/* common */
body {
    line-height: 1.6;
    overflow-x: hidden;
}

.page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contents-section .section-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
    font-size: 16px;
    font-weight: 400;
}

.section-heading span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #7e7e7e;
}

.section-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner {
    padding-top: 60px;
}

.inner>p {
    line-height: 1.8;
}

.company-section img {
    margin-bottom: 0;
}

.section--bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background: #FAF5F0;
}

.company-table {
    padding: 80px 0 40px;
    margin-top: 40px;
}

.company-table .contents-section {
    margin-top: 0;
}

.company-list {
    max-width: 700px;
    margin: 60px auto 0;
    line-height: 1.8;
}

.company-list dl {
    display: flex;
    flex-wrap: wrap;
}

.company-list dt {
    width: 160px;
    padding: 30px 0;
    color: #E76235;
    border-bottom: 1px solid #7e7e7e;
}

.company-list dd {
    width: calc(100% - 160px);
    padding: 30px 0;
    border-bottom: 1px solid #7e7e7e;
}

.company-list dd span {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}

.clinic-area {
    display: flex;
    max-width: 890px;
    height: 232px;
    margin: 0 auto;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
}

.clinic-area figure {
    width: 300px;
    height: 230px;
}

.clinic-area img {
    object-fit: cover;
}

.clinic-area .desc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.desc-wrap .text {
    min-width: 14em;
    line-height: 1.8;
}

.desc-wrap .logo img {
    margin-bottom: 20px;
}

/* Brand Message */
.about {
    margin-top: 40px;
}

.about .title {
    font-weight: 700;
    margin-bottom: 40px;
}

.about .text>p {
    margin-bottom: 40px;
    text-align: justify;
}

.about .text>p:last-child {
    margin-bottom: 0;
}

.message .inner>p {
    margin-bottom: 20px;
}

.message-box {
    max-width: 890px;
    background: #FAF5F0;
    margin: 40px auto 0;
}

.message-box .inner {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-box figure {
    margin-right: 30px;
    width: 198px;
}

.message-box .body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 198px);
}

.message-box .body>p {
    margin-bottom: 1rem;
}

.message-box .desc {
    font-size: 14px;
}

.message-box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.message-box .list li {
    font-size: 12px;
    line-height: 2;
    border: 1px solid #000;
    text-align: center;
    padding: 0 5px;
}

.ingredient-item {
    background-color: #fff;
    border: 1px solid #7e7e7e;
    padding: 50px;
    margin-top: 40px;
}

.ingredient-item .inner {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.ingredient-item .text {
    max-width: 555px;
    margin-right: 9%;
}

.ingredient-item .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
}

.ingredient-item .list {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    gap: 1rem;
    font-size: 12px;
}

.ingredient-item .list li {
    border: 1px solid #7e7e7e;
    padding: 0 10px;
}

.dermatology .clinic-area {
    height: 232px;
}

.dermatology figure {
    width: 230px;
    height: 230px;
}

.dermatology img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.dermatology>.clinic-area {
    justify-content: flex-start;
}

.dermatology .primary-btn {
    font-size: 14px;
    width: 220px;
}

@media screen and (max-width: 768px) {
    .section-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inner {
        padding-top: 40px;
    }

    .clinic-area {
        gap: 20px;
    }

    .clinic-area .desc-wrap {
        gap: 20px;
    }

    .desc-wrap .text {
        min-width: 12em;
    }

    .message-box {
        height: auto;
    }

    .message-box .inner {
        display: block;
    }

    .message-box figure,
    .message-box .body {
        width: 100%;
    }

    .ingredient-item {
        padding: 20px;
    }

    .dermatology>.clinic-area {
        gap: 8vw;
    }

    .dermatology>.clinic-area .desc-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .company-table {
        padding-top: 60px;
    }

    .company-list {
        margin-top: 20px;
    }

    .company-list dl {
        font-size: 14px;
    }

    .company-list dt {
        width: 120px;
    }

    .company-list dd {
        width: calc(100% - 120px);
    }

    .clinic-area {
        margin-top: 60px;
        padding: 10px;
    }

    .clinic-area figure {
        width: 50%;
    }

    .clinic-area .desc-wrap {
        display: block;
    }

    .desc-wrap .text {
        min-width: none;
        font-size: 12px;
    }

    .desc-wrap .logo {
        margin-top: 10px;
    }

    .desc-wrap .logo img {
        margin-bottom: 10px;
    }

    .message-box .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .ingredient-item .inner {
        flex-direction: column;
        gap: 20px;
    }

    .ingredient-item .list {
        flex-wrap: wrap;
        width: max-content;
        text-align: center;
    }

    .ingredient-item .text {
        margin-right: 0;
    }

    .dermatology>.clinic-area {
        gap: 10px;
        height: auto;
    }

    .dermatology figure {
        height: auto;
    }

    .dermatology .link {
        margin-top: 10px;
    }
}

/* 20260215 ここからbrand */

/* ========== Figma差分反映 (fullacera-main node-id=115-594) ==========
 * 既存セレクタは変更せず、.brand-message スコープで詳細セレクタのみ追加。
 * 余白・フォントサイズ・行間・セクション間隔・SPレイアウトをFigmaに合わせて調整。
 * 色はFigma変数: 背景色 #faf5f0, グレー2 #7E7E7E, 濃グレー #333333 を参照。
 * ========== */

/* --- ページ全体・コンテンツラップの余白 --- */
.brand-message .contents-wrap {
    /* Figma: コンテンツ幅内の横余白を統一（既存に上書きせず追加指定のみ） */
    box-sizing: border-box;
}

.brand-message .page-heading {
    /* Figma: 見出し下の余白をセクション間隔として明確に */
    margin-bottom: 48px;
}

/* --- セクション見出し（.section-heading）の行間・余白 --- */
.brand-message .contents-section .section-heading {
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.brand-message .section-heading span {
    /* Figma: サブキャプションの行間・余白（既存を上書きしない詳細セレクタ） */
    line-height: 1.6;
    margin-top: 12px;
}

/* --- セクション間の間隔（section-wrap） --- */
.brand-message .section-wrap {
    /* Figma: セクション上下パディングを統一（PC） */
    padding-top: 80px;
    padding-bottom: 80px;
}

/* --- フラセラについて（.about）--- */
.brand-message .about .inner {
    padding-top: 60px;
}

.brand-message .about .inner > p {
    /* Figma: 本文の行間を読みやすく */
    line-height: 1.9;
}

.brand-message .about .title {
    margin-top: 32px;
    margin-bottom: 40px;
}

.brand-message .about .text > p {
    line-height: 1.9;
    margin-bottom: 40px;
}

/* --- ごあいさつ（.message）--- */
.brand-message .message .inner > p {
    margin-bottom: 24px;
    line-height: 1.85;
}

.brand-message .message-box {
    /* Figma: メッセージボックス上のセクション間隔 */
    margin-top: 48px;
}

.brand-message .message-box .inner {
    padding: 24px 20px;
}

.brand-message .message-box .body > p {
    margin-bottom: 1rem;
}

.brand-message .message-box .desc {
    line-height: 1.75;
}

/* --- フラセラの注目美肌成分（.ingredient）--- */
.brand-message .ingredient .lead {
    line-height: 1.85;
    margin-bottom: 0;
}

.brand-message .ingredient-item {
    margin-top: 48px;
    padding: 56px 50px;
}

.brand-message .ingredient-item .text .title {
    margin-bottom: 12px;
}

.brand-message .ingredient-item .text .desc {
    line-height: 1.85;
}

/* --- 美容皮膚科エリア（.dermatology）--- */
.brand-message .dermatology .clinic-area {
    margin-top: 0;
    margin-bottom: 0;
    gap: 80px;
}

.brand-message .dermatology .desc-wrap .text {
    line-height: 1.8;
}

/* --- レスポンシブ: タブレット（768px以下）--- */
@media screen and (max-width: 768px) {
    .brand-message .page-heading {
        margin-bottom: 32px;
    }

    .brand-message .section-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .brand-message .about .inner {
        padding-top: 40px;
    }

    .brand-message .message-box {
        margin-top: 40px;
    }

    .brand-message .message-box .inner {
        padding: 20px 16px;
    }

    .brand-message .ingredient-item {
        margin-top: 40px;
        padding: 32px 20px;
    }

    .brand-message .dermatology .clinic-area {
        gap: 24px;
    }
}

/* --- レスポンシブ: SP（480px以下）--- */
@media screen and (max-width: 480px) {
    .brand-message .page-heading {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .brand-message .contents-section .section-heading {
        font-size: 15px;
    }

    .brand-message .section-heading span {
        font-size: 13px;
        margin-top: 8px;
    }

    .brand-message .section-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .brand-message .about .inner {
        padding-top: 32px;
    }

    .brand-message .about .title {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .brand-message .about .text > p {
        margin-bottom: 28px;
    }

    .brand-message .message .inner > p {
        margin-bottom: 20px;
    }

    .brand-message .message-box {
        margin-top: 32px;
    }

    .brand-message .message-box .inner {
        padding: 16px 12px;
    }

    .brand-message .ingredient-item {
        margin-top: 32px;
        padding: 24px 16px;
    }

    .brand-message .dermatology .clinic-area {
        gap: 16px;
    }

    .brand-message .dermatology .link {
        margin-top: 12px;
    }
}

/* ========== figma: about-better / about-fullacera（node-id=115-594 差し込み）==========
 * 既存CSSは一切変更せず末尾に追記。.about-better / .about-fullacera 専用のみ定義。
 * 余白・フォントサイズ・行間・テキスト配置をFigmaに合わせ、PC/TB/SPを考慮。
 * ========== */

/* figma: about-better */
.about-better {
    /* セクション内のブロックとして、既存 .inner と同様の余白で配置 */
    padding-top: 48px;
    max-width: 100%;
    box-sizing: border-box;
}

.about-better__heading {
    /* Figma: LESS, BUT BETTER 見出し（大見出し・太字・下線または余白で区切り） */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 1px solid #7E7E7E;
    margin-bottom: 24px;
    color: #333333;
    line-height: 1.5;
}

.about-better__sub {
    /* Figma: 和文サブ見出し「肌が求めているものだけを届けたい」 */
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333333;
    line-height: 1.6;
}

.about-better__body {
    /* 本文ブロックのラッパー：段落間の余白は子pで統一 */
    display: block;
}

.about-better__body p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 20px;
    color: #333333;
    text-align: left;
}

.about-better__body p:last-child {
    margin-bottom: 0;
}

/* figma: about-fullacera */
.about-fullacera {
    /* about-better の直下に配置。セクション間の余白を確保 */
    padding-top: 56px;
    max-width: 100%;
    box-sizing: border-box;
}

.about-fullacera__heading {
    /* Figma: ABOUT FULLACERA 見出し */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 1px solid #7E7E7E;
    margin-bottom: 24px;
    color: #333333;
    line-height: 1.5;
}

.about-fullacera__sub {
    /* Figma: 和文サブ見出し（肌の未来を見据える / 肌の仕組みに… / フラーレンとは） */
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 16px;
    color: #333333;
    line-height: 1.6;
}

.about-fullacera__sub:first-of-type {
    /* 最初のサブ見出しは上余白を抑える（見出し直後） */
    margin-top: 0;
}

.about-fullacera__text {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 20px;
    color: #333333;
    text-align: left;
}

.about-fullacera__text:last-child {
    margin-bottom: 0;
}

/* figma: about-better — タブレット（768px以下） */
@media screen and (max-width: 768px) {
    .about-better {
        padding-top: 40px;
    }

    .about-better__heading {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .about-better__sub {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .about-better__body p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

/* figma: about-fullacera — タブレット（768px以下） */
@media screen and (max-width: 768px) {
    .about-fullacera {
        padding-top: 44px;
    }

    .about-fullacera__heading {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .about-fullacera__sub {
        font-size: 15px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .about-fullacera__text {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

/* figma: about-better — SP（480px以下） */
@media screen and (max-width: 480px) {
    .about-better {
        padding-top: 32px;
    }

    .about-better__heading {
        font-size: 15px;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .about-better__sub {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .about-better__body p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 14px;
    }
}

/* figma: about-fullacera — SP（480px以下） */
@media screen and (max-width: 480px) {
    .about-fullacera {
        padding-top: 36px;
    }

    .about-fullacera__heading {
        font-size: 15px;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .about-fullacera__sub {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .about-fullacera__text {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 14px;
    }
}

/* ========== 追加指示: .about-better / .about-fullacera 背景・幅・余白 ==========
 * 既存CSSは変更せず末尾に追記。親・section の背景は変更しない。
 * 両要素のみ白背景・中央寄せ・可読幅・左右余白。SPは破綻防止・横スクロール防止。
 * ========== */

/* figma: about-better — 背景白・中央寄せ・最大幅・左右余白 */
.about-better {
    background-color: #ffffff;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/* figma: about-fullacera — 背景白・中央寄せ・最大幅・左右余白 */
.about-fullacera {
    background-color: #ffffff;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/* SP: 横幅100%可、左右paddingでベタ付き防止・横スクロール防止 */
@media screen and (max-width: 768px) {
    .about-better {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-fullacera {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .about-better {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-fullacera {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ========== おしゃれ調整: .about-better / .about-fullacera ==========
 * 角丸・シャドウ・余白・タイポでコスメブランドらしい洗練を追加。既存ルールは変更せず末尾のみ。
 * ========== */

.about-better {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding-bottom: 48px;
    padding-top: 40px;
}

.about-better__heading {
    letter-spacing: 0.12em;
    border-bottom-width: 2px;
    border-bottom-color: #E76235;
    padding-bottom: 14px;
    margin-bottom: 28px;
}

.about-better__sub {
    letter-spacing: 0.04em;
    color: #2d2d2d;
    margin-bottom: 24px;
}

.about-better__body p {
    line-height: 1.9;
    color: #3d3d3d;
}

.about-fullacera {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-top: 32px;
    padding-bottom: 56px;
    padding-top: 44px;
}

.about-fullacera__heading {
    letter-spacing: 0.12em;
    border-bottom-width: 2px;
    border-bottom-color: #E76235;
    padding-bottom: 14px;
    margin-bottom: 28px;
}

.about-fullacera__sub {
    letter-spacing: 0.04em;
    color: #2d2d2d;
}

.about-fullacera__text {
    line-height: 1.9;
    color: #3d3d3d;
}

@media screen and (max-width: 768px) {
    .about-better {
        border-radius: 10px;
        padding-bottom: 40px;
        padding-top: 32px;
    }

    .about-fullacera {
        margin-top: 24px;
        border-radius: 10px;
        padding-bottom: 44px;
        padding-top: 36px;
    }
}

@media screen and (max-width: 480px) {
    .about-better {
        border-radius: 8px;
        padding-bottom: 32px;
        padding-top: 28px;
    }

    .about-fullacera {
        margin-top: 20px;
        border-radius: 8px;
        padding-bottom: 36px;
        padding-top: 28px;
    }
}

/* ========== 追加指示: .about-better / .about-fullacera を .ingredient-item と同一仕様に ==========
 * レイアウト・幅・左右余白・中央寄せを .ingredient-item に合わせる。.ingredient-item のCSSは変更しない。
 * 共通化・セレクタ統合は行わず、.about-better / .about-fullacera 側で再定義のみ。
 * 参照: .ingredient-item { padding: 50px; margin-top: 40px; } / 768px: padding: 20px; / 480px: 変更なし
 * ========== */

/* .ingredient-item と同一の幅の扱い（親コンテナ幅に追従・100vwにしない） */
.about-better {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 50px;
    box-sizing: border-box;
}

.about-fullacera {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 50px;
    margin-top: 40px;
    box-sizing: border-box;
}

/* .ingredient-item と同一: 768px以下で padding 20px */
@media screen and (max-width: 768px) {
    .about-better {
        padding: 20px;
    }

    .about-fullacera {
        padding: 20px;
    }
}

/* .ingredient-item と同一: 480px以下も padding 20px（.ingredient-item に変更なしのため同値） */
@media screen and (max-width: 480px) {
    .about-better {
        padding: 20px;
    }

    .about-fullacera {
        padding: 20px;
    }
}
