@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

footer,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

img,
svg,
video,
canvas,
audio,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  cursor: pointer;
  line-height: inherit;
  text-align: inherit;
  text-transform: none;
  overflow: visible;
}

textarea {
  resize: vertical;
}

:where(input, textarea)::-moz-placeholder {
  color: #9aa3af;
}

:where(input, textarea)::placeholder {
  color: #9aa3af;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

dd {
  margin-inline-start: 0;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #070002;
  line-height: 1.7;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: #FFF;
}

.header {
  width: 100%;
  padding: clamp(0.5rem, 1vw, 2rem);
  background: #FFF;
}
.header__logo {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  text-align: center;
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  width: clamp(80px, 15vw, 150px);
  height: auto;
}

.hero {
  width: 100%;
  overflow: visible;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain;
}
.hero__inner {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.hero__layers {
  background: #fffbec;
  position: relative;
  width: 100%;
  aspect-ratio: 2600/2800;
}
.hero__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hero__layer--bg {
  position: relative;
  z-index: 1;
}
.hero__layer--bg img {
  position: relative;
  width: 100%;
  height: auto;
}
.hero__layer--title {
  z-index: 5;
}
.hero__layer--offer {
  z-index: 3;
}
.hero__layer--product {
  z-index: 4;
}
.hero__layer--additional {
  z-index: 2;
}
.hero__layer--period {
  z-index: 6;
}
.hero__cta {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(16px, 4vw, 60px) clamp(2rem, 4vw, 3rem);
}
.hero__cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
  position: relative;
}
@media (max-width: 750px) {
  .hero__cta-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.hero .cta__button {
  display: inline-block;
  width: clamp(300px, 50vw, 600px);
  transition: opacity 0.3s, transform 0.2s;
  flex-shrink: 0;
}
.hero .cta__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.hero .cta__button img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-section {
  padding: 5% 0 clamp(2.5rem, 5vw, 4rem);
  overflow: visible;
  position: relative;
}
.cta-section__inner {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 10;
}
.cta-section__button {
  display: inline-block;
  width: 51.8%;
  max-width: 674px;
  transition: opacity 0.3s, transform 0.2s;
  position: relative;
  z-index: 2;
}
.cta-section__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.cta-section__button img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.speech {
  width: 100%;
  background: #fffbec;
}
.speech__inner {
  background: #fffbec;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
}
.speech__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.speech__character {
  max-width: 24.15%;
  min-width: 0;
  flex: 0 1 314px;
}
.speech__character img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
}
.speech__bubble-wrap {
  flex: 1 1 0;
  min-width: 0;
  max-width: 866.5px;
  position: relative;
  overflow: hidden;
}
.speech__bubble-top, .speech__bubble-bottom {
  position: absolute;
  width: 100%;
  display: block;
}
.speech__bubble-top img, .speech__bubble-bottom img {
  width: 100%;
  display: block;
}
.speech__bubble-top {
  top: 0;
  z-index: 2;
}
.speech__bubble-bottom {
  bottom: 0;
  z-index: 1;
}
.speech__bubble-content {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: clamp(5px, 4vw, 40px) clamp(5px, 4vw, 40px) clamp(5px, 4vw, 50px) clamp(30px, 7vw, 112px);
  display: block;
}
.speech__bubble-content p {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: 37px;
  text-align: justify;
  letter-spacing: -1px;
}

.benefit {
  background-color: #fffbec;
  width: 1300px;
  max-width: 100%;
  padding: clamp(1rem, 3vw, 2rem) 0;
  position: relative;
  margin: 0 auto;
}
.benefit__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px) 0;
  padding-right: 0;
}
.benefit__left {
  flex: 1;
}
.benefit__header {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-bottom: 10px;
}
.benefit__label {
  flex-shrink: 0;
  width: 32%;
  max-width: 232px;
}
.benefit__label img {
  width: 100%;
  height: auto;
}
.benefit__title {
  flex-shrink: 0;
  width: 68%;
  max-width: 490px;
}
.benefit__title img {
  width: 100%;
  height: auto;
}
.benefit--2 .benefit__title {
  max-width: 474px;
  width: 65.65%;
}
.benefit__text {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  letter-spacing: -0.06em;
}
.benefit__product-wrap {
  position: relative;
  width: 29.66%;
  max-width: 350px;
  flex-shrink: 0;
}
.benefit__product {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.benefit__character {
  position: absolute;
  bottom: -30px;
  right: -50px;
  width: clamp(100px, 20vw, 200px);
  height: auto;
  z-index: 10;
}
.benefit__text {
  text-shadow: 1px 1px 0 #fffbec, -1px 1px 0 #fffbec, 1px -1px 0 #fffbec, -1px -1px 0 #fffbec;
  position: relative;
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
}
.benefit__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #070002;
}
.benefit__text::before {
  content: "●";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 1;
  color: #070002;
  transform: translateY(50%);
}

.speech__bubble-content p {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
}

.appeal {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  padding-top: 0;
}
.appeal__title {
  text-align: center;
  margin-bottom: clamp(1rem, 5vw, 4rem);
}
.appeal__title img {
  width: 60.76%;
  max-width: 717px;
  min-width: 280px;
  margin: 0 auto;
}
.appeal__box {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 60px;
  position: relative;
  padding-bottom: 60px;
}
.appeal__subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 54.19%;
  max-width: 647px;
}
.appeal__subtitle img {
  width: 100%;
  height: auto;
  display: block;
}
.appeal__frame-top, .appeal__frame-bottom {
  position: absolute;
  width: 100%;
  display: block;
}
.appeal__frame-top img, .appeal__frame-bottom img {
  width: 100%;
  display: block;
}
.appeal__frame-top {
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.appeal__frame-bottom {
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  background: #fff;
}
.appeal__content {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: clamp(5px, 8vw, 110px) clamp(5px, 3vw, 3rem) 0;
}
.appeal__text {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  width: 100%;
  text-align: left;
  margin: 2rem 0;
}
.appeal__feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.appeal__feature-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.appeal__miryoku {
  width: 100%;
  text-align: center;
  margin-bottom: clamp(1rem, 4vw, 2.5rem);
}
.appeal__miryoku img {
  width: 80%;
  margin: 0 auto;
  display: block;
  max-width: 605px;
  aspect-ratio: 1211/105;
}
.appeal__points {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: clamp(5px, 1.5vw, 20px);
}
.appeal__point {
  position: relative;
  width: clamp(120px, 32vw, 373px);
  height: clamp(120px, 32vw, 373px);
  background-image: url("../images/appeal-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.appeal__point p {
  font-size: clamp(21px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}
.appeal__character {
  position: static;
  width: 25%;
  max-width: 237.5px;
  height: auto;
  flex-shrink: 0;
}
.appeal__footer {
  width: 60.96%;
  max-width: 673px;
  padding-top: clamp(1rem, 3vw, 2rem);
  margin: auto;
}

.campaign-block {
  width: 1300px;
  max-width: 100%;
  background: #fffbec;
  padding: clamp(16px, 4vw, 60px) 0;
  margin: 0 auto;
}
.campaign-block__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
}
.campaign-block__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.campaign-block__left .speech,
.campaign-block__left .benefit {
  padding: 0;
  background: transparent;
}
.campaign-block__left .benefit__content {
  display: block;
}
.campaign-block__left .benefit {
  padding-right: calc(29.66% + 1.5rem);
}
.campaign-block .speech {
  position: relative;
  z-index: 2;
}
.campaign-block__right {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 32.66%;
  max-width: 421.5px;
  z-index: 1;
}
.campaign-block__product {
  width: 100%;
  height: auto;
  display: block;
}

.benefit--2 .benefit__inner {
  position: relative;
}
.benefit--2 .benefit__content {
  position: relative;
  z-index: 2;
  padding-right: calc(29.66% + 1.5rem);
}
.benefit--2 .benefit__product-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  max-width: 593.5px;
  z-index: 1;
}
.benefit--2 .benefit__product {
  width: 100%;
  height: auto;
  display: block;
  position: static;
  z-index: auto;
}

.service {
  width: 100%;
}
.service__bg-top, .service__bg-bottom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  line-height: 0;
}
.service__bg-top img, .service__bg-bottom img {
  width: 100%;
  height: auto;
  display: block;
}
.service__bg-bottom {
  transform: rotate(180deg) translateY(1px);
  position: relative;
}
.service__inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2.5rem) clamp(16px, 4vw, 60px);
}
.service__inner-wrap {
  background-image: url("../images/service-bg-main.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center center;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.service__title {
  width: 83.69%;
  max-width: 1088px;
  margin: 0 auto clamp(16px, 4vw, 60px);
  text-align: center;
}
.service__title img {
  width: 100%;
  height: auto;
}
.service__cards {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: center;
}
.service__card {
  flex: 1;
  max-width: 565px;
}
.service__card img {
  width: 100%;
  height: auto;
  display: block;
}

.terms {
  width: 100%;
  background: #FFF;
  padding: 0 0 clamp(16px, 4vw, 60px);
}
.terms__inner {
  width: 992px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.terms__title {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  font-size: clamp(20px, 3.8vw, 53px);
  font-weight: 500;
  color: rgb(92, 169, 50);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}
.terms__list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 44px);
  margin-bottom: clamp(12px, 2vw, 44px);
}
.terms__item {
  overflow: hidden;
  background: #FFD700;
}
.terms__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: clamp(14px, 2.5vw, 20px) clamp(20px, 3vw, 32px);
  cursor: pointer;
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgb(234, 84, 5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.terms__label:hover {
  opacity: 0.85;
}
.terms__icon {
  position: absolute;
  right: clamp(20px, 3vw, 32px);
  width: clamp(40px, 5vw, 56px);
  height: clamp(40px, 5vw, 56px);
  border: 2px solid rgb(234, 84, 5);
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.terms__icon::before, .terms__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(234, 84, 5);
  transform: translate(-50%, -50%);
}
.terms__icon::before {
  width: 55%;
  height: 2px;
}
.terms__icon::after {
  width: 2px;
  height: 55%;
}
.terms__item.is-open .terms__icon {
  transform: rotate(45deg);
}
.terms__content {
  font-size: clamp(21px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  display: none;
  padding: clamp(16px, 2.5vw, 24px) 0;
  color: #070002;
  background: #FFF;
}
.terms__item.is-open .terms__content {
  display: block;
}
.terms__contact {
  background: rgb(92, 169, 50);
  border-radius: clamp(20px, 3vw, 40px);
  padding: clamp(20px, 3vw, 32px);
  text-align: center;
  margin-top: 20px;
}
.terms__contact-label {
  font-size: clamp(21px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}
.terms__contact-url {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  letter-spacing: 0.02em;
  color: #FFF;
}
.terms__contact-url:hover {
  opacity: 0.8;
}
.terms__content-body {
  line-height: 1.6;
  color: #333;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 2.8vw, 38px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.05em;
  color: #070002;
}
.terms__content-body h3 {
  margin-top: 1.4em;
  margin-bottom: 0.3em;
  font-weight: 500;
}
.terms__content-body h3:first-child {
  margin-top: 0;
}
.terms__content-body > p {
  margin-bottom: 1em;
}
.terms__content-body > p:last-child {
  margin-bottom: 0;
}
.terms__content-body table {
  width: auto;
  margin: 0.6em 0;
}
.terms__content-body th,
.terms__content-body td {
  border: 1px solid #555;
  padding: 4px 16px;
  text-align: center;
  font-weight: 500;
}
.terms__content-body .note {
  color: #070002;
}
.terms__content-body a {
  color: #070002;
  word-break: break-all;
  text-decoration: underline;
}
.terms__content-body a:hover {
  opacity: 0.7;
}
.terms__content-body .terms__ol {
  list-style: none;
  padding: 0;
  counter-reset: terms-ol;
}
.terms__content-body .terms__ol li {
  counter-increment: terms-ol;
  display: grid;
  grid-template-columns: 2.5em 1fr;
}
.terms__content-body .terms__ol li::before {
  content: "（" counter(terms-ol) "）";
}
.terms__content-body .terms__ol li + li {
  margin-top: 0.5em;
}
.terms__content-body .terms__ul {
  list-style: none;
  padding: 0;
}
.terms__content-body .terms__ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__content-body .terms__ul li::before {
  content: "・";
}
.terms__content-body .terms__ul li + li {
  margin-top: 0.3em;
}
.terms__content-body .terms__ol li,
.terms__content-body .terms__ul li {
  text-align: justify;
  font-size: clamp(11px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.terms__content-body .terms__ol p,
.terms__content-body .terms__ul p {
  text-align: justify;
  font-size: clamp(11px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.terms__content-body__faq-a, .terms__content-body__faq-q,
.terms__content-body > p {
  font-size: clamp(11px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.terms table, .terms__faq-a {
  font-size: clamp(11px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.terms__faq-item {
  margin-bottom: 1.2em;
}
.terms__faq-item:last-child {
  margin-bottom: 0;
}
.terms h3, .terms__faq-q {
  margin-bottom: 0.2em;
  font-size: clamp(14px, 2.15vw, 28px);
}
.terms__faq-a {
  padding-left: 0;
}