@charset "UTF-8";
:root {
  --font-ja: "yu-mincho-pr6n", sans-serif;
  --font-en: "Marcellus", serif;
  --font-ja2: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --bg-gold: #C2B873;
  --color-circle: #BAAF58;
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 追加
========================================================================== */
* {
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

button {
  border: none;
  font-weight: inherit;
}

i {
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Marcellus", "YuMincho", "游明朝", "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif Japanese", "Century", serif;
  font-size: 1.7rem;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    overscroll-behavior: none;
  }
}

body.is-fixed {
  position: fixed;
  top: var(--scroll-y);
  left: 0;
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

summary {
  list-style: none;
  cursor: pointer;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header {
  position: fixed;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 25px;
    left: 18px;
    transform: translateX(0);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-hidden {
    transform: translate(0, calc(-100% - 25px));
  }
}
.l-header__logo {
  width: 220px;
  line-height: 0;
}
body:has(.l-header-menu.is-open) .l-header__logo {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: static;
    width: 180px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__btn {
  position: fixed;
  top: 45px;
  right: 67px;
  mix-blend-mode: exclusion;
  z-index: 300;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    top: 25px;
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__btn.is-hidden {
    opacity: 0;
    transform: translateY(calc(-100% - 25px));
    pointer-events: none;
  }
}
body:has(.l-header-menu.is-open) .l-header__btn {
  z-index: 400;
}
.l-header__btn-menu {
  display: inline-grid;
  grid-template-columns: 17px max-content;
  align-items: center;
  gap: 0 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__btn-menu {
    grid-template-columns: 7px max-content;
    gap: 0 14px;
  }
}
.l-header__btn.is-open .l-header__btn-menu {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.l-header__btn-menu .icon {
  justify-self: center;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #C0AD49;
  position: relative;
}
.l-header__btn-menu .icon::before {
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .l-header__btn-menu .icon::before {
    display: none;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .l-header__btn:hover .l-header__btn-menu .icon::before {
    background: rgba(192, 173, 73, 0.2980392157);
  }
}
.l-header__btn-menu .text {
  font-size: 1.6rem;
  color: #FFFFFF;
}
.l-header__btn-burger {
  width: 28px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, pointer-events 0.3s;
  z-index: -1;
}
.l-header__btn.is-open .l-header__btn-burger {
  position: static;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.l-header__btn-burger-line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #fff;
  transition: transform 0.3s;
}
.l-header__btn-burger-line:nth-child(1) {
  top: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.l-header__btn-burger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.l-header__sp-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 299;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__sp-bg {
    display: block;
  }
}
.l-header__sp-bg.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  body:has(.l-header-menu.is-open) .l-header__sp-bg {
    opacity: 0;
  }
}

.l-header-progressive-blur {
  --blur-reveal: 1;
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 50;
  pointer-events: none;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .l-header-progressive-blur {
    display: none;
  }
}
.l-header-progressive-blur .layer {
  position: absolute;
  inset: 0;
}
body.is-safari .l-header-progressive-blur {
  backdrop-filter: blur(150px);
  -webkit-backdrop-filter: blur(150px);
  mask-image: linear-gradient(to top, transparent 0%, #fff 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #fff 100%);
}
body.is-safari .l-header-progressive-blur .layer.is-1, body.is-safari .l-header-progressive-blur .layer.is-2, body.is-safari .l-header-progressive-blur .layer.is-3, body.is-safari .l-header-progressive-blur .layer.is-4, body.is-safari .l-header-progressive-blur .layer.is-5 {
  display: none;
}
.l-header-progressive-blur .layer.is-1 {
  backdrop-filter: blur(calc(0.09375em * var(--blur-reveal)));
  -webkit-backdrop-filter: blur(calc(0.09375em * var(--blur-reveal)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 12.5%, #000 25% 37.5%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 12.5%, #000 25% 37.5%, rgba(0, 0, 0, 0) 50%);
}
.l-header-progressive-blur .layer.is-2 {
  backdrop-filter: blur(calc(0.1875em * var(--blur-reveal)));
  -webkit-backdrop-filter: blur(calc(0.1875em * var(--blur-reveal)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 12.5% 25%, rgba(0, 0, 0, 0) 37.5%);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 12.5% 25%, rgba(0, 0, 0, 0) 37.5%);
}
.l-header-progressive-blur .layer.is-3 {
  backdrop-filter: blur(calc(0.375em * var(--blur-reveal)));
  -webkit-backdrop-filter: blur(calc(0.375em * var(--blur-reveal)));
  mask: linear-gradient(#000 0% 12.5%, rgba(0, 0, 0, 0) 25%);
  -webkit-mask: linear-gradient(#000 0% 12.5%, rgba(0, 0, 0, 0) 25%);
}
.l-header-progressive-blur .layer.is-4 {
  backdrop-filter: blur(calc(0.75em * var(--blur-reveal)));
  -webkit-backdrop-filter: blur(calc(0.75em * var(--blur-reveal)));
  mask: linear-gradient(#000 0% 8%, rgba(0, 0, 0, 0) 18%);
  -webkit-mask: linear-gradient(#000 0% 8%, rgba(0, 0, 0, 0) 18%);
}
.l-header-progressive-blur .layer.is-5 {
  backdrop-filter: blur(calc(1.5em * var(--blur-reveal)));
  -webkit-backdrop-filter: blur(calc(1.5em * var(--blur-reveal)));
  mask: linear-gradient(#000 0% 12%, rgba(0, 0, 0, 0) 24%);
  -webkit-mask: linear-gradient(#000 0% 12%, rgba(0, 0, 0, 0) 24%);
}

.l-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 123px 50px;
  transform: translateX(100%);
  background: #444;
  color: #fff;
  overflow-y: auto;
  z-index: 350;
  transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .l-header-menu {
    padding-block: 64px 40px;
  }
}
.l-header-menu.is-open {
  transform: translateX(0);
}
.l-header-menu__inner {
  max-height: 100%;
  overflow-y: auto;
}
.l-header-menu__nav {
  margin-top: 124.5px;
}
@media screen and (max-width: 768px) {
  .l-header-menu__nav {
    margin-top: 68px;
  }
}
.l-header-menu__cta-btns {
  margin-top: 125px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: end;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .l-header-menu__cta-btns {
    margin-top: 54px;
    grid-template-columns: 1fr;
    justify-content: unset;
    justify-items: center;
    gap: 16px 0;
  }
}
.l-header-menu__cta-btn {
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header-menu__cta-btn {
    width: min(100%, 423px) !important;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .l-header-menu__cta-btn:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }
}
.l-header-menu__links {
  margin-top: 42.5px;
  display: grid;
  grid-template-columns: max-content auto;
  justify-content: end;
  align-items: center;
  gap: 0 44px;
}
@media screen and (max-width: 768px) {
  .l-header-menu__links {
    max-width: 423px;
    margin: 30px auto 0;
    grid-template-columns: 1fr 90px;
    gap: 16px 20px;
    grid-template-areas: "corp-link ..." "sns logo";
    align-items: end;
  }
}
.l-header-menu__corp-link {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  letter-spacing: 0.05px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header-menu__corp-link {
    grid-area: corp-link;
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .l-header-menu__corp-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .l-header-menu__sns {
    grid-area: sns;
  }
}
.l-header-menu__sns-item-link img {
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media (hover: hover) and (min-width: 769px) {
  .l-header-menu__sns-item-link:hover img {
    opacity: 0.4;
  }
}
.l-header-menu__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-menu__logo {
    display: block;
    grid-area: logo;
    width: 90px !important;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  width: min(100vw - 60px, 1380px);
  margin-inline: auto;
  background: #444444;
  color: #fff;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .l-footer {
    width: 100%;
    z-index: unset;
  }
}
.l-footer__top {
  padding-block: 253px 105px;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    display: none;
  }
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 5.1056338028%;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    display: none;
  }
}
.l-footer__nav-item-link {
  display: block;
}
.l-footer__nav-item.--disabled .l-footer__nav-item-link {
  pointer-events: none;
  opacity: 0.5;
}
.l-footer__nav-item-link .c-episode {
  grid-template-columns: 9px max-content 12px;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (min-width: 769px) {
  .l-footer__nav-item-link:hover .c-episode {
    color: var(--color-circle);
  }
}
.l-footer__nav-item-link .c-episode::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask: url("../img/icon-film.svg") no-repeat center center/contain;
  mask: url("../img/icon-film.svg") no-repeat center center/contain;
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (min-width: 769px) {
  .l-footer__nav-item-link:hover .c-episode::after {
    background: #BCB261;
  }
}
.l-footer__nav-item-link .text {
  display: block;
  padding-left: 18px;
  margin-top: 23px;
  font-size: 1.6rem;
  line-height: 1.8;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (min-width: 769px) {
  .l-footer__nav-item-link:hover .text {
    color: var(--color-circle);
  }
}
.l-footer__btm {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 95px 43px;
  font-family: var(--font-ja2);
}
@media screen and (max-width: 768px) {
  .l-footer__btm {
    padding-block: 70px 32px;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__btm-grid {
  margin-top: 85px;
  display: grid;
  grid-template-columns: max-content auto;
}
@media screen and (max-width: 999px) {
  .l-footer__btm-grid {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__btm-grid {
    margin-top: 60px;
    gap: 54px 0;
  }
}
.l-footer__address-list {
  display: grid;
  grid-template-columns: 282px 305px;
  gap: 0 22px;
}
@media screen and (max-width: 768px) {
  .l-footer__address-list {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
.l-footer__address-list-item {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-footer__address-list-item {
    font-size: 1.4rem;
  }
}
.l-footer__address-list-item .ttl {
}
.l-footer__btn-sns {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .l-footer__btn-sns {
    justify-self: center;
  }
}
.l-footer__btn {
  color: rgba(255, 255, 255, 0.5019607843) !important;
  border-color: rgba(255, 255, 255, 0.5019607843) !important;
  font-size: 1.4rem;
  line-height: 19px;
  letter-spacing: 0.5px;
  grid-template-columns: 1fr 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__btn {
    width: 220px;
    padding: 16.5px 19px 16.5px 15px;
    font-size: 1.3rem;
  }
}
.l-footer__sns {
  margin-top: 20px;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-top: 24px;
    justify-content: center;
  }
}
.l-footer__sns-item {
  line-height: 1;
}
.l-footer__sns-item img {
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (hover: hover) and (min-width: 769px) {
  .l-footer__sns-item-link:hover img {
    opacity: 0.5;
  }
}
.l-footer__btm-btm {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5019607843);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .l-footer__btm-btm {
    grid-template-columns: 1fr;
    margin-top: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__btm-btm {
    font-size: 1.2rem;
  }
}
.l-footer__btm-text-link-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0 33px;
}
@media screen and (max-width: 899px) {
  .l-footer__btm-text-link-list {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__btm-text-link-list {
    grid-template-columns: 1fr;
    gap: 6px 0;
  }
}
.l-footer__btm-text-link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (min-width: 769px) {
  .l-footer__btm-text-link:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 1099px) {
  .l-footer__btm-license {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__btm-license {
    margin-top: 6px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__btm-copyright {
    margin-top: 48px;
  }
}

.l-inner {
  width: min(1196px, 100%);
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.c-logo {
  width: 110px;
}

.c-en-logo {
  display: grid;
  grid-template-columns: auto max-content auto;
  justify-content: center;
  align-items: center;
  gap: 0 18.5px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}
.c-en-logo::before, .c-en-logo::after {
  letter-spacing: 0.05em;
}
.c-en-logo::before {
  content: "[";
}
.c-en-logo::after {
  content: "]";
}

.c-sns {
  display: grid;
  grid-template-columns: 20px 10px 23px;
  align-items: center;
  gap: 26px;
}
.c-sns.--tate {
  grid-template-columns: 1fr;
  grid-template-rows: 20px 10px 23px;
  justify-items: center;
  align-items: stretch;
}
.c-sns.--tate .c-sns__item {
  height: 100%;
}
.c-sns__item-link {
  display: block;
  height: 100%;
  line-height: 0;
}
.c-sns__item-link img {
  width: 100%;
}
.c-sns.--tate .c-sns__item-link img {
  height: 100%;
  width: auto;
}

.c-icon-insta {
  width: 20px;
  height: 20px;
}

.c-icon-fb {
  width: 10px;
  height: 20px;
}

.c-icon-youtube {
  width: 23px;
  height: 16px;
}

.c-episode {
  display: grid;
  grid-template-columns: 9px 1fr;
  align-items: center;
  gap: 0 14px;
  font-family: var(--font-en);
  line-height: 1;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-episode {
    grid-template-columns: 7px 1fr;
    font-size: 1.4rem;
    gap: 0 10px;
  }
}
.c-episode::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-circle);
}

.c-episode-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .c-episode-list {
    grid-template-columns: repeat(2, minmax(0, 200px));
    justify-content: center;
    gap: 20px 23px;
  }
}

.c-episode-ttl {
  display: grid;
  gap: 47px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-episode-ttl {
    gap: 27px 0;
  }
}
.c-episode-ttl__en {
  font-size: 1.4rem;
  font-family: var(--font-en);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-episode-ttl__en {
    font-size: 1.1rem;
  }
}
.c-episode-ttl__ja {
  display: grid;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .c-episode-ttl__ja {
    gap: 12px 0;
  }
}
.c-episode-ttl__ja .ttl {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-episode-ttl__ja .ttl {
    font-size: 1.2rem;
  }
}
.c-episode-ttl__ja .subttl {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-episode-ttl__ja .subttl {
    font-size: 1rem;
  }
}

.c-episode-item {
  color: #fff;
  container-type: inline-size;
}
.c-episode-item__link {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.c-episode-item.--disabled .c-episode-item__link {
  pointer-events: none;
}
.c-episode-item__top {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
}
.c-episode-item__top-ja {
  padding: 2.5px 5.5px;
  background: var(--bg-gold);
  font-family: var(--font-en);
  font-size: 1.2rem;
  color: #444444;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-episode-item__top-ja {
    padding-inline: 10px;
    font-size: 1rem;
  }
}
.c-episode-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 260/240;
  overflow: hidden;
  line-height: 0;
  margin-top: auto;
}
.c-episode-item.--disabled .c-episode-item__media {
  background: #787777;
  opacity: 0.5;
}
.c-episode-item__top + .c-episode-item__media {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-episode-item__top + .c-episode-item__media {
    margin-top: 8px;
  }
}
.c-episode-item__media::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1019607843);
  transition: background 0.3s;
  z-index: 2;
}
.c-episode-item.--disabled .c-episode-item__media::before {
  display: none;
}
@media (hover: hover) and (min-width: 769px) {
  .c-episode-item__link:hover .c-episode-item__media::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
  }
}
.c-episode-item__media video {
  position: absolute;
  top: 0;
  left: 0;
  /*videoの下端の黒い部分が隠れるように100%ではなく102%で指定*/
  height: 102%;
}
.c-episode-item:nth-child(1) .c-episode-item__media video {
  -o-object-position: top center;
  object-position: top center;
  height: 113%;
}
.c-episode-item__thumb {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) and (min-width: 769px) {
  .c-episode-item__link:hover .c-episode-item__thumb {
    opacity: 0;
  }
}
.c-episode-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-episode-item .c-episode-ttl {
  position: absolute;
  top: 21.25%;
  left: 0;
  width: 100%;
  padding-inline: 12px;
  gap: 18.0769230769cqw 0;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-episode-item .c-episode-ttl {
    top: 22.2222222222%;
    padding-inline: 4px;
  }
}
.c-episode-item .c-episode-ttl__ja .ttl {
  display: grid;
  grid-template-columns: 6px max-content;
  justify-content: center;
  align-items: start;
  gap: 0 6px;
  font-size: min(6.15cqw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .c-episode-item .c-episode-ttl__ja .ttl {
    line-height: 1.3;
    margin-block: var(--leading-trim);
  }
}
.c-episode-item .c-episode-ttl__ja .ttl::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-circle);
  margin-top: 0.5em;
  transform: translateY(-50%);
}
.c-episode-item .c-episode-ttl__ja .subttl {
  font-size: min(4.6cqw, 1.2rem);
}

.c-comingsoon {
  display: grid;
  grid-template-columns: 12px max-content;
  align-items: center;
  gap: 0 10px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-comingsoon {
    grid-template-columns: 11px max-content;
    gap: 0 6px;
    font-size: 1.1rem;
  }
}
.c-comingsoon::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/icon-film.svg") no-repeat center center/contain;
}

.c-btn {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  padding-block: 21.5px;
  padding-inline: 20px 23.5px;
  grid-template-columns: 1fr 7.5px;
  align-items: center;
  gap: 0 15px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btn.--bg-none {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (hover: hover) and (min-width: 769px) {
  .c-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
}
.c-btn::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #333;
  -webkit-mask: url("../img/icon-triangle.svg") no-repeat center center/contain;
  mask: url("../img/icon-triangle.svg") no-repeat center center/contain;
  transition: background 0.3s;
}
.c-btn.--bg-none::after {
  background: #fff;
}
@media (hover: hover) and (min-width: 769px) {
  .c-btn:hover::after {
    background: #fff;
  }
}

.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
.pt-0 {
  padding-top: 0;
}

.u-en {
  font-family: var(--font-en);
  line-height: 1;
}

.u-gothic {
  font-family: var(--font-ja2);
}

.p-loading {
  position: relative;
  position: fixed;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  z-index: 1000;
  background: #444444;
  color: #fff;
}
.p-loading__logo {
  position: absolute;
  top: 46.6666666667%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.p-loading__line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform-origin: left center;
  margin-top: 28px;
  scale: 0 1;
}
.p-loading__texts {
  position: absolute;
  top: 40.4761904762%;
  left: 0;
  width: 100%;
  display: grid;
  justify-items: center;
}
.p-loading__text-ja, .p-loading__text-en {
  opacity: 0;
}
.p-loading__text-ja {
  font-size: clamp(2.6rem, 2.1774647887rem + 1.1267605634vw, 3.8rem);
  line-height: 1.2;
  transform: translateY(2px);
  /*コピーの点を左右っ真ん中の位置に揃えるために指定*/
  margin-left: 1em;
}
.p-loading__text-ja .letter-1 {
  letter-spacing: 0.15em;
}
.p-loading__text-ja .letter-2 {
  letter-spacing: -0.25em;
}
.p-loading__text-en {
  font-size: clamp(1.6rem, 1.3887323944rem + 0.5633802817vw, 2.2rem);
  line-height: 1;
  margin-top: 26px;
}

.p-fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.p-fixed-video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}
.p-fixed-video video {
  --blur: 0px;
  filter: blur(var(--blur));
  scale: 1.05;
}
.p-fixed-video__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  transform: translateZ(0);
  backface-visibility: hidden;
}
.p-fixed-video__overlay.is-blur {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  -webkit-mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 48.4%);
  mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 48.4%);
}

.p-mv-deco-top {
  position: sticky;
  bottom: 0;
  height: 100vh;
  mix-blend-mode: exclusion;
  z-index: 100;
  margin-top: -100vh;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-mv-deco-top {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.p-mv-deco-top::before, .p-mv-deco-top::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
}
.p-mv-deco-top::before {
  left: 25px;
  background: url("../img/mv-frame-left.svg") no-repeat top left/100% auto;
}
@media screen and (max-width: 768px) {
  .p-mv-deco-top::before {
    left: 19px;
  }
}
.p-mv-deco-top::after {
  right: 25px;
  background: url("../img/mv-frame-right.svg") no-repeat top right/100% auto;
}
@media screen and (max-width: 768px) {
  .p-mv-deco-top::after {
    right: 19px;
  }
}

.p-mv-logo {
  width: 220px;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: exclusion;
}

.p-mv-sns {
  position: sticky;
  width: 20px;
  height: 100vh;
  bottom: 0;
  margin-left: auto;
  margin-right: 25px;
  display: grid;
  grid-template-rows: max-content auto;
  align-content: center;
  justify-items: end;
  gap: 20px 0;
  mix-blend-mode: exclusion;
  margin-top: -100vh;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-mv-sns {
    display: none;
  }
}
.p-mv-sns__text {
  font-size: 1.4rem;
}

.p-mv-deco-btm {
  position: sticky;
  bottom: 30px;
  left: 0;
  margin-inline: auto;
  width: calc(100% - 50px);
  height: 25px;
  margin-top: -25px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .p-mv-deco-btm {
    position: absolute;
    top: calc(100vh - 28px);
    bottom: auto;
    left: 0;
    right: 0;
    bottom: auto;
    width: calc(100% - 38px);
    transform: translateY(-100%);
    margin-top: 0;
  }
}
.p-mv-deco-btm::before, .p-mv-deco-btm::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
}
.p-mv-deco-btm::before {
  left: 0;
  background: url("../img/mv-frame-left.svg") no-repeat top left/100% auto;
  transform: scaleY(-1);
}
.p-mv-deco-btm::after {
  right: 0;
  background: url("../img/mv-frame-right.svg") no-repeat top right/100% auto;
  transform: scaleY(-1);
}
.p-mv-deco-btm__scale {
  position: absolute;
  bottom: 4px;
  left: 147px;
  width: calc(180 / 1390 * 100%);
}
@media screen and (max-width: 768px) {
  .p-mv-deco-btm__scale {
    display: none;
  }
}
.p-mv-deco-btm__logo {
  position: absolute;
  bottom: 34px;
  right: 40px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-mv-deco-btm__logo {
    width: 90px;
    bottom: 33px;
    right: 28px;
  }
}

@keyframes scrollAnimation {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.p-mv-scroll {
  position: sticky;
  bottom: -21px;
  display: grid;
  justify-items: center;
  gap: 13px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-top: -131px;
  mix-blend-mode: exclusion;
  transition: opacity 0.5s cubic-bezier(0.35, 0.55, 0.18, 0.88);
}
@media screen and (max-width: 768px) {
  .p-mv-scroll {
    position: absolute;
    bottom: auto;
    top: 82.5123152709vh;
    right: 14px;
    line-height: 1;
  }
}
.p-mv-scroll.is-hidden {
  opacity: 0;
}
.p-mv-scroll__text {
  font-size: 1.5rem;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .p-mv-scroll__text {
    font-size: 1.3rem;
    writing-mode: vertical-lr;
  }
}
.p-mv-scroll__track {
  position: relative;
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.2);
}
.p-mv-scroll__track::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: exclusion;
  animation: scrollAnimation 1.8s ease-out infinite;
}

.p-mv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  mix-blend-mode: exclusion;
}

.p-message {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.p-message__spacer {
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.p-message__texts {
  padding-block: 400px 300px;
  display: grid;
  gap: 420px 0;
}
@media screen and (max-width: 768px) {
  .p-message__texts {
    padding-block: 300px 75px;
    gap: 295px 0;
  }
}
.p-message__ttl {
  font-size: 3.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-message__ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.p-message__text {
  font-size: 1.8rem;
  line-height: 2.4;
  display: grid;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 1.5rem;
  }
}
.p-message__text span {
  display: block;
}

.p-episode {
  position: relative;
  z-index: 1;
}
.p-episode__link-list {
  padding-block: 360px 255px;
}
@media screen and (max-width: 768px) {
  .p-episode__link-list {
    padding-block: 175px 105px;
  }
}
.p-episode__item {
  position: relative;
}
.p-episode__item::before {
  content: "";
  position: absolute;
  bottom: 22.6153846154%;
  left: 0;
  display: block;
  width: 100%;
  height: 77.3846153846%;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  -webkit-mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 48.4%);
  mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 48.4%);
  z-index: -1;
}
.p-episode__item-inner {
  padding-block: 184px 45px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, 0.8) 30%);
}
@media screen and (max-width: 768px) {
  .p-episode__item-inner {
    padding-block: 80px 45px;
  }
}
.p-episode__overflow-box.--right {
  margin-right: calc(50% - 50vw);
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-episode__overflow-box.--right {
    margin-top: 62px;
  }
}
.p-episode__overflow-box.--left {
  margin-left: calc(50% - 50vw);
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-episode__overflow-box.--left {
    margin-top: 60px;
  }
}
.p-episode__item-block {
  display: grid;
  max-width: 1290px;
  align-items: start;
}
.p-episode__item-block.top {
  grid-template-columns: calc(441 / 1190 * 100%) 1fr;
  gap: 0 calc(67 / 1190 * 100%);
}
@media screen and (max-width: 768px) {
  .p-episode__item-block.top {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
.p-episode__item-block.btm {
  grid-template-columns: calc(731 / 1190 * 100%) 1fr;
  align-items: center;
  gap: 0 calc(121 / 1190 * 100%);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-episode__item-block.btm {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}
.p-episode__item-block-texts {
  display: grid;
  gap: 70px 0;
}
@media screen and (max-width: 768px) {
  .p-episode__item-block-texts {
    gap: 48px 0;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-episode__item-block.top .p-episode__item-block-texts {
    grid-row: 2;
    padding-inline: 10px 30px;
  }
}
.p-episode__item-block.btm .p-episode__item-block-texts {
  grid-column: 2;
  grid-row: 1;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-episode__item-block.btm .p-episode__item-block-texts {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    padding-left: calc((100vw - 35px) * 0.197);
    max-width: unset;
  }
}
.p-episode__item-ttl {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-episode__item-ttl {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
.p-episode__item-block-text {
  display: grid;
  gap: 32px 0;
}
@media screen and (max-width: 768px) {
  .p-episode__item-block-text {
    gap: 28px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-episode__item-block-img {
    max-width: calc(100% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .p-episode__item-block.top .p-episode__item-block-img {
    grid-row: 1;
    justify-self: end;
  }
}
.p-episode__item-block.btm .p-episode__item-block-img {
  grid-column: 1;
  grid-row: 1;
}
.p-episode__item-video-area {
  margin-top: 450px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-area {
    margin-top: 316px;
  }
}
.p-episode__item-video-area .c-episode {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-area .c-episode {
    font-size: 1.4rem;
  }
}
.p-episode__item-video-area .c-episode-ttl__ja {
  gap: 28px 0;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-area .c-episode-ttl__ja {
    gap: 24px 0;
  }
}
.p-episode__item-video-area .c-episode-ttl__ja .ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-area .c-episode-ttl__ja .ttl {
    font-size: 2.2rem;
  }
}
.p-episode__item-video-area .c-episode-ttl__ja .subttl {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-area .c-episode-ttl__ja .subttl {
    font-size: 1.6rem;
  }
}
.p-episode__item-video-ttl {
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-ttl {
    gap: 32px 0;
  }
}
.p-episode__item-video-btn-wrap {
  margin-top: 107px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-btn-wrap {
    margin-top: 180px;
  }
}
.p-episode__item-video-btn {
  width: 12.323943662%;
  display: inline-grid;
  justify-items: center;
  gap: 10px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-episode__item-video-btn {
    width: 120px;
    gap: 20px 0;
  }
}
.p-episode__item-video-btn::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../img/icon-triangle.svg") no-repeat center center/12px auto;
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), backdrop-filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (min-width: 769px) {
  .p-episode__item-video-btn:hover::before {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(140px);
    -webkit-backdrop-filter: blur(140px);
    contain: paint;
  }
}
.p-episode__item-video-btn .text {
  font-size: 1.8rem;
  color: #fff;
}
.p-episode__btm-cont {
  margin-top: 363.5px;
}
@media screen and (max-width: 768px) {
  .p-episode__btm-cont {
    margin-top: 205px;
  }
}
.p-episode__teaser-area {
  color: #fff;
}
.p-episode__teaser-ttl {
  font-size: 1.6rem;
  text-align: center;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-ttl {
    font-size: 1.4rem;
  }
}
.p-episode__teaser-video {
  margin: 61.5px auto 0;
  max-width: 1060px;
  aspect-ratio: 1060/607;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video {
    margin-top: 40px;
    max-width: 69.3333333333vw;
    aspect-ratio: 260/380;
  }
}
.p-episode__teaser-video::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-episode__teaser-video video {
  position: absolute;
  top: 0;
  left: 0;
}
.p-episode__teaser-video-texts {
  position: absolute;
  top: calc(201 / 607 * 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-episode__teaser-video-texts .c-episode-ttl {
  justify-items: center;
  gap: 32px 0;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts .c-episode-ttl {
    gap: 20px 0;
  }
}
.p-episode__teaser-video-texts .c-episode {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts .c-episode {
    font-size: 1.2rem;
  }
}
.p-episode__teaser-video-texts .c-episode-ttl__ja {
  justify-items: center;
}
.p-episode__teaser-video-texts .c-episode-ttl__ja .ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts .c-episode-ttl__ja .ttl {
    font-size: 1.5rem;
  }
}
.p-episode__teaser-video-texts .c-episode-ttl__ja .subttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts .c-episode-ttl__ja .subttl {
    font-size: 1.1rem;
  }
}
.p-episode__teaser-video-texts .c-comingsoon {
  margin-top: 16px;
  grid-template-columns: 14px max-content;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-video-texts .c-comingsoon {
    grid-template-columns: 12px max-content;
    gap: 0 8px;
    font-size: 1.2rem;
  }
}
.p-episode__teaser-release {
  width: 256px;
  padding-block: 14px;
  font-size: 1.6rem;
  line-height: 1;
  color: #444;
  margin-top: 32px;
  background: var(--bg-gold);
}
@media screen and (max-width: 768px) {
  .p-episode__teaser-release {
    width: 195px;
    padding-block: 8px;
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.p-episode__btm-texts {
  padding-block: 213px 318px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-episode__btm-texts {
    padding-block: 140px 123px;
  }
}
.p-episode__btm-texts .ttl {
  font-size: 3.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-episode__btm-texts .ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.p-episode__btm-texts .text {
  margin-top: 87px;
  display: grid;
  gap: 40px 0;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-episode__btm-texts .text {
    font-size: 1.5rem;
    margin-top: 60px;
  }
}

.p-modal-overlay {
  position: fixed;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); */
  background: url("../img/modal-overlay-bg.png") no-repeat center center / cover;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 499;
}
.p-modal-overlay.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  aspect-ratio: 16/9;
  width: min(1100 / 1440 * 100vw, 1100px);
  height: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .p-modal {
    height: auto;
    width: calc(100vw - 40px);
  }
}
.p-modal.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-modal__player, .p-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-modal__close {
  position: absolute;
  width: 29px;
  aspect-ratio: 29/12;
  top: -50px;
  left: calc(100% + 5.5555555556vw);
  background: url("../img/icon-close.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    top: -40px;
    left: 100%;
    transform: translateX(-100%);
  }
}

.p-cta {
  position: relative;
  width: min(100vw - 60px, 1380px);
  margin-inline: auto;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .p-cta {
    width: 100%;
    z-index: unset;
  }
}
.p-cta__list {
  height: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cta__list {
    height: 635px;
    grid-template-columns: 1fr;
  }
}
.p-cta__list::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-cta__list::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-cta__item {
  color: #fff;
}
.p-cta__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.p-cta__item-link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background 0.8s cubic-bezier(0.35, 0.55, 0.18, 0.88);
}
@media (hover: hover) and (min-width: 769px) {
  .p-cta__item-link:hover::before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.p-cta__img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.8s cubic-bezier(0.35, 0.55, 0.18, 0.88);
}
@media (hover: hover) and (min-width: 769px) {
  .p-cta__item:hover .p-cta__img img {
    scale: 1.045;
  }
}
.p-cta__item:nth-child(1) .p-cta__img img {
  -o-object-position: right center;
  object-position: right center;
}
.p-cta__item:nth-child(2) .p-cta__img img {
  -o-object-position: left center;
  object-position: left center;
}
.p-cta__item-texts {
  position: relative;
  z-index: 2;
  text-align: center;
  display: grid;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-cta__item-texts {
    gap: 16px 0;
  }
}
.p-cta__item-ttl {
  font-size: 2.2rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-cta__item-ttl {
    font-size: 1.8rem;
  }
}
.p-cta__item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-cta__item-text {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=_map/common.css.map */
