/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.swiper-lazy-preloader::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(255, 255, 255, 0.35) 50%, rgba(217, 217, 217, 0) 100%);
  background-size: 100% 100%;
  animation: loading_skeleton 1s linear infinite;
}

.swiper-pagination {
  margin-top: 6px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .swiper-pagination {
    margin-top: 8px;
  }
}

@media not all and (max-width: 900px) {
  @media (max-height: 900px) {
    body .m-modal .m-modal__content {
      max-width: 1000px;
    }
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 89%;
  }
}
body .m-modal .m-modal__close-btn {
  opacity: 0;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.7333333333vw;
  }
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  line-height: 1.3;
  letter-spacing: normal;
}
body {
  position: relative;
  color: #000;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-section__container {
  width: 92.8571428571%;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 89.3333333333%;
  }
}
.l-section__ttl {
  position: relative;
  display: flex;
  font-family: YakuHanJP, "itc-avant-garde-gothic-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .l-section__ttl {
    font-size: min(8.4rem, 182px);
  }
}
.l-section__ttl span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-section__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.l-section__ttl span:nth-child(2) {
  transition-delay: 0.05s;
}
.l-section__ttl span:nth-child(3) {
  transition-delay: 0.1s;
}
.l-section__ttl span:nth-child(4) {
  transition-delay: 0.15s;
}
.l-section__ttl span:nth-child(5) {
  transition-delay: 0.2s;
}
.l-section__ttl span:nth-child(6) {
  transition-delay: 0.25s;
}
.l-section__ttl span:nth-child(7) {
  transition-delay: 0.3s;
}
.l-section__ttl span:nth-child(8) {
  transition-delay: 0.35s;
}
.l-section__ttl span:nth-child(9) {
  transition-delay: 0.4s;
}
.l-section__ttl span:nth-child(10) {
  transition-delay: 0.45s;
}
.l-section.is-active .l-section__ttl span {
  transform: translateY(0);
}

.l-footer {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 60px;
  }
}
.l-footer__container {
  width: 92.8571428571%;
  margin: 0 auto;
  padding-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    width: 89.3333333333%;
    padding-bottom: 15.2rem;
  }
}
.l-footer__official {
  width: 248px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 900px) {
  .l-footer__official {
    width: 173px;
    margin: 0 auto 20px;
  }
}
.l-footer__official-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__official-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__official-inner:hover {
    transform: scale(1.05);
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.l-footer__sns-ttl {
  margin-right: 16px;
  font-family: YakuHanJP, "itc-avant-garde-gothic-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-ttl {
    margin-right: 30px;
    font-size: 10px;
  }
}
.l-footer__sns-list {
  display: flex;
}
@media not all and (max-width: 900px) {
  .l-footer__sns-list {
    justify-content: flex-end;
  }
}
.l-footer__sns-item + .l-footer__sns-item {
  margin-left: 50px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-item + .l-footer__sns-item {
    margin-left: 30px;
  }
}
.l-footer__sns-link {
  display: block;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-link {
    width: 26px;
  }
}
@media (hover: hover) {
  .l-footer__sns-link {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__sns-link:hover {
    transform: scale(1.1);
  }
}
.l-footer__bnr {
  position: relative;
  margin-bottom: 73px;
}
@media screen and (max-width: 900px) {
  .l-footer__bnr {
    margin-bottom: 38px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__bnr-list {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bnr-list {
    width: 77.5%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__bnr-item {
    width: 370px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bnr-item + .l-footer__bnr-item {
    margin-top: 15px;
  }
}
.l-footer__bnr-link {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-link {
    overflow: hidden;
  }
  .l-footer__bnr-link:hover img {
    transform: scale(1.1);
  }
  .l-footer__bnr-link img {
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.l-footer__links {
  margin-bottom: 43px;
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    margin-bottom: 18px;
  }
}
.l-footer__links-list {
  display: flex;
  justify-content: center;
}
.l-footer__links-item {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-footer__links-item {
    padding: 0 26px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) and (max-width: 374px) {
  .l-footer__links-item {
    padding: 0 8px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__links-item:last-child {
    padding-right: 0;
  }
}
.l-footer__links-item:last-child::before {
  content: none;
}
.l-footer__links-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 11px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .l-footer__links-item::before {
    width: 2px;
  }
}
.l-footer__links-txt {
  display: block;
  font-size: 15px;
  font-family: YakuHanJP, "itc-avant-garde-gothic-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media (hover: hover) {
  .l-footer__links-txt {
    transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .l-footer__links-txt:hover {
    color: #F76400;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-txt {
    font-size: 10px;
  }
}
.l-footer__note {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-footer__note {
    line-height: 1.5;
  }
}
.l-footer__note-caution {
  margin-bottom: 8px;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .l-footer__note-caution {
    margin-bottom: 11px;
    font-size: 10px;
  }
}
.l-footer__note-copy {
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .l-footer__note-copy {
    font-size: 10px;
  }
}
.l-footer__img {
  position: relative;
}
.l-footer__img-inner {
  position: relative;
}
.l-footer__loop {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-top: 22.1428571429%;
}
@media screen and (max-width: 900px) {
  .l-footer__loop {
    top: -51%;
    padding-top: 33.0666666667%;
  }
}
.l-footer__loop-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 507.1428571429%;
  height: 100%;
  background: url(../img/bg_txt.png) center center no-repeat;
  background-size: contain;
  animation: loop_txt 50s linear infinite;
}
@media screen and (max-width: 900px) {
  .l-footer__loop-inner {
    width: 757.3333333333%;
  }
}
.l-footer__loop-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_txt.png) center center no-repeat;
  background-size: contain;
  transform: translateX(100%);
}
@keyframes loop_txt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.p-hero {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-hero {
    width: 100%;
    padding-top: 173.3333333333%;
  }
}
.p-hero__loop {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  padding-top: 22.1428571429%;
}
@media screen and (max-width: 900px) {
  .p-hero__loop {
    top: 29%;
    padding-top: 33.0666666667%;
  }
}
.p-hero__loop-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 507.1428571429%;
  height: 100%;
  background: url(../img/bg_txt.png) center center no-repeat;
  background-size: 100% auto;
}
.is-load .p-hero__loop-inner {
  animation: loop_txt 45s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-hero__loop-inner {
    width: 757.3333333333%;
  }
}
.p-hero__loop-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_txt.png) center center no-repeat;
  background-size: 100% auto;
  transform: translateX(100%);
}
@keyframes loop_txt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-hero__kv {
  transform: translateX(15%);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-hero__kv {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__kv {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 101.3333333333%;
    transform: translateX(25%);
  }
  .p-hero__kv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
  }
}
.is-load .p-hero__kv {
  transform: translateX(0);
}
.p-hero__ttl {
  position: absolute;
  bottom: 7%;
  left: 3.6%;
  width: 58%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-load .p-hero__ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    bottom: auto;
    top: 4.6%;
    right: 0;
    left: 50%;
    width: 89.5%;
    transform: translateX(-50%);
  }
}

.p-lead {
  position: relative;
  color: #000;
  background: #f6f6f6;
}
.p-lead__container {
  width: 92.8571428571%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 4.1rem 0;
}
@media screen and (max-width: 900px) {
  .p-lead__container {
    width: 89.3333333333%;
    padding: 6.9rem 0 8.2rem;
  }
}
.p-lead__main {
  margin-bottom: 2.3rem;
  font-weight: 900;
  font-size: 95px;
  font-size: min(4.8rem, 108px);
  line-height: 1.12;
}
@media screen and (max-width: 900px) {
  .p-lead__main {
    margin-bottom: 3.6rem;
    font-size: 4.5rem;
    line-height: 1.15;
  }
}
.p-lead__main-line {
  overflow: hidden;
}
.p-lead__main-line span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-lead__main-line:nth-child(1) span {
  transition-delay: 0s;
}

.p-lead__main-line:nth-child(2) span {
  transition-delay: 0.2s;
}

.p-lead__main-line:nth-child(3) span {
  transition-delay: 0.4s;
}

.p-lead__main-line:nth-child(4) span {
  transition-delay: 0.6s;
}

.p-lead__main-line:nth-child(5) span {
  transition-delay: 0.8s;
}

.p-lead__main-line:nth-child(6) span {
  transition-delay: 1s;
}

.p-lead__main-line:nth-child(7) span {
  transition-delay: 1.2s;
}

.p-lead__main-line:nth-child(8) span {
  transition-delay: 1.4s;
}

.p-lead__main-line:nth-child(9) span {
  transition-delay: 1.6s;
}

.p-lead__main-line:nth-child(10) span {
  transition-delay: 1.8s;
}

.p-lead.is-active .p-lead__main-line span {
  transform: translateY(0);
}
.p-lead__sub {
  font-size: min(1.125rem, 25px);
  line-height: 1.95;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-lead.is-active .p-lead__sub {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-lead__sub {
    font-size: 2.1rem;
    line-height: 1.9;
  }
}
.p-lead__sub .p-in-bg span {
  display: inline-block;
  padding: 0 5px;
  background: #000;
  color: #fff;
  line-height: 1.3;
}

.p-schedule {
  padding: 4rem 0 6.2rem;
}
@media screen and (max-width: 900px) {
  .p-schedule {
    padding: 6.2rem 0 9.5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-schedule__ttl {
    margin-bottom: 2.8rem;
  }
}
.p-schedule__list-item {
  padding: 0.8rem 0 0.6rem;
  border-bottom: 2px solid rgba(178, 178, 178, 0.3);
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-schedule__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-schedule__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-schedule__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-schedule__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.p-schedule__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.p-schedule__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.p-schedule__list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.p-schedule__list-item:nth-child(8) {
  transition-delay: 0.9s;
}
.p-schedule__list-item:nth-child(9) {
  transition-delay: 1s;
}
.p-schedule__list-item:nth-child(10) {
  transition-delay: 1.1s;
}
.p-schedule.is-active .p-schedule__list-item {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-schedule__list-item {
    padding: 2rem 0 1.9rem;
    border-width: 1px;
  }
}
.p-schedule__list-item:first-child {
  padding-top: 0;
}
.p-schedule__data {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-schedule__data {
    display: flex;
    align-items: stretch;
    width: 79%;
  }
}
.p-schedule__data-num {
  font-family: YakuHanJP, "itc-avant-garde-gothic-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media not all and (max-width: 900px) {
  .p-schedule__data-num {
    flex-shrink: 0;
    padding-right: 4rem;
    letter-spacing: -0.06rem;
    font-size: min(1rem, 22px);
  }
}
@media screen and (max-width: 900px) {
  .p-schedule__data-num {
    position: absolute;
    top: 0.4rem;
    left: 0.6rem;
    font-size: 1.9rem;
  }
}
@media not all and (max-width: 900px) {
  .p-schedule__data-num .p-in-num {
    padding-top: 0.6rem;
  }
}
.p-schedule__data-ttl {
  font-weight: 900;
  font-size: 51px;
  font-size: 3.18rem;
  font-size: min(3.18rem, 69px);
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 900px) {
  .p-schedule__data-ttl {
    padding-left: 6.7rem;
    font-size: 4.7rem;
  }
}
.p-schedule__data-line {
  position: relative;
  flex-grow: 1;
  margin: 0 1.7rem 0 1.9rem;
}
@media screen and (max-width: 900px) {
  .p-schedule__data-line {
    display: none;
  }
}
.p-schedule__data-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-schedule__list-item:nth-child(1) .p-schedule__data-line::before {
  transition-delay: 0.3s;
}
.p-schedule__list-item:nth-child(2) .p-schedule__data-line::before {
  transition-delay: 0.4s;
}
.p-schedule__list-item:nth-child(3) .p-schedule__data-line::before {
  transition-delay: 0.5s;
}
.p-schedule__list-item:nth-child(4) .p-schedule__data-line::before {
  transition-delay: 0.6s;
}
.p-schedule__list-item:nth-child(5) .p-schedule__data-line::before {
  transition-delay: 0.7s;
}
.p-schedule__list-item:nth-child(6) .p-schedule__data-line::before {
  transition-delay: 0.8s;
}
.p-schedule__list-item:nth-child(7) .p-schedule__data-line::before {
  transition-delay: 0.9s;
}
.p-schedule__list-item:nth-child(8) .p-schedule__data-line::before {
  transition-delay: 1s;
}
.p-schedule__list-item:nth-child(9) .p-schedule__data-line::before {
  transition-delay: 1.1s;
}
.p-schedule__list-item:nth-child(10) .p-schedule__data-line::before {
  transition-delay: 1.2s;
}
.p-schedule.is-active .p-schedule__data-line::before {
  transform: translateY(-50%) scaleX(1);
}
.p-schedule__data-date {
  font-family: YakuHanJP, "itc-avant-garde-gothic-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: min(3.5rem, 76px);
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 900px) {
  .p-schedule__data-date {
    padding-left: 6.7rem;
    margin-top: 0.5rem;
    font-size: 4.5rem;
    letter-spacing: -0.05rem;
  }
}
.p-schedule__data-date .p-in-tilde {
  display: inline-block;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  vertical-align: baseline;
  font-size: 2.2rem;
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 900px) {
  .p-schedule__data-date .p-in-tilde {
    font-size: 2.5rem;
    transform: translateY(-0.7rem);
  }
}
.p-schedule__data-date .p-in-dummy {
  opacity: 0;
  visibility: hidden;
}

.p-streaming {
  position: relative;
  background: #000;
  color: #fff;
}
.p-streaming__container {
  padding: 4rem 0 6.6rem;
}
@media screen and (max-width: 900px) {
  .p-streaming__container {
    padding: 7rem 0 9.2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-streaming__ttl {
    margin-bottom: 1.6rem;
  }
}
.p-streaming__lead {
  margin-bottom: 4.9rem;
  font-size: min(1.125rem, 25px);
  line-height: 1.9;
  letter-spacing: 0.04rem;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-streaming.is-active .p-streaming__lead {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-streaming__lead {
    margin-bottom: 6.3rem;
    font-size: 2.2rem;
  }
}
.p-streaming__list-item + .p-streaming__list-item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item + .p-streaming__list-item {
    margin-top: 2.3rem;
  }
}
.p-streaming__list-item.is-disable {
  pointer-events: none;
}
.p-streaming__data {
  position: relative;
  display: block;
}
.p-streaming__data-bg {
  position: relative;
  width: 100%;
  padding-top: 34.5%;
}
@media screen and (max-width: 900px) {
  .p-streaming__data-bg {
    padding-top: 53.7313432836%;
  }
}
.p-streaming__data-bg .p-in-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.is-disable .p-streaming__data-bg .p-in-on {
  opacity: 0;
}
.p-streaming__data-bg .p-in-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  opacity: 0;
}
.is-disable .p-streaming__data-bg .p-in-off {
  opacity: 0.3;
}
.p-streaming__data-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-streaming__list-item.is-active .p-streaming__data-bg img {
  transform: scale(1);
}
.p-streaming__data-ttl {
  position: absolute;
  left: 4.5%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  transition: clip-path 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-streaming__list-item.is-active .p-streaming__data-ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media not all and (max-width: 900px) {
  .p-streaming__data-ttl {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .p-streaming__data-ttl {
    top: 9%;
  }
}
.p-streaming__data:hover .p-streaming__data-ttl::after {
  opacity: 1;
}
.p-streaming__data:hover .p-streaming__data-ttl img {
  opacity: 0;
}
.p-streaming__data-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/stm_ttl_1.png) center center no-repeat;
  mask: url(../img/stm_ttl_1.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #F76400;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-streaming__list-item:first-child .p-streaming__data-ttl {
  width: 47.7%;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item:first-child .p-streaming__data-ttl {
    width: 64.7%;
  }
}
.p-streaming__list-item:nth-child(2) .p-streaming__data-ttl {
  width: 38.3%;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item:nth-child(2) .p-streaming__data-ttl {
    width: 52.3%;
  }
}
.p-streaming__list-item:nth-child(2) .p-streaming__data-ttl::after {
  -webkit-mask-image: url(../img/stm_ttl_2.png);
  mask-image: url(../img/stm_ttl_2.png);
}
.p-streaming__list-item:nth-child(3) .p-streaming__data-ttl {
  width: 28.6%;
  transition-duration: 0.6s;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item:nth-child(3) .p-streaming__data-ttl {
    width: 39.2%;
  }
}
.p-streaming__list-item:nth-child(3) .p-streaming__data-ttl::after {
  -webkit-mask-image: url(../img/stm_ttl_3.png);
  mask-image: url(../img/stm_ttl_3.png);
}
.p-streaming__list-item:nth-child(4) .p-streaming__data-ttl {
  width: 67%;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item:nth-child(4) .p-streaming__data-ttl {
    width: 91%;
  }
}
.p-streaming__list-item:nth-child(4) .p-streaming__data-ttl::after {
  -webkit-mask-image: url(../img/stm_ttl_4.png);
  mask-image: url(../img/stm_ttl_4.png);
}
.p-streaming__list-item:nth-child(5) .p-streaming__data-ttl {
  width: 47.8%;
}
@media screen and (max-width: 900px) {
  .p-streaming__list-item:nth-child(5) .p-streaming__data-ttl {
    width: 64.3%;
  }
}
.p-streaming__list-item:nth-child(5) .p-streaming__data-ttl::after {
  -webkit-mask-image: url(../img/stm_ttl_5.png);
  mask-image: url(../img/stm_ttl_5.png);
}
.p-streaming__data-ttl img {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-streaming__data-yt {
  position: absolute;
  right: 4.4%;
  width: 15.8%;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media not all and (max-width: 900px) {
  .p-streaming__data-yt {
    top: 50%;
    transform: translateY(-50%) scale(0);
  }
}
@media screen and (max-width: 900px) {
  .p-streaming__data-yt {
    right: 4.2%;
    bottom: 8%;
    width: 19.9%;
    transform: scale(0);
  }
}
.p-streaming__data:hover .p-streaming__data-yt {
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-streaming__data:hover .p-streaming__data-yt {
    transform: translateY(-50%) scale(1);
  }
}
@media screen and (max-width: 900px) {
  .p-streaming__data:hover .p-streaming__data-yt {
    transform: scale(1);
  }
}
.p-streaming__data-yt .p-in-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate_circle 18s linear infinite;
}

@keyframes rotate_circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-comics {
  background: #f6f6f6;
}
.p-comics__container {
  padding: 4rem 0 6.2rem;
}
@media screen and (max-width: 900px) {
  .p-comics__container {
    padding: 6.1rem 0 12.2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-comics__ttl {
    margin-bottom: 1.2rem;
  }
}
.p-comics__lead {
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 3.1rem;
  font-size: min(3.1rem, 67px);
  font-weight: 900;
  line-height: 1.4;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-comics.is-active .p-comics__lead {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-comics__lead {
    margin-bottom: 2.2rem;
    font-size: 4.6rem;
  }
}
.p-comics__img img {
  width: 100%;
  height: auto;
}

.p-btn {
  margin-top: 0.8rem;
  width: 24rem;
}
@media screen and (max-width: 900px) {
  .p-btn {
    width: 80%;
    margin-top: 1.3rem;
  }
}
.p-btn__inner {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  background: #fff;
  color: #000;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-btn__inner {
    padding: 1.2rem 0;
  }
}
@media not all and (max-width: 900px) {
  .p-btn__inner:hover {
    background: #F76400;
  }
}