@charset "utf-8";

/* --- 2. 隙間を完全に殺すための強制リセット --- */
.hrf-site-header {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.hrf-main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* --- 5. セクション見出し（RocknRoll One） --- */
.hrf-section-title-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.hrf-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
}

.hrf-section-title .title-en {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #e60012;
    font-size: 0.9rem;
    letter-spacing: 0.25em;
    margin-bottom: 8px;
}

.hrf-section-title .title-jp {
    font-family: 'RocknRoll One', sans-serif;
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    color: #000;
    transform: skewX(-3deg);
}

/* --- 6. 本文エリア（Noto Sans + 赤マーカー） --- */
.hrf-section-about, .hrf-section-wish {
    background-color: #ffffff;
    padding: 100px 20px;
}

/* 文章：ボックス中央寄せ ＋ テキスト左揃え */
.hrf-about-desc, .hrf-wish-text {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    font-size: 1.05rem;
}

/* 強調：太字解除 ＋ 赤系マーカー（インデックスと同期） */
strong, b {
    font-weight: normal;
    background: linear-gradient(transparent 60%, #ffcccc 60%);
    padding: 0 2px;
}

/* 引用ボックス（DETAILS用） */
.hrf-wish-quote {
    background: #fdf2f2;
    padding: 30px 20px;
    margin: 40px auto;
    max-width: 600px;
    border: 2px dashed #e60012;
    border-radius: 8px;
    color: #e60012;
    font-family: 'RocknRoll One', sans-serif;
    text-align: center;
}