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

::before,
::after {
  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 {
  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: #404b66;
  font-family: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  transition: opacity 0.5s ease-in;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  body {
    background: url("../../images/pc/common/bg_pattern.jpg") repeat top center/contain;
    background-size: max(108px, 5.625vw) max(109px, 5.6770833333vw);
  }
}
@media screen and (max-width: 768px) {
  body {
    background: url("../../images/sp/common/bg_pattern.jpg") repeat-y top center/contain;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.fixed {
  position: fixed;
  inset: 0;
}
body.hidden {
  overflow: hidden;
}

main {
  position: relative;
}

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

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

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

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

@media screen and (min-width: 769px) {
  .st-Footer {
    padding-bottom: max(81px, 4.21875vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer {
    padding-bottom: 9.1145833333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-container {
    width: max(960px, 50vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-container {
    padding: 0 5.2083333333vw;
  }
}
.st-Footer .footer-share .share-lead {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-lead {
    margin-bottom: max(65px, 3.3854166667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-lead {
    margin-bottom: 23.4375vw;
  }
}
.st-Footer .footer-share .share-lead p {
  display: inline-block;
  position: relative;
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-lead p {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-lead p {
    font-size: 3.90625vw;
  }
}
.st-Footer .footer-share .share-lead p::before {
  position: absolute;
  z-index: -1;
  background-image: url("../../images/common/footer/bg_share_deco_left.svg"), url("../../images/common/footer/bg_share_deco_right.svg");
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-lead p::before {
    inset: min(-35px, -1.8229166667vw) min(-30px, -1.5625vw) 0;
    background-position: top left, top right;
    background-size: max(48px, 2.5vw) max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-lead p::before {
    inset: -4.5572916667vw -4.5572916667vw 0;
    background-position: top left, top right 3.515625vw;
    background-size: 6.25vw 5.9895833333vw;
  }
}
.st-Footer .footer-share .share-box {
  position: relative;
  background-color: #fffefb;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: max(60px, 3.125vw);
    padding: max(4px, 0.2083333333vw) max(43px, 2.2395833333vw) max(4px, 0.2083333333vw) max(20px, 1.0416666667vw);
    border: max(3px, 0.15625vw) solid #ddd5b6;
    box-shadow: max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box {
    margin-bottom: 5.2083333333vw;
    padding-bottom: 8.0729166667vw;
    border: 0.390625vw solid #ddd5b6;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06);
  }
}
.st-Footer .footer-share .share-box::before {
  position: absolute;
  background-image: url("../../images/common/bg_frame_edge_nw.png"), url("../../images/common/bg_frame_edge_ne.png"), url("../../images/common/bg_frame_edge_se.png"), url("../../images/common/bg_frame_edge_sw.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box::before {
    inset: min(-3px, -0.15625vw);
    background-size: max(44px, 2.2916666667vw) max(44px, 2.2916666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box::before {
    inset: -0.390625vw;
    background-size: 7.2916666667vw 7.2916666667vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .logo {
    width: max(414px, 21.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .logo {
    width: 73.6979166667vw;
    margin: -18.359375vw auto 2.6041666667vw;
  }
}
.st-Footer .footer-share .share-box .share {
  position: relative;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share {
    width: max(466px, 24.2708333333vw);
  }
}
.st-Footer .footer-share .share-box .share p {
  will-change: filter;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share p {
    position: absolute;
    bottom: calc(100% + max(25px, 1.3020833333vw));
    left: 50%;
    transform: translateX(-50%);
    width: max(224px, 11.6666666667vw);
    filter: drop-shadow(0 0 max(10px, 0.5208333333vw) rgba(255, 97, 176, 0.5));
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .share p {
    width: 41.9270833333vw;
    margin: 0 auto 3.2552083333vw;
    filter: drop-shadow(0 0 1.8229166667vw rgba(255, 97, 176, 0.5));
  }
}
.st-Footer .footer-share .share-box .share a.btn-share {
  display: block;
  position: relative;
  aspect-ratio: 758/149;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share a.btn-share {
    width: max(466px, 24.2708333333vw);
    border-radius: max(92px, 4.7916666667vw);
    box-shadow: 0 max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .share a.btn-share {
    width: 81.7708333333vw;
    margin: 0 auto;
    border-radius: 16.015625vw;
    box-shadow: 0 1.0416666667vw 1.0416666667vw rgba(0, 0, 0, 0.08);
  }
}
.st-Footer .footer-share .share-box .share a.btn-share::before, .st-Footer .footer-share .share-box .share a.btn-share::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.st-Footer .footer-share .share-box .share a.btn-share::before {
  background: url("../../images/common/footer/btn_x_bg.png") no-repeat center/contain;
}
.st-Footer .footer-share .share-box .share a.btn-share::after {
  background: url("../../webp/common/btn_frame.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share a.btn-share::after {
    filter: drop-shadow(0 0 max(2px, 0.1041666667vw) rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .share a.btn-share::after {
    filter: drop-shadow(0 0 0.2604166667vw rgba(0, 0, 0, 0.3));
  }
}
.st-Footer .footer-share .share-box .share a.btn-share span.svg-text {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text {
  font-weight: 800;
  letter-spacing: 0.02em;
  fill: #000000;
  text-anchor: middle;
  dominant-baseline: middle;
  baseline-shift: -0.1em;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text {
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text {
    font-size: 5.7291666667vw;
  }
}
.st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text:nth-of-type(1) {
  stroke: #ffffff;
  paint-order: stroke;
  stroke-linejoin: round;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text:nth-of-type(1) {
    stroke-width: max(6px, 0.3125vw);
    filter: drop-shadow(0 0 max(10px, 0.5208333333vw) rgba(0, 0, 0, 0.52));
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text:nth-of-type(1) {
    stroke-width: 1.3020833333vw;
    filter: drop-shadow(0 0 2.0833333333vw rgba(0, 0, 0, 0.52));
  }
}
.st-Footer .footer-share .share-box .share a.btn-share span.svg-text svg text:nth-of-type(2) {
  stroke-width: 0;
}
@media (any-hover: hover) {
  .st-Footer .footer-share .share-box .share a.btn-share::before {
    transition: opacity 0.35s;
  }
  .st-Footer .footer-share .share-box .share a.btn-share:hover::before {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content {
    display: grid;
    grid-template-columns: max(308px, 16.0416666667vw) auto;
    gap: 0 max(46px, 2.3958333333vw);
    width: max(938px, 48.8541666667vw);
    margin: 0 auto max(40px, 2.0833333333vw);
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .logo {
    width: max(308px, 16.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .logo {
    width: 59.375vw;
    margin: 0 0 2.6041666667vw 12.6302083333vw;
  }
}
.st-Footer .footer-content .logo a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer .footer-content .logo a {
    opacity: 1;
    transition: opacity 0.35s;
    will-change: opacity;
  }
  .st-Footer .footer-content .logo a:hover {
    opacity: 0.8;
  }
}
.st-Footer .footer-content .app-content {
  display: grid;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-content {
    grid-template-columns: max(140px, 7.2916666667vw) auto;
    gap: max(10px, 0.5208333333vw) max(30px, 1.5625vw);
    padding-top: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .app-content {
    grid-template-columns: 29.1666666667vw auto;
    gap: 3.90625vw;
    width: 79.6875vw;
    margin: 0 auto 10.4166666667vw;
  }
}
.st-Footer .footer-content .app-icon {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-icon {
    width: max(140px, 7.2916666667vw);
    border-radius: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .app-icon {
    width: 29.1666666667vw;
    border-radius: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .badge-group ul {
    display: flex;
    justify-content: space-between;
  }
}
.st-Footer .footer-content .app-badge .badge-group ul li a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer .footer-content .app-badge .badge-group ul li a {
    opacity: 1;
    transition: opacity 0.35s;
    will-change: opacity;
  }
  .st-Footer .footer-content .app-badge .badge-group ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.app-store {
    width: max(200px, 10.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.app-store {
    width: 46.09375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.google-play {
    width: max(202px, 10.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.google-play {
    width: 46.6145833333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.dmm-games {
    width: max(192px, 10vw);
  }
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .badge-group ul li a.fanza-games {
    width: max(192px, 10vw);
  }
}
.st-Footer .footer-content .app-badge .browser {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .browser {
    margin-top: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content .app-badge .browser {
    display: none;
  }
}
.st-Footer .footer-content .app-badge .browser .balloon {
  position: absolute;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: opacity 0.15s linear;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .browser .balloon {
    top: max(60px, 3.125vw);
    padding: max(10px, 0.5208333333vw);
    border-radius: max(10px, 0.5208333333vw);
    filter: drop-shadow(0 0 max(10px, 0.5208333333vw) rgba(0, 0, 0, 0.3));
  }
}
.st-Footer .footer-content .app-badge .browser .balloon::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content .app-badge .browser .balloon::before {
    top: min(-11px, -0.5729166667vw);
    width: max(19px, 0.9895833333vw);
    height: max(16px, 0.8333333333vw);
  }
}
.st-Footer .footer-content .app-badge .browser .balloon.showed {
  opacity: 1;
  pointer-events: auto;
}
.st-Footer .footer-content ul.app-notice {
  grid-column: 1/3;
}
.st-Footer .footer-content ul.app-notice li {
  transform: rotate(0.03deg);
  color: rgba(64, 75, 102, 0.5);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-content ul.app-notice li {
    font-size: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-content ul.app-notice li {
    font-size: 2.8645833333vw;
  }
}
.st-Footer .footer-content ul.app-notice li::before {
  content: "※";
}
.st-Footer .copyright {
  transform: rotate(0.03deg);
  color: rgba(64, 75, 102, 0.3);
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Footer .copyright {
    font-size: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .copyright {
    font-size: 2.8645833333vw;
  }
}

.st-Wrapper {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .st-Wrapper {
    overflow-x: auto;
    width: 1280px;
  }
}
.st-Wrapper::before, .st-Wrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin: 0 auto;
  content: "";
}
.st-Wrapper::before {
  background: url("../../images/common/bg_pattern_center.jpg") repeat;
}
@media screen and (min-width: 769px) {
  .st-Wrapper::before {
    width: max(1200px, 62.5vw);
    background-size: max(114px, 5.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Wrapper::before {
    width: 68.75vw;
    background-size: 14.84375vw;
  }
}
.st-Wrapper::after {
  background-image: url("../../images/common/bg_pattern_lace_left.png"), url("../../images/common/bg_pattern_lace_right.png");
  background-repeat: repeat-y;
  background-position: top left, top right;
}
@media screen and (min-width: 769px) {
  .st-Wrapper::after {
    width: max(1340px, 69.7916666667vw);
    background-size: max(70px, 3.6458333333vw) max(70px, 3.6458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Wrapper::after {
    width: 86.9791666667vw;
    background-size: 9.1145833333vw 9.1145833333vw;
  }
}

.st-Container {
  overflow-x: hidden;
}

@keyframes scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.index-MainVisual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-MainVisual {
    height: max(1142px, 59.4791666667vw);
    background: url("../../webp/pc/index/bg_mv.webp") no-repeat top center/auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual {
    aspect-ratio: 768/1360;
    background: url("../../webp/sp/index/bg_mv.webp") no-repeat top center/100% auto;
  }
}
@media screen and (min-width: 769px) {
  .index-MainVisual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max(1920px, 100vw);
    aspect-ratio: 1920/444;
    background: url("../../webp/pc/index/bg_mv_ribbon.webp") no-repeat top center/100% auto;
  }
}
.index-MainVisual .logo-official {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .logo-official {
    top: 0;
    left: 0;
    width: max(194px, 10.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .logo-official {
    top: 1.6927083333vw;
    left: 1.6927083333vw;
    width: 25.2604166667vw;
  }
}
.index-MainVisual .mv-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container {
    width: max(1200px, 62.5vw);
    margin: 0 auto;
    padding-top: max(393px, 20.46875vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container {
    padding: 76.8229166667vw 1.3020833333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container h1.logo-legecos {
    width: max(888px, 46.25vw);
    margin: 0 auto min(-11px, -0.5729166667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container h1.logo-legecos {
    margin-bottom: 0.9114583333vw;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period {
    padding: 0 2.6041666667vw;
  }
}
.index-MainVisual .mv-container .period-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period-content {
    width: max(800px, 41.6666666667vw);
    height: max(70px, 3.6458333333vw);
    margin: 0 auto;
    padding-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period-content {
    display: grid;
    place-items: center;
    width: 62.5vw;
    height: 23.9583333333vw;
  }
}
.index-MainVisual .mv-container .period-content::before, .index-MainVisual .mv-container .period-content::after {
  position: absolute;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #cbcbcb, #e2e2e2, #cbcbcb);
  content: "";
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period-content::before, .index-MainVisual .mv-container .period-content::after {
    height: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period-content::before, .index-MainVisual .mv-container .period-content::after {
    height: 0.390625vw;
  }
}
.index-MainVisual .mv-container .period-content::before {
  top: 0;
}
.index-MainVisual .mv-container .period-content::after {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period dl {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
.index-MainVisual .mv-container .period dl dt {
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period dl dt {
    font-size: max(22px, 1.1458333333vw);
  }
  .index-MainVisual .mv-container .period dl dt::after {
    display: inline-block;
    position: relative;
    top: max(3px, 0.15625vw);
    opacity: 0.2;
    width: max(2px, 0.1041666667vw);
    height: max(26px, 1.3541666667vw);
    margin: 0 max(16px, 0.8333333333vw);
    background-color: #404b66;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period dl dt {
    padding-bottom: 2.0833333333vw;
    font-size: 3.125vw;
    text-align: center;
  }
}
.index-MainVisual .mv-container .period dl dd {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period dl dd {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period dl dd {
    font-size: 3.7760416667vw;
    line-height: 1.1;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .period dl dd span {
    font-size: max(36px, 1.875vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .period dl dd span {
    font-size: 6.25vw;
  }
}
.index-MainVisual .mv-container .vote {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote {
    bottom: max(50px, 2.6041666667vw);
    right: min(-3px, -0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote {
    bottom: -3.2552083333vw;
    left: 63.5416666667vw;
  }
}
.index-MainVisual .mv-container .vote a.btn-vote {
  display: block;
  position: relative;
  border-radius: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote a.btn-vote {
    width: max(190px, 9.8958333333vw);
    height: max(190px, 9.8958333333vw);
    padding-top: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote a.btn-vote {
    width: 30.46875vw;
    height: 30.46875vw;
    padding-top: 6.3802083333vw;
  }
}
.index-MainVisual .mv-container .vote a.btn-vote::before, .index-MainVisual .mv-container .vote a.btn-vote::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.index-MainVisual .mv-container .vote a.btn-vote::before {
  background: url("../../images/common/index/btn_mv_vote_bg.png") no-repeat center/contain;
}
.index-MainVisual .mv-container .vote a.btn-vote::after {
  background: url("../../images/common/index/btn_mv_vote_frame.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote a.btn-vote::after {
    filter: drop-shadow(0 0 max(2px, 0.1041666667vw) rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote a.btn-vote::after {
    filter: drop-shadow(0 0 0.3385416667vw rgba(0, 0, 0, 0.3));
  }
}
.index-MainVisual .mv-container .vote a.btn-vote span.glitter {
  position: absolute;
  z-index: 1;
  aspect-ratio: 214/206;
  background: url("../../images/common/index/btn_mv_vote_glitter.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote a.btn-vote span.glitter {
    top: min(-7px, -0.3645833333vw);
    left: min(-13px, -0.6770833333vw);
    width: max(214px, 11.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote a.btn-vote span.glitter {
    top: -1.171875vw;
    left: -2.0833333333vw;
    width: 34.8958333333vw;
  }
}
.index-MainVisual .mv-container .vote a.btn-vote span.text {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 128/116;
  margin: 0 auto;
  background: url("../../images/common/index/btn_mv_vote_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote a.btn-vote span.text {
    width: max(128px, 6.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote a.btn-vote span.text {
    width: 20.8333333333vw;
  }
}
.index-MainVisual .mv-container .vote a.btn-vote.disabled {
  pointer-events: none;
}
.index-MainVisual .mv-container .vote a.btn-vote.disabled::before {
  background: url("../../images/common/index/btn_mv_vote_disabled_bg.png") no-repeat center/contain;
}
.index-MainVisual .mv-container .vote a.btn-vote.disabled span.text {
  background: url("../../images/common/index/btn_mv_vote_disabled_text.png") no-repeat center/contain;
}
.index-MainVisual .mv-container .vote a.btn-vote.closed {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-container .vote a.btn-vote.closed {
    padding-top: max(59px, 3.0729166667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-container .vote a.btn-vote.closed {
    padding-top: 9.5052083333vw;
  }
}
.index-MainVisual .mv-container .vote a.btn-vote.closed::before {
  background: url("../../images/common/index/btn_mv_vote_disabled_bg.png") no-repeat center/contain;
}
.index-MainVisual .mv-container .vote a.btn-vote.closed span.text {
  aspect-ratio: 128/70;
  background: url("../../images/common/index/btn_mv_vote_closed_text.png") no-repeat center/contain;
}
@media (any-hover: hover) {
  .index-MainVisual .mv-container .vote a.btn-vote::before {
    transition: opacity 0.35s;
  }
  .index-MainVisual .mv-container .vote a.btn-vote:hover::before {
    opacity: 0.7;
  }
}
.index-MainVisual .mv-chara {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-chara {
    height: max(1160px, 60.4166666667vw);
    -webkit-mask: url("../../images/pc/index/mask_mv.png") no-repeat top center/max(1920px, 100vw) auto;
    mask: url("../../images/pc/index/mask_mv.png") no-repeat top center/max(1920px, 100vw) auto;
  }
}
.index-MainVisual .mv-chara .mv-chara-inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-chara .mv-chara-inner {
    width: max(1200px, 62.5vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-chara .mv-chara-inner {
    width: 92.1875vw;
    width: 100%;
  }
}
.index-MainVisual .mv-chara .uriel {
  position: absolute;
  aspect-ratio: 3995/3992;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-chara .uriel {
    top: min(-465px, -24.21875vw);
    left: min(-801px, -41.71875vw);
    width: max(1997px, 104.0104166667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-chara .uriel {
    top: -40.8854166667vw;
    left: -92.0572916667vw;
    width: 222.7864583333vw;
  }
}
.index-MainVisual .mv-chara .hohenheim {
  position: absolute;
  aspect-ratio: 3995/3992;
  -webkit-mask-image: linear-gradient(58deg, #000000 71%, rgba(0, 0, 0, 0) 77%);
  mask-image: linear-gradient(58deg, #000000 71%, rgba(0, 0, 0, 0) 77%);
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-chara .hohenheim {
    top: min(-486px, -25.3125vw);
    left: max(28px, 1.4583333333vw);
    width: max(1997px, 104.0104166667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-chara .hohenheim {
    top: -44.7916666667vw;
    left: -23.6979166667vw;
    width: 222.7864583333vw;
  }
}
.index-MainVisual .mv-chara .jeanne {
  position: absolute;
  aspect-ratio: 1925/2492;
}
@media screen and (min-width: 769px) {
  .index-MainVisual .mv-chara .jeanne {
    top: max(56px, 2.9166666667vw);
    left: max(103px, 5.3645833333vw);
    width: max(962px, 50.1041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-chara .jeanne {
    top: 17.3177083333vw;
    left: -5.46875vw;
    width: 107.421875vw;
  }
}
@media screen and (max-width: 768px) {
  .index-MainVisual .mv-chara .jeanne::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1152/795;
    background: url("../../webp/sp/index/bg_mv_ribbon.webp") no-repeat top center/100% auto;
  }
}
.index-MainVisual.scroll-animation .mv-chara .jeanne, .index-MainVisual.scroll-animation .mv-chara .uriel, .index-MainVisual.scroll-animation .mv-chara .hohenheim {
  opacity: 0;
  will-change: opacity;
}
.index-MainVisual.scroll-animation .mv-chara .uriel {
  transition: opacity 0.5s linear 0.5s;
}
.index-MainVisual.scroll-animation .mv-chara .hohenheim {
  transition: opacity 0.5s linear 0.8s;
}
.index-MainVisual.scroll-animation .mv-chara .jeanne {
  transition: opacity 0.5s linear 1.1s;
}
.index-MainVisual.scroll-animation.is-animated .mv-chara .jeanne, .index-MainVisual.scroll-animation.is-animated .mv-chara .uriel, .index-MainVisual.scroll-animation.is-animated .mv-chara .hohenheim {
  opacity: 1;
}

.index-Introduction {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-Introduction {
    margin-top: max(91px, 4.7395833333vw);
    padding: 0 0 max(162px, 8.4375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction {
    margin-top: -7.8125vw;
    padding: 0 0 13.0208333333vw;
  }
}
.index-Introduction .intro-bg {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-bg {
    background: url("../../images/pc/index/bg_intro.png") no-repeat bottom center/contain;
  }
}
.index-Introduction .intro-bg::before, .index-Introduction .intro-bg::after {
  content: "";
  display: block;
  position: absolute;
}
.index-Introduction .intro-bg::before {
  aspect-ratio: 260/263;
  background: url("../../images/common/index/bg_deco_02.png") no-repeat top center/contain;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-bg::before {
    top: min(-190px, -9.8958333333vw);
    left: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-bg::before {
    top: 33.8541666667vw;
    left: -11.71875vw;
    width: 33.8541666667vw;
  }
}
.index-Introduction .intro-bg::after {
  aspect-ratio: 260/255;
  background: url("../../images/common/index/bg_deco_01.png") no-repeat top center/contain;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-bg::after {
    top: max(68px, 3.5416666667vw);
    right: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-bg::after {
    top: 35.15625vw;
    left: 77.8645833333vw;
    width: 33.8541666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-container {
    position: relative;
    width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
  .index-Introduction .intro-container::before, .index-Introduction .intro-container::after {
    position: absolute;
    content: "";
  }
  .index-Introduction .intro-container::before {
    top: max(138px, 7.1875vw);
    left: min(-154px, -8.0208333333vw);
    width: max(482px, 25.1041666667vw);
    height: max(616px, 32.0833333333vw);
    background: url("../../webp/pc/index/img_pandora.webp") no-repeat center/contain;
  }
  .index-Introduction .intro-container::after {
    top: max(166px, 8.6458333333vw);
    right: min(-183px, -9.53125vw);
    width: max(544px, 28.3333333333vw);
    height: max(596px, 31.0416666667vw);
    background: url("../../webp/pc/index/img_okita-souji.webp") no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-header {
    padding-bottom: max(56px, 2.9166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-header {
    padding-bottom: 8.4635416667vw;
    background-size: 26.5625vw 1.953125vw;
    background: url("../../images/common/bg_deco_line.svg") no-repeat bottom center;
  }
}
.index-Introduction .intro-header h2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-header h2 {
    width: max(1062px, 55.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-header h2 {
    width: 93.75vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body {
    padding-top: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body {
    padding-top: 6.5104166667vw;
  }
}
.index-Introduction .intro-body p {
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p:nth-child(1) {
    margin-bottom: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p:nth-child(1) {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p:nth-child(2) {
    margin-bottom: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p:nth-child(2) {
    margin-bottom: 3.90625vw;
  }
  .index-Introduction .intro-body p:nth-child(2) span.line-sp {
    display: inline-block;
  }
  .index-Introduction .intro-body p:nth-child(2) span.line-sp:nth-of-type(1) {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p:nth-child(3) {
    margin-bottom: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p:nth-child(3) {
    margin-bottom: 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}
.index-Introduction .intro-body p span.balloon {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p span.balloon {
    margin-right: max(15px, 0.78125vw);
    padding: 0 max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p span.balloon {
    margin-right: 3.125vw;
    padding: 0 1.953125vw;
  }
}
.index-Introduction .intro-body p span.balloon::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
  content: "";
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p span.balloon::before {
    height: max(36px, 1.875vw);
    border-radius: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p span.balloon::before {
    height: 7.03125vw;
    border-radius: 1.171875vw;
  }
}
.index-Introduction .intro-body p span.balloon::after {
  position: absolute;
  background-color: #ff61b0;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p span.balloon::after {
    top: max(12px, 0.625vw);
    right: min(-7px, -0.3645833333vw);
    width: max(10px, 0.5208333333vw);
    height: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p span.balloon::after {
    top: 2.1484375vw;
    right: -1.0416666667vw;
    width: 2.34375vw;
    height: 2.734375vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction .intro-body p.large {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction .intro-body p.large {
    font-size: 4.4270833333vw;
  }
}
.index-Introduction.scroll-animation .intro-container::before, .index-Introduction.scroll-animation .intro-container::after {
  opacity: 0;
  transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-Introduction.scroll-animation .intro-container::before {
    transform: translate(min(-120px, -6.25vw), max(60px, 3.125vw));
  }
}
@media screen and (min-width: 769px) {
  .index-Introduction.scroll-animation .intro-container::after {
    transform: translate(max(120px, 6.25vw), max(60px, 3.125vw));
  }
}
.index-Introduction.scroll-animation .intro-header h2 {
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Introduction.scroll-animation .intro-header h2 {
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction.scroll-animation .intro-header h2 {
    transform: translateY(10.4166666667vw);
  }
}
.index-Introduction.scroll-animation .intro-body {
  opacity: 0;
  transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-Introduction.scroll-animation .intro-body {
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Introduction.scroll-animation .intro-body {
    transform: translateY(10.4166666667vw);
  }
}
.index-Introduction.scroll-animation.is-animated .intro-container::before, .index-Introduction.scroll-animation.is-animated .intro-container::after {
  transform: translate(0);
  opacity: 1;
}
.index-Introduction.scroll-animation.is-animated .intro-header h2 {
  transform: translateY(0);
  opacity: 1;
}
.index-Introduction.scroll-animation.is-animated .intro-body {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .index-CostumeRoll {
    height: max(286px, 14.8958333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-CostumeRoll {
    height: 37.2395833333vw;
  }
}
.index-CostumeRoll::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../../images/common/index/img_costume_roll.png") repeat-x top left;
  will-change: filter;
  animation: scroll-horizontal 48s linear infinite;
}
@media screen and (min-width: 769px) {
  .index-CostumeRoll::before {
    width: max(5232px, 272.5vw);
    height: max(310px, 16.1458333333vw);
    background-size: auto max(286px, 14.8958333333vw);
    filter: drop-shadow(max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06));
  }
}
@media screen and (max-width: 768px) {
  .index-CostumeRoll::before {
    width: 681.25vw;
    height: 40.3645833333vw;
    background-size: auto 37.2395833333vw;
    filter: drop-shadow(1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06));
  }
}
.index-CostumeRoll.scroll-animation {
  transform: translateY(20%);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1s ease-out, opacity 1s ease-out, filter 1s ease-out;
}
.index-CostumeRoll.scroll-animation.is-animated {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.index-Summary {
  position: relative;
}
@media screen and (min-width: 769px) {
  .index-Summary {
    padding: max(110px, 5.7291666667vw) 0 max(86px, 4.4791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary {
    padding: 20.8333333333vw 0 13.0208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Summary::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: max(52px, 2.7083333333vw);
    left: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    aspect-ratio: 440/533;
    background: url("../../images/common/index/bg_deco_03.png") no-repeat top left/contain;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container {
    width: max(960px, 50vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container {
    padding: 0 5.2083333333vw;
  }
}
.index-Summary .summary-container a.btn-vote {
  display: block;
  position: relative;
  aspect-ratio: 758/149;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote {
    width: max(758px, 39.4791666667vw);
    margin-top: max(80px, 4.1666666667vw);
    padding: max(32px, 1.6666666667vw) 0 0 max(246px, 12.8125vw);
    border-radius: max(149px, 7.7604166667vw);
    box-shadow: 0 max(12px, 0.625vw) max(12px, 0.625vw) rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote {
    width: 89.5833333333vw;
    margin-top: 10.4166666667vw;
    padding: 3.7760416667vw 0 0 29.296875vw;
    border-radius: 17.578125vw;
    box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, 0.08);
  }
}
.index-Summary .summary-container a.btn-vote::before, .index-Summary .summary-container a.btn-vote::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.index-Summary .summary-container a.btn-vote::before {
  background: url("../../images/common/btn_primary_bg.png") no-repeat center/contain;
}
.index-Summary .summary-container a.btn-vote::after {
  background: url("../../webp/common/btn_frame.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote::after {
    filter: drop-shadow(0 0 max(2px, 0.1041666667vw) rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote::after {
    filter: drop-shadow(0 0 0.2604166667vw rgba(0, 0, 0, 0.3));
  }
}
.index-Summary .summary-container a.btn-vote span.glitter {
  position: absolute;
  z-index: 1;
  aspect-ratio: 780/165;
  background: url("../../images/common/btn_primary_glitter.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote span.glitter {
    top: min(-8px, -0.4166666667vw);
    left: min(-11px, -0.5729166667vw);
    width: max(780px, 40.625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote span.glitter {
    top: -0.9114583333vw;
    left: -1.3020833333vw;
    width: 92.1875vw;
  }
}
.index-Summary .summary-container a.btn-vote span.jeanne {
  position: absolute;
  z-index: 1;
  aspect-ratio: 182/208;
  background: url("../../images/common/index/btn_vote_jeanne.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote span.jeanne {
    bottom: max(8px, 0.4166666667vw);
    left: max(53px, 2.7604166667vw);
    width: max(182px, 9.4791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote span.jeanne {
    bottom: 1.0416666667vw;
    left: 6.3802083333vw;
    width: 20.5729166667vw;
  }
}
.index-Summary .summary-container a.btn-vote span.text {
  display: block;
  position: relative;
  aspect-ratio: 280/84;
  background: url("../../images/common/index/btn_vote_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote span.text {
    width: max(280px, 14.5833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote span.text {
    width: 32.8125vw;
  }
}
.index-Summary .summary-container a.btn-vote.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote.disabled {
    padding: max(37px, 1.9270833333vw) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote.disabled {
    padding: 4.6875vw 0 0;
  }
}
.index-Summary .summary-container a.btn-vote.disabled::before {
  background: url("../../images/common/btn_primary_disabled_bg.png") no-repeat center/contain;
}
.index-Summary .summary-container a.btn-vote.disabled span.jeanne {
  display: none;
}
.index-Summary .summary-container a.btn-vote.disabled span.text {
  aspect-ratio: 280/76;
  margin: 0 auto;
  background: url("../../images/common/index/btn_vote_disabled_text.png") no-repeat center/contain;
}
.index-Summary .summary-container a.btn-vote.closed {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote.closed {
    padding: max(37px, 1.9270833333vw) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote.closed {
    padding: 4.6875vw 0 0;
  }
}
.index-Summary .summary-container a.btn-vote.closed::before {
  background: url("../../images/common/btn_primary_disabled_bg.png") no-repeat center/contain;
}
.index-Summary .summary-container a.btn-vote.closed span.jeanne {
  display: none;
}
.index-Summary .summary-container a.btn-vote.closed span.text {
  aspect-ratio: 534/76;
  margin: 0 auto;
  background: url("../../images/common/index/btn_vote_closed_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Summary .summary-container a.btn-vote.closed span.text {
    width: max(534px, 27.8125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary .summary-container a.btn-vote.closed span.text {
    width: 63.0208333333vw;
  }
}
@media (any-hover: hover) {
  .index-Summary .summary-container a.btn-vote::before {
    transition: opacity 0.35s;
  }
  .index-Summary .summary-container a.btn-vote:hover::before {
    opacity: 0.7;
  }
}
.index-Summary section {
  position: relative;
  background-color: #fffefb;
}
@media screen and (min-width: 769px) {
  .index-Summary section {
    padding: 0 max(77px, 4.0104166667vw) max(47px, 2.4479166667vw);
    border: max(3px, 0.15625vw) solid #ddd5b6;
    box-shadow: max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section {
    padding: 0 3.515625vw 10.0260416667vw;
    border: 0.390625vw solid #ddd5b6;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06);
  }
}
.index-Summary section::before {
  position: absolute;
  background-image: url("../../images/common/bg_frame_edge_nw.png"), url("../../images/common/bg_frame_edge_ne.png"), url("../../images/common/bg_frame_edge_se.png"), url("../../images/common/bg_frame_edge_sw.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Summary section::before {
    inset: min(-3px, -0.15625vw);
    background-size: max(44px, 2.2916666667vw) max(44px, 2.2916666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section::before {
    inset: -0.390625vw;
    background-size: 7.2916666667vw 7.2916666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Summary section + section {
    margin-top: max(96px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section + section {
    margin-top: 13.0208333333vw;
  }
}
.index-Summary section .section-header {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Summary section .section-header {
    width: max(184px, 9.5833333333vw);
    height: max(54px, 2.8125vw);
    margin-top: min(-27px, -1.40625vw);
    margin-bottom: max(30px, 1.5625vw);
    padding-top: max(13px, 0.6770833333vw);
    background: url("../../images/pc/index/bg_summary_title.png") no-repeat center/contain;
    filter: drop-shadow(max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06));
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section .section-header {
    width: 36.328125vw;
    height: 10.6770833333vw;
    margin-top: -5.46875vw;
    margin-bottom: 7.5520833333vw;
    padding-top: 2.9947916667vw;
    background: url("../../images/sp/index/bg_summary_title.png") no-repeat center/contain;
    filter: drop-shadow(1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06));
  }
}
.index-Summary section .section-header h2 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Summary section .section-header h2 {
    font-size: max(26px, 1.3541666667vw);
    text-shadow: 0 0 max(6px, 0.3125vw) #ff61b0;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section .section-header h2 {
    font-size: 4.9479166667vw;
    text-shadow: 0 0 1.171875vw #ff61b0;
  }
}
.index-Summary section.section-period .section-body p.period {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-period .section-body p.period {
    padding-bottom: max(29px, 1.5104166667vw);
    font-size: max(26px, 1.3541666667vw);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-period .section-body p.period {
    padding-bottom: 5.078125vw;
    font-size: 4.4270833333vw;
    line-height: 1.6;
  }
}
.index-Summary section.section-period .section-body p.period span {
  transform: rotate(0.03deg);
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-period .section-body p.period span {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-period .section-body p.period span {
    font-size: 3.3854166667vw;
  }
}
.index-Summary section.section-period .section-body p.period::after {
  position: absolute;
  bottom: 0;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-period .section-body p.period::after {
    left: 50%;
    transform: translateX(-50%);
    width: max(678px, 35.3125vw);
    height: max(2px, 0.1041666667vw);
    background-image: repeating-linear-gradient(90deg, #ffe8f3 0, #ffe8f3 max(6px, 0.3125vw), rgba(255, 232, 243, 0) max(6px, 0.3125vw), rgba(255, 232, 243, 0) max(12px, 0.625vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-period .section-body p.period::after {
    left: 0;
    width: 100%;
    height: 0.2604166667vw;
    background-image: repeating-linear-gradient(90deg, #ffe8f3 0, #ffe8f3 0.78125vw, rgba(255, 232, 243, 0) 0.78125vw, rgba(255, 232, 243, 0) 1.5625vw);
  }
}
.index-Summary section.section-period .section-body p.notice {
  transform: rotate(0.03deg);
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-period .section-body p.notice {
    padding-top: max(29px, 1.5104166667vw);
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-period .section-body p.notice {
    padding-top: 5.078125vw;
    font-size: 3.6458333333vw;
  }
}
.index-Summary section.section-period .section-body p.notice span.pink {
  color: #ff61b0;
}
.index-Summary section.section-costume .section-body p.costume {
  transform: rotate(0.03deg);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-costume .section-body p.costume {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(20px, 1.0416666667vw);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-costume .section-body p.costume {
    margin-bottom: 5.2083333333vw;
    font-size: 3.90625vw;
    line-height: 1.6;
  }
}
.index-Summary section.section-costume .section-body p.notice {
  transform: rotate(0.03deg);
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Summary section.section-costume .section-body p.notice {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.section-costume .section-body p.notice {
    font-size: 3.125vw;
  }
}
.index-Summary section.scroll-animation {
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Summary section.scroll-animation {
    transform: translateY(max(80px, 4.1666666667vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Summary section.scroll-animation {
    transform: translateY(10.4166666667vw);
  }
}
.index-Summary section.scroll-animation.is-animated {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .index-Ranking {
    margin-top: min(-36px, -1.875vw);
    padding: max(50px, 2.6041666667vw) 0 max(116px, 6.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking {
    margin-top: -6.5104166667vw;
    padding: 6.5104166667vw 0 31.25vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Ranking .section-header {
    padding-bottom: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .section-header {
    padding-bottom: 3.90625vw;
  }
}
.index-Ranking .section-header h2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Ranking .section-header h2 {
    width: max(476px, 24.7916666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .section-header h2 {
    width: 61.9791666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Ranking .section-body {
    width: max(960px, 50vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .index-Ranking #aggregating,
  .index-Ranking #last-aggregating {
    padding: max(90px, 4.6875vw) 0 max(122px, 6.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #aggregating,
  .index-Ranking #last-aggregating {
    padding: 9.1145833333vw 0 5.2083333333vw;
  }
}
.index-Ranking #aggregating p,
.index-Ranking #last-aggregating p {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Ranking #aggregating p,
  .index-Ranking #last-aggregating p {
    width: max(182px, 9.4791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #aggregating p,
  .index-Ranking #last-aggregating p {
    width: 28.3854166667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .last-update {
    margin-bottom: max(60px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .last-update {
    margin-bottom: 6.5104166667vw;
  }
}
.index-Ranking #ranking .last-update p {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .last-update p {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .last-update p {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-content {
    overflow-x: scroll;
  }
  .index-Ranking #ranking .ranking-content-inner {
    position: relative;
    width: 147.65625vw;
    padding: 0 5.2083333333vw 0 5.2083333333vw;
  }
}
.index-Ranking #ranking .ranking-header {
  display: grid;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-header {
    grid-template-columns: max(80px, 4.1666666667vw) max(360px, 18.75vw) max(256px, 13.3333333333vw) auto;
    gap: 0 max(3px, 0.15625vw);
    height: max(40px, 2.0833333333vw);
    margin-bottom: max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-header {
    grid-template-columns: 10.4166666667vw 45.5729166667vw 39.0625vw auto;
    gap: 0 0.390625vw;
    height: 7.8125vw;
    margin-bottom: 0.390625vw;
  }
}
.index-Ranking #ranking .ranking-header .title {
  display: grid;
  place-items: center;
  transform: rotate(0.03deg);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: #404B66;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-header .title {
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-header .title {
    font-size: 3.6458333333vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-row {
  display: grid;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-row {
    grid-template-columns: max(80px, 4.1666666667vw) max(360px, 18.75vw) max(256px, 13.3333333333vw) auto;
    gap: 0 max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-row {
    grid-template-columns: 10.4166666667vw 45.5729166667vw 39.0625vw auto;
    gap: 0 0.390625vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-row + .rank-row {
    margin-top: max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-row + .rank-row {
    margin-top: 0.390625vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item {
  background-color: #fffefb;
}
.index-Ranking #ranking .ranking-body .rank-item.rank {
  display: grid;
  place-items: center;
}
.index-Ranking #ranking .ranking-body .rank-item.rank p {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.rank p {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.rank p {
    font-size: 3.90625vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.costume {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume {
    padding: max(12px, 0.625vw) max(25px, 1.3020833333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume {
    padding: 2.0833333333vw 0 2.0833333333vw 2.6041666667vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.costume .thumb {
  overflow: hidden;
  background-color: #cccccc;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume .thumb {
    width: max(90px, 4.6875vw);
    height: max(90px, 4.6875vw);
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume .thumb {
    width: 9.1145833333vw;
    height: 9.1145833333vw;
    border-radius: 1.0416666667vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.costume p.name {
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume p.name {
    padding-left: max(20px, 1.0416666667vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.costume p.name {
    padding-left: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate {
    padding: 0 max(16px, 0.8333333333vw) 0 max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate {
    padding: 0 3.90625vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate p {
  flex: 1;
  transform: rotate(0.03deg);
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate p {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate p {
    font-size: 3.90625vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar {
    width: max(136px, 7.0833333333vw);
    height: max(10px, 0.5208333333vw);
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar {
    width: 17.7083333333vw;
    height: 1.3020833333vw;
    border-radius: 1.3020833333vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate {
  display: block;
  width: 0%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate {
    border-radius: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate {
    border-radius: 1.3020833333vw;
  }
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-10 {
  background-color: #8baac8;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-20 {
  background-color: #63a9eb;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-30 {
  background-color: #76bfff;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-40 {
  background-color: #7ed790;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-50 {
  background-color: #98f311;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-60 {
  background-color: #ffe436;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-70 {
  background-color: #ffb236;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-80 {
  background-color: #ff964b;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-90 {
  background-color: #ff673d;
}
.index-Ranking #ranking .ranking-body .rank-item.voting-rate .rate-bar span.rate.rate-100 {
  background-color: #ff3550;
}
.index-Ranking #ranking .ranking-body .rank-item.button {
  display: grid;
  place-items: center;
}
.index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote {
  display: grid;
  place-items: center;
  position: relative;
  transform: rotate(0.03deg);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: calc(infinity * 1px);
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
}
.index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: calc(infinity * 1px);
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote::before {
    width: calc(100% + max(4px, 0.2083333333vw));
    height: calc(100% + max(4px, 0.2083333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote::before {
    width: calc(100% + 0.78125vw);
    height: calc(100% + 0.78125vw);
  }
}
.index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote span {
  color: transparent;
  color: #fff;
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 769px) {
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote {
    width: max(196px, 10.2083333333vw);
    height: max(60px, 3.125vw);
    font-size: max(18px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote {
    width: 30.9895833333vw;
    height: 9.1145833333vw;
    font-size: 3.6458333333vw;
  }
}
@media (any-hover: hover) {
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote {
    transition: color 0.35s, background-color 0.35s;
  }
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border-radius: calc(infinity * 1px);
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.35s;
    z-index: -1;
  }
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote span {
    transition: color 0.35s;
  }
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote:hover {
    background-color: #ffffff;
  }
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote:hover::after {
    opacity: 1;
  }
  .index-Ranking #ranking .ranking-body .rank-item.button a.btn-vote:hover span {
    color: transparent;
  }
}
.index-Ranking #ranking .ranking-body .collapse {
  display: none;
}
@media screen and (min-width: 769px) {
  .index-Ranking .more {
    margin-top: max(3px, 0.15625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .more {
    margin-top: 0.390625vw;
    padding: 0 5.2083333333vw;
  }
}
.index-Ranking .more button[name=more] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: #404B66;
}
@media screen and (min-width: 769px) {
  .index-Ranking .more button[name=more] {
    height: max(54px, 2.8125vw);
    border: max(2px, 0.1041666667vw) solid #404B66;
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .more button[name=more] {
    height: 10.4166666667vw;
    border: 0.390625vw solid #404B66;
    font-size: 4.1666666667vw;
  }
}
.index-Ranking .more button[name=more] span.icon {
  display: grid;
  place-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Ranking .more button[name=more] span.icon {
    width: max(30px, 1.5625vw);
    height: max(30px, 1.5625vw);
    margin-left: max(26px, 1.3541666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .more button[name=more] span.icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-left: 5.9895833333vw;
  }
}
.index-Ranking .more button[name=more] span.svg {
  position: relative;
  color: #cac098;
}
@media screen and (min-width: 769px) {
  .index-Ranking .more button[name=more] span.svg {
    top: max(1px, 0.0520833333vw);
    width: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking .more button[name=more] span.svg {
    top: 0.1302083333vw;
    width: 1.8229166667vw;
  }
}
.index-Ranking .more button[name=more].opened span.svg {
  top: 0;
  transform: scaleY(-1);
}
@media (any-hover: hover) {
  .index-Ranking .more button[name=more] {
    transition: color 0.35s, background-color 0.35s;
  }
  .index-Ranking .more button[name=more] span.icon {
    transition: background-color 0.35s;
  }
  .index-Ranking .more button[name=more] span.svg {
    transition: color 0.35s;
  }
  .index-Ranking .more button[name=more]:hover {
    color: #404B66;
    background-color: #ffffff;
  }
  .index-Ranking .more button[name=more]:hover span.icon {
    background-color: #404B66;
  }
  .index-Ranking .more button[name=more]:hover span.svg {
    color: #ffffff;
  }
}
.index-Ranking.scroll-animation .ranking-container {
  transform: translateY(25%);
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Ranking.scroll-animation .ranking-container {
    transform: translateY(max(80px, 4.1666666667vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Ranking.scroll-animation .ranking-container {
    transform: translateY(10.4166666667vw);
  }
}
.index-Ranking.scroll-animation.is-animated .ranking-container {
  transform: translateY(0);
  opacity: 1;
}

.index-Reward {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .index-Reward {
    padding: max(120px, 6.25vw) 0 max(238px, 12.3958333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward {
    padding: 16.9270833333vw 0 26.8229166667vw;
  }
}
.index-Reward .reward-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-bg {
    background: url("../../webp/pc/index/bg_reward_center.webp") no-repeat center center/max(1920px, 100vw) calc(100% - max(132px, 6.875vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-bg {
    background: url("../../webp/sp/index/bg_reward_center.webp") no-repeat center center/100% calc(100% - 17.1875vw);
  }
}
.index-Reward .reward-bg::before, .index-Reward .reward-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat top center/100% auto;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-bg::before, .index-Reward .reward-bg::after {
    width: max(1920px, 100vw);
    aspect-ratio: 1920/68;
    background-image: url("../../webp/pc/index/bg_reward_edge.webp");
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-bg::before, .index-Reward .reward-bg::after {
    width: 100%;
    aspect-ratio: 768/68;
    background-image: url("../../webp/sp/index/bg_reward_edge.webp");
  }
}
.index-Reward .reward-bg::before {
  top: 0;
}
.index-Reward .reward-bg::after {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}
.index-Reward .reward-bg .deco-l {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-bg .deco-l {
    top: max(174px, 9.0625vw);
    left: min(-100px, -5.2083333333vw);
    transform: scaleX(-1);
    width: max(440px, 22.9166666667vw);
    aspect-ratio: 440/430;
    background: url("../../images/common/index/bg_deco_01.png") no-repeat top center/contain;
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-bg .deco-l {
    top: -6.9010416667vw;
    left: -11.71875vw;
    width: 33.8541666667vw;
    aspect-ratio: 260/301;
    background: url("../../images/common/index/bg_deco_03.png") no-repeat top center/contain;
  }
}
.index-Reward .reward-bg .deco-r {
  position: absolute;
  transform: scaleX(-1);
  aspect-ratio: 260/275;
  background: url("../../images/common/index/bg_deco_02.png") no-repeat top center/contain;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-bg .deco-r {
    top: min(-100px, -5.2083333333vw);
    right: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-bg .deco-r {
    top: -18.4895833333vw;
    left: 77.8645833333vw;
    width: 33.8541666667vw;
  }
}
.index-Reward .reward-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-container {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-container-inner {
    position: relative;
    width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
  .index-Reward .reward-container-inner::before, .index-Reward .reward-container-inner::after {
    position: absolute;
    z-index: 1;
    content: "";
  }
  .index-Reward .reward-container-inner::before {
    bottom: max(100px, 5.2083333333vw);
    left: min(-123px, -6.40625vw);
    width: max(416px, 21.6666666667vw);
    height: max(580px, 30.2083333333vw);
    background: url("../../webp/pc/index/img_medjed.webp") no-repeat center/contain;
  }
  .index-Reward .reward-container-inner::after {
    bottom: max(85px, 4.4270833333vw);
    right: min(-130px, -6.7708333333vw);
    width: max(530px, 27.6041666667vw);
    height: max(576px, 30vw);
    background: url("../../webp/pc/index/img_marie-antoinette.webp") no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-header {
    padding-bottom: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-header {
    margin-bottom: 6.5104166667vw;
  }
}
.index-Reward .reward-header h2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-header h2 {
    width: max(355px, 18.4895833333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-header h2 {
    width: 57.2916666667vw;
    filter: drop-shadow(1.4322916667vw 1.4322916667vw 0 rgba(0, 0, 0, 0.06));
  }
}
.index-Reward .reward-body {
  position: relative;
  background-color: #fffefb;
  background: #fffefb url("../../images/common/index/bg_reward_deco.svg") no-repeat center;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body {
    width: max(960px, 50vw);
    margin: 0 auto;
    padding: max(60px, 3.125vw) 0 max(91px, 4.7395833333vw);
    border: max(3px, 0.15625vw) solid #ddd5b6;
    background-size: max(134px, 6.9791666667vw) max(486px, 25.3125vw);
    background-position: top max(130px, 6.7708333333vw) center;
    box-shadow: max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body {
    padding: 12.6302083333vw 3.515625vw 10.0260416667vw;
    border: 0.390625vw solid #ddd5b6;
    background-size: 20.8333333333vw 75.5208333333vw;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06);
  }
}
.index-Reward .reward-body::before {
  position: absolute;
  background-image: url("../../images/common/bg_frame_edge_nw.png"), url("../../images/common/bg_frame_edge_ne.png"), url("../../images/common/bg_frame_edge_se.png"), url("../../images/common/bg_frame_edge_sw.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body::before {
    inset: min(-3px, -0.15625vw);
    background-size: max(44px, 2.2916666667vw) max(44px, 2.2916666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body::before {
    inset: -0.390625vw;
    background-size: 7.2916666667vw 7.2916666667vw;
  }
}
.index-Reward .reward-body p {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body p {
    font-size: max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body p {
    font-size: 4.9479166667vw;
  }
}
.index-Reward .reward-body p.and {
  position: relative;
  z-index: 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body p.and {
    margin: max(36px, 1.875vw) 0 max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body p.and {
    margin: 3.6458333333vw 0 4.0364583333vw;
  }
}
.index-Reward .reward-body p.and::before {
  position: absolute;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body p.and::before {
    top: max(23px, 1.1979166667vw);
    left: 50%;
    transform: translateX(-50%);
    width: max(678px, 35.3125vw);
    height: max(2px, 0.1041666667vw);
    background-image: repeating-linear-gradient(90deg, #ffe8f3 0, #ffe8f3 max(6px, 0.3125vw), rgba(255, 232, 243, 0) max(6px, 0.3125vw), rgba(255, 232, 243, 0) max(12px, 0.625vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body p.and::before {
    top: 2.9947916667vw;
    left: 0;
    width: 100%;
    height: 0.2604166667vw;
    background-image: repeating-linear-gradient(90deg, #ffe8f3 0, #ffe8f3 0.78125vw, rgba(255, 232, 243, 0) 0.78125vw, rgba(255, 232, 243, 0) 1.5625vw);
  }
}
.index-Reward .reward-body p.and span {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body p.and span {
    width: max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body p.and span {
    width: 10.4166666667vw;
  }
}
.index-Reward .reward-body p.notice {
  transform: rotate(0.03deg);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body p.notice {
    margin-top: max(36px, 1.875vw);
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body p.notice {
    margin-top: 7.8125vw;
    font-size: 3.125vw;
  }
}
.index-Reward .reward-body p.notice span {
  color: #ff61b0;
}
.index-Reward .reward-body dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body dl {
    margin-top: max(36px, 1.875vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body dl {
    margin-top: 5.2083333333vw;
  }
}
.index-Reward .reward-body dl dt {
  color: #ffffff;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #ff61b0;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body dl dt {
    width: max(90px, 4.6875vw);
    height: max(36px, 1.875vw);
    margin-right: max(6px, 0.3125vw);
    padding-top: max(6px, 0.3125vw);
    border-radius: max(36px, 1.875vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body dl dt {
    width: 13.28125vw;
    height: 5.9895833333vw;
    margin-right: 1.0416666667vw;
    padding-top: 0.9114583333vw;
    border-radius: 5.9895833333vw;
    font-size: 3.90625vw;
  }
}
.index-Reward .reward-body dl dd {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body dl dd {
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body dl dd {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-body dl dd span {
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-body dl dd span {
    font-size: 5.2083333333vw;
  }
}
.index-Reward .reward-container.scroll-animation .reward-container-inner {
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-container.scroll-animation .reward-container-inner {
    transform: translateY(max(80px, 4.1666666667vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Reward .reward-container.scroll-animation .reward-container-inner {
    transform: translateY(10.4166666667vw);
  }
}
.index-Reward .reward-container.scroll-animation .reward-container-inner::before, .index-Reward .reward-container.scroll-animation .reward-container-inner::after {
  opacity: 0;
  transition: transform 0.7s ease-out 0.3s, opacity 0.7s ease-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-container.scroll-animation .reward-container-inner::before {
    transform: translate(min(-120px, -6.25vw), max(60px, 3.125vw));
  }
}
@media screen and (min-width: 769px) {
  .index-Reward .reward-container.scroll-animation .reward-container-inner::after {
    transform: translate(max(120px, 6.25vw), max(60px, 3.125vw));
  }
}
.index-Reward .reward-container.scroll-animation.is-animated .reward-container-inner {
  transform: translateY(0);
  opacity: 1;
}
.index-Reward .reward-container.scroll-animation.is-animated .reward-container-inner::before, .index-Reward .reward-container.scroll-animation.is-animated .reward-container-inner::after {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .index-Button_Vote {
    margin-top: min(-113px, -5.8854166667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote {
    margin-top: -12.7604166667vw;
  }
}
.index-Button_Vote a.btn-vote {
  display: block;
  position: relative;
  aspect-ratio: 758/149;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote {
    width: max(758px, 39.4791666667vw);
    padding: max(32px, 1.6666666667vw) 0 0 max(246px, 12.8125vw);
    border-radius: max(149px, 7.7604166667vw);
    box-shadow: 0 max(12px, 0.625vw) max(12px, 0.625vw) rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote {
    width: 89.5833333333vw;
    padding: 3.7760416667vw 0 0 29.296875vw;
    border-radius: 17.578125vw;
    box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, 0.08);
  }
}
.index-Button_Vote a.btn-vote::before, .index-Button_Vote a.btn-vote::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.index-Button_Vote a.btn-vote::before {
  background: url("../../images/common/btn_primary_bg.png") no-repeat center/contain;
}
.index-Button_Vote a.btn-vote::after {
  background: url("../../webp/common/btn_frame.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote::after {
    filter: drop-shadow(0 0 max(2px, 0.1041666667vw) rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote::after {
    filter: drop-shadow(0 0 0.2604166667vw rgba(0, 0, 0, 0.3));
  }
}
.index-Button_Vote a.btn-vote span.glitter {
  position: absolute;
  z-index: 1;
  aspect-ratio: 780/165;
  background: url("../../images/common/btn_primary_glitter.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote span.glitter {
    top: min(-8px, -0.4166666667vw);
    left: min(-11px, -0.5729166667vw);
    width: max(780px, 40.625vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote span.glitter {
    top: -0.9114583333vw;
    left: -1.3020833333vw;
    width: 92.1875vw;
  }
}
.index-Button_Vote a.btn-vote span.jeanne {
  position: absolute;
  z-index: 1;
  aspect-ratio: 182/208;
  background: url("../../images/common/index/btn_vote_jeanne.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote span.jeanne {
    bottom: max(8px, 0.4166666667vw);
    left: max(53px, 2.7604166667vw);
    width: max(182px, 9.4791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote span.jeanne {
    bottom: 1.0416666667vw;
    left: 6.3802083333vw;
    width: 20.5729166667vw;
  }
}
.index-Button_Vote a.btn-vote span.text {
  display: block;
  position: relative;
  aspect-ratio: 280/84;
  background: url("../../images/common/index/btn_vote_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote span.text {
    width: max(280px, 14.5833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote span.text {
    width: 32.8125vw;
  }
}
.index-Button_Vote a.btn-vote.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote.disabled {
    padding: max(37px, 1.9270833333vw) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote.disabled {
    padding: 4.6875vw 0 0;
  }
}
.index-Button_Vote a.btn-vote.disabled::before {
  background: url("../../images/common/btn_primary_disabled_bg.png") no-repeat center/contain;
}
.index-Button_Vote a.btn-vote.disabled span.jeanne {
  display: none;
}
.index-Button_Vote a.btn-vote.disabled span.text {
  aspect-ratio: 280/76;
  margin: 0 auto;
  background: url("../../images/common/index/btn_vote_disabled_text.png") no-repeat center/contain;
}
.index-Button_Vote a.btn-vote.closed {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote.closed {
    padding: max(37px, 1.9270833333vw) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote.closed {
    padding: 4.6875vw 0 0;
  }
}
.index-Button_Vote a.btn-vote.closed::before {
  background: url("../../images/common/btn_primary_disabled_bg.png") no-repeat center/contain;
}
.index-Button_Vote a.btn-vote.closed span.jeanne {
  display: none;
}
.index-Button_Vote a.btn-vote.closed span.text {
  aspect-ratio: 534/76;
  margin: 0 auto;
  background: url("../../images/common/index/btn_vote_closed_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .index-Button_Vote a.btn-vote.closed span.text {
    width: max(534px, 27.8125vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Button_Vote a.btn-vote.closed span.text {
    width: 63.0208333333vw;
  }
}
@media (any-hover: hover) {
  .index-Button_Vote a.btn-vote::before {
    transition: opacity 0.35s;
  }
  .index-Button_Vote a.btn-vote:hover::before {
    opacity: 0.7;
  }
}

.st-Footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .st-Footer {
    padding-top: max(146px, 7.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer {
    padding-top: 17.578125vw;
  }
}
.st-Footer .footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.st-Footer .footer-bg::before, .st-Footer .footer-bg::after {
  content: "";
  display: block;
  position: absolute;
}
.st-Footer .footer-bg::before {
  aspect-ratio: 260/255;
  background: url("../../images/common/index/bg_deco_01.png") no-repeat top center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-bg::before {
    top: 36.71875vw;
    left: -11.71875vw;
    width: 33.8541666667vw;
  }
}
.st-Footer .footer-bg::after {
  aspect-ratio: 260/301;
  background: url("../../images/common/index/bg_deco_03.png") no-repeat top center/contain;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .st-Footer .footer-bg::after {
    top: min(-199px, -10.3645833333vw);
    right: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer .footer-bg::after {
    top: 116.796875vw;
    left: 77.8645833333vw;
    width: 33.8541666667vw;
  }
}