﻿@charset "utf-8";
:root {
    --scrollbar: 0;
}
.mv{
    position: relative;
}
.page-title{
    font-size: 5vw;
    margin-bottom: 0;
    color: #fff;
}
.concept-lead{
    font-size: 32px;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: .05em;
    padding-top: 70px;
}
.concept-sub-lead{
    font-size: 18px;
    font-weight: 300;
    line-height: 3;
    letter-spacing: .05em;
    padding-bottom: 130px;
    margin-top: -10px;
}
@media screen and (max-width: 767px) {
    .concept-lead{
        font-size: 5vw;
        padding-top: 20px;
    }
    .concept-sub-lead{
        font-size: 3.6vw;
        line-height: 2.3;
        padding-bottom: 60px;
        margin-top: 0;
    }
}
.general-section .inner-wide{
    margin: 0 auto;
    padding :80px;
    width: calc(100% - 32px);
    max-width: 1250px;
}
.font-kumbh {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.gara {
    font-style: normal;
}
.font-gara {
    font-family: "Cormorant Garamond", serif;
    font-weight: 100;
    font-style: normal;
}


.concept .ttl-copy{
    color: #07101F;
    font-size: 20px;
    letter-spacing: .07em;
    text-align: center;
}
.concept .ttl-copy .font-kumbh{
    font-size: 18px;
}
.concept .txt-detail .txt01{
    font-size: 30px;
    padding-top: 24px;
    padding-bottom: 30px;
    line-height: 1;
    letter-spacing: .2em;
}
.concept .txt-detail .txt02{
    font-size: 16px;
    letter-spacing: .05em;
}
@media screen and (max-width: 950px) {
    .concept .txt-detail .txt01{
        font-size: 24px;
        padding-top: 24px;
        padding-bottom: 30px;
        line-height: 1;
        letter-spacing: .2em;
    }
    .concept .txt-detail .txt02{
        font-size: 14px;
        letter-spacing: .05em;
    }
}
@media screen and (max-width: 767px) {
    .concept .ttl-copy{
        font-size: 4vw;
        letter-spacing: .07em;
        text-align: center;
    }
    .concept .ttl-copy .font-kumbh{
        font-size: 3.5vw;
    }
    .concept .txt-detail .txt01{
        font-size: 6vw;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .concept .txt-detail .txt02{
        font-size: 4vw;
    }
}


.contents-wrap{
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100vh;
}
.contents-thumb{
    width: 100%;
    height: 100vh;
}
.contents-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .contents-wrap{
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
    }
    .contents-thumb{
        width: 100%;
        height: 50vh;
    }
    .contents-thumb.wow{
        width: 100%;
        height: 50vh;
        animation: none;
        visibility: visible !important;
    }
    .page_wrap{
        display: none;
    }
}
.contents-item{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    background: #fff;
}
.contents-item-body{
    display: inline-block;
    max-height: 75vh;
    overflow-y: auto;
    padding-left: 60px;
}
@media screen and (max-width: 767px) {
    .contents-item{
        height: 50vh;
        align-items: flex-start;
        padding-top: 12vw;
    }
    .contents-item-body{
        display: inline-block;
        max-height: 50vh;
        overflow-y: auto;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .scrollify{
        position: sticky;
        top: 0;
    }
}
.contents-cards{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pers-ttl-area {
    padding-top: 170px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100vh;
}
.pers-ttl-area img{
    width: 31px;
}
.pers-main{
    width: 100%;
    position: sticky;
    top: 0;
}
.pers-main .main-image{
    /* margin-top: -41vw; */
}
.parse-text-block{
    position: sticky;
    top: 0;
    height: 100vh;
}
.perse-bg{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .pers-ttl-area {
        padding-top: 90px;
    }
    .pers-area .pers-main{
        margin-top: -24.8vw;
    }
    .pers-ttl-area img{
        width: 5vw;
    }
    .perse-bg{
        padding-top: 65vw;
    }
    .parse-text-block{
        position: sticky;
        top: 0;
        height: 50vh;
    }
}

.scroll-container{
    position: relative;
}
.page_wrap{
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}
.page_wrap.is-active{
    opacity: 1;
    pointer-events: all;
}

.page_wrap li{
    margin-bottom: 20px;
}

.page_wrap a{
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    width: 10px;
    height: 10px;
}
.page_wrap a.active{
    background: #000;
}
@media screen and (max-width: 1350px) {
    .page_wrap {
        right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .mv .text-wrapper{
        top: 50%;
    }
    .page-title{
        font-size: 11.4vw;
    }
    .concept-space{
        height: 30vh;
    }
}
@media print{
    header,footer{
        display: none;
    }
}