/* WordPress layout reset */
html:has(.bousai-typhoon.site-body) {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html:has(.bousai-typhoon.site-body) {
    scroll-behavior: auto;
  }
}
.bousai-typhoon.site-body {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 100px; /* 固定ヘッダー分（cmn.css の header + div と同等） */
}

.bousai-typhoon .site-body-container,
.bousai-typhoon .main-section {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .bousai-typhoon.site-body {
    margin-top: 60px;
  }
}

.bousai-typhoon {
  font-family: 'Noto Sans JP', sans-serif;
  color: #13293D;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.bousai-typhoon a {
  text-decoration: none;
}

.font-sans-ja { font-family: 'Noto Sans JP', sans-serif; }
.bousai-typhoon {
  --color-primary: #13293D;
  --color-secondary: #7A8693;
  --color-accent: #E8651E;
  --font-sans-ja: 'Noto Sans JP', sans-serif;
}

/* === scroll-reveal engine (必須・1回だけ出力・改変禁止) === */
.animate-on-scroll { opacity: 1; }
html.js .animate-on-scroll { opacity: 0; transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
html.js .animate-on-scroll[data-anim="fade-up"]    { transform: translateY(28px); }
html.js .animate-on-scroll[data-anim="fade-left"]  { transform: translateX(-32px); }
html.js .animate-on-scroll[data-anim="fade-right"] { transform: translateX(32px); }
html.js .animate-on-scroll[data-anim="zoom-in"]    { transform: scale(.94); }
html.js .animate-on-scroll:not([data-anim])        { transform: translateY(28px); }
html.js .animate-on-scroll.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .animate-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* === hero headline impact === */
.hero-headline { position: relative; margin-top: .25rem; margin-bottom: .25rem; }
.hero-headline .hl-line {
  display: block;
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  text-shadow: 0 4px 24px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.8);
  opacity: 0;
  transform: translateY(8px);
  animation: none;
}
html.bt-ready .hero-headline .hl-line {
  animation: btHeroLineIn .7s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero-headline .hl-lead {
  font-size: clamp(24px, 6.2vw, 44px);
  letter-spacing: 0.01em;
  line-height: 1.25;
  animation-delay: 0ms;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
.hero-headline .hl-lead .hl-mark {
  display: inline;
  background: linear-gradient(transparent 50%, #FFF200 50%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .04em;
}
.hero-headline .hl-lead .hl-tail {
  display: inline;
  color: #fff;
  font-size: 0.74em;
  vertical-align: baseline;
}
.hero-headline .hl-lead .dot-narrow {
  letter-spacing: -0.18em;
  margin-left: -0.12em;
  margin-right: 0.04em;
}
@media (max-width: 389px) {
  .hero-lead {
    gap: 8px;
  }
  .hero-lead .lead-text {
    letter-spacing: 0.06em;
  }
  .fv-lead-sp {
    font-size: 12px !important;
    letter-spacing: 0.03em !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .hero-headline .hl-lead {
    font-size: clamp(18px, 5.1vw, 21px);
    letter-spacing: -0.01em;
    line-height: 1.22;
    white-space: nowrap;
  }
  .hero-headline .hl-lead .hl-mark,
  .hero-headline .hl-lead .hl-tail {
    white-space: nowrap;
  }
  .hero-headline .hl-lead .hl-tail {
    font-size: 0.74em;
  }
  .hero-headline .hl-main,
  .hero-headline .hl-main2 {
    font-size: clamp(22px, 6.2vw, 24px);
    letter-spacing: -0.025em;
    line-height: 1.08;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: nowrap;
  }
  html.bt-ready .hero-lead .lead-line {
    animation: btLeadLineExpandXs .8s cubic-bezier(.22,.61,.36,1) forwards;
  }
}
@keyframes btLeadLineExpandXs {
  to { width: 36px; opacity: 0.95; }
}
.hero-headline .hl-lead .dot-first { margin-left: -0.12em; }
.hero-headline .hl-lead { margin-bottom: 12px; }
/* === hero lead band (映画サブタイトル風リードコピー) === */
.hero-lead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.hero-lead .lead-line {
  display: block;
  height: 1px;
  width: 0;
  background: #E8651E;
  flex: 0 0 auto;
  opacity: 0;
  animation: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
html.bt-ready .hero-lead .lead-line {
  animation: btLeadLineExpand .8s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0ms;
}
.hero-lead .lead-text {
  color: #fff;
  font-weight: 400;
  font-size: clamp(13px, 3.2vw, 17px);
  letter-spacing: 0.2em;
  line-height: 1.5;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0,0,0,0.75), 0 1px 4px rgba(0,0,0,0.9);
  opacity: 0;
  transform: translateY(6px);
  animation: none;
}
html.bt-ready .hero-lead .lead-text {
  animation: btHeroLineIn .7s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0ms;
}
.hero-lead .lead-text .lead-accent {
  color: #E8651E;
  font-weight: 500;
}
@keyframes btLeadLineExpand {
  to { width: 52px; opacity: 0.95; }
}
@media (min-width: 768px) {
  .hero-lead { gap: 18px; }
  .hero-lead .lead-text { letter-spacing: 0.24em; }
  @keyframes btLeadLineExpand {
    to { width: 72px; opacity: 0.95; }
  }
}
@media (prefers-reduced-motion: reduce) {
  html .bousai-typhoon #hero .hero-lead,
  html .bousai-typhoon #hero .hero-headline,
  html .bousai-typhoon #hero .hero-fade-item { visibility: visible; }
  .hero-lead .lead-line { width: 52px; opacity: 0.95; animation: none; }
  .hero-lead .lead-text { opacity: 1; transform: none; animation: none; }
  .hero-headline .hl-line,
  .hero-headline .hero-award { opacity: 1; transform: none; animation: none; }
  #hero .hero-fade-item { opacity: 1; transform: none; animation: none; }
}
html.bt-ready .bousai-typhoon #hero .hero-lead,
html.bt-ready .bousai-typhoon #hero .hero-headline,
html.bt-ready .bousai-typhoon #hero .hero-fade-item {
  visibility: visible;
}
#hero .hero-fade-item {
  opacity: 0;
  transform: translateY(12px);
  animation: none;
}
html.bt-ready #hero .hero-cta-group {
  animation: btHeroLineIn .7s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 320ms;
}
html.bt-ready #hero .hero-sub-links.hero-fade-item {
  animation: btHeroLineIn .7s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 420ms;
}
/* === hero award emblem (月桂冠+王冠 / 「圧倒的に強い」右隣) === */
.hero-headline__main-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(6px, 1.5vw, 16px);
}
.hero-headline__main-row .hl-main {
  flex: 0 0 auto;
}
.hero-award {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  z-index: 5;
  width: clamp(72px, 18vw, 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  animation: none;
}
html.bt-ready .hero-award {
  animation: btHeroLineIn .7s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 120ms;
}
.hero-award .award-laurel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.55));
}
.hero-award .award-crown {
  position: relative;
  width: 24px;
  height: auto;
  margin-bottom: 2px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.6));
}
.hero-award .award-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 14px 10px;
}
.hero-award .award-lead {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.75), 0 1px 2px rgba(0,0,0,0.9);
}
.hero-award .award-divider {
  width: 60%;
  height: 1px;
  margin: 3px auto 4px;
  background: linear-gradient(90deg, transparent, #D4AF37 30%, #C9A961 70%, transparent);
  opacity: 0.9;
}
.hero-award .award-main {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.85);
}
.hero-award .award-sub {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  letter-spacing: 0.12em;
  margin-top: 2px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.75), 0 1px 2px rgba(0,0,0,0.9);
}
@media (min-width: 768px) {
  .hero-award {
    width: 130px;
  }
  .hero-award .award-crown { width: 36px; margin-bottom: 4px; }
  .hero-award .award-content { padding: 0 20px 14px; }
  .hero-award .award-lead { font-size: 9px; }
  .hero-award .award-divider { margin: 4px auto 6px; }
  .hero-award .award-main { font-size: 14px; }
  .hero-award .award-sub { font-size: 9px; margin-top: 3px; }
}
/* === S2 problem intro block === */
.problem-intro { max-width: 720px; margin: 0 auto; text-align: center; }
.problem-intro .intro-line { width: 40px; height: 3px; background: #E8651E; margin: 0 auto 24px; }
.problem-intro .intro-title { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: clamp(22px, 4.5vw, 32px); line-height: 1.5; color: #13293D; }
.problem-intro .intro-lead { margin-top: 28px; font-size: clamp(14px, 3.2vw, 17px); line-height: 1.8; color: #3a4753; }
.problem-intro .intro-lead .em { font-weight: 700; color: #13293D; }
.problem-intro .intro-lead .em-orange { font-weight: 700; color: #E8651E; }
.hero-headline .hl-main {
  font-size: clamp(40px, 11vw, 84px);
  letter-spacing: -0.01em;
  animation-delay: 120ms;
}
.hero-headline .hl-main2 {
  font-size: clamp(36px, 10vw, 84px);
  letter-spacing: -0.02em;
  animation-delay: 240ms;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
.hero-headline .hl-accent {
  display: inline;
}
@media (min-width: 768px) {
  .hero-headline .hl-lead  {
    font-size: clamp(34px, 3.5vw, 53px);
    white-space: nowrap;
  }
  .hero-headline .hl-main  { font-size: clamp(64px, 6.5vw, 104px); }
  .hero-headline .hl-main2 {
    font-size: clamp(56px, 6.4vw, 100px);
    white-space: nowrap;
  }
}
@keyframes btHeroLineIn {
  to { opacity: 1; transform: translateY(0); }
}
/* === hero SP height & image position adjust === */
#hero img.hero-bg { object-position: center 62%; }
#hero a.bt-hero-cta {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#hero a.bt-hero-cta:hover {
  opacity: 1;
  color: #fff;
  filter: brightness(1.12);
  transform: translateY(-2px);
}
#hero .hero-sub-links {
  margin-top: 1rem;
}
#hero .hero-sub-links__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease, opacity 0.2s ease;
}
#hero .hero-sub-links__link:hover {
  opacity: 1;
  color: #fff;
}
@media (max-width: 767px) {
  #hero { min-height: min(100svh, 620px) !important; }
  #hero .relative.z-10 { padding-top: 2.5rem; padding-bottom: 1rem; display: flex; flex-direction: column; }
  #hero img.hero-bg { object-position: center 88%; }
  #hero .relative.z-10 .hero-fade-item { margin-top: 20px !important; }
  #hero .hero-sub-links {
    margin-top: 0.5rem !important;
    justify-content: center;
  }
  #hero .hero-cta-group {
    gap: 12px !important;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #hero a.bt-hero-cta { font-size: 14px !important; padding: 11px 16px !important; }
  #hero a.bt-hero-cta i { width: 18px !important; height: 18px !important; }
}
/* === bousai typhoon: embedded request form (CF7) === */
#bousai-typhoon-request {
  background: #fff;
  padding: clamp(48px, 8vw, 80px) clamp(16px, 5vw, 24px) clamp(64px, 10vw, 96px);
  scroll-margin-top: 110px;
}
#bousai-typhoon-request .bousai-typhoon-request__inner {
  max-width: 1100px;
  margin: 0 auto;
}

#bousai-typhoon-request .cf7-row__field textarea {
  min-height: 0;
  height: calc(1.5em * 3 + 28px);
}

#bousai-typhoon-request .cf7-paren-sub {
  font-size: 0.85em;
}

#bousai-typhoon-request input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #666;
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
}

#bousai-typhoon-request input[type="checkbox"]:checked {
  border-color: #e77733;
  background-color: #e77733;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  vertical-align: middle;
}

#bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 4px;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item {
    margin: 0;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item-label::before,
  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item-label::after {
    content: none;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item label {
    gap: 0.3em;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .cf7-paren-sub {
    font-size: 0.82em;
  }

  /* 1行目: 先頭3項目 / 2行目: WEB広告〜その他 */
  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item:nth-child(-n + 3) {
    order: 1;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-checkbox::before {
    content: "";
    width: 100%;
    order: 2;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item:nth-child(n + 4) {
    order: 3;
  }
}

@media (max-width: 767.98px) {
  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item {
    margin-left: 0;
    margin-right: 0.85em;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .wpcf7-list-item:nth-child(-n + 3) {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .cf7-paren-sub {
    font-size: 0.78em;
  }
}

@media (min-width: 400px) and (max-width: 767.98px) {
  #bousai-typhoon-request .wpcf7-form-control-wrap[data-name="custom11"] .cf7-paren-sub {
    font-size: 0.9em;
  }
}
/* === okinawa section title === */
#okinawa .okinawa-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.35;
  color: #13293D;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}
@media (min-width: 768px) {
  #okinawa .okinawa-title {
    white-space: nowrap;
    letter-spacing: -0.02em;
  }
}
#okinawa .okinawa-lead,
#okinawa .okinawa-body {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.9;
  color: #4A5568;
}
#okinawa .okinawa-lead {
  margin-top: 2rem;
  margin-bottom: 0;
}
#okinawa .okinawa-lead + .okinawa-block {
  margin-top: 2.5rem;
}
#okinawa .okinawa-block {
  margin-top: 3rem;
  margin-bottom: 0;
}
#okinawa .okinawa-body + .okinawa-figure {
  margin-top: 2.5rem;
}
#okinawa .okinawa-figure {
  margin-bottom: 0;
}
#okinawa .okinawa-body--last {
  margin-top: 2rem;
}
#okinawa .okinawa-figcaption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #7A8693;
}
@media (min-width: 768px) {
  #okinawa .okinawa-lead {
    margin-top: 2.5rem;
  }
  #okinawa .okinawa-lead + .okinawa-block {
    margin-top: 3rem;
  }
  #okinawa .okinawa-block {
    margin-top: 4rem;
  }
  #okinawa .okinawa-body + .okinawa-figure {
    margin-top: 3rem;
  }
  #okinawa .okinawa-body--last {
    margin-top: 2.5rem;
  }
}
/* === warranty section === */
#warranty .warranty-intro-body + .warranty-chart {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #warranty .warranty-intro-body + .warranty-chart {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  #warranty .warranty-card__title-main {
    display: block;
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.3;
  }
  #warranty .warranty-card__title-note {
    display: block;
    margin-top: 0.35rem;
    font-size: clamp(12px, 3.2vw, 15px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
/* ===== CTA Set (Catalog + Visit) ===== */
.cta-set {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.cta-set-catalog {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 0;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.cta-set-catalog:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.cta-set-catalog:hover .cta-set-catalog-bar {
  filter: brightness(1.12);
  box-shadow: 0 12px 28px rgba(14, 42, 71, 0.28);
}
.cta-set-catalog-bar {
  background: #0E2A47;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 26px 32px;
  min-height: 84px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 10px 24px rgba(14, 42, 71, 0.20);
  box-sizing: border-box;
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}
.cta-set-catalog-bar svg {
  flex-shrink: 0;
  color: #FFFFFF;
}
.cta-set-catalog-text {
  font-size: clamp(15px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
.cta-set-catalog-accent {
  color: #FFD84A;
}
.cta-set-catalog-img {
  position: static;
  transform: none;
  width: 90%;
  max-width: 720px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: -12%;
}

.cta-set-visit {
  position: relative;
  display: block;
  background: #E8651E;
  border-radius: 10px;
  padding: 24px 32px;
  min-height: 84px;
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(232, 101, 30, 0.25);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
}
.cta-set-visit:hover {
  opacity: 1;
  transform: translateY(-2px);
  color: #FFFFFF;
  filter: brightness(1.12);
  box-shadow: 0 12px 28px rgba(232, 101, 30, 0.32);
}
.cta-set-visit-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-left: 32px;
  padding-right: 200px;
  min-height: 36px;
}
.cta-set-visit-inner svg {
  flex-shrink: 0;
  color: #FFFFFF;
}
.cta-set-visit-inner span {
  font-size: clamp(15px, 1.9vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}
.cta-set-visit-img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 140%;
  max-height: 170px;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  display: block;
}

@media (max-width: 767px) {
  .cta-set {
    padding: 20px 16px 0;
    gap: 28px;
  }
  .cta-set-catalog {
    gap: 0;
  }
  .cta-set-catalog-bar {
    padding: 18px 16px;
    min-height: 64px;
    gap: 8px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 4px;
    align-items: center;
    justify-content: center;
  }
  .cta-set-catalog-bar svg {
    width: 20px;
    height: 20px;
    grid-row: 2;
    grid-column: 1;
    align-self: center;
  }
  .cta-set-catalog-text {
    display: contents;
    white-space: normal;
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.4;
    text-align: center;
  }
  .cta-set-visit {
    padding: 16px 12px;
    min-height: 72px;
    overflow: visible;
  }
  .cta-set-visit-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 4px 50px 4px 8px;
    min-height: 0;
  }
  .cta-set-visit-inner svg {
    width: 20px;
    height: 20px;
    grid-row: 2;
    grid-column: 1;
    align-self: center;
  }
  .cta-set-visit-inner span {
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
  }
  .cta-set-visit-img {
    right: 0;
    width: 138px;
    max-width: 42%;
    height: auto;
    max-height: 118px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.warranty-cta-section {
  background: #FFFFFF;
  padding: 80px 20px;
}
.warranty-cta-section .cta-set {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .warranty-cta-section {
    padding: 50px 16px;
  }
}
.cta-set-gallery {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #D8D8D8;
  box-shadow: 0 12px 28px rgba(14, 42, 71, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-decoration: none;
  margin-top: 40px;
}
.cta-set-gallery:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(14, 42, 71, 0.25);
  filter: brightness(1.06);
}
.cta-set-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-set-gallery {
    max-width: 100%;
    margin-top: 24px;
  }
}
.storm-figcaption {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #7A8693;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 1.6;
  min-height: 1em;
}
/* === storm feature gallery (SP: fade carousel / PC: 2-col grid) === */
#storm-feature .storm-card__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}
#storm-feature .storm-card__slide {
  min-width: 0;
}
@media (max-width: 767px) {
  #storm-feature .storm-card__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  #storm-feature .storm-card__gallery > .storm-card__slide {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  }
  #storm-feature .storm-card__gallery > .storm-card__slide.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0s;
  }
}
@media (prefers-reduced-motion: reduce) {
  #storm-feature .storm-card__gallery > .storm-card__slide {
    transition: none;
  }
}
#storm-feature .storm-card__dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
#storm-feature .storm-card__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #C5CDD6;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
#storm-feature .storm-card__dot.is-active {
  background: #E8651E;
  transform: scale(1.2);
}
@media (max-width: 767px) {
  #storm-feature .storm-card__dots {
    display: flex;
  }
}
#storm-feature .storm-card__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  #storm-feature .storm-card__heading {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  #storm-feature .storm-card__heading--start {
    align-items: flex-start;
  }
}
#storm-feature .storm-card__title {
  flex: 1;
  min-width: 0;
  word-break: keep-all;
  line-break: strict;
}
#storm-feature .storm-card__title-line {
  display: block;
}
#storm-feature .storm-card__title--long {
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .storm-figcaption {
    font-size: 12px;
  }
}
.fv-lead-pc { display: block !important; }
.fv-lead-sp { display: none !important; }
.cta-set-catalog-text-pc { display: inline !important; }
.cta-set-catalog-text-sp { display: none !important; }
.cta-set-visit-text-pc { display: inline !important; }
.cta-set-visit-text-sp { display: none !important; }
@media (max-width: 767px) {
  .fv-lead-pc { display: none !important; }
  .fv-lead-sp {
    display: block !important;
    text-align: center !important;
    white-space: normal !important;
    color: #fff;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 0.1em;
    line-height: 1.5 !important;
    padding-left: 16px;
    padding-right: 16px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.75), 0 1px 4px rgba(0,0,0,0.9);
  }
  .fv-lead-sp .lead-accent { color: #E8651E; font-weight: 500; }
  .hero-lead { justify-content: center; }

  .cta-set-catalog-text-pc { display: none !important; }
  .cta-set-catalog-text-sp {
    display: contents !important;
  }
  .cta-set-catalog-sp-line1 {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    font-size: 15px !important;
    font-weight: 700;
  }
  .cta-set-catalog-sp-line2 {
    grid-row: 2;
    grid-column: 2;
    text-align: left !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    font-size: 15px !important;
    font-weight: 700;
  }
  .cta-set-catalog { text-align: center !important; }

  .cta-set-visit-text-pc { display: none !important; }
  .cta-set-visit-text-sp {
    display: contents !important;
  }
  .cta-set-visit-sp-line1 {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
    font-weight: 700;
    white-space: normal !important;
  }
  .cta-set-visit-sp-line2 {
    grid-row: 2;
    grid-column: 2;
    text-align: left !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
    font-weight: 700;
    white-space: normal !important;
    -webkit-text-stroke: 6px #E8651E;
    paint-order: stroke fill;
    text-shadow:
      0 0 6px rgba(232, 101, 30, 0.95),
      0 0 14px rgba(232, 101, 30, 0.75),
      0 2px 8px rgba(0, 0, 0, 0.45);
  }
}
/* === password protected page === */
.bousai-typhoon-password {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(70vh, 560px);
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 32px);
}
.bousai-typhoon-password__inner {
  width: min(100%, 480px);
  text-align: center;
}
.bousai-typhoon-password__title {
  margin: 0 0 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  color: #13293D;
  line-height: 1.4;
}
.bousai-typhoon-password .post-password-form {
  margin: 0;
  text-align: left;
}
.bousai-typhoon-password .post-password-form p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #4A5568;
}
.bousai-typhoon-password .post-password-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #13293D;
}
.bousai-typhoon-password .post-password-form input[type="password"] {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #13293D;
  background: #fff;
}
.bousai-typhoon-password .post-password-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  background: #E8651E;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.bousai-typhoon-password .post-password-form input[type="submit"]:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/* === hero tiny devices override (must be last) === */
@media (max-width: 389px) {
  #hero .hero-headline__main-row .hl-main,
  #hero .hero-headline .hl-main2 {
    font-size: 38px !important;
    letter-spacing: -0.045em !important;
    line-height: 1.06 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 389px) {
  #storm-feature > .max-w-\[1200px\] > .animate-on-scroll h2 {
    font-size: 24px !important;
    line-height: 1.28 !important;
  }
  #okinawa .okinawa-title {
    font-size: 25px !important;
    line-height: 1.32 !important;
  }
  #storm-feature .storm-card__heading h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  #storm-feature .storm-card__title-line {
    letter-spacing: -0.01em;
  }
}
