@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: #fffZ;
}

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

}

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



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

    .credit p {
        font-size: max(0.833vw, 10px);
    }
    
    .col .credit p, .item-wrap .detail {
        font-size: max(0.764vw, 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;
    }

    .credit p, .item-wrap .detail {
        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;
    }

}

/* items */

.detail {
    margin: 6px 0;
}


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

    .all-h1 {
        font-size: 1.56vw;
        line-height: 1.39;
        position: fixed;
        top: 0;
        left: 1.39vw;
        padding-top: 1.39vw;
        z-index: 9;
    }

    .grid-sizer, .grid-item {
        width: 25vw;
    }

    .wrap-col {
        padding-top: 9.65vw;
    }

    .img-hor {
        padding-right: 25.15%;
    }

    .img-hor + .detail {
        padding-right: 25.15%;
    }


    .credit-items {
        padding-left: 25vw;
    }

    .item-wrap {
        margin-bottom: 80px;
        padding-right: 2.76vw;
    }

    .back-to-top {
        text-align: right;
        font-size: 1.92vw;
        display: block;
        margin-right: 2.76vw;
        margin-bottom: 3.75vw;
    }

}

@media only screen and (min-width: 1200px) {
    
    .all-h1 {
        font-size: 0.903vw;
        line-height: 1.39;
        position: fixed;
        top: 0;
        left: 1.39vw;
        padding-top: 1.39vw;
        z-index: 9;
    }

    .grid-sizer, .grid-item {
        width: 14.1vw;
    }

    .wrap-col {
        padding-top: 9.65vw;
    }

    .img-hor {
        padding-right: 25.15%;
    }

    .img-hor + .detail {
        padding-right: 25.15%;
    }


    .credit-items {
        padding-left: 15.4vw;
    }

    .item-wrap {
        margin-bottom: 80px;
        padding-right: 1.67vw;
    }

    .back-to-top {
        text-align: right;
        font-size: 1.11vw;
        display: block;
        margin-right: 1.67vw;
        margin-bottom: 3.75vw;
    }
    
}

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

    .all-h1 {
        font-size: 3.067vw;
        padding-top: 18vw;
        margin-bottom: 17.5vw;
        line-height: 1.39;
    }

    .grid-sizer, .grid-item {
        width: 48vw;
    }

    .img-hor {
        padding-right: 25.15%;
    }

    .img-hor + .detail {
        padding-right: 25.15%;
    }

    
    .credit-items {
        padding-left: 4vw;
    }
    
    .item-wrap {
        margin-bottom: 60px;
        padding-right: 4vw;
    }

    .back-to-top {
        font-size: 3.333vw;
        display: block;
        margin: 6vw 0;
    }
    
}
