@charset "UTF-8";
/* stylelint-disable stylistic/value-list-comma-space-after */
/* stylelint-disable stylistic/value-list-comma-newline-after */
/* stylelint-disable stylistic/declaration-colon-newline-after */
@keyframes parapara {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes hue-keyframes {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

.c-header-logo {
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.5);
}
.c-header-logo a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.c-footer-area {
  box-sizing: border-box;
  height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ccc;
}
.c-footer-area__copyright {
  font-size: 14px;
  text-align: center;
}
.p-section-hero {
  position: relative;
  width: 100%;
  height: 162.6666666667vw;
  background: #000;
}
@media screen and (min-width: 860px) {
  .p-section-hero {
    height: 55.8333333333vw;
  }
}
.p-section-hero__pool {
  display: none;
}
.p-section-hero__confetti {
  display: block;
  width: 541px;
  height: 434px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__confetti {
    width: 1063px;
    height: 518px;
  }
}
.p-section-hero__title {
  display: block;
  width: 366px;
  height: 251px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__title {
    width: 666px;
    height: 465px;
  }
}
.p-section-hero__title-image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-section-hero__title-shadow {
  width: 200px;
  height: 20px;
  filter: blur(0.2vw);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 860px) {
  .p-section-hero__title-shadow {
    width: 300px;
    height: 20px;
  }
}
.p-section-hero__curtain-left, .p-section-hero__curtain-right {
  display: block;
  width: 428px;
  height: 487px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__curtain-left, .p-section-hero__curtain-right {
    width: 656px;
    height: 747px;
  }
}
.p-section-hero__middle {
  display: block;
  width: 375px;
  height: 610px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__middle {
    width: 1200px;
    height: 670px;
  }
}
.p-section-hero__maipyon {
  display: block;
  width: 108px;
  height: 197.64px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__maipyon {
    width: 108px;
    height: 197.64px;
  }
}
.p-section-hero__frame {
  display: block;
  width: 120px;
  height: 128.7861271676px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__frame {
    width: 150px;
    height: 160.9826589595px;
  }
}
.p-section-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-hero__view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-hero__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-section-hero__logo {
  position: absolute;
  top: 1.6vw;
  left: 4.5333333333vw;
  display: block;
  width: 100px;
}
@media screen and (min-width: 860px) {
  .p-section-hero__logo {
    top: 0.9166666667vw;
    left: 1.25vw;
  }
}
.p-section-hero__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-section-hero__badge {
  position: absolute;
  top: 93.3333333333vw;
  left: 66.6666666667vw;
  display: block;
  width: 29.0666666667vw;
  opacity: 1;
  transition: all 0.25s linear;
  transform: scale(1) rotate(-17.5deg);
}
@media screen and (min-width: 860px) {
  .p-section-hero__badge {
    top: 0.4166666667vw;
    left: 83.3333333333vw;
    width: 14.6666666667vw;
  }
}
.p-section-hero__badge--hidden {
  opacity: 0;
  transform: scale(2) rotate(-17.5deg);
}
.p-section-hero__badge-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-section-about {
  position: relative;
}
.p-section-about__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.p-section-about__content {
  position: relative;
  height: 241.3333333333vw;
  padding-top: 12vw;
}
@media screen and (min-width: 860px) {
  .p-section-about__content {
    height: 1150px;
    padding-top: 90px;
  }
}
.p-section-about__title {
  width: 69.8666666667vw;
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-about__title {
    width: 567px;
    margin-bottom: 72px;
  }
}
.p-section-about__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-section-about__text {
  margin-bottom: 8vw;
  font-size: 4.2666666667vw;
  line-height: 5.8666666667vw;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 860px) {
  .p-section-about__text {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
  }
}
.p-section-about__text--small {
  font-size: 3.4666666667vw;
  line-height: 5.8666666667vw;
}
@media screen and (min-width: 860px) {
  .p-section-about__text--small {
    font-size: 16px;
    line-height: 30px;
  }
}
.p-section-about__go {
  position: relative;
  display: block;
  width: 51.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-about__go {
    width: 310px;
  }
}
.p-section-about__go:hover .p-section-about__go-image--up {
  animation: none;
}
.p-section-about__go-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.p-section-about__go-image--up {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  animation-name: opacity-animation;
  animation-timing-function: steps(2, jump-start);
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.p-section-about__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.p-section-about__maipyon {
  position: absolute;
  top: 37.3333333333vw;
  left: -16vw;
  display: block;
  width: 25.8666666667vw;
  height: auto;
  transition: transform 1s ease;
  transform: rotate(0deg);
  transform-origin: center bottom;
}
@media screen and (min-width: 860px) {
  .p-section-about__maipyon {
    top: 175px;
    left: -130px;
    width: 211px;
  }
}
.p-section-about__maipyon--active {
  transform: rotate(28deg);
}

.p-section-present {
  position: relative;
  color: #fff;
}
.p-section-present__sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-section-present__sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-section-present__sticky--background {
  background-image: url('../img/present/p-section-present__sticky--background.jpg?1719280914');
  background-repeat: repeat;
  background-size: 37.8666666667vw;
  background-position: center top;
}
@media screen and (min-width: 860px) {
  .p-section-present__sticky--background {
    background-size: 142px;
  }
}
.p-section-present__sticky--background::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(#646464, #231815);
  mix-blend-mode: multiply;
}
.p-section-present__curtain {
  position: absolute;
  top: 0;
  display: block;
  height: auto;
}
.p-section-present__curtain--center {
  left: 50%;
  width: 100vw;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 860px) {
  .p-section-present__curtain--center {
    width: 1200px;
  }
}
.p-section-present__curtain--left {
  left: 0;
  width: 20.8vw;
}
@media screen and (min-width: 860px) {
  .p-section-present__curtain--left {
    width: 250px;
  }
}
.p-section-present__curtain--right {
  right: 0;
  width: 20.8vw;
}
@media screen and (min-width: 860px) {
  .p-section-present__curtain--right {
    width: 250px;
  }
}
.p-section-present__maipyon {
  position: absolute;
  top: 74.6666666667vw;
  right: -12.8vw;
  display: block;
  width: 24.2666666667vw;
  height: auto;
  transition: transform 1s ease;
  transform: rotate(0deg);
  transform-origin: center bottom;
}
@media screen and (min-width: 860px) {
  .p-section-present__maipyon {
    top: 105px;
    right: -80px;
    width: 149px;
  }
}
.p-section-present__maipyon--active {
  transform: rotate(-28deg);
}
.p-section-present__content {
  position: relative;
  z-index: 0;
  padding-top: 16vw;
  padding-bottom: 40vw;
}
@media screen and (min-width: 860px) {
  .p-section-present__content {
    padding-top: 70px;
    padding-bottom: 300px;
  }
}
.p-section-present__title {
  display: block;
  width: 90.4vw;
  margin-right: auto;
  margin-bottom: 6.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-present__title {
    width: 574px;
    margin-bottom: 17px;
  }
}
.p-section-present__title-image {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}
.p-section-present__text {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 6.4vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-present__text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 34px;
  }
}
.p-section-present__mineo {
  font-size: 3.2vw;
  line-height: 6.1333333333vw;
  text-align: center;
  text-decoration: underline;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-present__mineo {
    font-size: 14px;
    line-height: 23px;
  }
}
.p-section-present__notice {
  margin-bottom: 8vw;
  font-size: 2.6666666667vw;
  line-height: 6.1333333333vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-present__notice {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 23px;
  }
}
.p-section-present__swiper {
  margin-bottom: 28.8vw;
}
@media screen and (min-width: 860px) {
  .p-section-present__swiper {
    margin-bottom: 222px;
  }
}
.p-section-present__swiper-wrapper {
  transition-timing-function: linear;
}
.p-section-present__swiper-slide {
  display: block;
  width: 49.0666666667vw;
  /* stylelint-disable-next-line stylistic/declaration-colon-newline-after */
  height: 52.6592164419vw;
}
@media screen and (min-width: 860px) {
  .p-section-present__swiper-slide {
    width: 198px;
    height: 212.4971098266px;
  }
}
.p-section-present__swiper-slide-image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-section-present__prize {
  margin-right: auto;
  margin-bottom: 41.8666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-present__prize {
    margin-bottom: 324px;
  }
}
.p-section-present__prize:last-child {
  margin-bottom: 0;
}

.p-prize {
  display: block;
  width: 89.3333333333vw;
}
@media screen and (min-width: 860px) {
  .p-prize {
    display: flex;
    justify-content: space-between;
    width: 840px;
  }
}
.p-prize__left {
  position: relative;
  width: 57.8666666667vw;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-prize__left {
    width: 320px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.p-prize__frame {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
.p-prize__qty {
  position: absolute;
  top: -1.3333333333vw;
  left: -4vw;
  display: block;
  width: 16vw;
  height: auto;
}
@media screen and (min-width: 860px) {
  .p-prize__qty {
    top: -20px;
    left: -30px;
    width: 86px;
  }
}
.p-prize__right {
  width: 100%;
}
@media screen and (min-width: 860px) {
  .p-prize__right {
    width: 460px;
    padding-top: 15px;
  }
}
.p-prize__lead {
  display: block;
  width: 80.2666666667vw;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-prize__lead {
    width: 416px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 860px) {
  .p-prize__lead--daiou {
    width: 436px;
  }
}
.p-prize__organization {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  line-height: 1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-prize__organization {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
  }
}
.p-prize__name {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  line-height: 7.4666666667vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-prize__name {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }
}
.p-prize__text {
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 860px) {
  .p-prize__text {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
}
.p-prize__text a {
  color: #1eaa39;
}

/* stylelint-disable stylistic/declaration-colon-newline-after */
@keyframes opacity-animation {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-section-entry {
  position: relative;
  width: 100%;
  height: 160vw;
  margin-top: -1px;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 860px) {
  .p-section-entry {
    height: 700px;
  }
}
.p-section-entry__content {
  position: absolute;
  top: 12vw;
  left: 50%;
  width: 80vw;
  height: 123.7333333333vw;
  padding-top: 13.3333333333vw;
  color: #000;
  background: radial-gradient(circle, #e6e6e6 50%, #808080 75%);
  box-shadow: inset 0 0 4vw 1.3333333333vw #000;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__content {
    top: 66px;
    width: 860px;
    height: 460px;
    padding-top: 90px;
    box-shadow: inset 0 0 20px 5px #000;
  }
}
.p-section-entry__title {
  width: 53.0666666667vw;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-entry__title {
    width: 348px;
    margin-bottom: 25px;
  }
}
.p-section-entry__title-image {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.p-section-entry__text {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 5.8666666667vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-entry__text {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 36px;
  }
}
.p-section-entry__notice {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: center;
  text-decoration: underline;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-entry__notice {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.p-section-entry__box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-entry__box {
    display: flex;
    justify-content: space-between;
    width: 645px;
  }
}
.p-section-entry__column {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 860px) {
  .p-section-entry__column {
    width: 287px;
    margin-bottom: 0;
  }
}
.p-section-entry__lead {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-section-entry__lead {
    font-size: 18px;
    line-height: 1.75em;
  }
}
.p-section-entry__lead--mineo {
  color: #009500;
}
.p-section-entry__lead--other {
  color: #d2001e;
}
.p-section-entry__go {
  position: relative;
  display: block;
  width: 58.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-entry__go {
    width: 287px;
  }
}
.p-section-entry__go:hover .p-section-entry__go-image--up {
  animation: none;
}
.p-section-entry__go-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-section-entry__go-image--up {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  animation-name: opacity-animation;
  animation-timing-function: steps(2, jump-start);
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.p-section-entry__foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-section-entry__maipyon {
  position: absolute;
  bottom: 26.6666666667vw;
  left: 50%;
  display: block;
  width: 22.6666666667vw;
  height: auto;
  transform: translate(29.3333333333vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__maipyon {
    bottom: 130px;
    width: 151px;
    transform: translate(350px, 0);
  }
}
.p-section-entry__lay-wide, .p-section-entry__lay-narrow {
  position: absolute;
  left: 50%;
  display: block;
  height: auto;
  filter: hue-rotate(0deg);
  mix-blend-mode: screen;
  transform-origin: center top;
}
.p-section-entry__lay-wide--hue-animation, .p-section-entry__lay-narrow--hue-animation {
  animation: hue-keyframes steps(4, jump-start) 2s infinite;
}
.p-section-entry__lay-wide {
  width: 76.5333333333vw;
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-wide {
    width: 287px;
  }
}
.p-section-entry__lay-wide--01 {
  top: -5.3333333333vw;
  transform: translate(-38.2666666667vw, 0) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-wide--01 {
    top: -140px;
    transform: translate(-143.5px, 0);
  }
}
.p-section-entry__lay-wide--02 {
  top: 35px;
  transform: translate(-142.2666666667vw, 0) rotate(-30deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-wide--02 {
    top: -45px;
    transform: translate(-813.5px, 0) rotate(-30deg);
  }
}
.p-section-entry__lay-wide--03 {
  top: 35px;
  transform: translate(65.7333333333vw, 0) rotate(30deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-wide--03 {
    top: -45px;
    transform: translate(526.5px, 0) rotate(30deg);
  }
}
.p-section-entry__lay-narrow {
  width: 24.8vw;
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-narrow {
    width: 93px;
  }
}
.p-section-entry__lay-narrow--01 {
  top: -20vw;
  transform: translate(-23.0666666667vw, 0) rotate(20deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-narrow--01 {
    top: -210px;
    transform: translate(-106.5px, 0) rotate(20deg);
  }
}
.p-section-entry__lay-narrow--02 {
  top: -20vw;
  transform: translate(-1.7333333333vw, 0) rotate(-20deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-narrow--02 {
    top: -210px;
    transform: translate(13.5px, 0) rotate(-20deg);
  }
}
.p-section-entry__lay-narrow--03 {
  top: 5.3333333333vw;
  transform: translate(-79.0666666667vw, 0) rotate(-20deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-narrow--03 {
    top: -62px;
    transform: translate(-446.5px, 0) rotate(-20deg);
  }
}
.p-section-entry__lay-narrow--04 {
  top: 5.3333333333vw;
  transform: translate(54.2666666667vw, 0) rotate(20deg) scale(0.5);
}
@media screen and (min-width: 860px) {
  .p-section-entry__lay-narrow--04 {
    top: -62px;
    transform: translate(353.5px, 0) rotate(20deg);
  }
}
.p-section-entry__top-light-left, .p-section-entry__top-light-right {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13.6vw;
  height: auto;
}
@media screen and (min-width: 860px) {
  .p-section-entry__top-light-left, .p-section-entry__top-light-right {
    width: 102px;
  }
}
.p-section-entry__top-light-left--01 {
  transform: translate(-43.7333333333vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__top-light-left--01 {
    transform: translate(-530px, 0);
  }
}
.p-section-entry__top-light-left--02 {
  transform: translate(-30.9333333333vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__top-light-left--02 {
    transform: translate(-420px, 0);
  }
}
.p-section-entry__top-light-right--01 {
  transform: translate(20vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__top-light-right--01 {
    transform: translate(330px, 0);
  }
}
.p-section-entry__top-light-right--02 {
  transform: translate(33.0666666667vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__top-light-right--02 {
    transform: translate(440px, 0);
  }
}
.p-section-entry__stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.3333333333vw;
  background: #000;
}
@media screen and (min-width: 860px) {
  .p-section-entry__stage {
    height: 130px;
  }
}
.p-section-entry__bottom-light-left, .p-section-entry__bottom-light-right {
  position: absolute;
  bottom: 9.3333333333vw;
  left: 50%;
  display: block;
  width: 62.4vw;
  height: auto;
}
@media screen and (min-width: 860px) {
  .p-section-entry__bottom-light-left, .p-section-entry__bottom-light-right {
    bottom: 50px;
    width: 342px;
  }
}
.p-section-entry__bottom-light-left {
  transform: translate(-74.6666666667vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__bottom-light-left {
    transform: translate(-540px, 0);
  }
}
.p-section-entry__bottom-light-right {
  transform: translate(10.6666666667vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-entry__bottom-light-right {
    transform: translate(190px, 0);
  }
}

.p-background-bottom {
  background-image: url('../img/background-bottom/p-background-bottom__background.jpg?1719280914');
  background-repeat: repeat;
  background-position: center top;
  background-size: 15.2vw;
}
@media screen and (min-width: 860px) {
  .p-background-bottom {
    background-size: 57px;
  }
}

@keyframes fuwafuwa-padding-pc {
  0% {
    padding-top: 0;
  }
  50% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
.p-section-x {
  position: relative;
}
.p-section-x__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-section-x__maipyon-left, .p-section-x__maipyon-right {
  position: absolute;
  left: 50%;
  display: block;
  width: 29.6vw;
  height: auto;
  transition: all 0.5s linear;
}
@media screen and (min-width: 860px) {
  .p-section-x__maipyon-left, .p-section-x__maipyon-right {
    width: 181px;
  }
}
.p-section-x__maipyon-left {
  top: 24vw;
  opacity: 0;
  transform: translate(-84vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-x__maipyon-left {
    top: 105px;
    transform: translate(-540px, 0);
  }
}
.p-section-x__maipyon-left--active {
  opacity: 1;
  transform: translate(-57.3333333333vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-x__maipyon-left--active {
    transform: translate(-440px, 0);
  }
}
.p-section-x__maipyon-right {
  top: 24vw;
  opacity: 0;
  transform: translate(54.6666666667vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-x__maipyon-right {
    top: 110px;
    transform: translate(370px, 0);
  }
}
.p-section-x__maipyon-right--active {
  opacity: 1;
  transform: translate(28vw, 0);
}
@media screen and (min-width: 860px) {
  .p-section-x__maipyon-right--active {
    transform: translate(270px, 0);
  }
}
.p-section-x__confetti {
  position: absolute;
  top: 8vw;
  left: 50%;
  display: block;
  width: 139.4666666667vw;
  height: auto;
  opacity: 0;
  transition: all 0.25s linear 0.5s;
  transform: translate(-50%, 0) scale(0.1);
}
@media screen and (min-width: 860px) {
  .p-section-x__confetti {
    top: 39px;
    width: 1073px;
  }
}
.p-section-x__confetti--active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.p-section-x__decoration {
  display: none;
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration {
    position: absolute;
    left: 50%;
    display: block;
    height: auto;
    animation-name: fuwafuwa-padding-pc;
    animation-timing-function: linear;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--01 {
    top: 597px;
    width: 154px;
    transform: translate(308px, 0);
    animation-delay: 0;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--02 {
    top: 1127px;
    width: 154px;
    transform: translate(-429px, 0);
    animation-delay: -0.25s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--03 {
    top: 1473px;
    width: 154px;
    transform: translate(304px, 0);
    animation-delay: -0.5s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--04 {
    top: 2001px;
    width: 154px;
    transform: translate(-435px, 0);
    animation-delay: -0.75s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--05 {
    top: 598px;
    width: 233px;
    transform: translate(-503px, 0);
    animation-delay: -1s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--06 {
    top: 940px;
    width: 233px;
    transform: translate(288px, 0);
    animation-delay: -1.25s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--07 {
    top: 1470px;
    width: 233px;
    transform: translate(-505px, 0);
    animation-delay: -1.5s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--08 {
    top: 1814px;
    width: 233px;
    transform: translate(286px, 0);
    animation-delay: -1.75s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--09 {
    top: 2347px;
    width: 233px;
    transform: translate(-505px, 0);
    animation-delay: -2s;
  }
}
@media screen and (min-width: 860px) {
  .p-section-x__decoration--10 {
    top: 2347px;
    width: 233px;
    transform: translate(293px, 0);
    animation-delay: -2.25s;
  }
}
.p-section-x__content {
  position: relative;
  z-index: 0;
  padding-top: 14.4vw;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 860px) {
  .p-section-x__content {
    padding-top: 122px;
    padding-bottom: 20px;
  }
}
.p-section-x__title {
  display: block;
  width: 63.4666666667vw;
  margin-right: auto;
  margin-bottom: 8.5333333333vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-x__title {
    width: 561px;
    margin-bottom: 40px;
  }
}
.p-section-x__title-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-section-x__text {
  margin-bottom: 3.2vw;
  font-size: 3.7333333333vw;
  line-height: 6.4vw;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-x__text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 35px;
  }
}
.p-section-x__notice {
  margin-bottom: 8vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 860px) {
  .p-section-x__notice {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 22px;
  }
}
.p-section-x__phase {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 860px) {
  .p-section-x__phase {
    margin-bottom: 50px;
  }
}
.p-section-x__phase-title {
  position: relative;
  display: block;
  width: 74.6666666667vw;
  margin-right: auto;
  margin-bottom: 4.2666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-x__phase-title {
    width: 380px;
    margin-bottom: 21px;
  }
}
.p-section-x__phase-title-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.p-section-x__phase-title-ended {
  position: absolute;
  top: 12vw;
  left: -10.9333333333vw;
  display: block;
  width: 96.5333333333vw;
  height: auto;
}
@media screen and (min-width: 860px) {
  .p-section-x__phase-title-ended {
    top: 62px;
    left: -60px;
    width: 491px;
  }
}
.p-section-x__phase-tweet {
  width: 74.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-x__phase-tweet {
    width: 380px;
  }
}
.p-section-x__phase-tweet > * {
  margin-right: auto;
  margin-left: auto;
}
.p-section-x__phase-coming {
  display: block;
  width: 74.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-x__phase-coming {
    width: 380px;
  }
}

.p-section-notes {
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 860px) {
  .p-section-notes {
    padding-bottom: 45px;
  }
}
.p-section-notes__title {
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
@media screen and (min-width: 860px) {
  .p-section-notes__title {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
.p-section-notes__note-list {
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .p-section-notes__note-list {
    width: 860px;
  }
}
.p-section-notes__note {
  padding-left: 1em;
  font-size: 3.2vw;
  line-height: 5.6vw;
  color: #fff;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
@media screen and (min-width: 860px) {
  .p-section-notes__note {
    font-size: 14px;
    line-height: 28px;
  }
}
.p-section-notes__note a {
  color: #1eaa39;
}

.p-section-footer {
  padding-bottom: 32vw;
}
@media screen and (min-width: 860px) {
  .p-section-footer {
    padding-bottom: 16.6666666667vw;
  }
}
.p-section-footer__contact {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  margin-bottom: 7.4666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-section-footer__contact {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.p-section-footer__contact a {
  color: #1eaa39;
}
.p-section-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 3.7333333333vw;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-section-footer__copyright {
    font-size: 18px;
  }
}

.p-float__audience {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 32vw;
  pointer-events: none;
  transition: all 0.5s linear;
  transform: translate(0, 5%);
  background-image: url('../img/float/p-float__audience--sp.webp?1719280914');
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: repeat-x;
  animation: parapara steps(4, jump-end) 0.5s infinite, none;
}
@media screen and (min-width: 860px) {
  .p-float__audience {
    height: 16.6666666667vw;
    background-image: url('../img/float/p-float__audience--pc.webp?1719280914');
  }
}
.p-float__audience--hidden {
  transform: translate(0, 100%);
}
.p-float__audience--hue-rotate-120deg {
  filter: hue-rotate(120deg);
}
.p-float__audience--hue-rotate-240deg {
  filter: hue-rotate(240deg);
}
.p-float__audience--hue-animation {
  animation: parapara steps(4, jump-end) 0.5s infinite, hue-keyframes steps(4, jump-start) 2s infinite;
}
.p-float__entry {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 4vw;
  display: block;
  width: 20.5333333333vw;
  transition: transform 1s linear;
  transform: translate(100%, 0);
}
@media screen and (min-width: 860px) {
  .p-float__entry {
    right: 10px;
    bottom: 25px;
    width: 160px;
  }
}
.p-float__entry--active {
  transform: translate(0, 0);
}
.p-float__entry-image {
  display: block;
  width: 100%;
  height: auto;
}
.u-pc-block {
  display: none;
}
@media screen and (min-width: 860px) {
  .u-pc-block {
    display: block;
  }
}

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

.u-pc-inline-block {
  display: none;
}
@media screen and (min-width: 860px) {
  .u-pc-inline-block {
    display: inline-block;
  }
}

.u-sp-block {
  display: block;
}
@media screen and (min-width: 860px) {
  .u-sp-block {
    display: none;
  }
}

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 860px) {
  .u-sp-inline {
    display: none;
  }
}

.u-sp-inline-block {
  display: inline-block;
}
@media screen and (min-width: 860px) {
  .u-sp-inline-block {
    display: none;
  }
}