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

body {
    margin: 0;
    padding: 0;
    font-family: garamond-premier-pro, 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%);
    color: #001A86;
}

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

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

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.lh100 {
    line-height: 100%;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.ls50 {
    letter-spacing: 0.05em;
}

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

.text-blue {
    color: #001A86!important;
}

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

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

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

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

.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 a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 2.5px 0;
    line-height: 1.5;
    text-decoration: underline;
}

.credit a[href=""] {
    pointer-events: none;
    text-decoration: 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 a .cre01 {
    margin-right: 0;
}

.credit a .cre02 {
    margin-right: 0;
}

.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 a .cre01 {
        margin-right: 0
    }
    
    .credit a .cre02 {
        margin-right: 0;
    }
    
    .credit a .cre02::after {
        padding-left: 0;
    }
    
    .credit a span.buy {
        padding: 0 10px 0;
    }

}

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

.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 {
    font-size: 14px;
    text-align: center;
}

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

.f-store a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    background: #F0F0F0;
    text-align: center;
    width: 300px;
    padding: 12px;
}

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

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

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

/* ------------------------
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;
}

.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-tit {
    position: fixed;
    width: 80%;
    left: 50%;
    top: 5.64dvh;
    transform: translateX(-50%);
    font-size: 3.07vw;
    z-index: 99;
}

.key-tit p {
    padding-top: 9px;
}

.key-txt {
    font-size: 2.8vw;
    position: absolute;
    left: 50%;
    bottom: 5.5%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1.3;
}

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

    .key-tit {
        width: 500px;
        top: 7.5%;
        font-size: 19px;
    }

    .key-tit p {
        padding-top: 16px;
    }

    .key-txt {
        font-size: 18px;
        bottom: 3.75%;
        line-height: 1.3;
    }

}

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

    .key-txt br.is-sp {
        display: block!important;
    }

}


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

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

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

.w80 {
    width: 80%;
}

.w67 {
    width: 66.7%;
}

.w64 {
    width: 64%;
}

.w60 {
    width: 60%;
}

.w53 {
    width: 53.3%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48.4%;
}

.w52 {
    width: 51.6%;
}

.ml-4 {
    margin-left: 4%;
}

.ml-7 {
    margin-left: 6.67%;
}

.mr-4 {
    margin-right: 4%;
}

.mr-7 {
    margin-right: 6.67%;
}

.credit-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.credit-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.credit-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

.box01 {
    margin-top: 60px; 
}

.box01 > div:nth-child(1) {
    margin-bottom: 60px;
}

.box02 {
    margin-bottom: 90px;
}

.box03 > div:nth-child(1) {
    margin-bottom: -30px;
}

.box03 {
    margin-bottom: 80px;
}

.box04 {
    margin-bottom: 110px;
}

.box05 > div:nth-child(1) {
    margin-bottom: 10px;
}

.box05 {
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
}

.box06 {
    margin-bottom: 92px;
}

.box07 > div:nth-child(1) {
    margin-bottom: 30px;
}

.box07 {
    margin-bottom: 60px;
}

.box09 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.box09 > div > div:nth-child(1) {
    margin-bottom: 30px;
}

.box10 {
    margin-bottom: 120px;
}

.box11 {
    margin-bottom: 110px;
}

.box12 > div:nth-child(1) {
    margin-bottom: 30px;
}

.box12 {
    margin-bottom: 120px;
}

.box13 > div:nth-child(1) {
    margin-bottom: 20px;
}

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

    .sp-inner {
        padding-left: 6.67%;
        padding-right: 6.67%;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .box01 {
        margin-top: 150px; 
    }
    
    .box01 > div:nth-child(1) {
        margin-bottom: 120px;
    }

    .box02 {
        margin-bottom: 280px;
    }

    .box03 > div:nth-child(1) {
        margin-bottom: -60px;
    }

    .box03 {
        margin-bottom: 300px;
        position: relative;
    }

    .box04 {
        margin-bottom: 300px;
    }

    .box05 > div:nth-child(1) {
        margin-bottom: 20px;
    }

    .box05 {
        position: relative;
        z-index: 2;
        margin-bottom: -100px;
    }

    .box06 {
        margin-bottom: 230px;
    }

    .box07 > div:nth-child(1) {
        margin-bottom: 60px;
    }

    .box07 {
        margin-bottom: 120px;
    }

    .box09 {
        margin-top: 330px;
        margin-bottom: 330px;
    }

    .box09 > div > div:nth-child(1) {
        margin-bottom: 60px;
    }

    .box10 {
        margin-bottom: 330px;
    }

    .box11 {
        margin-bottom: 230px;
    }

    .box12 > div:nth-child(1) {
        margin-bottom: 60px;
    }

    .box12 {
        margin-bottom: 330px;
    }

    .box13 > div:nth-child(1) {
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 919px) {
    .box03 .credit-right {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        padding-left: 72%;
        width: 110%;
    }
}

.footer {
    width: 100%;
    margin-top: 200px;
}

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

}

@media only screen and (min-width: 768px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 280px;
    }
    
    .box11 .credit {
        width: 500px;
    }
    
    .box12 .credit {
        width: 530px;
    }
}

.item-wrap [data-aos=fade-up] {
    transform: translateY(30px);
}

[data-aos=out].aos-animate {
    opacity: 0;
}