*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

main {
  background-color: #fefbcb;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-20-pattern.png");
  background-position: left top;
  background-repeat: repeat;
  background-size: 1024px 738px;
}

#disclaimer {
  scroll-margin-top: 120px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity .7s ease,
    transform .7s ease;
  will-change: opacity, transform;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

footer a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.hero {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  width: 100%;
}

.hero__title {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.hero__visual {
  display: block;
  margin: 0;
  max-width: 390px;
  width: 100%;
}

.hero__image {
  aspect-ratio: 390 / 287;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.pc-nav {
  display: none;
}

.sp-nav {
  display: block;
  position: fixed;
  right: 35px;
  top: 17px;
  z-index: 100;
}

.sp-nav__toggle {
  align-items: center;
  background-color: #fffacb;
  border: 2px solid #2d764b;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 48px;
  z-index: 2;
}

.sp-nav__toggle-line {
  background-color: #2d764b;
  border-radius: 999px;
  display: block;
  height: 3px;
  transition:
    transform .2s ease,
    opacity .2s ease,
    background-color .2s ease;
  width: 24px;
}

.sp-nav.is-open .sp-nav__toggle {
  background-color: #2d764b;
  border-color: #2d764b;
}

.sp-nav.is-open .sp-nav__toggle-line {
  background-color: #fffacb;
}

.sp-nav.is-open .sp-nav__toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sp-nav.is-open .sp-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.sp-nav.is-open .sp-nav__toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sp-nav__toggle:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.sp-nav__panel {
  background-color: #fffacb;
  border: 5px solid #ffe66d;
  border-radius: 20px;
  box-shadow: 0 8px 7px rgba(0, 0, 0, .25);
  opacity: 0;
  padding: 70px 0 40px;
  pointer-events: none;
  position: absolute;
  right: -21px;
  top: -10px;
  transform: translateY(-8px) scale(.98);
  transition:
    opacity .2s ease,
    transform .2s ease,
    visibility .2s ease;
  visibility: hidden;
  width: min(350px, calc(100vw - 28px));
}

.sp-nav.is-open .sp-nav__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.sp-nav__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-nav__link {
  align-items: center;
  color: #2d764b;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.sp-nav__link:hover,
.sp-nav__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #ffce31;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
}

.sp-nav__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

#campaign-flow-title,
#target-products-title,
#target-stores-title,
#receipt-guide-title,
#apply-method-title,
#management-office-title {
  scroll-margin-top: 120px;
}

.entry-cta {
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 40px 20px 30px;
  width: 100%;
}

.entry-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.entry-cta__button {
  align-items: center;
  background-color: #e41a69;
  border: 4px solid #fff;
  border-radius: 97px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  color: #fff;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  min-height: 76px;
  min-width: 0;
  padding: 24px clamp(32px, 16.41vw, 64px);
  text-align: center;
  text-decoration: none;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease;
  white-space: nowrap;
  width: min(100%, 280px);
}

.entry-cta__button:hover,
.entry-cta__button:focus-visible {
  background-color: #fff;
  border-color: #e41a69;
  color: #e41a69;
}

.entry-cta__button:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.entry-cta__disclaimer {
  background: transparent;
  border: 0;
  color: #bd3f3f;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  min-width: 100%;
  padding: 0;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-cta__disclaimer:hover,
.entry-cta__disclaimer:focus-visible {
  text-decoration-thickness: 2px;
}

.entry-cta__disclaimer:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.entry-cta__link {
  color: #b84300;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-cta__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.campaign-flow {
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 40px;
  width: 100%;
}

.campaign-flow__inner {
  width: min(100%, 358px);
}

.campaign-flow__intro {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.campaign-flow__intro-image {
  aspect-ratio: 328 / 115;
  height: auto;
  object-fit: contain;
  width: min(100%, 328px);
}

.campaign-flow__panel {
  padding-top: 50px;
  position: relative;
  width: 100%;
}

.campaign-flow__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.campaign-flow__cards {
  align-items: center;
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-5-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 448px;
  border: 7px solid #2d764b;
  border-radius: 20px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 30px 12px;
  width: 100%;
}

.flow-card {
  align-items: center;
  background-color: #fffacb;
  border: 5px solid #ffce31;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px;
  width: min(100%, 280px);
}

.flow-card__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

.flow-card__step {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

.flow-card__step-label {
  color: #e41a69;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: -3px;
}

.flow-card__step-number {
  align-items: center;
  background-color: #e41a69;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  height: 47px;
  justify-content: center;
  line-height: 1;
  width: 47px;
}

.flow-card__title {
  color: #36318e;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  text-align: center;
}

.flow-card__title span {
  color: #e41a69;
  font-size: 2rem;
}

.flow-card__visual {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.flow-card__visual img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.flow-card__description {
  color: #36318e;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.flow-card__description span {
  color: #e41a69;
}

.campaign-flow__arrow {
  align-items: center;
  display: flex;
  height: 104px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 104px;
}

.campaign-flow__arrow-image {
  height: 71.175px;
  max-width: none;
  transform: rotate(180deg);
  width: 70.893px;
}

.target-products {
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 40px;
  width: 100%;
}

.target-products__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: min(100%, 350px);
}

.target-products__panel {
  margin-bottom: -30px;
  padding-top: 50px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.target-products__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.target-products__body {
  align-items: center;
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-7-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 494px;
  border: 7px solid #2d764b;
  border-radius: 20px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  width: 100%;
}

.target-products__books,
.target-products__callout {
  display: block;
  margin: 0;
}

.target-products__books {
  width: 100%;
}

.target-products__books img,
.target-products__callout img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.target-products__lead,
.target-products__link,
.target-products__note {
  font-family: "Roboto", sans-serif;
  margin: 0;
  text-align: center;
}

.target-products__lead {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.target-products__link {
  align-items: center;
  color: #c94747;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.target-products__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.target-products__note {
  align-self: stretch;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.target-products__callout {
  position: relative;
  width: 228px;
  z-index: 2;
}

.bookstore-callout__visual {
  display: block;
  margin: -30px 0 0;
  position: relative;
  width: min(100%, 226px);
  z-index: 2;
}

.bookstore-callout__image {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.target-stores {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 40px;
  width: 100%;
}

.target-stores__frame {
  padding-top: 52px;
  position: relative;
  width: min(100%, 350px);
  z-index: 1;
}

.target-stores__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.target-stores__body {
  align-items: center;
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-5-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 448px;
  border: 7px solid #2d764b;
  border-radius: 30px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 20px;
  width: 100%;
}

.target-stores__lead,
.target-stores__link,
.target-stores__note {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.target-stores__lead {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}

.target-stores__link {
  color: #c94747;
  display: inline-flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.target-stores__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.target-stores__note {
  align-self: stretch;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.target-stores__note-mark {
  flex: 0 0 auto;
}

.target-stores__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.target-stores__button {
  width: min(100%, 280px);
}

.target-stores__disclaimer {
  font-size: 1rem;
  min-width: 0;
}

.receipt-guide {
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 40px;
  width: 100%;
}

.receipt-guide__frame {
  padding-top: 89px;
  position: relative;
  width: min(100%, 350px);
}

.receipt-guide__title {
  align-items: center;
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.25rem, 6vw, 1.5rem);
  font-weight: 900;
  justify-content: center;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  max-width: calc(100% - 24px);
  min-height: 89px;
  padding: 10px clamp(20px, 7.7vw, 30px);
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.receipt-guide__body {
  align-items: center;
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-7-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 494px;
  border: 7px solid #2d764b;
  border-radius: 30px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  width: 100%;
}

.receipt-guide__check {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.receipt-guide__check-title {
  display: block;
  margin: 0;
  width: 228px;
}

.receipt-guide__check-title img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.receipt-guide__check-visual {
  display: block;
  margin: 0;
  width: min(100%, 300px);
}

.receipt-guide__check-visual img,
.receipt-guide__kei img,
.receipt-guide-card__image,
.receipt-guide-ng__image-wrap img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.receipt-guide__isbn-note {
  align-self: stretch;
  color: #000;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: justify;
}

.receipt-guide__kei {
  display: block;
  margin: 0;
  width: 152px;
}

.receipt-guide__support-text {
  color: #2d764b;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  width: 300px;
}

.receipt-guide__valid-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(100%, 300px);
}

.receipt-guide-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.receipt-guide-card__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 13px;
  width: 100%;
}

.receipt-guide-card__title-break {
  display: none;
}

.receipt-guide-card__image {
  background-color: #fff7dc;
  border-bottom: 3px solid #2d764b;
  border-left: 3px solid #2d764b;
  border-radius: 0 0 20px 20px;
  border-right: 3px solid #2d764b;
  padding: 24px 12px;
  width: 100%;
}

.receipt-guide-card__text {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 13px 0 0;
  text-align: justify;
}

.receipt-guide-ng {
  background-color: rgba(201, 71, 71, .2);
  border: 3px solid #c94747;
  border-radius: 9px;
  overflow: hidden;
  width: min(100%, 300px);
}

.receipt-guide-ng__title {
  align-items: center;
  background-color: #c94747;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 6px;
  line-height: 1.3;
  margin: 0;
  padding: 6px 9px;
}

.receipt-guide-ng__title span {
  min-width: 0;
}

.receipt-guide-ng__icon {
  flex: 0 0 auto;
  height: 31px;
  width: 31px;
}

.receipt-guide-ng__visual {
  display: block;
  margin: 16px auto 0;
  width: min(100%, 282px);
}

.receipt-guide-ng__visual img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.receipt-guide-ng__text {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 16px 20px;
  text-align: justify;
}

.apply-method {
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 40px;
  width: 100%;
}

.apply-method__frame {
  padding-top: 53px;
  position: relative;
  width: min(100%, 350px);
}

.apply-method__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.apply-method__body {
  align-items: center;
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-5-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 448px;
  border: 7px solid #2d764b;
  border-radius: 30px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  width: 100%;
}

.apply-method__content {
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  gap: 20px;
  width: 100%;
}

.apply-method__lead,
.apply-method__heading,
.apply-method__text,
.apply-method__note,
.apply-method__steps {
  margin: 0;
}

.apply-method__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.apply-method__block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.apply-method__heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.apply-method__link {
  color: #b84300;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.apply-method__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

@counter-style apply-step-marker {
  system: fixed;
  symbols: "①" "②" "③";
  suffix: "";
}

.apply-method__steps {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  list-style: apply-step-marker;
  padding-left: 1.4em;
}

.apply-method__text,
.apply-method__note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.apply-method__text strong {
  font-weight: 700;
}

.cta-banner {
  aspect-ratio: 4 / 1;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color .2s ease;
  width: min(100%, 320px);
}

.cta-banner:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

.cta-banner:hover,
.cta-banner:focus-visible {
  border-color: #e41a69;
}

.cta-banner__image {
  display: block;
  height: 100%;
  transition: opacity .2s ease;
  width: 100%;
}

.cta-banner__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cta-banner__image--hover {
  inset: 0;
  opacity: 0;
  position: absolute;
}

.cta-banner:hover .cta-banner__image--default,
.cta-banner:focus-visible .cta-banner__image--default {
  opacity: 0;
}

.cta-banner:hover .cta-banner__image--hover,
.cta-banner:focus-visible .cta-banner__image--hover {
  opacity: 1;
}

.apply-method__disclaimer {
  font-size: 1rem;
  min-width: 0;
}

.campaign-accordions {
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 40px 20px 64px;
  width: 100%;
}

.campaign-accordions__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 335px);
}

.campaign-accordion {
  background-color: #fff;
  border: 3px solid #2d764b;
  overflow: hidden;
  width: 100%;
}

.campaign-accordion__summary {
  align-items: center;
  background-color: #fff;
  color: #2d764b;
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  min-height: 80px;
  padding: 16px 30px;
}

.campaign-accordion__summary::-webkit-details-marker {
  display: none;
}

.campaign-accordion__summary:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: -6px;
}

.campaign-accordion__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
}

.campaign-accordion__icon {
  background-color: #2d764b;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 39px;
  position: relative;
  width: 39px;
}

.campaign-accordion__icon::before,
.campaign-accordion__icon::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
}

.campaign-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.campaign-accordion[open] .campaign-accordion__icon::after {
  opacity: 0;
}

.campaign-accordion__content {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 20px;
}

.campaign-accordion__notice-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding-left: 1.2em;
  width: 100%;
}

.campaign-accordion__underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.campaign-accordion__faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.campaign-accordion__faq-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.campaign-accordion__faq-item dt,
.campaign-accordion__faq-item dd {
  line-height: 1.8;
  margin: 0;
  padding-left: 2em;
  position: relative;
}

.campaign-accordion__faq-item dt {
  color: #2d764b;
  font-weight: 700;
}

.campaign-accordion__faq-item dt::before,
.campaign-accordion__faq-item dd::before {
  left: 0;
  position: absolute;
}

.campaign-accordion__faq-item dt::before {
  content: "Q：";
}

.campaign-accordion__faq-item dd::before {
  content: "A：";
}

.campaign-accordion__quote {
  font-family: "Helvetica Neue", Arial, "Yu Gothic", "YuGothic", sans-serif;
}

.management-office {
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px 64px;
  width: 100%;
}

.management-office__frame {
  padding-top: 53px;
  position: relative;
  width: min(100%, 350px);
}

.management-office__title {
  background-color: #2d764b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.management-office__body {
  background-color: #fff;
  background-image: url("/design_items/pc/img/svseries/receipt2026/frame-7-panel-pattern.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 494px;
  border: 7px solid #2d764b;
  border-radius: 30px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, .25);
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 30px 20px;
  width: 100%;
}

.management-office__body p,
.management-office__body h3 {
  margin: 0;
}

.management-office__body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.8em;
}

.contact-office {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='390' height='500' viewBox='0 0 390 500' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='340' cy='29' r='11' fill='%23fff7d8' opacity='.75'/%3E%3Ccircle cx='100' cy='153' r='12' fill='%23d6f4f2' opacity='.75'/%3E%3Ccircle cx='256' cy='176' r='11' fill='%23fff7d8' opacity='.65'/%3E%3Ccircle cx='299' cy='298' r='11' fill='%23d6f4f2' opacity='.7'/%3E%3Ccircle cx='65' cy='77' r='5' fill='%23bfe8ff' opacity='.65'/%3E%3Ccircle cx='260' cy='391' r='5' fill='%23bfe8ff' opacity='.65'/%3E%3Ccircle cx='104' cy='204' r='4' fill='%23c9eee9' opacity='.75'/%3E%3Ccircle cx='128' cy='356' r='4' fill='%23ffd6e8' opacity='.7'/%3E%3Cpolygon points='176,126 190,151 162,151' fill='%23ffe7db' opacity='.65'/%3E%3Cpolygon points='361,450 376,477 346,477' fill='%23ffe7db' opacity='.65'/%3E%3Cpolygon points='118,486 131,510 105,510' fill='%23fff6cd' opacity='.65'/%3E%3Crect x='271' y='86' width='22' height='22' transform='rotate(28 282 97)' fill='%23e8d9fb' opacity='.75'/%3E%3Crect x='201' y='448' width='18' height='18' transform='rotate(28 210 457)' fill='%23fff7d8' opacity='.7'/%3E%3Crect x='379' y='376' width='18' height='18' transform='rotate(28 388 385)' fill='%23e8d9fb' opacity='.72'/%3E%3C/svg%3E");
  background-position: center top;
  background-size: 390px 500px;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.contact-office__inner {
  padding: 30px;
  width: min(100%, 390px);
}

.contact-office__content {
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 20px;
  line-height: 1.8;
  width: 100%;
}

.contact-office__content p {
  margin: 0;
}

.contact-office__content strong {
  font-weight: 700;
}

.contact-office__link {
  color: #c94747;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: underline;
}

.contact-office__link:focus-visible {
  outline: 3px solid #35318d;
  outline-offset: 4px;
}

@media (min-width: 768px) {
  .hero__visual {
    max-width: 1440px;
  }

  .hero__image {
    aspect-ratio: 1440 / 742;
  }

  .sp-nav {
    display: none;
  }

  .pc-nav {
    align-items: center;
    background-color: #fffacb;
    border: 3px solid #2d764b;
    border-radius: 16px;
    display: flex;
    gap: clamp(10px, 2.778vw, 40px);
    justify-content: center;
    left: 50%;
    margin: 0;
    padding: 16px clamp(12px, 4.167vw, 60px);
    position: fixed;
    top: 16px;
    transform: translateX(-50%);
    width: min(calc(100% - 32px), 1440px);
    z-index: 100;
  }

  .pc-nav__link {
    align-items: center;
    border-bottom: 12px solid transparent;
    color: #2d764b;
    display: inline-flex;
    font-family: "Roboto", sans-serif;
    font-size: clamp(.875rem, 1.667vw, 1.5rem);
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 36px;
    text-align: center;
    text-decoration: none;
    transition:
      border-color .2s ease,
      color .2s ease;
    white-space: nowrap;
  }

  .pc-nav__link--official {
    flex: 1 1 7em;
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
  }

  .pc-nav__link:hover,
  .pc-nav__link:focus-visible {
    border-bottom-color: #ffce31;
  }

  .pc-nav__link:focus-visible {
    outline: 3px solid #35318d;
    outline-offset: 4px;
  }

  #campaign-flow-title,
  #target-products-title,
  #target-stores-title,
  #receipt-guide-title,
  #apply-method-title,
  #management-office-title {
    scroll-margin-top: 120px;
  }

  .entry-cta {
    padding: 60px 120px 30px;
  }

  .entry-cta__inner {
    gap: 24px;
  }

  .entry-cta__button {
    border-width: clamp(4px, .486vw, 7px);
    font-size: clamp(1.5rem, 3.333vw, 3rem);
    letter-spacing: .1em;
    min-height: clamp(76px, 10vw, 144px);
    padding: clamp(24px, 3.333vw, 48px) clamp(64px, 8.333vw, 120px);
    width: min(100%, 544px);
  }

  .entry-cta__disclaimer {
    font-size: 1.25rem;
    min-width: 0;
  }

  .entry-cta__link {
    font-size: 1.5rem;
  }

  .campaign-flow {
    padding: 0 clamp(20px, 8.333vw, 120px) 60px;
  }

  .campaign-flow__inner {
    width: min(100%, 1208px);
  }

  .campaign-flow__intro-image {
    aspect-ratio: 776 / 276;
    width: min(100%, 776px);
  }

  .campaign-flow__panel {
    padding-top: 70px;
  }

  .campaign-flow__title {
    font-size: 2.5rem;
    padding: 10px 50px;
  }

  .campaign-flow__cards {
    align-items: stretch;
    border-radius: 30px;
    border-width: 10px;
    flex-direction: row;
    gap: clamp(8px, 1.2vw, 16px);
    justify-content: center;
    padding: 48px clamp(16px, 1.944vw, 28px);
  }

  .flow-card {
    align-self: stretch;
    flex: 1 1 0;
    height: auto;
    max-width: 300px;
    min-width: 0;
    padding: 16px 0;
    width: auto;
  }

  .flow-card__step-label {
    font-size: clamp(1rem, 1.667vw, 1.5rem);
  }

  .flow-card__step-number {
    font-size: clamp(1.5rem, 2.778vw, 2.5rem);
    height: clamp(32px, 3.264vw, 47px);
    width: clamp(32px, 3.264vw, 47px);
  }

  .flow-card__heading {
    gap: clamp(6px, .833vw, 12px);
  }

  .flow-card__title {
    font-size: clamp(.875rem, 1.667vw, 1.5rem);
    width: 100%;
  }

  .flow-card__title span {
    font-size: clamp(1.25rem, 2.5vw, 2.25rem);
  }

  .flow-card__visual {
    height: clamp(140px, 14.514vw, 209px);
    width: min(100%, 290px);
  }

  .flow-card__description {
    font-size: clamp(.875rem, 1.389vw, 1.25rem);
    margin-top: auto;
  }

  .campaign-flow__arrow {
    align-self: center;
    flex: 0 1 clamp(44px, 7.222vw, 104px);
    height: clamp(44px, 7.222vw, 104px);
    margin: 0;
    width: clamp(44px, 7.222vw, 104px);
  }

  .campaign-flow__arrow-image {
    height: clamp(40px, 4.943vw, 71.175px);
    width: clamp(40px, 4.93vw, 70.893px);
  }

  .campaign-flow__arrow-image {
    transform: rotate(90deg);
  }

  .target-products {
    padding: 0 120px 60px;
  }

  .target-products__inner {
    width: min(100%, 1200px);
  }

  .target-products__panel {
    margin-bottom: -40px;
    padding-top: 70px;
  }

  .target-products__title {
    font-size: 2.5rem;
    padding: 10px 50px;
  }

  .target-products__body {
    border-radius: 30px;
    border-width: 10px;
    gap: 30px;
    min-height: 579px;
    padding: 48px 60px 60px;
  }

  .target-products__books {
    width: min(100%, 866px);
  }

  .target-products__lead {
    font-size: 1.5rem;
  }

  .target-products__link {
    font-size: 1.5rem;
  }

  .target-products__note {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
  }

  .target-products__callout {
    width: 503px;
  }

  .bookstore-callout__visual {
    margin-top: -40px;
    width: min(100%, 730px);
  }

  .target-stores {
    padding: 0 120px 60px;
  }

  .target-stores__frame {
    padding-top: 70px;
    width: min(100%, 1200px);
  }

  .target-stores__title {
    font-size: 2.5rem;
    padding: 10px 50px;
  }

  .target-stores__body {
    border-width: 10px;
    gap: 20px;
    padding: 48px 20px 54px;
  }

  .target-stores__lead,
  .target-stores__link {
    font-size: 1.5rem;
  }

  .target-stores__link {
    flex-direction: row;
  }

  .target-stores__note {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }

  .target-stores__cta {
    gap: 24px;
    margin-top: 20px;
  }

  .target-stores__button {
    width: min(100%, 544px);
  }

  .target-stores__disclaimer {
    font-size: 1.25rem;
  }

  .receipt-guide {
    padding: 0 120px 60px;
  }

  .receipt-guide__frame {
    padding-top: 70px;
    width: min(100%, 1200px);
  }

  .receipt-guide__title {
    flex-direction: row;
    font-size: clamp(1.5rem, 2.778vw, 2.5rem);
    max-width: calc(100% - 32px);
    min-height: 70px;
    padding: 10px clamp(24px, 3.472vw, 50px);
  }

  .receipt-guide__body {
    border-width: 10px;
    gap: 40px;
    padding: 60px;
  }

  .receipt-guide__check-title {
    display: none;
    font-size: 3.5rem;
  }

  .receipt-guide__check-visual {
    width: min(100%, 943px);
  }

  .receipt-guide__isbn-note {
    align-self: center;
    font-size: clamp(1rem, 1.667vw, 1.5rem);
    text-align: center;
    width: min(100%, 990px);
  }

  .receipt-guide__kei {
    max-width: none;
    position: absolute;
    right: -190px;
    top: 120px;
    width: clamp(260px, 26.319vw, 379px);
  }

  .receipt-guide__support-text {
    font-size: 1.5rem;
    width: 100%;
  }

  .receipt-guide__valid-list {
    flex-direction: row;
    gap: clamp(24px, 6.944vw, 100px);
    justify-content: center;
    width: 100%;
  }

  .receipt-guide-card {
    flex: 1 1 0;
    max-width: 420px;
    min-width: 0;
    width: auto;
  }

  .receipt-guide-card__title {
    border-radius: 30px 30px 0 0;
    font-size: clamp(1.25rem, 2.222vw, 1.4rem);
    min-height: clamp(96px, 8.611vw, 124px);
    padding: clamp(14px, 1.389vw, 20px);
  }

  .receipt-guide-card__title-break {
    display: inline;
  }

  .receipt-guide-card__image {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-radius: 0 0 30px 30px;
    border-right-width: 5px;
    height: clamp(260px, 25.278vw, 364px);
    padding: clamp(12px, 1.389vw, 20px);
  }

  .receipt-guide-card__text {
    font-size: clamp(1rem, 1.667vw, 1.5rem);
    margin-top: 20px;
    width: min(100%, 380px);
  }

  .receipt-guide-ng {
    border-radius: 30px;
    border-width: 5px;
    width: min(100%, 940px);
  }

  .receipt-guide-ng__title {
    align-items: center;
    border-radius: 24px 24px 0 0;
    display: flex;
    font-size: clamp(1.25rem, 2.222vw, 2rem);
    gap: clamp(10px, 1.389vw, 20px);
    min-height: clamp(76px, 7.222vw, 104px);
    padding: clamp(14px, 1.389vw, 20px) clamp(18px, 2.083vw, 30px);
  }

  .receipt-guide-ng__icon {
    height: clamp(40px, 4.444vw, 64px);
    width: clamp(40px, 4.444vw, 64px);
  }

  .receipt-guide-ng__text {
    font-size: clamp(1rem, 1.667vw, 1.5rem);
    padding: clamp(18px, 2.083vw, 30px);
  }

  .receipt-guide-ng__visual {
    display: block;
    margin: 0 auto;
    transform: none;
    width: 100%;
  }

  .apply-method {
    padding: 0 120px 60px;
  }

  .apply-method__frame {
    padding-top: 70px;
    width: min(100%, 1200px);
  }

  .apply-method__title {
    font-size: 2.5rem;
    padding: 10px 50px;
  }

  .apply-method__body {
    border-width: 10px;
    gap: 40px;
    padding: 60px 120px;
  }

  .apply-method__content {
    gap: 20px;
  }

  .apply-method__lead {
    font-size: 2rem;
  }

  .apply-method__heading,
  .apply-method__link,
  .apply-method__steps,
  .apply-method__text,
  .apply-method__note {
    font-size: 1.5rem;
  }

  .apply-method__block {
    gap: 12px;
  }

  .cta-banner {
    border-width: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
    width: 100%;
  }

  .apply-method__disclaimer {
    font-size: 1.25rem;
  }

  .campaign-accordions {
    padding: 0 120px 60px;
  }

  .campaign-accordions__inner {
    gap: 40px;
    width: min(100%, 1200px);
  }

  .campaign-accordion__summary {
    min-height: 80px;
    padding: 16px 40px;
  }

  .campaign-accordion__title {
    font-size: 2.25rem;
  }

  .campaign-accordion__icon {
    height: 39px;
    width: 39px;
  }

  .campaign-accordion__icon::before,
  .campaign-accordion__icon::after {
    height: 6px;
    width: 19px;
  }

  .campaign-accordion__content {
    font-size: 1.5rem;
    padding: 60px 120px;
  }

  .campaign-accordion__content--notice {
    padding-inline: 120px;
  }

  .campaign-accordion__faq-list {
    gap: 30px;
  }

  .management-office {
    padding: 0 120px 60px;
  }

  .management-office__frame {
    padding-top: 70px;
    width: min(100%, 1200px);
  }

  .management-office__title {
    font-size: 2.5rem;
    padding: 10px 50px;
  }

  .management-office__body {
    border-width: 10px;
    font-size: 1.5rem;
    padding: 60px 120px;
  }

  .management-office__body h3 {
    font-size: 1.5rem;
  }

  .contact-office__inner {
    padding: 60px 120px;
    width: min(100%, 1200px);
  }

  .contact-office {
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='388' viewBox='0 0 1200 388' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='64' cy='29' r='9' fill='%23ffdede' opacity='.75'/%3E%3Ccircle cx='197' cy='57' r='6' fill='%23d8efff' opacity='.7'/%3E%3Ccircle cx='282' cy='57' r='9' fill='%23fff6d8' opacity='.75'/%3E%3Ccircle cx='399' cy='57' r='8' fill='%23ffd6ec' opacity='.7'/%3E%3Ccircle cx='514' cy='57' r='8' fill='%23d8efff' opacity='.7'/%3E%3Ccircle cx='632' cy='29' r='8' fill='%23ffdede' opacity='.75'/%3E%3Ccircle cx='759' cy='43' r='8' fill='%23d6f4f2' opacity='.72'/%3E%3Ccircle cx='878' cy='56' r='8' fill='%23fff6d8' opacity='.72'/%3E%3Ccircle cx='989' cy='32' r='8' fill='%23ffd6ec' opacity='.7'/%3E%3Ccircle cx='84' cy='113' r='8' fill='%23d6f4f2' opacity='.75'/%3E%3Ccircle cx='283' cy='120' r='8' fill='%23e6daf7' opacity='.72'/%3E%3Ccircle cx='617' cy='171' r='8' fill='%23ffdede' opacity='.75'/%3E%3Ccircle cx='722' cy='151' r='8' fill='%23fff6d8' opacity='.7'/%3E%3Ccircle cx='919' cy='151' r='8' fill='%23d6f4f2' opacity='.72'/%3E%3Ccircle cx='76' cy='284' r='10' fill='%23d8efff' opacity='.7'/%3E%3Ccircle cx='294' cy='278' r='9' fill='%23ffd6ec' opacity='.65'/%3E%3Ccircle cx='648' cy='370' r='8' fill='%23ffdede' opacity='.7'/%3E%3Ccircle cx='872' cy='373' r='8' fill='%23d6f4f2' opacity='.72'/%3E%3Ccircle cx='44' cy='145' r='3' fill='%23bfe8ff' opacity='.75'/%3E%3Ccircle cx='242' cy='250' r='4' fill='%23e8d9fb' opacity='.7'/%3E%3Ccircle cx='657' cy='65' r='3' fill='%23e8d9fb' opacity='.72'/%3E%3Ccircle cx='812' cy='46' r='3' fill='%23c9eee9' opacity='.75'/%3E%3Ccircle cx='802' cy='274' r='3' fill='%23fff0bb' opacity='.72'/%3E%3Ccircle cx='1054' cy='61' r='4' fill='%23ffd6ec' opacity='.72'/%3E%3Cpolygon points='37,177 49,198 25,198' fill='%23ffd6ec' opacity='.6'/%3E%3Cpolygon points='129,226 142,249 116,249' fill='%23e8d9fb' opacity='.65'/%3E%3Cpolygon points='333,93 346,116 320,116' fill='%23d6f4f2' opacity='.65'/%3E%3Cpolygon points='428,270 441,293 415,293' fill='%23d8efff' opacity='.65'/%3E%3Cpolygon points='697,82 710,105 684,105' fill='%23ffe7db' opacity='.65'/%3E%3Cpolygon points='841,178 854,201 828,201' fill='%23e8d9fb' opacity='.65'/%3E%3Cpolygon points='1036,94 1049,117 1023,117' fill='%23d8efff' opacity='.65'/%3E%3Cpolygon points='1146,177 1159,200 1133,200' fill='%23d8efff' opacity='.65'/%3E%3Crect x='72' y='241' width='14' height='14' transform='rotate(28 79 248)' fill='%23ffd6ec' opacity='.6'/%3E%3Crect x='292' y='160' width='14' height='14' transform='rotate(28 299 167)' fill='%23d6f4f2' opacity='.65'/%3E%3Crect x='566' y='69' width='16' height='16' transform='rotate(28 574 77)' fill='%23ffd6ec' opacity='.6'/%3E%3Crect x='1016' y='248' width='16' height='16' transform='rotate(28 1024 256)' fill='%23ffdede' opacity='.65'/%3E%3Crect x='718' y='230' width='16' height='16' transform='rotate(28 726 238)' fill='%23ffe7db' opacity='.65'/%3E%3C/svg%3E");
    background-size: 1200px 388px;
  }

  .contact-office__content {
    font-size: 1.5rem;
    gap: 20px;
  }

  .contact-office__link {
    font-size: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0s;
  }
}

