@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  font-size: 1.8em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 200lvh;
  background-image: url(img/bg.jpg?Ver=1.0.1);
  background-size: 100%;
  background-position: top center;
  top: 0;
  left: 0;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .fixed_bg {
    background-size: 1000px;
  }
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  pointer-events: none;
  overflow: hidden;
}
.loading__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #110000;
  transition: transform 1s cubic-bezier(0.6, 0, 0.35, 1);
  z-index: 1;
}
.loading__half--left {
  left: 0;
}
.loading__half--right {
  right: 0;
}
.loading__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background: #ccc4bb;
  transform: translateX(-50%);
  transition: height 1.4s ease-out, opacity 0.5s ease-out;
  opacity: 0.8;
  z-index: 2;
}
.loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 280px;
  width: 60%;
  opacity: 0.32;
  transition: opacity 0.5s ease-out;
  z-index: 3;
}
.loading.is-active .loading__line {
  height: 100%;
}
.loading.is-out .loading__half--left {
  transform: translateX(-100%);
}
.loading.is-out .loading__half--right {
  transform: translateX(100%);
}
.loading.is-out .loading__line {
  opacity: 0;
}
.loading.is-out .loader {
  opacity: 0;
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*sharebtn-----------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.webp);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 100px;
  }
}

/*-------------------------------*/
/*------------------------------*/
/*-------------------------------*/
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(12px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.fadeFromLeft {
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}
.fadeFromLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

/*-------------------------------*/
/*-glitch-----------------------*/
@keyframes glitch {
  0%, 100% {
    filter: none;
    opacity: 1;
  }
  2% {
    filter: hue-rotate(90deg) brightness(1.2);
    opacity: 0.9;
  }
  3% {
    filter: none;
    opacity: 1;
  }
  5% {
    filter: hue-rotate(-60deg) brightness(1.3);
    opacity: 0.85;
  }
  6% {
    filter: none;
    opacity: 1;
  }
  8% {
    filter: hue-rotate(45deg);
    opacity: 0.95;
  }
  9% {
    filter: none;
    opacity: 1;
  }
}
@keyframes glitch-layer {
  0%, 100% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  2% {
    clip-path: inset(20% 0 60% 0);
    opacity: 0.7;
  }
  3% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  5% {
    clip-path: inset(50% 0 30% 0);
    opacity: 0.7;
  }
  6% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  8% {
    clip-path: inset(10% 0 70% 0);
    opacity: 0.7;
  }
  9% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}
@keyframes img-glitch-layer {
  0%, 100% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  5% {
    clip-path: inset(20% 0 70% 0);
    opacity: 0.3;
  }
  6% {
    clip-path: inset(55% 0 35% 0);
    opacity: 0.3;
  }
  7% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  22% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  23% {
    clip-path: inset(40% 0 50% 0);
    opacity: 0.3;
  }
  24% {
    clip-path: inset(70% 0 20% 0);
    opacity: 0.25;
  }
  25% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  50% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  51% {
    clip-path: inset(10% 0 80% 0);
    opacity: 0.3;
  }
  52% {
    clip-path: inset(60% 0 30% 0);
    opacity: 0.25;
  }
  53% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  75% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  76% {
    clip-path: inset(30% 0 60% 0);
    opacity: 0.3;
  }
  77% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
}
@keyframes noise-flicker {
  0%, 100% {
    opacity: 0.25;
  }
  10% {
    opacity: 0.35;
  }
  30% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.25;
  }
  90% {
    opacity: 0.35;
  }
}
/*-menu fade-up (SP hamburger reveal)---*/
@keyframes menu-item-fade-up {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------*/
/*-banner image entrance (head1-3)----*/
/* 上中央起点で scale 1.15 → 1 にフェードイン */
.bannerIn {
  transform: scale(1.1);
  transform-origin: top center;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 10s ease-out;
}
.bannerIn.is-inview {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------------*/
/*-scroll exhaustion overlay----------*/
/* スクロール進行で画面全体が暗く濁る。NAV(z=100)より下、コンテンツより上 */
.scroll-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  background-color: rgba(20, 10, 10, 0);
  transition: background-color 0.25s ease-out;
}

/*-------------------------------*/
/*-glitch loop (rules 画像用、TOP title と同じ常時グリッチ)--*/
.glitch-loop {
  position: relative;
}
.glitch-loop > img {
  animation: glitch 6s infinite;
  animation-delay: 2s;
}
.glitch-loop::before, .glitch-loop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.7;
}
.glitch-loop::before {
  animation: glitch-layer 6s infinite;
  animation-delay: 2s;
  mix-blend-mode: screen;
  filter: hue-rotate(180deg) saturate(3);
}
.glitch-loop::after {
  animation: glitch-layer 6s infinite reverse;
  animation-delay: 2s;
  mix-blend-mode: multiply;
  filter: hue-rotate(-60deg) saturate(2);
}

/*-------------------------------*/
/*-section title char animation--------*/
.title-split .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.15em);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.title-split.is-inview .char {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------*/
@keyframes noise-shift {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2%, -3%);
  }
  40% {
    transform: translate(3%, 1%);
  }
  60% {
    transform: translate(-1%, 3%);
  }
  80% {
    transform: translate(2%, -2%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes img-glitch {
  0%, 100% {
    filter: none;
  }
  3% {
    filter: hue-rotate(10deg) brightness(1.05);
  }
  3.5% {
    filter: hue-rotate(-15deg);
  }
  4% {
    filter: brightness(1.08);
  }
  4.5% {
    filter: none;
  }
  40% {
    filter: none;
  }
  40.5% {
    filter: hue-rotate(15deg) brightness(1.05);
  }
  41% {
    filter: brightness(1.06);
  }
  41.5% {
    filter: none;
  }
}
/*-keyframes--------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.gnav__list {
  pointer-events: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  height: 60px;
  padding: 0 40px;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.4s;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .gnav__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    flex-direction: column;
    justify-content: center;
    gap: 1.4em;
    background: #ebe6dc;
    mix-blend-mode: normal;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-out;
  }
}
.gnav__list li a, .gnav__list li span {
  display: block;
  text-decoration: none;
  font-size: 1.125em; /* 18px */
  letter-spacing: 0.1em;
  line-height: 1.9;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .gnav__list li a, .gnav__list li span {
    font-size: 1.4em;
    padding: 0.3em 0;
    mix-blend-mode: difference;
  }
}
.gnav__list li a:hover, .gnav__list li span:hover {
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .gnav__list li {
    opacity: 0;
  }
}
.gnav.is-active .gnav__list {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .gnav.is-active .gnav__list {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav.is-open .gnav__list {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav.is-open .gnav__list li {
    animation: menu-item-fade-up 0.5s ease-out forwards;
  }
  .gnav.is-open .gnav__list li:nth-child(1) {
    animation-delay: 0.08s;
  }
  .gnav.is-open .gnav__list li:nth-child(2) {
    animation-delay: 0.14s;
  }
  .gnav.is-open .gnav__list li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .gnav.is-open .gnav__list li:nth-child(4) {
    animation-delay: 0.26s;
  }
  .gnav.is-open .gnav__list li:nth-child(5) {
    animation-delay: 0.32s;
  }
  .gnav.is-open .gnav__list li:nth-child(6) {
    animation-delay: 0.38s;
  }
  .gnav.is-open .gnav__list li:nth-child(7) {
    animation-delay: 0.44s;
  }
}
.gnav__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav__btn {
    pointer-events: auto;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.78);
    cursor: pointer;
    z-index: 102;
    opacity: 0;
    transition: opacity 0.4s;
  }
}
.gnav__btn span {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.gnav__btn span:nth-child(1) {
  top: 22px;
}
.gnav__btn span:nth-child(2) {
  top: 29px;
}
.gnav__btn span:nth-child(3) {
  top: 36px;
}
@media screen and (max-width: 768px) {
  .gnav.is-active .gnav__btn {
    opacity: 1;
  }
  .gnav.is-open .gnav__btn span:nth-child(1) {
    top: 29px;
    transform: rotate(45deg);
  }
  .gnav.is-open .gnav__btn span:nth-child(2) {
    opacity: 0;
  }
  .gnav.is-open .gnav__btn span:nth-child(3) {
    top: 29px;
    transform: rotate(-45deg);
  }
}

/*-------------------------------*/
.top_btn {
  z-index: 99;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .top_btn {
    background: rgba(0, 0, 0, 0.78);
  }
}
.top_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .top_btn::before {
    border-bottom-color: #fff;
  }
}
.top_btn.active {
  opacity: 1;
}
.top_btn:hover {
  opacity: 0.7;
}

/*-------------------------------*/
footer .footer {
  position: relative;
  z-index: 2;
  background: #11151d;
  color: #fff;
  text-align: center;
  padding: 60px 50px;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px 80px;
  }
}
footer .footer .footer__title {
  max-width: 400px;
  margin: 0 auto 30px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  footer .footer .footer__title {
    max-width: 247px;
    margin: 0 auto 20px;
  }
}
footer .footer .billing {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  mix-blend-mode: lighten;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  footer .footer .billing {
    max-width: 335px;
  }
}
footer .footer .copyright {
  font-size: 0.7em;
  margin-top: 10px;
  text-align: center;
}
footer .footer ul.specs {
  margin-top: 20px;
}
footer .footer ul.specs li {
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
}
footer .footer ul.specs li span {
  display: inline-block;
}

#top {
  position: relative;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.2));
  overflow: hidden;
  z-index: 2;
}
#top .main_img {
  position: relative;
  width: 100%;
  top: 0%;
  left: 0%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main_img {
    width: 100%;
    top: 0%;
    left: 0%;
  }
}
#top .main_img img {
  transform: scale(1.1);
  filter: grayscale(100%) blur(5px);
  transition: 2s;
}
#top .main_img .glitch_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  filter: brightness(1.05);
}
#top .main_img .glitch_layer picture,
#top .main_img .glitch_layer img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  filter: none;
  transition: none;
}
#top .main_img.active img {
  transform: scale(1);
  filter: grayscale(0%) blur(0px);
}
#top .main_img.active .glitch_layer {
  animation: img-glitch-layer 8s 3s infinite;
}
#top .main_img.active .noise_overlay {
  animation: noise 2s steps(10) infinite, noise-flicker 3s steps(4) infinite;
  z-index: 2;
}
#top .title {
  position: absolute;
  width: 40%;
  top: 69%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 76%;
    top: 71.5%;
    left: 12%;
  }
}
#top .title {
  transition: 1s;
  transform: scale(1.1) translateY(20px);
  opacity: 0;
}
#top .title.active {
  opacity: 1;
  transform: scale(1) translateY(0px);
}
#top .title.active img {
  animation: glitch 6s infinite;
  animation-delay: 2s;
}
#top .title.active::before, #top .title.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/title2.png") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.7;
}
#top .title.active::before {
  animation: glitch-layer 6s infinite;
  animation-delay: 2s;
  mix-blend-mode: screen;
  filter: hue-rotate(180deg) saturate(3);
}
#top .title.active::after {
  animation: glitch-layer 6s infinite reverse;
  animation-delay: 2s;
  mix-blend-mode: multiply;
  filter: hue-rotate(-60deg) saturate(2);
}
#top .release {
  position: absolute;
  width: 12%;
  top: 91%;
  left: 86%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 25%;
    top: 86%;
    left: 39%;
  }
}
#top .release {
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
#top .release.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .copy_yoko {
  position: absolute;
  width: 50%;
  top: 87%;
  left: 25%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 100%;
    top: 91%;
    left: 0%;
  }
}
#top .copy_yoko {
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
#top .copy_yoko.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .credit {
  position: absolute;
  width: 36%;
  left: 32%;
  top: 62%;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 68%;
    top: 67%;
    left: 16%;
  }
}
#top .credit {
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
#top .credit.active {
  opacity: 1;
  transform: translateY(0px);
}

#info {
  padding: 60px 50px 0px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 0;
  }
}
#info .bnr_book {
  max-width: 420px;
  display: block;
  margin: 0 auto 20px;
}
#info .bnr_book:hover {
  opacity: 0.8;
}
#info .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    gap: 10px;
    margin-bottom: 10px;
  }
}
#info .btns li {
  max-width: 200px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  #info .btns li {
    width: calc(50% - 5px);
  }
}
#info .btns li a {
  transition: 0.2s;
}
#info .btns li a:hover {
  opacity: 0.7;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #info .mvtk #mvtk-widgets-container {
    margin: 0 auto 30px;
  }
}
#info .shares {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    margin-top: 24px;
  }
}

/*trailer------------------------*/
#trailer .section_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
    padding: 0px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
}
#trailer .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: -0.25em;
}

.youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 3px;
}
.youtube_embed.youtube_news {
  border: 0;
  border-radius: 0px;
}
.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1px;
}
.trailer_tabs li {
  border: 1px solid #666;
  border-radius: 3px;
  width: calc(33.33% - 1px);
  margin-top: 2px;
  height: 3em;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  background-color: #3a3a3a;
  color: #FEFEFE;
}
@media screen and (max-width: 768px) {
  .trailer_tabs li {
    width: 100%;
    height: 3em;
  }
}
.trailer_tabs .tab.active {
  background-color: #161616;
}
.trailer_tabs .tab.active:hover {
  transition: 0.4s;
}

/*-------------------------------*/
/*intro--------------------------*/
#intro {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #1a1a1a;
  overflow: hidden;
}
#intro .intro__head {
  width: 100%;
  display: block;
  overflow: hidden;
}
#intro .intro__body-wrap {
  background-color: rgba(185, 157, 0, 0.1);
}
#intro .section_inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 0px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 40px 20px 0;
    max-width: 500px;
  }
}
#intro .intro__title {
  text-align: center;
  margin-bottom: 1em;
  color: #4a0006;
}
#intro .intro__rules {
  max-width: 900px;
  margin: 2em auto 3em;
}
@media screen and (max-width: 768px) {
  #intro .intro__rules {
    max-width: 100%;
    margin: 1.5em auto 2em;
  }
}
#intro .intro__rules.glitch-loop::before, #intro .intro__rules.glitch-loop::after {
  background-image: url("img/rules2.webp");
}
#intro .intro__lead {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
#intro .intro__lead img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#intro .intro__body {
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #intro .intro__body {
    font-size: 0.9em;
    line-height: 2;
  }
}
#intro .intro__lead-sub {
  text-align: center;
  margin: 4em auto 1.8em;
  width: 70%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #intro .intro__lead-sub {
    width: 100%;
    margin: 3em 0 1.4em;
  }
}
#intro .intro__lead-sub img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------*/
/*story-------------------------*/
#story {
  position: relative;
  z-index: 2;
  color: #1a1a1a;
  overflow: hidden;
  background-color: rgba(185, 157, 0, 0.1);
}
#story .section_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 40px;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 60px 20px 20px;
  }
}
#story .story__title {
  text-align: center;
  color: #4a0006;
  margin-bottom: 1em;
}
#story .story__text {
  text-align: center;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #story .story__text {
    margin-top: 2em;
  }
}
#story .story__block {
  font-size: 1.125em; /* 18px PC */
  font-weight: 900;
  line-height: 2.33; /* 42/18 */
  letter-spacing: 0.03em;
  margin-bottom: 1.4em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #story .story__block {
    font-size: 1em; /* 14px SP */
    line-height: 2;
    margin-bottom: 1.2em;
  }
}
#story .story__block:last-child {
  margin-bottom: 0;
}
#story .story__emphasis {
  font-size: 1.222em; /* 22px / 18px */
}
@media screen and (max-width: 768px) {
  #story .story__emphasis {
    font-size: 1.143em; /* 16px / 14px */
  }
}
#story .story__head {
  width: 100%;
  display: block;
  overflow: hidden;
}

/*-------------------------------*/
/*imgs--------------------------*/
.imgs {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.imgs__swiper {
  width: 100%;
  /* 等速スクロールのため linear に */
}
.imgs__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.imgs__item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------*/
/*cast---------------------------*/
#cast {
  position: relative;
  z-index: 2;
  background: rgba(219, 106, 5, 0.1);
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #cast {
    padding-top: 60px;
  }
}
#cast .section_inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner {
    padding: 0 16px 30px;
    max-width: 500px;
  }
}
#cast .cast__title {
  text-align: center;
  color: #4a0006;
  margin-bottom: 1em;
}
#cast .cast__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #cast .cast__list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
#cast .cast__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #cast .cast__item {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-areas: "photo meta" "body  body";
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 12px;
    padding: 18px;
    align-items: start;
  }
}
#cast .cast__photo {
  flex: 0 0 208px;
}
@media screen and (max-width: 768px) {
  #cast .cast__photo {
    flex: initial;
    grid-area: photo;
    align-self: start;
    width: 110px;
  }
}
#cast .cast__photo img {
  filter: grayscale(20%);
  transition: 0.4s;
}
#cast .cast__text {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #cast .cast__text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #cast .cast__meta {
    grid-area: meta;
    align-self: end;
  }
}
#cast .cast__body {
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  #cast .cast__body {
    grid-area: body;
    margin-top: 0;
  }
}
#cast .cast__name {
  font-size: 1.25em; /* 20px */
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 0.6em;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #cast .cast__name {
    font-size: 1em; /* 15px */
    margin-bottom: 0.4em;
  }
}
#cast .cast__name .cast__name-en {
  display: block;
  font-size: 0.9em; /* 18px / 20px */
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4a0006;
  margin-top: 0.35em;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #cast .cast__name .cast__name-en {
    font-size: 0.9em; /* 12px / 15px */
    color: #595959;
  }
}
#cast .cast__role {
  font-size: 1.125em; /* 18px */
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #a8000d;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #cast .cast__role {
    font-size: 0.8em; /* 12px / 14px */
  }
}
#cast .cast__desc {
  font-size: 0.875em; /* 14px */
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 0.8em;
  color: #1a1a1a;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #cast .cast__desc {
    font-size: 0.85em; /* 13px / 14px */
  }
}
#cast .cast__films {
  font-size: 0.8em; /* 13px */
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #545454;
}
@media screen and (max-width: 768px) {
  #cast .cast__films {
    font-size: 0.7em; /* 9px / 14px */
    color: #595959;
  }
}
#cast .cast__head {
  width: 100%;
  display: block;
  overflow: hidden;
}

/*-------------------------------*/
/*staff--------------------------*/
#staff {
  position: relative;
  z-index: 2;
  background: #1a2439;
  color: #ededeb;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #staff {
    padding-top: 60px;
  }
}
#staff .section_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #staff .section_inner {
    padding: 0 19px;
    max-width: 500px;
  }
}
#staff .staff__title {
  text-align: center;
  color: #fff;
  margin-bottom: 1.2em;
}
#staff .staff__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #staff .staff__list {
    gap: 40px;
  }
}
#staff .staff__item {
  width: 100%;
}
#staff .staff__info .staff__role {
  font-size: 0.9em; /* 13px */
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fda1a8;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #staff .staff__info .staff__role {
    font-size: 0.8em; /* 9px */
  }
}
#staff .staff__info .staff__name {
  font-size: 1.375em; /* 22px */
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #staff .staff__info .staff__name {
    font-size: 1.214em; /* 17px */
    margin-bottom: 0.6em;
  }
}
#staff .staff__info .staff__name .staff__name-en {
  display: block;
  font-size: 0.727em; /* 16px / 22px */
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.35em;
  color: #fff;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #staff .staff__info .staff__name .staff__name-en {
    color: #b8bac7;
  }
}
#staff .staff__info .staff__desc {
  font-size: 1em; /* 16px */
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 0.5em;
  color: #ededeb;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #staff .staff__info .staff__desc {
    font-size: 0.929em; /* 13px / 14px */
    line-height: 2;
  }
}
#staff .staff__info .staff__films {
  font-size: 0.8125em; /* 13px */
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #ffd7b3;
}
@media screen and (max-width: 768px) {
  #staff .staff__info .staff__films {
    font-size: 0.8em; /* 12px / 14px */
    color: #d8c6b3;
  }
}
#staff .staff__comment {
  margin-top: 28px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  #staff .staff__comment {
    padding: 20px;
    margin-top: 20px;
  }
}
#staff .staff__comment .staff__comment-title {
  font-size: 1em; /* 16px */
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  color: #fff;
  text-transform: none;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #staff .staff__comment .staff__comment-title {
    font-size: 0.929em; /* 13px */
  }
}
#staff .staff__comment p {
  font-size: 1em; /* 16px */
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 0.6em;
  color: #ededeb;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #staff .staff__comment p {
    font-size: 0.9em; /* 13px */
  }
}
#staff .staff__comment p:last-child {
  margin-bottom: 0;
}
#staff .staff__bg {
  width: 100%;
  display: block;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #staff .staff__bg {
    margin-top: 3em;
  }
}

/*-------------------------------*//*# sourceMappingURL=style.css.map */