:root {
    --blue: #3DBCC6;
    --black: #2D3944;
    --p-blue: #E2EFF0;
    --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    --ff-en: "Poppins", sans-serif;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    /* scroll-behavior: smooth; */
    font-size: 62.5%;
}
body {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #313131;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    font-size: 1.6rem;
}
a {
    text-decoration: none;
    color: unset;
    transition: all .4s;
}
a:hover {
    opacity: .6;
}
body {
    margin: 0;
}
main {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
img {
    width: 100%;
    display: block;
}
h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
}
h3 {
    font-weight: bold;
}
.btn {
    width: 90%;
    margin: 0 auto;
    animation: pulseEffect 1s ease-in-out infinite;
}
@keyframes pulseEffect {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.inner {
    padding: 5rem 5vw;
}
.txt {
    line-height: 2;
}
.txt b {
    color: var(--blue);
}
.tc {
    text-align: center;
}
.txt-14 {
    font-size: 1.4rem;
}
.hdg-area {
    text-align: center;
    margin-bottom: 3rem;
}
.h-en {
    font-family: var(--ff-en);
    font-weight: 600;
    color: var(--blue);
}
.cta-txt {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 2rem;
    padding: 0 4vw;
}
/*===================================================

SP FV

====================================================*/

#fv {
    position: relative;
}
.fv-cta {
    padding: 1rem 0 5rem;
    background: url(/wp-content/uploads/fv_02.jpg);
    background-size: auto;
    background-size: cover;
}

/*===================================================

SP SOLUTION

====================================================*/
#solution {
    position: relative;
    text-align: center;
    background: url(/wp-content/uploads/solution-bk.png);
    background-size: cover;
}
.sonnna {
    width: 25vw;
    position: absolute;
    left: 50%;
    top: -5rem;
    transform: translateX(-50%);
    max-width: 100px;
}
.solution-img {
    margin: 5rem 0 3rem;
}
.solution-ttl {
    width: 90%;
    margin: 0 auto 3rem;
}

/*===================================================

SP BEFORE AFTER

====================================================*/
#ba {
    background: var(--p-blue);
}
.ba-hdg {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 4vw;
}
/* swiper start */
.ba-item {
    padding: 2rem;
    background: #fff;
}
.swiper-navigation-icon {
    display: none;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 40px;
}
/* swiper end*/
.ba-list {
    margin-bottom: 2rem;
}
#ba .txt-14 {
    padding-bottom: 5rem;
}
/*===================================================

SP VOICE

====================================================*/
#voice {
    background: var(--p-blue);
    padding-bottom: 5rem;
}
#voice .h-en {
    color: #FFF986;
}
.voice-hdg {
    background-image: linear-gradient(45deg, #4ebed8, #3dbcc6);
    padding: 2rem 0 5rem;
    text-align: center;
}

.voice-h2 {
    font-size: 2.2rem;
    color: #fff;
    margin: 0;
}
.voice-h2 span {
    font-size: clamp(25px,
            calc(25px + (30 - 25) * ((100vw - 320px) / (393 - 320))),
            30px);
}
#voice .voice-list {
    position: relative;
    z-index: 2;
    margin: -3rem auto 3rem;
}
#voice .voice-item {
    border-radius: 2rem;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #fff;
}
.voice-txt {
    width: 90%;
    margin: 0 auto 3rem;
}
.voice-txt span {
    background: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 1rem;
    line-height: 1.8;
}
/*===================================================

SP ABOUT

====================================================*/
#about {
    padding: 5rem 0;
    background: url(/wp-content/uploads/about-bk.jpg);
    background-size: cover;
}
.about-h2 {
    width: 80%;
    margin: 0 auto 3rem;
}
.about-txt {
    text-align: justify;
    margin-bottom: 5rem;
    padding: 0 5vw;
}
.about-ttl {
    width: 95%;
    margin: 3rem 0 3rem auto;
}
.about-img {
    margin-bottom: 3rem;
}
/*===================================================

SP WHY

====================================================*/
#why {
    position: relative;
}
.naze {
    width: 20vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
    top: -5rem;
}
.why-h2 {
    margin: 0;
    font-size: 2.8rem;
}

#why .h-en {
    color: var(--blue);
}
.why-answer {
    text-align: center;
    line-height: 1.7;
    position: relative;
    padding-top: 2rem;
    margin-bottom: 2rem;
}
.why-answer::before {
    content: "";
    width: 1px;
    height: 3rem;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
}
.why-answer span {
    background-image: linear-gradient(45deg, #7fd3e6, #6bd0d8);
    color: #fff;
    font-weight: bold;
    font-size: 2.7rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}
.why-table {
    margin: 2rem 0;
}
/* cause */
#cause {
    background: url(/wp-content/uploads/cause-bk.jpg);
    background-size: auto;
    background-size: cover;
}
.cause-h2 {
    color: #fff;
    font-size: 2.4rem;
}
.cause-h2 span {
    font-size: 3rem;
}
.cause-h2 span::after {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    background: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.cause-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.cause-item {
    width: 49%;
    background: #FFF;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.cause-txt {
    color: #fff;
    font-weight: 600;
}
/* benefit */
#benefit {
    background: #F1F1F1;
}
.benefit-txt.txt {
    padding: 0 4vw;
    margin-top: -5rem;
    position: relative;
    z-index: 2;
}
.tfs {
    margin-top: -5rem;
}
/*===================================================

SP REASON

====================================================*/
#reason {
    background: url(/wp-content/uploads/reason-bk-scaled.jpg);
    background-size: auto;
    background-size: cover;
    padding-bottom: 5rem;
}
.reason-h2 {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}
.reason-list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.reason-item {
    width: 90%;
    margin-left: auto;
}
.reason-h3 span {
    background: var(--blue);
    color: #fff;
    padding: 0 1rem;
    line-height: 1.7;
    font-size: 2.3rem;
}
.reason-h3 {
    margin-top: -3rem;
}
.reason-item .txt {
    padding: 0 4vw 0 0;
}
.reason-item:nth-child(2) {
    margin-left: unset;
}
.reason-item:nth-child(2) .txt {
    padding: 0 0 0 4vw;
}
.reason-item:nth-child(2) .reason-h3 {
    padding-left: 4vw;
}
/*===================================================

SP MENU

====================================================*/
#menu {
    background: #f1f1f1;
}
.menu-item {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem 0px;
    text-align: center;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow);
}
.menu-copy {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(transparent 70%, yellow 0%);
    display: inline-block;
}
.menu-h3 {
    margin: 0;
    padding: 0.7rem 0;
    background-image: linear-gradient(45deg, #7fd3e6, #6bd0d8);
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.price-area {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-old-txt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.menu-old-price {
    font-size: 4rem;
    font-family: var(--ff-en);
    font-weight: 600;
    letter-spacing: -0.6px;
    position: relative;
}
.menu-old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F2295F;
    transform: rotate(-12deg);
    transform-origin: center;
}
.menu-new {
    display: flex;
    align-items: center;
}
.menu-only {
    font-size: 2rem;
    font-weight: bold;
    color: var(--blue);
    padding: 0.5rem 1rem;
    border: 2px solid var(--blue);
    line-height: 1.2;
    margin-right: 0.7rem;
}
.menu-new-price {
    font-size: 6rem;
    font-family: var(--ff-en);
    font-weight: 600;
    color: var(--blue);
    letter-spacing: -2px;
}
.menu-new-sub {
    font-weight: bold;
    line-height: 1;
    color: var(--blue);
    font-size: 1.4rem;
    margin-left: 0.5rem;
}
.menu-new-sub span {
    font-size: 4rem;
}
.menu-old {
    border-bottom: 1px solid;
}

.other-ttl span {
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    font-size: 2.6rem;
    padding: 0 1rem;
}
.other-ttl {
    line-height: 1.7;
}
.other-list {
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 80%;
}
.other-item {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    display: flex;
    width: 100%;
    border-bottom: 1px dotted;
    padding-bottom: .5rem;
}
.other-item::before {
    content: "";
    background: url(/wp-content/uploads/check.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu-item:last-child {
    background: url(/wp-content/uploads/other-bk.jpg);
    background-size: auto;
    background-size: cover;
}
.cta-area {
    margin: 5rem 0 0;
}
.cta-copy {
    margin-bottom: 1rem;
}
#menu .btn {
    width: 100%;
}
/*===================================================

SP FLOW

====================================================*/
#flow {
    color: #fff;
    background-image: linear-gradient(90deg, #6bd0d8, #7fd3e6);
}
#flow .h-en {
    color: #fff;
}
.flow-step {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    background: #FFF871;
    display: inline;
    padding: 0 1rem;
    border-radius: 50px;
}
.flow-h2 {
    font-size: 2.7rem;
    margin: 0.7rem 0 1.5rem;
    line-height: 1.3;
}
.flow-item {
    text-align: center;
    margin-bottom: 7rem;
}
.flow-img {
    margin-bottom: 2rem;
}
#flow .flow-txt {
    text-align: justify;
    line-height: 1.8;
    font-weight: 600;
    padding: 0 4vw;
}
/*===================================================

SP ATTENTION

====================================================*/
#attention {
    background: url(/wp-content/uploads/attention-bk.jpg);
    background-size: cover;
    border-radius: 2rem 2rem 0 0;
    margin-top: -2rem;
}
#attention .inner {
    padding-bottom: 1rem;
}

.attention-h2 {
    width: 90%;
    margin: 0 auto 3rem;
}
.attention-ex {
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
}
.attention-lite {
    margin: 2rem auto;
}
.attention-item {
    background: #fff;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.2;
}
.attention-item::after {
    content: "";
    background: url(/wp-content/uploads/check.png);
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.attention-item span {
    font-size: 1.4rem;
}
.attention-end {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    align-items: center;
    padding-bottom: 5rem;
    display: flex;

}
.attention-end::before,
.attention-end::after {
    background-color: #ffffff;
    border-radius: 5px;
    content: "";
    flex-grow: 1;
    height: 1px;
}
.attention-end::before {
    margin-right: 15px;
}
.attention-end::after {
    margin-left: 15px;
}
/*===================================================

SP FAQ

====================================================*/
#faq {
    background: var(--p-blue);
    border-radius: 0 0 3rem 3rem;
}
.faq-item {
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
}
.faq-head {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.faq-q {
    color: var(--blue);
    font-family: var(--ff-en);
    font-weight: 600;
    font-size: 2.4rem;
    padding-right: 1rem;
}
.faq-ttl {
    font-size: 1.8rem;
    font-weight: bold;
}
.faq-item .txt {
    line-height: 1.7;
    padding: 0 2vw;
}

.faq-cta {
    background: #3DBCC6;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
}
.faq-cta-w {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}
.faq-cta-y {
    font-weight: bold;
    font-size: 2.6rem;
    color: #FFF986;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
}
.faq-cta-w2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
}
.triangle {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3DBCC6;
}
#faq .cta-area {
    padding-bottom: 5rem;
}
#faq .cta-copy {
    width: 70%;
    margin: 0 auto 1rem;
}
/*===================================================

SP INFO

====================================================*/
.info-img {
    width: 80%;
    margin: 0 auto 3rem;
}
.shop-info {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.shop-row {
    display: flex;
    border-bottom: 2px solid #E2EFF0;
}
.shop-row:last-child {
    border-bottom: none;
}
.shop-label {
    width: 30%;
    background: #46b7c1;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: bold;
}
.shop-value {
    width: 80%;
    background: #ecf3f4;
    color: #2f3b4a;
    margin: 0;
    padding: 2rem 1rem;
    font-size: 1.5rem;
}
small {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
footer {
    background: var(--blue);
    text-align: center;
    padding: 1rem;
}
.pc-only {
    display: none !important;
}
.sp-only {
    display: block !important;
}
/*===================================================

SP 375px〜

====================================================*/
@media (max-width: 375px) {
    .txt {
        font-size: 0.8em;
    }
    h2 {
        font-size: 2.4rem;
    }
    .cause-h2 span {
        font-size: 2.4rem;
    }
    .why-answer span {
        font-size: 2.4rem;
    }
    .menu-copy {
        font-size: 1.6rem;
    }
    .menu-h3 {
        font-size: 2rem;
    }
    .menu-old-txt {
        font-size: 1.6rem;
    }
    .menu-old-price {
        font-size: 3rem;
    }
    .menu-only {
        font-size: 1.4rem;
        padding: 1rem;
    }
    .menu-new-price {
        font-size: 5.4rem;
    }
    .menu-new-sub span {
        font-size: 2.8rem;
    }
    .other-ttl span {
        font-size: 2rem;
    }
    .other-list {
        width: 90%;
    }
    .attention-ex {
        font-size: 1.5rem;
    }
    .attention-item span {
        font-size: 1.3rem;
    }
    .attention-end {
        font-size: 1.7rem;
    }
    .faq-cta-w {
        font-size: 1.3rem;
    }
    .faq-cta-y {
        font-size: 2.1rem;
        padding-bottom: 1rem;
    }
    .faq-cta-w2 {
        font-size: 1.4rem;
    }
    .cta-txt {
        font-size: 1.3rem;
    }
}
/*===================================================

PC

====================================================*/
@media (min-width: 768px) {
    .pc-only {
        display: block !important;
    }
    .sp-only {
        display: none !important;
    }
    h2 {
        font-size: 5rem;
    }
    .txt {
        font-size: 2.6rem;
    }
    .txt-14 {
        font-size: 2.3rem;
    }
    .h-en {
        font-size: 2.5rem;
    }
    .cta-txt {
        margin-top: 3rem;
        font-size: 2rem;
    }

    .inner {
        padding: 10rem 5vw;
    }
    /*===================================================

PC SOLUTION

====================================================*/
    .sonnna,
    .naze {
        width: 15vw;
        top: -10rem;
        max-width: 200px;
    }
    .solution-img {
        margin: 8rem 0 3rem;
    }
    .solution-ttl {
        width: 80%;
    }
    /*===================================================

PC VOICE

====================================================*/
    .voice-h2 span {
        font-size: 5rem;
    }
    .voice-h2 {
        font-size: 3rem;
    }
    #voice .voice-list {
        margin-bottom: 5rem;
    }
    .voice-txt {
        width: 70%;
        margin: 0 auto 5rem;
    }
    #voice .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
    }
    #voice .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px);
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 80px !important;
    }
    .swiper-button-next img,
    .swiper-button-prev img {
        width: 100% !important;
    }
    /*===================================================

PC WHY

====================================================*/
    #why .hdg-area {
        margin-top: 10rem;
    }
    .why-h2 {
        font-size: 5rem;
    }
    .why-answer {
        margin-bottom: 3rem;
    }
    .why-answer span {
        font-size: 5rem;
        margin-bottom: ;
    }
    /*===================================================

PC CAUSE

====================================================*/
    .cause-h2 {
        font-size: 4rem;
    }
    .cause-h2 span {
        font-size: 5rem;
    }
    .cause-item {
        font-size: 3rem;
        padding: 3rem 1rem;
        width: 49%;
    }
    .cause-h2 span::after {
        width: 35%;
    }
    /*===================================================

PC REASON

====================================================*/
    .reason-h3 span {
        font-size: 5rem;
    }
    .reason-item {
        width: 90%;
    }
    #reason {
        padding-bottom: 10rem;
    }
    /*===================================================

PC MENU

====================================================*/
    .menu-copy {
        font-size: 3rem;
    }
    .menu-h3 {
        font-size: 4rem;
    }
    .menu-old-txt {
        font-size: 3rem;
    }
    .menu-old-price {
        font-size: 5rem;
    }
    .menu-new-price {
        font-size: 10rem;
    }
    .menu-new-sub {
        font-size: 2rem;
    }
    .menu-new-sub span {
        font-size: 5rem;
    }
    .menu-only {
        font-size: 3rem;
    }
    .menu-item {
        border-radius: 5rem;
        margin-bottom: 5rem;
    }
    .other-ttl span {
        font-size: 4rem;
    }
    .other-item {
        font-size: 3rem;
        padding-left: 4rem;
    }
    .other-item::before {
        width: 30px;
        height: 30px;
    }
    #menu .cta-copy {
        width: 80%;
        margin: 0 auto 2rem;
    }
    /*===================================================

PC FLOW

====================================================*/
    .flow-h2 {
        font-size: 4.5rem;
        margin: 0 0 4rem;
    }
    .flow-step {
        font-size: 3rem;
        line-height: 2.9;
    }
    /*===================================================

PC ATTENTION

====================================================*/
    #attention {
        border-radius: 5rem 5rem 0 0;
        margin-top: -5rem;
    }
    .attention-ex {
        font-size: 3rem;
    }
    .attention-item {
        font-size: 3rem;
        padding-left: 5rem;
    }
    .attention-item::after {
        width: 25px;
        height: 25px;
    }
    .attention-end {
        font-size: 4rem;
    }
    /*===================================================

PC FAQ

====================================================*/
    #faq {
        border-radius: 0 0 5rem 5rem;
    }
    .faq-ttl {
        font-size: 3rem;
    }
    .faq-q {
        font-size: 4rem;
    }
    .faq-item {
        padding: 4rem 5rem;
        margin-bottom: 3rem;
        border-radius: 3rem;
    }
    .faq-cta-w {
        font-size: 3rem;
    }
    .faq-cta-y {
        font-size: 5rem;
    }
    .faq-cta-w2 {
        font-size: 3rem;
    }
    .faq-cta {
        padding: 5rem 0;
    }
    .triangle {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #3dbcc6;
        bottom: -10%;
    }
    #faq .inner {
        padding-bottom: 3rem;
    }
    #faq .cta-area {
        padding-bottom: 10rem;
    }
    #faq .cta-copy {
        width: 60%;
        margin-bottom: 5rem;
    }
    /*===================================================

PC INFO

====================================================*/
    .shop-label {
        font-size: 2.5rem;
        padding: 3rem;
    }
    .shop-value {
        font-size: 2.5rem;
        padding: 3rem;
    }
}