@charset "UTF-8";
.sub_lp {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.075em;
    overflow: hidden;
    font-feature-settings: "palt";
    line-height: 1.75;
}
.lp_7917 img {
    width: 100%;
}
.lp_7917 sup {
    font-size: x-small;
    vertical-align: super;
    position: relative;
}
@media all and (-ms-high-contrast: none) {
    .lp_7917 {
        letter-spacing: -0.01em !important;
    }
    .lp_7917_cart_btn.btn, .lp_7917_cart_list_icon_img p, .top h2::after, .promise ul li p, .HowToUse_top_attention, .txt_label, .article_03_ttl_label {
        font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .sub_lp .btn a {
        display: block;
        padding-top: 3px;
    }
}
/* ====== section 共通 ====== */
h2, h3, h4, h5 {
    color: #0e2f8f;
}
.ttl {
    text-align: center;
}
.notes {
    font-size:calc(12 * (100vw / 1600));
    line-height: 1.6;
}
.flex_container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fnw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aie {
    -webkit-box-align:flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.w760c {
    width: calc(760 * (100vw / 1600));
    margin: 0 auto;
}
.w880c{
    width: calc(880 * (100vw / 1600));
    margin: 0 auto;
}

.w1000 {
    width: calc(1000 * (100vw / 1600));
    margin: 0 auto;
}
.w1200 {
    width: calc(1200 * (100vw / 1600));
    margin: 0 auto;
}
.bdr_none {
    border: none !important;
}
.c_blue {
    color: #0e2f8f;
}
.c_white {
    color: #fff;
}
.bdr_btm {
    border-bottom: 1px solid #0e2f8f;
}
.relative {
    position: relative;
}
.f-gothic {
    font-family: a-otf-gothic-bbb-pr6n, YuGothic, "Yu Gothic", "arial", "メイリオ", sans-serif;
}
.alC {
    text-align: center!important;
}
.alR {
    text-align: right;
}
.pt10 {
    padding-top: 1rem;
}

.mtb20{
    margin: 2rem 0;
}
/* ====== sec top ====== */
.top {
    position: relative;
    background: url("../Page/img/lp_img_7917/bg_01.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: calc(500 * (100vw / 1600));
}

.top_lead_top {
    font-size: calc(40 * (100vw / 1600));
    letter-spacing: 0.04em;
}
.top_lead_top strong {
    font-size: calc(48 * (100vw / 1600));
    font-weight: 400;
}
.top_lead_btm {
    font-size: calc(20 * (100vw / 1600));
    line-height: 1.6;
    letter-spacing: 0.09em;
    padding: 1.6rem 0;
}
.top h2 {
    font-size: calc(30 * (100vw / 1600));
    color: #333;
}

.top h2 span{
    font-size: calc(18 * (100vw / 1600));
    border: 1px solid;
    margin-left: 1rem;
    padding: 0px 6px;
}

.top h2 sup{
    
}
.top_subname {
    font-size: calc(16 * (100vw / 1600));
    margin-top: calc(13 * (100vw / 1600));
    letter-spacing: 0.00em;
}
.txt_label {
    font-size: calc(18 * (100vw / 1600));
    border: solid 1px ;
    padding: 1% 2%;
}
.txt_label:last-child{
    background: #333;
    color: #f3de91;
    border: 1px solid #333;
    margin-left: 0.3em;
}
.txt_label span {
    font-size: calc(14 * (100vw / 1600));
}
/* ====== sec 01 ====== */
.sec01 {
    background: url("../Page/img/lp_img_7917/bg_02.png") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: calc(750 * (100vw / 1600));
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.sec01 h3 {
    font-size: calc(50 * (100vw / 1600));
    line-height: 1.36;
    padding-top: calc(90 * (100vw / 1600));
}
.sec01 h3 sup {
    top: -1em;
}

.marker {
    position: relative;
    display: inline-block;
}
.marker::after {
    content: "";
    background: rgba(176, 216, 236, 0.8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 16%;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.onayami {
    height: calc(402 * (100vw / 1600));
    background: #fff;
    margin-top: calc(46 * (100vw / 1600));
    position: relative;
}
.onayami .notes {
    font-size: calc(12 * (100vw / 1600));
    margin-right: calc(20 * (100vw / 1600));
    margin-top: calc(-10 * (100vw / 1600));
    text-align: right;
}
@media all and (-ms-high-contrast: none) {
    .onayami::after, .sec02 .inner::before {
        content: "";
        background: url(../Page/img/lp_img_7917/shadow_01.png) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        display: block;
        position: absolute;
        width: calc(1002 * (100vw / 1600));
        height: calc(73 * (100vw / 1600));
        z-index: -3;
    }
    .onayami::after {
        margin-top: calc(10 * (100vw / 1600));
    }
    .sec02 .inner::before {
        margin-top: calc(2960 * (100vw / 1600));
    }
}
/* 影の設定 */
.shadow {
    position: relative;
}
.shadow::before, .shadow::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: calc(15 * (100vw / 1600));
    left: calc(10 * (100vw / 1600));
    width: 48%;
    background: #888;
    -webkit-box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
    -moz-box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
    box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadow._01::before, .shadow._01::after {
    top: 90%;
    opacity: 0.5;
}
.shadow._02::before, .shadow._02::after {
    top: 99%;
}
.shadow._03::before, .shadow._03::after {
    top: 90%;
    bottom: 20px;
}
.shadow._03::before {
    left: 10px;
}
.shadow._03::after {
    right: 10px;
}
.shadow::after {
    right: calc(20 * (100vw / 1600));
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.onayami .ttl {
    padding-top: calc(78 * (100vw / 1600));
    font-size: calc(36 * (100vw / 1600));
    font-weight: bold;
    color: #454545;
    letter-spacing: 0.09em;
    ;
    text-align: center;
    font-family: a-otf-gothic-bbb-pr6n, YuGothic, "Yu Gothic", "arial", "メイリオ", sans-serif;
}

.check_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    max-width: calc(720 * (100vw / 1600));
    margin: 0 auto;
    color: #454545;
    margin-top: calc(45 * (100vw / 1600));
}
.check_container p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.check_container ul:nth-of-type(2) {
    margin-left: calc(125 * (100vw / 1600));
}
.check_container li {
    height: calc(40 * (100vw / 1600));
    /*max-width: 400px;
  max-height: 30px;*/
    background: url("../Page/img/lp_img_7917/check.png");
    background-repeat: no-repeat;
    background-position: left;
    text-indent: calc(50 * (100vw / 1600));
    line-height: calc(32 * (100vw / 1600));
    margin-bottom: calc(30 * (100vw / 1600));
    font-size: calc(23 * (100vw / 1600));
    white-space: nowrap;
    font-family: a-otf-gothic-bbb-pr6n, YuGothic, "Yu Gothic", "arial", "メイリオ", sans-serif;
}
@media screen and (min-width:1600px) {
    .check_container li {
        font-size: 23px;
        height: 40px;
    }
}
/* ====== sec 02 ====== */
.sec02 {
    background: url("../Page/img/lp_img_7917/bg_03.png")no-repeat top center;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #0e2f8f;
    padding-bottom: calc(100 * (100vw / 1600));
    position: relative;
    z-index: 1;
}
.sec02 h3 {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.075em;
    font-size: calc(46 * (100vw / 1600));
    padding-top: calc(195 * (100vw / 1600));
}
.sec02 .inner {
    width: calc(1000 * (100vw / 1600));
    height: auto;
    padding-bottom: calc(100 * (100vw / 1600));
    margin-top: calc(85 * (100vw / 1600));
    background-color: #fff;
    font-feature-settings: "palt";
    position: relative;
}
.sec02 .inner::after {
    content: "";
    background: url(../Page/img/lp_img_7917/cream.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    width: calc(162 * (100vw / 1600));
    height: calc(198 * (100vw / 1600));
    top: 0;
    right: 0;
    z-index: 1;
}
.sec02 .ttl_2 {
    text-align: center;
}
.sec02 .ttl_2 h3 {
    font-size: calc(30 * (100vw / 1600));
    margin-top: calc(60 * (100vw / 1600));
}
.sec02 .ttl_2 h4 {
    font-size: calc(48 * (100vw / 1600));
    margin-top: calc(20 * (100vw / 1600));
    letter-spacing: 0.075em;
}
.sec02 .ttl_2 h5 {
    font-size: calc(26 * (100vw / 1600));
    margin-top: calc(30 * (100vw / 1600));
    line-height: 1.5;
}

.intro_more_lead_top {
    font-size: calc(30 * (100vw / 1600));
    padding-top: calc(58 * (100vw / 1600));
    text-align: center;
}
.intro_more_lead_btm {
    font-size: calc(18 * (100vw / 1600));
    margin-top: calc(18 * (100vw / 1600));
    line-height: 1.6777777;
}
.intro_inner_ttl {
    font-size: calc(48 * (100vw / 1600));
    margin-top: calc(15 * (100vw / 1600));
    font-feature-settings: "palt";
    position: relative;
    z-index: 10;
    line-height: 1.35;
}
.intro_inner_ttl sup {
    top: -1em;
}
.intro_top_notes {
    font-size: calc(14 * (100vw / 1600));
    line-height: 1;
    margin-top: calc(19 * (100vw / 1600));
    text-align: right;
}
/* article_01 */
.article_01 {
    background-color: #f4f7fa;
    padding: calc(56 * (100vw / 1600)) 0 calc(60 * (100vw / 1600));
    margin-top: calc(60 * (100vw / 1600));
}
.article_01_inner {}
.article_01_top_ttl {
    font-size: calc(40 * (100vw / 1600));
    line-height: 1.2;
    padding-bottom: calc(15 * (100vw / 1600));
    letter-spacing: 0.07em;
}
.article_01_top_img {
    margin-top: calc(60 * (100vw / 1600));
}
.article_01_top_txt {
    font-size: calc(18 * (100vw / 1600));
    line-height: 1.666667;
    margin-top: calc(18 * (100vw / 1600));
}
.article_01_btm {
    margin-top: calc(41 * (100vw / 1600));
}
.article_01_btm_ttl {
    font-size: calc(40 * (100vw / 1600));
    padding-bottom: calc(19 * (100vw / 1600));
}
.article_01_btm_ttl .fsz24 {
    font-size: calc(24 * (100vw / 1600));
}
.article_01_btm_ttl .fsz18 {
    font-size: calc(18 * (100vw / 1600));
    margin-top: calc(18 * (100vw / 1600));
    display: block;
}
.article_01_btm_conts {
    margin-top: calc(35 * (100vw / 1600));
}
.article_01_btm_img {
    width: calc(355 * (100vw / 1600));
}
.article_01_btm_txt {
    width: calc(372 * (100vw / 1600));
    font-size: calc(18 * (100vw / 1600));
    line-height: 2;
}
/* article_02 */
.article_02 {
    background: url("../Page/img/lp_img_7917/img_03.png")no-repeat top center;
    background-size: cover;
    overflow: hidden;
    height: calc(230 * (100vw / 1600));
    width: calc(760 * (100vw / 1600));
    margin-top: calc(60 * (100vw / 1600));
    color: #ffffff;
    text-align: center;
}

/* article_03 */
.article_03 {
    margin-top: calc(72 * (100vw / 1600));
}
.article_03_ttl {
    font-size: calc(40 * (100vw / 1600));
    line-height: 1.4;
}
.article_03_ttl_label {
    position: relative;
    display: inline-block;
}
.article_03_ttl_label::after {
    content: "";
    background: rgba(176, 216, 236, 0.8);
    mix-blend-mode: multiply;
    width: 100%;
    height: 16%;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.article_03_ttl .fsz18{
        font-size: calc(18 * (100vw / 1600));
    display: block;
}
.article_03_conts, .article_03_conts_inner_wrap {
    margin-top: calc(40 * (100vw / 1600));
}
.article_03_conts_inner._02, .article_03_conts_inner._03, .article_03_conts_inner._04 {
    width: calc(645 * (100vw / 1600));
}
.article_03_num {
    width: calc(100 * (100vw / 1600));
}
.article_03_conts_txt_wrap {
    margin-left: calc(26 * (100vw / 1600));
}
.article_03_conts_ttl {
    font-size: calc(32 * (100vw / 1600));
    line-height: 1.5;
    text-align: left;
}
.article_03_conts_sub {
    font-size: calc(18 * (100vw / 1600));
    margin-top: calc(10 * (100vw / 1600));
}
.article_03_conts_txt {
    font-size: calc(18 * (100vw / 1600));
    line-height: 1.55555555;
    margin-top: calc(24 * (100vw / 1600));
}
.article_03_conts_img {
    width: calc(200 * (100vw / 1600));
}

.article_03_conts_img._01{
     width: calc(398 * (100vw / 1600));
    margin: 0 auto;
}

.article_sub{
    margin-top: calc(73 * (100vw / 1600));
}

.article_sub_ttl{
        font-size: calc(18 * (100vw / 1600));
}

.article_sub_txt{
     font-size: calc(14 * (100vw / 1600));
    line-height: 1.714285;
    margin-top: calc(15 * (100vw / 1600));   
}

/* ====== sec 03 （Promise）====== */
/* ====== MUNOAGEのお約束 ====== */
.promise {
    background: url("../Page/img/lp_img_7917/bg_04.png")no-repeat top center;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-height: calc(698 * (100vw / 1600));
    color: #0e2f8f;
    text-align: center;
    padding-bottom: calc(100 * (100vw / 1600));
}
@media screen and (min-width:1600px) {
    .promise_ttl_top {
        font-size: 50px;
        padding-top: 100px;
    }
    .promise_ttl_btm {
        font-size: 24px;
        margin-top: 15px;
    }
    .promise_ttl_btm .big {
        font-size: 36px;
    }
    .promise p {
        font-size: 18px;
        text-align: center;
        color: #454545;
        margin-top: 30px;
        line-height: 2;
        letter-spacing: 0.075em;
    }
    .promise ul {
        width: calc(760 * (100vw / 1600));
        margin: 40px auto 0;
    }
}
.promise_ttl_top {
    font-size: calc(50 * (100vw / 1600));
    padding-top: calc(100 * (100vw / 1600));
}
.promise_ttl_btm {
    font-size: calc(24 * (100vw / 1600));
    margin-top: calc(15 * (100vw / 1600));
}
.promise_ttl_btm .big {
    font-size: calc(36 * (100vw / 1600));
}
.promise p {
    font-size: calc(18 * (100vw / 1600));
    text-align: center;
    color: #454545;
    margin-top: calc(30 * (100vw / 1600));
    line-height: 2;
    letter-spacing: 0.075em;
}
.promise .come {
    font-size: calc(12 * (100vw / 1600));
    margin-top: calc(10 * (100vw / 1600));
}
.promise ul {
    width: calc(760 * (100vw / 1600));
    margin: calc(40 * (100vw / 1600)) auto 0;
}
.promise ul li {
    background: url(../Page/img/lp_img_7917/icon.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    height: calc(110 * (100vw / 1600));
    width: calc(110 * (100vw / 1600));
    max-height: calc(110 * (100vw / 1600));
}
.promise ul li p {
    color: #0e2f8f;
    font-size: calc(18 * (100vw / 1600));
    text-align: center;
    margin-top: 0;
    line-height: 1;
}
.promise ul li:nth-of-type(5) p {
    font-size: calc(16 * (100vw / 1600));
    line-height: 1.375;
}
.promise ul li p span {
    font-size: calc(14 * (100vw / 1600));
    margin-top: calc(10 * (100vw / 1600));
    display: block;
}
/* ====== sec 04（Review）====== */
/* ====== お客様の声 ====== */
.review {
    background-color: #eff2f6;
    overflow: hidden;
    width: 100%;
    min-width: 800px;
    color: #0e2f8f;
    text-align: center;
    margin-top: -2px;
    font-family: YuGothic, "Yu Gothic", "arial", "メイリオ", sans-serif;
    position: relative;
    z-index: 1;
}
.review .comment {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    color: #454545;
    margin-top: 20px;
    margin-bottom: 100px;
}
.review_ttl_top, .review_ttl_btm {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}
.review_ttl_top {
    font-size: 40px;
    padding-top: 95px;
}
.review_ttl_btm {
    font-size: 16px;
    margin-top: 15px;
}
.review .flex_container {
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    margin: 60px auto 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.review .review_inner {
    text-align: left;
    width: 470px;
    background-color: #fff;
    position: relative;
}
.review .flex_container:nth-of-type(1) .review_inner {
    height: 310px;
}
.review .flex_container:nth-of-type(2) .review_inner {
    height: 366px;
}
.review .flex_container:nth-of-type(3) .review_inner {
    height: 344px;
}
/*影の設定 画像ver*/
@media all and (-ms-high-contrast: none) {
    ul.review_inner:before {
        content: "";
        background: url(../Page/img/lp_img_7917/shadow_02.png) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        display: block;
        position: absolute;
        max-width: 460px;
        width: 460px;
        height: 60px;
        top: 0;
        left: 0;
        right: 0;
        bottom: -30px;
        z-index: -3;
        -webkit-box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
        -moz-box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
        box-shadow: 0 calc(20 * (100vw / 1600)) calc(20 * (100vw / 1600)) #888;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.review_inner_list {
    margin: 0 44px;
}
.voice_num {
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    color: #d4daeb;
    font-size: 100px;
    margin-top: -30px;
}
.voice_name {
    font-size: 16px;
}
.voice_human {
    width: 69px;
    margin-top: -45px;
}
.voice_human:nth-of-type(2) {
    width: 64px;
}
/* 名前 */
.review li:first-child {
    font-size: 16px;
    color: #454545;
}
/* タイトル */
.review li:nth-child(2) {
    font-size: 21px;
    line-height: 1.6;
    margin-top: 25px;
    letter-spacing: 0;
}
/* 感想 */
.review li:nth-child(3) {
    font-size: 14px;
    line-height: 1.8666667;
    letter-spacing: -0.025em;
    color: #454545;
    margin-top: 15px;
}
.HowToUse_top {
    margin: 0 auto;
    color: #0e2f8f;
    padding-bottom: 100px;
    max-width: 1000px;
}
.HowToUse_top_ttl, .HowToUse_btm_ttl {
    text-align: center;
    font-size: 40px;
}
.HowToUse_top_eng, .HowToUse_btm_eng {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}
.HowToUse_index {
    margin-top: 60px;
}
.HowToUse_index_img_wrap {
    width: 190px;
}
.HowToUse_index_img {
    width: 90px;
}
.HowToUse_index_txt_wrap {
    width: calc(100% - 190px);
    padding-left: 2em;
}
.HowToUse_index_txt_top {
    font-size: 30px;
    padding-bottom: 15px;
}
.HowToUse_index_txt_btm {
    font-size: 20px;
    margin-top: 18px;
    letter-spacing: -0.03em;
}
.HowToUse_top_inner_Box {
    position: relative;
}
.testing_img {
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
}
.HowToUse_top_inner {
    margin-top: 60px;
}
.HowToUse_top_inner_icon {
    width: 90px;
}
.HowToUse_top_inner_wrap {
    margin-left: 30px;
}
.HowToUse_top_inner_ttl {
    font-size: 30px;
    margin-top: 14px;
}
.HowToUse_top_inner_txt {
    font-size: 18px;
    margin-top: 20px;
    color: #454545;
}
.HowToUse_btm ul {
    margin-top: 47px;
}
.HowToUse_btm_img {
    width: 128px;
    margin: 0 auto;
}
.HowToUse_btm_img:nth-of-type(1) {
    margin-top: 47px;
}
.HowToUse_btm_img:nth-of-type(2) {
    margin-top: 47px;
}
.HowToUse_btm_img:nth-of-type(3) {
    margin-top: 47px;
}
.HowToUse_btm ul li {
    width: calc(100% / 4) !important;
    color: #0e2f8f;
    text-align: center;
}
.HowToUse_btm ul li p {
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
}
.HowToUse_btm ul li p span {
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    margin-top: 15px;
}
.HowToUse_btm_label {
    margin-top: 30px;
}
.HowToUse_btm_btn {
    position: relative;
    display: block;
    width: 440px;
    height: 60px;
    margin: 40px auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #0e2f8f;
    border: 1px solid #0e2f8f;
    outline: none;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    z-index: 1;
    text-align: center;
    line-height: 3;
}
.HowToUse_btm_btn a {
    color: #fff;
}
.step_2 {
    background-color: #eff2f6;
    padding: 100px 0;
}
/* ~~~ ボタン（シュッとなる） ~~~  */
.sub_lp .btn {
    position: relative;
    display: block;
    width: 440px;
    height: 60px;
    margin: 60px auto 0;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #0e2f8f;
    border: 1px solid #0e2f8f;
    outline: none;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    z-index: 1;
    text-align: center;
    line-height: 3;
}
.sub_lp .btn a {
    text-align: center;
    color: inherit;
}
.sub_lp .btn a:hover {
    opacity: 1;
}
.sub_lp .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.sub_lp .btn:hover {
    cursor: pointer;
    color: #0e2f8f;
    border-color: transparent;
}
.sub_lp .btn:hover::before {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* ~~~ ボタン（シュッとなる） ~~~  */
/* ====== sec 07（Question） ====== */
/* ====== よくある質問 ====== */
.question .inner {
    padding-bottom: 30px;
    width: 1000px;
    margin: 0 auto;
}
.question_tll_top {
    font-size: 40px;
    padding-top: 95px;
}
.question_tll_btm {
    font-size: 16px;
    padding-top: 1rem;
}
/* ~~~ アコーディオン ~~ */
.accordionbox {
    width: 100%;
    background: #fff;
    margin: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.accordionlist .title {
    font-size: 30px;
    color: #0e2f8f;
}
.accordionlist .title li:nth-child(2) {
    padding: 14px 0 0 60px;
}
.accordionlist dt {
    display: block;
    background: #fff;
    padding: 60px 0 15px 0;
    border-bottom: 1px solid #0e2f8f;
}
.accordionlist dt:first-child {
    border-top: none !important;
}
.accordionlist dt .title {
    float: left;
}
.accordionlist dd {
    display: none;
    background: #fff;
    padding: 30px 0 0 0;
}
.accordionlist dd p {
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: 0.03em;
}
.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
}
.accordion_icon span {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 4px;
    background-color: #0e2f8f;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}
.accordion_icon span:nth-of-type(1) {
    bottom: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    bottom: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordion_icon.active span:nth-of-type(2) {
    bottom: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* Q1 のバツの位置の調整 */
.accordion_icon.active.icon_1 span:nth-of-type(2) {
    bottom: 40%;
}
/* ~~~ アコーディオン ~~ */
/* ====== sec 08 （recommend）====== */
/* ====== おすすめ商品 ====== */
.recommended {
    padding-top: 30px;
}
.recommended_ttl_top {
    font-size: 40px;
}
.recommended_ttl_btm {
    font-size: 16px;
    padding-bottom: 60px;
}
.recommended .flex_container {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.recommended .flex_container li {
    width: 250px;
}
.recommended .flex_container li p {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.8;
}
@media screen and (max-width:1600px) {
    .recommended {
        padding-top: calc(30 * (100vw / 1600));
    }
    .recommended_ttl_top {
        font-size: calc(40 * (100vw / 1600));
    }
    .recommended_ttl_btm {
        font-size: calc(16 * (100vw / 1600));
        padding-bottom: calc(60 * (100vw / 1600));
    }
    .recommended .flex_container {
        max-width: calc(1200 * (100vw / 1600));
        margin: 0 auto;
    }
    .recommended .flex_container li {
        width: calc(250 * (100vw / 1600));
    }
    .recommended .flex_container li p {
        font-size: calc(15 * (100vw / 1600));
        margin-top: calc(30 * (100vw / 1600));
    }
}
/* ///////////////// cart  ///////////////// */
.lp_7917_cart_inner {
    width: 1000px;
    margin: 100px auto;
    color: #0e2f8f;
}
.lp_7917_cart_list {
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 490px;
    height: 441px;
}
.lp_7917_cart_list:nth-of-type(1) {
    background-image: url(../Page/img/lp_img_7917/item01.png);
}
.lp_7917_cart_list:nth-of-type(2) {
    background-image: url(../Page/img/lp_img_7917/item02.png);
}
.lp_7917_cart_box {
    margin-left: 230px;
    margin-top: 40px;
}
.lp_7917_cart_lead {
    font-size: 24px;
    line-height: 1.25;
}
.lp_7917_cart_txt {
    font-size: 24px;
    margin-top: 12px;
}
.lp_7917_cart_txt span {
    font-size: 14px;
    margin-top: 9px;
    display: block;
    width: 167px;
    padding-bottom: 11px;
    border-bottom: 2px solid #0e2f8f;
}
.lp_7917_cart_pirce {
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: 0.1em;
}
.lp_7917_cart_pirce._02 {
    margin-top: 6px;
    letter-spacing: 0.05em;
}
.lp_7917_cart_pirce span {
    font-size: 40px;
    margin-right: 10px;
}
.lp_7917_cart_list_icon {
    margin-top: 15px;
    margin-left: 230px;
    width: 195px;
}
.lp_7917_cart_list_icon_img {
    overflow: hidden;
    height: 28px;
    max-height: 28px;
}
.lp_7917_cart_list_icon_img:nth-of-type(1) {
    background: url(../Page/img/lp_img_7917/cart_icon_01.png) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 95px;
}
.lp_7917_cart_list_icon_img:nth-of-type(2) {
    background: url(../Page/img/lp_img_7917/cart_icon_02.png) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 90px;
}
.lp_7917_cart_list_icon_img.gld {
    background: url(../Page/img/lp_img_7917/cart_icon_03.png) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 95px;
}
.lp_7917_cart_list_icon_img p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.lp_7917_cart_coupon {
    font-size: 14px;
    margin-top: 21px;
    margin-left: 20px;
    line-height: 1.5714;
}
.lp_7917_cart_coupon span {
    color: #e7576c;
}
.lp_7917_cart_btn.btn {
    position: relative;
    display: block;
    width: 250px;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 3;
    letter-spacing: 0.01em;
    color: #fff;
    background-color: #0e2f8f;
    border: 1px solid #0e2f8f;
    outline: none;
    border-radius: 60px;
    overflow: hidden;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    z-index: 1;
    text-align: center;
}
.lp_7917_cart_btn a {
    color: #fff;
}
.lp_7917_cart_btn._01 {
    margin-top: 32px;
}
.lp_7917_cart_normal {
    background: url(../Page/img/lp_img_7917/item_bg.png) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    height: 130px;
    width: 1000px;
    max-height: 130px;
    margin-top: 20px;
}
.lp_7917_cart_normal_inner {
    width: 916px;
    margin: 27px auto 0;
}
.lp_7917_cart_normal_lead {
    font-size: 24px;
}
.lp_7917_cart_normal_border {
    width: max-content;
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #0e2f8f;
}