@charset "UTF-8";
@import url("grid.css");
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: #666;
    text-decoration-line: none;
}

a:hover {
    color: #999;
}


/*ヘッダー
-------------------------------------*/

header {
    position: relative;
    width: 100%;
}

.top_back {
    margin: 0 auto;
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/back_01.png') 0 0 no-repeat;
    padding-bottom: calc(100%*910/1350);
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    position: relative;
}

.head_inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    max-width: 1100px;
}

.wave {
    z-index: 20;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    top: 65.7%;
}

.head_inner_left {}

.head_inner_right {}

.goods {}

.goods img {
    width: 100%;
}

header .head_inner .logo {
    padding-top: 20%;
    padding-left: 10%;
    width: 100%;
}

.h2_img {
    /* position: relative; */
    z-index: 100;
    width: 40%;
}

@media screen and (max-width: 768px) {
    header .head_inner .logo {
        /* width: 30%; */
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        margin-bottom: 10px;
    }
}


/*メインコンテンツ
-------------------------------------*/

main {
    margin: 0rem 0 0 0;
}

section {
    width: 100%;
    z-index: 10;
    margin: 0rem 0;
    padding: 0rem 0;
}


/*concept
-------------------------------------*/

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

.concept_inner {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.concept_inner h2 {
    z-index: 100;
}

.concept_inner img {
    z-index: 100;
    width: 80%;
}

@media ( max-width: 768px) {
    .concept_inner img {
        width: 100%;
    }
}

.concept_back {
    /* z-index: 0; */
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/back_02.png') 0 0 no-repeat;
    /* padding-bottom: calc(100%*710/1350); */
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    position: relative;
    background-color: #ebfefc;
    background-size: cover;
}

.concept_back_syuwa {
    /* z-index: 0; */
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/syuwa.png') right bottom / 50px 50px no-repeat;
    /* padding-bottom: calc(100%*710/1350); */
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    background-size: contain;
}


/*history
-------------------------------------*/

.history {
    width: 100%;
}

.history h2 {
    z-index: 999;
    font-size: 4rem;
}

.history h2 span {
    padding-top: 10px;
    display: block;
    font-size: 1.5rem;
}

.history_inner {
    padding: 0 4% 0 4%;
    margin: 0 auto;
}

.history_inner_text {
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.history_inner_text .tit {
    font-size: 3rem;
    line-height: 1em;
    border-left: #666 3px solid;
    padding-left: 2%;
    padding-top: 0%;
}

.history_inner_text p {
    font-weight: bold;
    padding-top: 2%;
    line-height: 2em;
}

.history_inner_box {
    padding-bottom: 5%;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.history_back {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/back_03.png') 0 0 no-repeat;
    /* padding-bottom: calc(100%*710/1350); */
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: cover;
    background-position: center center;
}

.history_havimg {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/hav_back.png') 0 0 no-repeat;
    /* padding-bottom: calc(100%*710/1350); */
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: cover;
    background-position: 0px -100px;
}

@media ( max-width: 768px) {
    .history_inner {
        padding: 0 4% 0 4%;
    }
    .history_inner_text .tit {
        line-height: 1em;
        font-size: 2rem;
    }
    .history_inner_text p {
        font-size: 1.2rem;
        padding-top: 2%;
        line-height: 1.8em;
    }
}


/*feature
-------------------------------------*/

.feature {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0rem;
    position: relative;
}

.feature h2 {
    /* font-size: 4rem; */
    font-size: clamp(2.5rem, 3.9vw, 4rem);
}

ul {
    padding-top: 3%;
    width: 100%;
    max-width: 1350px;
}

ul li {
    display: flex;
    /* align-items: center; */
}

ul li .photo {
    padding: 1%;
    box-sizing: border-box;
}

ul li .txt {
    box-sizing: border-box;
}


/* 奇数の行に対して指定 */

ul li:nth-child(even) {
    flex-direction: row-reverse;
}


/* 必要に応じて余白つけてください */

ul li:nth-child(even) .txt {
    padding-right: 10px;
}

ul li:nth-child(odd) .txt {
    padding-left: 10px;
}

.cot_inner {
    padding: 5% 2% 0% 2%;
    width: 100%;
    position: relative;
}

.cot_inner h3 {
    font-size: clamp(1.5rem, 1.9vw, 2.2rem);
}

.tit_img {
    width: 8vw;
    position: absolute;
    top: 10%;
    left: 65%;
}

.tit {
    color: #333;
    font-family: serif;
    font-size: clamp(2.5rem, 2.9vw, 3.2rem);
    /* font-size: 3.2rem; */
    margin-top: 0;
    margin-bottom: 10px;
}

.text {
    color: #666;
    font-family: serif;
    font-size: clamp(1rem, 1.9vw, 1.2rem);
    /* font-size: 1.2rem; */
    margin-top: 0;
    line-height: 25px;
}

.no1 {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/1.png') 0 0 no-repeat;
    background-size: 35% auto;
    background-position: center center;
}

.no2 {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/2.png') 0 0 no-repeat;
    background-size: 35% auto;
    background-position: center center;
}

.no3 {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/3.png') 0 0 no-repeat;
    background-size: 35% auto;
    background-position: center center;
}

.no4 {
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/4.png') 0 0 no-repeat;
    background-size: 35% auto;
    background-position: center center;
}

@media ( max-width: 768px) {
    .feature {
        margin: 0 auto;
        max-width: 1350px;
        padding: 0 4% 0 4%;
    }
    .cot_inner {
        padding-top: 0%;
        padding-bottom: 10%;
    }
    ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul li {
        display: initial;
    }
    ul li .photo {
        padding: 0%;
        box-sizing: border-box;
    }
    ul li .txt {
        padding: 0% 0 0% 0;
    }
    .no1 {
        background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/1.png') 0 0 no-repeat;
        background-size: 25% auto;
        background-position: center center;
    }
    .no2 {
        background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/2.png') 0 0 no-repeat;
        background-size: 25% auto;
        background-position: center center;
    }
    .no3 {
        background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/3.png') 0 0 no-repeat;
        background-size: 25% auto;
        background-position: center center;
    }
    .no4 {
        background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/4.png') 0 0 no-repeat;
        background-size: 25% auto;
        background-position: center center;
    }
}


/*point
-------------------------------------*/

.point__back {
    margin: 0 auto;
    width: 100%;
    background: url('https://bo-wwwsoladeyjp.ecbeing.biz/img/have_lp/hav_img.png') 0 0 no-repeat;
    /* padding-bottom: calc(100%*710/1350); */
    /* calc(100*ImageHeight/ImageWidth)% */
    background-size: cover;
    background-position: center center;
}

.point {
    position: relative;
    width: 100%;
}

.point h2 {
    font-size: 3rem;
}

.point h2 span {
    padding-top: 10px;
    display: block;
    font-size: 2rem;
}

.point__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.point__area {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 50%;
    display: flex;
    justify-content: right;
    margin-left: auto;
}

.point__area img {
    width: 100%;
}

.point__text {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.point__text .tit_s {
    font-size: clamp(1.1rem, 1.9vw, 2rem);
    /* font-size: 2rem; */
}

.point__text .tit_l {
    font-size: clamp(2.1rem, 3.9vw, 2.8rem);
    /* font-size: 2.8rem; */
}

.point__text .tit_l span {
    font-size: clamp(1.1rem, 3.9vw, 4rem);
    /* font-size: 4rem; */
}

.point__text .tit_summary {
    font-size: clamp(1rem, 1.9vw, 1.4rem);
    /* font-size: 1.4rem; */
}


/*caption
-------------------------------------*/

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

.caption__inner {
    margin: 0 auto;
    /* max-width: 1350px; */
    padding-top: 10%;
    position: relative;
}

.caption__img_area {
    text-align: center;
    padding: 0rem;
}

.caption__img_area img {
    width: 100%;
    padding: 0;
    vertical-align: top;
}

.center {
    text-align: center;
    margin-bottom: 0rem;
}


/*recommendation
-------------------------------------*/

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

.recommendation__inner {
    margin: 0 auto;
    /* max-width: 1350px; */
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
}

.recommendation__img_area {
    text-align: center;
    padding: 0rem;
}

.recommendation__img_area img {
    width: 80%;
    padding: 0;
    vertical-align: top;
}

.recommendation_h2 {
    text-align: center;
}

.recommendation_h2 .tit_s {
    padding-bottom: 1%;
    font-size: clamp(2.1rem, 1.9vw, 5rem);
    /* font-size: 2rem; */
}

.recommendation_h2 .tit_l {
    padding-bottom: 1%;
    font-size: clamp(2.1rem, 3.9vw, 8.8rem);
    /* font-size: 2.8rem; */
}

.recommendation_h2 .tit_l span {
    font-size: clamp(1.1rem, 3.9vw, 4rem);
    /* font-size: 4rem; */
}

.recommendation_h2 .tit_summary {
    font-size: clamp(1rem, 1.9vw, 1.8rem);
    /* font-size: 1.4rem; */
}

@media ( max-width: 768px) {
    .recommendation__img_area img {
        width: 100%;
    }
}

.center {
    text-align: center;
    margin-bottom: 0rem;
}


/*voice
-------------------------------------*/

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

.voice__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 0%;
}

.voice__area {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0rem;
    margin-bottom: 50px;
}

.voice__area:nth-child(even) {
    flex-direction: row-reverse;
}

.voice__img {}

.voice__img img {
    border-radius: 50%;
    padding: 0;
    vertical-align: top;
}

.voice_h2 {
    text-align: center;
}

.voice_h2 .tit_s {
    padding-bottom: 1%;
    font-size: clamp(2.1rem, 1.9vw, 5rem);
    /* font-size: 2rem; */
}

.voice_h2 .tit_l {
    padding-bottom: 1%;
    font-size: clamp(2.1rem, 3.9vw, 8.8rem);
    /* font-size: 2.8rem; */
}

.voice_h2 .tit_l span {
    font-size: clamp(1.1rem, 3.9vw, 4rem);
    /* font-size: 4rem; */
}

.voice_h2 .tit_summary {
    font-size: clamp(1rem, 1.9vw, 1.8rem);
    /* font-size: 1.4rem; */
}

@media ( max-width: 768px) {
    .voice__img img {
        width: 150px;
    }
}

.center {
    text-align: center;
    margin-bottom: 0rem;
}


/*口コミ
-------------------------------------*/

.mybox {
    width: 100%;
    background-color: #fff;
    /* 背景色 */
    border: 2px solid #f3cbd0;
    /* 線の太さ・種類・色 */
    border-radius: 5px;
    margin: 40px 5px 5px 20px;
    /* 外側の余白 上・右・左・下 */
    padding: 25px 20px 10px 20px;
    /* 内側の余白 上・右・左・下 */
    position: relative;
}

.mybox:before {
    background-color: #ef858c;
    /* 吹き出し背景色 */
    border-radius: 5px;
    color: #fff;
    /* 吹き出し文字色 */
    content: 'コメント';
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: -20px;
}

.mybox:after {
    border-top: 12px solid #ef858c;
    /* 吹き出し三角部分の色 */
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}


/*goods
-------------------------------------*/

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

.goods__release {
    font-size: 2.3rem;
    padding-bottom: 2%;
    display: block;
    text-align: center;
}

.goods__inner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    max-width: 1100px;
}

.goods__item_inner {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    /* padding-left: 5%; */
}

.goods__item_top {
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.goods__img {
    width: 30%;
    margin: 0;
    padding: 0;
}

.goods__img img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.goods__summary {
    width: 50%;
    padding-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    /* align-content: space-between; */
}

.goods__item_bottom {
    margin: 0;
    padding: 0;
}

.tit_l {
    line-height: 2.7rem;
    align-self: end;
    padding-bottom: 1rem;
    /* height: 80px;
    align-self: stretch; */
    /* font-size: 2.3rem; */
    font-size: clamp(1.1rem, 1.9vw, 2.3rem);
}

.tit_s {
    font-size: clamp(1rem, 1.9vw, 1.5rem);
    align-self: end;
}

.mark {
    align-self: flex-end;
    padding-top: 5%;
    width: 25%;
}

.item_tit {
    align-self: baseline;
    align-self: end;
    /* font-size: 2rem; */
    font-size: clamp(1.1rem, 1.9vw, 2rem);
    border-bottom: #ccc 2px solid;
}

.price {
    align-self: end;
    font-size: clamp(1.1rem, 3.9vw, 5rem);
    /* font-size: 5rem; */
}

.open_price {
    align-self: end;
    font-size: clamp(1.1rem, 1.9vw, 1.3rem);
    /* font-size: 1.3rem; */
}

.goods__bot {
    padding: 5% 10% 10% 10%;
}

.goods__bot ul {}

.goods__bot ul li {
    padding-bottom: 2%;
}

hr {
    border-width: 2px 0px 0px 0px;
    /* 太さ */
    border-style: solid;
    /* 線種 */
    border-color: #60dd71;
    /* 線色 */
    height: 1px;
    /* 高さ(※古いIE用) */
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #60dd71;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
}

@media ( max-width: 768px) {
    .goods__inner {
        align-items: center;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .tit_l {
        line-height: 2.7rem;
        align-self: end;
        padding-bottom: 1rem;
        /* height: 80px;
    align-self: stretch; */
        /* font-size: 2.3rem; */
        font-size: clamp(2.1rem, 3.9vw, 3.3rem);
    }
    .tit_s {
        font-size: clamp(1.4rem, 1.9vw, 2.3rem);
        align-self: end;
    }
    .mark {
        align-self: flex-end;
        padding-top: 5%;
        width: 25%;
    }
    .item_tit {
        align-self: baseline;
        align-self: end;
        /* font-size: 2rem; */
        font-size: clamp(1.6rem, 1.9vw, 2.5rem);
        border-bottom: #ccc 2px solid;
    }
    .price {
        align-self: end;
        font-size: clamp(4.1rem, 3.9vw, 5rem);
        /* font-size: 5rem; */
    }
    .open_price {
        align-self: end;
        font-size: clamp(1.5rem, 1.9vw, 1.3rem);
        /* font-size: 1.3rem; */
    }
}


/*フッター
-------------------------------------*/

footer {
    display: flex;
    background-color: #f7f7f7;
    padding: 5rem 0;
}

footer h4 {
    border-bottom: 3px solid #ccc;
}


/*コピーライト
-------------------------------------*/

.copyright {
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}


/*ページトップへ戻るボタン
-------------------------------------*/

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#pagetop a {
    border-radius: 50%;
    display: block;
    background: rgb(96, 109, 138);
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}

#pagetop a:hover {
    background: #666;
}