@charset "UTF-8";

/*==========================
first view
==========================*/

.topic {
    text-align: center;
    padding: 100px 0 50px;
}

.img__seat {
    width: 54vw;
    height: 285px;
    overflow: hidden;
}

.js__scroll {
    object-fit: cover;
    display: block;
    width: 100%;
    transform-origin: top left
}

.img__monuments {
    width: 32vw;
    height: 150px;
    object-fit: cover;
}

.about__imgs {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.about__mainCaption {
    padding: 0 6.66vw;
}

.mainCaption {
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1.6px;
    margin: 30px 0;
}

.mainCaption__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spSpace {
    margin-left: 55px;
}

.captions__container {
    text-align: center;
}

.subCaption {
    text-align: start;
}

.article__header {
    margin: 0 0 100px;
}

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

    .spSpace {
        margin-left: 1.4px;
    }

}



/* about PC */
@media screen and (min-width:769px) {

    .img__seat {
        width: 38.88vw;
        height: 100vh;
    }

    .topic {
        padding: 0;
    }

    .topic--about {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 150px;
        font-size: 3.8rem;
        padding: 0;
    }

    .img__monuments {
        margin-top: 60.86px;
        width: 23.6vw;
        height: 17.36vw;
        object-position: bottom;
    }

    .about__imgs {
        padding-right: 6.6vw;
    }

    .about__mainCaption {
        position: absolute;
        top: 25vw;
        left: 44%;
        padding: 0;
    }

    .captions__container {
        text-align: start;
        margin-left: 3.47vw;
        line-height: 1.8em;
    }

    .mainCaption {
        font-size: 1.74vw;
        letter-spacing: 0.25em;
    }

    .mainCaption {
        margin: 30px 0 50px;
    }

    .article__header {
        margin: 0 0 200px;
    }

    .subCaption {
        font-size: 1.6rem;
        line-height: 1.8em;
        letter-spacing: 0.16em;
        width: 47.5vw;
    }

    @media screen and (orientation: portrait) {
        .img__seat {
            height: 70vw;
        }

        .mainCaption {
            margin: 30px 0 30px;
        }

        .subCaption:first-of-type {
            margin-top: 0;
        }

        .subCaption {
            line-height: 1.5em;
            font-size: 1.4rem;
        }



    }


}


/*==========================
massage
==========================*/



.topic--message {
    color: var(--primary-green);
    margin: 0;
    text-align: start;
    padding: 30px 8vw 0;
}

.massage {
    margin: 0 4vw;
    border-top: solid 1px var(--primary-black);
    border-bottom: solid 1px var(--primary-black);

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.img__masssage {
    padding: 0 8vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    box-sizing: content-box;
}

.massageTxt__container {
    text-align: center;
}

.massageTxt {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.massageTxt:first-of-type {
    margin-top: 0;
}

.topic__message2 {
    display: none;
}

.massageTxt--en {
    font-family: "Lexend Exa";
}


/* massage PC */
@media screen and (min-width:900px) {

    .topic--message {
        display: none;
    }

    .topic__message2 {
        display: block;
        text-align: start;
        color: var(--primary-green);
        margin: 30px 0 40px;
    }

    .massageTxt__container {
        order: 1;
        text-align: start;
        border-top: solid 1px var(--primary-black);
        border-bottom: solid 1px var(--primary-black);
        padding: 0 30px;
        width: 40.27vw;
    }

    .img__masssage {
        order: 2;
        width: 40.27vw;
        padding: 0;
    }

    .massage {
        border-top: 0;
        border-bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    .massageTxt {
        font-size: 1.6rem;
        letter-spacing: 0.16em;
        text-align: start;
    }

}