@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*/
}

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

li {
  list-style: none;
}

.br-pc {
  display: block;
}

@media screen and (orientation: portrait) {
  .br-pc {
    display: none;
  }
}

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

.br-sp {
  display: none;
}

@media screen and (orientation: portrait) {
  .br-sp {
    display: block;
  }
}

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

.cont-pc {
  display: inherit;
}

@media screen and (orientation: portrait) {
  .cont-pc {
    display: none;
  }
}

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

.cont-sp {
  display: none;
}

@media screen and (orientation: portrait) {
  .cont-sp {
    display: inherit;
  }
}

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

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn li {
  padding: 2px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@-webkit-keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#trailer {
  background-color: rgba(255, 251, 219, 0.9);
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0s;
  transition: 0s;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -2;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: calc(100vh);
  overflow: auto;
  max-width: 150vh;
}

#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border-radius: 5px;
  border: solid 1px #333;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer .close_btn_trailer {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  border: solid 1px #ccc;
  cursor: pointer;
}

@media screen and (orientation: portrait) {
  #trailer .close_btn_trailer {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 40px;
    height: 40px;
  }
}

#trailer .close_btn_trailer::after, #trailer .close_btn_trailer::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  height: 1px;
  width: 110px;
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
  background: #333;
}

@media screen and (orientation: portrait) {
  #trailer .close_btn_trailer::after, #trailer .close_btn_trailer::before {
    right: -8px;
    width: 55px;
    height: 0.5px;
  }
}

@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer::after, #trailer .close_btn_trailer::before {
    right: -8px;
    width: 55px;
    height: 0.5px;
  }
}

#trailer .close_btn_trailer::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#trailer.on {
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: white;
}

#trailer.on .overlay_trailer {
  display: block;
}

#trailer.on .close_btn_trailer {
  display: block;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background-color: #FFF;
  color: #211E1F;
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}

@media screen and (orientation: portrait) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

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

.fix_vd {
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background-color: #ac0303;
  color: #FFF;
  text-align: center;
  min-height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (orientation: portrait) {
  .fix_vd {
    width: calc(100% - 65px);
    left: 10px;
    bottom: 65px;
  }
}

@media screen and (max-width: 768px) {
  .fix_vd {
    width: calc(100% - 65px);
    left: 10px;
    bottom: 65px;
  }
}

.fix_vd .fix_vd_inner span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.3;
}

@media screen and (orientation: portrait) {
  .fix_vd .fix_vd_inner span {
    font-size: .9em;
  }
}

@media screen and (max-width: 768px) {
  .fix_vd .fix_vd_inner span {
    font-size: .9em;
  }
}

.fix_vd .fix_vd_inner span:first-of-type {
  color: #E8EEBE;
}

.loading {
  z-index: 1000;
  position: fixed;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading .hollow-dots-spinner, .loading .hollow-dots-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .6;
}

.loading .hollow-dots-spinner {
  height: 15px;
  width: calc(30px * 3);
}

.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 calc(15px / 2);
  border: calc(15px / 5) solid #cbcbcb;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
          animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}

.loading .hollow-dots-spinner .dot:nth-child(1) {
  -webkit-animation-delay: calc(300ms * 1);
          animation-delay: calc(300ms * 1);
}

.loading .hollow-dots-spinner .dot:nth-child(2) {
  -webkit-animation-delay: calc(300ms * 2);
          animation-delay: calc(300ms * 2);
}

.loading .hollow-dots-spinner .dot:nth-child(3) {
  -webkit-animation-delay: calc(300ms * 3);
          animation-delay: calc(300ms * 3);
}

@-webkit-keyframes hollow-dots-spinner-animation {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hollow-dots-spinner-animation {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
MAIN-----------------------
*/
.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (orientation: portrait) {
  .gnav {
    mix-blend-mode: inherit;
    top: calc(100% - 60px);
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    mix-blend-mode: inherit;
    top: calc(100% - 60px);
    height: 50px;
  }
}

.gnav.active {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
}

@media screen and (orientation: portrait) {
  .gnav.active {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 1;
  }
}

.gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 40px;
  height: 50px;
  position: relative;
  background-color: #fff;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list {
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: calc(100% - 20px);
    border: solid 1px #211E1F;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: calc(100% - 20px);
    border: solid 1px #211E1F;
  }
}

.gnav .gnav_list .gnav_item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5em;
  position: relative;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item.cont-pc {
    display: none;
  }
}

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

.gnav .gnav_list .gnav_item a, .gnav .gnav_list .gnav_item #btn_trailer-nav {
  height: 50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  position: relative;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer-nav.cont-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer-nav.cont-pc {
    display: none;
  }
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer-nav.construction {
  pointer-events: none;
  opacity: .3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-nav img {
  height: 28px;
  position: relative;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-nav img {
    -webkit-filter: none;
            filter: none;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-nav img {
    -webkit-filter: none;
            filter: none;
    height: 50px;
  }
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-nav:hover {
  opacity: .5;
  cursor: pointer;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-nav:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-nav:hover {
    opacity: 1;
  }
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 10px;
  top: calc(100% - 120px);
}

@media screen and (orientation: portrait) {
  .updown_nav {
    right: inherit;
    right: 10px;
    top: calc(100% - 155px);
  }
}

@media screen and (max-width: 768px) {
  .updown_nav {
    right: inherit;
    right: 10px;
    top: calc(100% - 155px);
  }
}

.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.updown_nav ul li:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (orientation: portrait) {
  .updown_nav ul li {
    background-color: #FFF;
    border: solid 1px #211E1F;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    background-color: #FFF;
    border: solid 1px #211E1F;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

.updown_nav ul li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

@media screen and (orientation: portrait) {
  #top {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
  }
}

#top .base {
  position: relative;
}

#top .imgt01 {
  position: absolute;
  width: 48%;
  top: 0%;
  right: 0%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .imgt01.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .imgt01 {
    width: 80%;
    top: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 768px) {
  #top .imgt01 {
    width: 80%;
    top: 0%;
    right: 0%;
  }
}

#top .imgt02 {
  position: absolute;
  width: 48%;
  top: 58%;
  right: 0%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#top .imgt02.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .imgt02 {
    width: 80%;
    top: 26%;
    right: 0%;
  }
}

@media screen and (max-width: 768px) {
  #top .imgt02 {
    width: 80%;
    top: 26%;
    right: 0%;
  }
}

#top .copy_tate {
  position: absolute;
  width: 1.25%;
  top: 1%;
  left: 3%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .copy_tate.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .copy_tate {
    width: 3%;
    top: 4%;
    left: 8%;
  }
}

@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 3%;
    top: 4%;
    left: 8%;
  }
}

#top .title {
  position: absolute;
  width: 41.98%;
  top: 22%;
  left: 7%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .title.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .title {
    width: 78%;
    top: 44%;
    left: 17%;
  }
}

@media screen and (max-width: 768px) {
  #top .title {
    width: 78%;
    top: 44%;
    left: 17%;
  }
}

#top .cast {
  position: absolute;
  width: 19.84%;
  top: 61%;
  left: 7.21%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .cast.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .cast {
    width: 59%;
    top: 62%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #top .cast {
    width: 59%;
    top: 62%;
    left: 5%;
  }
}

#top .billing {
  position: absolute;
  width: 25.73%;
  top: 69%;
  left: 7.21%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .billing.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .billing {
    width: 74%;
    top: 68%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #top .billing {
    width: 74%;
    top: 68%;
    left: 5%;
  }
}

#top .copy_yoko {
  position: absolute;
  width: 30.2%;
  top: 87%;
  left: 7.21%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .copy_yoko.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .copy_yoko {
    width: 83%;
    top: 81%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 83%;
    top: 81%;
    left: 5%;
  }
}

#top .release {
  position: absolute;
  width: 43.1%;
  top: 95%;
  left: 7.21%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .release.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .release {
    width: 77%;
    top: 92%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  #top .release {
    width: 77%;
    top: 92%;
    left: 5%;
  }
}

#top .director {
  position: absolute;
  width: 2.78%;
  top: 61%;
  right: 50.5%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .director.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .director {
    width: 9%;
    top: 61%;
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  #top .director {
    width: 9%;
    top: 61%;
    right: 5%;
  }
}

#top .award {
  position: absolute;
  width: 10.42%;
  top: 88%;
  right: 50%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .award.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top .award {
    width: 38%;
    top: 86%;
    right: 58%;
  }
}

@media screen and (max-width: 768px) {
  #top .award {
    width: 38%;
    top: 86%;
    right: 58%;
  }
}

#info {
  padding: 20px 20px 10px;
  position: relative;
  background-color: #fff;
  margin-top: -1px;
}

#info .share_btn {
  -webkit-transition: 1s;
  transition: 1s;
  margin-bottom: 20px;
}

#info .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info .menus div {
  max-width: 220px;
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}

#info .menus div:hover {
  opacity: .8;
}

#videogram {
  background-color: #cce2e7;
  padding: 40px 20px;
}

#videogram .section_inner .section_main .vd_sub {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#videogram .section_inner .section_main .link_amazon {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}

#videogram .section_inner .section_main .link_amazon:hover {
  opacity: .8;
}

#videogram .section_inner .section_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

#videogram .section_inner .section_main ul li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  max-width: 200px;
}

#videogram .section_inner .section_main ul li:hover {
  opacity: .8;
}

.imgs5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgs5 div {
  width: calc(20% - 8px);
  margin-bottom: 10px;
}

@media screen and (orientation: portrait) {
  .imgs5 div {
    width: calc(50% - 5px);
  }
  .imgs5 div:nth-of-type(3) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgs5 div {
    width: calc(50% - 5px);
  }
  .imgs5 div:nth-of-type(3) {
    width: 100%;
  }
}

.imgb.imgbfixed {
  width: 100%;
  height: 90vh;
}

.imgb02 {
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}

.imgb02 img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85% 50%;
     object-position: 85% 50%;
}

.text_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_body p {
  margin-bottom: 0.8em;
}

.text_body p:last-of-type {
  margin-bottom: 0;
}

h2 {
  max-width: 278px;
  width: 80%;
  margin: 0 auto 40px;
}

#intro {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}

#intro .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

#intro .section_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 0% top 55%;
     object-position: left 0% top 55%;
}

#intro .section_inner {
  margin-top: -100vh;
  position: relative;
  padding: 240px 20px 240px;
}

@media screen and (orientation: portrait) {
  #intro .section_inner {
    padding: 80px 20px 120px;
  }
}

@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 80px 20px 120px;
  }
}

#intro .section_inner .section_main {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0px auto 0;
  padding: 80px 50px;
}

@media screen and (orientation: portrait) {
  #intro .section_inner .section_main {
    padding: 60px 40px;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    padding: 60px 40px;
    width: 100%;
    max-width: 500px;
  }
}

#story {
  background-color: #09152C;
}

#story .section_inner {
  position: relative;
}

#story .section_inner .story_header {
  position: relative;
}

@media screen and (orientation: portrait) {
  #story .section_inner .story_header .story_header_img img {
    height: 84vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 36% bottom 0%;
       object-position: 36% bottom 0%;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .story_header .story_header_img img {
    height: 84vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 36% bottom 0%;
       object-position: 36% bottom 0%;
  }
}

#story .section_inner .story_header .quote {
  position: absolute;
  width: 35%;
  right: 3%;
  bottom: 11%;
}

@media screen and (orientation: portrait) {
  #story .section_inner .story_header .quote {
    position: relative;
    width: 90%;
    margin: -20vw auto 20px;
    right: inherit;
    bottom: inherit;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .story_header .quote {
    position: relative;
    width: 90%;
    margin: -20vw auto 20px;
    right: inherit;
    bottom: inherit;
    max-width: 500px;
  }
}

#story .section_inner .section_main {
  padding: 0 40px 120px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (orientation: portrait) {
  #story .section_inner .section_main {
    padding: 40px 40px 80px;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 40px 40px 80px;
    max-width: 500px;
  }
}

#story .section_inner .section_main h3 {
  color: #E8EEBE;
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 40px;
  line-height: 1.6;
}

#story .section_inner .section_main h3 span {
  display: inline-block;
}

#staff {
  background-color: #fff;
  padding: 80px 20px 120px;
  position: relative;
}

@media screen and (orientation: portrait) {
  #staff {
    padding: 80px 40px 80px;
  }
}

@media screen and (max-width: 768px) {
  #staff {
    padding: 80px 40px 80px;
  }
}

#staff .section_inner {
  position: relative;
}

#staff .section_inner .section_main {
  position: relative;
}

#staff .section_inner .section_main h2 {
  margin-bottom: 80px;
}

#staff .section_inner .section_main .staff_items {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items {
    max-width: 500px;
  }
}

#staff .section_inner .section_main .staff_items .staff_item {
  margin-bottom: 60px;
}

#staff .section_inner .section_main .staff_items .staff_item:first-of-type {
  margin-bottom: 20px;
}

#staff .section_inner .section_main .staff_items .staff_item:last-of-type {
  margin-bottom: 0;
}

#staff .section_inner .section_main .staff_items .staff_item .names {
  font-weight: 900;
  font-size: 2em;
  letter-spacing: 0.05em;
  margin-bottom: .6em;
}

#staff .section_inner .section_main .staff_items .staff_item .names span {
  margin-right: 0.25em;
  font-size: .5em;
  font-weight: 400;
}

#staff .section_inner .section_main .staff_items .staff_item .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items .staff_item .upper {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .upper {
    display: block;
  }
}

#staff .section_inner .section_main .staff_items .staff_item .upper .names {
  width: calc(60% - 40px);
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .names {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .names {
    width: 100%;
  }
}

#staff .section_inner .section_main .staff_items .staff_item .upper .names .memb {
  margin-top: 1em;
  font-size: 0.5em;
  line-height: 1.6;
  letter-spacing: 0em;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .names .memb {
    font-size: .45em;
  }
  #staff .section_inner .section_main .staff_items .staff_item .upper .names .memb span {
    font-size: .8em;
    font-weight: 900;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .names .memb {
    font-size: .45em;
  }
  #staff .section_inner .section_main .staff_items .staff_item .upper .names .memb span {
    font-size: .8em;
    font-weight: 900;
  }
}

#staff .section_inner .section_main .staff_items .staff_item .upper .artist_img {
  width: 40%;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .artist_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item .upper .artist_img {
    width: 100%;
  }
}

#staff .section_inner .section_main .staff_items .staff_item .staff_body p {
  line-height: 2;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-bottom: 0.2em;
}

#staff .section_inner .section_main .staff_items .staff_item .staff_body p:last-of-type {
  margin-bottom: 0;
}

#staff .section_inner .section_main .staff_items .staff_item .staff_body p.song_release {
  margin-top: 1em;
}

#staff .section_inner .section_main .staff_items .staff_item .staff_body p.song_release span {
  font-weight: 900;
}

#staff .section_inner .section_main .direc_btn {
  margin: 0 0 60px auto;
  cursor: pointer;
  border: solid 1px #333;
  padding: 20px;
  display: block;
  text-align: center;
  max-width: 300px;
  width: 80%;
  -webkit-transition: .5s;
  transition: .5s;
}

#staff .section_inner .section_main .direc_btn:hover {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  background-color: #efefef;
}

#staff .section_inner .section_main .direc_window {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: none;
  position: fixed;
  z-index: 2000;
  top: -100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  padding: 40px 40px;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .direc_window {
    padding: 40px 20pxpx;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .direc_window {
    padding: 40px 20pxpx;
  }
}

#staff .section_inner .section_main .direc_window.on {
  -webkit-animation: windowon .3s alternate;
          animation: windowon .3s alternate;
  top: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#staff .section_inner .section_main .direc_window .direc_window_body {
  max-width: 800px;
  border-top: solid 1px #09152C;
  border-bottom: solid 1px #09152C;
  padding: 40px 10px 50px;
  overflow: auto;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .direc_window .direc_window_body {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .direc_window .direc_window_body {
    max-width: 500px;
  }
}

#staff .section_inner .section_main .direc_window .direc_window_body .names {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.8em;
}

#staff .section_inner .section_main .direc_window .direc_window_body .names span {
  font-weight: 900;
  font-size: .7em;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_body {
  margin-bottom: 40px;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_body p {
  line-height: 1.8;
  margin-bottom: 0.2em;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_body p:last-of-type {
  margin-bottom: 0;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_interview {
  padding: 40px 40px;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .direc_window .direc_window_body .direc_interview {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .direc_window .direc_window_body .direc_interview {
    padding: 20px 0;
  }
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_interview .int_title {
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
  font-weight: bold;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_interview .int_pick {
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_interview .int_block {
  line-height: 2.2;
  margin-bottom: 2em;
  text-align: justify;
}

#staff .section_inner .section_main .direc_window .direc_window_body .direc_interview .int_q {
  font-style: italic;
  margin-bottom: 0.8em;
  color: #505050;
  font-weight: bold;
  font-size: .9em;
  text-align: center;
  color: rgba(172, 3, 3, 0.5);
}

#staff .section_inner .section_main .direc_window .direc_window_body .int_by {
  font-size: .8em;
  text-align: right;
  font-style: italic;
}

#staff .section_inner .section_main .direc_window .direc_close {
  margin-top: 1em;
  margin-bottom: 2em;
  cursor: pointer;
}

#staff .section_inner .section_main .direc_window .direc_close::before {
  content: '×とじる';
  font-weight: 900;
  letter-spacing: .25em;
  white-space: nowrap;
}

#cast {
  background-color: #fff;
  padding: 80px 40px 120px;
}

@media screen and (orientation: portrait) {
  #cast {
    padding: 80px 40px 80px;
  }
}

@media screen and (max-width: 768px) {
  #cast {
    padding: 80px 40px 80px;
  }
}

#cast .section_inner .section_main h2 {
  margin-bottom: 80px;
}

#cast .section_inner .section_main .cast_items {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items {
    max-width: 500px;
  }
}

#cast .section_inner .section_main .cast_items .cast_item {
  width: calc(50% - 5px);
  margin-bottom: 40px;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

#cast .section_inner .section_main .cast_items .cast_item:nth-of-type(3), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(4), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(5) {
  width: calc(33.33% - 6.67px);
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(3), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(4), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(5) {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(3), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(4), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(5) {
    width: calc(50% - 5px);
  }
}

#cast .section_inner .section_main .cast_items .cast_item:nth-of-type(6), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(7) {
  width: calc(50% - 5px);
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(6), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(7) {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(6), #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(7) {
    width: 80%;
  }
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(5) {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item:nth-of-type(5) {
    margin: 0 auto 20px;
  }
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item:last-of-type {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item:last-of-type {
    margin: 0 0 0 auto;
  }
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_img {
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_img .cast_btn_img_inner {
  position: relative;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_img .cast_btn_img_inner img {
  -webkit-transition: .3s;
  transition: .3s;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_img .cast_btn_plus {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_img .cast_btn_plus::before {
  content: '＋';
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn:hover {
  cursor: pointer;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn:hover .cast_btn_img .cast_btn_img_inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name {
  margin-top: 0.25em;
  font-size: 1.5em;
  font-weight: 900;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name {
    font-size: 1em;
  }
}

#cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name span {
  font-size: .7em;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name.cast_main {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item .cast_btn .cast_btn_name.cast_main {
    font-size: 1.3em;
  }
}

@-webkit-keyframes windowon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes windowon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

#cast .section_inner .section_main .cast_items .cast_window {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: none;
  position: fixed;
  z-index: 2000;
  top: -100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  padding: 40px 40px;
}

#cast .section_inner .section_main .cast_items .cast_window.on {
  -webkit-animation: windowon .3s alternate;
          animation: windowon .3s alternate;
  top: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body {
  max-width: 800px;
  border-top: solid 1px #09152C;
  border-bottom: solid 1px #09152C;
  padding: 40px 10px 50px;
  overflow: auto;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_window .cast_window_body {
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_window .cast_window_body {
    max-width: 500px;
  }
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .names {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.8em;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .names span {
  font-weight: 900;
  font-size: .7em;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_body {
  margin-bottom: 40px;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_body p {
  line-height: 1.8;
  margin-bottom: 0.2em;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_body p:last-of-type {
  margin-bottom: 0;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview {
  border-top: dashed 1px #333;
  padding: 40px 40px;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview {
    padding: 20px 0;
  }
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview .int_title {
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
  font-weight: bold;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview .int_pick {
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.6;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview .int_block {
  line-height: 2.2;
  margin-bottom: 2em;
  text-align: justify;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .cast_interview .int_q {
  font-style: italic;
  margin-bottom: 0.8em;
  color: #505050;
  font-weight: bold;
  font-size: .9em;
  color: rgba(172, 3, 3, 0.5);
}

#cast .section_inner .section_main .cast_items .cast_window .cast_window_body .int_by {
  font-size: .8em;
  text-align: right;
  font-style: italic;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_close {
  margin-top: 1em;
  margin-bottom: 2em;
  cursor: pointer;
}

#cast .section_inner .section_main .cast_items .cast_window .cast_close::before {
  content: '×とじる';
  font-weight: 900;
  letter-spacing: .25em;
  white-space: nowrap;
}

.imgb03 img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (orientation: portrait) {
  .imgb03 img {
    height: 80vw;
  }
}

@media screen and (max-width: 768px) {
  .imgb03 img {
    height: 80vw;
  }
}

#comment {
  position: relative;
}

#comment .bg_box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  background-image: url(img/bg_comment.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #comment .bg_box {
    background-size: 200%;
  }
}

@media screen and (max-width: 768px) {
  #comment .bg_box {
    background-size: 200%;
  }
}

#comment .section_inner {
  margin-top: -100vh;
  position: relative;
  padding: 120px 20px 120px;
}

@media screen and (orientation: portrait) {
  #comment .section_inner {
    padding: 80px 20px 80px;
  }
}

@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 20px 80px;
  }
}

#comment .section_inner .section_main {
  max-width: 1200px;
  margin: 0px auto 0;
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_main {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    width: 100%;
    max-width: 500px;
  }
}

#comment .section_inner .section_main h2 {
  margin-bottom: 80px;
}

#comment .section_inner .section_main .comment_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#comment .section_inner .section_main .comment_box .comment_item {
  background-color: #FFF;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 20px 40px;
  width: calc(50% - 40px);
  padding: 40px;
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_main .comment_box .comment_item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_main .comment_box .comment_item {
    width: 100%;
  }
}

#comment .section_inner .section_main .comment_box .comment_item .comment_body {
  line-height: 2;
  text-align: justify;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #ccc;
}

#comment .section_inner .section_main .comment_box .comment_item .comment_name {
  text-align: center;
  font-size: 1.4em;
  color: #ac0303;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#comment .section_inner .section_main .comment_box .comment_item .comment_role {
  text-align: center;
}

footer .footer {
  background-color: #fff;
  position: relative;
}

footer .footer .footer_img {
  position: relative;
}

footer .footer .footer_img img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 11%;
     object-position: 0% 11%;
}

@media screen and (orientation: portrait) {
  footer .footer .footer_img img {
    height: 70vw;
  }
}

@media screen and (max-width: 768px) {
  footer .footer .footer_img img {
    height: 70vw;
  }
}

footer .footer .footer_titles {
  position: absolute;
  width: 25%;
  top: 25%;
  left: 37.5%;
}

@media screen and (orientation: portrait) {
  footer .footer .footer_titles {
    width: 50%;
    left: 25%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer .footer_titles {
    width: 50%;
    left: 25%;
  }
}

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

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

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

.fadeInUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

.blurUp.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpR {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blurUpR.is-inview {
  opacity: .7;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpSpan {
  opacity: .6;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.blurUpSpan.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}

@media screen and (orientation: portrait) {
  .blurUpLeft {
    -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%);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

.coloring {
  opacity: .2;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

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