@charset "UTF-8";
/*!
  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, tbody, tfoot, thead, tr, th, td, caption,
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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanMP, -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%;
  word-wrap: break-word;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gold: #cab371;
  --color-deep-red: #96150c;
  --color-red: #e03226;
  --font-jp: YakuHanMP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Cormorant Infant", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}

html {
  font-size: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

div {
  position: relative;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0rem;
  font-feature-settings: "palt";
  cursor: pointer;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

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

.l-wrapper {
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.81;
}
@media screen and (max-width: 750px) {
  .l-wrapper {
    font-size: 1.4rem;
    line-height: 1.74;
  }
}

.l-inner {
  opacity: 0;
}
.on-load .l-inner {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-cubic);
}

.l-footer {
  position: relative;
  background: url(../img/bg_footer_pattern.png) repeat top center/9.6rem auto;
  border-top: 1px solid var(--color-gold);
  overflow: hidden;
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .l-footer::before {
    top: 0.2rem;
  }
}
.l-footer__inner {
  width: 98%;
  margin: 0 auto;
  padding-top: 6.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }
}
.l-footer__share-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__share-list-item {
  width: 8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share-list-item {
    width: 5.6rem;
  }
}
.l-footer__share-link {
  display: block;
  position: relative;
  transition: transform 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__share-link:hover {
    transform: scale(0.9);
  }
}
.l-footer__help {
  margin-top: 3.9rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help {
    margin-top: 2.8rem;
  }
}
.l-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__help-list-item {
  margin: 0 2.7rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list-item {
    margin: 0 1.1rem;
  }
}
.l-footer__help-link {
  display: block;
  text-decoration: none;
  color: var(--color-gold);
  font-family: var(--font-eng);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: opacity 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .l-footer__help-link {
    font-size: 1rem;
    letter-spacing: 0.11em;
  }
}
@media (hover: hover) {
  .l-footer__help-link:hover {
    opacity: 0.6;
  }
}
.l-footer__rule {
  margin-top: 4.1rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .l-footer__rule {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    line-height: 1.75;
  }
}
.l-footer__copyright {
  text-align: center;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 0.9rem;
    line-height: 1.75;
  }
}

.p-intro {
  background: url(../img/bg_pc.jpg) no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-intro {
    background-image: url(../img/bg_sp.jpg);
  }
}
.p-intro__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_top_pc.png) no-repeat center top/100% auto;
  filter: blur(3px);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-intro__deco {
    background-image: url(../img/bg_top_sp.png);
  }
}
.on-load .p-intro__deco {
  filter: blur(0);
  opacity: 1;
  transition: filter 1s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-intro__inner {
  width: 90.5%;
  max-width: 90.6rem;
  margin: 0 auto;
  padding-top: 5.8rem;
  padding-bottom: 11.3rem;
}
@media screen and (max-width: 750px) {
  .p-intro__inner {
    padding-top: 2.9rem;
    padding-bottom: 3rem;
  }
}
.p-intro__title-logo {
  display: block;
  width: 61%;
  max-width: 41.3rem;
  margin: 0 auto;
  transform: scale(1.1);
  opacity: 0;
}
.on-load .p-intro__title-logo {
  transform: scale(1);
  opacity: 1;
  transition: transform 1.5s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-intro__title-logo img {
  transform: translateX(-3.1rem);
}
@media screen and (max-width: 750px) {
  .p-intro__title-logo img {
    transform: translateX(-1.6rem);
  }
}
.p-intro__title-text {
  display: block;
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  margin-top: 3.3rem;
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-intro__title-text {
    margin-top: 1.4rem;
  }
}
.on-load .p-intro__title-text {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transition: -webkit-mask-position 2s var(--ease-out-cubic) 0.5s;
  transition: mask-position 2s var(--ease-out-cubic) 0.5s;
  transition: mask-position 2s var(--ease-out-cubic) 0.5s, -webkit-mask-position 2s var(--ease-out-cubic) 0.5s;
}
.p-intro__body {
  margin-top: 6.1rem;
}
@media screen and (max-width: 750px) {
  .p-intro__body {
    margin-top: 3.5rem;
  }
}
.p-intro__lead {
  text-align: center;
  transform: translateY(1.2rem);
  opacity: 0;
}
.on-load .p-intro__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.9s, opacity 0.5s var(--ease-out-cubic) 0.9s;
}
.p-intro__join {
  margin-top: 6.9rem;
  transform: translateY(1.2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-intro__join {
    margin-top: 3.4rem;
  }
}
.on-load .p-intro__join {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 1.1s, opacity 0.5s var(--ease-out-cubic) 1.1s;
}

.p-intro_join__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro_join__deco-item {
  position: absolute;
}
.p-intro_join__deco-item.--top {
  top: 4%;
  left: -7.3%;
  width: 29.7%;
}
@media screen and (max-width: 750px) {
  .p-intro_join__deco-item.--top {
    top: 3%;
    left: -17.8%;
    width: 40%;
  }
}
.p-intro_join__deco-item.--bottom {
  bottom: 4.2%;
  right: -7.35%;
  width: 25.8%;
}
@media screen and (max-width: 750px) {
  .p-intro_join__deco-item.--bottom {
    bottom: 3.5%;
    right: -15.8%;
    width: 33.8%;
  }
}
.p-intro_join__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro_join__inner {
  position: absolute;
  top: 46.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-intro_join__inner {
    top: 48%;
  }
}
.p-intro_join__heading {
  text-align: center;
  color: var(--color-gold);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-intro_join__heading {
    font-size: 1.5rem;
  }
}
.p-intro_join__lead {
  margin-top: 2.1rem;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-intro_join__lead {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}
.p-intro_join__lead span {
  vertical-align: baseline;
}
.p-intro_join__lead .hover {
  display: none;
}
@media (hover: hover) {
  .p-intro_join__lead .hover {
    display: inline;
  }
}
.p-intro_join__lead .not-hover {
  display: inline;
}
@media (hover: hover) {
  .p-intro_join__lead .not-hover {
    display: none;
  }
}
.p-intro_join__notes {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-intro_join__notes {
    margin-top: 0.7rem;
  }
}
.p-intro_join__notes-list-item {
  padding-left: 1em;
  text-indent: -1em;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-intro_join__notes-list-item {
    font-size: 0.9rem;
  }
}

.p-episode {
  min-height: 100vh;
  padding-bottom: 19.6rem;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-episode {
    padding-bottom: 10.6rem;
  }
}
.p-episode__tab {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-deep-red);
  opacity: 0;
}
.on-load .p-episode__tab {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-cubic) 1.3s;
}
.p-episode__tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.p-episode__tab-list-item {
  position: relative;
  width: 20%;
}
.p-episode__tab-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 2rem;
  background: var(--color-white);
  opacity: 0.25;
}
@media screen and (max-width: 750px) {
  .p-episode__tab-list-item::after {
    height: 3rem;
  }
}
.p-episode__tab-list-item:first-child::after {
  content: none;
}

.p-episode__tab-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 7rem;
  transition: background-color 0.5s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-episode__tab-btn {
    height: 5.5rem;
  }
}
.p-episode__tab-btn.is-active {
  background: var(--color-black);
  pointer-events: none;
}
@media (hover: hover) {
  .p-episode__tab-btn:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.p-episode__tab-btn-text {
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-episode__tab-btn-text {
    font-size: 1.1rem;
    line-height: 1.48;
  }
}
.p-episode__content {
  opacity: 0;
}
.on-load .p-episode__content {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-cubic) 1.3s;
}
.p-episode_block__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89%;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 9.8rem;
}
@media screen and (max-width: 750px) {
  .p-episode_block__inner {
    padding-top: 4.2rem;
  }
}
.p-episode_block__head {
  position: -webkit-sticky;
  position: sticky;
  top: 16.8rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-episode_block__head {
    top: 9.7rem;
  }
}
.p-episode_block__name {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.8rem;
  writing-mode: vertical-lr;
  color: var(--color-gold);
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-mask-image: linear-gradient(to bottom, #000 33%, transparent 66%);
  mask-image: linear-gradient(to bottom, #000 33%, transparent 66%);
  -webkit-mask-position: left 0 top 100%;
  mask-position: left 0 top 100%;
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-episode_block__name {
    width: 2.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
}
.p-episode_block__name.is-active {
  position: relative;
  -webkit-mask-position: left 0 top 0;
  mask-position: left 0 top 0;
  transition: -webkit-mask-position 1.6s var(--ease-out-cubic);
  transition: mask-position 1.6s var(--ease-out-cubic);
  transition: mask-position 1.6s var(--ease-out-cubic), -webkit-mask-position 1.6s var(--ease-out-cubic);
  pointer-events: auto;
}
.p-episode_block__body {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 7.7%;
  margin-top: 3.8rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-episode_block__body {
    margin-top: 0;
    margin-left: 6.5%;
  }
}
.p-episode_block__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(1.5rem);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-episode_block__list {
    transform: translateX(1.2rem);
  }
}
.p-episode_block__list.is-active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.4s, opacity 0.7s var(--ease-out-cubic) 0.4s;
  pointer-events: auto;
}
.p-episode_block__list-item:nth-child(n+2) {
  margin-top: 10.4rem;
}
@media screen and (max-width: 750px) {
  .p-episode_block__list-item:nth-child(n+2) {
    margin-top: 4.2rem;
  }
}

.p-episode_item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-episode_item__head {
    display: block;
    margin-top: 1.5rem;
  }
}
.p-episode_item__label {
  color: var(--color-red);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .p-episode_item__label {
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
  }
}
.p-episode_item__label .--size-large {
  vertical-align: baseline;
  font-size: 1.4em;
}
.p-episode_item__label .--size-medium {
  vertical-align: baseline;
  font-size: 1.2em;
}
.p-episode_item__more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-episode_item__more {
    justify-content: space-between;
    margin-top: 1.3rem;
  }
}
.p-episode_item__more-btn {
  width: 25rem;
  margin-left: 1.1rem;
}
@media screen and (max-width: 750px) {
  .p-episode_item__more-btn {
    margin-left: 0;
  }
}
.p-episode_item__body {
  margin-top: 2.6rem;
}
@media screen and (max-width: 750px) {
  .p-episode_item__body {
    margin-top: 2rem;
  }
}
.p-episode_item__thumb-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-episode_item__thumb-list-item {
  width: 23.8%;
  margin-left: 1.6%;
}
@media screen and (max-width: 750px) {
  .p-episode_item__thumb-list-item {
    width: 48.5%;
    margin-left: 0;
  }
}
.p-episode_item__thumb-list-item:nth-child(4n-3) {
  margin-left: 0;
}
.p-episode_item__thumb-list-item:nth-child(n+5) {
  margin-top: 1.6%;
}
@media screen and (max-width: 750px) {
  .p-episode_item__thumb-list-item:nth-child(even) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 750px) {
  .p-episode_item__thumb-list-item:nth-child(n+3) {
    margin-top: 3%;
  }
}
.p-episode_item__thumb-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-episode_block__list.is-active .p-episode_item__thumb-link:has(.lazyloaded) {
  pointer-events: auto;
}
.p-episode_item__thumb-link:has(.lazyloaded)::before {
  content: none;
}
.p-episode_item__thumb-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12%;
  height: 100%;
  background: url(../img/loading.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-episode_item__thumb-link::before {
    width: 20%;
  }
}
.p-episode_item__thumb-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(150, 21, 12, 0.75);
  border: 3px solid var(--color-red);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-episode_item__thumb-link:hover::after {
    opacity: 1;
  }
}

.p-episode_item__thumb-link-img {
  display: block;
  position: relative;
}
.p-episode_item__thumb-link-img img {
  height: auto;
}

.p-btn {
  display: block;
  position: relative;
  text-decoration: none;
}
.p-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8%;
  width: 4.5%;
  height: 100%;
  background: url(../img/btn_arrow.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-btn::after {
    right: 6.8%;
  }
}
@media (hover: hover) {
  .p-btn:hover::after {
    animation: ArrowMove 0.7s var(--ease-out-cubic);
  }
}
@keyframes ArrowMove {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(0.4rem);
    opacity: 0;
  }
  50% {
    transform: translateX(-0.4rem);
    opacity: 0;
  }
  51% {
    transform: translateX(-0.4rem);
    opacity: 0;
  }
}

.p-btn__frame {
  display: block;
  position: relative;
}
.p-btn__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-btn__text {
    font-size: 1rem;
  }
}

/**********************************************/

.p-episode__tab-list-item.none{
  pointer-events: none;
}
.p-episode__tab-list-item.none .p-episode__tab-btn-text{
  opacity: 0.5;
}