@charset "UTF-8";
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.36;
    font-size: 12px;
    letter-spacing: 0;
}

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

.classico {
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.jp {
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.9;
}

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.lh100 {
    line-height: 100%;
}

.italic {
    font-style: italic;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.bg-gray {
    background: #908989;
}

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

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

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

.text-white {
    color: #fff!important;
}

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

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

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

.mx900 {
    max-width: 900px!important;
}

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

.pt15 {
    padding-top: 15px!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;
}

.pb15 {
    padding-bottom: 15px!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;
}

.fs11 {
    font-size: 11px!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;
}

.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;
    }

    .pt10 {
        padding-top: 6px!important;
    }
    
    .pt15 {
        padding-top: 8px!important;
    }

    .pt20 {
        padding-top: 12px!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: 45px!important;
    }

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

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

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

    .pb10 {
        padding-bottom: 6px!important;
    }
    
    .pb15 {
        padding-bottom: 8px!important;
    }

    .pb20 {
        padding-bottom: 12px!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: 45px!important;
    }

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

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

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

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

    .mt20 {
        margin-top: 12px!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: 45px!important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fs11 {
        font-size: 10px!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;
    }

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

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

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

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

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

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

}

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

    body {
        font-size: 13px;
    }

    .is-sp {
        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;
}

#wrapper {
    width: 100%;
}

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

.credit-wrap {
    margin-top: 15px;
    margin-bottom: 0;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    padding: 0.1em 0;
}

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

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

.credit a .cre01 {
    margin-right: 4px;
    font-weight: 500;
}

.credit a .cre02 {
    text-decoration: underline;
    margin-right: 4px;
}

.credit a .cre03 {
    font-style: italic;
}

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



@media screen and (min-width: 768px) {
    
    .credit-wrap {
        margin-bottom: 6px;
    }

}


.index sup {
    vertical-align: super;
    font-size: smaller;
}

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

.footer-wrap {
    padding: 0 4% 0;
}

.footer-wrap:last-child {
    border-top: 1px solid #000;
}

.footer a:hover {
    opacity: 0.8;
}

.f-list {
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    line-height: 1.55;
}

.f-list span, .cre03.so::after, .cre03.cs::after {
    transform: scale(0.70) translateY(4%);
    display: inline-block;
    transform-origin: left top;
}

.cre03.so::after {
    content: "*Shop Only";
    padding-left: 4px;
    font-style: normal;
}

.cre03.cs::after {
    content: "*Coming Soon";
    padding-left: 4px;
    font-style: normal;
}


.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.f-copy {
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    transform: scale(90%);
    transform-origin: left bottom;
}

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

.footer .f-link {
    margin-right: -5px;
    padding-bottom: 4px;
}

.f-link li {
    width: 20px;
    margin: 0px 5px;
}

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

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

.footer-btn a {
    border: 1px solid #000;
}

.footer-btn {
    margin-bottom: 80px;
}

.footer-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    font-size: 16px;
}

.footer-btn a span {
    font-style: italic;
}

.footer-logo {
    width: 144px;
    margin-left: auto;
    margin-right: auto;
}

.footer-top .classico {
    font-size: 13px;
}

.footer-top .jp {
    font-size: 12px;
}

.footer-10th {
    width: 151px;
    margin-left: auto;
    margin-right: auto;
}

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

    .footer-btn a {
        width: 300px;
    }

    .f-list {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .f-copy {
        transform: scale(100%);
    }

    .footer-btn {
        margin-bottom: 130px;
    }

    .footer-btn a {
        width: 364px;
        height: 86px;
        font-size: 22px;
    }

    .footer-btn a:hover {
        opacity: .4;
    }

    .footer-wrap {
        padding: 0 40px 0;
        margin-bottom: 0;
    }

    .footer-logo {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top .classico {
        font-size: 18px;
    }

    .footer-top .jp {
        font-size: 17px;
    }

    .footer-10th {
        width: 232px;
        margin-left: auto;
        margin-right: auto;
    }

}


/* ------------------------
key
------------------------ */

.key-wrap {
    width: 100%;
    height: calc(100svh - 40px);
    min-height: 520px;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.key {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.key-inner, .key-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.key-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.key-txt {
    width: 82.4%;
    position: absolute;
    left: 50%;
    top: 7.58%;
    transform: translateX(-50%);
}

.txt-24ss {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.txt-24ss p {
    width: 177px;
}

.txt-24ss p img {
    display: block;
}

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

    .key-wrap {
        width: 100%;
        height: calc(100svh - 60px);
    }

    .key-txt {
        width: 543px;
        top: 7.02%;
    }
    
    .txt-24ss {
        height: 60px;
    }
    
    .txt-24ss p {
        width: 271px;
    }
    
}

.main-wrap {
    z-index: 2;
    position: relative;
    background: #fff;
}


/* ------------------------
catch
------------------------ */

.catch-txt {
    font-size: 3.6vw;
}

.catch-logo img {
    display: block!important;
    opacity: 1!important;
}

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

    .catch-logo {
        width: 70.98%;
        margin: 35px auto;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .catch-txt {
        font-size: min(1.60vw, 23px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .catch-logo {
        width: 75.20%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* ------------------------
item
------------------------ */

.item-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.item-wrap img, .item-wrap video {
    transition-delay: .2s!important;
    transition-duration: .35s!important;
    transition-timing-function: cubic-bezier(.47,0,.745,.715)!important;
}

.credit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-style: normal;
}

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

    .item-tt00 {
        padding-left: 16%;
        padding-right: 16%;
    }
    
    .item-tt01 {
        padding-left: 16%;
        padding-right: 16%;
    }

    .item-tt02 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .item-tt02 .credit-wrap {
        padding-left: 4%;
        padding-right: 4%;
    }

    .item-tt03 .credit-wrap {
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .item-tt04 {
        padding-left: 12%;
        padding-right: 12%;
    }
    
    .item-box.last-box {
        padding-top: 160px;
        padding-bottom: 150px;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .item-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .item-tt00 {
        padding-left: 10.87%;
        padding-right: 10.87%;
    }
    
    .item-tt00.item-flex > div:not(.credit-wrap) {
        width: 44.63%;
    }

    .item-tt01 {
        padding-left: 35.5%;
        padding-right: 35.5%;
    }
    
    .item-tt02 {
        padding-left: 6.78%;
        padding-right: 6.78%;
    }

    .item-tt03 {
        padding-left: 28.26%;
        padding-right: 28.26%;
    }
    
    .item-tt03.wide {
        padding-left: 10.87%;
        padding-right: 10.87%;
    }
    
    .item-tt04 {
        padding-left: 33.48%;
        padding-right: 33.48%;
    }
    
    .item-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .item-tt02.item-flex > div:not(.credit-wrap) {
        width: 50%;
    }

    .item-box.last-box {
        padding-top: 380px;
        padding-bottom: 300px;
    }
    
}
