@charset "UTF-8";
:root {
  --winH: 100vh;
  --areaW: calc(100% - 10rem);
  --maxW: 2000px;
  --text: var(--color-black);
  --bg: var(--color-white);
  --bg-light: var(--color-white);
  --color-white: #fff;
  --color-black: #000;
  --color-black-light: #1a1a1a;
  --color-gray: #4d4d4d;
  --color-red: #b01f30;
  --color-red-light: #b93644;
}
@media screen and (max-width: 960px) {
  :root {
    --areaW: calc(100% - 4rem);
    --maxW: 900px;
  }
}

/*
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;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--text);
  background: var(--bg);
  overflow: hidden;
  font-family: "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(--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-black) !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 {
  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 {
  max-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;
}
.l-wrap__loader {
  height: 3rem;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(15deg);
  z-index: 20;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-wrap__loader-bar {
  width: 0.5rem;
  height: 100%;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader-bar {
    width: 0.3rem;
  }
}
@keyframes loader_border {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-wrap__loader-bar + .l-wrap__loader-bar {
  margin-left: 0.8rem;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader-bar + .l-wrap__loader-bar {
    margin-left: 0.4rem;
  }
}
.-start .l-wrap__loader-bar {
  animation: loader_border 1.4s steps(1) infinite;
}
.-start .l-wrap__loader-bar:nth-child(1) {
  animation-delay: 0s;
}
.-start .l-wrap__loader-bar:nth-child(2) {
  animation-delay: 0.14s;
}
.-start .l-wrap__loader-bar:nth-child(3) {
  animation-delay: 0.28s;
}
.-start .l-wrap__loader-bar:nth-child(4) {
  animation-delay: 0.42s;
}
.-start .l-wrap__loader-bar:nth-child(5) {
  animation-delay: 0.56s;
}
.-start .l-wrap__loader-bar:nth-child(6) {
  animation-delay: 0.7s;
}
.-start .l-wrap__loader-bar:nth-child(7) {
  animation-delay: 0.84s;
}
.-start .l-wrap__loader-bar:nth-child(8) {
  animation-delay: 0.98s;
}
.-start .l-wrap__loader-bar:nth-child(9) {
  animation-delay: 1.12s;
}
.-start .l-wrap__loader-bar:nth-child(10) {
  animation-delay: 1.26s;
}
.l-wrap__loader-bar::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-wrap__loader-bar.-bar1::after {
  height: 80%;
  background: var(--color-white);
}

.l-wrap__loader-bar.-bar2::after {
  height: 100%;
  background: var(--color-white);
}

.l-wrap__loader-bar.-bar3::after {
  height: 50%;
  background: var(--color-white);
}

.l-wrap__loader-bar.-bar4::after {
  background: var(--color-white);
  height: 70%;
}

.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-main {
  --area_bg: var(--bg);
  --area_bg-light: var(--bg-light);
  display: block;
  position: relative;
  z-index: 0;
  background-color: var(--bg);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-footer {
  display: block;
  position: relative;
  margin-top: 9.5rem;
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 2.8rem;
    padding-bottom: 5rem;
  }
}
.l-footer__visual {
  display: block;
  position: relative;
}
.l-footer__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  padding: 15.2rem 0 0.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 10rem 0 0.6rem;
  }
}
.l-footer__official {
  width: 46rem;
  display: block;
  position: relative;
  padding: 3rem 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 27rem;
    padding: 2rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-white);
    opacity: 0.25;
    transform: skew(15deg);
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer__official:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-footer__official::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 200px;
  pointer-events: none;
}
.l-footer__official-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__official-text {
    font-size: 1.1rem;
    letter-spacing: 0.35rem;
  }
}
.l-footer__official-arrow {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.l-footer__sns {
  display: block;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    width: 90%;
    margin: 6rem auto 0;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 2.7rem;
  font-size: 1.1rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4.8rem;
    font-size: 1rem;
  }
}
.l-footer__pagetop {
  width: 11rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    right: -1.5rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 6rem;
    margin: 4.2rem auto 0;
  }
}
.l-footer__pagetop-arrow {
  position: relative;
  transform: rotate(-90deg);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover .l-footer__pagetop-arrow img {
    animation: arrow2 0.8s linear;
  }
}

.l-footer_visual {
  display: block;
  position: relative;
}
.l-footer_visual__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_visual__list {
    grid-template-areas: "area1 area2 area3 space1" "space2 area4 area5 area6";
  }
}
@media screen and (max-width: 960px) {
  .l-footer_visual__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer_visual__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_visual__list-item:nth-child(1) {
    grid-area: area1;
  }
  .l-footer_visual__list-item:nth-child(2) {
    grid-area: area2;
  }
  .l-footer_visual__list-item:nth-child(3) {
    grid-area: area3;
  }
  .l-footer_visual__list-item:nth-child(4) {
    grid-area: area4;
  }
  .l-footer_visual__list-item:nth-child(5) {
    grid-area: area5;
  }
  .l-footer_visual__list-item:nth-child(6) {
    grid-area: area6;
  }
}
@media screen and (min-width: 961px){
  .l-footer_visual__list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer_visual__list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-footer_visual__list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer_visual__list-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-footer_visual__list-item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .l-footer_visual__list-item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
}
.l-footer_visual__data {
  display: block;
  position: relative;
}
.l-footer_visual__data-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
.is-red .l-footer_visual__data-cover {
  opacity: 1;
  transition: opacity 0s linear;
}
.l-footer_visual__data-img {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0s linear;
  animation: clip-in 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.is-red .l-footer_visual__data-img {
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
.is-red .l-footer_visual__data-img {
  animation: clip-out 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .l-footer_sns__list-item {
        margin: 1.25rem 3rem;
      }
    }
  }
}
@media screen and (min-width: 961px) {
  .l-footer_sns__list-item + .l-footer_sns__list-item {
    margin-left: 3rem;
  }
}
.l-footer_sns__list-item:last-child .l-footer_sns__link-icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.15rem;
}
.l-footer_sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover {
    opacity: 0.7;
  }
}
.l-footer_sns__link-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  position: relative;
  margin-right: 0.75rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.l-footer_sns__link-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-text {
    font-size: 1.2rem;
  }
}

.c-btn_round {
  display: block;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .c-btn_round {
    padding: 1.7rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-white);
    opacity: 0.25;
    transform: skew(15deg);
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover::before {
    width: 100%;
    left: 0;
  }
}
.c-btn_round::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 200px;
}
.c-btn_round__text {
  display: block;
  position: relative;
}
.c-btn_round__text-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.c-btn_round__text-main img {
  height: 3.8rem;
}
@media screen and (max-width: 960px) {
  .c-btn_round__text-main img {
    height: 1.8rem;
  }
}
.c-btn_round__text-sub {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn_round__text-sub {
    font-size: 1rem;
  }
}
.c-btn_round__arrow {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .c-btn_round__arrow {
    width: 1.5rem;
    right: 2.2rem;
  }
}

.p-hero {
  display: block;
  position: relative;
  padding: 2rem 0 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 1.6rem 0 4.5rem;
  }
}
.p-hero__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: grid;
    grid-template-areas: "inner" "header" "footer";
  }
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding-top: 4.8rem;
  }
}
.p-hero__brand {
  width: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-hero__brand {
    width: 2.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-load .p-hero__brand {
  -webkit-clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.7s;
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.7s;
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.7s, -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.7s;
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    grid-area: header;
  }
}
.p-hero__header::after {
  content: "";
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  left: -1%;
  background: var(--bg);
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-hero__header::after {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header::after {
    bottom: 0;
  }
}
.is-load .p-hero__header::after {
  height: 0;
  transition: height 1s cubic-bezier(0.76, 0, 0.24, 1) 1s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__header::after {
    transition-delay: 1.1s;
  }
}
.p-hero__mv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__mv-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: var(--bg);
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
.is-red .p-hero__mv-cover {
  opacity: 1;
  transition: opacity 0s linear;
}
.p-hero__mv-base {
  display: block;
  position: relative;
  background: var(--bg);
  animation: clip-in 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  transform: scale3d(1.3, 1.3, 1.3);
}
.is-red .p-hero__mv-base {
  animation: clip-out 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.is-load .p-hero__mv-base {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
.p-hero__mv-img {
  display: block;
  position: relative;
}
.-cover .p-hero__mv-img {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0s linear 0.4s;
}
.is-red .-cover .p-hero__mv-img {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.-base .p-hero__mv-img {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-red .-base .p-hero__mv-img {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0s linear 0.4s;
}
.p-hero__inner {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    grid-area: inner;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    padding-top: 2.6rem;
  }
}
.p-hero__release {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__release {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__release {
    margin-bottom: 2rem;
    transform: translate3d(0, calc(-50vh + 36.4179104478vw), 0);
  }
  .is-load .p-hero__release {
    transform: translate3d(0, 0, 0);
    transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1s;
  }
}
.p-hero__release-sub {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-family: "Oswald", "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) {
  .p-hero__release-sub {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
  }
}
.p-hero__release-sub span {
  opacity: 0;
}
.is-load .p-hero__release-sub span {
  opacity: 1;
}
.is-load .p-hero__release-sub span:nth-child(1) {
  transition-delay: 1s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(1) {
    transition-delay: 0.7s;
  }
}
.is-load .p-hero__release-sub span:nth-child(2) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(2) {
    transition-delay: 0.8s;
  }
}
.is-load .p-hero__release-sub span:nth-child(3) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(3) {
    transition-delay: 0.9s;
  }
}
.is-load .p-hero__release-sub span:nth-child(4) {
  transition-delay: 1.3s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(4) {
    transition-delay: 1s;
  }
}
.is-load .p-hero__release-sub span:nth-child(5) {
  transition-delay: 1.4s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(5) {
    transition-delay: 1.1s;
  }
}
.is-load .p-hero__release-sub span:nth-child(6) {
  transition-delay: 1.5s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(6) {
    transition-delay: 1.2s;
  }
}
.is-load .p-hero__release-sub span:nth-child(7) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(7) {
    transition-delay: 1.3s;
  }
}
.is-load .p-hero__release-sub span:nth-child(8) {
  transition-delay: 1.7s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(8) {
    transition-delay: 1.4s;
  }
}
.is-load .p-hero__release-sub span:nth-child(9) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(9) {
    transition-delay: 1.5s;
  }
}
.is-load .p-hero__release-sub span:nth-child(10) {
  transition-delay: 1.9s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-sub span:nth-child(10) {
    transition-delay: 1.6s;
  }
}
.p-hero__release-main {
  display: block;
  position: relative;
  font-size: 4rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-hero__release-main {
    font-size: 2rem;
    letter-spacing: 0.07rem;
  }
}
.p-hero__release-main span {
  opacity: 0;
}
.is-load .p-hero__release-main span {
  opacity: 1;
}
.is-load .p-hero__release-main span:nth-child(1) {
  transition-delay: 1.5s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(1) {
    transition-delay: 1.2s;
  }
}
.is-load .p-hero__release-main span:nth-child(2) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(2) {
    transition-delay: 1.3s;
  }
}
.is-load .p-hero__release-main span:nth-child(3) {
  transition-delay: 1.7s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(3) {
    transition-delay: 1.4s;
  }
}
.is-load .p-hero__release-main span:nth-child(4) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(4) {
    transition-delay: 1.5s;
  }
}
.is-load .p-hero__release-main span:nth-child(5) {
  transition-delay: 1.9s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(5) {
    transition-delay: 1.6s;
  }
}
.is-load .p-hero__release-main span:nth-child(6) {
  transition-delay: 2s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(6) {
    transition-delay: 1.7s;
  }
}
.is-load .p-hero__release-main span:nth-child(7) {
  transition-delay: 2.1s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(7) {
    transition-delay: 1.8s;
  }
}
.is-load .p-hero__release-main span:nth-child(8) {
  transition-delay: 2.2s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(8) {
    transition-delay: 1.9s;
  }
}
.is-load .p-hero__release-main span:nth-child(9) {
  transition-delay: 2.3s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(9) {
    transition-delay: 2s;
  }
}
.is-load .p-hero__release-main span:nth-child(10) {
  transition-delay: 2.4s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__release-main span:nth-child(10) {
    transition-delay: 2.1s;
  }
}
.p-hero__title {
  width: 54.8rem;
  position: relative;
  margin: 0 auto;
  transform: translate3d(0, calc(50vh - 10rem), 0);
  -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    transform: translate3d(0, calc(-50vh + 36.4179104478vw), 0);
  }
}
.is-load .p-hero__title {
  transform: translate3d(0, 0, 0);
  -webkit-clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1s, -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1s, -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.p-hero__switch {
  width: 12rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .p-hero__switch {
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__switch {
    width: 7.5rem;
    top: -2rem;
  }
}
.is-load .p-hero__switch {
  -webkit-clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1.5s, -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__switch::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-white);
    opacity: 0.25;
    transform: skew(15deg);
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-hero__switch:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-hero__switch-base {
  display: block;
  position: relative;
  animation: rotate 20s linear infinite;
}
.p-hero__switch-base img {
  display: block;
  position: relative;
}
.is-load .p-hero__switch-base img {
  animation: sv_base 5.5s linear infinite 2s;
}
@keyframes sv_base {
  0% {
    transform: rotateY(0);
  }
  1% {
    transform: rotateY(0);
  }
  15% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.p-hero__switch-icon {
  width: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__switch-icon {
    width: 1.3rem;
  }
}
.p-hero__scroll {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll {
    width: 100%;
    display: block;
    position: relative;
    margin: 4.8rem auto 0;
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
  }
  .is-load .p-hero__scroll {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 1.5s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1.2s;
  }
}
.p-hero__scroll-bar {
  width: 0.1rem;
  height: 1.6rem;
  position: relative;
  margin: 0 auto 0.6rem;
  overflow: hidden;
}
.p-hero__scroll-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1.5px solid var(--color-white);
  animation: scroll 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0%;
  }
  100% {
    height: 100%;
    top: 100%;
  }
}
.p-hero__scroll-text {
  display: block;
  position: relative;
  font-size: 1rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
}
.p-hero__footer {
  display: block;
  position: relative;
  margin-top: 7.5rem;
}
@media screen and (min-width: 961px) {
  .p-hero__footer {
    grid-area: footer;
  }
}
@media screen and (min-width: 961px){
  .p-hero__header {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-hero__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-hero__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer {
    margin-top: 8.5rem;
  }
}
.p-hero__footer::after {
  content: "";
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  left: -1%;
  background: var(--bg);
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-hero__footer::after {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer::after {
    bottom: 0;
  }
}
.is-load .p-hero__footer::after {
  height: 0;
  transition: height 1s cubic-bezier(0.76, 0, 0.24, 1) 1s;
}
.p-hero__nav {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-hero__nav-item {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
}
.p-hero__nav-item + .p-hero__nav-item {
  margin-left: 9rem;
}
@media screen and (max-width: 960px) {
  .p-hero__nav-item + .p-hero__nav-item {
    margin-left: 5rem;
  }
}
.p-hero__nav-item + .p-hero__nav-item::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: -4.5rem;
  transform: translate(-50%, -50%) rotate(18deg);
  border-left: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-hero__nav-item + .p-hero__nav-item::before {
    left: -2.5rem;
  }
}
.p-hero__anchor {
  display: block;
  position: relative;
  padding-bottom: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero__anchor {
    padding-bottom: 0.4rem;
  }
}
.p-hero__anchor-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-hero__anchor-text {
    font-size: 1.1rem;
  }
}
.p-hero__anchor-text::before {
  content: "";
  width: 0;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  background: var(--color-white);
  transform: skew(-15deg);
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__anchor:hover .p-hero__anchor-text::before {
    width: 100%;
    left: 0;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-hero__anchor-arrow {
  width: 2rem;
  position: relative;
  margin: 1.7rem auto 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-hero__anchor-arrow {
    width: 1.8rem;
    margin-top: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__anchor:hover .p-hero__anchor-arrow img {
    animation: arrow2 0.8s linear;
  }
}

.p-release {
  --area_bg: var(--bg-light);
  display: block;
  position: relative;
}
.p-release__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bg-light);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15.3rem 0;
}
@media screen and (max-width: 960px) {
  .p-release__container {
    padding: 7.7rem 0 10.2rem;
  }
}
.p-release__header {
  display: block;
  position: relative;
  margin-bottom: 9.8rem;
}
@media screen and (max-width: 960px) {
  .p-release__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 5rem;
  }
}
.p-release__title {
  width: 66%;
  max-width: 858px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release__title {
    width: 100%;
  }
}
.p-release__inner {
  display: block;
  position: relative;
}
.p-release__list {
  width: 84.6153846154%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.5rem 5rem;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-release__list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.5rem 2.5rem;
  }
}
.p-release__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-active .p-release__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-release__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-release__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-release__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-release__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-release__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-release__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-release__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-release__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-release__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-release__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-release__nav {
  display: block;
  position: relative;
  margin: 9.6rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-release__nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-release__nav {
    margin-top: 4.8rem;
  }
}
.p-release__nav-item {
  width: 51.8rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-release__nav-item {
    width: 28rem;
    margin: 0 auto;
  }
}
.is-active .p-release__nav-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-release__nav-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-release__nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-release__nav-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-release__nav-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-release__nav-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-release__nav-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-release__nav-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-release__nav-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-release__nav-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-release__nav-item:nth-child(10) {
  transition-delay: 0.9s;
}
@media screen and (min-width: 961px) {
  .p-release__nav-item + .p-release__nav-item {
    margin-left: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release__nav-item + .p-release__nav-item {
    margin-top: 1.6rem;
  }
}
.p-release__footer {
  display: block;
  position: relative;
  margin-top: 32.8rem;
}
@media screen and (max-width: 960px) {
  .p-release__footer {
    margin-top: 16.4rem;
  }
}
.p-release__footer::before {
  content: "+";
  display: block;
  position: absolute;
  top: -16.4rem;
  left: 50%;
  font-size: 8rem;
  font-weight: 100;
  transform: translate(-50%, -50%);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-release__footer::before {
    top: -8.4rem;
    font-size: 4.5rem;
  }
}

.p-release_data {
  display: block;
  position: relative;
}
.p-release_data__jacket {
  display: block;
  position: relative;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 960px) {
  .p-release_data__jacket {
    margin-bottom: 1.8rem;
  }
}
.p-release_data__jacket::before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 30%;
}
.p-release_data__jacket-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-release_data__jacket-img img {
  display: block;
  position: relative;
  transform: scale3d(1.2, 1.2, 1.2);
}
.is-active .p-release_data__jacket-img img {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release_data__header {
  display: block;
  position: relative;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-release_data__header {
    margin-bottom: 1.6rem;
  }
}
.p-release_data__type {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-release_data__type {
    font-size: 1rem;
  }
}
.p-release_data__title {
  display: flex;
  align-items: center;
  position: relative;
}
.p-release_data__title-main {
  display: block;
  position: relative;
  margin-right: 3rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-release_data__title-main {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}
.p-release_data__title-main::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.6rem;
  border-right: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-release_data__title-main::after {
    right: -1rem;
  }
}
.p-release_data__title-sub {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-release_data__title-sub {
    font-size: 1.2rem;
  }
}
.p-release_data__price {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-release_data__price {
    margin-top: 1.6rem;
    font-size: 1rem;
  }
}
.p-release_data__note {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-release_data__note {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.p-release_data__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-release_data__text {
    font-size: 1.1rem;
  }
}
.p-release_data__text small {
  font-size: 0.7em;
}

.p-dive {
  display: block;
  position: relative;
}
.p-dive__header {
  display: block;
  position: relative;
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 961px) {
  .p-dive__header {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a c" "b c";
    gap: 4.4rem 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-dive__header {
    margin-bottom: 3.5rem;
  }
}
.p-dive__title {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-dive__title {
    grid-area: a;
  }
}
.p-dive__title-main {
  display: block;
  position: relative;
  margin-right: 3rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-dive__title-main {
    margin-right: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-dive__title-main::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.6rem;
  border-right: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-dive__title-main::after {
    height: 60%;
    top: 50%;
    right: -1.3rem;
    transform: translate(0, -50%);
  }
}
.p-dive__title-sub {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-dive__title-sub {
    font-size: 1.1rem;
  }
}
.p-dive__note {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-dive__note {
    grid-area: b;
  }
}
@media screen and (max-width: 960px) {
  .p-dive__note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-dive__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-dive__text {
    grid-area: c;
  }
}
@media screen and (min-width: 961px){
  .p-dive__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-dive__note {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-dive__text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 960px) {
  .p-dive__text {
    font-size: 1.1rem;
  }
}
.p-dive__inner {
  display: block;
  position: relative;
}
.p-dive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-dive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}
.p-dive__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-active .p-dive__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-dive__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-dive__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-dive__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-dive__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-dive__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-dive__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-dive__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-dive__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-dive__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-dive__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-dive__nav {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-dive__nav {
    margin-top: 5.2rem;
  }
}
.p-dive__nav-item {
  width: 51.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-dive__nav-item {
    width: 28rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .p-dive__nav-item + .p-dive__nav-item {
    margin-left: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-dive__nav-item + .p-dive__nav-item {
    margin-top: 1.6rem;
  }
}

.p-dive_data {
  display: block;
  position: relative;
}
.p-dive_data__jacket {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-dive_data__jacket {
    margin-bottom: 0.5rem;
  }
}
.p-dive_data__jacket::before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 30%;
}
.p-dive_data__jacket-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-dive_data__jacket-img img {
  display: block;
  position: relative;
  transform: scale3d(1.2, 1.2, 1.2);
}
.is-active .p-dive_data__jacket-img img {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-dive_data__header {
  display: block;
  position: relative;
}
.p-dive_data__type {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-dive_data__type {
    font-size: 1rem;
  }
}
.p-dive_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-family: "Oswald", "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-dive_data__title {
    font-size: 1.3rem;
  }
}
.p-dive_data__memo {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-dive_data__memo {
    font-size: 1.05rem;
  }
}
.p-dive_data__price {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-dive_data__price {
    font-size: 1rem;
  }
}

.p-track {
  display: block;
  position: relative;
}
.p-track__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15.9rem 0 8.65rem;
}
@media screen and (max-width: 960px) {
  .p-track__container {
    padding: 9.8rem 0 5rem;
  }
}
.p-track__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track__header {
    margin-bottom: -13rem;
  }
}
@media screen and (max-width: 960px) {
  .p-track__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 4rem;
  }
}
.p-track__title {
  width: 38.8461538462%;
  max-width: 505px;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-track__title {
    width: 71.1267605634%;
  }
}
.p-track__inner {
  width: 55.3846153846%;
  display: block;
  position: relative;
  margin-left: 11.5384615385%;
}
@media screen and (max-width: 960px) {
  .p-track__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.p-track__cap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-track__cap {
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
  }
}
.p-track__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-track__cap-main {
  display: block;
  position: relative;
  font-size: 3.1rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-track__cap-main {
    font-size: 1.6rem;
  }
}
.p-track__cap-sub {
  display: block;
  position: relative;
  margin-left: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-track__cap-sub {
    font-size: 1rem;
  }
}
.p-track__list {
  display: block;
  position: relative;
}
.p-track__list-item {
  counter-increment: i;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-active .p-track__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-track__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-track__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-track__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-track__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-track__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-track__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-track__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-track__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-track__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-track__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-track__list-item + .p-track__list-item {
  margin-top: 2.1rem;
}
@media screen and (max-width: 960px) {
  .p-track__list-item + .p-track__list-item {
    margin-top: 0.8rem;
  }
}
.p-track__song {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 960px) {
  .p-track__song {
    padding-left: 1.5rem;
    flex-wrap: wrap;
  }
}
.p-track__song::before {
  content: counter(i) ".";
  width: 3rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.6rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-track__song::before {
    width: 1.5rem;
    font-size: 1.5rem;
  }
}
.p-track__song-title {
  min-width: 0;
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-track__song-title {
    margin-right: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.p-track__song-note {
  display: block;
  position: relative;
  margin-left: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 961px) {
  .p-track__song-note {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-track__song-note {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.3;
  }
}
.p-track__footer {
  display: block;
  position: relative;
  margin-top: 32.8rem;
}

.p-movie {
  display: block;
  position: relative;
}
.p-movie__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.65rem 0;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    padding: 5rem 0;
  }
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 3.8rem;
  }
}
.p-movie__title {
  width: 35.4615384615%;
  max-width: 461px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 64.9295774648%;
  }
}
.p-movie__inner {
  width: 58.4615384615%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: rotate(-10deg);
}
@media screen and (max-width: 960px) {
  .p-movie__inner {
    width: 100%;
  }
}
.p-movie__list {
  display: flex;
  position: relative;
}
.p-movie__list-item {
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-movie__data {
  display: block;
  position: relative;
  transform: rotate(10deg);
  z-index: 0;
}
.p-movie__data-thumb {
  display: block;
  position: relative;
}
.p-movie__data-thumb::before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 30%;
}
.p-movie__data-img {
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-movie__data-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black-light);
  z-index: 1;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__data:hover .p-movie__data-img::before {
    opacity: 0;
  }
}
.p-movie__data-img::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie__data-img::after {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.p-movie__data-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__data:hover .p-movie__data-img img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.p-movie__data-title {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-movie__data-title {
    width: calc(100% - 15rem);
    position: relative;
    margin: 2.5rem auto 0;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
  }
}
.p-movie__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__footer {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__footer {
    position: static;
  }
}
.p-movie__nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-movie__nav {
    position: static;
  }
}
.p-movie__nav-item {
  width: 11rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-movie__nav-item {
    content: "";
    width: 5.5rem;
    position: absolute;
    bottom: 5.2rem;
  }
}
.p-movie__nav-item.-prev {
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-movie__nav-item.-prev {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__nav-item.-next {
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__nav-item:hover img {
    animation: arrow2 0.8s linear;
  }
}
.p-movie__nav-item + .p-movie__nav-item {
  margin-left: 10rem;
}

.p-shop {
  display: block;
  position: relative;
}
.p-shop__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.65rem 0;
}
@media screen and (max-width: 960px) {
  .p-shop__container {
    padding: 5rem 0 4.3rem;
  }
}
.p-shop__header {
  display: block;
  position: relative;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 960px) {
  .p-shop__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 5rem;
  }
}
.p-shop__title {
  display: block;
  position: relative;
}
.p-shop__title-main {
  width: 31.6923076923%;
  max-width: 412px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-shop__title-main {
    width: 58.0281690141%;
  }
}
.p-shop__title-sub {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-shop__title-sub {
    margin-top: 1.8rem;
    font-size: 1rem;
  }
}
.p-shop__inner {
  display: block;
  position: relative;
}
.p-shop__footer {
  display: block;
  position: relative;
  margin-top: 14.8rem;
}
@media screen and (max-width: 960px) {
  .p-shop__footer {
    margin-top: 6rem;
  }
}
.p-shop__attention {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-shop__attention {
    display: grid;
    grid-template-columns: 31% 1fr;
  }
}
.p-shop__attention-cap {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: "Oswald", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-shop__attention-cap {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-shop__attention-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-shop__attention-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-shop_in {
  display: block;
  position: relative;
}
.p-shop_in + .p-shop_in {
  margin-top: 16.8rem;
}
@media screen and (max-width: 960px) {
  .p-shop_in + .p-shop_in {
    margin-top: 6rem;
  }
}
.p-shop_in__header {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-shop_in__header {
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-shop_in__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-shop_in__title {
  display: block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-shop_in__title {
    font-size: 1.9rem;
  }
}
.p-shop_in__inner {
  display: block;
  position: relative;
}
.p-shop_in__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7rem 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-shop_in__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2.5rem;
  }
}
.p-shop_in__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-active .p-shop_in__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-shop_in__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-shop_in__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-shop_in__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-shop_in__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-shop_in__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-shop_in__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-shop_in__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-shop_in__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-shop_in__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-shop_in__list-item:nth-child(10) {
  transition-delay: 0.45s;
}
.is-active .p-shop_in__list-item:nth-child(11) {
  transition-delay: 0.5s;
}
.is-active .p-shop_in__list-item:nth-child(12) {
  transition-delay: 0.55s;
}
.is-active .p-shop_in__list-item:nth-child(13) {
  transition-delay: 0.6s;
}
.is-active .p-shop_in__list-item:nth-child(14) {
  transition-delay: 0.65s;
}
.is-active .p-shop_in__list-item:nth-child(15) {
  transition-delay: 0.7s;
}
.is-active .p-shop_in__list-item:nth-child(16) {
  transition-delay: 0.75s;
}
.is-active .p-shop_in__list-item:nth-child(17) {
  transition-delay: 0.8s;
}
.is-active .p-shop_in__list-item:nth-child(18) {
  transition-delay: 0.85s;
}
.is-active .p-shop_in__list-item:nth-child(19) {
  transition-delay: 0.9s;
}
.is-active .p-shop_in__list-item:nth-child(20) {
  transition-delay: 0.95s;
}
.is-active .p-shop_in__list-item:nth-child(21) {
  transition-delay: 1s;
}
.is-active .p-shop_in__list-item:nth-child(22) {
  transition-delay: 1.05s;
}
.is-active .p-shop_in__list-item:nth-child(23) {
  transition-delay: 1.1s;
}
.is-active .p-shop_in__list-item:nth-child(24) {
  transition-delay: 1.15s;
}
.is-active .p-shop_in__list-item:nth-child(25) {
  transition-delay: 1.2s;
}
.is-active .p-shop_in__list-item:nth-child(26) {
  transition-delay: 1.25s;
}
.is-active .p-shop_in__list-item:nth-child(27) {
  transition-delay: 1.3s;
}
.is-active .p-shop_in__list-item:nth-child(28) {
  transition-delay: 1.35s;
}
.is-active .p-shop_in__list-item:nth-child(29) {
  transition-delay: 1.4s;
}
.is-active .p-shop_in__list-item:nth-child(30) {
  transition-delay: 1.45s;
}
.p-shop_in__footer {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-shop_in__footer {
    margin-top: 3rem;
  }
}
.p-shop_in__link {
  width: 51.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-shop_in__link {
    width: 28rem;
  }
}

.p-shop_data {
  display: block;
  position: relative;
  z-index: 0;
}
.p-shop_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
  background: var(--bg);
}
@media screen and (max-width: 960px) {
  .p-shop_data__thumb {
    margin-bottom: 0.6rem;
  }
}
.p-shop_data__thumb::before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 30%;
  z-index: -1;
}
.p-shop_data__thumb-img {
  display: block;
  position: relative;
}
.p-shop_data__title {
  display: block;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-shop_data__title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.6rem;
  }
}
.p-shop_data__title::before {
  content: "";
  width: 1.6rem;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-shop_data__title::before {
    width: 1rem;
  }
}
.p-shop_data__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-shop_data__text {
    font-size: 1rem;
  }
}

.p-event {
  display: block;
  position: relative;
}
.p-event__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.65rem 0;
}
@media screen and (min-width: 961px) {
  .p-event__container {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 0 10%;
  }
}
@media screen and (max-width: 960px) {
  .p-event__container {
    padding: 4.3rem 0;
  }
}
.p-event__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-event__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 3rem;
  }
}
.p-event__title {
  display: block;
  position: relative;
}
.p-event__title-main {
  width: 90.3846153846%;
  max-width: 470px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-event__title-main {
    width: 66.1971830986%;
  }
}
.p-event__title-sub {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-event__title-sub {
    margin-top: 1.8rem;
    font-size: 1rem;
  }
}
.p-event__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-event__intro {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-event__intro {
    font-size: 1.2rem;
  }
}
.p-event__data {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-event__data {
    margin-top: 3.4rem;
  }
}
.p-event__data + .p-event__data {
  margin-top: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-event__data + .p-event__data {
    margin-top: 3rem;
  }
}
.p-event__data-cap {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-event__data-cap {
    padding-bottom: 0.8rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-event__data-cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-event__data-text {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.85;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-event__data-text {
    padding-left: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-event__data-text small {
  font-size: 0.6em;
}
@media screen and (max-width: 960px) {
  .p-event__data-text small {
    letter-spacing: 0;
  }
}
.p-event__link {
  width: 35.8rem;
  display: block;
  position: relative;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-event__link {
    width: 22rem;
    margin-top: 3.8rem;
  }
}
.p-event__btn {
  display: block;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .p-event__btn {
    padding: 1.8rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-event__btn::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-white);
    opacity: 0.25;
    transform: skew(15deg);
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-event__btn:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-event__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 200px;
}
.p-event__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-event__btn-text {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
}
.p-event__btn-arrow {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-event__btn-arrow {
    width: 1.4rem;
  }
}

.p-cp {
  display: block;
  position: relative;
}
.p-cp__container {
  width: var(--areaW);
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.65rem 0;
}
@media screen and (max-width: 960px) {
  .p-cp__container {
    padding: 6.2rem 0;
  }
}
.p-cp__header {
  display: block;
  position: relative;
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 960px) {
  .p-cp__header {
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 4.4rem;
  }
}
.p-cp__title {
  display: block;
  position: relative;
}
.p-cp__title-main {
  width: 58.8461538462%;
  max-width: 765px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-cp__title-main {
    width: 100%;
  }
}
.p-cp__title-sub {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp__title-sub {
    margin-top: 1.8rem;
    font-size: 1rem;
  }
}
.p-cp__inner {
  width: 76.9230769231%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-cp__inner {
    width: 100%;
  }
}

.p-cp_in {
  display: block;
  position: relative;
}
.p-cp_in + .p-cp_in {
  margin-top: 12.2rem;
}
@media screen and (max-width: 960px) {
  .p-cp_in + .p-cp_in {
    margin-top: 6rem;
  }
}
.p-cp_in__header {
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-cp_in__header {
    padding-bottom: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-cp_in__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-cp_in__header::after {
  content: "";
  width: 0.1rem;
  height: 115%;
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 3.8rem;
  border-left: 0.1rem solid var(--color-white);
  transform: rotate(15deg);
  transform-origin: right top;
}
@media screen and (max-width: 960px) {
  .p-cp_in__header::after {
    height: 100%;
    top: 0.8rem;
    left: 1.8rem;
  }
}
.p-cp_in__title {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp_in__title {
    width: calc(100% - 3rem);
    font-size: 1.5rem;
  }
}
.p-cp_in__inner {
  display: block;
  position: relative;
}
.p-cp_in__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp_in__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-cp_in__data {
  display: block;
  position: relative;
  margin-top: 4.8rem;
}
@media screen and (min-width: 961px) {
  .p-cp_in__data {
    display: grid;
    grid-template-columns: 25rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-cp_in__data {
    margin-top: 2.8rem;
  }
}
.p-cp_in__data + .p-cp_in__data {
  margin-top: 0;
}
.p-cp_in__data + .p-cp_in__data::after {
  border-top: none;
}
.p-cp_in__data::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  pointer-events: none;
  opacity: 0.3;
}
.p-cp_in__data-cap {
  display: block;
  position: relative;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  background: var(--area_bg-light);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-cp_in__data-cap {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-cp_in__data-text {
  min-width: 0;
  display: block;
  position: relative;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-cp_in__data-text {
    padding: 1.25rem 1rem;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;
  }
}
.p-cp_in__data-text small {
  font-size: 0.6em;
}
@media screen and (max-width: 960px) {
  .p-cp_in__data-text small {
    letter-spacing: 0;
  }
}
.p-cp_in__data-text a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media screen and (min-width: 961px) {
  .p-cp_in__data-text a:hover {
    text-decoration: none;
  }
}
.p-cp_in__link {
  width: 34rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-cp_in__link {
    width: 22rem;
    margin-top: 2rem;
  }
}
.p-cp_in__btn {
  display: block;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .p-cp_in__btn {
    padding: 1.8rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cp_in__btn::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-white);
    opacity: 0.25;
    transform: skew(15deg);
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-cp_in__btn:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-cp_in__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 200px;
}
.p-cp_in__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-cp_in__btn-text {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
}
.p-cp_in__btn-arrow {
  width: 2.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-cp_in__btn-arrow {
    width: 1.4rem;
  }
}

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

.u-ff-serif {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.u-ff-sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.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 {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-white);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal],
[data-modal-open] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0s linear 0.4s;
  animation: clip-out 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.is-modal-open .m-modal {
  opacity: 1;
  transition: all 0s linear;
  animation: clip-in 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: var(--bg);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.m-modal__content {
  width: min(80%, 1120px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  max-width: 153vh;
}
.is-modal-open .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 16%;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
.m-modal__close-bar {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close-bar {
    height: 0.2rem;
  }
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

.u-anim-title {
  -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -8rem 0, 0 100%, 0 100%);
}
.u-anim-title.is-active {
  -webkit-clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  clip-path: polygon(-8rem 0, 100% 0, calc(100% + 8rem) 100%, 0 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.u-anim-transition {
  opacity: 0;
  transform: translateX(-2rem);
}
.u-anim-transition.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 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, -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_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 arrow2 {
  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 arrow2_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 clip-out {
  0% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
}
@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%);
  }
}
body {
  --text: var(--color-white);
  --bg: var(--color-black);
  --bg-light: var(--color-black-light);
}
body.is-red {
  --bg: var(--color-red);
  --bg-light: var(--color-red-light);
}