@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.03em;
    font-size: 12px;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.futura {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.ls30 {
    letter-spacing: 0.03em;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.bg-gray {
    background: #F8F8F8;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-gray {
    color: #bbb!important;
}

.text-black {
    color: #000!important;
}

.black-line {
    background: #000;
    width: 100%;
    height: 1px;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs17 {
    font-size: 17px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    
    .is-pc {
        display: none;
    }

    .pt20 {
        padding-top: 15px!important;
    }

    .pt30 {
        padding-top: 20px!important;
    }

    .pt40 {
        padding-top: 25px!important;
    }

    .pt50 {
        padding-top: 30px!important;
    }

    .pt60 {
        padding-top: 35px!important;
    }

    .pt70 {
        padding-top: 40px!important;
    }

    .pt80 {
        padding-top: 50px!important;
    }

    .pt90 {
        padding-top: 60px!important;
    }

    .pt100 {
        padding-top: 70px!important;
    }

    .pt120 {
        padding-top: 80px!important;
    }

    .pb20 {
        padding-bottom: 15px!important;
    }

    .pb30 {
        padding-bottom: 20px!important;
    }

    .pb40 {
        padding-bottom: 25px!important;
    }

    .pb50 {
        padding-bottom: 30px!important;
    }

    .pb60 {
        padding-bottom: 35px!important;
    }

    .pb70 {
        padding-bottom: 40px!important;
    }

    .pb80 {
        padding-bottom: 50px!important;
    }

    .pb90 {
        padding-bottom: 60px!important;
    }

    .pb100 {
        padding-bottom: 70px!important;
    }

    .pb120 {
        padding-bottom: 80px!important;
    }

    .mt20 {
        margin-top: 15px!important;
    }

    .mt30 {
        margin-top: 20px!important;
    }

    .mt40 {
        margin-top: 25px!important;
    }

    .mt50 {
        margin-top: 30px!important;
    }

    .mt60 {
        margin-top: 35px!important;
    }

    .mt70 {
        margin-top: 40px!important;
    }

    .mt80 {
        margin-top: 50px!important;
    }

    .mt90 {
        margin-top: 60px!important;
    }

    .mt100 {
        margin-top: 70px!important;
    }

    .mt120 {
        margin-top: 80px!important;
    }

    .mb20 {
        margin-bottom: 15px!important;
    }

    .mb30 {
        margin-bottom: 20px!important;
    }

    .mb40 {
        margin-bottom: 25px!important;
    }

    .mb50 {
        margin-bottom: 30px!important;
    }

    .mb60 {
        margin-bottom: 35px!important;
    }

    .mb70 {
        margin-bottom: 45px!important;
    }

    .mb80 {
        margin-bottom: 50px!important;
    }

    .mb90 {
        margin-bottom: 60px!important;
    }

    .mb100 {
        margin-bottom: 70px!important;
    }

    .mb120 {
        margin-bottom: 80px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 14px!important;
    }

    .fs16 {
        font-size: 15px!important;
    }

    .fs17 {
        font-size: 15px!important;
    }
    
    .fs18 {
        font-size: 16px!important;
    }

    .fs20 {
        font-size: 17px!important;
    }

    .fs22 {
        font-size: 18px!important;
    }

    .fs26 {
        font-size: 22px!important;
    }

    .fs28 {
        font-size: 24px!important;
    }

    .fs30 {
        font-size: 26px!important;
    }

}

@media screen and (min-width: 768px) {

    body {
        font-size: 13px;
    }

    .is-sp {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    
    .br1000 {
        display: none;
    }
    
}

/* common */


body.open, html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.underline > div {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.underline > div::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 0;
    margin: 0 auto;
    display: block;
    transition: all 1.0s ease-out;
    transition-delay: .5s;
}

.underline[data-aos="border"].aos-animate div::after {
    width: 100%;
}

.underline {
    line-height: 2;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5px 0;
    line-height: 1.3;
}

.item-slide .credit a {
    justify-content: center;
}

.credit a span.price {
    text-decoration: underline;
}

.credit a span.bland {
    color: #A7A7A7;
    font-style: italic;
}

.credit a[href=""] {
    pointer-events: none;
}

.credit a[href=""] span.price {
    text-decoration: none;
}


.credit a:hover {
    color: #aaa;
}

.credit .text-gray, .credit .text-gray a, .credit .text-gray a span {
    color: #6F6F6F!important;
}


.inner {
    padding-left: 10%;
    padding-right: 10%;
}

.catch-inner {
    padding-left: 4%;
    padding-right: 4%;
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w86 {
    padding-left: 7%;
    padding-right: 7%;
}

.soon {
    pointer-events: none;
}

/* ------------------------
footer
------------------------ */

.footer {
    padding: 0 5% 0;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 40px auto 0;
    width: 110px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

#f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    width: 26px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}


.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;   
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit > div::after, .coming-soon .menu-tit > div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events:none;
}

.f-nbs-logo {
    width: 134px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    
    .f-nbs-logo {
        width: 196px;
    }

}

#contents {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

#key {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    background-image: url(../images/img_top_key_pc.jpg);
    background-size: cover;
    background-position: center;
}

.opening-wrap {
    position: relative;
    z-index: 1;
}

#opening1 div {
    width: 210px;
    transition-delay: 1.2s;
    padding-bottom: 25px;
}

#opening2 div {
    width: 335px;
    height: 1px;
    background: #fff;
    transition-delay: 2.2s;
    margin-bottom: 20px;
}

#opening3 p {
    color: #fff;
    transition-delay: 3.2s;
    font-size: 16px;
    margin-bottom: 30px;
}

#opening4 p {
    color: #fff;
    transition-delay: 4.2s;
    font-size: 11px;
}

#opening5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    mix-blend-mode: saturation;
}

#catch h1 span:first-child {
    font-size: 32px;
    letter-spacing: 0;
    display: block;
    line-height: 1.4;
}

#catch h1 span:last-child {
    font-size: 13px;
    letter-spacing: 0;
    display: block;
}

#catch .flex-wrap {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    margin-bottom: 140px;
}

#catch .flex-wrap > div:first-child {
    width: 42%;
}

#catch .flex-wrap > div:last-child {
    width: 58%;
    padding-left: 12%;
    line-height: 2;
}


.index-nav li .flex-wrap {
    align-items: flex-end;
    justify-content: space-between;
}

.index-nav li .flex-wrap p:first-child {
    line-height: 1.25;
    padding-top: 8px;
}

.index-nav li .flex-wrap p:first-child span:first-child {
    font-size: 11px;
    color: #000;
    letter-spacing: 0.03em;
}

.index-nav li .flex-wrap p:first-child span.medium {
    font-size: 13px;
    color: #000;
}

.index-nav li .flex-wrap p:last-child {
    font-size: 11px;
    color: #6F6F6F;
}

.index-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.index-nav li {
    width: 20.8%;
    margin-right: 5.6%;
    margin-bottom: 50px;
    letter-spacing: 0;
}

.index-nav li:nth-child(4n) {
    margin-right: 0;
}

.index-nav a:hover {
    opacity: .75;
}

.index-nav a {
    display: block;
}

.index-nav a[href=""] {
    pointer-events: none;
}

@media only screen and (max-width: 767px) {

    .index #contents {
        padding-left: 11.4%;
        padding-right: 11.4%;
    }

    #key {
        background-image: url(../images/img_top_key_sp.jpg);
    }

    #opening1 div {
        width: 180px;
    }

    #opening2 div {
        width: 272px;
        margin-bottom: 20px;
    }

    #opening3 p {
        font-size: 13px;
        margin-bottom: 30px;
    }

    #opening4 p {
        font-size: 10px;
    }

    #catch h1 span:first-child {
        font-size: 23px;
    }

    #catch h1 span:last-child {
        font-size: 11px;
    }
    
    #catch p.fs16 {
        font-size: 13px!important;
    }

    #catch .flex-wrap {
        margin-top: 70px;
        margin-bottom: 62px;
    }

    #catch .flex-wrap > div:first-child {
        width: 100%;
    }

    #catch .flex-wrap > div:last-child {
        width: 100%;
        padding-left: 0;
        line-height: 2;
    }
    
    #catch .flex-wrap > div:last-child p {
        font-size: 12px;
        padding-top: 40px;
    }

    .index-nav li .flex-wrap p:first-child {
        padding-top: 12px;
    }

    .index-nav li .flex-wrap p:first-child span:first-child {
        font-size: 14px;
    }

    .index-nav li .flex-wrap p:first-child span.medium {
        font-size: 20px;
    }

    .index-nav li .flex-wrap p:last-child {
        font-size: 11px;
    }

    .index-nav li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 374px) {
 
    .m-none {
        display: none;
    }
    
}

.item-tit {
    text-align: center;
}

.item-tit p {
    padding-bottom: 2px;
}

.item-tit h2 {
    line-height: 1.25;
    margin-bottom: 10px;
}

.line-up {
    display: flex;
    flex-wrap: wrap;
}

.line-up div {
    width: 50%;
    padding: 0 1%;
}

.f-insta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.f-insta .ico {
    width: 26px;
    padding-bottom: 6px;
    display: inline-block;
}

#f-link-area a:hover {
    opacity: 0.75;
}

.f-insta-img {
    width: 38%;
}

.f-insta-txt {
    width: 62%;
    padding-left: 7.5%;
    text-align: center;
}

.f-insta-txt p.medium {
    text-align: center;
}

.all-btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: block;
    padding: 12px 12px;
}

.all-btn:hover {
    background: #000;
    color: #fff;
}

.btn-area {
    width: 74%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 768px) {


    #soon .w50 {
        padding-top: 5px;
    }
    
}

@media only screen and (max-width: 767px) {
    

    .all-btn {
        padding: 8px 12px;
    }
    
    .f-insta {
        padding-left: 11%;
        padding-right: 11%;
    }
    
    .f-insta-img {
        width: 100%;
        padding-left: 30%;
        padding-right: 30%;
        padding-bottom: 12px;
    }

    .f-insta-txt {
        width: 100%;
        padding-left: 0;
    }

    .f-insta .ico {
        width: 20px;
        padding-bottom: 4px;
    }

}

.soon {
    position: relative;
}

.soon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    mix-blend-mode: saturation;
}

