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

span.and {
  font-size: .6em;
}

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

span.text-sp {
  display: none;
}

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

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

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

.br-pc {
  display: block;
}

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

.br-sp {
  display: none;
}

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

.cont-pc {
  display: inherit;
}

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

.cont-tb {
  display: none;
}

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

.cont-sp {
  display: none;
}

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

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

.font-sp {
  display: none;
}

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

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

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

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

.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 title_flash {
  0% {
    opacity: .7;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: .8;
  }
  75% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes title_flash {
  0% {
    opacity: .7;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: .8;
  }
  75% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

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

#cboxWrapper {
  max-width: none;
}

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

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

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

#colorbox {
  outline: 0;
}

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

.cboxIframe {
  background: #000;
}

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

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

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

#cboxLoadingOverlay {
  background: #000;
}

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

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

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

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  padding: absolute;
  top: -20px;
  background: url(images/close.png) no-repeat;
  z-index: 10000;
  -webkit-transition: .4s;
  transition: .4s;
}

#cboxClose {
  background-size: 100%;
  right: 0px;
  overflow: visible;
}

#cboxClose:hover {
  opacity: .5;
}

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

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

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

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.fixed_bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fixed_bg video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    opacity: .2;
  }
  10% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
  100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}

@keyframes flash {
  0% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    opacity: .2;
  }
  10% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
  100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}

*:focus {
  outline: none;
}

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

html {
  height: 100%;
}

body {
  font-family: 'ryo-gothic-plusn', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
  line-height: 2;
  height: 100%;
  position: relative;
}

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

body.fixed {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}

a {
  color: #000;
}

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

img.bright10 {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

/*
PARTS------------------
*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  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: 0;
  left: 0;
}

.loading .sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.loading .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loading .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #826229;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.loading .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.loading .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.loading .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.loading .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.loading .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.loading .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.loading .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.loading .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.loading .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.loading .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.loading .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.img_box4 {
  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;
  line-height: 0;
  font-size: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.img_box4 .img_upper, .img_box4 .img_lower {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .img_box4 .img_upper, .img_box4 .img_lower {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .img_box4 .img_upper {
    margin: 20px auto 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .img_box4 .img_lower {
    margin: 5px 0 20px auto;
  }
}

.img_box4 div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .img_box4 div {
    width: 50%;
  }
}

.trailer_window {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  display: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.trailer_window .close_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999999;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  opacity: 0;
  cursor: pointer;
}

.trailer_window .close_btn::before, .trailer_window .close_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  display: block;
  width: 48px;
  border-top: 3px solid #fff;
}

.trailer_window .close_btn::before {
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}

.trailer_window .close_btn::after {
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}

.trailer_window .close_btn:hover {
  opacity: 0.5 !important;
}

.trailer_window .trailer_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  z-index: 999997;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.trailer_window #youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1;
}

.trailer_window .trailer_inner {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
          transform: translate(-50%, -50%) scale(0.9, 0.9);
  width: 80%;
  padding-bottom: 45%;
  height: 1;
  z-index: 999998;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.trailer_window.on {
  opacity: 1;
}

.trailer_window.on .close_btn, .trailer_window.on .trailer_overlay {
  opacity: 1;
}

.trailer_window.on .trailer_inner {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.trailer_window.on #youtube {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

header {
  position: relative;
}

/*
NAV-----------------------
*/
nav {
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  position: fixed;
  padding-left: 1%;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  nav {
    top: calc(100% - 50px);
    width: 100%;
    padding: 0;
  }
}

nav.active {
  opacity: 1;
}

nav #nav_main {
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  nav #nav_main {
    -webkit-box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
            box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
    background-color: #fff;
    font-family: sans-serif;
    font-weight: bold;
  }
}

nav #nav_main li {
  white-space: nowrap;
  font-size: 1.6rem;
}

@media screen and (max-width: 1366px) {
  nav #nav_main li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  nav #nav_main li {
    white-space: inherit;
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  nav #nav_main li.menu-pc {
    display: none;
  }
}

nav #nav_main li.menu-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  nav #nav_main li.menu-sp {
    display: block;
  }
}

nav #nav_main li a, nav #nav_main li div {
  height: 70px;
  padding: 0 .5em;
  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;
  color: #826229;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

nav #nav_main li a.construction, nav #nav_main li div.construction {
  color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 768px) {
  nav #nav_main li a, nav #nav_main li div {
    height: 50px;
    padding: 0;
  }
}

nav #nav_main li a p, nav #nav_main li div p {
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  nav #nav_main li a p, nav #nav_main li div p {
    letter-spacing: 0em;
    font-size: 1rem;
    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;
    height: 20px;
    overflow: visible;
  }
}

nav #nav_main li a i, nav #nav_main li div i {
  line-height: 1;
  font-size: 2rem;
}

nav #nav_main li a i::before, nav #nav_main li div i::before {
  display: none;
}

@media screen and (max-width: 768px) {
  nav #nav_main li a i::before, nav #nav_main li div i::before {
    padding-bottom: 2px;
    display: inherit;
  }
}

nav #nav_main li a:hover, nav #nav_main li div:hover {
  opacity: .5;
}

nav #nav_main li a:hover.construction, nav #nav_main li div:hover.construction {
  opacity: 1;
}

nav #nav_sns {
  position: fixed;
  right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  top: calc(100% - 90px);
}

@media screen and (max-width: 768px) {
  nav #nav_sns {
    top: calc(100% - 90px);
    right: inherit;
    left: 10px;
  }
}

nav #nav_sns li a {
  width: 50px;
  height: 50px;
  color: #826229;
  border-radius: 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;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
          box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
}

@media screen and (max-width: 768px) {
  nav #nav_sns li a {
    margin-left: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}

nav #nav_sns li a i {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  nav #nav_sns li a i {
    font-size: 1.8rem;
  }
}

nav #nav_sns li a p {
  font-weight: bold;
  text-transform: uppercase;
}

nav #nav_sns li a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

nav #nav_top {
  position: fixed;
  top: calc(100% - 90px);
  right: 40px;
}

@media screen and (max-width: 768px) {
  nav #nav_top {
    top: calc(100% - 100px);
    right: 10px;
  }
}

nav #nav_top .nav_top_inner {
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 100;
  background-color: #fff;
  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;
  -webkit-box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
          box-shadow: 2px 2px 10px rgba(65, 49, 33, 0.2);
}

nav #nav_top .nav_top_inner i {
  font-size: 2.4rem;
  line-height: 1;
  color: #826229;
}

nav #nav_top .nav_top_inner:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  nav #nav_top .nav_top_inner {
    width: 40px;
    height: 40px;
  }
  nav #nav_top .nav_top_inner i {
    font-size: 2rem;
  }
}

/*
SECTIONS------------------
*/
section .section_title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1;
}

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

section .section_title .section_title_en {
  font-family: 'a-otf-ud-shin-maru-go-pr6n', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2em;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  section .section_title .section_title_en {
    font-size: 1.6em;
    margin-bottom: 4px;
  }
}

section .section_title .section_title_jp {
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  section .section_title .section_title_jp {
    font-size: 1rem;
  }
}

section .section_inner .section_main .text_box_body {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 2.2;
}

section .section_inner .section_main .text_box_body p {
  padding-bottom: 8px;
}

/*
MAIN TOP------------------
*/
#top {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#top .main_box {
  -webkit-filter: blur(20px) brightness(200%);
          filter: blur(20px) brightness(200%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
  margin: 0px auto 0;
  padding: 70px 8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}

#top .main_box.active {
  -webkit-filter: blur(0) brightness(105%);
          filter: blur(0) brightness(105%);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #top .main_box {
    margin: 4% auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4%;
  }
}

#top .main_box .left {
  position: relative;
  width: 67%;
}

@media screen and (max-width: 768px) {
  #top .main_box .left {
    width: 100%;
  }
}

#top .main_box .left div {
  position: relative;
}

#top .main_box .left .title {
  width: 92%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  top: 17%;
  left: -16%;
}

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

#top .main_box .left .copy_nozomuna {
  position: absolute;
  top: 28%;
  left: 65%;
  width: 15.2%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media screen and (max-width: 768px) {
  #top .main_box .left .copy_nozomuna {
    top: 20%;
    left: 60%;
    width: 22.8%;
  }
}

#top .main_box .left .copy_nozomuna.active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#top .main_box .left .copy_nare {
  top: 86%;
  left: 16%;
  position: absolute;
  width: 12.4%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media screen and (max-width: 768px) {
  #top .main_box .left .copy_nare {
    top: 84%;
    width: 18.6%;
  }
}

#top .main_box .left .copy_nare.active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#top .main_box .right {
  width: 28%;
  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 (max-width: 768px) {
  #top .main_box .right {
    width: 100%;
    -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;
  }
}

#top .main_box .right .right_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 8%;
  width: 23%;
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_left {
    padding-top: 4%;
    width: 80%;
  }
}

#top .main_box .right .right_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 54%;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#top .main_box .right .right_right div {
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right div {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right .main_ss {
    width: 100%;
    padding: 0 1%;
    width: 24.2%;
  }
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right .main_h, #top .main_box .right .right_right .main_mi {
    width: 37%;
  }
}

#top .main_box .right .right_right .main_s, #top .main_box .right .right_right .main_r {
  width: 76%;
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right .main_s, #top .main_box .right .right_right .main_r {
    width: 100%;
  }
}

#top .main_box .right .right_right .main_s {
  margin: 0 0 5% auto;
}

@media screen and (max-width: 768px) {
  #top .main_box .right .right_right .main_s {
    margin: 0;
  }
}

#top .main_box .right .lower {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 94%;
  margin: 7% auto 0;
}

@media screen and (max-width: 768px) {
  #top .main_box .right .lower {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
    margin: 0;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

#top .release {
  padding: 2% 8%;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

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

#top .info {
  background-image: url(../img/bg1.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 40px 20px;
  background-attachment: fixed;
}

@media screen and (max-width: 1366px) {
  #top .info {
    background-attachment: inherit;
  }
}

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

#top .tic_tra {
  padding-top: 24px;
  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) {
  #top .tic_tra {
    display: block;
    padding-top: 0;
  }
}

#top .bnrs {
  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;
}

@media screen and (max-width: 768px) {
  #top .bnrs {
    padding: 20px 0;
  }
}

#top .bnrs li {
  width: 420px;
}

@media screen and (max-width: 768px) {
  #top .bnrs li {
    width: 90%;
    padding: 0;
  }
}

#top .bnrs li:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

#top .trailer-pc {
  width: 250px;
  margin-left: 20px;
}

#top .trailer-pc:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  cursor: pointer;
}

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

#top .trailer-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #top .trailer-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #top .trailer-sp .trailer-sp_inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 4px;
  }
  #top .trailer-sp .trailer-sp_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #top .trailer-sp .section_title {
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#top .billing_box {
  width: 40%;
  margin: 40px auto 0;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  #top .billing_box {
    width: 90%;
    margin: 20px auto 0;
  }
}

#top .billing_box div {
  margin: 0 auto;
}

#top .billing_box .billing_staff1 {
  padding-bottom: 16px;
  width: 82%;
}

@media screen and (max-width: 768px) {
  #top .billing_box .billing_staff1 {
    padding-bottom: 4vw;
  }
}

#top .billing_box .billing_staff2 {
  padding-bottom: 16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top .billing_box .billing_staff2 {
    padding-bottom: 3vw;
  }
}

#top .billing_box .billing_support {
  width: 100%;
}

#top #btn_kyousan {
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 24px;
}

#top #btn_kyousan p {
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

#top #btn_kyousan p:hover {
  cursor: pointer;
  text-decoration: none;
}

#top .modal_window {
  display: none;
  z-index: 100;
}

#top .modal_window .modal_overlay {
  background-color: rgba(106, 106, 106, 0.8);
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}

#top .modal_window .close_btn {
  top: 10px;
  right: 10px;
  position: fixed;
  font-size: 100px;
  display: none;
  z-index: 103;
  line-height: 1;
}

#top .modal_window .close_btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #top .modal_window .close_btn {
    font-size: 50px;
  }
}

#top .modal_window .close_btn_sub {
  background-color: #ffe6b1;
  padding: 8px 16px;
  margin: 40px auto;
  text-align: center;
  width: 150px;
}

#top .modal_window .close_btn_sub:hover {
  cursor: pointer;
}

#top .modal_window .modal_inner {
  background-color: #fff;
  padding: 40px;
  display: none;
  width: 80%;
  max-width: 1200px;
  height: 80%;
  margin: auto;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#top .modal_window .modal_inner::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

#top .modal_window .modal_inner::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff7e6;
}

#top .modal_window .modal_inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c5900;
}

@media screen and (max-width: 768px) {
  #top .modal_window .modal_inner {
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

#top .modal_window .modal_inner .modal_title {
  font-size: 1.3em;
  padding: 40px 0 20px;
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
}

#top .modal_window .modal_inner .p_block {
  text-align: center;
}

#top .modal_window .modal_inner .p_block .kyousan_top {
  padding-top: 20px;
}

#top .modal_window .modal_inner .p_block .kyousan_solo {
  margin-bottom: 20px;
}

#top .modal_window .modal_inner .p_block .kyousan_f1 {
  font-size: 1.1em;
}

#top .modal_window .modal_inner .p_block .kyousan_f2 {
  font-size: 0.9em;
}

#top .modal_window .modal_inner .p_block .kyousan_f3 {
  font-size: 1em;
}

#top .modal_window .modal_inner .p_block .kyousan_f1, #top .modal_window .modal_inner .p_block .kyousan_f2, #top .modal_window .modal_inner .p_block .kyousan_f3 {
  text-align: center;
}

#top .modal_window .modal_inner .p_block .kyousan_f1 span, #top .modal_window .modal_inner .p_block .kyousan_f2 span, #top .modal_window .modal_inner .p_block .kyousan_f3 span {
  padding: 0 0.5em;
  display: inline-block;
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
}

#top .modal_window .modal_inner .p_block .kyousan_f1 span a, #top .modal_window .modal_inner .p_block .kyousan_f2 span a, #top .modal_window .modal_inner .p_block .kyousan_f3 span a {
  text-decoration: underline;
}

#top .modal_window .modal_inner .p_block .kyousan_f1 span a:hover, #top .modal_window .modal_inner .p_block .kyousan_f2 span a:hover, #top .modal_window .modal_inner .p_block .kyousan_f3 span a:hover {
  text-decoration: none;
}

#top .modal_window.active {
  position: fixed;
  display: block;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

#top .modal_window.active .modal_overlay {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

#top .modal_window.active .close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

#top .modal_window.active .modal_inner {
  display: block;
  -webkit-animation: fadeInBlock2 .5s forwards;
          animation: fadeInBlock2 .5s forwards;
}

#introstory p {
  padding-bottom: 0.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#introstory .section_title {
  padding-top: 80px;
  padding-bottom: 40px;
}

#introstory .intro, #introstory .story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  width: 90%;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #826229;
}

@media screen and (max-width: 768px) {
  #introstory .intro, #introstory .story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 0;
    border-bottom: none;
  }
  #introstory .intro .section_title, #introstory .story .section_title {
    width: 50%;
    padding: 60px 0;
    margin-top: -58%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #introstory .intro .section_title, #introstory .story .section_title {
    padding: 10% 0;
    margin-top: 0;
  }
}

#introstory .intro .text_box, #introstory .story .text_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}

@media screen and (max-width: 768px) {
  #introstory .intro .text_box, #introstory .story .text_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 40px 20px;
  }
}

#introstory .intro .text_box .copy_intro, #introstory .story .text_box .copy_intro {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  #introstory .intro .text_box .copy_intro, #introstory .story .text_box .copy_intro {
    width: 100%;
  }
}

#introstory .intro .bg_box, #introstory .story .bg_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  background-image: url("../img/bg_intro.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #introstory .intro .bg_box, #introstory .story .bg_box {
    padding-top: 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
    background-size: 50%;
    background-position: bottom right;
    margin: 0 0 0 auto;
    position: relative;
    border-bottom: 2px solid #826229;
  }
  #introstory .intro .bg_box .section_title, #introstory .story .bg_box .section_title {
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#introstory .story {
  margin: auto 0 40px 0;
}

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

#introstory .story .text_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#introstory .story .bg_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  background-image: url("../img/bg_story.jpg");
}

@media screen and (max-width: 768px) {
  #introstory .story .bg_box {
    padding-top: 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
    background-size: 50%;
    background-position: bottom left;
    margin: auto 0 0 0;
    position: relative;
    border-bottom: 2px solid #826229;
  }
  #introstory .story .bg_box .section_title {
    position: absolute;
    top: 50%;
    margin: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #introstory .img_box4 .img_upper {
    margin: 0 0 5px auto;
  }
}

@media screen and (max-width: 768px) {
  #introstory .img_box4 .img_lower {
    margin: 5px auto 20px 0;
  }
}

#caststaff {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffae9), color-stop(10%, rgba(255, 250, 233, 0)), to(rgba(255, 250, 233, 0)));
  background: linear-gradient(180deg, #fffae9 0%, rgba(255, 250, 233, 0) 10%, rgba(255, 250, 233, 0) 100%);
}

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

#caststaff p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  #caststaff p {
    line-height: 1.6;
  }
}

#caststaff .prof_item {
  margin-bottom: 120px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_item {
    margin-bottom: 60px;
    padding: 0;
  }
}

#caststaff .prof_list-1, #caststaff .prof_list-3 {
  max-width: 800px;
  margin: 0 auto;
}

#caststaff .prof1 {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #caststaff .prof1 .prof_img {
    padding: 0 30px 0 0;
  }
  #caststaff .prof1 .prof_texts {
    padding: 0 30px 0 10px;
  }
}

#caststaff .prof2, #caststaff .prof8 {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #caststaff .prof2 .prof_img, #caststaff .prof8 .prof_img {
    padding: 0 0 0 30px;
  }
  #caststaff .prof2 .prof_texts, #caststaff .prof8 .prof_texts {
    padding: 0 10px 0 30px;
  }
  #caststaff .prof2 .prof_texts .prof_name, #caststaff .prof8 .prof_texts .prof_name {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #caststaff .prof2 .prof_texts .prof_btn, #caststaff .prof8 .prof_texts .prof_btn {
    margin: 10px 0 0 auto;
  }
}

#caststaff .prof3 .prof_img, #caststaff .prof4 .prof_img {
  width: 80%;
}

#caststaff .prof3 .prof_texts, #caststaff .prof4 .prof_texts {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof3 .prof_texts, #caststaff .prof4 .prof_texts {
    width: 100%;
    padding: 0 30px 0 10px;
  }
}

#caststaff .prof4 .prof_img {
  margin: 0 0 0 auto;
}

#caststaff .prof4 .prof_texts {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  #caststaff .prof4 .prof_texts {
    width: 100%;
    padding: 0 10px 0 30px;
  }
  #caststaff .prof4 .prof_texts .prof_name {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #caststaff .prof4 .prof_texts .prof_btn {
    margin: 10px 0 0 auto;
  }
}

#caststaff .prof_list-2 {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-2 {
    display: block;
  }
}

#caststaff .prof_list-2 .prof_item {
  width: 47.5%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-2 .prof_item {
    width: 100%;
  }
  #caststaff .prof_list-2 .prof_item .prof_img {
    width: 65%;
  }
  #caststaff .prof_list-2 .prof_item .prof_texts {
    width: 100%;
    padding: 0 30px 0 10px;
  }
}

#caststaff .prof_list-2 .prof6 {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-2 .prof6 .prof_img {
    margin: 0 0 0 auto;
  }
  #caststaff .prof_list-2 .prof6 .prof_texts {
    padding: 0 10px 0 30px;
    width: 100%;
  }
  #caststaff .prof_list-2 .prof6 .prof_texts .prof_name {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #caststaff .prof_list-2 .prof6 .prof_texts .prof_btn {
    margin: 10px 0 0 auto;
  }
}

#caststaff hr {
  border: 0;
  height: 2px;
  width: 50%;
  max-width: 700px;
  background-color: #826229;
  margin: 0 auto 120px;
}

@media screen and (max-width: 768px) {
  #caststaff hr {
    margin: 0 auto 60px;
  }
}

#caststaff .prof_list-4 {
  max-width: 1100px;
  margin: 0 auto;
}

#caststaff .prof_list-4 .prof_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-4 .prof_item {
    display: block;
  }
}

#caststaff .prof_list-4 .prof_img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-4 .prof_img {
    width: 65%;
  }
}

#caststaff .prof_list-4 .prof_texts {
  width: 65%;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_list-4 .prof_texts {
    width: 100%;
    padding: 0 30px 0 10px;
  }
}

#caststaff .prof_name {
  font-family: 'ryo-display-plusn', serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.5em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding-bottom: 1em;
}

#caststaff .prof_name .name_jp {
  padding-right: .5em;
  font-size: 1.6em;
}

#caststaff .prof_name .role_jp {
  padding-right: .5em;
  color: #826229;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_body {
    display: none;
  }
}

#caststaff .prof_btn {
  margin-top: 10px;
  display: none;
  border: solid 1px #826229;
  width: 200px;
  height: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #caststaff .prof_btn {
    display: block;
  }
}

#caststaff .prof_btn::before {
  content: 'profile ＋';
  text-align: center;
  position: absolute;
  width: 200px;
  height: 32px;
  top: 0;
  left: 0;
  color: #826229;
}

#caststaff .prof_btn:hover {
  cursor: pointer;
}

#caststaff .prof_btn.active::before {
  content: 'close ―';
}

#caststaff .img_box1 {
  opacity: .7;
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  width: 100%;
}

#caststaff .img_box1.bycicle {
  height: 35vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #caststaff .img_box1.bycicle {
    height: auto;
  }
}

#prono {
  padding: 80px 0;
}

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

.frame_caption {
  font-size: 1.1em;
  margin: 0 0 0 auto;
  display: block;
  text-align: right;
  padding-right: 1em;
}

.frame_caption i {
  -webkit-animation: flash 4s linear infinite;
          animation: flash 4s linear infinite;
}

.prono_frame {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  height: 100%;
  width: 100%;
  width: calc(100% - 80px);
}

@media screen and (max-width: 768px) {
  .prono_frame {
    width: calc(100% - 20px);
    padding: 0 20px 0;
  }
}

.prono_frame .prono_frame_inner {
  position: relative;
  border-top: solid 1px #826229;
  border-bottom: solid 1px #826229;
  border-right: solid 1px #826229;
  height: 70vh;
  max-height: 800px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  overflow-x: scroll;
  padding: 20px 0px 20px 20%;
  font-size: 0.9em;
  line-height: 1.6;
}

.prono_frame .prono_frame_inner::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.prono_frame .prono_frame_inner::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff7e6;
}

.prono_frame .prono_frame_inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c5900;
}

@media screen and (max-width: 768px) {
  .prono_frame .prono_frame_inner {
    height: calc(100vh - 140px);
    padding: 20px;
  }
}

.prono_frame .prono_frame_inner .prono_img {
  width: 261px;
  height: 131px;
  float: left;
  padding: 0 10px 0px;
  margin: 0 0 1em 0;
}

.prono_frame .prono_frame_inner .prono_img.float_right {
  float: right;
  padding: 0px 10px 0;
  margin: 1em 0 0 0;
}

.prono_frame .prono_frame_inner .prono_date {
  font-weight: bold;
  padding-left: 4px;
  margin-right: 10px;
}

.prono_frame .prono_frame_inner .prono_date span {
  font-weight: bold;
}

.prono_frame .prono_frame_inner .prono_body {
  padding-left: 10px;
  margin-left: 10px;
}

.prono_frame .prono_frame_inner .prono_body:last-of-type {
  border-left: none;
}

.prono_frame .prono_frame_inner p span {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}

.prono_frame .prono_overlay {
  position: absolute;
  height: 100%;
  width: 20%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
  .prono_frame .prono_overlay {
    left: 20px;
  }
}

footer {
  background-color: #fffae9;
  background-image: url(../img/bg1.jpg);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 120px;
  }
}

footer .copyright {
  text-align: center;
  font-size: 1rem;
}
/*# sourceMappingURL=style.css.map */