@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #4a4a4a;
  --color-gray-light: #f7f7f7;
  --color-orange: #e77735;
  --color-yellow: #d2dd35;
}

/*
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.05rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  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(--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-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 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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 {
  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);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-loader {
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-loader {
    height: 4rem;
    width: 4rem;
  }
}
.l-op + .l-loader {
  opacity: 0;
}
.is-load .l-loader, .is-op .l-loader {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-pjax .l-loader {
  opacity: 1 !important;
}
.l-loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-orange);
  animation: rotate 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-loader::before {
    border-width: 0.15rem;
  }
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  overscroll-behavior-y: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav__container {
  width: 90%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.l-nav__title {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 960px) {
  .l-nav__title {
    width: 16rem;
    margin-bottom: 5rem;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1.4rem;
  }
}
.l-nav__link {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-nav__link:hover {
    color: var(--color-orange);
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.l-nav__link-word {
  display: block;
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translateX(-100%);
  transition: transform 0s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
@media screen and (max-width: 960px) {
  .l-nav__link-word {
    font-size: 3rem;
  }
}
.is-menu-open .l-nav__link-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-nav__link-text:nth-child(1) .l-nav__link-word {
  transition-delay: 0s;
}
.is-menu-open .l-nav__link-text:nth-child(2) .l-nav__link-word {
  transition-delay: 0.05s;
}
.is-menu-open .l-nav__link-text:nth-child(3) .l-nav__link-word {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__link-text:nth-child(4) .l-nav__link-word {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__link-text:nth-child(5) .l-nav__link-word {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__link-text:nth-child(6) .l-nav__link-word {
  transition-delay: 0.25s;
}
.is-menu-open .l-nav__link-text:nth-child(7) .l-nav__link-word {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__link-text:nth-child(8) .l-nav__link-word {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__link-text:nth-child(9) .l-nav__link-word {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__link-text:nth-child(10) .l-nav__link-word {
  transition-delay: 0.45s;
}

.l-menu {
  width: 5.6rem;
  height: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 2.2rem;
    height: 1.6rem;
    top: 1.4rem;
    right: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover {
    color: var(--color-white);
    background-color: var(--color-main);
  }
}
.is-load .l-menu {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-scroll .l-menu {
  pointer-events: auto;
}
.l-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.4rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu::after {
    padding: 1.4rem;
  }
}
.l-menu__btn {
  width: 4.5rem;
  height: 3.1rem;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-menu__btn {
    width: 2.2rem;
    height: 1.6rem;
  }
}
.is-scroll .l-menu__btn {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-menu__bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu__bar-line {
  width: 100%;
  height: 0.4rem;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-menu__bar-line {
    height: 0.2rem;
  }
}
.--open .l-menu__bar-line.-line1 {
  top: 0;
}
.--open .l-menu__bar-line.-line2 {
  top: calc(50% - 0.2rem);
}
@media screen and (max-width: 960px) {
  .--open .l-menu__bar-line.-line2 {
    top: calc(50% - 0.11rem);
  }
}
.--open .l-menu__bar-line.-line3 {
  bottom: 0;
}
.--close .l-menu__bar-line.-line1 {
  top: calc(50% - 0.2rem);
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .--close .l-menu__bar-line.-line1 {
    top: calc(50% - 0.11rem);
  }
}
.--close .l-menu__bar-line.-line2 {
  top: calc(50% - 0.2rem);
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .--close .l-menu__bar-line.-line2 {
    top: calc(50% - 0.11rem);
  }
}
.l-menu__bar-line::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 0;
  border-bottom: 0.4rem solid var(--color-black);
  transition: border-bottom-color 0.3s cubic-bezier(0.5, 1, 0.89, 1), width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 960px) {
  .l-menu__bar-line::before {
    height: 0.2rem;
    border-bottom-width: 0.2rem;
  }
}
.--open .l-menu__bar-line::before {
  width: 100%;
  left: 0;
}
.--open .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0.25s;
}

.--open .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.3s;
}

.--open .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.35s;
}

.is-menu-open .--open .l-menu__bar-line::before {
  width: 0;
}
.is-menu-open .--open .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0s;
}

.is-menu-open .--open .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.05s;
}

.is-menu-open .--open .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.1s;
}

.--close .l-menu__bar-line::before {
  width: 0;
  right: 0;
}
.--close .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0s;
}

.--close .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.05s;
}

.--close .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.1s;
}

.is-menu-open .--close .l-menu__bar-line::before {
  width: 100%;
}
.is-menu-open .--close .l-menu__bar-line:nth-child(1)::before {
  transition-delay: 0s, 0.3s;
}

.is-menu-open .--close .l-menu__bar-line:nth-child(2)::before {
  transition-delay: 0s, 0.35s;
}

.is-menu-open .--close .l-menu__bar-line:nth-child(3)::before {
  transition-delay: 0s, 0.4s;
}

.l-footer {
  display: block;
  position: relative;
}
.l-footer__container {
  width: calc(100% - 11.4rem);
  display: block;
  position: relative;
  padding: 5.8rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "brand sns" "brand copy";
    gap: 4.5rem 5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 6.2rem 0 5rem;
  }
}
.l-footer__brand {
  grid-area: brand;
  width: 22.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 18.5rem;
    margin: 0 auto 2.8rem;
  }
}
.l-footer__sns {
  grid-area: sns;
  display: block;
  position: relative;
}
.l-footer__copy {
  grid-area: copy;
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  text-align: right;
  color: var(--color-gray);
}
@media screen and (min-width: 961px){
  .l-footer__brand {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .l-footer__sns {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__copy {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 5.6rem;
    font-size: 1rem;
    text-align: center;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    justify-content: center;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 3.5rem;
}
.l-footer_sns__link {
  width: 2.6rem;
  display: block;
  position: relative;
  font-size: 0;
}
.l-footer_sns__link-svg {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link-svg {
    transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_sns__link:hover .l-footer_sns__link-svg {
    fill: var(--color-orange);
  }
}

.c-btn_round {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-black);
  background: var(--color-orange);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .c-btn_round {
    min-height: 7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round {
    transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
.c-btn_round__text {
  display: block;
  position: relative;
  padding: 2rem;
  font-size: 2rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-btn_round__text {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.c-btn_round__arrow {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .c-btn_round__arrow {
    width: 0.8rem;
    right: 2rem;
  }
}
.c-btn_round__arrow-icon {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round__arrow-icon {
    transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover .c-btn_round__arrow-icon {
    fill: var(--color-black);
  }
}

.p-hero {
  width: 100%;
  max-width: 2000px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.p-hero__container {
  display: block;
  position: relative;
  padding: 15rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 8.5rem 0 7.4rem;
  }
}
.p-hero__main {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__main {
    width: calc(100% - 4rem);
  }
}
.p-hero__title {
  width: 60.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 30rem;
  }
}
.p-hero__nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__nav {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__nav {
    width: calc(100% - 4rem);
    display: block;
    position: relative;
    margin: 6rem auto 0;
  }
}
.p-hero__arrow {
  width: 1.4rem;
  display: block;
  position: absolute;
  right: 2.9rem;
  bottom: 2.9rem;
}
@media screen and (max-width: 960px) {
  .p-hero__arrow {
    width: 0.7rem;
    right: 1.8rem;
    bottom: 1.6rem;
  }
}

.p-hero_nav {
  display: block;
  position: relative;
}
.p-hero_nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__list {
    grid-template-columns: repeat(2, 11rem);
    gap: 2.6rem 1.6rem;
  }
}
.p-hero_nav__list-item {
  display: block;
  position: relative;
}
.p-hero_nav__list-item.is-new:before {
  content: "NEW!";
  color: #f00;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -1.5rem;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__list-item.is-new:before {
    left: 0;
    top: -1.2rem;
    font-size: 0.8rem;
  }
}
.p-hero_nav__link {
  display: block;
  position: relative;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__link {
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_nav__link:hover {
    color: var(--color-orange);
  }
}
.p-hero_nav__link-main {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__link-main {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-hero_nav__link-sub {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__link-sub {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-line {
  width: 100%;
  height: 45rem;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-line {
    height: 30rem;
  }
}
.p-line__img {
  width: 100%;
  height: calc(100% + 200px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.p-line__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.p-release {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-release__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-release__container {
    width: calc(100% - 4rem);
  }
}
.p-release__content {
  display: block;
  position: relative;
  padding: 8.5rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-release__content {
    padding: 5.5rem 0 6rem;
  }
}
.p-release__buy {
  display: block;
  position: relative;
}
.p-release__buy::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-gray-light);
}

.p-release_content {
  display: block;
  position: relative;
}
.p-release_content + .p-release_content {
  margin-top: 22rem;
}
@media screen and (max-width: 960px) {
  .p-release_content + .p-release_content {
    margin-top: 10.2rem;
  }
}
.p-release_content::before {
  content: "";
  width: 100vw;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: -9.5rem;
  left: 50%;
  border-top: 0.2rem solid var(--color-yellow);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-release_content::before {
    border-top: 0.1rem;
  }
}
.p-release_content__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (min-width: 961px) {
  .p-release_content__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-release_content__header {
    margin-bottom: 2.6rem;
  }
}
.p-release_content__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-release_content__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-release_content__title-word {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-release_content__title-word {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.is-active .p-release_content__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-release_content__title-text:nth-child(1) .p-release_content__title-word {
  transition-delay: 0s;
}
.is-active .p-release_content__title-text:nth-child(2) .p-release_content__title-word {
  transition-delay: 0.05s;
}
.is-active .p-release_content__title-text:nth-child(3) .p-release_content__title-word {
  transition-delay: 0.1s;
}
.is-active .p-release_content__title-text:nth-child(4) .p-release_content__title-word {
  transition-delay: 0.15s;
}
.is-active .p-release_content__title-text:nth-child(5) .p-release_content__title-word {
  transition-delay: 0.2s;
}
.is-active .p-release_content__title-text:nth-child(6) .p-release_content__title-word {
  transition-delay: 0.25s;
}
.is-active .p-release_content__title-text:nth-child(7) .p-release_content__title-word {
  transition-delay: 0.3s;
}
.is-active .p-release_content__title-text:nth-child(8) .p-release_content__title-word {
  transition-delay: 0.35s;
}
.is-active .p-release_content__title-text:nth-child(9) .p-release_content__title-word {
  transition-delay: 0.4s;
}
.is-active .p-release_content__title-text:nth-child(10) .p-release_content__title-word {
  transition-delay: 0.45s;
}
.p-release_content__video-ttl {
  font-size: 4rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-release_content__video-ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.p-release_content__video-item {
  width: 100%;
  max-width: 1020px;
  height: auto;
  margin: 35px auto 80px;
}
@media screen and (max-width: 960px) {
  .p-release_content__video-item {
    margin: 25px auto 40px;
  }
}
.p-release_content__video-item .p-in-video {
  padding-top: 56.25%;
  position: relative;
}
.p-release_content__video-item .p-in-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-release_content__info {
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .p-release_content__info {
    min-width: 56%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_content__info {
    margin-top: 1.6rem;
  }
}
.is-active .p-release_content__info {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release_content__info-cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.2rem 1rem;
  margin-right: 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-release_content__info-cap {
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
  }
}
.p-release_content__info-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .p-release_content__info-text {
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 960px) {
  .p-release_content__info-text {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}
.p-release_content__info-text small {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-release_content__info-text small {
    line-height: 1.3;
  }
}
.p-release_content__list {
  display: grid;
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-release_content__list {
    gap: 0.5rem;
  }
}
.--release1 .p-release_content__list {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 960px) {
  .--release1 .p-release_content__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.--release2 .p-release_content__list {
  grid-template-columns: repeat(2, 1fr);
}
.p-release_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-release_content__list-item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-release_content__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-release_content__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-release_content__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-release_content__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-release_content__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-release_content__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-release_content__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-release_content__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-release_content__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-release_content__list-item:nth-child(10) {
  transition-delay: 0.45s;
}
.--release1 .p-release_content__list-item.--size\:L {
  grid-column-end: span 6;
  grid-row-end: span 6;
}
.--release1 .p-release_content__list-item.--size\:M {
  grid-column-end: span 3;
  grid-row-end: span 3;
}
.--release1 .p-release_content__list-item.--size\:S {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media screen and (min-width: 961px) {
  .--release1 .p-release_content__list-item.--item10 {
    grid-column-start: 7;
    grid-row-start: 7;
  }
}
.p-release_content__img {
  display: block;
  position: relative;
}
.p-release_content__img-cap {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_content__img-cap {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}

.p-release_buy {
  width: 82%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 11rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-release_buy {
    width: 100%;
    padding: 5.8rem 0 6rem;
  }
}
.p-release_buy__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_buy__link {
    display: flex;
    justify-content: center;
  }
}
.p-release_buy__link-item {
  flex: 1;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_buy__link-item + .p-release_buy__link-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_buy__link-item + .p-release_buy__link-item {
    margin-top: 1.2rem;
  }
}
.p-release_buy__song {
  display: block;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .p-release_buy__song {
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-release_buy__song {
    margin-top: 1.2rem;
  }
}
.p-release_buy__song-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_buy__song-item {
    width: 100%;
  }
}
.p-release_buy__song-item + .p-release_buy__song-item {
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .p-release_buy__song-item + .p-release_buy__song-item {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_buy__song-item + .p-release_buy__song-item {
    margin-top: 1.4rem;
  }
}
.p-release_buy__btn {
  min-height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-black);
  background: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-release_buy__btn {
    min-height: 8.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-release_buy__btn {
    transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-release_buy__btn:hover {
    color: var(--color-black);
    background-color: var(--color-orange);
  }
}
.p-release_buy__btn-text {
  display: block;
  position: relative;
  padding: 2rem;
  font-size: 2.8rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-release_buy__btn-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_buy__btn-text {
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-release_buy__btn-arrow {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translate(0, -50%);
}
@media screen and (min-width: 961px) {
  .p-release_buy__btn-arrow {
    right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_buy__btn-arrow {
    width: 1rem;
    right: 2rem;
  }
}
.p-release_buy__btn-icon {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
  .p-release_buy__btn-icon {
    transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-release_buy__btn:hover .p-release_buy__btn-icon {
    fill: var(--color-black);
  }
}

.p-track {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.p-track__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 8.7rem;
}
@media screen and (max-width: 960px) {
  .p-track__container {
    width: calc(100% - 4rem);
    padding: 4.8rem 0 2.2rem;
  }
}
.p-track__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (min-width: 961px) {
  .p-track__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-track__header {
    margin-bottom: 3.7rem;
  }
}
.p-track__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-track__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-track__title-word {
  display: block;
  position: relative;
  font-size: 6.1rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-track__title-word {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}
.is-active .p-track__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-track__title-text:nth-child(1) .p-track__title-word {
  transition-delay: 0s;
}
.is-active .p-track__title-text:nth-child(2) .p-track__title-word {
  transition-delay: 0.05s;
}
.is-active .p-track__title-text:nth-child(3) .p-track__title-word {
  transition-delay: 0.1s;
}
.is-active .p-track__title-text:nth-child(4) .p-track__title-word {
  transition-delay: 0.15s;
}
.is-active .p-track__title-text:nth-child(5) .p-track__title-word {
  transition-delay: 0.2s;
}
.is-active .p-track__title-text:nth-child(6) .p-track__title-word {
  transition-delay: 0.25s;
}
.is-active .p-track__title-text:nth-child(7) .p-track__title-word {
  transition-delay: 0.3s;
}
.is-active .p-track__title-text:nth-child(8) .p-track__title-word {
  transition-delay: 0.35s;
}
.is-active .p-track__title-text:nth-child(9) .p-track__title-word {
  transition-delay: 0.4s;
}
.is-active .p-track__title-text:nth-child(10) .p-track__title-word {
  transition-delay: 0.45s;
}
.p-track__info {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-track__info {
    margin-top: 0.2rem;
    font-size: 1.1rem;
  }
}
.p-track__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-track__inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-track__content {
  display: block;
  position: relative;
}

.p-track_content {
  display: block;
  position: relative;
  padding: 5.6rem 0 3rem;
}
@media screen and (min-width: 961px) {
  .p-track_content {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-track_content {
    padding: 4rem 0;
  }
}
.p-track_content + .p-track_content {
  margin-top: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-track_content + .p-track_content {
    margin-top: 1.8rem;
  }
}
.p-track_content::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 0.2rem solid var(--color-yellow);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-track_content::before {
    border-top-width: 0.1rem;
  }
}
.p-track_content__cap {
  display: block;
  position: relative;
  font-size: 3.4rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 961px) {
  .p-track_content__cap {
    min-width: 15rem;
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-track_content__cap {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
}
.p-track_content__list {
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (min-width: 961px) {
  .p-track_content__list {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-track_content__list-item {
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-track_content__list-item {
    padding-bottom: 2rem;
  }
}
.p-track_content__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.2rem solid var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-track_content__list-item::before {
    border-bottom-width: 0.1rem;
  }
}
.p-track_content__list-item + .p-track_content__list-item {
  margin-top: 2.7rem;
}
@media screen and (max-width: 960px) {
  .p-track_content__list-item + .p-track_content__list-item {
    margin-top: 1rem;
  }
}
.p-track_content__data {
  display: block;
  position: relative;
  padding: 0 5rem 0 8.5rem;
}
@media screen and (max-width: 960px) {
  .p-track_content__data {
    padding: 0 3rem 0 5.6rem;
  }
}
.p-track_content__data-no {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-track_content__data-no {
    font-size: 1.3rem;
  }
}
.p-track_content__data-title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-track_content__data-title {
    font-size: 1.3rem;
  }
}
.p-track_content__data-note {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-track_content__data-note {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}
.p-track_content__data-link {
  width: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-track_content__data-link {
    width: 1.6rem;
  }
}
.p-track_content__data-icon {
  width: 100%;
  display: block;
  position: relative;
  fill: var(--color-gray);
}
@media (hover: hover) and (pointer: fine) {
  .p-track_content__data-icon {
    transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-track_content__data-icon:hover {
    fill: var(--color-orange);
  }
}

.p-event {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.p-event__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-event__container {
    width: calc(100% - 4rem);
    padding: 5.3rem 0 5.4rem;
  }
}
.p-event__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
}
@media screen and (min-width: 961px) {
  .p-event__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-event__header {
    margin-bottom: 2.6rem;
  }
}
.p-event__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-event__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-event__title-word {
  display: block;
  position: relative;
  font-size: 6.1rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-event__title-word {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}
.is-active .p-event__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-event__title-text:nth-child(1) .p-event__title-word {
  transition-delay: 0s;
}
.is-active .p-event__title-text:nth-child(2) .p-event__title-word {
  transition-delay: 0.05s;
}
.is-active .p-event__title-text:nth-child(3) .p-event__title-word {
  transition-delay: 0.1s;
}
.is-active .p-event__title-text:nth-child(4) .p-event__title-word {
  transition-delay: 0.15s;
}
.is-active .p-event__title-text:nth-child(5) .p-event__title-word {
  transition-delay: 0.2s;
}
.is-active .p-event__title-text:nth-child(6) .p-event__title-word {
  transition-delay: 0.25s;
}
.is-active .p-event__title-text:nth-child(7) .p-event__title-word {
  transition-delay: 0.3s;
}
.is-active .p-event__title-text:nth-child(8) .p-event__title-word {
  transition-delay: 0.35s;
}
.is-active .p-event__title-text:nth-child(9) .p-event__title-word {
  transition-delay: 0.4s;
}
.is-active .p-event__title-text:nth-child(10) .p-event__title-word {
  transition-delay: 0.45s;
}
.p-event__info {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-event__info {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-event__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-event__inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-event__outline {
  width: 83%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-event__outline {
    width: 100%;
  }
}
.p-event__more {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-event__more {
    margin-top: 3.2rem;
  }
}
.p-event__more-btn {
  width: 48.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-event__more-btn {
    width: 100%;
  }
}
.p-event__more-note {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-event__more-note {
    margin-top: 1.4rem;
    font-size: 1rem;
  }
}
.p-event__entry {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-event__entry {
    margin-top: 6.4rem;
  }
}

.p-event_outline {
  display: block;
  position: relative;
}
.p-event_outline__title {
  display: block;
  position: relative;
  font-size: 4rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-event_outline__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.p-event_outline__lead {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-event_outline__lead {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.p-event_outline__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2.75rem 0;
  margin-top: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-event_outline__data {
    margin-top: 2.8rem;
    padding: 1.7rem 0;
    font-size: 1.3rem;
  }
}
.p-event_outline__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.2rem solid var(--color-yellow);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-event_outline__data::before {
    border-width: 0.1rem;
  }
}
.p-event_outline__data:last-child::before {
  border-bottom: 0.2rem solid var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-event_outline__data:last-child::before {
    border-bottom: 0.1rem solid var(--color-yellow);
  }
}
.p-event_outline__data + .p-event_outline__data {
  margin-top: 0;
}
.p-event_outline__data-cap {
  min-width: 14rem;
  display: block;
  position: relative;
  margin-right: 4rem;
}
@media screen and (max-width: 960px) {
  .p-event_outline__data-cap {
    min-width: 5.6rem;
  }
}
.p-event_outline__data-text {
  display: block;
  position: relative;
}

.p-event_entry {
  display: block;
  position: relative;
  padding: 6rem 5rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-event_entry {
    padding: 4rem 2rem;
  }
}
.p-event_entry + .p-event_entry {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-event_entry + .p-event_entry {
    margin-top: 1.7rem;
  }
}
.p-event_entry__cap {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-event_entry__cap {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-event_entry__data {
  display: block;
  position: relative;
}
.p-event_entry__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-event_entry__data-cap {
    font-size: 1rem;
  }
}
.p-event_entry__data-text {
  display: block;
  position: relative;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-event_entry__data-text {
    font-size: 1.4rem;
  }
}
.p-event_entry__link {
  width: 34.5rem;
  display: block;
  position: relative;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-event_entry__link {
    width: 22.6rem;
    margin: 2.7rem auto 0;
  }
}
.p-event_entry__btn {
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-gray);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-event_entry__btn {
    min-height: 4.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-event_entry__btn {
    transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-event_entry__btn:hover {
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
.p-event_entry__btn-text {
  display: block;
  position: relative;
  padding: 2rem;
  font-size: 1.7rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-event_entry__btn-text {
    padding: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
.p-event_entry__btn-arrow {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-event_entry__btn-arrow {
    width: 0.6rem;
    right: 1.3rem;
  }
}
.p-event_entry__btn-icon {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
  .p-event_entry__btn-icon {
    transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-event_entry__btn:hover .p-event_entry__btn-icon {
    fill: var(--color-black);
  }
}

.p-special {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.p-special__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-special__container {
    width: calc(100% - 4rem);
    padding: 5rem 0 5.9rem;
  }
}
.p-special__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (min-width: 961px) {
  .p-special__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-special__header {
    margin-bottom: 3rem;
  }
}
.p-special__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-special__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-special__title-word {
  display: block;
  position: relative;
  font-size: 6.1rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-special__title-word {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}
.is-active .p-special__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-special__title-text:nth-child(1) .p-special__title-word {
  transition-delay: 0s;
}
.is-active .p-special__title-text:nth-child(2) .p-special__title-word {
  transition-delay: 0.05s;
}
.is-active .p-special__title-text:nth-child(3) .p-special__title-word {
  transition-delay: 0.1s;
}
.is-active .p-special__title-text:nth-child(4) .p-special__title-word {
  transition-delay: 0.15s;
}
.is-active .p-special__title-text:nth-child(5) .p-special__title-word {
  transition-delay: 0.2s;
}
.is-active .p-special__title-text:nth-child(6) .p-special__title-word {
  transition-delay: 0.25s;
}
.is-active .p-special__title-text:nth-child(7) .p-special__title-word {
  transition-delay: 0.3s;
}
.is-active .p-special__title-text:nth-child(8) .p-special__title-word {
  transition-delay: 0.35s;
}
.is-active .p-special__title-text:nth-child(9) .p-special__title-word {
  transition-delay: 0.4s;
}
.is-active .p-special__title-text:nth-child(10) .p-special__title-word {
  transition-delay: 0.45s;
}
.p-special__info {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-special__info {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-special__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-special__inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-special__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-special__more {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
.p-special__more-btn {
  width: 48.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-special__more-note {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.p-special__entry {
  display: block;
  position: relative;
  margin-top: 8rem;
}
.p-special__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin: 5.8rem auto 0;
}
.p-special__link-item {
  width: 49rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-special__link-item {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-special__link-item + .p-special__link-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-special__link-item + .p-special__link-item {
    margin-top: 1rem;
  }
}

.p-special_content {
  display: block;
  position: relative;
}
.p-special_content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-special_content__list {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem 3rem;
    margin: 0 auto;
  }
}
.p-special_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-special_content__list-item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-special_content__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-special_content__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-special_content__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-special_content__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-special_content__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-special_content__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-special_content__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-special_content__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-special_content__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-special_content__list-item:nth-child(10) {
  transition-delay: 0.45s;
}
.p-special_content__data {
  display: block;
  position: relative;
}
.p-special_content__data-img {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-special_content__data-img {
    margin-bottom: 1rem;
  }
}
.p-special_content__data-shop {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-special_content__data-shop {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
}
.p-special_content__data-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-special_content__data-text {
    font-size: 1.3rem;
  }
}
.p-special_content__note {
  width: 100%;
  max-width: 75rem;
  position: relative;
  margin: 7rem auto 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-special_content__note {
    width: 100%;
    font-size: 1rem;
    margin-top: 2.4rem;
  }
}

.p-movie {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.p-movie__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: calc(100% - 4rem);
    padding: 5rem 0 5.9rem;
  }
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (min-width: 961px) {
  .p-movie__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 3rem;
  }
}
.p-movie__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-movie__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-movie__title-word {
  display: block;
  position: relative;
  font-size: 6.1rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-movie__title-word {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}
.is-active .p-movie__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-movie__title-text:nth-child(1) .p-movie__title-word {
  transition-delay: 0s;
}
.is-active .p-movie__title-text:nth-child(2) .p-movie__title-word {
  transition-delay: 0.05s;
}
.is-active .p-movie__title-text:nth-child(3) .p-movie__title-word {
  transition-delay: 0.1s;
}
.is-active .p-movie__title-text:nth-child(4) .p-movie__title-word {
  transition-delay: 0.15s;
}
.is-active .p-movie__title-text:nth-child(5) .p-movie__title-word {
  transition-delay: 0.2s;
}
.is-active .p-movie__title-text:nth-child(6) .p-movie__title-word {
  transition-delay: 0.25s;
}
.is-active .p-movie__title-text:nth-child(7) .p-movie__title-word {
  transition-delay: 0.3s;
}
.is-active .p-movie__title-text:nth-child(8) .p-movie__title-word {
  transition-delay: 0.35s;
}
.is-active .p-movie__title-text:nth-child(9) .p-movie__title-word {
  transition-delay: 0.4s;
}
.is-active .p-movie__title-text:nth-child(10) .p-movie__title-word {
  transition-delay: 0.45s;
}
.p-movie__info {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-movie__info {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-movie__inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-movie__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__link {
    margin-top: 5.8rem;
  }
}
.p-movie__link-item {
  width: 49rem;
  display: block;
  position: relative;
}
.p-movie__link-item + .p-movie__link-item {
  margin-left: 2rem;
}

.p-movie_content {
  display: block;
  position: relative;
}
.p-movie_content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-movie_content__list-item {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-movie_content__list-item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-movie_content__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-movie_content__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-movie_content__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-movie_content__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-movie_content__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-movie_content__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-movie_content__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-movie_content__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-movie_content__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-movie_content__list-item:nth-child(10) {
  transition-delay: 0.45s;
}
.p-movie_content__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie_content__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_content__link:hover::after {
    opacity: 0.4;
  }
}
.p-movie_content__link-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_content__link-img {
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-movie_content__link:hover .p-movie_content__link-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-movie_content__link-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
}
.p-movie_content__link-img iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.p-comment {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.p-comment__container {
  width: calc(100% - 18rem);
  max-width: 1800px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-comment__container {
    width: calc(100% - 4rem);
    padding: 5rem 0 5.9rem;
  }
}
.p-comment__header {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (min-width: 961px) {
  .p-comment__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-comment__header {
    margin-bottom: 3rem;
  }
}
.p-comment__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-comment__title-text {
  display: block;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}
.p-comment__title-word {
  display: block;
  position: relative;
  font-size: 6.1rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-comment__title-word {
    font-size: 3.7rem;
    letter-spacing: 0;
  }
}
.is-active .p-comment__title-word {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-comment__title-text:nth-child(1) .p-comment__title-word {
  transition-delay: 0s;
}
.is-active .p-comment__title-text:nth-child(2) .p-comment__title-word {
  transition-delay: 0.05s;
}
.is-active .p-comment__title-text:nth-child(3) .p-comment__title-word {
  transition-delay: 0.1s;
}
.is-active .p-comment__title-text:nth-child(4) .p-comment__title-word {
  transition-delay: 0.15s;
}
.is-active .p-comment__title-text:nth-child(5) .p-comment__title-word {
  transition-delay: 0.2s;
}
.is-active .p-comment__title-text:nth-child(6) .p-comment__title-word {
  transition-delay: 0.25s;
}
.is-active .p-comment__title-text:nth-child(7) .p-comment__title-word {
  transition-delay: 0.3s;
}
.is-active .p-comment__title-text:nth-child(8) .p-comment__title-word {
  transition-delay: 0.35s;
}
.is-active .p-comment__title-text:nth-child(9) .p-comment__title-word {
  transition-delay: 0.4s;
}
.is-active .p-comment__title-text:nth-child(10) .p-comment__title-word {
  transition-delay: 0.45s;
}
.p-comment__info {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-comment__info {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-comment__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-comment__inner {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-comment__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-comment__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-comment__list-item {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-comment__list-item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-comment__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-comment__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-comment__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-comment__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-comment__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-comment__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-comment__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-comment__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-comment__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-comment__list-item:nth-child(10) {
  transition-delay: 0.45s;
}

.p-comment_data {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-comment_data__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-comment_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-comment_data:hover .p-comment_data__thumb::after {
    opacity: 0.4;
  }
}
.p-comment_data__thumb-img {
  padding-top: 100%;
  display: block;
  position: relative;
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-comment_data__thumb-img {
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-comment_data:hover .p-comment_data__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-comment_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-comment_data__text {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-comment_data__text {
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }
}

.p-comment_content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment_content {
    display: flex;
    justify-content: flex-start;
  }
}
.p-comment_content__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment_content__header {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_content__header {
    width: 90%;
    margin: 0 auto 3.2rem;
  }
}
.p-comment_content__visual {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-comment_content__visual-img {
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-comment_content__visual-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-comment_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment_content__inner {
    flex: 1 1 0;
    min-width: 0;
    top: -0.8em;
  }
}
.p-comment_content__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-comment_content__title {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
.p-comment_content__data {
  display: block;
  position: relative;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-comment_content__data {
    margin-top: 2.4rem;
  }
}
.p-comment_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-comment_content__data-cap {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-comment_content__data-title {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-comment_content__data-title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.p-comment_content__data-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.95;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-comment_content__data-text {
    font-size: 1.3rem;
  }
}

.p-coming {
  display: block;
  position: relative;
  padding: 7.8rem 0 20rem;
  color: var(--color-orange);
  background-color: var(--color-gray-light);
}
@media screen and (max-width: 960px) {
  .p-coming {
    padding: 4.6rem 0 10rem;
  }
}
.p-coming__text {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "Outfit", "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) {
  .p-coming__text {
    font-size: 2rem;
  }
}

.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 {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #999 0%, #999 26%, #ccc 50%, #999 75%, #999 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
@media screen and (max-width: 960px) {
  .--work_kv + .u-lazy__loader {
    max-width: calc(100% - 4rem);
    left: 0;
  }
}
.is-lazy-loading + .u-lazy__loader, .is-lazy-loaded + .u-lazy__loader {
  display: block;
}
.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

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

template {
  display: none;
}

.m-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.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__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5rem 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 6rem 0;
  }
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  z-index: -1;
  background-color: var(--color-bg);
  opacity: 0.95;
}
.m-modal__content {
  width: 91.4285714286%;
  height: auto !important;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 88%;
  }
}
[data-modal-type=img] .m-modal__content {
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: min(153vh, 1600px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.m-modal__content > div {
  display: block;
  position: relative;
}
.m-modal__close {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  position: fixed;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-bar {
  content: "";
  width: 100%;
  height: 0.4rem;
  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-black);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 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;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) 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%);
  }
}
:root {
  --clip: 10rem;
}
@media screen and (max-width: 960px) {
  :root {
    --clip: 5rem;
  }
}

@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
  }
}
@keyframes clip-out-nav {
  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-nav {
  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, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes text_marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -311.5rem 50%;
  }
}