@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.57;
    font-size: 13px;
    letter-spacing: 0.02em;
}

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

.l-height11 {
    line-height: 1.1;
}

.l-height12 {
    line-height: 1.2;
}

.l-height13 {
    line-height: 1.3;
}

.l-height14 {
    line-height: 1.4;
}

.l-height18 {
    line-height: 1.8;
}

.l-height20 {
    line-height: 2;
}

.l-height25 {
    line-height: 2.5;
}

.ls00 {
    letter-spacing: 0;
}

.ls10 {
    letter-spacing: 0.01em;
}

.ls40 {
    letter-spacing: 0.04em;
}

.p-relative {
    position: relative;
}

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

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

.bg-black {
    background: #000;
}

.bg-gray {
    background: #E2E2E2;
}

.bg-beige {
    background: #CDC2AD;
}

.bg-brown {
    background: #A78D69;
}

.bg-purple {
    background: #C8B9CC;
}

.bg-white {
    background: #fff;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.text-left {
    text-align: left!important;
}

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

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

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

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

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

.text-vertical {
    display: block;
    white-space: nowrap;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: left center;
}

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

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

.mx820 {
    max-width: 820px!important;
    margin-left: auto;
    margin-right: auto;
}


.mx680 {
    max-width: 680px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx628 {
    max-width: 628px!important;
    margin-left: auto;
    margin-right: auto;
}

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

.mx560 {
    max-width: 560px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx500 {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx450 {
    max-width: 450px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

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

.fs34 {
    font-size: 34px!important;
}

.fs48 {
    font-size: 48px!important;
}


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

    .sp-imgmax {
        width: 115.39%;
        margin-left: -7.69%;
        margin-right: -7.69%;
    }
    .is-pc {
        display: none;
    }
    .pt05 {
        /* padding-top: 4px!important; */
        padding-top: 4%!important;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .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;
    }
    .pb10 {
        padding-bottom: 8px!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: 45px!important;
    }
    .pb90 {
        padding-bottom: 50px!important;
    }
    .pb100 {
        padding-bottom: 55px!important;
    }
    .pb120 {
        padding-bottom: 70px!important;
    }
    .mt10 {
        margin-top: 8px!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;
    }
    .mb10 {
        margin-bottom: 8px!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;
    }
    .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: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
    .fs34 {
        font-size: 23px!important;
    }
    .fs48 {
        font-size: 32px!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;
}

body {
    background: #000;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 99;
    transition: opacity .3s ease-out .1s;  
}

#bg-loading.hide {
    opacity: 0;
    pointer-events: none;
}

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

.underline {
    text-decoration: underline!important;
}

.credit a {
    padding: 3.5px 0;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-card .credit a {
    flex-direction: column;
}

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

.credit a span.buy {
    text-decoration: underline;
    font-weight: 400;
}

.credit a:hover, .bg-black .credit a:hover, .bg-black .credit a:hover span {
    opacity: .46;
}

.soon {
    pointer-events: none;
}

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

@media screen and (min-width: 768px) {
    
    .credit {
        margin-left: auto;
        margin-right: auto;
    }
    
}


@media screen and (max-width: 767px) {
    
    .credit a span.buy {
        padding: 2px 10px 1px;
    }
    
    .txt-inner {
        padding-left: 6.67%;
        padding-right: 6.67%;
    }

}


/* ------------------------
common
------------------------ */

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

.all-btn.snap {
    border: 1px solid #BABABA;
    background: #BABABA;
    color: #fff;
}

.all-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    opacity: 1!important;
}

.all-btn.snap:hover {
    border: 1px solid #A5D9FF;
    background: #A5D9FF;
    color: #070000;
    opacity: 1!important;
}

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

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

    .inner {
        padding-left: 6.67%;
        padding-right: 6.67%;
    }
    
     .all-btn {
        padding: 12px;
    }
    
}

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

.key {
    width: 100%;
    height: 100svh;
    position: relative;
    background-size: cover;
    background-position: center;
}

.key .key-logo, .key .key-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer p span {
    display: inline-block;
    padding-left: 0.35em;
    vertical-align: top;
    transform: scale(0.65);
    transform-origin: top left;
}

@media only screen and (min-width: 768px) {
    
    .key-logo {
        width: 17.08vw;
    }
    
    .key-txt {
        width: 12.36vw;
    }

    .key.type01 {
        background-image: url(../images/img_key01_pc.jpg);
    }
    
    .key.type02 {
        background-image: url(../images/img_key02_pc.jpg);
    }
    
    .key.type03 {
        background-image: url(../images/img_key03_pc.jpg);
    }
    
    .key.type04 {
        background-image: url(../images/img_key04_pc.jpg);
    }
    
    .key.type05 {
        background-image: url(../images/img_key05_pc.jpg);
    }
    
    .key.type06 {
        background-image: url(../images/img_key06_pc.jpg);
    }
    
    .key.type01 .key_w {
        display: none;
    }
    
    .key.type02 .key_w {
        display: none;
    }

    .key.type03 .key_b {
        display: none;
    }

    .key.type04 .key_w {
        display: none;
    }

    .key.type05 .key_w {
        display: none;
    }

    .key.type06 .key_w {
        display: none;
    }
    
    .key.type01 .key-logo, .key.type02 .key-logo, .key.type06 .key-logo {
        bottom: 6.98%;
    }
    
    .key.type03 .key-logo {
        top: 39.55%;
    }
    
    .key.type04 .key-logo, .key.type05 .key-logo {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .key.type01 .key-txt, .key.type02 .key-txt, .key.type06 .key-txt {
        top: 4.44%;
    }

    .key.type03 .key-txt, .key.type04 .key-txt, .key.type05 .key-txt {
        bottom: 4.44%;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .key-logo {
        width: 42.4vw;
    }

    .key-txt {
        width: 35.2vw;
    }

    .key.type01 {
        background-image: url(../images/img_key01_sp.jpg);
    }

    .key.type02 {
        background-image: url(../images/img_key02_sp.jpg);
    }

    .key.type03 {
        background-image: url(../images/img_key03_sp.jpg);
    }

    .key.type04 {
        background-image: url(../images/img_key04_sp.jpg);
    }

    .key.type05 {
        background-image: url(../images/img_key05_sp.jpg);
    }

    .key.type06 {
        background-image: url(../images/img_key06_sp.jpg);
    }

    .key.type01 .key_w {
        display: none;
    }

    .key.type02 .key_w {
        display: none;
    }

    .key.type03 .key_b {
        display: none;
    }

    .key.type04 .key_w {
        display: none;
    }

    .key.type05 .key_b {
        display: none;
    }

    .key.type06 .key_w {
        display: none;
    }

    .key.type01 .key-logo {
        bottom: 7.27%;
    }

    .key.type02 .key-logo {
        top: 21.96%;
    }

    .key.type03 .key-logo {
        top: 36.66%;
    }

    .key.type04 .key-logo {
        bottom: 57.57%;
    }

    .key.type05 .key-logo {
        top: 41.30%;
    }

    .key.type06 .key-logo {
        bottom: 14.24%;
    }
    
    .key.type04 .key-logo, .key.type05 .key-logo {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .key.type01 .key-txt, .key.type02 .key-txt, .key.type04 .key-txt, .key.type06 .key-txt {
        top: 3%;
    }

    .key.type03 .key-txt, .key.type05 .key-txt {
        bottom: 3%;
    }

}

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

/* items */

.wrap-left, .wrap-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-full {
    width: 100%;
}

.txt-box {
    overflow: hidden;
}

.txt-box p {
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    
    .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 0.5555vw;
    }
    
    .wrap-left, .wrap-right {
        width: 49.72%;
    }
    
    .item-box {
        margin-bottom: 0.5555vw;
    }
    
    .item-box:not(.footer):not(.txt-box) {
        cursor: pointer;
    }

    .inner-left, .inner-right {
        width: 49.44%;
    }

    .txt-box, .footer {
        padding: 1.39vw;
    }

    .txt-box p {
        font-size: 0.972vw;
    }
    
    .txt-box01 {
        background: #000;
        aspect-ratio: 371 / 245;
    }

    .txt-box02 {
        background: #000;
        aspect-ratio: 371 / 305;
    }
    
    .txt-box03 {
        background: #fff;
        aspect-ratio: 371 / 371;
    }
    
    .footer {
        background: #fff;
        aspect-ratio: 371 / 120.98;
    }
    
    .footer > div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .footer p {
        font-size: 1.04vw;
    }
    
    .footer .copy {
        text-align: right;
        line-height: 1;
        padding-top: 20px;
    }

    .footer .copy small {
        font-size: 0.76vw;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .item-box {
        margin-bottom: 1.07vw;
    }

    .inner-left, .inner-right {
        width: 49.47vw;
    }

    .txt-box, .footer {
        padding: 3.33vw;
    }

    .txt-box p {
        font-size: 2.61vw;
        line-height: 1.4;
        letter-spacing: 0.014em;
    }
    
    .txt-box01 {
        background: #000;
        aspect-ratio: 371 / 246;
    }

    .txt-box02 {
        background: #fff;
        aspect-ratio: 371 / 302;
    }

    .txt-box03 {
        background: #000;
        aspect-ratio: 371 / 371;
    }

    .footer {
        background: #fff;
        aspect-ratio: 371 / 120.875;
        margin-bottom: 0;
    }
    
    .footer p {
        font-size: 3.6vw;
    }
    
    .copy {
        margin-top: 95px;
    }
    
    .footer .copy small {
        font-size: 2.5vw;
    }
}


/* modal */

.btn-open-modal {
    cursor: pointer;
    transition: opacity .3s ease;
    position: relative;
}


.modal-wrap {
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 100;
    background: #fff;
    display: none;
}

.modal-inner {
    width: 100%;
}

.close {
    cursor: pointer;
    position: fixed;
    z-index: 11;
}

.modal-credit * {
    line-height: 1.2;
}

/*
@media only screen and (min-width: 1200px) {

    .size-01 {
        max-width: 600px;
        width: calc(100dvh / 1.4987);
    }

    .size-02 {
        max-width: 600px;
        width: calc(100dvh / 1.4987);
    }
    
    
}
*/

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

    .modal-inner {
        position: relative;
        min-height: 100dvh;
    }
    
    .modal-credit {
        position: fixed;
        left: 0;
        top: 0;
        padding: 1.39vw;
        z-index: 9;
    }
    
    .modal-credit p {
        font-size: max(0.833vw, 10px);
    }
    
    .close {
        right: 1.39vw;
        top: 1.39vw;
        font-size: 2.08vw;
        line-height: 1.2;
    }
    
    .close.pc-white {
        color: #fff;
    }
    
    .modal-img-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: 16.667%;
        min-height: 100dvh;
    }
    
    .left-pic .modal-img-wrap::after {
        content: "";
        display: block;
        aspect-ratio: 750 / 1124;
        max-width: 600px;
        width: calc(100dvh / 1.4987);
    }
    
    .left-pic {
        overflow: hidden;
    }
    
    .bottom-pic .modal-img-wrap {
        align-items: flex-end;
    }
    
    .modal-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .size-01 {
        aspect-ratio: 750 / 1124;
        max-width: 600px;
        width: calc(100dvh / 1.4987);
    }

    .size-02 {
        aspect-ratio: 750 / 493;
        max-width: 905px;
        width: calc(100dvh / 1.006);
        padding: 0 3.33dvh 3.33dvh 0;
    }

    .size-03 {
        aspect-ratio: 750 / 493;
        max-width: 905px;
        width: calc(100dvh / 1.006);
    }

    .size-04 {
        aspect-ratio: 610 / 610;
        max-width: 610px;
        width: calc(100dvh / 1.475);
        padding: 0 3.33dvh 3.33dvh 0;
    }
    
    .to-top {
        position: fixed;
        left: 1.39vw;
        bottom: 1.39vw;
        font-size: 1.11vw;
        z-index: 10;
    }
    
    .to-next-back span {
        text-indent: -9999px;
        position: absolute;
        display: block;
    }
    
    .to-back {
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        cursor: url(../images/cursor_back.svg)33 17, pointer;
    }
    
    .to-next {
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        cursor: url(../images/cursor_next.svg) 31 17, pointer;
    }
    
}


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

    .modal-img-wrap {
        margin-top: 15.467vw;
        min-height: calc(100dvh - 30.934vw);
    }

    .modal-credit {
        position: absolute;
        z-index: 2;
    }

    .pos-top-left {
        left: 4vw;
        top: 4vw;
    }    

    .pos-top-right {
        right: 4vw;
        top: 4vw;
    }
    
    .pos-bottom-left {
        left: 4vw;
        bottom: 4vw;
    }

    .pos-bottom-right {
        right: 4vw;
        bottom: 4vw;
    }
    
    .pos-out {
        position: relative;
        padding: 4vw;
    }
    
    .sp-white a {
        color: #fff;
    }
    
    .pos-top-right a, .pos-bottom-right a {
        justify-content: flex-end;
        text-align: right;
    }

    .modal-credit p {
        font-size: max(2.67vw, 10px);
    }

    .close {
        right: 4vw;
        top: 5.89vw;
        font-size: 5.33vw;
        line-height: 1.2;
    }

    .modal-img {
        position: relative;
    }

    .modal-txt {
        height: 15.467vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4vw;
    }

    .to-top {
        font-size: 3.33vw;
    }

    .to-next-back {
        display: flex;
    }

    .to-next-back > span {
        font-size: 5.33vw;
        line-height: 1;
        vertical-align: middle;
    }

    .to-next-back .to-back {
        padding: 2% 3vw 0;
        border-right: 1px solid #000;
    }

    .to-next-back .to-next {
        padding: 2% 3vw 0;
    }

}

.to-all {
    font-size: 0.972vw;
    position: fixed;
    left: 1.39vw;
    bottom: 1.39vw;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .to-all {
        font-size: 3.333vw;
        left: 3.33vw;
        bottom: 3.33vw;
    }
    
}