@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;
  font-weight: normal;
}

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%;
}

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

div {
  min-height: 0%;
}

span.and {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  span.text-pc {
    display: none;
  }
}
span.text-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  span.text-sp {
    display: inherit;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.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;
  }
}

.font-small {
  font-size: 0.8em;
}

.font-regular {
  font-size: 1em;
}

.font-big {
  font-size: 1.5em;
}

.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 > span {
  vertical-align: baseline !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgb(61, 9, 9);
  opacity: 0.5;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 0px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  top: -60px;
  right: 0px;
  z-index: 10000;
  transition: 0.4s;
  position: absolute;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    width: 50px;
    height: 50px;
    top: 100%;
    right: calc(50% - 25px);
  }
}
#cboxClose::after, #cboxClose::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  transform: rotate(45deg);
  background-color: #fff;
  top: 30px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #cboxClose::after, #cboxClose::before {
    width: 50px;
    top: 25px;
  }
}
#cboxClose::before {
  transform: rotate(-45deg);
}

#cboxClose:hover {
  opacity: 0.5;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  left: 0px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  left: 24px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#trailer {
  z-index: inherit;
  position: relative;
  width: 100%;
}
#trailer .trailer_inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 20px 120px;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner {
    padding: 40px 20px 80px;
  }
}
#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
}
#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main {
    padding: 0;
  }
}
#trailer .trailer_inner .trailer_main h2 {
  width: 40%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main h2 {
    width: 50%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border: solid 1px #ccc;
  border-radius: 6px;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  height: auto;
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed .youtube_embed_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_inner .trailer_main .slider-nav {
  margin: 20px auto 0;
  width: calc(100% - 40px);
}
#trailer .trailer_inner .trailer_main .slider-nav .slider-nav-item {
  border: solid 1px #ccc;
  margin: 1px 5px;
}
#trailer .trailer_inner .close_btn_trailer {
  display: none;
  position: fixed;
  top: 2px;
  right: 2px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 2px #FE9907;
}
#trailer .trailer_inner .close_btn_trailer::before, #trailer .trailer_inner .close_btn_trailer::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 2px);
  left: -2px;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  transition: 0.5s;
  background-color: #FE9907;
}
#trailer .trailer_inner .close_btn_trailer::before {
  transform: rotate(-45deg);
}
#trailer .trailer_inner .close_btn_trailer::after {
  transform: rotate(45deg);
}
#trailer .trailer_inner .close_btn_trailer:hover::before {
  transform: rotate(45deg);
}
#trailer .trailer_inner .close_btn_trailer:hover::after {
  transform: rotate(-45deg);
}
#trailer.on {
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
  padding: 0;
  animation: trailer_appear 0.6s;
  background-color: rgba(0, 0, 0, 0.3);
}
#trailer.on .trailer_inner {
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: inherit;
  width: 100%;
}
#trailer.on .overlay_trailer {
  display: block;
}
#trailer.on .trailer_main {
  max-width: 100vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  #trailer.on .trailer_main {
    padding: 0 10px;
  }
}
#trailer.on .close_btn_trailer {
  display: block;
}

#youtube4, #youtube2, #youtube1, #youtube5, #youtube6, #youtube7, #youtube8 {
  display: none;
}

#slider-nav1, #slider-nav2, #slider-nav3, #slider-nav4, #slider-nav5, #slider-nav6, #slider-nav7, #slider-nav8 {
  cursor: pointer;
  position: relative;
  color: rgb(92, 92, 92);
  font-weight: 900;
  letter-spacing: 0.1em;
}
#slider-nav1 img, #slider-nav2 img, #slider-nav3 img, #slider-nav4 img, #slider-nav5 img, #slider-nav6 img, #slider-nav7 img, #slider-nav8 img {
  filter: brightness(30%);
}
#slider-nav1::after, #slider-nav2::after, #slider-nav3::after, #slider-nav4::after, #slider-nav5::after, #slider-nav6::after, #slider-nav7::after, #slider-nav8::after {
  content: "Selected";
  position: absolute;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FE9907;
}
#slider-nav1.ready, #slider-nav2.ready, #slider-nav3.ready, #slider-nav4.ready, #slider-nav5.ready, #slider-nav6.ready, #slider-nav7.ready, #slider-nav8.ready {
  color: #fff;
}
#slider-nav1.ready img, #slider-nav2.ready img, #slider-nav3.ready img, #slider-nav4.ready img, #slider-nav5.ready img, #slider-nav6.ready img, #slider-nav7.ready img, #slider-nav8.ready img {
  filter: brightness(100%);
}
#slider-nav1.ready:hover, #slider-nav2.ready:hover, #slider-nav3.ready:hover, #slider-nav4.ready:hover, #slider-nav5.ready:hover, #slider-nav6.ready:hover, #slider-nav7.ready:hover, #slider-nav8.ready:hover {
  opacity: 0.6;
}
#slider-nav1.ready::after, #slider-nav2.ready::after, #slider-nav3.ready::after, #slider-nav4.ready::after, #slider-nav5.ready::after, #slider-nav6.ready::after, #slider-nav7.ready::after, #slider-nav8.ready::after {
  content: "";
  color: #fff;
}

.slider-nav {
  text-align: center;
}
.slider-nav .slider-nav-item {
  cursor: pointer;
}
.slider-nav .slider-nav-item .trailer_title {
  padding: 0.5em 0;
  font-size: 0.9em;
}
.slider-nav .slick-prev:before {
  cursor: pointer;
  content: "\f33a";
  color: #FE9907;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
}
.slider-nav .slick-next:before {
  cursor: pointer;
  content: "\f33b";
  color: #FE9907;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.body_caststaff .fixed_bg {
  background-image: url(img/bg_caststaff.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.body_caststaff #charactors .section_inner {
  padding: 120px 20px 20px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #charactors .section_inner {
    padding: 80px 0px 20px 20px;
    margin-right: 20px;
  }
}
.body_caststaff #charactors .section_inner .section_main h2 {
  width: 70%;
  max-width: 205px;
  margin: 0 auto 80px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .body_caststaff #charactors .section_inner .section_main h2 {
    padding-right: 20px;
  }
}
.body_caststaff #charactors .section_inner .section_main h2.active {
  transform: translateY(0px);
  opacity: 1;
}
.body_caststaff #charactors .section_inner .section_main .soukanzu {
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.body_caststaff #charactors .section_inner .section_main .soukanzu.active {
  transform: translateY(0px);
  opacity: 1;
}
.body_caststaff #charactors .section_inner .section_main .soukanzu .soukanzu_inner {
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 900px;
  width: 100%;
  min-width: 450px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #charactors .section_inner .section_main .soukanzu .soukanzu_inner {
    padding: 20px;
    margin-right: 20px;
  }
}
.body_caststaff #caststaff .section_inner {
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner {
    padding: 80px 20px;
  }
}
.body_caststaff #caststaff .section_inner .section_main h2 {
  width: 72%;
  max-width: 221px;
  margin: 0 auto 80px;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item {
  position: relative;
  max-width: 900px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: inset(20px 40px 40px 40px);
          clip-path: inset(20px 40px 40px 40px);
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_bg {
    -webkit-clip-path: inset(20px 40px 20px 0px);
            clip-path: inset(20px 40px 20px 0px);
  }
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_left {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_left {
    margin-left: 20px;
    width: 65%;
  }
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_left .prof_img {
  border: solid 1px #FE9907;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right {
  width: 65%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_names .prof_name {
  color: #FE9907;
  font-weight: 900;
  font-size: 2em;
  margin-bottom: 0.5em;
  transform: skew(-15deg);
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_names .prof_name span {
  font-weight: 900;
  font-size: 0.6em;
  color: #fff;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_names .prof_role {
  font-weight: 900;
  font-size: 1.3em;
  transform: skew(-15deg);
}
@media screen and (max-width: 768px) {
  .body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_names .prof_role {
    font-size: 1.2em;
  }
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_names .prof_role span {
  transform: skew(-25deg);
  color: #ff0000;
  font-weight: 900;
  margin-right: 0.3em;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #FE9907;
  margin: 20px auto;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin: 10px 0 0 auto;
  text-align: right;
  transition: 0.4s;
  transform: skew(-10deg);
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a .btn_img {
  transform: skew(10deg);
  width: 80px;
  margin-right: -10px;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a .btn_img img {
  border: solid 2px #e1a9ff;
  border-radius: 50%;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a .btn_tocolumn {
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 10px 15px;
  border: solid 2px #e1a9ff;
  line-height: 1.2;
  color: #e1a9ff;
  color: #fff;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a:hover {
  transform: translateX(5px) skew(-10deg);
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item .prof_right .prof_body a:hover .btn_tocolumn {
  background-color: rgba(255, 255, 255, 0.5);
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item.prof_direc {
  position: relative;
}
.body_caststaff #caststaff .section_inner .section_main .prof_box .prof_item.prof_direc .prof_bg {
  background-color: rgba(254, 151, 7, 0.2);
}
.body_caststaff .imgbox {
  width: 100%;
  overflow: hidden;
}
.body_caststaff .imgbox img {
  height: 45vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (max-width: 768px) {
  .body_caststaff .imgbox img {
    height: 110vw;
  }
}

.body_column .fixed_bg {
  background-image: url(img/header_column.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 50px;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .body_column .fixed_bg {
    background-position: 0 0;
  }
}
.body_column #column {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.body_column #column .section_inner {
  padding: 20vw 20px 120px;
}
@media screen and (max-width: 768px) {
  .body_column #column .section_inner {
    padding: 40vw 20px 60px;
  }
}
.body_column #column .section_inner .section_main h2 {
  width: 65%;
  max-width: 139px;
  margin: 0 auto 80px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .body_column #column .section_inner .section_main h2 {
    padding-right: 20px;
  }
}
.body_column #column .section_inner .section_main h2.active {
  transform: translateY(0px);
  opacity: 1;
}
.body_column #column .section_inner .section_main h3 {
  display: block;
  max-width: 800px;
  margin: 0 auto 60px;
  transition: 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.body_column #column .section_inner .section_main h3.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.body_column #column .section_inner .section_main .text_body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.body_column #column .section_inner .section_main .text_body.active {
  transform: translateY(0px);
  opacity: 1;
}
.body_column #column .section_inner .section_main .text_body span.forange {
  color: #FE9907;
}
.body_column #column .section_inner .section_main .text_body span.fpink {
  color: #E1B5FF;
}
.body_column #column .section_inner .section_main .text_body p {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 0.8em;
}
.body_column .imgbox5 {
  background: #000;
}
.body_column .imgbox5 .imgbox_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.body_column .imgbox5 .imgbox_inner .left {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .body_column .imgbox5 .imgbox_inner .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.body_column .imgbox5 .imgbox_inner .right {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .body_column .imgbox5 .imgbox_inner .right {
    width: 100%;
  }
}
.body_column .imgbox5 .imgbox_inner .right div {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .body_column .imgbox5 .imgbox_inner .right div {
    margin-bottom: 20px;
  }
}

.body_comment #comment .section_inner .section_main .section_header {
  margin-top: 50px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .body_comment #comment .section_inner .section_main .section_header {
    margin-top: 0;
  }
}
.body_comment #comment .section_inner .section_main .section_header .section_header_img {
  position: relative;
  opacity: 0;
  transition: 1s;
}
.body_comment #comment .section_inner .section_main .section_header .section_header_img.active {
  opacity: 1;
}
.body_comment #comment .section_inner .section_main .section_header .comment_title {
  position: absolute;
  top: 16%;
  right: 10%;
  width: 47%;
  transition: 1s;
  opacity: 0;
  transform: translateX(-10px);
}
.body_comment #comment .section_inner .section_main .section_header .comment_title.active {
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .body_comment #comment .section_inner .section_main .section_header .comment_title {
    top: 16%;
    right: 1%;
    width: 68%;
  }
}
.body_comment #comment .section_inner .section_main .section_header .release {
  position: absolute;
  top: 81%;
  right: 3%;
  width: 10%;
  opacity: 0;
  transition: 1s;
}
.body_comment #comment .section_inner .section_main .section_header .release.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .body_comment #comment .section_inner .section_main .section_header .release {
    top: 78%;
    right: 4%;
    width: 20%;
  }
}
.body_comment #comment .section_inner .section_main .comment_section {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
.body_comment #comment .section_inner .section_main .comment_section.active {
  opacity: 1;
  transform: translateY(0);
}
.body_comment #comment .section_inner .section_main .comment_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 40px;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto 20px;
}
.body_comment #comment .section_inner .section_main .comment_list li {
  font-size: 1.3em;
  margin: 0.4em 0.5em;
}
.body_comment #comment .section_inner .section_main .comment_list li a {
  color: #fff;
  font-weight: bold;
  transition: 0.1s;
}
.body_comment #comment .section_inner .section_main .comment_list li a:hover {
  opacity: 0.3;
}
.body_comment #comment .section_inner .section_main .comment_list li a .fonts {
  font-size: 0.6em;
}
.body_comment #comment .section_inner .section_main .cau {
  text-align: center;
  margin-bottom: 60px;
}
.body_comment #comment .section_inner .section_main .comment_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  width: 100%;
  padding: 0 40px;
  max-width: 1500px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .body_comment #comment .section_inner .section_main .comment_box {
    padding: 0 20px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
  }
}
.body_comment #comment .section_inner .section_main .comment_box .comment_item .comment_img {
  border: solid 1px #aaa;
  margin-bottom: 4px;
}
.body_comment #comment .section_inner .section_main .comment_box .comment_item .comment_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: solid 1px #1B95E0;
  color: #1B95E0;
  font-weight: bold;
  text-align: center;
  background-color: rgba(27, 148, 224, 0.2);
  transition: 0.1s;
}
.body_comment #comment .section_inner .section_main .comment_box .comment_item .comment_btn:hover {
  background-color: rgba(27, 148, 224, 0.5);
}
.body_comment #comment .section_inner .section_main .comment_box .comment_item .comment_btn .twitter_icon {
  width: 1.5em;
  display: inline-block;
}

.body_comment_single {
  display: none;
  background-color: #000;
}

*:focus {
  outline: none;
}

html {
  min-height: 100%;
}

body {
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100%;
  position: relative;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.active {
  overflow: hidden;
}

.body_introstory .fixed_bg {
  background-image: url(img/bg_inst.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.body_top .fixed_bg {
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.1) 100%), url(img/bg_inst.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.body_top .imgbox4 {
  margin-bottom: 20px;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@keyframes loading_flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.loading_left, .loading_right {
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-size: cover;
  transition: 1s;
  z-index: 99998;
}

.loading_left {
  left: 0;
}
.loading_left.active {
  left: -51%;
}

.loading_right {
  right: 0;
}
.loading_right.active {
  right: -51%;
}

.loading {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loaders {
  width: 70%;
  max-width: 300px;
  position: relative;
}
.loading .loaders .loader0 {
  opacity: 0.7;
  position: relative;
}
.loading .loaders .loader1 {
  opacity: 0.7;
  animation: loading_flash 1s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.loading .loaders .loader2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: loading_flash 1s infinite 0.3s;
}
.loading .loaders .loader3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: loading_flash 1s infinite 0.6s;
}

.nav_btn-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn-tb {
    z-index: 999;
    display: flex;
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(254, 151, 7, 0.4);
    opacity: 0;
    transition: 1s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .nav_btn-tb.show {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn-tb span {
    position: absolute;
    top: 55%;
    left: 10px;
    height: 3px;
    width: 40px;
    background-color: #FE9907;
    transition: 0.6s;
  }
  .nav_btn-tb span:last-of-type {
    top: 70%;
  }
  .nav_btn-tb::after {
    content: "menu";
    color: #FE9907;
    display: block;
    text-align: center;
    width: 60px;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .nav_btn-tb.active {
    background-image: none;
  }
  .nav_btn-tb.active::after {
    content: "close";
  }
  .nav_btn-tb.active span {
    transform: rotate(13deg);
    transform-origin: center left;
  }
  .nav_btn-tb.active span:last-of-type {
    transform: rotate(-13deg);
    transform-origin: center left;
  }
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .gnav {
    width: 100vw;
    height: 100%;
    height: 100vh;
    background-image: none;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    left: 100%;
    padding: 0 20px 150px;
  }
  .gnav.active {
    left: 0%;
  }
}
.gnav li a {
  cursor: pointer;
  text-align: center;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0.5em 0;
  color: #FE9907;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .gnav li a {
    font-size: 2em;
  }
}
.gnav li a.construction {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(100%);
}
.gnav li a.gnav_twitter {
  padding-top: 2px;
}
.gnav li a:hover {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .gnav li a:hover {
    color: #333;
  }
}
.gnav li a.active {
  color: #C49B76;
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 40px;
  top: calc(100% - 160px);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .updown_nav {
    right: inherit;
    left: 0px;
    top: calc(100% - 100px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .updown_nav.show {
    opacity: 1;
  }
}
.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.updown_nav ul li:hover {
  cursor: pointer;
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.updown_nav ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#top {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
  }
}
#top canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main_img {
  position: relative;
  transform: scale(1.2);
  transition: 1s;
  opacity: 0;
}
#top .main_img.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy1 {
  position: absolute;
  width: 50%;
  left: 22.5%;
  top: 6%;
  opacity: 0;
  transform: scale(2) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #top .copy1 {
    width: 15%;
    left: 42%;
    top: 3%;
  }
}
#top .copy1.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
#top .copy2 {
  position: absolute;
  width: 10%;
  left: 0%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    width: 10%;
    left: 0%;
    top: 0%;
  }
}
#top .ma {
  position: absolute;
  width: 17%;
  left: 39%;
  top: 58%;
  opacity: 0;
  transform: scale(2);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top .ma {
    width: 32%;
    left: 34%;
    top: 57%;
  }
}
#top .ma.active {
  opacity: 1;
  transform: scale(1);
}
#top .title {
  position: absolute;
  width: 40%;
  left: 28%;
  top: 62%;
  opacity: 0;
  transform: scale(2);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 80%;
    left: 10%;
    top: 59.5%;
  }
}
#top .title.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy2 {
  position: absolute;
  width: 48%;
  left: 23%;
  top: 94%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    width: 92%;
    left: 3%;
    top: 78%;
  }
}
#top .copy2.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#top .release_theater {
  position: absolute;
  width: 19%;
  right: 2%;
  top: 83.5%;
  opacity: 0;
  transform: rotate(35deg);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top .release_theater {
    width: 70%;
    right: 15%;
    top: 90.5%;
  }
}
#top .release_theater.active {
  opacity: 0.7;
  transform: rotate(0);
}

#info {
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}
#info .section_inner {
  padding: 40px 20px 40px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info .section_inner {
    padding: 20px 20px 20px;
  }
}
#info .section_inner .oshirase {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}
#info .section_inner .oshirase div {
  padding: 1em 2em;
  border: solid 1px #ff0000;
  color: #fff;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  transition: 0.2s;
  background-color: rgba(255, 0, 0, 0);
}
#info .section_inner .oshirase div:hover {
  background-color: rgba(255, 0, 0, 0.2);
}
#info .section_inner h3 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#info .section_inner h2 {
  width: 30%;
  margin-bottom: 10px;
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  #info .section_inner h2 {
    width: 100%;
  }
}
#info .section_inner .news_list a {
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  display: block;
  transition: 0.2s;
}
#info .section_inner .news_list a:hover {
  opacity: 0.8;
  transform: translateX(10px);
}
#info .section_inner .news_list .news_item {
  display: flex;
  align-items: center;
  border: solid 2px #4A4A49;
  background-color: rgb(33, 33, 33);
  margin-bottom: 12px;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  #info .section_inner .news_list .news_item {
    display: block;
  }
}
#info .section_inner .news_list .news_item .news_date {
  white-space: nowrap;
  width: 10em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #info .section_inner .news_list .news_item .news_date {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
#info .section_inner .news_list .news_item .news_title {
  width: calc(100% - 10em);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #info .section_inner .news_list .news_item .news_title {
    width: 100%;
    margin-left: 0;
  }
}
#info .section_inner .link_news {
  display: block;
  width: 10%;
  min-width: 120px;
  margin: 0 0 40px auto;
}
#info .section_inner .link_news:hover {
  opacity: 0.7;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.btns div {
  max-width: 210px;
  width: 70%;
  margin: 0 10px 10px;
}
.btns div:hover {
  opacity: 0.5;
}

.after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .after {
    max-width: 500px;
  }
}
.after .filmarks {
  max-width: 300px;
  width: 100%;
  margin: 0 0 20px;
}
.after .filmarks:hover {
  opacity: 0.7;
}
.after .circleb {
  max-width: 170px;
  margin: 0 0 20px;
  width: 50%;
  transition: 0.2s;
}
.after .circleb:hover {
  opacity: 0.7;
}

#mvtk-widgets-container {
  margin: 0 auto 20px;
}

.imgbox4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgbox4 div {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .imgbox4 div {
    width: 50%;
  }
  .imgbox4 div:first-of-type {
    width: 80%;
    margin-bottom: 20px;
  }
  .imgbox4 div:nth-of-type(2) {
    width: 80%;
    margin: 0 0 20px auto;
  }
}

.text_body {
  line-height: 2;
}
.text_body p {
  padding-bottom: 0.6em;
}
.text_body p:last-of-type {
  padding-bottom: 0;
}

.bnr_music {
  width: 80%;
  max-width: 450px;
  margin: 0 auto 20px;
  border: solid 1px #FE9907;
  transition: 0.3s;
  cursor: pointer;
}
.bnr_music:hover {
  filter: brightness(60%);
}
@media screen and (max-width: 768px) {
  .bnr_music {
    margin: 0 auto 20px;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#music {
  display: none;
  z-index: 99999;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgb(49, 49, 49);
  background-image: url(img/bg-pc.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #music {
    background-image: url(img/bg-sp.jpg);
  }
}
#music.active {
  animation: appear 1s;
  display: block;
  opacity: 1;
}
#music .close_btn_music {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 2px #FE9907;
}
@media screen and (max-width: 768px) {
  #music .close_btn_music {
    top: calc(100% - 70px);
    right: 10px;
  }
}
#music .close_btn_music::before, #music .close_btn_music::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 2px);
  left: -2px;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  transition: 0.5s;
  background-color: #FE9907;
}
#music .close_btn_music::before {
  transform: rotate(-45deg);
}
#music .close_btn_music::after {
  transform: rotate(45deg);
}
#music .close_btn_music:hover::before {
  transform: rotate(45deg);
}
#music .close_btn_music:hover::after {
  transform: rotate(-45deg);
}
#music .music_box {
  width: 100%;
}
#music .music_box .music_box_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner {
    padding: 60px 20px;
    max-width: 500px;
  }
}
#music .music_box .music_box_inner h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
#music .music_box .music_box_inner h2 .theme_song {
  font-weight: 900;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner h2 .theme_song {
    font-size: 1.2em;
  }
}
#music .music_box .music_box_inner h2 .song {
  color: #FE9907;
  font-size: 1.7em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner h2 .song {
    font-size: 1.5em;
  }
}
#music .music_box .music_box_inner h2 .artist {
  font-weight: 900;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner h2 .artist {
    font-size: 1.3em;
  }
}
#music .music_box .music_box_inner .music_img {
  width: 100%;
  margin-bottom: 80px;
}
#music .music_box .music_box_inner .comment_box .comment_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner .comment_box .comment_item .comment_left {
    width: 60%;
  }
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner .comment_box .comment_item .comment_right {
    width: 100%;
    margin-top: 20px;
  }
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_right .from {
  margin-bottom: 0.5em;
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_right .music_name {
  font-size: 1.5em;
  font-weight: 900;
  color: #FE9907;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  #music .music_box .music_box_inner .comment_box .comment_item .comment_right .music_name {
    font-size: 1.2em;
  }
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_right .music_name span {
  font-weight: 900;
  display: inline;
}
#music .music_box .music_box_inner .comment_box .comment_item .comment_right .music_body p {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bnrs {
  margin: 0 auto 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bnrs {
    margin: 0 auto 80px;
  }
}
.bnrs .bnr_item {
  display: block;
  border: solid 1px #FE9907;
  width: 70%;
  max-width: 400px;
  transition: 0.3s;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr_item {
    margin-bottom: 20px;
  }
  .bnrs .bnr_item:last-of-type {
    margin-bottom: 0;
  }
}
.bnrs .bnr_item:hover {
  filter: brightness(60%);
}

#introstory {
  position: relative;
}
#introstory .section_inner {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  #introstory .section_inner {
    padding: 80px 20px;
  }
}
#introstory .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #introstory .section_inner .section_main {
    max-width: 500px;
  }
}
#introstory .section_inner .section_main #intro {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #introstory .section_inner .section_main #intro {
    margin-bottom: 80px;
  }
}
#introstory .section_inner .section_main #intro h2 {
  max-width: 284px;
  width: 95%;
  margin: 0 auto 60px;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
#introstory .section_inner .section_main #intro h2.active {
  transform: translateY(0px);
  opacity: 1;
}
#introstory .section_inner .section_main #intro .intro_copy1 {
  display: block;
  width: 90%;
  margin-bottom: 70px;
  margin: 0 auto 40px;
  transition: 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#introstory .section_inner .section_main #intro .intro_copy1.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  #introstory .section_inner .section_main #intro .intro_copy1 {
    margin-bottom: 20px;
  }
}
#introstory .section_inner .section_main #intro .intro_copy2 {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  transition: 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#introstory .section_inner .section_main #intro .intro_copy2.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  #introstory .section_inner .section_main #intro .intro_copy2 {
    margin-bottom: 40px;
  }
}
#introstory .section_inner .section_main #intro .text_body {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
#introstory .section_inner .section_main #intro .text_body.active {
  transform: translateY(0px);
  opacity: 1;
}
#introstory .section_inner .section_main #intro .text_body p {
  font-weight: 700;
  text-align: center;
}
#introstory .section_inner .section_main #intro .text_body p span {
  font-weight: 900;
}
#introstory .section_inner .section_main #intro .text_body p span.font-orange {
  color: #FE9907;
}
@media screen and (max-width: 768px) {
  #introstory .section_inner .section_main #story {
    padding: 0 20px;
  }
}
#introstory .section_inner .section_main #story h2 {
  max-width: 124px;
  width: 40%;
  margin-bottom: 20px;
}

.footer {
  background-color: #000;
  background-image: url(/img/bgl.jpg);
  background-size: cover;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px;
  }
}
.footer .footer_inner .footer_title {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 10px;
}
.footer .footer_inner .footer_release {
  max-width: 130px;
  width: 40%;
  margin: 0 auto 40px;
  opacity: 0.6;
}
.footer .footer_inner .billing {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.body_cp .updown_nav {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .body_cp .updown_nav {
    opacity: 1;
  }
}
.body_cp #cp {
  position: relative;
}
.body_cp #cp .cp_bg_box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #000;
}
.body_cp #cp .cp_bg_box video {
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .body_cp #cp .cp_bg_box video {
    opacity: 0.7;
  }
}
.body_cp #cp .section_inner {
  position: relative;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .body_cp #cp .section_inner {
    padding: 20px 20px;
  }
}
.body_cp #cp .section_inner .section_main {
  max-width: 1600px;
  margin: 0 auto;
}
.body_cp #cp .section_inner .section_main p.cau {
  text-align: right;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .body_cp #cp .section_inner .section_main p.cau {
    width: 100%;
  }
}
.body_cp #cp .section_inner .section_main .cp_box .grid-sizer, .body_cp #cp .section_inner .section_main .cp_box .cp_item {
  width: calc(33.33% - 26.66px);
}
@media screen and (max-width: 768px) {
  .body_cp #cp .section_inner .section_main .cp_box .grid-sizer, .body_cp #cp .section_inner .section_main .cp_box .cp_item {
    width: 100%;
  }
}
.body_cp #cp .section_inner .section_main .cp_box .cp_item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .body_cp #cp .section_inner .section_main .cp_box .cp_item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.body_cp #cp .section_inner .section_main .cp_box .cp_item .cp_body p {
  padding-bottom: 0.25em;
  line-height: 1.8;
}
.body_cp #cp .section_inner .section_main .cp_box .cp_item .cp_body p span {
  color: #FE9907;
  font-weight: bold;
}
.body_cp #cp .section_inner .section_main .cp_box .cp_item .cp_body p span.cp_name {
  color: rgb(172, 172, 172);
  padding-left: 0.8em;
}

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

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

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

.blurUpR {
  opacity: 0;
  transition: 1.5s;
  transform: scale(1.3);
}
.blurUpR.is-inview {
  opacity: 0.7;
  filter: blur(0);
  transform: scale(1);
}

.blurUpSpan {
  opacity: 0.6;
  transition: 1.4s;
  filter: blur(10px);
}
.blurUpSpan.is-inview {
  opacity: 1;
  filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  transition: 1s;
  filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}
@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}
.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  filter: blur(0);
  transform: scale(1);
}

.clipLeft {
  opacity: 0;
  transition: 1s;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}
.clipLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

.clipRight {
  opacity: 0;
  transition: 0.5s;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transform: translateY(20px);
}
.clipRight.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
  transform: translateY(0px);
}

.coloring {
  opacity: 0.2;
  transition: 2s;
  filter: grayscale(100%);
}
.coloring.is-inview {
  filter: grayscale(0%);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */