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

html {
  font-size: 62.5%;
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #2a2a2a;
  line-height: 2.2;
  background: #FFF9DF;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

[data-gtm] > *,
[data-gtm] img,
[data-gtm] svg,
[data-gtm] picture,
[data-gtm] span {
  pointer-events: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

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

h1, h2, h3, p, figure {
  margin: 0;
}

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

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}
.section-title {
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: clamp(3rem, 4dvw, 5.4rem);
  color: #f27a8a;
  margin-bottom: 0.45em;
  scroll-margin-top: 144px;
}
@media screen and (max-width: 480px) {
  .section-title {
    margin-bottom: calc(24 / 390 * 100dvw);
  }
}
@media (max-width: 1260px) {
  .section-title {
    scroll-margin-top: 95px;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 16px 84px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  width: 100%;
}
.site-header__logo {
  flex: 0 0 auto;
  line-height: 0;
}
.site-header__logo img {
  width: 228px;
  height: auto;
}
.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.site-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__nav-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header__nav-list li:not(:last-child)::after {
  content: "";
  flex: 0 0 auto;
  width: 6.3px;
  height: 6.3px;
  background: #13a269;
  transform: rotate(45deg);
}
.site-header__nav-list a {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #ff6972;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-header__nav-list a:hover, .site-header__nav-list a:focus-visible {
    opacity: 0.75;
    outline: none;
  }
}
.site-header__menu-btn {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0 -11px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}
.site-header__menu-btn img {
  display: block;
  width: 21px;
  height: 22px;
  margin: auto;
}
@media (max-width: 1260px) {
  .site-header {
    padding: 9px 32px;
  }
  .site-header__inner {
    gap: 1.6rem;
  }
  .site-header__logo img {
    width: 128px;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__menu-btn {
    display: grid;
    place-items: center;
  }
}

.site-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  background: #fff9df;
}
.site-nav-drawer[hidden] {
  display: none;
}
.site-nav-drawer__bar {
  position: relative;
  flex: 0 0 auto;
  height: 63px;
  padding: 0 32px;
}
.site-nav-drawer__close {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-right: -13px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}
.site-nav-drawer__close img {
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
}
.site-nav-drawer__nav {
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  padding: 0 24px 63px;
}
.site-nav-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav-drawer__list a {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2rem;
  line-height: 1.45;
  color: #ff6972;
  text-align: center;
  white-space: nowrap;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: #E8F8FF;
  min-height: 620px;
}
@media screen and (max-width: 480px) {
  .hero {
    min-height: auto;
    width: 100%;
    aspect-ratio: 390/500;
  }
}
.hero__sky {
  position: absolute;
  inset: 0 0 30% 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 76px 24px 0;
}
@media screen and (max-width: 480px) {
  .hero__inner {
    padding: 0 32px;
    padding-top: calc(40 / 390 * 100dvw);
  }
}
.hero__collab {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .hero__collab {
    width: calc(238 / 390 * 100dvw);
    margin: 0 auto;
  }
}
.hero__figures {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 380px;
}
@media screen and (max-width: 1080px) {
  .hero__figures {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "catch catch" "nitto coji";
  }
}
.hero__figure {
  display: flex;
  justify-content: center;
}
.hero__figure img {
  width: auto;
}
.hero__figure--nitto {
  flex: 1 0 162px;
}
@media screen and (max-width: 1080px) {
  .hero__figure--nitto {
    grid-area: nitto;
    max-width: 162px;
    margin-left: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero__figure--nitto {
    width: calc(86 / 390 * 100dvw);
  }
}
.hero__figure--coji {
  flex: 1 0 196px;
}
@media screen and (max-width: 1080px) {
  .hero__figure--coji {
    grid-area: coji;
    max-width: 196px;
    margin-right: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .hero__figure--coji {
    width: calc(109 / 390 * 100dvw);
  }
}
.hero__catch {
  align-self: flex-start;
  padding-top: 48px;
  margin-left: 32px;
  flex: 1 0 auto;
}
@media screen and (max-width: 1080px) {
  .hero__catch {
    grid-area: catch;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .hero__catch {
    padding-left: 0;
    padding-top: calc(20 / 390 * 100dvw);
    width: calc(352 / 390 * 100dvw);
  }
}
.hero__hill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.hero__hill img {
  width: 100%;
  height: auto;
}

/* ===== Clouds ===== */
.cloud-group {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cloud-group__item {
  position: absolute;
  left: 0;
  will-change: transform, opacity;
  opacity: 0;
  animation-name: cloud-fade-in, cloud-drift;
  animation-timing-function: ease, linear;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, none;
}
.cloud-group__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}
.cloud-group__item--a {
  top: 12%;
  width: min(236px, 28dvw);
  animation-duration: 1.6s, 108s;
  animation-delay: 0s, 0s;
}
.cloud-group__item--b {
  top: 28%;
  width: min(198px, 22dvw);
  animation-duration: 1.6s, 72s;
  animation-delay: 0.25s, -30s;
}
.cloud-group__item--c {
  top: 6%;
  width: min(130px, 16dvw);
  animation-duration: 1.6s, 46s;
  animation-delay: 0.5s, -14s;
}
@media (max-width: 767px) {
  .cloud-group__item--a {
    top: 10%;
    width: 42dvw;
    animation-duration: 1.4s, 84s;
  }
  .cloud-group__item--b {
    top: 26%;
    width: 34dvw;
    animation-duration: 1.4s, 58s;
  }
  .cloud-group__item--c {
    top: 4%;
    width: 24dvw;
    animation-duration: 1.4s, 36s;
  }
}

@keyframes cloud-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cloud-drift {
  from {
    transform: translate3d(-30dvw, 0, 0);
  }
  to {
    transform: translate3d(110dvw, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cloud-group__item {
    animation: cloud-fade-in 1s ease forwards;
    opacity: 1;
    transform: none;
  }
  .cloud-group__item--a {
    left: 8%;
  }
  .cloud-group__item--b {
    left: 42%;
  }
  .cloud-group__item--c {
    left: 72%;
  }
  .about-chars__cloud img {
    animation: cloud-fade-in 1s ease forwards;
    opacity: 1;
    transform: none;
    left: var(--cloud-left, 0);
  }
}
/* ===== Intro ===== */
.intro {
  position: relative;
  background-image: url(../img/hero_hill_center.svg);
  color: #fff;
  text-align: center;
  padding: 54px 0 75px;
}
@media screen and (max-width: 480px) {
  .intro {
    background-image: url(../img/hero_hill_center_sp.svg);
    padding-top: calc(54 / 390 * 100dvw);
    padding-bottom: calc(64 / 390 * 100dvw);
  }
}
.intro__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1.8rem, 2dvw, 2.6rem);
  font-weight: 600;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .intro__text {
    word-break: keep-all;
    padding: 0 32px;
  }
}

.intro__hill-bottom {
  line-height: 1;
}
.intro__hill-bottom img {
  width: 100%;
  height: auto;
}

/* ===== About chars ===== */
.about-chars {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 94px 32px 277px;
  position: relative;
}
@media screen and (max-width: 880px) {
  .about-chars {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "content content" "nitto coji";
    background-image: url(../img/about_bg_sp.svg);
    background-size: 100%;
    background-position: center top -4dvw;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .about-chars {
    padding: 0 32px;
    padding-top: calc(74 / 390 * 100dvw);
  }
}
.about-chars__cloud {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 880px) {
  .about-chars__cloud {
    display: none;
  }
}
.about-chars__cloud img {
  position: absolute;
  top: var(--cloud-top, 0);
  left: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  will-change: transform, opacity;
  opacity: 0;
  animation-name: cloud-fade-in, cloud-drift;
  animation-timing-function: ease, linear;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, none;
  animation-duration: 1.6s, var(--cloud-duration, 95s);
  animation-delay: 0s, var(--cloud-delay, 0s);
}
.about-chars__media, .about-chars__content {
  position: relative;
  z-index: 1;
}
.about-chars__media {
  height: 555px;
  max-width: 480px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
  flex: 1 0 auto;
}
@media screen and (max-width: 880px) {
  .about-chars__media {
    height: auto;
  }
  .about-chars__media img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .about-chars__media--nitto {
    width: calc(86 / 390 * 100dvw);
    height: auto;
    grid-area: nitto;
    margin-left: auto;
  }
}
.about-chars__media--coji {
  position: relative;
}
@media screen and (max-width: 880px) {
  .about-chars__media--coji {
    width: calc(84 / 390 * 100dvw);
    height: auto;
    grid-area: coji;
    margin-right: auto;
    margin-bottom: 36px;
    align-self: flex-end;
    margin-bottom: 4.5dvw;
  }
}
.about-chars__media--coji--bird {
  position: absolute;
  top: 80px;
  left: auto;
  right: auto;
}
@media screen and (max-width: 880px) {
  .about-chars__media--coji--bird {
    display: none;
  }
}
.about-chars__content {
  max-width: 482px;
  flex: 1 0 482px;
  margin: 0 20px;
}
@media screen and (max-width: 880px) {
  .about-chars__content {
    grid-area: content;
    max-width: 100%;
  }
}
.about-chars__block p {
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: center;
}
.about-chars__block--nitto {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .about-chars__block--nitto {
    margin-bottom: calc(74 / 390 * 100dvw);
  }
}

/* ===== CM ===== */
.cm {
  position: relative;
  overflow: hidden;
}
.cm.cm--web {
  overflow: visible;
}
.cm--tv {
  margin-top: -186px;
  overflow: visible;
}
@media screen and (max-width: 880px) {
  .cm--tv {
    background-image: url(../img/tv_cm_bg_sp.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .cm--tv {
    margin-top: calc(30 / 390 * 100dvw);
    padding-top: calc(52 / 390 * 100dvw);
    padding-bottom: calc(84 / 390 * 100dvw);
  }
}
.cm--tv--inner {
  padding: 0 20px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .cm--tv--inner {
    padding: 0 32px;
  }
}
.cm--tv--inner:after {
  content: "";
  display: block;
  aspect-ratio: 1346/196;
  background-image: url(../img/tv_cm_bg.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  max-width: 1346px;
}
@media screen and (max-width: 880px) {
  .cm--tv--inner:after {
    display: none;
  }
}
.cm--web {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 880px) {
  .cm--web {
    background-image: url(../img/web_cm_bg_sp.svg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 82px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 640px) {
  .cm--web {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  .cm--web {
    padding-top: calc(52 / 390 * 100dvw);
    padding-bottom: calc(230 / 390 * 100dvw);
  }
}
.cm--web--inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  aspect-ratio: 1440/788;
  padding: 0 20px;
  margin: 0 auto;
  background-image: url(../img/web_cm_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1090px) {
  .cm--web--inner {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 880px) {
  .cm--web--inner {
    background-image: none;
    aspect-ratio: unset;
    height: auto;
    min-height: 0;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 640px) {
  .cm--web--inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .cm--web--inner {
    background-image: none;
    padding: 0 32px 0;
  }
}
.cm__grid {
  max-width: 1030px;
  margin: 0 auto;
  display: grid;
  gap: min(40px, 3.8834951456dvw) min(30px, 2.9126213592dvw);
}
.cm__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .cm__grid--2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .cm__grid--2 {
    gap: calc(34 / 390 * 100dvw);
  }
}
.cm__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .cm__grid--3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .cm__grid--3 {
    grid-template-columns: 1fr;
    gap: calc(34 / 390 * 100dvw);
  }
}
.cm__deco {
  position: absolute;
  pointer-events: none;
}
.cm__deco--fly {
  --fly-enter-x: -95dvw;
  --fly-enter-y: calc(95dvw * 1.7320508);
  --fly-exit-x: calc(60dvw);
  --fly-exit-y: -95dvh;
  position: absolute;
  left: -6.1805555556dvw;
  top: 18.8888888889dvw;
  width: 27.2916666667dvw;
  aspect-ratio: 393.765/260.543;
  z-index: 2;
  transform: translate(var(--fly-enter-x), var(--fly-enter-y));
  will-change: transform;
}
@media (min-width: 1440px) {
  .cm__deco--fly {
    left: calc(50% - 720px - 89px);
    top: 210px;
    width: 393px;
  }
}
@media screen and (max-width: 640px) {
  .cm__deco--fly {
    left: calc(-60 / 390 * 100dvw);
    top: calc(196 / 390 * 100dvw);
    width: calc(236 / 390 * 100dvw);
    aspect-ratio: 236/156;
  }
}
.cm__deco--fly .cm__deco--fly-img {
  position: absolute;
  left: 0;
  top: 19.13%;
  display: block;
  width: 61.31%;
  height: auto;
}
.cm__deco--fly .cm__deco--fly-text {
  position: absolute;
  left: 66.4%;
  top: 0;
  width: 33.6%;
  height: auto;
  opacity: 0;
  will-change: opacity;
}
.cm__deco--fly.is-play {
  animation: deco-fly-move 7s cubic-bezier(0.33, 0.1, 0.25, 1) forwards;
}
.cm__deco--fly.is-play .cm__deco--fly-text {
  animation: deco-fly-text 7s ease forwards;
}
.cm__deco--fly.is-done {
  display: none;
}
.cm__deco--fly.is-reduced {
  transform: none;
}
.cm__deco--fly.is-reduced .cm__deco--fly-text {
  opacity: 1;
}
.cm__deco--rest {
  left: 87.0138888889%;
  top: 79.1878172589%;
  width: 9.5138888889%;
  min-width: 137px;
}
@media screen and (max-width: 1300px) {
  .cm__deco--rest {
    top: 600px;
  }
}
@media screen and (max-width: 880px) {
  .cm__deco--rest {
    left: auto;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .cm__deco--rest {
    top: auto;
    width: calc(124 / 390 * 100dvw);
    left: calc(140 / 390 * 100dvw);
    bottom: calc(36 / 390 * 100dvw);
  }
}
.cm__deco--rest img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
}

@keyframes deco-fly-move {
  0% {
    transform: translate(var(--fly-enter-x), var(--fly-enter-y)) scale(1);
    opacity: 1;
    visibility: visible;
  }
  26% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  68% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(var(--fly-exit-x), var(--fly-exit-y)) scale(0.25);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes deco-fly-text {
  0%, 26% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  68% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes deco-fly-move-debug {
  0% {
    transform: translate(var(--fly-enter-x), var(--fly-enter-y)) scale(1);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes deco-fly-text-debug {
  0%, 70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cm__deco--fly {
    transform: none !important;
    animation: none !important;
  }
  .cm__deco--fly .cm__deco--fly-text {
    opacity: 1 !important;
    animation: none !important;
  }
}
.cm-card {
  text-align: center;
}
.cm-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #d8d8d8;
  border-radius: 6px;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cm-card__thumb {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .cm-card__thumb:hover, .cm-card__thumb:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    outline: none;
  }
}
.cm-card__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cm-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: url(../img/play_btn.svg) center/contain no-repeat;
}
.cm-card__title {
  margin-top: 16px;
  font-size: clamp(1.6rem, 2.4dvw, 2.7rem);
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.cm-card__title--small {
  font-size: clamp(1.4rem, 1.8dvw, 1.8rem);
  align-items: flex-end;
  gap: 0 0.25rem;
  margin-top: 0.5em;
}
.cm-card__title--small .cm-card__title-suffix {
  font-size: 0.84em;
}
.cm-card__title .icon {
  flex: 0 0 auto;
  width: 1.5em;
  aspect-ratio: 42/47;
  height: auto;
  background-image: url(../img/cm_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media screen and (max-width: 698px) {
  .cm-card__title .icon {
    width: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .cm-card__title .icon {
    width: 1.4em;
  }
}
.cm-card__title .text {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  margin-top: 0.6rem;
}
.cm-card__title .text .cm-card__title-suffix {
  font-size: 0.84em;
  margin-left: 0.25em;
}
.cm-card__title .text .dots {
  --dot-size: clamp(0.47rem, 0.62dvw, 0.73rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--dot-size);
  margin-top: 0.25em;
  pointer-events: none;
}
.cm-card__title .text .dots .dots__item {
  flex: 0 0 var(--dot-size);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #3eb370;
}
.cm-card__title .text .dots .dots__item:nth-child(odd) {
  background: #20834b;
}
@media screen and (max-width: 640px) {
  .cm-card__title {
    font-size: 4dvw;
  }
}
@media (max-width: 480px) {
  .cm-card__play {
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
  }
}
.cm-card.comming-soon {
  pointer-events: none;
}
.cm-card.comming-soon h3 {
  display: none;
}
.cm-card.comming-soon button {
  display: none;
}
.cm-card.comming-soon::after {
  content: "Coming Soon...";
  font-size: 1.6rem;
  font-weight: 700;
  color: #969696;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: #E7E7E7;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

/* ===== Campaign ===== */
.campaign--inner {
  position: relative;
  max-width: 1440px;
  aspect-ratio: 1440/670;
  margin: 0 auto;
  padding: 74px 20px;
  background-image: url(../img/campaign_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .campaign--inner {
    padding-bottom: 240px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 880px) {
  .campaign--inner {
    padding: 0;
    padding-top: calc(53 / 390 * 100dvw);
    padding-bottom: clamp(150px, 54.6153846154dvw, 250px);
    aspect-ratio: auto;
    background-image: url(../img/campaign_bg_sp.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.campaign__deco {
  position: absolute;
  left: 3.9583333333%;
  top: 59.7014925373%;
  width: 7.2222222222%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .campaign__deco {
    left: 50%;
    top: auto;
    bottom: 0;
    min-width: 140px;
  }
}
@media screen and (max-width: 880px) {
  .campaign__deco {
    top: auto;
    bottom: 0;
    left: 37.4358974359%;
    right: auto;
    width: 100%;
    max-width: 150px;
    min-width: auto;
    width: calc(97 / 390 * 100dvw);
  }
}
.campaign__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.campaign__period {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 0;
  gap: 1.2rem;
  max-width: 672px;
  aspect-ratio: 672/98;
  margin: 0 auto 40px;
  background-image: url(../img/period_ribon.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .campaign__period {
    max-width: calc(100% - 18px);
    gap: 0.7rem;
  }
}
.campaign__period-label {
  display: flex;
  align-items: center;
  background: #E95464;
  border-radius: 999px;
  color: #fff;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  height: 5rem;
  margin-top: -1.6rem;
}
@media screen and (max-width: 767px) {
  .campaign__period-label {
    font-size: clamp(1rem, 2dvw, 2rem);
    height: auto;
    padding: 0.25em 1rem;
    margin-top: -1em;
  }
}
.campaign__period-date {
  font-family: "Mochiy Pop One", sans-serif;
  color: #E95464;
  font-size: 2rem;
  margin-top: -2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign__period-date {
    font-size: clamp(1rem, 2dvw, 2rem);
    margin-top: -1.6rem;
  }
}
.campaign__period-date .campaign__period-year {
  margin-bottom: 0.25em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .campaign__period-date .campaign__period-year {
    margin-bottom: 0.5em;
  }
}
.campaign__period-date .campaign__period-range {
  font-style: normal;
  font-size: 4rem;
  display: flex;
  align-items: center;
  gap: 0.1em;
}
@media screen and (max-width: 767px) {
  .campaign__period-date .campaign__period-range {
    font-size: clamp(1.6rem, 6dvw, 4rem);
  }
}
.campaign__period-date .campaign__period-range .campaign__period-sep {
  font-size: 2rem;
  margin-top: 0.5em;
  display: block;
}
@media screen and (max-width: 767px) {
  .campaign__period-date .campaign__period-range .campaign__period-sep {
    font-size: clamp(1rem, 3dvw, 2rem);
    margin-top: 0.5em;
  }
}
.campaign__content {
  max-width: 1030px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .campaign__content {
    padding: 0 32px;
  }
}
@media screen and (max-width: 740px) {
  .campaign__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.campaign__media {
  aspect-ratio: 16/9;
  width: 100%;
  padding: 0;
  border: 0;
  background: #d8d8d8;
  border-radius: 15px;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
}
.campaign__media:focus-visible {
  outline: none;
}
.campaign__media:hover img, .campaign__media:focus-visible img {
  transform: scale(1.05);
}
.campaign__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
  pointer-events: none;
  transform: scale(1);
  transition: transform 0.35s ease;
}
.campaign__text p {
  margin-bottom: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 740px) {
  .campaign__text {
    text-align: center;
  }
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 50rem;
  min-height: 6.7rem;
  padding: 1rem 2rem;
  border: 0.2rem solid #3eb370;
  border-radius: 4rem;
  background: transparent;
  color: #3eb370;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 740px) {
  .btn-outline {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
}
.btn-outline svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.btn-outline:hover, .btn-outline:focus-visible {
  background: #3eb370;
  color: #fff;
  outline: none;
}

/* ===== ABOUT Nitto ===== */
.about_nitto {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.about_nitto--inner {
  padding: 72px 20px 0;
  max-width: 1440px;
  aspect-ratio: 1440/619;
  background-image: url(../img/about_nitto_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .about_nitto--inner {
    aspect-ratio: auto;
    padding: 72px 32px 180px;
    background-image: url(../img/about_nitto_bg.svg);
    background-size: 120%;
    background-position: center top 20%;
  }
}
@media screen and (max-width: 480px) {
  .about_nitto--inner {
    padding-top: calc(52 / 390 * 100dvw);
    padding-bottom: calc(280 / 390 * 100dvw);
    background-image: url(../img/about_nitto_bg_sp.svg);
    background-size: contain;
    background-position: center bottom -20%;
    background-repeat: no-repeat;
  }
}
.about_nitto__deco {
  position: absolute;
  right: 6.1805555556%;
  bottom: 4.8465266559%;
  width: 8.0555555556%;
  min-width: 116px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .about_nitto__deco {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .about_nitto__deco {
    bottom: calc(60 / 390 * 100dvw);
    left: calc(142 / 390 * 100dvw);
    width: calc(112 / 390 * 100dvw);
  }
}
.about_nitto__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.about_nitto__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 1.9rem;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .about_nitto__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .about_nitto__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about_nitto__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
}
.about_nitto__card-media {
  display: block;
  width: 100%;
  aspect-ratio: 607/254;
}
.about_nitto__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.about_nitto__card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 0.1rem solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.about_nitto__card-label svg {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.about_nitto__card:hover .about_nitto__card-label, .about_nitto__card:focus-visible .about_nitto__card-label {
  color: #e85d70;
  border-color: #e85d70;
}

/* ===== Footer ===== */
.site-footer {
  position: relative;
  text-align: center;
}
.site-footer--inner {
  max-width: 1440px;
  aspect-ratio: 1440/195;
  margin: 0 auto;
  padding: 40px 20px 0;
  background-image: url(../img/footer_bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .site-footer--inner {
    aspect-ratio: auto;
    padding: 0px 32px 0;
    background-image: url(../img/footer_bg_sp.svg);
    background-size: 4.1025641026dvw 1.2820512821dvw;
    background-position: right 20px bottom;
    background-repeat: no-repeat;
  }
}
.site-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin: 0 auto 4.8rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.site-footer__sns li {
  display: flex;
  align-items: center;
}
.site-footer__sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer__sns a {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .site-footer__sns a:hover, .site-footer__sns a:focus-visible {
    transform: translateY(-0.3rem);
    opacity: 0.85;
    outline: none;
  }
}
.site-footer__sns img {
  display: block;
  width: auto;
  height: 4.8rem;
}
.site-footer__sns a[aria-label=YouTube] img {
  height: 3.4rem;
}
.site-footer__sns a[aria-label=X] img {
  height: 4.5rem;
}
@media (max-width: 767px) {
  .site-footer__sns {
    gap: 1.75rem;
    margin-bottom: 3.2rem;
  }
  .site-footer__sns img {
    width: 2.8rem;
    height: auto;
  }
  .site-footer__sns a[aria-label=YouTube] img {
    width: 2.8rem;
    height: auto;
  }
  .site-footer__sns a[aria-label=X] img {
    width: 2.57rem;
    height: auto;
  }
}
.site-footer__wave {
  height: 40px;
  background: radial-gradient(circle at 20px 40px, #3EB370 19px, transparent 20px) repeat-x;
  background-size: 40px 40px;
  background-position: -20px 0;
}
@media screen and (max-width: 767px) {
  .site-footer__wave {
    margin-top: 4rem;
    height: 18px;
    background: radial-gradient(circle at 9px 18px, #3EB370 9px, transparent 9px) repeat-x;
    background-size: 18px 18px;
    background-position: -9px 0;
  }
}
.site-footer__copy {
  background: #3EB370;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 22px 16px 28px;
}
.site-footer__copy span {
  margin: 0 0.5em;
}
.site-footer__copy span.pc-only {
  display: inline-block;
}
@media screen and (max-width: 880px) {
  .site-footer__copy span.pc-only {
    display: none;
  }
}
.site-footer__copy span.sp-only {
  display: none;
}
@media screen and (max-width: 880px) {
  .site-footer__copy span.sp-only {
    display: inline-block;
  }
}

/* ===== Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100svw;
  max-height: 100svh;
  padding: 32px;
  box-sizing: border-box;
}
.modal[hidden] {
  display: none;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  grid-area: 1/1;
  background: rgba(0, 0, 0, 0.7);
}
.modal__dialog {
  --modal-scale: 1;
  --modal-h: 0px;
  --modal-w: 0px;
  position: relative;
  grid-area: 1/1;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 805px);
  max-width: min(805px, 100svw - 64px);
  transform: scale(var(--modal-scale));
  transform-origin: center center;
  margin-block: calc((var(--modal-scale) - 1) * var(--modal-h) / 2);
  margin-inline: calc((var(--modal-scale) - 1) * var(--modal-w) / 2);
}
.modal__dialog::after {
  content: "";
  width: 98%;
  height: 98%;
  display: block;
  pointer-events: none;
  background: #fff;
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: -1;
}
.modal__content {
  --modal-top: 143.2px;
  --modal-bottom: 137.7px;
  --modal-side: 39.8px;
  --modal-tile: 103.8px;
  --modal-loops: 2;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: calc(var(--modal-top) + var(--modal-loops) * var(--modal-tile) + var(--modal-bottom));
  padding: 12% 7%;
  background-image: url(../img/modal_frame_top.webp), url(../img/modal_frame_bottom.webp);
  background-size: 100% auto, 100% auto;
  background-position: center top 2px, center bottom 2px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__content::before, .modal__content::after {
  content: "";
  position: absolute;
  top: var(--modal-top);
  bottom: var(--modal-bottom);
  width: var(--modal-side);
  background-size: 100% auto;
  background-repeat: repeat-y;
  pointer-events: none;
}
.modal__content::before {
  left: 0;
  background-image: url(../img/modal_frame_left.webp);
  background-position: left top;
}
.modal__content::after {
  right: 0;
  background-image: url(../img/modal_frame_right.webp);
  background-position: right top;
}
.modal__content__inner {
  width: calc(100% - 32px);
  max-width: 578px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__close {
  position: absolute;
  top: -4.2%;
  right: -4.2%;
  width: 96px;
  height: 96px;
  padding: 0;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .modal__close {
    width: 48px;
    height: 48px;
  }
}
.modal__close img {
  display: block;
  width: 100%;
  height: auto;
}
.modal__close:hover, .modal__close:focus-visible {
  opacity: 0.88;
  outline: none;
}
.modal__title {
  flex: 0 0 auto;
  width: 100%;
  max-width: 558px;
  margin: 0 0 3.5%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.modal__title.cm-card__title {
  margin-top: 0;
  font-size: 3.2rem;
}
.modal__title.cm-card__title--small {
  font-size: 2.6rem;
  align-items: flex-end;
}
.modal__title.cm-card__title .text {
  margin-top: 0;
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.modal__title.cm-card__title .text .dots {
  --dot-size: 0.808rem;
}
.modal__title .cm-card__title-suffix {
  font-size: 0.8125em;
}
.modal__player {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 578px;
  aspect-ratio: 578/325.5;
  border-radius: 0;
  overflow: hidden;
}
.modal__iframe, .modal__image {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal__iframe[hidden], .modal__image[hidden] {
  display: none;
}
.modal__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.modal--image .modal__dialog {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100svw - 64px);
}
.modal--image .modal__content {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100svw - 64px);
  padding: 5% 6%;
}
.modal--image .modal__content__inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}
.modal--image .modal__title[hidden],
.modal--image .modal__desc[hidden] {
  display: none;
  margin: 0;
  padding: 0;
}
.modal--image .modal__player {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: unset;
  overflow: visible;
  background: transparent;
}
.modal--image .modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100svh - 120px);
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .modal--image .modal__dialog,
  .modal--image .modal__content {
    max-width: calc(100svw - 32px);
  }
  .modal--image .modal__content {
    padding: 6% 8%;
  }
  .modal--image .modal__image {
    max-width: 100%;
    max-height: calc(100svh - 96px);
  }
}
.modal__desc {
  flex: 0 0 auto;
  width: 100%;
  max-width: 527px;
  margin-top: auto;
  padding-top: 3%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
.modal__desc[hidden] {
  display: none;
}
@media screen and (max-width: 480px) {
  .modal {
    padding: 16px;
  }
  .modal__dialog {
    width: min(100%, 100svw - 32px);
    max-width: calc(100svw - 32px);
  }
  .modal__content {
    max-height: none;
    padding: 11% 10% 10%;
  }
  .modal__content__inner {
    width: 100%;
    max-width: none;
  }
  .modal__close {
    top: -6%;
    right: -4%;
    width: calc(42 / 390 * 100dvw);
    height: calc(42 / 390 * 100dvw);
  }
  .modal__title {
    max-width: none;
    margin-bottom: 4%;
    font-size: 1.6rem;
  }
  .modal__title.cm-card__title {
    font-size: 1.6rem;
    gap: 0.25rem;
  }
  .modal__title.cm-card__title--small {
    font-size: 1.6rem;
  }
  .modal__title.cm-card__title .text .dots {
    --dot-size: 0.447rem;
  }
  .modal__player {
    max-width: none;
    width: 100%;
    aspect-ratio: 280/157.67;
  }
  .modal__desc {
    max-width: none;
    margin-top: 3%;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  .modal__desc br {
    display: none;
  }
}

body.is-modal-open,
body.is-nav-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-modal-open,
html.is-nav-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* ===== Scroll fade-in ===== */
.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--fade-delay, 0s);
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cm__grid--2 .cm-card:nth-child(1) {
  --fade-delay: 0s;
}

.cm__grid--2 .cm-card:nth-child(2) {
  --fade-delay: 0.12s;
}

.cm__grid--3 .cm-card:nth-child(1) {
  --fade-delay: 0s;
}

.cm__grid--3 .cm-card:nth-child(2) {
  --fade-delay: 0.08s;
}

.cm__grid--3 .cm-card:nth-child(3) {
  --fade-delay: 0.16s;
}

.cm__grid--3 .cm-card:nth-child(4) {
  --fade-delay: 0.08s;
}

.cm__grid--3 .cm-card:nth-child(5) {
  --fade-delay: 0.16s;
}

.cm__grid--3 .cm-card:nth-child(6) {
  --fade-delay: 0.24s;
}

.about_nitto__card:nth-child(1) {
  --fade-delay: 0s;
}

.about_nitto__card:nth-child(2) {
  --fade-delay: 0.1s;
}

.about_nitto__card:nth-child(3) {
  --fade-delay: 0.08s;
}

.about_nitto__card:nth-child(4) {
  --fade-delay: 0.18s;
}

.site-footer__sns li:nth-child(1) {
  --fade-delay: 0s;
}

.site-footer__sns li:nth-child(2) {
  --fade-delay: 0.08s;
}

.site-footer__sns li:nth-child(3) {
  --fade-delay: 0.16s;
}

.site-footer__sns li:nth-child(4) {
  --fade-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* subtle entrance (above-the-fold only) */
.hero__collab,
.hero__catch,
.intro__text {
  animation: fadeUp 0.8s ease both;
}

.hero__figure--nitto {
  animation: fadeUp 0.9s 0.1s ease both;
}

.hero__figure--coji {
  animation: fadeUp 0.9s 0.2s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}