@charset "UTF-8";
body {
    padding-top: 0;
}
.graph_wrap,
.reduction_wrap,
.quiz_wrap {
    font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif;
}
picture {
    line-height: 0;
}
picture img {
    width: 100%;
    height: auto;
}
.c-sp {
    display: none;
}
.c-pc {
    display: block;
}
header {
    position: relative;
}
.headLogo_wrap {
    max-width: 1280px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 0;
}
.mv_wrap {
    width: 100%;
    position: relative;
    background: #FBF7F6;
}
.mv_wrap::before {
    content: "";
    background: #0F90D4;
    width: 100%;
    height: 39.9%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mvImg_wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.graph_wrap{
    background: #004D77;
    padding: 60px 0;
}
.graph-ttl {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.graph-ttl span {
    position: relative;
    display: inline-block;
}
.graph-ttl span::before {
    content: "";
    position: absolute;
    background: url(../images/savings_icn03.svg) no-repeat center / 100% auto;
    width: 34px;
    height: 33px;
    top: -34px;
    right: -60px;
}
.graphBtn_wrap {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 40px;
}
.graphBtn_wrap li {
    width: 220px;
    height: 70px;
    box-shadow: 0 8px 0px rgba(0, 0, 0, .4);
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .2s;
    border-radius: 10px;
    overflow: hidden;
}
.graphBtn_wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.graphBtn_wrap li.is-01 a {
    font-size: 24px;
    background: #FFDB45;
    color: #333333;
}
.graphBtn_wrap li.is-02 a {
    font-size: 22px;
    background: #F1F1F1;
    color: #6F6F6F;
}
.clickon_wrap {
    max-width: 828px;
    margin: 0 auto;
}
.clickonImg_wrap {
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
}
.clickonImg_wrap.on {
    height: auto;
}
.clickon-txt {
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.66;
}
.is-add,
.presentTxt_wrap li span,
.addLst_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
}
.reduction_wrap {
    height: 0;
    overflow: hidden;
    background: #FAF7F5;
}
.reduction_wrap.on {
    height: auto;
    padding: 40px 20px 50px;
}
.reduction-ttl {
    max-width: 593px;
    margin: 0 auto 77px;
}
.reductioncheck_wrap {
    max-width: 810px;
    background: #1B95D6;
    margin: 0 auto 32px;
    padding: 52px 10px;
    border-radius: 10px;
    position: relative;
}
.checkImg_wrap {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -218px;
    width: 437px;
}
.reductioncheck_wrap .reduction-txt {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.58;
    letter-spacing: 0.05em;
}
.reductioncheck_wrap .check-list {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}
.reductioncheck_wrap .check-list::before {
    content: "";
    position: absolute;
    background: url(../images/savings_icn01.svg) no-repeat center / 100% auto;
    width: 45px;
    height: 52px;
    top: -65px;
    left: 20px;
}
.reductioncheck_wrap .check-list li {
    width: 100%;
    background: #fff;
    margin-bottom: 44px;
    padding: 30px 180px 25px 88px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 8px 0 rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    position: relative;
    transition: .2s;
    cursor: pointer;
}
.reductioncheck_wrap .check-list li:last-of-type {
    margin: 0;
}
.reductioncheck_wrap .check-list li:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 4px solid #CDCDCD;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.reductioncheck_wrap .check-list li.on:before {
    background: url(../images/savings_icn02.svg) no-repeat center / 100% auto;
}
.reductioncheck_wrap .check-list li:after {
    content: "";
    position: absolute;
    top: 50%;
}
.reductioncheck_wrap .check-list li.is-01:after {
    background: url(../images/savings_img04.svg) no-repeat center / 100% auto;
    width: 166px;
    height: 110px;
    right: 13px;
    margin-top: -55px;
}
.reductioncheck_wrap .check-list li.is-02:after {
    background: url(../images/savings_img05.svg) no-repeat center / 100% auto;
    width: 99px;
    height: 103px;
    right: 50px;
    margin-top: -52px;
}
.reductioncheck_wrap .check-list li.is-03:after {
    background: url(../images/savings_img06.svg) no-repeat center / 100% auto;
    width: 89px;
    height: 103px;
    right: 47px;
    margin-top: -52px;
}
.reductioncheck_wrap .check-list li.is-04:after {
    background: url(../images/savings_img07.svg) no-repeat center / 100% auto;
    width: 89px;
    height: 97px;
    right: 46px;
    margin-top: -48px;
}
.reductioncheck_wrap .check-txt {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.72;
}
.present_wrap {
    max-width: 990px;
    margin: 0 auto;
}
.present_wrap .bubble-txt {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #1B95D6;
    width: 144px;
    border-radius: 26px;
    padding: 14px 0 15px 10px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
    letter-spacing: 0.05em;
}
.present_wrap .bubble-txt:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 20px;
    background: url(../images/savings_icn04.svg);
    bottom: -17px;
    left: 50%;
    margin-left: -14px;
    z-index: 10;
}
.present-ttl {
    font-size: 33px;
    font-weight: bold;
    line-height: 2.15;
    text-align: center;
    margin-bottom: 37px;
    letter-spacing: 0.05em;
}
.present-ttl span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.present-ttl span::before {
    content: "";
    position: absolute;
    background: #FFDB45;
    height: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.presentShop_wrap {
    width: 100%;
    height: 453px;
    background: url(../images/savings_img08.png) no-repeat center / 100% auto;
    position: relative;
    margin: 0 auto 30px;
}
.presentShop_wrap a {
    background: #fff;
    border-radius: 10px;
}
.presentShop-btn {
    position: absolute;
    max-width: 574px;
    bottom: 50px;
    left: 50%;
    margin-left: -287px;
}
.presentTxt_wrap li {
    padding-left: 1.5rem;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}
.presentTxt_wrap li:last-of-type {
    margin: 0;
}
.quiz_wrap {
    height: 0;
    overflow: hidden;
    background: #DDF4FF;
}
.quiz_wrap.on {
    height: auto;
    padding: 56px 0 62px;
}
.quiz-ttl {
    max-width: 686px;
    margin: 0 auto 60px;
}
.quiz_in {
    height: 0;
    overflow: hidden;
}
.quiz_wrap .quiz_in.on {
    margin-top: 62px;
    height: auto;
}
.quiz_wrap .quiz_in:first-of-type,
.hide_wrap.on {
    height: auto;
}
.questionImg_wrap {
    margin: 0 auto 40px;
    text-align: center;
}
.questionImg_wrap img {
    margin: 0 auto;
}
.question-ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.question-ttl span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.question-ttl span.c-sp {
    display: none;
}
.question-ttl span::before {
    content: "";
    position: absolute;
    background: #1B95D6;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}
.questionBtn_wrap {
    display: flex;
    justify-content: center;
    gap: 0 42px;
    margin-bottom: 10px;
}
.question-btn {
    width: 220px;
    height: 70px;
    border-radius: 10px;
    background: #1B95D6;
    box-shadow: 0 7px 0 rgba(0, 77, 119, 1);
    transition: .2s;
}
.question-btn a {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.questionBtnon_wrap {
    background: #004D77;
    height: 0;
    overflow: hidden;
}
.questionBtnon_wrap.on {
    height: auto;
    padding: 62px 20px 70px;
    margin-top: 70px;
}
.answer-txt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
.answer-txt span {
    background: #fff;
    color: #004D77;
    border-radius: 28px;
    padding: 6px 30px;
    margin-left: 20px;
}
.questionBtnon_in {
    background: #fff;
    border-radius: 10px;
    max-width: 900px;
    min-height: 292px;
    margin: 0 auto;
    padding: 45px 55px;
    position: relative;
}
.questionBtnon_in::before {
    content: "";
    position: absolute;
    top: 50%;
}
.questionBtnon_in.is-01::before {
    background: url(../images/savings_img14.png) no-repeat center / 100% auto;
    width: 366px;
    height: 216px;
    margin-top: -108px;
    right: 20px;
}
.questionBtnon_in.is-02::before {
    background: url(../images/savings_img15.png) no-repeat center / 100% auto;
    width: 366px;
    height: 216px;
    margin-top: -108px;
    right: 20px;
}
.questionBtnon_in.is-03::before {
    background: url(../images/savings_img16.png) no-repeat center / 100% auto;
    width: 303px;
    height: 250px;
    margin-top: -124px;
    right: 46px;
}
.questionBtnon_ct {
    width: 58%;
}
.questionBtnon_ct .txt {
    font-size: 22px;
    line-height: 1.63;
}
.questionBtnon_ct .txt:not(:last-of-type) {
    margin-bottom: 20px;
}
.is-red {
    color: #E60000;
    font-weight: bold;
}
.addLst_wrap {
    max-width: 900px;
    margin: 12px auto 0;
}
.addLst_wrap li {
    font-size: 12px;
    color: #fff;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}
.addLst_wrap li:not(:last-of-type) {
    margin-bottom: 5px;
}
.reservation_wrap {
    height: 0;
    overflow: hidden;
}
.reservation_wrap.on {
    height: auto;
    margin-top: 50px;
    padding: 0 20px;
}
.reservationImg_wrap {
    max-width: 972px;
    margin: 0 auto 30px;
}
.reservationBtn_wrap {
    max-width: 513px;
    margin: 0 auto 15px;
}
.reservation-txt {
    max-width: 513px;
    font-size: 12px;
    margin: 0 auto;
}
.orbg_wrap {
    padding: 54px 0 60px;
    background-color: #FAF7F5;
}
.orbg_wrap#detail {
    padding: 85px 0;
}
.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: 34px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.025em;
    color: #FF6400;
}
.shop-ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
}
.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: -28px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -28px;
}
.feature_in.is-01:before {
    background: url(../images/savings_img18.svg) no-repeat center / 100% auto;
}
.feature_in.is-02:before {
    background: url(../images/savings_img19.svg) no-repeat center / 100% auto;
}
.feature_in.is-03:before {
    background: url(../images/savings_img20.svg) no-repeat center / 100% auto;
}
.feature-ttls {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    line-height: 1;
    color: #333;
}
.feature-ttls .is-fzl,
.feature-ttls .is-fzx {
    font-size: 42px;
    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;
    max-width: 430px;
}
.feature_ct {
    max-width: 610px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.feature-txt {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.6;
}
.feature_ct .feature-txt:last-of-type {
    margin: 0;
}
.feature-txt.is-ver2 {
    max-width: 384px;
}
.feature_ct.is-ver2 dd {
    position: relative;
}
.feature_ct.is-ver2 dd:before {
    content: "";
    position: absolute;
    background: url(../images/savings_img27.svg) no-repeat top center / 100% auto;
    width: 118px;
    height: 102px;
    bottom: 6px;
    right: 50px;
}
.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;
    max-width: 100%;
}
.close-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -40px;
    z-index: 10001;
}
.is-color,
.is-or,
.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 15px 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(../images/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(../images/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(../images/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;
}
.reasonCl-txt .fs-s {
    font-size: 34px;
}
.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 98px;
    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;
}
.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 110px;
}
.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-disabled {
    display: none !important;
}
.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(../images/arw_round.svg);
    background-size: 100% auto;
}
.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: 'Hiragino Kaku Gothic ProN', 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: 50px 0 0;
}
.nFooter.on {
    margin-bottom: 130px;
}
.nFooter-List {
    margin: 0 15px;
}
.nFooter-Item.is-sns {
    margin: 70px auto 40px;
    position: relative;
    max-width: 1600px;
    border-top: none;
}
.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;
}
.bFooterNav-txt {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
}
.bFooterNavItem {
    font-size: 17px;
    margin-left: 32px;
    text-decoration: none;
}
.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;
}
.slick-slide > div {
    width: 100%;
}
.sp_search {
    display: none !important;
}
.savings-float {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0 30px;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}
.savings-float.is-active {
    transform: translateY(0);
}
.savings-floa-btn {
    max-width: 571px;
    margin: 0 auto;
}
.bFooterNavItem:not(:first-of-type)::before {
    display: none;
}
.hide_wrap {
    height: 0;
    overflow: hidden;
}
@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: 1060px) and (min-width: 960px) {
    .voiceDtl_wrap {
        padding: 40px 30px;
    }
    .voiceDtl_txt dt {
        font-size: 1.7vw;
    }
}
@media (min-width: 960px) {
    .graphBtn_wrap li:hover,
    .reductioncheck_wrap .check-list li:hover,
    .question-btn:hover {
        box-shadow: none;
        transform: translateY(8px);
    }
    .reservationBtn_wrap a:hover,
    .presentShop_wrap a:hover img,
    .savings-floa-btn a:hover {
        opacity: 0.8;
    }
    .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%);
    }
    .voiceLst_wrap dd {
        background-color: #FAF7F5;
    }
    .voiceLst_wrap .img_wrap picture {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .sSnsLink:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
}
@media only screen and (max-width: 960px) {
    .c-sp {
        display: block;
    }
    .c-pc {
        display: none;
    }
    .headLogo_wrap {
        height: 60px;
    }
    .headLogo_wrap img {
        width: 179px;
        height: auto;
    }
    .graph_wrap {
        padding: 20px 15px 15px;
    }
    .graph-ttl {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .graph-ttl span::before {
        width: 23px;
        height: 23px;
        top: -5px;
        right: -15px;
    }
    .graphBtn_wrap {
        gap: 0 15px;
        margin-bottom: 20px;
    }
    .graphBtn_wrap li {
        box-shadow: 0 4px 0px rgba(0, 0, 0, .4);
        height: 55px;
    }
    .graphBtn_wrap li.is-01 a {
        font-size: 21px;
    }
    .graphBtn_wrap li.is-02 a {
        font-size: 19px;
    }
    .clickonImg_wrap.is-active {
        margin: 0 auto 10px;
    }
    .clickon-txt {
        font-size: 11px;
        line-height: 1.45;
    }
    .reduction_wrap.on {
        padding: 35px 15px 30px;
    }
    .reductioncheck_wrap {
        padding: 40px 12px 32px;
        margin-bottom: 30px;
    }
    .checkImg_wrap {
        top: -25px;
        margin-left: -146px;
        width: 292px;
    }
    .reductioncheck_wrap .reduction-txt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .reductioncheck_wrap .check-list::before {
        width: 29px;
        height: 34px;
        top: -42px;
        left: 10px;
    }
    .reductioncheck_wrap .check-list li {
        margin-bottom: 25px;
        padding: 18px 70px 18px 50px;
        box-shadow: 0 4px 0px rgba(0, 0, 0, .16);
        min-height: 84px;
    }
    .reductioncheck_wrap .check-list li.is-01 {
        padding-right: 100px;
    }
    .reductioncheck_wrap .check-txt {
        font-size: 14px;
    }
    .reductioncheck_wrap .check-list li:before {
        width: 22px;
        height: 22px;
        border-radius: 2px;
        border: 2px solid #CDCDCD;
        left: 14px;
    }
    .reductioncheck_wrap .check-list li.on:before {
        background-size: 16px 10px;
    }
    .reductioncheck_wrap .check-list li.is-01:after {
        width: 98px;
        height: 64px;
        right: 2px;
        margin-top: -32px;
    }
    .reductioncheck_wrap .check-list li.is-02:after {
        width: 61px;
        height: 63px;
        right: 7px;
        margin-top: -30px;
    }
    .reductioncheck_wrap .check-list li.is-03:after {
        width: 54px;
        height: 63px;
        right: 10px;
        margin-top: -32px;
    }
    .reductioncheck_wrap .check-list li.is-04:after {
        width: 54px;
        height: 60px;
        right: 4px;
        margin-top: -30px;
    }
    .present_wrap .bubble-txt {
        font-size: 16px;
        width: 118px;
        border-radius: 50px;
        padding: 6px 0 4px 5px;
        margin-bottom: 17px;
    }
    .present_wrap .bubble-txt:before {
        width: 22px;
        height: 17px;
        bottom: -14px;
        margin-left: -11px;
        background-size: 22px 17px;
    }
    .present-ttl {
        font-size: 21px;
        margin-bottom: 24px;
    }
    .present-ttl span::before {
        height: 10px;
    }
    .presentShop_wrap {
        height: 1.14vw;
        min-height: 400px;
        background: url(../images/sp/savings_img03.png) no-repeat center / 100% auto;
        margin: 0 auto 10px;
    }
    .presentTxt_wrap li {
        font-size: 11px;
        line-height: 1.45;
    }
    .quiz_wrap.on {
        padding: 30px 0;
    }
    .quiz-ttl {
        margin: 0 auto 40px;
        padding: 0 15px;
        max-width: 500px;
    }
    .quiz_wrap .quiz_in.on {
        margin-bottom: 30px;
    }
    .questionImg_wrap {
        margin-bottom: 15px;
    }
    .questionImg_wrap img {
        width: 152px;
        height: auto;
    }
    .question-ttl {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 2;
    }
    .question-ttl.is-ver2 {
        font-size: 18px;
    }
    .question-ttl span {
        padding: 0;
    }
    .question-ttl span.c-pc {
        display: none;
    }
    .question-ttl span::before {
        height: 2px;
        bottom: 2px;
    }
    .questionBtn_wrap {
        gap: 0 15px;
        padding: 0 15px;
        margin-bottom: 5px;
    }
    .questionBtnon_wrap.on {
        margin-top: 20px;
    }
    .question-btn {
        width: 44%;
        height: 55px;
        box-shadow: 0 5px 0 rgba(0, 77, 119, 1);
    }
    .question-btn a {
        font-size: 25px;
    }
    .answer-txt {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .answer-txt span {
        font-size: 26px;
        padding: 3px 28px 4px;
        margin-left: 15px;
    }
    .questionBtnon_in {
        border-radius: 5px;
        padding: 20px 15px;
    }
    .questionBtnon_in::before {
        top: auto;
        margin-right: -152px;
    }
    .questionBtnon_in.is-01::before {
        background: url(../images/sp/savings_img05.png) no-repeat center / 100% auto;
        width: 305px;
        height: 180px;
        bottom: 90px;
        right: 50%;
        margin-top: 0;
    }
    .questionBtnon_in.is-02::before {
        background: url(../images/sp/savings_img06.png) no-repeat center / 100% auto;
        width: 305px;
        height: 180px;
        right: 50%;
        margin-top: 0;
        bottom: 10px;
    }
    .questionBtnon_in.is-03::before {
        background: url(../images/sp/savings_img07.png) no-repeat center / 100% auto;
        width: 305px;
        height: 251px;
        right: 50%;
        margin-top: 0;
        bottom: 10px;
    }
    .questionBtnon_ct {
        width: 100%;
        padding-bottom: 180px;
    }
    .questionBtnon_in.is-01 .questionBtnon_ct {
        padding: 0;
    }
    .questionBtnon_in.is-03 .questionBtnon_ct {
        padding-bottom: 250px;
    }
    .questionBtnon_ct .txt {
        font-size: 19px;
    }
    .questionBtnon_ct .txt:not(:last-of-type) {
        margin-bottom: 200px;
    }
    .presentShop_wrap {
        height: 114vw;
        max-width: 345px;
        max-height: 430px;
    }
    .presentShop_wrap a {
        width: 305px;
        margin-left: -153px;
        bottom: 20px;
    }
    .presentTxt_wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    .reservation_wrap.on {
        margin-top: 30px;
        padding: 0 30px;
    }
    .reservationImg_wrap {
        margin-bottom: 15px;
        max-width: 500px;
    }
    .orbg_wrap#detail {
        padding: 20px 0;
    }
    .shop-ttl {
        font-size: 28px;
    }
    .shop-ttls {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .orbg_wrap {
        padding: 37px 0 25px;
    }
    .feature_wrap {
        padding: 0 15px;
        margin: 0 auto 26px;
    }
    .shopTtl_wrap {
        margin-bottom: 45px;
    }
    .feature_in {
        padding: 25px 20px 25px;
        margin-bottom: 45px;
    }
    .feature_in:before {
        top: -22px;
        width: 45px;
        height: 45px;
        margin-left: -22px;
    }
    .feature_in.is-01:before {
        background: url(../images/savings_img18.svg) no-repeat center / 100% auto;
    }
    .feature_in.is-02:before {
        background: url(../images/savings_img19.svg) no-repeat center / 100% auto;
    }
    .feature_in.is-03:before {
        background: url(../images/savings_img20.svg) no-repeat center / 100% auto;
}
    .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 dd:before {
        width: 70px;
        height: 95px;
        right: 0;
    }
    .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;
        font-size: 24px;
    }
    .reasonLst_wrap {
        margin-bottom: 19px;
    }
    .reasonLst_wrap li {
        width: 31%;
        padding: 20vw 2px 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;
    }
    .reasonCl-txt .fs-s {
        font-size: 12px;
    }
    .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.75;
    }
    .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;
        background: #FAF7F5;
    }
    .voiceLst_wrap li dd .img_wrap {
        width: 31.9%;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .voiceTxt_wrap {
        padding: 2vw 8px 4px 12px;
        width: 68.2%;
    }
    .voice-txt {
        font-size: 16px;
        height: 26vw;
        overflow-y: scroll;
    }
    .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: 50px 0 0;
    }
    .nFooter.on {
        margin-bottom: 90px;
    }
    .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;
        height: auto;
    }
    .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;
    }
    .savings-float.is-active {
        box-sizing: border-box;
        padding: 20px 10px;
    }
    .savings-floa-btn {
        max-width: 350px;
    }
}

@media (max-width: 374px) {
    .present-ttl {
        font-size: 18px;
    }
    .presentShop_wrap a {
        width: 290px;
        margin-left: -145px;
    }
    .question-ttl {
        font-size: 19px;
    }
    .question-ttl.is-ver2 {
        font-size: 17px;
    }
    .questionBtnon_in::before {
        margin-right: -135px;
    }
    .questionBtnon_in.is-01::before,
    .questionBtnon_in.is-02::before,
    .questionBtnon_in.is-03::before {
        width: 270px;
    }
}
@media (max-width: 325px) {
    .questionBtnon_in.is-01::before {
        bottom: 105px;
    }
}