@charset "UTF-8";
/* .wrapper {
    width: 80.5vw;
    margin-right: 3.33vw;
    margin-left: 16.1vw;
} */

/* sp768px以下 */
@media screen and (max-width:768px) {
    .wrapper {
        width:100vw;
        margin: 0 auto;
    }
}

.inner {
    width: 74vw;
    margin: 0 auto;
}

/* sp768px以下 */
@media screen and (max-width:768px) {
    .inner {
        width: 89.3vw;
    }
}
/* ===========
concept__fv
=============*/
.fv {
    margin-top: 0;
}

.fv::before {
    content: '';
    display: block;
    background-image: url(../images/sand-ripples.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 1000px;
    position: fixed;
    z-index: -1000;
    top: 0;
}

.fv__ttl {
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 170px auto 170px;
    /* background-image: url(../images/sand-ripples.webp);
    background-size: cover;
    padding: 221px 48.7%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%; */
}
.nav__btn {
    display: none;
}
/* sp768px以下 */
@media screen and (max-width:768px) {
    .nav__btn {
    display: block;
    width: 48px;
    height: 20px;
    position: fixed;
    top: 48px;
    right: 28px;
    z-index: 1000;
    }

    .nav__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-text);
    position: absolute;
    }

    .nav__btn span:nth-child(1) {
        top: 0;
    }
    .nav__btn span:nth-child(2) {
        top: 50%;
    }
    .nav__btn span:nth-child(3) {
        top: 100%;
    }
    /* ======
    メニューボタン開閉
    =========*/
    .nav__btn.active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background: var(--color-text);
    }
    .nav__btn.active span:nth-child(2) {
        display: none;
    }
    .nav__btn.active span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        background: var(--color-text);
    }
}
/* ===========
concept
=============*/
.concept {
    max-width: 1700px;
    margin: 160px auto 0;
}

.card {
    margin-top: 88px;
}

.card__list {
    display: flex;
    justify-content: space-between;
}

.card__item {
    width: calc((100% - 6.72%*2)/3);
    display: flex;
    flex-direction: column;
}

.card__number {
    font-family: var(--font-en);
    font-size: 32px;
    line-height: 1;
}

.card__ttl {
    font-size: var(--fs20);
    font-family: var(--font-serif);
    margin-top: 24px;
    flex: 1 1 auto;    
}

.card__txt {
    margin-top: 24px;
    flex: 1 1 auto;
}

.card__img {
    margin-top: 24px;
}

.spOnly {
    display: none;
}


/* sp977px以下 */
@media screen and (max-width:977px) {
    .concept {
        max-width: 500px;
        margin: 35px auto 0;
    }

    .card {
        margin-top: 48px;
    }

    .pcOnly {
        display: none;
    }

    .card__list {
        flex-direction: column;
        gap: 64px;
    }

    .card__item {
        width: 100%;
    }

    .card__ttl {
        font-size: var(--fs18);
    }

    .spOnly {
        display: block;
    }
}

/* sp768px以下 */
@media screen and (max-width:768px) {
    /* .concept {
        padding: 0 5.3vw;
    } */
}

/* ===========
introduction
=============*/
.introduction {
    position: relative;
    max-width: 1700px;
    margin: 160px auto 0;
}

.introduction__txt {
    margin-top: 92px;
    line-height: 1.8
}

.introduction p {
    margin-top:48px;
}

.introduction::before {
    content: '';
    background-image: url(../images/profile-img1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 37.1%;
    max-width: 490px;
    aspect-ratio: 396/279;
    position: absolute;
    bottom: 63px;
    right: 19.98%;
}

.introduction::after {
    content: '';
    background-image: url(../images/profile-img2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16.79%;
    aspect-ratio: 179/411;
    position: absolute;
    top: 0;
    right: 0;
}
.owner__img {
    display: none;
}

/* pc1700px以下 */
@media screen and (max-width:1700px) {
    .introduction::after {
        top: 80px;
    }
}
/* sp1240px以下 */
@media screen and (max-width:1240px) {
    .introduction {
        margin-top: 120px;
    }

    .introduction__txt {
        margin-top: 48px;
        font-size: var(--fs14);
        line-height: 2;
    }

    .introduction::before {
        display: none;
    }

    .introduction::after {
        display: none;
    }

    .owner__img-stack {
        width: 86%;
    }

    .owner__img {
        display: block;
    }

    .owner__img-smile {
        width: 91.6%;
        max-width: 490px;
        margin-top: 48px;
    }

    .owner__img-buddhistRobe {
        width: 40.7%;
        margin-top: -61px;
        margin-left: auto;
    }
}

/* ===========
reason
=============*/
.reason {
    position: relative;
    max-width: 1700px;
    margin: 160px auto 0;
    padding-bottom: 91px;
}

.reason__txt {
    margin-top: 88px;
    line-height: 1.8;
}

.reason__txt p {
    margin-top: 32px;
}

.reason__txt::after {
    content: '';
    background-image: url(../images/reason-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 33.4%;
    aspect-ratio: 357/238;
    position: absolute;
    bottom: 0;
    right: 0;
}

.reason__img {
    display: none;
}

/* sp1300px以下 */
@media screen and (max-width:1300px) {
    .reason {
        padding-bottom: 0;
        margin: 120px auto 0;
    }

    .reason__txt {
        margin-top: 48px;
    }

    .reason__txt::after {
        /* bottom: 61px;
        right: auto;
        width: 100%;
        transform: translateY(100%); */
        display: none;
    }

    .pcOnly {
        display: none;
    }
    .reason__img {
        display: block;
        width: 335px;
        margin-top: 30px;
    }
}

/* sp375px以下 */
@media screen and (max-width:375px) {
    .reason__img {
        width: 89.3vw;
    }

}
/* ===========
footer 上書き
=============*/
/* sp1300px以下 */
@media screen and (max-width:1300px) {
    .footer {
        margin-top: 120px;
    }
}

/* sp768px以下 */
@media screen and (max-width:768px) {
    .footer {
        width: 100vw;
    }
}