@charset "UTF-8";
body {
    padding-top: 0;
}
header {
    position: relative;
}
.site-main {
    padding: 0;
}
.headLogo_wrap {
    max-width: 1280px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 0;
}
.shopMv_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #FF6400;
    height: 300px;
    font-size: 0;
}
.shopMvnum_wrap {
    position: absolute;
    width: 282px;
    height: 40px;
    background-color: #fff;
    top: 63px;
    right: 50%;
    transform: translateX(-175px);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopMvnum-txt {
    color: #FF6400;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}
.shop_wrap {
    padding: 60px 0 85px;
}
.shop_wrap.is-ver2 {
    background-color: #FAF7F5;
    padding: 55px 0 50px;
}
.shopCon_wrap {
    position: relative;
    margin: 0 auto 45px;
    text-align: center;
}
.shopCon_wrap.is-ver2 {
    margin-bottom: 40px;
    padding-bottom: 25px;
}
.shopCon_wrap.is-ver2:before {
    content: "";
    position: absolute;
    width: 66px;
    height: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #ff6400;
}
.shop-ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
}
.shop-ttl span {
    color: #FF6400;
}
.shopSec_txt {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    margin-bottom: 15px;
}
.shopSec_txt span {
    color: #FF6400;
}
.mapAnk_wrap a {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.mapAnk_wrap a:before {
    content: "";
    position: absolute;
    background: url(../img/arow_d_or.svg) no-repeat center;
    width: 22px;
    height: 16px;
    top: 50%;
    margin-top: -4px;
    left: 0;
    background-size: 100% auto;
}
.storeLst_wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
.store_lst .slick-prev,
.store_lst .slick-next,
.flow_lst .slick-prev,
.flow_lst .slick-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    transform: translateY(0);
    background-image: url(../img/arw_round.svg);
    background-size: 100% auto;
}
.store_lst .slick-prev {
    left: -49px;
    transform: scale(-1, 1);
}
.store_lst .slick-next {
    right: -40px;
}
.store_lst .slick-disabled,
.flow_lst .slick-disabled {
    display: none !important;
}
.store_dtl {
    padding: 20px 30px 40px;
}
.store_btn {
    display: table;
    width: 100%;
    height: 70px;
    margin: 30px 0;
}
.store_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    background-color: #ff6400;
    padding-left: 60px;
}
.store_btn a.is-non {
    padding: 0 18px 0 0;
    text-align: center;
}
.storeCr_wrap {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: #32A846;
    border-radius: 50%;
    z-index: 99;
}
.storeCr_wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}
.store_btn a:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    z-index: 10;
    background: url(../img/arw_r_wh.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.store_btn {
    position: relative;
}
.store_btn.is-ver2 {
    margin-bottom: 0;
}
.store_btn.is-ver2 a {
    background-color: #fff;
    color: #ff6400;
    border: 3px solid #ff6400;
    padding: 0 18px 0 0;
    text-align: center;
}
.store_btn.is-ver2 a:after {
    background: url(../img/arw_r_or.svg) no-repeat 0 0 / 100% auto;
}
.orbg_wrap {
    padding: 75px 0 90px;
    background-color: #FAF7F5;
}
.feature_wrap {
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto 60px;
}
.shopTtl_wrap {
    text-align: center;
    margin-bottom: 70px;
    font-weight: bold;
}
.shop-ttls {
    font-size: 24px;
    margin-bottom: 20px;
}
.shopTtl_wrap .shop-ttls {
    color: #FF6400;
    position: relative;
    padding: 0 40px;
    display: inline-block;
    line-height: 1.4;
}
.shopTtl_wrap .shop-ttls:before,
.shopTtl_wrap .shop-ttls:after {
    content: "";
    position: absolute;
    background: url(../img/sl_or.svg) no-repeat center;
    top: 0;
    width: 20px;
    height: 32px;
}
.shopTtl_wrap .shop-ttls:before {
    left: 0;
}
.shopTtl_wrap .shop-ttls:after {
    right: 0;
    transform: scale(-1, 1);
}
.feature_in {
    width: 100%;
    background-color: #fff;
    padding: 70px 20px 50px;
    margin-bottom: 95px;
    position: relative;
    text-align: center;
}
.feature_wrap .feature_in:last-of-type {
    margin: 0;
}
.feature_in:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
}
.feature_in.is-01:before {
    background: url(../img/icon_01.svg) no-repeat center / 100% auto;
}
.feature_in.is-02:before {
    background: url(../img/icon_02.svg) no-repeat center / 100% auto;
}
.feature_in.is-03:before {
    background: url(../img/icon_03.svg) no-repeat center / 100% auto;
}
.feature-ttls {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    line-height: 1;
}
.feature-ttls .is-fzl,
.feature-ttls .is-fzx {
    font-size: 48px;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}
.feature-ttls .add {
    font-size: 20px;
    vertical-align: top;
    line-height: 2.5;
}
.feature_in img {
    margin-bottom: 20px;
}
.feature_ct {
    max-width: 610px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.feature-txt {
    font-size: 22px;
    margin-bottom: 18px;
}
.feature_ct .feature-txt:last-of-type {
    margin: 0;
}
.feature-txt.is-ver2 {
    max-width: 420px;
}
.feature_ct.is-ver2:before {
    content: "";
    position: absolute;
    background: url(../img/shop_img04.svg) no-repeat top center / 100% auto;
    width: 130px;
    height: 104px;
    bottom: 10px;
    right: 0;
}
.feature_ct dt {
    display: none;
}
.open-img {
    cursor: pointer;
}
.open-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.open-content {
    position: relative;
    max-width: 1044px;
    width: 60%;
    font-size: 0;
    margin-top: 5.2vw;
}
.open-content img {
    width: 100%;
    height: auto;
    margin: 0;
}
.close-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -40px;
    z-index: 10001;
}
.is-color,
.voiceLst-txt span,
.voice-txt span {
    color: #FF6400;
    font-weight: bold;
}
.feature-txts {
    font-size: 14px;
}
.reason_wrap {
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
.reason_wrap .shop-ttl {
    margin-bottom: 40px;
}
.reasonLst_wrap {
    display:flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.reasonLst_wrap li {
    width: 300px;
    padding: 232px 30px 30px;
    background-color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.27;
    position: relative;
}
.reasonLst_wrap li:before {
    content: "";
    position: absolute;
    left: 50%;
}
.reasonLst_wrap li.is-01:before {
    background: url(../img/shop_img05.svg) no-repeat center / 100% auto;
    width: 135px;
    height: 159px;
    margin-left: -67px;
    top: 42px;
}
.reasonLst_wrap li.is-02:before {
    background: url(../img/shop_img06.svg) no-repeat center / 100% auto;
    width: 155px;
    height: 178px;
    margin-left: -77px;
    top: 33px;
}
.reasonLst_wrap li.is-03:before {
    background: url(../img/shop_img07.svg) no-repeat center / 100% auto;
    width: 156px;
    height: 161px;
    margin-left: -78px;
    top: 41px;
}
.reasonLst_wrap li .is-single {
    padding: 19px 0;
}
.reasonCl-txt {
    font-size: 53px;
    color: #FF6400;
    margin: 10px 0;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}
.reasonLst_wrap .is-fzs {
    font-size: 18px;
}
.reasonTxtlst_wrap li {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 13px;
    position: relative;
    text-align: left;
}
.reasonTxtlst_wrap li:last-of-type {
    margin: 0;
}
.reasonTxtlst_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
}
.voice_wrap {
    margin: 110px auto 160px;
    max-width: 1280px;
    display: block;
}
.voice_wrap .shop-ttl,
.flow_wrap .shop-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
}
.voice_wrap .shop-ttl span,
.flow_wrap .shop-ttl span {
    color: #FF6400;
    font-size: 40px;
}
.voiceLst_wrap,
.flowLst_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 42px;
}
.voiceLst_wrap li {
    max-width: 372px;
    width: 31%;
    margin: 0 20px;
}
.voiceLst_wrap li dt,
.flow_lst li dt {
    width: 100%;
    padding: 21px 0;
    background-color: #333;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.flow_lst li dt {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    padding: 6px 0 10px;
}
.voiceLst_wrap li dt span {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}
.img_wrap img {
    width: 100%;
    height: auto;
}
.voiceTxt_wrap {
    background-color: #FAF7F5;
    padding: 20px 15px 20px 20px;
}
.voice-txt {
    font-size: 22px;
    height: 218px;
    overflow-y: scroll;
}
.flow_wrap {
    margin: 0 auto 170px;
}
.flow_lst.slick-slider {
    margin: 0 -20px;
    padding: 0;
}
.flow_lst li dl {
    height: 100%;
}
.flow_lst li dd {
    background-color: #FAF7F5;
    padding: 25px 20px 25px;
    font-size: 22px;
    height: 460px;
    position: relative;
    font-size: clamp(18px, 1.7vw, 22px);
}
.flow_lst li dd .img_wrap {
    margin: 0 auto 20px;
    width: 303px;
}
.flow_lst .slick-slide {
    margin: 0 20px;
    max-width: 372px;
}
.flow_lst .slick-prev {
    left: -38px;
    transform: scale(-1, 1);
}
.flow_lst .slick-next {
    right: -40px;
}
.qa_wrap {
    background-color: #FAF7F5;
    padding: 78px 0 110px;
}
.qa_wrap .shop-ttl {
    text-align: center;
    margin-bottom: 45px;
}
.faq_wrap {
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto;
}
.faq_wrap dl {
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: none;
    border-radius: 0;
}
.faq_wrap dl dt {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    color: #fff;
    padding: 18px 80px 17px 30px;
    background: #FF6400;
    cursor: pointer;
}
.faq_wrap dl dt:before,
.faq_wrap dl dt:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 10;
    border-radius: 0;
}
.faq_wrap dl dt:before {
    width: 24px;
    height: 4px;
    right: 25px;
}
.faq_wrap dl dt:after {
    width: 4px;
    height: 24px;
    right: 35px;
}
.faq_wrap dl dt.on:after {
    display: none;
}
.faq_wrap dl dt span,
.faq_wrap dl dd span {
    display: block;
    position: relative;
    padding: 0 0 0 45px;
}
.faq_wrap dl dt span:before,
.faq_wrap dl dd span:before {
    position: absolute;
    left: 0;
    z-index: 10;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.faq_wrap dl dt span:before {
    content: "Q";
    top: 50%;
    transform: translateY(-50%);
}
.faq_wrap dl dd span:before {
    content: "A";
    top: 3px;
    transform: translateY(0);
    color: #FF6400;
}
.faq_wrap dl dd {
    display: none;
    font-size: 22px;
    line-height: 1.6;
    padding: 28px 50px 28px 30px;
    background-color: #fff;
}
.nFooter {
    margin-top: 50px;
}
.nFooter-List {
    margin: 0 15px;
}
.nFooter-Item.is-sns {
    margin: 70px auto 40px;
    position: relative;
    max-width: 1600px;
}
.bFooterSponsor-Image {
    display: flex;
    align-items: center;
}
.bFooterSponsor-Image:not(:first-of-type) {
    margin-left: 5vw;
}
.sSponsor-Image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.sLImage-main {
    width: 200px;
    height: auto;
}
.sLImage-main.is-ver2 {
    width: 95px;
}
.sLImage-main.is-ver3 {
    width: 50px;
}
.sLImage-main.lazyloaded {
    opacity: 1;
}
.sSponsorText {
    padding-left: 35px;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 418px;
}
.bFooterNav-Text {
    text-align: center;
    margin: 0 auto;
}
.bFooterNavList {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bFooterNavItem {
    font-size: 17px;
    text-decoration: underline;
    margin-left: 32px;
}
.bFooterNavItem:first-of-type {
    margin: 0;
}
.bFooterNavItem a {
    color: #1D1D1D;
    display: inline-block;
}
.bFooterNavCaution {
    font-size: 10px;
    margin-top: 10px;
    display: block;
    line-height: 1;
}
.bFooterSns_wrap li {
    margin-left: 25px;
}
.bFooterSns_wrap li:first-of-type {
    margin: 0;
}
.sSnsLink {
    display: inline-block;
    transition: transform .2s cubic-bezier(.36,.01,.29,.99), -webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
    font-size: 0;
}
.sLImage {
    position: relative;
    font-size: 0;
}
.nFooter-copyright {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px;
}
.t-jp-caption {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .04em;
}
.store_lst .store_img {
    max-height: 244px;
}
.store_lst .store-adrs {
    font-size: 16px;
    margin-top: 15px;
}
.store_lst .store-info {
    font-size: 16px;
}
.store-ttl {
    font-size: 24px;
    font-weight: bold;
}
.acceses-txt {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 8px;
}
.map-txt a {
    line-height: 1;
    font-weight: bold;
}
.columnLst_wrap {
    margin-top: 15px;
    min-height: 77px;
}
.columnLst_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.columnLst_wrap .column {
    width: 49%;
    border-radius: 4px;
}
.columnLst_wrap .column:nth-of-type(n+3) {
    margin-top: 9px;
}
.mod-text-label-02 {
    padding: 3px 2px;
}
.slick-slide > div {
    width: 100%;
}
.sp_search {
    display: none !important;
}
@media (min-width: 960px) {
    .sSnsLink:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
}
@media (max-width: 1380px) and (min-width: 961px) {
    .voiceLst_wrap li dt {
        font-size: max(1.9vw, 20px);
    }
    .flow_lst li dt {
        font-size: max(1.5vw, 15px);
    }
    .flow_lst li dd {
        height: 85%;
    }
}
@media (max-width: 1360px) and (min-width: 961px) {
    .flow_lst .slick-prev {
        left: -10px;
        margin-top: 30px;
    }
    .flow_lst .slick-next {
        right: -10px;
        margin-top: 30px;
    }
}
@media (max-width: 1300px) and (min-width: 960px) {
    .reasonLst_dtl {
        padding: 75px 30px 50px 30px;
    }
    .reasonLst_dtl dl dt {
        font-size: 1.4vw;
    }
    .reasonLst_dtl dl dt span {
        font-size: 1.15vw;
    }
}
@media (max-width: 1350px) and (min-width: 960px) {
    .store_lst .slick-prev {
        left: -12px;
    }
    .store_lst .slick-next {
        right: -12px;
    }
}
@media (max-width: 1200px) and (min-width: 960px) {
    .store_btn a {
        font-size: 1.8vw;
        text-align: left;
        padding-left: 35%;
    }
    .storeCr_wrap {
        width: 75px;
        height: 75px;
        left: -5px;
    }
    .storeCr_wrap p {
        font-size: 15px;
    }
    .store_btn a:after {
        right: 10px;
        width: 20px;
    }
}
@media (max-width: 1160px) and (min-width: 960px) {
    .flow_lst li dd .img_wrap {
        width: 100%;
    }
}
@media (max-width: 1100px) and (min-width: 960px) {
    .sec-ttl {
        font-size: 3.6vw;
    }
    .support_in {
        padding: 50px 80px 60px 80px;
    }
    .support_lst {
        padding: 40px;
    }
    .support_lst li {
        font-size: 1.8vw;
    }
}
@media (max-width: 1060px) and (min-width: 960px) {
    .voiceDtl_wrap {
        padding: 40px 30px;
    }
    .voiceDtl_txt dt {
        font-size: 1.7vw;
    }
}
@media (min-width: 960px) {
    /* shop */
    .shopMv_wrap img {
        width: 100%;
        height: auto;
        max-width: 1100px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .voiceLst_wrap ul {
        display: flex;
        justify-content: center;
        margin: 0 -20px;
    }
    .nFooter-Item.is-sponsor {
        display: flex;
        justify-content: flex-start;
        max-width: 1280px;
        margin: 0 auto;
    }
    .bFooterSns_wrap {
        display: flex;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 960px) {
    .headLogo_wrap {
        height: 40px;
    }
    .shopMv_wrap {
        height: auto;
    }
    .shopMv_wrap img {
        width: 100vw;
        height: auto;
    }
    .shopMvnum_wrap {
        width: 48.8vw;
        height: 6.6vw;
        top: 1.5vw;
        margin-right: -4vw;
        transform: translateX(0);
        min-width: 150px;
    }
    .shopMvnum-txt {
        font-size: 5vw;
    }
    .shop_wrap {
        padding: 30px 15px 25px;
    }
    .shop_wrap.is-ver2 {
        padding: 30px 0 25px;
    }
    .shopCon_wrap {
        margin: 0 auto 13px;
    }
    .shopCon_wrap.is-ver2 {
        margin-bottom: 28px;
        padding-bottom: 22px;
    }
    .shopCon_wrap.is-ver2:before {
        width: 60px;
        height: 2px;
    }
    .shop-ttl {
        font-size: 23px;
    }
    .shopCon_wrap.is-ver2 .shop-ttl {
        font-size: 28px;
    }
    .shopSec_txt {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .mapAnk_wrap a {
        font-size: 15px;
        padding-left: 26px;
    }
    .mapAnk_wrap a:before {
        width: 16px;
        height: 12px;
        margin-top: -6px;
    }
    .storeLst_wrap {
        display: flex;
        box-sizing: border-box;
        overflow-x: scroll;
        padding: 0;
    }
    .store_dtl {
        padding: 15px 20px 22px;
    }
    .store_btn {
        height: 47px;
        margin: 20px 0;
    }
    .store_btn a {
        padding: 2px 0 0 75px;
        font-size: 16px;
        text-align: left;
    }
    .store_btn.is-ver2 a {
        padding: 2px 5px 0 0;
        text-align: center;
        border: 2px solid #ff6400;
    }
    .store_btn a.is-non {
        padding: 2px 5px 0 0;
        text-align: center;
    }
    .storeCr_wrap {
        content: "";
        position: absolute;
        display: flex;
        align-items: center;
        width: 57px;
        height: 57px;
        left: 13px;
    }
    .storeCr_wrap p {
        font-size: 11px;
        padding-top: 5px;
    }
    .store_btn a:after {
        width: 15px;
        height: 12px;
        right: 10px;
        margin-top: -5px;
    }
    .orbg_wrap {
        padding: 37px 0 25px;
    }
    .feature_wrap {
        padding: 0 15px;
        margin: 0 auto 26px;
    }
    .shopTtl_wrap {
        margin-bottom: 45px;
    }
    .shop-ttls {
        font-size: 21px;
        margin-bottom: 12px;
    }
    .shopTtl_wrap .shop-ttls {
        padding: 0 40px;
    }
    .shopTtl_wrap .shop-ttls:before,
    .shopTtl_wrap .shop-ttls:after {
        width: 16px;
        height: 28px;
        background-size: 100% auto;
    }
    .feature_in {
        padding: 45px 20px 25px;
        margin-bottom: 45px;
    }
    .feature_in:before {
        top: -27px;
        width: 55px;
        height: 55px;
        margin-left: -27px;
    }
    .feature-ttls {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .feature-ttls .is-fzl {
        font-size: 30px;
    }
    .feature-ttls .is-fzx {
        font-size: 35px;
    }
    .feature-ttls .add {
        font-size: 16px;
        line-height: 3.5;
    }
    .feature_ct {
        border-radius: 3px;
        overflow: hidden;
    }
    .feature-txt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .feature-txt.is-ver2 {
        width: 63%;
    }
    .feature_ct.is-ver2:before {
        width: 106px;
        height: 84px;
    }
    .open-content {
        width: 80%;
        display: flex;
        justify-content: center;
    }
    .open-content img {
        width: 100%;
        max-height: 65vh;
        height: auto;
    }
    .open-content .close-btn img {
        width: 20px;
    }
    .close-btn {
        top: -30px;
        right: -25px;
    }
    .feature_in img {
        width: 100%;
        height: auto;
        max-width: 430px;
    }
    .feature_ct dt {
        display: block;
        background: #FF6400;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        padding: 11px 20px 9px;
        position: relative;
    }
    .feature_ct dt:before,
    .feature_ct dt:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        z-index: 10;
    }
    .feature_ct dt:before {
        width: 16px;
        height: 2px;
        right: 18px;
    }
    .feature_ct dt:after {
        width: 2px;
        height: 16px;
        right: 25px;
    }
    .feature_ct dd {
        display: none;
        padding-top: 18px;
    }
    .feature_ct dt.on:after {
        display: none;
    }
    .feature-txts {
        font-size: 14px;
    }
    .reason_wrap {
        padding: 0 15px;
    }
    .reason_wrap .shop-ttl {
        margin-bottom: 25px;
    }
    .reasonLst_wrap {
        margin-bottom: 19px;
    }
    .reasonLst_wrap li {
        width: 31%;
        padding: 20vw 5px 5px;
        font-size: 11px;
    }
    .reasonLst_wrap li:before {
        transform: translateX(-50%);
    }
    .reasonLst_wrap li.is-01:before {
        width: 12.4vw;
        height: 14.6vw;
        margin-left: 0;
        top: 10px;
    }
    .reasonLst_wrap li.is-02:before {
        width: 14.2vw;
        height: 16.4vw;
        margin-left: 0;
        top: 10px;
    }
    .reasonLst_wrap li.is-03:before {
        width: 14.4vw;
        height: 14.9vw;
        margin-left: 0;
        top: 10px;
    }
    .reasonLst_wrap li .is-single {
        padding: 7px 0;
    }
    .reasonCl-txt {
        font-size: 4.8vw;
        margin: 5px 0;
    }
    .reasonLst_wrap .is-fzs {
        font-size: 8px;
    }
    .reasonTxtlst_wrap li {
        font-size: 11px;
        padding-left: 22px;
        margin-bottom: 8px;
        line-height: 1.45;
    }
    .voice_wrap {
        margin: 30px auto 58px;
    }
    .voice_wrap .shop-ttl,
    .flow_wrap .shop-ttl {
        font-size: 15px;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
        line-height: 1.9;
    }
    .voice_wrap .shop-ttl span,
    .flow_wrap .shop-ttl span {
        letter-spacing: 0;
        font-size: 28px;
    }
    .voiceLst_wrap {
        padding: 0 15px;
    }
    .voiceLst_wrap li {
        max-width: 100%;
        width: 100%;
        margin: 0 0 22px;
    }
    .voiceLst_wrap li dt {
        padding: 8px 0;
        font-size: 17px;
    }
    .flow_lst li dt {
        font-size: 15px;
        line-height: 1.5;
        padding: 7px 0 6px;
        letter-spacing: 0.05em;
    }
    .flow_lst li dt span {
        padding-right: 15px;
    }
    .voiceLst_wrap li dd {
        display: flex;
    }
    .voiceLst_wrap li dd .img_wrap {
        width: 31.9%;
        font-size: 0;
    }
    .voiceTxt_wrap {
        padding: 2vw 8px 4px 12px;
        width: 68.2%;
    }
    .voice-txt {
        font-size: 16px;
        height: 26vw;
    }
    .flow_wrap {
        margin: 0 auto 73px;
    }
    .flowLst_wrap {
        padding: 0 15px;
    }
    .flow_lst.slick-slider {
        margin: 0;
        padding-bottom: 25px;
    }
    .flow_lst .slick-dots {
        width: 100px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
.flow_lst .slick-dots li {
    width: 8px !important;
    height: 8px;
    border-radius: 50%;
}
.flow_lst .slick-dots li + li {
    margin-left: 15px;
}
.flow_lst .slick-dots li button {
    border: none;
    background-color: #B4B4B4;
}
.flow_lst .slick-dots li.slick-active button {
    background-color: #ff6400;
}
.flow_lst li dd {
    padding: 13px;
    font-size: 16px;
    height: auto;
    display: flex;
}
.flow_lst li dd .img_wrap {
    margin: 0 13px 0 0;
    width: 122px;
}
.flow_lst li dd .flow-txt {
    max-width: 184px;
    height: 105px;
    overflow-y: scroll;
}
.flow_lst .slick-slide {
    max-width: 345px;
    margin: 10px;
}
.qa_wrap {
    padding: 35px 0 45px;
}
.qa_wrap .shop-ttl {
    margin-bottom: 25px;
    font-size: 30px;
}
.faq_wrap {
    padding: 0 15px;
}
.faq_wrap dl {
    margin-bottom: 27px;
}
.faq_wrap dl dt {
    font-size: 15px;
    line-height: 1.33;
    padding: 8px 40px 8px 13px;
}
.faq_wrap dl dt:before {
    width: 16px;
    height: 2px;
    right: 12px;
}
.faq_wrap dl dt:after {
    width: 2px;
    height: 16px;
    right: 19px;
}
.faq_wrap dl dt span,
.faq_wrap dl dd span {
    padding: 0 0 0 25px;
}
.faq_wrap dl dt span:before,
.faq_wrap dl dd span:before {
    font-size: 16px;
}
.faq_wrap dl dd {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 12px 25px 12px;
}
.nFooter {
    margin-top: 50px;
}
.nFooter-List {
    margin: 0;
    padding: 0 15px;
}
.nFooter-Item.is-sns {
    margin: 30px auto 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}
.bFooterSponsor-Image:not(:first-of-type) {
    margin: 30px 0 0;
}
.sLImage-main {
    width: 96px;
}
.sLImage-main.is-ver2 {
    width: 49px;
}
.sLImage-main.is-ver3 {
    width: 25px;
}
.sSponsorText {
    padding-left: 15px;
    font-size: 12px;
}
.bFooterNavList {
    flex-wrap: wrap;
}
.bFooterNavItem {
    font-size: 11px;
    margin-left: 0;
}
.bFooterNavItem:not(:first-of-type) {
    margin-left: 10px;
}
.bFooterNavItem:not(:last-of-type):after {
    content: '';
    position: relative;
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #000;
    margin-left: 10px;
}
.bFooterNavCaution {
    margin-top: 20px;
}
.bFooterSns_wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 0;
}
.bFooterSns_wrap li {
    margin-left: 25px;
}
.bFooterSns_wrap li:first-of-type {
    margin: 0;
}
.sLImage {
    position: relative;
    font-size: 0;
}
.nFooter-copyright {
    padding: 10px 20px;
}
.t-jp-caption {
    font-size: 11px;
}
.store_lst .store_img {
    max-height: 163px;
}
.store_lst .store-adrs {
    font-size: 14px;
    margin-top: 10px;
}
.store_lst .store-info {
    font-size: 14px;
    margin-bottom: 10px;
}
.store-ttl {
    font-size: 19px;
}
.acceses-txt {
    font-size: 14px;
    margin: 5px 0 0;
}
.map-txt a {
    font-size: 14px;
}
.columnLst_wrap {
    min-height: 60px;
} 
.columnLst_wrap .column {
    border-radius: 2px;
    margin: 0;
}
.columnLst_wrap .column:nth-of-type(n+3) {
    margin-top: 6px;
}
.mod-text-label-02 {
    font-size: 12px;
    padding: 1px 2px 0;
    border-radius: 2px;
}
}
@media (max-width: 959px) and (min-width: 600px) {
    .feature_ct.is-ver2:before {
        width: 100px;
        height: 80px;
        bottom: -15px;
    }
}
@media (max-width: 374px) {
    .headMain_tel {
        margin-right: 10px;
    }
    .headMain_logo a img {
        width: 120px;
    }
}
@media (max-width: 340px) {
    .headTop_wrap {
        padding: 0 10px;
    }
    .headMain_tel {
        width: 128px;
    }
    .headMain_wrap .headMain_logo a img {
        width: 160px;
    }
    .headMenu_btn li .lnk {
        font-size: 10px;
    }
    .headMenu_btn li .lnk:before {
        width: 7px;
        height: 12px;
        right: 1px;
        margin-top: -6px;
    }
    .c-btn a,
    .c-btn .js-srcpop {
        font-size: 16px;
    }
    .support_in {
        padding: 30px 10px;
    }
    .support_lst {
        padding: 20px 5px;
    }
    .support_lst li {
        letter-spacing: -0.1em;
    }
    .formLnk-txt {
        font-size: 14px;
    }
    .store_btn a:after {
        right: 10px;
    }
    .searchCon-ttl {
        font-size: 28px;
    }
    /*20221027*/
    .storeNone_btn.ver2 .c-btn.ver4 a:after {
        right: 10px;
    }
}
