@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-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 trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  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: 2px;
  right: 2px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 2px #601784;
}

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

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

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

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

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

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

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

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

.trailer_tab {
  color: #601784;
  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.5%;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #1c1c1c;
  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;
  border: solid 1px #777777;
  color: #601784;
  border-radius: 6px;
  background-color: #e2ceec;
}

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

.trailer_tab li.ready {
  background-color: #fefefe;
  color: #ccc;
  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;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

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

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

@media screen and (max-width: 768px) {
  .fixed_bg {
    background-image: url(img/bg-sp.jpg);
    background-size: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

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

@media screen and (max-width: 768px) {
  .gnav {
    top: calc(100% - 50px);
    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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 50px;
  height: 50px;
}

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

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

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

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

@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-weight: bold;
  font-size: 1.1em;
  letter-spacing: .05em;
  height: 50px;
  width: 100%;
  color: #601784;
  text-transform: uppercase;
}

@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 {
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
}

.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 (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);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.updown_nav.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

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

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

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    border: solid 1px #fff;
  }
}

.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 (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

/*
MAIN-----------------------
*/
.teaser_box2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.teaser_box2 .main_img {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.teaser_box2 .main_img.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.teaser_box2 .award {
  position: absolute;
  top: 16%;
  left: 84%;
  width: 12.5%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

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

@media screen and (max-width: 768px) {
  .teaser_box2 .award {
    top: 12%;
    left: 54%;
    width: 37%;
  }
}

.teaser_box2 .title {
  position: absolute;
  top: 26%;
  left: 48%;
  width: 48%;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.2) translateX(-40px);
          transform: scale(1.2) translateX(-40px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .title {
    top: 3%;
    left: 5%;
    width: 90%;
  }
}

.teaser_box2 .title.active {
  opacity: 1;
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

.teaser_box2 .billing {
  position: absolute;
  top: 55%;
  left: 53%;
  width: 42%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

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

@media screen and (max-width: 768px) {
  .teaser_box2 .billing {
    top: 74%;
    left: 10%;
    width: 82%;
  }
}

.teaser_box2 .release {
  display: none;
  position: absolute;
  top: 81%;
  left: 53.5%;
  width: 41%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.teaser_box2 .release.active {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .teaser_box2 .release {
    top: 65%;
    left: 10%;
    width: 80%;
  }
}

.teaser_box2 .badge {
  position: absolute;
  width: 12%;
  top: 74%;
  left: 38%;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .badge {
    top: 59%;
    left: 3%;
    width: 46%;
  }
}

.teaser_box2 .badge:hover {
  opacity: .8;
}

#info {
  background-color: #FFF2CB;
  background-image: url(img/bg_info.jpg);
  background-size: 500px;
  background-repeat: repeat;
  padding: 40px 20px;
}

#info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #info .btns {
    position: relative;
    margin: 0 auto 20px;
  }
}

#info .btn {
  max-width: 200px;
  width: 68%;
  margin-right: 1%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 10px;
}

#info .btn:hover {
  opacity: .6;
}

#info .bnr_tk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 10px;
}

#info .bnr_tk li {
  -webkit-transition: .3s;
  transition: .3s;
  width: 90%;
  max-width: 350px;
  margin: 0 0 10px 0;
}

#info .bnr_tk li:hover {
  opacity: .6;
}

#info .share_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 40px;
}

#info .twitter_btn {
  max-width: 180px;
  margin: 0 auto 20px;
  cursor: pointer;
}

#info .twitter_btn:hover {
  opacity: .6;
}

#info .copyright {
  text-align: center;
  font-size: 1rem;
}

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

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

.imgbox5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgbox5 div {
  margin: 20px 0;
  width: calc(20% - 16px);
}

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

#intro {
  position: relative;
}

#intro .bgbox_intro {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}

#intro .bgbox_intro img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

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

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

#intro .section_inner .section_main {
  max-width: 1000px;
  min-width: 500px;
  width: 40%;
  margin: 0 auto 0 5%;
  padding: 40px;
  background-color: rgba(253, 255, 222, 0.9);
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    min-width: inherit;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}

#intro .section_inner .section_main .intro_upper {
  margin: 0 auto 40px;
  width: 80%;
}

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

#intro .section_inner .section_main .intro_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

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

#intro .section_inner .section_main .intro_lower h2 {
  width: 24px;
}

#intro .section_inner .section_main .intro_lower .text_body {
  width: calc(100% - 64px);
}

@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .intro_lower .text_body {
    width: calc(100% - 44px);
    padding-bottom: 60px;
  }
}

#story {
  position: relative;
}

#story .bgbox_story {
  position: -webkit-sticky;
  position: sticky;
  background-image: url(img/bg_story.jpg);
  background-size: 100%;
  background-position: center bottom;
  width: 100%;
  height: 100vh;
  top: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #story .bgbox_story {
    height: calc(100vh - 50px);
  }
}

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

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

#story .section_inner .section_main h2 {
  display: block;
  width: 24px;
  margin: 0 auto 40px;
}

#story .section_inner .section_main .text_body p {
  text-align: center;
}

#story .section_inner .section_main .spacer {
  width: 100%;
  height: 30vw;
}

#stacas .section_inner {
  background-image: url(img/bg_stacas.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 60px 40px;
}

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

#stacas .section_inner .section_main {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main {
    max-width: 550px;
  }
}

#stacas .section_inner .section_main .prof_img {
  margin-bottom: 20px;
}

#stacas .section_inner .section_main .names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .names {
    display: block;
    margin-bottom: 0.8em;
  }
}

#stacas .section_inner .section_main .names .name {
  font-weight: 900;
  color: #601784;
  font-size: 1.4em;
  margin-right: .7em;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .names .name {
    margin-right: 0;
  }
}

#stacas .section_inner .section_main .names .name span {
  font-weight: 900;
  font-size: .7em;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .names .name span {
    display: block;
    margin-top: 0.3em;
    margin-right: 0;
  }
}

#stacas .section_inner .section_main .names .kana {
  font-weight: 900;
  font-size: .9em;
  margin-top: 0.8em;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .names .kana {
    margin-top: 0.4em;
  }
}

#stacas .section_inner .section_main .prof_body p {
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}

#stacas .section_inner .section_main .stacas_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .stacas_top {
    display: block;
  }
}

#stacas .section_inner .section_main .stacas_top h2 {
  display: block;
  width: 48%;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .stacas_top h2 {
    width: 100%;
    margin-bottom: 32px;
  }
}

#stacas .section_inner .section_main .stacas_top .staff_item {
  width: 48%;
}

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

#stacas .section_inner .section_main .prof_items {
  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;
}

#stacas .section_inner .section_main .prof_items .prof_item {
  width: 31.5%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #stacas .section_inner .section_main .prof_items .prof_item {
    width: 47%;
  }
}

.footer {
  padding: 40px 20px;
}

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

.footer .title_footer {
  max-width: 500px;
  width: 80%;
  margin: 0 auto 20px;
}

.footer .release_footer {
  max-width: 490px;
  width: 84%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}

.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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