@charset "UTF-8";
/*! ress.css • v1.2.2 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #d01027;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.22em;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.off {
  overflow: hidden;
}

.show-pc {
  display: block !important;
}

.show-sp {
  display: none !important;
}

.js-inview {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s;
}
.js-inview.is__active {
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  html {
    height: 100%;
  }
  .show-pc {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
  a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d01027;
  z-index: 1000;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.cover.hide {
  opacity: 0;
  pointer-events: none;
}
.cover .loader-position {
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.cover .loader {
  position: relative;
  width: 40px;
  height: 40px;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  border-right: solid 2px rgba(255, 255, 255, 0.2);
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  border-left: solid 2px #fff;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load 1s infinite linear;
          animation: load 1s infinite linear;
}
.cover .loader::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.menu {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.menu-trigger {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #d01027;
  border-radius: 100%;
  overflow: hidden;
}
.menu-icon {
  position: relative;
  margin: 24px 18px;
  width: 34px;
  height: 22px;
}
.menu-icon::before, .menu-icon::after {
  content: "";
}
.menu-icon::before, .menu-icon::after, .menu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-icon::before {
  top: 10px;
  left: 0;
  -webkit-transform: rotate(45deg) scaleX(0);
          transform: rotate(45deg) scaleX(0);
}
.menu-icon::after {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-45deg) scaleX(0);
          transform: rotate(-45deg) scaleX(0);
}
.menu-icon span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-icon span:nth-of-type(2) {
  top: 10px;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-icon span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-icon.is__active::before {
  -webkit-transform: rotate(45deg) scaleX(1);
          transform: rotate(45deg) scaleX(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-icon.is__active::after {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-icon.is__active span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 1023px) {
  .menu {
    top: 15px;
    right: 15px;
  }
  .menu-trigger {
    width: 58px;
    height: 58px;
  }
  .menu-icon {
    margin: 20px 16px;
    width: 26px;
    height: 18px;
  }
  .menu-icon::before {
    top: 8px;
  }
  .menu-icon::after {
    top: 8px;
  }
  .menu-icon span:nth-of-type(2) {
    top: 8px;
  }
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 90;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.drawer-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-transition: background 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
.drawer-menu.is__active .drawer-menu-background {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.drawer-menu.is__active {
  visibility: visible;
}
.drawer-menu nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 91;
}
.drawer-menu-link {
  width: 100%;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-menu-link li:not(:last-child) {
  margin: 0 0 30px;
}
.drawer-menu-link .snslink {
  margin: 0 auto;
  text-align: center;
}
.drawer-menu-link a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu-link a:hover {
    color: #d01027;
  }
}
@media (hover: none) {
  .drawer-menu-link a:active {
    color: #d01027;
  }
}
.drawer-menu-link a.link-x {
  display: inline-block;
  margin: 0 15px;
  padding: 15px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu-link a.link-x:hover {
    background-color: #d01027;
  }
}
@media (hover: none) {
  .drawer-menu-link a.link-x:active {
    background-color: #d01027;
  }
}
.drawer-menu-link a.link-note {
  display: inline-block;
  margin: 0 15px;
  padding: 18px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-menu-link a.link-note:hover {
    background-color: #d01027;
  }
}
@media (hover: none) {
  .drawer-menu-link a.link-note:active {
    background-color: #d01027;
  }
}
.drawer-menu.is__active .drawer-menu-link {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .drawer-menu-link {
    font-size: 22px;
  }
  .drawer-menu-link li:not(:last-child) {
    margin: 0 0 15px;
  }
  .drawer-menu-link a.link-x {
    margin: 0 10px;
    padding: 13px;
    width: 50px;
    height: 50px;
  }
  .drawer-menu-link a.link-note {
    margin: 0 12px;
    padding: 15px;
    width: 50px;
    height: 50px;
  }
}

.main {
  position: relative;
}
.main-image img {
  width: 100%;
  min-width: 1100px;
}
.main-title {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50vw;
  height: 100%;
}
.main-title h1 {
  margin: 0 0 40px;
  width: 51%;
}
.main-title .eirin {
  margin: 0 0 20px;
  width: 45%;
}
.main-title .releasedate {
  margin: 0 0 20px;
  padding: 10px 20px;
  width: 81%;
  border: solid 3px #fff;
}
.main-title .snslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-title .link-x a {
  display: inline-block;
  margin: 0 15px;
  padding: 13px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .main-title .link-x a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .main-title .link-x a:active {
    opacity: 0.7;
  }
}
.main-title .link-note a {
  display: inline-block;
  margin: 0 15px;
  padding: 15px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .main-title .link-note a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .main-title .link-note a:active {
    opacity: 0.7;
  }
}
.main-text {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.main-text p {
  width: 17vw;
}
@media only screen and (max-width: 1023px) {
  .main {
    background-color: #000;
  }
  .main-image img {
    min-width: inherit;
  }
  .main-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -67% 0 0;
    padding: 0 0 15px;
    width: 100%;
  }
  .main-title h1 {
    margin: 0 0 30px;
    width: 61%;
  }
  .main-title .eirin {
    margin: 0 0 10px;
    width: 59%;
  }
  .main-title .releasedate {
    margin: 0 0 15px;
    padding: 10px 30px;
    width: calc(100% - 30px);
    max-width: 700px;
    text-align: center;
    border: solid 2px #fff;
  }
  .main-title .link-x a {
    margin: 0 10px;
    padding: 11px;
    width: 40px;
    height: 40px;
  }
  .main-title .link-note a {
    margin: 0 10px;
    padding: 12px;
    width: 40px;
    height: 40px;
  }
  .main-text {
    position: absolute;
    top: 10px;
    bottom: inherit;
    left: 10px;
  }
  .main-text p {
    width: 33vw;
  }
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
  width: 1080px;
}
.data-director {
  margin: 0 0 20px;
  width: 327px;
}
.data-crown {
  margin: 0 0 20px;
  width: 500px;
}
.data-cast1 {
  margin: 0 0 15px;
  width: 888px;
}
.data-cast2 {
  margin: 0 0 20px;
  width: 694px;
}
.data-staff {
  margin: 0 0 20px;
  width: 884px;
}
.data-movie {
  width: 616px;
}
@media only screen and (max-width: 1023px) {
  .data {
    margin: 30px auto;
    width: 100%;
  }
  .data-director {
    margin: 0 0 15px;
    width: clamp(240px, 64vw, 480px);
  }
  .data-crown {
    margin: 0 0 15px;
    width: clamp(315px, 84vw, 630px);
  }
  .data-cast1 {
    margin: 0 0 10px;
    width: clamp(342px, 91vw, 684px);
  }
  .data-cast2 {
    margin: 0 0 15px;
    width: clamp(314px, 83.5vw, 628px);
  }
  .data-staff {
    margin: 0 0 15px;
    width: clamp(356px, 94vw, 712px);
  }
  .data-movie {
    width: clamp(262px, 70vw, 524px);
  }
}

.trailer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
  padding: 50px 0 80px;
  width: 1080px;
  background-color: #b10D20;
}
.trailer h2 {
  margin: 0 0 40px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
}
.trailer-text1 {
  margin: 0 0 40px;
  width: 784px;
}
.trailer-text2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.trailer-text2 span {
  background-color: #000;
}
.trailer-video {
  position: relative;
  width: 800px;
  aspect-ratio: 16/9;
}
.trailer-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .trailer {
    margin: 0 15px 30px;
    padding: 30px 0 30px;
    width: calc(100% - 30px);
  }
  .trailer h2 {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .trailer-text1 {
    margin: 0 0 20px;
    width: 318px;
  }
  .trailer-text2 {
    margin: 0 0 15px;
    font-size: 17px;
  }
  .trailer-video {
    width: calc(100% - 30px);
    max-width: 800px;
  }
}

.introduction {
  background-color: #fff;
}
.introduction-image {
  width: 100%;
  background-image: url("../images/image01.png");
  background-size: cover;
  aspect-ratio: 64/25;
}
.introduction h2 {
  margin: 80px 0 50px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
}
.introduction-content {
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px 210px;
  width: 1080px;
}
.introduction-content h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.introduction-content h4 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 900;
  color: #000;
}
.introduction-content p {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.9;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .introduction-image {
    aspect-ratio: 2/1;
  }
  .introduction h2 {
    margin: 50px 0 30px;
    font-size: 24px;
  }
  .introduction-content {
    padding: 0 15px 30px;
    width: 100%;
  }
  .introduction-content h3 {
    position: static;
    margin: 0 20px 20px 0;
    width: clamp(70px, 18vw, 120px);
    float: left;
  }
  .introduction-content h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.8;
  }
  .introduction-content p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.endorsement {
  padding: 80px 0 0;
}
.endorsement h2 {
  margin: 0 0 60px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
}
.endorsement-content {
  position: relative;
  margin: 0 auto 70px;
  padding: 0 0 30px;
  width: 1080px;
}
.endorsement-content-comment {
  position: relative;
  padding: 40px 40px 30px;
  width: 93%;
  background-color: #b10D20;
}
.endorsement-content-comment h3 {
  position: absolute;
  top: -17px;
  left: 30px;
  padding: 5px 10px;
  background-color: #000;
  font-size: 24px;
  font-weight: 900;
}
.endorsement-content-comment h3 span {
  font-size: 18px;
}
.endorsement-content-comment p {
  font-size: 20px;
  line-height: 1.8;
}
.endorsement-content-comment p.big {
  font-size: 24px;
  font-weight: 900;
}
.endorsement-content:nth-child(odd) .endorsement-content-comment {
  margin-left: auto;
}
.endorsement-content:nth-child(odd) .endorsement-content-comment h3 {
  left: inherit;
  right: 30px;
}
.endorsement-content:not(:last-child) {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1023px) {
  .endorsement {
    padding: 50px 0 0;
  }
  .endorsement h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .endorsement-content {
    padding: 20px 15px 10px;
    margin: 0 auto 40px;
    width: 100%;
  }
  .endorsement-content-comment {
    position: relative;
    padding: 20px 15px 15px;
  }
  .endorsement-content-comment h3 {
    top: -17px;
    left: 15px;
    padding: 5px 8px;
    font-size: 20px;
  }
  .endorsement-content-comment h3 span {
    font-size: 12px;
  }
  .endorsement-content-comment p {
    font-size: 18px;
  }
  .endorsement-content-comment p.big {
    font-size: 20px;
  }
  .endorsement-content:nth-child(odd) .endorsement-content-comment h3 {
    right: 15px;
  }
  .endorsement-content:not(:last-child) {
    margin: 0 0 10px;
  }
}

.story-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.story-images div {
  width: 50%;
  aspect-ratio: 32/13;
  background-size: cover;
  background-position: center;
}
.story-image1 {
  background-image: url("../images/image02.png");
}
.story-image2 {
  background-image: url("../images/image03.png");
}
.story-image3 {
  background-image: url("../images/image04.png");
}
.story-image4 {
  background-image: url("../images/image05.png");
}
.story-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 120px;
  background-image: url("../images/story_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-color: #142530;
}
.story-content h2 {
  margin: 0 0 50px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
}
.story-content h3 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 900;
  text-align: center;
}
.story-content p {
  width: 700px;
  font-size: 18px;
  line-height: 1.9;
}
@media only screen and (max-width: 1023px) {
  .story-images div {
    aspect-ratio: 3/2;
  }
  .story-content {
    padding: 50px 0;
    background-image: url("../images/story_bg_sp.png");
    background-size: contain;
    background-position: top;
  }
  .story-content h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .story-content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.6;
  }
  .story-content p {
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 1.8;
  }
}

.col {
  margin: 0 auto;
  padding: 80px 0 0;
  width: 1080px;
}
.col h2 {
  margin: 0 0 60px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
}
.col-casts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 90px;
  list-style: none;
}
.col-casts li {
  width: calc(33.3% - 60px);
  text-align: center;
}
.col-casts .cast-link {
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}
.col-casts .cast-link-image {
  position: relative;
}
.col-casts .cast-link-image::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("../images/plus.png");
  background-size: 15px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 35px;
  height: 35px;
  border: solid 1px #fff;
  z-index: 5;
}
.col-casts .cast-link-image .frame {
  display: block;
  overflow: hidden;
}
.col-casts .cast-link img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .col-casts .cast-link:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
@media (hover: none) {
  .col-casts .cast-link:active img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}
.col-casts .cast-link-name {
  position: absolute;
  top: 10px;
  left: -12px;
  padding: 8px 5px;
  background-color: #000;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.col-casts .cast-link-texts {
  min-height: 100px;
}
.col-casts .cast-link-text1 {
  margin: 15px 0 0;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.col-casts .cast-link-text2 {
  margin: 10px 0 0;
  font-size: 14px;
}
.col-casts .cast-link-text3 {
  margin: 15px 0 0;
  font-size: 16px;
}
.col-director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.col-director .director-image {
  position: relative;
  width: 340px;
}
.col-director .cast-name {
  position: absolute;
  top: 10px;
  left: -12px;
  padding: 8px 5px;
  background-color: #000;
  font-size: 18px;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.col-director .director-texts {
  padding: 0 0 0 60px;
  width: calc(100% - 340px);
}
.col-director .director-text1 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 900;
}
.col-director .director-text2 {
  margin: 0 0 25px;
  font-size: 32px;
  letter-spacing: 0.2em;
  font-weight: 900;
}
.col-director .director-text2 span {
  font-size: 16px;
  letter-spacing: 0.14em;
}
.col-director .director-text3 {
  font-size: 18px;
  line-height: 1.9;
}
.col-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 60px;
  padding: 50px 0 90px;
}
.col-staff .staff-texts {
  width: calc(50% - 30px);
}
.col-staff .staff-text1 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 900;
}
.col-staff .staff-text2 {
  margin: 0 0 25px;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 900;
}
.col-staff .staff-text3 {
  font-size: 18px;
  line-height: 1.9;
}
.col-staff .staff-text3 img {
  width: 100%;
  max-width: 467px;
}
.col-image {
  width: 100%;
  background-image: url("../images/image06.png");
  background-size: cover;
  aspect-ratio: 64/25;
}
@media only screen and (max-width: 1023px) {
  .col {
    margin: 0 15px;
    padding: 50px 0 0;
    width: calc(100% - 30px);
  }
  .col h2 {
    margin: 0 0 30px;
    font-size: 24px;
    letter-spacing: 0.17em;
  }
  .col-casts {
    gap: 10px 12px;
  }
  .col-casts li {
    width: calc(50% - 6px);
  }
  .col-casts .cast-link-image::before {
    bottom: 8px;
    right: 8px;
    background-size: 11px;
    width: 21px;
    height: 21px;
  }
  .col-casts .cast-link-name {
    left: -8px;
    padding: 5px 3px;
    font-size: 13px;
  }
  .col-casts .cast-link-texts {
    min-height: 65px;
  }
  .col-casts .cast-link-text1 {
    margin: 10px 0 0;
    font-size: 20px;
  }
  .col-casts .cast-link-text2 {
    margin: 6px 0 0;
    font-size: 11px;
  }
  .col-casts .cast-link-text3 {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .col-director {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .col-director .director-image {
    width: clamp(220px, 58vw, 340px);
  }
  .col-director .cast-name {
    left: -8px;
    padding: 5px 3px;
    font-size: 13px;
  }
  .col-director .director-texts {
    padding: 15px 0 0;
    width: 100%;
  }
  .col-director .director-text1 {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: center;
  }
  .col-director .director-text2 {
    margin: 0 0 10px;
    font-size: 24px;
    text-align: center;
  }
  .col-director .director-text2 span {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    letter-spacing: 0.14em;
  }
  .col-director .director-text3 {
    font-size: 16px;
  }
  .col-staff {
    gap: 30px 0;
    padding: 30px 0 40px;
  }
  .col-staff .staff-texts {
    width: 100%;
  }
  .col-staff .staff-text1 {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .col-staff .staff-text2 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .col-staff .staff-text3 {
    font-size: 16px;
  }
  .col-staff .staff-text3 img {
    max-width: 467px;
  }
  .col-image {
    aspect-ratio: 2/1;
  }
}

.flyer {
  padding: 80px 0 90px;
  background-color: #fff;
}
.flyer h2 {
  margin: 0 0 50px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
}
.flyer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1080px;
}
.flyer-content-link {
  width: 50%;
  text-align: center;
}
.flyer-content-link a {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}
.flyer-content-link a img {
  width: 330px;
  -webkit-transition: -webkit-transform 0.3s ease-Out, -webkit-box-shadow 0.3s ease-Out;
  transition: -webkit-transform 0.3s ease-Out, -webkit-box-shadow 0.3s ease-Out;
  transition: transform 0.3s ease-Out, box-shadow 0.3s ease-Out;
  transition: transform 0.3s ease-Out, box-shadow 0.3s ease-Out, -webkit-transform 0.3s ease-Out, -webkit-box-shadow 0.3s ease-Out;
}
.flyer-content-link a span {
  display: block;
  margin: 20px 0 0;
}
@media (hover: hover) and (pointer: fine) {
  .flyer-content-link a:hover img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .flyer-content-link a:active img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1023px) {
  .flyer {
    padding: 50px 0 60px;
  }
  .flyer h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .flyer-content {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .flyer-content-link a {
    font-size: 14px;
  }
  .flyer-content-link a img {
    width: clamp(160px, 42vw, 320px);
  }
  .flyer-content-link a span {
    margin: 10px 0 0;
  }
}

.theatre {
  padding: 80px 0 90px;
  background-color: #ddd;
}
.theatre h2 {
  margin: 0 0 50px;
  padding: 0 0 0 0.2em;
  font-family: libre-caslon-text, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
}
.theatre-content {
  margin: 0 auto;
  width: 1080px;
}
.theatre-content-text {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
.theatre-content-text a {
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .theatre-content-text a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .theatre-content-text a:active {
    opacity: 0.5;
  }
}
.theatre-content-table {
  width: 100%;
  color: #000;
  border-spacing: 0;
  border-top: solid 1px #000;
}
.theatre-content-table th {
  padding: 10px;
  width: 9rem;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #000;
}
.theatre-content-table td {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: solid 1px #000;
}
.theatre-content-table td.infolink {
  color: #888;
  text-align: right;
  white-space: nowrap;
}
.theatre-content-table td.infolink a {
  position: relative;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.theatre-content-table td.infolink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  height: 0;
  margin: -6px 0 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000;
}
@media (hover: hover) and (pointer: fine) {
  .theatre-content-table td.infolink a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .theatre-content-table td.infolink a:active {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1023px) {
  .theatre {
    padding: 50px 0 60px;
  }
  .theatre h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .theatre-content {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .theatre-content-text {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .theatre-content-table th {
    padding: 6px 0;
    width: 6rem;
    font-size: 14px;
  }
  .theatre-content-table td {
    padding: 6px 16px 6px 0;
    font-size: 14px;
  }
  .theatre-content-table td.infolink a::after {
    right: -10px;
    margin: -4px 0 0;
    border-width: 4px 0 4px 6px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 150px;
  background-image: url("../images/footer_bg.png");
  background-size: contain;
  background-position: center bottom;
  background-color: #000;
}
footer h3 {
  margin: 0 0 30px;
  width: 280px;
}
footer .footer-releasedate {
  margin: 0 0 30px;
  padding: 10px 30px;
  width: 700px;
  border: solid 3px #fff;
}
footer .footer-director {
  margin: 0 0 15px;
  width: 240px;
}
footer .footer-cast1 {
  margin: 0 0 15px;
  width: 592px;
}
footer .footer-cast2 {
  margin: 0 0 15px;
  width: 462px;
}
footer .footer-staff {
  margin: 0 0 15px;
  width: 664px;
}
footer .footer-movie {
  margin: 0 0 20px;
  width: 504px;
}
footer .footer-design {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  footer {
    padding: 40px 0 80px;
  }
  footer h3 {
    margin: 0 0 20px;
    width: 180px;
  }
  footer .footer-releasedate {
    margin: 0 0 20px;
    padding: 10px 20px;
    width: calc(100% - 30px);
    max-width: 360px;
    border: solid 2px #fff;
  }
  footer .footer-director {
    width: 196px;
  }
  footer .footer-cast1 {
    margin: 0 0 10px;
    width: 310px;
  }
  footer .footer-cast2 {
    width: 226px;
  }
  footer .footer-staff {
    width: 308px;
  }
  footer .footer-movie {
    margin: 0 0 15px;
    width: 298px;
  }
  footer .footer-design {
    font-size: 10px;
  }
}