@charset "utf-8";
:root{
    --f16: 16px;
    --f20: 20px;
    --f22: 22px;
    --f26: 26px;
    --f30: 30px;
    --f32: 32px;
    --f36: 36px;
    --f60: 60px;
    --px20: 20px;
    --px30: 30px;
    --px40: 40px;
    --px50: 50px;
    --px70: 5.834%;
}
*{box-sizing: border-box;font-feature-settings: "palt";}
.clearfix {
    display: block;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
img {
    display: block;
}
h2{
    font-weight: 700;
    font-size: var(--f60);
    text-align: center;
    margin-bottom: var(--px30);
}
h2.ttl02{
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #ff9600;
    border-radius: 9999px;
    padding: 1.5% 6%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%,0);
}
h3{
    font-weight: 700;
    font-size: var(--f32);
    margin-bottom: var(--px30);
}
.font_s{
    font-size: 0.75em;
}
.l_s_007{
    letter-spacing: -0.07em;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.right{
    text-align: right;
}
.bold{
    font-weight: 700;
}
.blue{
    color: #2156c3;
}
.orange{
    color: #ff9600;
}
.red{
    color: #ff1a1a;
}
.bgy{
    text-decoration: underline;
    text-decoration-color: #fff600;
    text-decoration-thickness: 8px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}
.bgp{
    text-decoration: underline;
    text-decoration-color: #ffa4f3;
    text-decoration-thickness: 8px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}
.bgb{
    text-decoration: underline;
    text-decoration-color: #c8fdff;
    text-decoration-thickness: 8px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}
#wrapper{
    width: 100%;
}
.inner{
    max-width: 1260px;
    margin: 0 auto;
    padding: 6% 30px 4%;
}
.inner02{
    max-width: 1060px;
    margin: 0 auto;
    padding: 6% 30px 4%;
}
.catch{
    font-size: var(--f26);
    font-weight: 700;
}
.box{
    background-color: #fff;
    border-radius: 30px;
    padding: 3.334% 5.834%;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
    position: relative;
}
.note{
    font-size: var(--f16);
    font-family: Quicksand,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.a_i_c{
    align-items: center;
}
.a_i_fe{
    align-items: flex-end;
}
.j_c_c{
    justify-content: center;
}
.j_c_fs{
    justify-content: flex-start;
}
.f_d_rr{
    flex-direction: row-reverse;
}
#fv .inner{
    max-width: 1300px;
    padding: 0;
}
.inner.ver2{
    padding: 0;
}
.fix .inner02{
    padding: 1.5% 30px;
}
.comic{
    margin: 3% 0;
}
.btn_wrap{
    width: 100%;
    max-width: 462px;
}
.btn{
    color: #fff;
    font-size: var(--f30);
    border-radius: 9999px;
    font-weight: 700;
    display: block;
    padding: 4.5% 5%;
    white-space: nowrap;
    border: 5px solid #171717;
    position: relative;
    transition: all .3s; 
}
.btn::before,
.btn::after{
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    right: 5%;
    transform: translate(0,-50%);
}
.btn::before{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #2c2b15;
}
.btn::after{
    width: 1px;
    right: 6%;
    height: 1px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}
/*fv*/
#fv,.cta02,#sec04{
    background: no-repeat center;
    background-size: cover;
}
#fv{background-image: url(../images/bg_fv.webp);background-position:center;}
/*sec01*/
#sec01{background-image: url(../images/bg_sec01.webp);}
.sec01_inner{
    position:relative;
    z-index: 1;
    padding:20.02% 16.667% 5%;
    overflow: hidden;
}
.sec01_bg{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:100%;
}
.swiper-container{
    position: relative;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0;
    left: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:'prev';}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:'next';}
.swiper-container02 .swiper-button-next:after, .swiper-container02 .swiper-button-prev:after{content:none;}
.swiper-button-next:after, .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: 3em;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;}

/*sec02*/
#sec02{background-color: #e2e4e9;overflow: hidden;}
#sec02 h2 span{
    font-size: 170%;
}
.sec02_catch{
    width: 580px;
    margin: 0 auto var(--px50);
    position: relative;
}
.sec02_catch::before,.sec02_catch::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    padding-top: 45%;
    position: absolute;
    bottom: 0;
}
.sec02_catch::before{
    background-image: url(../images/sec02_img01.webp);
    right: 105%;
}
.sec02_catch::after{
    background-image: url(../images/sec02_img02.webp);
    left: 105%;
}
#sec02 h3{
    text-align: center;
    border-bottom: dotted 5px #a3b7e1;
    margin-bottom: 1%;
}
.sec02_list{
    padding: var(--px30) 0 0;
}
.sec02_list li{
    text-align: center;
    width: 32%;
    margin: 0 0.63% var(--px50);
}
.sec02_box_bottom .sec02_box_txt{
    width: 55.6%;
    font-size: var(--f26);
}
.sec02_box_txt_pick{
    font-size: var(--f32);
}
.sec02_box_txt .note{
    margin-top: var(--px40);
}
.sec02_box_bottom figure{
    width: 44.4%;
    padding-left: var(--px30);
}
.sec02_box_bottom figure .note{
    margin-top: var(--px20);
}

/*sec03*/
#sec03,#sec06,#sec08{
    background:#fffce7;
    position: relative;
    z-index: 1;
}
#sec03::after,#sec05::before,#sec05::after,#sec07::after{
    content: "";
    position: absolute;
}
#sec03::after,#sec05::after,#sec07::after{
    top: 99.95%;
    height: 150px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #fffce7;
}
.sec03_top_list{
    margin-bottom: var(--px40);
}
.sec03_top_list:last-child{
    margin-bottom: 8%;
}
.sec03_top_list >*{
    width: 50%;
}
.sec03_top_list:nth-child(odd) figure{
    padding-left: var(--px30);
}
.sec03_top_list:nth-child(even) figure{
    padding-right: var(--px30);
}
.sec03_bottom_list li{
    margin-top: var(--px30);
}
.sec03_bottom_list figure{
    flex: 0 0 410px;
}
.sec03_bottom_list .sec03_bottom_list_txt{
    flex: 1;
}
.sec03_bottom_list li:nth-child(odd) .sec03_bottom_list_txt{
    padding-left: var(--px30);
}
.sec03_bottom_list li:nth-child(even) .sec03_bottom_list_txt{
    padding-right: var(--px30);
}
.sec03_bottom_list h3{
    color: #ff9600;
    border-bottom: dotted 5px #ff9600;
    margin-bottom: var(--px20);
}
.sec03_bottom_list p{
    font-size: var(--f20);
}

/*sec04*/
#sec04{background-image: url(../images/bg_sec04.webp);background-position:center;}
.sec04_bottom{
    margin: var(--px50) 0 var(--px20);
}
.sec04_bottom_txt{
    flex: 1;
    font-size: var(--f26);
}
.sec04_bottom figure{
    flex: 0 0 200px;
    padding-left: var(--px30);
}

/*sec05*/
#sec05::after{
    background:#ffe2bd;
}
#sec05{
    background:#ffe2bd;
    position: relative;
    z-index: 1;
}
#sec05::before{
    background-image: url(../images/bg_sec05_l.webp),url(../images/bg_sec05_r.webp);
    background-repeat: no-repeat,no-repeat;
    background-size: 50%;
    background-position: top 30% left,bottom 30% right;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#sec05 .catch{
    margin: var(--px40) 0;
}
.sec05_txt{
    font-size: var(--f32);
    margin-bottom: var(--px20);
}

/*sec06*/
#sec06 h2{
    margin-bottom: var(--px50);
}
.sec06_list li{
    margin-bottom: var(--px30);
}
.sec06_list li >*{
    width: 50%;
}
.sec06_list_txt{
    padding-right: var(--px30);
}
.sec06_list li:nth-child(even) .sec06_list_txt{
    padding: 0 0 0 var(--px30);
}
#sec06 h3{
    position: relative;
    z-index: 1;
}
#sec06 h3::after{
    content: "";
    display: block;
    background: url(../images/sec06_num01.webp) no-repeat;
    background-size: contain;
    width: 45.6%;
    padding-top: 22%;
    position: absolute;
    top: 0;
    right: 0;
}
#sec06 li:nth-child(2) h3::after{
    background-image: url(../images/sec06_num02.webp);
}
#sec06 li:nth-child(3) h3::after{
    background-image: url(../images/sec06_num03.webp);
}
#sec06 h3 span{
    background-color: #fff;
    color: #ff9600;
    padding: 0.5% 2%;
    line-height: 2;
}

/*sec07*/
#sec07::after{
    background:#ffc47e;
}
#sec07{
    background:#ffc47e;
    position: relative;
}
#sec07 .inner{
    padding-bottom: 3%;
}
#sec07 h2.sec07_ttl{
    margin-bottom: 0;
    position: relative;
}
#sec07 h2.sec07_ttl::after{
    content: "";
    display: block;
    background: url(../images/sec07_img01.webp) no-repeat;
    background-size: contain;
    width: 18%;
    padding-top: 18%;
    position: absolute;
    bottom: 0;
    right: 1.5%;
}
.sec07_box_img{
    margin: var(--px30) 0 var(--px40);
}
.sec07_box_bottom{
    margin-top: var(--px30);
}
.btn_txt{
    position: relative;
}
.btn_txt::before,
.btn_txt::after{
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
}
.btn_txt::before{
    left: -10px;
    transform: rotate(-45deg);
}
.btn_txt::after{
    right: -10px;
    transform: rotate(45deg);
}
.btn01{
    color: #df1d1d;
}
.btn01 .btn_txt::before,
.btn01 .btn_txt::after{
    background-color: #df1d1d;
}
.btn01 .btn{
    background-color: #df1d1d;
    border: 5px solid #df1d1d;
}
.btn01 .btn::before{
    background-color: #fff;
}
.btn01 .btn::after{
    border-left: 5px solid #df1d1d;
}
.btn02{
    color: #b0aa00;
}
.btn02 .btn_txt::before,
.btn02 .btn_txt::after{
    background-color: #b0aa00;
}
.btn02 .btn{
    background-color: #fff600;
    border: 5px solid #fff600;
    color: #171717;
}
.btn02 .btn::after{
    border-left: 5px solid #fff600;
}

.btn03 .btn{
    background-color: #fff;
    border: 5px solid #df1d1d;
    color: #df1d1d;
}
.btn03 .btn::before{
    background-color: #df1d1d;
}
.btn03 .btn::after{
    border-left: 5px solid #fff;
}
.btn04 .btn{
    background-color: #fff;
    border: 4px solid #07c654;
    color: #07c654;
    display: flex;
    align-items: center;
}
.btn04 .btn::before{
    background-color: #07c654;
}
.btn04 .btn::after{
    border-left: 5px solid #fff;
}
.btn04 .btn img{
    margin-right: 2.5%;
}
/*hover時*/
.btn01 .btn:hover{
    background-color: #fff;
    color: #df1d1d;
}
.btn01 .btn:hover::before{
    background-color: #df1d1d;
}
.btn01 .btn:hover::after{
    border-left: 5px solid #fff;
}
.btn02 .btn:hover{
    background-color: #171717;
    border: 5px solid #171717;
    color: #fff600;
}
.btn02 .btn:hover::before{
    background-color: #fff600;
}
.btn02 .btn:hover::after{
    border-left: 5px solid #171717;
}
.btn03 .btn:hover{
    background-color: #df1d1d;
    color: #fff;
}
.btn03 .btn:hover::before{
    background-color: #fff;
}
.btn03 .btn:hover::after{
    border-left: 5px solid #df1d1d;
}
.btn04 .btn:hover{
    background-color: #07c654;
    color: #fff;
}
.btn04 .btn:hover::before{
    background-color: #fff;
}
.btn04 .btn:hover::after{
    border-left: 5px solid #07c654;
}
/*/hover時*/
#sec07 .inner02{
    padding-top: 0;
}
.sec07_qa h2{
    color: #fff;
}
.sec07_qa li{
    font-size: var(--f22);
    margin-bottom: var(--px30);
}
.sec07_qa li .acc,
.sec07_qa li .acc_inner{
    padding: 10px 2% 10px 6%;
}
.sec07_qa li .acc{
    color: #fff;
    background-color: #ea5513;
    font-weight: 700;
    position: relative;
}
.sec07_qa li .acc_inner{
    background-color: #fff;
    position: relative;
}
.sec07_qa li .acc::before,
.sec07_qa li .acc_inner::before{
    content: "";
    background: url(../images/ico_q.webp) no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 2%;
}
.sec07_qa li .acc_inner::before{
    background-image: url(../images/ico_a.webp);
}

/*sec10*/
#sec10{
    background-color: #f5f5f5;
}
#sec10 h2{
    background-color: #313131;
    color: #fff;
    max-width: 755px;
    margin: 0 auto var(--px50);
}
.sec10_box{
    background-color: #fff;
    max-width: 755px;
    margin: 0 auto;
    font-size: var(--f26);
    font-weight: 700;
    position: relative;
}
.sec10_box table{
    table-layout: fixed;
    width: 100%;
}
.sec10_box th,.sec10_box td{
    width: 50%;
    padding: 2% 2.5%;
}
.sec10_box th{
    border-right: 2px solid #171717;
    font-weight: 700;
}
.sec10_img{
    position: absolute;
    bottom: 0;
    left: -70px;
}

/*sec11*/
#sec11 figure{
    margin-bottom: var(--px40);
}

/*cta*/
.cta{
    background: url(../images/bg_cta.webp) no-repeat center;
    background-size: cover;
}
.cta h2{
    line-height: 1.2;
}
.cta_ttl_date{
    background-color: #313131;
    padding: 0.2% 3%;
    color: #fff;
    font-size: var(--f36);
}
.cta_price_img{
    width: 39%;
    max-width: 396px;
    margin: var(--px30) var(--px30) var(--px50);
}
.cta_bottom .btn_wrap{
    text-align: center;
    line-height: 1.2;
    margin: 0 var(--px20);
    display: table;
}
.cta_bottom .btn_wrap .cta_btn{
    display: table-cell;
    vertical-align: middle;
}

/*fix*/
.fix_wrap{
    position: relative;
}
.fix_wrap .f_logo{
    flex: 0 0 184px;
    display: inline-block;
}
.fix_wrap ul{
    flex: 1;
    padding-left: 10.5%;
    /*position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 28%;*/
}
.fix_wrap ul li{
    width: 48%;
    /*width: 100%;*/
    max-width: 386px;
}
.fix_wrap ul li .cta_btn{
    filter: drop-shadow(0 5px 0 #1c6e00);
    transition: all .3s;
    margin-top: 1%;
}
.fix_wrap ul li:nth-of-type(2) .cta_btn{
    filter: drop-shadow(0 5px 0 #b0aa00);
}

.arrow_next{
    margin-top: 180px;
}

footer{
    background-color: #f5f5f5;
    padding: 3% 0 0;
}
.f_nav{
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}
.f_nav li {
    padding: 0.5% 3%;
    border-right: 1px solid #808080;
}
.f_nav li:last-child {
    border-right: none;
}

footer p{
    text-align: center;
}

#footerArea{
	overflow:hidden;
	padding:12px 0;
}
#footerArea .block1{
	width: 50%;
	float:left;
	padding:25px 0;
	border-right: 1px solid #adadad;
}
#footerArea .block1 .logo{
    width: 121px;
    float: left;
    margin: 0 25px 0 8px;
}
#footerArea .block1 h2{
	margin-top: 12px;
	float:left;
    width : 50%;
    font-size: 12px;
    font-weight: 400;
}
#footerArea .block2{
	float:left;
	padding-left: 30px;
	padding-top:20px
}
#footerArea .block2 p{
	margin-bottom: 9px;
    font-size: 12px;
    text-align: left;
}
#footerArea .block2 span{
	background:#878787;
	color:#FFF;
	padding:0 12px;
	margin-right:10px;
	border-radius:10px;
}
#footerArea .block2 .tel img{
	vertical-align: text-bottom;
    width: 40px;
    display: inline;
}
#footerArea .block2 .tel a{
	color:#000;
	font-size:24px;
	line-height: 1;
	cursor: default;
	font-family: myfont;
	margin-left: 8px;
}
#footerArea .block2 .hour{
	font-size:13px;
}
#footerArea .block2 a{
	width:175px;
	font-size:13px;
	font-weight: bold;
	padding: 9px 10px;
	margin-bottom: 10px;
    background-color: #5B5959;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    display: block;
}
.copyright{
    padding: 1% 0 2%;
}

.fix{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    background-color: #ffc47e;
}

/*popup*/
.popup{
    margin-bottom: 5%;
}
.popup_btn,.popup_btn02{
    width: 80%;
    margin: 0 auto;
}
/*accodion*/
.js_acc{
    position: relative;
}

.js_acc:hover {
    cursor: pointer;
}

.js_acc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 26px;
    height: 14px;
    background: url(../images/secqa_ico.webp) no-repeat;
    transition: all 0.8s;
}
.js_acc.open::after,
.js_acc.stay::after {
    transform: translateY(-50%) rotateZ(180deg);
    transform-origin: center center;
}

.secqa_q.stay.open::after {
    transform: translateY(-50%) rotateZ(0);
}

.js_acc_inner {
    display: none;
}

.js_acc_inner.stay {
    display: block;
}
/*accodion*/
/*modal*/
.modal-open:hover,.modal-open02:hover{
    cursor: pointer;
}
.modal-container,.modal-container02{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 9999;
}
.modal-container::before,.modal-container02::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-container.active,.modal-container02.active{
    opacity: 1;
    visibility: visible;
}
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
}
.modal-close,.modal-close02{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.modal-content{
    background: #fff;
    padding: 20px;
}
/*animation*/
.poyo {
    animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }
}
.fluffy {
    animation: fluffy 3s ease infinite;
}

@keyframes fluffy {
    0% {
        transform: translateY(0);
    }

    5% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-15px);
    }

    25% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

    /*タブレット
------------------------------*/
@media screen and (max-width: 1200px) {
    :root{
    --f16: 1.333vw;
    --f20: 1.667vw;
    --f22: 1.833vw;
    --f26: 2.167vw;
    --f30: 2.5vw;
    --f32: 2.667vw;
    --f36: 3vw;
    --f60: 5vw;
    --px20: 1.667vw;
    --px30: 2.5vw;
    --px40: 3.333vw;
    --px50: 4.167vw;
    }
    .sec07_box_img,.btn_wrap{
        width: 48%;
    }
    .sec02_catch{
        text-align: center;
    }
    #sec07 h2.sec07_ttl::after{
        content: none;
    }
    .cta{
        background-image: url(../images/bg_cta_sp.webp);
        position: relative;
    }
    .cta::after{
        content: "";
        background: url(../images/cta02_img03.webp) no-repeat;
        background-size: contain;
        display: block;
        width: 21%;
        padding-top: 28%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 935px) {
    h2.ttl02{
        top: -25px;
    }
    .btn,.btn01 .btn,.btn02 .btn,.btn02 .btn:hover,.btn03 .btn{
        border-width: 3px;
    }
    .btn::before{
        width: 20px;
        height: 20px;
    }
    .btn::after{
        right: 5%;
    }
    .sec02_catch::before,.sec02_catch::after{
        width: 18%;
        padding-top: 28%;
        top: -13%;
    }
    .sec02_catch::before{
        right: 88%;
    }
    .sec02_catch::after{
        left: 88%;
    }
    .sec03_top_list .sec03_top_txt{
        width: 60%;
    }
    .sec03_top_list figure{
        width: 40%;
    }
    .sec03_bottom_list figure{
        flex: 0 0 250px;
    }
    .sec07_qa li .acc, .sec07_qa li .acc_inner{
        padding-left: 7%;
    }
    .sec07_qa li .acc::before, .sec07_qa li .acc_inner::before{
        top: 17%;
    }
    .sec10_img{
        width: 18%;
        left: 0;
    }
    .cta_ttl figure{
        margin-bottom: 3%;
    }
    .cta_ttl figure img{
        width: 50%;
    }
    .cta_price_img{
        margin: 0 0 var(--px50);
    }
    .btn_wrap{
        width: 45%;
    }
}

    /*スマホ
------------------------------*/

@media screen and (max-width: 750px) {
    :root{
    --f16: 2.462vw;
    --f20: 3.077vw;
    --f22: 3.385vw;
    --f26: 4vw;
    --f30: 4.615vw;
    --f32: 5vw;
    --f36: 5.5vw;
    --f60: 7.2vw;
    --px20: 2.5vw;
    --px30: 4.5vw;
    --px40: 5.8vw;
    --px50: 7.143vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .f_d_r_sp{
        flex-direction: row;
    }
    .inner,.inner02{
        padding-left: 20px;
        padding-right: 20px;
    }
    h2.ttl02{
        width: 80%;
    }
    .bgy,.bgp,.bgb{
        text-decoration-thickness: 5px;
        text-underline-offset: 0;
    }
    .box{
        border-radius: 15px;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
    }
    .comic{
        margin: 1.5% 0;
    }
    .arrow_next{
        margin-top: 80px;
    }
    .btn_wrap{
        width: 80%;
        margin-bottom: var(--px30);
    }
    .btn{
        font-size: var(--f26);
    }
    #fv{background-image: none;}
    #sec02 h3,.sec03_bottom_list h3{
        border-bottom-width: 3px;
    }
    /*sec01*/
    .sec01_inner{
        padding: 22% 15.6% 3.1%;
    }
    .swiper-button-prev{
        left: -5%;
    }
    .swiper-button-next{
        right: -5%;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 2em;
    }
    /*sec02*/
    #sec02 h2 span{
        font-size: 140%;
    }
    .sec02_catch{
        width: 100%;
    }
    .sec02_list li{
        width: 46%;
        margin: 0 2% var(--px30);
    }
    .sec02_box_bottom .sec02_box_txt{
        width: 100%;
    }
    .sec02_box_bottom figure{
        width: 80%;
        margin: var(--px30) auto 0;
    }
    /*sec03*/
    #sec03::after,#sec05::after,#sec07::after{
        height: 70px;
    }
    .sec03_top_list .sec03_top_txt{
        width: 100%;
        text-align: center;
    }
    .sec03_top_list figure{
        width: 50%;
        margin: var(--px30) auto;
    }
    .sec03_top_list:nth-child(odd) figure,.sec03_top_list:nth-child(even) figure{
        padding: 0;
    }
    .sec03_bottom_list li{
        justify-items: center;
        margin-top: var(--px50);
    }
    .sec03_bottom_list figure{
        width: 45%;
        margin: 0 auto var(--px20);
        flex: none;
    }
    .sec03_bottom_list li:nth-child(odd) .sec03_bottom_list_txt,.sec03_bottom_list li:nth-child(even) .sec03_bottom_list_txt{
        flex: auto;
        padding: 0;
    }
    /*sec04*/
    .sec04_plan_inner{
        display: flex;
        justify-content: space-between;
    }
    .sec04_plan_ttl_sp{
        width: 25.4%;
    }
    .swiper-container02{
        width: 72.7%;
        overflow: hidden;
    }
    .sec04_bottom figure{
        flex: 0 0 100px;
    }
    /*sec05*/
    #sec05::before{
        background-size: 80%;
        background-position: top 0 left,bottom 10% right;
    }
    #sec05 .inner{
        padding-top: 10%;
    }
    .sec05_txt{
        font-size: var(--f30);
    }
    /*sec06*/
    .sec06_list li >*{
        width: 100%;
    }
    #sec06 h3{
        margin-bottom: var(--px20);
    }
    .sec06_list li figure{
        width: 60%;
        margin: var(--px30) auto;
    }
    /*sec07*/
    .sec07_box_img{
        width: 80%;
        margin: var(--px20) 0 0 auto;
    }
    .sec07_box_img:nth-child(even){
        margin: var(--px20) auto 0 0;
    }
    .sec07_qa li .acc::before, .sec07_qa li .acc_inner::before{
        top: 17px;
    }
    .sec07_qa li .acc, .sec07_qa li .acc_inner{
        padding-left: 10%;
    }
    .sec07_qa li .acc::before, .sec07_qa li .acc_inner::before{
        width: 15px;
        height: 15px;
        top: 15px;
    }
    /*sec10*/
    .cta h2{
        font-size: var(--px40);
    }
    .cta_price_img{
        width: 80%;
        margin: 0 auto var(--px20);
    }
    .cta_bottom .btn_wrap{
        margin: 0 0 var(--px30);
    }
    .sec10_box th{
        width: 43%;
    }
    .sec10_box td{
        width: 57%;
    }
    .fix_wrap .f_logo{
        display: none;
        width: 100px;
    }
    .fix_wrap ul{
        padding-left: 0;
        justify-content: center;
    }
    .fix_wrap ul li{
        width: 50%;
        padding: 0 1.5%;
    }
    .fix_wrap ul li .cta_btn,.fix_wrap ul li:nth-of-type(2) .cta_btn{
        filter: none;
    }
    /*footer*/
    .f_logo{
        flex: none;
        width: 25%;
    }
    .f_btn{
        flex: auto;
        width: 35%;
        /*width: 70%;
        justify-content: flex-end;*/
    }
    /*.f_btn li{
        width: 50%;
    }*/
}
