@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 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; /* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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-family: monospace, monospace; /* 1 */
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  min-width: 320px;
  color: #2e2e2e;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  background-image: url("../../images/common/bg_pattern_dots.png");
  background-repeat: repeat;
  background-position: top left;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  body {
    background-size: max(80px, 4.1666666667vw) max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 10.4166666667vw 10.4166666667vw;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.fixed {
  position: fixed;
  inset: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media, _:future, :root img.rendering {
  image-rendering: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

figure, button {
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.svg {
  display: inline-block;
  font-size: 0;
}
.svg svg {
  overflow: visible;
  width: 100%;
  fill: currentColor;
}

.js-animation.curtain .curtain-block {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3);
  transition: -webkit-clip-path 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3);
  transition: clip-path 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3);
  transition: clip-path 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3), -webkit-clip-path 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3);
}
.js-animation.curtain .curtain-block::before {
  position: absolute;
  inset: 0;
  z-index: 10;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  background-color: #2e2e2e;
  content: "";
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3) 0.55s;
  transition: -webkit-transform 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3) 0.55s;
  transition: transform 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3) 0.55s;
  transition: transform 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3) 0.55s, -webkit-transform 0.45s cubic-bezier(0.1, 0.75, 0.9, 0.3) 0.55s;
}
.js-animation.curtain.is-animated .curtain-block {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.js-animation.curtain.is-animated .curtain-block::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.js-animation.fade-up {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  .js-animation.fade-up {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .js-animation.fade-up {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.js-animation.fade-up.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js-animation.bound {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.js-animation.bound.is-animated {
  -webkit-animation: bound 1.8s ease-out both;
  animation: bound 1.8s ease-out both;
}

#st-Header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
#st-Header button[name=menu] {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] {
    top: max(30px, 1.5625vw);
    right: max(40px, 2.0833333333vw);
    width: max(90px, 4.6875vw);
    height: max(60px, 3.125vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  #st-Header button[name=menu] {
    right: max( 20px, calc( 40px - ( (1500px - 100vw) * 0.0421052632)));
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Header button[name=menu] {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] {
    top: 2.6041666667vw;
    right: 2.6041666667vw;
    width: 11.71875vw;
    height: 8.59375vw;
  }
}
#st-Header button[name=menu] span.line {
  position: absolute;
  left: 0;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] span.line {
    width: max(90px, 4.6875vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span.line {
    width: 11.71875vw;
    height: 0.78125vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(1) {
  -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] span.line:nth-child(1) {
    top: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span.line:nth-child(1) {
    top: 1.3020833333vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.3s;
  transition: opacity 0.2s ease-in-out, background-color 0.3s;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span.line:nth-child(2) {
    top: 3.90625vw;
  }
}
#st-Header button[name=menu] span.line:nth-child(3) {
  -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.3s, -webkit-transform 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] span.line:nth-child(3) {
    top: max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span.line:nth-child(3) {
    top: 6.5104166667vw;
  }
}
#st-Header button[name=menu].opened span.line {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu].opened span.line:nth-child(1) {
    top: max(28px, 1.4583333333vw);
    left: min(-5px, -0.2604166667vw);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].opened span.line:nth-child(1) {
    top: 3.90625vw;
    left: -0.6510416667vw;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 13.0208333333vw;
  }
}
#st-Header button[name=menu].opened span.line:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu].opened span.line:nth-child(3) {
    top: max(28px, 1.4583333333vw);
    left: min(-5px, -0.2604166667vw);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].opened span.line:nth-child(3) {
    top: 3.90625vw;
    left: -0.6510416667vw;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 13.0208333333vw;
  }
}
@media (any-hover: hover) {
  #st-Header button[name=menu]:hover span.line {
    background-color: #ff6fa3;
  }
}
#st-Header .header-nav-wrapper {
  visibility: hidden;
  position: fixed;
  inset: 0;
  opacity: 0;
}
#st-Header .header-nav-wrapper.wrapper-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#st-Header .header-nav-wrapper.wrapper-hidden {
  opacity: 0;
}
#st-Header .header-nav-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
#st-Header .header-nav-backdrop.backdrop-showed {
  opacity: 1;
}
#st-Header .header-nav-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #7366d0;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container {
    -webkit-transform: translateX(max(540px, 28.125vw));
    transform: translateX(max(540px, 28.125vw));
    width: max(520px, 27.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container {
    -webkit-transform: translateX(88.5416666667vw);
    transform: translateX(88.5416666667vw);
    width: 83.3333333333vw;
  }
}
#st-Header .header-nav-container::before {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../images/common/bg_header_nav.svg") no-repeat top left/contain;
  content: "";
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container::before {
    bottom: min(-154px, -8.0208333333vw);
    left: max(170px, 8.8541666667vw);
    width: max(540px, 28.125vw);
    height: max(540px, 28.125vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container::before {
    bottom: -28.2552083333vw;
    left: 24.3489583333vw;
    width: 85.9375vw;
    height: 85.9375vw;
  }
}
#st-Header .header-nav-container.container-showed {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#st-Header .header-nav-container.container-showed::before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#st-Header .header-nav {
  position: relative;
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav::-webkit-scrollbar {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
#st-Header .header-nav::-webkit-scrollbar-track {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav::-webkit-scrollbar-track {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav::-webkit-scrollbar-track {
    border-radius: 1.5625vw;
  }
}
#st-Header .header-nav::-webkit-scrollbar-thumb {
  background-color: #7366d0;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav::-webkit-scrollbar-thumb {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav::-webkit-scrollbar-thumb {
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav {
    padding: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav {
    padding: 16.9270833333vw 10.4166666667vw;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav nav ul li + li {
    margin-top: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav nav ul li + li {
    margin-top: 5.2083333333vw;
  }
}
#st-Header .header-nav nav ul li a {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav nav ul li a {
    font-size: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav nav ul li a {
    font-size: 6.5104166667vw;
  }
}
#st-Header .header-nav nav ul li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (any-hover: hover) {
  #st-Header .header-nav nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Header .header-nav nav ul li a:hover {
    color: #ff6fa3;
  }
}

#st-Footer {
  background-color: #2e2e2e;
  background-image: -webkit-gradient(linear, left top, right top, from(#7366d0), color-stop(50%, #7366d0), color-stop(50%, #ff6fa3), to(#ff6fa3));
  background-image: -webkit-linear-gradient(left, #7366d0 0%, #7366d0 50%, #ff6fa3 50%, #ff6fa3 100%);
  background-image: linear-gradient(90deg, #7366d0 0%, #7366d0 50%, #ff6fa3 50%, #ff6fa3 100%);
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 1025px) {
  #st-Footer {
    padding: max(126px, 6.5625vw) max(40px, 2.0833333333vw) max(110px, 5.7291666667vw);
    background-size: 100% max(8px, 0.4166666667vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Footer {
    padding: 104px 0 70px;
    background-size: 100% 8px;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer {
    padding: 13.5416666667vw 0 9.1145833333vw;
    background-size: 100% 1.3020833333vw;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "fLogo fNav" "fOfficial fCopyright";
    gap: max(100px, 5.2083333333vw) 0;
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
  #st-Footer .footer-container .footer-nav {
    grid-area: fNav;
  }
  #st-Footer .footer-container .footer-logo {
    grid-area: fLogo;
  }
  #st-Footer .footer-container .footer-official {
    grid-area: fOfficial;
  }
  #st-Footer .footer-container .footer-copyright {
    grid-area: fCopyright;
  }
}
@media screen and (min-width: 1025px){
  #st-Footer .footer-container .footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #st-Footer .footer-container .footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #st-Footer .footer-container .footer-official {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #st-Footer .footer-container .footer-copyright {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-nav {
    padding-top: max(10px, 0.5208333333vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Footer .footer-nav {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-nav {
    padding: 0 5.2083333333vw 7.8125vw;
  }
}
#st-Footer .footer-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1025px) {
  #st-Footer .footer-nav nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-nav nav ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-nav nav ul li + li {
    margin-left: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-nav nav ul li {
    padding: 0 3.2552083333vw 3.90625vw;
  }
}
#st-Footer .footer-nav nav ul li a {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-nav nav ul li a {
    font-size: max(16px, 0.8333333333vw);
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-nav nav ul li a {
    font-size: 4.1666666667vw;
    letter-spacing: 0.07em;
  }
}
#st-Footer .footer-nav nav ul li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (any-hover: hover) {
  #st-Footer .footer-nav nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Footer .footer-nav nav ul li a:hover {
    color: #ff6fa3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Footer .footer-logo {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-logo {
    padding-bottom: 10.4166666667vw;
  }
}
#st-Footer .footer-logo ul.logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-logo ul.logo-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-logo ul.logo-list li + li {
    margin-left: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-logo ul.logo-list li + li {
    margin-left: 7.2916666667vw;
  }
}
#st-Footer .footer-logo ul.logo-list li a {
  display: block;
}
@media (any-hover: hover) {
  #st-Footer .footer-logo ul.logo-list li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  #st-Footer .footer-logo ul.logo-list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-logo ul.logo-list li a {
    width: max(190px, 9.8958333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-logo ul.logo-list li.vspo a {
    width: 36.9791666667vw;
  }
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-logo ul.logo-list li.lantis {
    padding-top: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-logo ul.logo-list li.lantis a {
    width: 37.5vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Footer .footer-official {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-official {
    padding-bottom: 7.8125vw;
  }
}
#st-Footer .footer-official ul.official-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #st-Footer .footer-official ul.official-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-official ul.official-list li + li {
    margin-left: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-official ul.official-list li + li {
    margin-left: 6.5104166667vw;
  }
}
#st-Footer .footer-official ul.official-list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-official ul.official-list li a {
    font-size: max(14px, 0.7291666667vw);
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-official ul.official-list li a {
    font-size: 3.125vw;
    letter-spacing: 0.07em;
  }
}
#st-Footer .footer-official ul.official-list li a span.svg {
  position: relative;
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-official ul.official-list li a span.svg {
    top: max(3px, 0.15625vw);
    width: max(20px, 1.0416666667vw);
    margin-left: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-official ul.official-list li a span.svg {
    top: 0.9114583333vw;
    width: 3.90625vw;
    margin-left: 1.0416666667vw;
  }
}
@media (any-hover: hover) {
  #st-Footer .footer-official ul.official-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #st-Footer .footer-official ul.official-list li a:hover {
    color: #ff6fa3;
  }
}
#st-Footer .footer-copyright p {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-copyright p {
    font-size: max(14px, 0.7291666667vw);
    letter-spacing: 0.06em;
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #st-Footer .footer-copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-copyright p {
    font-size: 2.8645833333vw;
    letter-spacing: 0.07em;
    text-align: center;
  }
}

.st-Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.st-Modal.modal-active {
  display: block;
}
.st-Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.st-Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.st-Modal button[name=modal-close] {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .st-Modal button[name=modal-close] {
    top: max(30px, 1.5625vw);
    right: max(40px, 2.0833333333vw);
    width: max(90px, 4.6875vw);
    height: max(60px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name=modal-close] {
    top: 3.90625vw;
    right: 5.2083333333vw;
    width: 11.71875vw;
    height: 8.59375vw;
  }
}
.st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
    width: max(100px, 5.2083333333vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
    width: 13.0208333333vw;
    height: 0.78125vw;
  }
}
.st-Modal button[name=modal-close]::before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.st-Modal button[name=modal-close]::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media (any-hover: hover) {
  .st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .st-Modal button[name=modal-close]:hover::before, .st-Modal button[name=modal-close]:hover::after {
    background-color: #ff6fa3;
  }
}
.st-Modal .modal-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .st-Modal .modal-wrapper {
    padding: max(100px, 5.2083333333vw) max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Modal .modal-wrapper {
    padding: 20.8333333333vw 5.2083333333vw;
  }
}
.st-Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.st-Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.st-Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.st-Modal .modal-container {
  display: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .st-Modal .modal-container {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
}
.st-Modal .modal-container.container-active {
  display: block;
}
.st-Modal .modal-content.youtube {
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #2e2e2e;
}
.st-Modal .modal-content.youtube iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes elasticity {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@keyframes elasticity {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
}
@-webkit-keyframes slash {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  15% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  35% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slash {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  15% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  35% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.index-MainVisual {
  position: relative;
  background-image: -webkit-radial-gradient(rgba(235, 235, 235, 0) 65%, rgba(235, 235, 235, 0.3) 71%);
  background-image: radial-gradient(rgba(235, 235, 235, 0) 65%, rgba(235, 235, 235, 0.3) 71%);
}
@media screen and (min-width: 1025px) {
  .index-MainVisual {
    height: 48.9583333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual {
    height: 1166px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual {
    height: 151.8229166667vw;
  }
}
.index-MainVisual .mv-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-image {
    background: url("../../webp/pc/index/img_mv.webp") no-repeat top center/103.5416666667vw auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-MainVisual .mv-image {
    background-size: 96vw auto;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-image {
    background-image: url("../../webp/sp/index/img_mv.webp");
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-image {
    background-size: 988px auto;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-image {
    background-size: 128.6458333333vw auto;
  }
}
.index-MainVisual .mv-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-container {
    top: 40.2083333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-container {
    top: 922px;
    width: 688px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container {
    top: 120.0520833333vw;
    width: 89.5833333333vw;
    margin: 0 auto;
  }
}
.index-MainVisual h1.mv-logo {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h1.mv-logo {
    width: 62.5vw;
    margin: 0 auto 0.9895833333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual h1.mv-logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual h1.mv-logo {
    margin-bottom: 2.6041666667vw;
  }
}
.index-MainVisual h1.mv-logo::before {
  position: absolute;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h1.mv-logo::before {
    top: -5.2083333333vw;
    left: -5.2083333333vw;
    width: 72.9166666667vw;
    height: 16.5104166667vw;
    background: url("../../images/pc/index/bg_mv_logo_light.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h1.mv-logo::before {
    background: url("../../images/sp/index/bg_mv_logo_light.png") no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual h1.mv-logo::before {
    top: -70px;
    left: -40px;
    width: 768px;
    height: 207px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual h1.mv-logo::before {
    top: -9.1145833333vw;
    left: -5.2083333333vw;
    width: 100vw;
    height: 26.953125vw;
  }
}
.index-MainVisual h1.mv-logo::after {
  position: absolute;
  z-index: -2;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-MainVisual h1.mv-logo::after {
    inset: 0;
    -webkit-filter: blur(3.125vw);
    filter: blur(3.125vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h1.mv-logo::after {
    top: -2.6041666667vw;
    right: 0;
    left: 0;
    height: 13.9322916667vw;
    -webkit-filter: blur(6.5104166667vw);
    filter: blur(6.5104166667vw);
  }
}
.index-MainVisual h2.mv-release {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h2.mv-release {
    width: 62.7083333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h2.mv-release .sp-none {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h2.mv-release .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual h2.mv-release .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual h2.mv-release .pc-none {
    display: inline-block !important;
  }
}
.index-MainVisual .mv-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.index-MainVisual .mv-background .rainbow-light {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .rainbow-light {
    background: url("../../images/pc/index/bg_mv_rainbow-light_0812.png") no-repeat top center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .rainbow-light {
    background: url("../../images/sp/index/bg_mv_rainbow-light_0812.png") no-repeat top center/cover;
  }
}
.index-MainVisual .mv-background .glitter-container {
  position: absolute;
  inset: 0;
}
.index-MainVisual .mv-background .glitter-container .glitter {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-01 {
    top: 1.875vw;
    left: 0.1041666667vw;
    width: 0.8333333333vw;
    height: 1.1458333333vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_07.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-01 {
    background-image: url("../../images/sp/index/bg_mv_glitter_04.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-01 {
    top: 140px;
    left: 6px;
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-01 {
    top: 18.2291666667vw;
    left: 0.78125vw;
    width: 2.34375vw;
    height: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-02 {
    top: 7.03125vw;
    left: 3.9583333333vw;
    width: 0.8333333333vw;
    aspect-ratio: 28/36;
    background-image: url("../../images/pc/index/bg_mv_glitter_04.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-02 {
    background-image: url("../../images/sp/index/bg_mv_glitter_03.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-02 {
    top: 110px;
    left: 93px;
    width: 24px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-02 {
    top: 14.3229166667vw;
    left: 12.109375vw;
    width: 3.125vw;
    height: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-03 {
    top: 0.3645833333vw;
    left: 14.9479166667vw;
    width: 2.1875vw;
    aspect-ratio: 56/64;
    background-image: url("../../images/pc/index/bg_mv_glitter_01.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-03 {
    background-image: url("../../images/sp/index/bg_mv_glitter_03.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-03 {
    top: 28px;
    left: 155px;
    width: 24px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-03 {
    top: 3.6458333333vw;
    left: 20.1822916667vw;
    width: 3.125vw;
    height: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-04 {
    top: 2.2916666667vw;
    left: 30.625vw;
    width: 0.8333333333vw;
    height: 1.1458333333vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_07.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-04 {
    aspect-ratio: 70/80;
    background-image: url("../../images/sp/index/bg_mv_glitter_01.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-04 {
    top: 47px;
    left: 280px;
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-04 {
    top: 6.1197916667vw;
    left: 36.4583333333vw;
    width: 5.46875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-05 {
    top: 25.5208333333vw;
    left: -0.46875vw;
    width: 2.5vw;
    height: 2.9166666667vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_02.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-05 {
    background-image: url("../../images/sp/index/bg_mv_glitter_03.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-05 {
    top: 19px;
    left: 412px;
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-05 {
    top: 2.4739583333vw;
    left: 53.6458333333vw;
    width: 2.34375vw;
    height: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-06 {
    top: 39.8958333333vw;
    left: 2.2916666667vw;
    width: 0.8333333333vw;
    height: 1.1458333333vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_07.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-06 {
    background-image: url("../../images/sp/index/bg_mv_glitter_02.svg");
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-06 {
    top: 592px;
    right: 162px;
    width: 48px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .glitter-container .glitter-06 {
    top: 77.0833333333vw;
    right: 21.09375vw;
    width: 6.25vw;
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-07 {
    top: 2.1875vw;
    right: 38.0729166667vw;
    width: 0.8333333333vw;
    height: 1.1458333333vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_07.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-07 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-08 {
    top: 0.3125vw;
    right: 18.2291666667vw;
    width: 1.0416666667vw;
    height: 1.3541666667vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_05.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-08 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-09 {
    top: 11.09375vw;
    right: 3.4895833333vw;
    width: 1.9791666667vw;
    aspect-ratio: 76/88;
    background-image: url("../../images/pc/index/bg_mv_glitter_03.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-09 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .glitter-container .glitter-10 {
    top: 38.75vw;
    right: 1.0416666667vw;
    width: 0.8333333333vw;
    height: 1.1458333333vw;
    background-image: url("../../images/pc/index/bg_mv_glitter_07.svg");
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .glitter-container .glitter-10 {
    display: none;
  }
}
.index-MainVisual .mv-background .slash-container {
  position: absolute;
  inset: 0;
}
.index-MainVisual .mv-background .slash-container .slash {
  position: absolute;
  aspect-ratio: 100/122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index-MainVisual .mv-background .slash-container .slash-01 {
  background-image: url("../../images/common/bg_slash_pink_01.svg");
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .slash-container .slash-01 {
    top: -2.3958333333vw;
    left: 2.34375vw;
    width: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .slash-container .slash-01 {
    top: -41px;
    left: 26px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .slash-container .slash-01 {
    top: -5.3385416667vw;
    left: 3.3854166667vw;
    width: 15.625vw;
  }
}
.index-MainVisual .mv-background .slash-container .slash-02 {
  background-image: url("../../images/common/bg_slash_black_02.svg");
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .slash-container .slash-02 {
    top: 8.0729166667vw;
    left: -1.4583333333vw;
    width: 5.5208333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .slash-container .slash-02 {
    display: none;
  }
}
.index-MainVisual .mv-background .slash-container .slash-03 {
  background-image: url("../../images/common/bg_slash_black_01.svg");
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .slash-container .slash-03 {
    top: -1.40625vw;
    right: 11.5625vw;
    width: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-MainVisual .mv-background .slash-container .slash-03 {
    top: -86px;
    left: 510px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-background .slash-container .slash-03 {
    top: -11.1979166667vw;
    left: 66.40625vw;
    width: 15.625vw;
  }
}
.index-MainVisual .mv-background .slash-container .slash-04 {
  background-image: url("../../images/common/bg_slash_pink_01.svg");
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .slash-container .slash-04 {
    top: 8.3854166667vw;
    right: -2.5520833333vw;
    width: 4.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .slash-container .slash-04 {
    display: none;
  }
}
.index-MainVisual .mv-background .slash-container .slash-05 {
  background-image: url("../../images/common/bg_slash_purple_02.svg");
}
@media screen and (min-width: 1025px) {
  .index-MainVisual .mv-background .slash-container .slash-05 {
    top: 15.9375vw;
    right: 0;
    width: 5.5208333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-MainVisual .mv-background .slash-container .slash-05 {
    display: none;
  }
}
.index-MainVisual.mv-animation .mv-image {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  .index-MainVisual.mv-animation .mv-image {
    -webkit-filter: blur(max(10px, 0.5208333333vw));
    filter: blur(max(10px, 0.5208333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual.mv-animation .mv-image {
    -webkit-filter: blur(1.3020833333vw);
    filter: blur(1.3020833333vw);
  }
}
.index-MainVisual.mv-animation .mv-container {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  .index-MainVisual.mv-animation .mv-container {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual.mv-animation .mv-container {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.index-MainVisual.mv-animation.is-animated .mv-image {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.index-MainVisual.mv-animation.is-animated .mv-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-MainVisual.mv-animation.is-animated .mv-background .rainbow-light {
  -webkit-animation: elasticity 26s linear infinite;
  animation: elasticity 26s linear infinite;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash {
  -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash-01 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash-02 {
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash-03 {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash-04 {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.index-MainVisual.mv-animation.is-animated .mv-background .slash-container .slash-05 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.index-LeadContent {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-LeadContent {
    margin-top: min(-120px, -6.25vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent {
    margin-top: -3.90625vw;
  }
}
.index-LeadContent .lead-background .gradient {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #7366d0), to(#ff6fa3));
  background-image: -webkit-linear-gradient(left, #7366d0 20%, #ff6fa3 100%);
  background-image: linear-gradient(90deg, #7366d0 20%, #ff6fa3 100%);
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .gradient {
    -webkit-clip-path: polygon(0 max(90px, 4.6875vw), 100% 0, 100% calc(100% - max(110px, 5.7291666667vw)), 0 100%);
    clip-path: polygon(0 max(90px, 4.6875vw), 100% 0, 100% calc(100% - max(110px, 5.7291666667vw)), 0 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent .lead-background .gradient {
    -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .gradient {
    -webkit-clip-path: polygon(0 5.2083333333vw, 100% 0, 100% calc(100% - 5.2083333333vw), 0 100%);
    clip-path: polygon(0 5.2083333333vw, 100% 0, 100% calc(100% - 5.2083333333vw), 0 100%);
  }
}
.index-LeadContent .lead-background .front-deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #f1f0fa;
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .front-deco {
    -webkit-clip-path: polygon(0 0, 100% max(90px, 4.6875vw), 100% calc(100% - max(10px, 0.5208333333vw)), 0 calc(100% - max(110px, 5.7291666667vw)));
    clip-path: polygon(0 0, 100% max(90px, 4.6875vw), 100% calc(100% - max(10px, 0.5208333333vw)), 0 calc(100% - max(110px, 5.7291666667vw)));
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent .lead-background .front-deco {
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 10px), 0 calc(100% - 6.5104166667vw));
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 10px), 0 calc(100% - 6.5104166667vw));
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .front-deco {
    -webkit-clip-path: polygon(0 0, 100% 5.2083333333vw, 100% calc(100% - 1.3020833333vw), 0 calc(100% - 6.5104166667vw));
    clip-path: polygon(0 0, 100% 5.2083333333vw, 100% calc(100% - 1.3020833333vw), 0 calc(100% - 6.5104166667vw));
  }
}
.index-LeadContent .lead-background .rainbow-light {
  position: absolute;
  inset: 0;
  -webkit-animation: elasticity 26s linear infinite;
  animation: elasticity 26s linear infinite;
}
@media screen and (min-width: 769px) {
  .index-LeadContent .lead-background .rainbow-light {
    background: url("../../images/pc/index/bg_intro_rainbow-light.png") no-repeat top max(8px, 0.4166666667vw) center/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .rainbow-light {
    background: url("../../images/sp/index/bg_intro_rainbow-light.png") no-repeat top -1.953125vw center/100% auto;
  }
}
@media screen and (min-width: 769px) {
  .index-LeadContent .lead-background .glitter {
    position: absolute;
    inset: 0;
    background: url("../../images/pc/index/bg_intro_glitter.svg") no-repeat top max(176px, 9.1666666667vw) center/max(1726px, 89.8958333333vw) max(452px, 23.5416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .glitter {
    display: none;
  }
}
.index-LeadContent .lead-background .slash-container {
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  .index-LeadContent .lead-background .slash-container {
    inset: min(-81px, -4.21875vw) 0 min(-57px, -2.96875vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container {
    inset: min(-47px, -81px + (1500px - 100vw) * 0.0715789474) 0 -57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container {
    inset: -47px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .slash-container {
    inset: -6.1197916667vw 0 0;
  }
}
.index-LeadContent .lead-background .slash-container .slash {
  position: absolute;
  aspect-ratio: 100/122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
}
.index-LeadContent .lead-background .slash-container .slash-01 {
  top: 0;
  background-image: url("../../images/common/bg_slash_pink_01.svg");
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
}
@media screen and (min-width: 1501px) {
  .index-LeadContent .lead-background .slash-container .slash-01 {
    left: max(244px, 12.7083333333vw);
    width: max(88px, 4.5833333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-01 {
    left: max(-10px, 224px - (1500px - 100vw) * 0.6821052632);
    width: max(82px, 88px - (1500px - 100vw) * 0.0126315789);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-01 {
    left: -10px;
    width: 82px;
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .slash-container .slash-01 {
    left: -1.3020833333vw;
    width: 10.6770833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .slash-container .slash-02 {
    bottom: max(95px, 4.9479166667vw);
    left: max(178px, 9.2708333333vw);
    width: max(70px, 3.6458333333vw);
    background-image: url("../../images/common/bg_slash_pink_01.svg");
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-02 {
    left: max(-80px, 178px - (1500px - 100vw) * 0.5431578947);
  }
}
@media screen and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-02 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .slash-container .slash-03 {
    bottom: 0;
    left: max(93px, 4.84375vw);
    width: max(110px, 5.7291666667vw);
    background-image: url("../../images/common/bg_slash_purple_02.svg");
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-03 {
    left: max(-210px, 93px - (1500px - 100vw) * 0.6484210526);
  }
}
@media screen and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-03 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .slash-container .slash-04 {
    top: max(41px, 2.1354166667vw);
    right: max(73px, 3.8020833333vw);
    width: max(80px, 4.1666666667vw);
    background-image: url("../../images/common/bg_slash_purple_01.svg");
    -webkit-animation-delay: 1.28s;
    animation-delay: 1.28s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-04 {
    right: max(-150px, 73px - (1500px - 100vw) * 0.4694736842);
  }
}
@media screen and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-04 {
    display: none;
  }
}
.index-LeadContent .lead-background .slash-container .slash-05 {
  background-image: url("../../images/common/bg_slash_purple_02.svg");
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
@media screen and (min-width: 1501px) {
  .index-LeadContent .lead-background .slash-container .slash-05 {
    top: max(290px, 15.1041666667vw);
    right: min(-19px, -0.9895833333vw);
    width: max(80px, 4.1666666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-05 {
    top: max(5px, 290px - (1500px - 100vw) * 0.6);
    right: min(32px, -19px + (1500px - 100vw) * 0.1073684211);
    width: max(90px, 80px + (1500px - 100vw) * 0.0210526316);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-05 {
    top: 5px;
    right: 32px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .index-LeadContent .lead-background .slash-container .slash-05 {
    top: 0.6510416667vw;
    right: 4.1666666667vw;
    width: 11.71875vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-LeadContent .lead-background .slash-container .slash-06 {
    bottom: max(185px, 9.6354166667vw);
    right: max(130px, 6.7708333333vw);
    width: max(134px, 6.9791666667vw);
    background-image: url("../../images/common/bg_slash_pink_01.svg");
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-LeadContent .lead-background .slash-container .slash-06 {
    right: max(-144px, 130px - (1500px - 100vw) * 0.5768421053);
  }
}
@media screen and (max-width: 1024px) {
  .index-LeadContent .lead-background .slash-container .slash-06 {
    display: none;
  }
}

.index-Banner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Banner {
    padding: max(200px, 10.4166666667vw) 0 max(128px, 6.6666666667vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Banner {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-Banner {
    padding: 7.8125vw 5.2083333333vw 13.0208333333vw;
  }
}
.index-Banner .banner-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .index-Banner .banner-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
.index-Banner .banner-container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Banner .banner-container {
    -webkit-filter: drop-shadow(0 0 max(15px, 0.78125vw) rgba(46, 46, 46, 0.1));
    filter: drop-shadow(0 0 max(15px, 0.78125vw) rgba(46, 46, 46, 0.1));
  }
}
@media screen and (min-width: 769px) {
  .index-Banner .banner-container.swiper-container {
    padding: max(40px, 2.0833333333vw) 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .index-Banner .banner-container.swiper-container {
    max-width: max(968px, 50.4166666667vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .index-Banner .banner-container.swiper-container {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .banner-container.swiper-container {
    width: 89.5833333333vw;
    padding: 5.2083333333vw 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .index-Banner ul.banner-list li.swiper-slide {
    padding: 0 max(4px, 0.2083333333vw);
    -webkit-transform: scale(0.85208);
    transform: scale(0.85208);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
@media screen and (min-width: 1201px) {
  .index-Banner ul.banner-list li.swiper-slide-active {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.index-Banner ul.banner-list li a {
  display: block;
  overflow: hidden;
}
@media (any-hover: hover) {
  .index-Banner ul.banner-list li a img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    will-change: transform;
  }
  .index-Banner ul.banner-list li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 769px) {
  .index-Banner .slider-nav-container {
    padding-top: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 4.4270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Banner .slider-nav-container .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: calc(50% + max(20px, 1.0416666667vw));
    -webkit-transform: translateY(calc(-50% - max(17px, 0.8854166667vw)));
    transform: translateY(calc(-50% - max(17px, 0.8854166667vw)));
    right: 0;
    left: 0;
    z-index: 10;
    max-width: max(1120px, 58.3333333333vw);
    height: max(56px, 2.9166666667vw);
    margin: 0 auto;
    padding: 0 max(22px, 1.1458333333vw);
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .slider-nav {
    display: contents;
  }
}
.index-Banner .slider-nav-container .slider-nav button {
  color: #2e2e2e;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .index-Banner .slider-nav-container .slider-nav button {
    width: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .slider-nav button {
    width: 3.6458333333vw;
  }
}
@media (any-hover: hover) {
  .index-Banner .slider-nav-container .slider-nav button {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .index-Banner .slider-nav-container .slider-nav button:hover {
    color: #ff6fa3;
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .slider-nav button[name=prev] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .slider-nav button[name=next] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
}
.index-Banner .slider-nav-container .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .pagination {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: auto;
    margin: 0 10.15625vw;
  }
}
.index-Banner .slider-nav-container .pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d7d7d7;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Banner .slider-nav-container .pagination .swiper-pagination-bullet {
    width: max(10px, 0.5208333333vw);
    height: max(10px, 0.5208333333vw);
    margin: 0 max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Banner .slider-nav-container .pagination .swiper-pagination-bullet {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0 1.5625vw;
  }
}
@media (any-hover: hover) {
  .index-Banner .slider-nav-container .pagination .swiper-pagination-bullet:hover {
    background-color: #ff6fa3;
  }
}
.index-Banner .slider-nav-container .pagination .swiper-pagination-bullet-active {
  background-color: #7366d0;
  pointer-events: none;
}

.index-Introduction {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Introduction {
    padding: max(260px, 13.5416666667vw) max(40px, 2.0833333333vw) max(202px, 10.5208333333vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Introduction {
    padding: 140px 40px 150px;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction {
    padding: 18.2291666667vw 0 19.53125vw;
  }
}
.index-Introduction .intro-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .index-Introduction h2.intro-catch {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction h2.intro-catch {
    margin-bottom: 10.4166666667vw;
  }
}
.index-Introduction p {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Introduction p {
    font-size: max(22px, 1.1458333333vw);
    line-height: 2.6;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p {
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction p + p {
    margin-top: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p + p {
    margin-top: 7.8125vw;
  }
}
.index-Introduction p span.line {
  display: block;
}
@media screen and (min-width: 769px) {
  .index-Introduction p span.line + span.line {
    margin-top: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p span.line + span.line {
    margin-top: 2.0833333333vw;
  }
}
.index-Introduction p span.line-inner {
  display: inline-block;
}
.index-Introduction p span.em {
  display: inline-block;
  position: relative;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .index-Introduction p span.em {
    margin: 0 max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p span.em {
    margin: 0 2.6041666667vw;
  }
}
.index-Introduction p span.em::before {
  position: absolute;
  z-index: -1;
  background-color: #2e2e2e;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-Introduction p span.em-01 {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p span.em-01 {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction p span.em-01::before {
    inset: min(-2px, -0.1041666667vw) min(-4px, -0.2083333333vw) min(-6px, -0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p span.em-01::before {
    inset: -0.78125vw -1.3020833333vw -1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction p span.em-02::before {
    inset: min(-4px, -0.2083333333vw) min(-4px, -0.2083333333vw) min(-8px, -0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction p span.em-02::before {
    inset: -0.78125vw -1.3020833333vw -1.3020833333vw;
  }
}
.index-Introduction .intro-background .slash-container {
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .index-Introduction .intro-background .slash-container {
    inset: min(-41px, -2.1354166667vw) 0 max(98px, 5.1041666667vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Introduction .intro-background .slash-container {
    inset: -41px 0 -73px;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-background .slash-container {
    inset: 1.8229166667vw 0 -9.5052083333vw;
  }
}
.index-Introduction .intro-background .slash-container .slash {
  position: absolute;
  aspect-ratio: 100/122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
}
.index-Introduction .intro-background .slash-container .slash-01 {
  top: 0;
  background-image: url("../../images/common/bg_slash_black_01.svg");
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-background .slash-container .slash-01 {
    right: max(214px, 11.1458333333vw);
    width: max(100px, 5.2083333333vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Introduction .intro-background .slash-container .slash-01 {
    right: 36px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-background .slash-container .slash-01 {
    right: 4.6875vw;
    width: 13.0208333333vw;
  }
}
.index-Introduction .intro-background .slash-container .slash-02 {
  background-image: url("../../images/common/bg_slash_purple_02.svg");
}
@media screen and (min-width: 1025px) {
  .index-Introduction .intro-background .slash-container .slash-02 {
    top: max(296px, 15.4166666667vw);
    right: min(-19px, -0.9895833333vw);
    width: max(80px, 4.1666666667vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .index-Introduction .intro-background .slash-container .slash-02 {
    top: min( 396px, calc( 296px + ( (1500px - 100vw) * 0.2105263158)));
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Introduction .intro-background .slash-container .slash-02 {
    top: 396px;
    right: -17px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-background .slash-container .slash-02 {
    top: 95.8333333333vw;
    right: -2.2135416667vw;
    width: 11.71875vw;
  }
}
.index-Introduction .intro-background .slash-container .slash-03 {
  bottom: 0;
  background-image: url("../../images/common/bg_slash_pink_01.svg");
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media screen and (min-width: 1501px) {
  .index-Introduction .intro-background .slash-container .slash-03 {
    right: max(130px, 6.7708333333vw);
    width: max(134px, 6.9791666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-Introduction .intro-background .slash-container .slash-03 {
    right: max( -8px, calc( 130px - ( (1500px - 100vw) * 0.2905263158)));
    width: 134px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Introduction .intro-background .slash-container .slash-03 {
    right: -8px;
    width: 134px;
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-background .slash-container .slash-03 {
    right: -1.0416666667vw;
    width: 17.4479166667vw;
  }
}

section .section-container {
  position: relative;
}
section .section-container .anchor {
  position: absolute;
}
@media screen and (min-width: 769px) {
  section .section-container .anchor {
    top: min(-80px, -4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-container .anchor {
    top: -15.625vw;
  }
}
section .section-header .header-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
section .section-header .header-title::before {
  position: absolute;
  z-index: -1;
  background: url("../../images/common/index/bg_section_title.svg") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 769px) {
  section .section-header .header-title::before {
    top: min(-62px, -3.2291666667vw);
    left: min(-72px, -3.75vw);
    width: max(130px, 6.7708333333vw);
    height: max(130px, 6.7708333333vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-header .header-title::before {
    top: -11.4583333333vw;
    left: -11.71875vw;
    width: 19.53125vw;
    height: 19.53125vw;
  }
}
section .section-header .header-title span.en {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  section .section-header .header-title span.en {
    font-size: max(140px, 7.2916666667vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-header .header-title span.en {
    margin-bottom: 1.3020833333vw;
    font-size: 16.9270833333vw;
    line-height: 0.9;
  }
}
section .section-header .header-title span.ja {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  section .section-header .header-title span.ja {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-header .header-title span.ja {
    font-size: 2.8645833333vw;
  }
}
@media screen and (min-width: 769px) {
  section .section-header.js-animation.curtain .header-title span.en.curtain-block::before {
    inset: max(8px, 0.4166666667vw) max(1px, 0.0520833333vw) max(12px, 0.625vw) min(-3px, -0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-header.js-animation.curtain .header-title span.en.curtain-block::before {
    inset: 0.1302083333vw 0.1302083333vw 0.5208333333vw -0.5208333333vw;
  }
}
section .section-header.js-animation.curtain .header-title span.ja.curtain-block {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
section .section-header.js-animation.curtain .header-title span.ja.curtain-block::before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (min-width: 769px) {
  section .section-header.js-animation.curtain .header-title span.ja.curtain-block::before {
    inset: 0 min(-2px, -0.1041666667vw) min(-2px, -0.1041666667vw) min(-3px, -0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  section .section-header.js-animation.curtain .header-title span.ja.curtain-block::before {
    inset: 0 -0.2604166667vw 0.390625vw -0.5208333333vw;
  }
}

@media screen and (min-width: 769px) {
  .index-News {
    padding: max(210px, 10.9375vw) 0 max(270px, 14.0625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News {
    padding: 17.96875vw 0 21.875vw;
  }
}
@media screen and (min-width: 1281px) {
  .index-News .section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1801px) {
  .index-News .section-container {
    padding-left: max(130px, 6.7708333333vw);
  }
}
@media screen and (min-width: 1281px) and (max-width: 1800px) {
  .index-News .section-container {
    padding-left: max(40px, 130px - (1800px - 100vw) * 0.1734104046);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .index-News .section-container {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .index-News .section-container {
    padding-left: 9.1145833333vw;
  }
}
@media screen and (min-width: 1801px) {
  .index-News .section-header {
    width: max(510px, 26.5625vw);
  }
}
@media screen and (min-width: 1281px) and (max-width: 1800px) {
  .index-News .section-header {
    width: max(408px, 510px - (1800px - 100vw) * 0.1965317919);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .index-News .section-header {
    padding: 0 0 50px 14px;
  }
}
@media screen and (max-width: 768px) {
  .index-News .section-header {
    padding: 0 0 6.5104166667vw 1.8229166667vw;
  }
}
.index-News .section-header .header-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .index-News .section-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-top: max(18px, 0.9375vw);
  }
}
.index-News .news-list-content {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-News .news-list-content {
    max-width: max(1280px, 66.6666666667vw);
    height: max(350px, 18.2291666667vw);
    padding: max(60px, 3.125vw) max(20px, 1.0416666667vw) max(60px, 3.125vw) max(70px, 3.6458333333vw);
    border-radius: max(20px, 1.0416666667vw) 0 0 max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News .news-list-content {
    height: 89.84375vw;
    padding: 7.8125vw 2.6041666667vw 6.5104166667vw 6.5104166667vw;
    border-radius: 3.90625vw 0 0 3.90625vw;
  }
}
.index-News .news-list-content::before {
  position: absolute;
  z-index: -1;
  background-color: #7366d0;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-News .news-list-content::before {
    inset: max(1px, 0.0520833333vw) max(1px, 0.0520833333vw) min(-8px, -0.4166666667vw) min(-8px, -0.4166666667vw);
    border-radius: max(30px, 1.5625vw) 0 0 max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News .news-list-content::before {
    inset: 0.1302083333vw 0.1302083333vw -1.3020833333vw -1.3020833333vw;
    border-radius: 5.2083333333vw 0 0 5.2083333333vw;
  }
}
.index-News ul.news-list {
  overflow-y: scroll;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list::-webkit-scrollbar {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.index-News ul.news-list::-webkit-scrollbar-track {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list::-webkit-scrollbar-track {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list::-webkit-scrollbar-track {
    border-radius: 1.5625vw;
  }
}
.index-News ul.news-list::-webkit-scrollbar-thumb {
  background-color: #7366d0;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list::-webkit-scrollbar-thumb {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list::-webkit-scrollbar-thumb {
    border-radius: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list {
    padding-right: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list {
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li + li {
    margin-top: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list li + li {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
.index-News ul.news-list li article .news-date {
  color: #7366d0;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li article .news-date {
    width: max(160px, 8.3333333333vw);
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list li article .news-date {
    margin-bottom: 1.3020833333vw;
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li article .news-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
.index-News ul.news-list li article .news-content a h3.news-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li article .news-content a h3.news-title {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list li article .news-content a h3.news-title {
    font-size: 3.6458333333vw;
  }
}
@media (any-hover: hover) {
  .index-News ul.news-list li article .news-content a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .index-News ul.news-list li article .news-content a:hover {
    color: #ff6fa3;
  }
}
.index-News ul.news-list li.announce {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-News ul.news-list li.announce {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-News ul.news-list li.announce {
    font-size: 3.6458333333vw;
  }
}

@media screen and (min-width: 769px) {
  .index-Discography {
    padding-bottom: max(232px, 12.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography {
    padding-bottom: 23.1770833333vw;
  }
}
.index-Discography .section-header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Discography .section-header {
    padding-bottom: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .section-header {
    padding-bottom: 4.4270833333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .section-header .header-title::before {
    left: -6px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .section-header .header-title::before {
    left: -3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-Discography .section-header .header-title span.en br {
    display: none;
  }
}
.index-Discography .section-body {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-Discography .section-body {
    padding: max(210px, 10.9375vw) max(40px, 2.0833333333vw) max(190px, 9.8958333333vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .section-body {
    padding: 160px 40px 120px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .section-body {
    padding: 20.8333333333vw 5.2083333333vw 15.625vw;
  }
}
.index-Discography .disco-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-container {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography h3.disco-catch {
    margin-bottom: max(100px, 5.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography h3.disco-catch {
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography section.disco-section + section.disco-section {
    margin-top: max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography section.disco-section + section.disco-section {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography section.disco-section .disco-header {
    padding-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography section.disco-section .disco-header {
    padding-bottom: 5.2083333333vw;
  }
}
.index-Discography section.disco-section .disco-header h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  background-color: #7366d0;
  background-image: url("../../images/common/index/icon_title_deco_01.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .index-Discography section.disco-section .disco-header h3 {
    min-height: max(52px, 2.7083333333vw);
    padding: max(1px, 0.0520833333vw) max(40px, 2.0833333333vw) max(4px, 0.2083333333vw) max(46px, 2.3958333333vw);
    font-size: max(26px, 1.3541666667vw);
    background-position: top max(15px, 0.78125vw) left max(14px, 0.7291666667vw);
    background-size: max(22px, 1.1458333333vw) max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography section.disco-section .disco-header h3 {
    min-height: 11.1979166667vw;
    padding: 0.9114583333vw 5.2083333333vw 1.4322916667vw 9.1145833333vw;
    font-size: 4.9479166667vw;
    background-position: top 3.515625vw left 3.125vw;
    background-size: 4.1666666667vw 4.1666666667vw;
  }
}
.index-Discography section.disco-section .disco-header.js-animation.curtain h3.curtain-block::before {
  background-color: #ff6fa3;
}
.index-Discography .disco-figure {
  background-color: #c3c1c7;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-figure {
    margin-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-figure {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec {
    margin-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl.spec-price {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl.spec-price dt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl + dl {
    margin-top: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl + dl {
    margin-top: 3.90625vw;
  }
}
.index-Discography .disco-spec dl dt {
  color: #7366d0;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06em;
  background-image: url("../../images/common/index/icon_title_deco_02.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dt {
    width: max(188px, 9.7916666667vw);
    padding-left: max(32px, 1.6666666667vw);
    font-size: max(20px, 1.0416666667vw);
    background-position: top max(5px, 0.2604166667vw) left;
    background-size: max(26px, 1.3541666667vw) max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dt {
    margin-bottom: 1.3020833333vw;
    padding-left: 6.5104166667vw;
    font-size: 4.1666666667vw;
    background-position: top 1.0416666667vw left;
    background-size: 5.2083333333vw 5.2083333333vw;
  }
}
.index-Discography .disco-spec dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd {
    font-size: 3.6458333333vw;
  }
}
.index-Discography .disco-spec dl dd span.price {
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd span.price {
    font-size: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd span.price {
    font-size: 4.6875vw;
  }
}
.index-Discography .disco-spec dl dd span.tax {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd span.tax {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd span.tax {
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd span.separator {
    margin: 0 max(10px, 0.5208333333vw);
    font-size: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd span.separator {
    margin: 0 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd ul.notice {
    margin-top: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd ul.notice {
    margin-top: 2.6041666667vw;
  }
}
.index-Discography .disco-spec dl dd ul.notice li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-spec dl dd ul.notice li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-spec dl dd ul.notice li {
    font-size: 2.6041666667vw;
  }
}
.index-Discography .disco-spec dl dd ul.notice li::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "※";
}
.index-Discography .disco-notice ul li {
  padding-left: 1em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-notice ul li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-notice ul li {
    font-size: 3.125vw;
  }
}
.index-Discography .disco-notice ul li::before {
  content: "・";
}
.index-Discography .disco-notice ul li.attention {
  position: relative;
  text-indent: 0;
}
.index-Discography .disco-notice ul li.attention::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "※";
}
@media screen and (min-width: 1025px) {
  .index-Discography .benefits-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 max(80px, 4.1666666667vw);
    margin-bottom: max(80px, 4.1666666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Discography .benefits-container {
    gap: 0 max(40px, 80px - (1280px - 100vw) * 0.1568627451);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .benefits-container {
    width: 600px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container {
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .benefits-container .benefit-content + .benefit-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-content + .benefit-content {
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .content-header {
    padding-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .content-header {
    padding-bottom: 3.90625vw;
  }
}
.index-Discography .benefits-container .content-header h4 {
  display: inline-block;
  color: #7366d0;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06em;
  background-image: url("../../images/common/index/icon_title_deco_02.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .content-header h4 {
    padding-left: max(32px, 1.6666666667vw);
    font-size: max(24px, 1.25vw);
    background-position: top max(5px, 0.2604166667vw) left min(-2px, -0.1041666667vw);
    background-size: max(30px, 1.5625vw) max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .content-header h4 {
    padding-left: 7.03125vw;
    font-size: 4.6875vw;
    background-position: top 1.0416666667vw left;
    background-size: 5.7291666667vw 5.7291666667vw;
  }
}
.index-Discography .benefits-container .content-header.js-animation.curtain h4.curtain-block::before {
  background-color: #ff6fa3;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .content-header.js-animation.curtain h4.curtain-block::before {
    inset: 0 min(-2px, -0.1041666667vw) min(-2px, -0.1041666667vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .content-header.js-animation.curtain h4.curtain-block::before {
    inset: 0.390625vw -0.2604166667vw 0 0;
  }
}
.index-Discography .benefits-container .benefit-figure {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #c3c1c7;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-figure {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-figure {
    margin-bottom: 3.90625vw;
  }
}
.index-Discography .benefits-container .benefit-figure p {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-figure p {
    padding: max(20px, 1.0416666667vw);
    font-size: max(90px, 4.6875vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-figure p {
    font-size: 14.3229166667vw;
  }
}
.index-Discography .benefits-container h5.benefit-title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container h5.benefit-title {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container h5.benefit-title {
    margin-bottom: 3.90625vw;
    font-size: 4.4270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-detail dl + dl {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-detail dl + dl {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-detail dl dt {
    margin-bottom: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-detail dl dt {
    margin-bottom: 1.3020833333vw;
  }
}
.index-Discography .benefits-container .benefit-detail dl dt span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  background-color: #7366d0;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-detail dl dt span {
    height: max(34px, 1.7708333333vw);
    padding: max(2px, 0.1041666667vw) max(10px, 0.5208333333vw) max(3px, 0.15625vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-detail dl dt span {
    height: 7.2916666667vw;
    padding: 0.2604166667vw 2.0833333333vw 0.390625vw;
    font-size: 3.6458333333vw;
  }
}
.index-Discography .benefits-container .benefit-detail dl dd {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .benefit-detail dl dd {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .benefit-detail dl dd {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link {
    margin-top: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link {
    margin-top: 7.8125vw;
  }
}
.index-Discography .benefits-container .store-link a.button {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link a.button {
    width: max(480px, 25vw);
    height: max(90px, 4.6875vw);
    padding: max(5px, 0.2604166667vw);
    border-radius: max(90px, 4.6875vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Discography .benefits-container .store-link a.button {
    width: 37.5vw;
    height: 7.03125vw;
    padding: 0.390625vw;
    border-radius: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link a.button {
    width: 81.7708333333vw;
    height: 20.8333333333vw;
    padding: 0.78125vw;
    border-radius: 20.8333333333vw;
  }
}
.index-Discography .benefits-container .store-link a.button .button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link a.button .button-inner {
    padding: 0 max(19px, 0.9895833333vw) max(3px, 0.15625vw) 0;
    border: max(2px, 0.1041666667vw) solid #ffffff;
    border-radius: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Discography .benefits-container .store-link a.button .button-inner {
    padding: 0 1.484375vw 0.234375vw 0;
    border: 0.15625vw solid #ffffff;
    border-radius: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link a.button .button-inner {
    padding-bottom: 1.3020833333vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 19.2708333333vw;
  }
}
.index-Discography .benefits-container .store-link a.button .button-inner span {
  color: #ffffff;
}
.index-Discography .benefits-container .store-link a.button .button-inner span.text {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.text {
    font-size: max(18px, 0.9375vw);
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.text {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.text {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}
.index-Discography .benefits-container .store-link a.button .button-inner span.svg {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.svg {
    top: max(25px, 1.3020833333vw);
    right: max(23px, 1.1979166667vw);
    width: max(22px, 1.1458333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.svg {
    top: 1.953125vw;
    right: 1.796875vw;
    width: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link a.button .button-inner span.svg {
    top: 6.9010416667vw;
    right: 4.1666666667vw;
    width: 4.4270833333vw;
  }
}
@media (any-hover: hover) {
  .index-Discography .benefits-container .store-link a.button::before {
    position: absolute;
    inset: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background-color: #7366d0;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .index-Discography .benefits-container .store-link a.button:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .benefits-container .store-link a.button + a.button {
    margin-top: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefits-container .store-link a.button + a.button {
    margin-top: 2.6041666667vw;
  }
}
.index-Discography .benefit-notice {
  background-color: #e4e2f6;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefit-notice {
    padding: max(30px, 1.5625vw) max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefit-notice {
    padding: 5.2083333333vw;
  }
}
.index-Discography .benefit-notice ul li {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Discography .benefit-notice ul li {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .benefit-notice ul li {
    font-size: 3.125vw;
  }
}
.index-Discography .benefit-notice ul li::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "※";
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-background {
    position: absolute;
    inset: 0;
  }
}
.index-Discography .disco-background .gradient {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #7366d0), to(#ff6fa3));
  background-image: -webkit-linear-gradient(left, #7366d0 20%, #ff6fa3 100%);
  background-image: linear-gradient(90deg, #7366d0 20%, #ff6fa3 100%);
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .gradient {
    -webkit-clip-path: polygon(0 max(100px, 5.2083333333vw), 100% 0, 100% calc(100% - max(100px, 5.2083333333vw)), 0 100%);
    clip-path: polygon(0 max(100px, 5.2083333333vw), 100% 0, 100% calc(100% - max(100px, 5.2083333333vw)), 0 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .gradient {
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .gradient {
    -webkit-clip-path: polygon(0 6.5104166667vw, 100% 0, 100% calc(100% - 6.5104166667vw), 0 100%);
    clip-path: polygon(0 6.5104166667vw, 100% 0, 100% calc(100% - 6.5104166667vw), 0 100%);
  }
}
.index-Discography .disco-background .front-deco {
  position: absolute;
  inset: 0;
  background-color: #f1f0fa;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .front-deco {
    background-image: url("../../images/pc/index/bg_disco_pattern_glitter.svg"), url("../../images/pc/index/bg_disco_pattern_rainbow-light.png");
    -webkit-clip-path: polygon(0 0, 100% max(100px, 5.2083333333vw), 100% 100%, 0 calc(100% - max(100px, 5.2083333333vw)));
    clip-path: polygon(0 0, 100% max(100px, 5.2083333333vw), 100% 100%, 0 calc(100% - max(100px, 5.2083333333vw)));
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .front-deco {
    background-image: url("../../images/pc/index/bg_disco_pattern_glitter.svg"), url("../../images/pc/index/bg_disco_pattern_rainbow-light.png");
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .front-deco {
    background-image: url("../../images/sp/index/bg_disco_pattern_rainbow-light.png");
    -webkit-clip-path: polygon(0 0, 100% 6.5104166667vw, 100% 100%, 0 calc(100% - 6.5104166667vw));
    clip-path: polygon(0 0, 100% 6.5104166667vw, 100% 100%, 0 calc(100% - 6.5104166667vw));
  }
}
.index-Discography .disco-background .slash-container {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .slash-container {
    inset: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .slash-container {
    inset: -69px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .slash-container {
    inset: -8.984375vw 0 0;
    overflow: hidden;
  }
}
.index-Discography .disco-background .slash-container .slash {
  position: absolute;
  aspect-ratio: 100/122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
}
.index-Discography .disco-background .slash-container .slash-01 {
  background-image: url("../../images/common/bg_slash_pink_01.svg");
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .slash-container .slash-01 {
    top: min(-62px, -3.2291666667vw);
    left: max(236px, 12.2916666667vw);
    width: max(70px, 3.6458333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-Discography .disco-background .slash-container .slash-01 {
    left: max(64px, 236px - (1500px - 100vw) * 0.3621052632);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .slash-container .slash-01 {
    top: 0;
    left: 64px;
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .slash-container .slash-01 {
    top: 0;
    left: 8.3333333333vw;
    width: 9.6354166667vw;
  }
}
.index-Discography .disco-background .slash-container .slash-02 {
  background-image: url("../../images/common/bg_slash_purple_02.svg");
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .slash-container .slash-02 {
    top: min(-18px, -0.9375vw);
    left: max(150px, 7.8125vw);
    width: max(110px, 5.7291666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-Discography .disco-background .slash-container .slash-02 {
    left: max(-10px, 150px - (1500px - 100vw) * 0.3368421053);
    width: max(90px, 110px - (1500px - 100vw) * 0.0421052632);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .slash-container .slash-02 {
    top: 46px;
    left: -10px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .slash-container .slash-02 {
    top: 5.9895833333vw;
    left: -1.3020833333vw;
    width: 11.71875vw;
  }
}
.index-Discography .disco-background .slash-container .slash-03 {
  background-image: url("../../images/common/bg_slash_black_01.svg");
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s;
}
@media screen and (min-width: 1025px) {
  .index-Discography .disco-background .slash-container .slash-03 {
    top: min(-19px, -0.9895833333vw);
    right: max(157px, 8.1770833333vw);
    width: max(100px, 5.2083333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .index-Discography .disco-background .slash-container .slash-03 {
    right: max(21px, 157px - (1500px - 100vw) * 0.2863157895);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Discography .disco-background .slash-container .slash-03 {
    top: 10px;
    right: 21px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .slash-container .slash-03 {
    top: 1.3020833333vw;
    right: 2.734375vw;
    width: 13.0208333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .index-Discography .disco-background .slash-container-02 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .index-Discography .disco-background .slash-container-02 {
    display: none;
  }
}
@media screen and (min-width: 1501px) {
  .index-Discography .disco-background .slash-container-02 .slash {
    position: absolute;
    aspect-ratio: 100/122;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
    animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  }
}
@media screen and (max-width: 1500px) {
  .index-Discography .disco-background .slash-container-02 .slash {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-background .slash-container-02 .slash-01 {
    top: 39.908%;
    left: min(-18px, -0.9375vw);
    width: max(114px, 5.9375vw);
    background-image: url("../../images/common/bg_slash_purple_01.svg");
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
}
@media screen and (min-width: 769px) {
  .index-Discography .disco-background .slash-container-02 .slash-02 {
    bottom: 7.593%;
    right: min(-16px, -0.8333333333vw);
    width: max(80px, 4.1666666667vw);
    background-image: url("../../images/common/bg_slash_black_02.svg");
    -webkit-animation-delay: 2.24s;
    animation-delay: 2.24s;
  }
}
@media screen and (min-width: 769px) {
  .index-TrackList {
    padding-bottom: max(242px, 12.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList {
    padding-bottom: 24.4791666667vw;
  }
}
.index-TrackList .section-header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-TrackList .section-header {
    padding-bottom: max(60px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList .section-header {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-TrackList .section-header .header-title span.en {
    letter-spacing: 0.02em;
  }
}
.index-TrackList .section-body {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-TrackList .section-body {
    padding: 0 max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList .section-body {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
}
.index-TrackList ul.track-list li .track-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: #7366d0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header {
    min-height: max(84px, 4.375vw);
    padding: max(16px, 0.8333333333vw) max(90px, 4.6875vw) max(18px, 0.9375vw) max(40px, 2.0833333333vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-TrackList ul.track-list li .track-header {
    min-height: 120px;
    padding: 15px 90px 18px 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header {
    min-height: 20.3125vw;
    padding: 2.0833333333vw 13.0208333333vw 3.6458333333vw 3.90625vw;
    border-radius: 1.8229166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .index-TrackList ul.track-list li .track-header-inner {
    display: contents;
  }
}
.index-TrackList ul.track-list li .track-header h3.track-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header h3.track-title {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-TrackList ul.track-list li .track-header h3.track-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header h3.track-title {
    margin-bottom: 1.0416666667vw;
  }
}
.index-TrackList ul.track-list li .track-header h3.track-title span {
  color: #ffffff;
  font-weight: 700;
}
.index-TrackList ul.track-list li .track-header h3.track-title span.song-number {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header h3.track-title span.song-number {
    top: max(1px, 0.0520833333vw);
    margin-right: max(10px, 0.5208333333vw);
    font-size: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header h3.track-title span.song-number {
    top: 0.1302083333vw;
    margin-right: 1.8229166667vw;
    font-size: 5.7291666667vw;
  }
}
.index-TrackList ul.track-list li .track-header h3.track-title span.song-title {
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header h3.track-title span.song-title {
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header h3.track-title span.song-title {
    font-size: 5.2083333333vw;
  }
}
.index-TrackList ul.track-list li .track-header .vocal {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  .index-TrackList ul.track-list li .track-header .vocal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: max(3.5px, 0.1822916667vw) 0 max(3px, 0.15625vw) max(30px, 1.5625vw);
  }
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header .vocal {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header .vocal {
    font-size: 3.125vw;
  }
}
.index-TrackList ul.track-list li .track-header span.icon {
  display: grid;
  place-items: center;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header span.icon {
    right: max(30px, 1.5625vw);
    width: max(28px, 1.4583333333vw);
    height: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header span.icon {
    right: 3.90625vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.index-TrackList ul.track-list li .track-header span.icon::before, .index-TrackList ul.track-list li .track-header span.icon::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-header span.icon::before, .index-TrackList ul.track-list li .track-header span.icon::after {
    width: max(28px, 1.4583333333vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-header span.icon::before, .index-TrackList ul.track-list li .track-header span.icon::after {
    width: 4.6875vw;
    height: 0.6510416667vw;
  }
}
.index-TrackList ul.track-list li .track-header span.icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .index-TrackList ul.track-list li .track-header {
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .index-TrackList ul.track-list li .track-header:hover {
    background-color: #ff6fa3;
  }
}
.index-TrackList ul.track-list li .track-header.opened span.icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-body {
    padding-top: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-body {
    padding-top: 2.6041666667vw;
  }
}
.index-TrackList ul.track-list li .track-body-inner {
  display: none;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-body-inner {
    padding-bottom: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-body-inner {
    padding-bottom: 2.6041666667vw;
  }
}
.index-TrackList ul.track-list li .track-content-container {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: max(40px, 2.0833333333vw);
    padding: max(50px, 2.6041666667vw) max(60px, 3.125vw) max(60px, 3.125vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content-container {
    padding: 6.5104166667vw 5.2083333333vw 7.8125vw;
    border-radius: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content + .track-content {
    margin-top: 6.5104166667vw;
  }
}
.index-TrackList ul.track-list li .track-content h4 {
  color: #7366d0;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06em;
  background-image: url("../../images/common/index/icon_title_deco_02.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-content h4 {
    margin-bottom: max(20px, 1.0416666667vw);
    padding: 0 0 max(10px, 0.5208333333vw) max(32px, 1.6666666667vw);
    border-bottom: max(1px, 0.0520833333vw) solid rgba(115, 102, 208, 0.4);
    font-size: max(20px, 1.0416666667vw);
    background-position: top max(4px, 0.2083333333vw) left;
    background-size: max(26px, 1.3541666667vw) max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content h4 {
    margin-bottom: 2.6041666667vw;
    padding: 0 0 1.3020833333vw 6.5104166667vw;
    border-bottom: 0.1302083333vw solid rgba(115, 102, 208, 0.4);
    font-size: 4.1666666667vw;
    background-position: top 0.9114583333vw left;
    background-size: 5.2083333333vw 5.2083333333vw;
  }
}
.index-TrackList ul.track-list li .track-content p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-content p {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content p {
    margin-bottom: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
.index-TrackList ul.track-list li .track-content p a {
  color: #ff6fa3;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .index-TrackList ul.track-list li .track-content p a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .index-TrackList ul.track-list li .track-content p a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-content p a {
    text-decoration-thickness: max(1px, 0.0520833333vw);
    text-underline-offset: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content p a {
    text-decoration-thickness: 0.2604166667vw;
    text-underline-offset: 0.390625vw;
  }
}
.index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube] {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube]::before {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube]::after {
  position: absolute;
  background: url("../../images/common/index/arrow_play.svg") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube]::after {
    width: max(60px, 3.125vw);
    height: max(60px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube]::after {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
@media (any-hover: hover) {
  .index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube] img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
  }
  .index-TrackList ul.track-list li .track-content .media-thumb[data-modal=youtube]:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.index-TrackList ul.track-list li .track-content *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .index-Campaign {
    padding-bottom: max(220px, 11.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign {
    padding-bottom: 27.0833333333vw;
  }
}
.index-Campaign .section-header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Campaign .section-header {
    padding-bottom: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .section-header {
    padding-bottom: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .section-header .header-title span.en {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) {
  .index-Campaign .section-body {
    padding: 0 max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .section-body {
    padding: 0 5.2083333333vw;
  }
}
.index-Campaign .campaign-content {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-content {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
    padding: max(70px, 3.6458333333vw) max(40px, 2.0833333333vw) max(80px, 4.1666666667vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-content {
    padding: 9.1145833333vw 5.2083333333vw 10.4166666667vw;
    border-radius: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-content-inner {
    max-width: max(960px, 50vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-header {
    padding-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-header {
    padding-bottom: 5.2083333333vw;
  }
}
.index-Campaign .campaign-header h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  background-color: #7366d0;
  background-image: url("../../images/common/index/icon_title_deco_01.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-header h3 {
    min-height: max(52px, 2.7083333333vw);
    padding: max(1px, 0.0520833333vw) max(40px, 2.0833333333vw) max(4px, 0.2083333333vw) max(46px, 2.3958333333vw);
    font-size: max(26px, 1.3541666667vw);
    background-position: top max(15px, 0.78125vw) left max(14px, 0.7291666667vw);
    background-size: max(22px, 1.1458333333vw) max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-header h3 {
    min-height: 11.1979166667vw;
    padding: 0.9114583333vw 5.2083333333vw 1.4322916667vw 9.1145833333vw;
    font-size: 4.9479166667vw;
    background-position: top 3.515625vw left 3.125vw;
    background-size: 4.1666666667vw 4.1666666667vw;
  }
}
.index-Campaign .campaign-header.js-animation.curtain h3.curtain-block::before {
  background-color: #ff6fa3;
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-visual {
    margin-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-visual {
    margin-bottom: 3.90625vw;
  }
}
.index-Campaign .campaign-detail p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-detail p {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-detail p {
    margin-bottom: 3.90625vw;
    font-size: 3.3854166667vw;
  }
}
.index-Campaign .campaign-detail p a {
  color: #ff6fa3;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .index-Campaign .campaign-detail p a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
  }
  .index-Campaign .campaign-detail p a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-detail p a {
    text-decoration-thickness: max(1px, 0.0520833333vw);
    text-underline-offset: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-detail p a {
    text-decoration-thickness: 0.2604166667vw;
    text-underline-offset: 0.390625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-detail ul {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
.index-Campaign .campaign-detail ul li {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-detail ul li {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-detail ul li {
    font-size: 3.3854166667vw;
  }
}
.index-Campaign .campaign-detail ul.disc-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.index-Campaign .campaign-detail ul.disc-list li::before {
  content: "・";
}
.index-Campaign .campaign-detail ul.attention li {
  position: relative;
  padding-left: 1em;
}
.index-Campaign .campaign-detail ul.attention li::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "※";
}
@media screen and (min-width: 769px) {
  .index-Campaign .campaign-detail .small {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Campaign .campaign-detail .small {
    font-size: 2.6041666667vw;
  }
}
.index-Campaign .campaign-detail .mt-n25 {
  margin-top: -0.25em;
}
.index-Campaign .campaign-detail .mb-0 {
  margin-bottom: 0;
}
.index-Campaign .campaign-detail *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .index-Event {
    padding-bottom: max(200px, 10.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event {
    padding-bottom: 20.8333333333vw;
  }
}
.index-Event .section-header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Event .section-header {
    padding-bottom: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .section-header {
    padding-bottom: 5.7291666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Event .section-body {
    padding: 0 max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .section-body {
    padding: 0 5.2083333333vw;
  }
}
.index-Event .event-content {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  .index-Event .event-content {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto max(60px, 3.125vw);
    padding: max(70px, 3.6458333333vw) max(40px, 2.0833333333vw) max(80px, 4.1666666667vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .event-content {
    margin-bottom: 7.8125vw;
    padding: 9.1145833333vw 5.2083333333vw 10.4166666667vw;
    border-radius: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Event .event-content-inner {
    max-width: max(960px, 50vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .index-Event .event-visual {
    margin-bottom: max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .event-visual {
    margin-bottom: 6.5104166667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Event .event-period {
    margin-bottom: max(20px, 1.0416666667vw);
    padding: 0 max(80px, 4.1666666667vw);
    -webkit-filter: drop-shadow(0 0 max(22px, 1.1458333333vw) #ffffff);
    filter: drop-shadow(0 0 max(22px, 1.1458333333vw) #ffffff);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .event-period {
    margin-bottom: 2.6041666667vw;
    -webkit-filter: drop-shadow(0 0 2.2135416667vw #ffffff);
    filter: drop-shadow(0 0 2.2135416667vw #ffffff);
  }
}
@media screen and (min-width: 769px) {
  .index-Event .event-place {
    padding: 0 max(80px, 4.1666666667vw);
    -webkit-filter: drop-shadow(0 0 max(22px, 1.1458333333vw) #ffffff);
    filter: drop-shadow(0 0 max(22px, 1.1458333333vw) #ffffff);
  }
}
@media screen and (max-width: 768px) {
  .index-Event .event-place {
    -webkit-filter: drop-shadow(0 0 2.2135416667vw #ffffff);
    filter: drop-shadow(0 0 2.2135416667vw #ffffff);
  }
}
.index-Event a.button {
  display: block;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .index-Event a.button {
    width: max(640px, 33.3333333333vw);
    height: max(140px, 7.2916666667vw);
    margin: 0 auto;
    padding: max(5px, 0.2604166667vw);
    border-radius: max(140px, 7.2916666667vw);
    -webkit-box-shadow: 0 max(10px, 0.5208333333vw) 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 max(10px, 0.5208333333vw) 0 rgba(51, 51, 51, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .index-Event a.button {
    max-width: 89.5833333333vw;
    aspect-ratio: 688/190;
    padding: 0.6510416667vw;
    border-radius: 24.7395833333vw;
    -webkit-box-shadow: 0 1.3020833333vw 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 1.3020833333vw 0 rgba(51, 51, 51, 0.5);
  }
}
.index-Event a.button .button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .index-Event a.button .button-inner {
    padding-right: max(22px, 1.1458333333vw);
    border: max(2px, 0.1041666667vw) solid #ffffff;
    border-radius: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Event a.button .button-inner {
    padding-right: 5.46875vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 23.4375vw;
  }
}
.index-Event a.button .button-inner span.text {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Event a.button .button-inner span.text {
    width: max(432px, 22.5vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event a.button .button-inner span.text {
    width: 63.5416666667vw;
  }
}
.index-Event a.button .button-inner span.svg {
  position: absolute;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Event a.button .button-inner span.svg {
    top: max(50px, 2.6041666667vw);
    right: max(43px, 2.2395833333vw);
    width: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Event a.button .button-inner span.svg {
    top: 8.59375vw;
    right: 5.5989583333vw;
    width: 5.2083333333vw;
  }
}
@media (any-hover: hover) {
  .index-Event a.button {
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  }
  .index-Event a.button:hover {
    -webkit-box-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 rgba(51, 51, 51, 0.5);
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .index-Event a.button:hover {
    -webkit-transform: translateY(max(10px, 0.5208333333vw));
    transform: translateY(max(10px, 0.5208333333vw));
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .index-Event a.button:hover {
    -webkit-transform: translateY(1.3020833333vw);
    transform: translateY(1.3020833333vw);
  }
}
.index-Event .event-content.js-animation .event-visual {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.index-Event .event-content.js-animation .event-period, .index-Event .event-content.js-animation .event-place {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.8s, -webkit-transform 0.6s ease-out 0.8s;
  transition: opacity 0.6s ease-out 0.8s, -webkit-transform 0.6s ease-out 0.8s;
  transition: transform 0.6s ease-out 0.8s, opacity 0.6s ease-out 0.8s;
  transition: transform 0.6s ease-out 0.8s, opacity 0.6s ease-out 0.8s, -webkit-transform 0.6s ease-out 0.8s;
}
@media screen and (min-width: 769px) {
  .index-Event .event-content.js-animation .event-period, .index-Event .event-content.js-animation .event-place {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Event .event-content.js-animation .event-period, .index-Event .event-content.js-animation .event-place {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.index-Event .event-content.js-animation.is-animated .event-visual {
  -webkit-animation: bound 1.8s ease-out both;
  animation: bound 1.8s ease-out both;
}
.index-Event .event-content.js-animation.is-animated .event-period, .index-Event .event-content.js-animation.is-animated .event-place {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .index-Contact {
    padding: 0 max(40px, 2.0833333333vw) max(160px, 8.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact {
    padding: 0 5.2083333333vw 15.625vw;
  }
}
.index-Contact .contact-container {
  background-color: #f1f0fa;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-container {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
    padding: max(70px, 3.6458333333vw) 0 max(90px, 4.6875vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-container {
    padding: 9.1145833333vw 0 14.3229166667vw;
    border-radius: 1.3020833333vw;
  }
}
.index-Contact .contact-header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-header {
    padding-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-header {
    padding-bottom: 5.2083333333vw;
  }
}
.index-Contact .contact-header h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-Contact .contact-header h2 span.text {
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-header h2 span.text {
    margin: 0 max(10px, 0.5208333333vw);
    font-size: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-header h2 span.text {
    margin: 0 2.6041666667vw;
    font-size: 5.7291666667vw;
  }
}
.index-Contact .contact-header h2 span.deco {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-header h2 span.deco {
    top: max(2px, 0.1041666667vw);
    width: max(54px, 2.8125vw);
    height: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-header h2 span.deco {
    top: 0.390625vw;
    width: 9.375vw;
    height: 5.2083333333vw;
  }
}
.index-Contact .contact-header h2 span.deco-left {
  background: url("../../images/common/index/bg_title_deco_left.svg") no-repeat center/contain;
}
.index-Contact .contact-header h2 span.deco-right {
  background: url("../../images/common/index/bg_title_deco_right.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-header.js-animation.curtain h2.curtain-block::before {
    inset: max(7px, 0.3645833333vw) min(-10px, -0.5208333333vw) max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-header.js-animation.curtain h2.curtain-block::before {
    inset: 1.8229166667vw -1.3020833333vw 1.0416666667vw;
  }
}
.index-Contact .contact-header.js-animation.curtain + .contact-body {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 1.05s, -webkit-transform 0.6s ease-out 1.05s;
  transition: opacity 0.6s ease-out 1.05s, -webkit-transform 0.6s ease-out 1.05s;
  transition: transform 0.6s ease-out 1.05s, opacity 0.6s ease-out 1.05s;
  transition: transform 0.6s ease-out 1.05s, opacity 0.6s ease-out 1.05s, -webkit-transform 0.6s ease-out 1.05s;
}
@media screen and (min-width: 769px) {
  .index-Contact .contact-header.js-animation.curtain + .contact-body {
    -webkit-transform: translateY(max(20px, 1.0416666667vw));
    transform: translateY(max(20px, 1.0416666667vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .contact-header.js-animation.curtain + .contact-body {
    -webkit-transform: translateY(2.6041666667vw);
    transform: translateY(2.6041666667vw);
  }
}
.index-Contact .contact-header.js-animation.curtain.is-animated + .contact-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .index-Contact .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.index-Contact .button-group a.button {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2e2e2e;
}
@media screen and (min-width: 769px) {
  .index-Contact .button-group a.button {
    width: max(472px, 24.5833333333vw);
    height: max(104px, 5.4166666667vw);
    padding: max(5px, 0.2604166667vw);
    border-radius: max(104px, 5.4166666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Contact .button-group a.button {
    width: max(377.6px, 36.875vw);
    height: max(83.2px, 8.125vw);
    padding: max(4px, 0.390625vw);
    border-radius: max(83.2px, 8.125vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Contact .button-group a.button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .button-group a.button {
    width: 81.7708333333vw;
    height: 20.8333333333vw;
    margin: 0 auto;
    padding: 0.78125vw;
    border-radius: 20.8333333333vw;
  }
}
.index-Contact .button-group a.button .button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .index-Contact .button-group a.button .button-inner {
    padding: 0 max(23px, 1.1979166667vw) max(2px, 0.1041666667vw) 0;
    border: max(2px, 0.1041666667vw) solid #ffffff;
    border-radius: max(94px, 4.8958333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Contact .button-group a.button .button-inner {
    padding: 0 max(18.4px, 1.796875vw) max(1.6px, 0.15625vw) 0;
    border: max(1.6px, 0.15625vw) solid #ffffff;
    border-radius: max(75.2px, 7.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .button-group a.button .button-inner {
    padding-bottom: 1.3020833333vw;
    border: 0.2604166667vw solid #ffffff;
    border-radius: 19.2708333333vw;
  }
}
.index-Contact .button-group a.button .button-inner span {
  color: #ffffff;
}
.index-Contact .button-group a.button .button-inner span.text {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Contact .button-group a.button .button-inner span.text {
    font-size: max(18px, 0.9375vw);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Contact .button-group a.button .button-inner span.text {
    font-size: max(14.4px, 1.40625vw);
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .button-group a.button .button-inner span.text {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}
.index-Contact .button-group a.button .button-inner span.svg {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-Contact .button-group a.button .button-inner span.svg {
    top: max(34px, 1.7708333333vw);
    right: max(17px, 0.8854166667vw);
    width: max(22px, 1.1458333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Contact .button-group a.button .button-inner span.svg {
    top: max(27.2px, 2.65625vw);
    right: max(13.6px, 1.328125vw);
    width: max(17.6px, 1.71875vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .button-group a.button .button-inner span.svg {
    top: 6.7708333333vw;
    right: 4.1666666667vw;
    width: 4.4270833333vw;
  }
}
@media (any-hover: hover) {
  .index-Contact .button-group a.button::before {
    position: absolute;
    inset: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background-color: #7366d0;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .index-Contact .button-group a.button:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@media screen and (min-width: 1281px) {
  .index-Contact .button-group a.button.support {
    margin-right: max(16px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .index-Contact .button-group a.button.support {
    margin-right: max(12.8px, 1.25vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Contact .button-group a.button.support {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-Contact .button-group a.button.support {
    margin-bottom: 2.6041666667vw;
  }
}

.index-Container {
  position: relative;
}

.index-Contents {
  position: relative;
  z-index: 1;
}

.index-Background {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-Background {
    inset: min(-60px, -3.125vw) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Background {
    inset: -3.3854166667vw 0 0;
  }
}
.index-Background .background-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.index-Background .rainbow-light-container {
  position: relative;
  height: 100vh;
  -webkit-animation: elasticity 26s linear 1.8s infinite;
  animation: elasticity 26s linear 1.8s infinite;
}
@media screen and (min-width: 1025px) {
  .index-Background .rainbow-light-container .rainbow-light {
    position: absolute;
    top: 0;
    bottom: 0;
    width: max(max(750px, 39.0625vw), 50%);
  }
}
@media screen and (max-width: 1024px) {
  .index-Background .rainbow-light-container .rainbow-light {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .index-Background .rainbow-light-container .rainbow-light-01 {
    left: 0;
    background: url("../../images/pc/common/bg_rainbow-light_left.png") no-repeat top left/max(750px, 39.0625vw) max(1080px, 56.25vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Background .rainbow-light-container .rainbow-light-01 {
    background: url("../../images/pc/common/bg_rainbow-light.png") no-repeat top center/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .index-Background .rainbow-light-container .rainbow-light-01 {
    background: url("../../images/sp/common/bg_rainbow-light.png") no-repeat top center/100% auto;
  }
}
@media screen and (min-width: 1025px) {
  .index-Background .rainbow-light-container .rainbow-light-02 {
    right: 0;
    background: url("../../images/pc/common/bg_rainbow-light_right.png") no-repeat top right/max(750px, 39.0625vw) max(1080px, 56.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .index-Background .rainbow-light-container .rainbow-light-02 {
    display: none;
  }
}
.index-Background .glitter {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 769px) {
  .index-Background .glitter {
    background: url("../../images/pc/common/bg_pattern_glitter.svg") repeat-y top center/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .index-Background .glitter {
    background: url("../../images/sp/common/bg_pattern_glitter.svg") repeat-y top center/100% auto;
  }
}
.index-Background .slash-container {
  position: absolute;
  inset: 0;
}
.index-Background .slash-container .slash {
  position: absolute;
  aspect-ratio: 100/122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
  animation: slash 5.21s cubic-bezier(0.87, 0, 0.13, 1) infinite both;
}
.index-Background .slash-container .slash-01 {
  background-image: url("../../images/common/bg_slash_purple_01.svg");
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  .index-Background .slash-container .slash-01 {
    top: 39.908%;
    left: min(-18px, -0.9375vw);
    width: max(114px, 5.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Background .slash-container .slash-01 {
    top: 31.8%;
    left: -4.5572916667vw;
    width: 14.84375vw;
  }
}
.index-Background .slash-container .slash-02 {
  background-image: url("../../images/common/bg_slash_black_02.svg");
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
}
@media screen and (min-width: 769px) {
  .index-Background .slash-container .slash-02 {
    bottom: 7.593%;
    right: min(-16px, -0.8333333333vw);
    width: max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Background .slash-container .slash-02 {
    bottom: 23.734%;
    right: -2.9947916667vw;
    width: 10.4166666667vw;
  }
}