/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,:before {
    --tw-content: ""
}

:host,html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: 游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,::backdrop,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.apply-btn-color {
    border-width: 1px;
    display: inline-block;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    text-align: center;
    z-index: 10
}

.apply-btn-color:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
    --tw-content: "";
    content: var(--tw-content);
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .3s cubic-bezier(.8,0,.2,1) 0s
}

.apply-btn-color:hover:before {
    transform: scale(1);
    transform-origin: left top
}

.apply-btn-color svg {
    width: 6px
}

.apply-hover-line {
    display: inline-block;
    position: relative;
    width: auto
}

.apply-hover-line:before {
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    --tw-content: "";
    content: var(--tw-content)
}

.apply-hover-line:hover:before {
    width: 100%
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.bottom-0 {
    bottom: 0
}

.bottom-20 {
    bottom: 5rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-7 {
    bottom: 1.75rem
}

.bottom-\[540px\] {
    bottom: 540px
}

.bottom-\[80px\] {
    bottom: 80px
}

.left-0 {
    left: 0
}

.left-1 {
    left: .25rem
}

.left-1\/2 {
    left: 50%
}

.left-2 {
    left: .5rem
}

.left-5 {
    left: 1.25rem
}

.left-\[120px\] {
    left: 120px
}

.left-\[17px\] {
    left: 17px
}

.left-\[317px\] {
    left: 317px
}

.right-0 {
    right: 0
}

.right-3 {
    right: .75rem
}

.right-3\.5 {
    right: .875rem
}

.right-4 {
    right: 1rem
}

.right-8 {
    right: 2rem
}

.right-\[135px\] {
    right: 135px
}

.right-\[270px\] {
    right: 270px
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-16 {
    top: 4rem
}

.top-2 {
    top: .5rem
}

.top-4 {
    top: 1rem
}

.top-8 {
    top: 2rem
}

.top-\[142px\] {
    top: 142px
}

.top-\[15px\] {
    top: 15px
}

.top-\[230px\] {
    top: 230px
}

.top-\[348px\] {
    top: 348px
}

.top-\[613px\] {
    top: 613px
}

.top-\[783px\] {
    top: 783px
}

.top-\[78px\] {
    top: 78px
}

.top-\[832px\] {
    top: 832px
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-\[10000\] {
    z-index: 10000
}

.z-\[1000\] {
    z-index: 1000
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.my-16 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem
}

.my-28 {
    margin-bottom: 7rem;
    margin-top: 7rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.-mb-\[100px\] {
    margin-bottom: -100px
}

.-ml-10 {
    margin-left: -2.5rem
}

.-ml-12 {
    margin-left: -3rem
}

.-ml-16 {
    margin-left: -4rem
}

.-ml-20 {
    margin-left: -5rem
}

.-ml-4 {
    margin-left: -1rem
}

.-ml-5 {
    margin-left: -1.25rem
}

.-ml-52 {
    margin-left: -13rem
}

.-ml-6 {
    margin-left: -1.5rem
}

.-ml-64 {
    margin-left: -16rem
}

.-ml-8 {
    margin-left: -2rem
}

.-ml-80 {
    margin-left: -20rem
}

.-ml-96 {
    margin-left: -24rem
}

.-ml-\[100px\] {
    margin-left: -100px
}

.-ml-\[145px\] {
    margin-left: -145px
}

.-ml-\[163px\] {
    margin-left: -163px
}

.-ml-\[170px\] {
    margin-left: -170px
}

.-ml-\[172px\] {
    margin-left: -172px
}

.-ml-\[203px\] {
    margin-left: -203px
}

.-mr-10 {
    margin-right: -2.5rem
}

.-mr-12 {
    margin-right: -3rem
}

.-mr-16 {
    margin-right: -4rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-mr-20 {
    margin-right: -5rem
}

.-mr-36 {
    margin-right: -9rem
}

.-mr-4 {
    margin-right: -1rem
}

.-mr-5 {
    margin-right: -1.25rem
}

.-mr-6 {
    margin-right: -1.5rem
}

.-mr-8 {
    margin-right: -2rem
}

.-mr-\[100px\] {
    margin-right: -100px
}

.-mr-\[150px\] {
    margin-right: -150px
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mt-24 {
    margin-top: -6rem
}

.-mt-32 {
    margin-top: -8rem
}

.-mt-36 {
    margin-top: -9rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-40 {
    margin-top: -10rem
}

.-mt-52 {
    margin-top: -13rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-60 {
    margin-top: -15rem
}

.-mt-64 {
    margin-top: -16rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-80 {
    margin-top: -20rem
}

.-mt-96 {
    margin-top: -24rem
}

.-mt-\[29px\] {
    margin-top: -29px
}

.-mt-\[32px\] {
    margin-top: -32px
}

.-mt-\[400px\] {
    margin-top: -400px
}

.-mt-\[40px\] {
    margin-top: -40px
}

.mb-0 {
    margin-bottom: 0
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mb-28 {
    margin-bottom: 7rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mb-36 {
    margin-bottom: 9rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-40 {
    margin-bottom: 10rem
}

.mb-48 {
    margin-bottom: 12rem
}

.mb-52 {
    margin-bottom: 13rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-12 {
    margin-left: 3rem
}

.ml-16 {
    margin-left: 4rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-20 {
    margin-left: 5rem
}

.ml-32 {
    margin-left: 8rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-56 {
    margin-left: 14rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-8 {
    margin-left: 2rem
}

.mr-16 {
    margin-right: 4rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-8 {
    margin-right: 2rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-36 {
    margin-top: 9rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-44 {
    margin-top: 11rem
}

.mt-52 {
    margin-top: 13rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-48 {
    height: 12rem
}

.h-6 {
    height: 1.5rem
}

.h-\[115px\] {
    height: 115px
}

.h-\[1200px\] {
    height: 1200px
}

.h-\[1380px\] {
    height: 1380px
}

.h-\[150px\] {
    height: 150px
}

.h-\[1620px\] {
    height: 1620px
}

.h-\[170px\] {
    height: 170px
}

.h-\[298px\] {
    height: 298px
}

.h-\[2px\] {
    height: 2px
}

.h-\[330px\] {
    height: 330px
}

.h-\[34px\] {
    height: 34px
}

.h-\[350px\] {
    height: 350px
}

.h-\[374px\] {
    height: 374px
}

.h-\[404px\] {
    height: 404px
}

.h-\[407px\] {
    height: 407px
}

.h-\[423px\] {
    height: 423px
}

.h-\[43px\] {
    height: 43px
}

.h-\[445px\] {
    height: 445px
}

.h-\[460px\] {
    height: 460px
}

.h-\[475px\] {
    height: 475px
}

.h-\[490px\] {
    height: 490px
}

.h-\[493px\] {
    height: 493px
}

.h-\[500px\] {
    height: 500px
}

.h-\[512px\] {
    height: 512px
}

.h-\[592px\] {
    height: 592px
}

.h-\[604px\] {
    height: 604px
}

.h-\[623px\] {
    height: 623px
}

.h-\[654px\] {
    height: 654px
}

.h-\[65px\] {
    height: 65px
}

.h-\[670px\] {
    height: 670px
}

.h-\[705px\] {
    height: 705px
}

.h-\[70px\] {
    height: 70px
}

.h-\[712px\] {
    height: 712px
}

.h-\[736px\] {
    height: 736px
}

.h-\[745px\] {
    height: 745px
}

.h-\[80px\] {
    height: 80px
}

.h-\[85px\] {
    height: 85px
}

.h-\[90px\] {
    height: 90px
}

.h-full {
    height: 100%
}

.min-h-\[540px\] {
    min-height: 540px
}

.w-0 {
    width: 0
}

.w-1\/2 {
    width: 50%
}

.w-1\/4 {
    width: 25%
}

.w-12 {
    width: 3rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-6\/12 {
    width: 50%
}

.w-64 {
    width: 16rem
}

.w-7\/12 {
    width: 58.333333%
}

.w-8 {
    width: 2rem
}

.w-\[1000px\] {
    width: 1000px
}

.w-\[100px\] {
    width: 100px
}

.w-\[100vw\] {
    width: 100vw
}

.w-\[1010px\] {
    width: 1010px
}

.w-\[1012px\] {
    width: 1012px
}

.w-\[1020px\] {
    width: 1020px
}

.w-\[1030px\] {
    width: 1030px
}

.w-\[1040px\] {
    width: 1040px
}

.w-\[1044px\] {
    width: 1044px
}

.w-\[1080px\] {
    width: 1080px
}

.w-\[1100px\] {
    width: 1100px
}

.w-\[1120px\] {
    width: 1120px
}

.w-\[1200px\] {
    width: 1200px
}

.w-\[120px\] {
    width: 120px
}

.w-\[1300px\] {
    width: 1300px
}

.w-\[132px\] {
    width: 132px
}

.w-\[140px\] {
    width: 140px
}

.w-\[160px\] {
    width: 160px
}

.w-\[170px\] {
    width: 170px
}

.w-\[180px\] {
    width: 180px
}

.w-\[183px\] {
    width: 183px
}

.w-\[1px\] {
    width: 1px
}

.w-\[200px\] {
    width: 200px
}

.w-\[230px\] {
    width: 230px
}

.w-\[265px\] {
    width: 265px
}

.w-\[280px\] {
    width: 280px
}

.w-\[290px\] {
    width: 290px
}

.w-\[292px\] {
    width: 292px
}

.w-\[2px\] {
    width: 2px
}

.w-\[300px\] {
    width: 300px
}

.w-\[320px\] {
    width: 320px
}

.w-\[325px\] {
    width: 325px
}

.w-\[326px\] {
    width: 326px
}

.w-\[330px\] {
    width: 330px
}

.w-\[345px\] {
    width: 345px
}

.w-\[370px\] {
    width: 370px
}

.w-\[395px\] {
    width: 395px
}

.w-\[400px\] {
    width: 400px
}

.w-\[406px\] {
    width: 406px
}

.w-\[430px\] {
    width: 430px
}

.w-\[43px\] {
    width: 43px
}

.w-\[450px\] {
    width: 450px
}

.w-\[460px\] {
    width: 460px
}

.w-\[530px\] {
    width: 530px
}

.w-\[540px\] {
    width: 540px
}

.w-\[600px\] {
    width: 600px
}

.w-\[60px\] {
    width: 60px
}

.w-\[630px\] {
    width: 630px
}

.w-\[645px\] {
    width: 645px
}

.w-\[670px\] {
    width: 670px
}

.w-\[680px\] {
    width: 680px
}

.w-\[708px\] {
    width: 708px
}

.w-\[711px\] {
    width: 711px
}

.w-\[730px\] {
    width: 730px
}

.w-\[754px\] {
    width: 754px
}

.w-\[762px\] {
    width: 762px
}

.w-\[764px\] {
    width: 764px
}

.w-\[770px\] {
    width: 770px
}

.w-\[780px\] {
    width: 780px
}

.w-\[80vw\] {
    width: 80vw
}

.w-\[824px\] {
    width: 824px
}

.w-\[830px\] {
    width: 830px
}

.w-\[85vw\] {
    width: 85vw
}

.w-\[880px\] {
    width: 880px
}

.w-\[900px\] {
    width: 900px
}

.w-\[90px\] {
    width: 90px
}

.w-\[90vw\] {
    width: 90vw
}

.w-\[920px\] {
    width: 920px
}

.w-\[960px\] {
    width: 960px
}

.w-\[975px\] {
    width: 975px
}

.w-\[980px\] {
    width: 980px
}

.w-\[990px\] {
    width: 990px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.min-w-\[1100px\] {
    min-width: 1100px
}

.min-w-\[1200px\] {
    min-width: 1200px
}

.min-w-\[1240px\] {
    min-width: 1240px
}

.min-w-\[1300px\] {
    min-width: 1300px
}

.min-w-\[280px\] {
    min-width: 280px
}

.min-w-\[330px\] {
    min-width: 330px
}

.min-w-\[360px\] {
    min-width: 360px
}

.min-w-\[430px\] {
    min-width: 430px
}

.min-w-\[63px\] {
    min-width: 63px
}

.min-w-\[65px\] {
    min-width: 65px
}

.min-w-\[80px\] {
    min-width: 80px
}

.max-w-\[1340px\] {
    max-width: 1340px
}

.max-w-\[1400px\] {
    max-width: 1400px
}

.max-w-\[590px\] {
    max-width: 590px
}

.max-w-\[990px\] {
    max-width: 990px
}

.max-w-none {
    max-width: none
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-2\/3 {
    flex-basis: 66.666667%
}

.basis-full {
    flex-basis: 100%
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-90,.rotate-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0 {
    --tw-rotate: 0deg
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-20 {
    gap: 5rem
}

.gap-24 {
    gap: 6rem
}

.gap-28 {
    gap: 7rem
}

.gap-3 {
    gap: .75rem
}

.gap-3\.5 {
    gap: .875rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.justify-self-center {
    justify-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-scroll {
    overflow: scroll
}

.overflow-y-auto {
    overflow-y: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.border-8 {
    border-width: 8px
}

.border-\[1px\] {
    border-width: 1px
}

.border-\[6px\] {
    border-width: 6px
}

.border-y,.border-y-\[1px\] {
    border-bottom-width: 1px;
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-0 {
    border-left-width: 0
}

.border-l-2 {
    border-left-width: 2px
}

.border-r-\[122px\] {
    border-right-width: 122px
}

.border-t {
    border-top-width: 1px
}

.border-t-\[106px\] {
    border-top-width: 106px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-\[\#888888\] {
    --tw-border-opacity: 1;
    border-color: rgb(136 136 136/var(--tw-border-opacity))
}

.border-\[\#9a837d\] {
    --tw-border-opacity: 1;
    border-color: rgb(154 131 125/var(--tw-border-opacity))
}

.border-\[\#C9BCB9\] {
    --tw-border-opacity: 1;
    border-color: rgb(201 188 185/var(--tw-border-opacity))
}

.border-\[\#D7D6D5\] {
    --tw-border-opacity: 1;
    border-color: rgb(215 214 213/var(--tw-border-opacity))
}

.border-\[\#E9E4E3\] {
    --tw-border-opacity: 1;
    border-color: rgb(233 228 227/var(--tw-border-opacity))
}

.border-\[\#a89e73\] {
    --tw-border-opacity: 1;
    border-color: rgb(168 158 115/var(--tw-border-opacity))
}

.border-\[\#b2b7b0\] {
    --tw-border-opacity: 1;
    border-color: rgb(178 183 176/var(--tw-border-opacity))
}

.border-\[\#f9f8f9\] {
    --tw-border-opacity: 1;
    border-color: rgb(249 248 249/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-brown {
    --tw-border-opacity: 1;
    border-color: rgb(117 76 67/var(--tw-border-opacity))
}

.border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(227 159 75/var(--tw-border-opacity))
}

.border-y-black {
    border-top-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-b-black,.border-y-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0/var(--tw-border-opacity))
}

.bg-\[\#5b3932\] {
    --tw-bg-opacity: 1;
    background-color: rgb(91 57 50/var(--tw-bg-opacity))
}

.bg-\[\#927872\] {
    --tw-bg-opacity: 1;
    background-color: rgb(146 120 114/var(--tw-bg-opacity))
}

.bg-\[\#CDC3C1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(205 195 193/var(--tw-bg-opacity))
}

.bg-\[\#FBFAF7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 247/var(--tw-bg-opacity))
}

.bg-\[\#a89e73\] {
    --tw-bg-opacity: 1;
    background-color: rgb(168 158 115/var(--tw-bg-opacity))
}

.bg-\[\#e9e4e3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 228 227/var(--tw-bg-opacity))
}

.bg-\[\#e9ebf2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 242/var(--tw-bg-opacity))
}

.bg-\[\#e9f3e6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 243 230/var(--tw-bg-opacity))
}

.bg-\[\#eae9ec\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 233 236/var(--tw-bg-opacity))
}

.bg-\[\#f0f7ee\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 247 238/var(--tw-bg-opacity))
}

.bg-\[\#f6f2ee\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 242 238/var(--tw-bg-opacity))
}

.bg-\[\#f9f8f9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 249/var(--tw-bg-opacity))
}

.bg-\[\#fefdfc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 253 252/var(--tw-bg-opacity))
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
    background-color: #ffffff80
}

.bg-brown {
    --tw-bg-opacity: 1;
    background-color: rgb(117 76 67/var(--tw-bg-opacity))
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(227 159 75/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: initial
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.object-cover {
    object-fit: cover
}

.object-bottom {
    object-position: bottom
}

.object-center {
    object-position: center
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-16 {
    padding: 4rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-40 {
    padding-bottom: 10rem;
    padding-top: 10rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-\[10vh\] {
    padding-bottom: 10vh;
    padding-top: 10vh
}

.py-\[50px\] {
    padding-bottom: 50px;
    padding-top: 50px
}

.pb-0 {
    padding-bottom: 0
}

.pb-0\.5 {
    padding-bottom: .125rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-36 {
    padding-bottom: 9rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-48 {
    padding-bottom: 12rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-1 {
    padding-left: .25rem
}

.pl-16 {
    padding-left: 4rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-20 {
    padding-left: 5rem
}

.pl-24 {
    padding-left: 6rem
}

.pl-28 {
    padding-left: 7rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-32 {
    padding-left: 8rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pl-\[100px\] {
    padding-left: 100px
}

.pr-1 {
    padding-right: .25rem
}

.pr-12 {
    padding-right: 3rem
}

.pr-16 {
    padding-right: 4rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-20 {
    padding-right: 5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-\[100px\] {
    padding-right: 100px
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-44 {
    padding-top: 11rem
}

.pt-52 {
    padding-top: 13rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[20px\] {
    padding-top: 20px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-serif {
    font-family: serif
}

.text-\[0\.75em\] {
    font-size: .75em
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[19px\] {
    font-size: 19px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[23px\] {
    font-size: 23px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[34px\] {
    font-size: 34px
}

.text-\[36px\] {
    font-size: 36px
}

.text-\[38px\] {
    font-size: 38px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[42px\] {
    font-size: 42px
}

.text-\[44px\] {
    font-size: 44px
}

.text-\[50px\] {
    font-size: 50px
}

.text-\[80px\] {
    font-size: 80px
}

.text-\[9px\] {
    font-size: 9px
}

.text-\[clamp\(40px\2c 3\.5vw\2c 60px\)\] {
    font-size: clamp(40px,3.5vw,60px)
}

.font-bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.\!leading-\[1\.2em\] {
    line-height: 1.2em!important
}

.\!leading-relaxed {
    line-height: 1.625!important
}

.leading-\[1\.2em\] {
    line-height: 1.2em
}

.leading-\[1\.8em\] {
    line-height: 1.8em
}

.leading-\[2\.2em\] {
    line-height: 2.2em
}

.leading-\[2\.4em\] {
    line-height: 2.4em
}

.leading-\[2\.5em\] {
    line-height: 2.5em
}

.leading-\[2\.6em\] {
    line-height: 2.6em
}

.leading-\[2\.8em\] {
    line-height: 2.8em
}

.leading-\[2em\] {
    line-height: 2em
}

.leading-loose {
    line-height: 2
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-\[0\.15em\] {
    letter-spacing: .15em
}

.tracking-\[0\.25em\] {
    letter-spacing: .25em
}

.tracking-\[0\.2em\] {
    letter-spacing: .2em
}

.tracking-normal {
    letter-spacing: 0
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.text-\[\#3a3a3a\] {
    --tw-text-opacity: 1;
    color: rgb(58 58 58/var(--tw-text-opacity))
}

.text-\[\#B2A3A1\] {
    --tw-text-opacity: 1;
    color: rgb(178 163 161/var(--tw-text-opacity))
}

.text-\[\#d47d43\] {
    --tw-text-opacity: 1;
    color: rgb(212 125 67/var(--tw-text-opacity))
}

.text-\[\#d58238\] {
    --tw-text-opacity: 1;
    color: rgb(213 130 56/var(--tw-text-opacity))
}

.text-\[\#d88d5f\] {
    --tw-text-opacity: 1;
    color: rgb(216 141 95/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-brown {
    --tw-text-opacity: 1;
    color: rgb(117 76 67/var(--tw-text-opacity))
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgb(227 159 75/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.drop-shadow-\[0_3px_18px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
    --tw-drop-shadow: drop-shadow(0 3px 18px #000c)
}

.drop-shadow-\[0_3px_18px_rgba\(0\2c 0\2c 0\2c 0\.8\)\],.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    font-size: 14px;
    line-height: 1.7em;
    overflow-x: hidden
}

.tsuku {
    font-family: FOT-筑紫明朝 Pr6 R,TsukuMinPr6-R,sans-serif
}

.tsuku-rb {
    font-family: FOT-筑紫明朝 Pr6 RB,TsukuMinPr6-RB,sans-serif
}

.garamond {
    font-family: GaramondPremrPro-Disp,sans-serif;
    line-height: 1
}

.garamond-m {
    font-family: GaramondPremrPro-MedDisp,sans-serif;
    line-height: 1
}

main {
    overflow-x: hidden
}

#menu-btn {
    z-index: 9999
}

#drawer-menu,#menu-btn {
    position: fixed;
    right: 0;
    top: 0
}

#content {
    z-index: 1
}

#footer {
    position: relative;
    z-index: 500
}

#btn-fixed-left {
    opacity: 0;
    transition: all .7s ease
}

#btn-fixed-left.active {
    opacity: 1
}

.menu-btn {
    color: #000;
    cursor: pointer;
    height: 120px;
    letter-spacing: 0;
    text-align: center;
    width: 120px
}

.open-btn {
    height: 30px;
    margin: 0 auto 5px;
    position: relative;
    width: 48px
}

.menu-text .span {
    display: block;
    text-align: center;
    width: 100%
}

.menu-text .menu {
    display: block
}

.menu-text .close,.menu-text.active .menu {
    display: none
}

.menu-text.active .close {
    display: block
}

.open-btn span {
    background: #754c43;
    display: inline-block;
    height: 2px;
    position: absolute;
    transition: all .4s ease
}

.open-btn.active {
    background: #0000
}

.open-btn.active span {
    background: #754c43
}

.open-btn span:first-of-type {
    left: 2px;
    top: 4px;
    width: 36px
}

.open-btn span:nth-of-type(2) {
    right: 2px;
    top: 16px;
    width: 36px
}

.menu-btn:hover .open-btn.active span:first-of-type {
    margin-left: 0
}

.menu-btn:hover .open-btn.active span:nth-of-type(2) {
    left: 0
}

.open-btn.active span:first-of-type {
    left: 0;
    top: 0;
    transform: translateX(4px) translateY(10px) rotate(-315deg);
    width: 37px
}

.open-btn.active span:nth-of-type(2) {
    left: 0;
    top: 16px;
    transform: translateX(4px) translateY(-6px) rotate(315deg);
    width: 37px
}

.drawer-menu {
    background: #ffffffe6;
    height: 100vh;
    opacity: 0;
    transition: all .6s ease;
    width: 100vw;
    z-index: -1000
}

.drawer-menu.active {
    opacity: 1;
    overflow-y: scroll;
    z-index: 9000
}

.drawer-menu.active::-webkit-scrollbar {
    display: none
}

.no-scroll {
    height: 100%;
    overflow: hidden
}

.top-slide .item {
    background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: calc(100vh - 70px);
    min-height: 560px;
    min-width: 1200px;
    width: 100vw
}

@media(max-width: 1200px) {
    .top-slide .item {
        background-position:50% 100%!important
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.12)
    }
}

.top-slide .swiper-slide-active .item,.top-slide .swiper-slide-duplicate-active .item,.top-slide .swiper-slide-prev .item {
    animation: zoom-in 10s linear 0s 1 normal both
}

.top-slide-pagination {
    padding: 0;
    width: 50%!important;
    z-index: 200
}

.top-slide-pagination .swiper-pagination-bullet {
    background: #e29f49;
    border-radius: 0!important;
    height: 2px!important;
    width: 35px!important
}

.section-natural {
    background: no-repeat 50% 0 url(assets/55e99da63f3ac5c40649.webp);
    background-size: cover
}

.section-hospitality .bg {
    background: no-repeat 100% 100% url(assets/8706c8101c35cd4177ad.webp);
    background-size: cover
}

.footer-fair {
    background: no-repeat 100% 100% url(assets/37c213c0c6074198178d.webp);
    background-size: cover
}

.svg-arrow .cls-1,.svg-arrow .cls-2 {
    fill: none;
    stroke: #b5b5b5;
    stroke-width: 2px
}

.svg-arrow .cls-2 {
    fill-rule: evenodd
}

.kv-bg {
    background: no-repeat url(assets/7c455067bc21ac78f29f.webp);
    background-size: contain;
    min-height: 1000px
}

.ttl-bg {
    background: no-repeat url(assets/937121548bfc7b73124f.webp);
    background-size: cover
}

.ttl-bg-long {
    background: no-repeat url(assets/b02ebb08dae787b67a87.webp);
    background-size: cover
}

.section-fair-chapel {
    background: no-repeat 50% 100% url(assets/40fc8c498697d6a8b0cb.webp);
    background-size: cover
}

.section-fair-party {
    background: no-repeat 50% 100% url(assets/117fa0998cd51f18bbd5.webp);
    background-size: cover
}

.section-fair-cuisine {
    background: no-repeat 50% 50% url(assets/16dbfaa4fc3975cd08a0.webp);
    background-size: cover
}

.section-fair-garden {
    background: no-repeat 50% 100% url(assets/f5ff4b2ee2230ca886d1.webp);
    background-size: cover
}

.section-fair-guesthouse {
    background: no-repeat 50% 50% url(assets/bce54662932ee43c8e5f.webp);
    background-size: cover
}

.article blockquote {
    padding: 0
}

.article h2,.article h3,.article h4,.article h5 {
    clear: both;
    float: none;
    font-family: FOT-筑紫明朝 Pr6 RB,TsukuMinPr6-RB,sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    padding: 15px 0
}

.article p {
    font-size: 14px;
    line-height: 2.2em;
    padding: 15px 0
}

.article p img {
    margin-top: 15px
}

.article img.aligncenter {
    display: block!important;
    margin: 15px auto
}

.article img.alignleft {
    display: block!important;
    float: left;
    margin-right: 15px
}

.article img.alignright {
    display: block!important;
    float: right;
    margin-left: 15px
}

.article a,.article a:active,.article a:hover,.article a:link,.article a:visited {
    color: #9a837d;
    text-decoration: underline
}

.article a {
    transition: all .4s ease
}

.article a:hover {
    opacity: .75
}

.article .cta-button a {
    color: #fff;
    text-decoration: none
}

.article .cta-button a:hover {
    color: #e29f49;
    text-decoration: none
}

.report-gallery h4 {
    font-family: FOT-筑紫明朝 Pr6 RB,TsukuMinPr6-RB,sans-serif;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: .75em
}

.report-gallery h4+br {
    display: none
}

.ribbon {
    height: 55px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 74px
}

.ribbon .label-text {
    display: inline-block;
    font-weight: 400;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 5px;
    vertical-align: middle;
    width: 2em
}

.ribbon:after,.ribbon:before {
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0
}

.ribbon:after {
    border-left: 50px solid #0000;
    right: 0
}

.ribbon:before {
    border-right: 50px solid #0000;
    left: 0
}

.bg-tex {
    background: repeat-y 50% 100% url(assets/f38ddad6211fef2c560a.webp)
}

#seasonal-menu .tab-content.active {
    display: block;
    transition: opacity .4s ease
}

#seasonal-menu .tab-content.active.show {
    opacity: 1
}

.lum-lightbox {
    background: #000000bf
}

.lum-lightbox.lum-open {
    z-index: 9999
}

.lum-img {
    border: 4px solid #fff;
    border-radius: 10px;
    display: inline-block
}

.gs {
    opacity: 0
}

.hover-scale img {
    transition: all .4s ease
}

.hover-scale:hover img {
    transform: scale(1.05)
}

.hover-arrow:hover svg,.hover-scale:hover svg {
    animation: arrowmove .6s ease .6s infinite alternate forwards running
}

.hover-line .link-line {
    display: block;
    height: 2px;
    transition: all .4s ease;
    width: 0
}

.hover-line:hover .link-line {
    width: 100%
}

.link-line-out .link-line {
    transition: width .4s ease
}

.link-line-out:hover .link-line {
    width: 0
}

.border-anim {
    position: relative
}

.border-anim:after,.border-anim:before {
    background: #754c43;
    content: "";
    height: 1px;
    position: absolute;
    width: 0
}

.draw-border {
    border: 0;
    position: relative;
    transition: color .25s
}

.draw-border:after,.draw-border:before {
    border: 2px solid #0000;
    box-sizing: inherit;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: -1
}

.draw-border:before {
    left: 0;
    top: 0
}

.draw-border:after {
    bottom: 0;
    right: 0
}

.draw-border.gs-active {
    color: #754c43
}

.draw-border.gs-active:after,.draw-border.gs-active:before {
    height: 100%;
    width: 100%
}

.draw-border.gs-active:before {
    border-right-color: #754c43;
    border-top-color: #754c43;
    transition: width .25s ease-out,height .25s ease-out .25s
}

.draw-border.gs-active:after {
    border-bottom-color: #754c43;
    border-left-color: #754c43;
    transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s
}

.lg-container.lg-show {
    position: relative;
    z-index: 10000
}

.scene-select-btn.active {
    background: #9a837d;
    color: #fff
}

.staff-modal {
    display: none;
    z-index: 10000
}

.staff-modal .desc,.staff-modal .image {
    width: 50%
}

.staff-modal .desc p {
    margin-bottom: 1.5em
}

.staff-modal .desc .border-bottom {
    border-bottom: 1px solid #000!important;
    padding-bottom: .5em
}

.staff-modal .modal-content {
    border: none;
    border-radius: 0;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 950px
}

.modal .overlay {
    background: #00000080;
    height: 100vh;
    width: 100vw
}

.modal[aria-hidden=false] .overlay {
    animation: fadeIn .8s cubic-bezier(0,0,.2,1)
}

.modal[aria-hidden=true] .overlay {
    animation: fadeOut .8s cubic-bezier(0,0,.2,1)
}

.modal .overlay {
    will-change: transform
}

.modal.is-open {
    display: block
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.underline-orange {
    padding-bottom: 2px
}

.underline-orange,.underline-orange-over {
    background: repeat-x 50% 100% url(assets/4e96efa2c666d3a22465.webp);
    display: inline
}

.underline-orange-over {
    background-size: 100% 40%
}

.q-and-a li a {
    color: #9a837d;
    text-decoration: underline;
    transition: opacity .4s
}

.q-and-a li a:hover {
    opacity: .8
}

.lazyload-fade {
    opacity: 0;
    transition: opacity 2s ease
}

.lazyload-fade.lazyloaded {
    opacity: 1
}

.fixed-bnr.bnr {
    margin: 0 auto;
    position: relative;
    z-index: 1000
}

.fixed-bnr.bnr .bnr__img {
    bottom: 30px;
    position: fixed;
    right: 30px
}

.fixed-bnr.bnr .bnr__img img {
    cursor: pointer;
    height: auto;
    transition: .2s;
    width: 100%
}

.fixed-bnr.bnr .bnr__img img:hover {
    opacity: .6;
    transition: .2s
}

.fixed-bnr.bnr .bnr__img p.close {
    background-color: #754c43;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    position: absolute;
    right: -8px;
    top: -6px;
    width: 30px
}

.fixed-bnr.bnr .bnr__img p.close a {
    display: block;
    height: 30px;
    width: 30px
}

.fixed-bnr.bnr .bnr__img svg {
    position: relative;
    top: 10%
}

@media only screen and (min-width: 750px) {
    .bnr__img__inner {
        background-color:#fafafa;
        box-shadow: 0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f,0 2px 4px -1px #0003;
        box-sizing: border-box;
        margin: auto;
        position: relative;
        width: 395px
    }

    .bnr .bnr__img__inner a {
        display: block;
        width: 395px
    }
}

@media only screen and (max-width: 749px) {
    .bnr .bnr__img {
        bottom:0
    }

    .bnr .bnr__img p.close {
        position: absolute;
        right: 4px;
        top: -30px
    }

    .bnr__img__inner {
        background-color: #fafafa;
        box-shadow: 0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f,0 2px 4px -1px #0003;
        box-sizing: border-box;
        margin: auto;
        padding: 0;
        position: relative;
        width: 100%
    }

    .bnr .bnr__img__inner a {
        display: block;
        width: 100%
    }
}

.before\:bg-brown:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(117 76 67/var(--tw-bg-opacity))
}

.before\:bg-white:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.last\:border-r-2:last-child {
    border-right-width: 2px
}

.hover\:scale-\[1\.1\]:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-\[\#9a837d\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 131 125/var(--tw-bg-opacity))
}

.hover\:bg-\[\#E9E4E3\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 228 227/var(--tw-bg-opacity))
}

.hover\:bg-\[\#E9F3E6\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 243 230/var(--tw-bg-opacity))
}

.hover\:bg-\[\#f9f8f9\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 249/var(--tw-bg-opacity))
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:text-\[\#a89e73\]:hover {
    --tw-text-opacity: 1;
    color: rgb(168 158 115/var(--tw-text-opacity))
}

.hover\:text-brown:hover {
    --tw-text-opacity: 1;
    color: rgb(117 76 67/var(--tw-text-opacity))
}

.hover\:text-orange:hover {
    --tw-text-opacity: 1;
    color: rgb(227 159 75/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:opacity-50:hover {
    opacity: .5
}

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-80:hover {
    opacity: .8
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.group[open] .group-open\:inline {
    display: inline
}

.group[open] .group-open\:hidden {
    display: none
}

.group[open] .group-open\:rotate-0 {
    --tw-rotate: 0deg
}

.group[open] .group-open\:rotate-0,.group[open] .group-open\:rotate-90 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group[open] .group-open\:rotate-90 {
    --tw-rotate: 90deg
}

.group[open] .group-open\:opacity-0 {
    opacity: 0
}

.group[open] .group-open\:opacity-100 {
    opacity: 1
}

@media (min-width: 768px) {
    .md\:right-8 {
        right:2rem
    }

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem !important
    }

    .md\:w-\[1000px\] {
        width: 1000px !important
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }

    .md\:gap-4 {
        gap: 1rem !important;
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:py-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:text-\[17px\] {
        font-size: 17px !important
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[22px\] {
        font-size: 22px
    }

    .md\:text-\[24px\] {
        font-size: 24px !important;
    }

    .md\:leading-\[2\.2em\] {
        line-height: 2.2em
    }
}
