@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: 'Be Vietnam Pro', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.02em;
    font-size: 13px;
}

.serif {
    font-family: 'Jomolhari', serif;
}

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

.cormorant {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}

.l-height10 {
    line-height: 1.0;
}

.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: #000000;
}

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

.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: #000!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;
}

.line-before01::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    transform: scaleY(50%) translateY(-4px);
}

.line-before02::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    transform: scaleY(50%) translateY(-4px);
}

.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: 14px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


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

.stack, .sticky {
    position: sticky;
    top: 0;
}

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

.credit.left {
    display: flex;
    justify-content: flex-start;
}

.credit.right {
    display: flex;
    justify-content: flex-end;
}

.credit li {
    padding-bottom: 4px;
}

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

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

.soon .buy, a[href=""] .buy {
    display: none!important;
}

.credit a > span:not(.buy) {
    width: 160px;
    padding-right: 8px;
    text-align: left;
    position: relative;
}

.credit a > span:not(.buy) > span {
    display: inline-block;
    position: relative;
}

.credit a span.buy {
    display: inline-block;
    width: 27px;
    background: rgba(0, 0, 0, 0);
    color: #000;
    transition: all .3s ease-out;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    position: relative;
}

.credit a span.buy::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.credit a > span:not(.buy) > span::after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .3s cubic-bezier(0.12, 0, 0.39, 0);
}

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

@media (hover: hover) {

    .credit a:hover > span:not(.buy) > span::after {
        width: 100%;
    }

}

@media (hover: none) {

    .credit a:active > span:not(.buy) > span::after {
        width: 100%;
    }

}

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

.footer * {
    color: #000;
}

.footer-link a {
    font-size: 12.5px;
}

@media (hover: hover) {

    .footer-link a:hover {
        opacity: .75;
    }

}

@media (hover: none) {

    .footer-link a:active {
        opacity: .75;
    }

}

.footer-credit {
    font-size: 10px;
    line-height: 1.6;
}

.footer-jp {
    font-size: 10px;
}

.footer-copy {
    font-size: 11px;
}

.footer-logo {
    width: 81px;
    margin-right: 8px;
}

.footer-logo img {
    display: block;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-link {
    width: 100px;
}

.footer-credit {
    width: 300px;
    text-align: right;
}

.footer-credit span {
    display: inline-block;
}


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

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

    .footer {
        margin: 216px 30px 0px 30px;
        padding-top: 14px;
        padding-bottom: 30px;
        border-top: 1px solid #000;
    }

    .footer-link {
        margin-bottom: 96px;
    }
    
    .footer-bottom-left {
        display: flex;
        align-items: center;
    }

}

@media screen and (max-width: 767px) {
    
    .footer {
        margin: 76px 5.33vw 0;
        padding-top: 22px;
        padding-bottom: 12px;
        border-top: 1px solid #000;
    }
    
    .footer-credit {
        width: 212px;
    }
    
    .footer-logo {
        margin-bottom: 2px;
    }
    
    .footer-link {
        margin-bottom: 72px;
        line-height: 2.4;
    }
    
    .footer-credit {
        margin-bottom: 72px;
    }
    
}


/* ------------------------
contents
------------------------ */

/* key */

.key {
    width: 100%;
    height: 100svh;
}

.key-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 996px;
    width: 90.67%;
    z-index: 2;
}

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

[data-aos="fade-out"] {
    opacity: 1!important;
    pointer-events: none;
}

[data-aos="fade-out"].aos-animate {
    opacity: 0!important;
}

.key-logo {
    mix-blend-mode: difference;
    position: fixed;
    width: 118px;
    z-index: 99;
}

.key-insta {
    mix-blend-mode: difference;
    position: fixed;
    font-size: 15px;
    line-height: 1;
}

.key-txt01 {
    font-size: 12px;
    line-height: 1.24;
    z-index: 2;
}

.line-ani::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    margin-top: 4px;
    transition: width .3s cubic-bezier(0.12, 0, 0.39, 0);
}

@media (hover: hover) {
    
    .line-ani:hover::after {
        width: 100%;
    }
    
}

@media (hover: none) {

    .line-ani:active::after {
        width: 100%;
    }

}

@media screen and (min-width: 768px) {
    
    .key-inner {
        height: 100svh;
    }
    
    .key-logo {
        width: 118px;
        left: 30px;
        top: 30px;
        z-index: 99;
    }

    .key-insta {
        right: 30px;
        top: 30px;
        z-index: 99;
    }

    .key-txt01 {
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 99;
    }

}

@media screen and (max-width: 767px) {
    
    .key-tit {
        position: absolute;
        left: 50%;
        bottom: 32px;
        top: auto;
        transform: translateX(-50%);
        white-space: nowrap;
        bottom: calc(32px + 10.8vw);
    }
    
    .key-logo {
        left: 14px;
        top: 14px;
        z-index: 99;
    }

    .key-insta {
        right: 14px;
        top: 14px;
        z-index: 99;
    }
    

    .key-txt01 {
        font-size: 3.2vw;
        position: absolute;
        left: 50%;
        bottom: 32px;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    
}

/* block */

.item-block .credit {
    position: relative;
    z-index: 2;
}
.credit-num {
    font-size: 25px;
    width: 100%;
    line-height: 1.55;
    position: relative;
}

.credit-num::before {
    content: "#";
    position: absolute;
    left: -2px;
    top: calc(50% + 1.5px);
    transform: translate(-100%, -50%);
    font-size: 13px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

@media screen and (max-width: 767px) {
    
    .flex-images {
        display: flex;
        flex-wrap: wrap;
    }
    
    .item-block .credit li {
        padding-bottom: 8px;
    }
    
    .block01 .sub-box {
        background: url(../images/bg_01_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block02 .sub-box {
        background: url(../images/bg_02_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block03 .sub-box {
        background: url(../images/bg_03_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block04 .sub-box {
        background: url(../images/bg_04_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block05 .sub-box {
        background: url(../images/bg_05_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block06 .sub-box {
        background: url(../images/bg_06_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .end-wrap {
        background: url(../images/bg_07_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    .block01 .flex-images > div:first-child {
        width: 55.7%;
        padding-left: 5.33%;
        margin-top: 100px;
    }

    .block01 .flex-images > div:last-child {
        width: 46.96%;
        padding-right: 5.33%;
        margin-left: -2.66%;
        mix-blend-mode: multiply;
    }

    .block01 .credit {
        margin-right: 4.99%;
        margin-top: -96px;
    }
    
    .block01 .sub-inner {
        padding-top: 20px;
        padding-bottom: 69px;
    }

    .block02 .single-image {
        padding-right: 22.9%;
        margin-top: 16px;
    }

    .block02 .credit {
        margin-right: 5.18%;
        margin-bottom: 12px;
    }
    
    .block02 .sub-inner {
        padding-top: 16px;
        padding-bottom: 85px;
    }

    .block03 .flex-images {
        padding-left: 2.67%;
        padding-right: 2.67%;
        justify-content: space-between;
    }

    .block03 .flex-images > div {
        width: 50%;
    }

    .block03 .credit {
        margin-left: 8.53%;
        margin-top: 16px;
    }

    .block03 .sub-inner {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    
    .block04 .single-image {
        margin-left: 5.33%;
        margin-right: 5.33%;
    }

    .block04 .credit {
        margin-left: 8.53%;
        margin-top: 20px;
        justify-content: flex-start;
    }
    
    .block04 .sub-inner {
        padding-bottom: 62px;
        padding-top: 5.33vw;
    }

    .block05 .flex-images > div:nth-child(1) {
        width: 68%;
        margin-left: 5.33%;
    }

    .block05 .flex-images > div:nth-child(2) {
        width: 68%;
        margin-right: 5.33%;
        margin-left: auto;
        margin-top: -100px;
        mix-blend-mode: multiply;
    }

    .block05 .flex-images > div:nth-child(3) {
        box-sizing: content-box;
        margin-left: 8.53%;
        margin-top: 2px;
    }
    
    .block05 .sub-inner {
        padding-top: 20px;
        padding-bottom: 74px;
    }

    .block06 .single-image {
        padding-left: 0;
        padding-right: 43.5%;
    }

    .block06 .single-image img {
        margin-bottom: 10px;
    }

    .block06 .credit {
        margin-top: 2px;
        margin-right: 10.67%;
    }
    
    .block06 .sub-inner {
        padding-top: 20px;
    }

    .block07 .single-image {
        padding-left: 5.33%;
        padding-right: 30.33%;
    }

    .block07 .credit {
        margin-left: 0;
        margin-right: 10.67%;
        margin-bottom: 0;
        justify-content: flex-end;
        margin-top: 8px;
    }
    
    .block07 .sub-inner {
        padding-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    
    .sticky, .stack {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .item-block {
        display: flex;
        flex-wrap: wrap;
    }
    
    .main-box {
        width: 61.86%;
    }
    
    .sub-box {
        width: 38.14%;
    }
    
    .flex-images {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sub-inner.top-fix {
        padding-top: 70px;
    }
    
    .sub-inner.bottom-fix {
        padding-bottom: 70px;
    }
    
    .block02 .main-box, .block04 .main-box, .block06 .main-box {
        order: 2;
    }
    
    .block02 .sub-box, .block04 .sub-box, .block06 .sub-box {
        order: 1;
    }
    
    .block01 .sub-box {
        background: url(../images/bg_01_pc.jpg);
        background-size: cover;
        background-position: center;
    }
    
    .block02 .sub-box {
        background: url(../images/bg_02_pc.jpg);
        background-size: cover;
        background-position: center;
    }

    .block03 .sub-box {
        background: url(../images/bg_03_pc.jpg);
        background-size: cover;
        background-position: center;
    }

    .block04 .sub-box {
        background: url(../images/bg_04_pc.jpg);
        background-size: cover;
        background-position: center;
    }

    .block05 .sub-box {
        background: url(../images/bg_05_pc.jpg);
        background-size: cover;
        background-position: center;
    }

    .block06 .sub-box {
        background: url(../images/bg_06_pc.jpg);
        background-size: cover;
        background-position: center;
    }

    .end-wrap {
        background: url(../images/bg_07_pc.jpg);
        background-size: cover;
        background-position: center;
    }
    
    .block01 .flex-images > div:first-child {
        width: 55.28%;
        padding-left: 5.57%;
        margin-top: 72px;
    }
    
    .block01 .flex-images > div:last-child {
        width: 44.72%;
        padding-right: 3.07%;
        margin-left: -1.92%;
        mix-blend-mode: multiply;
    }
    
    .block01 .credit {
        margin-right: 4.99%;
        margin-top: -46px;
    }
    
    .block02 .single-image {
        padding-right: 18.81%;
        margin-top: -92px;
    }

    .block02 .credit {
        margin-right: 5.18%;
    }

    .block03 .flex-images {
        padding-left: 2.78%;
        padding-right: 2.78%;
        justify-content: space-between;
    }
    
    .block03 .flex-images > div {
        width: 49.59%;
    }

    .block03 .credit {
        margin-left: 7.87%;
        margin-bottom: 42px;
    }
    
    .block03 .sub-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .block04 .single-image {
        padding-right: 5.66%;
        padding-left: 30.5%;
    }

    .block04 .credit {
        margin-right: 5.66%;
        margin-top: 20px;
    }

    .block05 .flex-images > div {
        width: 49.59%;
    }
    
    .block05 .flex-images > div:nth-child(1) {
        order: 1;
        width: 49.14%;
        margin-left: 5.57%;
    }

    .block05 .flex-images > div:nth-child(2) {
        order: 3;
        width: 49.14%;
        margin-left: 21.11%;
        margin-top: -100px;
        mix-blend-mode: multiply;
    }

    .block05 .flex-images > div:nth-child(3) {
        width: 154px;
        order: 2;
        padding-left: 7.87%;
        padding-right: 7.87%;
        position: absolute;
        right: 0;
        top: 13.47vw;
        box-sizing: content-box;
    }
    
    .block05 .credit a > span:not(.buy) {
        width: calc(100% - 27px);
    }
    
    .block06 .sub-inner {
        padding-top: 2.20vw;
    }

    .block06 .single-image {
        padding-left: 5.57%;
        padding-right: 54.48%;
    }
    
    .block06 .single-image img {
        margin-bottom: 8px;
    }

    .block06 .credit {
        margin-right: 10.75%;
        margin-top: 2px;
    }
    
    .block07 .sub-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .block07 .single-image {
        padding-left: 5.57%;
        padding-right: 30.33%;
    }

    .block07 .credit {
        margin-left: 7.87%;
        margin-bottom: 32px;
    }
    
}

[data-aos^="fade"] {
    transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}


[data-aos="blurIn"] {
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.12, 0, 0.39, 0);
    position: relative;
    z-index: 1;
}

[data-aos="blurIn"].aos-animate {
    opacity: 1;
}

[data-aos="blurIn"]::after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: backdrop-filter .8s cubic-bezier(0.12, 0, 0.39, 0) .3s, -webkit-backdrop-filter .8s cubic-bezier(0.12, 0, 0.39, 0) .3s;
}

[data-aos="blurIn"].aos-animate::after {
    opacity: 1;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

[data-aos="fadeInRight"] {
    transform: translateX(-16px);
}

[data-aos="fadeInLeft"] {
    transform: translateX(16px);
}