@charset "UTF-8";
:root {
  --svh: 100vh;
  --lvh: 100vh;
  --lvh_m: calc(var(--lvh) * -1);
  --color-text: var(--color-red);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-red: #cf0000;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 20px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  font-family: "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
  background: var(--color-red);
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
}

.l-menu {
  width: 5rem;
  height: 3.8rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 15;
  color: var(--color-white);
  outline: none !important;
  mix-blend-mode: difference;
  opacity: 0;
}
.is-load .l-menu {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu__content {
  width: 5rem;
  height: 1.7rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}

@media screen and (min-width: 961px) {
  .l-nav {
    display: block;
    position: fixed;
    bottom: 4.3rem;
    left: 5rem;
    z-index: 5;
    mix-blend-mode: difference;
    opacity: 0;
  }
  .is-load .l-nav {
    opacity: 1;
    transition: opacity 0.8s var(--ease_inout);
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--color-black);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.4s var(--ease_out);
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 86%;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1.6rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    color: var(--color-red);
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 700;
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
  }
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-black);
  background: var(--color-red);
  overflow: hidden;
}
.l-footer__container {
  display: block;
  position: relative;
  padding: 1px 0 9.2rem;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__official {
  width: 88%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-top: 3.4rem;
  }
}
.l-footer__brand {
  width: 100%;
  display: block;
  position: relative;
  margin: 7rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    margin-top: 3.5rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 3.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 1.8rem;
    font-size: 1rem;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  gap: 1px;
  position: relative;
}
.l-footer_sns__list-item {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  color: var(--color-red);
  background: var(--color-black);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    height: 5.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    transition: color 0.4s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    color: var(--color-black);
    transition: color 0.8s var(--ease_inout);
  }
}
.l-footer_sns__link::before {
  content: "";
  width: calc(100% + 5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
  clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
  background: var(--color-red);
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease_out), left 0.4s var(--ease_inout), transform 0s linear 0.4s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover::before {
    left: -2.5rem;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.2s var(--ease_out), transform 0.4s var(--ease_inout), left 0s linear;
  }
}
.l-footer_sns__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
  pointer-events: none;
}
.l-footer_sns__link-img {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  position: relative;
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-img {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_official__list {
    display: flex;
    justify-content: center;
    gap: 5rem;
  }
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_official__list-item {
    flex: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_official__list-item + .l-footer_official__list-item {
    margin-top: 1rem;
  }
}
.l-footer_official__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_official__link {
    min-height: 10rem;
  }
}
.l-footer_official__link-text {
  display: block;
  position: relative;
  font-size: 9rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link-text {
    font-size: 4.5rem;
    letter-spacing: 0;
  }
}
.l-footer_official__link-text::before {
  content: "";
  width: 0;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 0.3rem;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link:hover .l-footer_official__link-text::before {
    width: 100%;
    left: 0;
  }
}

.l-footer_brand {
  display: block;
  position: relative;
}
.l-footer_brand__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_brand__list {
    gap: 2.5rem;
  }
}
.l-footer_brand__list-item {
  width: 20rem;
  display: block;
  position: relative;
}
.l-footer_brand__list-item.--brand1 {
  width: 16rem;
}
@media screen and (max-width: 960px) {
  .l-footer_brand__list-item.--brand1 {
    width: 9.6rem;
  }
}
.l-footer_brand__list-item.--brand2 {
  width: 11rem;
}
@media screen and (max-width: 960px) {
  .l-footer_brand__list-item.--brand2 {
    width: 6.6rem;
  }
}
.l-footer_brand__list-item.--brand3 {
  width: 4.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_brand__list-item.--brand3 {
    width: 2.7rem;
  }
}
.l-footer_brand__img {
  display: block;
  position: relative;
}

.p-op {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
}
.is-op-start .p-op {
  opacity: 1;
}
.is-load .p-op {
  display: none;
}
.p-op::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
}
.is-op-start .p-op::before {
  width: 100%;
  transition: width 0.7s var(--ease_inout);
}
.p-op::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-red);
}
.p-op.is-op-2::after {
  width: 100%;
  transition: width 1s cubic-bezier(0.87, 0, 0.13, 1) 0.9s;
}

.p-op__content {
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__content {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
  }
}
.is-op .p-op__content {
  opacity: 1;
}
.p-op__title {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-op__title {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-op__title {
    width: min((var(--svh) - 2rem) * 0.1231343284, 50%);
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 961px) {
  .is-op-2 .p-op__title {
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  .is-op-2 .p-op__title {
    left: 0;
    right: auto;
  }
}
.p-op__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/logo_warning.webp") no-repeat center top/100% 100%;
}
@media screen and (max-width: 960px) {
  .p-op__title::before {
    background: url("../img/logo_warning_v.webp") no-repeat center top/100% 100%;
  }
}
.p-op__title::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-op__title::after {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-op__title::after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .is-op .p-op__title::after {
    width: 0;
    transition: width 2s var(--ease_inout);
  }
}
@media screen and (max-width: 960px) {
  .is-op .p-op__title::after {
    height: 0;
    transition: height 2s var(--ease_inout);
  }
}
.p-op__title-text {
  display: block;
  position: relative;
  opacity: 0;
}
.p-op__count {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
}
@media screen and (min-width: 961px) {
  .p-op__count {
    top: 1.5rem;
    right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-op__count {
    min-width: 10rem;
    bottom: 0.5rem;
    left: 1rem;
  }
}
.p-op__count::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-op__count::after {
    width: 100%;
    height: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-op__count::after {
    width: 0;
    height: 100%;
    right: 0;
  }
}
@media screen and (min-width: 961px) {
  .is-op-1 .p-op__count::after {
    height: 100%;
    transition: height 0.6s var(--ease_inout) 0.5s;
  }
}
@media screen and (max-width: 960px) {
  .is-op-1 .p-op__count::after {
    width: 100%;
    transition: width 0.6s var(--ease_inout) 0.5s;
  }
}
.p-op__count-text {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 8rem;
  line-height: 0.9;
  font-family: "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-op__count-text {
    font-size: 3.8rem;
    letter-spacing: 0;
  }
}

.p-hero {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto var(--lvh_m);
  background: var(--color-red);
}
.p-hero::before {
  content: "";
  width: 100%;
  height: var(--lvh);
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  min-height: calc(var(--lvh));
  display: grid;
  grid-template-columns: 1fr 38.5rem;
  grid-template-rows: 17rem 1fr;
  gap: 2.8rem 3rem;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 3rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    grid-template-columns: min((var(--svh) - 2rem) * 0.1231343284, 50%) 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.8rem 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 1rem;
  }
}
.p-hero__header {
  grid-column: 1/3;
  grid-row: 1/2;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-hero__title {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero__title::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-red);
  pointer-events: none;
}
.is-load .p-hero__title::after {
  width: 0;
  transition: width 0.7s var(--ease_inout);
}
.p-hero__inner {
  grid-column: 1/2;
  grid-row: 2/3;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 22.8rem;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 6.6rem;
  }
}
.p-hero__catch {
  display: block;
  position: relative;
  color: var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-hero__catch {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    padding-right: 0.3rem;
    text-align: right;
  }
}
.p-hero__catch-text {
  display: block;
  position: relative;
  font-size: 4rem;
}
.p-hero__catch-text::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-red);
  pointer-events: none;
}
.is-load .p-hero__catch-text::after {
  width: 0;
  transition: width 0.8s var(--ease_inout);
}
.is-load .p-hero__catch-text:nth-child(1)::after {
  transition-delay: 0.2s;
}

.is-load .p-hero__catch-text:nth-child(2)::after {
  transition-delay: 0.25s;
}

.is-load .p-hero__catch-text:nth-child(3)::after {
  transition-delay: 0.3s;
}

.is-load .p-hero__catch-text:nth-child(4)::after {
  transition-delay: 0.35s;
}

.is-load .p-hero__catch-text:nth-child(5)::after {
  transition-delay: 0.4s;
}

.is-load .p-hero__catch-text:nth-child(6)::after {
  transition-delay: 0.45s;
}

.is-load .p-hero__catch-text:nth-child(7)::after {
  transition-delay: 0.5s;
}

.is-load .p-hero__catch-text:nth-child(8)::after {
  transition-delay: 0.55s;
}

.is-load .p-hero__catch-text:nth-child(9)::after {
  transition-delay: 0.6s;
}

.is-load .p-hero__catch-text:nth-child(10)::after {
  transition-delay: 0.65s;
}

.p-hero__catch-text.--catch1 {
  font-size: 4.8rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text.--catch1 {
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
  }
}
.p-hero__catch-text.--catch2 {
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text.--catch2 {
    font-size: 2.1rem;
    letter-spacing: -0.08rem;
  }
}
.p-hero__catch-text.--catch3 {
  width: 100%;
  max-width: 38.5rem;
  margin-top: 1rem;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text.--catch3 {
    margin-top: 0.3rem;
    margin-left: auto;
    max-width: 25.2rem;
  }
}
.p-hero__catch-text.--catch3 svg {
  opacity: 0;
}
.p-hero__catch-text.--catch3::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/logo_warning_b.webp") no-repeat center/100% 100%;
}
.p-hero__catch-text.--catch4 {
  margin-top: 0.4rem;
  font-size: 4.8rem;
  letter-spacing: 0.05rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-hero__catch-text.--catch4 {
    margin-top: 0.2rem;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.p-hero__footer {
  grid-column: 2/3;
  grid-row: 2/3;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__footer {
    padding-top: 10rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-bottom: 5.2rem;
    padding-right: 0.8rem;
  }
}
.p-hero__tieup {
  display: block;
  position: relative;
}
.p-hero__tieup::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-red);
  pointer-events: none;
}
.is-load .p-hero__tieup::after {
  width: 0;
  transition: width 0.8s var(--ease_inout);
}
.p-hero__tieup-link {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__tieup-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-red);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__tieup-link::after {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-hero__tieup-link:hover::after {
    opacity: 0.4;
  }
}
.p-hero__tieup-text {
  width: 100%;
  max-width: 32rem;
  display: block;
  position: relative;
  left: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero__tieup-text {
    max-width: 23.5rem;
    margin-top: 1.2rem;
  }
}
.p-hero__scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll {
    bottom: 2.8rem;
  }
}
.p-hero__scroll::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-red);
  pointer-events: none;
}
.is-load .p-hero__scroll::after {
  width: 0;
  transition: width 0.8s var(--ease_inout);
}
.p-hero__scroll-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p-hero__scroll-word {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-hero__scroll-word {
    font-size: 1.1rem;
    letter-spacing: -0.05rem;
  }
}
.is-load .p-hero__scroll-word {
  animation: scroll-text 8s cubic-bezier(0.85, 0, 0.15, 1) infinite;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 0s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 0.05s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 0.1s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 0.15s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 0.2s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 0.25s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 0.3s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 0.35s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 0.4s;
}
.is-load .p-hero__scroll-text:nth-child(1) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 0.45s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 0.3s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 0.35s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 0.4s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 0.45s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 0.5s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 0.55s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 0.6s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 0.65s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 0.7s;
}
.is-load .p-hero__scroll-text:nth-child(2) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 0.75s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 0.6s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 0.65s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 0.7s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 0.75s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 0.8s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 0.85s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 0.9s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 0.95s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 1s;
}
.is-load .p-hero__scroll-text:nth-child(3) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 1.05s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 0.9s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 0.95s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 1s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 1.05s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 1.1s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 1.15s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 1.2s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 1.25s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 1.3s;
}
.is-load .p-hero__scroll-text:nth-child(4) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 1.35s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 1.2s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 1.25s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 1.3s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 1.35s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 1.4s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 1.45s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 1.5s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 1.55s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 1.6s;
}
.is-load .p-hero__scroll-text:nth-child(5) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 1.65s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 1.5s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 1.55s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 1.6s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 1.65s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 1.7s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 1.75s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 1.8s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 1.85s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 1.9s;
}
.is-load .p-hero__scroll-text:nth-child(6) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 1.95s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 1.8s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 1.85s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 1.9s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 1.95s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 2s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 2.05s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 2.1s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 2.15s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 2.2s;
}
.is-load .p-hero__scroll-text:nth-child(7) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 2.25s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 2.1s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 2.15s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 2.2s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 2.25s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 2.3s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 2.35s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 2.4s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 2.45s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 2.5s;
}
.is-load .p-hero__scroll-text:nth-child(8) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 2.55s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 2.4s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 2.45s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 2.5s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 2.55s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 2.6s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 2.65s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 2.7s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 2.75s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 2.8s;
}
.is-load .p-hero__scroll-text:nth-child(9) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 2.85s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(1) {
  animation-delay: 2.7s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(2) {
  animation-delay: 2.75s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(3) {
  animation-delay: 2.8s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(4) {
  animation-delay: 2.85s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(5) {
  animation-delay: 2.9s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(6) {
  animation-delay: 2.95s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(7) {
  animation-delay: 3s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(8) {
  animation-delay: 3.05s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(9) {
  animation-delay: 3.1s;
}
.is-load .p-hero__scroll-text:nth-child(10) .p-hero__scroll-word:nth-child(10) {
  animation-delay: 3.15s;
}
@keyframes scroll-text {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 0;
    transform: translateY(-100%);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-product {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-black);
  z-index: 1;
}
.p-product__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 25.2rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-product__container {
    padding: 13.5rem 0 10rem;
  }
}
.p-product__header {
  width: 100%;
  height: 60rem;
  display: block;
  position: relative;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 960px) {
  .p-product__header {
    height: 20rem;
    margin-bottom: 5rem;
  }
}
.p-product__title {
  width: 100%;
  display: block;
  position: relative;
}
.p-product__title-text {
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform-origin: center top;
}
.p-product__title-text.--title1 {
  width: 104.6rem;
  height: 12.97rem;
}
@media screen and (max-width: 960px) {
  .p-product__title-text.--title1 {
    width: 26.5rem;
    height: 3.29rem;
  }
}
.p-product__title-text.--title2 {
  width: 130rem;
  height: 13rem;
}
@media screen and (max-width: 960px) {
  .p-product__title-text.--title2 {
    width: 33.2rem;
    height: 3.33rem;
  }
}
.p-product__title-text img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-product__title-text + .p-product__title-text {
  margin-top: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-product__title-text + .p-product__title-text {
    margin-top: 1.2rem;
  }
}
.p-product__inner {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-product_content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-product_content {
    display: grid;
    grid-template-columns: 60rem 1fr;
    gap: 8rem;
    grid-template-areas: "header inner";
  }
  .p-product_content:nth-child(even) {
    grid-template-columns: 1fr 60rem;
    gap: 8rem;
    grid-template-areas: "inner header";
  }
}
.p-product_content + .p-product_content {
  margin-top: 24.2rem;
}
@media screen and (max-width: 960px) {
  .p-product_content + .p-product_content {
    margin-top: 9.4rem;
  }
}
.p-product_content__header {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-product_content__header {
    grid-area: header;
  }
}
@media screen and (max-width: 960px) {
  .p-product_content__header {
    width: 88%;
    margin: 0 auto 2.4rem;
  }
}
.p-product_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-product_content__inner {
    grid-area: inner;
    top: -0.2rem;
  }
}
@media screen and (min-width: 961px){
  .p-product_content__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product_content:nth-child(even) > .p-product_content__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-product_content__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-product_content:nth-child(even) > .p-product_content__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-product_content__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-product_content__title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-product_content__info {
  display: block;
  position: relative;
  margin-top: 1.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 960px) {
  .p-product_content__info {
    margin-top: 0.7rem;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: -0.05rem;
  }
}
.p-product_content__price {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-product_content__price {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-product_content__price small {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-left: 0.2em;
  font-size: 0.7em;
}
.p-product_content__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-product_content__note {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
  }
}
.p-product_content__link {
  display: block;
  position: relative;
  margin-top: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-product_content__link {
    margin-top: 2rem;
  }
}
.p-product_content__link-item {
  max-width: 40rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-product_content__link-item {
    width: 24rem;
    margin: 0 auto;
  }
}
.p-product_content__track {
  display: block;
  position: relative;
  margin-top: 11.2rem;
}
@media screen and (max-width: 960px) {
  .p-product_content__track {
    margin-top: 4.5rem;
  }
}

.p-product_jk {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-product_jk__slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transition-timing-function: var(--ease_inout);
}
.p-product_jk__slide-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-product_jk__img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-black);
}
.p-product_jk__img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-product_jk__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-product_jk__pagination {
    margin-top: 1rem;
  }
}
.p-product_jk__pagination-item {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: relative;
  background: var(--color-red);
  border-radius: 20rem;
  transition: width 0.6s var(--ease_out);
}
.p-product_jk__pagination-item.is-current {
  width: 2rem;
}

.p-product_track {
  display: block;
  position: relative;
}
.p-product_track__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-product_track__header {
    padding-bottom: 0.4rem;
    margin-bottom: 2rem;
  }
}
.p-product_track__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid var(--color-red);
}
.p-product_track__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-product_track__title {
    font-size: 1.5rem;
  }
}
.p-product_track__inner {
  display: block;
  position: relative;
}

.p-product_track_content {
  display: block;
  position: relative;
}
.p-product_track_content + .p-product_track_content {
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-product_track_content + .p-product_track_content {
    margin-top: 1.7rem;
  }
}
.p-product_track_content__cap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-product_track_content__cap {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
  }
}
.p-product_track_content__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-product_track_content__data + .p-product_track_content__data {
  margin-top: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-product_track_content__data + .p-product_track_content__data {
    margin-top: 0.25rem;
  }
}
.p-product_track_content__data-cap {
  width: 5.4rem;
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-product_track_content__data-cap {
    width: 2.7rem;
    font-size: 1.2rem;
  }
}
.p-product_track_content__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-product_track_content__data-text {
    font-size: 1.3rem;
  }
}
.p-product_track_content__text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 960px) {
  .p-product_track_content__text {
    margin-top: -0.4rem;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
}

.p-shop {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-black);
  background: var(--color-red);
  margin: var(--lvh_m) auto 0;
  z-index: 0;
}
.p-shop::after {
  content: "";
  width: 100%;
  height: var(--lvh);
  display: block;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.p-shop__trigger {
  width: 100%;
  height: calc(100% - var(--lvh));
  display: block;
  position: absolute;
  top: var(--lvh);
  left: 0;
}
.p-shop__container {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding: 17.6rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-shop__container {
    padding-top: 8.8rem;
  }
}
.p-shop__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 7.3rem;
}
@media screen and (max-width: 960px) {
  .p-shop__header {
    margin-bottom: 3.5rem;
  }
}
.p-shop__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 9.3rem;
  letter-spacing: -0.4rem;
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform-origin: 50% 85%;
}
@media screen and (max-width: 960px) {
  .p-shop__title {
    font-size: 4.8rem;
    letter-spacing: -0.2rem;
  }
}
.p-shop__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-shop__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-shop__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  overflow: hidden;
}
.p-shop__grid:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-shop__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-shop__grid-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__grid-item:nth-child(3n+4)::after {
    content: "";
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-black);
  }
  .p-shop__grid-item:not(:nth-child(3n))::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-shop__grid-item + .p-shop__grid-item::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-black);
  }
}
.p-shop__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
}
.p-shop__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-shop__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-shop__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__list-item:nth-child(2n+3)::after {
    content: "";
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-black);
  }
  .p-shop__list-item:not(:nth-child(2n))::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-shop__list-item + .p-shop__list-item::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-black);
  }
}
.p-shop__attention {
  display: block;
  position: relative;
}
.p-shop__attention::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}

.p-shop_card {
  display: block;
  position: relative;
  padding: 6rem 6rem 5.3rem;
}
@media screen and (max-width: 960px) {
  .p-shop_card {
    padding: 4rem 4rem 3.6rem;
  }
}
.p-shop_card__no {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 960px) {
  .p-shop_card__no {
    top: 0.1rem;
    left: 0.4rem;
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}
.p-shop_card__thumb {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-shop_card__thumb {
    margin-bottom: 2rem;
  }
}
.p-shop_card__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-shop_card__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-shop_card__name {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-shop_card__name {
    font-size: 1.4rem;
  }
}
.p-shop_card__title {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-shop_card__title {
    margin-top: 0.4rem;
    font-size: 1.1rem;
  }
}

.p-shop_data {
  display: block;
  position: relative;
  padding: 3.8rem 4rem 3.6rem 15rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data {
    padding: 5rem 4rem 2.7rem 2.2rem;
  }
}
.p-shop_data__no {
  display: block;
  position: absolute;
  top: 0;
  left: 0.8rem;
  font-size: 8.2rem;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__no {
    top: 0.5rem;
    font-size: 4rem;
  }
}
.p-shop_data__name {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-shop_data__name {
    font-size: 1.5rem;
  }
}
.p-shop_data__title {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__title {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-shop_attention {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0 5.3rem;
}
@media screen and (min-width: 961px) {
  .p-shop_attention {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-shop_attention {
    padding: 4rem 0 3.5rem;
  }
}
.p-shop_attention__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop_attention__header {
    width: 18rem;
  }
}
@media screen and (max-width: 960px) {
  .p-shop_attention__header {
    margin-bottom: 1.8rem;
  }
}
.p-shop_attention__title {
  display: block;
  position: relative;
}
.p-shop_attention__title-icon {
  width: 3rem;
  display: block;
  position: relative;
  margin: 0 auto 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-shop_attention__title-icon {
    margin-bottom: 0.5rem;
    width: 1.5rem;
  }
}
.p-shop_attention__title-text {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-shop_attention__title-text {
    font-size: 1.4rem;
  }
}
.p-shop_attention__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-shop_attention__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-shop_attention__text {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-shop_attention__text span:not(:last-child) {
  margin-bottom: 0.3rem;
}

.p-movie {
  display: block;
  position: relative;
  contain: var(--color-black);
  background: var(--color-red);
  z-index: 0;
}
.p-movie__trigger {
  width: 100%;
  height: calc(100% - var(--lvh) * 1.5);
  display: block;
  position: absolute;
  top: calc(var(--lvh) * 1.5);
  left: 0;
}
.p-movie__base {
  display: block;
  position: relative;
  padding-top: var(--vw);
  pointer-events: none;
}
.p-movie__container {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.p-movie__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    width: 100%;
  }
}
.p-movie__title {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 100%;
  }
}
.p-movie__title-text {
  display: block;
  position: relative;
  padding: 2rem 3.8rem;
  z-index: 1;
  font-size: 20.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1rem;
  color: var(--color-white);
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-movie__title-text {
    width: 100vw;
    padding: 0.7rem 0 0;
    font-size: 9.7rem;
    text-align: center;
    letter-spacing: -0.2rem;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie__content {
  display: block;
  position: relative;
}
.p-movie__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.p-movie__list {
  width: calc(55rem + 85rem * var(--movie_length) + var(--vw));
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: calc(var(--vw) + 27.5rem);
}
@media screen and (max-width: 960px) {
  .p-movie__list {
    width: calc(37.5rem * var(--movie_length) + var(--vw) * 2);
    padding-left: calc(var(--vw) * 2);
  }
}
.p-movie__list-item {
  width: 85rem;
  flex-shrink: 0;
  height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    width: 37.5rem;
  }
}
.p-movie__list-item:nth-child(3n+2) {
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item:nth-child(3n+2) {
    padding-top: 3rem;
  }
}
.p-movie__list-item:nth-child(3n+3) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item:nth-child(3n+3) {
    padding-bottom: 3rem;
  }
}
.p-movie__footer {
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-movie__footer {
    top: 10.6rem;
    right: 5rem;
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 2rem;
    right: 0;
    mix-blend-mode: difference;
    padding: 0 2rem;
  }
}
.p-movie__footer-in {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie__footer-in {
    justify-content: flex-end;
  }
}
.p-movie__official {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  position: relative;
  color: var(--color-white);
  padding: 1rem 2rem;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-movie__official {
    transition: color 0.4s var(--ease_out);
  }
  .p-movie__official:hover {
    color: var(--color-black);
    transition: color 0.8s var(--ease_inout);
  }
}
@media screen and (min-width: 961px) {
  .p-movie__official::before {
    content: "";
    width: calc(100% + 5rem);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
    clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
    background: var(--color-white);
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s var(--ease_out), left 0.4s var(--ease_inout), transform 0s linear 0.4s;
    z-index: -1;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-movie__official:hover::before {
    left: -2.5rem;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.2s var(--ease_out), transform 0.4s var(--ease_inout), left 0s linear;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__official {
    width: 100%;
    min-width: calc(var(--vw) - 4rem);
    height: 4.2rem;
    display: block;
    position: relative;
    border-radius: 20rem;
    overflow: hidden;
  }
  .p-movie__official::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--color-white);
    border-radius: 20rem;
  }
}
.p-movie__official-text {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__official-text {
    font-size: 2.4rem;
    letter-spacing: 0.03rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__official-text {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    background: url("../img/youtube_txt.webp") repeat-x 0 50%/18.95rem auto;
    animation: yt_loop 30s linear infinite;
  }
  @keyframes yt_loop {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -18.95rem;
    }
  }
}
.p-movie__official-icon {
  width: 1.6rem;
  display: block;
  position: relative;
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-movie__official-icon {
    display: none;
  }
}

.p-movie_data {
  width: 60rem;
  max-width: calc(var(--lvh) * 0.8);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie_data {
    width: 29rem;
  }
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  z-index: 0;
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: calc(100% + 20rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0 100%, 10rem 50%);
  clip-path: polygon(0 0, calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0 100%, 10rem 50%);
  background: var(--color-red);
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease_out), left 0.4s var(--ease_inout), transform 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    left: -10rem;
    transform: translateX(0);
    opacity: 0.3;
    transition: opacity 0.2s var(--ease_out), transform 0.4s var(--ease_inout), left 0s linear;
  }
}
.p-movie_data__thumb-img::after {
  content: "PALY";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  font-size: 6rem;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--color-white);
  font-family: "Zalando Sans SemiExpanded", "Bricolage Grotesque", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translateX(-3rem);
  opacity: 0;
  left: 3rem;
  transition: opacity 0.3s var(--ease_inout), left 0.4s var(--ease_inout), transform 0s linear 0.4s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data:hover .p-movie_data__thumb-img::after {
    left: 0;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s var(--ease_inout), transform 0.4s var(--ease_inout), left 0s linear;
  }
}
.p-movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_data__thumb-deco {
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-deco {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    top: -0.2rem;
    left: -0.2rem;
  }
}
.p-movie_data__thumb-deco.--deco1::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.8rem solid var(--color-white);
  border-right: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-deco.--deco1::before {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}
.p-movie_data__thumb-deco.--deco1::after {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 0.8rem solid var(--color-white);
  border-right: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-deco.--deco1::after {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}
.p-movie_data__thumb-deco.--deco2::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 0.8rem solid var(--color-white);
  border-right: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-deco.--deco2::before {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}
.p-movie_data__thumb-deco.--deco2::after {
  content: "";
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.8rem solid var(--color-white);
  border-bottom: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-deco.--deco2::after {
    width: 0.4rem;
    border-width: 0.4rem;
  }
}
.p-movie_data__title {
  width: 100%;
  display: block;
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie_data__title {
    top: calc(100% + 1.6rem);
    font-size: 1.2rem;
  }
}

.p-movie_bg {
  width: 100vw;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-red);
}
.p-movie_bg__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  z-index: 0;
}
.p-movie_bg__content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.p-movie_bg__player {
  width: 100%;
  min-width: 177.77vh;
  height: 100%;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.p-movie_bg__player iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie_bg__thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.3s var(--ease_out);
}
.is-movie-play .p-movie_bg__thumb {
  opacity: 0;
  transition: opacity 2s var(--ease_inout);
}
.p-movie_bg__thumb-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0s linear 0.3s, transform 0s linear 0.3s;
  transform: scale(1.1);
  z-index: 0;
}
.p-movie_bg__thumb-item.is-current {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s var(--ease_out), transform 3s var(--ease_out);
  z-index: 1;
}
.p-movie_bg__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie_bg__img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-btn {
  display: block;
  position: relative;
  color: var(--color-black);
  background: var(--color-red);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: color 0.4s var(--ease_out);
  }
  .p-btn:hover {
    color: var(--color-red);
    transition: color 0.8s var(--ease_inout);
  }
}
.p-btn::before {
  content: "";
  width: calc(100% + 5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
  clip-path: polygon(0 0, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0 100%, 2.5rem 50%);
  background: var(--color-black);
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease_out), left 0.4s var(--ease_inout), transform 0s linear 0.4s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn:hover::before {
    left: -2.5rem;
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.2s var(--ease_out), transform 0.4s var(--ease_inout), left 0s linear;
  }
}
.p-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-red);
  pointer-events: none;
}
.p-btn__content {
  width: 100%;
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-btn__content {
    min-height: 5rem;
  }
}
.p-btn__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 600;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.3rem;
  }
}
.p-btn__arrow {
  width: 1.1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-btn__arrow {
    width: 0.8rem;
    right: 2.2rem;
  }
}
.p-btn__deco {
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-btn__deco {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    top: -0.2rem;
    left: -0.2rem;
  }
}
.p-btn__deco::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.8rem solid var(--color-white);
  border-right: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-btn__deco::before {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}
.p-btn__deco::after {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 0.8rem solid var(--color-white);
  border-right: 0.8rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-btn__deco::after {
    height: 0.4rem;
    border-width: 0.4rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.u-display-inline-block {
  display: inline-block !important;
}

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

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

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}