/* ==========================================================================
   プレミアムピュアフィールドサウンドシステム ページ固有スタイル
   ========================================================================== */

/* POPキャッチコピー */
.pop-heading-txt {
    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;
}

@media (min-width: 1024px) {
    .pop-heading-txt {
        font-size: 32px;
        letter-spacing: 1.28px;
    }
}

/* Featureセクション */
.feature-heading {
    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;
}

.feature-txt {
    font-family: var(--font-family-regular);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.56px;
    color: #222222;
}

.feature-img-wrap {
    height: 160px;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .feature-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }

    .feature-txt {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .feature-img-wrap {
        height: 500px;
    }
}

/* App features: システム構成品リスト */
.app-list-num {
    font-family: var(--font-family-regular);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #000000;
    white-space: nowrap;
}

.app-list-txt {
    font-family: var(--font-family-regular);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}

