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

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

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

div {
  min-height: 0%;
}

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

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

.cont-sp {
  display: none;
}

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

.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;
  -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(0, 0, 0, 0.5);
  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 (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 {
  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: rgba(60, 57, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#trailer .close_btn_trailer {
  display: none;
  position: fixed;
  top: 1px;
  right: 1px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  cursor: pointer;
  border: solid 1px #fff;
}

#trailer .close_btn_trailer::before, #trailer .close_btn_trailer::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

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

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

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

#trailer .close_btn_trailer:hover::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#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: rgba(0, 0, 0, 0.8);
}

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

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

.trailer_tab {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trailer_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 12px 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 4em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #222323;
  color: #aaaaaa;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .trailer_tab li {
    height: 3em;
  }
}

.trailer_tab li:before {
  content: '●';
  margin-right: 4px;
  font-weight: 900;
}

.trailer_tab li.ready {
  color: #fff;
  background-color: #44330e;
  cursor: pointer;
}

.trailer_tab li.ready::before {
  content: '';
}

.trailer_tab li.ready:hover {
  background-color: #513d12;
  -webkit-transition: .4s;
  transition: .4s;
}

#youtube2 {
  display: none;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  height: 100%;
  position: relative;
}

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

.fixed_bg {
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  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;
}

.loading {
  background-color: #270d06;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  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;
}

.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 #C49B76;
  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-----------------------
*/
@-webkit-keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@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: 100px;
  -webkit-animation: noise 2s steps(10) infinite;
          animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 80px;
  }
}

.nav_btn {
  display: none;
  z-index: 101;
  position: fixed;
}

@media screen and (max-width: 768px) {
  .nav_btn {
    background-color: rgba(0, 0, 0, 0.32);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 10px;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    right: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_btn.active {
    opacity: .85;
    right: 10px;
  }
  .nav_btn .menu_text {
    color: #FFF;
  }
  .nav_btn .menu_text::after {
    content: 'menu';
    text-transform: uppercase;
  }
  .nav_btn .gnav_btn_inner {
    height: 20px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0 4px;
  }
  .nav_btn .gnav_btn_inner .menu_arrow, .nav_btn .gnav_btn_inner .menu_arrow2 {
    width: 30px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.nav_btn.show .menu_text:after {
  content: 'close';
}

.nav_btn.show .gnav_btn_inner .menu_arrow {
  -webkit-transform: rotate(32deg) translate(2px, 3px);
          transform: rotate(32deg) translate(2px, 3px);
}

.nav_btn.show .gnav_btn_inner .menu_arrow2 {
  -webkit-transform: rotate(-32deg) translate(3px, -7px);
          transform: rotate(-32deg) translate(3px, -7px);
}

.text_body {
  line-height: 2.2;
  text-align: justify;
}

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

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

section .section_inner {
  padding: 120px 40px;
}

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

section .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
}

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

section .section_inner .section_main h2 {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  section .section_inner .section_main h2 {
    margin-bottom: 40px;
  }
}

section .section_inner .section_main h3 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section .section_inner .section_main h3 {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  section .section_inner .section_main h3 span {
    display: inline-block;
  }
}

section .section_inner .section_main h3 {
  font-size: 1.1em;
  text-align: center;
}

.to_top {
  z-index: 99;
  width: 80px;
  margin: 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .to_top {
    position: fixed;
    bottom: 10px;
    right: -50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.32);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.to_top:hover {
  opacity: .3;
}

.to_top.active {
  right: 10px;
  opacity: 1;
}

.main {
  position: relative;
}

.main .nav {
  position: fixed;
  height: 100%;
  width: 20%;
  top: 0;
  right: 0;
  background-color: #000;
  background-size: cover;
  background-position: 0% 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main .nav {
    padding-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) translateX(-100%);
            transform: scale(1) translateX(-100%);
  }
  .main .nav.show {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
    opacity: 1;
  }
}

.main .nav .title_nav {
  opacity: .3;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0%;
}

@media screen and (max-width: 768px) {
  .main .nav .title_nav {
    opacity: .2;
    top: unset;
    bottom: 0;
    width: 90%;
  }
}

.main .nav .navs {
  min-height: 300px;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .main .nav .navs {
    height: 80%;
    margin-bottom: 0%;
  }
}

.main .nav .navs .gnav_outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .main .nav .navs .gnav_outer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .nav .navs .gnav_outer .gnav {
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5% auto 10%;
  text-align: center;
  width: auto;
}

@media screen and (max-width: 768px) {
  .main .nav .navs .gnav_outer .gnav {
    margin: 0 auto 0%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
    margin-bottom: 20%;
  }
}

.main .nav .navs .gnav_outer .gnav li a, .main .nav .navs .gnav_outer .gnav li #trailer_btn_menu {
  cursor: pointer;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: .1em;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .main .nav .navs .gnav_outer .gnav li a, .main .nav .navs .gnav_outer .gnav li #trailer_btn_menu {
    font-size: 1.2em;
  }
}

.main .nav .navs .gnav_outer .gnav li a.construction, .main .nav .navs .gnav_outer .gnav li #trailer_btn_menu.construction {
  pointer-events: none;
  opacity: .3;
}

.main .nav .navs .gnav_outer .gnav li a.external::after, .main .nav .navs .gnav_outer .gnav li #trailer_btn_menu.external::after {
  content: '';
  width: .7em;
  height: .7em;
  margin-left: .2em;
  background-image: url(img/external-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.main .nav .navs .gnav_outer .gnav li a:hover, .main .nav .navs .gnav_outer .gnav li #trailer_btn_menu:hover {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
  opacity: .5;
}

.main .nav .sns_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3em;
}

.main .nav .sns_icons a {
  display: block;
  width: 36px;
  -webkit-transition: .2s;
  transition: .2s;
}

.main .nav .sns_icons a:hover {
  opacity: .5;
}

.main .contents {
  position: relative;
  width: 80%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main .contents {
    width: 100%;
  }
}

.main .contents #top {
  position: relative;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .main .contents #top {
    height: auto;
  }
}

.main .contents #top .main_img {
  position: relative;
  overflow: hidden;
  height: 43.12vw;
}

@media screen and (max-width: 768px) {
  .main .contents #top .main_img {
    height: auto;
  }
}

.main .contents #top .main_img img {
  width: 100%;
  height: 43.12vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 44%;
     object-position: center 44%;
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .main .contents #top .main_img img {
    height: auto;
  }
}

.main .contents #top .main_img.active img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .contents #top .awards {
  position: absolute;
  top: 2%;
  left: 21%;
  width: 58%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .main .contents #top .awards {
    top: 2.5%;
    left: 5%;
    width: 90%;
  }
}

.main .contents #top .awards.active {
  opacity: 1;
}

.main .contents #top .catch {
  position: absolute;
  top: 45%;
  left: 38%;
  width: 24%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .main .contents #top .catch {
    top: 58%;
    left: 14%;
    width: 72%;
  }
}

.main .contents #top .catch.active {
  opacity: 1;
}

.main .contents #top .release {
  position: absolute;
  top: 85%;
  left: 41%;
  width: 18%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .main .contents #top .release {
    top: 83%;
    left: 25%;
    width: 50%;
  }
}

.main .contents #top .release.active {
  opacity: 1;
}

.main .contents #top .copy {
  position: absolute;
  top: 79%;
  left: 21%;
  width: 58%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .main .contents #top .copy {
    top: 71%;
    left: 20%;
    width: 60%;
  }
}

.main .contents #top .copy.active {
  opacity: 1;
}

.main .contents #top .title {
  position: absolute;
  top: 53%;
  left: 18%;
  width: 64%;
  opacity: 0;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .main .contents #top .title {
    top: 15%;
    left: 2%;
    width: 96%;
  }
}

.main .contents #top .title.active {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.main .contents #info {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  background-image: url(img/bg3.jpg);
  background-size: cover;
}

.main .contents #info .btn_cp {
  width: 100%;
  background-color: rgba(60, 57, 57, 0.8);
  padding: 30px 0 30px;
}

@media screen and (max-width: 768px) {
  .main .contents #info .btn_cp {
    padding: 20px 0 20px;
  }
}

.main .contents #info .btn_cp a {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: rgba(255, 255, 255, 0.1);
}

.main .contents #info .btn_cp a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.main .contents #info .tumblr_btn {
  background-color: rgba(60, 57, 57, 0.5);
  width: 100%;
  padding: 30px 40px;
  -webkit-transition: .2s;
  transition: .2s;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .main .contents #info .tumblr_btn {
    padding: 20px 20px;
  }
}

.main .contents #info .tumblr_btn img {
  max-width: 250px;
  width: 45%;
  margin-bottom: 20px;
}

.main .contents #info .tumbler-post-list {
  letter-spacing: .1em;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.main .contents #info .tumbler-post-list li {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .main .contents #info .tumbler-post-list li {
    margin-bottom: 12px;
    font-size: .8em;
  }
}

.main .contents #info .tumbler-post-list li:last-of-type {
  margin-bottom: 0;
}

.main .contents #info .tumbler-post-list li .date {
  width: 8em;
  color: #fff;
}

.main .contents #info .tumbler-post-list li a {
  width: calc(100% - 10em);
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
}

.main .contents #info .tumbler-post-list li a:hover {
  opacity: .5;
}

.main .contents #info #trailer_btn {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  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;
  width: 100%;
  padding: 20px 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .main .contents #info #trailer_btn {
    padding: 20px 40px;
  }
}

.main .contents #info #trailer_btn img {
  max-width: 250px;
  width: 45%;
}

.main .contents #info #trailer_btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.main .contents #info .comment_btn {
  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;
  width: 100%;
  padding: 20px 40px;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: rgba(81, 40, 40, 0.7);
}

@media screen and (max-width: 768px) {
  .main .contents #info .comment_btn {
    padding: 20px 40px;
  }
}

.main .contents #info .comment_btn img {
  max-width: 250px;
  width: 45%;
}

.main .contents #info .comment_btn:hover {
  background-color: rgba(176, 81, 81, 0.8);
}

.main .contents #info .billing {
  padding: 40px 40px 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main .contents #info .billing {
    padding: 20px 20px;
    max-width: 400px;
  }
}

.main .contents #info .share_btn {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main .contents #info .share_btn {
    padding-bottom: 20px;
  }
}

.main .contents #info .bnr_mjr {
  padding-bottom: 20px;
  max-width: 400px;
  width: 70%;
  margin: 0 auto;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .main .contents #info .bnr_mjr {
    padding-bottom: 20px;
  }
}

.main .contents #info .bnr_mjr:hover {
  opacity: .7;
}

.main .contents #info .mvtk {
  padding-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main .contents #info .mvtk {
    padding-bottom: 20px;
  }
}

.main .contents #info .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}

.main .contents .imgbox4 {
  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;
  background-color: #000;
}

.main .contents .imgbox4 .imgbox_bl {
  width: 50%;
  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) {
  .main .contents .imgbox4 .imgbox_bl {
    width: 80%;
    margin: 0 auto 0 0;
  }
  .main .contents .imgbox4 .imgbox_bl:last-of-type {
    margin: 0 0 0 auto;
  }
}

.main .contents .imgbox4 .imgbox_bl div {
  width: 50%;
  overflow: hidden;
}

.main .contents #intro .section_inner .section_main h2 {
  color: #C5385C;
}

.main .contents #story {
  background-image: url(img/bg4.jpg);
  background-size: cover;
  background-position: center center;
}

.main .contents #story .section_inner .section_main h2 {
  color: #FFFFA7;
}

.main .contents #story .section_inner .section_main .text_body p {
  color: #FFF;
  text-align: center;
}

.main .contents #story .section_inner .section_main h3 {
  display: block;
  margin-top: 1em;
  color: #FFF;
}

.main .contents .prof_box .prof_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .main .contents .prof_box .prof_item {
    margin-bottom: 80px;
    display: block;
  }
}

.main .contents .prof_box .prof_item:last-of-type {
  margin-bottom: 0;
}

.main .contents .prof_box .prof_item .prof_img {
  width: 26%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main .contents .prof_box .prof_item .prof_img {
    width: 80%;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.main .contents .prof_box .prof_item .prof_texts {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .main .contents .prof_box .prof_item .prof_texts {
    width: 100%;
  }
}

.main .contents .prof_box .prof_item .prof_texts .name {
  font-size: 1.5em;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.main .contents .prof_box .prof_item .prof_texts .name .role {
  color: #C5385C;
  font-size: .7em;
  margin-right: 1em;
}

.main .contents .prof_box .prof_item .prof_texts .prof_body {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  padding: 20px 0;
}

.main .contents .prof_box .prof_item .prof_texts .prof_body p {
  line-height: 2;
  text-align: justify;
}

.main .contents .prof_box .prof_item .prof_texts .prof_body .comment_flame {
  background-color: #F8F8F8;
  padding: 30px 30px;
  margin-top: 20px;
}

.main .contents .prof_box .prof_item .prof_texts .prof_body .comment_flame h5 {
  font-size: 1em;
  color: #C5385C;
  margin-bottom: 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.main .contents .prof_box .prof_item .prof_texts .prof_body .comment_flame p {
  font-size: .9em;
}

.main .contents .prof_box .prof_item.noimg .prof_texts {
  width: 100%;
}

.main .contents #staff, .main .contents #cast {
  background-color: #fff;
}

.main .contents #staff .section_inner .section_main h2, .main .contents #cast .section_inner .section_main h2 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .main .contents #staff .section_inner .section_main h2, .main .contents #cast .section_inner .section_main h2 {
    margin-bottom: 60px;
  }
}

.main .contents #staff {
  background-color: rgba(255, 255, 255, 0.7);
}

.main .contents h2 {
  color: #C5385C;
}

.main .contents .imgb {
  position: relative;
  overflow: hidden;
}

.main .contents .imgb .imgb01 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main .contents .imgb .imgb01 img {
    height: 90vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.main .contents .imgb .text_shore {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main .contents #review {
  background-image: url(img/bg5.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main .contents #review .section_inner {
    padding: 80px 40px;
  }
}

.main .contents #review .section_inner .section_main {
  max-width: unset;
  color: #FFF;
}

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

.main .contents #review .section_inner .section_main h2 {
  color: #FFF;
}

.main .contents #review .section_inner .section_main .review_box {
  font-family: serif;
  min-width: 400px;
  width: 35%;
  margin: 0 5% 0 auto;
}

@media screen and (max-width: 768px) {
  .main .contents #review .section_inner .section_main .review_box {
    min-width: unset;
    width: auto;
    margin: 0 auto;
  }
}

.main .contents #review .section_inner .section_main .review_box .review_item {
  margin-bottom: 32px;
  font-size: 1.05em;
}

.main .contents #review .section_inner .section_main .review_box .review_item:last-of-type {
  margin-bottom: 0;
}

.main .contents #review .section_inner .section_main .review_box .review_item p {
  line-height: 1.8;
}

.main .contents #review .section_inner .section_main .review_box .review_item p span {
  display: inline-block;
}

.main .contents #review .section_inner .section_main .review_box .review_item p.reviewby {
  font-size: .8em;
  font-style: italic;
  margin-left: 0.5em;
  margin-top: 0.25em;
  opacity: .8;
}

.main .contents #comment {
  background-color: rgba(255, 255, 255, 0.5);
}

.main .contents #comment .section_inner .section_header {
  position: relative;
}

.main .contents #comment .section_inner .section_main {
  padding: 80px 40px 0;
}

@media screen and (max-width: 768px) {
  .main .contents #comment .section_inner .section_main {
    padding: 60px 0px 0;
  }
}

.main .contents #comment .section_inner .section_main .comment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  max-width: 1000px;
}

.main .contents #comment .section_inner .section_main .comment_list a {
  color: #B99D49;
  font-weight: bold;
  padding: 7px 10px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .main .contents #comment .section_inner .section_main .comment_list a {
    font-size: .95em;
    padding: 5px 8px;
  }
}

.main .contents #comment .section_inner .section_main .comment_list a span {
  font-size: .6em;
}

.main .contents #comment .section_inner .section_main .comment_list a:hover {
  color: #352d2d;
}

.main .contents #comment .section_inner .section_main p.cau {
  text-align: right;
  text-align: center;
  font-size: .8em;
  margin-bottom: 80px;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  .main .contents #comment .section_inner .section_main p.cau {
    width: 100%;
    margin-bottom: 60px;
  }
}

.main .contents #comment .section_inner .section_main .comment_box {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main .contents #comment .section_inner .section_main .comment_box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.main .contents #comment .section_inner .section_main .comment_box .comment_grid, .main .contents #comment .section_inner .section_main .comment_box .comment_item {
  width: calc(50% - 20px);
}

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

.main .contents #comment .section_inner .section_main .comment_box .comment_item {
  color: #333;
  background-color: #fefff3;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px;
  margin-bottom: 40px;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .main .contents #comment .section_inner .section_main .comment_box .comment_item {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1em;
  }
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_body p {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 0.25em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_body p span {
  font-size: 1.1em;
  font-weight: bold;
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_img {
  margin-top: 20px;
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_name {
  border-top: dotted 1px #e4cf8f;
  color: #6c792e;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_name span {
  font-size: .6em;
}

.main .contents #comment .section_inner .section_main .comment_box .comment_item .comment_role {
  text-align: center;
  margin-top: 10px;
  font-size: .8em;
  line-height: 1.4;
}

.main .contents .footer {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

.main .contents .footer .footer_title {
  max-width: 380px;
  width: 60%;
  margin: 0 auto 20px;
}

.main .contents .footer .footer_release {
  max-width: 226px;
  width: 50%;
  margin: 0 auto 0px;
}

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

.fadeIn2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

.fadeInUp2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

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

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

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

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

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

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