html {
  background: #fff;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  body.saisokuya-2-page .l-header__nav-lists {
    gap: clamp(2rem, 3.2vw, 3.35rem) !important;
  }

  body.saisokuya-2-page .sy-actions {
    gap: 1.65rem !important;
    margin-block-end: 0.65rem !important;
  }
}

body.saisokuya-2-page .sy-category-card,
body.saisokuya-2-page .sy-category-card:hover,
body.saisokuya-2-page .sy-category-card:focus,
body.saisokuya-2-page .sy-category-card:focus-visible {
  scale: 1 !important;
}

body.saisokuya-2-page .p-how__inner-buttons-button-link.--entry,
body.saisokuya-2-page .p-cta__inner-items-button-link.--entry {
  animation: saisokuya-2-cta-pulse 1.85s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, box-shadow;
}

body.saisokuya-2-page .p-how__inner-buttons-button-link.--entry:hover,
body.saisokuya-2-page .p-how__inner-buttons-button-link.--entry:focus-visible,
body.saisokuya-2-page .p-cta__inner-items-button-link.--entry:hover,
body.saisokuya-2-page .p-cta__inner-items-button-link.--entry:focus-visible {
  animation-play-state: paused;
}

@keyframes saisokuya-2-cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0.35rem 0 rgba(0, 47, 122, 0.35);
    transform: scale(1);
  }

  45% {
    box-shadow: 0 0 1.45rem rgba(255, 255, 255, 0.72), 0 0.35rem 0 rgba(0, 47, 122, 0.35);
    transform: scale(1.045);
  }

  62% {
    transform: scale(0.985);
  }
}

body.saisokuya-2-page {
  background: #fff;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

body.saisokuya-2-page #wpadminbar {
  position: fixed;
}

body.saisokuya-2-page * {
  box-sizing: border-box;
}

body.saisokuya-2-page main {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.saisokuya-2-page img,
body.saisokuya-2-page video,
body.saisokuya-2-page iframe {
  max-width: 100%;
}

body.saisokuya-2-page iframe {
  background: #000;
}

body.saisokuya-2-page.admin-bar .l-header {
  top: 32px;
}

body.saisokuya-2-page.admin-bar .c-drawer {
  top: calc(3.75rem + 32px);
}

@media screen and (max-width: 782px) {
  body.saisokuya-2-page.admin-bar .l-header {
    top: 46px;
  }

  body.saisokuya-2-page.admin-bar .c-drawer {
    top: calc(3.75rem + 46px);
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page {
    min-width: 375px;
  }
}

body.saisokuya-2-page .p-fv,
body.saisokuya-2-page .p-cta,
body.saisokuya-2-page .p-bottom-cta {
  background-image: url("../img/redesign/fv-bg-pc-redesign.png");
}

body.saisokuya-2-page .c-bg {
  background-image: url("../img/redesign/about-bg-redesign.png");
}

body.saisokuya-2-page .p-fv::after,
body.saisokuya-2-page .p-cta::after,
body.saisokuya-2-page .c-bg::after {
  background-image: url("../img/redesign/dots-line-redesign.png");
}

body.saisokuya-2-page .p-about__inner-top::before {
  background-image: url("../img/redesign/about-deco-redesign.png");
}

body.saisokuya-2-page .p-about__inner-top::after,
body.saisokuya-2-page .p-cta__inner-items::after,
body.saisokuya-2-page .p-bottom-cta__inner-buttons::after {
  background-image: url("../img/redesign/fv-deco-2-redesign.png");
}

body.saisokuya-2-page .p-cta__inner-items::before,
body.saisokuya-2-page .p-bottom-cta__inner-buttons::before {
  background-image: url("../img/redesign/fv-deco-1-redesign.png");
}

@media screen and (min-width: 768px) {
  body.saisokuya-2-page .p-bottom-cta__inner-buttons::before {
    background-image: url("../img/redesign/bottom-cta-1-redesign.png");
  }

  body.saisokuya-2-page .p-bottom-cta__inner-buttons::after {
    background-image: url("../img/redesign/bottom-cta-2-redesign.png");
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv,
  body.saisokuya-2-page .p-cta,
  body.saisokuya-2-page .p-bottom-cta {
    background-image: url("../img/redesign/fv-bg-sp-redesign.png");
  }

  body.saisokuya-2-page .p-fv::after,
  body.saisokuya-2-page .p-cta::after,
  body.saisokuya-2-page .c-bg::after {
    background-image: url("../img/redesign/dots-line-sp-redesign.png");
  }
}

body.saisokuya-2-page {
  color: #2a2020;
  font-family: "M PLUS 1p", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

body.saisokuya-2-page .l-header {
  background-color: #d9162c;
}

body.saisokuya-2-page .sy-logo {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.625rem;
  line-height: 1;
}

body.saisokuya-2-page .sy-fv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 40rem);
  gap: 2rem;
  max-width: 74rem;
  padding-inline: 2.5rem;
  text-align: left;
}

body.saisokuya-2-page .sy-fv-copy {
  align-self: center;
}

body.saisokuya-2-page .sy-kicker,
body.saisokuya-2-page .sy-mini-pop {
  background: #fff;
  border: 0.1875rem solid #c00111;
  border-radius: 999px;
  color: #d9162c;
  display: inline-block;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.45rem 1.2rem;
}

body.saisokuya-2-page .sy-hero-title {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.35rem);
  font-weight: 900;
  height: auto;
  line-height: 1.05;
  margin-block-start: 1rem;
  text-shadow: 0 0.25rem 0 #a9001d, 0 0.5rem 1.75rem rgba(90, 0, 20, 0.24);
  width: auto;
}

body.saisokuya-2-page .sy-hero-lead {
  color: #fff;
  display: block;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.8;
  margin-block-start: 1.5rem;
  max-width: 34rem;
}

body.saisokuya-2-page .sy-hero-visual,
body.saisokuya-2-page .sy-about-image {
  aspect-ratio: 1 / 1;
  height: auto;
}

body.saisokuya-2-page .sy-hero-visual img,
body.saisokuya-2-page .sy-about-image img,
body.saisokuya-2-page .p-show__inner-image img,
body.saisokuya-2-page .p-show__inner-items-image img {
  background: #fff;
  border: 0.1875rem solid #c00111;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(91, 0, 18, 0.18);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.saisokuya-2-page .sy-pop {
  background: #fff5c8;
  border: 0.1875rem solid #c00111;
  border-radius: 1rem;
  color: #2a2020;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  margin-inline: 0;
  padding: 0.8rem 1.2rem;
  text-align: center;
  width: fit-content;
}

body.saisokuya-2-page .sy-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

body.saisokuya-2-page .sy-actions .c-button {
  margin-inline: 0;
  text-align: center;
}

body.saisokuya-2-page .sy-section-title {
  color: #d9162c;
  display: block;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  font-weight: 900;
  height: auto;
  line-height: 1.15;
  margin-inline: auto;
  text-align: center;
  width: auto;
}

body.saisokuya-2-page .sy-card-head::before,
body.saisokuya-2-page .sy-card-head::after {
  opacity: 0.9;
}

body.saisokuya-2-page .sy-wide-note {
  align-items: center;
  background: #fff5c8;
  border: 0.1875rem solid #c00111;
  border-radius: 1.25rem;
  color: #2a2020;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 0.4rem;
  height: auto;
  line-height: 1.5;
  padding: 1rem;
  text-align: center;
  width: 45rem;
}

body.saisokuya-2-page .sy-wide-note strong {
  color: #d9162c;
  font-size: 1.35rem;
  font-weight: 900;
}

body.saisokuya-2-page .sy-info-panel {
  background: #fff;
  border: 0.1875rem solid #c00111;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(91, 0, 18, 0.16);
  color: #2a2020;
  height: auto;
  line-height: 1.8;
  padding: 2rem;
}

body.saisokuya-2-page .sy-info-panel h3 {
  color: #d9162c;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.3;
}

body.saisokuya-2-page .sy-info-panel p {
  display: block;
  font-weight: 700;
  margin-block: 1rem 1.5rem;
}

body.saisokuya-2-page .sy-mini-card {
  align-items: center;
  background: linear-gradient(135deg, #ffe9ef, #fff 52%, #ffe09b);
  border: 0.1875rem solid #c00111;
  border-radius: 1rem;
  color: #d9162c;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
}

body.saisokuya-2-page .sy-footer-logo {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  height: auto;
  width: auto;
}

body.saisokuya-2-page .p-fv {
  padding-block-start: 7.5rem;
}

body.saisokuya-2-page .p-fv__inner-button-link {
  padding-inline: 2.5rem 3.8rem;
  width: auto;
}

body.saisokuya-2-page .p-fv__inner-button-link::after {
  right: 1.8rem;
}

body.saisokuya-2-page .c-button.--bl {
  background-color: #1f7ce0;
}

body.saisokuya-2-page .c-button.--wh {
  background-color: #fff;
}

body.saisokuya-2-page .p-bottom-cta__inner-buttons-button-link.--x {
  text-align: center;
}

body.saisokuya-2-page .p-bottom-cta__inner-buttons-button-link.--x span.text {
  color: #343434;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-fv {
    display: block;
    max-width: 40rem;
    padding-inline: 1.25rem;
    text-align: center;
  }

  body.saisokuya-2-page .sy-hero-title {
    font-size: 2.7rem;
  }

  body.saisokuya-2-page .sy-hero-lead {
    margin-inline: auto;
  }

  body.saisokuya-2-page .sy-hero-visual {
    margin-block-start: 1.25rem;
    width: 22.5rem;
  }

  body.saisokuya-2-page .sy-pop {
    margin-inline: auto;
    width: auto;
  }

  body.saisokuya-2-page .sy-actions {
    flex-direction: column;
  }

  body.saisokuya-2-page .sy-wide-note {
    width: 100%;
  }

  body.saisokuya-2-page .sy-section-title {
    font-size: 2.45rem;
  }

}

body.saisokuya-2-page .sy-fv {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 58rem;
  min-height: auto;
  padding-inline: 1.5rem;
  text-align: center;
}

body.saisokuya-2-page .sy-fv-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
}

body.saisokuya-2-page .sy-hero-title {
  max-width: 48rem;
  text-align: center;
}

body.saisokuya-2-page .sy-hero-logo {
  color: #fff;
  display: inline-block;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-block-start: 0.75rem;
  text-shadow: 0 0.25rem 0 #9e001c, 0 0 0.875rem rgba(255, 235, 180, 0.38);
}

body.saisokuya-2-page .sy-hero-lead {
  margin-inline: auto;
  text-align: center;
}

body.saisokuya-2-page .sy-hero-visual {
  aspect-ratio: 1200 / 760;
  height: auto;
  margin-block-start: 0.25rem;
  margin-inline: auto;
  max-width: 54rem;
  width: 100%;
}

body.saisokuya-2-page .sy-hero-visual img {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

body.saisokuya-2-page .sy-about-image img,
body.saisokuya-2-page .p-show__inner-image img,
body.saisokuya-2-page .p-show__inner-items-image img {
  background: rgba(255, 255, 255, 0.82);
  object-fit: contain;
  padding: 0.5rem;
}

body.saisokuya-2-page .p-about__inner-bottom-movie,
body.saisokuya-2-page .p-show__inner-image,
body.saisokuya-2-page .p-show__inner-items-image {
  height: auto;
}

body.saisokuya-2-page .p-point__inner-items-item {
  grid-template-columns: 8.25rem 1fr;
  padding-inline-end: 2rem;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap {
  margin-inline-start: 1.2rem;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap-texts {
  width: 100%;
}

body.saisokuya-2-page .p-point__inner-bottom-items-item {
  grid-template-columns: 1fr;
  padding: 1.65rem 2rem;
}

body.saisokuya-2-page .p-point__inner-bottom-items-item-body {
  text-align: center;
}

body.saisokuya-2-page .p-point__inner-bottom-items-item-body-text {
  display: block;
  margin-inline: auto;
  max-width: 34rem;
}

body.saisokuya-2-page .p-how__inner-buttons-wrap,
body.saisokuya-2-page .p-bottom-cta__inner-buttons-wrap {
  text-align: center;
}

body.saisokuya-2-page .p-how__inner-buttons-button-link,
body.saisokuya-2-page .p-bottom-cta__inner-buttons-button-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 4.25rem;
  padding-inline: 2rem 3.5rem;
  text-align: center;
}

body.saisokuya-2-page .p-bottom-cta__inner-buttons-button-link.--x {
  padding-inline: 2rem;
}

body.saisokuya-2-page .p-bottom-cta__inner-buttons-button-link.--x .image {
  display: none;
}

body.saisokuya-2-page .p-use__inner-items {
  align-items: stretch;
}

body.saisokuya-2-page .p-use__inner-items > li,
body.saisokuya-2-page .p-use__inner-items-item {
  display: flex;
}

body.saisokuya-2-page .p-use__inner-items-item {
  flex-direction: column;
  justify-content: space-between;
  min-height: 16.5rem;
}

body.saisokuya-2-page .p-use__inner-items-item-image,
body.saisokuya-2-page .p-use__inner-items-item-image.--3 {
  height: 5.5rem;
  margin-block-start: 1rem;
  width: 100%;
}

body.saisokuya-2-page .sy-category-card {
  appearance: none;
  border: 2px solid #d9001b;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.saisokuya-2-page .sy-category-card:hover,
body.saisokuya-2-page .sy-category-card:focus-visible {
  box-shadow: 0 10px 22px rgba(185, 0, 20, 0.18);
  outline: none;
  transform: translateY(-3px);
}

body.saisokuya-2-page .sy-category-card .sy-mini-card {
  align-items: center;
  color: #d9001b;
  display: flex;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  padding-inline: 0.8rem;
}

body.saisokuya-2-page .sy-category-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.24s ease;
  z-index: 100000;
}

body.saisokuya-2-page .sy-category-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.saisokuya-2-page .sy-category-modal__shade {
  background: rgba(18, 0, 4, 0.58);
  inset: 0;
  position: absolute;
}

body.saisokuya-2-page .sy-category-modal__panel {
  background: #fff;
  border: 4px solid #d9001b;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  max-height: min(82vh, 720px);
  max-width: min(92vw, 900px);
  overflow: auto;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  position: relative;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
  width: 100%;
}

body.saisokuya-2-page .sy-category-modal.is-open .sy-category-modal__panel {
  transform: translateY(0) scale(1);
}

body.saisokuya-2-page .sy-category-modal__close {
  align-items: center;
  appearance: none;
  background: #d9001b;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 2.7rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.7rem;
}

body.saisokuya-2-page .sy-category-modal__eyebrow {
  color: #d9001b;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 0.35rem;
  text-align: center;
}

body.saisokuya-2-page .sy-category-modal__title {
  color: #111;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  padding-inline: 3rem;
  text-align: center;
}

body.saisokuya-2-page .sy-category-modal__lead {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 700;
  line-height: 1.7;
  margin: 0.8rem auto 1.3rem;
  max-width: 42rem;
  text-align: center;
}

body.saisokuya-2-page .sy-category-modal__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

body.saisokuya-2-page .sy-category-modal__chip {
  background: #fff7d8;
  border: 2px solid #d9001b;
  border-radius: 999px;
  color: #22191a;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 0.42rem 0.75rem;
}

body.saisokuya-2-page.sy-modal-open {
  overflow: hidden;
}

body.saisokuya-2-page .l-footer__inner-nav {
  padding-block: 1rem;
}

body.saisokuya-2-page .l-footer-bottom {
  padding-block: 1rem;
}

body.saisokuya-2-page .l-footer-bottom-copyright {
  margin-block-start: 0.35rem;
}

body.saisokuya-2-page .p-bottom-cta {
  padding-block: 2.75rem;
}

body.saisokuya-2-page .p-bottom-cta__inner-buttons {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-fv {
    display: flex;
    padding-inline: 1.25rem;
  }

  body.saisokuya-2-page .sy-hero-logo {
    font-size: 3.3rem;
  }

  body.saisokuya-2-page .sy-hero-visual {
    width: 100%;
  }

  body.saisokuya-2-page .p-point__inner-items-item {
    padding-inline: 0;
  }

  body.saisokuya-2-page .p-point__inner-items-item-wrap {
    margin-inline-start: 0;
  }

  body.saisokuya-2-page .p-use__inner-items-item {
    min-height: 0;
  }

  body.saisokuya-2-page .p-bottom-cta {
    padding-block: 2.25rem 3rem;
  }
}

body.saisokuya-2-page {
  min-height: 0;
  padding-bottom: 0;
}

body.saisokuya-2-page .sy-logo {
  gap: 0;
}

body.saisokuya-2-page .sy-logo-image {
  background: #fff;
  border-radius: 0.5rem;
  display: block;
  height: 3rem;
  object-fit: contain;
  padding: 0.32rem;
  width: 3rem;
}

body.saisokuya-2-page .sy-hero-title {
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  max-width: 66rem;
}

body.saisokuya-2-page .sy-plain-button {
  min-width: 15rem;
  padding-inline: 2rem;
}

body.saisokuya-2-page .sy-plain-button::after {
  display: none;
}

body.saisokuya-2-page .l-footer,
body.saisokuya-2-page footer {
  margin-bottom: 0;
  min-height: 0;
  padding-bottom: 0;
}

body.saisokuya-2-page .l-footer__inner-nav {
  padding-block: 0.75rem;
}

body.saisokuya-2-page .l-footer-bottom {
  min-height: 0;
  padding-block: 0.75rem;
}

body.saisokuya-2-page .l-footer-bottom-logo.sy-footer-logo {
  aspect-ratio: auto;
  display: block;
  height: auto;
  line-height: 1.1;
  margin-inline: auto;
  min-height: 0;
  width: auto;
}

body.saisokuya-2-page .l-footer-bottom-copyright {
  line-height: 1.4;
  margin-block-start: 0.25rem;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-logo-image {
    height: 2.6rem;
    width: 2.6rem;
  }

  body.saisokuya-2-page .sy-hero-title {
    font-size: 2.25rem;
  }
}

body.saisokuya-2-page .l-header {
  background: #e60013;
  border-bottom: 0.1875rem solid #fff;
}

body.saisokuya-2-page .sy-text-logo {
  color: #fff;
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  width: auto;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: 0 0.125rem 0 rgba(80, 0, 0, 0.45);
}

body.saisokuya-2-page .sy-logo-image {
  display: none !important;
}

body.saisokuya-2-page .p-fv {
  min-height: auto;
  padding-block: clamp(5.75rem, 7vw, 7.25rem) clamp(2.75rem, 5vw, 4.5rem);
}

body.saisokuya-2-page .sy-fv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 22rem);
  grid-template-areas:
    "copy character"
    "fee fee"
    "actions actions";
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  max-width: 76rem;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
}

body.saisokuya-2-page .sy-fv-copy {
  grid-area: copy;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

body.saisokuya-2-page .sy-kicker {
  margin-inline: auto;
  padding-inline: 1.75rem;
}

body.saisokuya-2-page .sy-hero-title {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 1.22;
  margin-inline: auto;
  max-width: 44rem;
  text-align: center;
  text-shadow:
    0 0.15rem 0 #123fb7,
    0.15rem 0 #123fb7,
    -0.15rem 0 #123fb7,
    0 0.32rem 0 rgba(70, 0, 0, 0.35);
}

body.saisokuya-2-page .sy-hero-logo {
  color: #fff;
  display: block;
  font-size: clamp(4.6rem, 10vw, 8.2rem);
  font-weight: 900;
  line-height: 0.92;
  margin-block: 0.65rem 1rem;
  text-align: center;
  text-shadow:
    0 0.08em 0 #7b1200,
    0.04em 0 #7b1200,
    -0.04em 0 #7b1200,
    0 0.16em 0 rgba(80, 0, 0, 0.35);
}

body.saisokuya-2-page .sy-hero-logo::first-letter {
  color: #ff411f;
}

body.saisokuya-2-page .sy-hero-lead {
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.85;
  margin-inline: auto;
  max-width: 40rem;
  text-align: center;
  text-shadow: 0 0.125rem 0 rgba(80, 0, 0, 0.4);
}

body.saisokuya-2-page .sy-hero-visual {
  grid-area: character;
  align-self: center;
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 22rem;
  min-height: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 1;
}

body.saisokuya-2-page .sy-hero-visual img {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

body.saisokuya-2-page .sy-pop {
  grid-area: fee;
  justify-self: center;
  margin: 0;
  max-width: 34rem;
  min-height: 3.25rem;
  padding: 0.8rem 2rem;
  text-align: center;
  width: min(100%, 34rem);
}

body.saisokuya-2-page .sy-actions {
  grid-area: actions;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-block-start: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.saisokuya-2-page .sy-actions {
    gap: 1.65rem;
    margin-block-end: 0.65rem;
  }
}

body.saisokuya-2-page .sy-actions .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.35rem;
  min-width: min(100%, 18rem);
  padding: 0.9rem 3.75rem 0.9rem 2.5rem;
  text-align: center;
  white-space: nowrap;
}

body.saisokuya-2-page .sy-actions .c-button.--entry {
  animation: saisokuya-2-cta-pulse 1.85s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, box-shadow;
}

body.saisokuya-2-page .sy-actions .c-button.--entry:hover,
body.saisokuya-2-page .sy-actions .c-button.--entry:focus-visible {
  animation-play-state: paused;
}

@keyframes saisokuya-2-cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0.35rem 0 rgba(0, 47, 122, 0.35);
    transform: scale(1);
  }

  45% {
    box-shadow: 0 0 1.5rem rgba(255, 255, 255, 0.72), 0 0.35rem 0 rgba(0, 47, 122, 0.35);
    transform: scale(1.045);
  }

  62% {
    transform: scale(0.985);
  }
}

body.saisokuya-2-page .sy-actions .c-button::after,
body.saisokuya-2-page .sy-plain-button::after,
body.saisokuya-2-page .sy-info-panel .c-button::after {
  right: 1.6rem;
}

body.saisokuya-2-page .p-how__inner-items {
  align-items: stretch;
}

body.saisokuya-2-page .p-how__inner-items-item {
  display: flex;
}

body.saisokuya-2-page .p-how__inner-items-item-card,
body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 13.4rem;
  height: 100%;
  padding: 3.4rem 1.5rem 1.35rem;
}

body.saisokuya-2-page .p-how__inner-items-item-card-head,
body.saisokuya-2-page .p-how__inner-items-item-card-text {
  text-align: center;
}

body.saisokuya-2-page .sy-info-panel {
  margin-inline: auto;
  text-align: center;
}

body.saisokuya-2-page .sy-info-panel h3,
body.saisokuya-2-page .sy-info-panel p {
  text-align: center;
}

body.saisokuya-2-page .sy-info-panel .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 0.85rem;
  min-height: 3.2rem;
  min-width: 15.5rem;
  padding: 0.75rem 3.25rem 0.75rem 2.2rem;
  text-align: center;
}

body.saisokuya-2-page .sy-info-panel .c-button:first-of-type {
  margin-block-start: 1.1rem;
}

body.saisokuya-2-page .sy-info-panel .sy-rule-question-button {
  background: #fff !important;
  border-color: #0012b8 !important;
  color: #0012b8 !important;
}

body.saisokuya-2-page .p-cta__inner-items-button {
  display: flex;
  justify-content: center;
}

body.saisokuya-2-page .sy-plain-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 22rem);
  padding-inline: 3rem 4.5rem;
  text-align: center;
}

body.saisokuya-2-page .sy-plain-button::after {
  display: block !important;
}

body.saisokuya-2-page .l-footer,
body.saisokuya-2-page footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.saisokuya-2-page .l-footer__inner-nav {
  padding-block: 0.5rem !important;
}

body.saisokuya-2-page .l-footer-bottom {
  min-height: 0 !important;
  padding-block: 0.5rem !important;
}

body.saisokuya-2-page .l-footer-bottom-logo.sy-footer-logo {
  display: none !important;
}

body.saisokuya-2-page .l-footer-bottom-copyright {
  margin-block-start: 0;
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-fv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "character"
      "fee"
      "actions";
  }

  body.saisokuya-2-page .sy-hero-visual {
    justify-self: center;
    max-width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv {
    padding-block: 5rem 2.5rem;
  }

  body.saisokuya-2-page .sy-hero-title {
    font-size: 2.2rem;
  }

  body.saisokuya-2-page .sy-hero-logo {
    font-size: 4.2rem;
  }

  body.saisokuya-2-page .sy-actions {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  body.saisokuya-2-page .sy-actions .c-button {
    width: min(100%, 22rem);
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    min-height: 12.5rem;
  }
}

body.saisokuya-2-page .sy-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.saisokuya-2-page .p-fv::before,
body.saisokuya-2-page .p-fv::after,
body.saisokuya-2-page .sy-fv::before,
body.saisokuya-2-page .sy-fv::after,
body.saisokuya-2-page .sy-fv-copy::before,
body.saisokuya-2-page .sy-fv-copy::after {
  display: none !important;
}

body.saisokuya-2-page .p-fv {
  padding-block: clamp(5.35rem, 6.8vw, 6.8rem) clamp(2.4rem, 4vw, 3.35rem);
}

body.saisokuya-2-page .sy-fv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(13.5rem, 19vw, 20rem);
  grid-template-areas:
    "copy character"
    "fee fee"
    "actions actions";
  align-items: center;
  column-gap: clamp(0.25rem, 1.4vw, 1.25rem);
  row-gap: clamp(0.8rem, 1.8vw, 1.35rem);
  justify-content: center;
  max-width: 74rem;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

body.saisokuya-2-page .sy-fv-copy {
  grid-area: copy;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

body.saisokuya-2-page .sy-kicker {
  margin-block-end: clamp(0.45rem, 1vw, 0.75rem);
  position: relative;
  z-index: 2;
}

body.saisokuya-2-page .sy-hero-title,
body.saisokuya-2-page .sy-hero-logo {
  display: none !important;
}

body.saisokuya-2-page .sy-hero-main-image {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  width: min(100%, clamp(34rem, 58vw, 53rem));
}

body.saisokuya-2-page .sy-hero-main-image img {
  aspect-ratio: 3 / 2;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

body.saisokuya-2-page .sy-hero-lead {
  color: #fff;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
  line-height: 1.85;
  margin-block-start: clamp(0.35rem, 0.9vw, 0.75rem);
  max-width: 40rem;
  text-align: center;
}

body.saisokuya-2-page .sy-hero-visual {
  grid-area: character;
  align-self: center;
  aspect-ratio: 3 / 4;
  justify-self: start;
  max-width: clamp(13.5rem, 19vw, 20rem);
  width: 100%;
}

body.saisokuya-2-page .sy-hero-visual img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

body.saisokuya-2-page .sy-pop {
  grid-area: fee;
  justify-self: center;
  margin-block-start: 0.1rem;
}

body.saisokuya-2-page .sy-actions {
  grid-area: actions;
  justify-content: center;
  margin-block-start: 0;
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-fv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "character"
      "fee"
      "actions";
  }

  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 42rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    justify-self: center;
    max-width: 17rem;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv {
    padding-block: 4.8rem 2.25rem;
  }

  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 32rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    max-width: 15rem;
  }
}

/* 12 balance revision: keep the fee/actions baseline and align the hero art above it. */
body.saisokuya-2-page .sy-fv {
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "copy"
    "fee"
    "actions" !important;
  justify-items: center;
  max-width: 62rem;
  overflow: visible;
  position: relative;
  row-gap: clamp(0.7rem, 1.5vw, 1.15rem);
}

body.saisokuya-2-page .sy-fv-copy {
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 58rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

body.saisokuya-2-page .sy-hero-main-image {
  margin-inline: auto;
  width: min(100%, clamp(45rem, 64vw, 57rem));
}

body.saisokuya-2-page .sy-hero-main-image img {
  object-position: center center;
}

body.saisokuya-2-page .sy-hero-visual {
  grid-area: copy;
  align-self: center;
  aspect-ratio: 3 / 4;
  justify-self: center;
  margin-block-start: clamp(6.8rem, 10vw, 8.6rem);
  margin-inline-start: min(48vw, 42rem);
  max-width: clamp(17.5rem, 24vw, 24rem);
  pointer-events: none;
  position: relative;
  width: clamp(17.5rem, 24vw, 24rem);
  z-index: 3;
}

body.saisokuya-2-page .sy-hero-visual img {
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.16);
  transform-origin: center bottom;
}

body.saisokuya-2-page .sy-hero-lead {
  margin-block-start: clamp(-0.1rem, 0.3vw, 0.25rem);
  position: relative;
  z-index: 4;
}

body.saisokuya-2-page .sy-pop {
  position: relative;
  z-index: 5;
}

body.saisokuya-2-page .sy-actions {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1100px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 51rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    margin-block-start: clamp(6rem, 11vw, 7.5rem);
    margin-inline-start: min(50vw, 34rem);
    max-width: clamp(15.5rem, 25vw, 20rem);
    width: clamp(15.5rem, 25vw, 20rem);
  }
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 43rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    margin-block-start: 0;
    margin-inline-start: 0;
    max-width: 16rem;
    width: 16rem;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 34rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    max-width: 13.5rem;
    width: 13.5rem;
  }

  body.saisokuya-2-page .sy-hero-visual img {
    transform: scale(1.08);
  }
}

/* 13 final hero balance: match the reference by anchoring the character to the logo's right-lower edge. */
body.saisokuya-2-page .p-fv {
  padding-block-start: clamp(4.45rem, 5.7vw, 5.9rem);
}

body.saisokuya-2-page .sy-fv {
  max-width: 59rem;
  row-gap: clamp(0.58rem, 1.15vw, 0.92rem);
}

body.saisokuya-2-page .sy-fv-copy {
  max-width: 55.5rem;
}

body.saisokuya-2-page .sy-kicker {
  margin-block-end: clamp(0.22rem, 0.65vw, 0.48rem);
}

body.saisokuya-2-page .sy-hero-main-image {
  width: min(100%, clamp(45.5rem, 66vw, 59rem));
}

body.saisokuya-2-page .sy-hero-main-image img {
  transform: translateY(-0.65rem);
  transform-origin: center top;
}

body.saisokuya-2-page .sy-hero-visual {
  margin-block-start: clamp(9.8rem, 13.9vw, 13.2rem);
  margin-inline-start: min(53vw, 41.5rem);
  max-width: clamp(20rem, 28.5vw, 27rem);
  width: clamp(20rem, 28.5vw, 27rem);
}

body.saisokuya-2-page .sy-hero-visual img {
  transform: scale(1.18);
  transform-origin: center bottom;
}

body.saisokuya-2-page .sy-hero-lead {
  margin-block-start: clamp(-0.55rem, -0.4vw, -0.2rem);
  max-width: 39rem;
}

@media screen and (max-width: 1100px) {
  body.saisokuya-2-page .sy-fv {
    max-width: 56rem;
  }

  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 53rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    margin-block-start: clamp(8.5rem, 14.5vw, 11.4rem);
    margin-inline-start: min(54vw, 36rem);
    max-width: clamp(18rem, 30vw, 23.5rem);
    width: clamp(18rem, 30vw, 23.5rem);
  }
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 44rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    margin-block-start: 0;
    margin-inline-start: 0;
    max-width: 17.25rem;
    width: 17.25rem;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 34rem);
  }

  body.saisokuya-2-page .sy-hero-main-image img {
    transform: translateY(-0.25rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    max-width: 14rem;
    width: 14rem;
  }
}

/* 13 logo swap fine tune: use the tighter logo asset and place the character on the logo's right side. */
body.saisokuya-2-page .sy-fv {
  max-width: 61rem;
}

body.saisokuya-2-page .sy-fv-copy {
  max-width: 57rem;
}

body.saisokuya-2-page .sy-hero-main-image {
  width: min(100%, clamp(46.5rem, 67vw, 59rem));
}

body.saisokuya-2-page .sy-hero-main-image img {
  aspect-ratio: auto;
  height: auto;
  transform: translateY(-0.45rem);
}

body.saisokuya-2-page .sy-hero-lead {
  margin-block-start: clamp(-1.25rem, -1.15vw, -0.7rem);
  max-width: 40rem;
}

body.saisokuya-2-page .sy-hero-visual {
  margin-block-start: 0;
  margin-inline-start: 0;
  max-width: none;
  position: absolute;
  right: clamp(-1.2rem, -0.6vw, -0.25rem);
  top: clamp(9.3rem, 12.6vw, 11.9rem);
  width: clamp(21.5rem, 29.5vw, 28.8rem);
  z-index: 4;
}

body.saisokuya-2-page .sy-hero-visual img {
  transform: scale(1.22);
  transform-origin: center top;
}

@media screen and (max-width: 1100px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 54rem);
  }

  body.saisokuya-2-page .sy-hero-visual {
    right: clamp(-1rem, -0.4vw, -0.15rem);
    top: clamp(8.4rem, 13vw, 10.5rem);
    width: clamp(19rem, 30.5vw, 24.5rem);
  }
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 17.5rem;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-hero-main-image {
    width: min(100%, 34rem);
  }

  body.saisokuya-2-page .sy-hero-lead {
    margin-block-start: -0.45rem;
  }

  body.saisokuya-2-page .sy-hero-visual {
    width: 14.5rem;
  }

  body.saisokuya-2-page .sy-hero-visual img {
    transform: scale(1.1);
  }
}

/* 14: single hero artwork, no extra character/decorative lower CTA marks, mobile-safe layout. */
body.saisokuya-2-page {
  overflow-x: hidden;
}

body.saisokuya-2-page .p-fv,
body.saisokuya-2-page .p-cta,
body.saisokuya-2-page .p-bottom-cta {
  overflow: hidden;
}

body.saisokuya-2-page .sy-fv {
  max-width: 64rem;
  overflow: visible;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

body.saisokuya-2-page .sy-fv-copy {
  max-width: 62rem;
  width: 100%;
}

body.saisokuya-2-page .sy-hero-main-image {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 100%;
  width: min(100%, 60rem);
}

body.saisokuya-2-page .sy-hero-main-image img {
  aspect-ratio: auto;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transform: none !important;
  width: 100%;
}

body.saisokuya-2-page .sy-hero-visual {
  display: none !important;
}

body.saisokuya-2-page .sy-hero-lead {
  margin-block-start: clamp(-0.85rem, -0.7vw, -0.25rem);
  max-width: min(100%, 42rem);
  padding-inline: 0.75rem;
}

body.saisokuya-2-page .p-cta__inner-items::before,
body.saisokuya-2-page .p-cta__inner-items::after,
body.saisokuya-2-page .p-bottom-cta__inner-buttons::before,
body.saisokuya-2-page .p-bottom-cta__inner-buttons::after {
  display: none !important;
}

body.saisokuya-2-page .sy-wide-note {
  color: #343434;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv {
    padding-block: 4.6rem 2rem;
  }

  body.saisokuya-2-page .sy-fv {
    justify-items: center;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0;
    row-gap: 0.85rem;
    width: 100%;
  }

  body.saisokuya-2-page .sy-fv-copy {
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0.75rem;
    width: 100%;
  }

  body.saisokuya-2-page .sy-kicker {
    max-width: calc(100vw - 2rem);
  }

  body.saisokuya-2-page .sy-hero-main-image {
    max-width: calc(100vw - 0.5rem);
    width: calc(100vw - 0.5rem);
  }

  body.saisokuya-2-page .sy-hero-main-image img {
    margin-inline: auto;
    transform: none !important;
  }

  body.saisokuya-2-page .sy-hero-lead {
    font-size: 1rem;
    line-height: 1.75;
    margin-block-start: -0.35rem;
    max-width: calc(100vw - 2rem);
    padding-inline: 0;
    text-align: center;
  }

  body.saisokuya-2-page .sy-pop {
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }

  body.saisokuya-2-page .sy-actions {
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }

  body.saisokuya-2-page .sy-actions .c-button {
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }

  body.saisokuya-2-page .p-how__inner,
  body.saisokuya-2-page .p-show__inner,
  body.saisokuya-2-page .p-use__inner,
  body.saisokuya-2-page .p-cta__inner {
    padding-inline: 1rem;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    max-width: 100%;
    width: 100%;
  }

  body.saisokuya-2-page .l-footer__inner-nav {
    padding: 1rem 1rem !important;
  }

  body.saisokuya-2-page .l-footer__nav-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.75rem;
    justify-content: center;
    text-align: center;
  }

  body.saisokuya-2-page .l-footer__nav-lists-list:last-child {
    grid-column: 1 / -1;
  }

  body.saisokuya-2-page .l-footer__nav-lists-list-link {
    border: 0.0625rem solid rgba(52, 52, 52, 0.18);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.45rem 0.5rem;
    width: 100%;
  }
}

/* 15: corrected mobile centering after swapping to the larger composite hero. */
body.saisokuya-2-page .sy-use-top {
  padding-block: clamp(3rem, 5vw, 4.5rem);
}

body.saisokuya-2-page .sy-bottom-cta-after-point {
  margin-block-start: 0;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-fv-copy {
    box-sizing: border-box;
    padding-inline: 0.5rem;
  }

  body.saisokuya-2-page .sy-hero-main-image {
    display: flex;
    justify-content: center;
    margin-inline: auto !important;
    max-width: calc(100vw - 1rem);
    overflow: hidden;
    width: 100% !important;
  }

  body.saisokuya-2-page .sy-hero-main-image img {
    display: block;
    height: auto;
    margin-inline: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
  }

  body.saisokuya-2-page .sy-use-top .p-use__inner {
    max-width: 100%;
    padding-inline: 1rem;
  }

  body.saisokuya-2-page .sy-use-top .p-use__inner-items {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-inline: auto;
    max-width: 25rem;
  }

  body.saisokuya-2-page .sy-use-top .p-use__inner-items > li,
  body.saisokuya-2-page .sy-use-top .p-use__inner-items-item {
    width: 100%;
  }

  body.saisokuya-2-page .l-footer__nav-lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.saisokuya-2-page .l-footer__nav-lists-list:last-child {
    grid-column: auto;
  }
}

/* 16: final CTA consolidation, centered mobile flow cards, and tighter spacing after removing decorative marks. */
body.saisokuya-2-page .l-footer-bottom {
  background: #050505 !important;
  color: #fff !important;
}

body.saisokuya-2-page .l-footer-bottom-copyright,
body.saisokuya-2-page .l-footer-bottom-logo {
  color: #fff !important;
}

body.saisokuya-2-page .sy-inline-link {
  color: #0012b8;
  display: inline;
  font-weight: 900;
  padding-inline-start: 0.15em;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.saisokuya-2-page .sy-cta-button-row {
  align-items: flex-end;
  display: flex !important;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  justify-content: center;
  margin-inline: auto;
  max-width: 48rem;
}

body.saisokuya-2-page .sy-cta-button-row .c-button {
  min-width: min(22rem, 42vw);
}

body.saisokuya-2-page .sy-cta-button-row .c-button::after {
  right: 1.35rem !important;
}

body.saisokuya-2-page .sy-faq-button {
  background: #fff !important;
  border-color: #0012b8 !important;
  color: #0012b8 !important;
}

body.saisokuya-2-page .p-cta {
  min-height: auto !important;
  padding-block: clamp(2rem, 4vw, 3rem) clamp(1.4rem, 3vw, 2.25rem) !important;
}

body.saisokuya-2-page .p-cta__inner {
  row-gap: clamp(1.2rem, 3vw, 2rem) !important;
}

body.saisokuya-2-page .p-cta__inner-items {
  margin-block-end: 0 !important;
  min-height: auto !important;
  padding-block-end: 0 !important;
}

body.saisokuya-2-page .p-how__inner-cta {
  cursor: default;
}

body.saisokuya-2-page .p-use__inner-items-item {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-how__inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto !important;
    max-width: 100% !important;
    padding-inline: 1rem !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-title {
    margin-inline: auto !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-items {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4rem !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 25rem !important;
    padding-inline: 0 !important;
    width: min(100%, 25rem) !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 25rem !important;
    padding-inline: 0 !important;
    position: relative;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    box-sizing: border-box;
    margin-inline: auto !important;
    max-width: 25rem !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  body.saisokuya-2-page .p-how__inner-cta,
  body.saisokuya-2-page .p-how__inner-buttons-wrap {
    margin-inline: auto !important;
    max-width: 25rem !important;
    width: min(100%, 25rem) !important;
  }

  body.saisokuya-2-page .sy-cta-button-row {
    align-items: center;
    flex-direction: row;
    gap: 0.65rem;
    width: 100%;
  }

  body.saisokuya-2-page .sy-cta-button-row .c-button {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 0.8rem;
    white-space: nowrap;
  }

  body.saisokuya-2-page .sy-cta-button-row .c-button::after {
    right: 0.75rem !important;
  }

  body.saisokuya-2-page .p-cta {
    padding-block: 1.75rem 1.25rem !important;
  }

  body.saisokuya-2-page .p-cta__inner {
    padding-inline: 1rem !important;
  }
}

/* 17: clean plaid backgrounds, in-card step labels, and mobile CTA stacking. */
body.saisokuya-2-page .p-fv {
  background: #ffdfe8 url("../img/redesign/S37-header-check.png") repeat center top !important;
}

body.saisokuya-2-page .c-bg,
body.saisokuya-2-page .p-use,
body.saisokuya-2-page .p-how,
body.saisokuya-2-page .p-point,
body.saisokuya-2-page .p-show {
  background: #ffd4dc url("../img/redesign/S37-pink-check.png") repeat center top !important;
}

body.saisokuya-2-page .p-cta {
  background: #d60d26 url("../img/redesign/S37-red-check.png") repeat center top !important;
}

body.saisokuya-2-page .p-fv::before,
body.saisokuya-2-page .p-fv::after,
body.saisokuya-2-page .c-bg::after,
body.saisokuya-2-page .p-cta::before,
body.saisokuya-2-page .p-cta::after {
  display: none !important;
}

body.saisokuya-2-page .p-use__inner-title {
  margin-block-start: 0 !important;
}

body.saisokuya-2-page .p-how__inner-items {
  align-items: stretch !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card,
body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
  padding-block: 1.15rem 1.5rem !important;
}

body.saisokuya-2-page .p-how__inner-items-item-number {
  align-items: center !important;
  background: #e60013 !important;
  border: 0.1875rem solid #c00111 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Roboto", "M PLUS 1p", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  gap: 0.35rem !important;
  justify-content: center !important;
  left: auto !important;
  line-height: 1 !important;
  margin: 0 auto 1.15rem !important;
  min-width: 8rem !important;
  padding: 0.5rem 1.35rem !important;
  position: static !important;
  text-align: center !important;
  top: auto !important;
  transform: none !important;
  translate: none !important;
  width: fit-content !important;
}

body.saisokuya-2-page .p-how__inner-items-item-number span.step {
  font-size: 1rem !important;
}

body.saisokuya-2-page .p-show__inner-image {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: center !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: min(100%, 42rem) !important;
}

body.saisokuya-2-page .p-show__inner-image img {
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-how__inner-items {
    gap: 2rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    padding-block: 1rem 1.35rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number {
    font-size: 1.35rem !important;
    margin-block-end: 1rem !important;
    min-width: 7.25rem !important;
  }

  body.saisokuya-2-page .sy-cta-button-row {
    flex-direction: column !important;
    gap: 0.85rem !important;
  }

  body.saisokuya-2-page .sy-cta-button-row .c-button {
    flex: none !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-show__inner-image {
    width: min(100%, 22rem) !important;
  }
}

/* 18: restore the readable original backgrounds, remove image frames, and equalize step cards. */
body.saisokuya-2-page .p-fv {
  background: url("../img/fv-bg-pc.webp") no-repeat center center / cover !important;
}

body.saisokuya-2-page .c-bg,
body.saisokuya-2-page .p-use,
body.saisokuya-2-page .p-how,
body.saisokuya-2-page .p-point,
body.saisokuya-2-page .p-show {
  background: url("../img/about-bg.webp") no-repeat center center / cover !important;
}

body.saisokuya-2-page .p-cta {
  background: url("../img/fv-bg-pc.webp") no-repeat bottom center / cover !important;
}

body.saisokuya-2-page .c-bg::after,
body.saisokuya-2-page .p-fv::after,
body.saisokuya-2-page .p-cta::after {
  display: block !important;
}

body.saisokuya-2-page .p-show__inner-image,
body.saisokuya-2-page .p-show__inner-items-image {
  aspect-ratio: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin-inline: auto !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.saisokuya-2-page .p-show__inner-image {
  width: min(100%, 42rem) !important;
}

body.saisokuya-2-page .p-show__inner-items-image {
  width: min(100%, 34rem) !important;
}

body.saisokuya-2-page .p-show__inner-image img,
body.saisokuya-2-page .p-show__inner-items-image img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-how__inner-items {
  align-items: stretch !important;
}

body.saisokuya-2-page .p-how__inner-items-item {
  display: flex !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card,
body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 15.75rem !important;
  padding-block: 1.15rem 1.5rem !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card-text {
  margin-block-start: auto !important;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv {
    background: url("../img/fv-bg-sp.webp") no-repeat center center / cover !important;
  }

  body.saisokuya-2-page .p-cta {
    background: url("../img/fv-bg-sp.webp") no-repeat bottom center / cover !important;
  }

  body.saisokuya-2-page .c-bg::after,
  body.saisokuya-2-page .p-fv::after,
  body.saisokuya-2-page .p-cta::after {
    display: block !important;
  }

  body.saisokuya-2-page .p-show__inner-image,
  body.saisokuya-2-page .p-show__inner-items-image {
    width: min(100%, 22rem) !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    min-height: 14.75rem !important;
  }
}

/* 19: return to the version-16 red redesign backgrounds and refine the free-fee pill. */
body.saisokuya-2-page .p-fv {
  background-color: #d9162c !important;
  background-image: url("../img/redesign/fv-bg-pc-redesign.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.saisokuya-2-page .p-cta {
  background-color: #d9162c !important;
  background-image: url("../img/redesign/fv-bg-pc-redesign.png") !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.saisokuya-2-page .c-bg,
body.saisokuya-2-page .p-use,
body.saisokuya-2-page .p-how,
body.saisokuya-2-page .p-point,
body.saisokuya-2-page .p-show {
  background-image: url("../img/redesign/about-bg-redesign.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.saisokuya-2-page .p-fv::after,
body.saisokuya-2-page .p-cta::after,
body.saisokuya-2-page .c-bg::after {
  background-image: url("../img/redesign/dots-line-redesign.png") !important;
  display: block !important;
}

body.saisokuya-2-page .sy-pop {
  align-items: center !important;
  animation: saisokuya-2-soft-blink 2.8s ease-in-out infinite;
  display: inline-flex !important;
  font-weight: 900 !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  margin-inline: auto !important;
  max-width: 34rem !important;
  min-height: 3.35rem !important;
  padding-block: 0.55rem !important;
  padding-inline: 2.2rem !important;
  text-align: center !important;
  width: fit-content !important;
}

@keyframes saisokuya-2-soft-blink {
  0%, 100% {
    box-shadow: 0 0 0 rgba(255, 245, 200, 0);
    filter: brightness(1);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 1.1rem rgba(255, 245, 200, 0.65);
    filter: brightness(1.08);
    opacity: 0.86;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-fv {
    background-image: url("../img/redesign/fv-bg-sp-redesign.png") !important;
  }

  body.saisokuya-2-page .p-cta {
    background-image: url("../img/redesign/fv-bg-sp-redesign.png") !important;
  }

  body.saisokuya-2-page .p-fv::after,
  body.saisokuya-2-page .p-cta::after,
  body.saisokuya-2-page .c-bg::after {
    background-image: url("../img/redesign/dots-line-sp-redesign.png") !important;
  }

  body.saisokuya-2-page .sy-pop {
    font-size: 1.45rem !important;
    max-width: calc(100vw - 3rem) !important;
    min-height: 3rem !important;
    padding-block: 0.42rem !important;
    padding-inline: 1.35rem !important;
  }
}

/* 20: remove the deleted explainer image spacing and add the campaign detail button. */
body.saisokuya-2-page .p-show__inner {
  padding-block-start: clamp(2.75rem, 5vw, 4.5rem) !important;
}

body.saisokuya-2-page .p-show__inner-title {
  margin-block-start: 0 !important;
}

body.saisokuya-2-page .sy-campaign-link {
  align-items: center !important;
  background: #e60013 !important;
  border: 2px solid #a5000e !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 0 rgba(120, 0, 12, 0.28) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin-block-start: 0.8rem !important;
  min-height: 2.55rem !important;
  padding: 0.55rem 1.35rem !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-campaign-link::after {
  content: ">" !important;
  font-weight: 900 !important;
  margin-left: 0.55rem !important;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-show__inner {
    padding-block-start: 2.5rem !important;
  }

  body.saisokuya-2-page .sy-campaign-link {
    width: min(100%, 14rem) !important;
  }
}

/* S3: make the reason cards clearer and add stronger attention glow. */
body.saisokuya-2-page .p-point__inner-items {
  align-items: stretch !important;
  display: grid !important;
  gap: 1.25rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.saisokuya-2-page .p-point__inner-items-item {
  background: #fff !important;
  border: 3px solid #e60013 !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 5px 0 rgba(150, 0, 12, 0.16) !important;
  display: flex !important;
  min-height: 15.25rem !important;
  padding: 1.25rem 1.1rem !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-point__inner-items-item-number {
  display: none !important;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap,
body.saisokuya-2-page .p-point__inner-items-item-wrap.--3 {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap-texts {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap-texts-head {
  color: #e60013 !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  margin: 0 auto 0.8rem !important;
  text-align: center !important;
}

body.saisokuya-2-page .p-point__inner-items-item-wrap-texts-text {
  font-size: clamp(0.95rem, 1.25vw, 1.05rem) !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-pop {
  animation: saisokuya-2-strong-glow 2.4s ease-in-out infinite !important;
  border-color: #ef0016 !important;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.92),
    0 0 1.2rem rgba(255, 236, 80, 0.7),
    0 0 2.2rem rgba(255, 80, 40, 0.45) !important;
}

body.saisokuya-2-page .sy-wide-note {
  animation: saisokuya-2-note-glow 2.8s ease-in-out infinite !important;
  border-color: #e60013 !important;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.9),
    0 0 1.35rem rgba(255, 236, 80, 0.58),
    0 0 2.25rem rgba(230, 0, 19, 0.35) !important;
}

@keyframes saisokuya-2-strong-glow {
  0%, 100% {
    filter: brightness(1);
    transform: translateZ(0) scale(1);
  }
  50% {
    filter: brightness(1.16) saturate(1.08);
    transform: translateZ(0) scale(1.018);
  }
}

@keyframes saisokuya-2-note-glow {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.1);
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-point__inner-items {
    gap: 1rem !important;
    grid-template-columns: 1fr !important;
  }

  body.saisokuya-2-page .p-point__inner-items-item {
    min-height: 12.5rem !important;
    padding: 1.15rem 1rem !important;
  }

  body.saisokuya-2-page .p-point__inner-items-item-wrap-texts-head {
    font-size: 1.35rem !important;
  }

  body.saisokuya-2-page .sy-pop {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.92),
      0 0 1rem rgba(255, 236, 80, 0.65),
      0 0 1.75rem rgba(255, 80, 40, 0.4) !important;
  }
}

/* s3: refine desktop spacing and match reason cards to the campaign block. */
@media screen and (min-width: 768px) {
  body.saisokuya-2-page .sy-kicker {
    margin-block-start: 0.8rem !important;
  }

  body.saisokuya-2-page .p-point__inner-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.35rem !important;
    margin-inline: auto !important;
    max-width: 48.125rem !important;
  }

  body.saisokuya-2-page .p-point__inner-items-item {
    border-color: #00a0e9 !important;
    border-radius: 1.25rem !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 1.45rem 1.875rem !important;
  }

  body.saisokuya-2-page .p-point__inner-items-item-wrap-texts-head {
    color: #111 !important;
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    margin-block-end: 0.55rem !important;
  }

  body.saisokuya-2-page .p-point__inner-items-item-wrap-texts-text {
    color: #111 !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  body.saisokuya-2-page .p-cta {
    padding-block-end: 3rem !important;
  }

  body.saisokuya-2-page .p-cta__inner-items {
    margin-block-end: 1.5rem !important;
  }

  body.saisokuya-2-page .l-footer__inner-nav {
    padding-block: 1.65rem 1.55rem !important;
  }

  body.saisokuya-2-page .l-footer__nav-lists {
    align-items: center !important;
    gap: clamp(1.85rem, 3vw, 3rem) !important;
  }

  body.saisokuya-2-page .l-footer__nav-lists-list-link {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  body.saisokuya-2-page .l-footer-bottom {
    padding-block: 2.2rem 2.35rem !important;
  }
}

/* s4: rebuild the purchase-flow area as four balanced illustrated steps. */
body.saisokuya-2-page .p-how {
  padding-block-start: clamp(2.6rem, 5vw, 4rem) !important;
}

body.saisokuya-2-page .p-how__inner-items.sy-flow-steps {
  margin-block-start: clamp(1.7rem, 3vw, 2.35rem) !important;
}

body.saisokuya-2-page .sy-flow-illust {
  display: block !important;
  margin: 0 auto 0.85rem !important;
  max-width: 12.5rem !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-flow-illust img {
  aspect-ratio: 360 / 260 !important;
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card,
body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card-head,
body.saisokuya-2-page .p-how__inner-items-item-card-head.--2 {
  color: #e60013 !important;
  line-height: 1.45 !important;
  min-height: 2.1em !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card-text,
body.saisokuya-2-page .p-how__inner-items-item-card-text.--2 {
  line-height: 1.55 !important;
  margin-block-start: 0.75rem !important;
}

@media screen and (min-width: 768px) {
  body.saisokuya-2-page .p-how__inner {
    max-width: 78rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items.sy-flow-steps {
    display: grid !important;
    gap: clamp(0.85rem, 1.7vw, 1.35rem) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 72rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item {
    display: flex !important;
    min-width: 0 !important;
    width: auto !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    min-height: 24rem !important;
    padding: 1rem 0.9rem 1.25rem !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item:not(:last-child) .p-how__inner-items-item-card::after {
    background-color: transparent !important;
    border-block: 0.72rem solid transparent !important;
    border-left: 0.9rem solid rgba(230, 0, 19, 0.35) !important;
    clip-path: none !important;
    height: 0 !important;
    right: calc(-0.95rem - clamp(0.2rem, 0.35vw, 0.35rem)) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    z-index: 2 !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number {
    align-items: center !important;
    aspect-ratio: auto !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    font-size: 0.98rem !important;
    gap: 0.3rem !important;
    justify-content: center !important;
    left: auto !important;
    line-height: 1 !important;
    margin: 0 auto 0.85rem !important;
    min-width: 7.2rem !important;
    padding: 0.48rem 1rem !important;
    position: static !important;
    top: auto !important;
    translate: none !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number span.step {
    font-size: 0.9rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-head,
  body.saisokuya-2-page .p-how__inner-items-item-card-head.--2 {
    align-items: center !important;
    display: flex !important;
    font-size: clamp(1.03rem, 1.35vw, 1.28rem) !important;
    justify-content: center !important;
    min-height: 3.2rem !important;
    text-align: center !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-head span.bold {
    font-size: inherit !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-text,
  body.saisokuya-2-page .p-how__inner-items-item-card-text.--2 {
    font-size: 0.93rem !important;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .p-how {
    padding-block-start: 2.35rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items.sy-flow-steps {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.35rem !important;
    margin-block-start: 1.65rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item {
    width: min(100%, 22.5rem) !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    min-height: 0 !important;
    padding: 0.95rem 1rem 1.2rem !important;
    width: 100% !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item:not(:last-child) .p-how__inner-items-item-card::after {
    display: none !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number {
    align-items: center !important;
    aspect-ratio: auto !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    font-size: 1rem !important;
    gap: 0.3rem !important;
    justify-content: center !important;
    left: auto !important;
    margin: 0 auto 0.8rem !important;
    min-width: 7.6rem !important;
    padding: 0.45rem 0.9rem !important;
    position: static !important;
    top: auto !important;
    translate: none !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-number span.step {
    font-size: 0.95rem !important;
  }

  body.saisokuya-2-page .sy-flow-illust {
    max-width: 13.25rem !important;
    margin-block-end: 0.75rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-head,
  body.saisokuya-2-page .p-how__inner-items-item-card-head.--2 {
    font-size: 1.32rem !important;
    min-height: 0 !important;
    text-align: center !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-head span.bold {
    font-size: inherit !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-text,
  body.saisokuya-2-page .p-how__inner-items-item-card-text.--2 {
    font-size: 0.98rem !important;
  }
}

/* s5: use the supplied square step artwork as-is, without an extra image frame. */
body.saisokuya-2-page .p-how__inner-items.sy-flow-steps {
  align-items: stretch !important;
}

body.saisokuya-2-page .sy-flow-illust {
  aspect-ratio: 1 / 1 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  margin-inline: auto !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.saisokuya-2-page .sy-flow-illust img {
  aspect-ratio: 1 / 1 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-campaign-note {
  color: #343434 !important;
  display: block !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  margin: -0.35rem auto 0 !important;
  max-width: 42rem !important;
  padding: 0 0.5rem !important;
  text-align: center !important;
}

body.saisokuya-2-page .p-how__inner-items-item-card,
body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
  box-sizing: border-box !important;
}

@media screen and (min-width: 768px) {
  body.saisokuya-2-page .p-how__inner-items.sy-flow-steps {
    gap: clamp(1rem, 1.65vw, 1.45rem) !important;
    max-width: 73rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    min-height: 21.5rem !important;
    padding: 1rem 0.95rem 1.35rem !important;
  }

  body.saisokuya-2-page .sy-flow-illust {
    margin-block: 0 0.85rem !important;
    max-width: 8.9rem !important;
    width: min(8.9rem, 72%) !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-head,
  body.saisokuya-2-page .p-how__inner-items-item-card-head.--2 {
    font-size: clamp(1.05rem, 1.25vw, 1.22rem) !important;
    min-height: 2.6rem !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card-text,
  body.saisokuya-2-page .p-how__inner-items-item-card-text.--2 {
    font-size: clamp(0.78rem, 0.9vw, 0.92rem) !important;
    line-height: 1.62 !important;
    margin-block-start: 0.55rem !important;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-flow-illust {
    margin-block: 0 0.75rem !important;
    max-width: 9.6rem !important;
    width: min(9.6rem, 58vw) !important;
  }

  body.saisokuya-2-page .p-how__inner-items-item-card,
  body.saisokuya-2-page .p-how__inner-items-item-card.--2 {
    padding-block: 0.95rem 1.25rem !important;
  }

  body.saisokuya-2-page .sy-campaign-note {
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
    margin-block-start: -0.15rem !important;
    text-align: left !important;
  }
}

body.saisokuya-2-page .sy-bonus {
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(4.4rem, 7vw, 7rem) !important;
}

body.saisokuya-2-page .sy-bonus__inner {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

body.saisokuya-2-page .sy-bonus__title {
  margin: 0 0 clamp(2rem, 4vw, 3.2rem) !important;
  text-align: center;
}

body.saisokuya-2-page .sy-bonus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: stretch;
}

body.saisokuya-2-page .sy-bonus__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.7vw, 1.8rem);
  max-width: min(100%, 86rem);
  margin-inline: auto;
}

body.saisokuya-2-page .sy-bonus__card {
  display: flex;
  flex-direction: column;
  min-height: clamp(28rem, 38vw, 35rem);
  padding: clamp(1.45rem, 2.5vw, 2.2rem);
  border: 4px solid #c91d25;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 0.9rem 0 rgba(188, 0, 16, 0.16);
}

body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card {
  box-sizing: border-box;
  min-width: 0;
  min-height: clamp(25rem, 27vw, 32rem);
  padding: clamp(1rem, 1.45vw, 1.45rem);
}

body.saisokuya-2-page .sy-bonus__card--search {
  justify-content: flex-start;
}

body.saisokuya-2-page .sy-bonus__card--search .gss {
  display: flex;
  flex: 1;
  width: 100%;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__panel {
  justify-content: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  padding: clamp(1.45rem, 2.5vw, 2.2rem) clamp(1.2rem, 2.4vw, 2rem) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__title,
body.saisokuya-2-page .sy-bonus__card-title {
  margin: 0 0 1.35rem !important;
  color: #111;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card--search .gss__title,
body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card-title {
  font-size: clamp(1.15rem, 1.35vw, 1.5rem);
}

body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__lead {
  max-width: 100%;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__lead {
  margin: 0 auto clamp(2.8rem, 5vw, 4.2rem);
  max-width: 34rem;
  color: #222;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  white-space: pre-wrap;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__form {
  display: grid;
  gap: clamp(1.55rem, 2.8vw, 2.45rem);
  align-content: center;
  margin: 0 auto;
  max-width: 28rem;
  width: 100%;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__input {
  min-height: 4.8rem;
  border: 2px solid #d9dfe8;
  border-radius: 0.45rem;
  font-size: 1.1rem;
}

body.saisokuya-2-page .sy-bonus__card--search .gss__button {
  min-height: 4.7rem;
  border: 3px solid #c91d25 !important;
  border-radius: 0.65rem !important;
  background: linear-gradient(105deg, #fff 0%, #fff8dd 54%, #ffe58c 100%) !important;
  color: #d71920 !important;
  font-size: clamp(1.25rem, 2vw, 1.8rem) !important;
  font-weight: 900 !important;
  box-shadow: 0 0.3rem 0 rgba(160, 0, 12, 0.2) !important;
}

html.gss-modal-open,
html.gss-modal-open body.saisokuya-2-page {
  overflow: hidden;
}

body.saisokuya-2-page .gss__modal[hidden] {
  display: none !important;
}

body.saisokuya-2-page .gss__modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

body.saisokuya-2-page .gss__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 10, 0.62);
}

body.saisokuya-2-page .gss__modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 96vw);
  max-height: min(78vh, 720px);
  overflow: auto;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 4px solid #c91d25;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.28);
}

body.saisokuya-2-page .gss__modal,
body.saisokuya-2-page .gss__modal * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

body.saisokuya-2-page .gss__modal-close {
  position: sticky;
  top: 0;
  float: right;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #c91d25;
  border-radius: 999px;
  background: #fff;
  color: #c91d25;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

body.saisokuya-2-page .gss__modal-head {
  margin-bottom: 0.8rem;
  text-align: center;
}

body.saisokuya-2-page .gss__modal-head h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 900;
}

body.saisokuya-2-page .gss__modal-head p,
body.saisokuya-2-page .gss__note {
  margin: 0.55rem 0 0;
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.65;
}

body.saisokuya-2-page .gss__table-wrap {
  margin-top: 1rem;
  overflow: auto;
  border: 1px solid #d8e0ea;
  border-radius: 0.5rem;
}

body.saisokuya-2-page .gss__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
  color: #111;
  font-size: 0.92rem;
}

body.saisokuya-2-page .gss__table th,
body.saisokuya-2-page .gss__table td {
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid #e0e6ef;
  text-align: left;
  vertical-align: middle;
}

body.saisokuya-2-page .gss__table th {
  background: #edf3fb;
  color: #10213c;
  font-weight: 900;
}

body.saisokuya-2-page .gss__table th:last-child,
body.saisokuya-2-page .gss__table td:last-child {
  text-align: right;
}

body.saisokuya-2-page .gss__empty {
  text-align: center !important;
  color: #555;
  font-weight: 800;
}

body.saisokuya-2-page .sy-bonus__card--game {
  justify-content: space-between;
  text-align: center;
}

body.saisokuya-2-page .sy-bonus__card--extra {
  justify-content: space-between;
  text-align: center;
}

body.saisokuya-2-page .sy-bonus__lead {
  margin: 0 auto 1.25rem;
  max-width: 38rem;
  color: #222;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 700;
  line-height: 1.75;
}

body.saisokuya-2-page .sy-bonus-game {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: auto;
  border: 3px solid #c91d25;
  border-radius: 0.8rem;
  background: #e9f4ff;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 0 4px #fff;
}

body.saisokuya-2-page .sy-bonus-game img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.saisokuya-2-page .sy-bonus-game__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: clamp(4rem, 7vw, 6rem);
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.92);
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

body.saisokuya-2-page .sy-bonus-game__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  width: 0;
  height: 0;
  border-block: 0.85rem solid transparent;
  border-left: 1.35rem solid #fff;
  transform: translate(-45%, -50%);
}

body.saisokuya-2-page .sy-bonus-extra-link__button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: clamp(4.4rem, 6vw, 5.8rem);
  min-height: clamp(4.4rem, 6vw, 5.8rem);
  padding: 0.55rem 0.85rem;
  border: 4px solid #fff;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.94);
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

body.saisokuya-2-page .sy-bonus-extra-link:focus-visible .sy-bonus-extra-link__button,
body.saisokuya-2-page .sy-bonus-extra-link:hover .sy-bonus-extra-link__button {
  background: rgba(180, 10, 18, 0.98);
  transform: translate(-50%, -50%) scale(1.04);
}

@media screen and (max-width: 1180px) {
  body.saisokuya-2-page .sy-bonus__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }

  body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card {
    padding: 1.05rem;
  }
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .sy-bonus__grid {
    grid-template-columns: 1fr;
  }

  body.saisokuya-2-page .sy-bonus__card {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-bonus {
    padding-block: 3.2rem 4rem !important;
  }

  body.saisokuya-2-page .sy-bonus__inner {
    width: min(100% - 1.2rem, 36rem);
  }

  body.saisokuya-2-page .sy-bonus__card {
    padding: 1.1rem;
    border-width: 3px;
    border-radius: 0.9rem;
  }

  body.saisokuya-2-page .sy-bonus__card--search .gss__panel {
    padding: 0.9rem !important;
  }

  body.saisokuya-2-page .sy-bonus__lead {
    font-size: 0.9rem;
    text-align: left;
  }
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card {
  align-items: stretch !important;
  justify-content: flex-start !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search {
  align-items: stretch !important;
  display: flex !important;
  flex: 1 1 auto !important;
  height: 100% !important;
  min-height: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search > .gss__panel {
  align-content: stretch !important;
  align-items: stretch !important;
  display: grid !important;
  flex: 1 1 auto !important;
  grid-template-rows: auto auto 1fr !important;
  height: 100% !important;
  justify-content: stretch !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: clamp(1.35rem, 2.5vw, 2.15rem) clamp(1.35rem, 2.7vw, 2.25rem) !important;
  text-align: center !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__title {
  align-self: start !important;
  margin: 0 0 clamp(1.35rem, 2vw, 1.7rem) !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__lead {
  align-self: start !important;
  color: #222 !important;
  font-size: clamp(0.82rem, 1.05vw, 0.96rem) !important;
  font-weight: 800 !important;
  line-height: 1.62 !important;
  margin: 0 auto !important;
  max-width: 36rem !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__form {
  align-self: end !important;
  display: grid !important;
  gap: clamp(1.35rem, 2.2vw, 1.9rem) !important;
  margin: clamp(2rem, 4vw, 3.2rem) auto 0 !important;
  max-width: min(100%, 28rem) !important;
  min-height: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__input {
  box-sizing: border-box !important;
  min-height: 4.8rem !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__button {
  min-height: 4.8rem !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search > .gss__panel {
    padding: 1.3rem 1rem !important;
  }

  body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__lead {
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
    text-align: center !important;
  }
}

body.saisokuya-2-page .p-show__inner {
  max-width: min(100%, 79rem) !important;
}

body.saisokuya-2-page .p-show__inner-items {
  align-items: center !important;
  display: grid !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  grid-template-columns: minmax(20rem, 33rem) minmax(19rem, 32rem) !important;
  justify-content: center !important;
  margin-block-start: clamp(2rem, 4vw, 3.2rem) !important;
}

body.saisokuya-2-page .p-show__inner-items-image {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-show__inner-items-image img {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-show__inner-items-wrap {
  min-width: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .p-show__inner-items-wrap .sy-info-panel {
  box-sizing: border-box !important;
  margin-inline: auto !important;
  max-width: 31rem !important;
  padding: clamp(1.8rem, 3.2vw, 2.8rem) clamp(1.4rem, 3vw, 2.4rem) !important;
  width: min(100%, 31rem) !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: center !important;
  align-items: center !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  height: 100% !important;
  text-align: center !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__title {
  margin: 0 0 1.35rem !important;
  color: #111 !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__lead {
  color: #222 !important;
  font-size: clamp(0.9rem, 1.2vw, 1rem) !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
  margin: 0 auto clamp(2.2rem, 4.2vw, 3.2rem) !important;
  max-width: 38rem !important;
  text-align: center !important;
  width: 100% !important;
  white-space: pre-wrap !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .sy-bonus-search__form {
  display: grid !important;
  gap: clamp(1.35rem, 2.4vw, 1.8rem) !important;
  margin: auto auto 0 !important;
  max-width: min(100%, 28rem) !important;
  min-height: 0 !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__input {
  box-sizing: border-box !important;
  min-height: 4.8rem !important;
  width: 100% !important;
}

body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__button {
  min-height: 4.8rem !important;
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  body.saisokuya-2-page .p-show__inner-items {
    grid-template-columns: 1fr !important;
  }

  body.saisokuya-2-page .p-show__inner-items-image {
    margin-inline: auto !important;
    max-width: 32rem !important;
  }
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .sy-bonus__grid > .sy-bonus-search-card .sy-bonus-search .gss__lead {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }
}

body.saisokuya-2-page .sy-bonus__grid--three > .sy-bonus-search-card .sy-bonus-search .gss__title,
body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card-title {
  font-size: clamp(1.08rem, 1.2vw, 1.38rem) !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-bonus__grid--three > .sy-bonus-search-card .sy-bonus-search .gss__lead,
body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__lead {
  font-size: clamp(0.8rem, 0.92vw, 0.9rem) !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

body.saisokuya-2-page .sy-bonus__grid--three > .sy-bonus-search-card .sy-bonus-search .gss__input,
body.saisokuya-2-page .sy-bonus__grid--three > .sy-bonus-search-card .sy-bonus-search .gss__button {
  min-height: 4.15rem !important;
}

@media screen and (min-width: 901px) {
  body.saisokuya-2-page .sy-bonus__grid--three .sy-bonus__card {
    min-height: clamp(17rem, calc(27vw - 8rem), 24rem) !important;
  }
}

/* 15.0.1: top page CTA/link tweaks and mobile header assessment button balance. */
body.saisokuya-2-page .l-header__nav-button-link.c-button.--bl.--entry,
body.saisokuya-2-page .c-drawer__inner-button-link.c-button.--bl.--entry {
  background: linear-gradient(180deg, #126eea 0%, #0052c8 100%) !important;
  border-color: #ffffff !important;
  box-shadow: 0 0.28rem 0 rgba(0, 34, 110, 0.38), 0 0 1.1rem rgba(61, 151, 255, 0.46) !important;
  color: #fff !important;
  overflow: hidden;
  position: relative;
  text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.22);
}

body.saisokuya-2-page .l-header__nav-button-link.c-button.--bl.--entry::before,
body.saisokuya-2-page .c-drawer__inner-button-link.c-button.--bl.--entry::before {
  animation: sy-header-button-shine 2.35s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  content: "";
  inset: -45% auto -45% -70%;
  pointer-events: none;
  position: absolute;
  transform: skewX(-24deg);
  width: 44%;
}

@keyframes sy-header-button-shine {
  0% { left: -70%; }
  46%, 100% { left: 132%; }
}

body.saisokuya-2-page .l-header__nav-button-link.c-button.--bl.--entry::after,
body.saisokuya-2-page .c-drawer__inner-button-link.c-button.--bl.--entry::after {
  right: 1.15rem !important;
}

@media screen and (max-width: 767px) {
  body.saisokuya-2-page .c-drawer__inner-button-link.c-button.--bl.--entry {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 4.25rem !important;
    padding: 0.8rem 4.75rem 0.8rem 2.4rem !important;
    white-space: nowrap !important;
    width: min(82vw, 34rem) !important;
  }

  body.saisokuya-2-page .c-drawer__inner-button-link.c-button.--bl.--entry::after {
    right: 2.15rem !important;
  }
}











































