html,
body {
    /*color: #604c3f;*/
}
#container {
    width: 1024px;
    /*padding: 0;*/
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
}
#container img {
    max-width: 100%;
}
.sign.pc {
    display: block;
}
.sign.smart {
    display: none;
}
.flow .shuryousho img {
    border: 1px solid #ccc;
}
.banner {
    line-height: 0;
    padding: 0;
    margin: 0;
}
/* catch
--------------------*/
.catch {
    width: 100%;
    height: 650px;
    position: relative;
    line-height: 0;
}
.catch .btn_members_entry {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.catch .btn_movie {
    position: absolute;
    bottom: 0;
    left: 210px;
    z-index: 3;
}
.catch .image {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
/* section
--------------------*/
.section2,
.section3,
.section4,
.section5,
.section6 {
    line-height: 0;
}
/* section1
--------------------*/
.section1 {
    padding: 30px 0 50px;
}
.section1 .image {
    width: 100%;
}
.section1 .melit-text {
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0;
}
.section1 .melit-text dl {
    width: 250px;
    padding: 0 25px;
    box-sizing: content-box;
}
.section1 .melit-text dl p.title {
    font-weight: bold;
    font-size: 1.15em;
    line-height: normal;
    text-align: center;
    padding: 1em 0 0 0;
    border-bottom: 3px solid #eb79a2;
}
.section1 .melit-text dl p.t {
    padding-top: 0.75em;
}
/* section7
--------------------*/
.section7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.section7 .text {
    width: 60%;
}
.section7 .text .greeting {
    padding: 50px;
}
.section7 .text p.title {
    font-weight: bold;
    font-size: 1.15em;
    padding-bottom: 0.75em;
}
.section7 .text .profile {
    padding: 0 50px 50px 50px;
}
.section7 .text .profile .sign img {
    width: 50%;
}
.section7 .text .profile .textbox p,
.section7 .text .profile .textbox ul {
    padding-top: 1em;
    font-size: 0.95em;
}
.section7 .text .profile .textbox ul li {
    border-left: 3px solid #eb79a2;
    padding: 0 0 0 0.5em;
    margin: 0 0 0.5em 0;
}
.section7 .image {
    width: 38%;
}
.start {
    padding-top: 50px;
}
/*----------------------------------------
 * スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {
    #container {
        width: 100%;
        /*padding: 0;*/
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.6em;
    }
    .sign.pc {
        display: none;
    }
    .sign.smart {
        display: block;
    }
    /* catch
    --------------------*/
    .catch,
    .catch .btn_members_entry,
    .catch .btn_movie,
    .catch .image {
        width: 100%;
        height: auto;
        position: static;
    }
    .catch .image {
        padding-bottom: 1em;
    }
    .catch .btn_members_entry,
    .catch .btn_movie {
        padding: 5px 15%;
        box-sizing: border-box;
    }
    .catch .btn_members_entry img,
    .catch .btn_movie img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }
    /* section1
    --------------------*/
    .section1 {
        padding: 30px 0 50px;
    }
    .section1 .image {
        width: 100%;
    }
    .section1 .melit-text {
        display: block;
        padding:1em 0 0 0;
    }
    .section1 .melit-text dl {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .section1 .melit-text dl dt {
        width: 25%;
    }
    .section1 .melit-text dl dd {
        width: 70%;
    }
    .section1 .melit-text dl dt img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
    .section1 .melit-text dl p.title {
        font-weight: bold;
        font-size: 1.05em;
        line-height: normal;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #eb79a2;
    }
    .section1 .melit-text dl p.t {
        padding-top: 0.75em;
    }
    /* section7
    --------------------*/
    .section7 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .section7 .text {
        width: 100%;
    }
    .section7 .text .greeting {
        padding: 0 5%;
        box-sizing: border-box;
    }
    .section7 .text p.title {
        font-weight: bold;
        font-size: 1.15em;
        padding-bottom: 0.75em;
        text-align: center;
    }
    .section7 .text .profile {
        padding: 0;
    }
    .section7 .sign {
        width: 100%;
        padding: 1em 36% 2.5em 36%;
        box-sizing: border-box;
    }
    .section7 .text .profile .textbox p,
    .section7 .text .profile .textbox ul {
        padding-top: 1em;
        font-size: 0.95em;
    }
    .section7 .text .profile .textbox ul li {
        border-left: 3px solid #eb79a2;
        padding: 0 0 0 0.5em;
        margin: 0 0 0.5em 0;
    }
    .section7 .text .profile .textbox {
        padding: 2em 5% 3em 5%;
    }
    .section7 .image {
        width: 100%;
        padding: 3em 35% 0 35%;
        box-sizing: border-box;
    }
    .section7 .image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    /* review_add2025
    --------------------*/
    #review_add2025 {
        padding: 0;
    }
}