.u-desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .u-mobile {
        display: none
    }
}

.text-primary {
    color: #334e70
}

.text-blue {
    color: #334e70
}

html {
    font-size: 16px
}

@media(max-width: 375px) {
    html {
        font-size: 4.2666666667vw
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 1.3333333333vw
    }
}

@media(min-width: 1200px) {
    html {
        font-size: 16px
    }
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (min-width: 768px) {
    a:hover {
        opacity: .8
    }
}

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

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul,
ol {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block;
    width: 100%
}

/*
article>*+* {
    margin-top: 1em
}
*/

input,
button,
textarea,
select {
    font: inherit
}

img:not([alt]) {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

textarea {
    resize: vertical
}

input[type=checkbox],
input[type=radio] {
    display: none
}

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

select::-ms-expand {
    display: none
}

body {
    font-family: "Noto Sans JP";
    color: #4d4d4d
}

h2 {
    font-weight: 500
}

.inner {
    width: 100%;
    padding-inline: 1.25rem;
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .inner {
        max-width: 1250px;
        padding-inline: 25px
    }
}

.footer {
    background-color: #fff;
    padding-block: 3.75rem 6.875rem
}

@media screen and (min-width: 768px) {
    .footer {
        padding-block: 5rem
    }
}

.footer__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #4d4d4d
}

@media screen and (min-width: 768px) {
    .footer__link-list {
        gap: 5rem;
        padding-bottom: 3.125rem
    }
}

.footer__link-logo {
    width: 2.5rem
}

@media screen and (min-width: 768px) {
    .footer__link-logo {
        width: 4.875rem
    }
}

.footer__link-caption {
    font-size: .75rem;
    font-weight: 300;
    margin-top: .25rem
}

@media screen and (min-width: 768px) {
    .footer__link-caption {
        font-size: 1.3125rem;
        margin-top: .4375rem
    }
}

.footer__detail {
    margin-top: 3.125rem;
    font-weight: 300
}

@media screen and (min-width: 768px) {
    .footer__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__details {
    padding-top: 50px;
    border-top: 1px solid #000
}

.footer__detail-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em
}

@media screen and (min-width: 768px) {
    .footer__detail-link-list {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width: 768px) {
    .footer__detail-link-item {
        font-size: 1.3125rem
    }
}

.footer__detail-link {
    text-decoration: underline
}

.footer__detail-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .footer__detail-bottom {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer__detail-logo {
    width: 13.5rem;
    margin-top: 3.125rem
}

@media screen and (min-width: 768px) {
    .footer__detail-logo {
        width: 23.75rem;
        margin-top: 0
    }
}

.footer__detail-text {
    margin-top: 1.1875rem;
    font-size: .6875rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .footer__detail-text {
        text-align: left;
        margin-top: 1.875rem;
        font-size: 1.3125rem
    }
}

.footer__detail-copyright {
    font-size: .75rem;
    margin-top: 3.125rem
}

@media screen and (min-width: 768px) {
    .footer__detail-copyright {
        font-size: 1rem;
        margin-top: 3.75rem
    }
}

.pagetop {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50px;
    right: 1%;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.pagetop.appear {
    opacity: 1
}

@media screen and (min-width: 768px) {
    .pagetop {
        border: 0;
        width: 60px;
        height: 60px;
        bottom: 5%
    }
}

.fixed-menu+.pagetop {
    bottom: 4.25rem
}

@media screen and (min-width: 768px) {
    .fixed-menu+.pagetop {
        bottom: 7.5rem
    }
}

.pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(20%) rotate(-45deg);
    transform: translateY(20%) rotate(-45deg)
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default
    }
}

.btn {
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 2.8125rem;
    max-width: 37.5rem
}

.btn__icon {
    width: 2.5rem;
    height: 1.5625rem;
    background-color: #2ab534;
    -webkit-mask-image: url(../images/icon/coupon.png);
    mask-image: url(../images/icon/coupon.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

@media screen and (min-width: 768px) {
    .btn__icon {
        width: 2.875rem;
        height: 1.8125rem
    }
}

.btn--arrow::after {
    position: absolute;
    content: "";
    width: .375rem;
    height: .625rem;
    background-color: #2ab534;
    -webkit-mask-image: url(../images/icon/arrow-right.png);
    mask-image: url(../images/icon/arrow-right.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .9375rem
}

@media screen and (min-width: 768px) {
    .btn--arrow::after {
        width: 1rem;
        height: 1.5rem;
        right: 2.5rem
    }
}

.btn--plus::after {
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    -webkit-mask-image: url(../images/icon/plus.png);
    mask-image: url(../images/icon/plus.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

@media screen and (min-width: 768px) {
    .btn--plus::after {
        width: 1.5rem;
        height: 1.5rem;
        right: 2.5rem
    }
}

.btn--plus.active::after {
    width: .75rem;
    height: .125rem;
    -webkit-mask-image: url(../images/icon/minus.png);
    mask-image: url(../images/icon/minus.png)
}

@media screen and (min-width: 768px) {
    .btn--plus.active::after {
        width: 1.5rem;
        height: .25rem
    }
}

.btn--line {
    padding: .9375rem 1.5rem;
    font-size: 1.125rem;
    background-color: #fff;
    color: #2ab534;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .375rem;
    margin-inline: auto;
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .btn--line {
        gap: .75rem;
        padding: 1.0625rem 2rem;
        font-size: 1.5rem
    }
}

.btn--line-green {
    padding: 1.0625rem 2rem;
    font-size: 1.125rem;
    background-color: #2ab534;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline: auto;
    gap: 12px
}

@media screen and (min-width: 768px) {
    .btn--line-green {
        font-size: 1.5rem
    }
}

.btn--line-green .btn__icon {
    background-color: #fff
}

.btn--red {
    padding: .9375rem;
    width: 100%;
    font-size: .875rem;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    font-weight: bold
}

.btn--red::after {
    background-color: #334e70
}

@media screen and (min-width: 768px) {
    .btn--red {
        font-size: 1.5rem;
        border-width: .125rem;
        padding: 1.6875rem 1.5rem 1.75rem
    }
}

.btn--green {
    padding: .9375rem;
    width: 100%;
    font-size: .875rem;
    border: 1px solid #4ea856;
    background-color: #fff;
    color: #4ea856;
    font-weight: bold
}

.btn--green::after {
    background-color: #4ea856
}

@media screen and (min-width: 768px) {
    .btn--green {
        font-size: 1.5rem;
        border-width: .125rem;
        padding: 1.6875rem 1.5rem 1.75rem
    }
}

.btn--reserve {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    padding: .625rem 2rem;
    background-color: #333;
    color: #fff
}

@media screen and (min-width: 768px) {
    .btn--reserve {
        font-size: 1.5rem;
        gap: 1.875rem
    }
}

.btn--reserve::before {
    display: inline-block;
    content: "";
    width: 1.1875rem;
    height: 2.1875rem;
    background: url("../images/icon/phone.png") center/cover
}

@media screen and (min-width: 768px) {
    .btn--reserve::before {
        width: 1.875rem;
        height: 3.375rem
    }
}

.btn--reserve::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: .5625rem;
    height: .9375rem;
    right: 1.25rem;
    background-color: #fff;
    -webkit-mask: url("../images/icon/arrow-right.png") center/cover;
    mask: url("../images/icon/arrow-right.png") center/cover
}

@media screen and (min-width: 768px) {
    .btn--reserve::after {
        width: .25rem;
        height: .5625rem;
        right: 1.75rem
    }
}

.btn--tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625rem 2rem;
    background-color: #333;
    color: #fff
}

@media screen and (min-width: 768px) {
    .btn--tel {
        font-size: 1.5rem
    }
}

.btn--tel::before {
    display: inline-block;
    content: "";
    width: 2.125rem;
    aspect-ratio: 1;
    background: url("../images/icon/tel.png") center/cover;
    margin-right: 1.25rem
}

@media screen and (min-width: 768px) {
    .btn--tel::before {
        width: 3.375rem;
        margin-right: 1.875rem
    }
}

.btn--tel::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: .5625rem;
    height: .9375rem;
    right: 1.25rem;
    background-color: #fff;
    -webkit-mask: url("../images/icon/arrow-right.png") center/cover;
    mask: url("../images/icon/arrow-right.png") center/cover
}

@media screen and (min-width: 768px) {
    .btn--tel::after {
        width: .25rem;
        height: .5625rem;
        right: 1.75rem;
        display: none
    }
}

.btn--primary {
    background-color: #334e70;
    color: #fff;
    width: 100%
}

.btn--down {
    position: relative;
    font-size: .875rem;
    padding: .9375rem 1.5rem;
    width: 100%
}

@media screen and (min-width: 768px) {
    .btn--down {
        font-size: 1.5rem;
        padding: 1.5rem 2rem
    }
}

.btn--down::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.75rem;
    width: .3125rem;
    height: .625rem;
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-mask: url("../images/icon/arrow-right.png") center/cover;
    mask: url("../images/icon/arrow-right.png") center/cover
}

@media screen and (min-width: 768px) {
    .btn--down::after {
        width: .8125rem;
        height: 1.5rem;
        right: 2.5rem
    }
}

.fixed-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 999
}

.fixed-menu.appear {
    opacity: 1
}

.fixed-menu--line {
    background-color: #2ab534
}

@media screen and (min-width: 768px) {
    .fixed-menu--line {
        background-color: #f6f6f6;
        padding: 1.25rem
    }
}

.fixed-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px
}

.fixed-menu__item {
    width: 50%
}

.fixed-menu__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .375rem;
    color: #fff;
    padding: 1.125rem .625rem 1.1875rem;
    font-weight: bold;
    line-height: 1.125;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 400px) {
    .fixed-menu__item a {
        font-size: .875rem
    }
}

.fixed-menu__item a::before {
    content: "";
    aspect-ratio: 1
}

.fixed-menu__item a::after {
    position: absolute;
    content: "";
    width: .375rem;
    height: .625rem;
    background-color: #fff;
    -webkit-mask-image: url(../images/icon/arrow-right.png);
    mask-image: url(../images/icon/arrow-right.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5625rem
}

.fixed-menu__item--store a {
    background-color: #334e70
}

.fixed-menu__item--store a::before {
    width: 1.125rem;
    background: url(../images/icon/search.png) center/cover
}

@media screen and (max-width: 400px) {
    .fixed-menu__item--store a::before {
        width: 1rem
    }
}

.fixed-menu__item--home a {
    background-color: #4d4d4d
}

.fixed-menu__item--home a::before {
    width: 1.25rem;
    background: url(../images/icon/deilvery.png) center/cover
}

@media screen and (max-width: 400px) {
    .fixed-menu__item--home a::before {
        width: 1.125rem
    }
}

.accordion__body {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #fff
}

.accordion__contents {
    text-align: left
}

.accordion__contents+.accordion__contents {
    margin-top: 1em
}

.accordion__contents h4 {
    margin-bottom: .375rem
}

.accordion__contents a {
    text-decoration: underline
}

.mv {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mv picture {
    display: block;
    width: 100%;
}

.mv img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .mv {
        width: 100%;
        max-width: none;
    }
}

.taisho {
    padding-block: .75rem 1.125rem;
    background: #e4ecf5
}

@media screen and (min-width: 768px) {
    .taisho {
        padding-block: .5625rem 3rem
    }
}

.taisho__title {
    font-size: 1.0625rem;
    text-align: center;
    color: #334e70
}

@media screen and (min-width: 768px) {
    .taisho__title {
        font-size: 1.9375rem
    }
}

.taisho__image {
    margin-top: .75rem
}

.tokuten {
    display: none;
    background-color: #e4ecf5;
    padding-block: .875rem 1.875rem
}

@media screen and (min-width: 768px) {
    .tokuten {
        display: block;
        padding-block: 3.125rem
    }
}

.tokuten__title {
    position: relative;
    font-size: 1.1875rem;
    color: #334e70;
    text-align: center
}

@media screen and (min-width: 768px) {
    .tokuten__title {
        font-size: 1.9375rem
    }
}

.tokuten__title::before,
.tokuten__title::after {
    position: absolute;
    content: "";
    background-color: #334e70;
    width: .125rem;
    height: 1.25rem;
    bottom: .375rem
}

@media screen and (min-width: 768px) {

    .tokuten__title::before,
    .tokuten__title::after {
        width: .25rem;
        height: 2.5rem;
        bottom: .125rem
    }
}

.tokuten__title::before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    left: calc(50% - 6.875rem)
}

@media screen and (min-width: 768px) {
    .tokuten__title::before {
        left: calc(50% - 12.25rem)
    }
}

.tokuten__title::after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    right: calc(50% - 6.875rem)
}

@media screen and (min-width: 768px) {
    .tokuten__title::after {
        right: calc(50% - 12.25rem)
    }
}

.tokuten__image {
    margin-top: .625rem;
    max-width: 46.875rem;
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .tokuten__image {
        margin-top: 1.625rem
    }
}

.tokuten__link {
    margin-top: .625rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .tokuten__link {
        margin-top: 2rem
    }
}

.line-top {
    padding-top: 1.25rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .line-top {
        margin-top: 4.0625rem
    }
}

@media screen and (min-width: 768px) {
    .line-top__inner {
        max-width: 1810px
    }
}

.line-top__body {
    padding: 2.25rem 1.25rem 2.125rem;
    background-color: #4EA856;
    color: #fff;
    text-align: center
}

@media screen and (min-width: 768px) {
    .line-top__body {
        padding-block: 5rem
    }
}

.line-top__lead {
    line-height: 1.4444;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .375rem;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {
    .line-top__lead {
        font-size: 1.5rem;
        gap: .875rem
    }
}

.line-top__lead::before,
.line-top__lead::after {
    content: "";
    width: 2.25rem;
    height: 2px;
    background: #fff
}

@media screen and (min-width: 768px) {

    .line-top__lead::before,
    .line-top__lead::after {
        width: 8.75rem
    }
}

.line-top__title {
    font-size: 1.25rem;
    line-height: 1.52;
    text-align: center;
    font-weight: bold;
    margin-top: 1.3125rem
}

@media screen and (min-width: 768px) {
    .line-top__title {
        font-size: 1.7rem
    }
}

.line-top__btn {
    margin-top: 1.375rem;
    font-weight: bold;
    text-align: center
}

@media screen and (min-width: 768px) {
    .line-top__btn {
        margin-top: 3.25rem
    }
}

.method {
    overflow-x: clip;
    padding-block: 1.5rem
}

@media screen and (min-width: 768px) {
    .method {
        padding-block: 3rem
    }
}

@media screen and (min-width: 768px) {
    .method__inner {
        max-width: 900px
    }
}

.method__title {
    font-size: 1.5rem;
    color: #334e70;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width: 768px) {
    .method__title {
        font-size: 3.125rem
    }
}

.method__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.5rem;
    margin-top: 2.5rem
}

@media screen and (min-width: 768px) {
    .method__contents {
        gap: 12.5rem
    }
}

.method__img {
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .method__img {
        margin-top: 2.5rem
    }
}

.method__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .625rem;
    font-size: 1.1875rem;
    color: #334e70;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 768px) {
    .method__lead {
        font-size: 1.9375rem
    }
}

.method__lead::before,
.method__lead::after {
    content: "";
    display: block;
    width: 3px;
    height: 42px;
    background-color: #334e70;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.method__lead::before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.method__lead::after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.method__subtitle {
    font-size: 1.625rem;
    letter-spacing: .02em;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    padding: .3125rem .625rem .4375rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .method__subtitle {
        font-size: 2.5rem
    }
}

.method__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    line-height: 2
}

@media screen and (min-width: 768px) {
    .method__text {
        font-size: 1.3125rem;
        margin-top: 2.5rem
    }
}

.method__text-line {
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF495));
    background: linear-gradient(transparent 50%, #FFF495 50%)
}

.method__point {
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .method__point {
        margin-top: 2.5rem
    }
}

.method__body {
    padding: 1.875rem;
    margin-top: 1.875rem;
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .method__body {
        margin-top: 2.5rem;
        padding: 2.8125rem 3.125rem 3.125rem
    }
}

.method__list {
    margin-top: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .method__list {
        gap: 1.25rem
    }
}

.method__step:nth-child(n+1) {
    border-bottom: 2px solid #cbcbcb
}

.method__banner {
    margin-top: 1.875rem;
    max-width: 660px;
    margin-inline: auto
}

.method__link {
    margin-top: 1.875rem;
    text-align: center
}

#store .method__item {
    /* margin-top: 80px */
}

#store {
    background-color: #E7E7E7;
}

#home {}

#pick {
    background-color: #fff9ef
}

#home .method__body {
    background-color: #e4ecf5
}

#pick .method__subtitle {
    font-size: 1.3125rem
}

@media screen and (min-width: 768px) {
    #pick .method__subtitle {
        font-size: 1.625rem
    }
}

#pick .method__step:last-child {
    border-bottom: 0
}

.method-step {
    padding-bottom: 1.25rem
}

@media screen and (min-width: 768px) {
    .method-step {
        padding-bottom: 1.875rem
    }
}

.method-step__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.method-step__num {
    padding-bottom: .5rem;
    font-weight: bold;
    font-family: "Circular Pro", sans-serif
}

@media screen and (min-width: 768px) {
    .method-step__num {
        font-size: 1.5rem;
        padding-bottom: .5625rem
    }
}

.method-step__num span {
    background-color: #334e70;
    font-family: "Noto Sans JP";
    color: #fff;
    padding: .1875rem .375rem .375rem;
    font-size: .625rem;
    font-weight: normal;
    margin-left: .625rem
}

@media screen and (min-width: 768px) {
    .method-step__num span {
        font-size: 1rem;
        margin-left: 1.25rem;
        padding: .1875rem .625rem .375rem
    }
}

.method-step__num::after {
    content: "";
    display: block;
    width: 1.125rem;
    height: .1875rem;
    background: #334e70
}

@media screen and (min-width: 768px) {
    .method-step__num::after {
        width: 1.6875rem;
        height: .25rem
    }
}

.method-step__way {
    font-size: 1.125rem;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .method-step__way {
        font-size: 1.6875rem;
        margin-top: .9375rem
    }
}

.method-step__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.0487804878%;
    flex: 0 0 53.0487804878%
}

@media screen and (min-width: 768px) {
    .method-step__img {
        margin-top: .375rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.8888888889%;
        flex: 0 0 28.8888888889%
    }
}

.method-step__text {
    margin-top: .625rem;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .method-step__text {
        margin-top: .9375rem;
        font-size: 1.125rem
    }
}

.method-step__text small {
    font-size: .75rem
}

@media screen and (min-width: 768px) {
    .method-step__text small {
        font-size: .875rem
    }
}

.method-point {
    background-color: #e4ecf5;
    padding: 1.875rem 1.25rem
}

@media screen and (min-width: 768px) {
    .method-point {
        padding: 1.25rem 3.125rem
    }
}

.method-point__title {
    color: #fff;
    background-color: #333;
    padding: .625rem;
    font-size: 1.1875rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50px
}

@media screen and (min-width: 768px) {
    .method-point__title {
        font-size: 1.625rem
    }
}

.method-point__list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.25rem
}

@media screen and (min-width: 768px) {
    .method-point__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.method-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-inline: 2.5rem;
    padding-block: 1.875rem
}

.method-point__item:nth-child(n+2) {
    border-top: 2px solid #cbcbcb
}

@media screen and (min-width: 768px) {
    .method-point__item:nth-child(n+2) {
        padding-block: .9375rem;
        border-top: none;
        border-left: 2px solid #cbcbcb
    }
}

.method-point__text {
    margin-top: 1.5rem;
    height: 3.75rem;
    font-size: 1.3125rem;
    font-weight: bold;
    text-align: center;
    color: #334e70
}

.method-pick__banner {
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .method-pick__banner {
        margin-top: 5rem
    }
}

.method-pick__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    padding-block: 1.875rem
}

@media screen and (min-width: 768px) {
    .method-pick__cta {
        padding-block: 5rem
    }
}

.method-pick__btn .btn {
    margin-inline: auto;
    margin-top: 10px
}

.method-pick__btn-title {
    text-align: center;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .method-pick__btn-title {
        font-size: 1.5rem
    }
}

.method-pick__btn-description {
    font-size: .75rem;
    text-align: center;
    margin-top: .3125rem;
    color: #334e70
}

@media screen and (min-width: 768px) {
    .method-pick__btn-description {
        font-size: 1rem;
        margin-top: .625rem
    }
}

.method-pick__why-problem {
    position: relative
}

.method-pick__why-problem::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid rgba(0, 0, 0, 0);
    border-left: 22px solid rgba(0, 0, 0, 0);
    border-top: 22px solid #334e70;
    border-bottom: 0
}

@media screen and (min-width: 768px) {
    .method-pick__why-problem::after {
        border-right: 50px solid rgba(0, 0, 0, 0);
        border-left: 50px solid rgba(0, 0, 0, 0);
        border-top: 40px solid #334e70
    }
}

.method-pick__why-us {
    background-color: #e4ecf5;
    color: #334e70;
    text-align: center;
    padding-block: 1.0625rem;
    border-radius: 1.25rem;
    margin-top: .8125rem
}

@media screen and (min-width: 768px) {
    .method-pick__why-us {
        padding-block: 2.5rem;
        margin-top: 1.25rem
    }
}

.method-pick__why-us .subtitle {
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .method-pick__why-us .subtitle {
        font-size: 2.5rem
    }
}

.method-pick__why-us p {
    font-size: 1.625rem
}

@media screen and (min-width: 768px) {
    .method-pick__why-us p {
        font-size: 4rem
    }
}

.method-pick__why-us .underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffffff));
    background: linear-gradient(transparent 80%, #ffffff 80%)
}

.method-pick__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .method-pick__point {
        margin-top: 5rem
    }
}

.method-pick__point-item {
    position: relative;
    background-color: #fff
}

.method-pick__point-item img {
    display: block;
    width: 52.2222222222%
}

.method-pick__point-item:nth-child(odd) img {
    margin-left: auto
}

.method-pick__point-item:nth-child(odd) img {
    margin-left: auto
}

.method-pick__point-item:nth-child(odd) .method-pick__text {
    left: 1.25rem
}

@media screen and (min-width: 768px) {
    .method-pick__point-item:nth-child(odd) .method-pick__text {
        left: 2.5rem
    }
}

.method-pick__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.25rem;
    font-size: 1.375rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}

@media screen and (min-width: 768px) {
    .method-pick__text {
        font-size: 2.25rem;
        right: 2.5rem
    }
}

.method-pick__text span {
    background-color: #333;
    color: #fff;
    padding: .375rem .625rem
}

.method-pick__graph {
    margin-top: 1.875rem;
    width: calc(100% - 100px);
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .method-pick__graph {
        margin-top: 5rem
    }
}

.pick-method__us {
    background-color: #fff;
    padding: 1.875rem 1.25rem;
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .pick-method__us {
        padding: 3.125rem;
        margin-top: 5rem
    }
}

.pick-method__us-title {
    color: #334e70;
    font-size: 1.5625rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .pick-method__us-title {
        font-size: 3.25rem
    }
}

.pick-method__us-description {
    text-align: center;
    margin-top: 1.875rem;
    line-height: 2
}

@media screen and (min-width: 768px) {
    .pick-method__us-description {
        font-size: 1.3125rem
    }
}

.pick-method__us-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 1.875rem
}

@media screen and (min-width: 768px) {
    .pick-method__us-list {
        margin-top: 3.125rem
    }
}

.pick-method__us-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    background-color: #e4ecf5;
    padding: 1.625rem 1.25rem;
    font-size: 1.125rem;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    .pick-method__us-item {
        font-size: 2rem;
        padding: 2.8125rem 3.125rem;
        gap: 2.5rem
    }
}

.pick-method__us-item::before {
    content: "";
    display: block;
    width: 2.875rem;
    height: 2.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/icon/checkbox.png) center/cover
}

@media screen and (min-width: 768px) {
    .pick-method__us-item::before {
        width: 4rem;
        height: 3.375rem
    }
}

.line {
    padding-block: 2.5rem;
    background-color: #f0f7f0;
    margin: 50px auto;
}

@media screen and (min-width: 768px) {
    .line {
        padding-block: 5.5rem 6.25rem;
        background-color: #f0f7f0;
        margin: 50px auto 0;
    }
}

.line__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .line__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 1.25rem
    }
}

.line__text-wrap {
    text-align: center;
    font-weight: bold;
    display: contents
}

@media screen and (min-width: 768px) {
    .line__text-wrap {
        display: block;
        text-align: center;
        font-size: 1.5rem
    }
}

.line__title {
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (min-width: 768px) {
    .line__title {
        font-size: 2.5rem
    }
}

.line__title span,
.line__lead span {
    color: #4EA856
}

.line__lead {
    margin-top: .3125rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width: 768px) {
    .line__lead {
        margin-top: 10px;
    }
}

.line__text {
    margin-top: 1.25rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 3
}

@media screen and (min-width: 768px) {
    .line__text {
        margin-top: 1.875rem
    }
}

.line__img {
    width: calc(100% - 60px);
    margin-top: 1.25rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (min-width: 768px) {
    .line__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.4545454545%;
        flex: 0 0 45.4545454545%;
        margin: 0
    }
}

.line__btn {
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

@media screen and (min-width: 768px) {
    .line__btn {
        margin-top: 3.875rem
    }
}

.line--ec .line__lead {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.line--ec .line__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.line--ec .line__lead,
.line--ec .line__text {
    margin-top: .5rem
}

.line-bottom {
    background-color: #4EA856;
    color: #fff;
    text-align: center;
    padding-block: 2rem 2.25rem;
}

@media screen and (min-width: 768px) {
    .line-bottom {
        padding-block: 2.75rem 3rem;
    }

    .line-bottom .inner {
        max-width: 52rem;
        margin-inline: auto;
    }
}

.line-bottom__title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.line-bottom__title-w,
.line-bottom__title-w2 {
    color: #fff;
}

.line-bottom__title-em {
    color: #f0f04b;
}

@media screen and (min-width: 768px) {
    .line-bottom__title {
        font-size: 1.75rem;
        line-height: 1.42;
        letter-spacing: 0.03em;
    }
}

.line-bottom__btn {
    margin-top: 1.25rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .line-bottom__btn {
        margin-top: 1.375rem;
    }
}

.line-bottom .btn.btn--arrow.btn--line {
    width: 100%;
    max-width: 22.5rem;
    margin-inline: auto;
    padding: 0.6875rem 0.75rem 0.6875rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #76a365;
    background-color: #fff;
    border-radius: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .line-bottom .btn.btn--arrow.btn--line {
        max-width: 41rem;
        padding: 0.75rem 1rem 0.75rem 1rem;
        font-size: 1rem;
        gap: 0.625rem 0.875rem;
    }
}

.line-bottom .btn.btn--arrow.btn--line .btn__text {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    color: #76a365;
    font-weight: 700;
    text-align: center;
}

.line-bottom .btn.btn--arrow.btn--line .btn__icon {
    -ms-grid-column: 1;
    grid-column: 1;
    background-color: #76a365;
}

.line-bottom .btn.btn--arrow.btn--line::after {
    position: static;
    -ms-grid-column: 3;
    grid-column: 3;
    justify-self: end;
    width: 2rem;
    height: 2rem;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    border-radius: 50%;
    background-color: #76a365;
    background-image: url(../images/icon/ic_arrow_wh-Drh4EGyo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
    -webkit-mask-image: none;
    mask-image: none;
}

.line-bottom__foot {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .line-bottom__foot {}
}

.line-bottom__notes {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
}

@media screen and (min-width: 768px) {
    .line-bottom__notes {}
}

.line-bottom__link {
    text-decoration: underline;
    text-underline-offset: 0.15em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .line-bottom__link {}
}

.line-bottom__link:visited {
    color: #fff;
}

.product {
    padding-block: 1.25rem 3.125rem
}

@media screen and (min-width: 768px) {
    .product {
        padding-block: 5rem 6.5rem
    }
}


.product__header-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.product__header-content {
    font-size: 1rem;
    font-weight: bold;
}

.product__header-content .notice {
    display: block;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .product__header-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .product__header-content {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .product__header-content .notice {
        font-size: 1rem;
        display: inline;
        padding-left: 15px;
    }
}


.product__title {
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .product__title {
        font-size: 2.5rem
    }
}

.product__kaitori-link a {
    display: block;
    text-align: center;
    font-weight: 300;
    text-decoration: underline
}

@media screen and (min-width: 768px) {
    .product__kaitori-link a {
        font-size: 1.5rem
    }
}

.product__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem;
    margin-top: 1.25rem
}

@media screen and (min-width: 768px) {
    .product__nav-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.6875rem;
        margin-top: 2.5625rem
    }
}

.product__nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e4ecf5;
    color: #334e70;
    font-weight: 700;
    padding: .25rem .625rem .3125rem;
    font-size: 1.25rem
}

@media screen and (min-width: 768px) {
    .product__nav-link {
        font-size: 2.125rem;
        padding: .375rem .625rem .75rem
    }
}

.product__nav-link span {
    color: #4d4d4d;
    font-weight: 300;
    font-size: .625rem;
    margin-top: -0.125rem
}

@media screen and (min-width: 768px) {
    .product__nav-link span {
        font-size: .875rem;
        margin-top: -0.4375rem
    }
}

.product__nav-link::after {
    position: absolute;
    display: block;
    content: "";
    width: .625rem;
    height: .3125rem;
    background: url("../images/icon/arrow-down.png") center/cover;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: .75rem
}

@media screen and (min-width: 768px) {
    .product__nav-link::after {
        width: 1rem;
        height: .5rem;
        right: 1.25rem
    }
}

.product__subtitle {
    background-color: #e4ecf5;
    color: #334e70;
    font-weight: 700;
    padding: .0625rem 1.25rem .25rem;
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .product__subtitle {
        font-size: 2.5rem;
        padding: .4375rem 2.5rem .5625rem
    }
}

.product__subtitle span {
    color: #4d4d4d;
    font-weight: 300;
    font-size: .75rem;
    margin-left: 1.25rem
}

@media screen and (min-width: 768px) {
    .product__subtitle span {
        font-size: 1.3125rem
    }
}

.product__contents {
    /* margin-top: 2rem */
}

@media screen and (min-width: 768px) {
    .product__contents {
        /* margin-top:5rem */
    }
}

.product__contents+.product__contents {
    /* margin-top: 3.125rem */
}


.mv-lead .lead-text {
    margin-top: 20px;
    display: block;
    ;
}

@media screen and (min-width: 768px) {
    .mv-lead .lead-text {
        text-align: center;
    }
}

.product__list,
.catch__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem 1.25rem;
    margin-top: 1.25rem
}

.catch {
    margin: 20px 0;
    background: #f7f7f7;
    padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
    .catch img {
        max-width: 1035px;
        margin: 0 auto;
    }
}

.catch__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem 0;
}

.catch .catch__list {
    margin-top: 0;
}

@media screen and (min-width: 768px) {

    .product__list,
    .catch__list {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        margin-top: 2.5rem
    }
}

.product__link {
    margin-top: 1.875rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .product__link {
        margin-top: 3.75rem
    }
}


.product-item {
    font-weight: bold;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    gap: 0
}

.catch-item {
    background-color: #fff;
    padding: 10px;
}

.catch-item__title {
    background-color: #e66d0e;
    color: #fff;
    text-align: center;
    padding: 2.5px;
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.product-item__brand {
    font-size: .75rem;
    margin-top: .625rem
}

@media screen and (min-width: 768px) {
    .product-item__brand {
        font-size: 1.125rem
    }
}


.product-item__name {
    font-size: .75rem;
    margin-top: .1875rem;
    line-height: 1.16;
    min-height: 2em
}

.catch-item__name {
    font-size: 1rem;
    margin-top: .1875rem;
    line-height: 1.16;
    min-height: 2em;
    text-align: center;
    ;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .product-item__name {
        font-size: 1.125rem;
        margin-top: .6875rem;
        line-height: 1.3333
    }
}

.product-item__regular {
    font-size: 1rem;
    margin-top: .4375rem;
    line-height: 1.16
}

.product-item__regular-title {
    font-size: 1.2rem;
    margin-top: .4375rem;
    line-height: 1.16;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .product-item__regular {
        font-size: 1.3rem;
        margin-top: .6875rem
    }

    .product-item__regular-title {
        font-size: 1.6rem;
        margin-top: .6875rem;
    }
}

.product-item__limit {
    color: #d31555;
    font-size: 1rem;
    margin-top: .1875rem;
    line-height: 1.4444
}

@media screen and (min-width: 768px) {
    .product-item__limit {
        font-size: 1.5rem;
        margin-top: .375rem;
        line-height: 1.4583
    }
}

.product-item__price {
    color: #d31555;
    font-size: 1.6875rem;
    margin-top: -0.375rem
}

.catch-item__price {
    color: #e66d0e;
    font-size: 2rem;
    margin-top: -0.375rem;
    font-weight: bold;
    text-align: center;
}

.catch-item__notice {
    text-align: center;
}


@media screen and (min-width: 768px) {
    .product-item__price {
        font-size: 2.5625rem;
        margin-top: -0.75rem
    }
}

.product-item__price-yen {
    font-size: 1.3125rem
}

@media screen and (min-width: 768px) {
    .product-item__price-yen {
        font-size: 2rem
    }
}

.page-nav {
    padding-block: 1.875rem .625rem
}

@media screen and (min-width: 768px) {
    .page-nav {
        padding-block: 2.5rem
    }
}

.page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem
}

@media screen and (min-width: 768px) {
    .page-nav__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.875rem
    }
}

.page-nav__item {
    width: calc(50% - .625rem)
}

@media screen and (min-width: 768px) {
    .page-nav__item {
        width: auto
    }
}

/* タブコンテンツ */

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-section {
    display: flex;
    margin: 1rem auto;
}

.tab {
    font-size: 14px;
    padding: 10px 5px;
    flex: 1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #314F73;
    color: #314F73;
    cursor: pointer;
}

.tab.active {
    background-color: #314F73;
    color: white;
}

@media screen and (min-width: 768px) {
    .tab-section {
        margin: 30px auto;
    }

    .tab {
        font-size: 27px;
        padding: 3px;
    }
}

.inner>.button-nav {
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .inner>.button-nav {
        flex-direction: row;
        align-items: stretch;
        gap: 0.75rem;
        padding-top: 1.25rem;
    }
}

.service-button {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    background: #4d4d4d;
    border-radius: 0;
}

.service-button:first-child {
    margin-top: 0;
}

.service-button.no-icon {
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    margin-bottom: 0;
    //* padding: 10px;*//
}

.service-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 52px 8px 16px;
    position: relative;
    min-height: 60px;
}


.service-button.no-icon a {
    padding: 14px 52px 14px 16px;
}

.service-button a:after {
    position: absolute;
    content: "";
    top: 52%;
    right: 14px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/icon/ic_arrow_bl-Z8nvVD_i.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
}

.service-button.no-icon a:after {
    background-color: #4d4d4d;
    background-image: url(../images/icon/ic_arrow_wh-Drh4EGyo.svg);
    background-size: 7px 12px;
    width: 28px;
    height: 28px;
    right: 14px;
    top: 50%;
}

.service-button-text {
    pointer-events: none;
    color: #fff;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0 8px;
    position: relative;
    margin: 0;
    display: block;
}

.service-button.no-icon .service-button-text {
    color: #1a1a1a;
    margin: 0;
}

.service-button-text small {
    font-size: 12px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
    .service-button-text {
        font-size: 20px;
    }

    .service-button-text small {
        font-size: 14px;
    }
}

.service-button-icon {
    pointer-events: none;
    display: none;
}

.service-button-icon img {
    width: 35px;
    height: 38px;
}

.header {
    position: relative;
    z-index: 1;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

@media screen and (min-width: 768px) {
    .header {
        height: 60px
    }

    .p-logo__img {
        width: 212px;
    }
}

.button-nav .lead-text {
    display: block;
}

.lead-text {
    font-size: 14px;
    margin: 15px auto;
    display: none;
}

.lead-text.active {
    display: block;
}

.lead-text a,
#notice a {
    color: #41A0FF;
    text-decoration: underline;
}


@media screen and (min-width: 768px) {
    .lead-text {
        font-size: 16px;
    }
}


#notice-toggle-btn {
    /* max-width: 37.5rem; */
    margin: 40px auto 0;
    /* border: 1px solid #334e70; */
    background-color: #f9f9f9;
    display: block;
    padding: 1rem 0.5rem;
    text-decoration: none;
    color: #334e70;
    font-weight: bold;
    position: relative;
}

#notice-toggle-btn::before {
    border-top: 2px solid #334e70;
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    right: 19px;
    transform: rotate(-90deg);

}

#notice-toggle-btn.active::before {
    display: none;
    ;
}

#notice-toggle-btn::after {
    border-top: 2px solid #333;
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    right: 20px;

}



#notice {
    text-align: left;
    background: #e4ecf5;
    padding: 0.5rem;

    display: none;
}

#notice-toggle-btn.active+#notice {
    display: block;
}

.cta-btn {
    margin: 1.5rem 0 0;
}



.kmyb-wrap {
    box-sizing: border-box;
    width: 100%;
    background: #f5f5f5;
    padding: 8px 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kmyb-block {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.kmyb-head {
    flex: 0 0 22%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 3px;
    box-sizing: border-box;
}

.kmyb-head-label {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03em;
    text-align: center;
    word-break: break-all;
    line-height: 1.3;
}

.kmyb-rate-area {
    flex: 0 0 22%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 2px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.kmyb-rate {
    font-size: 13px;
    font-weight: 900;
    color: #111;
    line-height: 1;
    white-space: nowrap;
}

.kmyb-note {
    font-size: 7px;
    color: #888;
    text-align: center;
    line-height: 1.3;
    word-break: break-all;
    margin-top: 2px;
}

.kmyb-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.kmyb-brand-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 8px 7px 10px;
    text-decoration: none;
    color: #111;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.12s;
    gap: 4px;
}

.kmyb-brand-link:last-child {
    border-bottom: none;
}

.kmyb-brand-link:hover {
    background: #f5f5f5;
}

.kmyb-brand-name {
    flex: 1;
    min-width: 0;
    word-break: break-all;
}

.kmyb-arrow {
    font-size: 12px;
    color: #aaa;
    flex-shrink: 0;
    transition: transform 0.12s;
}

.kmyb-brand-link:hover .kmyb-arrow {
    transform: translateX(2px);
}

.kmyb-wrap--in-product {
    margin-top: 16px;
    margin-bottom: -16px;
}

@media (min-width: 768px) {
    .kmyb-wrap {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px 4px;
    }

    .kmyb-head-label {
        font-size: 14px;
    }

    .kmyb-rate {
        font-size: 16px;
    }

    .kmyb-note {
        font-size: 10px;
    }

    .kmyb-rate-area {
        padding: 10px;
    }

    .kmyb-head {
        flex: 0 0 auto;
    }

    .kmyb-rate-area {
        flex: 0 0 auto;
    }

    .kmyb-block {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .kmyb-right {
        flex: 1;
    }

    .kmyb-brand-name {
        text-align: center;
        font-size: 14px;
    }
}

/* === campaign LP overrides (元 campaign-design.css) === */
/* KOMEHYO 買取CP LP — Figma（Group 76）準拠の見た目上書き */

body.campaign-lp {
    --cd-pink: #ff2d7a;
    --cd-pink-soft: #ff6a9d;
    --cd-pink-deep: #d4145a;
    --cd-black: #0a0a0a;
    --cd-surface: #141414;
    --cd-cta: #4a4a4a;
    --cd-tab-active: #1f1f1f;
    --cd-muted: #b8b8b8;
    --cd-sheet: #e8e8e8;
    --cd-card: #ffffff;
    background-color: var(--cd-black);
    color: #f0f0f0;
}

body.campaign-lp .text-primary,
body.campaign-lp .text-blue {
    color: var(--cd-pink-soft);
}

/* Header */
body.campaign-lp .header {
    background: var(--cd-black);
    border-bottom: 1px solid rgba(255, 45, 122, 0.35);
}

body.campaign-lp .p-logo__img {
    filter: brightness(0) invert(1);
}

/* Hero */
body.campaign-lp .mv {
    background: var(--cd-black);
}

body.campaign-lp .mv img {
    width: 100%;
    height: auto;
}

/* カテゴリ（ピンク枠 × 黒背景） */
body.campaign-lp .kmyb-wrap {
    background: var(--cd-black);
    padding: 1.25rem 1rem 1.5rem;
    gap: 0.875rem;
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .kmyb-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        max-width: 1200px;
        margin: 0 auto;
        padding: 1.5rem 1.25rem 2rem;
    }
}

body.campaign-lp .kmyb-block {
    flex-direction: column;
    align-items: stretch;
    border: 2px solid var(--cd-pink);
    border-radius: 14px;
    overflow: hidden;
    background: var(--cd-surface);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body.campaign-lp .kmyb-head {
    flex: none;
    width: 100%;
    background: linear-gradient(135deg, var(--cd-pink-deep) 0%, #c41055 100%);
    padding: 0.65rem 0.5rem;
}

body.campaign-lp .kmyb-head-label {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .kmyb-head-label {
        font-size: 1rem;
    }
}

body.campaign-lp .kmyb-rate-area {
    flex: none;
    width: 100%;
    background: transparent;
    border: none;
    padding: 1rem 0.75rem 0.5rem;
}

body.campaign-lp .kmyb-rate {
    font-size: 1.75rem;
    color: var(--cd-pink-soft);
    font-weight: 900;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .kmyb-rate {
        font-size: 2rem;
    }
}

body.campaign-lp .kmyb-note {
    color: var(--cd-muted);
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .kmyb-note {
        font-size: 0.6875rem;
    }
}

body.campaign-lp .kmyb-right {
    flex: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border: none;
}

body.campaign-lp .kmyb-brand-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.campaign-lp .kmyb-brand-link:hover {
    background: rgba(255, 45, 122, 0.12);
}

body.campaign-lp .kmyb-arrow {
    color: var(--cd-pink-soft);
}

body.campaign-lp .kmyb-wrap--in-product {
    margin-top: 1.25rem;
}

/* CTA（グレー・矩形・左記デザインと同一） */
body.campaign-lp .service-button {
    background: #4d4d4d;
    border-radius: 0;
    overflow: visible;
    border: none;
    box-shadow: none;
}

body.campaign-lp .service-button.no-icon {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

body.campaign-lp .service-button.no-icon .service-button-text {
    color: #1a1a1a;
}

body.campaign-lp .service-button a {
    padding: 14px 52px 14px 16px;
    min-height: 52px;
}

body.campaign-lp .service-button.no-icon a:after {
    filter: none;
    opacity: 1;
    background-color: #4d4d4d;
    background-image: url(../images/icon/ic_arrow_wh-Drh4EGyo.svg);
    background-size: 7px 12px;
}

/* LINE 上段 */
body.campaign-lp .line-top__body {
    background: #4EA856;
    border-radius: 0;
}

body.campaign-lp .line-top__lead::before,
body.campaign-lp .line-top__lead::after {
    background: rgba(255, 255, 255, 0.95);
}

/* 買取方法ブロック */
body.campaign-lp .campaign-method-intro {
    background: var(--cd-black);
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

body.campaign-lp .campaign-method-intro .inner {
    padding-bottom: 0.5rem;
}

body.campaign-lp .campaign-method-intro .product__title {
    color: #fff;
    text-align: center;
    margin-bottom: 0.25rem;
}

body.campaign-lp .campaign-method-intro .lead-text {
    color: #e6e6e6;
}

body.campaign-lp .campaign-method-intro .lead-text b,
body.campaign-lp .campaign-method-intro .lead-text a {
    color: #fff;
}

body.campaign-lp .campaign-method-intro .lead-text a {
    color: var(--cd-pink-soft);
    text-decoration: underline;
}

body.campaign-lp .tab-section {
    gap: 0;
    margin: 1rem auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

body.campaign-lp .tab {
    background: #fff;
    color: var(--cd-black);
    border: none;
    font-weight: 700;
    padding: 0.65rem 0.35rem;
}

body.campaign-lp .tab.active {
    background: var(--cd-tab-active);
    color: #fff;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .tab {
        font-size: 1.25rem;
        padding: 0.75rem 0.5rem;
    }
}

.tab-panel {
    padding: 1.25rem 0 2rem;
}

/* 各買取フロー：グレー地上に白カード */
body.campaign-lp .tab-panel .method.tab-content {
    background: var(--cd-sheet);
    padding: 1.25rem 0 2rem;
}

body.campaign-lp .tab-panel .method__inner {
    max-width: 960px;
}

body.campaign-lp .tab-panel .method__item {
    background: var(--cd-card);
    border-radius: 16px;
    padding: 1rem 1rem 1.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

body.campaign-lp .method__lead {
    color: var(--cd-black);
}

body.campaign-lp .method__lead::before,
body.campaign-lp .method__lead::after {
    background-color: var(--cd-pink);
}

body.campaign-lp .method__subtitle {
    background: var(--cd-tab-active);
    color: #fff;
    border-radius: 8px;
}

body.campaign-lp .method__text {
    color: #333;
}

body.campaign-lp .method-step__num {
    color: var(--cd-pink);
}

body.campaign-lp .method-step__way {
    color: var(--cd-black);
}

body.campaign-lp .method-step__text {
    color: #444;
}

body.campaign-lp .method-point__title {
    color: var(--cd-black);
}

body.campaign-lp .method-point__text {
    color: #333;
}

body.campaign-lp .pick-method__us-title,
body.campaign-lp .pick-method__us-description {
    color: #333;
}

body.campaign-lp .pick-method__us-item p {
    color: #444;
}

body.campaign-lp .method-pick__btn-title.text-primary {
    color: var(--cd-pink-deep);
}

body.campaign-lp .btn.btn--red {
    background: var(--cd-pink);
    border-radius: 999px;
}

body.campaign-lp .btn.btn--reserve {
    border-radius: 999px;
}

body.campaign-lp .btn.btn--tel {
    border-radius: 999px;
}

/* 中段・下段 CTA セクション背景 */
body.campaign-lp .button-nav .inner,
body.campaign-lp .cta-btn {
    background: var(--cd-black);
}

body.campaign-lp .cta-btn .inner {
    padding-bottom: 1rem;
}

body.campaign-lp .campaign-cta-band {
    background: var(--cd-black);
}

body.campaign-lp .campaign-cta-band .inner {
    background: transparent;
}

/* 事例・注意事項エリア */
body.campaign-lp .campaign-product {
    background: var(--cd-black);
    padding: 2rem 0 2.5rem;
}

body.campaign-lp .campaign-product .lead-text {
    color: #eee;
}

body.campaign-lp .campaign-product .lead-text b {
    color: #fff;
}

body.campaign-lp #notice-toggle-btn {
    background: #2a2a2a;
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

body.campaign-lp #notice-toggle-btn::before,
body.campaign-lp #notice-toggle-btn::after {
    border-top-color: #fff;
}

body.campaign-lp #notice {
    background: #f2f2f2;
    color: #333;
    border-radius: 0 0 8px 8px;
}

body.campaign-lp #notice a {
    color: #d4145a;
}

/* LINE 査定 */
body.campaign-lp .line {
    background: linear-gradient(145deg, #063d22 0%, var(--cd-black) 55%);
}

body.campaign-lp .line__title,
body.campaign-lp .line__lead,
body.campaign-lp .line__text {
    color: #fff;
}

body.campaign-lp .btn.btn--green {
    background: #06c755;
    border-radius: 999px;
}

body.campaign-lp .line-bottom {
    background: var(--cd-black);
}

body.campaign-lp .line-bottom__title {
    color: #fff;
}

body.campaign-lp .line-bottom__notes {
    color: var(--cd-muted);
}

body.campaign-lp .line-bottom__link {
    color: var(--cd-pink-soft);
}

/* フッターは紙面として白 */
body.campaign-lp .footer {
    background: #fff;
    color: #333;
}

body.campaign-lp .footer__detail-text,
body.campaign-lp .footer__detail-copyright {
    color: #555;
}

body.campaign-lp .pagetop_arrow {
    filter: brightness(0) invert(1);
}

/* === FV下 説明文 + 4カードプロモ（SPでも4列横並び） === */

.kmyb-promo-section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem 0.5rem 0;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .kmyb-promo-section {
        padding: 1rem 1rem 0;
        max-width: 1200px;
    }
}

.kmyb-promo-disclaimer {
    margin: 0 auto 0.625rem;
    padding: 0 0.125rem;
    font-size: clamp(0.5625rem, 2.15vw, 0.75rem);
    line-height: 1.65;
    color: #1a1a1a;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .kmyb-promo-disclaimer {
        margin-bottom: 0.875rem;
        font-size: 17px;
    }
}

.kmyb-wrap.kmyb-wrap--promo {
    --kmyb-promo-pink: #db7c94;
    --kmyb-promo-bg: #fcf5f7;
    --kmyb-promo-head: #db7c94;
    --kmyb-promo-dash: #8ec9e8;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.375rem 0.875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 0.3rem;
    background: #fff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    .kmyb-wrap.kmyb-wrap--promo {
        padding: 0 0 1.5rem;
        gap: clamp(0.45rem, 1.2vw, 0.75rem);
    }
}

.kmyb-wrap.kmyb-wrap--promo .kmyb-card {
    position: relative;
    border: 1px solid rgba(219, 124, 148, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .kmyb-wrap.kmyb-wrap--promo .kmyb-card:nth-child(3)::before {
        content: "";
        position: absolute;
        left: calc(-0.5 * clamp(0.45rem, 1.2vw, 0.75rem) - 0.5px);
        top: 10%;
        bottom: 10%;
        width: 0;
        border-left: 1px dashed var(--kmyb-promo-dash, #8ec9e8);
        pointer-events: none;
    }
}

.kmyb-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.kmyb-card__head {
    background: var(--kmyb-promo-head, #db7c94);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: clamp(0.5rem, 2.8vw, 0.875rem);
    letter-spacing: 0.04em;
    padding: 0.35rem 0.0625rem 0.3rem;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .kmyb-card__head {
        font-size: clamp(0.75rem, 1.1vw, 0.875rem);
        padding: 0.625rem 0.5rem 0.5625rem;
        letter-spacing: 0.06em;
    }
}

.kmyb-card__body {
    flex: 1 1 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: var(--kmyb-promo-bg, #fcf5f7);
    padding: 0.3rem 0.125rem 0.35rem;
    min-height: 0;
    min-height: clamp(5.75rem, 3vw, 9.5rem);
}

@media screen and (min-width: 768px) {
    .kmyb-card__body {
        padding: 1.125rem 0.75rem 1rem;
        min-height: 12rem;
    }
}

.kmyb-card__brands {
    font-size: 7px;
    color: #1a1a1a;
    line-height: 1.45;
    min-height: 30px;
}

@media screen and (min-width: 768px) {
    .kmyb-card__brands {
        min-height: 30px;
        font-size: 14px;
    }
}

.kmyb-card__rate {
    grid-row: 2;
    display: flex;
    max-width: 100%;
    color: var(--kmyb-promo-pink, #db7c94);
    line-height: 1;
}

.kmyb-card__rate-num {
    font-family: "Playfair Display", "Noto Serif JP", Georgia, serif;
    font-weight: 400;
    line-height: 0.03;
    letter-spacing: -0.02em;
    font-size: 50px;
}

.kmyb-card__rate-suffix {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.kmyb-card__rate-pct {
    font-family: "Playfair Display", "Noto Serif JP", Georgia, serif;
    font-weight: 400;
    font-size: clamp(0.55rem, 2vw, 1.25rem);
    line-height: 1;
}

.kmyb-card__rate-up {
    font-family: "Playfair Display", "Noto Sans JP", Georgia, serif;
    letter-spacing: 0.08em;
    font-size: clamp(0.55rem, 2vw, 1.25rem);
}

@media screen and (min-width: 768px) {
    .kmyb-card__rate-num {
        font-size: 100px;
    }

    .kmyb-card__rate-pct {
        font-size: 20px;
    }

    .kmyb-card__rate-up {
        font-size: 20px;
    }
}

.kmyb-card__note {
    grid-row: 3;
    -ms-grid-row-align: end;
    align-self: end;
    width: 100%;
    margin: 0;
    padding-top: 0.25rem;
    font-size: clamp(0.375rem, 1.4vw, 0.6875rem);
    color: #1a1a1a;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .kmyb-card__note {
        padding-top: 0.625rem;
        font-size: clamp(0.5625rem, 0.85vw, 0.6875rem);
    }
}

/* campaign-lp 時は一般 .kmyb-wrap 上書きよりプロモ4カードを優先 */
body.campaign-lp .kmyb-promo-section {
    background: #fff;
}

body.campaign-lp .kmyb-wrap.kmyb-wrap--promo {
    --kmyb-promo-pink: #db7c94;
    --kmyb-promo-bg: #fcf5f7;
    --kmyb-promo-head: #db7c94;
    --kmyb-promo-dash: #8ec9e8;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.375rem 0.875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 0.3rem;
    background: #fff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    body.campaign-lp .kmyb-wrap.kmyb-wrap--promo {
        padding: 0 0 1.5rem;
        gap: clamp(0.45rem, 1.2vw, 0.75rem);
    }
}

/* line-top：LINE訴求バナー（コンポ反映） */
.line-top__title-w {
    color: #fff;
}

.line-top__title-em {
    color: #f9f06b;
    font-weight: 700;
}

.line-top__btn .line-top__cta {
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    max-width: 26rem;
    margin-inline: auto;
    padding: .75rem .875rem;
    border-radius: .375rem;
    background-color: #fff;
    color: #76a463;
    font-weight: 700;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .line-top__btn .line-top__cta {
        max-width: 39rem;
        padding: 1rem 1.25rem;
        gap: .75rem;
    }
}

.line-top__btn .line-top__cta .btn__text {
    margin: 0;
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: center;
    color: #76a463;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .line-top__btn .line-top__cta .btn__text {
        font-size: 1.25rem;
    }
}

.line-top__btn .line-top__cta .btn__icon {
    background-color: #76a463;
    -ms-grid-column: 1;
    grid-column: 1;
}

.line-top__cta-arrow {
    -ms-grid-column: 3;
    grid-column: 3;
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #76a463;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.line-top__cta-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .55rem;
    height: .55rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    -webkit-transform: translate(-52%, -62%) rotate(-45deg);
    transform: translate(-52%, -62%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .line-top__cta-arrow {
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* 買取方法タブ（コンポ：黒枠・均等3分割・反転アクティブ） */
.method-intro {
    padding-block: 2rem 1.5rem;
}

@media screen and (min-width: 768px) {
    .method-intro {
        padding-block: 3rem 2rem;
    }
}

.method-intro .product__title {
    text-align: center;
    color: #1a1a1a;
    margin: 0;
}

.method-intro .tab-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem auto 0;
    max-width: 100%;
    border: 1px solid #000;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .method-intro .tab-section {
        margin-top: 2rem;
        max-width: 900px;
    }
}

.method-intro .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: .75rem .375rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    border: none;
    border-right: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: #1a1a1a;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.method-intro .tab:last-child {
    border-right: none;
}

.method-intro .tab.active {
    background-color: #333;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .method-intro .tab {
        font-size: 1.125rem;
        padding: 2rem .75rem;
    }
}

.method-intro .lead-text {
    margin: 1.25rem auto 0;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.65;
}

.method-intro .lead-text b {
    font-weight: 400;
}

.method-intro .lead-text a {
    color: #1a1a1a;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .method-intro .lead-text {
        margin-top: 1.75rem;
        max-width: 900px;
        font-size: 1rem;
    }
}

/* 店頭買取 #store（SP：左STEP＋見出し／右画像＋下に説明。PC：左画像／右にSTEP〜説明） */
#store.method {
    padding-block: 1.25rem 2rem;
    background-color: #E7E7E7;
}

@media screen and (max-width: 767px) {
    #store.method {
        background-color: #E7E7E7;
        padding-inline: 0.75rem;
        padding-block: 1rem 1.5rem;
    }

    #store .method-store__body.method__body {
        margin-top: 0;
        padding: 1.25rem 1rem 1.5rem;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }
}

@media screen and (min-width: 768px) {
    #store.method {
        padding-block: 2rem 3rem;
        padding-inline: 0;
        background-color: #E7E7E7;
    }

    #store .method-store__body.method__body {
        padding: 2.25rem 0 2rem;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

#store .method-store__heading.method__subtitle {
    margin: 0 0 20px;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #4d4d4d;
    text-align: center;
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    #store .method-store__heading.method__subtitle {
        font-size: 1.5rem;
        padding: 1.125rem 1.5rem;
    }

    #store .method-store__body>.method-store__heading:first-child {
        margin: -2.25rem 0 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    #store .method-store__body>.method-store__heading:first-child {
        margin: -1.25rem -1rem 1rem;
        border-radius: 4px 4px 0 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

#store .method-store__body.method__body {
    margin-top: 0;
}

#store .method-store__steps.method__list {
    margin-top: 0;
    gap: 0;
    padding: 0% 3%;
}

#store .method-store__step.method__step {
    padding: 0 0 1.125rem;
    margin: 0;
    border-bottom: 1px dotted #ccc;
}

#store .method-store__step.method__step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#store .method-store__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
}

#store .method-store__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
}

#store .method-store__headtext {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    margin-top: 20px;
}

#store .method-store__headtext .method-step__num {
    padding-bottom: 0.3125rem;
    color: #1a1a1a;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

#store .method-store__headtext .method-step__num::after {
    background-color: #1a1a1a;
    width: 1.375rem;
    height: 2px;
}

#store .method-store__headtext .method-step__way {
    margin-top: 0.375rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
}

#store .method-store__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 9.5rem;
    min-width: 0;
}

#store .method-store__thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

#store .method-store__desc.method-step__text {
    margin: 0;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.65;
    font-weight: 400;
    color: #333;
    text-align: left;
}

@media screen and (min-width: 768px) {
    #store .method-store__row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 0.36fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -webkit-column-gap: 1.75rem;
        column-gap: 1.75rem;
        row-gap: 0.5rem;
        align-items: start;
    }

    #store .method-store__intro {
        display: contents;
    }

    #store .method-store__thumb {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / -1;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        max-width: none;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    #store .method-store__thumb img {
        width: 100%;
        height: 100%;
        min-height: 11rem;
        aspect-ratio: auto;
    }

    #store .method-store__headtext {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    #store .method-store__headtext .method-step__num {
        font-size: 1rem;
        padding-bottom: 0.375rem;
    }

    #store .method-store__headtext .method-step__num::after {
        width: 1.5rem;
        height: 3px;
    }

    #store .method-store__headtext .method-step__way {
        font-size: 1.375rem;
        margin-top: 0.5rem;
    }

    #store .method-store__desc.method-step__text {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        font-size: 0.9375rem;
    }
}

#store .method-store__banner.method__banner {
    margin-top: 1.75rem;
    max-width: none;
    margin-inline: 0;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner.method__banner {
        margin-top: 2.25rem;
    }
}

#store .method-store__banner-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #1a1a1a;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-link {
        -ms-grid-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    }
}

#store .method-store__banner-pic {
    min-height: 0;
    overflow: hidden;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

#store .method-store__banner-text {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0.875rem 0.75rem 0.875rem 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.125rem;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-text {
        padding: 1.25rem 1.5rem;
    }
}

#store .method-store__banner-pic img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 7.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-pic img {
        min-height: 10rem;
    }
}

#store .method-store__banner-kicker {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1a1a1a;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-kicker {
        font-size: 0.8125rem;
    }
}

#store .method-store__banner-lead {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
}

#store .method-store__banner-lead span {
    display: inline;
    margin-left: 0.125rem;
    font-weight: 700;
    font-size: 0.85em;
    color: #333;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-lead {
        font-size: 1.5rem;
    }
}

#store .method-store__banner-rule {
    height: 0;
    margin: 0.375rem 0 0.25rem;
    border: 0;
    border-top: 1px solid #ccc;
    width: 100%;
}

#store .method-store__banner-title {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.45;
    color: #1a1a1a;
    text-decoration: underline;
    -webkit-text-decoration-color: #1a1a1a;
    text-decoration-color: #1a1a1a;
    text-underline-offset: 0.2em;
}

@media screen and (min-width: 768px) {
    #store .method-store__banner-title {
        font-size: 1rem;
        font-weight: 700;
    }
}

#store .method-store__link.method__link {
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    #store .method-store__link.method__link {
        margin-top: 2rem;
    }
}

#store .method-store__shop-btn.btn {
    width: 100%;
    max-width: 90%;
    margin-inline: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.875rem 0.75rem 0.875rem 1rem;
    border-radius: 999px;
    border: 1px solid #1a1a1a;
    background-color: #fff;
    color: #000;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

#store .method-store__shop-btn__label {
    -ms-grid-column: 1;
    grid-column: 1;
    justify-self: center;
    text-align: center;
    padding: 0 0.25rem;
}

@media screen and (min-width: 768px) {
    #store .method-store__shop-btn.btn {
        font-size: 1.125rem;
        padding: 1rem 1rem 1rem 1.5rem;
    }
}

#store .method-store__shop-btn.btn::after {
    content: "";
    -ms-grid-column: 2;
    grid-column: 2;
    justify-self: end;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: static;
    width: 2rem;
    height: 2rem;
    margin: 0;
    border-radius: 50%;
    background-color: #000;
    background-image: url(../images/icon/ic_arrow_wh-Drh4EGyo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
}

@media screen and (min-width: 768px) {
    #store .method-store__shop-btn.btn::after {
        width: 2.25rem;
        height: 2.25rem;
    }
}

/* 買取事例（jirei）タブ＋グリッド */
.product--jirei {
    padding-block: 2rem 1.5rem;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .product--jirei {
        padding-block: 2.5rem 2rem;
    }
}

.product--jirei .product-jirei__title.product__title {
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 1.25rem;
}

@media screen and (min-width: 768px) {
    .product--jirei .product-jirei__title.product__title {
        margin-bottom: 1.75rem;
    }
}

.product--jirei .product-jirei__tabs.tab-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    margin: 0 auto 0.625rem;
    max-width: 100%;
    padding: 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product--jirei .product-jirei__tabs .tab {
    margin: 0;
    padding: 0.625rem 0.125rem;
    font-size: clamp(0.625rem, 2.85vw, 0.8125rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: #e6e6e6;
    color: #1a1a1a;
    cursor: pointer;
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product--jirei .product-jirei__tabs .tab.active {
    background-color: #4a4a4a;
    color: #fff;
    position: relative;
    z-index: 1;
    outline-offset: -2px;
}

@media screen and (min-width: 768px) {
    .product--jirei .product-jirei__tabs.tab-section {
        margin-bottom: 0.75rem;
        gap: 3px;
    }

    .product--jirei .product-jirei__tabs .tab {
        font-size: 1rem;
        padding: 1rem 0.5rem;
    }
}

.product--jirei .tab-panel[data-tab-panel="jirei"] {
    margin-top: 0;
}

.product--jirei .jirei-promo {
    margin: 0 0 1rem;
    padding: 0 0.25rem;
    font-size: clamp(0.625rem, 2.6vw, 0.6875rem);
    line-height: 1.55;
    color: #1a1a1a;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-promo {
        font-size: 1.2rem;
        margin-bottom: 1.25rem;
        padding: 0;
    }
}

.product--jirei .jirei-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.product--jirei .jirei-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #1a1a1a;
    text-decoration: none;
    -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product--jirei .jirei-card:hover {
    border-color: #bbb;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.product--jirei .jirei-card__photo {
    display: block;
    aspect-ratio: 1;
    min-height: 7.5rem;
    overflow: hidden;
    background: #f5f5f5;
}

.product--jirei .jirei-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product--jirei .jirei-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0.5rem 0.625rem;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-card__meta {
        padding: 0.625rem 0.75rem 0.75rem;
        gap: 0.3125rem;
    }
}

.product--jirei .jirei-card__brand {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #333;
}

.product--jirei .jirei-card__name {
    display: block;
    font-size: 0.6875rem;
    line-height: 1.45;
    font-weight: 500;
    color: #1a1a1a;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-card__name {
        font-size: 0.75rem;
    }
}

.product--jirei .jirei-card__baseline {
    display: block;
    margin-top: 0.125rem;
    font-size: 0.625rem;
    color: #333;
}

.product--jirei .jirei-card__promo-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #d67c94;
}

.product--jirei .jirei-card__promo-price {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #d67c94;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-card__promo-price {
        font-size: 1.25rem;
    }
}

.product--jirei .jirei-more {
    margin-top: 0rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-more {
        margin-top: 0rem;
    }
}

.product--jirei .jirei-more__btn.btn {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 0.9375rem 3.5rem 0.9375rem 1.25rem;
    border-radius: 999px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-more__btn.btn {
        font-size: 1.0625rem;
        max-width: 28rem;
        padding: 1.0625rem 4rem 1.0625rem 1.5rem;
    }
}

.product--jirei .jirei-more__btn.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.875rem;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    border-radius: 50%;
    background-color: #000;
    background-image: url(../images/icon/ic_arrow_wh-Drh4EGyo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 12px;
}

@media screen and (min-width: 768px) {
    .product--jirei .jirei-more__btn.btn::after {
        right: 1.125rem;
        width: 2.25rem;
        height: 2.25rem;
        margin-top: -1.125rem;
    }
}

.product--jirei #notice-toggle-btn {
    font-size: 14px;
    margin-top: 1.25rem;
    margin-bottom: 0;
    background-color: #ececec;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    padding: 1rem 2.75rem 1rem 1rem;
}

.product--jirei #notice-toggle-btn::before,
.product--jirei #notice-toggle-btn::after {
    border-top-color: #1a1a1a;
}

.product--jirei #notice {
    background-color: #f5f5f5;
    color: #333;
}

/* === FV下 4列プロモ（con_1〜4 画像） === */
.fv-promo {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 0.375rem 0.75rem;
    background: #e4ecef;
}

.fv-promo__disclaimer {
    display: none;
    margin: 0 auto 0.5rem;
    padding: 0 0.25rem;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #4a4a4a;
    text-align: center;
}

.fv-promo__groups {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: clamp(0.625rem, 2.5vw, 1.5rem);
    width: 100%;
    margin: 0 auto;
}

.fv-promo__group {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #e4ecef;
}

.fv-promo__brand {
    margin: 0 0 0.35rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(0.6875rem, 2.6vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;
}

.fv-promo__grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    background: #e4ecef;
}

.fv-promo__col {
    position: relative;
    min-width: 0;
}

.fv-promo__col:last-child {
    border-right: none;
}

.fv-promo__col a {
    display: block;
    line-height: 0;
    padding: 0 4%;
    margin-bottom: 20px;
    text-align: center;
}

.fv-promo__col img {
    display: block;
    width: 92%;
    height: auto;
    vertical-align: top;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .fv-promo {
        padding: 0.75rem 1rem 1rem;
        background-color: #cbd8e0;
    }

    .fv-promo__disclaimer {
        display: block;
        margin-bottom: 0.625rem;
    }

    .fv-promo__groups {
        gap: 1.5rem;
        padding: 0 0.25rem;
    }

    .fv-promo__brand {
        margin-bottom: 0.5rem;
        font-size: 20px;
        letter-spacing: 0.16em;
    }
}

@media screen and (max-width: 767px) {
    .fv-promo__groups {
        gap: 0.625rem;
    }
}

/* === ボタン2つを共通サイズ・上下中央に統一 === */

/* SP: 縦並び、PC: 横並び */
.inner > .button-nav {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .inner > .button-nav {
    flex-direction: row;
    gap: 0.75rem;
  }
}

/* ボタンの幅 */
.button-nav .service-button {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .button-nav .service-button {
    flex: 1 1 0;
    width: auto;
  }
}

/* ボタン内側：高さを固定、テキストを上下中央 */
.button-nav .service-button a,
.button-nav .service-button.no-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  height: 60px;
  padding: 0 52px 0 16px;
}

/* テキストの行間とパディング */
.button-nav .service-button .service-button-text {
  padding: 0 8px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .line-top__title-w {
        display: block;
    }
}

/* 2つ目のボタン(.cta-btn)だけを上に移動 */
.cta-btn {
    margin-top: -2rem;
}