body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden
}

.body_wrapper.act {
  width: 100%;
  position: fixed
}

body .lay_pc {
  display: block
}

@media screen and (max-width:768px) {
  body .lay_pc {
    display: none !important;
  }
}

body .lay_sp {
  display: none
}

@media screen and (max-width:768px) {
  body .lay_sp {
    display: block
  }
}

@media screen and (max-width:768px) {
  body#top .logo_sp {
    display: none
  }
}

header.lay_pc.fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 999
}

body#top header.lay_pc.fixed{
  top: 0;
  bottom: auto;
}

header.lay_pc.fixed .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto
}

header.lay_pc {
  position: absolute;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 18, 82, 0.6);
  top: 0
}

body#top header.lay_pc {
  position: fixed;
  top: auto;
  bottom: 0;
}

header.lay_pc:before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url("../img/line01.png") no-repeat;
  background-position: center top;
  background-size: cover
}

header.lay_pc:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url("../img/line02.png") no-repeat;
  background-position: center bottom;
  background-size: cover
}

.sp_menue.lay_sp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 18, 82, 0.9);
  z-index: 99;
  display: none
}

.sp_menue.lay_sp:before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url("../img/line01.png") no-repeat;
  background-position: center top;
  background-size: cover
}

.sp_menue.lay_sp .btn .btn_inner {
  width: 37.5px;
  height: 34px;
  margin: 15px auto 10px;
  background: url("../img/menue_btn.png") no-repeat 100% 0;
  background-size: auto 100%
}

.sp_menue.lay_sp.act {
  display: none !important
}

header.sp {
  display: none
}

header.sp.act .close_btn {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: 0
}

header.sp.act .close_btn .btn {
  width: 39px;
  height: 34.5px;
  margin: 15px auto 10px;
  background: url("../img/close_btn.png") no-repeat 100% 0;
  background-size: auto 100%
}

header.sp.act {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block
}

header.sp.act:before {
  content: none
}

.first_view {
  position: relative;
  background-size: 100% auto !important;
  min-height: 100vh;
  overflow: hidden;
  background-color: #120c16;
}
.first_view .bgInr{
  position: relative;
}




.first_view .layer {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto !important
}

.first_view .layer .catch {
  position: absolute;
  top: 45%;
  right: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18%;
  max-width: 200px
}

@media screen and (max-width:768px) {
  .first_view{
    min-height: 0;
  }
  .first_view .layer .catch {
    top: 55%;
    right: 30px;
    width: 25%
  }

  .first_view .bgInr:after{
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom,#120c16ff, #120c1600);
  }
  .first_view .background{
    min-height: 0 !important;
  }
  .first_view .background .inner{
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .first_view .bgInr{
    overflow: hidden;
  }
}
.first_view .background{
  min-height: 100vh;
  overflow: hidden;
  line-height: 1;
  background-color: #120c16;
}
html.pre .first_view .background{
  visibility: hidden;
}
/**/
.first_view .background .bg{
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transform-origin: center top;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.first_view.hide .background .bg{
  opacity: 0;
  transform: scale(1.5);
}


/**/
.first_view.none .background .bg,
.first_view.none .background .avan,
.first_view.none .background .sword,
.first_view.none .background .maam,
.first_view.none .background .popp,
.first_view.none .background .dai{
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;

  -webkit-transition-duratio: 0s !important;
  -moz-transition-duratio: 0s !important;
  -o-transition-duratio: 0s !important;
  transition-duration: 0s !important;
}

/* 2021 10 01 */
.first_view .bgInr{
  position: relative;
}
.first_view .bgInr .leona img,
.first_view .bgInr .maam img,
.first_view .bgInr .popp img,
.first_view .bgInr .fire img,
.first_view .bgInr .dai img,
.first_view .bgInr .light img,
.first_view .bgInr .frame img,
.first_view .bgInr .hyunckel img{
  width: 100%;
}
.first_view .bgInr .vearn{
  opacity: 1;
}
.first_view .bgInr .leona{
  position: absolute;
  right: 0;
  top: 12%;
  width: 35%;
  z-index: 1;
  opacity: 1;
}
.first_view .bgInr .hyunckel{
  position: absolute;
  right: 0;
  top: 25.2%;
  width: 59.5%;
  z-index: 1;
  opacity: 1;
}
.first_view .bgInr .maam{
  position: absolute;
  right: 10.4%;
  top: 34%;
  width: 42.1%;
  z-index: 1;
  opacity: 1;
}
.first_view .bgInr .popp{
  position: absolute;
  right: 0;
  top: 25.5%;
  width: 47.3%;
  z-index: 1;
  opacity: 1;
}
.first_view .bgInr .fire{
  position: absolute;
  right: 27%;
  top: 46.5%;
  width: 32.6%;
  z-index: 1;
  mix-blend-mode: lighten;
  opacity: 1;
}
.first_view .bgInr .dai{
  position: absolute;
  right: 4.3%;
  top: 45.7%;
  width: 68.7%;
  z-index: 1;
  opacity: 1;
}
.first_view .bgInr .light{
  position: absolute;
  right: 2%;
  top: 43.1%;
  width: 91.7%;
  z-index: 1;
  mix-blend-mode: overlay;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.first_view .bgInr .frame{
  position: absolute;
  z-index: 1;
  mix-blend-mode: darken;
  left: 0;
  top: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50%;
}

/**/
.first_view .background .vearn{
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.first_view.hide .background .vearn{
  opacity: 0;
}
.first_view .background .leona{
  -webkit-transition: all 0.4s ease-out 0.5s;
  -moz-transition: all 0.4s ease-out 0.5s;
  -o-transition: all 0.4s ease-out 0.5s;
  transition: all 0.4s ease-out 0.5s;
}
.first_view.hide .background .leona{
  right: -50%;
  opacity: 0;
}

.first_view .background .hyunckel{
  -webkit-transition: all 0.4s ease-out 0.6s;
  -moz-transition: all 0.4s ease-out 0.6s;
  -o-transition: all 0.4s ease-out 0.6s;
  transition: all 0.4s ease-out 0.6s;
}
.first_view.hide .background .hyunckel{
  right: -50%;
  opacity: 0;
}

.first_view .background .maam{
  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;
}
.first_view.hide .background .maam{
  right: -50%;
  opacity: 0;
}

.first_view .background .popp{
  -webkit-transition: all 0.4s ease-out 0.8s;
  -moz-transition: all 0.4s ease-out 0.8s;
  -o-transition: all 0.4s ease-out 0.8s;
  transition: all 0.4s ease-out 0.8s;
}
.first_view.hide .background .popp{
  right: -30%;
  opacity: 0;
}

.first_view .background .dai{
  -webkit-transition: all 0.4s ease-out 0.9s;
  -moz-transition: all 0.4s ease-out 0.9s;
  -o-transition: all 0.4s ease-out 0.9s;
  transition: all 0.4s ease-out 0.9s;
}

.first_view.hide .background .dai{
  right: -50%;
  opacity: 0;
  transform: scale(1.5);
}

.first_view .background .fire{
  -webkit-transition: all 0.4s ease-out 1.3s;
  -moz-transition: all 0.4s ease-out 1.3s;
  -o-transition: all 0.4s ease-out 1.3s;
  transition: all 0.4s ease-out 1.3s;
}
.first_view.hide .background .fire{
  opacity: 0;
  transform: scale(1.5);
}
.first_view .background .light{
  -webkit-transition: all 0.4s ease-out 1.4s;
  -moz-transition: all 0.4s ease-out 1.4s;
  -o-transition: all 0.4s ease-out 1.4s;
  transition: all 0.4s ease-out 1.4s;
}
.first_view.hide .background .light{
  opacity: 0;
  transform: scale(1.5);
}

@media screen and (max-width:768px) {
  .first_view .bgInr .leona{
    right: -11%;
    top: 15%;
    width: 51%;
  }
  .first_view .bgInr .hyunckel{
    right: -10%;
    top: 27.2%;
    width: 82.5%;
  }
  .first_view .bgInr .maam{
    right: 1.5%;
    top: 35%;
    width: 62.1%;
  }
  .first_view .bgInr .popp{
    right: 0;
    top: 28%;
    width: 56.3%;
  }
  .first_view .bgInr .fire{
    position: absolute;
    right: 25%;
    top: 45.5%;
    width: 50.6%;
  }
  .first_view .bgInr .dai{
    right: 0;
    top: 46.1%;
    width: 89.7%;
  }
  .first_view .bgInr .light{
    right: 0;
    top: 45.1%;
    width: 100%;
  }
  .first_view .bgInr .frame{
    display: none;
  }
}

.first_view .background .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*max-width: 1280px;*/
  /*min-height: 100vh;*/
  /*margin: 0 auto*/
  z-index: 1;
}


.first_view .logo{
  position: absolute;
  bottom: 18.5%;
  left: 6%;
  width: 30.7%;
}

.first_view .logo .logoInr{
  -webkit-transition: all 0.5s ease-out 1.6s;
  -moz-transition: all 0.5s ease-out 1.6s;
  -o-transition: all 0.5s ease-out 1.6s;
  transition: all 0.5s ease-out 1.6s;
  opacity: 1;
  -webkit-transform: translate(0,-50%) scale(1);
  -ms-transform: translate(0,-50%) scale(1);
  transform: translate(0,-50%) scale(1);
}
.first_view.hide .background .logo .logoInr{
  opacity: 0;
  -webkit-transform: translate(0,-50%) scale(1.5);
  -ms-transform: translate(0,-50%) scale(1.5);
  transform: translate(0,-50%) scale(1.5);
}

.first_view .logo h1{
  text-align: center;
}
.first_view .logo h1 img{
  width: 99%;
}

.first_view .logo .schedule img{
  width: 100%;
}

.first_view .schedule{
  margin-top: -26px;
}

.first_view .loaderWrap{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}


html.pre .first_view .loaderWrap{
  display: block;
}


@media screen and (max-width:768px) {
  .first_view .logo {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .first_view .logo .logoInr{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    width: 52%;
    -webkit-transform: translate(0,-45%);
    -ms-transform: translate(0,-45%);
    transform: translate(0,-45%);
    transform-origin: 50% 50%;
  }

  /*.first_view .logo h1 {*/
    /*width: 68%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 100px;*/
  /*}*/

  /*.first_view .logo .schedule {*/
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*width: 50%;*/
  /*}*/

  .first_view .schedule {
    margin-top: -13px;
  }

  .first_view .logo .scroll {
    width: 68px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: scroll_anime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
    animation: scroll_anime 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate
  }
}


main section .inner h2 {
  width: 380px;
  margin: 0 auto;
  padding: 25px 55px
}

@media screen and (max-width:768px) {
  main section .inner h2 {
    width: 80%;
    padding: 20px 0 !important
  }
}

main section .inner h3 {
  margin-top: 40px;
  /*color: #ebb500;*/
  /*font-weight: 900;*/
  /*text-shadow: 2px 2px 2px rgba(0,0,0,1),-1px -1px 2px rgba(0,0,0,1),1px -1px 2px rgba(0,0,0,1),-1px 1px 2px rgba(0,0,0,1);*/
  /*font-size: 26px;*/
  text-align: center;

  /*background: -webkit-linear-gradient(to bottom, #ffdc00, #dea022);*/
  /*background: -moz-linear-gradient(to bottom, #ffdc00, #dea022);*/
  /*background: linear-gradient(to bottom, #ffdc00, #dea022);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}
main section .inner h3 img{
  width: auto;
  height: 90px;
}

@media screen and (max-width:768px) {
  main section .inner h3 img{
    width: auto;
    height: 70px;
  }
}

section .btn_area {
  text-align: center;
  padding: 50px 0 65px
}

@media screen and (max-width:768px) {
  section .btn_area {
    padding: 40px 0 55px
  }
}

section .btn_area .btn {
  line-height: 71px;
  position: relative;
  display: inline-block;
  width: 322px;
  background-size: auto 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0px 0px 4px #000;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap
}

section .btn_area .btn:hover {
  line-height: 71px;
  background-size: auto 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

@media screen and (max-width:768px) {
  section .btn_area .btn {
    line-height: 48px;
    width: 220px
  }

  section .btn_area .btn:hover {
    line-height: 48px;
    width: 220px
  }
}


.slider.top .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.slider.top .slick-slide:not(.slick-center) img {
  display: block
}

.slider.top .slick-slide {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.slider.top .slick-slide img {
  display: block;
  width: 74%;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .slider.top .slick-slide img {
    width: 54%
  }
}

.slider.top .slide-arrow {
  width: 7.4%;
  position: absolute;
  bottom: 28%;
  z-index: 4;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .slider.top .slide-arrow {
    width: 11.5%
  }
}

.slider.top .prev-arrow {
  left: 27%
}

@media screen and (max-width:768px) {
  .slider.top .prev-arrow {
    left: 7%
  }
}

.slider.top .next-arrow {
  right: 27%
}

@media screen and (max-width:768px) {
  .slider.top .next-arrow {
    right: 7%
  }
}

footer.top {
  position: relative;
  background: url("../img/mainvisual01_1_pc.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 0
}

@media screen and (max-width:768px) {
  footer.top {
    background: url("../img/mainvisual01_1_sp.jpg") no-repeat
  }
}

footer.top .layer {
  background: url("../img/mainvisual01_2_pc.png") no-repeat 0 100%;
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  max-width: 1280px
}

@media screen and (max-width:768px) {
  footer.top .layer {
    background: url("../img/mainvisual01_2_sp.png") no-repeat 0 100%
  }
}

footer.top .sns .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 985px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px
}

@media screen and (max-width:768px) {
  footer.top .sns .inner {
    display: block;
    padding-bottom: 40px
  }
}

footer.top .sns .inner .twitter_area {
  max-width: 475px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

@media screen and (max-width:768px) {
  footer.top .sns .inner .twitter_area {
    max-width: initial
  }
}

footer.top .sns .inner .twitter_area h2 {
  width: 160px;
  padding: 25px 55px 7px;
  margin: 0 auto
}

footer.top .sns .inner .twitter_area .btn_area {
  padding: 20px 0 65px
}

@media screen and (max-width:768px) {
  footer.top .sns .inner .twitter_area .btn_area {
    padding: 20px 0 15px
  }
}

footer.top .sns .inner .twitter_area .btn_area .btn {
  line-height: 60px;
  width: 275px;
  background: url("../img/twitter_off.png") no-repeat 100% 0;
  background-size: auto 100%
}

footer.top .sns .inner .twitter_area .btn_area .btn:hover {
  line-height: 60px;
  background: url("../img/twitter_hover.png") no-repeat 100% 0;
  background-size: auto 100%
}

footer.top .sns .inner .twitter_area .publish_wrapper {
  position: relative;
  background: #fff;
  padding: 7px;
  border-radius: 3px
}

@media screen and (max-width:768px) {
  footer.top .sns .inner .twitter_area .publish_wrapper {
    padding-top: 58%
  }
}

footer.top .sns .inner .twitter_area .publish_wrapper .publish_area {
  height: 269px;
  overflow: scroll;
  margin-right: 7px
}

@media screen and (max-width:768px) {
  footer.top .sns .inner .twitter_area .publish_wrapper .publish_area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 98%
  }
}

footer.top .sns .inner .twitter_area .publish_wrapper .publish_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/twitter_publish.png") no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none
}

.twitter_area .publish_area {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch
}

.twitter_area .publish_area iframe {
  width: 100vw !important
}

footer .share_area {
  max-width: 475px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

@media screen and (max-width:768px) {
  footer .share_area {
    max-width: initial
  }
}

footer .share_area h2 {
  width: 97px;
  padding: 25px 55px 85px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  footer .share_area h2 {
    padding: 25px 55px 0
  }
}

footer .share_area .sns_wrapper {
  width: 100%;
  height: 124px;
  position: relative;
  background: url("../img/share_area.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 1
}

@media screen and (max-width:768px) {
  footer .share_area .sns_wrapper {
    height: initial
  }
}

footer .share_area .sns_wrapper .sns_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  height: 120px
}

@media screen and (max-width:768px) {
  footer .share_area .sns_wrapper .sns_inner ul {
    height: initial;
    max-width: initial;
    padding: 2% 0;
    width: 66%
  }
}

footer .share_area .sns_wrapper .sns_inner ul li {
  display: inline-block;
  max-width: 100px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  footer .share_area .sns_wrapper .sns_inner ul li {
    max-width: initial
  }
}

footer .share_area .sns_wrapper .sns_inner ul li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

footer .footer_banner {
  position: relative;
  background-color: rgba(0, 18, 82, 0.6)
}

footer .footer_banner:before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url("../img/line01.png") no-repeat;
  background-position: center top;
  background-size: cover
}

footer .footer_banner:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url("../img/line02.png") no-repeat;
  background-position: center bottom;
  background-size: cover
}

footer .footer_banner .inner {
  padding-top: 60px
}

@media screen and (max-width:768px) {
  footer .footer_banner .inner {
    padding: 60px 5px
  }
}

footer .footer_banner .inner .deco_area {
  text-align: center;
  padding-bottom: 10px
}

footer .footer_banner .inner .deco_area img {
  width: 85px
}

footer .footer_banner .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 796px;
  margin: 0 auto 20px
}

footer .footer_banner .inner .row a {
  width: 237px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

footer .footer_banner .inner .row a.large {
  width: 320px
}

footer .footer_banner .inner .row a:hover {
  opacity: 0.65;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

footer .footer_banner .inner .row a img {
  width: 100%
}

@media screen and (max-width:768px) {
  footer .footer_banner .inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }

  footer .footer_banner .inner .row a {
    width: 48%;
    display: inline-block;
    margin: 0 auto 20px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

footer .copy {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-bottom: 15px
}

#top_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  display: none;
  -webkit-animation: fuwafuwa01 3s infinite;
  animation: fuwafuwa01 3s infinite
}

#top_btn img {
  width: 114px
}

.fancybox-stage {
  background: rgba(0, 0, 0, 0.9)
}

.fancybox-slide--video .fancybox-close-small {
  color: #fff;
  right: -15px;
  top: -45px;
  height: 50px;
  width: 50px
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  -ms-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms
}

.fadein.up {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

body#lower_wrapper {
  min-height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../img/buckground.png")
}

@media screen and (max-width:768px) {
  body#lower_wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/buckground_sp.jpg") center no-repeat;
    background-size: cover
  }
}

body#lower_wrapper .logo_sp {
  height: 23.5vw;
  width: 100%;
  background-size: contain;
  background-image: url("../img/header_sp.png");
  background-repeat: no-repeat
}

body#lower_wrapper .logo_sp h1 {
  width: 26%;
  margin: 0px auto;
  padding-top: 4%
}

body#lower_wrapper footer .share_area {
  margin: 0 auto
}

body#lower_wrapper footer .share_area h2 {
  padding: 0px 55px 5px
}

body#lower_wrapper .footer_banner .inner {
  padding-top: 20px
}

body#lower_wrapper .footer_banner .inner+.inner {
  padding-top: 30px
}

main#lower {
  padding: 110px 0 90px;
  display: block
}

@media screen and (max-width:768px) {
  main#lower {
    padding: 0 0 70px
  }
}

main#lower section .inner {
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#modal #character_box {
  overflow: hidden;
  position: relative;
  height: 632px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

}

@media screen and (max-width:768px) {
  #modal #character_box {
    height: 80vh
  }
}

#modal #character_box .close_modal_btn {
  position: absolute;
  width: 40.5px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box .close_modal_btn {
    position: absolute;
    top: auto;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }
}

#modal #character_box .close_modal_btn:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.close_modal_btn img {
  width: 100%
}

#modal #character_box .inner {
  height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  #modal #character_box .inner {
    padding: 0 15px 50px;
    display: block;
    overflow: scroll;
    height: 70vh
  }
}

#modal #character_box .inner .arrow_area {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .arrow_area {
    position: absolute;
    height: 50px;
    top: auto;
    bottom: 15px
  }
}

#modal #character_box .inner .arrow_area .arrow {
  position: absolute;
  width: 81px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .arrow_area .arrow {
    width: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

#modal #character_box .inner .arrow_area .arrow:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box .inner .arrow_area .prev {
  left: 0
}

#modal #character_box .inner .arrow_area .next {
  right: 0
}

#modal #character_box .inner .text_area {
  color: #372200;
  width: 50%
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area {
    width: 100%
  }
}

#modal #character_box .inner .text_area .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
  z-index: 1
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .name_area {
    margin-top: 25px
  }
}

#modal #character_box .inner .text_area .name_area:before {
  content: "";
  display: block;
  padding-top: 85px
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .name_area:before {
    padding-top: 52px
  }
}

#modal #character_box .inner .text_area .name_area .name {
  font-size: 49px;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  z-index: 2
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .name_area .name {
    font-size: 32px
  }
}

#modal #character_box .inner .text_area .name_area .eng {
  height: 92.5px;
  width: auto;
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 0
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .name_area .eng {
    height: 45px
  }
}

#modal #character_box .inner .text_area .actor_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .actor_area {
    margin-top: 17px
  }
}

#modal #character_box .inner .text_area .actor_area .actor {
  background: #c79e5b;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 12px
}

#modal #character_box .inner .text_area .actor_area .actor .cv {
  font-size: 13px;
  font-weight: bold;
  padding-right: 8px;
  border-right: solid 1px #372200
}

#modal #character_box .inner .text_area .actor_area .actor .name {
  font-size: 13px;
  font-weight: bold;
  padding-left: 8px
}

#modal #character_box .inner .text_area .actor_area .message {
  width: 89.5px;
  margin-left: 8px
}

#modal #character_box .inner .text_area .des_text {
  margin-top: 75px
}

#modal #character_box .inner .text_area .des_text p {
  font-weight: bold;
  line-height: 1.8em;
  text-align: left
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .text_area .des_text {
    margin-top: 25px
  }
}

#modal #character_box .inner .text_area .correlation_btn {
  width: 250px;
  margin: 35px auto 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box .inner .text_area .correlation_btn:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 35px auto 100px
}

#modal #character_box .inner .character_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#modal #character_box .inner .character_area .loader{
  top : 0 !important;
  left : 50% !important;
}
#modal #character_box .inner .character_area.lay_sp {
  display: none
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .character_area.lay_sp {
    display: block
  }
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .character_area.lay_pc {
    display: none
  }
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .character_area {
    width: 100%
  }
}

#modal #character_box .inner .character_area .character {
  opacity: 0;
  width: 80%;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  #modal #character_box .inner .character_area .character {
    margin: 25px auto 0
  }
}

#lower .inner {
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#lower .inner .item_area .btn_area {
  text-align: center;
  padding: 50px 0 65px
}

@media screen and (max-width:768px) {
  #lower .inner .item_area .btn_area {
    padding: 40px 0 55px
  }
}

#lower .inner .item_area .btn_area .btn {
  background: url("../img/news_off.png") no-repeat 100% 0;
  background-size: auto 100%
}

#lower .inner .item_area .btn_area .btn:hover {
  background: url("../img/news_hover.png") no-repeat 100% 0;
  background-size: auto 100%
}

#lower .inner .item_area ul.item_list {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media screen and (max-width:768px) {
  #lower .inner .item_area ul.item_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

#lower .inner .item_area ul.item_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%
}

@media screen and (max-width:768px) {
  #lower .inner .item_area ul.item_list li {
    margin-right: 5%
  }

  #lower .inner .item_area ul.item_list li:nth-of-type(2n) {
    margin-right: 0
  }
}

#lower .inner .item_area ul.item_list li:nth-of-type(4n) {
  margin-right: 0
}

@media screen and (max-width:768px) {
  #lower .inner .item_area ul.item_list li {
    width: 47.5%
  }

  #lower .inner .item_area ul.item_list li:first-child {
    margin-bottom: 1em
  }
}

#lower .inner .item_area ul.item_list li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .item_area ul.item_list li a:hover {
  -webkit-transform: scale(1.045);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .item_area ul.item_list li a img {
  margin-bottom: 5px;
}

#lower .inner .item_area ul.item_list li a .day_area {
  padding-top: 5px
}

#lower .inner .item_area ul.item_list li a .day_area .day {
  font-size: 14px;
  display: inline-block;
}

#lower .inner .item_area ul.item_list li a .day_area span {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  padding: 2px 12px;
  border-radius: 20px;
  background-color: rgba(210, 28, 14, 0.7)
}


@media screen and (max-width:768px) {
  #lower .inner .item_area ul.item_list li a h3 {
    font-size: 16px
  }
}

.css_fade {
  -webkit-animation-name: fade-in3;
  animation-name: fade-in3;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#modal.act {
  opacity: 1;
  z-index: 999
}

#modal_back {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -2
}

#modal.act+#modal_back {
  opacity: 1;
  z-index: 998
}

.loader {
  color: #372200;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 40px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1.7s infinite ease, round 1.7s infinite ease;
  animation: loader 1.7s infinite ease, round 1.7s infinite ease;
  top: 24vh
}

@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }

  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }

  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }

  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

#lower section.character ul.character_list {
  font-size: 0
}

#lower section.character ul.character_list li {
  width: 20%;
  display: inline-block;
  margin-bottom: 25px
}

#lower section.character ul.character_list li.standby {
  opacity: 0;
  transform: translate(0,100px);
}

#lower section.character ul.character_list li.standby.anim {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}



@media screen and (max-width:768px) {
  #lower section.character ul.character_list li {
    width: 50%
  }
}

#lower section.character ul.character_list li .chara {
  margin-bottom: -15px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower section.character ul.character_list li .ttl {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#lower section.character ul.character_list li a:hover .chara {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower section.character .btn {
  background: url("/img/character/chara_off.png") no-repeat 100% 0;
  background-size: auto 100%
}

#lower section.character .btn:hover {
  background: url("/img/character/chara_hover.png") no-repeat 100% 0;
  background-size: auto 100%
}

#lower .inner .tab_area .deco_tit {
  margin-bottom: 50px;
}

#lower .inner .tab_area2 .deco_tit {
  margin-bottom: 50px;
}

#lower .cast .inner {
  max-width: 710px
}

#lower .cast .inner h2:nth-child(n+2) {
  margin-top: 75px
}

#lower .cast .inner .text_area {
  color: #fff;
  text-align: center;
  margin-bottom: 15px
}

#lower .cast .inner .text_area p {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0px 0px 4px #000
}

@media screen and (max-width:768px) {
  #lower .cast .inner .text_area p {
    font-size: 16px
  }
}

#lower .cast .inner .text_area span {
  font-weight: bold;
  text-shadow: 0px 0px 4px #000;
  font-size: 16px
}

@media screen and (max-width:768px) {
  #lower .cast .inner .text_area span {
    font-size: 12px
  }
}

#lower .cast .inner .originalauthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#lower .cast .inner .originalauthor.layout01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto
}

#lower .cast .inner .originalauthor.layout02 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#lower .cast .inner .originalauthor div {
  text-align: center
}

#lower .cast .inner .originalauthor div span {
  font-size: 16px;
  color: #c1d0dd
}

@media screen and (max-width:768px) {
  #lower .cast .inner .originalauthor div span {
    font-size: 14px
  }
}

#lower .cast .inner .originalauthor div p {
  color: #fff;
  font-size: 32px;
  font-weight: bold
}

@media screen and (max-width:768px) {
  #lower .cast .inner .originalauthor div p {
    font-size: 24px
  }
}

#lower .cast .inner .originalauthor div a {
  width: 84px;
  display: inline-block
}

@media screen and (max-width:768px) {
  #lower .cast .inner .originalauthor div a {
    width: 64px
  }
}

#lower .cast .inner .staff_layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#lower .cast .inner .staff_layout li {
  width: 50%;
  margin-bottom: 25px;
  text-align: center
}

#lower .cast .inner .staff_layout li span {
  position: relative;
  font-size: 16px;
  color: #c1d0dd
}

@media screen and (max-width:768px) {
  #lower .cast .inner .staff_layout li span {
    font-size: 12px
  }
}

#lower .cast .inner .staff_layout li .mes_icon_s {
  width: 63px;
  right: -70px;
  top: 0px;
  position: absolute
}

@media screen and (max-width:768px) {
  #lower .cast .inner .staff_layout li .mes_icon_s {
    width: 54px;
    right: -56px;
    top: -6px;
    position: absolute
  }
}

#lower .cast .inner .staff_layout li p {
  color: #fff;
  font-size: 24px;
  font-weight: bold
}

@media screen and (max-width:768px) {
  #lower .cast .inner .staff_layout li p {
    font-size: 16px
  }
}

#modal #character_box.cast_box {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 632px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box {
    height: 80vh
  }
}

#modal #character_box.cast_box .close_modal_btn {
  position: absolute;
  width: 40.5px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .close_modal_btn {
    position: absolute;
    top: auto;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }
}

#modal #character_box.cast_box .close_modal_btn:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box.cast_box .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner {
    padding: 20px 15px 50px;
    display: block;
    overflow: scroll;
    height: 70vh
  }
}

#modal #character_box.cast_box .inner .arrow_area {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .arrow_area {
    position: absolute;
    height: 50px;
    top: auto;
    bottom: 15px
  }
}

#modal #character_box.cast_box .inner .arrow_area .arrow {
  position: absolute;
  width: 81px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .arrow_area .arrow {
    width: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

#modal #character_box.cast_box .inner .arrow_area .arrow:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box.cast_box .inner .arrow_area .prev {
  left: 0
}

#modal #character_box.cast_box .inner .arrow_area .next {
  right: 0
}

#modal #character_box.cast_box .inner .img_area {
  width: 90%;
  margin-right: 5%
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .img_area {
    width: 100%
  }
}

#modal #character_box.cast_box .inner .img_area .img01 {
  width: 100%
}

#modal #character_box.cast_box .inner .img_area .img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -150px
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .img_area .img02 {
    margin-top: -100px
  }
}

#modal #character_box.cast_box .inner .img_area .img02 img {
  max-width: 280px;
  display: inline-block
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .img_area .img02 img {
    width: 50%
  }
}

#modal #character_box.cast_box .inner .message_area {
  color: #372200;
  width: 85%
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .message_area {
    width: 100%
  }
}

#modal #character_box.cast_box .inner .message_area .name_area {
  text-align: left
}

#modal #character_box.cast_box .inner .message_area .name_area span {
  font-size: 22px;
  font-weight: bold
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .message_area .name_area span {
    font-size: 14px
  }
}

#modal #character_box.cast_box .inner .message_area .name_area p {
  font-size: 49px;
  font-weight: bold
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .message_area .name_area p {
    font-size: 28px
  }
}

#modal #character_box.cast_box .inner .message_area .message_text {
  margin-top: 20px;
  text-align: left;
  font-size: 16px
}

#modal #character_box.cast_box .inner .message_area .message_text p {
  font-weight: bold;
  line-height: 1.8em;
  text-align: left
}

#modal #character_box.cast_box .inner .message_area .movie_btn {
  width: 250px;
  margin: 35px auto 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box.cast_box .inner .message_area .movie_btn {
    width: 80%;
    margin: 30px auto
  }
}

#modal #character_box.cast_box .inner .message_area .movie_btn:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box.movie_box {
  position: relative;
  height: 632px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box {
    height: auto
  }
}

#modal #character_box.movie_box .close_modal_btn {
  position: absolute;
  width: 40.5px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box .close_modal_btn {
    position: absolute;
    top: auto;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }
}

#modal #character_box.movie_box .close_modal_btn:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box.movie_box .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box .inner {
    padding: 0 0 50px;
    display: block;
    overflow: scroll;
    height: 70vh
  }
}

#modal #character_box.movie_box .inner .arrow_area {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box .inner .arrow_area {
    position: absolute;
    height: 50px;
    top: auto;
    bottom: 15px
  }
}

#modal #character_box.movie_box .inner .arrow_area .arrow {
  position: absolute;
  width: 81px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box .inner .arrow_area .arrow {
    width: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

#modal #character_box.movie_box .inner .arrow_area .arrow:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#modal #character_box.movie_box .inner .arrow_area .prev {
  left: 0
}

#modal #character_box.movie_box .inner .arrow_area .next {
  right: 0
}

#modal #character_box.movie_box .inner .video_area {
  color: #372200;
  width: 100%
}

@media screen and (max-width:768px) {
  #modal #character_box.movie_box .inner .video_area {
    width: 100%
  }
}

#modal #character_box.movie_box .inner .video_area .movie_tit {
  font-size: 17px;
  font-weight: bold;
  color:#FFF;
}

#modal #character_box.movie_box .inner .video_area .deco_area {
  width: 85px;
  margin: 0 auto
}

#modal #character_box.movie_box .inner .video_area .movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

#modal #character_box.movie_box .inner .video_area .movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.slider.layout02 {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6)
}

.slider.layout02 .slick-slide {
  position: relative
}

.slider.layout02 .slick-slide:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  top: 0;
  bottom: 0;
  margin-right: 8px;
  background: url("../img/frame_l.png") no-repeat;
  background-position: center top;
  background-size: cover
}

@media screen and (max-width:768px) {
  .slider.layout02 .slick-slide:before {
    background: url("../img/frame_l_sp.png") no-repeat;
    background-position: center top;
    background-size: cover
  }
}

.slider.layout02 .slide-arrow {
  width: 70px;
  position: absolute;
  bottom: 35%;
  z-index: 4;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .slider.layout02 .slide-arrow {
    width: 11.5%
  }
}

.slider.layout02 .prev-arrow {
  left: -70px
}

@media screen and (max-width:768px) {
  .slider.layout02 .prev-arrow {
    left: 0%
  }
}

.slider.layout02 .next-arrow {
  right: -70px
}

@media screen and (max-width:768px) {
  .slider.layout02 .next-arrow {
    right: 0%
  }
}

.thumb.layout02 .slick-list {
  padding: 0 !important;
  overflow: visible !important
}

.thumb.layout02 .slick-list .slick-track {
  width: 100% !important
}

.thumb.layout02 .slick-list .slick-track .slick-slide {
  position: relative;
  opacity: 0.75;
  width: 23.5% !important;
  margin-top: 2% !important;
  margin-right: 2% !important;
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6)
}

.thumb.layout02 .slick-list .slick-track .slick-slide:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  top: 0;
  bottom: 0;
  margin-right: 8px;
  background: url("../img/frame_s.png") no-repeat;
  background-position: center top;
  background-size: cover
}

@media screen and (max-width:768px) {
  .thumb.layout02 .slick-list .slick-track .slick-slide:before {
    background: url("../img/frame_s_sp.png") no-repeat;
    background-position: center top;
    background-size: cover
  }
}

.thumb.layout02 .slick-list .slick-track .slick-slide:last-child {
  margin-right: 0 !important
}

.thumb.layout02 .slick-list .slick-track .slick-slide.slick-current {
  opacity: 1


body#lower_wrapper.about {
  min-height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-image: url("../img/about/buckground_pc.jpg")
}

@media screen and (max-width:768px) {
  body#lower_wrapper.about {
    background-image: url("../img/about/buckground_sp.jpg");
    background-attachment: inherit
  }

  body#lower_wrapper.about:before {
    content: none
  }
}

@-moz-keyframes scroll_anime {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    transform: translate3d(-50%, -8px, 0)
  }
}

@-webkit-keyframes scroll_anime {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0)
  }
}

@-o-keyframes scroll_anime {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    transform: translate3d(-50%, -8px, 0)
  }
}

@keyframes scroll_anime {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0)
  }
}

@-moz-keyframes fuwafuwa01 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(0px)
  }
}

@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-o-keyframes fuwafuwa01 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(0px)
  }
}

@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-moz-keyframes fuwafuwa02 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0px)
  }
}

@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-o-keyframes fuwafuwa02 {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(10px)
  }

  to {
    transform: translateY(0px)
  }
}

@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-moz-keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fade-in3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fade-in3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }

  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }

  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }

  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }

  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-o-keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }

  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@keyframes loader {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }

  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }

  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }

  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }

  to {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-moz-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

br.sp {
  display: none
}

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

#lower .cast .inner .text_area p.comp {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0px 0px 4px #000
}

@media screen and (max-width:768px) {
  #lower .cast .inner .text_area p.comp {
    font-size: 16px
  }
}

.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto 20px
}

footer .footer_banner .inner .row2 a {
  width: 237px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

footer .footer_banner .inner .row2 a.large {
  width: 320px
}

footer .footer_banner .inner .row2 a:hover {
  opacity: 0.65;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

footer .footer_banner .inner .row2 a img {
  width: 100%
}

@media screen and (max-width:768px) {
  .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  footer .footer_banner .inner .row2 a {
    width: 48%;
    display: inline-block;
    margin: -20px auto 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

section .btn_area .btn_404 {
  line-height: 71px;
  position: relative;
  display: inline-block;
  width: 322px;
  background-size: auto 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0px 0px 4px #000;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap
}

section .btn_area .btn_404:hover {
  line-height: 71px;
  background-size: auto 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

@media screen and (max-width:768px) {
  section .btn_area .btn_404 {
    line-height: 48px;
    width: 220px
  }

  section .btn_area .btn_404:hover {
    line-height: 48px;
    width: 220px
  }
}

/* */
.inner .column_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .inner .column_2 {
    display: block;
    margin-top: 25px;
  }

  .inner .column_2.second_lay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #lower .music_lay .inner .column_2+.deco_tit {
    margin-top: 50px;
  }

.inner .column_2 .left_box {
  width: 50%;
}

.inner .column_2 .img_area {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:768px) {
  .inner .column_2 .left_box {
    width: 100%;
  }

  .inner .column_2.second_lay .left_box {
    margin-top: 5px;
  }
}

.inner .column_2 .right_box {
  width: 45%;
  margin-left: 5%;
}

@media screen and (max-width:768px) {
  .inner .column_2 .right_box {
    margin-top: 50px;
    width: auto;
    margin-left: 0;
  }

  .inner .column_2.second_lay .right_box {
    margin-top: 0;
  }
}

.inner .column_2 dl dt {
  margin-top: 15px;
}

.inner .column_2 dl dt:first-child {
  margin-top: 0;
}

.inner .column_2 dl dt span {
  text-align: center;
  min-width: 80px;
  font-size: 16px;
  display: inline-block;
  padding: 2px 20px;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width:768px) {
  .inner .column_2 dl dt span {
    min-width: 30px;
    font-size: 14px;
  }
}


@media screen and (max-width:768px) {
  #lower .inner .tab_btn {
    justify-content: space-between;
  }
}

#lower .inner .tab_btn li {
  position: relative;
  width: 195px;
  height: 52px;
  margin-right: 15px;
  background: url("../img/tab_buck.png") no-repeat;
  background-position: center top;
  background-size: contain;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn3 li {
  position: relative;
  width: 195px;
  height: 52px;
  margin-right: 15px;
  background: url("../img/tab_buck.png") no-repeat;
  background-position: center top;
  background-size: contain;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}



@media screen and (max-width:768px) {
  #lower .inner .tab_btn li {
    height: 12.2vw;
    width: 48%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}

#lower .inner .tab_btn li.active {
  background: url("../img/tab_buck_act.png") no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn li p {
  width: 100%;
  text-align: center;
  line-height: 1em;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn li p {
    font-size: 12px;
  }
}

#lower .inner .tab_btn li:last-child {
  margin-right: 0;
}



#lower .inner .tab_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn2 {
    justify-content: space-between;
  }
}

#lower .inner .tab_btn2 li {
  position: relative;
  width: 195px;
	height:52px;
  margin-right: 15px;
  background: url("../img/tab_buck.png") no-repeat;
  background-position: center top;
  background-size: contain;

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn2 li a{
	height:52px;
	display:block;
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn2 li {
    height: 12.2vw;
    width: 48%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}

#lower .inner .tab_btn2 li.active {
  background: url("../img/tab_buck_act.png") no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn2 li p {
  width: 100%;
  text-align: center;
  line-height: 1em;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn2 li p {
    font-size: 12px;
     top: 50%;
  }
}

#lower .inner .tab_btn2 li:last-child {
  margin-right: 0;
}




#lower .inner .tab_btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn3 {
    justify-content: space-between;
  }
}

#lower .inner .tab_btn3 li {
  position: relative;
  width: 195px;
	height:52px;
  margin-right: 15px;
  background: url("../img/tab_buck.png") no-repeat;
  background-position: center top;
  background-size: contain;

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn3 li a{
	height:52px;
	display:block;
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn3 li {
    height: 12.2vw;
    width: 48%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}

#lower .inner .tab_btn3 li.active {
  background: url("../img/tab_buck_act.png") no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower .inner .tab_btn3 li p {
  width: 100%;
  text-align: center;
  line-height: 1em;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  #lower .inner .tab_btn3 li p {
    font-size: 12px;
     top: 50%;
  }
}

#lower .inner .tab_btn3 li:last-child {
  margin-right: 0;
}

@media screen and (max-width:768px) {
  .inner .column_2 {
    display: block;
    margin-top: 25px;
  }

  .inner .column_2.second_lay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #lower .music_lay .inner .column_2+.deco_tit {
    margin-top: 50px;
  }
}
.inner .column_2 .left_box {
  width: 50%;
}
.inner .column_2 .right_box {
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width:768px) {
  .inner .column_2 .left_box {
    width: 100%;
  }

  .inner .column_2.second_lay .left_box {
    margin-top: 5px;
  }
}

@media screen and (max-width:768px) {
  .inner .column_2 .right_box {
    margin-top: 50px;
    width: auto;
    margin-left: 0;
  }

  .inner .column_2.second_lay .right_box {
    margin-top: 0;
  }
}

#lower .inner .item_area.tab_area {
  display: none;
}

#lower .inner .item_area.tab_area.show {
  display: block;
}

#lower .inner .item_area.tab_area2 {
  display: none;
}

#lower .inner .item_area.tab_area2.show {
  display: block;
}

  ul.bluray {
	width:100%;
	display:flex;
	justify-content: left;
	flex-wrap:wrap;
  }

  ul.bluray li{width:32%;margin-right:1.5%;}
  ul.bluray li:nth-child(3n){margin-right:0%;}
  ul.bluray li p.blcd_ttl{font-size:0.825em !important;margin:10px 0 20px;}

@media screen and (max-width:768px) {

  ul.bluray {
	width:auto;
	display:flex;
	justify-content: left;
  }
  
  ul.bluray li{width:32%;margin-right:1.5%;}


}



#lower section.special ul.special_list {
  font-size: 0
}

#lower section.special ul.special_list li {
  width: 32.5%;
  display: inline-block;
  margin-bottom: 25px
}

#lower section.special ul.special_list li.standby {
  opacity: 0;
  transform: translate(0,100px);
}

#lower section.special ul.special_list li.standby.anim {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}

.spacial_area{width:100%;}
.spacial_area img{width:100%;}

.spacial_box{width:100% !important;  background-image:unset !important;box-shadow:unset !important;}
.spacial_box2{width:100% !important;  background-image:unset !important;box-shadow:unset !important;}
.spacial_box  .text_area {width:100% !important;}
.spacial_box2  .text_area {width:100% !important;}

#modal #special_box .inner .text_area {
    color: #372200;
    width: 100%;
}



@media screen and (max-width:768px) {
  #lower section.special ul.special_list li {
    width: 50%
  }


#lower section.special ul.special_list li .chara {
  margin-bottom: -15px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

#lower section.special ul.special_list li .ttl {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#lower section.special ul.special_list li a:hover .chara {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s
}

.spacial_area{width:100%;}
.spacial_area img{width:100%;}


#modal #special_box .inner .text_area {
    color: #372200;
    width: 100%;
}



.spacial_box {
    height: 40vh !important;
    background-image:unset !important;box-shadow:unset !important;
}
.spacial_box2 {
    height: 70vh !important;
    background-image:unset !important;box-shadow:unset !important;
}

}



#lower .special .inner h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 4px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px
}

@media screen and (max-width:768px) {
  #lower .special .inner h3 {
    font-size: 16px
  }
}

#lower .special .inner h3:before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url("../img/news/deco_tit.png") no-repeat;
  background-position: center top;
  background-size: cover
}



#modal #character_box.spacial_box .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#modal #character_box.spacial_box2 .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  #modal #character_box.spacial_box .inner {
    padding: 20px 15px 50px;
    display: block;
    overflow: scroll;
    height: 75vh
  }
  
  #modal #character_box.spacial_box2 .inner {
    padding: 20px 15px 50px;
    display: block;
    overflow: scroll;
    height: 70vh
  }
  
  
}




