*:where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(audio):not(input[type="checkbox"]):not(input[type="radio"]):not(svg *):not(symbol *)) {
  all: unset;
  display: revert
}

*,
*::before,
*::after {
  box-sizing: border-box
}

a,
button {
  cursor: revert
}

img {
  height: auto;
  max-inline-size: 100%;
  max-block-size: 100%;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  display: block;
  white-space: revert
}

::placeholder {
  color: unset
}

::marker {
  content: initial
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto
}

:where([draggable="true"]) {
  -webkit-user-drag: element
}

:where(dialog:modal) {
  all: revert
}

:root {
  --white: #fff;
  --gray: #D4D3D3;
  --black: #000;
  --primary-color: var(--black);
  --secondary-color: var(--black);
  --base-gray-color: var(--gray);
  --base-text-color: var(--black);
  --base-border-color: var(--gray);
  --hover-arrow-default-translate-x: -50%;
  --hover-arrow-default-translate-y: -50%;
  --hover-arrow-direction-1: 1rem;
  --hover-arrow-direction-2: -1rem
}

html {
  font-size: 2.66666666vw
}

@media screen and (min-width:600px) {
  html {
    font-size: 1.30208333vw
  }
}

@media screen and (min-width:1024px) {
  html {
    font-size: .87890625vw
  }
}

@media screen and (min-width:1280px) {
  html {
    font-size: .78125vw
  }
}

@media screen and (min-width:1366px) {
  html {
    font-size: .73206442vw
  }
}

@media screen and (min-width:1536px) {
  html {
    font-size: .65104166vw
  }
}

@media screen and (min-width:1664px) {
  html {
    font-size: .60096153vw
  }
}

@media screen and (min-width:1792px) {
  html {
    font-size: .55803571vw
  }
}

@media screen and (min-width:1920px) {
  html {
    font-size: .52083333vw
  }
}

@media screen and (min-width:2560px) {
  html {
    font-size: .390625vw
  }
}

body {
  position: relative;
  color: var(--base-text-color);
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.73333;
  letter-spacing: .05em;
  transition: background 0.3s ease-out
}

body.is-fixed {
  overflow: hidden
}

body.is-change {
  background: var(--charcoal-black)
}

@media screen and (min-width:600px) {
  body {
    font-size: 1.5rem;
    line-height: 1.73333
  }
}

p {
  line-break: strict
}

a {
  color: var(--base-text-color)
}

button,
select {
  cursor: pointer
}

svg,
video,
iframe {
  display: block
}

figcaption {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.61538461
}

@media screen and (min-width:1024px) {
  figcaption {
    margin-top: 2rem;
    font-size: 1.3rem
  }
}

picture {
  display: block
}

caption {
  caption-side: bottom;
  margin-top: 1.5rem;
  font-size: 1.45rem;
  line-height: 1.71428571
}

@media screen and (min-width:1024px) {
  caption {
    margin-top: 2.5rem;
    font-size: 1.4rem
  }
}

caption li {
  padding-left: 1.7rem;
  text-indent: -1.7rem
}

ul {
  list-style: none
}

ol {
  margin-left: 1.8em
}

@media screen and (max-width:599px) {

  .tb,
  .pc,
  .pc--small,
  .pc--medium,
  .pc--large {
    display: none !important
  }

  .sp {
    display: revert !important
  }
}

@media screen and (min-width:600px) and (max-width:1023px) {

  .sp,
  .pc,
  .pc--small,
  .pc--medium,
  .pc--large {
    display: none !important
  }

  .tb {
    display: revert !important
  }
}

@media screen and (min-width:1024px) {

  .sp,
  .tb,
  .pc--medium,
  .pc--large {
    display: none !important
  }

  .pc,
  .pc--small {
    display: revert !important
  }
}

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

  .pc--medium {
    display: revert !important
  }
}

@media screen and (min-width:1536px) {

  .pc--small,
  .pc--medium {
    display: none !important
  }

  .pc--large {
    display: revert !important
  }
}

.bg-lazy {
  background-image: none !important
}

.se {
  pointer-events: none
}

.se a {
  pointer-events: none
}

.is-in {
  pointer-events: visible
}

.is-in a {
  pointer-events: visible
}

.fade,
.fade--medium,
.fade--large {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 350ms;
  transition-timing-function: ease-in
}

.fade--medium {
  transition-duration: 700ms
}

.fade--large {
  transition-duration: 1400ms
}

.is-in .fade,
.is-in .fade--medium,
.is-in .fade--large,
.is-in.fade,
.is-in.fade--medium,
.is-in.fade--large {
  opacity: 1
}

.fade--up,
.fade--up--medium,
.fade--up--large {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-property: opacity, transform;
  transition-duration: 350ms, 350ms;
  transition-timing-function: ease-in, ease-out
}

@media screen and (min-width:1024px) {

  .fade--up,
  .fade--up--medium,
  .fade--up--large {
    transform: translate(0, 3rem)
  }
}

.fade--up--medium {
  transform: translate(0, 4rem);
  transition-duration: 700ms, 700ms
}

@media screen and (min-width:1024px) {
  .fade--up--medium {
    transform: translate(0, 6rem)
  }
}

.fade--up--large {
  transform: translate(0, 8rem);
  transition-duration: 1400ms, 1400ms
}

@media screen and (min-width:1024px) {
  .fade--up--large {
    transform: translate(0, 12rem)
  }
}

.is-in .fade--up,
.is-in .fade--up--medium,
.is-in .fade--up--large,
.is-in.fade--up,
.is-in.fade--up--medium,
.is-in.fade--up--large {
  opacity: 1;
  transform: translate(0, 0)
}

.slide--up {
  transform: translate(0, 100%);
  transition-property: opacity, transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in, ease-out
}

.is-in .slide--up,
.is-in.slide--up {
  transform: translate(0, 0)
}

.fade--pop {
  opacity: 0;
  transform-origin: center bottom
}

.is-in .fade--pop,
.is-in.fade--pop,
.is-in .pc-fade--pop,
.is-in.pc-fade--pop {
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: fade--pop
}

@keyframes fade--pop {
  0% {
    opacity: 0;
    transform: scale(.94)
  }

  50% {
    opacity: 1;
    transform: scale(1.06)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.delay--100 {
  transition-delay: 100ms;
  animation-delay: 100ms
}

.delay--200 {
  transition-delay: 200ms;
  animation-delay: 200ms
}

.delay--300 {
  transition-delay: 300ms;
  animation-delay: 300ms
}

.delay--400 {
  transition-delay: 400ms;
  animation-delay: 400ms
}

.delay--500 {
  transition-delay: 500ms;
  animation-delay: 500ms
}

.delay--600 {
  transition-delay: 600ms;
  animation-delay: 600ms
}

.delay--700 {
  transition-delay: 700ms;
  animation-delay: 700ms
}

.delay--800 {
  transition-delay: 800ms;
  animation-delay: 800ms
}

.delay--900 {
  transition-delay: 900ms;
  animation-delay: 900ms
}

.delay--1000 {
  transition-delay: 1000ms;
  animation-delay: 1000ms
}

.delay--1100 {
  transition-delay: 1100ms;
  animation-delay: 1100ms
}

.delay--1200 {
  transition-delay: 1200ms;
  animation-delay: 1200ms
}

.delay--1300 {
  transition-delay: 1300ms;
  animation-delay: 1300ms
}

.delay--1400 {
  transition-delay: 1400ms;
  animation-delay: 1400ms
}

.delay--1500 {
  transition-delay: 1500ms;
  animation-delay: 1500ms
}

.delay--1600 {
  transition-delay: 1600ms;
  animation-delay: 1600ms
}

.delay--1700 {
  transition-delay: 1700ms;
  animation-delay: 1700ms
}

.delay--1800 {
  transition-delay: 1800ms;
  animation-delay: 1800ms
}

.delay--1900 {
  transition-delay: 1900ms;
  animation-delay: 1900ms
}

.delay--2000 {
  transition-delay: 2000ms;
  animation-delay: 2000ms
}

.delay--2100 {
  transition-delay: 2100ms;
  animation-delay: 2100ms
}

.delay--2200 {
  transition-delay: 2200ms;
  animation-delay: 2200ms
}

.delay--2300 {
  transition-delay: 2300ms;
  animation-delay: 2300ms
}

.delay--2400 {
  transition-delay: 2400ms;
  animation-delay: 2400ms
}

.delay--2500 {
  transition-delay: 2500ms;
  animation-delay: 2500ms
}

.delay--2600 {
  transition-delay: 2600ms;
  animation-delay: 2600ms
}

.delay--2700 {
  transition-delay: 2700ms;
  animation-delay: 2700ms
}

.delay--2800 {
  transition-delay: 2800ms;
  animation-delay: 2800ms
}

.delay--2900 {
  transition-delay: 2900ms;
  animation-delay: 2900ms
}

.delay--3000 {
  transition-delay: 3000ms;
  animation-delay: 3000ms
}

.l-container,
.l-container--pt-0,
.l-container--pb-0 {
  padding-top: 4rem;
  padding-bottom: 6rem
}

@media screen and (min-width:600px) {

  .l-container,
  .l-container--pt-0,
  .l-container--pb-0 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}

@media screen and (min-width:1024px) {

  .l-container,
  .l-container--pt-0,
  .l-container--pb-0 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }
}

.l-container--pt-0 {
  padding-top: 0
}

.l-container--pb-0 {
  padding-bottom: 0
}

.l-center,
.l-center--xs,
.l-center--small {
  padding-right: 2rem;
  padding-left: 2rem
}

@media screen and (min-width:600px) {

  .l-center,
  .l-center--xs,
  .l-center--small {
    padding-right: 3rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:1024px) {

  .l-center,
  .l-center--xs,
  .l-center--small {
    max-width: calc(120rem + 10rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: 5rem;
    padding-left: 5rem
  }
}

.l-center--xs {
  padding-right: 4rem;
  padding-left: 4rem
}

@media screen and (min-width:1024px) {
  .l-center--xs {
    max-width: calc(82.5rem + 10rem);
    padding-right: 5rem;
    padding-left: 5rem
  }
}

.l-center--small {
  padding-right: 4rem;
  padding-left: 4rem
}

@media screen and (min-width:1024px) {
  .l-center--small {
    max-width: calc(96rem + 10rem);
    padding-right: 5rem;
    padding-left: 5rem
  }
}

@media screen and (min-width:600px) {
  .l-tb-center {
    padding-right: 3rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:1024px) {
  .l-tb-center {
    max-width: calc(120rem + 10rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: 5rem;
    padding-left: 5rem
  }
}

.l-header .inner {
  display: grid;
  place-items: center;
  height: 6rem
}

@media screen and (min-width:1024px) {
  .l-header .inner {
    height: 5rem;
    justify-content: start
  }
}

.l-header .logo {
  display: block;
  width: 30.4rem;
  margin-top: .5rem;
  pointer-events: none
}

@media screen and (min-width:1024px) {
  .l-header .logo {
    margin-top: 1rem;
    margin-left: 2rem
  }
}

.l-main {
  overflow: hidden;
  position: relative
}

.l-band {
  display: grid;
  align-items: center;
  overflow: hidden;
  height: 2.6rem;
  border-top: .2rem solid var(--black);
  border-bottom: .2rem solid var(--black)
}

@media screen and (min-width:1024px) {
  .l-band {
    height: 5.4rem
  }
}

.l-band p {
  font-size: 1rem;
  font-family: "Silkscreen", "Zen Kaku Gothic Antique", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: -.035em;
  white-space: nowrap;
  animation: 10s linear infinite slide
}

@media screen and (min-width:1024px) {
  .l-band p {
    font-size: 2rem;
    animation: 10s linear infinite slide--pc
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translate(0, 0)
  }

  5% {
    opacity: 0
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  95% {
    opacity: 0
  }

  100% {
    opacity: 0;
    transform: translate(-75rem, 0)
  }
}

@keyframes slide--pc {
  0% {
    opacity: 0;
    transform: translate(0, 0)
  }

  5% {
    opacity: 0
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  95% {
    opacity: 0
  }

  100% {
    opacity: 0;
    transform: translate(-150rem, 0)
  }
}

@media screen and (min-width:600px) {
  .l-footer {
    position: relative;
    overflow: hidden
  }
}

@media screen and (min-width:600px) {
  .l-footer>div {
    display: grid;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 36.8rem;
    padding-bottom: 3rem
  }
}

@media screen and (min-width:1024px) {
  .l-footer>div {
    height: 46.8rem
  }
}

.l-footer .kicks-bg {
  display: none
}

@media screen and (min-width:600px) {
  .l-footer .kicks-bg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
  }
}

@media screen and (min-width:600px) {
  .l-footer .kicks-bg svg {
    width: auto;
    height: 100%
  }
}

@media screen and (min-width:1920px) {
  .l-footer .kicks-bg svg {
    width: 100%;
    height: auto
  }
}

.l-footer h2 {
  position: relative
}

@media screen and (min-width:600px) {
  .l-footer h2 {
    margin-right: -3rem
  }
}

@media screen and (min-width:600px) {

  .l-footer h2 img,
  .l-footer h2 svg {
    width: 99.4rem;
    max-width: 100%
  }
}

.l-footer .road {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: 2s ease-out .3s infinite road
}

@keyframes road {
  0% {
    transform: scaleY(1)
  }

  50% {
    transform: scaleY(.9)
  }

  100% {
    transform: scaleY(1)
  }
}

.l-footer .kicks {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: 2s linear infinite kicks
}

@keyframes kicks {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom
  }

  10% {
    transform: rotate(2deg);
    transform-origin: right bottom
  }

  20% {
    transform: rotate(-1deg);
    transform-origin: left bottom
  }

  30% {
    transform: rotate(0deg);
    transform-origin: center bottom
  }

  100% {
    transform: rotate(0deg);
    transform-origin: center bottom
  }
}

.c-accordion-button,
.c-accordion-button--arrow,
.c-accordion-button--triangle {
  position: relative
}

.c-accordion-button:active:not(:disabled),
.c-accordion-button--arrow:active:not(:disabled),
.c-accordion-button--triangle:active:not(:disabled),
.c-accordion-button:hover:not(:disabled),
.c-accordion-button--arrow:hover:not(:disabled),
.c-accordion-button--triangle:hover:not(:disabled) {
  cursor: pointer
}

.c-accordion-button.is-open+*,
.is-open.c-accordion-button--arrow+*,
.is-open.c-accordion-button--triangle+* {
  opacity: 1;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: opacity 0.3s ease-in, height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  pointer-events: visible
}

@media screen and (min-width:1024px) {

  .c-accordion-button.is-open+*,
  .is-open.c-accordion-button--arrow+*,
  .is-open.c-accordion-button--triangle+* {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
  }
}

.c-accordion-button+*,
.c-accordion-button--arrow+*,
.c-accordion-button--triangle+* {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity 0.1s ease-out, height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  pointer-events: none
}

.c-accordion-button--arrow.is-open:after {
  top: 55%;
  transform: translate(0, -50%) rotate(225deg)
}

.c-accordion-button--arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 3rem;
  transform: translate(0, -50%) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-right: .3rem solid var(--primary-color);
  border-bottom: .3rem solid var(--primary-color);
  transition: top 0.3s ease-out, transform 0.3s ease-out
}

.c-accordion-button--triangle.is-open:after {
  transform: translate(50%, -60%) rotate(180deg)
}

.c-accordion-button--triangle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translate(50%, -40%);
  width: 2rem;
  height: 1rem;
  background: #e9508c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: transform 0.3s ease-out
}

.c-modal-container {
  opacity: 0;
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 5rem 2rem;
  background: rgba(0, 0, 0, .5);
  pointer-events: none
}

@media screen and (min-width:1024px) {
  .c-modal-container {
    padding: 7rem 5rem
  }
}

.c-modal-container.is-open {
  animation: 0.3s ease-out both layer-in;
  pointer-events: visible
}

.c-modal-container.is-close {
  animation: 0.3s ease both layer-out;
  pointer-events: none
}

@keyframes layer-in {
  0% {
    z-index: -1;
    opacity: 0
  }

  0.000001% {
    z-index: 400
  }

  100% {
    z-index: 400;
    opacity: 1
  }
}

@keyframes layer-out {
  0% {
    z-index: 400;
    opacity: 1
  }

  99.99999% {
    z-index: 400
  }

  100% {
    opacity: 0;
    z-index: -1
  }
}

.c-modal {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .3)
}

.c-modal iframe {
  width: 100%;
  height: 100%
}

_::-webkit-full-page-media,
_:future,
:root .c-modal {
  background: none;
  box-shadow: none
}

.c-modal-close-button {
  position: absolute;
  top: -5rem;
  right: 0rem;
  width: 5rem;
  height: 5rem;
  transition: opacity 0.3s ease-out
}

@media screen and (min-width:1024px) {
  .c-modal-close-button {
    top: -7rem;
    right: 0rem;
    width: 7rem;
    height: 7rem
  }
}

.c-modal-close-button:active:not(:disabled),
.c-modal-close-button:hover:not(:disabled) {
  opacity: .7
}

.c-modal-close-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.6rem;
  height: .2rem;
  border-radius: .4rem;
  background: var(--white)
}

@media screen and (min-width:1024px) {
  .c-modal-close-button:before {
    width: 4.2rem;
    height: .4rem
  }
}

.c-modal-close-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.6rem;
  height: .2rem;
  border-radius: .4rem;
  background: var(--white)
}

@media screen and (min-width:1024px) {
  .c-modal-close-button:after {
    width: 4.2rem;
    height: .4rem
  }
}

.s-index .a-mv {
  position: relative
}

.s-index .a-mv:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5rem;
  background: #f5781e
}

@media screen and (min-width:600px) {
  .s-index .a-mv .mv {
    transform: translate(-.1rem, 0);
    height: 44.37rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-mv .mv {
    transform: none;
    height: 69.37rem
  }
}

@media screen and (min-width:1920px) {
  .s-index .a-mv .mv {
    height: auto
  }
}

@media screen and (min-width:600px) {
  .s-index .a-mv .mv svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%
  }
}

@media screen and (min-width:1920px) {
  .s-index .a-mv .mv svg {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto
  }
}

.s-index .a-mv .record {
  transform-box: fill-box;
  transform-origin: center;
  animation: 3s linear infinite record
}

@keyframes record {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.s-index .a-mv .circles ellipse,
.s-index .a-mv .circles circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: 4s ease-out infinite circle
}

@keyframes circle {
  0% {
    transform: scale(1)
  }

  10% {
    transform: scale(0)
  }

  20% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

.s-index .a-mv .stripe {
  transform-box: fill-box;
  transform-origin: center;
  animation: 5s ease-in infinite stripe
}

@media screen and (min-width:1024px) {
  .s-index .a-mv .stripe {
    transform-origin: 75% center
  }
}

@keyframes stripe {
  0% {
    transform: scaleX(1)
  }

  25% {
    transform: scaleX(2)
  }

  75% {
    transform: scaleX(.85)
  }

  100% {
    transform: scaleX(1)
  }
}

.s-index .a-mv h1 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90.66666666%;
  animation: 1s linear infinite h1
}

@media screen and (min-width:600px) {
  .s-index .a-mv h1 {
    top: 49%;
    width: 34rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-mv h1 {
    width: 54rem
  }
}

@media screen and (min-width:1920px) {
  .s-index .a-mv h1 {
    width: 28.125%
  }
}

@keyframes h1 {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  10% {
    transform: translate(-50%, -50%) scale(.96)
  }

  20% {
    transform: translate(-50%, -50%) scale(1.06)
  }

  30% {
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

.s-index .a-index {
  padding-top: 3rem;
  background: #f5781e
}

@media screen and (min-width:1024px) {
  .s-index .a-index {
    padding-top: 1rem
  }
}

@media screen and (min-width:600px) {
  .s-index .a-index .indexes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem;
    transform: translate(-.7rem, 0)
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-index .indexes {
    grid-template-columns: repeat(4, 1fr);
    gap: .2rem;
    max-width: 99rem;
    margin-right: auto;
    margin-left: auto
  }
}

.s-index .hover--pop {
  display: block
}

.s-index .hover--pop:active:not(:disabled),
.s-index .hover--pop:hover:not(:disabled) {
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: hover--pop
}

@keyframes hover--pop {
  0% {
    transform: scale(1)
  }

  20% {
    transform: scale(.94)
  }

  50% {
    transform: scale(1.06)
  }

  100% {
    transform: scale(1)
  }
}

.s-index .a-special {
  overflow: hidden;
  padding-top: 1rem;
  background: #f5781e
}

@media screen and (min-width:600px) {
  .s-index .a-special {
    padding-top: 0;
    padding-bottom: 5rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special {
    padding-bottom: 5rem
  }
}

.s-index .a-special>div {
  position: relative
}

.s-index .a-special>div>* {
  position: relative
}

.s-index .a-special .special-deco-01,
.s-index .a-special .special-deco-02,
.s-index .a-special .special-deco-03,
.s-index .a-special .special-deco-04,
.s-index .a-special .special-deco-03-02,
.s-index .a-special .special-deco-05,
.s-index .a-special .special-deco-06 {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%)
}

.s-index .a-special .special-deco-01 {
  top: 11rem;
  left: 0;
  width: 12rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-01 {
    top: 13rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-01 {
    top: 21rem;
    left: 5rem;
    width: 24.3rem
  }
}

.s-index .a-special .special-deco-02 {
  top: 39rem;
  left: 100%;
  width: 5rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-02 {
    top: 27rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-02 {
    top: 35rem;
    left: calc(100% - 5rem);
    width: 12.4rem
  }
}

.s-index .a-special .special-deco-03 {
  top: 62.5rem;
  left: 7%;
  width: 3.6rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-03 {
    left: 0
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-03 {
    top: 73rem;
    left: 5rem;
    width: 9.7rem
  }
}

.s-index .a-special .special-deco-04 {
  top: 77rem;
  left: 100%;
  width: 13.5rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-04 {
    top: 76rem;
    z-index: 1
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-04 {
    top: 111.5rem;
    left: calc(100% - 2rem);
    width: 35.2rem
  }
}

.s-index .a-special .special-deco-03-02 {
  top: 123rem;
  left: 89%;
  width: 5rem
}

.s-index .a-special .special-deco-05 {
  top: 150rem;
  left: 0;
  width: 15rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-05 {
    top: 121rem;
    z-index: 1
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-05 {
    top: 162.5rem;
    left: 5rem;
    width: 20rem
  }
}

.s-index .a-special .special-deco-06 {
  top: 208rem;
  left: 100%;
  width: 6.8rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-deco-06 {
    top: 132rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-deco-06 {
    top: 171rem;
    left: calc(100% - 5rem);
    width: 12.4rem
  }
}

@media screen and (min-width:600px) {
  .s-index .a-special h2 {
    transform: translate(-1rem, 0);
    max-width: 93.782rem;
    margin-right: auto;
    margin-left: auto
  }
}

.s-index .a-special .onair {
  animation: 1s linear infinite onair
}

@keyframes onair {
  0% {
    opacity: 0
  }

  25% {
    opacity: 0
  }

  25.000001% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.s-index .a-special .special-person-01 {
  transform: translate(-2rem, -2rem) scale(1.2)
}

.s-index .a-special .special-person-02 {
  transform: translate(-4.5rem, -2rem) scale(1.2)
}

.s-index .a-special .map-div {
  display: grid;
  gap: 1.5rem;
  margin-top: 6rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .map-div {
    grid-template-columns: 1fr 52.83333333%;
    gap: .2rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .map-div {
    margin-top: 7rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .map-div>div:nth-child(1) {
    transform: translate(-1rem, -1rem);
    padding-left: 28.36879432%
  }
}

.s-index .a-special .special-text-02 {
  margin-left: -.5rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-text-02 {
    margin-bottom: 2rem;
    margin-left: -2rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-text-02 {
    margin-right: -1rem
  }
}

.s-index .a-special .special-map {
  margin-bottom: 1rem;
  margin-right: -2rem;
  margin-left: -2rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-map {
    margin-bottom: 0;
    margin-right: -3rem;
    margin-left: 0
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-map {
    margin-right: 0
  }
}

.s-index .a-special .special-text-03 {
  margin-bottom: 2.5rem
}

.s-index .a-special .report-div {
  display: grid;
  gap: 2rem;
  margin-top: 6rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .report-div {
    grid-template-columns: 42.66666666% 1fr;
    gap: 12.08333333%
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .report-div {
    margin-top: 11rem
  }
}

@media screen and (min-width:600px) {
  .s-index .a-special .report-div>div:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 2 / 3
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .report-div>div:nth-child(1) {
    padding-right: 29.46593001%
  }
}

.s-index .a-special .special-text-04 {
  margin-left: -.5rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-text-04 {
    margin-top: -1.5rem;
    margin-bottom: 3.5rem;
    margin-right: -2rem;
    margin-left: -2rem
  }
}

.s-index .a-special .image-wrap {
  position: relative
}

.s-index .a-special .special {
  transform: translate(-2rem, 0)
}

@media screen and (min-width:600px) {
  .s-index .a-special .special {
    transform: none;
    margin-left: -3rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special {
    margin-left: 0
  }
}

.s-index .a-special .special-person-04 {
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  width: 17.8rem
}

@media screen and (min-width:600px) {
  .s-index .a-special .special-person-04 {
    bottom: -7rem;
    right: -8rem;
    width: 18.6rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-special .special-person-04 {
    bottom: -12rem;
    right: -12rem;
    width: 28.6rem
  }
}

.s-index .a-present {
  background: url(../images/index/present-bg.svg) center/cover no-repeat
}

.s-index .a-present h2 {
  max-width: 80.6rem;
  margin-right: auto;
  margin-left: auto
}

.s-index .a-present .present {
  display: grid;
  gap: 3rem;
  margin-top: 5rem;
  margin-bottom: 1rem
}

@media screen and (min-width:600px) {
  .s-index .a-present .present {
    grid-template-columns: 49.7% 1fr;
    gap: 3rem 2rem;
    max-width: 97.2rem;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-present .present {
    grid-template-columns: 49% 1fr;
    gap: 5rem 4rem;
    margin-bottom: 4rem
  }
}

.s-index .a-present .button {
  display: block;
  max-width: 69.3rem;
  margin-right: auto;
  margin-left: auto
}

.s-index .a-present .button picture {
  transform: translate(.5rem, 0)
}

@media screen and (min-width:600px) {
  .s-index .a-present .button picture {
    transform: translate(1rem, 0)
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-present .button picture {
    transform: translate(1.5rem, 0)
  }
}

.s-index .a-present h3 {
  display: grid;
  place-items: center;
  max-width: 92rem;
  height: 5.6rem;
  margin-top: 3.5rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem 1rem 0 0;
  background: #fff04b;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .25em
}

@media screen and (min-width:1024px) {
  .s-index .a-present h3 {
    margin-top: 8rem;
    font-size: 2rem
  }
}

.s-index .a-present h3+div {
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  background: rgba(255, 255, 255, .8)
}

@media screen and (min-width:1024px) {
  .s-index .a-present h3+div {
    padding-right: 3.5rem;
    padding-left: 3.5rem
  }
}

.s-index .a-present p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.91666666
}

.s-index .a-present p+p {
  margin-top: 2rem
}

@media screen and (min-width:1024px) {
  .s-index .a-present p+p {
    margin-top: 2.5rem
  }
}

.s-index .a-present p a {
  word-break: break-all
}

.s-index .a-fun {
  overflow: hidden;
  position: relative;
  padding-bottom: 12rem;
  background: url(../images/index/fun-bg.svg) center/cover no-repeat
}

@media screen and (min-width:1024px) {
  .s-index .a-fun {
    padding-bottom: 18rem
  }
}

.s-index .a-fun>div {
  position: relative
}

.s-index .a-fun .fun-deco-01 {
  position: absolute;
  top: 2rem;
  left: 1.2rem;
  width: 1.325rem
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .fun-deco-01 {
    left: 1.5rem;
    width: 2rem
  }
}

.s-index .a-fun .fun-deco-02 {
  position: absolute;
  top: 2rem;
  right: 1.2rem;
  transform: rotate(180deg);
  width: 1.325rem
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .fun-deco-02 {
    right: 1.5rem;
    width: 2rem
  }
}

.s-index .a-fun article {
  position: relative;
  margin-top: 4rem;
  padding: 0 1.5rem 1.5rem;
  border: .3rem solid var(--white);
  border-radius: 1rem
}

@media screen and (min-width:1024px) {
  .s-index .a-fun article {
    margin-top: 7rem;
    padding: 0 4rem 5rem
  }
}

.s-index .a-fun article>p {
  display: grid;
  place-items: center;
  position: absolute;
  top: -5rem;
  left: -1rem;
  width: 6rem;
  height: 6rem;
  padding-bottom: .3rem;
  padding-left: .3rem;
  border: .3rem solid #373c78;
  border-radius: 10.8rem;
  background: var(--white);
  color: #373c78;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.10272727;
  letter-spacing: .13em;
  text-align: center
}

@media screen and (min-width:600px) {
  .s-index .a-fun article>p {
    width: 10.8rem;
    height: 10.8rem;
    font-size: 1.8rem;
    line-height: 1.21388888
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-fun article>p {
    top: -5.4rem;
    left: -5.4rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .x-article {
    padding-bottom: 0
  }
}

.s-index .a-fun h3 {
  width: fit-content;
  margin-top: -1.8rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .5rem;
  padding-left: .5rem;
  background: url(../images/index/fun-bg.svg) center/120rem no-repeat;
  color: #373c78;
  font-size: 1.8rem;
  font-weight: 900
}

@media screen and (min-width:1024px) {
  .s-index .a-fun h3 {
    margin-top: -3.6rem;
    margin-bottom: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
    background-size: 160rem;
    font-size: 3.6rem
  }
}

.s-index .a-fun iframe {
  width: 100%;
  height: 41rem;
  border: none;
  border-radius: 1rem;
  box-shadow: .5rem .5rem .5rem 0 rgba(0, 0, 0, .1)
}

@media screen and (min-width:1024px) {
  .s-index .a-fun iframe {
    height: 41rem
  }
}

@media screen and (min-width:600px) {
  .s-index .a-fun .grid {
    display: grid;
    grid-template-columns: 1fr 30rem
  }
}

.s-index .a-fun .grid p:nth-of-type(1) {
  display: grid;
  align-items: center;
  width: fit-content;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 1rem;
  background: var(--white);
  color: #373c78;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .19em
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .grid p:nth-of-type(1) {
    font-size: 1.7rem
  }
}

.s-index .a-fun .grid p:nth-of-type(2) {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #373c78;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .07em
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .grid p:nth-of-type(2) {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 2
  }
}

.s-index .a-fun .grid p:nth-of-type(2):after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: .3rem;
  background: var(--white)
}

.s-index .a-fun .grid p:nth-of-type(3) {
  font-weight: 500;
  line-height: 1.73333333;
  letter-spacing: .11em
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .grid p:nth-of-type(3) {
    font-size: 1.6rem;
    line-height: 1.875
  }
}

.s-index .a-fun .grid iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: -8rem
}

.s-index .a-fun .fun-person {
  max-width: 39.5rem;
  margin-bottom: -3.1rem
}

@media screen and (min-width:1024px) {
  .s-index .a-fun .fun-person {
    margin-bottom: 0;
    margin-left: auto
  }
}

.s-index .a-sakura {
  background: url(../images/index/sakura-bg.svg) center/cover no-repeat
}

.s-index .a-sakura h2 {
  max-width: 30.3rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:600px) {
  .s-index .a-sakura h2 {
    max-width: 87.6rem
  }
}

.s-index .a-sakura .movie-article {
  position: relative;
  min-height: 32rem;
  margin-top: 4rem;
  margin-bottom: 4.5rem;
  padding: 0 1.5rem 1.5rem;
  border: .3rem solid var(--white);
  border-radius: 1rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .movie-article {
    padding: 0 4rem 4rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .movie-article {
    min-height: 51.4rem;
    margin-top: 8rem;
    margin-bottom: 9rem;
    padding: 0 4rem 5rem
  }
}

.s-index .a-sakura .movie-article>img {
  position: absolute;
  top: -5rem;
  left: -3rem;
  width: 7.093rem;
  height: 7.097rem
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .movie-article>img {
    top: -7rem;
    left: -7rem;
    width: 12.3604rem;
    height: 12.5527rem
  }
}

.s-index .a-sakura .movie-article h3 {
  width: fit-content;
  margin-top: -1.8rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: .5rem;
  padding-left: .5rem;
  background: url(../images/index/sakura-bg.svg) center/185rem no-repeat;
  color: #e9508c;
  font-size: 1.8rem;
  font-weight: 900
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .movie-article h3 {
    margin-top: -3.6rem;
    margin-bottom: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
    background-size: 195rem;
    font-size: 3.6rem
  }
}

.s-index .a-sakura .movie-article .sakura-person-01 {
  position: absolute;
  top: 2rem;
  left: -2rem;
  width: 25.4rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .movie-article .sakura-person-01 {
    top: auto;
    bottom: -4rem;
    left: -5rem;
    width: 13.4rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .movie-article .sakura-person-01 {
    left: -13rem;
    width: 20.4rem
  }
}

.s-index .a-sakura .movie-article .sakura-person-02 {
  position: absolute;
  top: 1rem;
  right: -2.5rem;
  width: 20.8rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .movie-article .sakura-person-02 {
    top: auto;
    bottom: -2rem;
    right: -5rem;
    width: 12.6rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .movie-article .sakura-person-02 {
    right: -15rem;
    width: 19.6rem
  }
}

.s-index .a-sakura .youtube {
  transform: scale(1.3);
  width: 100%;
  height: 14rem;
  margin-top: 12rem;
  box-shadow: .5rem .5rem .5rem 0 rgba(0, 0, 0, .1)
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .youtube {
    transform: none;
    height: 33rem;
    margin-top: 0
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .youtube {
    transform: none;
    height: 42rem;
    margin-top: 0
  }
}

.s-index .a-sakura .modal-open-button {
  width: 100%;
  max-width: 66rem;
  margin-bottom: 6rem;
  margin-right: auto;
  margin-left: auto
}

.s-index .a-sakura .modal iframe {
  border: none
}

.s-index .a-sakura .campaign h3 {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .campaign h3 {
    max-width: 45rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .campaign h3 {
    max-width: 61.4rem
  }
}

.s-index .a-sakura .bg {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #e9508c;
  clip-path: polygon(0 0, 100% 0%, 100% 98%, 50% 100%, 0 98%)
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .bg {
    padding-bottom: 12rem;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 50% 100%, 0 94%)
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .bg {
    padding-top: 8rem;
    padding-bottom: 16rem;
    clip-path: polygon(0 0, 100% 0%, 100% 92%, 50% 100%, 0 92%)
  }
}

.s-index .a-sakura .badge {
  transform-box: fill-box;
  transform-origin: center 35%;
  animation: 2s linear infinite badge
}

@keyframes badge {
  0% {
    transform: rotate(0deg)
  }

  25% {
    transform: rotate(5deg)
  }

  75% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.s-index .a-sakura .sakura-text-03 {
  position: relative;
  z-index: 1;
  max-width: 52.8rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
  margin-right: 4rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .sakura-text-03 {
    transform: translate(-11rem, 0);
    margin-top: 2rem;
    margin-bottom: -4rem;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .sakura-text-03 {
    margin-top: 2rem
  }
}

.s-index .a-sakura a {
  display: block;
  max-width: 66.5rem;
  margin-right: auto;
  margin-left: auto
}

.s-index .a-sakura .sakura-text-04 {
  max-width: 31rem;
  margin-top: 6rem;
  margin-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .sakura-text-04 {
    max-width: 79rem;
    margin-top: 7rem
  }
}

.s-index .a-sakura .button {
  display: grid;
  place-items: center;
  max-width: 96rem;
  height: 5.5rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem 1rem 0 0;
  background: var(--white);
  color: #e9508c;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: .15em
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .button {
    font-size: 2.5rem
  }
}

.s-index .a-sakura .button+div {
  padding-right: 1rem;
  padding-left: 1rem;
  border-right: .3rem solid var(--white);
  border-left: .3rem solid var(--white);
  border-bottom: .3rem solid var(--white);
  border-radius: 0 0 1rem 1rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .button+div {
    padding-right: 3rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .button+div {
    padding-right: 4.5rem;
    padding-left: 4.5rem
  }
}

.s-index .a-sakura .sakura-text-06 {
  position: relative;
  z-index: 1;
  max-width: 52.8rem;
  margin-top: -9rem;
  margin-bottom: 1rem;
  margin-right: 4rem
}

@media screen and (min-width:600px) {
  .s-index .a-sakura .sakura-text-06 {
    transform: translate(-11rem, 0);
    margin-top: -3rem;
    margin-bottom: -4rem;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-sakura .sakura-text-06 {
    margin-top: -5rem
  }
}

.s-index .a-fair {
  position: relative;
  overflow: hidden;
  background: url(../images/index/fair-bg.svg) center/cover no-repeat
}

.s-index .a-fair>div {
  position: relative
}

.s-index .a-fair .fair-deco-01 {
  position: absolute;
  top: 2rem;
  left: 1.4rem;
  width: 1rem
}

@media screen and (min-width:1024px) {
  .s-index .a-fair .fair-deco-01 {
    left: 2rem;
    width: 1.6rem
  }
}

.s-index .a-fair .fair-deco-02 {
  position: absolute;
  top: 2.3rem;
  right: 1.4rem;
  transform: rotate(180deg);
  width: 1rem
}

@media screen and (min-width:600px) {
  .s-index .a-fair .fair-deco-02 {
    top: 2.2rem
  }
}

@media screen and (min-width:1024px) {
  .s-index .a-fair .fair-deco-02 {
    top: 2.3rem;
    right: 2rem;
    width: 1.6rem
  }
}

.s-index .a-fair h2 {
  max-width: 29.6rem;
  margin-bottom: 3rem;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:600px) {
  .s-index .a-fair h2 {
    max-width: 64.8rem;
    margin-bottom: 4rem
  }
}

.u-dis-none {
  display: none !important
}

.u-dis-block {
  display: block !important
}

.u-dis-ib {
  display: inline-block !important
}

.u-gap-0 {
  gap: 0
}

@media screen and (min-width:1024px) {
  .u-pc-gap-0 {
    gap: 0
  }
}

.u-of-hidden {
  overflow: hidden
}

.u-pos-relative {
  position: relative
}

.u-zi-1 {
  position: relative;
  z-index: 1
}

.u-opa-0 {
  opacity: 0
}

.u-opa-point-5 {
  opacity: .5
}

.u-opa-point-7 {
  opacity: .7
}

.u-cs-bottom {
  caption-side: bottom
}

.u-fl-left {
  float: left !important
}

img.u-fl-left {
  margin: 0 1.2rem 1.2rem 0
}

@media screen and (min-width:1024px) {
  img.u-fl-left {
    margin: 0 2.5rem 2.5rem 0
  }
}

.u-fl-right {
  float: right !important
}

img.u-fl-right {
  margin: 0 0 1.2rem 1.2rem
}

@media screen and (min-width:1024px) {
  img.u-fl-right {
    margin: 0 0 2.5rem 2.5rem
  }
}

.u-wid-100pct {
  width: 100% !important
}

.u-max-wid-100pct {
  max-width: 100% !important
}

.u-mt-0 {
  margin-top: 0 !important
}

.u-mr-0 {
  margin-right: 0 !important
}

.u-mb-0 {
  margin-bottom: 0 !important
}

.u-ml-0 {
  margin-left: 0 !important
}

.u-pt-0 {
  padding-top: 0 !important
}

.u-pr-0 {
  padding-right: 0 !important
}

.u-pb-0 {
  padding-bottom: 0 !important
}

.u-pl-0 {
  padding-left: 0 !important
}

.u-mt-xs {
  margin-top: 1.5rem !important
}

@media screen and (min-width:1024px) {
  .u-mt-xs {
    margin-top: 3rem !important
  }
}

.u-mt-small {
  margin-top: 3rem !important
}

@media screen and (min-width:1024px) {
  .u-mt-small {
    margin-top: 6rem !important
  }
}

.u-mt-medium {
  margin-top: 4rem !important
}

@media screen and (min-width:1024px) {
  .u-mt-medium {
    margin-top: 8rem !important
  }
}

.u-mt-large {
  margin-top: 7rem !important
}

@media screen and (min-width:1024px) {
  .u-mt-large {
    margin-top: 14rem !important
  }
}

@media screen and (min-width:1024px) {
  .u-pc-mt-0 {
    margin-top: 0 !important
  }
}

.u-mb-xs {
  margin-bottom: 1.5rem !important
}

@media screen and (min-width:1024px) {
  .u-mb-xs {
    margin-bottom: 3rem !important
  }
}

.u-mb-small {
  margin-bottom: 3rem !important
}

@media screen and (min-width:1024px) {
  .u-mb-small {
    margin-bottom: 6rem !important
  }
}

.u-mb-medium {
  margin-bottom: 4rem !important
}

@media screen and (min-width:1024px) {
  .u-mb-medium {
    margin-bottom: 8rem !important
  }
}

.u-mb-large {
  margin-bottom: 7rem !important
}

@media screen and (min-width:1024px) {
  .u-mb-large {
    margin-bottom: 14rem !important
  }
}

@media screen and (min-width:1024px) {
  .u-pc-mb-0 {
    margin-bottom: 0 !important
  }
}

.u-pt-xs {
  padding-top: 1.5rem !important
}

@media screen and (min-width:1024px) {
  .u-pt-xs {
    padding-top: 3rem !important
  }
}

.u-pt-small {
  padding-top: 3rem !important
}

@media screen and (min-width:1024px) {
  .u-pt-small {
    padding-top: 6rem !important
  }
}

.u-pt-medium {
  padding-top: 4rem !important
}

@media screen and (min-width:1024px) {
  .u-pt-medium {
    padding-top: 8rem !important
  }
}

.u-pt-large {
  padding-top: 7rem !important
}

@media screen and (min-width:1024px) {
  .u-pt-large {
    padding-top: 14rem !important
  }
}

@media screen and (min-width:1024px) {
  .u-pc-pt-0 {
    padding-top: 0 !important
  }
}

.u-pb-xs {
  padding-bottom: 1.5rem !important
}

@media screen and (min-width:1024px) {
  .u-pb-xs {
    padding-bottom: 3rem !important
  }
}

.u-pb-small {
  padding-bottom: 3rem !important
}

@media screen and (min-width:1024px) {
  .u-pb-small {
    padding-bottom: 6rem !important
  }
}

.u-pb-medium {
  padding-bottom: 4rem !important
}

@media screen and (min-width:1024px) {
  .u-pb-medium {
    padding-bottom: 8rem !important
  }
}

.u-pb-large {
  padding-bottom: 7rem !important
}

@media screen and (min-width:1024px) {
  .u-pb-large {
    padding-bottom: 14rem !important
  }
}

@media screen and (min-width:1024px) {
  .u-pc-pb-0 {
    padding-bottom: 0 !important
  }
}

@media screen and (max-width:599px) {
  .u-sp-mrml-auto {
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (max-width:1023px) {
  .u-sptb-mrml-auto {
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:1024px) {
  .u-pc-mr-20 {
    margin-right: 2rem
  }
}

@media screen and (min-width:1024px) {
  .u-pc-ml-20 {
    margin-left: 2rem
  }
}

.u-border-none {
  border: none !important
}

.u-border {
  border: .2rem solid #000
}

@media screen and (min-width:600px) {
  .u-border {
    border-width: .4rem
  }
}

.u-br-small {
  border-radius: .5rem
}

@media screen and (min-width:1024px) {
  .u-br-small {
    border-radius: 1rem
  }
}

.u-bg-gray-yellow {
  background: #b6b3ab
}

.u-col-white {
  color: #FFF !important
}

.u-col-black {
  color: #000
}

.u-col-light-red {
  color: var(--light-red)
}

.u-col-red {
  color: #c30d23
}

.u-col-vivid-red {
  color: red
}

.u-col-blue {
  color: var(--secondary-color)
}

.u-col-deep-blue {
  color: #002fb6
}

.u-col-dark-blue {
  color: #00304d
}

.u-col-green {
  color: #00a9ab
}

.u-fs-0 {
  font-size: 0
}

.u-fs-small {
  font-size: .92307692em
}

@media screen and (min-width:1024px) {
  .u-fs-small {
    font-size: .875em
  }
}

.u-fs-medium {
  font-size: 1.07692307em
}

@media screen and (min-width:1024px) {
  .u-fs-medium {
    font-size: 1.125em
  }
}

.u-fs-large {
  font-size: 1.15384615em
}

@media screen and (min-width:1024px) {
  .u-fs-large {
    font-size: 1.25em
  }
}

.u-fw-100 {
  font-weight: 100
}

.u-fw-200 {
  font-weight: 200
}

.u-fw-300 {
  font-weight: 300
}

.u-fw-400 {
  font-weight: 400
}

.u-fw-500 {
  font-weight: 500
}

.u-fw-600 {
  font-weight: 600
}

.u-fw-700 {
  font-weight: 700
}

.u-fw-800 {
  font-weight: 800
}

.u-fw-900 {
  font-weight: 900
}

.u-lh-1 {
  line-height: 1 !important
}

.u-ls-minus-1 {
  letter-spacing: -0.1em !important
}

.u-ls-minus-05 {
  letter-spacing: -0.05em !important
}

.u-ls-0 {
  letter-spacing: 0 !important
}

@media screen and (min-width:1024px) {
  .u-pc-ls-0 {
    letter-spacing: 0 !important
  }
}

.u-ls-small {
  letter-spacing: .025em
}

.u-ls-medium {
  letter-spacing: .075em
}

.u-ls-large {
  letter-spacing: .1em
}

.u-ls-xl {
  letter-spacing: .125em
}

.u-ta-center {
  text-align: center !important
}

.u-ta-right {
  text-align: right !important
}

.u-ta-left {
  text-align: left !important
}

.u-ta-justify {
  text-align: justify !important
}

.u-td-ul {
  text-decoration: underline
}

.u-td-lt {
  text-decoration: line-through
}

.u-va-top {
  vertical-align: top !important
}

.u-ws-nowrap {
  white-space: nowrap
}

.u-wb-break-all {
  word-break: break-all
}

@media screen and (min-width:1024px) {
  .u-pc-ta-center {
    text-align: center !important
  }
}

.u-clearfix {
  *zoom: 1
}

.u-clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.u-pe-none {
  pointer-events: none !important
}

@media screen and (min-width:1024px) {
  .u-pc-pe-none {
    background: none;
    color: var(--base-text-color);
    pointer-events: none !important
  }
}

.u-hover-image-zoom {
  display: block;
  overflow: hidden
}

.u-hover-image-zoom:active:not(:disabled) img,
.u-hover-image-zoom:hover:not(:disabled) img {
  transform: scale(1.04)
}

.u-hover-image-zoom figure {
  overflow: hidden
}

.u-hover-image-zoom picture {
  overflow: hidden
}

.u-hover-image-zoom img {
  object-fit: cover;
  transition: transform .4s ease-out
}

.u-tl-fixed {
  table-layout: fixed
}

.p-funny__img1 {
  width: 560px;
  max-width: 100%;
  margin: 30px auto 70px;
}

.p-funny__movie {
  width: 862px;
  max-width: 100%;
  margin: 0 auto 70px;
  aspect-ratio: 16 / 9;
}


.p-funny__movie::before {
  content: "";
  background: url(../images/index/funny-img06.svg);
  width: 470px;
  height: 178px;
  position: absolute;
  top: -23px;
  left: -60px;
}

.p-funny__movie iframe {
  width: 100%;
  height: 100%;
}

.p-funny-campaign {
  margin: 50px auto 220px;
  width: 960px;
  max-width: 100%;
  z-index: 1;
}

.p-funny-campaign__head {
  width: 613px;
  max-width: 100%;
  margin: auto;
}

.p-funny-campaign__frame {
  background : #E1F050;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: -3px;
}

.p-funny-campaign__img1 {
  margin-bottom: 40px;
}

.p-funny-campaign__wrap {
  display: flex;
  justify-content: space-between;
}

.p-funny-campaign__x {
  width: 47%;
  margin-bottom: -155px;
}

.p-funny-campaign__img2 {
  width: 47%;
}

.p-funny__img2 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 90px;
}

.p-funny__img3 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 90px;
}

.p-funny__img4 {
  width: 960px;
  max-width: 100%;
  margin: auto;
}

.l-footer {
  padding: 20px 20px;
  text-align: center;
}
.l-footer img {
  width: 318px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width:599px) {
  .p-funny__img1 {
    margin: 10px auto 30px;
    z-index: 1;
  }
  
  .p-funny__movie {
    margin: -47px -20px 30px;
    max-width: 100vw;
  }
  
  
  .p-funny__movie::before {
    content: none;
  }
  
  .p-funny-campaign {
    margin: 30px auto 220px;
    width: 960px;
    max-width: 100%;
    z-index: 1;
  }
  
  .p-funny-campaign__head {
    width: 282px;
  }
  
  .p-funny-campaign__frame {
    background : #E1F050;
    border-radius: 10px;
    padding: 20px 25px;
  }
  
  .p-funny-campaign__img1 {
    margin-bottom: 20px;
  }
  
  .p-funny-campaign__wrap {
    flex-direction: column-reverse;
  }
  
  .p-funny-campaign__x {
    width: 100%;
    margin-bottom: -155px;
  }
  
  .p-funny-campaign__img2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-funny__img2 {
    margin: 0 auto 70px;
  }
  
  .p-funny__img3 {
    margin: 0 auto 60px;
  }
  
  .p-funny__img4 {
  }
  
  .l-footer {
    padding: 15px 15px;
    text-align: center;
  }
  .l-footer img {
    width: 285px;
  }
}

.p-present__img1 {
  width: 802px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.p-present__img2 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 70px;
}

.p-present__img3 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 70px;
  padding-left: 60px;
}

.p-present__img4 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 0px;
}

@media screen and (max-width:599px) {
  .p-present__img1 {
    width: 802px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  
  .p-present__img2 {
    margin: 0 -2rem 60px;
    max-width: calc(100% + 4rem);
  }
  
  .p-present__img3 {
    max-width: calc(100% + 4rem);
    margin: 0 -2rem 70px;
    padding-left: 0px;
  }
  
  .p-present__img4 {
    margin: 0 -2rem 0px;
    max-width: calc(100% + 4rem);
  }
}

.p-cashback {
  background : #2B73C4;
}

.p-cashback__img1 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.p-cashback__img2 {
  width: 664px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width:599px) {
  .p-cashback__img1 {
    margin: 0 auto 30px;
  }
  
  .p-cashback__img2 {
  }
}

.p-information {
  padding-top: 6rem;
  position: relative;
}
.p-information::before {
  content: "";
  background: url(../images/index/wave.svg);
  position: absolute;
  width: 1920px;
  height: 124px;
  left: -1000%;
  right: -1000%;
  margin: auto;
  top: -25px;
}
.p-information__img1 {
  width: 758px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.p-information__img2 {
  width: 860px;
  max-width: 100%;
  margin: 0 auto 0px;
}
@media screen and (max-width:599px) {
  .p-information::before {
    position: absolute;
    width: 1015px;
    height: 65px;
    top: -15px;
  }
  .p-information__img1 {
    margin: 0 auto 30px;
  }
  
  .p-information__img2 {
    margin: 0 auto 0px;
  }
}

@media screen and (max-width:599px) {
  .modaal-video-wrap {
    margin: auto 0px;
  }
}