:root{
  --ink:#151922;
  --navy:#0d1521;
  --cream:#eeeae1;
  --gold:#bd8b39;
  --gold-light:#d6aa58;
  --muted:#5d5f62;
  --white:#fff;
  /* 2026の文字サイズはここで調整できます */
  --year-size-pc:74px;
  --year-size-tablet:58px;
  --year-size-mobile:40px;
  --year-color:#d6aa58;
  --lead-accent-color:#d6aa58;
  --max:1080px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Serif JP",serif;line-height:1.9;letter-spacing:.04em}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.hero{position:relative;min-height:760px;color:var(--white);overflow:hidden;background:#111}
.hero__bg{position:absolute;inset:0;background:url("assets/hero.jpg") center/cover no-repeat;transform:scale(1.02)}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.58) 38%,rgba(0,0,0,.18) 72%,rgba(0,0,0,.08) 100%)}
.hero__inner{position:relative;z-index:1;width:min(620px,calc(100% - 48px));padding:48px 0 80px;margin-left:max(24px,calc((100vw - var(--max))/2))}
.brand{font-family:"Noto Sans JP",sans-serif;font-size:14px;letter-spacing:.18em;margin:0 0 20px}
h1{font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,112px);line-height:.86;letter-spacing:.04em;margin:0 0 32px;font-weight:700}
h1 .hero__year{display:inline-block;color:var(--year-color);font-size:var(--year-size-pc);font-style:italic;font-weight:500;line-height:1;transform:rotate(-10deg);margin-left:14px;vertical-align:baseline}
.hero__lead{font-size:clamp(21px,2.3vw,31px);font-weight:600;margin:0 0 24px;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero__lead-accent{color:var(--lead-accent-color);font-weight:700}
.hero__text{font-family:"Noto Sans JP",sans-serif;font-size:15px;line-height:2;max-width:560px;margin:0 0 34px}
.hero__button{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);color:var(--navy);font-family:"Noto Sans JP",sans-serif;font-weight:700;padding:12px 28px;border-radius:999px;transition:.25s}
.hero__button:hover{transform:translateY(-2px);background:var(--gold-light);color:#fff}
.section{padding:112px 0}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.eyebrow{font-family:"Cormorant Garamond",serif;color:var(--gold);letter-spacing:.2em;margin:0 0 8px}.about h2,.section-title h2{font-size:clamp(26px,3vw,38px);letter-spacing:.08em;line-height:1.45;margin:0}.about p:not(.eyebrow){font-family:"Noto Sans JP",sans-serif;font-size:15px;line-height:2.25;margin-top:34px}.about__image{margin:0;position:relative}.about__image::before{content:"";position:absolute;inset:0 42% 0 0;background:linear-gradient(90deg,var(--cream),rgba(238,234,225,0));z-index:1}.about__image img{aspect-ratio:4/3;object-fit:cover}.section-title{text-align:center;margin-bottom:58px}.section-title h2{display:inline-flex;align-items:center;gap:20px}.section-title h2::before,.section-title h2::after{content:"";display:block;width:110px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}.section-title h2::after{background:linear-gradient(90deg,var(--gold),transparent)}
.award-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.award-card{text-align:center}.award-card__visual{position:relative;min-height:210px;display:grid;place-items:center}.award-card__visual img{width:min(230px,100%);margin-inline:auto;filter:drop-shadow(0 10px 18px rgba(21,25,34,.10))}.award-card__name{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78%;font-size:22px;font-weight:700;line-height:1.55;letter-spacing:.04em}.award-card p{background:var(--navy);color:#fff;font-size:20px;font-weight:700;margin:10px 0 0;padding:8px 12px;line-height:1.3}.award-card p strong{color:var(--gold-light);font-size:24px;margin-left:8px}.award-card:not(.award-card--gold) p strong{color:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 72px}.gallery-grid figure{margin:0;text-align:center}.gallery-grid img{width:100%;aspect-ratio:1.45/1;object-fit:cover;box-shadow:0 12px 28px rgba(0,0,0,.08)}.gallery-grid figcaption{font-size:14px;font-weight:600;margin-top:12px}.step-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.step-grid li{position:relative;text-align:center;padding:0 6px 10px;min-height:320px}.step-grid li:not(:last-child)::after{content:">";position:absolute;right:-18px;top:39%;transform:translateY(-50%);color:var(--gold);font-family:"Noto Sans JP",sans-serif}.step-image{width:100%;max-width:145px;margin:0 auto 12px;filter:drop-shadow(0 16px 22px rgba(21,25,34,.12))}.step-grid span{display:block;font-family:"Cormorant Garamond",serif;font-size:46px;line-height:1;color:var(--gold);font-weight:700}.step-grid p{font-family:"Noto Sans JP",sans-serif;font-size:13px;line-height:1.8;margin:10px 0 0}.notes__box{background:rgba(255,255,255,.32);border:1px solid rgba(21,25,34,.32);padding:52px 72px}.section-title--small{margin-bottom:28px}.section-title--small h2{font-size:28px}.notes ul{font-family:"Noto Sans JP",sans-serif;font-size:15px;line-height:2.1;margin:0;padding-left:1.4em}.notes li::marker{color:var(--gold)}.footer{text-align:center;padding:48px 20px 64px;background:#e7e2d8;font-family:"Noto Sans JP",sans-serif;color:var(--muted)}.footer a{display:inline-block;margin-bottom:12px;color:var(--ink);font-weight:700}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:900px){h1 .hero__year{font-size:var(--year-size-tablet);margin-left:10px}.hero{min-height:680px}.hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.42))}.about__grid{grid-template-columns:1fr;gap:36px}.award-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:28px}.step-grid{grid-template-columns:1fr;gap:16px}.step-grid li{min-height:auto}.step-grid li:not(:last-child)::after{content:"↓";right:50%;top:auto;bottom:-22px;transform:translateX(50%)}.notes__box{padding:40px 24px}}
@media (max-width:560px){h1 .hero__year{font-size:var(--year-size-mobile);margin-left:6px}.container{width:min(calc(100% - 28px),var(--max))}.hero{min-height:620px}.hero__inner{width:calc(100% - 32px);margin-left:16px;padding-top:34px}.hero__text{font-size:13px}.section{padding:72px 0}.section-title h2::before,.section-title h2::after{width:48px}.award-grid,.gallery-grid{grid-template-columns:1fr}.award-card__visual img{width:240px}.step-image{max-width:180px}.notes ul{font-size:13px}.section-title--small h2{font-size:23px}}


/* =========================================
   追加修正：2026の配置・サイズ / 応募方法画像サイズ
   ========================================= */

/* PCでも CONTEST と 2026 が横並びになるように固定 */
.hero__title-last{
  display:inline-flex;
  align-items:baseline;
  gap:18px;
  white-space:nowrap;
}

/* 2026の位置を近すぎず離れすぎない距離に調整 */
h1 .hero__year{
  display:inline-block;
  margin-left:0;
  transform:rotate(-10deg) translateY(-4px);
  vertical-align:baseline;
}

/* 応募方法のスマホ画像を大きくして、内容が見えるサイズに調整 */
.step-grid{
  gap:18px;
}

.step-grid li{
  min-height:390px;
}

.step-image{
  max-width:190px;
  margin-bottom:14px;
}

.step-grid li:not(:last-child)::after{
  top:42%;
}

/* iPad */
@media (max-width:900px){
  .hero__title-last{
    gap:12px;
  }

  h1 .hero__year{
    transform:rotate(-10deg) translateY(-3px);
  }

  .step-image{
    max-width:260px;
  }

  .step-grid li{
    min-height:auto;
    padding-bottom:24px;
  }
}

/* モバイル */
@media (max-width:560px){
  .hero__title-last{
    gap:8px;
  }

  h1 .hero__year{
    transform:rotate(-10deg) translateY(-2px);
  }

  .step-image{
    max-width:280px;
    width:78%;
  }
}


/* =========================================
   修正版
   ========================================= */

/* hero画像を確実に表示 */
.hero-image img,
.hero__image img,
.hero img{
  width:100%;
  display:block;
  object-fit:cover;
}

/* モバイル時、矢印が画像に被らないよう修正 */
@media (max-width:560px){

  .step-grid{
    gap:42px;
  }

  .step-grid li{
    padding-bottom:42px;
  }

  .step-grid li::after{
    bottom:-26px !important;
    top:auto !important;
    right:50% !important;
    transform:translateX(50%) rotate(90deg) !important;
  }

  .step-grid li:last-child::after{
    display:none;
  }
}


/* ==================================================
   fixed_v4：応募方法の矢印 / 応募要項赤文字 修正
   ================================================== */

/* 応募要項・注意事項の赤文字 */
.notice-red,
.notice-list .notice-red,
.notice-list .red,
.entry-note .notice-red,
.entry-note .red,
.notes .notice-red,
.notes .red,
.requirements .notice-red,
.requirements .red{
  color:#c0392b !important;
  font-weight:700 !important;
}

/* 応募方法：共通 */
.step-grid li{
  position:relative !important;
  overflow:visible !important;
}

/* iPad：矢印がスマホ画像に被らないように調整 */
@media (min-width:561px) and (max-width:1024px){

  .step-grid{
    gap:28px !important;
    align-items:start !important;
  }

  .step-grid li:not(:last-child)::after{
    top:50% !important;
    right:-21px !important;
    left:auto !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    z-index:30 !important;
    color:#1c2430 !important;
    background:rgba(247,243,236,.95) !important;
    padding:0 5px !important;
  }

  .step-image{
    max-width:160px !important;
  }
}

/* モバイル：矢印を左向きにせず、各ステップの下中央へ */
@media (max-width:560px){

  .step-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:48px !important;
  }

  .step-grid li{
    position:relative !important;
    overflow:visible !important;
    padding-bottom:28px !important;
  }

  .step-grid li:not(:last-child)::after{
    content:"›" !important;
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    top:auto !important;
    bottom:-35px !important;
    transform:translateX(-50%) rotate(90deg) !important;
    z-index:30 !important;
    display:block !important;
    width:auto !important;
    height:auto !important;
    font-size:30px !important;
    line-height:1 !important;
    color:#1c2430 !important;
    background:transparent !important;
    border:0 !important;
  }

  .step-grid li:last-child::after{
    display:none !important;
    content:none !important;
  }

  .step-image{
    max-width:280px !important;
    width:78% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* ==================================================
   fixed_v5：応募期間・結果発表 / Instagram誘導 追加
   ================================================== */

/* 応募期間・結果発表 */
.schedule-section{
  width:min(1040px, calc(100% - 40px));
  margin:72px auto 64px;
}

.schedule-section .section-title{
  text-align:center;
  margin-bottom:34px;
}

.schedule-section .section-title h2{
  display:inline-block;
  position:relative;
  font-size:clamp(24px, 3vw, 34px);
  letter-spacing:.12em;
  margin:0;
  font-family:serif;
}

.schedule-section .section-title h2::before,
.schedule-section .section-title h2::after{
  content:"";
  position:absolute;
  top:50%;
  width:90px;
  height:1px;
  background:#c79a42;
}

.schedule-section .section-title h2::before{
  right:calc(100% + 18px);
}

.schedule-section .section-title h2::after{
  left:calc(100% + 18px);
}

.schedule-cards{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:28px;
}

.schedule-card{
  display:flex;
  align-items:center;
  gap:28px;
  min-height:190px;
  padding:34px 40px;
  background:rgba(255,255,255,.44);
  border:1px solid rgba(174,137,76,.45);
  box-shadow:0 18px 40px rgba(0,0,0,.04);
}

.schedule-icon{
  flex:0 0 86px;
  width:86px;
  height:86px;
  border:3px solid #c58f32;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#c58f32;
  font-size:34px;
  font-weight:700;
}

.schedule-label{
  margin:0 0 8px;
  font-size:20px;
  font-weight:700;
  letter-spacing:.08em;
}

.schedule-main{
  margin:0;
  font-size:clamp(24px, 3vw, 34px);
  line-height:1.5;
  font-family:serif;
  font-weight:700;
}

.schedule-note{
  margin:6px 0 0;
  font-size:15px;
}

/* 応募要項・注意事項の赤文字 */
.notice-red,
.notice-list .notice-red,
.notice-list .red,
.entry-note .notice-red,
.entry-note .red,
.notes .notice-red,
.notes .red,
.requirements .notice-red,
.requirements .red{
  color:#c0392b !important;
  font-weight:700 !important;
}

/* Instagram誘導 */
.instagram-cta{
  margin-top:80px;
  background:#192330;
  color:#fff;
  overflow:hidden;
}

.instagram-cta__inner{
  width:min(1040px, calc(100% - 40px));
  margin:0 auto;
  min-height:430px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:70px;
  align-items:center;
  padding:64px 0;
}

.instagram-cta__text h2{
  margin:0 0 20px;
  font-size:clamp(24px, 3vw, 34px);
  font-family:serif;
  letter-spacing:.04em;
}

.instagram-cta__text p{
  margin:0 0 30px;
  font-size:18px;
  letter-spacing:.04em;
}

.instagram-button{
  display:inline-flex;
  align-items:center;
  gap:18px;
  min-width:300px;
  padding:17px 28px;
  background:#d69a3a;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:700;
  font-size:18px;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}

.instagram-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:2px solid #fff;
  border-radius:9px;
  font-size:21px;
  line-height:1;
}

.instagram-arrow{
  margin-left:auto;
  font-size:22px;
}

.instagram-cta__phone{
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.instagram-cta__phone img{
  width:260px;
  max-width:100%;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.38));
}

/* iPad */
@media (max-width:1024px){
  .schedule-section{
    margin-top:64px;
  }

  .schedule-card{
    padding:30px 26px;
    gap:20px;
  }

  .schedule-icon{
    flex-basis:72px;
    width:72px;
    height:72px;
    font-size:28px;
  }

  .instagram-cta__inner{
    grid-template-columns:1fr 280px;
    gap:38px;
  }

  .instagram-cta__phone img{
    width:230px;
  }
}

/* モバイル */
@media (max-width:640px){
  .schedule-section{
    width:calc(100% - 32px);
    margin:56px auto 48px;
  }

  .schedule-section .section-title h2::before,
  .schedule-section .section-title h2::after{
    width:42px;
  }

  .schedule-section .section-title h2::before{
    right:calc(100% + 10px);
  }

  .schedule-section .section-title h2::after{
    left:calc(100% + 10px);
  }

  .schedule-cards{
    grid-template-columns:1fr;
    gap:18px;
  }

  .schedule-card{
    min-height:auto;
    padding:26px 20px;
    gap:18px;
  }

  .schedule-icon{
    flex:0 0 62px;
    width:62px;
    height:62px;
    font-size:24px;
  }

  .schedule-label{
    font-size:17px;
  }

  .schedule-main{
    font-size:24px;
  }

  .schedule-note{
    font-size:13px;
  }

  .instagram-cta{
    margin-top:58px;
  }

  .instagram-cta__inner{
    width:calc(100% - 32px);
    min-height:auto;
    grid-template-columns:1fr;
    gap:34px;
    padding:54px 0 58px;
    text-align:center;
  }

  .instagram-button{
    min-width:0;
    width:100%;
    max-width:310px;
    justify-content:center;
  }

  .instagram-cta__phone img{
    width:220px;
  }
}


/* ==================================================
   fixed_v6 デザイン調整
   ================================================== */

/* 2026 */
.hero__year{
  font-family:"Times New Roman", serif !important;
  font-style:italic;
  font-weight:500;
  letter-spacing:-0.03em;
  color:#c89a45 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.14);
}

@media (min-width:1025px){
  .hero__year{
    transform:rotate(-8deg) translateY(-4px);
  }
}

/* モバイル時は下 */
@media (max-width:768px){

  .hero__title-last{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:2px !important;
  }

  .hero__year{
    transform:none !important;
    margin-top:-4px;
    font-size:42px !important;
    line-height:1;
  }

  .copy-break{
    display:block;
  }
}

/* 応募方法数字 */
.step-number,
.step-grid li .number,
.step-grid li .step-no{
  font-family:"Times New Roman", serif !important;
  font-size:40px !important;
  font-weight:700;
  color:#1f2a36 !important;
}

/* Instagram画像 */
.instagram-cta__phone img{
  width:340px !important;
  max-width:100%;
}

@media (max-width:1024px){
  .instagram-cta__phone img{
    width:300px !important;
  }
}

@media (max-width:640px){
  .instagram-cta__phone img{
    width:290px !important;
  }
}

/* 赤文字 */
.notice-red{
  color:#c0392b !important;
  font-weight:700 !important;
}


/* ==================================================
   fixed_v7：賞一覧説明文 / 400px以下タイトル調整
   ================================================== */

.award-intro{
  width:min(760px, 100%);
  margin:18px auto 42px;
  text-align:center;
  font-size:15px;
  line-height:2.05;
  letter-spacing:.04em;
  color:#2f2c28;
}

.award-intro span{
  color:#c79a42;
  font-weight:700;
}

.notice-title-first,
.notice-title-second,
.instagram-title-break{
  display:inline;
}

@media (max-width:400px){

  .notice-title-first,
  .notice-title-second{
    display:block;
  }

  .notice-list,
  .requirements ul,
  .entry-note ul,
  .notes ul,
  .notice-box ul{
    list-style:none !important;
    padding-left:0 !important;
  }

  .notice-list li,
  .requirements li,
  .entry-note li,
  .notes li,
  .notice-box li{
    list-style:none !important;
    text-indent:0 !important;
  }

  .notice-list li::marker,
  .requirements li::marker,
  .entry-note li::marker,
  .notes li::marker,
  .notice-box li::marker{
    content:"" !important;
  }

  .instagram-title-break{
    display:block;
  }

  .award-intro{
    margin:16px auto 34px;
    font-size:13px;
    line-height:1.9;
  }
}


/* ==================================================
   fixed_v8：応募要項・注意事項 修正
   ================================================== */

.notice-title-first,
.notice-title-second{
  display:inline;
}

/* 400px以下 */
@media (max-width:400px){

  /* 応募要項・ と 注意事項 を2段 */
  .notice-title-first{
    display:block !important;
  }

  .notice-title-second{
    display:block !important;
    margin-top:-4px;
  }

  /* ・や•を完全非表示 */
  .notice-list,
  .notice-list ul,
  .notice-list ol,
  .requirements ul,
  .requirements ol,
  .notes ul,
  .notes ol,
  .entry-note ul,
  .entry-note ol,
  .notice-box ul,
  .notice-box ol{
    list-style:none !important;
    padding-left:0 !important;
    margin-left:0 !important;
  }

  .notice-list li,
  .requirements li,
  .notes li,
  .entry-note li,
  .notice-box li{
    list-style:none !important;
    padding-left:0 !important;
    margin-left:0 !important;
  }

  .notice-list li::before,
  .requirements li::before,
  .notes li::before,
  .entry-note li::before,
  .notice-box li::before,
  .notice-list li::marker,
  .requirements li::marker,
  .notes li::marker,
  .entry-note li::marker,
  .notice-box li::marker{
    content:none !important;
    display:none !important;
  }
}


/* ==================================================
   fixed_v10：見出しだけ修正／本文の点は残す
   ================================================== */

.notice-title-first,
.notice-title-second{
  display:inline !important;
}

@media screen and (max-width:400px){

  /* 応募要項・注意事項だけ2行にする */
  .notice-title-first,
  .notice-title-second{
    display:block !important;
    width:100% !important;
    text-align:center !important;
  }

  .notice-title-second{
    margin-top:0 !important;
  }

  /* 見出しの装飾点だけ消す */
  h2 .notice-title-first::before,
  h2 .notice-title-first::after,
  h2 .notice-title-second::before,
  h2 .notice-title-second::after{
    content:none !important;
    display:none !important;
  }
}





/* ==================================================
   UI UPGRADE
   ================================================== */

.container,
.wrapper,
.section-inner,
.hero-inner,
.content-inner{
  max-width:1280px !important;
}

section{
  padding-top:110px !important;
  padding-bottom:110px !important;
}

@media (min-width:1200px){

  .about,
  .awards,
  .gallery,
  .entry,
  .notice-section,
  .schedule-section{
    width:min(1240px, calc(100% - 120px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .award-grid,
  .gallery-grid,
  .step-grid{
    gap:38px !important;
  }
}

body{
  font-size:16px !important;
  line-height:1.95 !important;
  color:#24292f !important;
}

h1{
  letter-spacing:.04em !important;
}

h2{
  letter-spacing:.08em !important;
  line-height:1.5 !important;
}

p,
li{
  font-size:15px !important;
  line-height:2 !important;
}

.about p,
.about-text,
.about-description{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}

.notice-box,
.schedule-card,
.award-card,
.entry-box{
  border:1px solid rgba(0,0,0,.06) !important;
  box-shadow:none !important;
  background:rgba(255,255,255,.34) !important;
  backdrop-filter:blur(4px);
}

.award-card{
  padding-top:34px !important;
  padding-bottom:34px !important;
}

.award-card img{
  margin-bottom:20px !important;
}

.award-card h3{
  margin-bottom:10px !important;
  font-size:22px !important;
}

.gallery-grid img{
  transition:transform .35s ease;
}

.gallery-grid img:hover{
  transform:scale(1.02);
}

.step-grid li{
  padding:34px 26px !important;
}

.step-number,
.step-grid li .number,
.step-grid li .step-no{
  font-size:52px !important;
  font-weight:500 !important;
  color:#1d2732 !important;
  opacity:.92;
}

.schedule-card{
  min-height:230px !important;
}

.notice-red{
  color:#9f433c !important;
}

.instagram-cta{
  margin-top:120px !important;
}

.instagram-cta__inner{
  width:min(1240px, calc(100% - 120px)) !important;
}

.instagram-cta__text h2{
  font-size:40px !important;
  line-height:1.5 !important;
}

.instagram-cta__text p{
  font-size:17px !important;
  opacity:.88;
}

.instagram-button{
  border-radius:0 !important;
  min-width:340px !important;
}

.instagram-cta__phone img{
  width:380px !important;
}

@media (max-width:1024px){

  section{
    padding-top:88px !important;
    padding-bottom:88px !important;
  }

  .award-grid,
  .gallery-grid,
  .step-grid{
    gap:26px !important;
  }

  .instagram-cta__inner{
    width:calc(100% - 64px) !important;
  }

  .instagram-cta__phone img{
    width:320px !important;
  }
}

@media (max-width:640px){

  section{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }

  body{
    font-size:15px !important;
  }

  p,
  li{
    font-size:14px !important;
    line-height:1.95 !important;
  }

  .award-card,
  .schedule-card,
  .step-grid li{
    padding:24px 18px !important;
  }

  .instagram-cta{
    margin-top:72px !important;
  }

  .instagram-cta__inner{
    width:calc(100% - 32px) !important;
  }

  .instagram-cta__text h2{
    font-size:28px !important;
  }

  .instagram-button{
    min-width:0 !important;
    width:100% !important;
  }

  .instagram-cta__phone img{
    width:290px !important;
  }
}


/* ==================================================
   UI UPGRADE v2：320px幅のh2崩れ修正
   ================================================== */

@media screen and (max-width:400px){

  h2,
  .section-title h2,
  .section-heading h2,
  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:24px !important;
    line-height:1.45 !important;
    letter-spacing:.04em !important;
  }

  .section-title,
  .section-heading,
  .notice-heading,
  .schedule-section .section-title{
    gap:10px !important;
  }

  .section-title h2::before,
  .section-title h2::after,
  .section-heading h2::before,
  .section-heading h2::after,
  .schedule-section .section-title h2::before,
  .schedule-section .section-title h2::after{
    width:28px !important;
  }

  .notice-line{
    width:28px !important;
  }

  .notice-heading h2{
    max-width:200px !important;
  }

  .schedule-section .section-title h2{
    max-width:210px !important;
  }
}

@media screen and (max-width:340px){

  h2,
  .section-title h2,
  .section-heading h2,
  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:22px !important;
    letter-spacing:.03em !important;
  }

  .section-title h2::before,
  .section-title h2::after,
  .section-heading h2::before,
  .section-heading h2::after,
  .schedule-section .section-title h2::before,
  .schedule-section .section-title h2::after{
    width:22px !important;
  }

  .notice-line{
    width:22px !important;
  }
}


/* ==================================================
   SAFE FIX：UI upgrade v2ベース・最小修正版
   全体デザインは変えず、スマホ時の見出し崩れだけ調整
   ================================================== */

/* 640px以下ではh2を少し小さくして、横線も短くする */
@media screen and (max-width:640px){

  h2,
  .section-title h2,
  .section-heading h2,
  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:23px !important;
    line-height:1.45 !important;
    letter-spacing:.04em !important;
    word-break:keep-all !important;
  }

  .section-title,
  .section-heading,
  .notice-heading,
  .schedule-section .section-title{
    gap:10px !important;
  }

  .notice-line{
    width:34px !important;
  }

  .section-title h2::before,
  .section-title h2::after,
  .section-heading h2::before,
  .section-heading h2::after,
  .schedule-section .section-title h2::before,
  .schedule-section .section-title h2::after{
    width:34px !important;
  }
}

/* 360px以下ではさらに少しだけ小さくする */
@media screen and (max-width:360px){

  h2,
  .section-title h2,
  .section-heading h2,
  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:21px !important;
    letter-spacing:.03em !important;
  }

  .notice-line{
    width:24px !important;
  }

  .section-title h2::before,
  .section-title h2::after,
  .section-heading h2::before,
  .section-heading h2::after,
  .schedule-section .section-title h2::before,
  .schedule-section .section-title h2::after{
    width:24px !important;
  }
}


/* ==================================================
   SAFE HEADING FIX
   HTMLは触らず、見出し表示だけ安全に調整
   ================================================== */

/* 応募要項・注意事項の見出しを消さない */
.notice-heading{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  margin:0 auto 34px !important;
  text-align:center !important;
}

/* 既存の左右線を活かす */
.notice-heading .notice-line{
  display:block !important;
  width:70px !important;
  height:1px !important;
  background:#c79a42 !important;
  flex-shrink:0 !important;
}

/* h2も確実に表示 */
.notice-heading h2{
  display:block !important;
  margin:0 !important;
  font-family:"Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size:clamp(24px, 3vw, 34px) !important;
  line-height:1.45 !important;
  letter-spacing:.08em !important;
  color:#24292f !important;
  white-space:normal !important;
  word-break:keep-all !important;
}

/* 応募期間・結果発表もスマホで崩れにくく */
.schedule-section .section-title h2{
  word-break:keep-all !important;
  white-space:normal !important;
}

/* 640px以下：見出しを共通で小さく */
@media screen and (max-width:640px){

  .notice-heading{
    gap:10px !important;
    margin-bottom:28px !important;
  }

  .notice-heading .notice-line{
    width:34px !important;
  }

  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:22px !important;
    line-height:1.45 !important;
    letter-spacing:.04em !important;
  }
}

/* 360px以下：320px検証用 */
@media screen and (max-width:360px){

  .notice-heading{
    gap:8px !important;
  }

  .notice-heading .notice-line{
    width:24px !important;
  }

  .notice-heading h2,
  .schedule-section .section-title h2{
    font-size:21px !important;
    letter-spacing:.03em !important;
  }
}


/* ==================================================
   320px対応：一番下のInstagram誘導セクション崩れ修正
   ================================================== */

@media screen and (max-width:360px){

  .instagram-cta{
    overflow:hidden !important;
  }

  .instagram-cta__inner{
    width:calc(100% - 28px) !important;
    max-width:292px !important;
    min-height:auto !important;
    grid-template-columns:1fr !important;
    display:grid !important;
    gap:28px !important;
    padding:48px 0 54px !important;
    text-align:center !important;
  }

  .instagram-cta__text{
    width:100% !important;
    min-width:0 !important;
  }

  .instagram-cta__text h2{
    font-size:22px !important;
    line-height:1.55 !important;
    letter-spacing:.03em !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    word-break:keep-all !important;
  }

  .instagram-cta__text p{
    font-size:14px !important;
    line-height:1.8 !important;
    margin-bottom:22px !important;
  }

  .instagram-button{
    width:100% !important;
    max-width:270px !important;
    min-width:0 !important;
    margin:0 auto !important;
    padding:14px 14px !important;
    font-size:14px !important;
    gap:9px !important;
    justify-content:center !important;
    box-sizing:border-box !important;
  }

  .instagram-icon{
    width:27px !important;
    height:27px !important;
    font-size:15px !important;
    flex:0 0 27px !important;
  }

  .instagram-arrow{
    margin-left:6px !important;
    font-size:17px !important;
  }

  .instagram-cta__phone{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .instagram-cta__phone img{
    width:230px !important;
    max-width:82vw !important;
    margin:0 auto !important;
    transform:none !important;
  }
}



/* =========================================
   HERO H2 STRUCTURE FIX
   ========================================= */

/* キャッチコピーだけH2として他のH2と同じサイズ感にする */
.hero-catch-title{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size:clamp(26px, 2.8vw, 34px) !important;
  line-height:1.45 !important;
  letter-spacing:.08em !important;
  font-weight:700 !important;
  margin:0 0 18px !important;
  color:#fff !important;
}

/* “好き”の色 */
.hero-catch-title .hero__lead-accent{
  color:#c79a42 !important;
}

/* 下の説明文はH2の影響を受けないように別指定 */
.hero-description,
.hero__text{
  font-size:15px !important;
  line-height:2 !important;
  letter-spacing:.03em !important;
  font-weight:400 !important;
}

/* スマホ */
@media screen and (max-width:640px){

  .hero-catch-title{
    font-size:23px !important;
    line-height:1.5 !important;
    letter-spacing:.04em !important;
  }

  .hero-description,
  .hero__text{
    font-size:14px !important;
    line-height:1.9 !important;
  }
}

/* 320px */
@media screen and (max-width:360px){

  .hero-catch-title{
    font-size:21px !important;
    letter-spacing:.03em !important;
  }
}


/* =========================================
   CLEANUP 320-360 RESPONSIVE STABILIZER
   既存デザインを保ったまま、320〜360pxを安定させる
   ========================================= */

/* heroのh2と下のpを分離 */
.hero-catch-title{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size:clamp(26px, 2.8vw, 34px) !important;
  line-height:1.45 !important;
  letter-spacing:.08em !important;
  font-weight:700 !important;
  margin:0 0 18px !important;
}

.hero-catch-title .hero__lead-accent,
.hero-catch-title span{
  color:#c79a42 !important;
}

.hero__text,
.hero-description{
  font-size:15px !important;
  line-height:2 !important;
  letter-spacing:.03em !important;
  font-weight:400 !important;
}

/* 応募要項見出し：元デザインを保ちつつ線が伸びすぎないよう固定 */
.notice-heading{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 auto 34px !important;
  text-align:center !important;
  box-sizing:border-box !important;
}

.notice-heading .notice-line{
  display:block !important;
  width:72px !important;
  min-width:72px !important;
  max-width:72px !important;
  flex:0 0 72px !important;
  height:1px !important;
  background:#c79a42 !important;
}

.notice-heading h2{
  display:block !important;
  flex:0 1 auto !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif !important;
  font-size:clamp(24px, 3vw, 34px) !important;
  line-height:1.45 !important;
  letter-spacing:.08em !important;
  color:#24292f !important;
  text-align:center !important;
  white-space:normal !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
}

/* 応募要項ボックスのモバイル左右余白を安定化 */
@media screen and (max-width:560px){
  .container.notes__box{
    width:100% !important;
    max-width:100% !important;
    margin-inline:0 !important;
    box-sizing:border-box !important;
  }
}

/* 361〜400px：1行にこだわらず、きれいな表示に */
@media screen and (min-width:361px) and (max-width:400px){
  .notice-heading{
    gap:10px !important;
    margin-bottom:28px !important;
  }

  .notice-heading .notice-line{
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    flex-basis:30px !important;
  }

  .notice-heading h2{
    font-size:22px !important;
    line-height:1.45 !important;
    letter-spacing:.03em !important;
    max-width:230px !important;
  }
}

/* 320〜360px：この幅を基準に、自然な2行表示で安定 */
@media screen and (max-width:360px){
  .hero-catch-title{
    font-size:21px !important;
    line-height:1.5 !important;
    letter-spacing:.03em !important;
  }

  .hero__text,
  .hero-description{
    font-size:14px !important;
    line-height:1.9 !important;
  }

  .notice-heading{
    gap:8px !important;
    margin-bottom:28px !important;
  }

  .notice-heading .notice-line{
    width:22px !important;
    min-width:22px !important;
    max-width:22px !important;
    flex-basis:22px !important;
  }

  .notice-heading h2{
    font-size:21px !important;
    line-height:1.45 !important;
    letter-spacing:.02em !important;
    max-width:180px !important;
  }
}

@media screen and (max-width:330px){
  .notice-heading .notice-line{
    width:18px !important;
    min-width:18px !important;
    max-width:18px !important;
    flex-basis:18px !important;
  }

  .notice-heading h2{
    font-size:20px !important;
    max-width:172px !important;
  }
}

/* 320pxでInstagram最下部がはみ出さないように */
@media screen and (max-width:360px){
  .instagram-cta{
    overflow:hidden !important;
  }

  .instagram-cta__inner{
    width:calc(100% - 28px) !important;
    max-width:292px !important;
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding:48px 0 54px !important;
    text-align:center !important;
  }

  .instagram-button{
    width:100% !important;
    max-width:270px !important;
    min-width:0 !important;
    margin:0 auto !important;
    box-sizing:border-box !important;
  }

  .instagram-cta__phone img{
    width:230px !important;
    max-width:82vw !important;
    margin:0 auto !important;
    transform:none !important;
  }
}
