@charset "UTF-8";

/* ============================================================
   Kokunai Ryugaku Hub — Page Stylesheet
   File: style/kokunai-ryugaku.css
   Scope: page-kokunai-ryugaku.php のみ（全クラスに kr- プレフィックス）

   トンマナはトップページ（front-page.css）に準拠:
   - 主色       #0085FF（青）／淡青 #E5F3FF
   - 拠点色     沖縄 #36B906（緑）／ニセコ #FFD522（黄）
   - 見出し     英字ラベル＋青ドット（fp-section__heading と同型）
   - フォント   サイト共通の游ゴシック（common.css の html 指定を継承）
   ============================================================ */

/* ---------- Base ---------- */
.kr-fv, .kr-nav, .kr-section {
    line-height: 1.9;
    color: #222;
}

.kr-section__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 20px;
}

.kr-section { scroll-margin-top: 96px; }

.kr-section p { margin-bottom: 1em; }

/* ---------- Heading（fp-section__heading と同型） ---------- */
.kr-heading {
    text-align: center;
    padding-bottom: 36px;
}

.kr-heading__label {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    padding-left: 14px;
    margin-bottom: 14px;
}

.kr-heading__label::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0085FF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.kr-heading h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

/* ---------- FV（E-2 FINAL: クリーム地×船上写真×実績タイル×ダブルCTA） ----------
   文字は写真に載せない構成（見出し=クリーム地/写真=フルブリード）。
   スマホ=縦積み、PC(≥768px)=左テキスト・右写真カードの2カラム。 */
.kr-fv {
    background: #FDFBF7;
    color: #2A2622;
    overflow: hidden;
}

.kr-fv__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kr-fv__head { padding: 28px 20px 14px; }

.kr-fv__title { line-height: 1.55; }

.kr-fv__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #0085FF;
    letter-spacing: .3em;
    margin-bottom: 6px;
}

.kr-fv__t1 {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .02em;
}

.kr-fv__t1 em {
    font-style: normal;
    color: #0085FF;
    position: relative;
}

.kr-fv__t1 em::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -3px;
    height: 7px;
    background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(201, 169, 106, .5), rgba(201, 169, 106, 0) 70%);
}

.kr-fv__t2 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-top: 3px;
}

.kr-fv__photo {
    position: relative;
    height: min(48vh, 430px);
    min-height: 300px;
    background-image: url(../images/front-page/gallery-2.webp);
    background-size: cover;
    background-position: 56% 18%;
}

.kr-fv__photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 64px;
    background: linear-gradient(180deg, rgba(253, 251, 247, 0), #FDFBF7);
}

.kr-fv__pop {
    position: absolute;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    padding: 7px 13px 7px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(10, 30, 50, .25);
    transition: transform .2s;
}

.kr-fv__pop:hover { transform: translateY(-2px); }
.kr-fv__pop svg { flex: none; }
.kr-fv__pop--okinawa { left: 14px; background: #36B906; color: #fff; }
.kr-fv__pop--niseko { left: 163px; background: #FFD522; color: #1E2B3C; }

.kr-fv__pop b {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
    opacity: .85;
    margin-right: 2px;
}

.kr-fv__deck { padding: 6px 20px 20px; }

.kr-fv__stats {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0;
    margin: 0 0 12px;
}

.kr-fv__stats li {
    background: #fff;
    border: 1px solid #EDE5D8;
    border-radius: 10px;
    text-align: center;
    padding: 7px 4px 6px;
    line-height: 1.5;
}

.kr-fv__stats small {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #8a7a5c;
}

.kr-fv__stats b {
    font-size: 16px;
    color: #12294a;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.kr-fv__stats b span { font-size: 10px; font-family: inherit; }
.kr-fv__stats b.kr-fv__stat-txt { font-size: 13px; font-family: inherit; }
.kr-fv__stats sup { font-size: 7px; }

.kr-fv__bubble {
    width: fit-content;
    margin: 0 auto 5px;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 14px;
}

.kr-fv__bubble--y { background: #FFF3C4; color: #7a5b00; }
.kr-fv__bubble--g { background: #DFF6E5; color: #0a7a35; margin-top: 10px; }

.kr-fv__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    padding: 15px 10px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}

.kr-fv__cta:hover { transform: translateY(-2px); }
.kr-fv__cta svg { flex: none; }

.kr-fv__cta--y {
    background: linear-gradient(180deg, #FFDD45, #F5C400);
    color: #12294a;
    box-shadow: 0 8px 20px rgba(200, 150, 0, .3);
}

.kr-fv__cta--line {
    background: #06C755;
    color: #fff;
    box-shadow: 0 8px 20px rgba(6, 140, 60, .28);
}

.kr-fv__note {
    font-size: 9px;
    color: #a89e8e;
    line-height: 1.7;
    margin: 10px 0 0;
}

.kr-loc-chip {
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 999px;
}

.kr-loc-chip--okinawa { background: #36B906; color: #fff; }
.kr-loc-chip--niseko  { background: #FFD522; color: #222; }

.kr-sp-only { display: inline; }

/* ---------- Page nav ---------- */
.kr-nav {
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.kr-nav ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 14px 16px;
    list-style: none;
}

.kr-nav li { flex: none; }

.kr-nav a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: #E5F3FF;
    color: #0068c8;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, color .2s;
}

.kr-nav a:hover {
    background: #0085FF;
    color: #fff;
}

/* ---------- Section backgrounds ---------- */
.kr-about    { background: #fff; }
.kr-merit    { background: #EFF7FF; }
.kr-compare  { background: #fff; }
.kr-price    { background-color: #fff; background-image: url(../images/front-page/bg-plaid.svg); }
.kr-wh       { background: #fff; }
.kr-age      { background: #EFF7FF; }
.kr-schedule { background: #fff; }
.kr-shindan  { background-color: #fff; background-image: url(../images/front-page/bg-plaid.svg); }
.kr-voice    { background: #EFF7FF; }
.kr-faq      { background: #fff; }
.kr-cta      { background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%); }

/* ---------- Buttons ---------- */
.kr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 15px 26px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 14px rgba(34, 34, 34, .16);
    transition: transform .2s, box-shadow .2s;
}

.kr-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(34, 34, 34, .2);
}

.kr-btn img {
    width: 26px;
    height: 26px;
    flex: none;
}

.kr-btn--primary { background: linear-gradient(135deg, #0085FF 0%, #0068c8 100%); color: #fff; }
.kr-btn--okinawa { background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%); color: #fff; }
.kr-btn--niseko  { background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%); color: #222; }
.kr-btn--line    { background: #06C755; color: #fff; }

.kr-fv__cta .kr-btn { display: inline-flex; }

.kr-cta-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.kr-cta-pair .kr-btn { width: 100%; max-width: 380px; }

/* ---------- Chips ---------- */
.kr-chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 999px;
    margin-right: 8px;
}

.kr-chip--okinawa { background: #36B906; color: #fff; }
.kr-chip--niseko  { background: #FFD522; color: #222; }

/* ---------- About ---------- */
.kr-about__lead {
    max-width: 800px;
    margin: 0 auto 32px;
}

.kr-about__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.kr-about__gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 14px;
}

/* ---------- Cards / blocks ---------- */
.kr-card {
    background: #fff;
    border: 1px solid #d6e9fb;
    border-radius: 16px;
    padding: 24px;
    margin: 24px auto;
    max-width: 800px;
}

.kr-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 14px;
    border-left: 5px solid #0085FF;
}

.kr-list {
    list-style: none;
    padding: 0;
}

.kr-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.kr-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #0085FF;
    font-weight: 700;
}

.kr-block { margin-bottom: 40px; }

.kr-block__title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .04em;
    margin: 32px 0 24px;
}

.kr-block__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #0085FF;
    margin: 10px auto 0;
}

/* ---------- Merit / Demerit ---------- */
.kr-merit__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.kr-merit__item {
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 2px 12px rgba(34, 34, 34, .06);
}

.kr-merit__item--demerit { margin-bottom: 16px; }

.kr-merit__item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
}

.kr-merit__item h4::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0085FF;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.kr-merit__item p { margin-bottom: 0; }

.kr-merit__item--demerit h4::before {
    content: "!";
    background: #FB625D;
}

.kr-counter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    background: #E5F3FF;
    border-left: 4px solid #0085FF;
    border-radius: 0 12px 12px 0;
    padding: 16px 18px;
    margin-top: 14px;
}

.kr-counter__label {
    font-weight: 700;
    color: #0085FF;
    margin-bottom: 4px;
}

.kr-counter__text p:last-child { margin-bottom: 0; }

.kr-counter__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}

/* ---------- Tables ---------- */
.kr-table-wrap { overflow-x: auto; margin: 24px 0; }

.kr-table {
    width: 100%;
    min-width: 560px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-size: 14px;
    border: 1px solid #d9e6f2;
    border-radius: 14px;
    overflow: hidden;
}

.kr-table th, .kr-table td {
    border-bottom: 1px solid #e3edf7;
    padding: 13px 16px;
    text-align: left;
    vertical-align: top;
}

.kr-table td + td, .kr-table th + th, .kr-table th + td, .kr-table td + th {
    border-left: 1px solid #e3edf7;
}

.kr-table thead th {
    background: #0085FF;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.kr-table tbody th {
    background: #E5F3FF;
    white-space: nowrap;
}

.kr-table tbody tr:last-child th,
.kr-table tbody tr:last-child td { border-bottom: none; }

.kr-table__loc { padding: 0 !important; }

.kr-table__loc img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: cover;
}

.kr-table__loc span {
    display: block;
    padding: 9px 10px;
    font-weight: 700;
    text-align: center;
}

.kr-table__loc--okinawa span { background: #36B906; color: #fff; }
.kr-table__loc--niseko span  { background: #FFD522; color: #222; }

.kr-price .kr-table td {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
}

.kr-note { font-size: 12px; color: #727272; }

.kr-more { text-align: center; margin-top: 16px; }
.kr-more a { color: #0085FF; font-weight: 700; }

/* ---------- Age ---------- */
.kr-age__item {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(34, 34, 34, .06);
}

.kr-age__photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
}

.kr-age__item--ec .kr-age__photo img {
    object-fit: contain;
    aspect-ratio: auto;
    max-height: 240px;
}

.kr-age__body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 14px;
    border-left: 5px solid #0085FF;
}

.kr-age__body p:last-child { margin-bottom: 0; }

.kr-age__body .kr-more { text-align: left; }

/* ---------- Schedule timeline ---------- */
.kr-timeline {
    max-width: 900px;
    margin: 8px auto 48px;
}

.kr-timeline__item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px dashed #c9dff2;
    align-items: start;
}

.kr-timeline__time {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #0085FF;
    font-size: 15px;
    background: #E5F3FF;
    border-radius: 999px;
    text-align: center;
    padding: 7px 0;
    line-height: 1.2;
}

.kr-timeline__body h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.kr-timeline__body p {
    margin: 0;
    font-size: 14px;
}

.kr-timeline__photo {
    grid-column: 2;
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
}

/* ---------- Weekend ---------- */
.kr-weekend {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.kr-weekend__item {
    background: #fff;
    border-radius: 16px;
    border-top: 6px solid #0085FF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 14px rgba(34, 34, 34, .08);
}

.kr-weekend__item--okinawa { border-top-color: #36B906; }
.kr-weekend__item--niseko  { border-top-color: #FFD522; }

.kr-weekend__item > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.kr-weekend__body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kr-weekend__body h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kr-weekend__catch {
    font-weight: 700;
    color: #0085FF;
}

.kr-weekend__body .kr-btn {
    margin-top: auto;
    align-self: center;
    width: 100%;
    max-width: 340px;
}

/* ---------- Shindan ---------- */
.kr-shindan__lead {
    text-align: center;
    margin-bottom: 20px;
}

.kr-shindan__q {
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    margin: 0 auto 12px;
    max-width: 820px;
    box-shadow: 0 2px 10px rgba(34, 34, 34, .05);
}

.kr-shindan__q h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.kr-shindan__q p { margin: 0; line-height: 2.2; }

.kr-shindan__a, .kr-shindan__b {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    margin-right: 8px;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.kr-shindan__a { background: #36B906; color: #fff; }
.kr-shindan__b { background: #FFD522; color: #222; }

.kr-shindan__result {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
}

.kr-shindan__result-item {
    background: #fff;
    border-radius: 16px;
    border-top: 6px solid #0085FF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 14px rgba(34, 34, 34, .08);
}

.kr-shindan__result-item--okinawa { border-top-color: #36B906; }
.kr-shindan__result-item--niseko  { border-top-color: #FFD522; }

.kr-shindan__result-item h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.kr-shindan__result-item .kr-btn {
    margin-top: auto;
    align-self: center;
    width: 100%;
    max-width: 340px;
}

/* ---------- Voice ---------- */
.kr-voice__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.kr-voice__card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    font-size: 14px;
    box-shadow: 0 2px 12px rgba(34, 34, 34, .06);
    display: flex;
    flex-direction: column;
}

.kr-voice__card::before {
    content: "“";
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 44px;
    line-height: 1;
    color: #0085FF;
    display: block;
    height: 28px;
}

.kr-voice__meta {
    font-weight: 700;
    margin-bottom: 10px;
}

.kr-voice__card .kr-more {
    text-align: right;
    margin-top: auto;
    padding-top: 8px;
}

/* ---------- FAQ ---------- */
.kr-faq__item {
    background: #fff;
    border: 1px solid #d9e6f2;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}

.kr-faq__item summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 20px;
    cursor: pointer;
    list-style: none;
}

.kr-faq__item summary::-webkit-details-marker { display: none; }

.kr-faq__item summary h3 {
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    position: relative;
    padding-left: 34px;
    line-height: 1.6;
}

.kr-faq__item summary h3::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0085FF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.kr-faq__icon {
    flex: none;
    width: 22px;
    height: 22px;
    position: relative;
}

.kr-faq__icon::before, .kr-faq__icon::after {
    content: "";
    position: absolute;
    background: #0085FF;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kr-faq__icon::before { width: 14px; height: 2px; }
.kr-faq__icon::after  { width: 2px; height: 14px; transition: transform .2s; }

.kr-faq__item[open] .kr-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.kr-faq__body { padding: 0 20px 18px; }

.kr-faq__body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    position: relative;
    padding-left: 34px;
}

.kr-faq__body p::before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #E5F3FF;
    color: #0085FF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ---------- CTA ---------- */
.kr-cta .kr-heading__label { color: #fff; }
.kr-cta .kr-heading__label::before { background: #fff; }
.kr-cta .kr-heading h2 { color: #fff; }

.kr-cta__lead {
    color: #fff;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 28px;
}

.kr-cta__banner {
    display: block;
    max-width: 640px;
    margin: 0 auto;
}

.kr-cta__banner img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 54, 102, .35);
}

.kr-cta .kr-cta-pair { margin-top: 20px; }

/* ---------- Focus / motion ---------- */
.kr-btn:focus-visible,
.kr-nav a:focus-visible,
.kr-more a:focus-visible,
.kr-cta__banner:focus-visible,
.kr-faq__item summary:focus-visible {
    outline: 3px solid #0085FF;
    outline-offset: 2px;
}

.kr-cta .kr-btn:focus-visible,
.kr-cta__banner:focus-visible {
    outline-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .kr-btn, .kr-nav a, .kr-faq__icon::after { transition: none; }
    .kr-btn:hover { transform: none; }
}

/* ---------- PC (>=768px) ---------- */
@media (min-width: 768px) {
    .kr-section__inner { padding: 80px 20px; }

    .kr-heading { padding-bottom: 44px; }
    .kr-heading h2 { font-size: 32px; }

    .kr-sp-only { display: none; }

    .kr-fv__inner {
        display: grid;
        grid-template-columns: 46% 54%;
        grid-template-areas: "head photo" "deck photo";
        align-items: center;
        gap: 0 44px;
        max-width: 1120px;
        margin: 0 auto;
        min-height: 620px;
        padding: 56px 40px 48px;
        text-align: left;
    }

    .kr-fv__head { grid-area: head; padding: 0; align-self: end; }
    .kr-fv__label { font-size: 12px; }
    .kr-fv__t1 { font-size: 36px; }
    .kr-fv__t2 { font-size: 22px; margin-top: 6px; }

    .kr-fv__photo {
        grid-area: photo;
        height: 100%;
        min-height: 460px;
        border-radius: 24px;
        box-shadow: 0 18px 40px rgba(60, 40, 20, .18);
        background-position: center 20%;
    }

    .kr-fv__photo::after { display: none; }

    .kr-fv__deck { grid-area: deck; padding: 22px 0 0; align-self: start; }
    .kr-fv__stats { gap: 8px; margin-bottom: 16px; }
    .kr-fv__stats li { padding: 9px 4px 8px; }
    .kr-fv__bubble { margin-left: 0; }
    .kr-fv__cta { max-width: 400px; }
    .kr-fv__note { font-size: 10px; }

    .kr-cta-pair {
        flex-direction: row;
        justify-content: center;
    }

    .kr-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
    }

    .kr-about__gallery { grid-template-columns: repeat(4, 1fr); }

    .kr-merit__grid { grid-template-columns: 1fr 1fr; }

    .kr-counter {
        grid-template-columns: 1fr 280px;
        padding: 18px 22px;
    }

    .kr-table { font-size: 15px; }

    .kr-age__item {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 24px;
        align-items: center;
        padding: 24px;
    }

    .kr-age__photo img {
        aspect-ratio: 4 / 3;
        margin-bottom: 0;
    }

    .kr-timeline__item {
        grid-template-columns: 72px 1fr;
        gap: 18px;
        align-items: center;
    }

    .kr-timeline__photo {
        grid-column: 3;
        grid-row: 1;
        width: 220px;
    }

    .kr-timeline__time { font-size: 16px; }

    .kr-weekend { grid-template-columns: 1fr 1fr; }

    .kr-shindan__result { grid-template-columns: 1fr 1fr; }

    .kr-voice__grid { grid-template-columns: 1fr 1fr; }

    .kr-faq__item summary h3 { font-size: 16px; }

    .kr-faq__body { padding: 0 22px 20px 56px; }
    .kr-faq__body p { padding-left: 34px; }
}

/* ---------- Wide PC (>=1128px) ---------- */
@media (min-width: 1128px) {
    .kr-voice__grid { grid-template-columns: 1fr 1fr 1fr; }
}
