@charset "UTF-8";
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

@property --bg-grad-15-33 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(251, 49%, 24%);
}
@property --bg-grad-18-57 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(232, 73%, 30%);
}
@property --bg-grad-87-83 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(232, 73%, 30%);
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

:root {
  --puzzbudge-color: #e35385;
  --minicoscharm-color: #25a4c0;
  --youngepoch-color: #8858ff;
  --puzzle-color: #2ba061;
  --keyColor-1-hover: #8858ff;
  --keyColor-2: #fff8ec;
  --keyColor-3: #a590c3;
  --text-color: rgb(255, 255, 255);
  --brandColor: #f09cb4;
  --font-ja: "M PLUS Rounded 1c", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  overflow: hidden;
  background-color: #211f83;
  color: var(--text-color);
  font-family: var(--font-ja);
}

main {
  position: relative;
}

main > :not(.bg-star-wrap):not(.cloud-1):not(.cloud-2) {
  position: relative;
  z-index: 1;
}

main > :not(.bg-star-wrap):not(.cloud-1):not(.cloud-2):has(.modalArea.is-show) {
  z-index: 10000;
}

p {
  font-size: inherit;
}

.bg-star-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  isolation: isolate;
  background-color: hsl(232, 73%, 30%);
  --bg-grad-15-33: hsla(251, 49%, 24%, 1);
  --bg-grad-18-57: rgb(0, 11, 210);
  --bg-grad-87-83: hsla(232, 73%, 30%, 1);
  background-image: radial-gradient(at 50% 80%, hsl(240, 100%, 16%) 0px, transparent 50%), radial-gradient(at 88% 12%, hsl(232, 73%, 30%) 0px, transparent 50%), radial-gradient(at 18% 57%, var(--bg-grad-18-57) 0px, transparent 50%), radial-gradient(at 15% 33%, var(--bg-grad-15-33) 0px, transparent 50%), radial-gradient(at 75% 63%, var(--bg-grad-87-83) 0px, transparent 50%);
  transition: --bg-grad-15-33 1.2s cubic-bezier(0.4, 0, 0.2, 1), --bg-grad-18-57 1.2s cubic-bezier(0.4, 0, 0.2, 1), --bg-grad-87-83 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-star-wrap.is-puzzbudge {
  --bg-grad-18-57: rgb(115, 0, 131);
}
.bg-star-wrap.is-minicoscharm {
  --bg-grad-18-57: hsla(232, 73%, 30%, 1);
  --bg-grad-87-83: #12b5e6;
}
.bg-star-wrap.is-youngepoch {
  --bg-grad-15-33: #7f53f9;
  --bg-grad-87-83: hsla(232, 73%, 30%, 1);
}
.bg-star-wrap.is-puzzle {
  --bg-grad-15-33: hsla(251, 49%, 24%, 1);
  --bg-grad-18-57: hsla(232, 73%, 30%, 1);
  --bg-grad-87-83: #13be8e;
}

.bg-star {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.bg-star::before {
  content: "";
  position: absolute;
  top: clamp(-11.875rem, 7.3345588235rem - 55.8823529412vw, -5.9375rem);
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .bg-star::before {
    top: clamp(-20.625rem, 3.6805555556rem - 32.4074074074vw, -11.875rem);
  }
}
.bg-star::before {
  background-image: url("../img/bg-star-1.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: kirakira-enter-bg-star 5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (prefers-reduced-motion: reduce) {
  .bg-star::before {
    animation: none;
    opacity: 1;
  }
}

.kirakira-anchor--bg {
  z-index: 1;
  animation: kirakira-enter-anchor 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--enter-delay, 0ms);
}
.kirakira-anchor--bg .kirakira {
  animation: none;
  opacity: 0.85;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .kirakira-anchor--bg {
    animation: none;
    opacity: 1;
  }
}

@keyframes kirakira-enter-bg-star {
  0% {
    transform: translateY(35px);
    opacity: 0;
    filter: blur(30px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes kirakira-enter-anchor {
  0% {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
    filter: blur(30px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: blur(0px);
  }
}
.container {
  max-width: 1100px;
  padding: 0 5%;
  margin: 0 auto clamp(3.125rem, -10.8455882353rem + 58.8235294118vw, 9.375rem);
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto clamp(9.375rem, 3.8194444444rem + 11.5740740741vw, 12.5rem);
    padding: 0 clamp(2.5rem, 0.2777777778rem + 4.6296296296vw, 3.75rem);
  }
}
.container:last-of-type {
  margin: 0 auto 0;
}

.ancor-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  padding: 0 5%;
  max-width: 500px;
  margin: 0 auto clamp(2.5rem, -1.6911764706rem + 17.6470588235vw, 4.375rem);
  opacity: 0;
  animation: ancor-link-wrap-fade-in 1s ease forwards;
  animation-delay: 1.8s;
}
@media (min-width: 768px) {
  .ancor-link-wrap {
    max-width: 1100px;
    margin: 0 auto clamp(3.75rem, -0.6944444444rem + 9.2592592593vw, 6.25rem);
    padding: 0 clamp(2.5rem, 0.2777777778rem + 4.6296296296vw, 3.75rem);
    gap: 15px;
  }
}
@keyframes ancor-link-wrap-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ancor-link-wrap div.ancor-link-item {
  position: relative;
  flex: 0 1 calc(50% - 6px);
  max-width: 230px;
  box-sizing: border-box;
  padding: 2px;
}
@media (min-width: 768px) {
  .ancor-link-wrap div.ancor-link-item {
    flex: 0 1 calc(25% - 12px);
    max-width: 260px;
    padding: 4px;
  }
}
.ancor-link-wrap div.ancor-link-item {
  transition: padding 0.3s ease-in-out;
}
.ancor-link-wrap div.ancor-link-item:hover {
  padding: 3px;
}
.ancor-link-wrap div.ancor-link-item::before, .ancor-link-wrap div.ancor-link-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}
.ancor-link-wrap div.ancor-link-item::before {
  background-image: linear-gradient(90deg, #ffe259, #d99930, #ffe791, #d99930, #ffe259, #d99930);
  opacity: 1;
}
.ancor-link-wrap div.ancor-link-item::after {
  background-image: linear-gradient(90deg, #dbbc42, #ab7621, #e8cd7a, #b17b23, #e8c84a, #a67422);
  opacity: 0;
}
.ancor-link-wrap div.ancor-link-item:hover::after {
  opacity: 1;
}
.ancor-link-wrap div.ancor-link-item > a {
  position: relative;
  z-index: 1;
  display: block;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.logo-wrap {
  position: relative;
  margin: 20px auto 0;
  width: clamp(11.25rem, 4.2647058824rem + 29.4117647059vw, 14.375rem);
  aspect-ratio: 330/200;
  overflow: visible;
}
@media (min-width: 768px) {
  .logo-wrap {
    width: clamp(14.375rem, -2.2916666667rem + 34.7222222222vw, 23.75rem);
    margin: clamp(3.125rem, 0.9027777778rem + 4.6296296296vw, 4.375rem) auto;
  }
}

.disney-logo span {
  display: block;
}

.sub-title {
  display: block;
  position: relative;
  margin-top: 10px;
  width: 75%;
  margin: 10px auto 0;
}
.sub-title img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.sub-title-kirakiras {
  position: absolute;
  inset: -35% -18%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.logo-kirakiras {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 145%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
@media (min-width: 768px) {
  .logo-kirakiras {
    width: 155%;
  }
}

.logo-kirakira-item {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  animation: logo-kirakira-twinkle ease-out 1 forwards;
}
.logo-kirakira-item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 8px rgba(255, 231, 145, 0.85)) drop-shadow(0 0 14px rgba(255, 200, 50, 0.55));
}
@media (prefers-reduced-motion: reduce) {
  .logo-kirakira-item {
    animation: none;
    opacity: 0;
  }
}

.sub-title-kirakira-item {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  animation: sub-title-kirakira-enter 0.7s ease-out forwards, sub-title-kirakira-glow 2.4s ease-in-out infinite;
  animation-delay: var(--kirakira-delay, 0ms), calc(var(--kirakira-delay, 0ms) + 0.7s);
}
.sub-title-kirakira-item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 8px rgba(255, 231, 145, 0.85)) drop-shadow(0 0 14px rgba(255, 200, 50, 0.55));
}
@media (prefers-reduced-motion: reduce) {
  .sub-title-kirakira-item {
    animation: none;
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes logo-kirakira-twinkle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
  }
  14% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
}
@keyframes sub-title-kirakira-enter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.75);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes sub-title-kirakira-glow {
  0%, 100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.disney-logo {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  margin: 0 auto;
  opacity: 0;
  animation: disney-logo-fade-in 1.3s ease forwards;
  animation-delay: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .disney-logo {
    animation: none;
    opacity: 1;
  }
}
@keyframes disney-logo-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.epoch-logo {
  position: relative;
  top: 13px;
  left: 13px;
  width: clamp(2.1875rem, 0.0919117647rem + 8.8235294118vw, 3.125rem);
}
@media (min-width: 768px) {
  .epoch-logo {
    width: clamp(3.125rem, 2.0138888889rem + 2.3148148148vw, 3.75rem);
    top: clamp(1.25rem, 0.1388888889rem + 2.3148148148vw, 1.875rem);
    left: clamp(1.25rem, 0.1388888889rem + 2.3148148148vw, 1.875rem);
  }
}
.epoch-logo img {
  vertical-align: top;
}

.fv {
  background-color: #cdeff2;
  position: relative;
}
.fv span {
  display: block;
  position: absolute;
}

.fv-title {
  width: clamp(20.625rem, -0.3308823529rem + 88.2352941176vw, 30rem);
  display: block;
  text-align: center;
  position: relative;
  top: clamp(0.75rem, -0.3676470588rem + 4.7058823529vw, 1.25rem);
  left: clamp(0.75rem, -0.3676470588rem + 4.7058823529vw, 1.25rem);
  opacity: 0;
}
.fv-title.is-fv-title-visible {
  animation: fv-title-fade 0.8s ease forwards;
}
.fv-title img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes fv-title-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.charactors-image {
  position: relative;
  padding: clamp(1.25rem, -0.1470588235rem + 5.8823529412vw, 1.875rem) 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
.charactors-image.is-charactors-visible {
  animation: contents-item-pop 0.6s cubic-bezier(0.34, 1.22, 0.64, 1) both;
}
.charactors-image img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes top-o-hover {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(var(--hover-lift, -3px)) scale(1);
  }
}
.fv [class^=top-o-item-] {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
  --hover-duration: 2.8s;
  --hover-lift: -4px;
}
.fv [class^=top-o-item-].is-pop-visible {
  animation: heading-obj-pop 0.52s cubic-bezier(0.34, 1.45, 0.64, 1) both var(--pop-delay, 0ms), top-o-hover var(--hover-duration) ease-in-out calc(var(--pop-delay, 0ms) + 0.52s) infinite;
}
.fv [class^=top-o-item-] img {
  display: block;
  width: 100%;
  height: auto;
}

.top-o-item-1 {
  width: clamp(3.75rem, -1.8382352941rem + 23.5294117647vw, 6.25rem);
  top: clamp(4.375rem, 0.1838235294rem + 17.6470588235vw, 6.25rem);
  left: clamp(0.9375rem, -2.2757352941rem + 13.5294117647vw, 2.375rem);
  --hover-duration: 2.6s;
  --hover-lift: -5px;
}

.top-o-item-2 {
  width: clamp(1.875rem, -0.9191176471rem + 11.7647058824vw, 3.125rem);
  bottom: clamp(0.9375rem, 0.2389705882rem + 2.9411764706vw, 1.25rem);
  left: clamp(0.9375rem, -0.0404411765rem + 4.1176470588vw, 1.375rem);
  --hover-duration: 3.1s;
  --hover-lift: -7px;
}

.top-o-item-3 {
  width: clamp(1.125rem, 0.1470588235rem + 4.1176470588vw, 1.5625rem);
  bottom: clamp(7.1875rem, -1.1948529412rem + 35.2941176471vw, 10.9375rem);
  left: clamp(5.9375rem, -0.3492647059rem + 26.4705882353vw, 8.75rem);
  --hover-duration: 2.4s;
  --hover-lift: -4px;
}

.top-o-item-4 {
  width: clamp(1.25rem, 0.5514705882rem + 2.9411764706vw, 1.5625rem);
  bottom: clamp(0.9375rem, 0.2389705882rem + 2.9411764706vw, 1.25rem);
  left: clamp(8.125rem, -0.5367647059rem + 36.4705882353vw, 12rem);
  --hover-duration: 3.3s;
  --hover-lift: -6px;
}

.top-o-item-5 {
  width: clamp(2.8125rem, -0.6801470588rem + 14.7058823529vw, 4.375rem);
  bottom: clamp(0.9375rem, 0.2389705882rem + 2.9411764706vw, 1.25rem);
  right: clamp(6.25rem, -0.0367647059rem + 26.4705882353vw, 9.0625rem);
  --hover-duration: 2.8s;
  --hover-lift: -8px;
}

.top-o-item-6 {
  width: clamp(3.75rem, 0.9558823529rem + 11.7647058824vw, 5rem);
  top: clamp(0.9375rem, 0.2389705882rem + 2.9411764706vw, 1.25rem);
  right: clamp(0.3125rem, -0.6654411765rem + 4.1176470588vw, 0.75rem);
  --hover-duration: 3s;
  --hover-lift: -5px;
}

.top-o-item-7 {
  width: clamp(3.125rem, 0.3308823529rem + 11.7647058824vw, 4.375rem);
  top: clamp(8.125rem, 2.5367647059rem + 23.5294117647vw, 10.625rem);
  right: clamp(0.4375rem, -0.6801470588rem + 4.7058823529vw, 0.9375rem);
  --hover-duration: 2.5s;
  --hover-lift: -7px;
}

.top-o-item-8 {
  width: clamp(1.875rem, -0.9191176471rem + 11.7647058824vw, 3.125rem);
  bottom: clamp(0.9375rem, 0.2389705882rem + 2.9411764706vw, 1.25rem);
  right: clamp(0.5rem, -0.0588235294rem + 2.3529411765vw, 0.75rem);
  --hover-duration: 3.2s;
  --hover-lift: -6px;
}

.slider {
  --slide-gap: 22px;
}

.slider-wrap {
  position: relative;
  padding: 30px 0;
  opacity: 0;
  margin-bottom: clamp(1.875rem, -0.9191176471rem + 11.7647058824vw, 3.125rem);
  --slider-arrow-color: #2b00ff;
}
@media (min-width: 768px) {
  .slider-wrap {
    margin-bottom: clamp(1.25rem, -2.0833333333rem + 6.9444444444vw, 3.125rem);
  }
}
.slider-wrap.is-slider-visible {
  will-change: opacity;
  animation: slider-fade-in 1.8s ease forwards;
  animation-delay: 1.5s;
}
@media (prefers-reduced-motion: reduce) {
  .slider-wrap.is-slider-visible {
    will-change: auto;
    opacity: 1;
    animation: none;
  }
}

@keyframes slider-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.embla__slide {
  overflow: hidden;
}

.slider-bg-white {
  background: #ffffff;
  background: linear-gradient(-4545deg, rgb(255, 255, 255) 54%, rgb(0, 34, 168) 100%);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.embla {
  width: 100%;
  position: relative;
  --slider-arrow-color: #2b00ff;
  --slide-spacing: 15px;
}
@media (min-width: 768px) {
  .embla {
    --slide-spacing: 30px;
  }
}
.embla {
  --kirakira-twinkle-count: 1;
}

.embla__viewport {
  overflow: hidden;
}

.slider-kirakiras {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
  .slider-kirakiras {
    display: none;
  }
}

.slider-kirakira-item {
  position: absolute;
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(0.92);
  width: clamp(var(--kirakira-width, 20) * 0.5px, var(--kirakira-width, 20) * 0.2vw + var(--kirakira-width, 20) * 0.3px, var(--kirakira-width, 20) * 0.8px);
}
@media (min-width: 768px) {
  .slider-kirakira-item {
    width: clamp(var(--kirakira-width, 20) * 0.8px, var(--kirakira-width, 20) * 0.06vw + var(--kirakira-width, 20) * 0.7px, var(--kirakira-width, 20) * 1px);
  }
}
.slider-kirakira-item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 8px rgba(255, 231, 145, 0.85)) drop-shadow(0 0 14px rgba(255, 200, 50, 0.55));
}

.embla.is-slide-kirakira .slider-kirakira-item {
  transform: translate(-50%, -50%) scale(0.6);
  animation: slider-kirakira-twinkle var(--kirakira-duration, 500ms) ease-in-out var(--kirakira-twinkle-count, 2) forwards;
  animation-delay: var(--kirakira-delay, 0ms);
}

@keyframes slider-kirakira-twinkle {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.6);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.embla__container {
  display: flex;
  gap: var(--slide-spacing);
  padding-inline: var(--slide-spacing);
  will-change: transform;
}

.embla__slide {
  flex: 0 0 85.5%;
  min-width: 0;
}

.embla__slide img {
  display: block;
  width: 100%;
}

.embla__prev,
.embla__next {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 37px;
  height: 37px;
  padding: 0;
  border: 1px solid var(--slider-arrow-color);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 768px) {
  .embla__prev,
  .embla__next {
    width: 44px;
    height: 44px;
  }
}
.embla__prev::before,
.embla__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
}
.embla__prev:hover, .embla__prev:focus,
.embla__next:hover,
.embla__next:focus {
  background: var(--keyColor-2);
}
.embla__prev:disabled,
.embla__next:disabled {
  opacity: 0.35;
  cursor: default;
}

.embla__prev {
  left: 8px;
}
.embla__prev::before {
  border-left: 3px solid var(--slider-arrow-color);
  border-bottom: 3px solid var(--slider-arrow-color);
  transform: translate(-35%, -50%) rotate(45deg);
}

.embla__next {
  right: 8px;
}
.embla__next::before {
  border-right: 3px solid var(--slider-arrow-color);
  border-top: 3px solid var(--slider-arrow-color);
  transform: translate(-65%, -50%) rotate(45deg);
}

.embla.is-slide-transitioning .embla__prev,
.embla.is-slide-transitioning .embla__next {
  pointer-events: none;
}

.side-contents {
  display: none;
  padding: 20px 20px;
}
@media (min-width: 1200px) {
  .side-contents {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
    width: calc((min(100vw, var(--layout-max-width)) - var(--main-contents-width) - var(--column-gap) * 2) / 2);
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .side-contents::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .side-contents:first-child {
    left: max(0px, (100vw - var(--layout-max-width)) / 2);
  }
}
@media (min-width: 1200px) {
  .side-contents:last-child {
    right: max(0px, (100vw - var(--layout-max-width)) / 2);
  }
}

.left-banner {
  position: relative;
  margin: 50px 0px 100px;
}

.promotional-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0px 0 20px;
}
.promotional-images div {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--keyColor-1);
}

.heading-section-wrap {
  position: relative;
  margin: 0 auto clamp(1.875rem, -0.9191176471rem + 11.7647058824vw, 3.125rem);
  overflow: visible;
}
@media (min-width: 768px) {
  .heading-section-wrap {
    margin: 0px auto 50px;
  }
}

.kirakira-anchor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.kirakira-point {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  aspect-ratio: 1/1;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  z-index: 3;
  filter: blur(1px);
}

.kirakira {
  position: relative;
  display: block;
  width: 100%;
  animation: kirakira-glow 2.4s ease-in-out infinite;
}
.kirakira img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(255, 231, 145, 0.9)) drop-shadow(0 0 20px rgba(255, 200, 50, 0.65));
}
@media (prefers-reduced-motion: reduce) {
  .kirakira {
    animation: none;
  }
}

@keyframes kirakira-glow {
  0%, 100% {
    opacity: 0.65;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
#puzzbudge .kirakira img {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(244, 152, 186, 0.9)) drop-shadow(0 0 20px rgba(227, 83, 133, 0.65));
}

#minicoscharm .kirakira img {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(120, 205, 222, 0.9)) drop-shadow(0 0 20px rgba(37, 164, 192, 0.65));
}

#youngepoch .kirakira img {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(175, 145, 255, 0.9)) drop-shadow(0 0 20px rgba(136, 88, 255, 0.65));
}

#puzzle .kirakira img {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(115, 205, 158, 0.9)) drop-shadow(0 0 20px rgba(43, 160, 97, 0.65));
}

.heading-border {
  display: block;
  width: 100%;
  background-image: linear-gradient(90deg, #ffe259, #d99930, #ffe791, #d99930, #ffe259, #d99930);
  height: clamp(0.1875rem, -0.2316176471rem + 1.7647058824vw, 0.375rem);
}
@media (min-width: 768px) {
  .heading-border {
    height: clamp(0.375rem, 0.2638888889rem + 0.2314814815vw, 0.4375rem);
  }
}

.heading-section {
  position: relative;
  z-index: 1;
  padding: clamp(0.625rem, 0.0694444444rem + 1.1574074074vw, 0.9375rem) 0px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .heading-section {
    padding: clamp(0.9375rem, 0.3819444444rem + 1.1574074074vw, 1.25rem) 0px;
  }
}
.heading-section img {
  display: block;
  width: 100%;
  height: auto;
}

#puzzbudge .btn--ec,
#puzzbudge .catalog__button {
  background-color: var(--puzzbudge-color);
}
#puzzbudge .heading-section {
  width: clamp(9.375rem, -3.1985294118rem + 52.9411764706vw, 15rem);
}
@media (min-width: 768px) {
  #puzzbudge .heading-section {
    width: clamp(15rem, 8.3333333333rem + 13.8888888889vw, 18.75rem);
  }
}

#minicoscharm .btn--ec,
#minicoscharm .catalog__button {
  background-color: var(--minicoscharm-color);
}
#minicoscharm .heading-section {
  width: clamp(13.125rem, -4.4779411765rem + 74.1176470588vw, 21rem);
}
@media (min-width: 768px) {
  #minicoscharm .heading-section {
    width: clamp(21rem, 11.6666666667rem + 19.4444444444vw, 26.25rem);
  }
}
#minicoscharm .link-button {
  background-color: var(--minicoscharm-color);
}
#minicoscharm .link-button::after {
  border-right: 2px solid var(--minicoscharm-color);
  border-top: 2px solid var(--minicoscharm-color);
}

#youngepoch .btn--ec,
#youngepoch .catalog__button {
  background-color: var(--youngepoch-color);
}
#youngepoch .heading-section {
  width: clamp(11.25rem, -3.8382352941rem + 63.5294117647vw, 18rem);
}
@media (min-width: 768px) {
  #youngepoch .heading-section {
    width: clamp(18rem, 10rem + 16.6666666667vw, 22.5rem);
  }
}
#youngepoch .link-button {
  background-color: var(--youngepoch-color);
}
#youngepoch .link-button::after {
  border-right: 2px solid var(--youngepoch-color);
  border-top: 2px solid var(--youngepoch-color);
}

#puzzle .btn--ec,
#puzzle .catalog__button {
  background-color: var(--puzzle-color);
}
#puzzle .heading-section {
  width: clamp(11.3125rem, -3.8595588235rem + 63.8823529412vw, 18.1rem);
}
@media (min-width: 768px) {
  #puzzle .heading-section {
    width: clamp(18.1rem, 10.0555555556rem + 16.7592592593vw, 22.625rem);
  }
}
#puzzle .link-button {
  background-color: var(--puzzle-color);
}
#puzzle .link-button::after {
  border-right: 2px solid var(--puzzle-color);
  border-top: 2px solid var(--puzzle-color);
}

.items {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: clamp(12px, 3vw, 24px);
  align-items: stretch;
  font-size: clamp(0.875rem, 0.0367647059rem + 3.5294117647vw, 1.25rem);
}
@media (min-width: 768px) {
  .items {
    column-gap: 30px;
    row-gap: clamp(16px, 2vw, 28px);
    font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  }
}

.item-box {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.item-box .item-box__thumb {
  position: relative;
  width: 100%;
}
.item-box .item-embla {
  position: relative;
  width: 100%;
}
.item-box .item-embla__viewport {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.item-box .item-embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  backface-visibility: hidden;
}
.item-box .item-embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  background: #fff;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.item-box figure {
  aspect-ratio: 1/1.1;
}
@media (min-width: 768px) {
  .item-box figure {
    aspect-ratio: 1/1.03;
  }
}
.item-box figure {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 8px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item-box figure {
    padding: 12px;
  }
}
.item-box figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.item-box .item-embla__prev,
.item-box .item-embla__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 0;
  border: 1px solid rgba(43, 0, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .item-box .item-embla__prev,
  .item-box .item-embla__next {
    width: 32px;
    height: 32px;
  }
}
.item-box .item-embla__prev::before,
.item-box .item-embla__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-color: #2b00ff;
  border-style: solid;
}
.item-box .item-embla__prev:hover, .item-box .item-embla__prev:focus,
.item-box .item-embla__next:hover,
.item-box .item-embla__next:focus {
  background: #fff;
}
.item-box .item-embla__prev:disabled,
.item-box .item-embla__next:disabled {
  opacity: 0.35;
  cursor: default;
}
.item-box .item-embla__prev {
  left: 2px;
}
@media (min-width: 768px) {
  .item-box .item-embla__prev {
    left: 6px;
  }
}
.item-box .item-embla__prev::before {
  border-width: 0 0 2px 2px;
  transform: translate(-35%, -50%) rotate(45deg);
}
.item-box .item-embla__next {
  right: 2px;
}
@media (min-width: 768px) {
  .item-box .item-embla__next {
    right: 6px;
  }
}
.item-box .item-embla__next::before {
  border-width: 2px 2px 0 0;
  transform: translate(-65%, -50%) rotate(45deg);
}
.item-box .item-embla__dots {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .item-box .item-embla__dots {
    gap: 6px;
  }
}
.item-box .item-embla__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 2;
  pointer-events: none;
}
.item-box .item-embla__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: auto;
  cursor: pointer;
}
.item-box .item-embla__dot.is-selected {
  opacity: 1;
}

#puzzbudge .item-embla__dot {
  background: var(--puzzbudge-color);
}
#puzzbudge .item-embla__prev,
#puzzbudge .item-embla__next {
  border: 1px solid var(--puzzbudge-color);
}
#puzzbudge .item-embla__prev::before,
#puzzbudge .item-embla__next::before {
  border-color: var(--puzzbudge-color);
}

#minicoscharm .item-embla__dot {
  background: var(--minicoscharm-color);
}
#minicoscharm .item-embla__prev,
#minicoscharm .item-embla__next {
  border: 1px solid var(--minicoscharm-color);
}
#minicoscharm .item-embla__prev::before,
#minicoscharm .item-embla__next::before {
  border-color: var(--minicoscharm-color);
}

#youngepoch .item-embla__dot {
  background: var(--youngepoch-color);
}
#youngepoch .item-embla__prev,
#youngepoch .item-embla__next {
  border: 1px solid var(--youngepoch-color);
}
#youngepoch .item-embla__prev::before,
#youngepoch .item-embla__next::before {
  border-color: var(--youngepoch-color);
}

#puzzle .item-box figure {
  aspect-ratio: 1/1;
  align-items: center;
}
#puzzle .item-box figure img {
  object-position: center;
}
#puzzle .item-embla__dot {
  background: var(--puzzle-color);
}
#puzzle .item-embla__prev::before,
#puzzle .item-embla__next::before {
  border-color: var(--puzzle-color);
}

.item-name {
  text-align: left;
  transform: rotate(0.05deg);
  line-height: 1.2;
  margin: 10px 0;
  font-size: clamp(0.875rem, 0.3161764706rem + 2.3529411765vw, 1.125rem);
}
@media (min-width: 768px) {
  .item-name {
    margin: 15px 0;
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem);
  }
}

.price {
  transform: rotate(0.05deg);
  font-size: clamp(0.875rem, 0.3161764706rem + 2.3529411765vw, 1.125rem);
}
@media (min-width: 768px) {
  .price {
    margin: 0 0 15px;
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem);
  }
}

.copy {
  transform: rotate(0.05deg);
  font-size: 11px;
  margin: 12px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .copy {
    font-size: clamp(0.75rem, 0.3rem + 2vw, 0.9rem);
  }
}

.tax {
  font-size: clamp(0.625rem, 0.3455882353rem + 1.1764705882vw, 0.75rem);
}
@media (min-width: 768px) {
  .tax {
    font-size: clamp(0.75rem, 0.5277777778rem + 0.462962963vw, 0.875rem);
  }
}

.buttons {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .buttons {
    margin: 50px auto;
  }
}
.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50rem;
  font-size: clamp(0.84375rem, 0.4944852941rem + 1.4705882353vw, 1rem);
  max-width: 340px;
  margin: 20px auto;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .buttons a {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    max-width: 450px;
  }
}

.btn--ec::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  padding: 0;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: clamp(0.6875rem, 0.2590206186rem + 1.8041237113vw, 1.125rem);
}

@media screen and (min-width: 768px) {
  .btn--ec::after {
    font-size: clamp(0.8125rem, 0.2569444444rem + 1.1574074074vw, 1.125rem);
  }
}
.ec-modal-window-box button {
  border: none;
}

.ec-modal-window-box {
  max-width: 100%;
}

.buy__button-wrap {
  margin-top: 10px;
  padding: 2px;
}
@media (min-width: 768px) {
  .buy__button-wrap {
    margin-top: 20px;
    padding: 4px;
  }
}
.buy__button-wrap {
  background-color: var(--puzzbudge-color);
  border-radius: 50rem;
  background-image: linear-gradient(90deg, #ffe259, #d99930, #ffe791, #d99930, #ffe259, #d99930);
}

.btn--ec,
.catalog__button {
  text-indent: clamp(0.8125rem, 2.2569444444rem - 3.0092592593vw, 0rem);
  margin-top: auto;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 50rem;
  color: #fff !important;
  font-size: clamp(0.78125rem, 0.0128676471rem + 3.2352941176vw, 1.125rem) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  transition: all 0.3s ease;
  padding: clamp(0.5rem, -0.1985294118rem + 2.9411764706vw, 0.8125rem) 0px clamp(0.5625rem, -0.1360294118rem + 2.9411764706vw, 0.875rem) !important;
}
@media (min-width: 768px) {
  .btn--ec,
  .catalog__button {
    letter-spacing: -1px;
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem) !important;
    padding: clamp(0.8125rem, 0.2569444444rem + 1.1574074074vw, 1.125rem) 0px clamp(0.875rem, 0.3194444444rem + 1.1574074074vw, 1.1875rem) !important;
    text-indent: 6px;
  }
}

.catalog__button {
  text-indent: -3px;
}
@media (min-width: 768px) {
  .catalog__button {
    text-indent: 6px;
  }
}

.btn--ec {
  text-indent: -9px;
}
@media (min-width: 768px) {
  .btn--ec {
    text-indent: 6px;
  }
}

.btn--ec:hover,
.catalog__button:hover {
  background-color: #036b30;
}

.note {
  max-width: 900px;
  margin: 40px auto 0px;
  text-align: center;
  font-size: clamp(0.875rem, 0.5955882353rem + 1.1764705882vw, 1rem);
  transform: rotate(0.05deg);
}
@media (min-width: 768px) {
  .note {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    margin: 70px auto 0px;
  }
}

.note-footer {
  text-align: center;
  margin: 0 auto;
  transform: rotate(0.05deg);
  font-size: clamp(0.875rem, 0.5955882353rem + 1.1764705882vw, 1rem);
  margin: 40px auto 5px;
}
@media (min-width: 768px) {
  .note-footer {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
    margin: 70px auto 10px;
  }
}

.link-button {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 30px auto 0;
  text-align: center;
  background-color: var(--puzzbudge-color);
  border-radius: 50rem;
  border: 2px solid #fff;
  padding: clamp(0.625rem, -0.0735294118rem + 2.9411764706vw, 0.9375rem) clamp(1.25rem, -0.1470588235rem + 5.8823529412vw, 1.875rem) clamp(0.625rem, -0.0735294118rem + 2.9411764706vw, 0.9375rem) 0;
  font-size: clamp(0.8125rem, 0.1139705882rem + 2.9411764706vw, 1.125rem);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: rotate(0.05deg);
}
.link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0.625rem, 0.0661764706rem + 2.3529411765vw, 0.875rem);
  width: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  height: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(1.125rem, 0.4264705882rem + 2.9411764706vw, 1.4375rem);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--puzzbudge-color);
  border-top: 2px solid var(--puzzbudge-color);
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .link-button {
    max-width: 500px;
    padding: 20px 20px 20px 0;
    font-size: clamp(1.125rem, 0.9027777778rem + 0.462962963vw, 1.25rem);
    margin: 60px auto 0;
  }
  .link-button::before {
    right: 14px;
    width: 23px;
    height: 23px;
  }
  .link-button::after {
    right: 22px;
    width: 9px;
    height: 9px;
  }
}

.product-empty .text--info {
  margin: 5rem auto;
}

.text--info {
  text-align: center;
  transform: rotate(0.05deg);
  font-size: clamp(0.875rem, 0.5955882353rem + 1.1764705882vw, 1rem);
}

@media (min-width: 768px) {
  .note-footer {
    font-size: clamp(1rem, 0.7777777778rem + 0.462962963vw, 1.125rem);
  }
}
.how-to-play {
  display: block;
}
@media (min-width: 1200px) {
  .how-to-play {
    display: none;
  }
}
.how-to-play .heading-obj--1 {
  width: clamp(3.125rem, -1.0661764706rem + 17.6470588235vw, 5rem);
  top: clamp(3.75rem, -4.6323529412rem + 35.2941176471vw, 7.5rem);
  left: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
}
.how-to-play .heading-obj--2 {
  width: clamp(2.1875rem, 0.7904411765rem + 5.8823529412vw, 2.8125rem);
  top: clamp(0.3125rem, -3.8786764706rem + 17.6470588235vw, 2.1875rem);
  left: clamp(3.75rem, 2.3529411765rem + 5.8823529412vw, 4.375rem);
}
.how-to-play .heading-obj--3 {
  width: clamp(1.25rem, -0.1470588235rem + 5.8823529412vw, 1.875rem);
  top: clamp(1.5625rem, -2.6286764706rem + 17.6470588235vw, 3.4375rem);
  right: clamp(7.5rem, 1.9117647059rem + 23.5294117647vw, 10rem);
}
.how-to-play .heading-obj--4 {
  width: clamp(2.1875rem, 0.0919117647rem + 8.8235294118vw, 3.125rem);
  top: clamp(3.125rem, -3.8602941176rem + 29.4117647059vw, 6.25rem);
  right: clamp(3.125rem, 0.3308823529rem + 11.7647058824vw, 4.375rem);
}
.how-to-play .heading-obj--5 {
  width: clamp(1.875rem, -0.2205882353rem + 8.8235294118vw, 2.8125rem);
  top: clamp(1.25rem, -2.9411764706rem + 17.6470588235vw, 3.125rem);
  right: clamp(1.5625rem, 0.8639705882rem + 2.9411764706vw, 1.875rem);
}
.how-to-play .heading-obj--6 {
  width: clamp(0.75rem, 0.3308823529rem + 1.7647058824vw, 0.9375rem);
  top: clamp(1.5625rem, -1.9301470588rem + 14.7058823529vw, 3.125rem);
  left: clamp(1.875rem, -5.1102941176rem + 29.4117647059vw, 5rem);
}
.how-to-play .heading-obj--7 {
  width: clamp(0.75rem, 0.3308823529rem + 1.7647058824vw, 0.9375rem);
  top: clamp(5.625rem, -2.7573529412rem + 35.2941176471vw, 9.375rem);
  right: clamp(1.25rem, -4.3382352941rem + 23.5294117647vw, 3.75rem);
}
.how-to-play .heading,
.how-to-play .tagline {
  position: relative;
  z-index: 1;
}

.how-to-play-contents {
  padding: 0px 20px;
}

.youtube-inner {
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--keyColor-1);
}
@media (min-width: 768px) {
  .youtube-inner {
    border-radius: 15px;
    border: 3px solid var(--keyColor-1);
  }
}
.youtube-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@keyframes contents-item-pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  48% {
    opacity: 1;
    transform: scale(1.03);
  }
  68% {
    transform: scale(0.98);
  }
  84% {
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.contents-item {
  position: relative;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
.contents-item.is-contents-visible {
  animation: contents-item-pop 0.6s cubic-bezier(0.34, 1.22, 0.64, 1) both;
}
.contents-item {
  margin-bottom: 100px;
}
.contents-item:last-child {
  margin-bottom: 0;
}
.contents-item img {
  width: 100%;
}

.title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: auto;
}
.title.aqua-beads {
  top: clamp(-3.125rem, -1.1029411765rem - 5.8823529412vw, -2.5rem);
  width: clamp(12.5rem, -0.4926470588rem + 54.7058823529vw, 18.3125rem);
}
.title.whipple {
  top: -75px;
  width: clamp(11.25rem, 0.0735294118rem + 47.0588235294vw, 16.25rem);
}
.title.aqua-nail {
  top: -60px;
  width: clamp(22.5rem, 19.7058823529rem + 11.7647058824vw, 23.75rem);
}
.title.aqua-beads-pc {
  top: clamp(-3.125rem, -3.125rem + 0vw, -3.125rem);
  width: clamp(12.5rem, -22.375rem + 46.5vw, 18.3125rem);
}
.title.whipple-pc {
  top: -75px;
  width: clamp(11.25rem, -18.75rem + 40vw, 16.25rem);
}

.contents-img-wrap {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--keyColor-1);
}
@media (min-width: 768px) {
  .contents-img-wrap {
    border-radius: 15px;
    border: 3px solid var(--keyColor-1);
  }
}

:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

.modalArea {
  padding: 0 !important;
}

.ec-modal-window-box {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f15 {
    font-size: 1.5em !important;
  }
}
.icon-cart {
  width: 10% !important;
  height: auto;
  aspect-ratio: auto 25/25;
  margin-top: -1.5% !important;
  padding: 0 1% 0 0;
  fill: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.modalArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  max-width: 480px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: r-mplus, -apple-system, BlinkMacSystemFont, Sans-Serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

.closeModal {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(2.5rem, 3vw, 5rem);
}

.is-show {
  visibility: visible;
  opacity: 1;
}

.modalContents .h1-title {
  color: #000;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-align: center;
  margin: 1rem auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .modalContents .h1-title {
    padding: 20px 0 10px;
  }
}
.modalContents .box_shop_wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.modalContents .box_shop {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalContents .box_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modalContents img {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: 95px !important;
}

@media screen and (max-width: 480px) {
  .modalContents img {
    height: 75px !important;
  }
}
.modalContents .p-info {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 800 !important;
  text-align: center !important;
  color: #e84f67 !important;
  margin: 1rem auto 0.5rem;
}

@media screen and (max-width: 768px) {
  .ec-modal-window-box {
    margin-top: auto;
    width: 100%;
  }
  .icon-cart {
    width: 8% !important;
  }
  .modalArea {
    position: fixed;
  }
}
.fv-main img {
  opacity: 0;
  filter: blur(12px);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 58%, transparent 78%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 0%;
  mask-size: 0%;
  animation: fv-main-reveal 2000ms cubic-bezier(0.4, 0.12, 0.55, 0.93) forwards;
}

@keyframes fv-main-reveal {
  0% {
    opacity: 0;
    filter: blur(12px);
    -webkit-mask-size: 0%;
    mask-size: 0%;
  }
  80% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    -webkit-mask-size: 300%;
    mask-size: 300%;
    filter: blur(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-main img {
    animation: none;
    opacity: 1;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.product-heading.is-reveal {
  opacity: 0;
  transform: translateY(-80px);
  transition: transform 800ms linear(0 0%, 0.151 8.1%, 0.223 11.7%, 0.304 15.2%, 0.392 18.4%, 0.497 21.6%, 0.619 24.8%, 0.752 27.9%, 0.999 33.3%, 0.842 37.1%, 0.79 38.6%, 0.748 40%, 0.714 41.4%, 0.691 42.7%, 0.677 44%, 0.673 44.7%, 0.672 45.3%, 0.676 46.5%, 0.69 47.8%, 0.712 49.1%, 0.743 50.4%, 0.824 53%, 0.999 57.7%, 0.927 60%, 0.883 61.8%, 0.867 62.7%, 0.856 63.6%, 0.85 64.4%, 0.848 65.3%, 0.849 66.1%, 0.855 67%, 0.865 67.9%, 0.879 68.8%, 0.911 70.5%, 0.999 74.5%, 0.97 76.2%, 0.953 77.5%, 0.943 78.8%, 0.94 80.2%, 0.942 81.4%, 0.95 82.7%, 0.989 86.9%, 1 88.2%, 0.99 90%, 0.987 91.9%, 0.989 93.5%, 0.998 97.5%, 1 100%), opacity 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-heading.is-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-image img.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-image img.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.product-feaure img.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-feaure img.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.story.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.tsuta-left img {
  transform-origin: bottom left;
}

.tsuta-right img {
  transform-origin: bottom right;
}

.rustling-left img.is-rustling {
  animation: tsuta-rustle-left var(--tsuta-rustle-duration, 480ms) ease-in-out;
}

.rustling-right img.is-rustling {
  animation: tsuta-rustle-right var(--tsuta-rustle-duration, 480ms) ease-in-out;
}

@keyframes tsuta-rustle-left {
  0%, 100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  18% {
    transform: rotate(1.1deg) translate3d(1px, 0, 0);
  }
  36% {
    transform: rotate(-0.9deg) translate3d(-1px, 1px, 0);
  }
  54% {
    transform: rotate(0.7deg) translate3d(0.5px, -0.5px, 0);
  }
  72% {
    transform: rotate(-0.8deg) translate3d(-0.5px, 0, 0);
  }
  90% {
    transform: rotate(0.4deg) translate3d(0, 0.5px, 0);
  }
}
@keyframes tsuta-rustle-right {
  0%, 100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  18% {
    transform: rotate(-1.1deg) translate3d(-1px, 0, 0);
  }
  36% {
    transform: rotate(0.9deg) translate3d(1px, 1px, 0);
  }
  54% {
    transform: rotate(-0.7deg) translate3d(-0.5px, -0.5px, 0);
  }
  72% {
    transform: rotate(0.8deg) translate3d(0.5px, 0, 0);
  }
  90% {
    transform: rotate(-0.4deg) translate3d(0, 0.5px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsuta-left img.is-rustling,
  .tsuta-right img.is-rustling,
  .bottom-left img.is-rustling,
  .bottom-right img.is-rustling {
    animation: none;
  }
}
.otakakra {
  display: block;
}

.otakakra__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 97%;
  margin: 0 auto;
  transform-origin: center center;
  animation: otakakra-pulse 2s ease-in-out infinite;
  animation-play-state: paused;
}

.otakakra__image.is-reveal {
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.otakakra__image.is-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  animation-play-state: running;
}

@keyframes otakakra-pulse {
  0%, 100% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1);
  }
}
.otakakra__sparkles {
  position: absolute;
  top: 0;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  height: 100%;
  display: block;
}

.otakakra__sparkle {
  position: absolute;
  width: clamp(14px, 2.2vw, 20px);
  height: clamp(14px, 2.2vw, 20px);
  pointer-events: none;
}
.otakakra__sparkle::before, .otakakra__sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #fff 0%, #fffef0 50%, #fff 100%);
  filter: drop-shadow(0 0 5px rgba(255, 255, 220, 0.95));
}
.otakakra__sparkle::before {
  width: 28%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.otakakra__sparkle::after {
  width: 100%;
  height: 28%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.otakakra__sparkle {
  animation: otakakra-sparkle 2.2s ease-in-out infinite;
}
.otakakra__sparkle:nth-child(1) {
  top: 0%;
  left: 3%;
  animation-duration: 1.9s;
  animation-delay: 0s;
}
.otakakra__sparkle:nth-child(2) {
  top: 10%;
  left: 86%;
  animation-duration: 2.4s;
  animation-delay: 0.5s;
}
.otakakra__sparkle:nth-child(3) {
  top: 48%;
  left: 5%;
  animation-duration: 2.1s;
  animation-delay: 1.1s;
}
.otakakra__sparkle:nth-child(4) {
  top: 52%;
  left: 90%;
  animation-duration: 2.6s;
  animation-delay: 0.3s;
}
.otakakra__sparkle:nth-child(5) {
  top: 88%;
  left: 18%;
  width: clamp(11px, 1.8vw, 16px);
  height: clamp(11px, 1.8vw, 16px);
  animation-duration: 1.7s;
  animation-delay: 0.8s;
}
.otakakra__sparkle:nth-child(6) {
  top: 86%;
  left: 82%;
  width: clamp(11px, 1.8vw, 16px);
  height: clamp(11px, 1.8vw, 16px);
  animation-duration: 2.3s;
  animation-delay: 1.4s;
}
.otakakra__sparkle:nth-child(7) {
  top: 20%;
  left: 1%;
  animation-duration: 2s;
  animation-delay: 0.6s;
}
.otakakra__sparkle:nth-child(8) {
  top: 72%;
  left: 92%;
  animation-duration: 2.5s;
  animation-delay: 1s;
}

@keyframes otakakra-sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.35);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0.35;
    transform: scale(0.75);
  }
}
@media (prefers-reduced-motion: reduce) {
  .otakakra__image {
    animation: none;
  }
  .otakakra__sparkle {
    animation: none;
    opacity: 0.6;
  }
}
footer {
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 50px auto 0;
  padding: 50px 1rem;
}
@media (min-width: 768px) {
  footer {
    padding: 80px 0;
    margin: 80px auto 0;
  }
}

.epoch-footer-logo {
  max-width: 180px;
  margin: 0px auto 0px;
}

.footer-wrapper {
  background-color: #fff;
  width: 100%;
}

.footer-text {
  color: #4b4b4b;
  max-width: 400px;
  margin: 40px auto 0;
  transform: rotate(0.05deg);
}
@media (min-width: 768px) {
  .footer-text {
    margin: 60px auto 0;
  }
}
.footer-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-text {
    font-size: 16px;
  }
}
.footer-text a {
  color: #4c30c6;
  font-weight: bold;
}

.copyright-disney {
  transform: rotate(0.05deg);
  text-align: center;
  display: block;
  margin: 10px auto 0;
  color: #fff;
  font-size: clamp(0.75rem, 0.4705882353rem + 1.1764705882vw, 0.875rem);
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .copyright-disney {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
}

#sns_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}

.box_bnr {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .box_bnr {
    margin: 3% auto 5%;
  }
}
.box_bnr img {
  width: 90%;
  max-width: 580px;
  margin: auto;
}

.box_bnr span {
  display: block;
  color: #e73d90;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .box_bnr span {
    font-size: 0.7rem;
  }
}
.btn_box {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.btn_box a {
  width: 80px;
}
@media (min-width: 768px) {
  .btn_box a {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .btn_box {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .btn_box {
    margin: 1rem auto 2rem;
  }
}
.btn_box img {
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}

.copyright {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  color: #000;
  transform: rotate(0.05deg);
}

#page_top {
  width: clamp(3.125rem, 1.7279411765rem + 5.8823529412vw, 3.75rem);
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  #page_top {
    width: 60px;
  }
}

