@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2');
}

html {
    font-size: 16px;
}

body {
    background-color: #f7f6f6;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    color: #111;
}

.main {
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: left;
    align-items: center;
    background-color: #FFF;
}

a:hover {
    opacity: .8;
}

@media screen and (max-width:599px) {
    .pc-btn {
        display: none;
    }

    .pc-btn a {
        display: none;
        width: 0;
        height: 0;
    }

    .sp-btn {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .sp-btn.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .sp-btn {
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    .sp-btn a {
        display: block;
        width: 100%;
    }

}

@media screen and (min-width:600px) {
    .pc-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        width: 200px;
    }

    .pc-btn a {
        display: block;
        width: 100%;
    }

    #sp-btn {
        display: none;
    }

    #sp-btn a {
        display: none;
        width: 0;
        height: 0;
    }
}

/* ============================================ */
/* MV */
/* ============================================ */

.mv {
    width: 100%;
    background-size: cover;
    aspect-ratio: 1500 / 2700;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    padding-bottom: 1em;
}

@media (max-width: 600px) {
    .mv {
        font-size: calc(100vw / 600 * 16);
    }
}

.mv-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.mv-logo {
    position: absolute;
    top: .5em;
    left: 1em;
    width: 21em;
}

.mv-name-talent {
    text-align: center;
    font-size: .625em;
    font-weight: 700;
    position: absolute;
    top: 42em;
    right: 2em;
}

.mv-name-talent p {
    background-color: #fffc;
    width: fit-content;
    margin: 0 0 .3em auto;
    padding: .3em;
}

.mv-price-container {
    position: relative;
    top: -1em;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 12px;
    margin: 0 0 16px 16px;
    box-sizing: border-box;
    color: #1a2b3a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

@media (max-width: 600px) {
    .mv-price-container {
        font-size: calc(100vw / 600 * 16);
    }
}

.mv-price-cta-inner {
    padding: 1em;
}

.mv-price-ribbon {
    background: linear-gradient(90deg, #9c7222 0%, #b88a2e 30%, #d4a847 50%, #b88a2e 70%, #9c7222 100%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: 0.3em;
    padding: 10px 16px 10px 22px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.mv-price-lead {
    font-size: 2em;
    letter-spacing: -0.02em;
    margin-bottom: .3em;
}

.mv-price-lead-small {
    font-size: 32px;
    margin-left: 0.0625em;
}

.mv-price-lead p {
    margin: 0;
}

.mv-price-lead-small {
    font-size: 1em;
    margin-left: 0.0625em;
}

.mv-price-lead-main {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .25em;
    margin-bottom: .5em;
}

.mv-price-lead-label {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: -0.4em;
}

.mv-price-lead-number {
    margin-right: 0.06em;
    font-size: 5em;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: #e60012;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff;
}

.mv-price-lead-number-small {
    margin: 0 0.2em 0 0.1em;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #e60012;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff;
}

.mv-price-lead-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    padding-bottom: 0.5em;
}

.mv-price-lead-tax {
    font-size: 0.9em;
    margin: 0 auto 0.1em;
    font-weight: bold;
}

.mv-price-lead-yen {
    font-size: 2em;
    font-weight: 900;
}

.mv-price-lead-footer {
    line-height: 1.4;
    font-size: 1.625em;
}

.mv-headline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
    z-index: 1;
}

@media (max-width: 600px) {
    .mv-headline {
        font-size: calc(100vw / 600 * 16);
    }
}

.mv-headline-lead {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 4px;
}

.mv-headline-main {
    display: block;
    font-size: 6em;
    font-weight: 900;
    color: #333;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-shadow:
        0 1px 0 #ccc,
        0 2px 4px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.5);
}

.mv-stats-container {
    width: 100%;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 1em;
}

@media (max-width: 600px) {
    .mv-stats-container {
        font-size: calc(100vw / 600 * 16);
    }
}

.mv-stats-list {
    list-style: none;
    margin: 0 auto 1em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-stats-item {
    flex-shrink: 0;
    position: relative;
    width: 13em;
    height: 13em;
    border-radius: 50%;
    padding: 0.6em;
    box-sizing: border-box;
    margin: 0 -1em;

    background: linear-gradient(180deg,
            #fafafa 0%,
            #e0e0e0 12%,
            #b0b0b0 28%,
            #7a7a7a 48%,
            #9a9a9a 55%,
            #c8c8c8 72%,
            #ededed 88%,
            #f8f8f8 100%);
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        inset 0 -2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mv-stats-item::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.6em;
    right: 0.6em;
    bottom: 0.6em;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
        inset 0 3px 6px rgba(0, 0, 0, 0.18),
        inset 0 -1px 2px rgba(255, 255, 255, 0.6);
    z-index: 0;
}

.mv-stats-item p {
    position: relative;
    top: 8px;
}

.mv-stats-item:nth-child(2) p {
    top: 0;
}

.mv-stats-item>* {
    position: relative;
    z-index: 1;
}

.mv-stats-item-label {
    font-size: 1.1em;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3;
}

.mv-stats-item-note {
    position: absolute;
    top: 1em;
    right: 0;
    font-size: 0.6em;
    margin-left: 0.1em;
}

.mv-stats-item-value {
    position: relative;
    margin: 0;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
}

.mv-stats-item-number {
    font-size: 4em;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.mv-stats-item-unit {
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 0.1em;
}

.mv-stats-item-suffix {
    font-size: 1em;
    margin: 0.2em 0 0;
    font-weight: bold;
}

.mv-stats-note {
    font-size: 12px;
    color: #5f6368;
    text-align: center;
}

.mv-clinic-name {
    display: block;
    font-size: 2em;
    font-weight: bold;
    width: calc(100% - 2.6em);
    margin: -0.6em 0 0 auto;
    text-align: center;
}

.mv-clinic-name span {
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    z-index: 0;
}

.mv-clinic-name span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 12px;
    background: rgba(103, 233, 216, 0.6);
    transform: skewX(-20deg);
    z-index: -1;
}

/* ============================================ */
/* 一人ひとりにあった満足度の高いAGA治療をご提供 */
/* ============================================ */

.points-container {
    text-align: center;
    background-image: url(../img/bg_points@2x.webp);
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    aspect-ratio: 1500 / 2600;
    position: relative;
    padding: 40px 20px;
}

.points-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.points-card {
    width: calc((100% - 16px) / 3);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 480px) {
    .points-card {
        padding: 32px 16px;
    }
}

.points-card img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}

@media (min-width: 480px) {
    .points-card img {
        width: 64px;
        margin-bottom: 16px;
    }
}

.points-card-text {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 480px) {
    .points-card-text {
        font-size: 18px;
    }
}

.points-card-text-sm {
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 480px) {
    .points-card-text-sm {
        font-size: 16px;
    }
}

/* ============================================ */
/* 治療事例 */
/* ============================================ */

.case-container {
    width: 100%;
    padding: 40px 0;
    background-image: url(../img/case_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #0abab5;
}

.case-heading .aga-section-title::after {
    background: #fff;
}

.case-container img {
    display: inline-block;
}

.campaign-code {
    position: relative;
    display: inline-block;
}

.campaign-code-btn {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.campaign-code-btn:active {
    background: rgba(0, 0, 0, 0.05);
}

.copy-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    max-width: 560px;
    transform: translate(-50%, -50%) scale(0.9);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 20px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    pointer-events: none;
}

.copy-toast.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.copy-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #0abab5;
    color: #fff;
    border-radius: 50%;
}

/* ============================================ */
/* 確かな実績 */
/* ============================================ */

.record-container {
    background-image: url(../img/record_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f6f3ec;
    padding: 40px 16px;
}

.record-container img {
    display: inline-block;
}

/* ============================================ */
/* 6つの特徴 */
/* ============================================ */

.features-container {
    padding: 40px 0;
    background-image: url(../img/features_bg.webp);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FFF;
}

.features-inner {
    max-width: 800px;
    margin: 0 auto;
}

.features-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
}

@media (min-width: 480px) {
    .features-item {
        align-items: center;
    }
}

.features-item-right .features-item-text {
    grid-column: 1;
    padding-left: 16px;
}

.features-item-right .features-item-image {
    grid-column: 2;
}

.features-item-left .features-item-image {
    grid-column: 1;
}

.features-item-left .features-item-text {
    grid-column: 2;
    padding-right: 16px;
}

.features-item-text {
    text-align: left;
}

.features-num {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #1ba6b3;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.features-item-image {
    position: relative;
}

.features-num-on-image {
    position: absolute;
    top: -20px;
    background: #0abab5;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 0;
    z-index: 2;
}

@media (min-width: 480px) {
    .features-num-on-image {
        top: -32px;
        width: 64px;
        height: 64px;
        font-size: 32px;
    }
}

.features-item-right .features-num-on-image {
    right: 16px;
}

.features-item-left .features-num-on-image {
    left: 16px;
}

.features-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
}

@media (min-width: 480px) {
    .features-title {
        font-size: 20px;
    }
}

.features-desc {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 480px) {
    .features-desc {
        font-size: 16px;
    }
}

.features-note {
    font-size: 12px;
    color: #5f6368;
}

/* 画像 */
.features-item-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ============================================ */
/* 薄毛について */
/* ============================================ */

.trouble-container {
    width: 100%;
    background-color: #eef3f4;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg_trouble.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.trouble-circles {
    position: relative;
    width: 37.5em;
    height: 40em;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .trouble-circles {
        font-size: calc(100vw / 600 * 16);
    }
}

.trouble-circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #5f767f;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.trouble-circle-01 {
    width: 9em;
    height: 9em;
    font-size: 1.3em;
    top: 2em;
    left: 3em;
    background-color: #6b818a;
}

.trouble-circle-02 {
    width: 11em;
    height: 11em;
    font-size: 1.3em;
    top: 3em;
    right: 4em;
    background-color: #5f767f;
}

.trouble-circle-03 {
    width: 9em;
    height: 9em;
    font-size: 1.3em;
    top: 9em;
    left: 8em;
    background-color: #4f656e;
    z-index: 2;
}

.trouble-circle-04 {
    width: 8em;
    height: 8em;
    font-size: 1.3em;
    top: 13em;
    right: 3em;
    background-color: #6b818a;
}

.trouble-circle-05 {
    width: 10em;
    height: 10em;
    font-size: 1.3em;
    top: 15em;
    left: 1em;
    background-color: #738891;
    z-index: 2;
}

.trouble-person {
    position: absolute;
    width: 20em;
    height: auto;
    bottom: 0;
    left: 48%;
    transform: translateX(-40%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    z-index: 10;
}

.trouble-callout::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-top: 24px solid #111;
    margin: 1em auto 0;
}

.trouble-callout-inner {
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 16px 0;
    text-align: center;
}

.trouble-callout-text {
    line-height: 1.6;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.trouble-callout-headline {
    font-size: 20px;
}

@media (min-width: 480px) {
    .trouble-callout-headline {
        font-size: 24px;
    }
}

/* ============================================ */
/* 治療方針 */
/* ============================================ */

.approach-container {
    padding: 24px;
    font-weight: bold;
}

.approach-inner {
    padding: 16px;
    border: 8px solid #0abab5;
    border-radius: 4px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 480px) {
    .approach-inner {
        padding: 32px;
    }
}

.approach-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 16px;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 16px;
}

.approach-heading-text {
    margin-left: 8px;
}

.approach-logo {
    width: 19em;
    max-width: 100%;
    height: auto;
}

.approach-venn {
    position: relative;
    width: 20em;
    height: 18em;
    margin: 4em auto;
}

@media (max-width: 600px) {
    .approach-venn {
        font-size: calc(100vw / 600 * 16);
    }
}

.approach-venn-circle {
    position: absolute;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    background-color: rgba(10, 186, 181, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.approach-venn-circle span {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.approach-venn-circle-top {
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.approach-venn-circle-left {
    bottom: -8%;
    left: -5%;
}

.approach-venn-circle-right {
    bottom: -8%;
    right: -5%;
}

.approach-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 16px 0;
}

.approach-point {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 8px) / 2);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 20px 4px;
    border-radius: 4px;
    background: linear-gradient(160deg,
            #3ac8c4 0%,
            #3ac8c4 50%,
            #0abab5 50%,
            #0abab5 100%);
}

/* ============================================ */
/* box */
/* ============================================ */

.genetic-container {
    padding: 24px;
    font-weight: bold;
}

.genetic-inner {
    padding: 64px 16px 32px;
    border: 8px solid #0abab5;
    border-radius: 4px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 480px) {
    .genetic-inner {
        padding: 80px 32px 32px;
    }
}

.genetic-list {
    width: fit-content;
    list-style: none;
    margin: 48px auto;
    padding: 0;
    display: block;
    text-align: left;
}

.genetic-list-item {
    width: fit-content;
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
    font-size: 16px;
}

@media (min-width: 480px) {
    .genetic-list-item {
        font-size: 20px;
    }
}

.genetic-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #0abab5;
    border-radius: 50%;
    box-sizing: border-box;
}

.genetic-list-item::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 21px;
    width: 8px;
    height: 2px;
    background-color: #0abab5;
    border-radius: 1px;
    transform: rotate(45deg);
}

.genetic-callout {
    font-size: 20px;
    margin-bottom: 8px;
}

.genetic-note {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 32px;
    color: #5f6368;
}

.genetic-photo {
    margin-bottom: 32px;
}

.genetic-photo-balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: 400px;
    background-color: #0abab5;
    color: #fff;
    font-weight: bold;
    padding: 16px;
    border-radius: 8px;
}

@media (min-width: 480px) {
    .genetic-photo-balloon {
        font-size: 18px;
    }
}

/* 吹き出しの下向き三角 */
.genetic-photo-balloon::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 14px 16px 0 16px;
    border-color: #0abab5 transparent transparent transparent;
}

.genetic-photo-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -24px;
}

.genetic-photo-callout {
    font-size: 20px;
    margin-bottom: 56px;
}

.pricing {
    max-width: 480px;
}

.pricing-heading {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    background: #0abab5;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}

.pricing table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.pricing .col-item {
    width: 32%;
}

.pricing .col-normal {
    width: 33%;
}

.pricing .col-special {
    width: 35%;
}

.pricing thead .spacer {
    background: transparent;
    border: none;
}

.pricing thead th {
    background: #0abab5;
    color: #fff;
    padding: 8px 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.pricing thead .th-normal {
    border-top-left-radius: 4px;
    font-weight: bold;
}

.pricing thead .th-special {
    font-size: 20px;
    letter-spacing: 0.05em;
    border-top-right-radius: 4px;
    color: #f9eca2;
    font-weight: bold;
}

.pricing tbody th {
    background: #EFEDE6;
    padding: 22px 16px;
    text-align: left;
    font-weight: bold;
}

.pricing tbody tr th,
.pricing tbody tr td {
    border-bottom: 1px solid #D9D9D5;
}

.pricing .normal-cell {
    vertical-align: middle;
    text-align: center;
}

.pricing .normal-label {
    color: #5f6368;
    line-height: 1.2;
    margin-bottom: 2px;
}

.pricing .normal-price {
    color: #5f6368;
    position: relative;
    display: inline-block;
}

.pricing .strike-line {
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 1.5px;
    background: #e60012;
    transform: rotate(-8deg);
}

.pricing .special-cell {
    text-align: center;
    vertical-align: middle;
}

.pricing .special-num {
    font-size: 32px;
    font-weight: bold;
}

.pricing .special-yen {
    margin-left: 2px;
    font-weight: normal;
}

.pricing-note {
    font-weight: normal;
    color: #5f6368;
    font-size: 12px;
    text-align: center;
}

/* ============================================ */
/* AGA治療を始める前に知っておきたいこと */
/* ============================================ */

.knowledge-container {
    padding: 24px;
    width: 100%;
    margin: 0 auto;
    background:
        url('../img/bg_know_top@2x.webp') top left / contain no-repeat,
        url('../img/bg_know_bottom@2x.webp') bottom right / contain no-repeat,
        #e5f2f6;
}

@media (min-width: 480px) {
    .knowledge-container {
        padding: 40px;
    }
}

.knowledge-item {
    margin-bottom: 56px;
}

.knowledge-item:last-child {
    margin-bottom: 0;
}

.knowledge-number {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.knowledge-number-text {
    position: absolute;
    left: 1px;
    font-size: 48px;
    font-weight: bold;
    color: #0abab5;
}

.knowledge-icon {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 60%;
}

@media (min-width: 480px) {
    .knowledge-icon {
        max-width: 256px;
    }
}

.knowledge-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    margin-top: -56px;
}

@media (min-width: 480px) {
    .knowledge-title {
        font-size: 24px;
    }
}

.knowledge-subhead {
    margin-bottom: 8px;
    color: #0abab5;
    font-weight: bold;
    font-size: 18px;
}

@media (min-width: 480px) {
    .knowledge-subhead {
        font-size: 20px;
    }
}

.knowledge-desc {
    display: block;
    margin-bottom: 24px;
}

.knowledge-attention {
    margin-bottom: 16px;
}

.knowledge-note {
    margin-top: 16px;
    font-size: 12px;
    color: #5f6368;
    padding-left: 1em;
    text-indent: -1em;
}

/* ============================================ */
/* 院長ごあいさつ */
/* ============================================ */

.message-container {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.message-inner {
    padding: 40px 24px;
    text-align: left;
}

.message-profile {
    position: relative;
    margin-bottom: 2em;
    min-height: 18em;
}

@media (max-width: 600px) {
    .message-profile {
        font-size: calc(100vw / 600 * 16);
    }
}

.message-profile-name {
    position: relative;
    top: 2em;
    z-index: 2;
    display: inline-block;
    padding: 1em 1.5em 1em 1em;
    border-left: 0.25em solid #0abab5;
    border-top: 0.25em solid #0abab5;
    background-color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-size: 1.25em;
}

.message-profile-name p {
    margin: 0;
    font-weight: bold;
}

.message-profile-fullname {
    font-size: 1.6em;
    margin-top: 0.3em;
    line-height: 1.2;
}

.message-profile-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 21em;
    z-index: 1;
}

.message-profile-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.message-body {
    font-weight: bold;
}

.message-body p {
    margin-bottom: 16px;
}

.message-body p:last-child {
    margin-bottom: 0;
}

/* ============================================ */
/* プラン紹介 */
/* ============================================ */

.plan-container {
    padding: 40px 0;
}

.plan-container img {
    display: inline-block;
}

/* ============================================ */
/* 治療の流れ */
/* ============================================ */

.flow-container {
    width: 100%;
    background-color: #315060;
    color: #fff;
}

.flow-inner {
    padding: 40px 20px 48px;
    text-align: center;
}

.flow-heading .aga-section-title:after {
    background-color: #fff;
}

.flow-lead {
    margin: 0 auto 32px;
    text-align: left;
}

.flow-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: center;
    margin-bottom: 24px;
}

.flow-tabs-radio {
    display: none;
}

.flow-tabs-label {
    flex: 1 1 0;
    max-width: 224px;
    padding: 14px 0;
    background-color: #8396a0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.flow-tabs:has(.flow-tabs-radio:nth-of-type(1):checked) .flow-tabs-label--raiin,
.flow-tabs:has(.flow-tabs-radio:nth-of-type(2):checked) .flow-tabs-label--online {
    background-color: #fff;
    color: #315060;
}

/* タブパネル */
.flow-tabs-panel {
    display: none;
    width: 100%;
}

.flow-tabs:has(#flow-tab-raiin:checked) .flow-tabs-panel--raiin,
.flow-tabs:has(#flow-tab-online:checked) .flow-tabs-panel--online {
    display: block;
}

.flow-card {
    background-color: #fff;
    color: #2B2B2B;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

@media (min-width: 480px) {
    .flow-card {
        padding: 48px;
    }
}

.flow-card-title {
    background-color: #1a2a33;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 16px;
    margin: 0 0 64px;
    border-radius: 4px;
}

.flow-step {
    position: relative;
    background-color: #f1f3f5;
    border-radius: 8px;
    padding: 52px 16px 20px;
    margin-bottom: 64px;
    text-align: center;
}

/* ステップ間の下向き矢印（最後のステップには付けない） */
.flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 26px;
    height: 21px;
    background-image: url("../img/icon_flow_arrow_bottom.webp");
    background-size: contain;
}

.flow-step:last-child {
    margin-bottom: 0;
}

.flow-step-num {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2c4350;
    color: #fff;
    width: 72px;
    height: 72px;
    border-radius: 4px;
    line-height: 1;
}

.flow-step-num-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

.flow-step-num-text {
    font-size: 26px;
    font-weight: bold;
}

.flow-step-heading {
    font-size: 20px;
    font-weight: bold;
    color: #2B2B2B;
    margin: 0 0 10px;
}

/* ステップ説明 */
.flow-step-desc {
    font-size: clamp(14px, 10px + 1vw, 16px);
    line-height: 1.7;
    color: #2B2B2B;
    margin: 0;
}

/* ============================================ */
/* よくある質問 */
/* ============================================ */

.qa-container {
    padding: 40px 16px;
}

.qa-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

.qa-item {
    border-radius: 8px;
    background: #fff;
}

.qa-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 16px 48px 16px 16px;
    background: #0abab5;
    color: #fff;
    text-align: left;
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: border-radius .3s ease;
}

.qa-question:focus-visible {
    outline: 2px solid #006e6a;
    outline-offset: 2px;
}

.qa-question .qa-mark {
    flex: 0 0 auto;
    font-weight: 700;
}

.qa-question .qa-text {
    flex: 1;
}

.qa-question .qa-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .3s ease;
}

.qa-item.is-open .qa-question {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.qa-item.is-open .qa-question .qa-icon {
    transform: rotate(-135deg);
    margin-top: -4px;
}

.qa-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .3s ease, visibility 0s .3s;
}

.qa-item.is-open .qa-answer-wrapper {
    max-height: 1000px;
    visibility: visible;
    transition: max-height .3s ease, visibility 0s 0s;
}

.qa-answer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    line-height: 1.7;
    border: 2px solid #0abab5;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.qa-answer .qa-mark {
    flex: 0 0 auto;
    font-weight: 700;
    color: #0abab5;
}

.qa-answer p {
    flex: 1;
    margin: 0;
}

/* ============================================ */
/* アクセス一覧 */
/* ============================================ */

.access-container {
    width: 100%;
    background-color: #e6f8f8;
    color: #2B2B2B;
}

.access-inner {
    padding: 40px 20px 0;
    text-align: center;
}

.access-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    margin-bottom: 32px;
}

.access-gallery-item {
    overflow: hidden;
    border-radius: 4px;
}

.access-gallery-item-main {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.access-gallery-item-sub:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
}

.access-gallery-item-sub:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
}

.access-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.access-clinic-name {
    font-size: 20px;
    font-weight: bold;
    color: #0abab5;
    text-align: left;
    margin: 0 0 16px;
    line-height: 1.5;
}

@media (min-width: 480px) {
    .access-clinic-name {
        font-size: 24px;
    }
}

.access-info {
    margin: 0 0 24px;
    padding: 0;
    border-top: 1px solid #b8d4d4;
    text-align: left;
}

.access-info-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #b8d4d4;
}

.access-info-term {
    font-weight: bold;
}

.access-info-note {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #5f6368;
}

.access-station {
    margin-bottom: 12px;
}

.access-station-name {
    font-weight: bold;
    color: #0abab5;
}

.access-cta-btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 48px 20px 16px;
    background: linear-gradient(135deg, #3ac8c4 0%, #0abab5 100%);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s;
    box-sizing: border-box;
}

@media (min-width: 480px) {
    .access-cta-btn {
        font-size: 20px;
    }
}

.access-cta-btn:hover {
    opacity: 0.85;
}

.access-cta-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.access-cta-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* ============================================ */
/* box */
/* ============================================ */

.genetic-container {
    position: relative;
}

.usuge-plus {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 親の上端から半分はみ出す */
    z-index: 10;
    width: 60%;
    max-width: 200px;
    margin: 0;
}

.swiper {
    padding-bottom: 30px;
}

.swiper-slide {
    width: calc(100% - 60px);
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 10px;
}

.swiper-slide img {
    width: 96%;
    display: inline-block;
    margin: 0 auto;
    filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, .4));
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.swiper-pagination {
    bottom: 0;
}

footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 765px) {}

footer .nav li {
    font-size: 12px;
    list-style: none;
    display: inline-block;
}

footer a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.copyright {
    font-size: 11px;
    margin: 0;
    padding: 10px 0;
}

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events: none;
    /* 重要 */
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events: all;
    /* 重要 */
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* ボタンのキラリエフェクト */
.reflection {
    display: block;
    position: relative;
    overflow: hidden;
}

.reflection:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
}

.reflection:after {
    background-color: #fff;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.w-90 {
    width: 90%;
}

/* ============================================ */
/* フォームのヘッダーのロゴ調整 */
/* ============================================ */

header .flex-1 {
    flex: none !important;
}

/* ============================================ */
/* 共通 */
/* ============================================ */
.aga-section-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 18px;
    text-align: center;
}

@media (min-width: 480px) {
    .aga-section-title {
        font-size: 32px;
    }
}

.aga-section-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 4px;
    background-color: #0abab5;
}

.aga-section-sub-title {
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
}

@media (min-width: 480px) {
    .aga-section-sub-title {
        font-size: 20px;
    }
}

.aga-text-center {
    text-align: center;
}

.aga-mt-16 {
    margin-top: 16px;
}

.aga-mt-24 {
    margin-top: 24px;
}

.aga-mt-32 {
    margin-top: 32px;
}

.aga-mb-8 {
    margin-bottom: 8px;
}

.aga-mb-16 {
    margin-bottom: 16px;
}

.aga-mb-24 {
    margin-bottom: 24px;
}

.aga-mb-32 {
    margin-bottom: 32px;
}

.aga-mb-64 {
    margin-bottom: 64px;
}

.text-color-black {
    color: #111;
}

.text-color-white {
    color: #fff;
}

.text-color-red {
    color: #e60012;
}

.text-color-blue {
    color: #0abab5;
}

.text-color-orange {
    color: #f66909;
}

/* デフォルト: PCサイズ */
.br-sp {
    display: none;
}

.br-pc {
    display: inline;
}

/* スマホサイズ */
@media (max-width: 480px) {
    .br-sp {
        display: inline;
    }

    .br-pc {
        display: none;
    }
}

/* ============================================ */
/* LegitScript */
/* ============================================ */

.legitscript-container {
    padding: 24px 24px;
    background: #d0edde;
}

.legitscript {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 24px 32px;
    border-radius: 16px;
}

@media (max-width: 480px) {
    .legitscript {
        display: block;
    }
}

.legitscript a {
    display: block;
    width: 96px;
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .legitscript a {
        width: 96px;
        margin: 0 auto 16px;
    }
}

.legitscript h2 {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .legitscript h2 {
        text-align: center;
    }
}

.legitscript p {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

.legitscript p:last-child {
    margin-bottom: 0;
}