@charset "utf-8";

.about .inner {
    position: relative;
    height: 140vh;
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.about .wrapper {
    position: relative;
    z-index: 1;
    padding: 120px 0 88px;
}

.about {
    position: relative;
    z-index: 3;

}

.about .bg {
    position: sticky;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.about .bg.pc-hidden {
    display: none;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71) 20%, transparent 80%);
    z-index: 1;
}

.about .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.about .sec-head .tit-catch {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    line-height: calc(48/32);
    text-align: center;
    color: #e6e2d8;
}

.about .sec-head .desc p {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(40/16);
    text-align: center;
    color: #e6e2d8;
}

.about.is-fixed .blur {
    filter: none;
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s;
}

.about .sec-body {
    display: flex;
    justify-content: flex-end;
    gap: 6%;
    align-items: flex-end;
}

.about .sec-img {
    max-width: 635px;
    width: 48%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.about .sec-img img {
    max-width: 480px;
    width: 76%;
    height: auto;
}

.about .sec-img .name {
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
}

.about .sec-img .name::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about .sec-img .name .tit-en {
    font-size: clamp(2.063rem, 1.471rem + 2.52vw, 4.5rem);
    line-height: calc(82/72);
    color: #ccc5b3;
}

.about .sec-img .name .tit-ja {
    font-size: clamp(0.688rem, 0.49rem + 0.84vw, 1.5rem);
    color: #ccc5b3;
}

.about .sec-body .desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #e6e2d8;
}

.about .sec-body .desc .f-24 {
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    line-height: calc(35/24);
}

.story {
    background-color: #CCC5B3;
    position: relative;
    z-index: 3;
}

.story .inner {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.story .tit-en {
    font-size: clamp(8.75rem, 6.475rem + 9.71vw, 18.125rem);
    -webkit-text-stroke: 1px rgba(21, 14, 6, 0.36);
    position: absolute;
    top: 46px;
    left: 0;
    writing-mode: sideways-rl;
    z-index: -1;
}

.story .sec-top {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    width: calc(1728/1920*100vw);
    margin-left: auto;
}

.story .sec-top .sec-text {
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.story .sec-top .sec-text .sec-head {
    display: flex;
    align-items: baseline;
    font-size: clamp(1.375rem, 1.117rem + 1.1vw, 2.438rem);
    color: #150e06;
}


.story .sec-bottom {
    display: flex;
    width: min(90%, 1728px);
    margin: 0 auto;
    gap: 4%;
}

.story .sec-bottom .sec-img {
    max-width: 923px;
    width: 54%;
}

.story .sec-bottom .sec-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story .sec-bottom .sec-text .tit-ja {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #150e06;
}

.story .sec-bottom .desc p {
    line-height: 2;
}

.t_gallery .inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 80px 0 120px;
}

.t_gallery .sec-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.t_gallery .sec-head .tit-ja {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    margin: 0;
}

.t_gallery .sec-head .tit-ja br {
    display: none;
}

.t_gallery .sec-head .desc p {
    line-height: 2;
    color: #e6e2d8;
    text-align: center;
}

.portrait-slider-arrow {
    top: auto;
    bottom: 21%;
}



.howto .inner {
    padding: 120px 0;
    display: flex;
    gap: 4%;
}

.howto .inner .sec-text {
    width: 49%;
}

.howto .inner .sec-img {
    max-width: 675px;
    width: 51%;
}

.howto .inner .tit-ja {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #150e06;
    margin-bottom: 20px;
}

.howto .inner .tit-ja br {
    display: none;
}

.howto .inner .desc {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.howto .inner .desc .kome {
    font-size: 14px;
    line-height: calc(20/14);
    color: #150e06;
}



.howto .inner .desc p {
    line-height: 2;
}



.studio .inner {
    display: flex;
    gap: 4%;
    background-color: #E6E2D8;
}

.studio .sec-img {
    width: 30%;
}

.studio .sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studio .sec-text {
    padding: 40px 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto 0;
}

.studio .sec-text .tit-ja {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    color: #150e06;
}

.studio .sec-text .desc p {
    line-height: 2;
}

.prof .inner {
    padding: 120px 0 160px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.prof .sec-top {
    display: flex;
    gap: 4%;
}

.prof .sec-top .sec-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.prof .sec-top .sec-img {
    max-width: 951px;
    width: 62%;
}

.prof .sec-top .name {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    position: relative;
}

.prof .sec-top .name::before {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #150e06;
}

.prof .sec-top .name .tit-en {
    font-size: clamp(3rem, 2.636rem + 1.55vw, 4.5rem);
    line-height: calc(82/72);
    color: #150e06;
}

.prof .sec-top .name .tit-ja {
    font-size: 24px;
    color: #150e06;
}

.prof .box {
    border: 1px solid #150e06;
}

.prof .box .box-inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.prof .box .column {
    display: grid;
    gap: 40px;
    grid-template-columns: 15% auto;
}

.prof .box .box-inner .desc p {
    line-height: 2;
}

.prof .sec-bottom {
    max-width: 1352px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.prof .sec-bottom .box-inner {
    align-items: center;
    padding: 40px 0;
}

.prof .sec-bottom .box-inner .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    line-height: calc(30/16);
    color: #150e06;
}

.prof .sec-bottom .box-inner .column.col01 {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 1180px) {
    .about .sec-img {
        width: 39%;
    }

    .about .inner {
        height: 120vh;
    }

    .about .bg.pc-hidden {
        display: block;
    }

    .about .bg.sp-hidden {
        display: none;
    }



    .sec-swiper {
        width: 51%;
    }

    .story .sec-bottom .sec-img {
        width: 44%;
    }

    .howto .inner .tit-ja br {
        display: block;
    }

    .howto .inner .sec-img {
        width: 50%;
    }

    .prof .sec-top {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .prof .sec-top .sec-text {
        width: 100%;
    }

    .story .sec-top .sec-text .sec-head img {
        width: 164px;
    }
}

@media screen and (max-width: 1024px) {
    .about .sec-body {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .about .sec-img,
    .about .sec-body .desc {
        width: 100%;
    }

    .howto .inner .sec-text {
        width: 90%;
        margin: 0 auto;
    }

    .about .inner {
        height: 200vh;
    }

    .story .sec-top {
        flex-direction: column;
        gap: 40px;
        width: 90%;
        margin: 0 auto;
    }

    .sec-swiper {
        width: 100%;
    }

    .story .inner {
        overflow: hidden;
    }



    .story .sec-bottom {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .story .sec-bottom .sec-img {
        width: 100%;
    }

    .howto .inner {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .howto .inner .sec-img .sp-hidden {
        display: none;
    }

    .howto .inner .sec-img .pc-hidden {
        display: block;
    }

    .howto .inner .sec-img {
        width: 100%;
    }

    .studio {
        background-color: #CCC5B3;
    }

    .studio .inner {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        background: #e6e2d8;

    }

    .studio .sec-img {
        width: 100%;
        margin: 0 auto;
    }

    .studio .sec-text {
        padding: 24px 0 32px;
        width: 94%;
        margin: 0 auto;
    }

    .prof .sec-bottom {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .about .bg.pc-hidden {
        object-position: -96px 0;
    }

    .about .wrapper {
        padding: 80px 0;
    }

    .about .sec-head {
        gap: 20px;
    }

    .about .inner {
        gap: 64px;
        width: 82%;
    }

    .story .tit-en {
        writing-mode: horizontal-tb;
        top: -33px;
        left: -22px;
    }

    .story .inner {
        gap: 65px;
        padding: 120px 0 80px;
    }

    .t_gallery .sec-head {
        width: 90%;
        margin: 0 auto;
    }

    .t_gallery .sec-head .tit-ja br {
        display: block;
    }

    .howto .inner {
        padding: 80px 0 120px;
        width: 100%;
    }

    .howto .sec-text {
        width: 90%;
        margin: 0 auto;
    }

    .prof .inner,
    .prof .sec-top .sec-img {
        width: 100%;
    }

    .prof .inner {
        gap: 40px;
    }

    .prof .sec-top .sec-text {
        width: 90%;
        margin: 0 auto;
    }

    .prof .box .column {
        gap: 20px;
        grid-template-columns: 20% auto;
    }

    .prof .sec-bottom {
        width: 90%;
        margin: 0 auto;
    }

    .prof .sec-bottom .box-inner .column {
        display: flex;
        flex-direction: column;
    }

    .howto .inner .desc .kome {
        font-feature-settings: "palt";
    }
}