@charset "UTF-8";
@font-face {
  font-family: "Koburina";
  src: url("/etg/assets/fonts/koburina_sub_w1.woff2") format("woff2");
  font-weight: 100 200;
  font-display: swap;
}
@font-face {
  font-family: "Koburina";
  src: url("/etg/assets/fonts/koburina_sub_w3.woff2") format("woff2");
  font-weight: 300 400;
  font-display: swap;
}
@font-face {
  font-family: "Koburina";
  src: url("/etg/assets/fonts/koburina_sub_w6.woff2") format("woff2");
  font-weight: 500 900;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, figure, figcaption,
ul, ol, dl, dd,
blockquote, pre {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

input, textarea, select, button {
  margin: 0;
  padding: 0;
  font: inherit;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.w-container {
  width: min(92%, 1200px);
  margin-inline: auto;
  position: relative;
}

.w-container-large {
  width: min(92%, 1440px);
  margin-inline: auto;
  position: relative;
}

.w-container-full {
  width: 100%;
  position: relative;
}

.multi {
  margin-bottom: 20px;
  position: relative;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.multi a {
  color: white;
  mix-blend-mode: hard-light;
  background: linear-gradient(transparent 30%, #434343 30%);
}

.multi1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.multi2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 767px) {
  .multi2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 768px) {
  .hide-md, .sp768 {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-xl, .sp1280 {
    display: none !important;
  }
}

@media (min-width: 388px) {
  .hide-sm, .sp388 {
    display: none !important;
  }
}

@media (min-width: 620px) {
  .hide-ss, .sp620 {
    display: none !important;
  }
}

.show-md, .pc768 {
  display: none;
}
@media (min-width: 768px) {
  .show-md, .pc768 {
    display: revert;
  }
}

.show-lg, .pc950 {
  display: none;
}
@media (min-width: 950px) {
  .show-lg, .pc950 {
    display: revert;
  }
}

.show-xl, .pc1280 {
  display: none;
}
@media (min-width: 1280px) {
  .show-xl, .pc1280 {
    display: revert;
  }
}

.show-ss, .pc620 {
  display: none;
}
@media (min-width: 620px) {
  .show-ss, .pc620 {
    display: revert;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fade-in-1s {
  opacity: 0;
  animation: fadeIn 1s ease-in 0s forwards;
}

.fade-in-2s {
  opacity: 0;
  animation: fadeIn 2s ease-in 0s forwards;
}

.fade-in-1s-1s {
  opacity: 0;
  animation: fadeIn 1s ease-in 1s forwards;
}

.fade-in-1s-2s {
  opacity: 0;
  animation: fadeIn 1s ease-in 2s forwards;
}

.fade-in-2s-2s {
  opacity: 0;
  animation: fadeIn 2s ease-in 2s forwards;
}

.fade-zoom-in {
  opacity: 0;
  animation: fadeZoomIn 8s ease-in-out 0s forwards;
}

.float1 {
  animation: float 12s ease-in-out infinite;
}

@keyframes floatKV {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.float-kv {
  animation: floatKV 6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
#loading {
  /***************************************************
  * Generated by SVG Artista on 2/22/2026, 1:30:22 PM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
}
#loading svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
#loading svg.active .svg-elem-1 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
#loading svg.active .svg-elem-2 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
#loading svg.active .svg-elem-3 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
#loading svg.active .svg-elem-4 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
#loading svg.active .svg-elem-5 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
#loading svg.active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
#loading svg.active .svg-elem-7 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
#loading svg.active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
#loading svg.active .svg-elem-9 {
  fill: rgb(255, 255, 255);
}
#loading svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1.7s;
}
#loading svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}

@keyframes animate-svg-fill {
  from {
    fill: transparent;
  }
  to {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-1 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

.logo-elem-2 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

.logo-elem-3 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

.logo-elem-4 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}

.logo-elem-5 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

.logo-elem-6 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

.logo-elem-7 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

.logo-elem-8 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

.logo-elem-9 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

.logo-elem-10 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

.logo-elem-11 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

.logo-elem-12 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

.logo-elem-13 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

.logo-elem-14 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

.logo-elem-15 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

.logo-elem-16 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

.logo-elem-17 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

.logo-elem-18 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

.logo-elem-19 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

.logo-elem-20 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

.logo-elem-21 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

.logo-elem-22 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}

.logo-elem-23 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

.logo-elem-24 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

.logo-elem-25 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

.logo-elem-26 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

.spacer {
  height: clamp(50px, 6.5789473684vw + 12.6315789474px, 80px);
}

.quotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote {
  position: relative;
  padding: 10px;
  margin-bottom: 12px;
}
.quote.reverse {
  align-self: flex-end;
}
.quote {
  font-size: clamp(33px, 2.734375vw + 12px, 40px);
}
.quote.s {
  font-size: clamp(22px, 1.5625vw + 10px, 26px);
}
.quote.ss {
  font-size: clamp(20px, 1.5625vw + 8px, 24px);
}
.quote div.kakko {
  background: #595959;
  background: linear-gradient(45deg, rgba(12, 12, 12, 0.3) 20%, rgba(0, 0, 0, 0) 60%);
  padding: 8px 20px;
  position: relative;
}
.quote div.kakko::before {
  content: "";
  width: min(80px, 20%);
  height: min(80px, 100%);
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: -3px;
  left: -3px;
  border-left: 3px solid white;
  border-top: 3px solid white;
}
.quote p {
  width: 100%;
  line-height: 1.4;
}
.quote p span {
  font-size: 0.85em;
  margin: 0 -1px;
}
.quote span.from {
  display: block;
  margin-top: 12px;
  margin-left: 10px;
  font-size: clamp(13px, 1.171875vw + 4px, 16px);
  letter-spacing: 1px;
}
.quote span.from::before {
  content: "-";
  display: inline-block;
  transform: scaleX(15) scaleY(0.5);
  margin: 0 20px;
}

.quote.primary {
  color: #c83956;
}
.quote.primary div.kakko::before {
  border-color: #c83956;
}

span.video_icon {
  line-height: 1;
  padding: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("./img/video_icon_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  bottom: -5px;
  left: -5px;
}

.site-logo {
  display: none;
}

.navbtn {
  position: fixed;
  top: 10px;
  right: 12px;
  z-index: 200;
  opacity: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: rgba(245, 242, 233, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity transform ease;
}
@media (min-width: 620px) {
  .navbtn {
    bottom: 28px;
    right: 28px;
    width: 52px;
    height: 52px;
  }
}
.navbtn:hover {
  transform: scale(1.08);
}
@media (min-width: 620px) {
  .navbtn {
    display: none;
  }
}

.navbtn .closed {
  display: revert;
  width: 18px;
  height: 13px;
}
@media (min-width: 620px) {
  .navbtn .closed {
    width: 22px;
    height: 16px;
  }
}
.navbtn .closed {
  background-color: #c83956;
  clip-path: polygon(0% 0%, 100% 0%, 100% 18%, 0% 18%, 0% 41%, 100% 41%, 100% 59%, 0% 59%, 0% 82%, 100% 82%, 100% 100%, 0% 100%);
}

.navbtn .opened {
  display: none;
  width: 18px;
  height: 18px;
}
@media (min-width: 620px) {
  .navbtn .opened {
    width: 22px;
    height: 22px;
  }
}
.navbtn .opened {
  background-color: #ffffff;
  clip-path: polygon(0% 10%, 10% 0%, 50% 40%, 90% 0%, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0% 90%, 40% 50%);
}

.open .navbtn {
  z-index: 10000;
  background-color: rgba(200, 57, 86, 0.6);
}
.open .navbtn .closed {
  display: none;
}
.open .navbtn .opened {
  display: revert;
}
.open .nav {
  transform: translateX(0) !important;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #c83956;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  background-image: url("/etg/assets/img/side_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.nav li.logo {
  width: 80%;
  max-width: 300px;
}
.nav li.logo a {
  display: block;
  cursor: pointer;
}
.nav li.logo img {
  width: 100%;
}
.nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  height: 100%;
  color: #c83956;
  list-style: none;
  margin: 0;
  padding: 40px 20px 100px;
}
.nav ul li.logo {
  flex-shrink: 0;
  margin-bottom: 16px;
}
.nav ul li:not(.logo) {
  letter-spacing: 0.18em;
  font-size: 0.95rem;
  font-family: "Koburina", "Noto Sans JP", sans-serif;
  width: auto;
  min-width: 200px;
  text-align: center;
  padding: 7px 24px;
  background-color: rgba(255, 255, 255, 0.2666666667);
  border-radius: 6px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background-color 0.2s ease;
}
.nav ul li:not(.logo):hover {
  background-color: rgba(255, 255, 255, 0.4666666667);
}
.nav ul li:not(.logo) a {
  color: #c83956;
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1.5px solid rgba(0, 156, 221, 0.7);
  display: inline-block;
}

.open .nav {
  transform: translateX(0);
}

.side-nav {
  display: none;
}
@media (min-width: 620px) {
  .side-nav {
    display: flex;
    opacity: 0;
    align-items: center;
    gap: clamp(16px, 1.8181818182vw + 4.7272727273px, 28px);
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 50;
  }
  .side-nav a {
    color: #c83956;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(11px, 0.303030303vw + 9.1212121212px, 13px);
    font-weight: 400;
    letter-spacing: 0.22em;
    padding-bottom: 4px;
    border-bottom: 1px solid #009cdd;
    white-space: nowrap;
    opacity: 1;
    transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    position: relative;
  }
  .side-nav a:hover {
    opacity: 0.7;
  }
  .side-nav a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #c83956;
    transition: width 0.3s ease, background-color 0.3s ease;
  }
  .side-nav a:hover::after {
    width: 100%;
  }
  .side-nav.is-dark a {
    color: #f5f2e9;
    border-bottom-color: rgba(245, 242, 233, 0.6);
  }
  .side-nav.is-dark a::after {
    background-color: #f5f2e9;
  }
}

.hero-svg {
  opacity: 0.8;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: -30px;
  min-width: clamp(180px, 120vw + -180px, 420px);
}
@media (min-width: 768px) {
  .hero-svg {
    left: -80px;
    min-width: clamp(450px, 175.78125vw + -900px, 900px);
  }
}
.hero-svg svg {
  margin-top: auto;
  width: 100%;
  height: auto;
}
.hero-svg path.st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (min-width: 768px) {
  .hero-svg path.st0 {
    stroke-width: 1px;
  }
}

/* ボタン */
.btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 100vh;
  background-color: #c83956;
  font-size: 18px;
  text-align: center;
  margin-inline: auto;
}

.btn-accent {
  background-color: #b72661;
}

/* パーツの見出し */
.heading {
  position: absolute;
  top: calc((var(--v-space) + 0.6em) * -1);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 5.2vw, 70px);
  min-height: 0vw;
  font-weight: 300;
}
.heading span {
  display: block;
  color: #666666;
  font-size: 18px;
}

.footer {
  padding: 70px 0;
  color: #707070;
  font-size: 13px;
}

.footer-container {
  display: grid;
  gap: 50px;
  justify-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  .footer-container .footer-site {
    margin-bottom: 20px;
  }
  .footer-container > *:not(.footer-sns) {
    justify-self: start;
  }
  .footer-container .footer-sns {
    grid-column: 2;
    grid-row: 1/4;
    justify-self: end;
    align-self: center;
    padding: 0;
    margin: 0;
  }
}

.footer-sns {
  display: flex;
  gap: 26px;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-sns a.circle {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  background-color: #000;
  color: #fff;
  clip-path: circle(50%);
  transition: opacity 0.3s ease;
}
.footer-sns a.circle:hover {
  opacity: 0.75;
}
.footer-sns a.filmarks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.footer-sns a.filmarks img {
  height: 100%;
  width: auto;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-copy img {
  max-height: 20px;
  width: auto;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer_credits_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer_credits_wrapper {
    flex-direction: row;
  }
}
.footer_credits_wrapper > * {
  flex: 1;
}
.footer_credits_wrapper .jp_credits {
  flex-direction: column;
  color: #251e1c;
  margin-bottom: 30px;
  line-height: 1.8;
}
.footer_credits_wrapper .jp_credits img.en_logo {
  width: 90%;
  max-width: 450px;
  margin: 30px auto 80px;
}
.footer_credits_wrapper .jp_credits h1 {
  border-bottom: 5px solid white;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -2.5px;
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards {
  color: #251e1c;
  line-height: 1.8;
}
.footer_credits_wrapper .jp_awards h2 {
  border-bottom: 1px solid white;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards ul {
  margin-bottom: 30px;
}
.footer_credits_wrapper .jp_awards ul li {
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards ul li span {
  display: block;
  font-size: 0.8em;
  margin-left: 8px;
}

section {
  overflow-x: hidden;
}
section .works {
  font-family: revert;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0;
}
section h2.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  padding-bottom: 5px;
  text-align: center;
  font-size: clamp(24px, 5.46875vw + -18px, 38px);
  font-family: "Petit Formal Script", cursive;
}
section h2.section-title span {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.5em;
}
section h2.section-title::after {
  content: "";
  display: block;
  margin: 6px auto;
  bottom: 0;
  width: min(450px, 70%);
  height: 2px;
  background-color: #c83956;
}
section p.headline {
  font-size: clamp(24px, 3.125vw + 0px, 32px);
  line-height: 1.6;
  margin-bottom: 12px;
  letter-spacing: -0.3;
}
section p.headbody {
  font-size: clamp(19px, 2.34375vw + 1px, 25px);
}
section p.headbody span {
  border-bottom: 3px double #251e1c;
}
section p.headbody span.fill {
  border-bottom: 3px double #251e1c;
  background-color: #251e1c;
  color: #c83956;
}
section .section-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.interlude1-body {
  min-height: 350px;
  background-image: url("./img/interlude1_kv2_sp.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .interlude1-body {
    background-position: right center;
    background-size: cover;
    background-image: url("./img/interlude1_kv2.jpg");
  }
}
.interlude1-body-left {
  padding: 30px 20px 0px 20px;
  width: min(100%, 1480px);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(13, 13, 11, 0.8) 80%);
}
@media (max-width: 767px) {
  .interlude1-body-left {
    padding-top: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0) 400px, rgba(13, 13, 11, 0.8666666667) 500px);
  }
}
.interlude1-body-left div.kakko {
  width: min(100%, 650px);
}

.directors-body {
  position: relative;
  display: flex;
  gap: 20px;
}
.directors-body .directors-body-profile {
  width: 100%;
}
.directors-body .section-body {
  flex: 1;
}
.directors-body {
  flex-direction: column;
}
@media (min-width: 780px) {
  .directors-body .directors-body-profile {
    width: clamp(330px, 46.875vw + -30px, 450px);
  }
  .directors-body {
    flex-direction: row;
  }
}
.directors-body img.director-portrait {
  width: 100%;
  margin: 0 auto;
  max-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

div.profile {
  margin-top: 50px;
  padding: 10px;
  font-size: 0.8em;
  border-left: 2px solid #c83956;
  border-bottom: 2px solid #c83956;
}
div.profile h2 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
div.profile h2::before {
  color: #c83956;
  content: "Profile";
  display: block;
  font-family: "Petit Formal Script", cursive;
}

div.credit {
  color: #c83956;
  font-size: clamp(20px, 1.5625vw + 8px, 24px);
  margin: 20px auto;
  text-align: center;
}
div.credit .status {
  font-size: 0.8em;
  display: block;
}

.en {
  font-family: "Petit Formal Script", cursive;
  margin: 0 5px;
}

.layers {
  display: grid;
  overflow: visible;
  line-height: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
}
.layers > *:not(.layers-frame) {
  grid-area: 1/1;
  overflow: hidden;
}
.layers img {
  display: block;
  width: 100%;
  height: auto;
}
.layers .color-fill {
  width: 100%;
  aspect-ratio: 2880/1903;
  background-color: #251e1c;
  opacity: 0;
}
.layers .color-fill.sp620 {
  aspect-ratio: 900/840;
}
.layers .bg,
.layers .two,
.layers .bw,
.layers .chair {
  opacity: 0;
}
.layers .pc620 {
  display: none;
}
@media (min-width: 620px) {
  .layers .pc620 {
    display: block !important;
    grid-area: 1/1;
  }
}
.layers .sp620 {
  display: block;
  grid-area: 1/1;
  aspect-ratio: 900/840;
}
@media (min-width: 620px) {
  .layers .sp620 {
    display: none !important;
  }
}

.layers-frame {
  display: none !important;
}

.great-char {
  pointer-events: none;
  z-index: 4;
  width: 100%;
  height: auto;
  opacity: 0;
}

.silhouette-outline {
  pointer-events: none;
  z-index: 2;
}
.silhouette-outline .outline-path {
  opacity: 0;
}

.hero {
  display: grid;
}
.hero > * {
  grid-area: 1/1;
  overflow: hidden;
}
.hero {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: visible;
  margin-top: 8px;
}
@media (min-width: 620px) {
  .hero {
    margin-top: 52px;
  }
}

.kv-wrapper {
  position: relative;
  overflow: visible;
}

.baloon-logo {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 26%;
  max-width: 300px;
  height: auto;
  opacity: 0;
}

.art {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: auto;
  height: auto;
}

.art-eyemask {
  bottom: clamp(-4px, -34.9019607843vw + 142.5882352941px, -360px);
  right: clamp(50px, 24.5098039216vw + -52.9411764706px, 300px);
  width: clamp(50px, 4.8780487805vw + 19.756097561px, 90px);
}

.art-drink {
  bottom: -12%;
  left: 35%;
  width: clamp(30px, 3.6585365854vw + 7.3170731707px, 60px);
}

.art-pizza {
  bottom: -13%;
  left: 23%;
  width: clamp(50px, 4.8780487805vw + 19.756097561px, 90px);
}

.lorels-kv {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  bottom: -22%;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lorels-kv .lorel {
  display: block;
  width: clamp(60px, 7.3170731707vw + 14.6341463415px, 120px);
  height: auto;
}

.copy-vertical {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  top: clamp(28px, 4vw + 15.2px, 40px);
  right: clamp(6px, 4.6666666667vw + -8.9333333333px, 20px);
  width: clamp(12px, 2vw + 5.6px, 18px);
  height: auto;
  opacity: 0;
}
@media (min-width: 620px) {
  .copy-vertical {
    top: 14%;
    right: auto;
    left: 93.5%;
    transform: translateX(-50%);
    width: clamp(16px, 0.9756097561vw + 9.9512195122px, 24px);
    max-height: 75%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

.info-credit-svg-wrapper {
  width: min(92%, 860px);
  margin-inline: auto;
  padding: clamp(20px, 5.3571428571vw + 2.8571428571px, 80px) 0;
  position: relative;
  margin-top: -1%;
}
@media (min-width: 620px) {
  .info-credit-svg-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
    margin-top: clamp(20px, 2.1276595745vw + 9.3617021277px, 40px);
    margin-right: clamp(16px, 2vw, 40px);
  }
}

.info-credit-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.hero-main-description {
  width: min(92%, 850px);
  margin-inline: auto;
  padding: clamp(24px, 2.1428571429vw + 17.1428571429px, 48px) 0;
  text-align: center;
}

.copy-sentence1 {
  font-size: clamp(15px, 0.4464285714vw + 13.5714285714px, 20px);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-bottom: 1.5em;
}

.koukai {
  font-size: clamp(21px, 0.625vw + 19px, 28px);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: clamp(8px, 1.8518518519vw + 1.3333333333px, 28px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.koukai .date {
  font-weight: 600;
  font-size: 1.15em;
}
.koukai .s2 {
  font-size: 0.85em;
  margin: 0 1px;
}
.koukai .place {
  font-weight: 600;
}
.koukai .roadshow {
  color: #c83956;
}

.jp_info_and_spec {
  margin-top: 0.5em;
  border-bottom: 1px solid rgba(37, 30, 28, 0.12);
  padding-bottom: 1.5em;
  margin-bottom: 0.5em;
}
.jp_info_and_spec p {
  font-size: clamp(10px, 0.1785714286vw + 9.4285714286px, 12px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0;
  color: rgba(37, 30, 28, 0.55);
}
.jp_info_and_spec .label {
  display: inline;
  margin-right: 0.6em;
  font-weight: 400;
  color: rgba(37, 30, 28, 0.4);
}
.jp_info_and_spec .label::after {
  content: "｜";
  margin-left: 0.6em;
  font-weight: 300;
  opacity: 0.4;
}
.jp_info_and_spec .credit {
  display: inline-block;
  margin-top: 0.8em;
  font-size: clamp(9px, 0.0892857143vw + 8.7142857143px, 10px);
  color: rgba(37, 30, 28, 0.35);
}
.jp_info_and_spec .spec {
  display: inline-block;
  margin-top: 0.3em;
  font-size: clamp(9px, 0.0892857143vw + 8.7142857143px, 10px);
  letter-spacing: 0.06em;
  color: rgba(37, 30, 28, 0.35);
}
.jp_info_and_spec .spec-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
.jp_info_and_spec .eirin {
  width: 1.4em;
  height: auto;
  flex-shrink: 0;
}

.kv-bottom-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  gap: clamp(20px, 1.7857142857vw + 14.2857142857px, 40px);
  padding: clamp(8px, 0.7142857143vw + 5.7142857143px, 16px) 10px;
  width: 92%;
  margin: clamp(16px, 1.4285714286vw + 11.4285714286px, 32px) auto clamp(24px, 1.4285714286vw + 19.4285714286px, 40px);
}
@media (min-width: 950px) {
  .kv-bottom-copy {
    position: relative;
    z-index: 10;
  }
}
.kv-bottom-copy .eirin {
  flex-shrink: 0;
  width: clamp(18px, 0.8928571429vw + 15.1428571429px, 28px);
  height: auto;
}

section.story {
  padding: 80px 0;
}

section.directors {
  padding: 80px 0;
}

section.trailer {
  padding: 80px 0;
}

section.introduction {
  background-color: #be7e03;
  background-image: url("./img/kv_art_sp.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 800px;
  padding-top: clamp(320px, 50.78125vw + -70px, 450px);
}
@media (min-width: 768px) {
  section.introduction {
    background-size: cover;
    background-image: url("./img/kv_art_large.jpg");
  }
}
section.introduction p.headline {
  background-color: rgba(0, 0, 0, 0.756);
  padding: 3px 12px;
}

section.profiles {
  margin-bottom: 80px;
}
section.profiles img.profile_photo {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
section.profiles .section-body p.works_title {
  display: block;
  font-size: 1.2em;
  color: #c83956;
}
section.profiles .section-body p.director_name {
  line-height: 1.2;
  font-size: clamp(22px, 8.984375vw + -47px, 45px);
}
section.profiles .section-body p.director_name span {
  font-size: 0.6em;
}
section.profiles .section-body p.director_profile {
  font-size: 0.8em;
}
section.profiles .section-body ul {
  font-size: 0.9em;
  line-height: 1.8;
}
section.profiles .section-body ul li span {
  display: inline-block;
  font-size: 0.9em;
  color: #c83956;
}

p.directors_statement {
  font-size: clamp(16px, 3.515625vw + -11px, 25px);
  margin: 6px clamp(6px, 2.34375vw + -12px, 12px);
  padding-left: clamp(3px, 3.515625vw + -24px, 12px);
}

section#critics {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
section#critics .critic {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 980px;
  text-align: center;
  line-height: 1.4;
  transform: rotate(-3deg);
}
section#critics .critic p.body {
  text-align: left;
  font-size: clamp(16px, 1.5625vw + 4px, 20px);
  transform: skewX(-6deg);
  line-height: 1.3;
  letter-spacing: -0.7px;
}
section#critics .critic p.body .em1 {
  font-size: 1.3em;
  color: #c83956;
}
section#critics .critic p.body .em2 {
  font-size: 1.3em;
  color: #009cdd;
}
section#critics .critic p.body::before {
  content: "「";
  font-size: 1.8em;
  line-height: 1;
  color: #c83956;
}
section#critics .critic p.body::after {
  content: "」";
  color: #c83956;
}
section#critics .critic p.author {
  margin-bottom: 12px;
  background-color: white;
  padding: 0;
  color: black;
  transform: skewX(-8deg);
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.2;
}
section#critics .critic p.author span {
  font-size: 0.6em;
  display: block;
  color: #c83956;
  background-color: black;
  padding: 3px;
  border-bottom: thin solid white;
}

#theater {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 10vw;
  padding-top: 80px;
  text-align: center;
}
#theater img.img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#theater #theater-inner {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1240px;
}
#theater #theater-inner .theatre-areas {
  width: 100%;
  margin: 0 auto;
}
#theater #theater-inner .theatre-areas .theatre-area-header {
  color: #251e1c;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #c83956;
  height: auto;
  text-align: center;
  padding: 8px 12px;
  margin: 10px auto;
}
#theater #theater-inner .theatre-areas .note {
  line-height: 1.5;
  font-weight: bold;
}
#theater #theater-inner #area-index {
  height: auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#theater #theater-inner #area-index li {
  width: auto;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
#theater #theater-inner #area-index li:last-child {
  border-right: none;
}
#theater #theater-inner #area-index li a {
  font-size: 1.2em;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  color: var(--black);
}
#theater #theater-inner #area-index li a:hover {
  animation: flash 1.5s;
}
#theater #theater-inner h4 {
  width: 100%;
  height: auto;
  margin: 5vw 0 2vw;
  padding: 5vw 0 0;
  text-align: center;
  font-size: 1.3em;
  color: var(--white);
  letter-spacing: 1px;
}
#theater #theater-inner h4#area1 {
  margin: 0vw 0 2vw;
  padding: 2vw 0 0;
}
@media (max-width: 1024px) {
  #theater #theater-inner h4#area1 span {
    display: block;
  }
}
#theater #theater-inner .theater-list {
  height: auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#theater #theater-inner .theater-list li {
  height: auto;
  margin: 0 0 8px;
  padding: 0.5vw 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
}
#theater #theater-inner .theater-list li .icontop {
  width: 40px;
  display: none;
}
#theater #theater-inner .theater-list li .txt {
  width: auto;
  height: auto;
  margin-left: 0.5em;
  padding: 4px;
  font-size: 1em;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  color: var(--black);
  text-align: left;
}
#theater #theater-inner .theater-list li .txt a {
  color: var(--black);
  text-decoration: underline;
}
#theater #theater-inner .theater-list li .txt.white {
  color: white;
}
#theater #theater-inner .theater-list li:last-child {
  border: none;
}
#theater #theater-inner .theater-list .todofuken {
  width: 12%;
}
#theater #theater-inner .theater-list .name {
  width: 40%;
}
#theater #theater-inner .theater-list .phone {
  width: 18%;
}
#theater #theater-inner .theater-list .mubi {
  width: 13%;
}
#theater #theater-inner .theater-list .date {
  width: 17%;
  font-size: 0.9em;
}
#theater #theater-inner .theater-list .date .txt {
  letter-spacing: 0;
}
#theater #theater-inner .theater-list .tokubetu {
  width: 18%;
  font-size: 0.8em;
}
#theater #theater-inner .theater-list .tokubetu .txt {
  margin: 0 auto;
}
#theater #theater-inner .theater-list .line {
  width: 100%;
  padding: 0 30% 0.5vw 20%;
  margin-bottom: 1vw;
  border-bottom: thin solid white;
}
#theater #theater-inner .theater-list .line .txt {
  font-size: 0.9em;
  line-height: 1.6em;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
#theater #theater-inner .theater-list .top {
  display: flex;
  padding: 0 6px;
}
#theater #theater-inner .theater-list .top .icontop {
  width: 20px;
  display: block;
  transform: translateY(-3px);
}
#theater #theater-inner .theater-list .top .icontop img {
  vertical-align: middle;
}

@media (max-width: 780px) {
  #theater #theater-inner #area-index {
    width: 100%;
    height: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner #area-index li {
    margin: 5px 0;
    padding: 0 15px;
  }
  #theater #theater-inner h4 {
    width: 100%;
    height: auto;
    margin: 5vw 0 2vw;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
  }
  #theater #theater-inner .theater-list {
    height: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner .theater-list li {
    height: auto;
    margin: 0;
    padding: 0 0 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner .theater-list li .icontop {
    width: 12%;
    min-width: 65px;
    display: block;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.2;
    color: white;
    padding: 3px 0;
  }
  #theater #theater-inner .theater-list li .icontop img {
    vertical-align: middle;
    transform: translateY(-3px);
  }
  #theater #theater-inner .theater-list .todofuken {
    width: 100%;
    padding-top: 5vw;
  }
  #theater #theater-inner .theater-list .name {
    width: 100%;
  }
  #theater #theater-inner .theater-list .date {
    width: 100%;
  }
  #theater #theater-inner .theater-list .seat {
    width: 100%;
  }
  #theater #theater-inner .theater-list .phone {
    width: 100%;
  }
  #theater #theater-inner .theater-list .mubi {
    width: 100%;
  }
  #theater #theater-inner .theater-list .mubi .txt {
    text-align: center;
  }
  #theater #theater-inner .theater-list .tokubetu {
    width: 100%;
  }
  #theater #theater-inner .theater-list .tokubetu .txt {
    margin-left: 20px;
  }
  #theater #theater-inner .theater-list .line {
    width: 100%;
    padding: 0;
    margin-bottom: 1vw;
  }
  #theater #theater-inner .theater-list .top {
    display: none;
  }
}
/* TRAILER
----------------------------------------------------- */
@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#trailer {
  text-align: center;
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}
.video iframe, .video > img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* YouTube埋め込み用のiframe */
.modal-video-body {
  background-color: black;
  width: 100%;
  max-width: 1800px;
}

#video_modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInModal 0.3s ease forwards;
}
#video_modal.hide {
  display: none !important;
  visibility: hidden !important;
}
#video_modal #mainMovie {
  position: relative;
  overflow: visible;
  width: min(92%, 960px);
  background-color: rgba(200, 57, 86, 0.95);
  border-radius: 8px;
  padding: 24px 20px 20px;
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  #video_modal #mainMovie {
    padding: 32px 28px 28px;
  }
}
#video_modal #close_btn {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
#video_modal #close_btn img {
  display: block;
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#video_modal #close_btn:hover {
  transform: scale(1.08);
  background-color: rgb(255, 255, 255) !important;
}
@media screen and (min-width: 769px) {
  #video_modal #close_btn {
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
  }
}
#video_modal iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9 !important;
  height: auto;
  border-radius: 4px;
}

.news-list {
  padding: 30px 0;
  margin-bottom: 80px;
}
.news-list .news-item {
  display: flex;
  width: 90%;
  max-width: 850px;
  margin: 0 auto 60px auto;
  gap: 20px;
}
.news-list .news-item .thumb {
  width: 30%;
  min-width: 300px;
  height: auto;
}
.news-list .news-item .thumb img {
  border: 2px solid #ed983b;
}
.news-list .news-item .news-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-list .news-item .news-info h2 {
  color: #ed983b;
  font-size: clamp(20px, 0.4166666667vw + 18.6666666667px, 24px);
}
.news-list .news-item .news-info p.description {
  font-size: 0.9em;
  opacity: 0.9;
  border-bottom: thin solid white;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news-list .news-item {
    flex-direction: column;
  }
  .news-list .news-item .thumb {
    width: 100%;
  }
}

.ex-section {
  overflow-x: hidden;
}

.ex-inner {
  width: min(92%, 900px);
  margin: 0 auto;
}

.ex-inner--wide {
  width: min(96%, 1100px);
  margin: 0 auto;
}

.ex-section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.ex-section-heading .ttl-en {
  display: block;
  font-family: "Petit Formal Script", cursive;
  font-size: clamp(38px, 3.1515151515vw + 26.1818181818px, 64px);
  color: #c83956;
  line-height: 1.1;
  margin-bottom: 6px;
}
.ex-section-heading .ttl-ja {
  display: block;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 13px;
  letter-spacing: 0.26em;
  color: #251e1c;
  opacity: 0.55;
}
.ex-section-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #c83956;
  margin: 14px auto 0;
}

.deco-art {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.deco-art img {
  display: block;
  width: 100%;
  height: auto;
}
.deco-art.on-dark {
  filter: invert(1);
  opacity: 0.15;
}
.deco-art.on-red {
  filter: invert(1);
  opacity: 0.2;
}
.deco-art.on-light {
  opacity: 0.1;
}

strong.txt-primary {
  color: #c83956;
  font-weight: 700;
}

strong.txt-secondary {
  color: #009cdd;
  font-weight: 700;
}

.js-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-reveal.delay-1 {
  transition-delay: 0.12s;
}
.js-reveal.delay-2 {
  transition-delay: 0.24s;
}
.js-reveal.delay-3 {
  transition-delay: 0.36s;
}
.js-reveal.delay-4 {
  transition-delay: 0.48s;
}

#ex-intro {
  background-color: #f5f2e9;
  padding: clamp(48px, 7vw, 80px) 0 clamp(56px, 8vw, 96px);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .intro-grid {
    grid-template-columns: 55fr 45fr;
    gap: 56px;
    align-items: start;
  }
}

.intro-photo {
  position: relative;
}
.intro-photo img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  display: block;
  border-radius: 16px;
}

.intro-label {
  display: inline-block;
  font-family: "Petit Formal Script", cursive;
  font-size: 13px;
  color: #c83956;
  border-bottom: 1px solid #c83956;
  padding-bottom: 2px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.intro-catch {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(18px, 2.9090909091vw + 7.0909090909px, 42px);
  font-weight: 700;
  line-height: 1.65;
  color: #251e1c;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 64px);
  letter-spacing: 0.06em;
}
.intro-catch em {
  font-style: normal;
  color: #c83956;
}

.intro-lead {
  font-size: clamp(13px, 0.2424242424vw + 12.0909090909px, 15px);
  line-height: 2.1;
  color: #251e1c;
  opacity: 0.85;
  margin-bottom: 28px;
  font-weight: 300;
}

.intro-body {
  font-size: clamp(13px, 0.2424242424vw + 12.0909090909px, 15px);
  line-height: 2.1;
  color: #251e1c;
  opacity: 0.85;
}
.intro-body p + p {
  margin-top: 1.2em;
}

#ex-story {
  background-color: #251e1c;
  padding: 0;
}

.story-visual {
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
  display: block;
}

.story-body-wrap {
  padding: 80px 0 100px;
}
.story-body-wrap .ex-section-heading .ttl-en {
  color: #c83956;
}
.story-body-wrap .ex-section-heading .ttl-ja {
  color: rgba(245, 242, 233, 0.4);
}
.story-body-wrap .ex-section-heading::after {
  background: #c83956;
}

.story-text {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(15px, 0.3636363636vw + 13.6363636364px, 18px);
  line-height: 2.2;
  color: rgba(245, 242, 233, 0.92);
  text-align: justify;
}

.story-sub-visual {
  width: min(88%, 680px);
  display: block;
  margin: 56px auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

#ex-gallery {
  background-color: #f5f2e9;
  padding: 100px 0 110px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 620px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

.gallery-item {
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: zoom-in;
  background-color: #ddd;
  border-radius: 8px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallery-item:hover img {
  transform: scale(1.06);
}

#ex-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(37, 30, 28, 0.92);
  justify-content: center;
  align-items: center;
}
#ex-lightbox.open {
  display: flex;
}
#ex-lightbox img {
  max-width: 92vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 12px;
}

#ex-lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  color: #f5f2e9;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
  padding: 0;
}
#ex-lightbox-close:hover {
  opacity: 1;
}

#ex-cast {
  background-color: #251e1c;
  padding: 100px 0 110px;
}
#ex-cast .ex-section-heading .ttl-en {
  color: #c83956;
}
#ex-cast .ex-section-heading .ttl-ja {
  color: rgba(245, 242, 233, 0.4);
}
#ex-cast .ex-section-heading::after {
  background: #c83956;
}

.cast-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.cast-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 720px) {
  .cast-item {
    grid-template-columns: 290px 1fr;
    gap: 60px;
  }
  .cast-item:nth-child(even) {
    grid-template-columns: 1fr 290px;
  }
  .cast-item:nth-child(even) .cast-photo {
    order: 2;
  }
  .cast-item:nth-child(even) .cast-info {
    order: 1;
  }
}

.cast-photo img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  border-radius: 16px;
}
@media (min-width: 720px) {
  .cast-photo img {
    height: 440px;
  }
}
.cast-photo[data-cast=erin] img {
  -o-object-position: 28% center;
     object-position: 28% center;
}
.cast-photo[data-cast=jessica] img {
  -o-object-position: 48% center;
     object-position: 48% center;
}
.cast-photo[data-cast=rita] img {
  -o-object-position: 33% top;
     object-position: 33% top;
}

.cast-role {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #009cdd;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 10px;
}

.cast-name-ja {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(22px, 1.4545454545vw + 16.5454545455px, 34px);
  line-height: 1.25;
  color: #f5f2e9;
  margin: 0 0 4px;
}

.cast-name-en {
  display: block;
  font-family: "Petit Formal Script", cursive;
  font-size: clamp(13px, 0.2424242424vw + 12.0909090909px, 15px);
  color: rgba(245, 242, 233, 0.5);
  margin-bottom: 22px;
}

.cast-rule {
  width: 36px;
  height: 2px;
  background: #c83956;
  margin-bottom: 22px;
}

.cast-profile {
  font-size: clamp(12px, 0.1212121212vw + 11.5454545455px, 13px);
  line-height: 2;
  color: rgba(245, 242, 233, 0.78);
}

#ex-staff {
  background-color: #f5f2e9;
  padding: 100px 0 110px;
}

.staff-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.staff-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 720px) {
  .staff-item {
    grid-template-columns: 290px 1fr;
    gap: 60px;
  }
}

.staff-photo img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  border-radius: 16px;
}

.staff-role {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #c83956;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 10px;
}

.staff-name-ja {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(22px, 1.4545454545vw + 16.5454545455px, 34px);
  line-height: 1.25;
  color: #251e1c;
  margin: 0 0 4px;
}

.staff-name-en {
  display: block;
  font-family: "Petit Formal Script", cursive;
  font-size: clamp(13px, 0.2424242424vw + 12.0909090909px, 15px);
  color: rgba(37, 30, 28, 0.4);
  margin-bottom: 22px;
}

.staff-rule {
  width: 36px;
  height: 2px;
  background: #c83956;
  margin-bottom: 22px;
}

.staff-profile {
  font-size: clamp(12px, 0.1212121212vw + 11.5454545455px, 13px);
  line-height: 2;
  color: #251e1c;
  opacity: 0.8;
}

#ex-awards {
  background-color: #c83956;
  padding: 100px 0 110px;
}
#ex-awards .ex-section-heading .ttl-en {
  color: #f5f2e9;
}
#ex-awards .ex-section-heading .ttl-ja {
  color: rgba(245, 242, 233, 0.55);
}
#ex-awards .ex-section-heading::after {
  background: rgba(245, 242, 233, 0.5);
}

.awards-list {
  max-width: 780px;
  margin: 0 auto;
}

.awards-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 242, 233, 0.22);
}
.awards-item:first-child {
  border-top: 1px solid rgba(245, 242, 233, 0.22);
}

.awards-festival {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(14px, 0.1212121212vw + 13.5454545455px, 15px);
  line-height: 1.5;
  color: #f5f2e9;
}
.awards-festival .awards-sub {
  display: block;
  font-size: 0.8em;
  opacity: 0.68;
  margin-top: 3px;
}

.awards-badge {
  font-size: 10px;
  letter-spacing: 0.08em;
  border: 1px solid rgba(245, 242, 233, 0.5);
  color: rgba(245, 242, 233, 0.85);
  padding: 3px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.awards-badge.is-win {
  background: #f5f2e9;
  color: #c83956;
  border-color: #f5f2e9;
  font-weight: bold;
}

a.bsky-btn {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  background-color: #000;
  clip-path: circle(50%);
  transition: opacity 0.3s ease;
}
a.bsky-btn:hover {
  opacity: 0.75;
}
a.bsky-btn svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.kv-sublead-widgets {
  width: 92%;
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.kv-sublead-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  margin-top: 16px;
}
@media (min-width: 520px) {
  .kv-sublead-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
    margin-top: 20px;
  }
}

.kv-sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 520px) {
  .kv-sns-list {
    flex-wrap: nowrap;
    gap: clamp(10px, 2vw, 16px);
  }
}
.kv-sns-list li {
  display: flex;
  align-items: center;
}
.kv-sns-list a.circle {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #251e1c;
  clip-path: circle(50%);
  font-size: 18px;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.kv-sns-list a.circle:hover {
  opacity: 0.7;
}
.kv-sns-list a.circle i {
  font-size: 18px;
  color: #f5f2e9;
  line-height: 1;
}
.kv-sns-list a.circle svg {
  width: 18px;
  height: 18px;
  fill: #f5f2e9;
  display: block;
}
.kv-sns-list a.circle svg path {
  fill: inherit;
}
.kv-sns-list a.filmarks {
  display: flex;
  align-items: center;
  height: 40px;
}
.kv-sns-list a.filmarks img {
  height: 22px;
  width: auto;
  display: block;
}
.kv-sns-list a.bsky-btn {
  background-color: #251e1c;
}

.kv-ost-link {
  display: flex;
  align-items: stretch;
  gap: 0;
  text-decoration: none;
  background-color: #251e1c;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.kv-ost-link:hover {
  opacity: 0.88;
}

.kv-ost-cover {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.kv-ost-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 520px) {
  .kv-ost-cover {
    width: 88px;
    height: 88px;
  }
}

.kv-ost-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 14px;
  border-left: 3px solid #c83956;
}

.kv-ost-label {
  display: block;
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(245, 242, 233, 0.5);
  text-transform: uppercase;
}

.kv-ost-title {
  display: block;
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: clamp(11px, 0.380952381vw + 9.5714285714px, 13px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f5f2e9;
  line-height: 1.3;
}

.kv-ost-sub {
  display: block;
  font-size: 9px;
  color: rgba(245, 242, 233, 0.45);
  letter-spacing: 0.06em;
}

.kv-ost-cta {
  display: block;
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #009cdd;
  margin-top: 4px;
}

.sp-theaters-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 16px 24px;
  background-color: #c83956;
  border-radius: 999px;
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #f5f2e9;
  transition: opacity 0.3s ease;
}
.sp-theaters-btn:hover {
  opacity: 0.82;
}
.sp-theaters-btn__icon, .sp-theaters-btn__sub, .sp-theaters-btn__arrow {
  display: none;
}
.sp-theaters-btn__text {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.sp-theaters-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #251e1c;
  color: #f5f2e9;
  border-radius: 8px;
  padding: 12px 18px;
  transition: opacity 0.3s ease;
}
.sp-theaters-banner:hover {
  opacity: 0.82;
}
.sp-theaters-banner__en {
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #f5f2e9;
  flex-shrink: 0;
}
.sp-theaters-banner__ja {
  font-size: 0.78rem;
  color: rgba(245, 242, 233, 0.72);
  letter-spacing: 0.06em;
  flex: 1;
}
.sp-theaters-banner__arrow {
  font-size: 1.1rem;
  color: #009cdd;
  flex-shrink: 0;
  margin-left: auto;
}

.kv-sublead-widgets #mvtk-widgets-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: clamp(6px, 1vw, 10px);
  overflow: hidden;
}
.kv-sublead-widgets #mvtk-widgets-container iframe,
.kv-sublead-widgets #mvtk-widgets-container table,
.kv-sublead-widgets #mvtk-widgets-container > * {
  max-width: 100% !important;
}

.ex-closing {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: clamp(320px, 55vw, 680px);
}
@media (min-width: 950px) {
  .ex-closing {
    height: clamp(400px, 50vw, 700px);
  }
}

.ex-closing__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  display: block;
}

.ex-closing__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(37, 30, 28, 0.08) 0%, rgba(37, 30, 28, 0.45) 100%);
}

.ex-closing__logo {
  position: absolute;
  bottom: clamp(28px, 6vw, 72px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: min(90%, 640px);
}
.ex-closing__logo .logo-jp {
  display: block;
  width: min(82%, 480px);
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 2px 16px rgba(255, 255, 255, 0.6));
}
.ex-closing__logo .logo-release {
  display: block;
  margin-top: 16px;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(11px, 1.4vw, 15px);
  color: rgba(245, 242, 233, 0.9);
  letter-spacing: 0.3em;
  text-shadow: 0 1px 8px rgba(37, 30, 28, 0.6);
  white-space: nowrap;
}

:root {
  --v-space: clamp(90pxpx, 8.9820359281pxvw + 0.1796407186pxpx, 120pxpx);
  --color-primary: #c83956;
  --color-second: #009cdd;
  --color-white: #ffffff;
  --color-black: #251e1c;
  --color-bg: #f5f2e9;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #f5f2e9;
  color: #251e1c;
  font-family: "Koburina", "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  position: relative;
}

p {
  line-height: 1.8;
}

a {
  color: #251e1c;
  text-decoration: none;
  transition: filter 0.3s ease;
}
a:hover {
  filter: brightness(90%) contrast(120%);
}
a.underline {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: from-font;
}

img {
  display: block;
  height: auto;
  width: auto;
}

.clickable {
  cursor: pointer;
}

span.s1 {
  margin: 0 -6px;
}

span.smaller {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}

span.smallest {
  font-size: 0.6em;
  position: relative;
  top: -5px;
}

.primary {
  color: #c83956;
}

.inyou {
  margin-top: 5px;
  font-size: 0.7em;
}
.inyou::before {
  content: "* ";
}

.en {
  font-family: "Petit Formal Script", cursive;
  margin: 0 5px;
}

.bar {
  opacity: 0;
  position: fixed;
  height: 100vh;
}
@media (min-width: 1280px) {
  .bar {
    width: 15vw;
    max-width: calc(50vw - 600px);
  }
}
.bar.left {
  top: 0;
  left: 0;
  background-position: right top;
}
.bar.right {
  top: 0;
  right: 0;
}

.layer_wrapper {
  display: grid;
}
.layer_wrapper > * {
  grid-area: 1/1;
  overflow: hidden;
}
.layer_wrapper .text_layer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 4.6875vw + -18px, 30px);
  width: 90%;
  max-width: 850px;
  z-index: 10;
}

.abs {
  position: absolute;
}

#mvtk-widgets-container {
  height: auto !important;
  margin: 32px auto 48px auto;
  text-align: center;
}
#mvtk-widgets-container > * {
  margin: 10px auto;
}

.flex-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 950px) {
  .flex-main {
    flex-direction: row;
  }
  .flex-main #top_credits {
    width: 50%;
  }
}

span.no-w {
  white-space: nowrap;
}

img {
  vertical-align: top;
}/*# sourceMappingURL=index.css.map */