/* ==========================================
   プレミアムサウンド8chスピーカー＆ダブルツィーターシステム ページ固有CSS
   ========================================== */

/* モーダルの閉じるボタンサイズ調整 */
.m-modaldop-close {
    width: 14px;
    height: 14px;
}

.m-modaldop-close-icon {
    width: 14px;
    height: 14px;
}

/* POPテキスト */
.c-contentbasedop.pop-heading {
    margin-top: 96px;
}
.c-contentbasedop.pop-heading,
.c-contentbasedop.pop-heading p,
.pop-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}

.pop-heading p {
    display: inline;
}

/* POP1セクション - プレミアムサウンドサブタイトル */
.premium-sound-subtitle {
    margin-top: 16px;
}

.premium-sound-subtitle-txt {
    font-family: var(--font-family-bold);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
}

.premium-sound-subtitle-line {
    display: flex;
    align-items: center;
    gap: 0;
}

.c-presentationdop-info-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.c-presentationdop-info-btn:hover {
    background-color: #f4f4f4;
}

.c-presentationdop-info-icon {
    display: block;
    width: 100%;
    height: 100%;
    filter: invert(85%);
}

/* POP3セクション */
.pop3-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}

.pop3-text {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}

/* POP4セクション */
.pop4-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}

.pop4-text {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}

.pop4-image {
    width: 100%;
    height: auto;
    display: block;
}

/* POP5セクション - コンポーネントリスト */
.component-list {
    margin-top: 16px;
}

.component-item {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.component-number {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    letter-spacing: 0.64px;
    color: #222222;
    flex-shrink: 0;
}

.component-name {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    flex: 1;
}

.note-group {
    margin-top: 16px;
}

/* POP4 テキストと画像の間隔調整（SP版のみ） */
.pop4-text-with-spacing {
    /* PC版では通常のスタイル */
}

/* POP5 コンテンツのgap削除 */
.pop5-content-no-gap {
    gap: 0 !important;
}

/* グレー注釈スタイル */
.note-item-gray {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.note-bullet-gray {
    font-family: var(--font-family-base);
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    letter-spacing: 0.48px;
    color: #666666;
    flex-shrink: 0;
    width: 16px;
}

.note-text-gray {
    font-family: var(--font-family-base);
    font-size: 12px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #666666;
    flex: 1;
}

/* レスポンシブ対応 */
@media (max-width: 1023px) {
    /* POPテキスト */
    .c-contentbasedop.pop-heading {
        margin-top: 64px;
    }
    .c-contentbasedop.pop-heading,
    .c-contentbasedop.pop-heading p,
    .pop-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }

    .pop-heading p {
        display: inline;
    }

    /* POP4画像の上余白をSP版のみ48px */
    .pop4-image-wrapper {
        margin-top: 48px !important;
    }

    .premium-sound-subtitle-txt {
        font-size: 18px;
        letter-spacing: 0.72px;
    }

    .pop3-heading,
    .pop4-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }

    .pop3-text,
    .pop4-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    .component-number,
    .component-name {
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    /* POP4 SP版：テキストと画像の間を48pxに */
    .pop4-text-with-spacing {
        margin-bottom: 48px;
    }

    /* ページ下部の注記フォントサイズをSP版のみ10px */
    .note-bullet-gray {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .note-text-gray {
        font-size: 10px;
        letter-spacing: 0.4px;
    }
}

/* マージンユーティリティ */
.mt-48 {
    margin-top: 48px;
}
.mt-96 {
    margin-top: 96px;
}

/* 適合車種確認セクション */
.applicable-car-section {
    margin-bottom: 96px;
}

/* ボタン間の余白 */
.mt-16 {
    margin-top: 16px;
}

/* ボタンアイコンサイズ */
.p-btndop-icon {
    width: 9.5px !important;
    height: 9.5px !important;
}
