@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --color-black: #101010;
  --color-white: #fdfdfd;
  --color-blue: #0274cb;
  --color-pink01: #eb4795;
  --color-pink02: #ff7c9b;
  --color-pink03: #ff5b85;
  --font-lato: lato, sans-serif;
  --font-roboto: roboto, sans-serif;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  color: var(--color-black);
  background: var(--color-white);
}

[id*=_cmp_elm] {
  font-size: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

.g-wrapper {
  position: relative;
  overflow: hidden;
}

.g-track {
  position: relative;
  padding: 8px;
}
.g-track::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 8px;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, #fa5ea5 0%, #ffbb75 24%, #ffef78 49%, #ffef78 59%, #50d4e6 93%, #32a2f3 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.g-track-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../img/track/alice_bg.gif") repeat center center;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 24px;
  background-blend-mode: lighten;
}

.c-triggerMotion01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  transition: scale 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transform-origin: 0 0;
  scale: 0 1;
}
.c-triggerMotion01::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-pink01);
  transition: translate 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
.c-triggerMotion01::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-pink01);
  transition: scale 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, translate 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  transform-origin: 0 0;
  scale: 0 1;
}

.c-triggerMotion01.visible {
  scale: 1;
}
.c-triggerMotion01.visible::before {
  translate: 101% 0 1px;
}
.c-triggerMotion01.visible::after {
  scale: 1;
  translate: 101% 0 1px;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.imgFit,
.imgFit img {
  width: 100%;
  height: auto;
}

.on {
  display: block;
  opacity: 1;
}

.off {
  display: none;
  opacity: 0;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(255, 255, 255, 0.98);
}
.lum-lightbox.lum-open {
  z-index: 1000;
}
.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}
.lum-lightbox-inner img {
  position: relative;
  width: auto;
  height: 90dvh;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.lum-lightbox-inner .lum-lightbox-caption {
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}
.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-loading .lum-lightbox-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 66px;
  height: 20px;
  transform: translate(-50%, -50%);
  animation: lum-loader-rotate 1800ms infinite linear;
}
.lum-loading .lum-lightbox-loader:before, .lum-loading .lum-lightbox-loader:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.lum-loading .lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}
.lum-loading .lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  transform: translateY(-50%);
}

.lum-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:before, .lum-close-button:after {
  position: absolute;
  left: 15px;
  width: 2px;
  height: 33px;
  content: " ";
  background-color: var(--color-pink01);
}
.lum-close-button:before {
  transform: rotate(45deg);
}
.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-gallery-button:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  border-top: 2px solid var(--color-pink01);
}

.lum-previous-button {
  left: 12px;
}
.lum-previous-button:after {
  left: 12%;
  border-left: 2px solid var(--color-pink01);
  border-radius: 3px 0 0 0;
  transform: translateY(-50%) rotate(-45deg);
}

.lum-next-button {
  right: 12px;
}
.lum-next-button:after {
  right: 12%;
  border-right: 2px solid var(--color-pink01);
  border-radius: 0 3px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.lum-lightbox-inner .lum-lightbox-caption {
  padding-top: 0.5em;
  font-size: 12px;
  color: #aaa;
}

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

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

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

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

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  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 {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
  backface-visibility: hidden;
}

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transform: translateY(-50%);
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 3px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
}

/*
以下調整部分
*/
.splide__pagination {
  position: relative;
  bottom: 0;
}

.splide__pagination__page {
  background: #ccc;
}

.splide__pagination__page.is-active {
  background: var(--color-pink01);
}

.l-header {
  position: relative;
}

.l-footer {
  position: relative;
  background-color: var(--color-pink03);
}
.l-footer__share {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px auto 0;
  color: var(--color-white);
  text-align: center;
}
.l-footer__shareWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 310px;
  padding: 3em 0.5em 2.5em 1em;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
}
.l-footer__shareBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 16px 10px 12px;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: var(--color-white);
  border: 0;
  border-radius: 50rem;
  transition: 0.3s ease 0s;
}
.l-footer__shareBtnImg {
  width: 28px;
  height: auto;
  margin: -5px 0 0 0;
}
.l-footer__share .btnCopy__message {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 30%;
  color: #fff;
  background: #ff739a;
  border-radius: 50rem;
}
.l-footer__share .btnCopy__message span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
}
.l-footer__logo {
  width: min(50%, 300px);
  margin: 0 auto;
}
.l-footer__siteLink {
  text-align: center;
}
.l-footer__siteLink a {
  display: inline-block;
  padding: 16px 32px;
  margin: 8px auto 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-pink02);
  border-radius: 50rem;
}
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 40px 0 40px;
}
.l-footer__link a {
  font-size: 14px;
  color: var(--color-white);
}
.l-footer__copyright {
  padding: 0 0 60px;
  color: var(--color-white);
  text-align: center;
}

.c-track-secTitle {
  position: relative;
  margin: 80px 0 60px;
}
.c-track-secTitle:first-child {
  margin: 0 0 60px;
}
.c-track-secTitle__num {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 0 4px;
  font-family: roboto, sans-serif;
  font-size: 280px;
  font-weight: 900;
  color: #e7e7e7;
  letter-spacing: -0.1em;
}
.c-track-secTitle__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 130px 0 0 0;
  margin-left: -9px;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: var(--color-pink01);
}
.c-track-secTitle__titleSmall {
  font-size: min(5vw, 60px);
}
.c-track-secTitle__titleIcon {
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 80px;
  margin-right: 6px;
}
.c-track-secTitle__titleIcon.sec01 {
  background: url("../img/track/icon_sec01.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec02 {
  background: url("../img/track/icon_sec02.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec03 {
  background: url("../img/track/icon_sec03.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec04 {
  background: url("../img/track/icon_sec04.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec05 {
  background: url("../img/track/icon_sec05.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec06 {
  background: url("../img/track/icon_sec06.svg") no-repeat center/contain;
}
.c-track-secTitle__titleIcon.sec07 {
  background: url("../img/track/icon_sec07.svg") no-repeat center/contain;
}
.c-track-secTitle__sub {
  position: relative;
  height: 1em; /* 高さも1文字分 */
  padding-left: 60px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 900;
  color: var(--color-black);
  visibility: visible; /* 空白でも高さを維持 */
}

/* ベーススタイル */
.text-up {
  overflow: hidden;
  white-space: nowrap;
}

/* 各文字の初期状態（非表示・下にオフセット） */
.text-up span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

/* visibleクラスが付いたときにアニメーション開始 */
.text-up.visible span {
  animation: textUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

/* アニメーションの内容 */
@keyframes textUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.char-span {
  opacity: 0;
  transition: opacity 0.2s;
}

.text-target.visible .char-span,
.text-target02.visible .char-span {
  opacity: 1;
}

.p-firstview {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, rgb(255, 255, 255) 80%, #ffcce3 100%);
}
.p-firstview img {
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.p-firstview__bg {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: center 30%;
  scale: 1.1;
}
.p-firstview__flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform-origin: center 30%;
  scale: 2;
}
.p-firstview__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform-origin: center 30%;
  scale: 3;
}
.p-firstview__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform-origin: center 30%;
  scale: 1.2;
}
.p-firstview.visible .p-firstview__bg {
  opacity: 1;
  transition: scale 5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  scale: 1;
}
.p-firstview.visible .p-firstview__flower {
  opacity: 1;
  transition: scale 5s cubic-bezier(0.13, 1, 0.12, 1), opacity 2s ease 0.3s;
  scale: 1;
}
.p-firstview.visible .p-firstview__chara {
  opacity: 1;
  transition: scale 5s cubic-bezier(0.13, 1, 0.12, 1), opacity 1s ease;
  scale: 1;
}
.p-firstview.visible .p-firstview__logo {
  opacity: 1;
  transition: scale 4s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 2s ease 1s;
  scale: 1;
}

.p-letter {
  position: relative;
  text-align: center;
  background: #ffcce3;
}
.p-letter__img {
  width: min(1716px, 68%);
}

.p-movie {
  position: relative;
  text-align: center;
  background: #ffcce3;
}
.p-movie__inner {
  width: min(1816px, 80%);
  padding: 3vw 20px 5vw;
  margin: 0 auto;
  background: url("../img/movie_bg.webp") no-repeat center center/contain;
}
.p-movie__wrap {
  position: relative;
  width: min(600px, 50%);
  margin: 0 auto;
}
.p-movie__youtubeIframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 1em;
}
.p-movie__youtubeIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-pickup {
  position: relative;
  text-align: center;
  background: var(--color-pink02);
}
.p-pickup__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.p-pickup__listItem {
  width: min(700px, 40%);
}
.p-pickup__link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--color-pink02);
  transition: all 0.3s ease;
}
.p-pickup__link .p-pickup__img {
  transition: all 0.3s ease;
}

.p-content {
  position: relative;
  text-align: center;
  background: url("../img/content_bg.webp") no-repeat center center/cover;
}
.p-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.p-content__listItem {
  width: min(900px, 60%);
}
.p-content__link {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(var(--color-pink02), 0);
  transition: all 0.3s ease;
}
.p-content__link .p-content__img {
  transition: all 0.3s ease;
}

.p-track-firstview {
  position: relative;
}
.p-track-firstview__bgWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.p-track-firstview__bgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.97) 70%, rgba(255, 255, 255, 0.5) 100%);
}
.p-track-firstview__bgList {
  display: flex;
  flex-shrink: 0;
  animation: scrollText 120s infinite linear 0.1s both;
}
.p-track-firstview__bgItem {
  flex-shrink: 0;
}
.p-track-firstview__bgItem img {
  width: auto;
  height: 100vh;
}
@keyframes scrollText {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -100% 0;
  }
}
.p-track-firstview__logo {
  position: relative;
  display: flex;
  align-items: center;
  width: min(90vw, 800px);
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
}
.p-track-firstview__svg {
  padding: 20px 5% 0 10%;
}

.p-track-timeline {
  position: relative;
  width: min(100%, 1200px);
  padding: 0 0 120px 24px;
  margin: 0 auto;
}
.p-track-timeline::before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background: var(--color-pink02);
}
.p-track-timeline__inner {
  display: flex;
  flex-wrap: no-wrap;
  gap: 40px;
  padding: 0 60px;
}
.p-track-timeline__leftWrap {
  position: relative;
  width: 50%;
}
.p-track-timeline__rightWrap {
  position: relative;
  width: 50%;
}
.p-track-timeline__subTitle {
  display: block;
  height: 1em; /* 高さも1文字分 */
  margin-bottom: 12px;
  font-family: var(--font-lato);
  font-size: 24px;
  font-weight: 300;
  color: var(--color-pink01);
  letter-spacing: 2px;
  visibility: visible; /* 空白でも高さを維持 */
}
.p-track-timeline__subTitleEventVisual {
  margin: 1.5em 0 12px;
}
.p-track-timeline__movieWrap {
  position: relative;
  margin: 0 auto;
}
.p-track-timeline__youtubeIframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 1em;
}
.p-track-timeline__youtubeIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-track-timeline__btn {
  margin-top: 120px;
  text-align: center;
}
.p-track-timeline__btn a {
  display: inline-block;
  padding: 24px 32px;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 1px;
  background: var(--color-pink01);
  border-radius: 50rem;
  transition: background 0.3s ease 0s;
}
.p-track-timeline__chara {
  width: min(85%, 1170px);
  margin: 80px auto 0;
  text-align: center;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
}

.p-track-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.p-track-gallery__listItem {
  width: calc(50% - 14px);
  overflow: hidden;
  border: 1px solid #bfbfbf;
  transition: border 0.3s ease 0s;
}
.p-track-gallery__listItem img {
  transition: scale 0.3s ease 0s;
}
@media (max-width: 1023px){
  .l-footer__shareWrap {
    width: 35vw;
  }
  .l-footer__shareBtn {
    font-size: 2vw;
  }
  .l-footer__shareBtnImg {
    width: 2.5vw;
  }
  .c-track-secTitle:first-child {
    margin: 0 0 30px;
  }
  .c-track-secTitle__num {
    font-size: 25vw;
  }
  .c-track-secTitle__title {
    padding: 11vw 0 0 0;
    margin-left: -8px;
    font-size: 9vw;
  }
  .c-track-secTitle__titleIcon {
    width: 50px;
    height: 65px;
  }
  .c-track-secTitle__sub {
    padding-left: 50px;
    font-size: 1.6vw;
  }
  .p-letter__img {
    width: 100%;
  }
  .p-movie__inner {
    width: 100%;
    padding: 3vw 24px 5vw;
  }
  .p-track-firstview__bgWrap::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.97) 70%, rgba(255, 255, 255, 0.7) 100%);
  }
  .p-track-timeline__inner {
    padding: 0 48px;
  }
  .p-track-timeline__btn a {
    font-size: 28px;
  }
  .p-track-gallery__list {
    gap: 16px;
  }
  .p-track-gallery__listItem {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px){
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
  .l-footer__share {
    margin: 16px auto 0;
  }
  .l-footer__shareWrap {
    width: 70vw;
    font-size: 3.6vw;
  }
  .l-footer__shareBtn {
    width: 52px;
    padding: 16px 12px 12px;
    font-size: 4vw;
  }
  .l-footer__shareBtnImg {
    width: 6.5vw;
  }
  .l-footer__siteLink a {
    font-size: 3.6vw;
  }
  .l-footer__link a {
    font-size: 3vw;
  }
  .l-footer__copyright {
    font-size: 3vw;
  }
  .c-track-secTitle {
    margin: 60px 0 30px;
  }
  .c-track-secTitle:first-child {
    margin: 0 0 30px;
  }
  .c-track-secTitle__num {
    font-size: 30vw;
  }
  .c-track-secTitle__title {
    padding: 16vw 0 0 0;
    margin-left: -6px;
  }
  .c-track-secTitle__titleIcon {
    width: 30px;
    height: 33px;
    margin-right: 3px;
  }
  .c-track-secTitle__sub {
    padding-left: 28px;
    margin-top: 4px;
    font-size: 1.5vw;
  }
  .p-letter__img {
    width: 100%;
  }
  .p-movie__inner {
    width: 100%;
    padding: 3vw 24px 5vw;
    background: none;
  }
  .p-movie__wrap {
    width: 100%;
  }
  .p-pickup__list {
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px;
  }
  .p-pickup__listItem {
    width: 100%;
  }
  .p-content__list {
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px;
  }
  .p-content__listItem {
    width: 100%;
  }
  .p-track-timeline {
    padding: 0 0 40px 12px;
  }
  .p-track-timeline::before {
    left: 8px;
  }
  .p-track-timeline__inner {
    flex-wrap: wrap;
    padding: 0 28px;
  }
  .p-track-timeline__leftWrap {
    width: 100%;
  }
  .p-track-timeline__rightWrap {
    width: 100%;
  }
  .p-track-timeline__btn {
    margin-top: 60px;
  }
  .p-track-timeline__btn a {
    padding: 20px 32px;
    font-size: 5vw;
  }
  .p-track-timeline__chara {
    width: 90%;
    margin: 40px auto 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0));
  }
  .p-track-gallery__list {
    gap: 18px;
  }
  .p-track-gallery__listItem {
    width: calc(50% - 9px);
  }
}
@media (any-hover: hover){
  .l-footer__shareBtn:hover {
    cursor: pointer;
  }
  .l-footer__siteLink a:hover {
    text-decoration: underline;
  }
  .l-footer__link a:hover {
    text-decoration: underline;
  }
  .p-pickup__link:hover {
    border: 1px solid var(--color-pink01);
    transition: border 0.2s ease 0s;
  }
  .p-pickup__link .p-pickup__img:hover {
    transition: all 0.2s ease;
    scale: 1.03;
  }
  .p-content__link:hover {
    border: 1px solid var(--color-pink01);
    transition: border 0.2s ease 0s;
  }
  .p-content__link .p-content__img:hover {
    transition: all 0.2s ease;
    scale: 1.03;
  }
  .p-track-timeline__btn a:hover {
    background: var(--color-pink02);
    transition: background 0.2s ease 0s;
  }
  .p-track-gallery__listItem:hover {
    border: 1px solid var(--color-pink01);
    transition: border 0.2s ease 0s;
  }
  .p-track-gallery__listItem img:hover {
    transition: scale 0.2s ease 0s;
    scale: 1.05;
  }
}
@media screen and (-ms-high-contrast: none){
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}