@charset "UTF-8";

*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-bebkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-size:1rem;font-weight:normal;line-height:1.5;color:#212529;text-align:left;background-color:#FFF}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol{margin-bottom:0}ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none}a:hover{text-decoration:none}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block}button{border-radius:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button{padding:0;border:0;outline:0;font:inherit;color:inherit;background:0}[role="button"]{cursor:pointer}select{word-wrap:normal}[type="button"],[type="reset"],[type="submit"],button{appearance:button}[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled),button:not(:disabled){cursor:pointer}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input&[type="checkbox"]{box-sizing:border-box;padding:0}input&[type="radio"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.3rem;line-height:inherit;color:inherit;white-space:normal}[type="number"]::-webkit-inner-spin-button{height:auto}[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;appearance:none}[type="search"]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{font:inherit;appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}.clearfix::after{display:block;clear:both;content:""}html{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q{&:before,&:after{content:""}}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#333}html,body{width:100%;height:100%;font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;-webkit-text-size-adjust:100%;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px;font-weight:normal;line-height:1.6;color:#333;font-feature-settings:"palt";letter-spacing:0;-webkit-overflow-scrolling:touch;word-break:break-all;position:relative}a,button{color:#333;text-decoration:none;transition:opacity .3s;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-ms-transition:opacity .3s;cursor:pointer;outline:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,.1)}a:hover,button:hover{opacity:.75;cursor:pointer;outline:0;text-decoration:none}a:focus,a:visited,a:active,button:focus,button:visited,button:active{outline:0}input:focus-visible{outline:0}select:focus-visible{outline:0;}

body {
    background: #FFF;
    position: relative;
    z-index: 0;
}
/* body::after {
    content: "";
    width: 100%;
    background-image: url(../img/common/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    aspect-ratio: 1920 / 2800;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    body::after {
        content: "";
        width: 100%;
        background-image: url(../img/common/bg_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        aspect-ratio: 960 / 5800;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
} */
body {
    background-color: #fde8d2;
    background-image:
        linear-gradient(to bottom,
            #fde8d2 0%, transparent 8%,
            transparent 92%, #fde8d2 100%),

        radial-gradient(ellipse 55% 28% at 18% 18%,
            rgba(255, 255, 238, 0.9) 0%, transparent 100%),
        radial-gradient(ellipse 48% 25% at 75% 28%,
            rgba(255, 185, 110, 0.55) 0%, transparent 100%),
        radial-gradient(ellipse 50% 26% at 88% 55%,
            rgba(250, 165, 95, 0.45) 0%, transparent 100%),
        radial-gradient(ellipse 52% 27% at 38% 50%,
            rgba(255, 220, 170, 0.45) 0%, transparent 100%),
        radial-gradient(ellipse 46% 25% at 10% 72%,
            rgba(255, 235, 200, 0.55) 0%, transparent 100%),
        radial-gradient(ellipse 50% 26% at 62% 75%,
            rgba(255, 195, 130, 0.45) 0%, transparent 100%),
        radial-gradient(ellipse 44% 24% at 85% 88%,
            rgba(255, 175, 105, 0.4) 0%, transparent 100%),
        radial-gradient(ellipse 48% 25% at 30% 88%,
            rgba(255, 240, 210, 0.5) 0%, transparent 100%);

    background-size: 100% 1000px;
    background-repeat: repeat-y;
    min-height: 100%;
}

img.lazyfade,iframe.lazyfade {
    transition: opacity .3s ease-out;
    opacity: 0;
}
img.lazyloaded,iframe.lazyloaded {
    opacity: 1;
}

.mv {
    width: 100%;
    max-height: 1080px;
    background-image: url(../img/index/mv_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920 / 1080;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (max-width: 768px) {
    .mv {
        width: 100%;
        background-image: url(../img/index/mv_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        aspect-ratio: 1200 / 2400;
    }
}

/* h1 img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 1700px) {
    h1 img {
        max-width: 700px;
    }
}
@media screen and (max-width: 1400px) {
    h1 img {
        max-width: 500px;
    }
}
@media screen and (max-width: 768px) {
    h1 img {
        max-width: 90%;
    }
} */

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 0 15px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
.mv_title {
    font-size: 1.2rem;
    color: #ff9600;
    font-weight: bold;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    line-height: 1.2;
    text-align: center;
}
.mv_description {
    font-size: .8rem;
    color: #ff9600;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header {
        align-items: flex-start;
    }
    .mv_title {
        font-size: .7rem;
        text-align: left;
    }    
    .mv_description {
        font-size: .6rem;
        text-align: left;
    }
}

.mv_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1; 
}
.enter_inner {    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 140px; */
    padding-bottom: 260px;
}
.enter_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.enter_btn a {
    color: #FFF;
    width: 400px;
    font-size: 4rem;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #FFF;
    line-height: 1;
    margin: 5px 0;
    background: #ff9600; 
    background: -ms-linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background: -moz-linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background: linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background-size: 100% 100%;
    padding: 15px 0;
    text-shadow: -1px -1px 1px #f28e03, 1px -1px 1px #f28e03, -1px 1px 1px #f28e03, 1px 1px 1px #f28e03;
    letter-spacing: 0em;
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.enter_btn a span:first-child {
    display: block;
    font-size: .9rem;
    padding: 2px 0;
    color: #FFF;
}
.enter_btn a span:last-child {
    display: block;
    font-size: .8rem;
    padding: 2px 0;
    font-weight: normal;
    color: #FFF;
}
.enter_leave {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.leave_attention {
    font-size: .8rem;
    color: #333;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    line-height: 1.2;
    text-align: center;
}
.leave_link {
    color: #333;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    font-size: .8rem;
    letter-spacing: 0em;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1700px) {
    .enter_inner {    
        /* padding-bottom: 100px; */
        padding-bottom: 200px;
    }
    .enter_btn a {
        width: 320px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1500px) {
    .mv_inner {
        padding-top: 40%;
    }    
    .enter_inner {    
        /* padding-bottom: 5%; */
        padding-bottom: 10%;
    }
}
@media screen and (max-width: 768px) {
    .mv_inner {
        padding-top: 130%;
    }
    .enter_inner {    
        /* padding-bottom: 100px; */
        padding-bottom: 280px;
    }
}

.lang_switch {
    padding: 40px 0 0;
}
.lang_switch h2 {
    text-align: center;
    font-size: .9rem;
    color: #333;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
}
.lang_switch ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding-top: 5px;
}
.lang_switch ul li a {
    display: block;
    width: 100px;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: center;
    /* box-shadow: 0 1px 12px rgba(0, 0, 0, 1); */
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #ff9600; 
    background: -ms-linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background: -moz-linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background: linear-gradient(90deg, #ff9600, #fc9d19, #ff9600);
    background-size: 100% 100%;
    padding: 5px 0;
    text-shadow: -1px -1px 1px #f28e03, 1px -1px 1px #f28e03, -1px 1px 1px #f28e03, 1px 1px 1px #f28e03;
    letter-spacing: 0em;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.enter_cont {
    padding: 0 15px 100px;
}

.shop_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}
.shop_info ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #555;
    line-height: 1;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    padding: 15px 0;
}
.shop_info ul li:first-child {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 15px;
}
.shop_info ul li:first-child span {
    display: block;
    width: 100%;
    font-size: 4.2rem;
}
.shop_info ul li:first-child span:last-child {
    font-size: 2.4rem;
}
.shop_info ul li span {
    display: inline-block;
    font-size: 1.5rem;
    padding-right: 15px;
}
.shop_info ul li a {
    color: #555;
    text-decoration: none;
}
.shop_info ul li a:hover {
    opacity: 1;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .shop_info ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 2.4rem;
        line-height: 1.4;
        padding: 5px 0;
    }
    .shop_info ul li:first-child {
        font-size: 1.2rem;
        text-align: center;
    }
    .shop_info ul li:first-child span {
        display: block;
        width: 100%;
        font-size: 2rem;
    }
    .shop_info ul li:first-child span:last-child {
        font-size: 1.5rem;
    }    
    .shop_info ul li span {
        display: inline-block;
        font-size: 1.3rem;
        padding-right: 0;
    }
}

.enter_introduction {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
}
.enter_introduction ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.enter_introduction ul li h3 {
    font-size: 1.4rem;
    color: #555;
    font-weight: bold;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
}
.enter_introduction ul li p {
    font-size: 1rem;
    color: #555;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
}
@media screen and (max-width: 768px) {
    .enter_introduction ul li h3 {
        font-size: 1.2rem;
    }
    .enter_introduction ul li p {
        font-size: .9rem;
    }
}

footer {
    padding: 60px 15px 20px;
}
footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
}
footer ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
    padding: 5px 0;
}
footer ul li:first-child span {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.2;
}
footer ul li:first-child span:last-child {
    font-size: 1.8rem;
}
footer ul li span {
    display: inline-block;
    font-size: 1rem;
    padding-right: 15px;
}
footer ul li a {
    color: #555;
    text-decoration: none;
}
footer ul li a:hover {
    opacity: 1;
    text-decoration: none;
}
.copyright {
    font-size: .8rem;
    color: #777;
    text-align: center;
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    footer ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.4;
        padding: 5px 0;
    }
    footer ul li:first-child span {
        font-size: 2rem;
    }
    footer ul li:first-child span:last-child {
        font-size: 1.5rem;
    }
    footer ul li span {
        padding-right: 0;
    }
    .copyright {
        font-size: .7rem;
    }
}

.fc_shop_outer {
    padding: 0 15px;
    text-align: center;
}
.fc_shop_inner {
    max-width: 1200px;
    margin: 0 auto;
}
.fc_shop {
    padding: 5px 0;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
}
.fc_shop img {
    display: block;
    width: 100%;
    height: auto;
}
.fc_shop p {
    font-size: 9px;
    letter-spacing: -0.02em;
    text-align: left;
    line-height: 1.2;
    padding: 4px 0 0;
    color: #555;
}
@media screen and (max-width: 768px) {
    .fc_shop_outer {
        padding: 40px 0;
    }
    .fc_shop {
        padding: 3px 0;
        max-width: 110px;
    }
    .fc_shop p {
        font-size: 9px;
        padding: 3px 0 0;
    }
    .fc_shop img {
        height: auto;
    }
}