@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.list_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}





/* mv */

.mv.wrapper {
    display: flex;
    align-items: center;
    position: relative;
}


.mv {
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.mv_image {
    max-width: 90%;
}

.mv_image img {
    width: 100%;
    height: 620px;
    object-fit: cover;

}



.mv_catchEria {
    position: absolute;
    left: 5%;

}

.sub_catch {
    font-family: "Shippori Mincho",
        "Helvetica",
        serif;
    font-size: 18px;

    margin-left: 0.5em;
    letter-spacing: 0.2em;
    color: #9A1717;
}

.mv_catch {
    font-family: "Shippori Mincho",
        "Helvetica",
        serif;
    font-size: clamp(46px, 10vw, 76px);
    color: #9A1717;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
    margin-top: 0.3em;
}





.mv_lead {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: black;
    margin-left: 0.5em;
    margin-top: 1em;
    line-height: 1.5em;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
}

.main_titleEria {
    margin-top: 10%;
    line-height: 2.5em;
}

.main_titleText {
    font-family: "Shippori Mincho",
        "Helvetica",
        serif;
    display: inline;
    font-weight: lighter;
    font-size: 20px;

    letter-spacing: 0.1em;
    color: #fff;
    background: linear-gradient(transparent 0%, #e7a9a9 0%);

}

.dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center, #9A1717, #9A1717 100%, transparent);
}

.top_readEria {
    justify-content: center;
    margin: 10% auto;
}


.top_read {
    font-family: "Shippori Mincho", serif;
    writing-mode: vertical-rl;
    max-width: 100%;
    height: 70%;
    margin: auto;
}


.top_readText {
    margin-right: 2em;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    line-height: 3.2em;
    letter-spacing: 0.1em;
    line-break: strict;

}

.text-indent {
    text-indent: 1em;
}



.top_title {
    display: inline;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #9A1717;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    background-color: #DEA7A7;
}

.top_title::after {
    content: "";

}

.bandEria {
    width: 85%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    background-color: #F8F8F5;
    margin-top: 10%;

}

.bandEria_inner {
    max-width: 675px;
    width: 85%;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 7%;
}

.section_title.center {
    display: inline-block;
    text-align: center;
    font-weight: bold;
}



.about_title::after {
    content: "";
    display: none;
}

.title_center {
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-size: 23px;
    color: #9A1717;
    text-align: center;
    margin-top: 1.1em;
}

.circle_wapper {
    max-width: 474;
    max-height: 158px;
    margin-bottom: 5em;
}

.circle_pink {
    width: 55px;
    height: 55px;
    background-color: #DEA7A7;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 3em;
    padding-top: 7px;
}

.circle_pink p {
    font-family: sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    color: #fff;
    position: relative;
}



.circle {
    width: 140px;
    height: 140px;
    border: 0.5px solid #000;
    /* ↑上下0.5pxのボーダー */

    border-radius: 50%;
    margin: 0 auto;
    /* ↑円を中央揃え */
    text-align: center;
    /* ↑文字を左右に中央揃え */
    line-height: 139px;
    /* ↑文字を上下に中央揃え */
}

.circle_p {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    letter-spacing: 0.2em;
    font-weight: bold;
}



.bandEria_lead {
    margin-top: 3em;
    line-height: 2.3em;
    letter-spacing: 0.3em;
    text-align: center;
}

.dot {
    position: relative;
}

.dot::after {
    content: "・";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 17px;
}

.cross {
    margin-top: 5em;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
}

.cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: rotate(90deg);
}

.bandEria_lead {
    line-height: 2em;
    letter-spacing: 0.07em;
}


/* コース */

.coucse {
    margin-top: 7em;
}

.couce_titile {
    padding-top: 1em;
    line-height: 1.3em;
}

.couce_name {
    font-size: 18px;
    font-weight: normal;
    display: flex;
    position: relative;
}

.number_eria {
    width: 7%;
    background-color: #E8B7B7;
    margin-right: 1em;
}

.number {
    font-size: 18px;
    color: #fff;
}

.couce_eria {
    margin-top: 5em;
}

.couce_Wrap {
    width: 100%;
    border: solid 0.7px;
    margin-top: 3em;
    position: relative;
}





.couce_little {
    font-size: 0.75em;
    font-weight: lighter;
    padding-right: 0.5em;
}



.couce_name.open::after {
    content: "";
    display: block;
    width: 90%;
    height: 0.3px;
    background-color: #000;
    position: absolute;
    top: 100%;
    right: 0px;

}

.couce_name::before {
    content: "+";
    position: absolute;
    top: 0px;
    right: 10px;
}

.couce_name.open::before {
    content: "−";
    position: absolute;
    top: 1px;
    right: 10px;
}





.couce_number {
    display: inline-block;
    width: 7%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #E8B7B7;
    margin-right: 2%;
}



.couce_text {
    display: none;
    text-align: left;
    padding: 2.5em;
    line-height: 2em;
}


.explanation_imge {
    width: 200px;
    margin: 7em auto;
    margin-bottom: 3em;
}



.pc-none {
    display: none;
}



/* セクション3 */



.about_container {
    margin-top: 7em;
    display: flex;
}




.section_title.left {
    display: block;
    width: 25%;
    color: #000;
    font-weight: bold;
    text-align: end;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #9A1717;
    padding-right: 1em;
    padding-bottom: 7px;
    position: relative;
}

.section_title.left::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.section_title.leftB {
    display: block;
    width: 40%;
    color: #000;
    font-weight: bold;
    text-align: start;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    border-bottom: 1px solid #9A1717;
    margin-bottom: 3%;
    padding-right: 1em;
    padding-left: 5em;
    padding-bottom: 7px;
    position: relative;
}



.section_title.leftB::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.section_titleWrap {
    display: flex;
    justify-content: flex-end;

}

.section_title.right {
    display: block;
    width: 25%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: start;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #9A1717;
    margin-bottom: 3%;
    padding-left: 3%;
    padding-bottom: 0.5%;
    position: relative;
}



.section_title.right::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9A1717;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
}


.section_about {
    max-width: 1440px;
    margin-top: 10em;
}

.annotation {
    display: block;
    padding-top: 0.5em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    color: #9A1717;
}


.about_catch_vertical {
    font-size: 25px;
    text-indent: 0.5em;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    max-height: 530px;
    letter-spacing: 0.4em;
    line-height: 2em;
    color: #9A1717;
    writing-mode: vertical-rl;
}



.about_unitLeft {
    width: 40%;
    margin-left: 3%;
    margin-right: 5%;
    position: relative;
}

.about_unitLeft::after {
    content: "";
    background-color: #F5F7F8;
    position: absolute;
    bottom: 2%;
    left: -7%;
    width: 100%;
    height: 90%;
}

.about_unitRight {
    margin-top: 5em;
    margin-right: 2em;
    width: 40%;
    position: relative;
}

.about_unitRight::after {
    content: "";
    background-color: #F8F8F5;
    position: absolute;
    top: 5%;
    right: -5%;
    width: 100%;
    height: 90%;
}




.about_image {
    width: 90%;
    height: 30%;
    margin-left: 0em;
    z-index: 10;
    position: relative;
}

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


.lower {
    margin-top: 10em;
}



.about_box {
    position: relative;
}

.about_image.C {
    margin-top: 3em;
}


.about_lead_box.B {

    position: absolute;
    right: 0%;
}

.about_lead_box {
    width: 0%;
    background-color: #fff;
    margin-top: -6em;
    padding: 1em;
    z-index: 20;
    position: absolute;
}

.about_lead_box.C {
    width: 70%;
    background-color: #fff;
    margin-top: 10em;
    z-index: 20;
    position: absolute;
}

.about_lead_box {
    width: 80%;
    background-color: #fff;
    margin-top: -6em;
    padding: 1em;
    z-index: 20;
    position: absolute;
}

.about_lead {
    font-size: 14px;
    font-weight: bold;
    /* max-width: 210px; */
    width: 100%;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
}

/* .about_lead_box.B span {
    padding-top: 0.5em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    background-image: radial-gradient(0.15em 0.15em at center center, #9A1717, #9A1717 100%, transparent);
} */

/* セクション４ */

.news {
    margin-top: 10em;
    background-color: #F8F8F5;
    padding-top: 5em;
    padding-bottom: 5em;
}


.news_inner {
    max-width: 996px;
    width: 86%;
    padding-top: 3em;
    padding-bottom: 3em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.news_upperEria {
    align-items: center;
}


.news_link {
    font-size: 14px;
    font-weight: lighter;
    position: relative;
}

.news_link a::after {
    content: '';
    display: inline-block;
    width: 73px;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    color: #9A1717;
    position: absolute;
    top: 20%;
    right: 0%;
}

.news_link a {
    display: block;
    padding-right: 80px;
}




.news_link {
    font-size: 14px;
    position: relative;
}

.normal_title {
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    letter-spacing: 0.5em;
    color: #9A1717;
}

.news_list dl {
    margin-top: 4em;
    display: flex;
    justify-content: flex-start;
}

.news_list dl:hover {
    color: #ccc;
    transition: .5s;
}

.news_list dl:visited {
    color: #ccc;
}

.news_date {
    font-size: 12px;
    letter-spacing: 0ch;
    font-weight: normal;
    padding-top: 0.4em;
}

.news_date span {
    font-size: 10px;
    margin-left: 1em;
    padding: 0 0.5em 0 0.5em;
    color: #fff;
    background: #9A1717;
}

.list_wrapper {
    margin-top: 5em;
}

.news_list dl {
    display: flex;
    font-size: 16px;
    align-items: center;
    letter-spacing: 0.2em;
    margin-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #000;
}

.news_list dd {
    padding-left: 2em;
}


/* bumpyLook */

.bumpyLook {
    margin-top: 10em;
    position: relative;
}


.bumpyLook_title_vertical {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    line-height: 2em;
    letter-spacing: 0.3em;
    color: #9A1717;
    writing-mode: vertical-rl;
    word-break: break-all;
}

.bumpyLook_title_vertical em {
    text-combine-upright: all;
    font-style: normal;
}

.bumpyLook_title_verticalRight {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    line-height: 2em;
    letter-spacing: 0.7em;
    color: #9A1717;
    writing-mode: vertical-rl;
    word-break: break-all;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff,
        0 0 5px #fff;
}

.bumpyLook_text_wrapper {
    max-width: 65%;
    padding: 3em;
    background-color: #fff;
    margin-top: 15%;
    margin-left: 15%;
}



.boldText {
    font-size: 20px;

}

.bumpyLook_contaner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.bumpyLook_contaner::before {
    content: "";
    width: 80%;
    height: 65%;
    background-image: url(../image/sakura2.jpg);
    object-fit: cover;
    opacity: 0.7;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
}



.bumpyLook_text {
    line-height: 3.5em;
    letter-spacing: 0.1em;
}




/* bumpyLook_right */



.bumpyLookRight {
    margin-top: 15em;
}

.bumpyLookRight_text_wrapper {
    max-width: 65%;
    padding: 3em;
    background-color: #fff;
    margin-top: 15%;
    margin-left: 15%;
}


.bumpyLookRight_contaner {
    position: relative;
    z-index: 2;
}

.bumpyLookRight_contaner::before {
    content: "";
    width: 80%;
    height: 65%;
    background-image: url(../image/tree.jpg);
    object-fit: cover;
    object-position: 100% 0%;
    opacity: 0.7;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
}






/* セクション６ */




.overlappingLayer {
    margin-top: 15em;
}

.section_inner {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}


.title_eriaWrap {
    display: flex;
    justify-content: flex-end;
}

.title_eria {
    display: flex;
    flex: flex-end;
    background: #DEA7A7;
    margin-top: -7%;
    height: 40vw;
    width: 50vw;
}



.title_horizontal {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 22px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    color: #9A1717;
    color: #fff;
    padding: 5% 0 5% 0%;
    text-align: left;
}

.textsmall {
    font-size: 16px;
    line-height: 1em;

    letter-spacing: -0.02em;
}

.boxContainer-OverboxGlay {
    background: #F8F8F5;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-bottom: 0em;
    width: 100vw;
}

/* left */

.title_eriaWrap.left {
    display: flex;
    justify-content: flex-start;
    margin: 0 calc(50% - 50vw);
    /* padding: 0 calc(50vw - 50%); */
    /* width: 100vw; */
}

.title_eria {
    background: #DEA7A7;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    margin-top: -7%;
    /* width: 60vw; */
    height: 40vw;
}



.title_horizontal.left {
    font-family: 'Shippori Mincho', serif;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding: 6% 0 5% 15%;
    color: #fff;
    text-align: start;
}



/* youtube */




.boxContainer-OverboxGlay.left {
    background: #F8F8F5;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    /* padding-bottom: 3em; */
    width: 100vw;
    position: relative;
    z-index: -999;
}

.videoWrap {
    transform: translateY(-50%);
}

.video {
    width: 90%;
    margin: 0% auto;
    position: relative;
    padding-top: 56.25%;

}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.boxContainerWrap {
    background-color: #fff;
    padding: 10%;
    margin-top: -27vw;
    position: relative;
}






.impressions_title {
    font-size: 20px;
    font-family: 'Klee One', serif;
    font-weight: bold;
}

.impressions_title.Second {
    margin-top: 2.2em;
}

.dushed-note {
    background-color: #fff;
    /* 背景色 */
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
        /* 点線1の色 */
        linear-gradient(180deg, #ccc 1px, transparent 1px);
    /* 点線2の色と太さ */
    background-size: 8px 100%,
        /* 点線1のサイズ */
        100% 3.4em;
    /* 点線2のサイズ */
    line-height: 3.4em;
    /* 文字の高さ */
    padding-bottom: 1px;
    /* 最終行の下にも罫線を引く */
}


.impressionsText {
    font-size: 16px;
    font-family: 'Klee One', serif;
    line-height: 3em;
    margin-top: 0em;
    letter-spacing: 0.2;
}




/* ボックス */








.section_message {
    margin-top: 10em;
    margin-top: 7em;
    padding: 7%;
    line-height: 2em;

}

.messageWrap {
    width: 90%;
    text-align: center;
    margin-top: 10em;
    margin: 0 auto;
}


.messageTextWrap {
    margin-top: 3em;
}

.messageText {
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 3em;
}

.yellowLine {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.red_text {
    font-weight: bold;
    color: #9A1717;
}


.redTxt_yellowLine {
    font-weight: bold;
    color: #9A1717;
    background: linear-gradient(transparent 60%, #ff6 60%);
}




/* スマホ */

@media screen and (max-width:1026px) {



    .couce_name {
        font-size: 16px;

    }

    .couce_name.short {
        letter-spacing: -0.02em;
    }

}





@media screen and (max-width:960px) {





    .top_read {
        max-width: 100%;
    }

    .top_readText {
        font-size: 16px;
        line-height: 2.5em;
        margin: 0 auto;
    }



    .title_eriaWrap {
        display: flex;
        justify-content: flex-end;
        width: 100vw;
    }

    .title_eria {
        display: flex;
        flex: flex-end;
        background: #DEA7A7;
        margin-top: -15%;
        height: 40vw;
        width: 80vw;
    }

    .section_title.leftB {
        margin-bottom: 20%;
    }

    .section_title.right {
        margin-bottom: 20%;
    }

    .title_horizontal {
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0.1em;
        padding-top: 3%;
        text-align: flex-end;
    }

    .bumpyLook_text_wrapper {
        max-width: 85%;
        margin-left: 10%;
    }

    .bumpyLookRight_text_wrapper {
        max-width: 85%;
        margin-left: 10%;
    }





}

@media screen and (max-width:768px) {



    .mv_image img {
        width: 100%;
    }


    .main_titleText {
        line-height: 2em;
    }

    .section_inner {
        width: 90%;
    }



    .pc-none {
        display: block;
    }


    /* コース */


    .couce_name {
        flex-direction: column;
        text-align: center;
        padding-bottom: 1em;
        position: relative;
    }

    .number_eria {
        width: 100%;
        margin: 0 auto;
    }



    .couce_titile {
        padding: 0.3em;
        line-height: 1.3em;
    }

    .couce_Wrap {
        position: relative;
    }

    .couce_name::before {
        content: "+";
        position: absolute;
        top: 70%;
        right: 48%;
        z-index: 222;
    }

    .couce_name.open::before {
        content: "−";
        position: absolute;
        top: 70%;
        right: 48%;
    }

    .couce_name::after {
        content: "";
        display: block;
        width: 97%;
        text-align: center;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        bottom: 18%;
        right: 1.5%;
    }

    .couce_name.open::after {
        content: "";
        display: block;
        width: 97%;
        height: 0.2px;
        background-color: #000;
        position: absolute;
        bottom: 18%;
        right: 1.5%;
    }




    .title_center {
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.5em;
    }

    .circle_wapper {
        margin-top: 3em;
    }


    .section_title {

        font-size: 14px;
    }


    .bandEria_lead {
        font-size: 14px;
        margin-top: 3em;
    }



    .normal_title {
        font-size: 20px;
    }

    .about_catch_wrapper {
        font-size: 20px;
        line-height: 1.5em;
    }

    .section_title.left {
        width: 40%;
        margin-left: -2%;
    }

    .section_title {
        font-size: 14px;
        text-align: end;
        letter-spacing: 0em;
    }

    .section_title.leftB {
        width: 45%;
        margin-bottom: 20%;
        padding-bottom: 3%;
    }

    .section_title.right {
        width: 40%;
        font-size: 14px;
        margin-bottom: 15%;
        padding-bottom: 3%;
    }

    .section_title.right::after {
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .about_unitLeft {
        margin-left: 0%;
    }

    .about_lead_box.B {
        position: absolute;
        right: 0%;
    }



    .news_list dl {
        font-size: 14px;
    }

    .title_horizontal {
        font-size: 18px;
        letter-spacing: none;
    }




    .number {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        background-color: #E8B7B7;
        padding: 0em;
    }


    .title_horizontal.left {
        font-size: 16px;
        /* line-height: 1.5em; */
        letter-spacing: none;
        padding: 8% 8%;
    }

    .textsmall {
        font-size: 14px;
        margin-top: -0.5em;
    }

    .impressions_title {
        padding-top: 0.3em;
        font-size: 17px;
    }


    .impressions_title.Second {
        margin-top: 2.3em;
    }

    .impressionsText {
        font-size: 15px;
        margin-top: 0.3em;
        font-size: 15px;
        line-height: 2.52em;

    }

    .dushed-note {
        background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
            /* 点線1の色 */
            linear-gradient(180deg, #ccc 1px, transparent 1px);
        /* 点線2の色と太さ */
        background-size: 8px 100%,
            /* 点線1のサイズ */
            100% 2.7em;
        /* 点線2のサイズ */
        line-height: 2em;
        /* 文字の高さ */
        padding-bottom: 0.5px;
        /* 最終行の下にも罫線を引く */
    }



    .bumpyLook_text_wrapper {
        margin-right: 0%;
    }

    .bumpyLook_text {
        line-height: 2.5em;
    }

    .problem_text {
        font-size: 12px;
        line-height: 1.5em;
    }



    .about_image {
        width: 100%;
    }

    .about_lead_box {
        width: 80%;
        margin-top: -3em;
        margin-left: -5%;
    }

    .about_lead_box.B {
        position: absolute;
        right: 0%;
        margin-right: -5%;
    }

    .about_lead {
        line-height: 1.8em;
    }
}









@media screen and (max-width:600px) {



    .header_inner {
        padding: 5% 5%;
    }


    .mv_image img {
        object-position: 80% -10%;
    }

    .mv_catchEria {
        position: absolute;
        left: 3em;
        transform: scale(1.3);
    }

    .sub_catch {
        font-size: 12px;
        color: #9A1717;
        padding-left: 0.5em;
        margin-left: 0;
    }






    .main_titleEria {
        margin-top: 2.2%;
        margin-left: 0.3em;
        line-height: 1.9em;
    }

    .main_titleText {
        font-family: "Shippori Mincho",
            "Helvetica",
            serif;
        display: inline;
        font-weight: lighter;
        font-size: 13px;

        letter-spacing: 0.05em;
        color: #fff;
        background-color: #e7a9a9;
    }


    .sp-full {
        width: 100%;
    }


    .title_center {
        font-size: 18px;
        letter-spacing: 0em;
    }

    .bandEria_lead {
        font-size: 13px;

    }

    .circle_wapper {
        transform: scale(.8);
    }



    .cross {
        width: 20px;
    }


    .normal_title {
        font-size: 20px;
    }

    .news_list dl {
        font-size: 14px;
    }

    .section_about {
        margin-top: 5em;
    }

    .section_inner {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }


    .section_title.center {
        font-size: 14px;
    }



    .section_title.left {
        width: 100%;
        color: #000;
        margin: auto;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        border-bottom: none;
        margin-left: 0%;
        padding-right: 0;
    }

    .section_title.left::after {
        content: "";
        display: none;
    }



    .about_title::after {
        content: "";
        display: none;
    }


    .section_title.leftB {
        font-size: 14px;
        padding-bottom: 3%;
        margin-bottom: 15%;
    }

    .section_title.leftB::after {
        position: absolute;
        right: 0;
        bottom: -14%;
    }

    .about_container {
        display: flex;
        flex-direction: column;
        width: 90%;
        padding-top: 1em;
        margin: 0 auto;
    }

    .about_catch_wrapper {
        order: -1;
    }


    .about_catch_wrapper {
        font-family: "Shippori Mincho", serif;
        max-height: 250px;
        letter-spacing: 0.6em;
        color: #9A1717;
        writing-mode: vertical-rl;
        margin: auto;
    }

    .about_catch_vertical {
        font-size: 18px;
        line-height: 1.8em;
        letter-spacing: 0.3em;
    }

    .about_unitLeft {
        margin-top: 2em;
        width: 80%;
        margin: 10% auto;
    }

    .about_unitRight {
        margin-top: 2em;
        width: 80%;
        margin: 10% auto;
    }

    .about_unitRight::after {
        content: "";
        background-color: #F8F8F5;
        position: absolute;
        top: 0%;
        right: 15%;
    }

    .about_unitLeft::after {
        content: "";
        background-color: #F5F7F8;
        position: absolute;
        bottom: 6%;
        left: 15%;
    }




    .bumpyLook {
        margin-top: 5em;
    }

    .bumpyLook_title_vertical {
        display: block;
        font-size: 18px;
        line-height: 1.8em;
        height: 270px;
        margin: 0% auto;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff,
            0 0 5px #fff;
        order: -1;
    }

    .bumpyLook_contaner {
        width: 100%;
        position: relative;
        z-index: -1;
    }

    .bumpyLook_contaner::before {
        content: "";
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 70%;
        background-image: url(../image/sakura2.jpg);
        object-fit: cover;
        opacity: 0.7;
        position: absolute;
        top: -20%;
        z-index: -2;
    }

    .bumpyLook_text_wrapper {
        max-width: 100%;
        padding: 1.5em;
        margin: 0 auto;

    }





    .bumpyLookRight {
        margin-top: 5em;
    }

    .bumpyLookRight_text_wrapper {
        max-width: 100%;
        padding: 1.5em;
        margin: 0 auto;
    }


    .bumpyLookRight_contaner {
        position: relative;
        z-index: -1;
    }

    .bumpyLookRight_contaner::before {
        content: "";
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 70%;
        background-image: url(../image/tree.jpg);
        object-fit: cover;
        object-position: 100% 0%;
        opacity: 0.7;
        position: absolute;
        top: -20%;
    }



    .problem_box {
        display: flex;
        width: calc(100%/2);
        border-left: solid 1px #000;
    }

    .problem_box:nth-child(3n) {
        border-right: none
    }

    .problem_box:nth-child(2n) {
        border-right: solid 1px #000;
    }



    .boxContainer {
        margin: auto;
    }



    .title_eriaWrap {
        display: flex;
        justify-content: end;
        width: 100vw;
    }

    .title_eria {
        display: flex;
        flex: flex-end;
        background: #DEA7A7;
        margin-top: -5%;
        height: 35vw;
        width: 85vw
    }

    .title_horizontal {
        font-family: "Shippori Mincho", serif;
        font-size: 16px;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        color: #9A1717;
        color: #fff;
        padding: 8% 8%;
        text-align: flex-end;
    }




    .overlappingLayer {
        margin-top: 7em;
    }

    .boxContainer-OverboxGlay {
        background: #F8F8F5;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        width: 100vw;
    }



    .textsmall {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: -1.3em;
        letter-spacing: -0.02em;
    }


    @media screen and (max-width:648px) {
        .couce_name::before {
            content: "+";
            position: absolute;
            top: 70%;
            right: 48%;
            z-index: 222;
        }

        .couce_name.wide::before {
            content: "+";
            position: absolute;
            top: 75%;
            right: 48%;
            z-index: 222;
        }

        .couce_name.wide.open::before {
            content: "−";
            position: absolute;
            top: 75%;
            right: 48%;
            z-index: 222;
        }

    }

    @media screen and (max-width:498px) {


        .bandEria_inner {
            width: 90%;
        }


        .bandEria {
            width: 95%;
        }



        .couce_name::before {
            content: "+";
            position: absolute;
            top: 75%;
            right: 48%;
        }

        .couce_name.open::before {
            content: "−";
            position: absolute;
            top: 75%;
            right: 48%;
        }

        .couce_name.short::before {
            content: "+";
            position: absolute;
            top: 70%;
            right: 48%;
            z-index: 222;
        }

        .couce_name.short.open::before {
            content: "−";
            position: absolute;
            top: 70%;
            right: 48%;
            z-index: 222;
        }


    }




}


@media screen and (max-width:375px) {
    .main_titleText {
        line-height: 1.5em;
    }

    .mv_image {

        max-width: 90%;
        height: 100%;
    }

    .mv_image img {
        width: 100%;
        object-fit: cover;
    }



}