@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap");/*
Typography
*/


/*
Reset
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

audio, embed, img, object {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

img, picture {
  display: block;
  max-width: 100%;
}

button {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  text-transform: none;
}

button, input, select, textarea {
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit], label[for], select,
summary, [role=tab], [role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

ol, ul {
  list-style-type: "";
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

svg {
  vertical-align: bottom;
}

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

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

textarea {
  field-sizing: content;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

* {
  -webkit-touch-callout: none;
}

input[type=text], select, textarea {
  font-size: 1rem;
}

input[type=text], input[type=tel], input[type=email], textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#map-canvas img {
  max-width: none;
}

#map-canvas label {
  display: inline;
  width: auto;
}

/*
Basic style
*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --leading-trim-en: calc((1cap - 1lh) / 2);
}

body {
  background-color: #fff;
  color: #040000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100dvh;
  overflow-x: clip;
  overscroll-behavior-y: none;
}

a {
  color: #f9913d;
  text-decoration: none;
}
a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

b,
strong,
.-bold {
  font-weight: 600;
}

sup {
  display: inline-block;
  -webkit-transform: scale(0.8) translateX(-0.2em);
  margin-right: -0.2em;
          transform: scale(0.8) translateX(-0.2em);
}

.svg-spacer {
  fill: transparent;
}

@media (750px <= width) {
  .-sm {
    display: none !important;
  }
}

@media (width < 750px) {
  .-md {
    display: none !important;
  }
}

@media (1200px <= width) {
  .-smd {
    display: none !important;
  }
}

@media (width < 1200px) {
  .-lg {
    display: none !important;
  }
}

@media (width < 1280px) {
  .-xl {
    display: none !important;
  }
}

/*
Loader
*/
@media (scripting: none) {
  .loader {
    display: none;
  }
}
.loader {
  background-color: #2669b2;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  width: 100vw;
  z-index: calc(infinity);
}
.loader.is-loaded {
  height: 0;
}

/*
Header
*/
.header {
  background-color: #fff;
}
.header__inner {
  align-items: center;
  display: flex;
  height: 17.0666666667vw;
  justify-content: center;
}
@media (1200px <= width) {
  .header__inner {
    height: 40px;
  }
}
.header__disney {
  translate: 0 0.8vw;
  width: 22.6666666667vw;
}
@media (1200px <= width) {
  .header__disney {
    translate: 0 2px;
    width: 60px;
  }
}
.header__citizen {
  left: 5.6vw;
  position: absolute;
  translate: 0 -1.0666666667vw;
  width: 11.68vw;
}
@media (1200px <= width) {
  .header__citizen {
    left: auto;
    right: calc(50% - 518px);
    translate: 0 -8px;
    width: 80px;
  }
}

/*
Nav
*/
.nav {
  align-items: center;
  background-color: #fff;
  display: flex;
  -webkit-filter: drop-shadow(0 -0.9333333333vw 1.3333333333vw rgba(4, 0, 0, 0.15));
  bottom: -50vh;
          filter: drop-shadow(0 -0.9333333333vw 1.3333333333vw rgba(4, 0, 0, 0.15));
  gap: 2.6666666667vw;
  justify-content: center;
  padding-block: 2.6666666667vw;
  position: fixed;
  transition: bottom 0.8s ease-out;
  width: 100%;
  z-index: 4;
}
@media (1200px <= width) {
  .nav {
    background-color: transparent;
    -webkit-filter: none;
            filter: none;
    gap: 1.5625vw;
    padding-block: 1.5625vw;
    right: calc((100% - 42.96875vw) / 2);
    width: 42.96875vw;
  }
}
.nav.is-show {
  bottom: 0;
}
.nav__link {
  -webkit-filter: drop-shadow(0 0 0.6666666667vw rgba(4, 0, 0, 0.25));
          filter: drop-shadow(0 0 0.6666666667vw rgba(4, 0, 0, 0.25));
  transition: scale 0.2s ease-out;
  width: 17.3333333333vw;
}
@media (1200px <= width) {
  .nav__link {
    border: 2px solid #fff;
    border-radius: 100vmax;
    -webkit-filter: none;
            filter: none;
    width: 7.8125vw;
  }
}
.nav__link:focus-visible {
  scale: 1.05;
}
@media (any-hover: hover) {
  .nav__link:hover {
    scale: 1.05;
  }
}
.nav__top {
  transition: translate 0.2s ease-out;
  width: 11.3333333333vw;
}
@media (1200px <= width) {
  .nav__top {
    width: 5vw;
  }
}
.nav__top:focus-visible {
  translate: 0 -0.8vw;
}
@media (1200px <= width) {
  .nav__top:focus-visible {
    translate: 0 -0.234375vw;
  }
}
@media (any-hover: hover) {
  .nav__top:hover {
    translate: 0 -0.8vw;
  }
}
@media (any-hover: hover) and (1200px <= width) {
  .nav__top:hover {
    translate: 0 -0.234375vw;
  }
}

.tab {
  background-color: #040000;
  border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  overflow: hidden;
  position: fixed;
  right: -50vw;
  top: calc((100dvh - 48vw) / 2);
  transition: right 0.8s ease-out, width 0.2s ease-out;
  width: 10.6666666667vw;
  z-index: 5;
}
@media (1200px <= width) {
  .tab {
    border-radius: 0.3125vw 0 0 0.3125vw;
    top: calc((100dvh - 18.75vw) / 2);
    width: 4.375vw;
  }
}
.tab img {
  height: 48vw;
  width: 10.6666666667vw;
}
@media (1200px <= width) {
  .tab img {
    height: 18.75vw;
    width: 4.375vw;
  }
}
.tab.is-show {
  right: 0;
}
.tab:focus-visible {
  width: 11.2vw;
}
@media (1200px <= width) {
  .tab:focus-visible {
    width: 4.6875vw;
  }
}
@media (any-hover: hover) {
  .tab:hover {
    width: 11.2vw;
  }
}
@media (any-hover: hover) and (1200px <= width) {
  .tab:hover {
    width: 4.6875vw;
  }
}

/*
Bnrs
*/
.bnrs {
  align-items: center;
  background-color: #fff6ec;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
  padding: 10.6666666667vw 0 15.8666666667vw;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media (1200px <= width) {
  .bnrs {
    flex-direction: row;
    gap: 0.234375vw;
    justify-content: center;
    padding: 3.125vw 0;
  }
}
.bnrs__link {
  width: 85.3333333333vw;
}
@media (1200px <= width) {
  .bnrs__link {
    width: 20.234375vw;
  }
}
.bnrs__copyright {
  bottom: 2.6666666667vw;
  font-size: 1.6vw;
  position: absolute;
  right: 2.6666666667vw;
  text-align: right;
}
@media (1200px <= width) {
  .bnrs__copyright {
    bottom: 5vw;
    font-size: 0.546875vw;
    right: 3.125vw;
  }
}

/*
Footer
*/
.footer {
  background-color: #fff;
  position: relative;
  z-index: 6;
}
.footer__inner {
  padding-bottom: 32vw;
}
@media (1200px <= width) {
  .footer__inner {
    padding-bottom: 9.375vw;
  }
}
.footer__sns {
  align-items: center;
  border-bottom: 1px solid #040000;
  display: flex;
  gap: 9.3333333333vw;
  justify-content: center;
  padding: 3.7333333333vw;
}
@media (1200px <= width) {
  .footer__sns {
    border-bottom: none;
    gap: 3.125vw;
    padding: 4.6875vw 0 2.734375vw;
  }
}
.footer__sns li:nth-child(1) {
  width: 8.5333333333vw;
}
@media (1200px <= width) {
  .footer__sns li:nth-child(1) {
    width: 1.953125vw;
  }
}
.footer__sns li:nth-child(2) {
  width: 7.4666666667vw;
}
@media (1200px <= width) {
  .footer__sns li:nth-child(2) {
    width: 1.625vw;
  }
}
.footer__sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media (1200px <= width) {
  .footer__sns li:nth-child(3) {
    width: 1.625vw;
  }
}
.footer__sns li:nth-child(4) {
  width: 9.0666666667vw;
}
@media (1200px <= width) {
  .footer__sns li:nth-child(4) {
    width: 2.3203125vw;
  }
}
.footer__sns a {
  opacity: 1;
  transition: opacity 0.4s;
}
.footer__sns a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .footer__sns a:hover {
    opacity: 0.8;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.1333333333vw;
}
@media (1200px <= width) {
  .footer__links {
    justify-content: center;
    margin-bottom: 1.25vw;
  }
}
.footer__links li {
  border-bottom: 1px solid #040000;
  width: 50%;
}
@media (1200px <= width) {
  .footer__links li {
    border-bottom: none;
    border-right: 1px solid #040000;
    padding-inline: 1.40625vw;
    width: auto;
  }
}
.footer__links li:nth-child(odd) {
  border-right: 1px solid #040000;
}
@media (1200px <= width) {
  .footer__links li:nth-child(odd) {
    width: auto;
  }
}
@media (1200px <= width) {
  .footer__links li:last-child {
    border-right: none;
  }
}
.footer__links a {
  align-items: center;
  color: #040000;
  display: flex;
  font-size: 3.2vw;
  justify-content: space-between;
  padding: 3.4666666667vw;
}
@media (1200px <= width) {
  .footer__links a {
    font-size: 0.9375vw;
    padding: 0;
  }
}
.footer__links a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer__links a:hover {
    text-decoration: underline;
  }
}
.footer__links a::after {
  aspect-ratio: 1;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  -webkit-border-end: 1px solid;
          border-inline-end: 1px solid;
  content: "";
  inline-size: 0.5em;
  rotate: 45deg;
}
@media (1200px <= width) {
  .footer__links a::after {
    display: none;
  }
}
.footer__copyright {
  color: #040000;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media (1200px <= width) {
  .footer__copyright {
    font-size: 0.859375vw;
  }
}

/*
Kv
*/
.kv {
  width: 100%;
}
.kv__title {
  background-color: #fff;
  color: #040000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.8vw;
  letter-spacing: 0.11em;
  line-height: 2.25;
  text-align: center;
}
@media (1200px <= width) {
  .kv__title {
    font-size: 2.8125vw;
    letter-spacing: 0.125em;
    line-height: 1.9;
  }
}
.kv__items {
  display: flex;
}
.kv__item {
  height: 70.9vw;
  position: relative;
}
@media (1200px <= width) {
  .kv__item {
    height: 46.7vw;
  }
}

.fv {
  background-color: #2669b2;
  height: 73.3vw;
  position: relative;
  width: 100vw;
}
@media (1200px <= width) {
  .fv {
    height: 40.2vw;
  }
}
.fv__bg {
  clip-path: circle(100vw at left center);
  height: 73.3vw;
  position: absolute;
  width: 100vw;
}
@media (1200px <= width) {
  .fv__bg {
    height: 40.2vw;
  }
}
.fv__img {
  left: 4.8vw;
  position: absolute;
  top: 17.3333333333vw;
  width: 32.5333333333vw;
}
@media (1200px <= width) {
  .fv__img {
    left: 9.453125vw;
    top: 4.375vw;
    width: 25.3125vw;
  }
}
.fv__logo {
  left: 13.3333333333vw;
  position: absolute;
  top: 15.2vw;
  width: 14.4vw;
}
@media (1200px <= width) {
  .fv__logo {
    left: 15.46875vw;
    top: 5vw;
    width: 11.09375vw;
  }
}
.fv__watch {
  position: absolute;
  right: 2.1333333333vw;
  top: 11.2vw;
  width: 49.8666666667vw;
}
@media (1200px <= width) {
  .fv__watch {
    right: 10.3125vw;
    top: 3.90625vw;
    width: 33.75vw;
  }
}

.kvItem2__img, .kvItem2__logo, .kvItem2__watch,
.kvItem3__img,
.kvItem3__logo,
.kvItem3__watch,
.kvItem4__img,
.kvItem4__logo,
.kvItem4__watch {
  position: absolute;
}

.kvItem2 {
  background-color: #f3d64a;
}
.kvItem2__img {
  left: 6.6666666667vw;
  top: 3.4666666667vw;
  width: 27.0666666667vw;
}
@media (1200px <= width) {
  .kvItem2__img {
    left: 10.15625vw;
    top: 1.953125vw;
    width: 21.390625vw;
  }
}
.kvItem2__logo {
  left: 3.2vw;
  top: 3.2vw;
  width: 9.68vw;
}
@media (1200px <= width) {
  .kvItem2__logo {
    left: 7.03125vw;
    top: 1.5625vw;
    width: 7.6171875vw;
  }
}
.kvItem2__watch {
  bottom: 3.7333333333vw;
  left: 9.3333333333vw;
  width: 15.5466666667vw;
}
@media (1200px <= width) {
  .kvItem2__watch {
    bottom: 1.171875vw;
    left: 11.328125vw;
    width: 11.68515625vw;
  }
}

.kvItem3 {
  background-color: #d1a7cc;
}
.kvItem3__img {
  left: 2.1333333333vw;
  top: 10.1333333333vw;
  width: 29.3866666667vw;
}
@media (1200px <= width) {
  .kvItem3__img {
    left: 4.6875vw;
    top: 7.8125vw;
    width: 23.234375vw;
  }
}
.kvItem3__logo {
  left: 11.2vw;
  top: 2.1333333333vw;
  width: 11.1466666667vw;
}
@media (1200px <= width) {
  .kvItem3__logo {
    left: 11.875vw;
    top: 1.5625vw;
    width: 8.80859375vw;
  }
}
.kvItem3__watch {
  bottom: 2.1333333333vw;
  left: 9.3333333333vw;
  width: 15.64vw;
}
@media (1200px <= width) {
  .kvItem3__watch {
    bottom: 1.171875vw;
    left: 11.328125vw;
    width: 10.3578125vw;
  }
}

.kvItem4 {
  background-color: #bac2c7;
}
.kvItem4__img {
  left: 1.3333333333vw;
  top: 2.6666666667vw;
  width: 19.1946666667vw;
}
@media (1200px <= width) {
  .kvItem4__img {
    left: 4.53125vw;
    top: 0.625vw;
    width: 15.171875vw;
  }
}
.kvItem4__logo {
  left: 16vw;
  top: 9.6vw;
  width: 8.7066666667vw;
}
@media (1200px <= width) {
  .kvItem4__logo {
    left: 16.015625vw;
    top: 5.859375vw;
    width: 6.8828125vw;
  }
}
.kvItem4__watch {
  bottom: 2.6666666667vw;
  left: 10.1333333333vw;
  width: 14vw;
}
@media (1200px <= width) {
  .kvItem4__watch {
    bottom: 1.40625vw;
    left: 12.5vw;
    width: 14.296875vw;
  }
}

/*
About
*/
.about {
  background-color: #fff6ec;
  padding-bottom: 16vw;
}
@media (1200px <= width) {
  .about {
    padding-bottom: 9.375vw;
  }
}
.about__img {
  display: block;
  -o-object-fit: cover;
  height: 64vw;
     object-fit: cover;
  width: 100vw;
}
@media (1200px <= width) {
  .about__img {
    height: 42.9vw;
  }
}
.about__text {
  display: flex;
  font-size: 3.4666666667vw;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 14.6666666667vw 2.6666666667vw 5.3333333333vw;
}
@media (1200px <= width) {
  .about__text {
    font-size: 1.40625vw;
    line-height: 2.6;
    padding: 8.203125vw 0.78125vw 3.90625vw;
    text-align: center;
  }
}
.about__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-bottom: 9.6vw;
  grid-row-gap: 2.6666666667vw;
  place-items: center;
}
@media (1200px <= width) {
  .about__items {
    margin-bottom: 5.46875vw;
  }
}
.about__items .-item1 {
  grid-area: 1/1/2/4;
}
.about__items .-item2 {
  grid-area: 2/1/3/2;
}
.about__items .-item3 {
  grid-area: 2/2/3/3;
}
.about__items .-item4 {
  grid-area: 2/3/3/4;
}
@media (1200px <= width) {
  .about__items {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: 1fr;
    grid-column-gap: 2.96875vw;
    grid-row-gap: 0;
    justify-content: center;
  }
  .about__items .-item1,
  .about__items .-item2,
  .about__items .-item3,
  .about__items .-item4 {
    grid-area: auto;
  }
}
.about .-item1 {
  translate: 5.6vw;
  width: 64.4vw;
}
@media (1200px <= width) {
  .about .-item1 {
    translate: 0;
    width: 27.6328125vw;
  }
}
.about .-item2 {
  width: 28.2vw;
}
@media (1200px <= width) {
  .about .-item2 {
    translate: -0.9375vw 0.46875vw;
    width: 11.484375vw;
  }
}
.about .-item3 {
  translate: -1.6vw 1.3333333333vw;
  width: 31.4666666667vw;
}
@media (1200px <= width) {
  .about .-item3 {
    translate: 0.78125vw 1.015625vw;
    width: 13.046875vw;
  }
}
.about .-item4 {
  translate: -2.4vw 1.0666666667vw;
  width: 30.3066666667vw;
}
@media (1200px <= width) {
  .about .-item4 {
    translate: -0.625vw 0.9375vw;
    width: 12.65625vw;
  }
}
.about__note {
  align-items: center;
  display: flex;
  font-size: 3.7333333333vw;
  gap: 1.3333333333vw;
  justify-content: center;
  margin-bottom: 2.6666666667vw;
}
@media (1200px <= width) {
  .about__note {
    font-size: 1.40625vw;
    gap: 0.78125vw;
    margin-bottom: 0.390625vw;
  }
}
.about__note::before, .about__note::after {
  content: "";
  height: 4.5866666667vw;
  width: 3.3866666667vw;
}
@media (1200px <= width) {
  .about__note::before, .about__note::after {
    height: 1.78125vw;
    width: 1.3125vw;
  }
}
.about__note::before {
  background: url(../img/fuki_l.svg);
  background-size: contain;
}
.about__note::after {
  background: url(../img/fuki_r.svg);
  background-size: contain;
}
.about__btn {
  align-items: center;
  background-color: #f9913d;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.2vw;
  gap: 1.3333333333vw;
  height: 13.8666666667vw;
  justify-content: center;
  margin-inline: auto;
  place-content: center;
  transition: background-color 0.2s ease-out;
  width: 80vw;
}
@media (1200px <= width) {
  .about__btn {
    font-size: 1.171875vw;
    gap: 0.78125vw;
    height: 4.6875vw;
    width: 46.875vw;
  }
}
.about__btn:focus-visible {
  background-color: rgb(247.47, 116.95, 11.53);
}
@media (any-hover: hover) {
  .about__btn:hover {
    background-color: rgb(247.47, 116.95, 11.53);
  }
}
.about__btn img {
  width: 3.12vw;
}
@media (1200px <= width) {
  .about__btn img {
    width: 1.125vw;
  }
}

/*
Collection
*/
.collection {
  background-color: #fff;
  padding-top: 13.3333333333vw;
}
@media (1200px <= width) {
  .collection {
    padding-top: 8.203125vw;
  }
}
.collection__title {
  align-items: center;
  display: flex;
  font-size: 8vw;
  font-weight: 200;
  gap: 8vw;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-bottom: 4vw;
}
@media (1200px <= width) {
  .collection__title {
    font-size: 4.6875vw;
    gap: 4.6875vw;
    margin-bottom: 2.734375vw;
  }
}
.collection__title::before, .collection__title::after {
  background-color: #040000;
  content: "";
  height: 1px;
  width: 100%;
}

.collectionItem {
  position: relative;
}
@media (1200px <= width) {
  .collectionItem {
    display: flex;
  }
}
.collectionItem__character {
  position: relative;
}
@media (1200px <= width) {
  .collectionItem__character {
    width: 32.03125vw;
  }
}
.collectionItem__character::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
}
@media (1200px <= width) {
  .collectionItem__character::before {
    background-color: transparent !important;
  }
}
.collectionItem__bg, .collectionItem__img {
  position: absolute;
  z-index: 1;
}
.collectionItem__bg {
  clip-path: circle(100vw at left center);
  width: 100vw;
}
.collectionItem__main {
  position: relative;
  z-index: 2;
}
@media (1200px <= width) {
  .collectionItem__main {
    flex: 1;
  }
}
.collectionItem__header {
  margin-bottom: 8vw;
}
@media (1200px <= width) {
  .collectionItem__header {
    margin-bottom: 3.125vw;
  }
}
.collectionItem__title {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8vw;
  position: relative;
}
@media (1200px <= width) {
  .collectionItem__title {
    margin-bottom: 0;
  }
}
.collectionItem__title span {
  background-color: #040000;
  height: 5.8666666667vw;
  rotate: 20deg;
  width: 0.2666666667vw;
}
@media (1200px <= width) {
  .collectionItem__title span {
    height: 2.421875vw;
    rotate: 23deg;
    width: 0.15625vw;
  }
}
.collectionItem__text {
  display: flex;
  font-size: 3.4666666667vw;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (1200px <= width) {
  .collectionItem__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.40625vw;
    margin-block: var(--leading-trim);
  }
}

.collectionDetail {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  padding-bottom: 8vw;
  position: relative;
  grid-row-gap: 4.1333333333vw;
  justify-content: center;
}
@media (1200px <= width) {
  .collectionDetail {
    padding-bottom: 7.8125vw;
  }
}
.collectionDetail .collectionSlide {
  grid-area: 1/1/2/3;
}
.collectionDetail .collectionDetail__texts {
  grid-area: 2/1/3/2;
}
.collectionDetail .collectionDetail__limited {
  grid-area: 2/2/3/3;
}
.collectionDetail .collectionDetail__btns {
  grid-area: 3/1/4/3;
}
@media (1200px <= width) {
  .collectionDetail {
    align-items: end;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr auto;
    grid-column-gap: 5.078125vw;
    grid-row-gap: 1.171875vw;
    justify-content: start;
  }
  .collectionDetail .collectionSlide {
    grid-area: 1/1/4/2;
  }
  .collectionDetail .collectionDetail__texts {
    grid-area: 2/2/3/3;
  }
  .collectionDetail .collectionDetail__limited {
    grid-area: 1/2/2/3;
  }
  .collectionDetail .collectionDetail__btns {
    grid-area: 3/2/4/3;
  }
}
.collectionDetail.-mb {
  margin-bottom: 11.2vw;
  padding-bottom: 0;
}
@media (1200px <= width) {
  .collectionDetail.-mb {
    margin-bottom: 8.203125vw;
    padding-bottom: 0;
  }
}
.collectionDetail__limited {
  border: 1px solid #040000;
  border-radius: 100vmax;
  display: grid;
  font-size: 3.2vw;
  height: 16vw;
  place-content: center;
  text-align: center;
  width: 16vw;
}
@media (1200px <= width) {
  .collectionDetail__limited {
    font-size: 1.09375vw;
    height: 6.875vw;
    width: 6.875vw;
  }
}
.collectionDetail__limited span {
  display: block;
  font-size: 3.7333333333vw;
}
@media (1200px <= width) {
  .collectionDetail__limited span {
    font-size: 1.328125vw;
  }
}
.collectionDetail__texts {
  padding-left: 6.4vw;
}
@media (1200px <= width) {
  .collectionDetail__texts {
    padding-left: 0;
  }
}
.collectionDetail__text {
  font-size: 3.4666666667vw;
}
@media (1200px <= width) {
  .collectionDetail__text {
    font-size: 1.015625vw;
  }
}
.collectionDetail__id {
  font-size: 3.4666666667vw;
  margin-bottom: 0.25lh;
}
@media (1200px <= width) {
  .collectionDetail__id {
    font-size: 1.015625vw;
  }
}
.collectionDetail__price {
  font-size: 3.2vw;
}
@media (1200px <= width) {
  .collectionDetail__price {
    font-size: 0.9375vw;
  }
}
@media (1200px <= width) {
  .collectionDetail__price span {
    display: block;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.collectionDetail__btns {
  display: flex;
  gap: 3.2vw;
}
@media (1200px <= width) {
  .collectionDetail__btns {
    flex-direction: column;
    gap: 0.78125vw;
  }
}
.collectionDetail__btn {
  background-color: #fff;
  border-radius: 100vmax;
  color: #040000;
  cursor: pointer;
  display: grid;
  font-size: 3.4666666667vw;
  height: 10.6666666667vw;
  place-content: center;
  position: relative;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  width: 37.3333333333vw;
}
@media (1200px <= width) {
  .collectionDetail__btn {
    font-size: 1.015625vw;
    height: 3.75vw;
    width: 13.125vw;
  }
}
.collectionDetail__btn::after {
  border-right: 1px solid #040000;
  border-top: 1px solid #040000;
  content: "";
  height: 2.1333333333vw;
  position: absolute;
  right: 3.2vw;
  rotate: 45deg;
  top: 4.2666666667vw;
  width: 2.1333333333vw;
}
@media (1200px <= width) {
  .collectionDetail__btn::after {
    height: 0.625vw;
    right: 1.5625vw;
    top: 1.5625vw;
    width: 0.625vw;
  }
}
.collectionDetail__btn:focus-visible {
  color: #040000;
}
.collectionDetail__btn:focus-visible::after {
  border-color: #040000;
}
@media (any-hover: hover) {
  .collectionDetail__btn:hover {
    color: #040000;
  }
  .collectionDetail__btn:hover::after {
    border-color: #040000;
  }
}

.-fantasia .collectionDetail__btn:focus-visible {
  background-color: #043980;
  color: #fff;
}
.-fantasia .collectionDetail__btn:focus-visible::after {
  border-color: #fff;
}
@media (any-hover: hover) {
  .-fantasia .collectionDetail__btn:hover {
    background-color: #043980;
    color: #fff;
  }
  .-fantasia .collectionDetail__btn:hover::after {
    border-color: #fff;
  }
}

.-pooh .collectionDetail__btn:focus-visible {
  background-color: #f9be00;
}
@media (any-hover: hover) {
  .-pooh .collectionDetail__btn:hover {
    background-color: #f9be00;
  }
}

.-tangled .collectionDetail__btn:focus-visible {
  background-color: #a586bc;
}
@media (any-hover: hover) {
  .-tangled .collectionDetail__btn:hover {
    background-color: #a586bc;
  }
}

.-mickey .collectionDetail__btn:focus-visible {
  background-color: #9ba4a9;
}
@media (any-hover: hover) {
  .-mickey .collectionDetail__btn:hover {
    background-color: #9ba4a9;
  }
}

.collectionSlide {
  height: 69.3333333333vw;
  margin-inline: auto;
  width: 64.5333333333vw;
}
@media (1200px <= width) {
  .collectionSlide {
    height: 31.25vw;
    margin-left: 3.90625vw;
    width: 34.375vw;
  }
}

/*
Fantasia
*/
.-fantasia {
  background-color: #2669b2;
  color: #fff;
}
@media (1200px <= width) {
  .-fantasia .collectionItem__character {
    background-color: #043980;
  }
}
.-fantasia .collectionItem__character::before {
  background-color: #043980;
  height: 87.4666666667vw;
}
@media (1200px <= width) {
  .-fantasia .collectionItem__inner {
    left: 0;
    position: sticky;
    top: 0;
    width: 100vw;
  }
}
.-fantasia .collectionItem__bg {
  clip-path: circle(100vh at center bottom);
}
@media (1200px <= width) {
  .-fantasia .collectionItem__bg {
    clip-path: circle(100vw at left center);
  }
}
.-fantasia .collectionItem__img {
  left: 32.5333333333vw;
  top: 40vw;
  width: 35.3333333333vw;
}
@media (1200px <= width) {
  .-fantasia .collectionItem__img {
    left: 5.859375vw;
    top: 10.15625vw;
    width: 20.1796875vw;
  }
}
.-fantasia .collectionItem__header {
  padding-bottom: 52vw;
  padding-top: 8.5333333333vw;
}
@media (1200px <= width) {
  .-fantasia .collectionItem__header {
    align-items: end;
    background-color: #043980;
    background-color: transparent;
    display: flex;
    gap: 3.125vw;
    padding-bottom: 0vw;
    padding-left: 4.140625vw;
    padding-top: 4.6875vw;
  }
}
.-fantasia .collectionItem__title {
  align-items: baseline;
  gap: 5.3333333333vw;
}
@media (1200px <= width) {
  .-fantasia .collectionItem__title {
    gap: 2.1875vw;
  }
}
.-fantasia .collectionItem__title span {
  background-color: #fff;
}
.-fantasia .-disney {
  width: 28.64vw;
}
@media (1200px <= width) {
  .-fantasia .-disney {
    width: 11.1875vw;
  }
}
.-fantasia .-citizen {
  width: 28.2133333333vw;
}
@media (1200px <= width) {
  .-fantasia .-citizen {
    width: 11.0234375vw;
  }
}
.-fantasia .collectionDetail__limited {
  border-color: #fff;
}

/*
Pooh
*/
.-pooh {
  background-color: #f3d64a;
}
@media (1200px <= width) {
  .-pooh .collectionItem__character {
    background-color: #f9be00;
  }
}
.-pooh .collectionItem__character::before {
  background-color: #f9be00;
  height: 76.8vw;
}
@media (1200px <= width) {
  .-pooh .collectionItem__inner {
    left: 0;
    position: sticky;
    top: 0;
    width: 100vw;
  }
}
.-pooh .collectionItem__img {
  left: 25.3333333333vw;
  top: 42.6666666667vw;
  width: 49.28vw;
}
@media (1200px <= width) {
  .-pooh .collectionItem__img {
    left: 3.75vw;
    top: 15.234375vw;
    width: 24.0625vw;
  }
}
.-pooh .collectionItem__header {
  padding-bottom: 38.6666666667vw;
  padding-top: 8.5333333333vw;
}
@media (1200px <= width) {
  .-pooh .collectionItem__header {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 3.125vw;
    padding-bottom: 0vw;
    padding-left: 4.140625vw;
    padding-top: 4.6875vw;
  }
}
.-pooh .collectionItem__title {
  align-items: center;
  gap: 5.8666666667vw;
}
@media (1200px <= width) {
  .-pooh .collectionItem__title {
    gap: 2.5vw;
  }
}
.-pooh .-disney {
  width: 22.2933333333vw;
}
@media (1200px <= width) {
  .-pooh .-disney {
    width: 8.703125vw;
  }
}
.-pooh .-citizen {
  width: 22.4266666667vw;
}
@media (1200px <= width) {
  .-pooh .-citizen {
    width: 8.765625vw;
  }
}

/*
Tangled
*/
.-tangled {
  background-color: #d1a7cc;
}
@media (1200px <= width) {
  .-tangled .collectionItem__character {
    background-color: #a586bc;
  }
}
.-tangled .collectionItem__character::before {
  background-color: #a586bc;
  height: 79.4666666667vw;
}
@media (1200px <= width) {
  .-tangled .collectionItem__inner {
    left: 0;
    position: sticky;
    top: 0;
    width: 100vw;
  }
}
.-tangled .collectionItem__img {
  left: 21.3333333333vw;
  top: 43.2vw;
  width: 57.9733333333vw;
}
@media (1200px <= width) {
  .-tangled .collectionItem__img {
    left: 2.734375vw;
    top: 16.015625vw;
    width: 26.46875vw;
  }
}
.-tangled .collectionItem__header {
  padding-bottom: 41.3333333333vw;
  padding-top: 8vw;
}
@media (1200px <= width) {
  .-tangled .collectionItem__header {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 3.125vw;
    padding-bottom: 0vw;
    padding-left: 4.140625vw;
    padding-top: 4.375vw;
  }
}
.-tangled .collectionItem__title {
  align-items: center;
  gap: 5.8666666667vw;
}
@media (1200px <= width) {
  .-tangled .collectionItem__title {
    gap: 2.5vw;
  }
}
.-tangled .-disney {
  width: 25.7866666667vw;
}
@media (1200px <= width) {
  .-tangled .-disney {
    width: 10.0703125vw;
  }
}
.-tangled .-citizen {
  width: 8.3733333333vw;
}
@media (1200px <= width) {
  .-tangled .-citizen {
    width: 3.265625vw;
  }
}

/*
Mickey
*/
.-mickey {
  background-color: #bac2c7;
}
@media (1200px <= width) {
  .-mickey .collectionItem__character {
    background-color: #9ba4a9;
  }
}
.-mickey .collectionItem__character::before {
  background-color: #9ba4a9;
  height: 81.6vw;
}
@media (1200px <= width) {
  .-mickey .collectionItem__inner {
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.-mickey .collectionItem__img {
  left: 34.1333333333vw;
  top: 44vw;
  width: 32.4266666667vw;
}
@media (1200px <= width) {
  .-mickey .collectionItem__img {
    left: 6.640625vw;
    top: 15.625vw;
    width: 18.53125vw;
  }
}
.-mickey .collectionItem__header {
  padding-bottom: 44vw;
  padding-top: 7.7333333333vw;
}
@media (1200px <= width) {
  .-mickey .collectionItem__header {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 3.125vw;
    padding-bottom: 0vw;
    padding-left: 4.140625vw;
    padding-top: 4.921875vw;
  }
}
.-mickey .collectionItem__title {
  align-items: center;
  gap: 4.2666666667vw;
}
@media (1200px <= width) {
  .-mickey .collectionItem__title {
    gap: 1.71875vw;
  }
}
.-mickey .-disney {
  width: 23.4933333333vw;
}
@media (1200px <= width) {
  .-mickey .-disney {
    width: 9.1796875vw;
  }
}
.-mickey .-citizen {
  width: 27.04vw;
}
@media (1200px <= width) {
  .-mickey .-citizen {
    width: 10.5625vw;
  }
}

.js-slice {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.js-slice.is-view span {
  opacity: 1;
  translate: 0;
}
.js-slice span {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), translate 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: calc(var(--index) * 0.02s);
  translate: 0 1em;
}
.js-slice span.-space {
  width: 0.25em;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.no-scroll main {
  overflow: auto;
  scrollbar-gutter: stable;
}

.modal__bg, .modal__inner, .modalDetail {
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
.modal__bg.is-active, .modal__inner.is-active, .modalDetail.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__bg, .modal__inner {
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 7;
}
.modal__bg--modal001, .modal__bg--modal002 {
  background-color: #2669b2;
}
@media (1200px <= width) {
  .modal__bg--modal001, .modal__bg--modal002 {
    background: linear-gradient(90deg, #043980 0%, #043980 32%, #2669b2 32%, #2669b2 100%);
  }
}
.modal__bg--modal003 {
  background: linear-gradient(#f9be00 0%, #f9be00 31%, #f3d64a 31%, #f3d64a 100%);
}
@media (1200px <= width) {
  .modal__bg--modal003 {
    background: linear-gradient(90deg, #f9be00 0%, #f9be00 32%, #f3d64a 32%, #f3d64a 100%);
  }
}
.modal__bg--modal004 {
  background: linear-gradient(#a586bc 0%, #a586bc 31%, #d1a7cc 31%, #d1a7cc 100%);
}
@media (1200px <= width) {
  .modal__bg--modal004 {
    background: linear-gradient(90deg, #a586bc 0%, #a586bc 32%, #d1a7cc 32%, #d1a7cc 100%);
  }
}
.modal__bg--modal005 {
  background: linear-gradient(#9ba4a9 0%, #9ba4a9 31%, #bac2c7 31%, #bac2c7 100%);
}
@media (1200px <= width) {
  .modal__bg--modal005 {
    background: linear-gradient(90deg, #9ba4a9 0%, #9ba4a9 32%, #bac2c7 32%, #bac2c7 100%);
  }
}
.modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 8;
}
@media (1200px <= width) {
  .modal__close {
    height: 110px;
    right: 40px;
    top: 40px;
    width: 110px;
  }
}
.modal__close::before, .modal__close::after {
  background-color: #040000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 50%;
}
.modal__close::before {
  rotate: 45deg;
}
.modal__close::after {
  rotate: -45deg;
}
.modal__btn {
  border-radius: 100vmax;
  bottom: 75px;
  color: #040000;
  display: grid;
  font-size: 15px;
  height: 43px;
  margin-inline: auto;
  place-content: center;
  position: relative;
  transition: background-color 0.2s ease-out;
  width: 151px;
}
@media (1200px <= width) {
  .modal__btn {
    bottom: 110px;
    font-size: 14px;
    height: 40px;
    left: auto;
    position: absolute;
    right: 200px;
    width: 140px;
  }
}
.modal__btn.-item1 {
  background-color: #043980;
  color: #fff;
}
.modal__btn.-item1::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.modal__btn.-item1:focus-visible {
  background-color: #2669b2;
}
@media (any-hover: hover) {
  .modal__btn.-item1:hover {
    background-color: #2669b2;
  }
}
.modal__btn.-item2 {
  background-color: #f9be00;
}
.modal__btn.-item2:focus-visible {
  background-color: #f3d64a;
}
@media (any-hover: hover) {
  .modal__btn.-item2:hover {
    background-color: #f3d64a;
  }
}
.modal__btn.-item3 {
  background-color: #a586bc;
}
.modal__btn.-item3:focus-visible {
  background-color: #d1a7cc;
}
@media (any-hover: hover) {
  .modal__btn.-item3:hover {
    background-color: #d1a7cc;
  }
}
.modal__btn.-item4 {
  background-color: #9ba4a9;
}
.modal__btn.-item4:focus-visible {
  background-color: #bac2c7;
}
@media (any-hover: hover) {
  .modal__btn.-item4:hover {
    background-color: #bac2c7;
  }
}
.modal__btn::after {
  border-right: 1px solid #040000;
  border-top: 1px solid #040000;
  content: "";
  height: 8px;
  position: absolute;
  right: 16px;
  rotate: 45deg;
  top: 17px;
  width: 8px;
}
@media (1200px <= width) {
  .modal__btn::after {
    height: 8px;
    right: 16px;
    top: 15px;
    width: 8px;
  }
}

.modalDetail {
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 100vw;
}
@media (min-height: 653px) {
  .modalDetail {
    align-items: center;
  }
}
.modalDetail__inner {
  background-color: #fff;
  border-radius: 45px;
  height: 613px;
  margin-block: 20px;
  position: relative;
  width: 338px;
}
@media (1200px <= width) {
  .modalDetail__inner {
    border-radius: 90px;
    height: 550px;
    width: 1223px;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.-slider2 .modal__img img {
  display: block;
  margin-inline: auto;
}

.-slider {
  position: relative;
}
.-slider .splide__arrow {
  align-items: center;
  bottom: -9.6vw;
  display: flex;
  height: 6.9333333333vw;
  justify-content: center;
  position: absolute;
  transition: opacity 0.4s;
  width: 6.9333333333vw;
  z-index: 3;
}
@media (1200px <= width) {
  .-slider .splide__arrow {
    bottom: -3.28125vw;
    height: 2.265625vw;
    width: 2.265625vw;
  }
}
.-slider .splide__arrow:disabled {
  cursor: default;
  opacity: 0;
}
.-slider .splide__arrow--prev {
  left: 4.2666666667vw;
}
@media (1200px <= width) {
  .-slider .splide__arrow--prev {
    left: 10.15625vw;
  }
}
.-slider .splide__arrow--next {
  right: 4.2666666667vw;
}
@media (1200px <= width) {
  .-slider .splide__arrow--next {
    right: 10.15625vw;
  }
}
.-slider .splide__arrow:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .-slider .splide__arrow:hover {
    opacity: 0.8;
  }
}

.-slider2 {
  position: relative;
}
.-slider2 .splide__arrow {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  top: calc((100% - 60px) / 2);
  transition: opacity 0.4s, background-color 0.4s;
  width: 60px;
  z-index: 3;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow {
    height: 80px;
    top: calc((100% - 80px) / 2);
    width: 80px;
  }
}
.-slider2 .splide__arrow:disabled {
  cursor: default;
  opacity: 0;
}
.-slider2 .splide__arrow--prev {
  left: -0.5em;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow--prev {
    left: 60px;
  }
}
.-slider2 .splide__arrow--next {
  right: -0.5em;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow--next {
    right: 60px;
  }
}
.-slider2 .splide__arrow::after {
  -webkit-border-before: 1px solid #040000;
          border-block-start: 1px solid #040000;
  -webkit-border-end: 1px solid #040000;
          border-inline-end: 1px solid #040000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow::after {
    height: 26.6666666667px;
    width: 26.6666666667px;
  }
}
.-slider2 .splide__arrow--prev::after {
  rotate: 225deg;
  translate: 4px;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow--prev::after {
    translate: 5.3333333333px;
  }
}
.-slider2 .splide__arrow--next::after {
  rotate: 45deg;
  translate: -4px;
}
@media (1200px <= width) {
  .-slider2 .splide__arrow--next::after {
    translate: -5.3333333333px;
  }
}

.-slider .splide__pagination {
  bottom: -7.7333333333vw;
  display: flex;
  gap: 0 5.3333333333vw;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media (1200px <= width) {
  .-slider .splide__pagination {
    bottom: -2.65625vw;
    gap: 0 1.09375vw;
  }
}
.-slider .splide__pagination__page {
  background-color: #040000;
  border-radius: 100vmax;
  height: 2.4vw;
  opacity: 0.4;
  width: 2.4vw;
}
@media (1200px <= width) {
  .-slider .splide__pagination__page {
    height: 0.859375vw;
    width: 0.859375vw;
  }
}
.-slider .splide__pagination__page.is-active {
  opacity: 1;
}

.-slider2 .splide__pagination {
  bottom: 97.5px;
  display: flex;
  gap: 0 15px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media (750px <= width) {
  .-slider2 .splide__pagination {
    opacity: 0;
  }
}
@media (1200px <= width) {
  .-slider2 .splide__pagination {
    bottom: 34px;
    gap: 0 14px;
    opacity: 1;
  }
}
.-slider2 .splide__pagination__page {
  background-color: #040000;
  border-radius: 100vmax;
  height: 9px;
  opacity: 0.4;
  width: 9px;
}
@media (1200px <= width) {
  .-slider2 .splide__pagination__page {
    height: 11px;
    width: 11px;
  }
}
.-slider2 .splide__pagination__page.is-active {
  opacity: 1;
}

.-fantasia .splide__arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.-fantasia .splide__pagination__page {
  background-color: #fff;
}

/*
Print
*/
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  body {
    width: 210mm;
  }
  header,
  footer {
    display: none !important;
  }
  footer::after {
    content: "";
  }
  .-noprint {
    display: none;
  }
}
@page {
  margin: 0;
  size: A4;
}