/* base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Hiragino Sans","Yu Gothic","Noto Sans JP",sans-serif; background: #f5e4c6; line-height: 1.8; overflow-x: hidden; color: #56351f; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: #d40b34; }

/* desktop */
.s-assuranceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin: 28px 0;
}
.s-brandBar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px,320px) minmax(0,1fr);
  align-items: center;
  gap: 24px;
  min-height: 90px;
  padding: 12px clamp(20px,4vw,56px);
  color: #7a461e;
  background: #fff3dc;
  border-bottom: 1px solid rgba(122,70,30,0.18);
  box-shadow: 0 4px 14px rgba(86,53,31,0.08);
}
.s-brandLogo {
  display: inline-flex;
  align-items: center;
  width: min(320px,100%);
  text-decoration: none;
}
.s-brandLogoImg {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}
.s-btnLine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.3;
  min-width: 0px;
  width: auto;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  gap: 8px;
  color: #fff;
  background: #06c755;
  box-shadow: 0 8px 16px rgba(6,199,85,0.22);
}
.s-btnLineOutline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.3;
  min-width: 0px;
  width: auto;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  gap: 8px;
  color: #7a461e;
  background: #fff8e8;
  border: 1px solid #d09a36;
}
.s-btnPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.3;
  min-width: 0px;
  width: auto;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  color: #fff;
  background: #d40b34;
  box-shadow: 0 8px 16px rgba(212,11,52,0.18);
}
.s-btnSecondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.3;
  min-width: 0px;
  width: auto;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  color: #7a461e;
  background: #fff8e8;
  border: 1px solid #d09a36;
}
.s-closingList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 6px 18px;
  margin: 30px 0;
  list-style: none;
  text-align: left;
  padding: 0px;
}
.s-comparisonCellStrong {
  padding: 18px;
  color: #d40b34;
  text-align: right;
  font-size: 1.18rem;
}
.s-comparisonHeader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  background: #7a461e;
  border-bottom: 1px solid rgba(86,53,31,0.16);
}
.s-comparisonHeaderStrong {
  padding: 18px;
  color: #fff;
  text-align: right;
  font-size: 1.18rem;
}
.s-comparisonLastRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 0px;
}
.s-comparisonRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(86,53,31,0.16);
}
.s-flowList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  padding: 0px;
  margin: 30px 0 0;
  list-style: none;
}
.s-footerBrand {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: 22px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(122,70,30,0.22);
}
.s-footerBrandImg {
  width: 190px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(86,53,31,0.12));
}
.s-footerNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0;
}
.s-h1 {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: 0px;
  color: #d40b34;
  font-family: 'Hiragino Mincho ProN','Yu Mincho','YuMincho','Noto Serif JP',serif;
  font-size: clamp(2.35rem,7.2vw,5.6rem);
  line-height: 0.98;
  text-shadow: 0 2px 0 rgba(255,255,255,0.86);
}
.s-h1Span {
  font-size: clamp(1.35rem,3.5vw,3.4rem);
}
.s-h1Strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.03em;
  font-size: clamp(4.5rem,13vw,9rem);
  line-height: 0.9;
}
.s-headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  gap: clamp(14px,2.8vw,36px);
  font-weight: 800;
  font-size: 0.95rem;
}
.s-heroPanel {
  position: relative;
  z-index: 3;
  width: min(960px, calc(100vw - 40px));
  min-width: 0px;
  margin: clamp(-92px,-7vw,-58px) auto 0;
  padding: clamp(26px,4.4vw,48px);
  text-align: center;
  overflow: hidden;
  background: #e4c397;
  border: 1px solid rgba(122,70,30,0.14);
  border-top: 5px solid #fff8e8;
  box-shadow: 0 14px 34px rgba(86,53,31,0.12);
}
.s-heroPhotoWrap {
  position: relative;
  height: min(70vw,660px);
  min-height: 500px;
  margin: 0 clamp(0px,5vw,72px);
  overflow: hidden;
}
.s-lead {
  width: min(760px,100%);
  margin: 22px auto 0;
  font-size: clamp(0.98rem,1.5vw,1.16rem);
  font-weight: 700;
  line-height: 1.9;
}
.s-limited {
  display: inline-block;
  margin: 0 auto 18px;
  padding: 7px 14px;
  color: #7a461e;
  background: #fff8e8;
  border: 1px solid rgba(122,70,30,0.2);
  font-size: clamp(0.88rem,1.4vw,1rem);
  font-weight: 800;
  line-height: 1.55;
}
.s-lineupHero {
  overflow: hidden;
  border: 8px solid #fff8e8;
  box-shadow: 0 14px 34px rgba(86,53,31,0.12);
  aspect-ratio: 16 / 7;
}
.s-note {
  margin: 14px auto 0;
  color: rgba(86,53,31,0.78);
  font-size: 0.86rem;
}
.s-planGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}
.s-planH3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.16em;
  color: #d40b34;
  font-size: clamp(1.9rem,4.3vw,3.35rem);
  line-height: 1.16;
}
.s-pointGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}
.s-priceStrip {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  min-width: 0px;
  gap: 12px;
  margin: 26px auto;
}
.s-priceStripValue {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.12em;
  color: #d40b34;
  font-size: clamp(1.42rem,3.2vw,2.45rem);
  line-height: 1.2;
}
.s-savingColumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin: 28px 0 18px;
}
.s-scheduleBadge {
  min-width: 100px;
  padding: 6px 12px;
  color: #fff;
  background: #d40b34;
  text-align: center;
  font-weight: 900;
}
.s-scheduleRow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
  border-left: 5px solid #d09a36;
  box-shadow: 0 7px 16px rgba(86,53,31,0.06);
}
.s-section-assurance {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #dfc49c;
}
.s-section-faq {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #ead0a7;
}
.s-section-flow {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-intro {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-lineup {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #ead0a7;
}
.s-section-plans {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-points {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #dfc49c;
}
.s-section-recommend {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-schedule {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-shooting {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #ead0a7;
}
.s-section-store {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-section-target {
  position: relative;
  padding: clamp(62px,8vw,104px) 20px;
  overflow: hidden;
  background: #fff9ef;
}
.s-sideRibbonLeft {
  position: absolute;
  top: 0px;
  z-index: 2;
  width: clamp(52px,5vw,72px);
  height: min(70vw,660px);
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 20px 8px;
  color: #fff7e9;
  background: rgba(160,111,52,0.92);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(0.95rem,1.8vw,1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  left: 0px;
}
.s-sideRibbonRight {
  position: absolute;
  top: 0px;
  z-index: 2;
  width: clamp(52px,5vw,72px);
  height: min(70vw,660px);
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 20px 8px;
  color: #fff7e9;
  background: rgba(160,111,52,0.92);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(0.95rem,1.8vw,1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  right: 0px;
}
.s-split {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(320px,0.95fr);
  gap: clamp(28px,6vw,70px);
  align-items: center;
}
.s-stickyCta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 24px;
  color: #fff;
  background: #06c755;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 10px 22px rgba(6,145,64,0.26);
  text-decoration: none;
  font-weight: 900;
  gap: 8px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s ease;
}

/* tablet */
@media (max-width: 920px) {
  .s-assuranceGrid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .s-brandBar {
    grid-template-columns: minmax(160px,280px) minmax(0,1fr);
    gap: 16px;
    min-height: 84px;
  }
  .s-brandLogoImg {
    max-height: 62px;
  }
  .s-flowList {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-headerNav {
    gap: 14px;
    font-size: 0.92rem;
  }
  .s-heroPhotoWrap {
    height: 680px;
    min-height: 680px;
    margin: 0 44px;
  }
  .s-planGrid {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-pointGrid {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-savingColumns {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-sideRibbonLeft {
    width: 44px;
    height: 680px;
    min-height: 680px;
    font-size: 1rem;
  }
  .s-sideRibbonRight {
    width: 44px;
    height: 680px;
    min-height: 680px;
    font-size: 1rem;
  }
  .s-split {
    grid-template-columns: 1fr;
  }
}

/* mobile */
@media (max-width: 560px) {
  .s-assuranceGrid {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-brandBar {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    min-height: 84px;
    padding: 14px 16px 16px;
    text-align: center;
  }
  .s-brandLogo {
    width: min(280px,88vw);
  }
  .s-brandLogoImg {
    max-height: none;
  }
  .s-btnLine {
    width: 100%;
  }
  .s-btnLineOutline {
    width: 100%;
  }
  .s-btnPrimary {
    width: 100%;
  }
  .s-btnSecondary {
    width: 100%;
  }
  .s-closingList {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-comparisonCellStrong {
    padding: 0 18px 18px;
    text-align: left;
  }
  .s-comparisonHeader {
    grid-template-columns: 1fr;
  }
  .s-comparisonHeaderStrong {
    text-align: left;
  }
  .s-comparisonLastRow {
    grid-template-columns: 1fr;
  }
  .s-comparisonRow {
    grid-template-columns: 1fr;
  }
  .s-flowList {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-footerBrand {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .s-footerBrandImg {
    margin: 0 auto;
  }
  .s-footerNav {
    justify-content: center;
    text-align: center;
  }
  .s-h1 {
    font-size: 2.25rem;
  }
  .s-h1Span {
    font-size: 1.42rem;
  }
  .s-h1Strong {
    font-size: 5.3rem;
  }
  .s-headerNav {
    justify-content: center;
    width: 100%;
    gap: 12px;
    font-size: 0.84rem;
  }
  .s-heroPanel {
    width: calc(100% - 20px);
    margin: -64px auto 0;
    padding: 24px 14px 26px;
  }
  .s-heroPhotoWrap {
    height: 540px;
    min-height: 540px;
    margin: 0 30px;
  }
  .s-lead {
    width: unset;
    max-width: 320px;
    font-size: 0.94rem;
    line-height: 1.8;
  }
  .s-limited {
    font-size: 0.9rem;
    max-width: 300px;
  }
  .s-lineupHero {
    aspect-ratio: 16 / 10;
  }
  .s-note {
    font-size: 0.78rem;
    max-width: 310px;
    line-height: 1.7;
  }
  .s-planGrid {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-planH3 {
    flex-wrap: nowrap;
    gap: 0px;
    font-size: clamp(1.65rem,7.6vw,1.9rem);
    white-space: nowrap;
  }
  .s-pointGrid {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-priceStrip {
    gap: 8px;
  }
  .s-priceStripValue {
    font-size: 1.55rem;
  }
  .s-savingColumns {
    grid-template-columns: repeat(1, minmax(0,1fr));
  }
  .s-scheduleBadge {
    min-width: unset;
    width: max-content;
  }
  .s-scheduleRow {
    grid-template-columns: 1fr;
  }
  .s-section-assurance {
    padding: 56px 16px;
  }
  .s-section-faq {
    padding: 56px 16px;
  }
  .s-section-flow {
    padding: 56px 16px;
  }
  .s-section-intro {
    padding: 56px 16px;
  }
  .s-section-lineup {
    padding: 56px 16px;
  }
  .s-section-plans {
    padding: 56px 16px;
  }
  .s-section-points {
    padding: 56px 16px;
  }
  .s-section-recommend {
    padding: 56px 16px;
  }
  .s-section-schedule {
    padding: 56px 16px;
  }
  .s-section-shooting {
    padding: 56px 16px;
  }
  .s-section-store {
    padding: 56px 16px;
  }
  .s-section-target {
    padding: 56px 16px;
  }
  .s-sideRibbonLeft {
    width: 30px;
    height: 540px;
    min-height: 540px;
    padding: 12px 4px;
    font-size: 0.74rem;
  }
  .s-sideRibbonRight {
    width: 30px;
    height: 540px;
    min-height: 540px;
    padding: 12px 4px;
    font-size: 0.74rem;
  }
  .s-split {
    grid-template-columns: 1fr;
  }
  .s-stickyCta {
    right: 0px;
    bottom: 0px;
    left: 0px;
    min-height: 54px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
  }
}

/* hover */
[data-hv="hv-1"]:hover {
  color: #d40b34;
}
[data-hv="hv-2"]:hover {
  transform: translateY(-1px);
}
[data-hv="hv-3"]:hover {
  transform: translateY(-1px);
  background: #008f3b;
}
[data-hv="hv-4"]:hover {
  color: #d40b34;
  border-color: #d40b34;
}
