@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

*,::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: #111;
    position: relative;
    z-index: 0;
}
body::after {
    content: "";
    width: 100%;
    background: url(../img/common/bg_pc.png) 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: url(../img/common/bg_sp.png) no-repeat;
        background-size: cover;
        background-position: center top;
        aspect-ratio: 960 / 5800;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

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

.mv {
    width: 100%;
    max-height: 1400px;
    background: url(../img/index/mv_pc.png) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920 / 1120;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
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) {
    .mv {
        width: 100%;
        background: url(../img/index/mv_sp.png) no-repeat;
        background-size: cover;
        background-position: center top;
        aspect-ratio: 1000 / 2000;
    }
    h1 img {
        max-width: 90%;
    }
}

.mv_description {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: .8rem;
    color: #FFF;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .mv_description {
        font-size: .6rem;
        line-height: 1;
        text-align: left;
        top: 5px;
        padding: 0 10px;
    }
}

.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-top: 40px;
}
.enter_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.enter_btn a {
    font-family: "Didot", serif;
    color: #111;
    width: 360px;
    font-size: 4rem;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 1px 36px rgba(0, 0, 0, 1);
    border-radius: 4px;
    border: 1px solid #c01924;
    line-height: 1;
    margin: 5px 0;
    background: #98060f; 
    background: -ms-linear-gradient(90deg, #98060f, #f40313, #98060f);
    background: -moz-linear-gradient(90deg, #98060f, #f40313, #98060f);
    background: linear-gradient(90deg, #98060f, #f40313, #98060f);
    background-size: 100% 100%;
    padding: 15px 0;
    text-shadow: -1px -1px 1px #ee4c56, 1px -1px 1px #ee4c56, -1px 1px 1px #ee4c56, 1px 1px 1px #ee4c56;
    letter-spacing: 0em;
}
.enter_btn a span:first-child {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: .9rem;
    padding: 2px 0;
    color: #111;
}
.enter_btn a span:last-child {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: .8rem;
    padding: 2px 0;
    font-weight: normal;
    color: #111;
}
.enter_leave {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.leave_attention {
    font-family: "Noto Serif JP", serif;
    font-size: .8rem;
    color: #FFF;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    line-height: 1.2;
    text-align: center;
}
.leave_link {
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    font-size: .8rem;
    letter-spacing: 0em;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    text-shadow: 0 0 6px rgba(0,0,0, 1);
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
@media screen and (max-width: 1700px) {
    .enter_inner {    
        padding-top: 20px;
    }
    .enter_btn a {
        width: 320px;
        font-size: 3rem;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1500px) {
    .mv_inner {
        padding-top: 30%;
    }    
    .enter_inner {    
        padding-top: 20px;
    }
    .enter_btn a {
        width: 280px;
        font-size: 2.4rem;
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px) {
    .mv_inner {
        padding-top: 120%;
    }    
}

.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-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    padding: 5px 0;
}
.shop_info ul li:first-child {
    font-size: 1.8rem;
    padding-bottom: 15px;
}
.shop_info ul li:first-child br {
    display: none;
}
.shop_info ul li span {
    display: inline-block;
    font-size: 1.5rem;
    padding-right: 15px;
}
.shop_info ul li a {
    color: #FFF;
    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.6rem;
        text-align: center;
    }
    .shop_info ul li:first-child br {
        display: block;
    }
    .shop_info ul li span {
        display: inline-block;
        font-size: 1.3rem;
        padding-right: 0;
    }
}

.enter_introduction {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 100px;
}
.enter_introduction ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.enter_introduction ul li h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: #c296fb;
    font-weight: bold;
    text-shadow: -1px -1px 1px #111, 1px -1px 1px #111, -1px 1px 1px #111, 1px 1px 1px #111;
}
.enter_introduction ul li p {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    color: #c296fb;
    text-shadow: -1px -1px 1px #111, 1px -1px 1px #111, -1px 1px 1px #111, 1px 1px 1px #111;
}
@media screen and (max-width: 768px) {
    .enter_introduction ul li h3 {
        font-size: 1.2rem;
    }
    .enter_introduction ul li p {
        font-size: .9rem;
    }
}

/* .happyhellowork {
    margin-top: 20px;
    text-align: center;
}
.happyhellowork a {
    display: block;
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
} */

footer {
    padding: 100px 15px 20px;
}
footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
}
footer ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    text-shadow: -1px -1px 1px #111, 1px -1px 1px #111, -1px 1px 1px #111, 1px 1px 1px #111;
}
footer ul li:first-child br {
    display: none;
}
footer ul li span {
    display: inline-block;
    font-size: 1rem;
    padding-right: 15px;
}
footer ul li a {
    color: #FFF;
    text-decoration: none;
}
footer ul li a:hover {
    opacity: 1;
    text-decoration: none;
}
.copyright {
    font-family: "Noto Serif JP", serif;
    font-size: .8rem;
    color: #FFF;
    text-align: center;
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    footer ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.4;
        padding: 5px 0;
    }
    footer ul li:first-child br {
        display: block;
    }
    footer ul li span {
        padding-right: 0;
    }
    .copyright {
        font-size: .6rem;
    }
}

.fc_shop_outer {
    padding: 100px 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: #999;
}
@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;
    }
}

.lang_switch {
    padding: 20px 0;
}
.lang_switch h3 {
    text-align: center;
    font-size: .9rem;
    color: #FFF;
    text-shadow: -1px -1px 1px #111, 1px -1px 1px #111, -1px 1px 1px #111, 1px 1px 1px #111;
}
.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: 80px;
    font-family: "Didot", serif;
    color: #111;
    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: 4px;
    border: 1px solid #c01924;
    background: #98060f; 
    background: -ms-linear-gradient(90deg, #98060f, #f40313, #98060f);
    background: -moz-linear-gradient(90deg, #98060f, #f40313, #98060f);
    background: linear-gradient(90deg, #98060f, #f40313, #98060f);
    background-size: 100% 100%;
    padding: 2px 0;
    text-shadow: -1px -1px 1px #ee4c56, 1px -1px 1px #ee4c56, -1px 1px 1px #ee4c56, 1px 1px 1px #ee4c56;
    letter-spacing: 0em;
}