@charset "UTF-8";

html {
    width: 100%;
    font-size: 62.5%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.display_pc {
    display: none;
}

.display_sp {
    display: block;
}

body {
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    overflow-X: hidden;
    font-size: 1.8rem;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p {
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}

a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    transition-duration: .3s;
    word-break: break-all;
}

img {
    width: 100%;
    display: block;
}

.header {
    height: 80px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 40px 0;
}

.header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -18px;
    left: 0;
    background: url(../img/ginoushinkou/event/header_after.png) center / 90px repeat;
}

.btn {
    padding: 1em 3em;
    min-width: 260px;
    background-color: #ff9000;
    text-align: center;
    margin: 0 auto 3em;
    position: relative;
    width: fit-content;
    display: block;
    color: #fff;
}

.btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.logo {
    width: 136px;
}

.kosei_logo {
    width: 136px;
}

main {
    margin-top: 80px;
    background-color: #fff2b4;
}

.red {
    color: red;
}

.content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mv_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative;
    z-index: 9;
}

.mv_section::before {
    content: "";
    position: absolute;
    width: 41vw;
    max-width: 582px;
    height: 41vw;
    max-height: 582px;
    top: 65%;
    left: -200px;
    background: url(../img/ginoushinkou/event/h1_bg.png) center / contain no-repeat;
    transform: translateY(-50%);
    overflow: hidden;
}

section:not(.mv_section)::before,
section:not(.mv_section)::after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section_inner::before,
.section_inner::after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.kit1_section::after {
    width: 23vw;
    max-width: 330px;
    height: 23vw;
    max-height: 330px;
    top: -174px;
    right: 0;
    background-image: url(../img/ginoushinkou/event/mv_under_bg.png);
}

.kit2_section::before {
    width: 12vw;
    max-width: 170px;
    height: 22vw;
    max-height: 312px;
    top: 50%;
    left: 0;
    background-image: url(../img/ginoushinkou/event/kit2_bg.png);
    transform: translateY(-50%);
    z-index: 2;
}

.flow_section .section_inner::after {
    width: 9vw;
    max-width: 127px;
    height: 10vw;
    max-height: 138px;
    top: -15px;
    right: 0;
    background-image: url(../img/ginoushinkou/event/flow_bg.png);
}

.introduce_section::before {
    width: 30vw;
    max-width: 185px;
    height: 20vw;
    max-height: 260px;
    top: 8%;
    left: 0px;
    background-image: url(../img/ginoushinkou/event/introduce_bg.png);
    z-index: 2;
}

.massage_section .section_inner::before {
    width: 9vw;
    max-width: 127px;
    height: 10vw;
    max-height: 138px;
    top: 304px;
    left: 0;
    background-image: url(../img/ginoushinkou/event/massage_bg_left.png);
    z-index: 2;
}

.massage_section .section_inner::after {
    width: 20vw;
    max-width: 220px;
    height: 20vw;
    max-height: 220px;
    top: 37px;
    right: -55px;
    background-image: url(../img/ginoushinkou/event/massage_bg_right.png);
}

.movie_section::before {
    width: 9vw;
    max-width: 127px;
    height: 10vw;
    max-height: 138px;
    top: 75px;
    left: 75px;
    z-index: 2;
    background-image: url(../img/ginoushinkou/event/movie_bg_left.png);
}

.movie_section::after {
    width: 15vw;
    max-width: 198px;
    height: 30vw;
    max-height: 396px;
    top: 300px;
    right: -25px;
    background-image: url(../img/ginoushinkou/event/movie_bg_right.png);
}

.h1 {
    writing-mode: vertical-rl;
    font-size: min(3vw, 4.2rem);
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.mv_section .img_box img {
    width: auto;
    height: 100%;
}

.h1 small {
    font-size: min(2vw, 2.4rem);
    margin-right: 20px;
}

.mv_section .img_box {
    max-height: 730px;
    height: 47vw;
    width: 70vw;
    border-radius: 50px 0px 0px 49px;
}

.stamp .mv_section .img_box {
    background: url(../img/ginoushinkou/event/stamp/mv_img.png) center / cover;
}

.tile .mv_section .img_box {
    background: url(../img/ginoushinkou/event/tile/mv_img.png) center / cover;
}

.tatami .mv_section .img_box {
    background: url(../img/ginoushinkou/event/tatami/mv_img.png) center / cover;
}

.flower .mv_section .img_box {
    background: url(../img/ginoushinkou/event/flower/mv_image.png) center / cover;
}

.dressmaking .mv_section .img_box {
    background: url(../img/ginoushinkou/event/dressmaking/mv_img.png) bottom / cover;
}

.chair .mv_section .img_box {
    background: url(../img/ginoushinkou/event/chair/mv_img.png) center / cover;
}

.sarami .mv_section .img_box {
    background: url(../img/ginoushinkou/event/sarami/mv_img.jpg) center / cover;

}


section:not(.mv_section) {
    position: relative;
}

section:not(.mv_section) .section_inner {
    background-color: #fff;
    width: 90%;
    margin-bottom: 40px;
    min-height: 200px;
    padding: 40px 40px 40px;
    position: relative;
}

.kit1_section .section_inner {
    margin-right: auto;
    border-radius: 0 50px 50px 0;
}

.kit2_section .section_inner {
    margin-left: auto;
    border-radius: 50px 0 0 50px;
}

.flow_section .section_inner {
    margin-right: auto;
    border-radius: 0 50px 50px 0;
}

.introduce_section .section_inner {
    margin-left: auto;
    border-radius: 50px 0 0 50px;
}

.massage_section .section_inner {
    margin-right: auto;
    border-radius: 0 50px 50px 0;
}

.movie_section .section_inner {
    margin-left: auto;
    border-radius: 50px 0 0 50px;
}

.h2 {
    width: 50%;
    display: flex;
    justify-content: center;
    background-color: #daf3d6;
    margin: 0 auto;
    position: relative;
}

.h2 span {
    font-size: 2.2rem;
    position: relative;
    text-align: center;
    background-color: #daf3d6;
    padding: .4em 0 .2em;
    margin: 0 -2em;
}

.h2 span::before,
.h2 span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    background-color: #3aa201;
    top: 50%;
    transform: translateY(-50%);
}

.h2 span::before {
    left: -40px;
}

.h2 span::after {
    right: -40px;
}

.h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #daf3d6;
}

.kit1_section .h2 {
    width: 100%;
}

.kit1_section .h2::after {
    left: -100%;

}

.kit2_section .h2::after {
    right: -100%;
    overflow: hidden;
}

.flow_section .h2::after {
    left: -100%;
}

.introduce_section .h2::after {
    right: -100%;
}

.massage_section .h2::after {
    left: -100%;
}

.movie_section .h2::after {
    right: -100%;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
}

.kit1_section .flex_box .text_block {
    width: 50%;
}

.kit1_section .flex_box .text_block ul {
    padding: 1em 0 0 6em;
    line-height: 2;
}

.kit1_section .flex_box .img_box {
    width: 50%;
    padding: 1em 0 1em 2em;
}

.kit2_section .flex_box {
    margin-top: 2em;
    margin-left: 24%;
}

.kit2_section .flex_item {
    margin-right: 6em;
    margin-bottom: 2em;
    position: relative;
}

.kit2_section .flex_item::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: -36px;
    background: #f90;
    border-radius: 24px;
    transform: translateY(-50%);
}

.flow_section .h2_block {
    display: flex;
    margin-bottom: 2.5em;
}

.flow_section .h2 {
    height: 46px;
    padding-right: 120px;
    width: 24%;
    justify-content: flex-end;
    margin-top: 0.5em;
    margin-right: 1.5em;
}

.flow_section .attention {
    width: 76%;
}

.flow_section .attention_inner {
    border: 1px solid red;
    border-radius: 50px;
    padding: .5em 2em;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.flow_section .attention_inner::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    top: -17px;
    left: -17px;
    background: url(../img/ginoushinkou/event/flow_ashirai.png) center / contain no-repeat;
}

.flow_section .attention_inner .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: red;
    margin-right: 2em;
}

.flow_section .attention_inner .text {
    color: red;
    font-size: 1.6rem;
}

.flow_section .flex_item {
    width: 30%;
    margin-bottom: 1em;
}

.flow_section .flex_item .img_box {
    position: relative;
}

.flow_section .flex_item:not(:nth-of-type(3n)) .img_box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 3px;
    background: url(../img/ginoushinkou/event/green_arrow.png) center/contain no-repeat;
}

.flow_section .flex_item:last-child .img_box::after {
    display: none;
}


.flow_section .flex_item img {
    width: 90%;
}

.flow_section .flex_item .text {
    padding: 1.5em 1.5em 1em .5em;
}

.introduce_section .flex_box {
    width: 848px;
    background-color: #eee;
    padding: 2em;
    border-radius: 25px;
    margin: 0 auto;
}

.introduce_section .flex_box .img_box {
    width: 25%;
}

.introduce_section .flex_box .text_block {
    width: 75%;
    padding: 0 0 0 2em;
}

.introduce_section .flex_box .text_block .title {
    margin-bottom: 1em;
    font-size: 2.2rem;
}

.introduce_section .flex_box .text_block .title small {
    font-size: 70%;
    margin-left: 1em;
}

.introduce_section .section_inner>.text {
    margin: 2em 0 1em;
    text-align: center;
}

.introduce_section .hosoku {
    margin-top: 1em;
    text-align: center;
    font-size: 1.6rem;
}

.introduce_section .hosoku a {
    color: #f90;
}

.massage_section .img_box {
    width: 260px;
    margin: 2em auto;
}

.massage_section .img_box .caption {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1em;
}

.event .massage_section .section_inner {
    padding: 40px 40px 40px 100px;
}

.massage_section .flex_box {
    flex-direction: column;
    height: 766px;
}

.dressmaking .massage_section .flex_box {
    height: 880px;
}

.sarami .massage_section .flex_box {
    height: 700px;
}


.massage_section .flex_item {
    width: 46%;
    background-color: #fff;
    border: 3px solid #daf3d6;
    border-radius: 25px;
    padding: 1em;
    margin-bottom: 2em;
}

.massage_section .flex_item .title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #f90;
    border-bottom: 5px dotted #daf3d6;
    padding-bottom: .6em;
    margin-bottom: 1em;
}

/*仮追加*/

.massage_section .flex_box {
    display: flex;
    flex-direction: row;
    /* ← 横並びに変更！ */
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .massage_section .flex_box {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .massage_section .flex_box .flex_item {
        width: calc(50% - 10px);
        /* gapを考慮して2列 */
    }
}

.movie_section .text {
    text-align: center;
    margin-top: 2em;
}

.douga iframe {
    width: 710px;
    height: 399px;
    margin: 40px auto;
    display: block;
}

.footer {
    background-color: #f90;
    color: #fff;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    top: -18px;
    left: 0;
    background: url(../img/ginoushinkou/event/footer_before.png) center / 90px repeat;
}

.footer_inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.footer_inner .text {
    width: 50%;
}

.copyright {
    background-color: #ffb556;
    font-size: 1.6rem;
    padding: .5em;
    text-align: center;
}

.tatami .massage_section .flex_box {
    height: 1000px;
}

.tile .massage_section .flex_box {
    height: 900px;
}

/*7/31追加 flexboxの高さを自動で調整*/
.massage_section .flex_box {
    height: auto;
}

.sarami .attention {
    color: red;
    margin-top: 1em;
}

.sarami .kit1_section ul {
    margin-top: 1em;
}

.sarami .kit1_section ul li {
    margin: 5px;
}

.page_top_area {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 7rem;
    z-index: 1000;
    transition: .5s;
}

/*　上に上がる動き　*/

.page_top_area.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

.page_top_area.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(90px);
    }
}

.page_top_area a {
    margin: 0 0 10px;
    display: block;
}

.page_top_area img {
    width: 100%;
}

.page_top_area a img:hover {
    opacity: .7;
    transition-delay: .1s;
}


.page_top_area:hover {
    transform: translateY(-8px);
    transition: .5s;
}

.page_top_area img {
    width: 100%;
}




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


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

    html {
        overflow-x: hidden;
        width: 100vw;
    }

    body {
        font-size: 1.6rem;
    }

    .h2 {
        width: 100%;
    }

    .mv_section {
        flex-direction: row-reverse;
        margin-bottom: 60px;
        flex-wrap: wrap;
        width: 100vw;
        position: relative;

    }

    .mv_section .img_box {
        width: 90%;
        height: 30vh;
        margin-left: auto;
    }

    .mv_section .img_box img {
        width: 100%;
        height: auto;
    }

    .h1 {
        font-size: 6vw;
        margin-top: 1em;
        padding-bottom: 0;
        writing-mode: horizontal-tb;
        margin-top: 0;
        padding-left: 1em;
        margin-bottom: 1em;
    }

    .h1 small {
        font-size: 1.6rem;
        margin-right: -20px;
    }

    .page_top_area {
        width: min(16vw, 7rem);
    }

    /* .introduce_section .h2::after,
    .kit2_section .h2::after,
    .movie_section .h2::after{
        right: -20px;
        width: 20px;
    } */

    .kit1_section .flex_box .text_block {
        width: 100%;
    }

    .kit1_section .flex_box .img_box {
        width: 100%;
    }

    .kit1_section .flex_box .text_block ul {
        padding: 0;
    }

    section:not(.mv_section) .section_inner {
        padding: 20px;
        width: 95%;
    }

    .h2 span {
        font-size: 2rem;
    }

    .flow_section .h2_block {
        flex-wrap: wrap;
        margin-bottom: 1em;
    }

    .flow_section .h2 {
        width: 100%;
    }

    .flow_section .attention {
        width: 100%;
        margin-top: 2em;
    }

    .flow_section .attention_inner {
        flex-direction: column;
        padding: .5em 1em;
        border-radius: 15px;
    }

    .flow_section .attention_inner .title {
        margin-right: 0;
    }

    .flow_section .flex_item {
        width: 100%;
        position: relative;
    }

    .flow_section .flex_item:not(:nth-of-type(3n)) .img_box::after {
        display: none;
    }

    .flow_section .flex_item:not(:last-of-type)::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: -23px;
        left: 50%;
        background: url(../img/ginoushinkou/event/green_arrow.png) center / contain no-repeat;
        transform: rotate(90deg) translateX(-50%);
    }

    .flow_section .flex_item img {
        width: 100%;
    }

    .flow_section .flex_item .text {
        padding: 1em;
    }

    .introduce_section .h2 {
        width: 100%;
    }

    .introduce_section .flex_box {
        width: 100%;
        margin-left: 0;
    }

    .introduce_section .flex_box .img_box {
        width: 100%;
    }

    .introduce_section .flex_box .text_block {
        width: 100%;
        padding: 0;
    }

    .introduce_section .flex_box .text_block .title {
        margin-bottom: .5em;
        font-size: 2rem;
        margin-top: 1em;
    }

    .introduce_section .hosoku {
        margin-left: 0;
        text-align: left;
    }

    .massage_section .img_box {
        width: 190px;
        margin-bottom: 1em;
    }

    .massage_section .flex_box {
        height: auto;
    }

    .sarami .massage_section .flex_box {
        height: auto;
    }

    .massage_section .flex_item {
        width: 100%;
    }

    .event .massage_section .section_inner {
        padding: 20px;
    }

    .massage_section .flex_item .title {
        font-size: 1.8rem;
    }

    .massage_section .flex_item {
        margin-bottom: 1em;
    }

    .douga {
        width: 100%;
    }

    .movie_section .text {
        text-align: left;
    }

    .dressmaking .massage_section .flex_box {
        height: auto;
    }

    .footer_inner {
        flex-wrap: wrap;
        padding-left: 2em;
        padding-right: 2em;
    }

    .footer_inner .text {
        width: 100%;
    }

    .btn {
        margin-bottom: 1em;
    }

    .douga iframe {
        width: 79vw;
        height: 44.5vw;
    }

    .flower .massage_section .flex_box {
        height: auto;
    }

    .tatami .massage_section .flex_box {
        height: auto;
    }

    .tile .massage_section .flex_box {
        height: auto;
    }

    .header {
        height: 50px;
    }

    main {
        margin-top: 50px;
    }

    .logo {
        width: 70px;
    }

    .kosei_logo {
        width: 80px;
    }

    .kit2_section .flex_box {
        margin-top: 1em;
        margin-left: 8%;
    }

    .kit2_section .flex_item {
        margin-right: 0;
        margin-bottom: .5em;
        position: relative;
        width: 100%;
    }

    .kit2_section .flex_item::before {
        width: 16px;
        height: 16px;
        top: 50%;
        left: -24px;
    }

    .mv_section::before {
        width: 80vw;
        max-width: 582px;
        height: 80vw;
        max-height: 582px;
        top: 25%;
        left: inherit;
        right: -200px;
        z-index: -1;
        overflow-x: hidden;
        position: absolute;
    }

    .kit1_section::after {
        width: 33vw;
        height: 33vw;
        z-index: 9999;
        top: -94px;
    }

    .kit2_section::before {
        width: 32vw;
        height: 32vw;
        top: 10%;
        left: -40px;
    }

    .flow_section .section_inner::after {
        width: 20vw;
        height: 20vw;
    }

    .introduce_section::before {
        width: 20vw;
        height: 20vw;
        top: 15%;
        left: -7%;
    }

    .massage_section .section_inner::before {
        width: 20vw;
        max-width: 127px;
        height: 20vw;
        max-height: 138px;
        top: 304px;
        left: 0;
        background-image: url(../img/ginoushinkou/event/massage_bg_left.png);
        z-index: 2;
    }

    .massage_section .section_inner::after {
        width: 30vw;
        max-width: 220px;
        height: 30vw;
        max-height: 220px;
        top: 37px;
        right: -35px;
        background-image: url(../img/ginoushinkou/event/massage_bg_right.png);
    }

    .movie_section::before {
        width: 15vw;
        max-width: 138px;
        height: 15vw;
        max-height: 138px;
        top: 25px;
        left: -2%;
    }

    .movie_section::after {
        width: 35vw;
        top: 450px;
    }

}