@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-Header {
    height: max(320px, 16.6666666667vw);
    padding-top: max(4px, 0.2083333333vw);
    background: url("../../images/pc/common/bg_header.png") no-repeat top center/auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .st-Header {
    height: 51.3020833333vw;
    padding-top: 2.0833333333vw;
    background: url("../../images/sp/common/bg_header.png") no-repeat bottom center/auto 100%;
  }
}
.st-Header h1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .st-Header h1 {
    margin-top: min(-8px, -0.4166666667vw);
    width: max(780px, 40.625vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Header h1 {
    margin-left: 4.296875vw;
    width: 95.0520833333vw;
  }
}
.st-Header h1 a {
  display: block;
}
@media (any-hover: hover) {
  .st-Header h1 a {
    opacity: 1;
    transition: opacity 0.35s;
    will-change: opacity;
  }
  .st-Header h1 a:hover {
    opacity: 0.8;
  }
}

@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;
  }
}
@media screen and (min-width: 769px) {
  .vote-Bg {
    position: absolute;
    inset: 0;
  }
  .vote-Bg span {
    display: block;
    position: absolute;
  }
  .vote-Bg span:nth-of-type(1) {
    top: 0;
    left: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    height: max(466px, 24.2708333333vw);
    background: url("../../images/common/index/bg_deco_02.png") no-repeat top center/contain;
  }
  .vote-Bg span:nth-of-type(2) {
    top: max(230px, 11.9791666667vw);
    right: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    height: max(430px, 22.3958333333vw);
    background: url("../../images/common/index/bg_deco_01.png") no-repeat top center/contain;
  }
  .vote-Bg span:nth-of-type(3) {
    top: max(1280px, 66.6666666667vw);
    left: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    height: max(533px, 27.7604166667vw);
    background: url("../../images/common/index/bg_deco_03.png") no-repeat top center/contain;
  }
  .vote-Bg span:nth-of-type(4) {
    top: max(1840px, 95.8333333333vw);
    right: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    height: max(466px, 24.2708333333vw);
    transform: scaleX(-1);
    background: url("../../images/common/index/bg_deco_02.png") no-repeat top center/contain;
  }
  .vote-Bg span:nth-of-type(5) {
    top: max(2250px, 117.1875vw);
    left: min(-100px, -5.2083333333vw);
    width: max(440px, 22.9166666667vw);
    height: max(430px, 22.3958333333vw);
    transform: scaleX(-1);
    background: url("../../images/common/index/bg_deco_01.png") no-repeat top center/contain;
  }
}

.vote-RemainingVotes {
  background: url("../../images/common/bg_deco_line.svg") no-repeat bottom center;
}
@media screen and (min-width: 769px) {
  .vote-RemainingVotes {
    position: relative;
    margin-bottom: max(80px, 4.1666666667vw);
    padding: max(82px, 4.2708333333vw) 0 max(46px, 2.3958333333vw);
    background-size: max(136px, 7.0833333333vw) max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-RemainingVotes {
    margin-bottom: 9.1145833333vw;
    padding: 1.3020833333vw 0 7.8125vw;
    background-size: 26.5625vw 1.953125vw;
  }
}
.vote-RemainingVotes dl {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.vote-RemainingVotes dl dt {
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-RemainingVotes dl dt {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-RemainingVotes dl dt {
    font-size: 4.6875vw;
  }
}
.vote-RemainingVotes dl dt span.svg {
  position: relative;
}
@media screen and (min-width: 769px) {
  .vote-RemainingVotes dl dt span.svg {
    top: max(4px, 0.2083333333vw);
    width: max(30px, 1.5625vw);
    margin: 0 max(20px, 1.0416666667vw) 0 max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-RemainingVotes dl dt span.svg {
    top: 0.5208333333vw;
    width: 5.2083333333vw;
    margin: 0 3.3854166667vw 0 1.3020833333vw;
  }
}
.vote-RemainingVotes dl dd {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-RemainingVotes dl dd {
    font-size: max(36px, 1.875vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-RemainingVotes dl dd {
    font-size: 5.9895833333vw;
  }
}
.vote-RemainingVotes dl dd span#remaining-votes {
  position: relative;
  color: transparent;
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .vote-RemainingVotes dl dd span#remaining-votes {
    top: max(3px, 0.15625vw);
    font-size: max(60px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-RemainingVotes dl dd span#remaining-votes {
    top: 0.390625vw;
    font-size: 10.15625vw;
  }
}

@media screen and (min-width: 769px) {
  .vote-Costume_List {
    margin-bottom: max(120px, 6.25vw);
    padding: 0 max(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List {
    margin-bottom: 15.625vw;
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: max(40px, 2.0833333333vw) max(28px, 1.4583333333vw);
    max-width: max(1400px, 72.9166666667vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li + li {
    margin-top: 5.2083333333vw;
  }
}
.vote-Costume_List ul li a {
  display: block;
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a {
    padding: max(9px, 0.46875vw) max(9px, 0.46875vw) 0;
    border: max(1px, 0.0520833333vw) solid #f6f4ed;
    border-radius: max(8px, 0.4166666667vw);
    box-shadow: max(8px, 0.4166666667vw) max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a {
    padding: 1.953125vw 1.953125vw 0;
    border: 0.1302083333vw solid #f6f4ed;
    border-radius: 1.0416666667vw;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(0, 0, 0, 0.06);
  }
}
.vote-Costume_List ul li a .voted-badge {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a .voted-badge {
    top: min(-21px, -1.09375vw);
    right: min(-21px, -1.09375vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a .voted-badge {
    top: -2.734375vw;
    right: -2.734375vw;
  }
}
.vote-Costume_List ul li a .voted-badge-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a .voted-badge-inner {
    width: max(80px, 4.1666666667vw);
    height: max(80px, 4.1666666667vw);
    padding-top: max(5px, 0.2604166667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a .voted-badge-inner {
    width: 15.625vw;
    height: 15.625vw;
    padding-top: 0.78125vw;
  }
}
.vote-Costume_List ul li a .voted-badge-inner span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a .voted-badge-inner span {
    margin-bottom: max(1px, 0.0520833333vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a .voted-badge-inner span {
    margin-bottom: 0.1953125vw;
    font-size: 3.125vw;
  }
}
.vote-Costume_List ul li a .voted-badge-inner span.voted-count {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a .voted-badge-inner span.voted-count {
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a .voted-badge-inner span.voted-count {
    font-size: 5.859375vw;
  }
}
.vote-Costume_List ul li a:not([data-voted-count="0"]) .voted-badge {
  display: block;
}
.vote-Costume_List ul li a .costume-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #dedede;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a .costume-image {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a .costume-image {
    border-radius: 1.0416666667vw;
  }
}
.vote-Costume_List ul li a .costume-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vote-Costume_List ul li a h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a h2 {
    padding: max(20px, 1.0416666667vw) 0;
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a h2 {
    padding: 3.90625vw 0 3.6458333333vw;
    font-size: 4.9479166667vw;
  }
}
.vote-Costume_List ul li a h2 span.icon {
  display: grid;
  place-items: center;
  position: absolute;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a h2 span.icon {
    right: max(10px, 0.5208333333vw);
    width: max(32px, 1.6666666667vw);
    height: max(32px, 1.6666666667vw);
    border: max(2px, 0.1041666667vw) solid #ff61b0;
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a h2 span.icon {
    right: 2.0833333333vw;
    width: 6.25vw;
    height: 6.25vw;
    border: 0.390625vw solid #ff61b0;
  }
}
.vote-Costume_List ul li a h2 span.svg {
  position: relative;
  color: #ff61b0;
}
@media screen and (min-width: 769px) {
  .vote-Costume_List ul li a h2 span.svg {
    left: max(1px, 0.0520833333vw);
    width: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Costume_List ul li a h2 span.svg {
    left: 0.1302083333vw;
    width: 1.5625vw;
  }
}
@media (any-hover: hover) {
  .vote-Costume_List ul li a .costume-image img {
    transform-origin: top center;
    transition: transform 0.35s;
    will-change: transform;
  }
  .vote-Costume_List ul li a h2 {
    transition: color 0.35s;
  }
  .vote-Costume_List ul li a h2 span.icon {
    transition: background-color 0.35s;
  }
  .vote-Costume_List ul li a h2 span.svg {
    transition: color 0.35s;
  }
  .vote-Costume_List ul li a:hover .costume-image img {
    transform: scale(1.1);
  }
  .vote-Costume_List ul li a:hover h2 {
    color: #ff61b0;
  }
  .vote-Costume_List ul li a:hover h2 span.icon {
    background-color: #ff61b0;
  }
  .vote-Costume_List ul li a:hover h2 span.svg {
    color: #ffffff;
  }
}

a.btn-ranking {
  display: grid;
  place-content: center;
  position: relative;
  transform: rotate(0.03deg);
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border-radius: calc(infinity * 1px);
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
}
@media screen and (min-width: 769px) {
  a.btn-ranking {
    width: max(420px, 21.875vw);
    height: max(110px, 5.7291666667vw);
    border: max(2px, 0.1041666667vw) solid #fff;
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  a.btn-ranking {
    width: 68.75vw;
    height: 18.2291666667vw;
    border: 0.390625vw solid #fff;
    font-size: 3.90625vw;
  }
}
a.btn-ranking::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) {
  a.btn-ranking::before {
    width: calc(100% + max(4px, 0.2083333333vw));
    height: calc(100% + max(4px, 0.2083333333vw));
  }
}
@media screen and (max-width: 768px) {
  a.btn-ranking::before {
    width: calc(100% + 0.78125vw);
    height: calc(100% + 0.78125vw);
  }
}
a.btn-ranking span {
  color: #fff;
  background-image: linear-gradient(to bottom, #EF89FF 20%, #FF61B0 80%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (any-hover: hover) {
  a.btn-ranking::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;
  }
  a.btn-ranking span {
    transition: color 0.35s;
  }
  a.btn-ranking:hover::after {
    opacity: 1;
  }
  a.btn-ranking:hover span {
    color: transparent;
  }
}

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

.vote-Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.vote-Modal .wrapper {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  overflow-y: auto;
  height: 100%;
  background-color: rgba(255, 244, 250, 0.9);
}
.vote-Modal .container {
  position: relative;
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.3s 0.2s;
}
@media screen and (min-width: 769px) {
  .vote-Modal .container {
    width: max(680px, 35.4166666667vw);
    padding: max(70px, 3.6458333333vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .container {
    padding: 14.0625vw 5.2083333333vw 7.8125vw;
  }
}
.vote-Modal .container.showed {
  opacity: 1;
}
@media (any-hover: hover) {
  .vote-Modal button[name=close] {
    opacity: 1;
    transition: opacity 0.35s;
    will-change: opacity;
  }
  .vote-Modal button[name=close]:hover {
    opacity: 0.7;
  }
}
.vote-Modal button[name=close].top {
  display: grid;
  place-items: center;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .vote-Modal button[name=close].top {
    top: max(20px, 1.0416666667vw);
    right: 0;
    width: max(38px, 1.9791666667vw);
    height: max(38px, 1.9791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal button[name=close].top {
    top: 3.90625vw;
    right: 5.2083333333vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
.vote-Modal button[name=close].top::before, .vote-Modal button[name=close].top::after {
  position: absolute;
  background-color: #ff61b0;
  content: "";
}
@media screen and (min-width: 769px) {
  .vote-Modal button[name=close].top::before, .vote-Modal button[name=close].top::after {
    width: max(48px, 2.5vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal button[name=close].top::before, .vote-Modal button[name=close].top::after {
    width: 8.203125vw;
    height: 0.6510416667vw;
  }
}
.vote-Modal button[name=close].top::before {
  transform: rotate(45deg);
}
.vote-Modal button[name=close].top::after {
  transform: rotate(-45deg);
}
.vote-Modal button[name=close].bottom {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: #ff61b0;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Modal button[name=close].bottom {
    width: max(128px, 6.6666666667vw);
    height: max(38px, 1.9791666667vw);
    margin-top: max(50px, 2.6041666667vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal button[name=close].bottom {
    width: 25vw;
    height: 7.5520833333vw;
    margin-top: 7.8125vw;
    font-size: 4.6875vw;
  }
}
.vote-Modal button[name=close].bottom::before, .vote-Modal button[name=close].bottom::after {
  position: absolute;
  background-color: #ff61b0;
  content: "";
}
@media screen and (min-width: 769px) {
  .vote-Modal button[name=close].bottom::before, .vote-Modal button[name=close].bottom::after {
    right: min(-1px, -0.0520833333vw);
    width: max(28px, 1.4583333333vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal button[name=close].bottom::before, .vote-Modal button[name=close].bottom::after {
    right: -0.2604166667vw;
    width: 5.46875vw;
    height: 0.78125vw;
  }
}
.vote-Modal button[name=close].bottom::before {
  transform: rotate(45deg);
}
.vote-Modal button[name=close].bottom::after {
  transform: rotate(-45deg);
}
.vote-Modal .content {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content {
    border: max(1px, 0.0520833333vw) solid #f6f4ed;
    border-radius: max(8px, 0.4166666667vw);
    box-shadow: 0 max(8px, 0.4166666667vw) 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content {
    border: 0.1302083333vw solid #f6f4ed;
    border-radius: 1.0416666667vw;
    box-shadow: 0 1.0416666667vw 0 rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote {
    padding: max(39px, 2.03125vw) max(39px, 2.03125vw) max(49px, 2.5520833333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote {
    padding: 5.078125vw 3.7760416667vw 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-figure {
    padding: 0 1.3020833333vw;
  }
}
.vote-Modal .content.content-vote .content-figure .image {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-figure .image {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-figure .image {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body {
    padding: max(30px, 1.5625vw) 0 max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body {
    padding: 5.2083333333vw 1.3020833333vw 6.5104166667vw;
  }
}
.vote-Modal .content.content-vote .content-body h2.costume-name {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body h2.costume-name {
    margin-bottom: max(24px, 1.25vw);
    padding-bottom: max(26px, 1.3541666667vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body h2.costume-name {
    margin-bottom: 5.2083333333vw;
    padding-bottom: 3.3854166667vw;
    font-size: 4.4270833333vw;
  }
}
.vote-Modal .content.content-vote .content-body h2.costume-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body h2.costume-name::after {
    height: max(2px, 0.1041666667vw);
    border-radius: 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) {
  .vote-Modal .content.content-vote .content-body h2.costume-name::after {
    height: 0.2604166667vw;
    border-radius: 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);
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl + dl {
    margin-top: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl + dl {
    margin-top: 5.2083333333vw;
  }
}
.vote-Modal .content.content-vote .content-body dl dt {
  display: flex;
  align-items: center;
  transform: rotate(0.03deg);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl dt {
    margin-bottom: max(10px, 0.5208333333vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl dt {
    margin-bottom: 1.3020833333vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl dt span.svg {
    width: max(16px, 0.8333333333vw);
    margin-right: max(6px, 0.3125vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl dt span.svg {
    width: 3.3854166667vw;
    margin-right: 2.0833333333vw;
  }
}
.vote-Modal .content.content-vote .content-body dl dd {
  transform: rotate(0.03deg);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl dd {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl dd {
    font-size: 3.125vw;
  }
}
.vote-Modal .content.content-vote .content-body dl dd ul.character-list {
  display: flex;
  flex-wrap: wrap;
}
.vote-Modal .content.content-vote .content-body dl dd ul.character-list li:not(:last-child)::after {
  padding: 0 0.25em;
  content: "/";
}
.vote-Modal .content.content-vote .content-body dl dd textarea[name=comment] {
  transform: rotate(0.03deg);
  width: 100%;
  background-color: #fffbe0;
  resize: vertical;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl dd textarea[name=comment] {
    height: max(100px, 5.2083333333vw);
    margin: max(16px, 0.8333333333vw) 0 max(10px, 0.5208333333vw);
    padding: max(20px, 1.0416666667vw) max(30px, 1.5625vw);
    border-radius: max(12px, 0.625vw);
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl dd textarea[name=comment] {
    height: 26.0416666667vw;
    margin: 2.6041666667vw 0;
    padding: 2.6041666667vw 3.90625vw;
    border-radius: 1.5625vw;
    font-size: 3.3854166667vw;
  }
}
.vote-Modal .content.content-vote .content-body dl dd textarea[name=comment]::-moz-placeholder {
  color: rgba(64, 75, 102, 0.4);
}
.vote-Modal .content.content-vote .content-body dl dd textarea[name=comment]::placeholder {
  color: rgba(64, 75, 102, 0.4);
}
.vote-Modal .content.content-vote .content-body dl dd p.notice {
  transform: rotate(0.03deg);
  color: rgba(64, 75, 102, 0.4);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-body dl dd p.notice {
    font-size: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-body dl dd p.notice {
    font-size: 3.125vw;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter {
    margin-bottom: max(46px, 2.3958333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter {
    margin-bottom: 8.8541666667vw;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter button[name=count] {
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count] {
    width: max(60px, 3.125vw);
    height: max(60px, 3.125vw);
    border: max(2px, 0.1041666667vw) solid #ff61b0;
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count] {
    width: 11.71875vw;
    height: 11.71875vw;
    border: 0.390625vw solid #ff61b0;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-down]::before {
  position: absolute;
  background-color: #ff61b0;
  content: "";
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-down]::before {
    width: max(20px, 1.0416666667vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-down]::before {
    width: 3.90625vw;
    height: 0.78125vw;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::before, .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::after {
  position: absolute;
  background-color: #ff61b0;
  content: "";
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::before, .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::after {
    width: max(20px, 1.0416666667vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::before, .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::after {
    width: 3.90625vw;
    height: 0.78125vw;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter button[name=count][value=count-up]::after {
  transform: rotate(90deg);
}
.vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]:disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (any-hover: hover) {
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count] {
    transition: background-color 0.35s;
  }
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]::before, .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]::after {
    transition: background-color 0.35s;
  }
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]:hover {
    background-color: #ff61b0;
  }
  .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]:hover::before, .vote-Modal .content.content-vote .content-footer .vote-counter button[name=count]:hover::after {
    background-color: #ffffff;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter input[name=vote-count] {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  -moz-appearance: textfield;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter input[name=vote-count] {
    width: max(56px, 2.9166666667vw);
    margin: 0 max(60px, 3.125vw);
    font-size: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer .vote-counter input[name=vote-count] {
    width: 10.9375vw;
    margin: 0 11.71875vw;
    font-size: 7.8125vw;
  }
}
.vote-Modal .content.content-vote .content-footer .vote-counter input[name=vote-count]::-webkit-outer-spin-button, .vote-Modal .content.content-vote .content-footer .vote-counter input[name=vote-count]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0 auto;
}
.vote-Modal .content.content-vote .content-footer button[name=vote] {
  display: block;
  position: relative;
  aspect-ratio: 758/149;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote] {
    width: max(506px, 26.3541666667vw);
    border-radius: max(99px, 5.15625vw);
    box-shadow: 0 max(12px, 0.625vw) max(12px, 0.625vw) rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote] {
    width: 100%;
    border-radius: 16.015625vw;
    box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, 0.08);
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote]::before, .vote-Modal .content.content-vote .content-footer button[name=vote]::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.vote-Modal .content.content-vote .content-footer button[name=vote]::after {
  background: url("../../webp/common/btn_frame.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote]::after {
    filter: drop-shadow(0 0 max(2px, 0.1041666667vw) rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote]::after {
    filter: drop-shadow(0 0 0.2604166667vw rgba(0, 0, 0, 0.3));
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote] span.text {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .vote-Modal .content.content-vote .content-footer button[name=vote]::before {
    transition: opacity 0.35s;
  }
  .vote-Modal .content.content-vote .content-footer button[name=vote]:hover::before {
    opacity: 0.7;
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote span.text {
  aspect-ratio: 196/60;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote span.text {
    width: max(196px, 10.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote span.text {
    width: 29.9479166667vw;
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:not(:disabled)::before {
  background: url("../../images/common/btn_primary_bg.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:not(:disabled) 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) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:not(:disabled) span.glitter {
    top: min(-5px, -0.2604166667vw);
    left: min(-7px, -0.3645833333vw);
    width: max(520px, 27.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:not(:disabled) span.glitter {
    top: -0.78125vw;
    left: -1.0416666667vw;
    width: 84.1145833333vw;
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:not(:disabled) span.text {
  background: url("../../images/common/vote/btn_vote_text.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:disabled {
  pointer-events: none;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:disabled::before {
  background: url("../../images/common/vote/btn_disabled_bg.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:disabled span.glitter {
  display: none;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote:disabled span.text {
  background: url("../../images/common/vote/btn_vote_disabled_text.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change::before {
  background: url("../../images/common/vote/btn_vote_change_bg.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change span.text {
  aspect-ratio: 278/44;
  background: url("../../images/common/vote/btn_vote_change_text.png") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change span.text {
    width: max(278px, 14.4791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change span.text {
    width: 42.4479166667vw;
  }
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change:disabled {
  pointer-events: none;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change:disabled::before {
  background: url("../../images/common/vote/btn_disabled_bg.png") no-repeat center/contain;
}
.vote-Modal .content.content-vote .content-footer button[name=vote].btn-vote-change:disabled span.text {
  background: url("../../images/common/vote/btn_vote_change_disabled_text.png") no-repeat center/contain;
}
.vote-Modal .content.content-thanks {
  display: none;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks {
    padding: max(69px, 3.59375vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks {
    padding: 8.984375vw 0;
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-header {
    padding-bottom: max(70px, 3.6458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-header {
    padding-bottom: 6.5104166667vw;
  }
}
.vote-Modal .content.content-thanks .content-header h2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-header h2 {
    width: max(610px, 31.7708333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-header h2 {
    width: 79.4270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-body {
    padding: 0 max(39px, 2.03125vw) max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-body {
    padding: 0 5.078125vw 7.8125vw;
  }
}
.vote-Modal .content.content-thanks .content-body .og-image {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-body .og-image {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-body .og-image {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-footer {
    padding: 0 5.078125vw;
  }
}
.vote-Modal .content.content-thanks .content-footer a.btn-share {
  display: block;
  position: relative;
  aspect-ratio: 812/167;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share {
    width: max(536px, 27.9166666667vw);
    padding-top: max(24px, 1.25vw);
    border-radius: max(110px, 5.7291666667vw);
    box-shadow: 0 max(12px, 0.625vw) max(12px, 0.625vw) rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share {
    width: 100%;
    padding-top: 3.515625vw;
    border-radius: 16.2760416667vw;
    box-shadow: 0 1.5625vw 1.5625vw rgba(0, 0, 0, 0.08);
  }
}
.vote-Modal .content.content-thanks .content-footer a.btn-share::before, .vote-Modal .content.content-thanks .content-footer a.btn-share::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.vote-Modal .content.content-thanks .content-footer a.btn-share::before {
  background: url("../../images/common/vote/btn_share_bg.png") no-repeat center/contain;
}
.vote-Modal .content.content-thanks .content-footer a.btn-share::after {
  background: url("../../webp/common/vote/btn_share_frame.webp") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-footer 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) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share::after {
    filter: drop-shadow(0 0 0.2604166667vw rgba(0, 0, 0, 0.3));
  }
}
.vote-Modal .content.content-thanks .content-footer a.btn-share span.text {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share span.text {
    width: max(340px, 17.7083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share span.text {
    width: 50.2604166667vw;
  }
}
@media (any-hover: hover) {
  .vote-Modal .content.content-thanks .content-footer a.btn-share::before {
    transition: opacity 0.35s;
  }
  .vote-Modal .content.content-thanks .content-footer a.btn-share:hover::before {
    opacity: 0.7;
  }
}