
@charset "UTF-8";

:root{
    --geer-w: 1440;
    --base: 375;
}

.allflex{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a{
    text-decoration: unset;
}

.allflex{
    display: flex;
}

.bg{
    position: sticky;
    top: 0;
    left: 0;
    width: calc(50vw - 187.5px);
    height: 100svh;
}

.bg__logo{
    position: absolute;
    width: min(173.94px, calc(173.94 / var(--geer-w) * 100vw));
    top: 6%;
    left: 12%;
}

.maincontents{
    max-width: 375px;
    width: 100%;
}

.bg--left{
    background: url(../img/bg_left.webp);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg--right{
    background: url(../img/bg_right.webp);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.maincontents__body{
    width: 100%;
}

.maincontents__header{
    height: 60px;
    background-color: #FFFFFF;
}

.maincontents__header__logo{
    width: calc(180.21 / var(--base) * 100%);
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.maincontents__sv{
    background: url(../img/sv_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 57px 0 50px 0;
}

.maincontents__sv__ttl{
    width: calc(50 / var(--base) * 100%);
    margin: 0 auto;
}

.maincontents__sv__copy{
    width: calc(315 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 23px;
}

.maincontents__sv__image{
    width: 100%;
    margin-top: 10px;
}

.maincontents__sv__image{
    opacity: 0;
    transform: translateY(40px) scale(0.95);
}

/* 発火後 */
.maincontents__sv__image.is-show{
    animation: svBounceIn 0.8s ease forwards;
}

@keyframes svBounceIn{
    0%{
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    60%{
        opacity: 1;
        transform: translateY(-10px) scale(1.03);
    }
    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.maincontents__sv__caption{
    text-align: center;
    letter-spacing: -0.06em;
    line-height: 1.4;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 40px;
}

.maincontents__about{
    padding: 70px 0 76px 0;
    background-color: #fff;
}

.maincontents__about__ttl{
    width: 47px;
    margin: 0 auto;
}

.maincontents__about__copy{
    width: calc(311.74 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 38px;
}

.maincontents__about__slider{
    margin-top: 29px;
}

.maincontents__about__txt{
    width: calc(238 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__about__caution{
    width: calc(311.78 / var(--base) * 100%);
    margin: 0 auto;
    margin-top: 42px;
}

.maincontents__cs{
    background-color: #fac83c;
    padding: 80px 0;
}

.maincontents__cs__header{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.maincontents__cs__header__subttl{
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 700;
}

.maincontents__cs__header__ttl{
    text-align: center;
    font-size: 32px;
    color: #5a5a5a;
    font-weight: 700;
}

.maincontents__cs__header__label{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.maincontents__cs__header__label__item{
    text-align: center;
    padding: 0 10px;
    background-color: #f0f0f0;
    line-height: 28px;
    color: #5a5a5a;
    font-size: 12px;
    border-radius: 3.40282e+38px;;
    font-weight: 700;
}

.maincontents__cs__image{
    max-width: 320px;
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__cs__value{
    text-align: center;
    color: #5a5a5a;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 700;
}

.maincontents__cs__bgarea{
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    width: calc(100% - 40px);
    padding: 30px 20px;
}

.maincontents__cs__bgarea__ttl{
    text-align: center;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}

.maincontents__cs__bgarea__set{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ff6478;
}

.maincontents__cs__bgarea__set span{
    font-size: 24px;
}

.maincontents__cs__bgarea__name{
    margin-top: 20px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}

.maincontents__cs__bgarea__list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e9eb;
}

.maincontents__cs__bgarea__list__item{
    width: calc(33.333% - 6.7px);
    display: flex;
    flex-direction: column;
}

.maincontents__cs__bgarea__list__item__ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(240, 240, 240);
    color: #5a5a5a;;
    height: 28px;
    border-radius: 3.40282e+38px;
}

.maincontents__cs__bgarea__list__item__ttl__normal{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.maincontents__cs__bgarea__list__item__ttl__small{
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.maincontents__cs__bgarea__list__item__image{
    position: relative;
}

.maincontents__cs__bgarea__list__item__image__badge{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ff6478;
    color: #fff;
    font-size: 16px;
    border-radius: 3.40282e+38px;
    width: 20%;
    height: 20%;
    min-width: 30px;
    min-height: 30px;
}

.maincontents__cs__bgarea__info{
    margin-top: 20px;
}

.maincontents__cs__bgarea__info__ttl{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #5a5a5a;
}

.maincontents__cs__bgarea__info__ttl span{
    font-size: 12px;
}

.maincontents__cs__bgarea__info__old{
    display: block;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.maincontents__cs__bgarea__info__price{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maincontents__cs__bgarea__info__newprice{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.maincontents__cs__bgarea__info__newprice__ttl{
    background-color: #ff6478;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.maincontents__cs__bgarea__info__newprice__discount{
    font-size: 40px;
    color: #ff6478;
    font-weight: 700;
}

.maincontents__cs__bgarea__info__newprice__discount span{
    font-size: 12px;
    font-weight: 400;
}

.maincontents__cs__bgarea__info__price__postage{
    text-align: right;
    width: 230px;
    max-width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin-top: -6px;
    color: #5a5a5a;
}

.maincontents__cs__bgarea__info__button{
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #78b428;
    width: 100%;
    line-height: 44px;
    border-radius: 44px;
    padding: 0 20px;
    font-size: 16px;
    margin: 20px 0;
}

.maincontents__cs__bgarea__info__caution{
    font-size: 12px;
    color: #828282;
}

.maincontents__cs__bgarea__info__detail{
    margin-top: 20px;
    text-align: right;
}

.maincontents__cs__bgarea__info__detail__item{
    font-size: 14px;
    color: #828282;
    text-decoration: underline;
}

.maincontents__cs__bgarea__newbenefit{
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
}

.maincontents__cs__bgarea__newbenefit__ttl{
    width: 100%;
}

.maincontents__cs__bgarea__newbenefit__list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.maincontents__faq{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 70px 0;
}

.maincontents__ttl{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 12px;
}

.maincontents__ttl--white{
    color: #fff;
}

.maincontents__ttl--yellow{
    color: #FAC83C;
}

.maincontents__faq__ttl{
    text-align: center;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    background-color: #FAC83C;
    margin-top: 20px;
}

.maincontents__faq__list{
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 33.5px;
}

.maincontents__faq__list__item__q{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #FAC83C;
}

.maincontents__faq__list__item__q__ttl{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FAC83C;
}

.maincontents__faq__list__item__q__cap{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.maincontents__faq__list__item__a{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.maincontents__contact{
    padding: 60px 0 67px 0;
    background-color: #FAC83C;
}

.maincontents__contact__inner{
    width: calc(100% - 40px);
    margin: 0 auto;
}

.maincontents__contact__ttl{
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin-top: 13px;
}

.maincontents__contact__txt{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.maincontents__contact__address{
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: 13px;
    text-align: center;
    display: block;
    font-size: 17px;
    background-color: #fff;
    color: #000;
    line-height: 30px;
}

.maincontents__contact__caution{
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

@media screen and (max-width: 700px) {
    .bg__logo{
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .maincontents{
        max-width: 490px;
    }
}