@charset "utf-8";
/* CSS Document */

:root {
    font-family: system-ui, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 16px;
}

* {
    line-height: 1.75em;
}

@media screen and (max-width:480px) {
    :root {
        font-size: 14px;
    }
}

img {
    width: 100%;
    height: auto;
}

.mintyo {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.amiri {
    font-family: 'Amiri', serif;
}

.ano {
    font-size: 0.625rem;
    color: #666;
    max-width: 780px;
    margin: auto;
    padding: 0 1rem;
}

.ano.mar_6rem {
    font-size: 0.875rem;
    margin: 6rem auto;
}

.ano.mar_3rem {
    font-size: 0.875rem;
    margin: 3rem auto;
}

@media screen and (max-width:480px) {
    .ano.mar_6rem {
        font-size: 0.625rem;
        margin: 4rem auto;
    }
}

/* yellow_back */

.yellow_back {
    background-color: #FCF4D8;
    padding: 1rem;
    margin: 6rem auto;
    position: relative;
}

.yellow_back .inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.yellow_back .inner h2, .yellow_back .inner h2 br {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.yellow_back .inner h2 span.mintyo {
    font-size: 2.625rem;
    display: block;
    color: #BD5E93;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.yellow_back .inner h2 span.mintyo rt {
    font-size: 0.85rem;
}

.yellow_back .text_20 {
    font-size: 1.25rem;
}

.yellow_back.hishitsu {
    padding: 2rem 0;
}

.yellow_back.hishitsu h2 {
    font-size: 2.25rem;
    font-weight: normal;
    color: #887161;
}

.yellow_back.hishitsu .text_20 {
    text-align: center;
    margin: 0 auto 2rem;
}

@media screen and (max-width:480px) {
    .yellow_back .inner h2 span.mintyo {
        font-size: 2.25rem;
        margin: 1rem 0;
    }
    .yellow_back .text_20 {
        font-size: 1rem;
        margin: 2rem auto;
    }
    .yellow_back.hishitsu h2 {
        font-size: 1.7rem;
    }
    .yellow_back.hishitsu .text_20 {
        text-align: center;
        margin: 0 auto 2rem;
    }
    .yellow_back.hishitsu .illust_03 {
        max-width: 347px;
        padding: 0 1rem;
        margin: auto;
    }
}

/* ribon */

.ribon_wrap {
    position: relative;
}

.ribon_wrap .ribon {
    position: absolute;
    margin: auto;
    top: -34px;
    left: 0;
    right: 0;
    width: 450px;
    height: 60px;
    text-align: center;
    background-image: url(../img/ribon_img@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 3.125rem;
}

@media screen and (max-width:480px) {
    .ribon_wrap .ribon {
        top: -26px;
        width: 304px;
        height: 47px;
        background-image: url(../img/ribon_img_sp@2x.png);
        font-size: 1.285rem;
        line-height: 3rem;
    }
}

.yellow_back.ribon_01 {
    padding-top: 4rem;
    height: 460px;
}

.yellow_back.ribon_01 .illust_01 {
    max-width: 676px;
    margin: 0 auto;
}

.yellow_back.ribon_01 .graph_02 {
    position: absolute;
    left: 0;
    top: 226px;
    max-width: 319px;
}

.yellow_back.ribon_01 .text_20 {
    position: absolute;
    width: 540px;
    right: 0;
    top: 270px;
}

@media screen and (max-width:480px) {
    .yellow_back.ribon_01 {
        padding-top: 3rem;
        padding-bottom: 3rem;
        height: auto;
    }
    .yellow_back.ribon_01 .graph_02 {
        position: relative;
        left: auto;
        top: auto;
        padding: 0 1rem;
        margin: auto;
    }
    .yellow_back.ribon_01 .text_20 {
        position: relative;
        left: auto;
        width: auto;
        top: auto;
    }
}

.yellow_back.ribon_02 {
    padding-top: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.yellow_back.ribon_02 .illust_02 {
    max-width: 899px;
    margin-bottom: 3rem;
}

@media screen and (max-width:480px) {
    .yellow_back.ribon_02 {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .yellow_back.ribon_02 .illust_02 {
        margin-bottom: 2rem;
    }
}

.ribon_wrap.ribon_03 h3.ribon {
    font-size: 1.3rem;
    margin-top: 5rem;
    position: relative;
    top: 0;
}

@media screen and (max-width:480px) {
    .ribon_wrap.ribon_03 h3.ribon {
        font-size: 1rem;
        margin-top: 3rem;
    }
}

/* hide */

.pc_hide {
    display: none;
}

@media screen and (max-width:480px) {
    .pc_hide {
        display: block;
    }
    .sp_hide {
        display: none;
    }
}

/* page */

#pagewrap {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    #pagewrap {
        width: 100%;
        max-width: 480px;
    }
}

/* header */

header {
    margin-bottom: 3rem;
}

@media screen and (max-width:480px) {
    header {
        margin-bottom: 2rem;
    }
}

/* item_wrap */

.item_wrap {
    margin-bottom: 6rem;
}

.item_wrap .title_copy {
    font-size: 1.75rem;
    text-align: center;
    color: #887161;
}

@media screen and (max-width:480px) {
    .item_wrap {
        margin-bottom: 4.5rem;
    }
    .item_wrap .title_copy {
        font-size: 1.5rem;
    }
}

.item_wrap ul {
    display: flex;
    justify-content: center;
}

.item_wrap ul li {
    text-align: center;
    width: 420px;
    margin-bottom: 3rem;
}

.item_wrap ul li .copy {
    text-align: center;
}

.item_wrap ul li h3 {
    color: #BD5E93;
    margin: 0.25em 0;
    font-weight: normal;
    font-size: 1.5em;
}

.item_wrap ul li .size {
    margin-top: 0.75rem;
}

@media screen and (max-width:480px) {
    .item_wrap ul {
        display: flex;
        flex-direction: column;
    }
    .item_wrap ul li {
        width: 320px;
        margin: 0 auto 2rem;
    }
    .item_wrap ul li .copy {
        text-align: center;
    }
    .item_wrap ul li h3 {
        color: #BD5E93;
        margin: 0.25em 0;
        font-weight: normal;
        font-size: 1.5em;
    }
    .item_wrap ul li .size {
        margin-top: 0.75rem;
    }
}

/* cart */

.cart {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 8rem auto;
    position: relative;
}

.cart .item {
    max-width: 500px;
}

.cart .data {}

.cart .data .title {
    width: 315px;
    margin: 2rem auto;
}

.cart .data ul li {
    font-size: 1.5rem;
    color: #887161;
    text-align: center;
}

.cart .data ul li span {
    font-size: 1.125rem;
}

.cart .data .price {
    font-size: 1.25rem;
    margin: 1rem 0;
    text-align: center;
}

.cart .data .price span {
    font-size: 1rem;
}

.cart .data .button a {
    display: block;
    background-color: #CC0000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    width: 420px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.cart .data .button a:hover {
    background-color: #BD5E93;
}

.cart .data .button a span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.cart .data .button a span::before {
    content: '';
    display: block;
    width: 32px;
    height: 27px;
    background-image: url(../img/button_icon@2x.png);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0.325rem;
}

@media screen and (max-width:480px) {
    .cart {
        display: flex;
        flex-direction: column;
        max-width: 980px;
        margin: 6rem auto;
    }
    .cart .data .title {
        position: absolute;
        top: 0;
        left: 5vw;
        width: 28vw;
        margin: auto;
    }
    .cart .data .button {
        max-width: 320px;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .cart .data .button a {
        width: 100%;
        max-width: 320px;
    }
}

/* point */

.point {
    max-width: 980px;
    margin: 6rem auto;
    position: relative;
}

.point .text {
    font-size: 1.25rem;
    line-height: 2.4em;
}

.point .text.text_center {
    text-align: center;
}

.point.point_01 {
    padding-top: 2rem;
}

.point.point_01 .img_wrap {
    position: absolute;
    max-width: 570px;
    right: -110px;
    top: 0;
    z-index: -1;
}

.point.point_01 .graph_wrap {
    position: absolute;
    max-width: 400px;
    right: 0;
    bottom: 0;
}

.point.point_01 .text_wrap {
    width: 520px;
}

@media screen and (max-width:480px) {
    .point {
        margin: 4rem auto;
    }
    .point .text {
        font-size: 1rem;
        line-height: 1.75em;
        padding: 0 1rem;
        margin: 2.5rem 0;
    }
    .point .text.text_center {
        text-align: left;
    }
    .point.point_01 {
        padding-top: 0;
    }
    .point.point_01 .img_wrap {
        position: relative;
        right: auto;
        top: auto;
    }
    .point.point_01 .graph_wrap {
        position: relative;
        right: auto;
        top: auto;
        padding: 0 1rem;
    }
    .point.point_01 .text_wrap {
        width: 100%;
    }
}

.text_title {
    color: #887161;
    text-align: center;
}

.text_title h4 {
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 1.5em;
}

.text_title h2, .text_title h2 br {
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 1rem;
}

.text_title h2 rt {
    font-size: 1rem;
}

.text_title h2::after {
    content: '';
    display: block;
    width: 520px;
    height: 8px;
    background-image: url(../img/text_title_bar@2x.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.text_title h2 sup {
    font-size: 2rem;
}

.text_title .lead_copy {
    font-size: 1.75rem;
    line-height: 1.5em;
    margin: 2.5rem 0;
}

.text_title .small_copy {
    font-size: 1.5rem;
    color: #000;
    margin: 1rem 0;
    font-weight: 600;
}

@media screen and (max-width:480px) {
    .point.point_01 .text_title {
        margin-top: -4rem;
    }
    .text_title h4 {
        font-weight: normal;
        font-size: 1.42rem;
        line-height: 1.5em;
    }
    .text_title h2, .text_title h2 br {
        font-weight: normal;
        font-size: 2.28rem;
        line-height: 1.5em;
        position: relative;
        padding-bottom: 1rem;
    }
    .text_title h2 sup {
        font-size: 1.5rem;
    }
    .text_title h2::after {
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
    }
    .text_title .lead_copy {
        font-size: 1.14rem;
        line-height: 1.5em;
        margin: 1.5rem 0 2.5rem;
    }
    .text_title .lead_copy.no_br {
        padding: 0 1rem;
        text-align: left;
    }
    .text_title .small_copy {
        font-size: 1.125rem;
        color: #000;
        margin: 0.5rem 0;
    }
}

/* water */

.title_water {
    padding: 2rem 0;
    background-image: url(../img/water_01@2x.jpg);
    background-size: cover;
    margin: 5rem 0;
}

.title_water.water_01 {
    background-image: url(../img/water_01@2x.jpg);
}

.title_water.water_02 {
    background-image: url(../img/water_02@2x.jpg);
}

.title_water h3 {
    font-weight: normal;
    font-size: 3.5rem;
    color: #887161;
    text-align: center;
    line-height: 1.25em;
}

.title_water h3 span {
    display: block;
    font-size: 1.75rem;
}

@media screen and (max-width:480px) {
    .title_water {
        padding: 1rem 0;
        margin: 3rem 0;
    }
    .title_water h3 {
        font-size: 2.3rem;
    }
    .title_water h3 span {
        font-size: 1.3rem;
    }
}

/* harb_list */

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

.harb_list li {
    width: 300px;
}

.harb_list li .name_en {
    font-style: italic;
    font-size: 1.5rem;
    text-align: center;
    color: #BD5E93;
    margin: 1rem 0;
}

.harb_list li .name {
    font-size: 1.125rem;
    text-align: center;
    margin: 1rem 0;
    font-weight: 500;
}

.harb_list li p {
    margin: 1rem;
    padding: 0 1em;
}

@media screen and (max-width:480px) {
    .harb_list li {
        width: 50%;
        justify-content: center;
    }
    .harb_list li .name_en {
        margin: 0.5rem 0;
    }
    .harb_list li .name {
        margin: 0.5rem 0;
        font-weight: 500;
    }
    .harb_list li p {
        margin: 1rem;
        padding: 0;
    }
}

/* yajirushi_wrap */

.yajirushi_wrap {
    background-color: #FCF4D8;
    padding: 1rem;
}

.yajirushi_wrap h2, .yajirushi_wrap h2 br {
    font-size: 3rem;
    line-height: 1.5em;
}

.yajirushi_wrap .illust_04 {
    width: 920px;
    margin: 2rem auto 0;
}

@media screen and (max-width:480px) {
    .yajirushi_wrap h2, .yajirushi_wrap h2 br {
        font-size: 2rem;
        line-height: 1.5em;
    }
    .yajirushi_wrap .illust_04 {
        width: auto;
        padding: 0 1rem;
        margin: 2rem auto 0;
    }
}

h4.leaf_title {
    max-width: 658px;
    margin: 0 auto 1rem;
}

@media screen and (max-width:480px) {
    h4.leaf_title {
        max-width: 658px;
        padding: 0 1rem;
        margin: 0 auto 1rem;
    }
    .yajirushi_wrap h4.leaf_title {
        max-width: 658px;
        padding: 0;
        margin: 0 auto 1rem;
    }
}

/* step */

.step_item_wrap {
    display: flex;
    justify-content: center;
    margin: 3.75rem auto;
}

.step_item_wrap li {
    margin: 0 45px;
}

.step_item_wrap li p {
    color: #E063A9;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1rem;
}

@media screen and (max-width:480px) {
    .step_item_wrap li {
        margin: 0 1rem
    }
    .step_item_wrap li p {
        color: #E063A9;
        font-size: 1rem;
        text-align: center;
        margin-top: 1rem;
    }
}

.step_wrap {
    max-width: 980px;
    margin: 3rem auto;
}

.step_wrap p {
    max-width: 900px;
    font-size: 1.25rem;
    margin: 2rem auto;
}

@media screen and (max-width:480px) {
    .step_wrap {
        width: 300px;
        margin: 2rem auto;
    }
    .step_wrap p {
        font-size: 1rem;
    }
}

.face_illust {
    max-width: 980px;
    margin: 3rem auto;
}

.illust_05 {
    max-width: 1200px;
}

/* Profile */

.profile_wrap {
    padding: 3.75rem 6.25rem;
    max-width: 980px;
    box-sizing: border-box;
    margin: 5rem auto;
    background: rgba(163, 146, 133, 0.1);
    border: 1px solid #a39285;
}

.profile_wrap .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.profile_wrap .flex_box .img, .profile_wrap .flex_box .profile_text {
    width: 360px;
}

.profile_wrap .flex_box .profile_text h4 {
    color: #BD5E93;
    font-size: 2rem;
    border-bottom: 1px solid #BD5E93;
    font-weight: normal;
    line-height: 1.25em;
}

.profile_wrap .flex_box .profile_text h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.profile_wrap .flex_box .profile_text h3 span {
    font-size: 1rem;
    font-weight: normal;
}

.profile_wrap .flex_box .profile_text p {
    line-height: 2.25em;
    margin-bottom: 1em;
}

.profile_wrap .flex_box .profile_text p a {
    text-decoration: none;
    color: #333;
}

.profile_wrap .flex_box .profile_text p a:hover {
    text-decoration: underline;
}

.profile_wrap .profile_data {
    color: #666;
    font-size: 0.875rem;
}

@media screen and (max-width:480px) {
    .profile_wrap {
        padding: 2.5rem 3.4rem;
        max-width: 980px;
        box-sizing: border-box;
        margin: 3rem auto 0;
        border: none;
    }
    .profile_wrap .flex_box {
        flex-direction: column;
    }
    .profile_wrap .flex_box .img, .profile_wrap .flex_box .profile_text {
        width: 100%;
        text-align: center;
    }
    .profile_wrap .flex_box .profile_text h4 {
        font-size: 1.15rem;
        line-height: 1.5em;
        margin-top: 2rem;
    }
}

.profile_wrap h5 {
    font-size: 1.25rem;
    border-bottom: 1px solid #CCC;
    margin: 3rem auto 1rem;
    line-height: 2em;
}

.media_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.media_list li {
    width: 18%;
    margin: 1rem auto;
}

.media_list li div {
    width: 100px;
    margin: 0 auto 1rem;
}

.media_list li div.w_120 {
    width: 120px;
}

.media_list li p {
    font-size: 0.75rem;
    text-align: center;
}

@media screen and (max-width:480px) {
    .media_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .media_list li {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
}