/* ==========================================
   プレミアムサウンドシステム ページ固有CSS
   ========================================== */

/* 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;
}

/* Acoustic Tuning タイトル */
.acoustic-tuning-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222222;
}

/* Acoustic Tuning テキスト */
.acoustic-tuning-text {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}

/* デッドニングキット テキスト */
.deadening-kit-text {
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}

.deadening-item {
    margin-bottom: 0 !important;
}

.deadening-desc {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-normal);
    margin-bottom: 0;
}

/* レスポンシブ対応 */
@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;
    }

    /* SP版 Acoustic Tuning タイトル */
    .acoustic-tuning-title {
        font-size: 20px;
        letter-spacing: 0.8px;
    }

    /* SP版 本文テキスト */
    .acoustic-tuning-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    /* SP版 デッドニングキット テキスト */
    .deadening-kit-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    .deadening-desc {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}

/* システム構成品テーブルのカスタマイズ */
.c-tabledop {
	border: none !important;
}

.c-tabledop th,
.c-tabledop td {
	border-right: none !important;
}

.c-tabledop tbody th {
	background-color: var(--color-white) !important;
}

.c-tabledop tbody tr:last-child th,
.c-tabledop tbody tr:last-child td {
	border-bottom: 1px solid var(--color-border) !important;
}

/* プレゼンテーションコンテンツのgap削除 */
.c-presentationdop-content {
	gap: 0 !important;
}

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