@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* REFA LP STYLE */
body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.7;
}

.lp-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

/* Utility */
.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

br.sp-only {
    display: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    content: "" !important;
}

.section-padding {
    padding: 56px 20px;
}

.section-inner {
    max-width: 840px;
    margin: 0 auto;
}

/* Movie section: remove top padding only */
.lp-movie-section .section-inner {
    padding-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.text-red {
    color: #b00;
    font-weight: bold;
}

.bg-gray {
    background-color: #f7f8fa;
}

.bg-white {
    background-color: #fff;
}

.bg-blue-gray {
    background-color: #798797;
    color: #fff;
}

.bg-intro {
    background-color: #707E8C;
    color: #fff;
}

.bg-stylist {
    background-color: #f2f3f3;
    color: #333;
}

.font-mincho {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}

.font-serif {
    /* font-family: "Noto Serif JP", serif; */
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}

.font-sans {
    font-family: "Noto Sans JP", sans-serif;
}

.text-highlight {
    color: #A41700;
}

.text-brown {
    color: #5A4439;
}

.img-placeholder {
    color: #999;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    background-color: #f0f0f0;
}

/* Typography */
.lp-section-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.4;
}

.lp-section-title-sm {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    color: #5A4439;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #5A4439;
}

.lp-section-title-white {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.lp-section-title__small {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
}

.lp-text-center {
    text-align: center;
}

/* KV */
.lp-kv {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Full height or dedicated height */
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}

.lp-kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lp-kv__bg picture,
.lp-kv__bg img,
.lp-kv__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Light overlay for readability if needed */
.lp-kv__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.lp-kv__content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.lp-kv__logo {
    margin-bottom: 50px;
}

.lp-kv__logo-img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.lp-kv__title {
    margin: 0 0 40px;
}

.lp-kv__main-img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.lp-kv__desc {
    margin: 0 0 60px;
}

.lp-kv__desc-img {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.lp-kv__cta {
    margin-top: 50px;
}

.lp-kv__btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    transition: all 0.4s ease-out;
}

.lp-kv__btn:hover {
    opacity: 0.7;
}

.lp-kv__btn-text-img {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.lp-kv__arrow-img {
    width: 15px;
    height: auto;
    transition: transform 0.3s;
}

.lp-kv__btn:hover .lp-kv__arrow-img {
    transform: translateY(10px);
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.5s;
}

.delay-3 {
    transition-delay: 0.8s;
}

.delay-4 {
    transition-delay: 1.1s;
}

/* Scroll-triggered animations (KV以外のセクション用) */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 遅延用 */
.animate-on-scroll--delay-1 { transition-delay: 0.1s; }
.animate-on-scroll--delay-2 { transition-delay: 0.2s; }
.animate-on-scroll--delay-3 { transition-delay: 0.3s; }
.animate-on-scroll--delay-4 { transition-delay: 0.4s; }
.animate-on-scroll--delay-5 { transition-delay: 0.5s; }
.animate-on-scroll--delay-6 { transition-delay: 0.6s; }

/* Intro / Message */
.lp-intro {
    padding: 100px 20px;
    text-align: center;
}

.lp-intro__msg {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.1em;
}

.lp-intro__highlight {
    font-size: 24px;
    margin-top: 60px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .mt-40 {
        margin-top: 20px;
        line-height: 24px;
    }

    .lp-intro {
        padding: 60px 0;
    }

    /* Reduce double <br class="sp-only"> spacing in intro */
    .lp-intro br.sp-only + br.sp-only {
        display: none;
    }

    .lp-intro__msg {
        font-size: 14px;
    }

    .lp-intro__highlight {
        font-size: 16px;
        margin-top: 40px;
    }
}

/* CONTENTS */
.lp-contents {
    padding: 100px 20px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.lp-contents__title-area {
    text-align: center;
    margin-bottom: 60px;
}

.lp-contents__title-img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.lp-contents__flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 850px;
    margin: 0 auto;
    padding-left: 190px;
    position: relative;
}

.lp-contents__list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-contents__list li {
    position: relative;
    margin-bottom: 5px;
}

.lp-contents__list li a {
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    color: #333;
    font-size: 20.48px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.lp-contents__list li a:hover {
    color: #707E8C;
}

.lp-contents__mark {
    width: 14px;
    height: auto;
    margin-left: 8px;
    margin-top: 2px;
    /* Slight adjustment for vertical alignment with text baseline */
}

.lp-contents__tap-area {
    width: 30px;
    margin: auto 0;
    padding: 0;
}

.lp-contents__tap-img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .lp-contents {
        padding: 32px 10%;
    }

    .lp-contents__flex {
        gap: 15px;
        padding-left: 0;
    }

    .lp-contents__list {
        padding-left: 35px;
    }

    .lp-contents__title-area {
        margin-bottom: 32px;
    }

    .lp-contents__title-img {
        max-width: 100px;
        height: 32px;
        width: auto;
    }

    .lp-contents__list li {
        margin-bottom: 2.5px;
    }

    .lp-contents__list li a {
        font-size: min(3.68vw, 14px);
        padding: 10px 0;
        text-indent: -1.2em;
        padding-left: 1.2em;
    }

    .lp-contents__mark {
        width: 8px;
    }

    .lp-contents__tap-area {
        width: 20px;
        margin-top: auto;
    }
}

@media screen and (max-width: 480px) {
    .lp-contents {
        padding: 32px 8%;
    }

    .lp-contents__list {
        padding-left: 0;
    }

}


/* Stylist, Advantage */
.lp-stylist__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
    max-width: 800px;
    margin: 0 auto 60px;
    display: inline-block;
}

.lp-stylist .lp-stylist__title,
.lp-beforeafter .lp-stylist__title {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 60px;
}

.lp-advantage .lp-stylist__title {
    font-size: 48px;
    line-height: 69px;
    text-align: left;
}

.lp-damage .lp-stylist__title {
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    font-size: 48px;
    line-height: 60px;
}

.lp-stylist__content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    max-width: 840px;
    margin: 0 auto;
}

.lp-advantage .lp-stylist__content {
    align-items: flex-start;
    justify-content: flex-start;
}

.lp-stylist__text {
    font-size: 18px;
    line-height: 32px;
    color: #5A4439;
    font-family: "Noto Sans JP", sans-serif;
}

.lp-advantage .lead {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2em;
}

.lp-stylist__img {
    flex: 0 0 450px;
    line-height: 0;
}

.lp-stylist__img img {
    width: 100%;
    height: auto;
}

.lp-advantage .lp-stylist__img {
    flex: 0 0 363px;
}

.lp-advantage .lp-stylist__img img {
    width: 363px;
    height: 455px;
    object-fit: cover;
}

.lp-stylist__info {
    flex: 1;
}

.lp-stylist__name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.lp-stylist__job {
    font-size: 18px;
    color: #5A4439;
}

.lp-stylist__text-area {
    max-width: 840px;
    margin: 60px auto 0;
    font-size: 18px;
    line-height: 32px;
    color: #5A4439;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
}

.lp-beforeafter__text.lp-stylist__text-area {
    margin: 0;
    max-width: none;
}

.lp-stylist__text-area .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 2em;
}

/* Before After */
.lp-beforeafter {
    position: relative;
}

.lp-beforeafter.section-padding {
    padding: 56px 20px;
}

.lp-stylist.section-padding {
    padding: 56px 20px;
}

.lp-beforeafter__inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-beforeafter__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.lp-beforeafter__text {
    flex: 1;
}

.lp-beforeafter__flex {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 30px;
}

.lp-beforeafter__item {
    width: 50%;
    max-width: none;
}

.lp-beforeafter__figure {
    margin: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    text-align: center;
}

.lp-beforeafter__img {
    display: block;
    width: 190px;
    height: 297px;
    object-fit: cover;
    margin-bottom: 12px;
}

.lp-beforeafter__label {
    display: inline-block;
    padding: 4px 18px;
    font-size: 12px;
    letter-spacing: 0.18em;
    border: 1px solid #5A4439;
    color: #5A4439;
}

.lp-beforeafter__label--after {
    background-color: #5A4439;
    color: #fff;
}

/* Tips Box */
.lp-box-white {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.lp-box-white .lp-stylist__title {
    border-bottom: 1px solid #5A4439;
    padding-bottom: 10px;
}

.lp-tips__box {
    margin-top: 30px;
    border: 1px solid #5A4439;
    padding: 48px 30px;
}

.lp-tips__imgs {
    text-align: center;
    padding: 0 0 40px 0;
}

/* keep body text left-aligned inside tips box */
.lp-box-white > p,
.lp-tips__box {
    text-align: left;
}

.lp-box-white > p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #5A4439;
}

.lp-tips__box-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
    color: #5A4439;
}

.lp-tips__box dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    color: #5A4439;
}

.lp-tips__box dl dd {
    margin-left: 0;
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #5A4439;
}

.lp-tips__note {
    font-size: 16px;
    line-height: 50px;
}

/* Extra bottom padding only for Tips section */
.lp-tips.section-padding {
    padding: 56px 20px;
}

.hl {
    display: inline;
    background: linear-gradient(transparent 65%, #FFEFD4 65%);
}

/* Damage Section */
.lp-damage__point-box {
    margin: 40px auto 0;
    max-width: 840px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.lp-damage__balloon {
    position: relative;
    width: 510px;
    max-width: 100%;
    /* CSS は css/ からの相対パスなので 1 つ上の img/ を参照 */
    background: url("../img/damage-balloon.svg") no-repeat center / contain;
    padding: 28px 36px;
    box-sizing: border-box;
}

.lp-damage__balloon p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #5A4439;
}

.lp-damage__stylist img {
    display: block;
    width: 227px;
    height: 227px;
    border-radius: 50%;
    object-fit: cover;
}

.bg-damage {
    background-color: #FFFBF5;
}

.lp-damage__img img {
    display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.lp-damage__img {
    padding: 0 0 56px 0;
}

.lp-damage__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #5A4439;
}

.lp-damage__text--center {
    text-align: center;
}

.lp-damage__text-note {
    font-size: 20px;
    line-height: 35.5px;
    font-weight: 500;
}

/* Recommended Features */
.lp-recommend {
    background-color: #8794A8;
}

.lp-recommend .section-inner {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 80px;
}

.lp-recommend .lp-stylist__title {
    color: #FFFFFF;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 60px;
}

.lp-recommend__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
    color: #FFFFFF;
}

.lp-recommend__img img {
    width: 352px;
    height: 377px;
    border-radius: 50%;
    object-fit: cover;
}

.lp-recommend__balloon {
    position: relative;
    width: 470px;
    margin-bottom: 24px;
}

.lp-recommend__balloon-bg {
    display: block;
    width: 100%;
    height: auto;
}

.lp-recommend__balloon-bg--small {
    height: 90%;
    width: auto;
    transform: scaleY(0.9);
    transform-origin: center bottom;
}

.lp-recommend__balloon-inner {
    position: absolute;
    inset: 0;
    padding: 0 20px 20px 56px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

/* PC: 上側バルーンのテキスト周りパディング調整 */
.lp-recommend__balloon:first-child .lp-recommend__balloon-inner {
    padding: 10px 40px 20px 56px;
}

/* PC: 下側バルーンのテキスト周りパディング調整 */
.lp-recommend__balloon:last-child .lp-recommend__balloon-inner {
    padding: 15px 20px 0 56px;
}

.lp-recommend__balloon p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 24px;
}

/* 1つ目バルーンのテキスト用フォントウェイト */
.lp-recommend__balloon-text--bottom {
    font-weight: 500;
}

.lp-recommend__balloon-title {
    display: block;
    font-weight: 500; /* medium */
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}

.lp-recommend__note {
    margin-top: 70px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

/* ReFa Features */
.lp-refa-features {
    background-color: #8794A8;
}

.lp-refa-features .section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.lp-refa-features__box {
    max-width: 960px;
    margin: 0 auto 0px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 48px 48px;
    text-align: center;
}

.lp-refa-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 24px 32px;
}

.lp-refa-features__item {
    background-color: #FFFFFF;
    border: 1px solid #5A4439;
    box-sizing: border-box;
    padding: 24px 24px 32px;
}

.lp-refa-features__item img {
    display: block;
    width: 330px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 16px;
}

/* ReFa Features section title */
.lp-refa-features .lp-stylist__title {
    font-family: "Noto Serif JP", serif; /* 念のため明示 */
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}

.lp-refa-features .lp-section-title-main {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #5A4439; /* テキスト幅と同じ長さの線 */
}

.lp-refa-features .lp-section-title__small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/* Reviews main title */
.lp-reviews .lp-stylist__title {
    font-size: 48px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 40px;
}

.lp-reviews .lp-stylist__title-wrap {
    margin-bottom: 56px;
}

.lp-reviews .lp-stylist__title:nth-of-type(2) {
    margin-top: 56px;
}

.lp-refa-features__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400; /* regular */
    color: #5A4439;
    text-align: center;
    margin: 0 0 4px;
}

.lp-refa-features__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500; /* medium */
    color: #5A4439;
    text-align: center;
    margin: 0 0 16px;
}

.lp-refa-features__desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #5A4439;
    text-align: left;
    margin: 8px 0 0;
}

/* Reviews */
.lp-reviews__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.lp-reviews__intro {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 56px;
}

.lp-reviews__intro-text {
    width: 396px;
    box-sizing: border-box;
    text-align: left;
    color: #5A4439;
}

.lp-reviews__intro-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.lp-reviews__intro-text .lead {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 2em;
}

.lp-reviews__intro-img img {
    display: block;
    width: 396px;
    height: 429px;
    object-fit: cover;
}

.lp-reviews__item {
    flex: 1;
    background: #fff;
    border: 1px solid #5A4439;
    padding: 20px;
    text-align: left;
}

.lp-reviews__avatar {
    width: 130px;
    height: auto;
    margin: 10px auto 20px;
    overflow: hidden;
}

.lp-reviews__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lp-reviews__intro-copy {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    line-height: 32px;
    color: #5A4439;
    margin-top: 8px;
    margin-bottom: 32px;
}

.lp-reviews__intro-note {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; /* regular */
    font-size: 14px;
    line-height: 21px;
    color: #5A4439;
}

.lp-reviews__voice {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    line-height: 32px;
    color: #5A4439;
    text-align: center;
    padding-top: 32px;
}

/* Lineup Grid */
.lp-lineup__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    color: #5A4439;
    text-align: center;
    margin-bottom: 40px;
}

.lp-lineup {
    text-align: center;
}

.lp-lineup .lp-stylist__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.lp-lineup__title .lp-section-title__small,
.lp-lineup .lp-section-title__small {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    color: #5A4439;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.lp-lineup__title .lp-section-title__small::before,
.lp-lineup__title .lp-section-title__small::after,
.lp-lineup .lp-section-title__small::before,
.lp-lineup .lp-section-title__small::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #5A4439;
}

.lp-lineup__title .lp-section-title__small::before,
.lp-lineup .lp-section-title__small::before {
    margin-right: 16px;
}

.lp-lineup__title .lp-section-title__small::after,
.lp-lineup .lp-section-title__small::after {
    margin-left: 16px;
}

.lp-lineup__table-wrapper {
    max-width: 960px;
    margin: 0 auto;
    overflow-x: auto;
}

.lp-lineup__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.lp-lineup__row {
    border-bottom: 1px solid #C4B9B1;
}

.lp-lineup__row--header {
    border-bottom: none;
}


.lp-lineup__row--header .lp-lineup__cell {
    vertical-align: middle;
}

.lp-lineup__row--image {
    border-bottom: none;
}

.lp-lineup__row--border-cell {
    border-bottom: none;
}

.lp-lineup__row--border-cell .lp-lineup__cell {
    border-bottom: 1px solid #C4B9B1;
    vertical-align: top;
}

.lp-lineup__row--border-cell .lp-lineup__label {
    vertical-align: top;
}

/* 価格行だけ、行の高さとテキスト位置を少し調整 */
.lp-lineup__row--price .lp-lineup__cell {
    padding-top: 13px;  /* 通常 18px から -5px */
    padding-bottom: 13px;
}

.lp-lineup__row--bg {
    border-bottom: none;
}

.lp-lineup__row--bg .lp-lineup__cell {
    background-color: #FFFBF5;
    border-bottom: 1px solid #C4B9B1;
}

.lp-lineup__row--before-button .lp-lineup__cell {
    border-bottom: none;
    padding-bottom: 12px;
}

.lp-lineup__row--before-button .lp-lineup__label {
    padding-bottom: 12px;
}

.lp-lineup__row--before-button .lp-lineup__points {
    margin-bottom: 0;
}

.lp-lineup__row--button .lp-lineup__cell {
    border-bottom: none;
}

.lp-lineup__row--bg .lp-lineup__label {
    background-color: #FFFBF5;
}

.lp-lineup__row:last-child {
    border-bottom: none;
}

.lp-lineup__label {
    width: 144px;
    padding: 14px 20px;
    vertical-align: top;
    background: #fff;
}

.lp-lineup__label-text {
    display: inline-block;
    background: #F5E6D3;
    color: #5A4439;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.lp-lineup__label-text--price {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; /* regular */
    font-size: 10px;
    line-height: 13.6px;
    background-color: #DCC6A8;
    width: 90px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
}

.lp-lineup__cell {
    padding: 18px 12px;
    vertical-align: top;
    text-align: center;
    width: 272px;
}

/* 縦線：商品カラム間のみ */
.lp-lineup__row td.lp-lineup__cell + .lp-lineup__cell {
    border-left: 1px solid #C4B9B1;
}

.lp-lineup__header-img {
    width: 100%;
    height: 64.7px;
    object-fit: contain;
    display: block;
}

.lp-lineup__header-img--small {
    height: 37.57px;
}

.lp-lineup__product-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    object-fit: contain;
}

.lp-lineup__product-img--h193 {
    height: 193px;
}

.lp-lineup__product-img--h183 {
    height: 183px;
}

.lp-lineup__product-img--h128 {
    height: 128px;
}

.lp-lineup__row--image .lp-lineup__cell {
    vertical-align: middle;
    text-align: center;
}

.lp-lineup__points {
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding-left: 2em;
    list-style-type: disc;
    list-style-position: outside;
}

.lp-lineup__points li {
    margin-bottom: 10px;
    padding-left: 2px;
    color: #5A4439;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 14px !important;
    line-height: 22px;
    list-style: inherit;
}

.lp-lineup__points li::marker {
    font-size: 0.7em;
}

.lp-lineup__points li:last-child {
    margin-bottom: 0;
}

.lp-lineup__desc {
    font-size: 14px;
    margin-bottom: 14px;
    color: #5A4439;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    text-align: left;
}

.lp-lineup__desc:last-child {
    margin-bottom: 0;
}

.lp-lineup__price {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 14px;
    line-height: 48px;
    color: #5A4439;
    margin: 0 0 0 20px;
    text-align: left;
}

/* Price row: nudge text down slightly (PC/SP) */
.lp-lineup__row--border-cell .lp-lineup__price {
    position: relative;
    top: 8px;
}

.lp-lineup__row--button .lp-lineup__cell {
    padding-top: 30px;
    padding-bottom: 40px;
}

.lp-lineup__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lp-lineup__card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.lp-lineup__tag {
    background: #cb9b59;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 15px;
}

.lp-lineup__tag.red {
    background: #b00;
}

.lp-lineup__img-area {
    margin-bottom: 20px;
}

.lp-lineup__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 2.8em;
    /* alignment */
}

.lp-lineup__points {
    text-align: left;
    font-size: 13px;
    padding-left: 1.2em;
}

.lp-lineup__desc {
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 4.5em;
    /* alignment */
}

.lp-lineup__point-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #5A4439;
}

.lp-lineup__price {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 14px;
    color: #5A4439;
    margin-bottom: 20px;
}

.btn-buy.dark {
    width: 217px;
    height: 46px;
    border-radius: 53px;
    background-color: #4D464A;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; /* medium */
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
}

.btn-buy.dark::after {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 51%;
    right: 1em;
    translate: 0 -50%;
}

/* Movie */
.lp-movie__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 80px;
}

.lp-movie__video {
    width: 100%;
    display: block;
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    background-color: #000;
    object-fit: cover;
}

/* SP Styles */
@media screen and (max-width: 768px) {
    .section-padding {
        padding: 56px 8.5% 36px;
    }

    .lp-damage.section-padding {
        padding-bottom: 72px;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    br.sp-only {
        display: block !important;
    }

    .lp-section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    /* KV SP */
    .lp-kv {
        height: 688px;
        min-height: 688px;
    }

    .lp-kv__content {
        padding: 60px 0;
        width: 300px;
        height: 560px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lp-kv__logo {
        margin-bottom: 30px;
    }

    .lp-kv__logo-img {
        width: 76px;
        max-width: 100%;
    }

    .lp-kv__main-img {
        width: 298px;
        max-width: 100%;
    }

    .lp-kv__desc-img {
        width: 226px;
        max-width: 100%;
    }

    .lp-kv__desc {
        margin-bottom: 40px;
    }

    .lp-kv__cta {
        margin-top: auto;
    }

    .lp-kv__btn {
        gap: 8px;
        align-items: center;
    }

    .lp-kv__btn-text-img {
        max-width: 100px;
    }

    .lp-kv__arrow-img {
        width: 12px;
    }

    .lp-stylist {
        padding: 60px 10%;
    }

    .lp-stylist.section-padding {
        padding: 60px 8.5%;
    }

    .lp-stylist__title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
        display: inline-block;
    }

    .lp-box-white .lp-stylist__title {
        border-bottom: 1px solid #5A4439;
        padding-bottom: 8px;
    }

    .lp-damage .lp-stylist__title {
        border-bottom: none;
        padding-bottom: 0;
        text-align: left;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 56px;
    }

    .lp-damage__img {
        margin-bottom: 13px;
    }

    .lp-damage__text {
        font-size: 13px;
        line-height: 27px;
    }

    .lp-damage__text-note {
        font-size: 15px;
        line-height: 25px;
    }

    .lp-damage__point-box {
        flex-direction: column;
    }

    .lp-damage__stylist {
        order: -1;
    }

    .lp-damage__balloon {
        background-image: url("../img/damage-balloon-sp.svg");
        padding: 34px 3% 20px;
        width: 100%;
        max-width: 353px;
    }

    .lp-damage__balloon p {
        font-size: min(3vw, 12px);
        line-height: 18px;
    }

    .lp-stylist .lp-stylist__title {
        border-bottom: none;
        padding-bottom: 0;
        font-size: 30px;
        padding-left: 0;
        line-height: 40px;
    }

    .lp-beforeafter .lp-stylist__title {
        border-bottom: none;
        padding-bottom: 0;
        font-family: "Noto Serif JP", serif;
        font-weight: 500; /* medium */
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }

    .lp-recommend .section-inner {
        padding-left: 8.5%;
    }

    .lp-recommend .lp-stylist__title {
        border-bottom: none;
        padding-bottom: 0;
        font-size: 30px;
        line-height: 40px;
    }

    .lp-recommend__content {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .lp-recommend__balloons {
        display: contents;
    }

    .lp-recommend__balloon {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 353px;
    }

    .lp-recommend__balloon-inner {
        padding: 15px 3%;
    }

    /* SP: 上側バルーン用（PCの:first-child指定を上書き） */
    .lp-recommend__balloon:first-child .lp-recommend__balloon-inner {
        padding: 10px 3% 30px;
    }

    .lp-recommend__balloon:last-child .lp-recommend__balloon-inner {
        padding: 30px 3% 0px;
    }

    .lp-recommend__balloon p {
        font-size: min(2.8vw, 12px);
        line-height: 18px;
    }

    .lp-recommend__balloon:first-child {
        order: 1;
    }

    .lp-recommend__img {
        order: 2;
        text-align: center;
    }

    .lp-recommend__balloon:last-child {
        order: 3;
    }

    .lp-recommend__balloon:first-child .lp-recommend__balloon-bg {
        content: url("../img/recommend-bubble-top-sp.svg");
    }

    .lp-recommend__balloon:last-child .lp-recommend__balloon-bg {
        content: url("../img/recommend-bubble-bottom-sp.svg");
    }

    .lp-recommend__balloon-title {
        font-size: min(3vw, 12px);
    }

    .lp-recommend__note {
        font-size: 16px;
        font-weight: 500;
    }

    .lp-refa-features.section-padding {
        padding: 10px 5% 88px;
    }

    .lp-refa-features__box {
        width: 100%;
        padding: 15px 5% 30px;
    }

    .lp-refa-features .lp-section-title-main {
        font-size: 18px;
    }

    .lp-refa-features .lp-section-title__small {
        font-size: 14px;
    }

    .lp-refa-features__item {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .lp-refa-features__item--short {
        height: auto;
        min-height: auto;
    }

    .lp-refa-features__title {
        font-size: 12px;
    }

    .lp-refa-features__subtitle {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .lp-refa-features__title {
        margin-bottom: 2px;
    }

    .lp-refa-features__desc {
        font-size: 10px;
        line-height: 12px;
    }

    /* ReFa features section: SP font sizes */
    .lp-refa-features__title {
        font-size: 14px;
    }

    .lp-refa-features__subtitle {
        font-size: 20px;
    }

    .lp-recommend__balloon-inner {
        padding: 10px 3% 30px;
    }

    .lp-recommend__img img {
        width: 278px;
        height: 278px;
        object-fit: cover;
        margin: 0 auto;
    }

    .lp-advantage.section-padding {
        padding: 56px 8.5%;
    }

    .lp-movie-section {
        padding-bottom: 64px;
    }

    .lp-advantage .lp-stylist__title {
        font-size: 24px;
        line-height: 34px;
        text-align: right;
        margin-left: 0;
        padding-left: 0;
    }
    
    .lp-advantage .lp-stylist__title-wrap {
        margin-bottom: 30px;
        margin-left: 0;
        text-align: right;
    }
    
    .lp-advantage .lp-stylist__title-img {
        width: 270px;
        max-width: 100%;
        height: auto;
    }

    .lp-advantage .lp-stylist__text {
        font-size: 14px;
        line-height: 27px;
    }

    .lp-advantage .lp-stylist__text .text-highlight {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; /* medium */
        font-size: 17px;
        line-height: 25px;
        color: #A41700;
    }

    .lp-advantage .lead {
        font-size: 17px;
        line-height: 29px;
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    .lp-stylist__content {
        flex-direction: row;
        gap: 20px;
        padding: 0 10%;
        align-items: flex-end;
    }

    .lp-stylist__img {
        flex: 0 0 53.4%;
        width: 53.4%;
    }

    .lp-stylist__img img {
        width: 100%;
        max-width: 235px;
    }

    .lp-stylist__info {
        flex: 1;
        text-align: left;
    }

    .lp-stylist__name {
        font-size: 18px;
    }

    .lp-stylist__job {
        font-size: 14px;
    }

    .lp-stylist__text-area {
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .lp-stylist .lp-stylist__text-area {
        padding-left: 0;
        padding-right: 0;
    }

    .lp-stylist .lp-stylist__content {
        padding: 0;
    }

    .lp-stylist__text-area p {
        margin-bottom: 0;
    }

    #section-stylist .lp-stylist__text-area > .lead {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; /* medium */
        font-size: 17px;
        line-height: 29px;
    }

    #section-stylist .lp-stylist__text-area > p:not(:first-child) {
        font-size: 14px;
        line-height: 27px;
        margin-top: 20px;
    }

    .lp-stylist__text {
        font-size: 14px;
    }

    .lp-advantage .lp-stylist__text {
        font-size: 14px;
        line-height: 27px;
    }

    .lp-advantage__lead {
        font-size: 17px;
        line-height: 25px;
    }

    .lp-beforeafter__text.lp-stylist__text-area {
        padding-left: 0;
        padding-right: 0;
    }

    .lp-beforeafter__text.lp-stylist__text-area .lead {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; /* medium */
        font-size: 17px;
        line-height: 29px;
    }

    .lp-beforeafter__text.lp-stylist__text-area p:not(:first-child) {
        font-size: 14px;
        line-height: 27px;
    }

    .lp-advantage .lp-stylist__content {
        flex-direction: column;
        padding: 0;
    }

    .lp-advantage .lp-stylist__img {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .lp-advantage .lp-stylist__img img {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .lp-refa-features__grid {
        grid-template-columns: 1fr;
    }

    .lp-reviews .lp-stylist__title {
        font-size: 23px;
        line-height: 40px;
        text-align: right;
        margin-left: 25px;
    }

    .lp-reviews .lp-stylist__title:nth-of-type(2) {
        text-align: left;
        margin-left: 0;
        padding: 0;
        margin-top: 32px;
        font-size: 30px;
        line-height: 40px;
    }

    .lp-reviews .lp-stylist__title-wrap {
        margin-bottom: 56px;
        text-align: right;
    }

    .lp-reviews__intro {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .lp-reviews__intro-img {
        order: -1;
    }

    .lp-reviews__intro-img img {
        content: url("../img/reviews-main-sp.png");
        width: 100%;
        height: auto;
        margin-bottom: 56spx;
    }

    .lp-reviews__intro-text {
        width: 100%;
        height: auto;
        padding: 56px 0 0;
    }

    .lp-reviews__intro-text p {
        font-size: 14px;
        line-height: 27px;
    }

    .lp-reviews__intro-text .lead {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 0;
    }

    .lp-reviews__intro-copy {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 10px;
        padding: 0;
    }

    .lp-reviews__intro-note {
        font-size: 10px;
    }

    .lp-reviews__intro-note:first-of-type {
        margin-top: 10px;
    }

    .lp-reviews__avatar {
        width: 190px;
        height: auto;
        margin: 10px auto;
    }

    .lp-lineup.section-padding {
        padding: 56px 3% 36px;
    }

    .lp-lineup {
        text-align: center;
    }

    .lp-lineup .lp-stylist__title {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; /* medium */
        font-size: 17px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .lp-lineup__title .lp-section-title__small,
    .lp-lineup .lp-section-title__small {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; /* medium */
        font-size: 17px;
        text-align: center;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lp-lineup__title .lp-section-title__small::before,
    .lp-lineup__title .lp-section-title__small::after,
    .lp-lineup .lp-section-title__small::before,
    .lp-lineup .lp-section-title__small::after {
        content: '';
        flex: 1;
        height: 1px;
        background-color: #5A4439;
    }

    .lp-lineup__title .lp-section-title__small::before,
    .lp-lineup .lp-section-title__small::before {
        margin-right: 16px;
    }

    .lp-lineup__title .lp-section-title__small::after,
    .lp-lineup .lp-section-title__small::after {
        margin-left: 16px;
    }

    .lp-lineup__points {
        font-size: 14px;
    }

    .lp-lineup__points li {
        font-size: 14px !important;
    }

    .lp-lineup__points {
        padding-left: 1.2em;
    }

    .lp-lineup__points li {
        padding-left: 0;
    }

    .lp-lineup__points li::marker {
        font-size: 0.6em;
    }

    .lp-lineup__desc {
        font-size: 14px;
    }

    .lp-lineup__price {
        font-size: 14px;
    }

    .btn-buy.dark {
        width: 180px;
        height: 38px;
        font-size: 17px;
        border-radius: 44px;
    }

    .lp-lineup__label {
        width: 64px;
        padding-left: 20px;
        padding-right: 2px;
        vertical-align: middle;
    }

    .lp-lineup__label-text--price {
        width: 64px;
        font-size: 9px;
        margin-top: 0;
        line-height: 1.2;
    }

    .lp-reviews__voice {
        font-size: 14px;
        line-height: 33px;
    }

    .lp-lineup__table-wrapper {
        margin: 0 auto;
        max-width: none;
        overflow-x: auto;
    }

    .lp-lineup__table {
        margin: 0;
        width: 120%;
        min-width: 850px;
    }

    .lp-lineup__cell {
        text-align: center;
        width: auto;
        vertical-align: middle;
    }

    .lp-lineup__row--header .lp-lineup__cell {
        vertical-align: middle;
    }

    .lp-lineup__header-img {
        margin: 0 auto;
    }

    .lp-lineup__row--image .lp-lineup__cell {
        padding: 0 4%;
    }

    .lp-lineup__row--border-cell .lp-lineup__cell {
        vertical-align: middle;
    }

    .lp-lineup__row--border-cell .lp-lineup__label {
        vertical-align: middle;
    }

    .lp-lineup__product-img--h183,
    .lp-lineup__product-img--h128 {
        height: 193px;
    }

    .lp-reviews__list {
        flex-direction: column;
        padding: 0;
    }

    .lp-lineup__grid {
        grid-template-columns: 1fr;
    }

    .lp-box-white {
        padding: 20px 10%;
        border-radius: 8px;
    }

    .lp-tips.section-padding {
        padding: 56px 5% 144px;
    }

    .lp-tips .lp-box-white {
        padding: 20px 5% 32px;
    }

    .lp-box-white > p {
        font-size: 14px;
    }

    .lp-tips__box {
        padding: 20px 4%;
    }

    .lp-tips__box-title {
        font-size: 17px;
    }

    .lp-tips__box dl dt,
    .lp-tips__box dl dd {
        font-size: 14px;
    }

    .lp-tips__note {
        font-size: 13px;
        line-height: 33px;
    }

    .lp-beforeafter {
        padding: 60px 10%;
    }

    .lp-beforeafter.section-padding {
        padding: 40px 8.5%;
    }

    .lp-beforeafter__content {
        flex-direction: column;
        gap: 0;
    }

    .lp-beforeafter__text {
        order: 2;
    }

    .lp-beforeafter__photos {
        order: 1;
        margin-bottom: 0;
    }

    .lp-beforeafter__flex {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .lp-beforeafter__img {
        width: 165px;
        height: 232px;
    }

    .lp-beforeafter__item {
        width: 50%;
        max-width: none;
    }

    .lp-movie__container {
        max-width: none;
        padding: 0;
    }

    .lp-movie__video {
        border-radius: 0;
    }
}