@charset "UTF-8";

@font-face {
    font-family: Yu Gothic;
    font-weight: 100;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 200;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 300;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 400;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 700;
    src: local("Yu Gothic Bold")
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 100;
    src: local("Helvetica Neue Regular")
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 200;
    src: local("Helvetica Neue Regular")
}

:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert
}

*,
:after,
:before {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

picture {
    display: block
}

:root {
    --px-vw: 0.13333vw;
    --px-vh: 0.07496vh;
    --px-vwh: min(var(--px-vw), var(--px-vh))
}

html {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

body {
    overscroll-behavior-y: none;
    font-family: AvenirLTPro-Heavy, FP-KoburinaGoStdN-W6, Hiragino Kaku Gothic ProN, Yu Gothic, yugothic, sans-serif;
    font-size: 2.8rem;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    letter-spacing: .05em;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

img {
    width: 100%;
    max-width: none;
    height: auto
}

img,
svg {
    vertical-align: top;
    pointer-events: none
}

svg:where(:not([fill])) {
    fill: currentColor
}

.is-copy-guard {
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: underline
}

a:where(:not([color])) {
    color: currentColor
}

a,
button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

a,
button,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input[type=button] {
    display: block;
    width: 100%
}

.header {
    width: 100%;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-logo {
    width: 17.5rem
}

.footer {
    position: -webkit-sticky;
    position: sticky;
    top: 100vh;
    background-color: #f8f4ec
}

.footer-navi {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 9rem
}

.footer-navi-link {
    font-size: 2rem;
    line-height: 1;
    color: #9d9d9d;
    text-decoration: none;
    transition: color .15s cubic-bezier(.25, .25, .75, .75)
}

.c-cv {
    display: grid;
    height: 86rem
}

.c-cv,
.c-cv-img {
    position: relative;
    width: 100%;
    overflow: hidden
}

.c-cv-img {
    grid-area: 1/-1;
    height: 100%
}

.c-cv-img img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover
}

.c-cv-inner {
    position: relative;
    flex-direction: column;
    grid-area: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-cv-logo {
    width: 28.7rem;
    color: #fff
}

.c-cv-txt {
    position: relative;
    margin-top: 5.1rem;
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: .2em
}

.c-cv-txt:after,
.c-cv-txt:before {
    display: inline-block;
    width: 4.6rem;
    height: .4rem;
    vertical-align: middle;
    content: "";
    background-color: currentColor;
    border-radius: 999.9rem
}

.c-cv-txt:before {
    transform: translate3d(-.5rem, 0, 0) rotate(60deg)
}

.c-cv-txt:after {
    transform: translate3d(-.5rem, 0, 0) rotate(-60deg)
}

.c-cv-btn {
    margin-top: 3.5rem;
    text-align: center
}

.c-cv-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64.4rem;
    height: 12.8rem;
    color: #fff;
    text-decoration: none;
    background-color: #06c755;
    border-radius: 9999px
}

.c-cv-btn-icon {
    width: 5.6rem;
    padding-top: .1em;
    margin-right: 4.5rem
}

.c-cv-btn-txt {
    padding-top: .3em;
    font-size: 3.6rem
}

.c-fixedBtn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 13rem
}

.c-fixedBtn-wrap {
    position: relative
}

.c-fixedBtn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #06c755
}

.c-fixedBtn-icon {
    width: 6.8rem;
    padding-top: .2em;
    margin-right: 2.6rem
}

.c-fixedBtn-txt {
    padding-top: .2em;
    font-size: 4rem
}

.visual {
    position: relative;
    background-color: #f6f7f7
}

.visual,
.visual-img01 {
    width: 100%
}

.visual-img02 {
    width: 68rem;
    margin: 3.9rem auto 0
}

.visual-img03 {
    width: 68rem;
    margin: 3.6rem auto 0
}

.feature,
.problem {
    position: relative;
    width: 100%
}

.feature {
    padding-top: 14.9rem;
    padding-bottom: 16.1rem
}

.feature-ttl {
    width: 41.6rem;
    margin: 0 auto
}

.feature-item01 {
    width: 64rem;
    margin: 7.8rem auto 0
}

.feature-item02,
.feature-item03,
.feature-item04 {
    width: 64rem;
    margin: 15.9rem auto 0
}

.media {
    position: relative;
    width: 100%;
    padding-bottom: 12.1rem;
    background-color: #efefef
}

.media:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6.1rem 37.5rem 0
}

.media-ttl {
    width: 58.3rem;
    margin: 16.3rem auto 0
}

.media-lead {
    width: 63.6rem;
    margin: 8.5rem auto 0
}

.media-img {
    width: 68.5rem;
    margin: 4rem auto 0
}

.media-magazine {
    display: grid;
    grid-template-columns: repeat(3, 21.8rem);
    gap: 1.5rem;
    padding: 0 3.3rem;
    margin-top: 4.2rem
}

.media-sns {
    width: 100%;
    margin-top: 7.5rem
}

.basics {
    position: relative;
    width: 100%;
    padding: 14.6rem 0 14.7rem;
    background-color: #efefef
}

.basics-ttl {
    width: 54.4rem;
    margin: 0 auto
}

.basics-lead {
    width: 37.6rem;
    margin: 7.7rem auto 0
}

.basics-item01 {
    width: 64rem;
    margin: 7.9rem auto 0
}

.basics-item02 {
    width: 64rem;
    margin: 5rem auto 0
}

.basics-item03 {
    width: 64rem;
    margin: 7.7rem auto 0
}

.products {
    position: relative;
    width: 100%;
    padding-top: 19.3rem;
    padding-bottom: 14.7rem;
    background-color: #fff
}

.products-ttl {
    width: 41.6rem;
    margin: 0 auto
}

.products-lead {
    width: 37.7rem;
    margin: 9.5rem auto 0
}

.products-item01 {
    width: 68rem;
    margin: 9.8rem auto 0
}

.products-item02 {
    width: 68rem;
    margin: 16rem auto 0
}

.trial {
    position: relative;
    width: 100%;
    padding-bottom: 16rem;
    background-color: #fff
}

.trial-voice {
    position: relative;
    padding: 14.5rem 2.4rem 10.3rem;
    margin-bottom: 7rem;
    background-color: #f6f7f7
}

.trial-voice:after {
    position: absolute;
    right: 0;
    bottom: -6.9rem;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #f6f7f7 transparent transparent;
    border-style: solid;
    border-width: 7rem 37.5rem 0
}

.trial-ttl {
    width: 52.5rem;
    padding-top: 8.8rem;
    margin: 0 auto
}

.trial-item01 {
    width: 64rem;
    margin: 5rem auto 0
}

.trial-banner {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 16rem
}

.important {
    position: relative;
    width: 100%;
    padding: 23rem 0 19.3rem;
    background-color: #efefef
}

.important-ttl {
    width: 38.2rem;
    margin: 0 auto
}

.important-item01 {
    width: 64rem;
    margin: 9.6rem auto 0
}

.important-item02,
.important-item03 {
    width: 64rem;
    margin: 5rem auto 0
}

.important-item03 {
    position: relative
}

.important-item03-line {
    position: absolute;
    top: 41.2rem;
    left: 6rem;
    width: 52rem
}

.important-comparison {
    width: 64rem;
    margin: 19.2rem auto 0
}

.moneyback {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #fff;
    background-color: #0c8e86
}

.moneyback-inner {
    width: 64.4rem;
    padding: 7.8rem 6.5rem 7rem;
    margin: 0 auto;
    border: .4rem solid #fff;
    border-radius: 3.2rem
}

.moneyback-ttl {
    width: 100%;
    font-size: 2.8rem;
    text-align: justify;
    text-align: center;
    letter-spacing: .43rem;
    white-space: nowrap
}

.moneyback-ttl p:first-of-type {
    letter-spacing: .04em
}

.moneyback-ttl p+p {
    margin-top: 3rem
}

.moneyback-ttl mark {
    display: inline-block;
    width: 100%;
    font-size: 6.3rem;
    font-style: normal;
    line-height: 1;
    color: #fff;
    letter-spacing: .14rem;
    background-color: transparent;
    background-image: linear-gradient(transparent 70%, #f3c11d 0)
}

.moneyback-img {
    width: 100%;
    margin: 3.3rem auto 0;
    overflow: hidden;
    border-radius: 2.4rem
}

.moneyback-txt {
    margin-top: 5.8rem;
    font-size: 2.6rem;
    line-height: 2;
    text-align: center
}

.how2use {
    padding: 18.5rem 0 13rem;
    overflow: hidden;
    background-color: #fff
}

.how2use-ttl {
    line-height: 1;
    text-align: center;
    letter-spacing: .26em
}

.how2use-ttl small,
.how2use-ttl strong {
    display: block
}

.how2use-ttl strong {
    font-family: AvenirLTPro-Black;
    font-size: 6.4rem
}

.how2use-ttl small {
    padding-top: 2.2rem;
    font-size: 3.2rem;
    color: #0c8e86
}

.how2use-ttl small:after,
.how2use-ttl small:before {
    display: inline-block;
    font-family: FP-KoburinaGoStdN-W6;
    vertical-align: unset;
    content: "-"
}

.how2use-step {
    padding: 9.3rem 5.3rem 0
}

.how2use-step-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.how2use-step-item:not(:last-of-type) {
    padding-bottom: 8.1rem
}

.how2use-step-item:not(:last-of-type):after {
    position: absolute;
    bottom: 1.7rem;
    left: 0;
    width: 16rem;
    height: calc(100% - 19.2rem);
    content: "";
    background-image: url(/ad_1/assets/images/how2use/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 2rem auto
}

.how2use-step-item-img {
    width: 16rem;
    margin-right: 4.8rem;
    overflow: hidden;
    border-radius: 2rem
}

.how2use-step-item-ttl {
    font-size: 3.6rem;
    line-height: 1.4;
    color: #0c8e86;
    letter-spacing: .2em
}

.how2use-step-item-txt {
    padding-top: 2.1rem;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: .2em
}

.how2use-step-item-txt sup {
    font-size: 2rem;
    vertical-align: super
}

.how2use-note {
    padding: 10.2rem 5.3rem 0
}

.how2use-note li {
    font-size: 2rem;
    color: #9d9d9d
}

.how2use-banner {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 12.5rem
}

.faq {
    padding: 18.4rem 5.5rem 19.2rem;
    overflow: hidden;
    background-color: #f8f4ec
}

.faq-ttl {
    line-height: 1;
    text-align: center;
    letter-spacing: .3em
}

.faq-ttl small,
.faq-ttl strong {
    display: block
}

.faq-ttl strong {
    font-family: AvenirLTPro-Black;
    font-size: 6.4rem
}

.faq-ttl small {
    padding-top: 2.3rem;
    font-size: 3.2rem;
    color: #0c8e86
}

.faq-ttl small:after,
.faq-ttl small:before {
    display: inline-block;
    font-family: FP-KoburinaGoStdN-W6;
    vertical-align: unset;
    content: "-"
}

.faq-body {
    padding-top: 9.3rem
}

.faq-item {
    background-color: #fff
}

.faq-item+.faq-item {
    margin-top: 2.4rem
}

.faq-item-header {
    position: relative;
    padding: 2.8rem 9.2rem 2.2rem 7.8rem;
    line-height: 1.6;
    letter-spacing: .15em;
    cursor: pointer;
    background-color: #ece6d9
}

.faq-item-header,
.faq-item-header:before {
    font-size: 2.8rem;
    transition: color .1s cubic-bezier(.25, .25, .75, .75)
}

.faq-item-header:before {
    position: absolute;
    top: 2.6rem;
    left: 3.2rem;
    display: block;
    font-family: AvenirLTPro-Black;
    content: "Q."
}

.faq-item-header i {
    position: absolute;
    top: 0;
    right: 3.6rem;
    bottom: 0;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: auto
}

.faq-item-header i:after,
.faq-item-header i:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: .4rem;
    content: "";
    background-color: #000;
    transition: background-color .1s cubic-bezier(.25, .25, .75, .75), transform 1s cubic-bezier(.19, 1, .22, 1)
}

.faq-item-header i:after {
    transform: rotate(90deg)
}

.faq-item-header.is-show i:before {
    transform: rotate(0deg)
}

.faq-item-header.is-show i:after {
    transform: rotate(180deg)
}

.faq-item-body {
    height: 0;
    overflow: hidden;
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: .12em;
    transition: height 1s cubic-bezier(.19, 1, .22, 1)
}

.faq-item-body-inner {
    position: relative;
    padding: 4.4rem 3.6rem 4.7rem 7.8rem
}

.faq-item-body-inner:before {
    position: absolute;
    top: 4.2rem;
    left: 3.2rem;
    display: block;
    font-family: AvenirLTPro-Black;
    font-size: 2.8rem;
    content: "A."
}

.faq-item-body p {
    text-align: justify;
    letter-spacing: .06em
}

.faq-item-body p+p {
    margin-top: 1em
}

.faq-item-body span {
    font-size: 1.6rem;
    color: #9d9d9d;
    letter-spacing: .05em
}

.faq-item-body ul {
    margin-top: 1.8rem
}

.faq-item-body ul li {
    position: relative;
    padding-left: 1.2em;
    text-align: justify
}

.faq-item-body ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "・"
}

.faq-item-body ul li+li {
    margin-top: 1rem
}

.faq-item-body ul.is-note li {
    font-size: 2.4rem;
    color: #9d9d9d
}

.faq-item-body ul.is-note li:before {
    content: "※"
}

.faq-item-body a {
    text-decoration: underline
}

.faq-item-body button {
    display: flex;
    align-items: center;
    color: #0c8e86;
    letter-spacing: .12em
}

.faq-item-body button i {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    margin-top: -.3rem;
    margin-left: 1rem;
    border-left-color: #0c8e86;
    border-bottom-color: #0c8e86;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top: .2rem solid #0c8e86;
    border-right: .2rem solid #0c8e86;
    transform: rotate(45deg)
}

.concept {
    position: relative;
    padding: 17.6rem 0 16.6rem;
    overflow: hidden
}

.concept-description {
    position: relative;
    padding: 0 8.5rem
}

.concept-description-ttl {
    font-size: 5.6rem;
    line-height: 1.7;
    letter-spacing: .26em;
    white-space: nowrap
}

.concept-description-txt {
    padding-top: 6.4rem;
    font-size: 2.8rem;
    line-height: 2.5;
    letter-spacing: .28em;
    white-space: nowrap
}

.concept-description-txt+.concept-description-txt {
    padding-top: 5.4rem
}

.concept-description-txt:last-of-type {
    padding-top: 4.6rem;
    letter-spacing: .36em
}

.concept-description-txt strong {
    font-size: 3.6rem
}

.concept-lead {
    position: relative;
    margin: 9.5rem 7.8rem 0;
    font-family: AvenirLTPro-Black;
    font-size: 5.2rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .125em
}

.concept-lead span {
    display: inline-block;
    padding: .8rem .7rem 0;
    white-space: nowrap;
    background-image: linear-gradient(transparent, #f3c11d 0)
}

.concept-lead span+span {
    margin-top: 3.6rem
}

.concept-step {
    position: relative;
    padding-top: 43rem
}

.concept-step-item {
    padding: 0 7rem;
    overflow: hidden
}

.concept-step-item+.concept-step-item {
    padding-top: 13.2rem
}

.concept-step-item-images {
    position: relative;
    width: 68rem;
    height: 42.5rem;
    margin-left: -7rem;
    overflow: hidden;
    border-radius: 0 2.4rem 2.4rem 0;
    transform: translateZ(0)
}

.concept-step-item-images ul {
    display: flex
}

.concept-step-item-images li {
    flex: 0 0 auto;
    width: 100%
}

.concept-step-item:nth-of-type(2n) .concept-step-item-images {
    margin-left: auto;
    border-radius: 2.4rem 0 0 2.4rem
}

.concept-step-item-lead {
    padding-top: 9.9rem;
    line-height: 1
}

.concept-step-item-lead svg {
    width: 16.2rem;
    margin-top: -.2rem;
    margin-right: 1.8rem;
    fill: #f3c11d
}

.concept-step-item-lead strong {
    display: inline-block;
    font-size: 5.8rem;
    color: #f3c11d
}

.concept-step-item-lead span {
    font-size: 2.9rem
}

.concept-step-item-txt {
    padding-top: 3.4rem;
    font-size: 4rem;
    line-height: 2;
    letter-spacing: .22em
}

.concept-step-item-note {
    padding-top: 2.3rem
}

.concept-step-item-note li {
    font-size: 1.6rem;
    color: #9d9d9d
}

.concept-obj {
    top: 0;
    left: 50%
}

.concept-obj,
.concept-obj-item {
    position: absolute
}

.concept-obj-01 {
    top: 141.3rem;
    left: -40.2rem;
    width: 10.1rem
}

.concept-obj-02 {
    top: 184.3rem;
    left: 4.2rem;
    width: 4.3rem
}

.concept-obj-03 {
    top: 176.2rem;
    left: -28.8rem;
    width: 25.9rem
}

.concept-obj-04 {
    top: 192.1rem;
    left: 11.3rem;
    width: 4.8rem
}

.concept-obj-05 {
    top: 144.8rem;
    left: 26.4rem;
    width: 25.8rem
}

.animation-step[data-num="2"] {
    will-change: transform;
    animation: conceptImageStep 2s steps(2, jump-none) infinite
}

.animation-step[data-num="3"] {
    will-change: transform;
    animation: conceptImageStep 3s steps(3, jump-none) infinite both
}

.animation-step[data-num="4"] {
    will-change: transform;
    animation: conceptImageStep 4s steps(4, jump-none) infinite both
}

@keyframes conceptImageStep {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@media screen and (min-width:834px) {
    html {
        font-size: 8px
    }

    body {
        background-color: #f6f7f7
    }

    #Container {
        position: relative;
        width: 75rem;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }
}

@media screen and (max-width:833px) {
    html {
        font-size: 1.33333vw
    }

    body {
        background-color: #fff
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media (hover:hover) {
    a:hover {
        text-decoration: none
    }

    .footer-navi-link:hover {
        color: #000
    }

    .faq-item-header:hover,
    .faq-item-header:hover:before {
        color: #0c8e86
    }

    .faq-item-header:hover i:after,
    .faq-item-header:hover i:before {
        background-color: #0c8e86
    }

    .faq-item-body a:hover {
        text-decoration: none
    }
}

@media (hover:none) {
    a:active {
        text-decoration: none
    }

    .footer-navi-link:active {
        color: #000
    }

    .faq-item-header:active,
    .faq-item-header:active:before {
        color: #0c8e86
    }

    .faq-item-header:active i:after,
    .faq-item-header:active i:before {
        background-color: #0c8e86
    }

    .faq-item-body a:active {
        text-decoration: none
    }
}



/* c_button */
.c_button img {
    display: block;
    width: 634px;
    height: auto;
    max-width:84.5%;
    margin:14px auto 0;
}

.c-fixedBtn .c_button{
    top:2rem;
    position:relative;
}

.c-fixedBtn .c_button img{
    margin-top:0;
}
.c-fixedBtn{
    height:17rem;
}

.price-list {
  width: 90%;
  margin: 0 auto 2.5rem;
}
.price-list__buttons {
  display: flex;
  justify-content: space-between;
}

.price-list__button {
  width: 19.3%;
  background: #E8E8E8;
  text-align: center;
  padding: 1.3rem 0 1rem;
  font-size: 1.7rem;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
}

.price-list__button.active {
  background: #0C8E86;
  color: #ffffff;
  position: relative;
}

.price-list__button.active::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 41%;
  margin: 0 auto;
  right: 50%;
  transform: rotate(90deg);
  border: 7px solid transparent;
  border-left: 11px solid #0C8E86;
}

.price-list__main {
  margin-top: 0.5rem;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  background: #ECE6D9;
  padding: 3rem;
}

.price-list__detail {
  display: none;
}

.price-list__detail.active {
  display: block;
}

.price-list__detail-item dt {
  font-size: 5.4rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: 0.08em;
}
.price-list__detail-item dt span {
  font-size: 2.3rem;
  margin-left: 0.8rem;
}

.price-list__detail-item dt span:last-child {
  margin-left: 0;
}

.price-list__detail-item .small-number {
  font-size: 2.3rem;
}

.price-list__detail-item dd {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.10em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: -1rem;
}

.price-list__detail-item span {
  font-size: 2.2rem;
}

.price-list__detail-text {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  color: #000000;
  font-weight: bold;
  span {
    opacity: 0.5;
    font-size: 1.6rem;
    display: block;
  }
}

.regular-list {
  width: 90%;
  margin: 0 auto;
  background: #E8E8E8;
  padding: 3rem;
  border-radius: 1rem;
}

.regular-list__title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: #0C8E86;
}
.regular-list__text {
  font-weight: bold;
  opacity: 0.5;
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
}
.regular-list__text.regular-list__text--black {
  opacity: 1;
}
.products-price-text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}

.products-price-text strong {
  color: #0C8E86;
}

.voice__section {
  background: #fff;
/*    padding-top: 5rem;*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.voice__title {
  font-weight: bold;
  font-size: 4rem;
  padding: 11rem;
  text-align: center;

}

.voice__slide {
  padding: 0 1.25rem;
}

.voice__slide__set {
  position: relative;
  width: 56rem;
  height: 59.5rem;
  background: #F2F2F2;
  border-radius: 2.5rem;
}

.voice__slide__in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10rem);
  height: calc(100% - 11rem);
  transform: translate(-50%, -50%);
}
.voice__slide__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
}

.voice__slide__text {
  font-size: 2.8rem;
  line-height:4.6rem;
  font-weight: 400;
  color: #000;
}

.voice__slide__star {
  color: #F47A00;
  font-size: 3.1rem;
  margin-bottom:1rem;
}


.voice__slide__name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2.8rem;
  font-weight: bold;

}

.voice__navs {
  font-size:0;
  padding:7.7rem 0 11.7rem;
  text-align:center;
}
.voice__navs img{
  width:8rem;
  height:8rem;
  display:inline-block;
  margin:0 2.25rem;
  cursor:pointer;
}

.merit {
  background: #E8E2D5;
  padding: 17% 7% 18%;
}

.merit-title {
  width: 67%;
  margin: 0 auto 7%;
}

.merit-main {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 6% 6% 14.5%;
  border-radius: 24px;
}

.merit-main-title {
  width: 76%;
  margin: 0 auto 7.5%;
}

.merit-read {
  width: 91%;
  margin: 0 auto 10%;
}

.merit-item-thum {
  border-radius: 9.5% 9.5% 0 0;
  overflow: hidden;
}

.merit-list {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 6%;
  width: 100%;
} 

.merit-catch {
  width: 95%;
  margin: 7% auto 0;
}
