@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;
  -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 {
  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: solid 1px #323232;
  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: #fff;
  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: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 2px #D2D300;
}

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

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

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

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

.trailer_tab {
  color: #d1d1d1;
  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: 49%;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 3em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #444400;
  color: #c1c1c1;
}

.trailer_tab li:before {
  content: '●';
  margin-right: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.trailer_tab li.ready {
  color: #333;
  background-color: #D2D300;
  cursor: pointer;
}

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

.trailer_tab li.ready:hover {
  background: rgba(107, 107, 107, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
}

#youtube2 {
  display: none;
}

.fixed_bg {
  display: block;
  background-image: url(img/bg_film.png), url(img/bg_g.jpg);
  background-size: 100%, 200px;
  background-repeat: repeat-y, repeat;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.fixed_bg.fixed_bg_comment {
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: 0% bottom;
}

@-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 1.5s steps(10) infinite;
          animation: noise 1.5s steps(10) infinite;
  line-height: 0;
  opacity: 0.3;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .noise_overlay {
    background-size: 150px;
  }
}

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

*:focus {
  outline: none;
}

body {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
}

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

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

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

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

.loading .spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #D2D300;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
NAV-----------------------
*/
.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 {
    top: calc(100% - 55px);
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    top: calc(100% - 55px);
    height: 50px;
  }
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
  height: 50px;
  background-color: #FEFFF3;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 50px;
    margin: 0 auto;
    width: calc(100% - 10px);
  }
}

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

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
  }
}

@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-menu {
  display: block;
  font-size: 1.1em;
  height: 50px;
  width: 100%;
  color: #586813;
  text-transform: uppercase;
}

@media screen and (orientation: portrait) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer-menu.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-menu.cont-pc {
    display: none;
  }
}

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

.gnav .gnav_list .gnav_item a img, .gnav .gnav_list .gnav_item #btn_trailer-menu img {
  height: 50px;
}

.gnav .gnav_list .gnav_item a p, .gnav .gnav_list .gnav_item #btn_trailer-menu p {
  line-height: 50px;
  font-size: 24px;
  white-space: nowrap;
  font-family: 'Passion One', sans-serif;
  letter-spacing: .05em;
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer-menu:hover {
  opacity: .8;
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer-menu.construction {
  opacity: .5;
  pointer-events: none;
}

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

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

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

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

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

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

.updown_nav ul li {
  background-color: #FEFFF3;
  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;
  cursor: pointer;
}

.updown_nav ul li span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

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

@media screen and (orientation: portrait) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

/*
MAIN TOP------------------
*/
@-webkit-keyframes nick_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes nick_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#top {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

#top .main_outer {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: scale(2);
          transform: scale(2);
  mix-blend-mode: darken;
}

#top .main_outer.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#top .main_outer .main_img {
  width: 100%;
  height: 47vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (orientation: portrait) {
  #top .main_outer .main_img {
    height: 190vw;
  }
}

@media screen and (max-width: 768px) {
  #top .main_outer .main_img {
    height: 190vw;
  }
}

#top .main_outer .main_img img {
  margin-top: -16.5vw;
  width: 110%;
  margin-left: -5%;
}

@media screen and (orientation: portrait) {
  #top .main_outer .main_img img {
    margin-top: -3vw;
    width: 172%;
    margin-left: -36%;
  }
}

@media screen and (max-width: 768px) {
  #top .main_outer .main_img img {
    margin-top: -3vw;
    width: 172%;
    margin-left: -36%;
  }
}

#top .main_outer .main_img img.active {
  -webkit-animation: nick_rotate 20s infinite forwards;
          animation: nick_rotate 20s infinite forwards;
}

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

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

@media screen and (orientation: portrait) {
  #top .copy_yoko {
    width: 94%;
    left: 3%;
    top: 2%;
  }
}

@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 94%;
    left: 3%;
    top: 2%;
  }
}

#top .copy_tate {
  position: absolute;
  top: 7%;
  right: 5%;
  width: 2.1%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

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

@media screen and (orientation: portrait) {
  #top .copy_tate {
    top: 16%;
    right: 3%;
    width: 6%;
  }
}

@media screen and (max-width: 768px) {
  #top .copy_tate {
    top: 16%;
    right: 3%;
    width: 6%;
  }
}

#top .title {
  position: absolute;
  top: 75%;
  left: 31%;
  width: 42%;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#top .title.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (orientation: portrait) {
  #top .title {
    top: 46%;
    left: 14%;
    width: 72%;
  }
}

@media screen and (max-width: 768px) {
  #top .title {
    top: 46%;
    left: 14%;
    width: 72%;
  }
}

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

@media screen and (orientation: portrait) {
  #top .release {
    right: 4%;
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  #top .release {
    right: 4%;
    width: 39%;
  }
}

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

@media screen and (orientation: portrait) {
  #top .release.active {
    bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  #top .release.active {
    bottom: 17px;
  }
}

#top #btn_trailer2 {
  margin-bottom: 1%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  bottom: 10px;
  left: 3%;
  max-width: 400px;
  width: 15%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

#top #btn_trailer2.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #top #btn_trailer2 {
    width: 49%;
    left: 4%;
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #top #btn_trailer2 {
    width: 49%;
    left: 4%;
    bottom: 10px;
  }
}

#top #btn_trailer2 .btn_trailer_video {
  width: 90%;
  margin: 0 auto -1%;
  z-index: 1;
  background-color: #000;
  position: relative;
}

#top #btn_trailer2 .btn_trailer_video video {
  background-color: #000;
  width: 100%;
  position: relative;
}

#top #btn_trailer2 .btn_trailer_text {
  margin: 0 auto;
  z-index: 2;
  background-color: #fff;
  border: solid 2px #D2D300;
  border-radius: 50px;
  position: relative;
}

#top #btn_trailer2:hover .btn_trailer_video {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

#top #btn_trailer2:hover .btn_trailer_text {
  background-color: #ffffe3;
}

#info {
  background-color: #f1f2da;
  background-image: url(img/bg_info.jpg);
  background-repeat: repeat;
  background-size: 300px;
  background-position: center center;
  overflow: hidden;
  padding: 40px 20px;
}

@media screen and (orientation: portrait) {
  #info {
    padding: 20px;
  }
}

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

#info .billing_jp {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 1000px;
}

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

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

#info .contact {
  margin: 0 auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (orientation: portrait) {
  #info .contact {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 768px) {
  #info .contact {
    margin: 0 auto 10px;
  }
}

#info .contact a {
  display: block;
  max-width: 400px;
  width: 70%;
}

#info .contact a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: .7;
}

#info .btns {
  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-bottom: 10px;
}

#info #btn_trailer {
  margin: 0 5px 10px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  max-width: 300px;
  width: 30%;
}

@media screen and (orientation: portrait) {
  #info #btn_trailer {
    margin-bottom: 10px;
    width: 70%;
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #info #btn_trailer {
    margin-bottom: 10px;
    width: 70%;
    max-width: 200px;
  }
}

#info #btn_trailer .btn_trailer_text {
  margin: 0 auto;
  z-index: 2;
  background-color: #fff;
  border: solid 2px #D2D300;
  border-radius: 50px;
  position: relative;
}

#info #btn_trailer:hover .btn_trailer_text {
  background-color: #ffffe3;
}

#info #btn_theater {
  max-width: 300px;
  margin: 0 5px 10px;
  background-color: #fff;
  border: solid 2px #14B48E;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 30%;
}

#info #btn_theater:hover {
  background-color: #dbfff1;
}

@media screen and (orientation: portrait) {
  #info #btn_theater {
    width: 70%;
    margin-bottom: 10px;
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #info #btn_theater {
    width: 70%;
    margin-bottom: 10px;
    max-width: 200px;
  }
}

#info #btn_twitter {
  max-width: 300px;
  margin: 0 5px 10px;
  background-color: #fff;
  border: solid 2px #1b95e0;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 30%;
}

#info #btn_twitter:hover {
  background-color: #d4efff;
}

@media screen and (orientation: portrait) {
  #info #btn_twitter {
    width: 70%;
    margin-bottom: 10px;
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #info #btn_twitter {
    width: 70%;
    margin-bottom: 10px;
    max-width: 200px;
  }
}

#info .com_bnr {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 0 auto 20px;
  width: 90%;
}

#info .com_bnr:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#info .ti_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  margin: 0 auto 20px;
}

#info .ti_bnrs div {
  max-width: 320px;
  width: 70%;
  margin: 0 5px 10px 5px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#info .ti_bnrs div:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

#info .mvtk {
  overflow: hidden;
  width: 100%;
}

#info .spotify_box {
  max-width: 840px;
  margin: 0 auto 20px;
  width: 90%;
}

@media screen and (orientation: portrait) {
  #info .spotify_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #info .spotify_box {
    width: 100%;
  }
}

.imgs6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 10px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  width: 100vw;
}

.imgs6 .imgs6_upper {
  width: calc(40% - 4px);
  margin-bottom: 10px;
}

@media screen and (orientation: portrait) {
  .imgs6 .imgs6_upper {
    width: 100%;
  }
}

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

.imgs6 .imgs6_middle {
  width: calc(60% - 5px);
  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) {
  .imgs6 .imgs6_middle {
    width: 100%;
  }
}

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

.imgs6 .imgs6_middle div {
  width: calc(33.33% - 6.66px);
  margin-bottom: 10px;
}

@media screen and (orientation: portrait) {
  .imgs6 .imgs6_middle div {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  .imgs6 .imgs6_middle div {
    width: calc(50% - 5px);
  }
}

.imgs6 .imgs6_middle div:last-of-type {
  width: calc(66.66% - 3.33px);
}

@media screen and (orientation: portrait) {
  .imgs6 .imgs6_middle div:last-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .imgs6 .imgs6_middle div:last-of-type {
    width: 100%;
  }
}

.text_body p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 0.8em;
}

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

#story {
  position: relative;
}

@media screen and (orientation: portrait) {
  #story {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #story {
    overflow: hidden;
  }
}

#story .section_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  left: 0;
}

@media screen and (orientation: portrait) {
  #story .section_bg {
    top: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #story .section_bg {
    top: 0;
    position: relative;
  }
}

#story .section_bg img {
  width: 100%;
  height: calc(100vh - 50px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}

@media screen and (orientation: portrait) {
  #story .section_bg img {
    height: inherit;
  }
}

@media screen and (max-width: 768px) {
  #story .section_bg img {
    height: inherit;
  }
}

#story .section_inner {
  position: relative;
  margin-top: -30vh;
  padding-bottom: 70vh;
}

@media screen and (orientation: portrait) {
  #story .section_inner {
    margin-top: 0;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner {
    margin-top: 0;
    padding-bottom: 0px;
  }
}

#story .section_inner .section_main {
  max-width: 900px;
  width: 100%;
  background-color: rgba(0, 35, 32, 0.9);
  color: #fff;
  margin: 0 auto;
}

@media screen and (orientation: portrait) {
  #story .section_inner .section_main {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    margin: 0 auto;
  }
}

#story .section_inner .section_main h2 {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
  max-width: 253px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

@media screen and (orientation: portrait) {
  #story .section_inner .section_main h2 {
    max-width: 210px;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main h2 {
    max-width: 210px;
  }
}

#story .section_inner .section_main .text_body {
  padding: 20px 60px 80px;
}

@media screen and (orientation: portrait) {
  #story .section_inner .section_main .text_body {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 40px 60px;
  }
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 40px 60px;
  }
}

#intro {
  background-color: #fff;
}

#intro .section_inner .section_main h2 {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
  display: block;
  max-width: 478px;
  width: 90%;
  padding-top: 80px;
  margin: 0 auto 40px;
}

@media screen and (orientation: portrait) {
  #intro .section_inner .section_main h2 {
    max-width: 344px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h2 {
    max-width: 344px;
    margin: 0 auto 40px;
  }
}

#intro .section_inner .section_main .text_body {
  padding: 40px 40px 0px;
  color: #4A4A0F;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

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

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

#intro .section_inner .section_img {
  overflow: hidden;
}

#cast .section_inner {
  padding: 80px 40px 80px;
}

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

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

#cast .section_inner .section_main h2 {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
  display: block;
  max-width: 222px;
  margin: 0 auto 40px;
  width: 60%;
}

#cast .section_inner .section_main .cast_items {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#cast .section_inner .section_main .cast_items .cast_item {
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#FEFFE9));
  background-image: linear-gradient(to right, #fff, #FEFFE9);
  margin-bottom: 40px;
}

@media screen and (orientation: portrait) {
  #cast .section_inner .section_main .cast_items .cast_item {
    padding: 30px 20px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .cast_items .cast_item {
    padding: 30px 20px;
    margin: 0 auto 40px;
  }
}

#cast .section_inner .section_main .cast_items .cast_item, #cast .section_inner .section_main .cast_items .cast_grid {
  width: calc(50% - 20px);
}

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

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

#cast .section_inner .section_main .cast_items .cast_item .cast_img, #cast .section_inner .section_main .cast_items .cast_grid .cast_img {
  width: 90%;
  margin-bottom: 0.8em;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
}

#cast .section_inner .section_main .cast_items .cast_item .cast_names, #cast .section_inner .section_main .cast_items .cast_grid .cast_names {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(20, 30, 1, 0.2));
          filter: drop-shadow(1px 1px 1px rgba(20, 30, 1, 0.2));
  color: #586813;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: .6em;
  letter-spacing: -0.05em;
}

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

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

#cast .section_inner .section_main .cast_items .cast_item .cast_names span, #cast .section_inner .section_main .cast_items .cast_grid .cast_names span {
  font-size: .8em;
  font-weight: 900;
  display: block;
}

#cast .section_inner .section_main .cast_items .cast_item .cast_body p, #cast .section_inner .section_main .cast_items .cast_grid .cast_body p {
  font-size: .9em;
  color: #30105B;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

#staff {
  background-color: #fff;
  background-image: url(img/bg_film.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center center;
}

#staff .section_inner {
  padding: 80px 40px 80px;
}

#staff .section_inner .section_main h2 {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(20, 30, 1, 0.4));
  mix-blend-mode: multiply;
  max-width: 166px;
  width: 60%;
  margin: 0 auto 40px;
}

#staff .section_inner .section_main .staff_items {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  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) {
  #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 {
  width: calc(50% - 20px);
  color: #333;
  background-color: #fff;
  padding: 40px;
  border: solid 1px #333;
}

@media screen and (orientation: portrait) {
  #staff .section_inner .section_main .staff_items .staff_item {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  #staff .section_inner .section_main .staff_items .staff_item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #staff .section_inner .section_main .staff_items .staff_item {
    width: 100%;
    margin-bottom: 40px;
    padding: 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 .staff_names {
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(20, 30, 1, 0.2));
          filter: drop-shadow(1px 1px 1px rgba(20, 30, 1, 0.2));
}

#staff .section_inner .section_main .staff_items .staff_item .staff_names span {
  font-size: 1.3em;
  font-weight: 900;
  display: block;
}

#staff .section_inner .section_main .staff_items .staff_item hr {
  border: 0;
  height: 1px;
  width: 50%;
  margin: 0 auto;
  background-color: #333;
  margin: 1em auto 1.5em;
}

#staff .section_inner .section_main .staff_items .staff_item .staff_body p {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: .9em;
}

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

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

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

#comment .section_inner .section_header .head_img {
  position: relative;
}

#comment .section_inner .section_header .head_img img {
  height: 35vw;
  -o-object-position: 0% 23%;
     object-position: 0% 23%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_header .head_img img {
    height: 100vw;
    -o-object-position: 40% 0%;
       object-position: 40% 0%;
  }
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_header .head_img img {
    height: 100vw;
    -o-object-position: 40% 0%;
       object-position: 40% 0%;
  }
}

#comment .section_inner .section_header .section_title {
  position: absolute;
  max-width: 324px;
  width: 60%;
  bottom: -20px;
  left: 40px;
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_header .section_title {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #comment .section_inner .section_header .section_title {
    left: 0;
  }
}

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

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

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

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

#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 (orientation: portrait) {
  #comment .section_inner .section_main .comment_list a {
    font-size: .95em;
    padding: 5px 8px;
  }
}

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

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

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

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

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

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

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

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

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

#comment .section_inner .section_main .comment_box .comment_grid, #comment .section_inner .section_main .comment_box .comment_item {
  width: calc(33.33% - 26.66px);
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_main .comment_box .comment_grid, #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_grid, #comment .section_inner .section_main .comment_box .comment_item {
    width: 100%;
  }
}

#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: .9em;
}

@media screen and (orientation: portrait) {
  #comment .section_inner .section_main .comment_box .comment_item {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1em;
  }
}

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

#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";
}

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

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

#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;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

.footer {
  background-color: #fff;
  position: relative;
  padding: 40px 20px;
}

.footer.footer_comment {
  background-color: #fefff3;
}

@media screen and (orientation: portrait) {
  .footer {
    padding: 20px 40px 70px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 40px 70px;
  }
}

.footer .billing_en {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 10px;
}

.footer .copyright {
  text-align: center;
  color: #D2D300;
  font-size: 1rem;
}

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

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

.scaleDown {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.scaleDown.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

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

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

.fadeInRight {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.fadeInRight.is-inview {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.fadeInLeft.is-inview {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

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

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

.blurUp {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -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);
}

.fadeInLeft {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.fadeInLeft.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.clipLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -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 {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

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