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

body {
    margin: 0;
    padding: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 11px;
    letter-spacing: 0;
    background: linear-gradient(#fff 0%, #fff 9.36%, #aebad4 56.16%, #111833 100%);
}

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

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

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

.mb240 {
    margin-bottom: 240px!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;
    }

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

    .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;
    }
    
    .mb240 {
        margin-bottom: 120px!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: 14px;
    }

    .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: 20px;
    margin-bottom: -10px;
}

.credit {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.7vw;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5px 0;
    line-height: 1.5;
}

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

.credit a[href=""] .buy {
    display: none;
}

.credit a[href=""] .flex-item {
    width: 100%;
}

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

.credit a[href=""] .cre03::after {
    content: " (shop only)";
    font-size: 92%;
}

.credit a[href=""].soon .cre03::after {
    content: " (coming soon)";
}

.credit .flex-item {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 56px);
}

.credit a .cre01 {
    margin-right: 6px;
}

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

.credit a .cre02::after {
    content: "/";
    display: inline-block;
    padding-left: 2px;
}

.credit a span.buy {
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    color: #000;
    padding: 0 8px 0;
    transition: all .3s ease-out;
    text-align: center;
}

.credit a:hover span.buy {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}


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

@media screen and (min-width: 768px) {
    
    .credit {
        max-width: 358px;
    }
    
    .credit-wrap {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    
    .credit .flex-item {
        width: calc(100% - 62px);
    }
    
    .credit a .cre01 {
        margin-right: 6px;
    }
    
    .credit a .cre02 {
        margin-right: 4px;
    }
    
    .credit a .cre02::after {
        padding-left: 4px;
    }
    
    .credit a span.buy {
        padding: 0 10px 0;
    }

}

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

.footer {
    color: #fff;
}

.footer a:hover {
    opacity: 0.8;
}

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

.footer #f-logo {
    margin-top: 90px;
}

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

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

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

.footer #f-link {
    margin-top: 50px;
}

#f-link li {
    width: 24px;
}

.footer #f-link li {
    margin: 0 14px;
}

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

.f-staff {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 2.3;
}

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

.f-store a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

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

    #f-link li {
        width: 28px;
    }

    .footer #f-link li {
        margin: 0 18px;
    }
    
    .f-staff {
        font-size: 17px;
    }
    
    #f-copy {
        font-size: 12px;
        margin-top: 18px;
    }
    
    .f-store a {
        font-size: 21px;
    }
    
}

/* ------------------------
fixed-border
------------------------ */

.cont-wrap {
    background: #fff;
    position: relative;
}

.cont-wrap > * {
    margin-left: auto;
    margin-right: auto;
}

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

}

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

.key-wrap {
    width: 100%;
    height: 100svh;
    min-height: 560px;
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.key-txt {
    position: absolute;
    width: 76.27%;
    height: 88.08%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.key-txt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

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

    .key-txt {
        height: 80%;
    }
    
}

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

.item-outer {
    background: linear-gradient(#fff 0%, #fff 9.36%, #aebad4 56.16%, #1B223D 100%);
    position: sticky;
    top: 0;
}

@media only screen and (min-width: 768px) {
    
    .item-outer {
        padding-top: 200px;
    }
    
}


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

.item-wrap {
    max-width: 1280px;
    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-direction: column;
    font-style: normal;
}

.credit.white a span {
    color: #fff;
    border-color: #fff;
}

.credit.white a:hover .buy {
    background: #fff;
    color: #111833;
}

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

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

    .item-tt02.wide {
        padding-left: 16.67%;
        padding-right: 16.67%;
    }

    .item-tt02.wide > div:first-child {
        margin-bottom: 25px;
    }
    
    .item-tt03 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .item-tt04 {
        padding-left: 0;
        padding-right: 0;
    }

    .item-tt04.wide {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .item-tt04.wide > div:first-child {
        margin-bottom: 37px;
    }

    .item-tt05 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .item-tt06 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .item-box.last-box {
        padding-top: 160px;
        padding-bottom: 150px;
    }

    .img-04-wrap {
        margin-bottom: 37px;
    }

    .img-06-wrap {
        margin-bottom: 37px;
    }
    
    .img-12-wrap > div:not(:last-child) {
        margin-bottom: 25px;
    }
    
    .spacer01 {
        width: 100%;
        height: 280px;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .item-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .item-tt01 {
        padding-left: 35.0%;
        padding-right: 35.0%;
    }

    .item-tt02.wide {
        padding-left: 16.0%;
        padding-right: 16.0%;
    }

    .item-tt03 {
        padding-left: 32.0%;
        padding-right: 32.0%;
    }

    .item-tt04 {
        padding-left: 29.5%;
        padding-right: 29.5%;
    }

    .item-tt04.wide {
        padding-left: 8.2%;
        padding-right: 8.2%;
    }

    .item-tt05 {
        padding-left: 42.6%;
        padding-right: 16.4%;
    }
    
    .item-tt06 {
        padding-left: 16.0%;
        padding-right: 38.8%;
    }
    
    .item-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item-tt02.item-flex > div:not(.credit-wrap) {
        width: 48.8%;
    }
    
    .item-tt04.item-flex > div:not(.credit-wrap) {
        width: 49.04%;
    }

    .item-box.last-box {
        padding-top: 380px;
        padding-bottom: 300px;
    }
    
    .img-04-wrap {
        margin-bottom: 120px;
    }
    
    .img-06-wrap {
        margin-bottom: 20px;
    }

    .img-12-wrap > div:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .img-05-credit .credit {
        margin-left: 0;
    }
    
    .spacer01 {
        width: 100%;
        height: 380px;
    }
    
}

.f-outer {
    position: sticky;
    z-index: 3;
    width: 100%;
}

.footer {
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .footer {
        background-image: url(../images/img_footer_sp.jpg);
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (min-width: 768px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
        background-image: url(../images/img_footer_pc.jpg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: repeat-x;
    }
}