@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  height: 100vh;
  font-size: 62.5%;
  margin: auto;
  overscroll-behavior: none;
}

body {
  margin: auto;
  font-family: "Noto Serif JP", YuMincho, /* Mac用 */ "Yu Mincho",
    /* Windows用 */ serif;
  min-height: 100vh;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  text-shadow: #000 0 0 5px, #000 0 0 10px, #000 0 0 15px;
  background: url(../images/bg.png) no-repeat right top fixed #000;
  background-size: cover;
  overscroll-behavior: none;
}
.gothic{
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
    }
#wrap {
  height: 100vh;
  margin: auto;
  position: relative;
  overscroll-behavior: none;
}

a {
  transition: all 0.4s;
}

#top {
  height: 100vh;
  overflow: hidden;
}

#content {
  min-height: 100vh;
  padding: 6rem 0;
  overscroll-behavior: none;
}

.en {
  display: none;
}

.shutter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
}

.shutter img {
  opacity: 0.5;
}

.castUl {
  text-align: center;
  max-width: 800px;
  margin: 3rem auto 9rem;
  overflow: hidden;
}

.castUl li {
  width: 33.333%;
  float: left;
  padding: 0.1rem;
  font-size: 1.8rem;
  line-height: 4.2rem;
  white-space: nowrap;
}

.castUl li.castSmall {
  font-size: 1.6rem;
}

.shutter {
  -webkit-animation: byeShutter 3s forwards;
  animation: byeShutter 3s forwards;
}

.shutter::before {
  -webkit-animation: shutterOpen 3s forwards;
  animation: shutterOpen 3s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

h1 {
}

h2 {
  font-family: "Lato";
  font-size: 8rem;
  line-height: 1;
  opacity: 0.7;
  font-weight: normal;
  text-align: right;
  color: #fb6e28;
}

h3 {
  font-family: "Cinzel", serif;
  font-weight: normal;
  margin-bottom: 30px;
}

h4 {
  font-family: "Cinzel", serif;
  font-weight: normal;
}

h4.innerTtl {
  opacity: 0.6;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1em;
}

.sp-only {
  display: none;
}

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

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1060px;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textRight {
  text-align: right;
}

.cl {
  clear: both;
}

.alignMiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a {
  transition: all 0.3s;
}

#acMenu {
  margin: 0;
}

#acMenu dt {
  display: block;
  cursor: pointer;
}

#acMenu dd {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 8.4rem;
  height: 100vh;
  z-index: 2;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  overflow: auto;
}

#acMenu dd li {
  padding: 7px 2%;
  overflow: hidden;
}

#acMenu dd li a {
  font-family: "Lato";
  color: #fff;
  font-size: 3rem;
  display: block;
  font-weight: bold;
  line-height: 4.5rem;
}

#acMenu dd li a.active {
  color: #fb6e28;
}

#acMenu dd li a,
#acMenu dd li a span {
  display: inline-block;
}

#acMenu dd li a span {
  transition: 0.5s;
}

#acMenu dd li a:hover span {
  color: #fb6e28;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#menuButton {
  display: block;
  width: 9rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 3;
}

#menuButton span {
  display: block;
  background: #fff;
  width: 5rem;
  height: 3px;
  position: absolute;
  left: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 2rem;
}

#menuButton span:last-child {
  bottom: 2rem;
}

#menuButton.active span:first-child {
  top: 3.2rem;
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#menuButton.active span:last-child {
  bottom: 1.2rem;
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-1 {
  width: 8.333333%;
}

.col-sm-2 {
  width: 16.66666%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.3333%;
}

.col-sm-5 {
  width: 41.6666%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333%;
}

.col-sm-8 {
  width: 66.66666%;
  margin: 0 auto;
}

.col-sm-9 {
  width: 75%;
  margin: 0 auto;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-offset-1 {
  margin-left: 8.333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

h1 {
}

a {
  color: #fff;
}

.b {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs30 {
  font-size: 3rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: 5rem;
}

.fs56 {
  font-size: 5.6rem;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}
.mb90 {
  margin-bottom: 9rem !important;
}
.pl15 {
  padding-left: 1.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.cb {
  clear: both;
}

.oh {
  overflow: hidden !important;
}

.bb {
  border-bottom: 1px solid #000;
}

.por {
  position: relative;
}

.sect,
.row {
  clear: both;
  overflow: hidden;
}

.fadein {
  opacity: 0;
}

.fadein.scrollin {
  transform: translate(0, 0);
}

.fadein01 {
  transform: translate(-500px, 0);
  transition: all 700ms;
}

.fadein02 {
  transform: translate(0, 100px);
  transition: all 400ms;
}

.greetingInner p {
  font-size: 1.6rem;
}
.profileInner{
  clear: both;
  overflow: hidden;
}
.profImg {
  width: 28rem;
  float: left;
  margin: 0 3rem 1.5rem 0;
}

p.greetName {
  margin-top: 3rem;
  text-align: right;
  font-size: 2rem;
}

.toMG {
  line-height: 1.4;
  text-align: center;
  padding: 0 0.5rem 0.5rem;
  margin: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50rem;
  margin: auto;
}

#top .toMG a {
  display: block;
}

#top .toMG a {
  display: block;
  margin: 0.5rem auto 0;
}

.toMG a {
  display: inline;
  width: 48%;
  max-width: 26rem;
  margin-left: 1.6rem;
  padding: 0.5rem 0.8rem;
  background: #fff;
}

.toMG a:hover {
  opacity: 0.7;
}

.galleryOuter {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  clear: both;
  margin: 2rem -1rem;
}

.galleryOuter li {
  text-align: center;
  border: 0.2rem #fff solid;
  width: calc(20% - 2rem);
  margin: 1rem;
}

.trailerOuter {
  margin: 2rem -1rem;
}

.trailerOuter li {
  text-align: center;
  background: #000;
  border: 0.2rem #fff solid;
  width: calc(33.333% - 2rem);
  display: inline-block;
  float: left;
  margin: 1rem;
}

.fade {
  opacity: 0;
  animation: fadein 1s ease forwards;
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

.fade01 {
  animation-delay: 0.3s;
}

.fade02 {
  animation-delay: 0.6s;
}

.fade03 {
  animation-delay: 0.9s;
}

.fade04 {
  animation-delay: 1.2s;
}

.fade05 {
  animation-delay: 1.5s;
}

.fade06 {
  animation-delay: 1.8s;
}

.fade07 {
  animation-delay: 2.1s;
}

.fade08 {
  animation-delay: 2.4s;
}

.fade09 {
  animation-delay: 2.7s;
}

.fade10 {
  animation-delay: 3s;
}

.fade11 {
  animation-delay: 3.3s;
}

.fade12 {
  animation-delay: 3.6s;
}

.fade13 {
  animation-delay: 3.9s;
}

.fade14 {
  animation-delay: 4.2s;
}

.fade15 {
  animation-delay: 4.5s;
}

.fade16 {
  animation-delay: 4.8s;
}

.fade17 {
  animation-delay: 5.1s;
}

.fade18 {
  animation-delay: 5.4s;
}

.fade19 {
  animation-delay: 5.7s;
}

.fade20 {
  animation-delay: 6s;
}

.fade21 {
  animation-delay: 6.3s;
}
.fade22 {
  animation-delay: 6.6s;
}
.fade23 {
  animation-delay: 6.9s;
}
.galleryOuter li a,
.trailerOuter li img {
  display: block;
  background: #000;
  opacity: 0.7;
  transition: all 0.3s;
}

.galleryOuter li a:hover,
.trailerOuter li img:hover {
  opacity: 1;
}

.storyMv {
  margin: 0 0 3rem;
}

#top footer,
#trailer footer,
#gallery footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

#top footer {
  background: none;
}

.kawaseImg {
  position: absolute;
  z-index: 2;
  height: 100vh;
  top: 0;
  right: 0;
  width: 100%;
  background: url(../images/kawase.png) no-repeat right bottom;
  background-size: contain;
}

.catch {
  position: relative;
  z-index: 2;
  width: 28rem;
  margin: 0 auto;
  display: block;
}

.indexLogo {
  font-size: 1.8rem;
  z-index: 2;
  left: 12%;
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  width: 35rem;
}

.indexLogo img {
  margin-top: 1.5rem;
}

.indexLogo span.date {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  display: block;
  writing-mode: vertical-rl;
  line-height: 1;
  margin: 0 0 0 7rem;
  font-size: 1.6rem;
}

.indexLogo p {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 52%;
  white-space: nowrap;
}

.indexLogo p small {
  line-height: 1;
  display: block;
  font-size: 1.2rem;
}

.indexLogo p span {
  display: block;
  padding-bottom: 0.5rem;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  visibility: hidden;
  transition: 1s;
  animation-name: fadein;
  animation-duration: 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup.is-show {
  display: block;
  visibility: visible;
}

.popup-inner,
.modal_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 10px 10px;
  background-color: #fff;
  z-index: 2;
  max-height: 90%;
  width: 100%;
  max-width: 600px;
}

.modal_inner iframe {
  width: 100%;
}

.popup-inner.modal00 {
}

.modal_inner.modal01 {
}

.modal_inner.modal02 {
}

.modal_inner.modal03 {
  width: auto;
  max-width: 460px;
  height: auto;
  max-height: 100vh;
}

.close-btn,
.modal_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.close-btn i,
.modal_close i {
  font-size: 20px;
  color: #333;
}

.black-background,
.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.youtube_closeBtn {
  color: #000;
}

.modal_box {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 1s;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 6rem;
  top: 0;
  left: 0;
}

.headerInner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

header li {
  overflow: hidden;
}

header li a {
  font-size: 1.4rem;
  color: #aaa;
}

header li.smallTxt a {
  font-size: 1.2rem;
}

header li a:hover,
header li.on a {
  color: #fff;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.storyTtlContainer{
  position: relative;
}
.storyTtlContainer h3 {
  font-size: 3.2rem;
  margin: 3rem 0;
  line-height: 1.4;
}

.storyTtlContainer p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.introImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
}
.introTxt{
  position: relative;
    float: right;
  width: 65%;
  font-size: 1.6rem;
  z-index: 2;
  margin-top: 6rem;
}
.role {
  font-size: 2rem;
  margin-bottom: 0;
}

.name {
  overflow: hidden;
  position: relative;
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.name span.name-en {
  font-family: "Cinzel", serif;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.8rem;
  padding-left: 1rem;
  opacity: 0.6;
}

.personArticle .personImg {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
  float: left;
}

.personArticle .personTxt {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.666%;
  overflow: hidden;
}

.personArticleSub .name {
  font-size: 2rem;
}

.personArticleSub .name .en {
  font-size: 2rem;
}

.personArticleSub .name .role {
  font-size: 1.4rem;
}

.filmography {
  clear: both;
  padding: 1rem 0 3rem;
}

.filmography dt {
  color: #aaa;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.filmography dd {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.personArticle {
  margin-bottom: 6rem;
}

.commmentInner {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-bottom: 3rem;
}

.commentName {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: right;
}

/* footer */

footer {
  width: 100%;
  padding: 1.5rem 0;
  position: fixed;
  bottom: -7.5rem;
  width: 100%;
  z-index: 99;
 /* background: rgba(0, 0, 0, 0.5);*/
}

.copy {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
}

#page-top {
  line-height: 1.4;
  position: absolute;
  right: 5rem;
  bottom: 2.6rem;
  z-index: 9;
}

#top #page-top,
#gallery #page-top,
#trailer #page-top {
  display: none;
}

#page-top .fa {
  font-size: 3rem;
  display: block;
  text-align: center;
}
body#news #content{
  background: url(../images/newsBg.png) no-repeat center fixed;
    background-size: auto 66vh;
    overflow: visible;  
}
.newsDl {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.newsDl dt {
  font-size: 1.8rem;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  padding: 1rem 3rem 1rem 0.5rem;
}
.newsDl dt span {
  font-size: 1.4rem;
  padding-right: 1.5rem;
}
.newsDl dt:hover {
  color: #fb6e28;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.newsDl dt:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 3rem;
  margin-top: -3rem;
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  color: #ccc;
}
.newsDl dt:hover:before {
  color: #fb6e28;-webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.newsDl dt.active:before {
  content: "\f106";
}
.toggleDl dd {
  display: none;
  padding: 1rem;
}
.newsDl dd a{
  border-bottom: 1px dashed #fff;
}
body#theater #content{
  background: url(../images/theaterBg.png) no-repeat right 22% top 10% fixed;
  background-size: auto 90vh;
    overflow: visible;
}
.theaterDlOuter{
  max-width: 80rem;
  margin: 3rem auto;
}
.theaterDl{
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.theaterDl dt {
  float: left;
  width: 12rem;
  white-space: nowrap;
    font-size: 1.8rem;
    clear: both;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    padding: 1rem 3rem 1rem 0.5rem;
}
.theaterDl dd {
  padding: 1rem;
  overflow: hidden;
  font-size: 1.8rem;
}
.theaterDl dd a{
  text-decoration: underline;
}
.theaterDl dd span{
  float: right;
  font-size: 1.8rem;
}
body#comment #content{
  background: url(../images/commentBg.png) no-repeat left 22% top 52% fixed;
  background-size: auto 66vh;
  overflow: visible;

}
.commentDl{
  margin: 9rem auto 3rem;
    max-width: 84rem;
    display: inline-block;
    float: right;
}
.commentDl dt{
  border: 1px solid rgba(255,255,255,0.4);
    padding: 2rem;
}
.commentDl dd{
  white-space: nowrap;
  text-align: right;
  font-size: 2rem;
  background: #000;
  display: inline-block;
  float: right;
  margin: -1.8rem 1.5rem 0 0;
  line-height: 1;
  padding: 0.5rem 0.5rem;
}
.commentDl dd span{
  position: relative;
  font-size: 1.6rem;
  padding-left: 3rem;
}
.commentDl dd span:before {
  content: "";
    display: inline-block;
    width: 0.1rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    left: 1.5rem;
    background: #fff;
    transform: rotate(33deg);
}
.indexOuter{
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3vh;
  margin-left: -14rem;
  width: 28rem;
  z-index:10;
}
.banner{
  position: absolute;
    bottom: 1rem;
    right: 2rem;
    z-index: 3;
}
.banner ul{
  display: flex;
}
.banner ul li{
  margin: 1rem;
}
.banner ul li p{
  margin: 0;
}
.banner ul img{
  width: 12.2rem;
}
.youtubeOuter{
  width: 14rem;
    margin: 0 auto 1.5rem;
}
.youtubeOuter a{
  font-size: 1.8rem;
  display: block;
  color: #050000;
  background: #fff;
  height:4.5rem;
  line-height:4.5rem;
  border-radius: .5rem;
  text-shadow:none;
}
.youtubeOuter a .fa{
  color: #DA1725;
  font-size: 2.1rem;
}
.fancybox-inner{
  position: relative;
    padding-top: 56.25%;
}

.snsUl{
  display: flex;
  align-items: center;
  justify-content: center;
}
.snsUl li{
  line-height: 1;
  margin: 1rem 1.5rem;
}
.snsUl li a{
  color: #fff;
    font-size: 2.8rem;
}
.youtubeOuter a:hover,
.snsUl li a:hover{
  opacity: 0.7;
}
/*GAME*/
.gameTtl{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 1.5rem 0 3rem;
  text-align: center;
  transform: rotate(-5deg);
}
.gameTtl span{
  background: linear-gradient(transparent 60%, rgba(251,110,40,0.7) 60%);
}
.btnOuter{
  display: flex;
    align-items: center;
    justify-content: center;
}
.btnOuter a{
  display: block;
    font-family: "Lato";
    color: #fff;
    background: #fb6e28;
    width: 17rem;
    margin-right: 2rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 6rem;
    border-radius: 3rem;
  text-shadow: #000 0 0 5px, #000 0 0 2px, #000 0 0 1px;
  margin: 1.5rem;
}
.btnOuter a:hover{
  -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.gameInner{
  border: 1px solid #fff;
    padding: 1.5rem 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  html {
    font-size: 50%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .fs28 {
    font-size: 2.4rem;
  }

  .fs30 {
    font-size: 2.6rem;
  }

  .fs36 {
    font-size: 3.2rem;
  }

  .fs40 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 5rem;
    margin-bottom: 30px;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block;
  }

  header {
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
  }

  #acMenu dd li {
    padding: 6px 15px;
    margin-bottom: 0;
  }
  #acMenu dd li a{
    font-size: 3.2rem;
    line-height: 4rem;
  }
  header li.major a {
    display: block;
    width: 130px;
  }

  section {
    padding-left: 0;
  }

  #sect02,
  #sect03,
  #sect04,
  #sect05,
  #sect06,
  #sect07,
  #sect08,
  #sect09 {
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 50%;
  }

  #top #content {
    background: url(../images/mv_sp) no-repeat top #000;
    background-size: cover;
  }

  .catch {
    position: absolute;
    z-index: 2;
    width: 36%;
    left: 7%;
    top: 7rem;
    margin: auto;
    display: block;
  }

  .indexLogo span.date {
    margin: auto;
    font-size: 1.6rem;
  }

  .indexLogo {
    position: absolute;
    width: 100%;
    top: 32%;
    left: auto;
    font-size: 1.1rem;
    bottom: auto;
    transform: none;
  }

  .indexLogo img {
    width: 33%;
    margin: 1rem auto 0;
  }

  .indexLogo p {
    position: absolute;
    top: 60%;
    left: 61%;
  }

  .indexLogo p small {
    font-size: 1rem;
  }

  .indexLogo p span {
    font-size: 1.3rem;
  }

  .imgSect {
    height: 200px;
  }

  #top .toMG a {
    display: block;
    margin: 0.5rem auto 0;
  }

  h4.innerTtl {
    opacity: 0.6;
    font-size: 2rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.5rem;
  }

  .galleryOuter {
    margin: 0 -0.5rem;
  }

  .galleryOuter li {
    width: calc(33.33% - 1rem);
    display: inline-block;
    margin: 0.5rem;
  }

  .trailerOuter li {
    width: calc(50% - 1rem);
    display: inline-block;
    margin: 0.5rem;
  }

  .fancybox-prev:before,
  .fancybox-next:before {
    font-size: 2rem;
  }

  footer .container {
    display: block;
    text-align: center;
  }

  .footerLogo {
    float: none;
    margin-bottom: 10px;
  }
  body#news #content{
    background: url(../images/newsBg.png) no-repeat center fixed;
      background-size: auto 30vh;
      overflow: visible;  
  }
  .newsDl dt span {
    display: block;
    padding-right: 0;
  }
  .theaterDl dt{
    width: 5rem;
    font-size: 1.6rem;
    padding: 1rem 1rem 1rem 0;
  }
  .theaterDl dd{
    padding: 1rem;
    font-size: 1.6rem;
  }
  .theaterDl dd span {
    font-size: 1.6rem;
}
.indexOuter{
  bottom: 8rem;
}
.banner{
  width: 100%;
  right: auto;
}
.banner ul {
  display: flex;
  justify-content: center;
  right: auto;
}
}

@media screen and (max-width: 500px) {
  .name {
    font-size: 3.6rem;
    margin-top: 10px;
    line-height: 1.4;
  }

  .name span.name-en {
    position: relative;
    display: block;
    line-height: 1;
    padding: 0 0 0.5rem;
    font-size: 1.6rem;
  }

  .profImg {
    width: 100%;
    float: none;
    margin: 0 0 2rem;
  }

  #top #content {
    background-size: contain;
  }

  .indexLogo {
    top:13%;
  }

  .indexLogo span.date {
    margin: auto;
    font-size: 1.4rem;
  }

  #top .toMG {
    display: flex;
  }

  #top .toMG img {
    display: inline-block;
    margin: 0;
  }

  .indexLogo img {
    width: 32%;
    margin: 1rem auto 0;
  }
  .storyTtlContainer h3{
    font-size: 2rem;
  }
  .introImg{
    position: relative;
    width: 100%;
  }
  .introTxt{
    width: 100%;
    margin-top: -3em;
  }
  body#theater #content {
    background: url(../images/theaterBg.png) no-repeat right 22% top 29% fixed;
    background-size: auto 54vh;
}

body#comment #content{
  background: url(../images/commentBg.png) no-repeat left 15px top 56% fixed;
  background-size: 70vw auto;
  overflow: visible;

}
  .castUl li {
      width: 50%;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }

  .castUl li.castSmall {
    font-size: 1.35rem;
  }
  .shutter img {
    max-width: 90%;
    margin: auto 5%;
  }
  .gameTtl{
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
