.under__mv {
    position: relative;
    z-index: 3;
    /* background-color: #EEEDEA; */
}

.under__mv__inner {
    position: relative;
    /* background-color: #EEEDEA; */
    overflow: hidden;
}

.under__mv-sp {
    max-width: none;
    width: 101%;
}

.under__mv-pc {
    display: none;
}


/*  */
.about {
    margin-top: -50px;
    position: relative;
    padding-bottom: 80px;
}

.content01__wrap {
    padding: 0 10px;

}

.content01 {
    max-width: 355px;
    margin: 0 auto;
}

.content01__box__img-sp {}

.content01__box__img-pc {
    display: none;
}

.content01__box__img01 {}

.content01__txt {
    font-size: 14px;
    line-height: 2;
    font-family: "Zen Old Mincho", serif;
    /*  padding: calc(52px - 27px) 0; */
    position: relative;
    background-color: #FBFAF8;
}



.content01__txt::before {
    content: "";
    background-image: url('../img/frame01-2.png');
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.content01__txt::after {
    content: "";
    background-image: url('../img/frame01-2.png');
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.content01__txt__inner {
    padding: calc(52px - 27px) 17px;
    color: #332F2D;
}

.content01__box__img02 {
    transform: rotate(180deg);
}

.content02 {
    margin-top: 64px;
}

.content02__item {
    margin-bottom: 80px;
}

.content02 .content02__item:nth-child(odd) {
    margin-right: 28px;
}

.content02 .content02__item:nth-child(even) {
    margin-left: 28px;
}

.content02__item__txtarea {
    margin: 24px 27px 0;
}

.content02 .content02__item:nth-child(odd) .content02__item__txtarea {
    margin-right: 20px;
}

.content02 .content02__item:nth-child(even) .content02__item__txtarea {
    margin-left: 20px;
}

.about__ttl01 {
    font-size: 20px;
    color: #746856;
    font-weight: 500;
}

.content02__item__txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 16px;
    font-family: "Zen Old Mincho", serif;
}

.content03 {}

.content03_item {

    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.content03_item01 {
    background-image: url(../img/about/content03__img01-sp.png);
}

.content03_item02 {
    background-image: url(../img/about/content03__img02-sp.png);
}

.content03__txtarea {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;

}

.about__ttl02 {
    font-size: 40px;
    font-family: "Cormorant", serif;
    font-weight: 500;
}

.about__ttl03 {
    font-weight: 400;
    margin-top: 10px;
}



@media screen and (min-width: 768px) {
    .under__mv-sp {
        display: none;
    }

    .under__mv-pc {
        display: block;
    }



    /*  */
    .about {
        margin-top: -65px;
        position: relative;
        padding-bottom: 160px;
    }

    .content01__wrap {
        padding: 0 10px;

    }

    .content01 {
        max-width: 715px;
        margin: 0 auto;
    }

    .content01__box__img-sp {
        display: none;
    }

    .content01__box__img-pc {
        display: block;
    }

    .content01__box__img01 {}

    .content01__txt {
        font-size: 16px;
        line-height: 2;
        font-family: "Zen Old Mincho", serif;
        /*  padding: calc(52px - 27px) 0; */
        position: relative;
        background-color: #FBFAF8;
    }



    .content01__txt::before {
        content: "";
        background-image: url('../img/frame01-2.png');
        width: 10px;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .content01__txt::after {
        content: "";
        background-image: url('../img/frame01-2.png');
        width: 10px;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
    }

    .content01__txt__inner {
        padding: calc(63px - 26px) 17px;
        text-align: center;
    }

    .content01__box__img02 {
        transform: rotate(180deg);
    }

    .content02 {
        margin: 0 auto;
        margin-top: 160px;
        max-width: 716px;
    }

    .content02__item {
        margin: 0 auto;
        margin-bottom: 80px;
        display: flex;
        align-items: center;
    }

    .content02 .content02__item:nth-child(odd) {
        margin-right: auto;
        justify-content: end;
    }

    .content02 .content02__item:nth-child(even) {
        margin-left: auto;
        flex-direction: row-reverse;
    }

    .content02__item img {
        width: calc((100% - 112px)*0.425);
        width: calc(((100% - 112px)*0.425) + ((100vw - 100%)/2));
        max-width: none;
        /*  width: calc((100%*0.425) + ((100vw - 100%)/2)); */
        /*  width: calc(((100% - 112px)*0.425) + (100vw - 100%)); */
        display: block;
    }

    .content02__item__txtarea {
        margin: 0;
        width: calc((100% - 112px)*0.575);
        /*  width: calc(100%*0.575); */
    }

    .content02 .content02__item:nth-child(odd) .content02__item__txtarea {
        margin-right: 0;
        /*  margin-left: 112px; */
    }

    .content02 .content02__item:nth-child(even) .content02__item__txtarea {
        margin-left: 0;
        /* margin-right: 112px; */
    }

    .content02 .content02__item:nth-child(odd) img {
        margin-left: calc((100% - 100vw)/2);
        margin-right: 112px;
    }

    .content02 .content02__item:nth-child(even) img {
        margin-right: calc((100% - 100vw)/2 + 8px);
        margin-left: 112px;
    }

    .about__ttl01 {
        font-size: 24px;
        color: #746856;
        font-weight: 500;
    }

    .content02__item__txt {
        font-size: 16px;
        line-height: 2;
        margin-top: 16px;
        font-family: "Zen Old Mincho", serif;
    }

    .content03 {
        margin-top: 160px;
    }

    .content03_item {

        height: 460px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .content03_item01 {
        background-image: url(../img/about/content03__img01-pc.png);
    }

    .content03_item02 {
        background-image: url(../img/about/content03__img02-pc.png);
    }

    .content03__txtarea {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        text-align: center;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .about__ttl02 {
        font-size: 40px;
        font-family: "Cormorant", serif;
        font-weight: 500;
    }

    .about__ttl03 {
        font-weight: 400;
        margin-top: 10px;
    }


}