<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

li {
  list-style: none;
}

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

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

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

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

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}

#trailer {
  position: relative;
  width: 100%;
  padding: 40px 0px 0px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 40px 0 20px;
  }
}
#trailer .section_inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    padding: 0 0px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main h2 {
  margin-bottom: 10px;
}
#trailer .section_inner .section_main .youtube_outer {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #136077;
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  color: #d1d1d1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trailer_tab li {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trailer_tab li:nth-of-type(3), .trailer_tab li:nth-of-type(4), .trailer_tab li:nth-of-type(5), .trailer_tab li:nth-of-type(6) {
    width: 100%;
  }
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border: solid 1px #136077;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  color: #fff;
  background-color: #136077;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

nav {
  font-family: "Teko", sans-serif;
  transition: 1s;
}
nav.active {
  opacity: 1;
}
nav .gnav {
  box-shadow: 0pc 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(36, 81, 86, 0.9);
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  align-items: center;
  font-size: 1.4em;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  nav .gnav {
    justify-content: center;
    font-size: 1.7em;
    left: 100%;
    transition: 0.5s;
    height: 100%;
    flex-direction: column;
    padding: 0;
  }
  nav .gnav.show {
    left: 0;
  }
}
nav .gnav li a {
  cursor: pointer;
  color: #B1EDF3;
  height: 50px;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
nav .gnav li a:hover {
  opacity: 0.5;
}
nav .gnav li.menu_sns {
  padding: 0 0.5em;
  display: flex;
  margin-bottom: 0.2em;
}
nav .gnav li.menu_sns a {
  padding: 0;
}
nav .gnav li.menu_sns img {
  width: 0.8em;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  nav .gnav li.menu_sns img {
    width: 1.25em;
  }
}

.nav_btn {
  display: none;
  z-index: 1001;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    letter-spacing: 0.1em;
    background-color: rgba(36, 81, 86, 0.9);
    box-shadow: 0pc 3px 5px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 10px;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: 1s;
    right: -50px;
    display: flex;
    text-transform: uppercase;
  }
  .nav_btn.active {
    opacity: 1;
    right: 10px;
  }
  .nav_btn .menu_text {
    color: #B1EDF3;
    margin-top: 2px;
  }
  .nav_btn .menu_text::after {
    content: "menu";
    font-size: 1.3rem;
  }
  .nav_btn .gnav_btn_inner {
    height: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0 4px;
  }
  .nav_btn .gnav_btn_inner .menu_arrow, .nav_btn .gnav_btn_inner .menu_arrow2 {
    width: 30px;
    height: 2px;
    background-color: #B1EDF3;
    transition: 0.5s;
  }
}
.nav_btn.show .menu_text:after {
  content: "close";
}
.nav_btn.show .gnav_btn_inner .menu_arrow {
  transform: rotate(32deg) translate(2px, 3px);
}
.nav_btn.show .gnav_btn_inner .menu_arrow2 {
  transform: rotate(-32deg) translate(3px, -7px);
}

.to_top {
  z-index: 99;
  width: 50px;
  margin: 0 auto;
  transition: 0.2s;
  position: fixed;
  bottom: 10px;
  right: -50px;
  width: 50px;
  background-color: rgba(36, 81, 86, 0.9);
  opacity: 0;
  transition: 1s;
  box-shadow: 0pc 3px 5px rgba(0, 0, 0, 0.2);
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  right: 10px;
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
  transform: translateY(0px);
}
.fadeIn.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.blurUp {
  opacity: 0;
  transition: 1.5s;
  filter: blur(10px);
  transform: scale(1.1);
}
.blurUp.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

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

.scaleDown {
  opacity: 0;
  transition: 1s;
  transform: scale(1.2);
}
.scaleDown.is-inview {
  transform: scale(1);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.fadeInDown {
  opacity: 0;
  transition: 1s;
  transform: translateY(-10px);
}
.fadeInDown.is-inview {
  transform: translateY(0);
  opacity: 1;
}

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

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

.slideInLeft {
  overflow-x: hidden;
}
.slideInLeft img {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-20px);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.slideInLeft.is-inview img {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translateX(0);
}

.slideInRight {
  overflow-x: hidden;
}
.slideInRight img {
  transition: 0.5s;
  opacity: 0;
  transform: translateX(20px);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.slideInRight.is-inview img {
  height: inherit;
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translateX(0);
}

*:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #D6D6D6;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #000;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.fixed_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: -2;
  position: fixed;
  background-image: url(img/bg2.jpg);
  background-size: cover;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.ad {
  width: unset;
  height: unset;
  vertical-align: unset;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.loading .loader,
.loading .loader:before,
.loading .loader:after {
  background: #002935;
  animation: load1 2s infinite ease-in-out;
  width: 0.5em;
  height: 5em;
}
.loading .loader {
  color: #333;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loading .loader:before,
.loading .loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loading .loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.loading .loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

/*
NAV-----------------------
*/
/*
MAIN TOP------------------
*/
@keyframes main_flash {
  0% {
    transform: none;
  }
  36% {
    transform: none;
  }
  36.2% {
    transform: skewX(2deg) translateY(1px);
  }
  36.4% {
    transform: skewX(-2deg) translateY(0px);
  }
  36.6% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.2% {
    transform: scaleY(1.1);
  }
  66.4% {
    transform: scaleY(1);
  }
  66.6% {
    transform: none;
  }
  76% {
    transform: none;
  }
  76.2% {
    transform: translateY(3px);
  }
  76.4% {
    transform: translateY(1px);
  }
  76.6% {
    transform: none;
  }
  97% {
    transform: none;
  }
  97.2% {
    transform: skewX(1deg) translateY(-3px);
  }
  97.4% {
    transform: skewX(-1deg) translateY(0px);
  }
  97.6% {
    transform: none;
  }
}
#top {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 47vw;
  overflow: hidden;
  background-color: #001A1E;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
    height: 205vw;
  }
}
#top .main .vid_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  opacity: 0.2;
  pointer-events: none;
}
#top .main .main_img {
  position: absolute;
  width: 50%;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #top .main .main_img {
    width: 107%;
    top: 0%;
    left: -3.5%;
  }
}
#top .main .copy_yoko {
  position: absolute;
  width: 44%;
  left: 3%;
  top: 3%;
}
@media screen and (max-width: 768px) {
  #top .main .copy_yoko {
    width: 93.39%;
    top: 1.79%;
    left: 3.2%;
  }
}
#top .main .copy_tate {
  position: absolute;
  width: 7.41%;
  top: 53%;
  left: 1.93%;
  filter: drop-shadow(0px 0px 5px #062d3f);
}
@media screen and (max-width: 768px) {
  #top .main .copy_tate {
    width: 20.79%;
    top: 25.17%;
    left: 1.53%;
  }
}
#top .main .casts {
  position: absolute;
  width: 25.41%;
  top: 19.01%;
  left: 62.29%;
}
@media screen and (max-width: 768px) {
  #top .main .casts {
    width: 83.14%;
    top: 82%;
    left: 8.53%;
  }
}
#top .main .title {
  position: absolute;
  width: 28.4%;
  top: 30.32%;
  left: 60.78%;
  transition: 2s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #top .main .title {
    width: 69.07%;
    top: 51.46%;
    left: 15.46%;
  }
}
#top .main .title.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .main .release {
  position: absolute;
  width: 12.17%;
  top: 76.7%;
  left: 68.81%;
}
@media screen and (max-width: 768px) {
  #top .main .release {
    width: 46.71%;
    top: 75.1%;
    left: 26.65%;
  }
}
#top .main .billing {
  position: absolute;
  width: 44.42%;
  top: 87.06%;
  left: 52.81%;
}
@media screen and (max-width: 768px) {
  #top .main .billing {
    width: 93.07%;
    top: 84.74%;
    left: 3.47%;
  }
}

#info {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 20px 60px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 30px;
  }
}
#info .btn_cau {
  cursor: pointer;
  max-width: 260px;
  margin: 0 auto 20px;
  transition: 0.5s;
}
#info .btn_cau:hover {
  background-color: #2b0000;
}
#info .menu_btns {
  max-width: 500px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .menu_btns {
    margin-bottom: 20px;
  }
}
#info .menu_btns div {
  cursor: pointer;
  width: calc(50% - 20px);
  margin: 0 auto 10px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #info .menu_btns div {
    width: 90%;
    max-width: 210px;
    margin: 0 auto 20px;
  }
}
#info .menu_btns div:hover {
  background-color: #001d24;
}
#info .bnrs {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
#info .bnrs a {
  max-width: 280px;
  width: 90%;
  margin: 0 10px 10px;
  display: block;
  transition: 0.5s;
}
#info .bnrs a.border {
  border: solid 1px #CCC;
}
#info .bnrs a:hover {
  opacity: 0.5;
}
#info .mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}
#info .share_btn {
  opacity: 0.8;
}
#info .copyright {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin: 0 auto 40px;
  color: #136077;
}

.text_body {
  text-align: justify;
}
.text_body p {
  line-height: 2;
  margin-bottom: 0.8em;
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

section .section_inner .section_main {
  padding: 80px 40px 120px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    padding: 60px 20px 80px;
    max-width: 500px;
  }
}
#intro .section_inner .section_header {
  position: relative;
  width: 100%;
  height: 36.45vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header {
    height: 91.2vw;
  }
}
#intro .section_inner .section_header div {
  position: absolute;
  top: 6%;
  left: 2.4%;
  width: 37.65%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header div {
    width: 54.74%;
    top: 58%;
    left: 39%;
  }
}
#intro .section_inner .section_header div:nth-of-type(2) {
  width: 54.74%;
  top: 6%;
  left: 42.14%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header div:nth-of-type(2) {
    width: 68.53%;
    top: 6%;
    left: 7%;
  }
}
#intro .section_inner .section_main {
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 60px 20px;
  }
}
#intro .section_inner .section_main h2 {
  color: #B1EDF3;
}
#intro .section_footer {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #intro .section_footer {
    height: 150vw;
  }
}
#intro .section_footer div {
  position: absolute;
  top: 4%;
  left: 2.4%;
  width: 46.45%;
}
@media screen and (max-width: 768px) {
  #intro .section_footer div {
    width: 79.47%;
    top: 0%;
    left: 7%;
  }
}
#intro .section_footer div:nth-of-type(2) {
  width: 27.29%;
  top: 63%;
  left: 21.56%;
}
@media screen and (max-width: 768px) {
  #intro .section_footer div:nth-of-type(2) {
    width: 61.6%;
    top: 72%;
    left: 7%;
  }
}
#intro .section_footer div:nth-of-type(3) {
  width: 46.45%;
  top: 24%;
  left: 51.2%;
}
@media screen and (max-width: 768px) {
  #intro .section_footer div:nth-of-type(3) {
    width: 79.47%;
    top: 36%;
    left: 15%;
  }
}

#story {
  background-image: url(img/bg1.jpg);
  background-size: cover;
}
#story .section_inner .section_main h2 {
  color: #000;
}
#story .section_inner .section_main .section_body .text_body {
  color: #000;
}

#cast {
  background-color: #000;
  position: relative;
}
#cast .section_bg {
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
#cast .section_bg img {
  width: 100%;
  max-height: 123vw;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 0%;
     object-position: 30% 0%;
}
#cast .section_inner {
  position: relative;
  margin-top: -20vh;
}
@media screen and (max-width: 768px) {
  #cast .section_inner {
    margin-top: -10vh;
  }
}
#cast .section_inner .section_main h2 {
  color: #B1EDF3;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item {
  background-color: rgba(13, 44, 54, 0.6);
  border: solid 1px rgba(176, 236, 242, 0.2);
  padding: 40px 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item {
    flex-direction: column;
    padding: 40px 20px;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item:last-of-type {
  margin-bottom: 0;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item .cast_img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts {
  width: 71%;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts {
    width: 100%;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_role {
  border-bottom: solid 1px rgba(176, 236, 242, 0.2);
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_role .chara_sub {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2E90A0;
  margin-bottom: 0.5em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_role .role_name {
  color: #B1EDF3;
  font-size: 1.5em;
  font-weight: 800;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_role .text_body {
  margin-top: 0.3em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_actor .act_sub {
  color: #2E90A0;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_actor .act_name {
  color: #B1EDF3;
  font-size: 2em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_actor .act_name {
    font-size: 1.7em;
  }
}
#cast .section_inner .section_main .section_body .cast_items .cast_item .cast_texts .cast_actor .text_body {
  margin-top: 0.8em;
}

footer .footer {
  padding: 80px 50px;
  background-color: rgba(12, 44, 54, 0.5);
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px;
  }
}
footer .footer .title_footer {
  width: 70%;
  max-width: 390px;
  margin: 0 auto 30px;
}
footer .footer .release_footer {
  width: 40%;
  max-width: 220px;
  margin: 0 auto;
}

@keyframes windowon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.window {
  opacity: 0;
  transition: 0.5s;
  display: none;
  position: fixed;
  z-index: 2000;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.window.on {
  top: 0;
  display: flex;
  animation: windowon 0.5s;
  opacity: 1;
}
.window .window_bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.window .window_inner {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 80px;
  color: #333;
  line-height: 1.8;
  position: relative;
  padding: 80px 40px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .window .window_inner {
    padding: 60px 20px 80px;
    margin-bottom: 40px;
    max-width: 500px;
  }
}
.window .window_inner .window_item .cau_title {
  font-weight: 800;
  text-align: center;
  margin-bottom: 2em;
}
.window .window_inner .window_item .text_body {
  text-align: center;
}
.window .close_btn_window {
  cursor: pointer;
  border: solid 1px #000;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.window .close_btn_window span {
  position: absolute;
  top: 18px;
  left: -1px;
  width: 40px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition: 0.5s;
}
.window .close_btn_window span:last-of-type {
  transform: rotate(-45deg);
}
.window .close_btn_window:hover span {
  transform: rotate(35deg);
}
.window .close_btn_window:hover span:last-of-type {
  transform: rotate(-35deg);
}
.window .close_text_window {
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-size: 1em;
  color: #333;
  text-transform: uppercase;
}
.window .close_text_window:hover {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */</pre></body></html>