@charset "UTF-8";
:root {
  --inner-value: 1000;
  --inner: 1000px;
  --inner-value-sm: 800;
  --inner-sm: 800px;
  --padding-pc: 25px;
  --padding-sp: 16px;
  --rem: 1rem / 16;
  --em: 1em / 16;
  --base-font: "Noto Sans JP", sans-serif;
  --second-font: "RocknRoll One", sans-serif;
  --third-font: "Zen Kaku Gothic Antique", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
  --white: #fff;
  --black: #000;
  --text-black: #333;
  --orange: #f19602;
  --pink: #f55970;
  --text-pink: #eb6f94;
  --blue: #30a9de;
  --green: #83b427;
  --z-index-header: 100;
  --z-index-cta: 90;
  --z-index-pagetop: 80;
  --scrollbar-width: 0;
}

@property --scrollbar {
  syntax: "<length>";
  initial-value: 0;
  inherits: true;
}
:root:has(:modal[open], .is-scroll-lock) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  font-family: var(--base-font);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  color: var(--black);
  background-color: var(--white);
  container-type: inline-size;
  font-feature-settings: "pwid";
}

:where(h1) {
  margin: initial;
}

:where(picture) {
  display: block;
}

:where(img) {
  display: block;
  width: 100%;
}

:where(button) {
  border: none;
  padding: unset;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (width <= 375px) {
  html {
    font-size: 4.2666666667cqi;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(16 / var(--inner-value) * 100cqi);
  }
}
@media (width >= 1000px) {
  html {
    font-size: 16px;
  }
}

.inner {
  width: 100%;
  max-width: 600px;
  padding-inline: var(--padding-sp);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: calc(var(--inner) + var(--padding-pc) * 2);
    padding-inline: var(--padding-pc);
  }
}

@media screen and (min-width: 768px) {
  .inner[data-size=sm] {
    max-width: calc(var(--inner-sm) + var(--padding-pc) * 2);
  }
}

@media screen and (min-width: 768px) {
  .layout-about {
    margin-top: 1.125rem;
  }
}

.layout-cta {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .layout-cta {
    margin-top: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .layout-drill {
    margin-top: 80px;
  }
}

.layout-extras {
  margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .layout-extras {
    margin-top: 16.875rem;
  }
}

.about {
  position: relative;
  overflow-x: clip;
  padding-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: initial;
  }
}

.about::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: calc(50% - min(169.0666666667vw, 634px));
  width: 46.25rem;
  aspect-ratio: 740/73;
  background-image: url("../images/img_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  rotate: -10.51deg;
}
@media screen and (min-width: 768px) {
  .about::before {
    content: none;
  }
}

.about__container {
  position: relative;
  padding-bottom: max(120px, 32cqi);
}
@media screen and (min-width: 768px) {
  .about__container {
    padding-block: 4rem 10rem;
    padding-inline: 3rem;
    background-color: var(--white);
    border-radius: 2.25rem;
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.08);
  }
}

.about__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline: calc(50% - 50cqi);
  aspect-ratio: 375/479;
  background-image: url("../images/bg_about-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .about__container::after {
    inset-inline: 0;
    aspect-ratio: 1000/153;
    background-image: url("../images/bg_about.webp");
  }
}

.about__lead {
  position: relative;
  z-index: 1;
  display: grid;
  text-align: center;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .about__lead {
    padding-bottom: initial;
  }
}

.about__lead::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: calc(50% - min(66.6666666667vw, 420px));
  width: 18.375rem;
  aspect-ratio: 294/117;
  background-image: url("../images/accent_grass.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .about__lead::before {
    bottom: -2.125rem;
    left: -4.875rem;
  }
}

.about__lead::after {
  content: "";
  position: absolute;
  bottom: 2.75rem;
  right: calc(50% - min(61.3333333333vw, 380px));
  width: 8.9375rem;
  aspect-ratio: 143/70;
  background-image: url("../images/accent_sprinkle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .about__lead::after {
    bottom: 1.25rem;
    right: -5.625rem;
  }
}

.about__lead-main {
  position: relative;
}

.about__lead-row:first-of-type {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .about__lead-row:first-of-type {
    display: inline-block;
    padding-right: initial;
  }
}

.about__lead-row:nth-of-type(2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__lead-row:nth-of-type(2) {
    display: inline-block;
    margin-top: initial;
    vertical-align: sub;
  }
}

.about__lead-tags {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.about__lead-tag {
  --_bg-color: var(--orange);
  display: inline-grid;
  place-items: center;
  padding-block: 0.375rem 0.4375rem;
  padding-inline: 0.625rem;
  border-radius: 999em;
  background-color: var(--_bg-color);
  font-size: 1.5625rem;
  font-family: var(--second-font);
  line-height: 1;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .about__lead-tag {
    padding-block: 0.4375rem 0.5rem;
    padding-inline: 1rem;
    font-size: 2rem;
  }
}

.about__lead-tag[data-color=blue] {
  --_bg-color: var(--blue);
}

.about__lead-tag[data-color=pink] {
  --_bg-color: var(--pink);
}

.about__lead-text {
  font-size: 1.375rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  text-box: trim-both cap alphabetic;
}

.about__lead-text[data-kana=no] {
  font-size: 1.125rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .about__lead-text[data-kana=no] {
    font-size: max(18px, 1.375rem);
  }
}

.about__lead-text[data-kana=de] {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .about__lead-text[data-kana=de] {
    font-size: max(18px, 1.375rem);
    vertical-align: sub;
  }
}

.about__lead-accent1 {
  font-family: var(--second-font);
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: var(--pink);
}
@media screen and (min-width: 768px) {
  .about__lead-accent1 {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.about__lead-center {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .about__lead-center {
    margin-top: 1.5625rem;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.about__lead-marker {
  background-image: linear-gradient(to bottom, transparent 1px, color-mix(in srgb, #ffe100 72%, transparent) 1px);
}

.about__lead-last {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  line-height: 1.6111111111;
}
@media screen and (min-width: 768px) {
  .about__lead-last {
    margin-top: 1.5625rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.about__lead-accent2 {
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  line-height: 1.6111111111;
  color: var(--pink);
}
@media screen and (min-width: 768px) {
  .about__lead-accent2 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.about__credits {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .about__credits {
    margin-top: 4rem;
  }
}

.about__credits-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  place-items: center;
}

.about__credits-head-logo {
  width: min(100%, 14.875rem);
}

.about__credits-head-logo img {
  aspect-ratio: 238/48;
  object-fit: contain;
}

.about__credits-head-text {
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.4375;
}

.about__credits-head-text span {
  font-weight: var(--fw-bold);
}

.about__credits-body {
  --_gap: 8px;
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--_gap);
  place-items: center;
  margin-top: 1.625rem;
  padding: 1.5rem 1rem;
  border-radius: 1.5rem;
  background-color: color-mix(in srgb, #ffcb7c 67%, transparent);
}
@media screen and (min-width: 768px) {
  .about__credits-body {
    margin-top: 4rem;
    padding-inline: 1.5rem;
  }
}

.about__credits-body::before {
  content: "";
  grid-row-start: 2;
  width: 9px;
  aspect-ratio: 9/8;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: -1.0625rem 0 0 var(--white), 1.0625rem 0 0 var(--white);
}

.about__credits-title {
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: 1.4444444444;
  text-align: center;
}

.about__credits-list {
  position: relative;
  display: grid;
  gap: var(--_gap);
}

.about__credits-item {
  --_indent: 1.5em;
  position: relative;
  padding-left: var(--_indent);
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.4375;
}

.about__credits-item::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: calc(var(--_indent) / 2);
  translate: -50% -50%;
  width: 0.3125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentcolor;
}

.button {
  --_color: var(--black);
  --_bg-color: #fa8dad;
  --_shadow-color: #fd729b;
  --_shadow-offset-y: 4px;
  --_duration: 0.3s;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  padding-block: 2rem;
  padding-inline: 2rem 1.5rem;
  background-color: var(--_bg-color);
  border-radius: 0.5rem;
  box-shadow: 0 var(--_shadow-offset-y) 0 var(--_shadow-color);
  font-size: 19px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.03em;
  color: var(--_color);
  transition: box-shadow var(--_duration), translate ease var(--_duration);
}

.button[data-color=green] {
  --_bg-color: #93bd45;
  --_shadow-color: #6c971c;
}

.button[data-color=orange] {
  --_bg-color: #f8ad58;
  --_shadow-color: #f09024;
}

.button[data-color=red] {
  --_bg-color: #ff7077;
  --_shadow-color: #d43e45;
}

.button::after {
  content: "";
  width: 1.125rem;
  aspect-ratio: 1;
  background-color: currentcolor;
  mask-image: url("../images/icon_chevron.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: translate ease-out 0.3s;
}

@media (any-hover: hover) {
  .button:hover {
    translate: 0 var(--_shadow-offset-y);
    box-shadow: none;
  }
}
.cta {
  position: relative;
  padding-bottom: min(200px, 32cqi);
  background-image: url("../images/bg_cta-sp.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 72.8cqi;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-bottom: 6rem;
    background-image: none;
  }
}

.cta__title {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  font-size: 1.5rem;
  font-family: var(--third-font);
  font-weight: var(--fw-bold);
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}

.cta__title::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: -88%;
  width: 7.1875rem;
  aspect-ratio: 115/119;
  background-image: url("../images/img_star_extra-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .cta__title::before {
    top: -6.875rem;
    left: -88%;
    width: 8.75rem;
    aspect-ratio: 140/144;
    background-image: url("../images/img_star_extra.svg");
  }
}

.cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta__buttons {
    margin-top: 4.5rem;
  }
}

.cta__button {
  width: min(100%, 21.4375rem);
}

.drill {
  position: relative;
}

.drill[data-theme=hiragana] {
  --_theme-color: var(--text-pink);
}

.drill[data-theme=addition] {
  --_theme-color: var(--drill-rakuten);
}

.drill__container {
  position: relative;
  padding-block: 26.6666666667cqi 5rem;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .drill__container {
    overflow: clip;
    padding-top: 6.25rem;
    padding-inline: 3rem;
    border-radius: 2.25rem;
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.08);
  }
}

.drill__container::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: calc(50% - 50cqi);
  aspect-ratio: 375/178;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .drill__container::before {
    inset-inline: 0;
    aspect-ratio: 1000/212;
  }
}

.drill[data-theme=hiragana] .drill__container::before {
  background-image: url("../images/bg_drill_pink-sp.webp");
}
@media screen and (min-width: 768px) {
  .drill[data-theme=hiragana] .drill__container::before {
    background-image: url("../images/bg_drill_pink.webp");
  }
}

.drill[data-theme=addition] .drill__container::before {
  background-image: url("../images/bg_drill_blue-sp.webp");
}
@media screen and (min-width: 768px) {
  .drill[data-theme=addition] .drill__container::before {
    background-image: url("../images/bg_drill_blue.webp");
  }
}

.drill__title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.drill[data-theme=addition] .drill__title {
  margin-inline: -0.09375rem;
}

.drill__title-img {
  flex-shrink: 0;
  width: min(13.3333333333cqi, 80px);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.06);
}

.drill__title-img img {
  aspect-ratio: 50/70;
  object-fit: contain;
}

.drill__title-text {
  font-size: 1.5rem;
  font-family: var(--third-font);
  font-weight: var(--fw-bold);
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .drill__title-text {
    font-size: max(24px, 1.75rem);
  }
}

.drill__steps {
  --_margin-default: 32px;
  display: grid;
  gap: var(--_margin-default);
  margin-top: var(--_margin-default);
}
@media screen and (min-width: 768px) {
  .drill__steps {
    --_margin-default: 64px;
  }
}

.drill[data-theme=addition] .drill__steps {
  --_margin-default: 40px;
}
@media screen and (min-width: 768px) {
  .drill[data-theme=addition] .drill__steps {
    --_margin-default: 64px;
  }
}

.drill__step {
  --_theme-color: var(--orange);
  --_bg-color: #fff3f6;
  --_color: var(--_theme-color);
  --_marker-color: #ffedc3;
  --_gap: 8px;
  position: relative;
  display: grid;
  grid-template-areas: "head" "img" "list";
  gap: var(--_gap);
  place-content: center;
  padding: 2rem 4.2666666667cqi;
  background-color: var(--_bg-color);
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .drill__step {
    --_img-size: calc(311 / 808 * 100%);
    --_gap: 24px;
    grid-template-columns: var(--_img-size) minmax(0, 1fr);
    grid-template-areas: "head head" "img list";
    align-items: start;
    padding: 3rem;
  }
}

.drill[data-theme=addition] .drill__step {
  --_bg-color: #f2f6eb;
}
@media screen and (min-width: 768px) {
  .drill[data-theme=addition] .drill__step {
    --_gap: 8px 24px;
  }
}

.drill__step[data-color=blue] {
  --_theme-color: var(--blue);
  --_marker-color: #cfe9f4;
}

.drill__step[data-color=pink] {
  --_theme-color: var(--pink);
  --_marker-color: #ffd6e2;
}

.drill__boy {
  position: absolute;
  top: -1.4375rem;
  right: -6px;
  width: min(21.3333333333cqi, 98px);
}
@media screen and (min-width: 768px) {
  .drill__boy {
    top: -2.125rem;
    right: 15px;
  }
}

.drill[data-theme=addition] .drill__boy {
  top: -0.9375rem;
  right: -9px;
  width: min(26.4cqi, 120px);
}
@media screen and (min-width: 768px) {
  .drill[data-theme=addition] .drill__boy {
    top: -1.75rem;
    right: 13px;
  }
}

.drill__boy img {
  aspect-ratio: 98/121;
  object-fit: contain;
}

.drill[data-theme=addition] .drill__boy img {
  aspect-ratio: 120/115;
}

.drill__step-head {
  position: relative;
  grid-area: head;
  display: grid;
  place-items: center;
}

.drill__step-num {
  width: min(100%, 7.9375rem);
}

.drill__step-num img {
  aspect-ratio: 127/47;
  object-fit: contain;
}

.drill__step-title {
  margin-top: -0.3125rem;
  font-size: 32px;
  font-family: var(--third-font);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
}

.drill__step-title span {
  font-weight: var(--fw-black);
  color: var(--_color);
}

.drill__step-img {
  grid-area: img;
}

.drill__step-img img {
  aspect-ratio: 311/240;
  object-fit: contain;
}

.drill[data-theme=addition] .drill__step-img img {
  aspect-ratio: 311/439;
}

.drill__step-list {
  grid-area: list;
  display: grid;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .drill[data-theme=addition] .drill__step-list {
    padding-top: 1.5rem;
  }
}

.drill__step-item {
  position: relative;
  padding-left: 1.6875rem;
}

.drill__step[data-color=orange] .drill__step-item:nth-of-type(4) {
  margin-right: -0.3em;
}

.drill__step-item::before {
  content: "";
  position: absolute;
  top: calc(0.5lh - 1px);
  left: 0;
  translate: 0 -50%;
  width: 1.1875em;
  aspect-ratio: 19/18;
  background-image: url("../images/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.drill__step-marker {
  --_marker-start: 0.5em;
  font-weight: var(--fw-bold);
  background-image: linear-gradient(to bottom, transparent var(--_marker-start), var(--_marker-color) var(--_marker-start));
}

.drill__download {
  --_color: var(--pink);
  display: grid;
  gap: 16px;
  place-items: center;
  margin-top: 32px;
  margin-inline: auto;
  width: min(100%, 600px);
}
@media screen and (min-width: 768px) {
  .drill__download {
    margin-top: 64px;
  }
}

.drill[data-theme=addition] .drill__download {
  --_color: var(--green);
}

.drill__download-lead {
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: 1.6111111111;
  color: var(--_color);
  text-align: center;
}

.drill__download-button {
  width: 100%;
}

.drill__download-note {
  justify-self: start;
  font-size: 14px;
  font-weight: var(--fw-medium);
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .drill__download-note {
    justify-self: initial;
  }
}

.extras {
  position: relative;
  overflow-x: clip;
  padding-block: 16px 48px;
  background-color: #8fdeff;
}
@media screen and (min-width: 768px) {
  .extras {
    padding-block: 0 60px;
  }
}

.extras::before,
.extras::after {
  content: "";
  position: absolute;
  inset-inline: 0;
}

.extras::before {
  top: 1px;
  height: min(20cqi, 120px);
  translate: 0 -100%;
  background-image: url("../images/bg_extras_top-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .extras::before {
    translate: 0 -82%;
    height: 12.5rem;
    background-image: url("../images/bg_extras_top.webp");
    background-size: max(100.625rem, 100%) 100%;
  }
}

.extras::after {
  bottom: 1px;
  height: min(14.9333333333cqi, 75px);
  translate: 0 100%;
  background-image: url("../images/bg_extras_bottom-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .extras::after {
    translate: 0 75%;
    height: 12.5rem;
    background-image: url("../images/bg_extras_bottom.webp");
    background-size: max(1610px, 100%) 100%;
  }
}

.extras__inner.inner {
  position: relative;
  z-index: 1;
}

.extras__inner::before {
  content: "";
  position: absolute;
  top: -2.125rem;
  right: 0;
  width: min(20.2666666667cqi, 100px);
  aspect-ratio: 76/47;
  background-image: url("../images/accent_bubble-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .extras__inner::before {
    top: -3.875rem;
    right: 28px;
    width: 13.8888888889cqi;
  }
}

.extras__title {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  font-size: 1.5rem;
  font-family: var(--third-font);
  font-weight: var(--fw-bold);
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .extras__title {
    font-size: 1.75rem;
  }
}

.extras__title::before {
  content: "";
  position: absolute;
  top: -3.875rem;
  left: -90%;
  width: 7.1875rem;
  aspect-ratio: 115/119;
  background-image: url("../images/img_star_extra-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .extras__title::before {
    top: -3.875rem;
    left: -88%;
    width: 8.75rem;
    aspect-ratio: 140/144;
    background-image: url("../images/img_star_extra.svg");
  }
}

.extras__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 8px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .extras__list {
    gap: 4rem;
    margin-top: 3.125rem;
  }
}

.extras__list::before {
  content: "";
  position: absolute;
  top: 19%;
  left: calc(50% - min(50.1333333333vw, 360px));
  width: min(20.2666666667cqi, 100px);
  aspect-ratio: 76/47;
  background-image: url("../images/accent_bubble-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .extras__list::before {
    top: 50.5%;
    left: calc(50% - clamp(370px, 34.4444444444vw, 496px));
    width: 13.8888888889cqi;
  }
}

@media screen and (min-width: 768px) {
  .extras__list::after {
    content: "";
    position: absolute;
    bottom: -3.375rem;
    right: calc(50% - clamp(370px, 34.4444444444vw, 496px));
    width: 15cqi;
    aspect-ratio: 216/115;
    background-image: url("../images/accent_bubble-02.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.extras__item {
  --_color: var(--text-black);
  display: grid;
  gap: 0.5rem;
  place-items: center;
  width: 48.6880466472%;
}
@media screen and (min-width: 768px) {
  .extras__item {
    width: 240px;
  }
}

.extras__item[data-type=landscape] {
  grid-column: 1/-1;
  width: min(100%, min(300px, 72cqi));
}

.extras__item[data-type=portrait] {
  grid-column: 1/-1;
  width: min(100%, min(240px, 48cqi));
}

.extras__img {
  display: grid;
  place-items: center;
  gap: 8px;
}

.extras__img img {
  aspect-ratio: 180/256;
  object-fit: contain;
}

.extras__item[data-type=landscape] .extras__img img {
  aspect-ratio: 270/191;
}

.extras__name {
  padding-inline: 8px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.4375;
  color: var(--_color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .extras__name {
    font-size: 16px;
  }
}

.extras__name-small {
  display: block;
  font-size: 0.8125rem;
}

.extras__note {
  font-size: 0.75rem;
  font-weight: var(--fw-medium);
  line-height: 1.4166666667;
  color: var(--_color);
}

.fixed-cta {
  --_radius: 999em;
  position: fixed;
  z-index: var(--z-index-cta);
  left: 0;
  bottom: 12px;
}
@media screen and (min-width: 768px) {
  .fixed-cta {
    display: none;
  }
}

.fixed-cta__link {
  display: block;
  padding-block: min(2.4cqi, 13px) min(2.6666666667cqi, 14px);
  padding-inline: 6.4cqi 6.9333333333cqi;
  font-size: min(18px, 3.7333333333cqi);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--white);
  background-color: #7fbf27;
  border-top-right-radius: var(--_radius);
  border-bottom-right-radius: var(--_radius);
}

.footer {
  padding-block: 0.875rem 5rem;
  padding-inline: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 3rem;
    border-top: 1px solid #a1a1a1;
  }
}

.footer__copyright {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
  line-height: 1.2777777778;
  color: var(--text-black);
}

.fv {
  display: grid;
  grid-template: "fv";
  overflow-x: clip;
}

.fv__bg {
  grid-area: fv;
}

.fv__bg img {
  aspect-ratio: 375/565;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 768px) {
  .fv__bg img {
    aspect-ratio: 1440/630;
  }
}

.fv__inner.inner {
  grid-area: fv;
  position: relative;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .fv__inner.inner {
    max-width: calc(69.4444444444cqi + var(--padding-pc) * 2);
  }
}

.fv__container {
  position: relative;
  container-type: inline-size;
  padding-block: 10.6666666667cqi 26.6666666667cqi;
}
@media screen and (min-width: 768px) {
  .fv__container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-block: 5.4166666667cqi 16.6666666667cqi;
  }
}

.fv__catch {
  position: relative;
  container-type: inline-size;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .fv__catch {
    flex: 1;
    display: grid;
    justify-items: center;
    padding-left: 2.875rem;
  }
}

.fv__catch-title {
  position: relative;
  z-index: 1;
  width: 99.1253644315cqi;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .fv__catch-title {
    top: 1.5625rem;
    width: 80.1843317972cqi;
  }
}

.fv__catch-title img {
  width: 100%;
  aspect-ratio: 340/108;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv__catch-title img {
    aspect-ratio: 348/263;
  }
}

.fv__catch-star {
  position: absolute;
  top: -7.6470588235cqi;
  left: -9.4117647059cqi;
  width: 24.1176470588cqi;
}
@media screen and (min-width: 768px) {
  .fv__catch-star {
    top: -11.5207373272cqi;
    left: -15.668202765cqi;
    width: 52.3041474654cqi;
  }
}

.fv__catch-star img {
  aspect-ratio: 227/234;
  object-fit: contain;
}

.fv__catch-balloon {
  position: absolute;
  top: -7.3529411765cqi;
  right: 4px;
  width: 34.1176470588cqi;
}
@media screen and (min-width: 768px) {
  .fv__catch-balloon {
    top: -11.9815668203cqi;
    right: -17.0506912442cqi;
    width: 39.400921659cqi;
  }
}

.fv__catch-balloon img {
  aspect-ratio: 116/66;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv__catch-balloon img {
    aspect-ratio: 171/98;
  }
}

.fv__drill {
  position: relative;
  container-type: inline-size;
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-top: 1.6cqi;
}
@media screen and (min-width: 768px) {
  .fv__drill {
    grid-template-columns: 1fr 9.7cqi;
    gap: 1.25rem;
    margin-top: initial;
    padding-right: 0.75rem;
    width: 50%;
  }
}

.fv__drill-caption {
  margin-left: -0.875rem;
  width: 74.0524781341cqi;
}
@media screen and (min-width: 768px) {
  .fv__drill-caption {
    margin-left: initial;
    width: 100%;
  }
}

.fv__drill-caption img {
  aspect-ratio: 254/55;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv__drill-caption img {
    aspect-ratio: 97/260;
  }
}

.fv__drill-img {
  container-type: inline-size;
  position: relative;
  left: -0.1875rem;
  width: 91.2536443149cqi;
  filter: drop-shadow(2px 5px 12px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .fv__drill-img {
    grid-column: 1;
    grid-row: 1;
    top: 2rem;
    width: 100%;
  }
}

.fv__drill-img img {
  aspect-ratio: 371/282;
  object-fit: contain;
}

.fv__drill-img::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -8.3067092652cqi;
  width: 14.696485623cqi;
  aspect-ratio: 46/20;
  background-image: url("../images/accent_cue-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .fv__drill-img::before {
    top: 0;
    right: -8.0862533693cqi;
    width: 14.8247978437cqi;
    aspect-ratio: 53/27;
    background-image: url("../images/accent_cue.svg");
  }
}

.fv__boy {
  position: absolute;
  bottom: 10cqi;
  left: calc(50% - min(49.0666666667vw, 500px));
  width: 57cqi;
}
@media screen and (min-width: 768px) {
  .fv__boy {
    bottom: 8cqi;
    left: var(--padding-pc);
    width: 25cqi;
  }
}

.fv__boy img {
  position: relative;
  z-index: 1;
  aspect-ratio: 193/111;
  object-fit: contain;
}

.fv__hedgehog {
  position: absolute;
  right: calc(50% - min(48vw, 500px));
  bottom: 16.5333333333cqi;
  width: 17.6cqi;
}
@media screen and (min-width: 768px) {
  .fv__hedgehog {
    right: calc(var(--padding-pc) + 0.625rem);
    bottom: 8.6805555556cqi;
    width: 7.2916666667cqi;
  }
}

.fv__hedgehog img {
  aspect-ratio: 66/63;
  object-fit: contain;
}

.pagetop {
  --_right: 15px;
  --_bottom: 4px;
  position: fixed;
  bottom: var(--_bottom);
  right: var(--_right);
  z-index: var(--z-index-pagetop);
  width: 4.25rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out, visibility 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .pagetop {
    --_right: calc(68 / 16 * 1em);
    --_bottom: calc(45 / 16 * 1em);
    width: 6.0625rem;
  }
}

.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

.pagetop img {
  aspect-ratio: 68/64;
  object-fit: contain;
}

@media (any-hover: hover) {
  .pagetop:hover {
    transform: translateY(-5px);
  }
}
.js-fade-in {
  opacity: 0;
  transform: translateY(20px);
}

.js-poyon {
  --_scale-min-x: 0.95;
  --_scale-min-y: 0.95;
  --_scale-max-x: 1.05;
  --_scale-max-y: 1.05;
  --_duration: 0.8s;
  animation: poyon var(--_duration) linear forwards;
}

@keyframes poyon {
  0% {
    scale: 1 1;
    translate: 0% 0%;
  }
  15% {
    animation-timing-function: ease-out;
    scale: 1 var(--_scale-min-y);
    translate: 0% -10%;
  }
  30% {
    scale: 1 var(--_scale-max-y);
    translate: 0% -20%;
  }
  50% {
    scale: 1 1;
    translate: 0% 0%;
  }
  /* ===== 2回目（低めジャンプ） ===== */
  60% {
    animation-timing-function: ease-out;
    scale: 1 var(--_scale-min-y);
    translate: 0% -6%;
  }
  70% {
    scale: 1 var(--_scale-max-y);
    translate: 0% -12%;
  }
  100% {
    scale: 1 1;
    translate: 0% 0%;
  }
}
.js-tokotoko {
  --_duration: 0.8s;
  --_jump: -18%;
  animation: tokotoko var(--_duration) steps(2, end) forwards;
}

@keyframes tokotoko {
  0% {
    translate: 20% 0%;
  }
  25% {
    translate: 20% var(--_jump);
  }
  50% {
    translate: 10% 0%;
  }
  75% {
    translate: 10% calc(var(--_jump) * 0.8);
  }
  100% {
    translate: 0% 0%;
  }
}
.js-furifuri {
  --_pon-duration: 0.4s;
  --_pon-easing: cubic-bezier(0.34, 1.56, 0.64, 1);
  --_furi-duration: 0.4s;
  --_furi-easing: ease-in-out;
  --_furi-delay: 0.2s;
  --_rotate: 3deg;
  transform-origin: center bottom;
}

.js-furifuri.is-animated {
  animation: pon var(--_pon-duration) var(--_pon-easing) forwards, furifuri var(--_furi-duration) var(--_furi-easing) var(--_furi-delay) 2 forwards;
}

@keyframes pon {
  from {
    translate: 0% -20%;
  }
}
@keyframes furifuri {
  0% {
    rotate: 0deg;
  }
  33% {
    rotate: var(--_rotate);
  }
  66% {
    rotate: calc(var(--_rotate) * -0.8);
  }
  100% {
    rotate: 0deg;
  }
}
.js-tottoko {
  --_duration: 0.8s;
  --_jump: -18%;
}

.js-tottoko.is-animated {
  animation: tottoko var(--_duration) steps(3, end) forwards;
}

@keyframes tottoko {
  0% {
    translate: 25% 0%;
  }
  16.666% {
    translate: 25% var(--_jump);
  }
  33.333% {
    translate: 16.666% 0%;
  }
  50% {
    translate: 16.666% var(--_jump);
  }
  66.666% {
    translate: 8.333% 0%;
  }
  83.333% {
    translate: 8.333% calc(var(--_jump) * 0.8);
  }
  100% {
    translate: 0% 0%;
  }
}
.color-pink {
  color: var(--text-pink);
}

.color-green {
  color: var(--green);
}

.inline-block {
  display: inline-block;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.safari {
  --size: 400px;
}

.safari__dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}

.safari::before,
.safari::after {
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: var(--size);
  content: "";
  background-color: var(--gray5);
  transform: translate3d(0, 0, 9999px);
}

.safari::before {
  top: calc(var(--size) * -1);
}

.safari::after {
  bottom: calc(var(--size) * -1);
}

.text {
  font-size: 16px;
  font-weight: var(--fw-medium);
  line-height: 1.4375;
}

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