@charset "UTF-8";
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
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;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px; /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  min-width: 320px;
  color: #02003e;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body {
  font-family:
    "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media,
_:future,
:root img.rendering {
  image-rendering: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

figure,
button {
  font-size: 0;
}

@media screen and (min-width: 860px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .sp-none {
    display: none;
  }
}

.d-ib {
  display: inline-block;
}

.svg {
  display: inline-block;
  font-size: 0;
}
.svg svg {
  overflow: visible;
  width: 100%;
  fill: currentColor;
}

#wrapper {
  overflow-x: hidden;
}

#header {
  position: relative;
  z-index: 1000;
}

#header #header_catch {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/catch_bg.webp") no-repeat bottom right / cover;
}
#header #header_catch > span {
  display: block;
  width: fit-content;
  padding: 1.3em 2.5em 1.5em 1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 769px) {
  #header #header_catch > span {
    font-size: 20px;
    padding: 1.3em 3em 1.5em 3.5em;
  }
}

@media screen and (min-width: 1240px) {
  #header #header_catch > span {
    font-size: 30px;
  }
}

main {
  position: relative;
}

.st-Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.st-Modal.modal-active {
  display: block;
}
.st-Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(
      rgba(75, 171, 202, 0.79),
      rgba(89, 215, 238, 0.79) 58%,
      rgba(75, 171, 202, 0.79)
    )
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(75, 171, 202, 0.79),
    rgba(89, 215, 238, 0.79) 58%,
    rgba(75, 171, 202, 0.79)
  );
  background-image: linear-gradient(
    90deg,
    rgba(75, 171, 202, 0.79),
    rgba(89, 215, 238, 0.79) 58%,
    rgba(75, 171, 202, 0.79)
  );
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.st-Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.st-Modal button[name="modal-close"] {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .st-Modal button[name="modal-close"] {
    top: max(40px, 2.0833333333vw);
    right: max(40px, 2.0833333333vw);
    width: max(40px, 2.0833333333vw);
    height: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name="modal-close"] {
    top: 5.2083333333vw;
    right: 5.2083333333vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.st-Modal button[name="modal-close"]::before,
.st-Modal button[name="modal-close"]::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Modal button[name="modal-close"]::before,
  .st-Modal button[name="modal-close"]::after {
    width: max(52px, 2.7083333333vw);
    height: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name="modal-close"]::before,
  .st-Modal button[name="modal-close"]::after {
    width: 6.7708333333vw;
    height: 0.5208333333vw;
  }
}
.st-Modal button[name="modal-close"]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.st-Modal button[name="modal-close"]::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .st-Modal button[name="modal-close"]::before,
  .st-Modal button[name="modal-close"]::after {
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .st-Modal button[name="modal-close"]:hover::before,
  .st-Modal button[name="modal-close"]:hover::after {
    background-color: #83f5e5;
  }
}
.st-Modal .modal-wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5%;
}

.modallist-wrap.done .st-Modal .modal-wrapper {
  padding-top: 0;
  overflow-x: hidden;
}

.st-Modal .modal-wrapper.show-transition {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.st-Modal .modal-wrapper.hide-transition {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.st-Modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.st-Modal .modal-wrapper.modal-center {
  display: grid;
  place-items: center;
}
.st-Modal .modal-container {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .st-Modal .modal-container {
    max-width: min(480px, 70vw);
    margin: 0 auto;
  }
}

@media screen and (max-height: 780px) {
  .st-Modal .modal-container {
    max-width: 50vh;
  }
}

.st-Modal .modal-container .modal-vote .modal-vote-info {
  aspect-ratio: 840 / 1104;
  background: url("../img/modal_main.webp") no-repeat center / contain;
  padding-top: 12%;
  position: relative;
}

.st-Modal .modal-container .modal-vote .modal-vote-info figure {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.st-Modal .modal-container .modal-vote .modal-vote-info span {
  position: absolute;
  bottom: 4%;
  left: 4%;
  right: 4%;
  width: 92%;
  height: 15.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(25px, 5vw);
  padding: 10px;
  font-weight: 800;
  line-height: 1.25;
}

@media screen and (max-height: 780px) {
  .st-Modal .modal-container .modal-vote .modal-vote-info span {
    font-size: 2.5vh;
  }
}

.st-Modal .modal-container .modal-vote .modal-vote-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.st-Modal .modal-container .modal-vote .modal-vote-button img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.st-Modal .modal-container .modal-vote .modal-vote-button.is-disabled {
  pointer-events: none; /* クリック不可 */
  opacity: 0.4; /* うすくするなど見た目でわかるように */
  cursor: default;
}

.st-Modal .modal-tnanks {
  display: none;
  max-width: min(500px, 89.5vw);
  inset: 0;
  margin: 0 auto;
  /*position: absolute;*/
}
.st-Modal .modal-tnanks.open + .modal-container {
  display: none;
}
.st-Modal .modal-tnanks:not(.open) {
  display: none;
}

.st-Modal .modal-tnanks.open {
  display: grid;
  place-items: center;
}

.st-Modal .modal-tnanks .modal-tnanks-title {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.st-Modal .modal-tnanks .modal-tnanks-title::after {
  content: "";
  display: block;
  width: 330%;
  aspect-ratio: 387 / 164;
  background: url("../img/modal_done_title_halo.webp") no-repeat center /
    contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.st-Modal .modal-tnanks .modal-tnanks-title h3,
.st-Modal .modal-tnanks .modal-tnanks-title img {
  position: relative;
  z-index: 2;
}

/*modal-tnanks-title-deco*/

.modal-tnanks-title-deco {
  position: absolute;
  inset: 0;
}

/*title-decowrap11*/
.modal-tnanks-title-deco .title-decowrap1 {
  position: absolute;
  left: 0;
  transform: translate(-77%, 49%);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap1 {
    width: max(150px, 10vw);
    height: max(150px, 10vw);
  }
}

@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap1 {
    width: 15vw;
    height: 15vw;
  }
}

.modal-tnanks-title-deco .title-decowrap1 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap1 .flash::before,
.modal-tnanks-title-deco .title-decowrap1 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.modal-tnanks-title-deco .title-decowrap1 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap1 .flash::after {
  z-index: 0;
}
.modal-tnanks-title-deco .title-decowrap1 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap1 .flash-01 {
    top: 0;
    left: 0;
    width: max(150px, 6vw);
    height: max(150px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap1 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 15vw;
    height: 15vw;
  }
}
.modal-tnanks-title-deco .title-decowrap1 .flash-01::before {
  background: url("../img/deco_star02-01_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.modal-tnanks-title-deco .title-decowrap1 .flash-01::after {
  background: url("../img/deco_star02-01.webp") no-repeat center/contain;
}

.modal-tnanks-title-deco .title-decowrap1 .flash-02 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap1 .flash-02 {
    left: max(55px, 1.5vw);
    top: max(50px, 0.7vw);
    width: max(110px, 6vw);
    height: max(110px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap1 .flash-02 {
    top: 6vw;
    right: -5vw;
    width: 15vw;
    height: 15vw;
  }
}
.modal-tnanks-title-deco .title-decowrap1 .flash-02::before {
  background: url("../img/deco_star01-02_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.modal-tnanks-title-deco .title-decowrap1 .flash-02::after {
  background: url("../img/deco_star01-02.webp") no-repeat center/contain;
}

/*title-decowrap12*/
.modal-tnanks-title-deco .title-decowrap2 {
  position: absolute;
  right: 0;
  transform: translate(54%, -38%);
  top: auto;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap2 {
    width: max(140px, 6vw);
    height: max(140px, 6vw);
  }
}

@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap2 {
    width: 15vw;
    height: 15vw;
  }
}

.modal-tnanks-title-deco .title-decowrap2 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap2 .flash::before,
.modal-tnanks-title-deco .title-decowrap2 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.modal-tnanks-title-deco .title-decowrap2 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap2 .flash::after {
  z-index: 0;
}
.modal-tnanks-title-deco .title-decowrap2 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap2 .flash-01 {
    top: 0;
    left: 0;
    width: max(150px, 6vw);
    height: max(150px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap2 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 15vw;
    height: 15vw;
  }
}
.modal-tnanks-title-deco .title-decowrap2 .flash-01::before {
  background: url("../img/deco_star02-01_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.modal-tnanks-title-deco .title-decowrap2 .flash-01::after {
  background: url("../img/deco_star02-01.webp") no-repeat center/contain;
}

/*title-decowrap13*/
.modal-tnanks-title-deco .title-decowrap3 {
  position: absolute;
  left: 0;
  transform: translate(-7%, -38%);
  top: auto;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap3 {
    width: max(60px, 3vw);
    height: max(60px, 3vw);
  }
}

@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap3 {
    width: 5vw;
    height: 5vw;
  }
}

.modal-tnanks-title-deco .title-decowrap3 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap3 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.modal-tnanks-title-deco .title-decowrap3.flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.modal-tnanks-title-deco .title-decowrap3 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap3 .flash-01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap3 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 100%;
    height: 100%;
  }
}
.modal-tnanks-title-deco .title-decowrap3 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*title-decowrap14*/
.modal-tnanks-title-deco .title-decowrap4 {
  position: absolute;
  right: 0;
  transform: translate(74%, 82%);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap4 {
    width: max(46px, 3vw);
    height: max(46px, 3vw);
  }
}

@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap4 {
    width: 6vw;
    height: 6vw;
  }
}

.modal-tnanks-title-deco .title-decowrap4 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.modal-tnanks-title-deco .title-decowrap4 .flash::before,
.modal-tnanks-title-deco .title-decowrap4 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.modal-tnanks-title-deco .title-decowrap4.flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.modal-tnanks-title-deco .title-decowrap4 .flash::after {
  z-index: 0;
}

.modal-tnanks-title-deco .title-decowrap4 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .modal-tnanks-title-deco .title-decowrap4 .flash-01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-tnanks-title-deco .title-decowrap4 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 100%;
    height: 100%;
  }
}
.modal-tnanks-title-deco .title-decowrap4 .flash-01::before {
  background: url("../img/deco_star_flash2.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.modal-tnanks-title-deco .title-decowrap4 .flash-01::after {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
}

.st-Modal .modal-tnanks .modal-tnanks-info {
  width: 78%;
  aspect-ratio: 840 / 1104;
  background: url("../img/modal_main.webp") no-repeat center / contain;
  padding-top: 12%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.st-Modal .modal-tnanks .modal-tnanks-info figure {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.st-Modal .modal-tnanks .modal-tnanks-info span {
  position: absolute;
  bottom: 4%;
  left: 4%;
  right: 4%;
  width: 92%;
  height: 15.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(25px, 5vw);
  padding: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.st-Modal .modal-tnanks .modal-tnanks-exp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.st-Modal .modal-tnanks .modal-tnanks-exp::after {
  content: "";
  display: block;
  width: 105%;
  height: 8%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background-image: linear-gradient(
    150deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.modal-tnanks-button {
  width: 50.2%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

.modal-tnanks-button > .button {
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.modal-tnanks-button > .button + .button {
  margin-top: 6%;
}

@media screen and (max-height: 780px) {
  .st-Modal .modal-tnanks .modal-tnanks-info span {
    font-size: 2.5vh;
  }
}

@media screen and (max-height: 780px) {
  .st-Modal .modal-tnanks {
    max-width: 55vh;
  }
}

/*footer*/
footer {
  padding-top: min(15vw, 150px);
  padding-bottom: min(15vw, 150px);
  background-image: linear-gradient(
    270deg,
    rgba(86, 0, 157, 1) 8%,
    rgba(124, 70, 255, 1)
  );
}

footer p {
  text-align: center;
  font-size: min(16px, 2.2vw);
  color: #ffffff;
  line-height: 1.45;
  padding-left: max(4vw, 10px);
  padding-right: max(4vw, 10px);
}
@media screen and (min-width: 991px) {
  footer p {
    text-align: center;
    font-size: min(18px, 1.5vw);
    color: #ffffff;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1480px) {
  footer p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.45;
  }
}

/*flash*/

/*flashwrap1*/
.kv-container .flashwrap1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv-container .flashwrap1 {
    left: max(30px, 5vw);
    bottom: min(-30px, -3vw);
    width: max(90px, 6vw);
    height: max(90px, 6vw);
  }
}
@media screen and (min-width: 1200px) {
  .kv-container .flashwrap1 {
    left: max(30px, 5vw);
    bottom: min(-16px, -1vw);
    width: max(90px, 6vw);
    height: max(90px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-container .flashwrap1 {
    width: 20vw;
    height: 20vw;
    left: 5vw;
    bottom: 0;
  }
}

.kv-container .flashwrap1 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-container .flashwrap1 .flash::before,
.kv-container .flashwrap1 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.kv-container .flashwrap1 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-container .flashwrap1 .flash::after {
  z-index: 0;
}
.kv-container .flashwrap1 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .kv-container .flashwrap1 .flash-01 {
    top: 0;
    left: 0;
    width: max(80px, 5vw);
    height: max(80px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-container .flashwrap1 .flash-01 {
    top: 0;
    left: 0;
    width: 15vw;
    height: 15vw;
  }
}
.kv-container .flashwrap1 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.kv-container .flashwrap1 .flash-01::after {
  background: url("../img/deco_star_flash.webp") no-repeat center/contain;
}

.kv-container .flashwrap1 .flash-02 {
  bottom: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .kv-container .flashwrap1 .flash-02 {
    right: max(5px, 0.1vw);
    bottom: 0;
    width: max(50px, 2.5vw);
    height: max(50px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-container .flashwrap1 .flash-02 {
    bottom: 4vw;
    right: 4vw;
    width: 8vw;
    height: 8vw;
  }
}
.kv-container .flashwrap1 .flash-02::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.kv-container .flashwrap1 .flash-02::after {
  background: url("../img/deco_star_flash.webp") no-repeat center/contain;
}

/*flashwrap2*/
.kv-container .flashwrap2 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv-container .flashwrap2 {
    right: max(15px, 2vw);
    bottom: max(25px, 3vw);
    width: max(120px, 6vw);
    height: max(120px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-container .flashwrap2 {
    width: 15.1041666667vw;
    height: 15.1041666667vw;
    right: 5vw;
    bottom: 0;
  }
}

.kv-container .flashwrap2 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-container .flashwrap2 .flash::before,
.kv-container .flashwrap2 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.kv-container .flashwrap2 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-container .flashwrap2 .flash::after {
  z-index: 0;
}
.kv-container .flashwrap2 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .kv-container .flashwrap2 .flash-01 {
    top: 0;
    left: 0;
    width: max(60px, 5vw);
    height: max(60px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-container .flashwrap2 .flash-01 {
    top: 2.34375vw;
    right: 0.6510416667vw;
    width: 15.1041666667vw;
    height: 15.1041666667vw;
  }
}
.kv-container .flashwrap2 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.kv-container .flashwrap2 .flash-01::after {
  background: url("../img/deco_star_flash.webp") no-repeat center/contain;
}

/*flashwrap3*/
#header_catch .flashwrap3 {
  position: absolute;
  transform: translate(-50%, 80%);
  left: 45%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #header_catch .flashwrap3 {
    width: max(60px, 4vw);
    height: max(60px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  #header_catch .flashwrap3 {
    width: 7vw;
    height: 7vw;
  }
}

#header_catch .flashwrap3 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#header_catch .flashwrap3 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
#header_catch .flashwrap3 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#header_catch .flashwrap3 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#header_catch .flashwrap3 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap4*/
.kv-exp {
  position: relative;
}
.kv-exp .flashwrap4 {
  transform: translate(0, -100%);
  left: 7vw;
  top: 77%;
}
@media screen and (min-width: 769px) {
  .kv-exp .flashwrap4 {
    position: absolute;
    width: max(100px, 7vw);
    height: max(100px, 7vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-exp .flashwrap4 {
    width: 12vw;
    height: 12vw;
  }
}

.kv-exp .flashwrap4 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-exp .flashwrap4 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.kv-exp .flashwrap4 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kv-exp .flashwrap4 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv-exp .flashwrap4 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap5*/
.kv-wrap .flashwrap5 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv-wrap .flashwrap5 {
    left: max(20px, 15vw);
    bottom: max(50px, 5.5vw);
    width: max(70px, 4vw);
    height: max(70px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap .flashwrap5 {
    width: 15.1041666667vw;
    height: 15.1041666667vw;
    left: 5vw;
    bottom: 0;
  }
}

.kv-wrap .flashwrap5 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-wrap .flashwrap5 .flash::before,
.kv-wrap .flashwrap5 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.kv-wrap .flashwrap5 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.kv-wrap .flashwrap5 .flash::after {
  z-index: 0;
}
.kv-wrap .flashwrap5 .flash-01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .kv-wrap .flashwrap5 .flash-01 {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap .flashwrap5 .flash-01 {
    top: 2.34375vw;
    right: 0.6510416667vw;
  }
}
.kv-wrap .flashwrap5 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap6*/
.campaign-present-title {
  position: relative;
}
.campaign-present-title .flashwrap6 {
  transform: translate(-50%, -20%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .campaign-present-title .flashwrap6 {
    width: max(100px, 7vw);
    height: max(100px, 7vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-present-title .flashwrap6 {
    width: 12vw;
    height: 12vw;
  }
}

.campaign-present-title .flashwrap6 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-present-title .flashwrap6 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-present-title .flashwrap6 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.campaign-present-title .flashwrap6 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.campaign-present-title .flashwrap6 .flash-01::before {
  background: url("../img/deco_star.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap7*/
.campaign-present-title .flashwrap7 {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 20%;
  top: 60%;
}
@media screen and (min-width: 769px) {
  .campaign-present-title .flashwrap7 {
    width: max(200px, 14vw);
    height: max(200px, 14vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-present-title .flashwrap7 {
    width: 12vw;
    height: 12vw;
  }
}

.campaign-present-title .flashwrap7 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-present-title .flashwrap7 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-present-title .flashwrap7 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.campaign-present-title .flashwrap7 .flash-01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.campaign-present-title .flashwrap7 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap8*/
.campaign-present-info .flashwrap8 {
  transform: translate(0, 100%);
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .campaign-present-info .flashwrap8 {
    width: max(100px, 7vw);
    height: max(100px, 7vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-present-info .flashwrap8 {
    width: 12vw;
    height: 12vw;
  }
}

.campaign-present-info .flashwrap8 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-present-info .flashwrap8 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-present-info .flashwrap8 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.campaign-present-info .flashwrap8 .flash-01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.campaign-present-info .flashwrap8 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap9*/
.campaign-hashtag-title {
  position: relative;
}
.campaign-hashtag-title .flashwrap9 {
  position: absolute;
  left: 0;
  transform: translate(-100%, 0);
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-title .flashwrap9 {
    top: 40%;
    width: max(150px, 10vw);
    height: max(150px, 10vw);
  }
}

@media screen and (max-width: 768px) {
  .campaign-hashtag-title .flashwrap9 {
    top: 8%;
    width: 15vw;
    height: 15vw;
  }
}

.campaign-hashtag-title .flashwrap9 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-hashtag-title .flashwrap9 .flash::before,
.campaign-hashtag-title .flashwrap9 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-hashtag-title .flashwrap9 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-hashtag-title .flashwrap9 .flash::after {
  z-index: 0;
}
.campaign-hashtag-title .flashwrap9 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-title .flashwrap9 .flash-01 {
    top: 0;
    left: 0;
    width: max(150px, 6vw);
    height: max(150px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-hashtag-title .flashwrap9 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 15vw;
    height: 15vw;
  }
}
.campaign-hashtag-title .flashwrap9 .flash-01::before {
  background: url("../img/deco_star02-01_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.campaign-hashtag-title .flashwrap9 .flash-01::after {
  background: url("../img/deco_star02-01.webp") no-repeat center/contain;
}

.campaign-hashtag-title .flashwrap9 .flash-02 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-title .flashwrap9 .flash-02 {
    left: max(55px, 1.5vw);
    top: max(50px, 0.7vw);
    width: max(120px, 6vw);
    height: max(120px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-hashtag-title .flashwrap9 .flash-02 {
    top: 6vw;
    right: -5vw;
    width: 15vw;
    height: 15vw;
  }
}
.campaign-hashtag-title .flashwrap9 .flash-02::before {
  background: url("../img/deco_star01-02_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.campaign-hashtag-title .flashwrap9 .flash-02::after {
  background: url("../img/deco_star01-02.webp") no-repeat center/contain;
}

/*flashwrap10*/
.campaign-hashtag-exp {
  position: relative;
}
.campaign-hashtag-exp .hashtag-images-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.campaign-hashtag-exp .hashtag-images-row img {
  height: auto;
  display: block;
  flex: 1;
  max-width: 50%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .campaign-hashtag-exp .hashtag-images-row {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
  }
  .campaign-hashtag-exp .hashtag-images-row img {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-exp .hashtag-images-row img {
    flex: 1;
    max-width: 50%;
  }
}
.campaign-hashtag-exp .flashwrap10 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-exp .flashwrap10 {
    width: max(100px, 7vw);
    height: max(100px, 7vw);
    top: 42%;
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .campaign-hashtag-exp .flashwrap10 {
    width: 12vw;
    height: 12vw;
    top: 30%;
    right: -1vw;
  }
}

.campaign-hashtag-exp .flashwrap10 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-hashtag-exp .flashwrap10 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-hashtag-exp .flashwrap10 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.campaign-hashtag-exp .flashwrap10 .flash-01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.campaign-hashtag-exp .flashwrap10 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap11*/
.campaign-hashtag-list .flashwrap11 {
  transform: translate(0, -50%);
  position: absolute;
  left: max(4vw, 20px);
  bottom: min(-8vw, -120px);
}
@media screen and (min-width: 769px) {
  .campaign-hashtag-list .flashwrap11 {
    width: max(100px, 7vw);
    height: max(100px, 7vw);
  }
}
@media screen and (max-width: 768px) {
  .campaign-hashtag-list .flashwrap11 {
    width: 12vw;
    height: 12vw;
    leftt: max(2vw, 20px);
    bottom: -10vw;
  }
}

.campaign-hashtag-list .flashwrap11 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.campaign-hashtag-list .flashwrap11 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.campaign-hashtag-list .flashwrap11 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.campaign-hashtag-list .flashwrap11 .flash-01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.campaign-hashtag-list .flashwrap11 .flash-01::before {
  background: url("../img/deco_star-circle.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap16*/
.chara-wrap {
  position: relative;
}

.chara-wrap .flashwrap16 {
  position: absolute;
  transform: translate(-24%, -45%);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .chara-wrap .flashwrap16 {
    top: 0;
    left: 0;
    width: max(150px, 10vw);
    height: max(150px, 10vw);
  }
}
@media screen and (min-width: 1380px) {
  .chara-wrap .flashwrap16 {
    top: 0;
    left: calc(50% - 620px);
  }
}
@media screen and (max-width: 768px) {
  .chara-wrap .flashwrap16 {
    top: 0;
    left: 0;
    width: 15vw;
    height: 15vw;
  }
}

.chara-wrap .flashwrap16 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-wrap .flashwrap16 .flash::before,
.chara-wrap .flashwrap16 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.chara-wrap .flashwrap16 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-wrap .flashwrap16 .flash::after {
  z-index: 0;
}
.chara-wrap .flashwrap16 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .chara-wrap .flashwrap16 .flash-01 {
    top: 0;
    left: 0;
    width: max(150px, 6vw);
    height: max(150px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-wrap .flashwrap16 .flash-01 {
    top: 2vw;
    ledt: 1vw;
    width: 15vw;
    height: 15vw;
  }
}

.chara-wrap .flashwrap16 .flash-01::after {
  background: url("../img/deco_star02-01.webp") no-repeat center/contain;
}

.chara-wrap .flashwrap16 .flash-02 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .chara-wrap .flashwrap16 .flash-02 {
    left: max(55px, 1.5vw);
    top: max(50px, 0.7vw);
    width: max(120px, 6vw);
    height: max(120px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-wrap .flashwrap16 .flash-02 {
    top: 6vw;
    right: -5vw;
    width: 15vw;
    height: 15vw;
  }
}

.chara-wrap .flashwrap16 .flash-02::after {
  background: url("../img/deco_star01-02.webp") no-repeat center/contain;
}

.sw-Kira_Wrappre_01 {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_01 {
    width: max(310px, 16.1458333333vw);
    height: max(292px, 15.2083333333vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_01 {
    width: 24.7395833333vw;
    height: 23.3072916667vw;
  }
}
.sw-Kira_Wrappre_01 .kira {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sw-Kira_Wrappre_01 .kira::before,
.sw-Kira_Wrappre_01 .kira::after {
  position: absolute;
  inset: 0;
  content: "";
}
.sw-Kira_Wrappre_01 .kira::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sw-Kira_Wrappre_01 .kira::after {
  z-index: 0;
}
.sw-Kira_Wrappre_01 .kira-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_01 .kira-01 {
    top: max(29px, 1.5104166667vw);
    right: max(8px, 0.4166666667vw);
    width: max(190px, 9.8958333333vw);
    height: max(190px, 9.8958333333vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_01 .kira-01 {
    top: 2.34375vw;
    right: 0.6510416667vw;
    width: 15.1041666667vw;
    height: 15.1041666667vw;
  }
}
.sw-Kira_Wrappre_01 .kira-01::before {
  background: url("../img/deco_star01-01_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.sw-Kira_Wrappre_01 .kira-01::after {
  background: url("../img/deco_star01-01.webp") no-repeat center/contain;
}
.sw-Kira_Wrappre_01 .kira-02 {
  bottom: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_01 .kira-02 {
    left: max(27px, 1.40625vw);
    width: max(104px, 5.4166666667vw);
    height: max(104px, 5.4166666667vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_01 .kira-02 {
    left: 2.2135416667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.sw-Kira_Wrappre_01 .kira-02::before {
  background: url("../img/deco_star01-02_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sw-Kira_Wrappre_01 .kira-02::after {
  background: url("../img/deco_star01-02.webp") no-repeat center/contain;
}
.sw-Kira_Wrappre_01 .kira-03 {
  left: 0;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_01 .kira-03 {
    top: max(50px, 2.6041666667vw);
    width: max(78px, 4.0625vw);
    height: max(78px, 4.0625vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_01 .kira-03 {
    top: 4.0364583333vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
.sw-Kira_Wrappre_01 .kira-03::before {
  background: url("../img/deco_star01-03_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.sw-Kira_Wrappre_01 .kira-03::after {
  background: url("../img/deco_star01-03.webp") no-repeat center/contain;
}

.sw-Kira_Wrappre_02 {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_02 {
    width: max(328px, 17.0833333333vw);
    height: max(316px, 16.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_02 {
    width: 26.5625vw;
    height: 25.5208333333vw;
  }
}
.sw-Kira_Wrappre_02 .kira {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sw-Kira_Wrappre_02 .kira::before,
.sw-Kira_Wrappre_02 .kira::after {
  position: absolute;
  inset: 0;
  content: "";
}
.sw-Kira_Wrappre_02 .kira::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sw-Kira_Wrappre_02 .kira::after {
  z-index: 0;
}
.sw-Kira_Wrappre_02 .kira-01 {
  bottom: 0;
  right: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_02 .kira-01 {
    width: max(202px, 10.5208333333vw);
    height: max(202px, 10.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_02 .kira-01 {
    width: 16.2760416667vw;
    height: 16.2760416667vw;
  }
}
.sw-Kira_Wrappre_02 .kira-01::before {
  background: url("../img/deco_star02-01_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.sw-Kira_Wrappre_02 .kira-01::after {
  background: url("../img/deco_star02-01.webp") no-repeat center/contain;
}
.sw-Kira_Wrappre_02 .kira-02 {
  left: 0;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_02 .kira-02 {
    top: max(39px, 2.03125vw);
    width: max(132px, 6.875vw);
    height: max(132px, 6.875vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_02 .kira-02 {
    top: 3.125vw;
    width: 10.6770833333vw;
    height: 10.6770833333vw;
  }
}
.sw-Kira_Wrappre_02 .kira-02::before {
  background: url("../img/deco_star02-02_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sw-Kira_Wrappre_02 .kira-02::after {
  background: url("../img/deco_star02-02.webp") no-repeat center/contain;
}
.sw-Kira_Wrappre_02 .kira-03 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .sw-Kira_Wrappre_02 .kira-03 {
    top: max(10px, 0.5208333333vw);
    left: max(124px, 6.4583333333vw);
    width: max(82px, 4.2708333333vw);
    height: max(82px, 4.2708333333vw);
  }
}
@media screen and (max-width: 768px) {
  .sw-Kira_Wrappre_02 .kira-03 {
    top: 0.78125vw;
    left: 10.0260416667vw;
    width: 6.640625vw;
    height: 6.640625vw;
  }
}
.sw-Kira_Wrappre_02 .kira-03::before {
  background: url("../img/deco_star02-03_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.sw-Kira_Wrappre_02 .kira-03::after {
  background: url("../img/deco_star02-02.webp") no-repeat center/contain;
}

@-webkit-keyframes kv-scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes kv-scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  1% {
    -webkit-transform: skewX(-30deg) scaleX(0.01);
    transform: skewX(-30deg) scaleX(0.01);
    opacity: 1;
  }
  20% {
    -webkit-transform: skewX(-30deg) scaleX(1);
    transform: skewX(-30deg) scaleX(1);
    opacity: 0;
  }
  21% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  1% {
    -webkit-transform: skewX(-30deg) scaleX(0.01);
    transform: skewX(-30deg) scaleX(0.01);
    opacity: 1;
  }
  20% {
    -webkit-transform: skewX(-30deg) scaleX(1);
    transform: skewX(-30deg) scaleX(1);
    opacity: 0;
  }
  21% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
}
@-webkit-keyframes flash-long {
  0% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  1% {
    -webkit-transform: skewX(-30deg) scaleX(0.01);
    transform: skewX(-30deg) scaleX(0.01);
    opacity: 1;
  }
  10% {
    -webkit-transform: skewX(-30deg) scaleX(1);
    transform: skewX(-30deg) scaleX(1);
    opacity: 0;
  }
  11% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  50%,
  100% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
}
@keyframes flash-long {
  0% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  1% {
    -webkit-transform: skewX(-30deg) scaleX(0.01);
    transform: skewX(-30deg) scaleX(0.01);
    opacity: 1;
  }
  10% {
    -webkit-transform: skewX(-30deg) scaleX(1);
    transform: skewX(-30deg) scaleX(1);
    opacity: 0;
  }
  11% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
  50%,
  100% {
    -webkit-transform: skewX(-30deg) scaleX(0);
    transform: skewX(-30deg) scaleX(0);
    opacity: 0;
  }
}
@-webkit-keyframes twinkle {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes twinkle-glitter {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes twinkle-glitter {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes scroll-horizontal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes scroll-vertical-left {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% -100%;
  }
}
@keyframes scroll-vertical-left {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% -100%;
  }
}
@-webkit-keyframes scroll-vertical-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes scroll-vertical-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.kv-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.kv-wrap .kv-container {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .kv-wrap .kv-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: -5vw;
  }
}

@media screen and (min-width: 1025px) {
  .kv-wrap .kv-image {
    width: 60vw;
    height: 60vw;
    padding: 4vw 2vw 0 0;
  }
}

.kv-wrap .kv-image .kv-frame {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .kv-wrap .kv-image .kv-frame {
    aspect-ratio: 1305 / 1040;
    width: 100%;
    /*height: 100%;*/
  }
  .kv-wrap .kv-image .kv-frame .kv-frame-img {
    background: url("../img/kv.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .kv-wrap .kv-image .kv-frame {
    width: 100%;
    overflow: hidden;
  }
  .kv-wrap .kv-image .kv-frame .kv-frame-img {
    background: url("../img/kv.webp") no-repeat 0 0 / auto 100%;
    -webkit-animation: kv-scroll-horizontal 10s ease-in-out 0.5s infinite
      alternate;
    animation: kv-scroll-horizontal 10s ease-in-out 0.5s infinite alternate;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kv-wrap .kv-image .kv-frame {
    aspect-ratio: 748/1080;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap .kv-image .kv-frame {
    height: 140.625vw;
  }
}

.kv-wrap .kv-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .kv-wrap .kv-content {
    width: 40vw;
    padding-top: 12vw;
  }
}
.kv-wrap .kv-content-logo {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .kv-wrap .kv-content-logo {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kv-wrap .kv-content-logo {
    margin: -124px 0 10px;
    padding: 0 19px;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap .kv-content-logo {
    margin: -16.1458333333vw 0 1.3020833333vw;
    padding: 0 2.4739583333vw;
  }
}
.kv-wrap .kv-content-logo .kv-logo {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .kv-wrap .kv-content-logo .kv-logo {
    width: 78%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kv-wrap .kv-content-logo .kv-logo {
    max-width: 730px;
    margin: 0 auto;
  }
}

.kv-wrap .kv-content .kv-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 45px;
  width: 100%;
  max-width: 100%;
}
.kv-wrap .kv-content .kv-text p {
  font-style: italic;
  color: #ffffff;
  font-weight: 800;
  font-size: min(7vw, 38px);
  line-height: 1.45;
  text-shadow:
    -2px -2px 0 #0f42a8,
    2px -2px 0 #0f42a8,
    -2px 2px 0 #0f42a8,
    2px 2px 0 #0f42a8,
    -2px -2px 10px rgba(0, 0, 0, 0.6),
    2px -2px 10px rgba(0, 0, 0, 0.6),
    -2px 2px 10px rgba(0, 0, 0, 0.6),
    2px 2px 10px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  white-space: normal;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv-wrap .kv-content .kv-text p {
    white-space: nowrap;
  }
  .kv-wrap .kv-content .kv-text p br.sp-only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .kv-wrap .kv-content .kv-text p {
    margin-left: 2.2em;
  }
}

@media screen and (min-width: 1480px) {
  .kv-wrap .kv-content .kv-text p {
    font-size: min(8vw, 48px);
  }
}

.kv-wrap.js-animation .kv-content-inner {
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition:
    opacity 0.5s ease-out,
    -webkit-transform 0.8s ease-out,
    -webkit-filter 0.5s ease-out;
  transition:
    opacity 0.5s ease-out,
    -webkit-transform 0.8s ease-out,
    -webkit-filter 0.5s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.5s ease-out,
    filter 0.5s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.5s ease-out,
    filter 0.5s ease-out,
    -webkit-transform 0.8s ease-out,
    -webkit-filter 0.5s ease-out;
}
.kv-wrap.js-animation .kv-content-logo .kv-logo::before {
  position: absolute;
  top: -20%;
  left: -30%;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  width: 150%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-image: -webkit-radial-gradient(
    rgba(255, 255, 255, 0) 50%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-image: radial-gradient(
    rgba(255, 255, 255, 0) 50%,
    #ffffff 80%,
    #ffffff 100%
  );
  content: "";
  pointer-events: none;
  -webkit-transition:
    opacity 0.3s ease-out 1.2s,
    -webkit-transform 0.5s ease-out 0.9s;
  transition:
    opacity 0.3s ease-out 1.2s,
    -webkit-transform 0.5s ease-out 0.9s;
  transition:
    transform 0.5s ease-out 0.9s,
    opacity 0.3s ease-out 1.2s;
  transition:
    transform 0.5s ease-out 0.9s,
    opacity 0.3s ease-out 1.2s,
    -webkit-transform 0.5s ease-out 0.9s;
}

.kv-wrap .kv-wrap_main {
  background: url("../img/kv_bg.webp") no-repeat top center / cover;
}

@media screen and (min-width: 1025px) {
  .kv-wrap.js-animation .kv-content-logo .kv-logo::before {
    -webkit-box-shadow: 0 0 1.0416666667vw rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1.0416666667vw rgba(255, 255, 255, 0.8);
  }
  .kv-wrap .kv-wrap_main {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kv-wrap.js-animation .kv-content-logo .kv-logo::before {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
  .kv-wrap .kv-wrap_main {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap.js-animation .kv-content-logo .kv-logo::before {
    -webkit-box-shadow: 0 0 2.6041666667vw rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 2.6041666667vw rgba(255, 255, 255, 0.8);
  }
  .kv-wrap .kv-wrap_main {
    padding-bottom: 45vw;
  }
}
.kv-wrap.js-animation.is-animated .kv-content-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.kv-wrap.js-animation.is-animated .kv-content-logo .kv-logo::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.kv-wrap .kv-image .kv-frame {
  position: relative;
}
.kv-wrap .kv-image .kv-frame .kv-frame-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.kv-wrap.js-animation .kv-image .kv-frame .kv-frame-img {
  opacity: 0;
  transition: 0.8s ease-in;
}
.kv-wrap.js-animation.is-animated .kv-image .kv-frame .kv-frame-img {
  opacity: 1;
}

.kv-wrap.js-animation.is-animated .kv-image .kv-frame p {
  color: rgba(255, 255, 255, 1);
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: min(1.5vw, 14px);
}

@media screen and (min-width: 767px) {
  .kv-wrap.js-animation.is-animated .kv-image .kv-frame p {
    bottom: -45px;
  }
}

@media screen and (max-width: 768px) {
  .kv-wrap.js-animation.is-animated .kv-image .kv-frame p {
    bottom: 20vw;
    right: 4vw;
    z-index: 10;
  }
}

.kv-wrap .kv-image .kv-frame::after {
  position: absolute;
  content: "";
  width: 180%;
  aspect-ratio: 1 / 1;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/kv_flash.webp") no-repeat center / contain;
  z-index: 1;
}

.kv-wrap.js-animation .kv-image .kv-frame::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.5s cubic-bezier(0, 0, 0.13, 0.46);
}
.kv-wrap.js-animation.is-animated .kv-image .kv-frame::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.8, 0.8);
}

/*container*/
@media screen and (max-width: 768px) {
  .container {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0 max(40px, 7vw);
  }
}
/*animation*/
.fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s ease-out;
}
.fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.kv-exp .kv-exp-text {
  position: relative;
}

.kv-exp .kv-exp-text::after {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  background: url("../img/kv_halo.webp") no-repeat center / contain;
  width: 80%;
  top: 0;
  right: 0;
  transform: translate(12%, -5%);
}

.kv-exp .kv-exp-text p {
  position: relative;
  z-index: 2;
  text-align: center;
}
.kv-exp .kv-exp-text p img {
  max-width: 85%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kv-exp .kv-exp-text {
    width: 100vw;
    padding: 0;
    margin-left: calc(-50vw + 50%);
  }
  .kv-exp .kv-exp-text p {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .kv-exp .kv-exp-text p img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
  }
}

.kv-exp-info {
  position: relative;
  z-index: 2;
}

.kv-exp .kv-exp-info .board {
  aspect-ratio: 412 / 253;
  width: 480px;
  text-align: center;
  padding: 48px 30px;
  background: url("../img/board_box.webp") no-repeat center / contain;
}
.kv-exp .kv-exp-info .board h3 {
  font-size: min(5.5vw, 26px);
  font-weight: 800;
  margin: 0 auto.5em;
  padding: 0.1em 0.1em 0.2em;
  background-image: linear-gradient(
    90deg,
    rgba(61, 82, 198, 1),
    rgba(38, 39, 158, 1) 40%,
    rgba(61, 82, 198, 1)
  );
  width: 5.5em;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 0.1em;
  text-shadow:
    -2px -2px 0 #0f42a8,
    2px -2px 0 #0f42a8,
    -2px 2px 0 #0f42a8,
    2px 2px 0 #0f42a8;
}
.kv-exp .kv-exp-info .board p {
  line-height: 1.8;
  font-weight: 800;
  font-size: min(5.7vw, 24px);
  background: linear-gradient(
    90deg,
    rgba(61, 82, 198, 1),
    rgba(38, 39, 158, 1) 40%,
    rgba(61, 82, 198, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv-exp .kv-exp-info .board:last-of-type p {
  line-height: 2.5;
  font-size: 20px;
}

@media screen and (max-width: 490px) {
  .kv-exp .kv-exp-info .board:last-of-type p {
    font-size: 16px;
  }
}

.kv-exp .kv-exp-info .board p > span {
  letter-spacing: -0.1em;
}

@media screen and (max-width: 490px) {
  .kv-exp .kv-exp-text::after {
    width: 120%;
    top: 0;
    right: 0;
    transform: translate(20%, -20%);
  }
}
@media screen and (max-width: 1419px) {
  .kv-exp-info .kv-exp-info-inner {
    padding-top: min(100px, 10vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: min(50px, 5vw);
  }
}

@media screen and (min-width: 1420px) {
  .kv-exp {
    display: flex;
    justify-content: space-between;
  }

  .kv-exp .kv-exp-text {
    padding-top: min(50px, 5vw);
    padding-bottom: min(100px, 10vw);
    width: 65%;
    position: relative;
  }
  .kv-exp .kv-exp-text::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/kv_text_bg.webp") no-repeat right top;
  }
  .kv-exp .kv-exp-text p {
    position: relative;
    z-index: 2;
  }
  .kv-exp .kv-exp-info {
    padding-top: min(100px, 10vw);
    width: 35%;
    position: relative;
    padding-right: max(40px, 7vw);
  }
  .kv-exp .kv-exp-info::before {
    content: "";
    display: block;
    width: 112%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/board_line.webp") no-repeat left top;
    z-index: 2;
  }
  .kv-exp .kv-exp-info .kv-exp-info-inner {
    width: fit-content;
  }
  .kv-exp .kv-exp-info .board + .board {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.lang-ja .kv-wrap .kv-content {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 768px) {
  body.lang-ja .kv-wrap .kv-content {
    padding-bottom: 14.84375vw;
  }
}

@media screen and (min-width: 1680px) {
  .kv-exp .kv-exp-info::before {
    width: 110%;
  }
}

body .kv-wrap.js-animation .kv-content-logo .kv-logo {
  -webkit-mask: url("../img/logo.webp") no-repeat center/contain;
  mask: url("../img/logo.webp") no-repeat center/contain;
  background: url("../img/logo.webp") center/contain no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.lang-en .kv-wrap .kv-content,
  body.lang-cn .kv-wrap .kv-content,
  body.lang-tw .kv-wrap .kv-content {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 768px) {
  body.lang-en .kv-wrap .kv-content,
  body.lang-cn .kv-wrap .kv-content,
  body.lang-tw .kv-wrap .kv-content {
    padding-bottom: 11.4583333333vw;
  }
}
body.lang-en .kv-wrap.js-animation .kv-content-logo .kv-logo,
body.lang-cn .kv-wrap.js-animation .kv-content-logo .kv-logo,
body.lang-tw .kv-wrap.js-animation .kv-content-logo .kv-logo {
  -webkit-mask: url("../../images/common/index/logo_puzzshuwa_en.png") no-repeat
    center/contain;
  mask: url("../../images/common/index/logo_puzzshuwa_en.png") no-repeat
    center/contain;
}

.index-Content {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .index-Content {
    margin-top: -4.5833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-Content {
    margin-top: -88px;
  }
}
.index-Content-Scrollword {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 4.5vw;
}

.index-Content-Scrollword::after {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 3400 / 100;
  background: url("../img/scl_word.webp") repeat-x 0 0 / auto 100%;
  content: "";
  -webkit-animation: scroll-horizontal 20s linear infinite;
  animation: scroll-horizontal 20s linear infinite;
}
@media screen and (min-width: 769px) {
  .index-Content-Scrollword {
    margin-bottom: 50px;
  }
  .index-Content-Scrollword::after {
    height: max(120px, 7vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Content-Scrollword::after {
    height: 10vw;
  }
}

@media screen and (min-width: 769px) {
  .index-Reword {
    padding-bottom: max(120px, 6.25vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reword {
    padding-bottom: 28.6458333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-header {
    padding: 0 max(70px, 3.6458333333vw) max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reword .reward-header {
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-header-title {
    position: relative;
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-main {
    padding: 0 max(70px, 3.6458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Reword .reward-main {
    padding: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-main .reward-image {
    max-width: max(1200px, 62.5vw);
    margin: 0 auto;
  }
}
.index-Reword .reward-header.js-animation .reward-header-title {
  opacity: 0;
  -webkit-transition:
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
  transition:
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-header.js-animation .reward-header-title {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Reword .reward-header.js-animation .reward-header-title {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.index-Reword .reward-header.js-animation.is-animated .reward-header-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index-Reword .reward-image.js-animation {
  opacity: 0;
  -webkit-transition:
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
  transition:
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Reword .reward-image.js-animation {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Reword .reward-image.js-animation {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.index-Reword .reward-image.js-animation.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.index-Campaign {
  position: relative;
  background: url("../img/campaign_bg.webp") no-repeat center / cover;
  clip-path: polygon(
    9% 0,
    91% 0,
    94% 11vw,
    100% 11vw,
    100% 100%,
    0 100%,
    0 11vw,
    6% 11vw
  );
  margin-top: -27vw;
  padding-bottom: max(240px, 10vw);
}
.index-Campaign .campaign-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(60px, 5vw);
  width: 80vw;
}

.campaign-present .campaign-present-title {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  position: relative;
}

.campaign-present .campaign-present-title p {
  position: relative;
}

.campaign-present .campaign-present-title.is-animated p::before {
  -webkit-animation: flash-long 6s ease-out 1s infinite;
  animation: flash-long 6s ease-out 1s infinite;
  position: absolute;
  -webkit-transform: skewX(-30deg) scaleX(1);
  transform: skewX(-30deg) scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .campaign-present .campaign-present-title p {
    -webkit-mask: url("../img/catch_man_text.webp") no-repeat center / contain;
    mask: url("../img/catch_man_text.webp") no-repeat center / contain;
    background: url("../img/catch_man_text.webp") no-repeat center / contain;
  }
  .campaign-present .campaign-present-title p::before {
    inset: 0 -10% 0 -10%;
  }
}
@media screen and (min-width: 769px) {
  .campaign-present .campaign-present-title p {
    -webkit-mask: url("../img/catch_man_text.webp") no-repeat center / contain;
    mask: url("../img/catch_man_text.webp") no-repeat center / contain;
    background: url("../img/catch_man_text.webp") no-repeat center / contain;
  }
  .campaign-present .campaign-present-title p::before {
    inset: 0 -5% 0 0;
  }
}

.campaign-present-info {
  margin-left: auto;
  margin-right: auto;
  /*width: 85vw;*/
  box-shadow: 4px 4px 15px -5px #ffffff;
}

@media screen and (min-width: 769px) {
  .index-Campaign {
    clip-path: polygon(
      calc(50% - 300px) 0,
      calc(100% - (50% - 300px)) 0,
      calc(100% - (50% - 325px)) 60px,
      100% 60px,
      100% 100%,
      0 100%,
      0 60px,
      calc(50% - 325px) 60px
    );
    margin-top: -60px;
  }
  .index-Campaign .campaign-title {
    width: 600px;
  }
  .campaign-present .campaign-present-title {
    width: 700px;
  }
  .campaign-present-info {
    width: 650px;
  }
}
@media screen and (min-width: 991px) {
  .campaign-present .campaign-present-title {
    width: 800px;
  }
  .campaign-present-info {
    width: 750px;
  }
}
@media screen and (min-width: 1240px) {
  .index-Campaign {
    clip-path: polygon(
      calc(50% - 400px) 0,
      calc(100% - (50% - 400px)) 0,
      calc(100% - (50% - 430px)) 100px,
      100% 100px,
      100% 100%,
      0 100%,
      0 100px,
      calc(50% - 430px) 100px
    );
    margin-top: -100px;
  }
  .index-Campaign .campaign-title {
    width: 800px;
  }

  .campaign-present .campaign-present-title {
    width: 100%;
  }
  .campaign-present-info {
    width: 1120px;
  }
}

.campaign-hashtag {
  padding-top: min(150px, 10vw);
}
.campaign-hashtag .campaign-hashtag-title {
  max-width: min(800px, 70vw);
  margin-left: auto;
  margin-right: auto;
}

.campaign-hashtag .campaign-hashtag-exp {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.campaign-hashtag .campaign-hashtag-exp.is-animated p::before {
  -webkit-animation: flash-long 6s ease-out 1s infinite;
  animation: flash-long 6s ease-out 1s infinite;
  position: absolute;
  -webkit-transform: skewX(-30deg) scaleX(1);
  transform: skewX(-30deg) scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .campaign-hashtag .campaign-hashtag-exp p {
    -webkit-mask: url("../img/hashtag_text.webp") no-repeat center / contain;
    mask: url("../img/hashtag_text.webp") no-repeat center / contain;
    background: url("../img/hashtag_text.webp") no-repeat center / contain;
  }
  .campaign-hashtag .campaign-hashtag-exp p::before {
    inset: 0 -10% 0 -10%;
  }
}
@media screen and (min-width: 769px) {
  .campaign-hashtag .campaign-hashtag-exp {
    width: 700px;
  }
  .campaign-hashtag .campaign-hashtag-exp p {
    -webkit-mask: url("../img/hashtag_text.webp") no-repeat center / contain;
    mask: url("../img/hashtag_text.webp") no-repeat center / contain;
    background: url("../img/hashtag_text.webp") no-repeat center / contain;
  }
  .campaign-hashtag .campaign-hashtag-exp p::before {
    inset: 0 -5% 0 0;
  }
}
@media screen and (min-width: 991px) {
  .campaign-hashtag .campaign-hashtag-exp {
    width: 800px;
  }
}
@media screen and (min-width: 1240px) {
  .campaign-hashtag .campaign-hashtag-exp {
    width: 100%;
  }
}

.campaign-first-place {
  position: relative;
  margin-top: min(400px, 30vw);
  margin-bottom: min(140px, 10vw);
}

.campaign-first-place .campaign-first-place-text {
  position: relative;
}

.campaign-first-place .campaign-first-place-cap {
  position: relative;
}

.campaign-first-place::before,
.campaign-first-place::after {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 795 / 232;
  height: max(100px, 6vw);
  width: 50%;
}

.campaign-first-place::before {
  top: min(-50px, -4vw);
  left: 0;
  background: url("../img/goods_line_l.webp") no-repeat right center / cover;
}
.campaign-first-place::after {
  bottom: min(-50px, -4vw);
  right: 0;
  background: url("../img/goods_line_r.webp") no-repeat left center / cover;
}

.campaign-first-place .campaign-first-place-cap figure {
  width: min(85%, 800px);
  position: relative;
  z-index: 2;
}

.campaign-first-place .campaign-first-place-cap::after {
  content: "";
  display: block;
  width: 215%;
  aspect-ratio: 1 / 1;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/first_place_halo.webp") no-repeat center / contain;
}

@media screen and (max-width: 990px) {
  .campaign-first-place .campaign-first-place-text p {
    max-width: 800px;
    transform: translateX(-7%);
    margin-left: auto;
    margin-right: auto;
  }
  .campaign-first-place .campaign-first-place-cap figure {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

@media screen and (min-width: 991px) {
  .campaign-first-place {
    display: flex;
    align-items: center;
  }
  .campaign-first-place .campaign-first-place-text {
    transform: translateX(-5%);
    width: 55%;
  }
  .campaign-first-place .campaign-first-place-cap {
    width: 45%;
  }
}

.campaign-first-place.is-animated .campaign-first-place-text p::before {
  -webkit-animation: flash-long 6s ease-out 1s infinite;
  animation: flash-long 6s ease-out 1s infinite;
  position: absolute;
  -webkit-transform: skewX(-30deg) scaleX(1);
  transform: skewX(-30deg) scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .campaign-first-place .campaign-first-place-text p {
    -webkit-mask: url("../img/first_place_exp.webp") no-repeat center / contain;
    mask: url("../img/first_place_exp.webp") no-repeat center / contain;
    background: url("../img/first_place_exp.webp") no-repeat center / contain;
  }
  .campaign-first-place .campaign-first-place-text p::before {
    inset: 0 -10% 0 -10%;
  }
}
@media screen and (min-width: 769px) {
  .campaign-first-place .campaign-first-place-text p {
    -webkit-mask: url("../img/first_place_exp.webp") no-repeat center / contain;
    mask: url("../img/first_place_exp.webp") no-repeat center / contain;
    background: url("../img/first_place_exp.webp") no-repeat center / contain;
  }
  .campaign-first-place .campaign-first-place-text p::before {
    inset: 0 -5% 0 0;
  }
}

.campaign-hashtag-list {
  position: relative;
}
.campaign-hashtag-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: min(65px, 8vw);
  gap: 6vw;
}
.campaign-hashtag-list ul li {
  width: calc(50% - 3vw);
  border-radius: 5%;
  box-shadow: 0 0 30px #ffffff;
}

.campaign-hashtag-list ul li figure {
  aspect-ratio: 375 / 524;
  border-radius: 5%;
  box-shadow: 0 0 10px #000000;
}

.campaign-hashtag-list .halo {
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  transform: translate(-48%, -57%);
  z-index: -1;
}
.campaign-hashtag-list .halo::after {
  aspect-ratio: 1 / 1;
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  top: 0;
  left: 0;
  transform: scale(0) rotate(-360deg);
  transform-origin: center;
  background: url("../img/hashtag_halo.webp") no-repeat center / contain;
  opacity: 0;
}

.campaign-hashtag-list.is-animated .halo::after {
  -webkit-animation: goosds-flash 1.5s cubic-bezier(0.69, 0.03, 1, 1) forwards;
  animation: goosds-flash 1.5s cubic-bezier(0.69, 0.03, 1, 1) forwards;
}

@media screen and (min-width: 769px) {
  .campaign-hashtag-list ul {
    gap: 30px;
  }
  .campaign-hashtag-list ul li {
    width: calc((100% / 3) - 30px);
  }
  .campaign-hashtag-list .halo {
    width: 100%;
  }
}

@media screen and (min-width: 1240px) {
  .campaign-hashtag-list ul {
    gap: 50px;
  }
  .campaign-hashtag-list ul li {
    width: calc(20% - 50px);
  }
}

@-webkit-keyframes goosds-flash {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-270deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes goosds-flash {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-270deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

/*character*/
.index-Character {
  position: relative;
}

.header-title-bg {
  clip-path: polygon(
    5% 0,
    95% 0,
    97% 4.5vw,
    100% 4.5vw,
    100% 100%,
    0 100%,
    0 4.5vw,
    3% 4.5vw
  );
  background-image: linear-gradient(
    0deg,
    rgba(219, 194, 79, 1) 8%,
    rgba(254, 248, 134, 1)
  );
  padding-top: min(35px, 3vw);
  padding-bottom: min(50px, 4vw);
  margin-top: -4.5vw;
}
.index-Character .header-title {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.index-Character .header-title::before {
  -webkit-animation: flash-long 6s ease-out 1s infinite;
  animation: flash-long 6s ease-out 1s infinite;
  position: absolute;
  -webkit-transform: skewX(-30deg) scaleX(1);
  transform: skewX(-30deg) scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .index-Character .header-title {
    -webkit-mask: url("../img/chara-title.webp") no-repeat center / contain;
    mask: url("../img/chara-title.webp") no-repeat center / contain;
    background: url("../img/chara-title.webp") no-repeat center / contain;
  }
  .index-Character .header-title::before {
    inset: 0 -10% 0 -10%;
  }
}

@media screen and (min-width: 769px) {
  .header-title-bg {
    clip-path: polygon(
      calc(50% - 370px) 0,
      calc(100% - (50% - 370px)) 0,
      calc(100% - (50% - 390px)) 50px,
      100% 50px,
      100% 100%,
      0 100%,
      0 50px,
      calc(50% - 390px) 50px
    );
    margin-top: -50px;
  }
  .index-Character .header-title {
    -webkit-mask: url("../img/chara-title.webp") no-repeat center / contain;
    mask: url("../img/chara-title.webp") no-repeat center / contain;
    background: url("../img/chara-title.webp") no-repeat center / contain;
    width: 700px;
  }
  .index-Character .header-title::before {
    inset: 0 -5% 0 0;
  }
}

@media screen and (min-width: 991px) {
  .header-title-bg {
    clip-path: polygon(
      calc(50% - 420px) 0,
      calc(100% - (50% - 420px)) 0,
      calc(100% - (50% - 440px)) 50px,
      100% 50px,
      100% 100%,
      0 100%,
      0 50px,
      calc(50% - 440px) 50px
    );
  }
  .index-Character .header-title {
    width: 800px;
  }
}

@media screen and (min-width: 1380px) {
  .header-title-bg {
    clip-path: polygon(
      calc(50% - 620px) 0,
      calc(100% - (50% - 620px)) 0,
      calc(100% - (50% - 640px)) 50px,
      100% 50px,
      100% 100%,
      0 100%,
      0 50px,
      calc(50% - 640px) 50px
    );
  }
  .index-Character .header-title {
    width: 1200px;
  }
}

.index-Character .chara-main {
  background: url("../img/chara_list_bg.webp") repeat-y top center / 100%;
}

@media screen and (min-width: 769px) {
  .index-Character .chara-main {
    padding-top: min(120px, 12vw);
    padding-bottom: min(60px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .index-Character .chara-main {
    padding: 4.1666666667vw 0 37.7604166667vw;
  }
}

.chara-section .chara-section-item + .chara-section-item {
  margin-top: max(50px, 7vw);
}

.chara-section .chara-section-item .chara-section-item-title {
  margin-left: auto;
  margin-right: auto;
  width: min(85vw, 800px);
  margin-bottom: max(20px, 3vw);
  position: relative;
}

.chara-section
  .chara-section-item
  .chara-section-item-title
  .chara-section-item-title-star {
  position: absolute;
  inset: 0;
  height: 100%;
}

/*flashwrap1*/
.chara-section-item-title-star .flashwrap1 {
  position: absolute;
  top: 50%;

  left: max(20px, 2vw);
  width: max(90px, 6vw);
  height: max(90px, 6vw);
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap1 {
    left: max(20px, 2vw);
    width: max(90px, 6vw);
    height: max(90px, 6vw);
    transform: translate(60%, -145%);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap1 {
    width: 10vw;
    height: 10vw;
    transform: translate(60%, -150%);
  }
}

.chara-section-item-title-star .flashwrap1 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap1 .flash::before,
.chara-section-item-title-star .flashwrap1 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.chara-section-item-title-star .flashwrap1 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap1 .flash::after {
  z-index: 0;
}
.chara-section-item-title-star .flashwrap1 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap1 .flash-01 {
    top: 0;
    left: 0;
    width: max(80px, 5vw);
    height: max(80px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap1 .flash-01 {
    top: 0;
    left: 0;
    width: 10vw;
    height: 10vw;
  }
}
.chara-section-item-title-star .flashwrap1 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.chara-section-item-title-star .flashwrap1 .flash-01::after {
  background: url("../img/deco_star_flash.webp") no-repeat center/contain;
}

.chara-section-item-title-star .flashwrap1 .flash-02 {
  bottom: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap1 .flash-02 {
    right: max(5px, 0.1vw);
    bottom: 0;
    width: max(50px, 2.5vw);
    height: max(50px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap1 .flash-02 {
    bottom: -2vw;
    right: -2vw;
    width: 7vw;
    height: 7vw;
  }
}
.chara-section-item-title-star.flashwrap1 .flash-02::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.chara-section-item-title-star .flashwrap1 .flash-02::after {
  background: url("../img/deco_star_flash.webp") no-repeat center/contain;
}

/*flashwrap2*/
.chara-section-item-title-star .flashwrap2 {
  position: absolute;
  top: 0;
  right: 25%;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap2 {
    width: max(20px, 5vw);
    height: max(90px, 5vw);
    transform: translate(60%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .chara-section-item-title-star .flashwrap2 {
    width: max(20px, 5vw);
    height: max(20px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap2 {
    width: 8vw;
    height: 8vw;
    transform: translate(60%, -37%);
  }
}

.chara-section-item-title-star .flashwrap2 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap2 .flash::before {
  position: absolute;
  inset: 0;
  content: "";
}
.chara-section-item-title-star .flashwrap2 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap2 .flash::after {
  z-index: 0;
}
.chara-section-item-title-star .flashwrap2 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap2 .flash-01 {
    top: 0;
    left: 0;
    width: max(80px, 5vw);
    height: max(80px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap2 .flash-01 {
    top: 0;
    left: 0;
    width: 7vw;
    height: 7vw;
  }
}
.chara-section-item-title-star .flashwrap2 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*flashwrap3*/
.chara-section-item-title-star .flashwrap3 {
  position: absolute;
  top: 50%;
  right: -5%;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap3 {
    width: max(20px, 5vw);
    height: max(90px, 5vw);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .chara-section-item-title-star .flashwrap3 {
    width: max(20px, 5vw);
    height: max(20px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap3 {
    width: 8vw;
    height: 8vw;
    transform: translate(0, -50%);
  }
}

.chara-section-item-title-star .flashwrap3 .flash {
  position: absolute;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap3 .flash::before,
.chara-section-item-title-star .flashwrap3 .flash::after {
  position: absolute;
  inset: 0;
  content: "";
}
.chara-section-item-title-star .flashwrap3 .flash::before {
  z-index: -1;
  -webkit-animation-name: twinkle-glitter;
  animation-name: twinkle-glitter;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.chara-section-item-title-star .flashwrap3 .flash::after {
  z-index: 0;
}
.chara-section-item-title-star .flashwrap3 .flash-01 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (min-width: 769px) {
  .chara-section-item-title-star .flashwrap3 .flash-01 {
    top: 0;
    left: 0;
    width: max(80px, 5vw);
    height: max(80px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .chara-section-item-title-star .flashwrap3 .flash-01 {
    top: 0;
    left: 0;
    width: 7vw;
    height: 7vw;
  }
}
.chara-section-item-title-star .flashwrap3 .flash-01::before {
  background: url("../img/deco_star_flash_bg.webp") no-repeat center/contain;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.chara-section-item-title-star .flashwrap3 .flash-01::after {
  background: url("../img/deco_star_flash2.webp") no-repeat center/contain;
}

.index-Character ul.character-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center; /*
  -webkit-justify-content: center;
  justify-content: center;*/
}

.index-Character ul.character-list li {
  margin-bottom: min(8vw, 50px);
}

.index-Character ul.character-list li .chara-image {
  aspect-ratio: 840 / 1007;
  background: url("../img/chara_bg.webp") no-repeat center / contain;
  width: 100%;
}

.index-Character ul.character-list li .chara-image figure {
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  transform: translate(-1%, 0);
}
.index-Character ul.character-list li .chara-image figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.index-Character ul.character-list li .chara-image p.chara-name {
  margin-left: 8%;
  margin-right: 10%;
  width: 82%;
  height: 15%;
  display: flex;
  align-items: center;
  padding-left: 1.3em;
  font-size: min(16px, 3vw);
  font-style: italic;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 10px #00000;
  line-height: 1.25;
}

.index-Character ul.character-list li .media-thumb {
  display: block;
  margin-left: 6%;
  width: 86%;
  margin-right: 8%;
  position: relative;
  overflow: hidden;
}
.index-Character ul.character-list li:hover .media-thumb::before {
  -webkit-animation: flash 4s ease-out 0.3s infinite;
  animation: flash 4s ease-out 0.3s infinite;
  position: absolute;
  -webkit-transform: skewX(-30deg) scaleX(1);
  transform: skewX(-30deg) scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  opacity: 0;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .index-Character ul.character-list {
    margin: 0 min(-15px, -0.78125vw);
  }
  .index-Character ul.character-list li:hover .media-thumb::before {
    inset: 0 -10% 0 -10%;
  }
}
@media screen and (max-width: 768px) {
  .index-Character ul.character-list {
    margin: 0 -1.3020833333vw -5.2083333333vw;
  }
  .index-Character ul.character-list l:hoveri .media-thumb::before {
    inset: 0 -5% 0 0;
  }
}

@media screen and (min-width: 769px) {
  .index-Character ul.character-list li {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1240px) {
  .index-Character ul.character-list li {
    width: 25%;
  }
}

@media screen and (min-width: 1780px) {
  .index-Character ul.character-list li .chara-image p.chara-name {
    font-size: max(20px, 1vw);
  }
}

@media screen and (max-width: 768px) {
  .index-Character ul.character-list li {
    width: 50%;
  }
}

.index-Character ul.character-list.js-animation li {
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition:
    opacity 0.4s ease-out,
    -webkit-transform 0.5s ease-out,
    -webkit-filter 0.4s ease-out;
  transition:
    opacity 0.4s ease-out,
    -webkit-transform 0.5s ease-out,
    -webkit-filter 0.4s ease-out;
  transition:
    transform 0.5s ease-out,
    opacity 0.4s ease-out,
    filter 0.4s ease-out;
  transition:
    transform 0.5s ease-out,
    opacity 0.4s ease-out,
    filter 0.4s ease-out,
    -webkit-transform 0.5s ease-out,
    -webkit-filter 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .index-Character ul.character-list.js-animation li {
    -webkit-transform: translateY(max(40px, 2.0833333333vw));
    transform: translateY(max(40px, 2.0833333333vw));
  }
}
@media screen and (max-width: 768px) {
  .index-Character ul.character-list.js-animation li {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.index-Character ul.character-list.js-animation li.is-showed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.rules_img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 860px) {
  .rules_img {
    display: none;
  }
}
