@charset "UTF-8";
/* color(基本トークン) */
/* color(意味トークン) */
/* font */
/* space */
/* layout */
/* breakpoint */
body {
  background-color: #1e539d;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
.header__nav-link {
  font-family: "Dela Gothic One", sans-serif;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1100px) {
  .inner {
    padding: 0 80px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(30, 83, 157, 0.8);
  z-index: 100;
}
.header__cta {
  justify-content: center;
  display: flex;
  min-height: 40px;
  background-color: #ff8990;
  border-radius: 50px;
  font-family: "Dela Gothic One", sans-serif;
  align-items: center;
  font-size: 24px;
  padding: 8px 23px;
  letter-spacing: -0.06em;
}
.header__cta::after {
  content: "→";
  margin-left: 24px;
  font-family: "Inter", sans-serif;
}
.header__group {
  display: none;
}
.header__group.is-open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fecd00;
  align-items: center;
  justify-content: center;
}
.header__group.is-open .header__ribbon {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.header__group.is-open .header__monster {
  position: fixed;
  left: 12px;
  bottom: 0;
  height: 191px;
}
.header__group.is-open .header__nav-list {
  flex-direction: column;
}
.header__inner {
  margin-top: 15px;
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-list {
  display: flex;
  gap: 28px;
}
.header__nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  align-items: center;
  z-index: 150;
  letter-spacing: -0.06em;
}
.header__nav-sub {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #000000;
  font-weight: 600;
  padding: 2px;
  letter-spacing: -0.06em;
}
.header__logo {
  position: relative;
  z-index: 150;
  width: 185px;
  height: 50px;
}
.header__nav-btn {
  position: relative;
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 20px;
}
.header__nav-btn span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__nav-btn[aria-expanded=true] span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__nav-btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.header__nav-btn[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media (min-width: 1100px) {
  .header__inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header__nav-link {
    font-size: 20px;
  }
  .header__logo {
    width: 233px;
    height: 60px;
  }
  .header__group {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .header__nav-btn, .header__ribbon, .header__monster {
    display: none;
  }
}

main {
  margin-top: 84px;
}
@media (min-width: 768px) {
  main {
    margin-top: 90px;
  }
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 88px;
  overflow-x: clip;
}
.hero__inner {
  position: relative;
  height: 100%;
}
.hero__monster {
  position: absolute;
  z-index: 2;
}
.hero__monster--red {
  top: 77.4%;
  left: 3%;
  width: 38.51%;
  height: 30.61%;
}
.hero__monster--yellow {
  top: 50%;
  left: 80%;
  width: 20.9%;
  height: 14.58%;
}
.hero__monster--purple {
  top: 65%;
  left: 80%;
  width: 20.3%;
  height: 15.38%;
}
.hero__monster--one-eye {
  display: none;
}
.hero__title, .hero__catchcopy, .hero__text {
  position: relative;
  z-index: 5;
}
.hero__item {
  position: absolute;
  top: 15%;
  left: -10%;
  width: 130%;
  height: auto;
  z-index: 10;
  animation: hero-float 3s ease-in-out infinite;
}
.hero__ribbon--sp {
  display: block;
  position: absolute;
  top: 25%;
  left: -30%;
  width: 166.45%;
  height: auto;
  z-index: 1;
}
.hero__ribbon--pc {
  display: none;
}
.hero__ribbon-sub {
  position: absolute;
  top: 70%;
  left: -25.34%;
  width: 210%;
  height: auto;
  z-index: -1;
}
.hero__box {
  position: relative;
  aspect-ratio: 335/624;
  background-color: #ff8990;
  border: 2px solid #000000;
  box-shadow: inset 20px 20px 4px 0px rgba(255, 83, 83, 0.25);
  border-radius: 40px;
  overflow: clip;
}
.hero__title {
  font-size: clamp(74px, 47.29px + 7.12vw, 101.99px);
  padding-top: 16px;
  padding-left: 13px;
  padding-right: 13px;
  letter-spacing: -0.06em;
}
.hero__catchcopy {
  margin: 0;
  margin-top: 11px;
  margin-left: 13px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(24px, 19.42px + 1.22vw, 28.8px);
  background-color: #ff00dd;
  letter-spacing: -0.06em;
}
.hero__catchcopy + .hero__catchcopy {
  margin-top: 6px;
}
.hero__text {
  width: 57.31%;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-top: 98.8%;
  margin-left: 40%;
  letter-spacing: -0.06em;
  line-height: 1.2;
}
.hero__text--pc-only {
  display: none;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 120px;
  }
  .hero__box {
    aspect-ratio: 1280/652;
  }
  .hero__title {
    font-size: clamp(101.99px, 12.28vw, 170px);
    margin-left: 15px;
  }
  .hero__catchcopy {
    font-size: clamp(28.8px, 3.75vw, 48px);
    margin-left: 33px;
  }
  .hero__catchcopy + .hero__catchcopy {
    margin-top: 8px;
  }
  .hero__text {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    width: 40.18%;
    margin-top: 12.23%;
    margin-left: 16.07%;
  }
  .hero__text--pc-only {
    display: block;
    margin: 0;
    margin-left: 16.07%;
    margin-bottom: 28px;
  }
  .hero__ribbon--pc {
    display: block;
    position: absolute;
    top: -1%;
    left: -10.57%;
    width: 118%;
    height: auto;
    z-index: 3;
  }
  .hero__ribbon--sp {
    display: none;
  }
  .hero__ribbon-sub {
    top: 47.85%;
    left: -40%;
    width: 156.31%;
    height: 99.34%;
  }
  .hero__item {
    position: absolute;
    top: 15%;
    left: 35.42%;
    width: 45%;
    height: auto;
    z-index: 10;
  }
  .hero__monster--red {
    top: 51.23%;
    left: 1%;
    width: 18.75%;
    height: auto;
    z-index: 5;
  }
  .hero__monster--yellow {
    top: 5%;
    left: 85%;
    width: 17.34%;
    height: auto;
    z-index: 5;
  }
  .hero__monster--purple {
    top: 40%;
    left: 85%;
    width: 16.88%;
    height: auto;
    z-index: 5;
  }
  .hero__monster--one-eye {
    display: block;
    top: 50%;
    left: 64%;
    width: 17%;
    height: auto;
    z-index: 2;
  }
}

@keyframes hero-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.about {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 865px;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow-x: hidden;
  overflow-y: clip;
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.about__img {
  max-width: 100%;
}
.about__visual {
  position: relative;
}
.about__icon {
  position: absolute;
  top: 64.91%;
  left: -7.81%;
  width: 25.83%;
  height: 44.15%;
}
.about__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.8;
}
.about__title {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  letter-spacing: -0.06em;
}
.about__title-highlight {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff00dd;
}
.about__title-highlight + .about__title-highlight {
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .about__inner {
    padding-bottom: 10.23%;
  }
}
@media (min-width: 1100px) {
  .about {
    min-height: 606px;
    margin-bottom: 30px;
  }
  .about__inner {
    flex-direction: row;
    gap: 80px;
    padding: 0;
  }
  .about__body {
    width: 495px;
    flex-shrink: 0;
  }
  .about__title {
    font-size: 48px;
  }
  .about__title-highlight + .about__title-highlight {
    margin-top: 8px;
  }
  .about__text {
    font-size: 18px;
    font-weight: bold;
  }
  .about__visual {
    width: 705px;
    flex-shrink: 0;
  }
  .about__icon {
    top: 68.09%;
    left: -7.8%;
    width: 23.4%;
    height: 39.93%;
  }
}

.flavor {
  position: relative;
  width: 100%;
}
.flavor__box {
  position: relative;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
  background-color: #ff8990;
  min-height: 1300px;
  border-radius: 50px;
}
.flavor__box-img {
  position: absolute;
}
.flavor__box-img--top {
  top: -1.57%;
  left: -13.43%;
  width: 32.54%;
  height: 11.22%;
}
.flavor__box-img--bottom {
  top: 92%;
  left: 77.01%;
  width: 32.54%;
  height: 11.22%;
}
.flavor__star-list {
  display: flex;
}
.flavor__star-img, .flavor__star-img--gray {
  width: 24px;
  height: 24px;
}
.flavor__info {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  align-items: center;
  padding: 28px;
  margin-top: -42px;
}
.flavor__item-monster {
  position: absolute;
  left: 5.28%;
  top: 32.9%;
  width: 20.13%;
  height: 23.58%;
}
.flavor__name {
  font-size: 32px;
  margin-bottom: 4px;
  margin-top: 40px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: normal;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  letter-spacing: -0.06em;
}
.flavor__text {
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.06em;
  line-height: 1.8;
}
.flavor__title {
  position: relative;
  font-size: 24px;
  background-color: #ff00dd;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 24px;
  letter-spacing: -0.06em;
}
.flavor__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.flavor__item {
  width: 303px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.flavor__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.flavor__item-card {
  display: block;
  width: 100%;
}
.flavor__rank {
  display: grid;
  gap: 2px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.flavor__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1100px) {
  .flavor__box {
    width: 100%;
    padding: 0 80px;
    padding-top: 80px;
    min-height: 671px;
    max-width: 1440px;
  }
  .flavor__box-img--top {
    top: -13.41%;
    left: -3%;
    width: 13.82%;
    height: 40.98%;
  }
  .flavor__box-img--bottom {
    top: 68.41%;
    left: 89.79%;
    width: 13.82%;
    height: 40.98%;
  }
  .flavor__item {
    width: calc((100% - 80px) / 3);
  }
  .flavor__item-monster {
    left: 3%;
    top: 56.25%;
    width: 27.25%;
    height: 40.5%;
  }
  .flavor__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .flavor__name {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .flavor__list {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
  .flavor__info {
    padding: 40px 20px 16px 140px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .flavor__box {
    min-height: auto;
    padding-bottom: 40px;
  }
  .flavor__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
  }
  .flavor__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .flavor__item {
    width: 100%;
  }
  .flavor__item:nth-child(3) {
    max-width: calc((100% - 24px) / 2);
    margin-inline: auto;
    grid-column: 1/-1;
  }
  .flavor__info {
    margin-top: -68px;
  }
}

.campaign {
  position: relative;
  overflow-x: clip;
}
.campaign__inner {
  margin-top: 70px;
}
.campaign__box {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  min-height: 225px;
}
.campaign__monster--pc-only {
  display: none;
}
.campaign__title {
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  color: #ffffff;
  background-color: #000000;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.06em;
  z-index: 1;
}
.campaign__cta {
  position: relative;
  justify-content: center;
  display: flex;
  font-family: "Dela Gothic One", sans-serif;
  background-color: #12458b;
  color: #ffffff;
  font-size: 24px;
  width: 303px;
  height: 50px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 15px;
  align-items: center;
  letter-spacing: -0.06em;
}
.campaign__cta::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
}
.campaign__chance-img {
  position: absolute;
  top: 14.22%;
  left: 29.55%;
  width: 40.38%;
  height: 13.07%;
  z-index: 1;
}
.campaign__star-img {
  position: absolute;
}
.campaign__star-img--01 {
  top: 7.56%;
  left: 1.8%;
  width: 44.48%;
  height: 72%;
}
.campaign__star-img--02 {
  top: 38.7%;
  left: 57%;
  width: 49.55%;
  height: 56%;
}
.campaign__ribbon {
  position: absolute;
  z-index: -1;
  top: -7.11%;
  left: -71.34%;
  width: 262.43%;
  height: 86.31%;
}
@media (min-width: 768px) {
  .campaign__monster--pc-only {
    position: absolute;
    display: block;
    top: -10.03%;
    left: -15.21%;
    width: 36.32%;
    height: 120.06%;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  .campaign__monster--pc-only.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
  .campaign__box {
    min-height: 349px;
    width: 81.61%;
    border-radius: 40px;
    margin-left: 13.57%;
  }
  .campaign__star-img--01 {
    top: 23.5%;
    left: 13.02%;
    width: 33.26%;
    height: 70.77%;
  }
  .campaign__star-img--02 {
    top: 3.15%;
    left: 69.04%;
    width: 27.79%;
    height: 79.37%;
  }
  .campaign__ribbon {
    z-index: -1;
    top: -80.02%;
    left: -130%;
    width: 371.93%;
    height: 210.49%;
  }
  .campaign__chance-img {
    top: 9.91%;
    left: 44.53%;
    width: 26.15%;
    height: 14.73%;
  }
  .campaign__title {
    font-size: 56px;
    font-weight: normal;
    margin-top: 99px;
    margin-left: 202px;
  }
  .campaign__cta {
    font-size: 40px;
    width: 448px;
    height: 90px;
    margin-left: 300px;
    padding-top: 24px;
    padding-bottom: 26px;
  }
}

.info__inner {
  margin-top: 100px;
  display: grid;
  grid-template-areas: "title" "list" "img" "cta";
}
.info__title {
  grid-area: title;
  font-size: 32px;
  background-color: #ff00dd;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  letter-spacing: -0.06em;
}
.info__list {
  grid-area: list;
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin-top: 16px;
}
.info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: img;
  border-radius: 10px;
}
.info__term {
  width: 45%;
  margin-top: 10px;
  letter-spacing: -0.06em;
  line-height: 1.8;
}
.info__data {
  width: 55%;
  margin-top: 10px;
}
.info__cta {
  grid-area: cta;
  position: relative;
  justify-content: center;
  display: flex;
  font-family: "Dela Gothic One", sans-serif;
  background-color: #00ffaa;
  color: #12458b;
  font-size: 24px;
  width: 303px;
  height: 50px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 15px;
  align-items: center;
  letter-spacing: -0.06em;
}
.info__cta::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
}
@media (min-width: 1100px) {
  .info__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img title " "img list" "img cta";
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .info__img {
    border-radius: 20px;
  }
  .info__title {
    font-size: 48px;
  }
  .info__term {
    width: 30%;
  }
  .info__data {
    width: 70%;
  }
  .info__cta {
    margin-top: 20px;
    font-size: 40px;
    width: 448px;
    height: 90px;
    padding-top: 24px;
    padding-bottom: 26px;
  }
}

.footer__inner {
  position: relative;
  padding-bottom: 40px;
}
.footer__copy {
  font-weight: normal;
  font-size: 15px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 70px;
  letter-spacing: -0.06em;
}
.footer__img {
  width: 42px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 1100px) {
  .footer__inner {
    padding-bottom: 60px;
  }
  .footer__copy {
    padding-top: 100px;
  }
  .footer__img {
    width: 66px;
    height: 83px;
  }
}/*# sourceMappingURL=style.css.map */