@charset "utf-8";@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");


.g-breadcrumb .g-breadcrumb__list {
    padding: 0;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: transparent;
}

/* 2024-10-18 */
:root {
    --base-color: #FBFFCE;
    --base-color-sub: #23BA9D;
    --base-color-point: #FF7308;
    --text-color: #343D52;
}

.layout {
    font-family: "Noto Sans JP", sans-serif;
    background: url("../../photo/page/20241030/bg_dia01_pc.png") repeat top center;
    background-size: contain;
}

.mv {
    position: relative;
    z-index: 0;
    /*height:100vh;*/
}

.responsive-image {
    margin-bottom: 4px;
    height: calc(100vh - 164px);
    background: url("../../photo/page/20241030/eyecatch-background-img.png") no-repeat center;
    background-size: cover;
    margin-top: 55px;
    position: relative;
}

.responsive-image__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.eyecatch-text {
    height: 15vw;
    margin: 144px 0px 0px 8vw;
    display: block;
    position: absolute;
}

.acter-name {
    right: 20px;
    bottom: 20px;
    display: block;
    position: absolute;
}

.eyecatch-banner-area {
    background: url(../..//photo/page/20241030/free-trial-banner-background.png);
    height: 100px;
}

.free-trial-banner {
    margin: 0px auto;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sleep-info {
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
    text-align: center;
    background: #fff url("../../photo/page/20241030/bg_color_form.png") no-repeat center;
    background-size: cover;
}

.sleep-info__title {
    padding-top: 87px;
    font-family: "せのびゴシック";
    font-size: 64px;
    font-weight: bold;
    color: var(--base-color-sub);
    line-height: 1.078;
    margin-bottom: 22px;
}

.sleep-info__campaign {
    margin-bottom: 510px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.861;
}

.sleep-info__description {
    margin-bottom: 7px;
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
}

.sleep-info__fact {
    font-size: 18px;
    line-height: 2.5;
    color: #fff;
}

.sleep-info__explanation {
    font-size: 18px;
    line-height: 2.5;
    color: #fff;
}

.sleep-info__product-description {
    font-size: 18px;
    line-height: 2.5;
    color: #fff;
}

.product-feature {
    margin-bottom: 50px;
    padding-bottom: 100px;
    background: url("../../photo/page/20241030/bg_dia02_pc.png") no-repeat bottom center;
    background-size: cover;
}

.product-feature__header {
    padding-top: 100px;
}

.product-feature__title {
    max-width: 1360px;
    margin: 0 auto 59px;
    padding-top: 216px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: url("../../photo/page/20241030/icon_secret01.svg") no-repeat top center;
    background-size: 180px 190px;
}

.product-feature__description {
    /*max-width: 1360px;*/
    margin: 0 auto 70px;
    padding: 48px 0;
    font-size: 18px;
    line-height: 1.944;
    color: #fff;
    text-align: center;
    background-color: rgb(137 245 205 / .3);
}

.product-feature__detail {
    display: grid;
    grid-auto-flow: column;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 40px;
    gap: 20px;
    border-radius: 10px;
    grid-template-columns: 1fr 546px;
    background: #fff;
}

.product-feature__term {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.438;
    color: var(--base-color-sub);
    margin-bottom: 32px;
}

.product-feature__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    color: var(--text-color);
    font-weight: normal;
}

.product-feature__icon-container {
    text-align: center;
}

.product-feature__icon {
    width: 250px;
    height: 166px;
}

.product-benefit__heading {
    margin-bottom: 156px;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    color: #11579d;
}

.product-benefit__summary {
    font-size: 50px;
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 2px solid #11579d;
    font-weight: bold;
    width: fit-content;
    margin: auto;
}

.product-benefit__summary::before,
.product-benefit__summary::after {
    position: absolute;
    left: 50px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.product-benefit__summary::before {
    top: 100%;
    margin-left: -8px;
    border-color: transparent;
    border-top-color: #11579d;
    border-right-color: #11579d;
    border-width: 8px;
}

.product-benefit__summary::after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 7px;
}

.product-benefit__intro {
    display: block;
    padding-top: 40px;
    line-height: 1.636;
}

.expert-review {
    max-width: 1194px;
    margin: 0 auto 60px;
    padding: 0 77px 77px;
    border-radius: 50px;
    background: #c5e6e5;
}

.expert-review__title {
    text-align: center;
}

.expert-review__title-image {
    margin-top: -115px;
}

.expert-profile {
    max-width: 750px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-auto-flow: column;
    gap: 30px;
}

.expert-profile__image {
    margin-bottom: 14px;
}

.expert-profile__info {
    text-align: center;
}

.expert-profile__name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    color: var(--text-color);
}

.expert-profile__affiliation {
    color: var(--text-color);
    line-height: 1.583;
}

.expert-profile__university {
    margin-bottom: 0;
    font-weight: normal;
}

.expert-opinion__highlight {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.813;
    color: var(--text-color);
}

.expert-opinion__paragraph {
    font-size: 15px;
    line-height: 1.867;
    color: var(--text-color);
}

.expert-opinion__paragraph--space01 {
    margin-bottom: 35px;
}
.expert-review__image img{
width: 100%;
margin-bottom: 16px;
}

.expert-review__image-link {
    max-width: 740px;
    margin: 0 auto 150px;
    text-align: center;
}

.product-review {
    padding-top: 177px;
    background: url("../../photo/page/20241030/bg_wave.png") no-repeat top center;
    background-size:contain;
}

.product-review__box {
    text-align: center;
}

.product-review__title {
    padding: 10px 20px;
    margin: auto;
    display: inline-block;
    text-align: center;
    font-family: "せのびゴシック";
    font-size: 37px;
    font-weight: bold;
    color: #FFF;
    border-radius: 40px;
    background: #11579d;
}

.product-review__subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    color: #10579d;
}

.product-review__bg {
    background: url("../../photo/page/20241030/icon_line_left.svg") no-repeat left center,
        url("../../photo/page/20241030/icon_line_right.svg") no-repeat right center;
}

.product-review__space01 {
    padding: 0 60px;
    font-weight: bold;
}

.product-review__image-container {
    max-width: 740px;
    margin: 0 auto 30px;
    text-align: center;
}

.review-card__content {
    margin-bottom: 150px;
    position: relative;
}

.review-card__content .slick-track {
    display: flex;
    gap: 22px;
    justify-content: center;
    grid-auto-flow: column;
}

.review-card__content .slick-arrow {
    position: absolute;
    top: 45%;
    display: block;
    z-index: 2;
    cursor: pointer;
}

.review-card__content .prev-arrow {
    left: calc(50% - 410px);
}

.review-card__content .next-arrow {
    right: calc(50% - 410px);
}

.review-card__box {
    height: auto !important;
    flex: 1;
    max-width: 740px;
    padding: 34px 69px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(35, 41, 78, 0.1);
}

.review-card__box:last-child {
    margin-right: 0;
}

.review-card__header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-card__title {
    width: 70%;
    font-size: 24px;
    line-height: 32px;
    color: #11579d;
    font-weight: bold;
    padding-right: 10px;
}

.review-card__text {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 28px;
    color: var(--text-color);
}

.review-card__nest {
    width: 100%;
    flex: 1 1 auto;
    margin-right: 1em;
}

.review-card__author {
    width: 100%;
    text-align: right;
    flex: 0 0 auto;
}

.review-card__tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.review-card__tag {
    padding: 7px;
    font-size: 13px;
    color: #11579d;
    background-color: rgb(17 87 157 / 0.15);
    border-radius: 5px;
}
.campaign-info {
    max-width: 740px;
    margin: auto;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-template-columns: 286px 1fr;
}

.campaign-info__content {
height:max-content;
    padding: 24px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FEF8EA;
}

.campaign-info__text {
    font-size: 15px;
    line-height: 1.867;
    color: var(--text-color);
}

.product-margin{
}

.product-title_campaign{
    padding-top: -8%;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05px;
    color: #1D3671;
    justify-content: center;
    display: flex;
}

.cl-ls{
letter-spacing: -10px;
}

.product-area {
    background-color: #ffff;
    padding-top: 20%;
    padding-bottom: 80px;
}

.product-box {
    flex-direction: column;
    display: flex;
    max-width: 1194px;
    margin: 0px auto 0px;
    padding: 0px 146px 80px 146px;
    border-radius: 20px;
    background: #ddfcf6;
}

.product-title {
    margin-top: -16%;
    margin-bottom: 100px;
    text-align: center;
    z-index: 1;
}

.product-margin {
    /*margin-top: -175px;*/
}
.product-card {
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    row-gap: 65px;
    background: #DDFCF6;
}

.product-card__container {
    position: relative;
    width: 428px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 12px -6px rgba(114, 114, 114, 0.82);
}

.product-card__figure {
    position: relative;
}

figcaption.product-card__figcaption {
    z-index: 1;
    position: absolute;
    top: -25px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 304px;
    min-height: 52px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 12px 5px 8px;
    text-align: center;
    border-radius: 30px;
    background-color: #1D3671;
}

.product-card__image {
    z-index: 0;
}

.product-card__price-box {
    display: flex;
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 20px 40px 0 40px;
    font-family: "M PLUS 1p", sans-serif;
    justify-content: space-between;
}

.product-card__old_price {
    font-size: 24px;
    color: #23294D;
    font-weight: bold;
    width: max-content;
}

.product-card__old_price::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(-5deg);
    background-color: #343D52;
    width: 100%;
    height: 2px;
    top: calc(50% - 2px);
    left: -2px;
}

.product-card__old__tax {
    font-size: 13px;
    font-weight: bold;
}
.product-card__price {
    font-weight: bold;
    font-size: 35px;
    color:#343D52;
    padding-right: 10px;
    margin-top: 4px;
}

.product-card__tax {
    font-size: 15px;
}

.product-card__specs {
    padding: 12px 40px 28px 40px;
}

.product-card__spec-item {
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
    align-items: center;
    grid-template-columns: 51px 1fr;
}

.product-card__spec-item--minus {}

.product-card__spec-item--space {
    margin-bottom: 15px;
}

.product-card__spec-title {
    font-size: 12px;
    padding: 7px;
    color: #11579d;
    background-color: rgb(17 87 157 / 0.15);
    border-radius: 5px;
    text-align: center;
}

.product-card__spec-description {
    font-size: 12px;
    padding-top: 5px;
}

.product-card__description {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 2.615;
    color: var(--text-color);
}

.product-card__recommendation {
    margin-bottom: 20px;
    padding: 16px;
    background: #FEF8EA;
}

.product-card__recommendation--image {
    padding: 0 0 0 16px;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}

.product-card__recommendation-title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.462;
    font-weight: bold;
    color: var(--text-color);
}

.product-card__recommendation-image {
    padding-top: 16px;
}

.product-card__recommendation-box--space {
    padding-right: 5px;
}

.product-card__recommendation-area {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 131px;
}

.product-card__sub-image {
    margin-right: -20px;
}

.product-card__recommendation-item {
    font-size: 13px;
    line-height: 1.538;
    color: #000;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
}

.other-shop-info {
    background: #ffffff;
    padding: 80px 0px 120px 0px;
}

.other-shop-info-text-box {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.other-shop-info-text-box img {
    width: auto;
    height: 120px;
    margin-left: 8px;
}

.other-shop-info-text {
    font-size: 35px;
    color: #11579D;
    line-height: 50px;
    margin-left: 80px;
    font-weight: bold;
}

.other-shop-info-links {
    display: flex;
    width: 740px;
    gap: 20px 0px;
    margin-top: 40px;
}

.other-shop-info-links-button {
    display: flex;
    width: 360px;
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 20px 16px;
    align-items: center;
    justify-content: space-between;
}

.other-shop-info-links-button p {
    position: relative;
    color: #343D52;
    font-weight: normal;
    font-size: 20px;
}

.other-shop-info-links-button-text {
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px;
    width: 360px;
    text-align: center;
}

.other-shop-info-links-button .other_inoac_shop_logo {
    height: 64px;
}

.other-shop-info-links-button .inoac_shop_jumpwindow_button {
    height: 50px;
}


.other-shop-info-links-button:nth-child(1) {
    margin-right: 20px;
}


.other-shop-info-box {
    max-width: 740px;
    margin: auto;
}

.movie-section-area {
    margin-bottom: 152px;
    padding-top: 150px;
    background: #FFF;
}

.movie-section {
    max-width: 998px;
    margin: auto;
    padding-bottom: 67px;
    border-radius: 50px;
    background: #fef8ea;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}

.movie-section__image {
    margin-top: -57px;
}

.movie-section__title {
    text-align: center;
    margin: auto;
}

.movie-section__content {
    max-width: 830px;
    margin: auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 30px;
}

.movie-item__title {
    font-size: 28px;
    line-height: 2.286;
    text-align: center;
    color: var(--base-color-sub);
}

.movie-item__video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.movie-item__iframe {
    width: 100%;
    height: 100%;
}

.trial-image-link {
    max-width: 742px;
    margin: auto;
}

.trial120 .qna_title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text-color);
}

.trial120 .qna_highlight {
    display: block;
    font-size: 36px;
    line-height: 64px;
    color: var(--base-color-sub);
}

.trial120 .qna .qna_item {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -6px rgba(114, 114, 114, 0.82);
}

.trial120 .qna .qna_item:first-of-type {
    margin: 40px auto 25px;
}

.trial120 .qna .qna_item:last-of-type {
    margin-bottom: 35px;
}

.trial120 .qna .qna_item dt {
    width: 100%;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    padding: 30px 90px 30px 80px;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    background-color: #44BA9D;
    background-image: url(../../photo/page/20241030/icon_q.svg), url(../../photo/page/20241030/icon_plus.svg);
    background-size: 24px auto, 35px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: left 30px center, right 20px center;
    border-radius: 5px;
}

.trial120 .qna .qna_item dt.active {
    background-image: url(../../photo/page/20241030/icon_q.svg), url(../../photo/page/20241030/icon_minus.svg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.trial120 .qna .qna_item dd {
    width: 100%;
    margin: 0;
    display: none;
    box-sizing: border-box;
    background: #FEF8EA;
    font-size: 16px;
    line-height: 1.8;
    padding: 30px 120px 30px 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.trial120 .qna .qna_item dd .space01 {
    margin-bottom: 20px;
}

.trial120 .qna .qna_item dd.active {
    display: block;
}

.trial120 .qna .qna_item dd a {
    text-decoration: underline;
    color: #00A39D;
}

.trial120 .qna .qna_item dd a:hover {
    text-decoration: none;
}

.trial120 .qna .btn_black {
    margin-top: 60px;
}

.faq-link {
    max-width: 960px;
    display: grid;
    margin: 0 auto 150px;
}

.faq-link__anchor {
    justify-self: end;
    max-width: 382px;
    color: #44BA9D;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-bottom: 2px solid #44BA9D;
}

.faq-link__anchor:hover {
    color: #44BA9D;
}

/* --------------------------------------
	component
-------------------------------------- */
.c-btn-box {}

.c-btn {
    padding: 10px;
    color: #FFF;
    display: grid;
    font-size: 21px;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 8px;
    align-items: center;
    min-height: 45px;
    border-radius: 10px;
    font-weight: bold;
    background: linear-gradient(#fdc965 0%, #ff6c00 100%);
}

.c-btn:hover {
    color: #FFF;
    transition: opacity 0.3s ease-in;
    opacity: 0.6;
}

.c-btn::before {
    content: '';
}

.c-btn::after {
    content: '';
    justify-self: end;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}

.c-hexagon {
    width: 135px;
    height: 117px;
    font-size: 24px;
    color: #FFF;
    background-color: var(--base-color-sub);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.c-hexagon::before {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

/* --------------------------------------
	utility
-------------------------------------- */
.u-img-flud {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.u-item-hover:hover,
a.u-item-hover:hover {
    transition: opacity 0.3s ease-in;
    opacity: 0.6;
}

.u-sp-only {
    display: none;
}

.u-pc-only {
    display: block;
}

/* --------------------------------------
    @media	
-------------------------------------- */
@media screen and (max-width: 768px) {
    .layout {
        background: url("../../photo/page/20241030/bg_dia01_sp.png") repeat top center;
        background-size: contain;
    }

    .u-sp-only {
        display: block;
    }

    .u-pc-only {
        display: none;
    }

    .other-shop-info {
        padding: 30px 0px 0px 0px;
    }

    .other-shop-info-text-box {
        flex-direction: column-reverse;
    }

    .other-shop-info-text {
        font-size: 25px;
        margin: 0 auto;
        line-height: 32px;
    }

    .other-shop-info-box {
        max-width: calc(100% - 20px);
        padding-bottom: 16px;
    }

    .other-shop-info-box img {
        width: 70px;
        height: auto;
    }

    .other-shop-info-links {
        display: block;
        margin: 16px auto 0px;
        width: calc(100% - 20px);
    }

    .other-shop-info-links-button {
        width: 270px;
        margin: 0 auto;
    }

    .other-shop-info-links-button-text {
        width: 270px;
    }

    .other-shop-info-links-button img {
        height: 35px;
        width: auto;
    }


    .other-shop-info-links-button .other_inoac_shop_logo {
        height: 46px;
    }

    .other-shop-info-links-button .inoac_shop_jumpwindow_button {
        height: 35px;
    }

    .other-shop-info-links-button:nth-child(1) {
        margin: 8px auto;
    }

    .other-shop-info-links-button p {
        font-size: 16px;
    }

    .other-shop-info-links-button-text {
        width: 270px;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .sleep-info {
        position: relative;
        z-index: 1;
        padding-bottom: 60px;
        text-align: center;
        background: #fff url(../../photo/page/20241030/bg_color_form_sp.png) no-repeat center center;
        background-size: cover;
    }

    .sleep-info__title {
        padding-top: 114px;
        font-size: 53px;
        font-weight: bold;
        line-height: 0.962;
        margin-bottom: 12px;
    }

    .sleep-info__campaign {
        margin-bottom: 210px;
        font-size: 20px;
    }

    .sleep-info__description {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 1em;
    }

    .sleep-info__fact {
        font-size: 13px;
        line-height: 2.308;
    }

    .sleep-info__explanation {
        font-size: 13px;
        line-height: 2.308;
    }

    .sleep-info__product-description {
        font-size: 13px;
        line-height: 2.308;
    }

    .product-feature {
        padding-bottom: 0px;
        background: url(../../photo/page/20241030/bg_dia02_sp.png) no-repeat bottom center;
        background-size: cover;
    }

    .product-feature__header {
        padding-top: 53px;
    }

    .product-feature__title {
        margin: 0 auto 59px;
        padding-top: 180px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.433;
        background: url(../../photo/page/20241030/icon_secret01_sp.svg) no-repeat top center;
        background-size: 150px 150px;
    }

    .product-feature__description {
        margin-bottom: 50px;
        padding: 29px 0;
        font-size: 14px;
        line-height: 2.143;
    }

    .product-feature__detail-area {
        padding: 0 12px;
    }

    .product-feature__detail {
        grid-auto-flow: row;
        padding: 20px;
        border-radius: 15px;
        grid-template-columns: 1fr;
    }

    .product-feature__term {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        color: var(--base-color-sub);
    }

    .product-feature__text {
        font-size: 14px;
        line-height: 2.143;
        font-weight: normal;
    }

    .product-feature__definition {
        margin-bottom: 0;
    }

    .product-feature__icon {
        width: 210px;
        height: 166px;
    }

    .product-benefit__heading {
        margin-bottom: 100px;
        font-size: 30px;
    }

    .product-benefit__summary {
        font-size: 30px;
    }

    .product-benefit__summary::before,
    .product-benefit__summary::after {
        left: 34px;
    }

    .product-benefit__summary::before {
        border-width: 6px;
    }

    .product-benefit__summary::after {
        border-width: 5px;
    }

    .product-benefit__intro {
        font-size: 30px;
        line-height: 1.433;
    }

    .expert-review-area {
        padding-left: 12px;
        padding-right: 12px;
    }

    .expert-review {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        border-radius: 10px;
    }

    .expert-review__title-image {
        margin-top: -51px;
    }

    .expert-profile__content {
        max-width: 185px;
        margin: auto;
        padding-top: 16px;
    }

    .expert-profile {
        max-width: 750px;
        margin: 0 auto 20px;
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 30px;
    }

    .expert-profile__affiliation {
        font-size: 14px;
    }

    .expert-profile__name {
        font-size: 16px;
        line-height: 1.5;
    }

    .expert-opinion__highlight {
        font-size: 20px;
        line-height: 1.5;
    }

    .expert-opinion__paragraph {
        font-size: 14px;
        line-height: 1.714;
    }

    .expert-review__image-link {
        margin-bottom: 80px;
    }

    .product-review {
        padding-top: 71px;
        background:url(../../photo/page/20241030/bg_wave_sp.png) no-repeat top center;
        background-size: contain;
    }

    .product-review__image-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-review__title {
        padding: 0px 20px 11px;
        font-size: 21px;
        line-height: 1.524;
    }

    .product-review__subtitle {
        font-size: 25px;
        line-height: 1.28;
        font-weight: bold;
    }

    .product-review__bg {
        display: block;
        background: url(../../photo/page/20241030/icon_line_left_sp.svg) no-repeat left center, url(../../photo/page/20241030/icon_line_right_sp.svg) no-repeat right center;
    }

    .product-review__space01 {
        padding: 60px 0;
    }

    .campaign-info {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        padding-left: 12px;
        padding-right: 12px;
    }

    .campaign-info__content {
        height: auto;
        padding: 20px 14px;
        border-radius: 0px 0px 16px 16px;
        margin-bottom: 70px;
    }

    .campaign-info__text {
        font-size: 12px;
        line-height: 1.75;
    }

    .campaign-info__highlight {
        font-size: 14px;
        line-height: 1.5;
    }

    .review-card__content {
        margin-bottom: 50px;
    }

    .review-card__header {
        display: block;
    }

    .review-card__title {
        font-size: 20px;
        padding-right: 0;
        letter-spacing: -0.6px;
    }

    .review-card__rating {
        display: block;
        margin-top: 8px;
    }

    .review-card__text {
        font-size: 15px;
        line-height: 1.867;
    }

    .review-card__tag {
        font-size: 11px;
    }

    .review-card__box {
        max-width: 350px;
    }

    .review-card__box {
        padding: 20px 30px;
    }

    .review-card__content .prev-arrow {
        left: 0;
        width: 10%;
    }

    .review-card__content .next-arrow {
        right: 0;
        width: 10%;
    }

    .product-box {
        margin: 0px auto;
        border-radius: 0;
        padding: 0px 12px 30px 12px;
    }

    .product-title {
        margin-top: -24%;
        margin-bottom: 35px;
    }

    .product-margin {
        margin-top: -81px;
    }

    figcaption.product-card__figcaption {
        max-width: 259px;
        min-height: 42px;
        font-size: 18px;
        margin: 0 auto;
        color: #fff;
    }

    .product-title_campaign{
        /*padding-top: 154px;*/
font-size:22px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .product-area {
        padding-bottom: 0px;
    }

    .product-card {
        margin: 0 auto 30px;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        row-gap: 65px;
        background: #DDFCF6;
    }

    .product-card__container {
        width: 100%;
        margin-bottom: 50px;
    }

    .product-card__specs {
        padding: 0 33px 20px 33px;
    }

    .product-card__price {
        font-size: 26px;
    }

    .product-card__spec-title {
        font-size: 9px;
    }

    .product-card__recommendation-title {
        font-size: 12px;
    }

    .product-card__recommendation {
        min-height: auto;
    }

    .product-card__price-box {
        padding-left: 33px;
        padding-right: 33px;
        grid-template-columns: 1fr 58px;
    }

    .product-card__recommendation-item {
        font-size: 12px;
    }

    .product-card__trial-icon {
        width: 58px;
        height: 58px;
        top: 12px;
    }

    .product-card__sub-image {
        margin-right: 0;
    }

    .product-card__recommendation-area {
        grid-template-columns: 1fr 98px;
    }

    .product-card__recommendation--image {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .movie-section-area {
        margin-bottom: 50px;
        padding-top: 110px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .movie-item__title {
        font-size: 20px;
        line-height: 3.2;
    }

    .movie-section {
        border-radius: 15px;
        padding-bottom: 40px;
    }

    .movie-section__content {
        grid-auto-flow: row;
        gap: 10px;
    }

    .movie-item__video {
        max-width: 285px;
        margin: auto;
    }

    .movie-section__image {
        width: 93px;
        height: 80px;
        margin-top: -39px;
    }

    .trial120 .qna_title {
        font-size: 18px;
    }

    .trial120 .qna_highlight {
        font-size: 20px;
    }

    .trial120 .qna {
        padding: 0 0 40px 0;
    }

    .trial120 .qna .qna_item {
        width: calc(100% - 20px);
        margin: 0 auto 16px;
        border-radius: 10px;
    }

    .trial120 .qna .qna_item:first-of-type {
        margin: 0 auto 16px;
    }

    .trial120 .qna .qna_item dt {
        padding: 18px 52px 18px 54px;
        background-size: auto 24px, auto 20px;
        background-position: left 20px center, right 20px center;
        font-size: 14px;
        line-height: 1.4;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .trial120 .qna .qna_item dt.active {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .trial120 .qna .qna_item dd {
        padding: 22px 20px;
        font-size: 12px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .faq-link {
        margin-bottom: 50px;
        width: calc(100% - 20px);
    }

    .faq-link__anchor {
        justify-self: end;
        max-width: 253px;
        font-size: 15px;
        padding: 10px 20px 10px 20px;
        background-size: 20px auto, 9px auto;
        background-repeat: no-repeat, no-repeat;
        background-position: left 10px center, right 20px center;
    }

    .c-btn {
        font-size: 18px;
    }

    .c-btn::after {
        width: 0.5em;
        height: 0.5em;
    }

    .product-card__old_price {
        font-size: 18px;
    }

    .product-card__old__tax {
        font-size: 10px;
        font-weight: bold;
    }


}

.m-notice {
    display: none;
}

@media screen and (min-width: 981px) {
    .m-notice {
        display: none;
        height: 55px;
    }

    .g-header__wrap {
        height: 55px;
    }

    /*.layout {
    margin-top: calc(min(64px, 4.7058823529vw) + min(48px, 3.5294117647vw))
  }*/
}

@media screen and (max-width: 980px) {
    /*.layout {
    margin-top: calc(min(64px, 17.0666666667vw) + min(40px, 10.6666666667vw))
  }*/
}

.br-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .br-sp {
        display: block;
    }
}

.br-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .review-card__nest {
        font-size: 14px;
    }
}

.sp-eyecatch-img {
    display: none;
}

@media screen and (max-width: 736px) {
    .sp-eyecatch-img {
        display: block;
    }

    .mv {
        margin-top: -36px;
        height: auto;
    }

    .responsive-image {
        margin-bottom: 10px;
        height: auto;
        background: none;
        margin-top: 100px;
    }
    .g-menu {
        top: min(55px, 4.7794117647vw);
    }
}

.g-breadcrumb{
display: none;
}

@media screen and (max-width: 736px) {
    .g-menu {
        top: min(55px, -0.220588vw)
    }

    .expert-review__image img{
        margin-bottom: 8px;
        }
        

    .g-breadcrumb {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .g-menu {
    top: min(55px)
}
}