@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap");
:root {
  --color-font-base: #ffffff;
  --color-font-link: #ffffff;
}

/*!
 * ress.css • v2.0.4
 * 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 */
}

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

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

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

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; /* pxove 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; /* pxove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* pxove 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: bold; /* 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;
}

/* # =================================================================
   # 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 incpxent and decpxent 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; /* pxove 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;
}

/* pxove 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 pxoved 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 */
}

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

/* 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; /* pxove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  position: relative;
}
html.is-lock {
  overflow: hidden;
}

body {
  position: relative;
  z-index: 1;
  margin: auto;
  color: var(--color-font-base);
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "New Tegomin", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.1rem;
  }
}

.l-outer {
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  box-sizing: border-box;
}

a {
  color: var(--color-font-link);
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  a:hover, a:active {
    text-decoration: none;
  }
}

p {
  font-size: 1.6rem;
}
p > a {
  text-decoration: underline;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  p > a:hover, p > a:active {
    opacity: 0.7;
    text-decoration: none;
  }
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}
table tr {
  vertical-align: top;
}

button {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

abbr {
  text-decoration: none;
}

li {
  list-style: none;
}

dfn {
  display: block;
  font-style: normal;
}

hr {
  display: none;
}

/* ==================  LAYOUT // .l-**  ================== */
/* ------------------  outer  ------------------ */
.l-outer {
  position: relative;
}
.l-outer .p-kv-title {
  opacity: 0;
  transform: scale(1.2);
  filter: blur(5px);
}
.l-outer .p-kv-date {
  transform: translateY(20px);
  opacity: 0;
}
.l-outer .p-kv-countdown {
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
}
.l-outer .p-kv-countdown__inner {
  opacity: 0;
}
.l-outer .p-kv-movie {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
}
.l-outer .p-kv-movie__inner {
  position: relative;
  width: 100%;
  padding-top: 62.3188405797%;
}
.l-outer .p-kv-movie__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/kv_frame2.png) center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.l-outer .p-kv-movie__inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  padding-top: 47.8125%;
  transform: translate(-50%, -50%);
}
.l-outer .p-kv-movie__inner iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.l-outer.is-start .p-kv-title {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 0.3s, transform 0.6s cubic-bezier(1, 0.87, 0, 1.2), filter 0.3s;
}
.l-outer.is-start .p-kv-date {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.6s 0.2s, transform 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
}
.l-outer.is-start .p-kv-countdown {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, transform 1.2s cubic-bezier(1, 0.87, 0, 1.2) 0.4s, filter 0.6s 0.4s;
}
.l-outer.is-start .p-kv-movie {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, transform 1.2s cubic-bezier(1, 0.87, 0, 1.2) 0.4s, filter 0.6s 0.4s;
}
.l-outer.is-start .p-kv-countdown__inner {
  opacity: 1;
  transition: opacity 0.3s 1.4s;
}
.l-outer.is-loaded .l-op {
  display: none;
}

.l-pc_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/pc/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.l-pc_bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/op/1_base.webp");
  background-size: cover;
  background-position: center;
  filter: blur(20px);
}
.l-pc_bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  opacity: 0.3;
  mix-blend-mode: hue;
}

.l-content {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.l-kv {
  position: relative;
  background-image: url("../img/top/kv_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 65%;
}
.l-kv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 27.1%;
  left: 0;
  bottom: 0;
  background-image: url("../img/top/kv_building.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.l-kv__inner {
  position: relative;
  z-index: 1;
}

.l-section {
  position: relative;
}
.l-section__inner {
  padding: 0 25px;
  position: relative;
}
.l-section--spec {
  background-image: url("../img/spec/bg_spec.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 79px;
  padding-bottom: 34.5%;
  z-index: 2;
  -webkit-mask-image: url("../img/spec/bg_spec.png");
  mask-image: url("../img/spec/bg_spec.png");
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.l-section--story {
  padding-top: 145px;
  margin-top: -70px;
  padding-bottom: 52%;
  z-index: 1;
}
.l-section--story:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/story/bg_story_blood.png");
  background-position: bottom 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.l-section--story::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 14.4%;
  left: 0;
  background-image: url("../img/story/bg_story_building.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-section--story .l-section__inner {
  z-index: 1;
}
.l-section--story.js-animation::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.l-section--story.js-animation.is-active::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 20s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 20s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 20s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 20s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-section--point {
  background-image: url("../img/point/bg_point.jpg");
  padding-top: 79px;
  margin-top: -15px;
  padding-bottom: 116px;
  background-position: top 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-section--histroy {
  padding-top: 121px;
  padding-bottom: 57px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-section--histroy .l-section__inner {
  z-index: 1;
}
.l-section--histroy::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/history/bg_history.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  animation: bgFlash 3s linear 0s infinite;
}
@keyframes bgFlash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.7;
  }
  15% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.7;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-section--histroy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), 20%, rgb(0, 0, 0));
}

.l-footer {
  position: relative;
  background-image: url("../img/footer/bg_footer.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 234px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 75px;
  }
}
.l-footer__inner {
  padding: 0 20px;
}

.l-op {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-op::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.l-op__inner {
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-op.is-hidden {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s 0.8s;
}
.l-op.is-hidden::after {
  opacity: 1;
  transition: opacity 0.4s;
}

.l-pc_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-pc_bg__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-pc_bg__deco {
  position: absolute;
  width: calc((100% - 450px) / 2);
  height: 100%;
  top: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}
.l-pc_bg__deco:nth-child(1) {
  left: 0;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(1) {
  bottom: 20px;
  right: 20px;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(2) {
  top: 20px;
  left: 20px;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(2)::before {
  transform: rotate(-170deg);
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(3) {
  top: 20%;
  right: 0;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(3)::before {
  transform: rotate(20deg);
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(4) {
  top: 70%;
  left: 10%;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(4)::before {
  transform: rotate(-90deg);
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(5) {
  bottom: 30%;
  left: 15%;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(5)::before {
  transform: rotate(140deg);
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(6) {
  top: -5%;
  right: 2%;
}
.l-pc_bg__deco:nth-child(1) .l-pc_bg__item:nth-child(6)::before {
  transform: rotate(140deg);
}
.l-pc_bg__deco:nth-child(2) {
  right: 0;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(1) {
  right: 20px;
  top: 20px;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(1)::before {
  transform: rotate(-170deg);
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(2) {
  top: -5%;
  left: 50px;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(3) {
  bottom: 20px;
  right: 20px;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(3)::before {
  transform: rotate(90deg);
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(4) {
  bottom: 20px;
  left: 20px;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(4)::before {
  transform: rotate(90deg);
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(5) {
  top: 30%;
  right: 30%;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(5)::before {
  transform: rotate(120deg);
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(6) {
  bottom: -10%;
  right: 30%;
}
.l-pc_bg__deco:nth-child(2) .l-pc_bg__item:nth-child(6)::before {
  transform: rotate(-27deg);
}
.l-pc_bg__item {
  position: absolute;
  width: 35%;
  height: 35%;
  opacity: 0;
  filter: blur(5px);
  transform: scale(0.3);
  transition: opacity 0.5s, transform 0s 0.8s;
}
.l-pc_bg__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-pc_bg__item:nth-child(1)::before {
  background-image: url("../img/pc/hand_1.png");
}
.l-pc_bg__item:nth-child(2)::before {
  background-image: url("../img/pc/hand_2.png");
}
.l-pc_bg__item:nth-child(3)::before {
  background-image: url("../img/pc/hand_3.png");
}
.l-pc_bg__item:nth-child(4)::before {
  background-image: url("../img/pc/hand_4.png");
}
.l-pc_bg__item:nth-child(5)::before {
  background-image: url("../img/pc/hand_5.png");
}
.l-pc_bg__item:nth-child(6)::before {
  background-image: url("../img/pc/hand_6.png");
}
.l-pc_bg__item.is-animate {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: all 0.3s;
  transition: transform 0.2s cubic-bezier(1, 0.87, 0, 1.2), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
}
.l-pc_bg__chara {
  position: absolute;
  width: calc((100% - 450px) / 2);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.l-pc_bg__chara-item {
  position: absolute;
  width: 110%;
  height: 100%;
  left: -82%;
  top: 50%;
  transform: translateY(-30%);
}
.l-pc_bg__chara-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/pc/ghost.png");
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-pc_bg__chara-item.is-animate::before {
  opacity: 1;
  transition: opacity 5s;
}
html.is-op {
  overflow: hidden;
}
html.is-op .l-pc_bg::before, html.is-op .l-pc_bg::after {
  opacity: 1;
}
html.is-op .l-pc_bg__deco,
html.is-op .l-pc_bg__chara {
  opacity: 0;
}
html.is-start .l-pc_bg::before, html.is-start .l-pc_bg::after {
  opacity: 0;
  transition: opacity 0.8s;
}

/* ==================  PARTS // .p-**  ================== */
.p-op_base-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../img/op/2_base.webp");
  transform: scale(1.3);
}
.p-op_base-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/noise.png");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
  animation: bgAnimation 2s infinite steps(10) normal forwards;
}
.p-op_base-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
.p-op_base-bg__filter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/op/1-r.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.4;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_base-bg__filter::before, .p-op_base-bg__filter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.8;
  animation-name: bgShaffleBase1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_base-bg__filter::before {
  animation-duration: 2s;
  background-image: url("../img/op/2_g.webp");
}
.p-op_base-bg__filter::after {
  animation-duration: 8s;
  background-image: url("../img/op/2_b.webp");
}

.p-op_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-op_content .p-op_base-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6d0000;
  z-index: 1;
  opacity: 0;
}
.p-op_content .p-op_base-cover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/noise.png");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
  animation: bgAnimation 2s infinite steps(10) normal forwards;
  mix-blend-mode: hard-light;
}
.p-op_content .p-op_base-cover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
}
.p-op_content__base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/1_base.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(0) scale(1.2);
}
.p-op_content__base::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/noise.png");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
  animation: bgAnimation 2s infinite steps(10) normal forwards;
}
@keyframes bgAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10%, 10%;
  }
}
.p-op_content__base::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
@keyframes bgShaffleBase1 {
  2% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  4% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  6% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  8% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  10% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  12% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  14% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  16% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  18% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  20% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  22% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  24% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  26% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  28% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  30% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  32% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  34% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  36% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  38% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  40% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  42% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  44% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  46% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  48% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  50% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  52% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  54% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  56% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  58% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  60% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  62% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  64% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  66% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  68% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  70% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  72% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  74% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  76% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  78% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  82% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  84% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  86% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  88% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  90% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  92% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  94% {
    transform: translate(0px, 100px) rotate(0.5deg);
  }
  96% {
    transform: translate(100px, 0px) rotate(0.5deg);
  }
  98% {
    transform: translate(100px, 100px) rotate(0.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
.p-op_content__base-filter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/1-r.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  animation-name: bgShaffleBase1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content__base-filter::before, .p-op_content__base-filter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  animation-name: bgShaffleBase1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content__base-filter::before {
  background-image: url("../img/op/1-b.webp");
  animation-duration: 10s;
}
.p-op_content__base-filter::after {
  background-image: url("../img/op/1-g.webp");
  animation-duration: 8s;
}
.p-op_content::before {
  content: "";
}
.p-op_content__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.p-op_content__item-base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-op_content__item-filter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/1-r.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  animation-name: bgShaffleBase1;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content__item-filter::before, .p-op_content__item-filter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  animation-name: bgShaffleBase1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content__item-filter::before {
  background-image: url("../img/op/1-b.webp");
  animation-duration: 10s;
}
.p-op_content__item-filter::after {
  background-image: url("../img/op/1-g.webp");
  animation-duration: 8s;
}
.p-op_content__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.2);
  filter: blur(5px);
  font-size: 1.8rem;
  text-align: center;
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s, filter 0.6s;
}
.p-op_content-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.p-op_content-bg--01 {
  transform: scale(1.1);
}
.p-op_content-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/op/noise.png");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: repeat;
  z-index: 2;
  animation: bgAnimation 2s infinite steps(10) normal forwards;
}
.p-op_content-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
.p-op_content-bg__filter {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/op/2_b.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.4;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content-bg__filter::before, .p-op_content-bg__filter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 0.8;
  animation-name: bgShaffleBase1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.p-op_content-bg__filter::before {
  animation-duration: 2s;
}
.p-op_content-bg__filter::after {
  animation-duration: 8s;
}
.p-op_content__skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.p-op_content .p-op_content-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="1"] .p-op_content__base {
  animation: walk01 2.8s ease forwards;
}
@keyframes walk01 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.p-op_content.is-animate[data-current-state="1"] .p-op_base-bg {
  opacity: 1;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s;
}
.p-op_content.is-animate[data-current-state="1"] .p-op_content__item--01 {
  opacity: 1;
}
.p-op_content.is-animate[data-current-state="1"] .p-op_content__item--01 .p-op_content-bg {
  display: none;
}
.p-op_content.is-animate[data-current-state="1"] .p-op_content__item--01 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 0.6s 1.3s, opacity 0.6s 1.3s, filter 0.6s 1.3s;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_base-bg {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__base {
  transform: scale(1.1);
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 {
  opacity: 1;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-bg {
  background-image: url("../img/op/3_base.webp");
  opacity: 1;
  transform: scale(1.7);
  transition: opacity 0s 0.5s, transform 1s cubic-bezier(0.87, 0, 0.13, 1) 1s;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-bg::after {
  opacity: 0.3;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-bg .p-op_content-bg__filter {
  background-image: url("../img/op/3_b.webp");
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-bg .p-op_content-bg__filter::before {
  background-image: url("../img/op/3_g.webp");
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-bg .p-op_content-bg__filter::after {
  background-image: url("../img/op/3_r.webp");
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content-screen {
  opacity: 1;
  animation: screenVisible 0.4s ease 2.3s 1 forwards;
}
@keyframes screenVisible {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  animation: screenVisible 0.4s ease 2.1s 1 forwards;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s, filter 0.6s 0.2s;
}
.p-op_content.is-animate[data-current-state="2"] .p-op_content__item--02 .p-op_content__text em {
  color: #d20001;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
@keyframes screenVisible {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-op_content.is-animate[data-current-state="2"] .p-op_base-cover {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.87, 0, 0.13, 1) 1.5s;
}
.p-op_content.is-animate[data-current-state="3"] .p-op_base-cover {
  opacity: 0;
  transition: opacity 0.5s;
}
.p-op_content.is-animate[data-current-state="3"] .p-op_base-bg {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__base {
  transform: scale(1.1);
  transition: transform 0.3s;
  animation: walk03 1.5s cubic-bezier(0.87, 0, 0.13, 1) 0s forwards;
}
@keyframes walk03 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 {
  opacity: 1;
  transition: opacity 0.3s;
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content-bg {
  background-image: url("../img/op/4_base.webp");
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content-bg::after {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content-bg .p-op_content-bg__filter {
  background-image: url("../img/op/4_b.webp");
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content-bg .p-op_content-bg__filter::before {
  background-image: url("../img/op/4_g.webp");
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content-bg .p-op_content-bg__filter::after {
  background-image: url("../img/op/4_r.webp");
}
.p-op_content.is-animate[data-current-state="3"] .p-op_content__item--03 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 0.6s 0.8s, opacity 0.6s 0.8s, filter 0.6s 0.8s;
}
.p-op_content.is-animate[data-current-state="4"] .p-op_base-bg {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__base {
  transform: translateY(0) scale(1.2);
  animation: walk04 1.5s cubic-bezier(0.87, 0, 0.13, 1) 0s forwards;
}
@keyframes walk04 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.3);
  }
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 {
  opacity: 1;
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content-bg {
  background-image: url("../img/op/4_base.webp");
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content-bg::after {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content-bg .p-op_content-bg__filter {
  background-image: url("../img/op/4_b.webp");
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content-bg .p-op_content-bg__filter::before {
  background-image: url("../img/op/4_g.webp");
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content-bg .p-op_content-bg__filter::after {
  background-image: url("../img/op/4_r.webp");
}
.p-op_content.is-animate[data-current-state="4"] .p-op_content__item--04 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 0.6s 1s, opacity 0.6s 1s, filter 0.6s 1s;
}
.p-op_content.is-animate[data-current-state="5"] .p-op_base-bg {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__base {
  transform: translateY(0) scale(1.3);
  animation: OpShake 0.2s linear 0s 3 forwards;
}
@keyframes OpShake {
  0% {
    transform: translate(0, 0) scale(1.3);
  }
  10% {
    transform: translate(5px, 0) scale(1.3);
  }
  15% {
    transform: translate(0, 2px) scale(1.3);
  }
  20% {
    transform: translate(-5px, -2px) scale(1.3);
  }
  30% {
    transform: translate(5px, 5px) scale(1.3);
  }
  35% {
    transform: translate(0, 5px) scale(1.3);
  }
  40% {
    transform: translate(-5px, 0) scale(1.3);
  }
  50% {
    transform: translate(5px, 0) scale(1.3);
  }
  100% {
    transform: translate(0, 0) scale(1.3);
  }
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 {
  opacity: 1;
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg {
  background-image: url("../img/op/4_base.webp");
  opacity: 1;
  transition: opacity 0s 2s;
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg .p-op_content-bg__filter {
  background-image: url("../img/op/4_b.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg .p-op_content-bg__filter::before {
  background-image: url("../img/op/4_g.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg .p-op_content-bg__filter::after {
  background-image: url("../img/op/4_r.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg--02 {
  background-image: url("../img/op/3_base.webp");
  opacity: 1;
  transition: opacity 0s 2s;
  animation: screenVisible 0s ease 2.2s 1 forwards;
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg--02 .p-op_content-bg__filter {
  background-image: url("../img/op/3_b.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg--02 .p-op_content-bg__filter::before {
  background-image: url("../img/op/3_g.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content-bg--02 .p-op_content-bg__filter::after {
  background-image: url("../img/op/3_r.webp");
}
.p-op_content.is-animate[data-current-state="5"] .p-op_content__item--05 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 0.6s 0.8s, opacity 0.6s 0.8s, filter 0.6s 0.8s;
}
.p-op_content.is-animate[data-current-state="6"] .p-op_base-bg {
  opacity: 0;
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__base {
  transform: translateY(0) scale(1.3);
  animation: walk05 10s linear 0s forwards;
}
@keyframes walk05 {
  0% {
    transform: translateY(0) scale(1.3);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 {
  opacity: 1;
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content-bg {
  background-image: url("../img/op/5_base.webp");
  opacity: 1;
  animation: screenVisible 0s ease 0.2s 1 forwards;
}
@keyframes screenVisible {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content-bg .p-op_content-bg__filter {
  background-image: url("../img/op/5_b.webp");
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content-bg .p-op_content-bg__filter::before {
  background-image: url("../img/op/5_g.webp");
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content-bg .p-op_content-bg__filter::after {
  background-image: url("../img/op/5_r.webp");
}
@keyframes opBgZoom2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content__text {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 0.6s 2s, opacity 0.6s 2s, filter 0.6s 2s !important;
  animation: oplastShake 1s linear 4s 1 forwards;
}
.p-op_content.is-animate[data-current-state="6"] .p-op_content__item--06 .p-op_content__text::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: -1px 0 #d20001;
  top: 0;
  color: #ffffff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim2 2s infinite linear alternate-reverse;
}
@keyframes noise-anim2 {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
    transform: translateX(-50%) scale(1);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
    transform: translateX(-50%) scale(1.4);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
    transform: translateX(-50%) scale(1);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
    transform: translateX(-50%) scale(1);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
    transform: translateX(-50%) scale(1);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
    transform: translateX(-50%) scale(1);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
    transform: translateX(-50%) scale(1);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
    transform: translateX(-50%) scale(1);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
    transform: translateX(-50%) scale(1);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
    transform: translateX(-50%) scale(1);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
    transform: translateX(-50%) scale(1);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
    transform: translateX(-50%) scale(1);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
    transform: translateX(-50%) scale(1);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
    transform: translateX(-50%) scale(1);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
    transform: translateX(-50%) scale(1);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
    transform: translateX(-50%) scale(1);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
    transform: translateX(-50%) scale(1);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
    transform: translateX(-50%) scale(1);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
    transform: translateX(-50%) scale(1);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
    transform: translateX(-50%) scale(1);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes oplastShake {
  0% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  22% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  29% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  30% {
    transform: translate(-50%, -50%) scale(1) skewX(30deg);
  }
  31% {
    transform: translate(-50%, -50%) scale(1) skewX(-90deg);
  }
  32% {
    transform: translate(-50%, -50%) scale(1.05) skewX(0);
  }
  35% {
    transform: translate(-50%, -50%) scale(1.05) skewX(20deg);
  }
  36% {
    transform: translate(-50%, -50%) scale(1) skewX(-40deg);
  }
  37% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  49% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.95) skewX(0);
  }
  70% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  71% {
    transform: translate(-50%, -50%) scale(1) skewX(-120deg);
  }
  72% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  95% {
    transform: translate(-50%, -50%) scale(1) skewX(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0) skewX(0);
  }
}

.p-kv-title {
  margin-bottom: -55px;
}
.p-kv-title__inner img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.p-kv-date {
  margin-bottom: -12px;
}
.p-kv-date__inner img {
  display: block;
  margin: 0 auto;
}

.p-kv-countdown {
  position: relative;
  max-width: calc(100% - 110px);
  width: 100%;
  margin: 0 auto;
}
.p-kv-countdown.is-hidden {
  opacity: 0;
}
.p-kv-countdown__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 31px 20px 40px;
}
.p-kv-countdown__title {
  width: 100%;
  font-size: clamp(2vw, 4.8vw, 2rem);
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: -0.05em;
  text-indent: 0.23em;
  position: relative;
}
.p-kv-countdown__title::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: -1px 0 #d20001;
  top: 0;
  color: #ffffff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}
.p-kv-countdown__count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -10px;
  transform: translateX(0.7em);
}
.p-kv-countdown__num {
  font-size: clamp(3vw, 29vw, 10rem);
  line-height: 1;
  color: #d20001;
  letter-spacing: -0.01em;
  position: relative;
}
.p-kv-countdown__num::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: -1px 0 #330e0e;
  top: 0;
  color: #d20001;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}
.p-kv-countdown__unit {
  font-size: clamp(3vw, 8vw, 3.3rem);
  line-height: 1;
  margin-left: 0.05em;
  position: relative;
}
.p-kv-countdown__unit::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: -1px 0 #d20001;
  top: 0;
  color: #ffffff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}

.p-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-title__inner {
  width: 100%;
}
.p-title--spec .p-title__inner {
  max-width: 132px;
}
.p-title--story .p-title__inner {
  max-width: 170px;
}
.p-title--point .p-title__inner {
  max-width: 167px;
}
.p-title--history .p-title__inner {
  max-width: 236px;
}
.p-title.js-animation {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-title.js-animation.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 3s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-spec-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-spec-deco__item {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-spec-deco__item:nth-child(1) {
  width: 175px;
  height: 175px;
  top: 12.5%;
  right: -37px;
  background-image: url("../img/spec/bg_spec_hand_r.png");
}
.p-spec-deco__item:nth-child(2) {
  width: 155px;
  height: 155px;
  bottom: -40px;
  left: -15px;
  background-image: url("../img/spec/bg_spec_hand_l.png");
}
.p-spec-deco__item.js-animation {
  margin-top: -40px;
  transform: scale(0);
  filter: blur(5px);
}
.p-spec-deco__item.js-animation.is-active {
  margin-top: 0;
  transform: scale(1);
  filter: blur(0);
  transition: transform 0.3s cubic-bezier(1, 0.87, 0, 1.2) 0.4s, filter 0.4s cubic-bezier(1, 0.87, 0, 1.2) 0.4s, margin-top 2s ease 1.2s;
}

.p-spec-list_spec {
  margin-top: 37px;
}
.p-spec-list_spec__item {
  background-color: #000000;
  padding: 13px 10px 17px 20px;
  display: flex;
  align-items: baseline;
}
.p-spec-list_spec__item + .p-spec-list_spec__item {
  margin-top: 10px;
}
.p-spec-list_spec__item.js-animation {
  transform: translateY(20px);
  opacity: 0;
  filter: blur(5px);
}
.p-spec-list_spec__item.js-animation.is-active {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-spec-list_spec__head {
  flex-shrink: 0;
  min-width: 5.9rem;
}
.p-spec-list_spec__body {
  max-width: 100%;
  width: 100%;
  padding-left: 2.1rem;
}
.p-spec-list_spec__title {
  display: flex;
  justify-content: space-between;
}
.p-spec-list_spec__title-item {
  font-size: 1.6rem;
  color: #ee0200;
}
.p-spec-list_spec__main {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}
.p-spec-list_spec__main--type_02 {
  font-size: 1.4rem;
  margin-left: -0.2em;
}
.p-spec-list_spec__sub {
  font-size: 1.1rem;
  margin-left: -0.1em;
  letter-spacing: -0.12em;
  text-indent: -0.5em;
}
.p-spec-list_spec__note {
  font-size: 1em;
  margin-left: -0.7em;
  line-height: 1.5;
  letter-spacing: -0.08em;
  text-indent: -0.1em;
}

.p-spec-list_price {
  margin-left: -0.1em;
  margin-bottom: 0.2em;
}
.p-spec-list_price__item {
  display: flex;
  align-items: baseline;
}
.p-spec-list_price__item + .p-spec-list_price__item {
  margin-top: 11px;
}
.p-spec-list_price__head {
  flex-shrink: 0;
  min-width: 9rem;
}
.p-spec-list_price__body {
  max-width: 100%;
  width: 100%;
  padding-left: 1em;
}
.p-spec-list_price__title {
  font-size: 1.3rem;
  letter-spacing: -0.08em;
}
.p-spec-list_price__note {
  font-size: 0.95rem;
  line-height: 1.2;
  margin-left: -0.55em;
  letter-spacing: -0.07em;
}
.p-spec-list_price__price {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.p-story-text {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-story-text__item {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.712;
}
.p-story-text.js-animation {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-story-text.js-animation.is-active {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 1s;
}

.p-story-btn {
  width: 80%;
  margin: 40px auto 0;
}

.p-point-lead {
  margin-top: 50px;
}
.p-point-lead img {
  max-width: 238px;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-point-lead.js-animation {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-point-lead.js-animation.is-active {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 1s;
}

.p-point-layout {
  margin-top: 60px;
}
.p-point-layout__item {
  display: flex;
  position: relative;
}
.p-point-layout__item + .p-point-layout__item {
  margin-top: 45px;
}
.p-point-layout__item:nth-child(3) {
  margin-top: 55px;
}
.p-point-layout__item:nth-child(odd) .p-point-layout__body {
  margin-left: -8.1%;
}
.p-point-layout__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-point-layout__item:nth-child(even) .p-point-layout__body {
  margin-right: -7.2%;
  padding-left: 20.1%;
}
.p-point-layout__item.js-animation .p-point-layout__head {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-point-layout__item.js-animation .p-point-layout__text {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-point-layout__item.js-animation.is-active .p-point-layout__head {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 1s;
}
.p-point-layout__item.js-animation.is-active .p-point-layout__text {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s 0.2s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.2s, filter 1s 0.2s;
}
.p-point-layout__head {
  flex-shrink: 0;
  max-width: 77%;
  width: 100%;
}
.p-point-layout__body {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-point-layout__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
}

.p-point-note {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  letter-spacing: -0.04em;
  font-size: 1.2rem;
  text-indent: 0.2em;
}

.p-histroy-list_history {
  margin-top: 34px;
}
.p-histroy-list_history__item + .p-histroy-list_history__item {
  margin-top: 74px;
}
.p-histroy-list_history__item.js-animation {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(5px);
}
.p-histroy-list_history__item.js-animation.is-active {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.5s, opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1), filter 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-histroy-list_history__visual {
  margin-bottom: -16px;
}
.p-histroy-list_history__visual img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.p-histroy-list_history__period {
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 1.4rem;
}
.p-histroy-list_history__title {
  margin-top: 5px;
  position: relative;
}
.p-histroy-list_history__title-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.p-histroy-list_history__text {
  margin-top: 21.5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: -0.075em;
}

.p-footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer-link__link {
  display: block;
  max-width: 210px;
  width: 100%;
}

.p-footer-list_share {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.p-footer-list_share__title-main, .p-footer-list_share__title-sub {
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-footer-list_share__title-main {
  font-size: 1rem;
}
.p-footer-list_share__title-sub {
  font-size: 0.89rem;
}
.p-footer-list_share__list {
  display: flex;
  align-items: center;
  margin-left: 37px;
}
.p-footer-list_share__item {
  width: 100%;
}
.p-footer-list_share__item + .p-footer-list_share__item {
  margin-left: 33px;
}
.p-footer-list_share__item--ig {
  max-width: 27px;
}
.p-footer-list_share__item--x {
  max-width: 23px;
}
.p-footer-list_share__item--tk {
  max-width: 23px;
}
.p-footer-list_share__link {
  display: block;
}

.p-footer-copy {
  text-align: center;
  margin-top: 52px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  color: #777777;
}

.p-totop {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  max-width: 450px;
  width: 100%;
  pointer-events: none;
}
.p-totop__btn {
  position: relative;
  width: 74px;
  cursor: pointer;
  margin-left: auto;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  .p-totop {
    max-width: 100%;
  }
}

.p-ticket {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  width: 90%;
  max-width: 300px;
  min-width: 150px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transform: scale(1.01);
  opacity: 0;
}
@media only screen and (max-width: 1130px) {
  .p-ticket {
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket {
    position: fixed;
    width: 60%;
  }
}
.is-start .p-ticket {
  opacity: 1;
}
.p-ticket:hover {
  transform: scale(0.97);
}

.p-bnr_senritsu {
  position: absolute;
  bottom: 100px;
  left: 25px;
  z-index: 2;
  width: 90%;
  max-width: 300px;
  min-width: 150px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transform: scale(1.01);
  opacity: 0;
}
@media only screen and (max-width: 1130px) {
  .p-bnr_senritsu {
    bottom: 70px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-bnr_senritsu {
    position: fixed;
    width: 60%;
  }
}
.is-start .p-bnr_senritsu {
  opacity: 1;
}
.p-bnr_senritsu:hover {
  transform: scale(0.97);
}

/* ==================  UTILITY // .is-**  ================== */
/* ------------------  display  ------------------ */
.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-tab {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}