@charset "UTF-8";
/*---------------------------
共通
---------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  min-height: 768px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  color: #000;
  position: relative;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

a{
  color: #e60116;
  transition: all 0.2s ease;
}

a:visited {color: #e60116;}
a:hover {color: #2fcc50;}
a:active {color: #2fcc50;}

a:hover img {
  transition: all 0.2s ease;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

ul {list-style: none;}

div {box-sizing: border-box}

p, li, td, a, label,h3{
  font-size: 1.6rem;
  box-sizing: border-box;
  line-height: 1.4;
}

h1, h2, h3 {
  box-sizing: border-box;
  transform: rotate(.03deg);
  -webkit-transform: rotate(.03deg);
}

section{
  position:relative;
}

@media screen and (max-width: 1024px) {
  body {
    min-height: inherit !important;
    min-width: inherit !important;
  }
  img {
    width: 100% !important
  }
}

@media screen and (max-width: 768px) {
  body:before {
    background: url(../img/mv-img.jpg) center top/cover no-repeat;
  }
  a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  
  p, li, td, a, label,h3{
  font-size: 1.6666vw;
  box-sizing: border-box;
  line-height: 1.4;
  }
  
}
@media screen and (max-width: 480px) {
  p, li, td, a, label,h3{
  font-size: 4vw;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (max-height: 479px) {
  body {
    min-height: 400px !important
  }
}


/*---------------------------
OPSION
----------------------------*/
.font01 {font-family: 'M PLUS 1p', sans-serif;}
.font02 {font-family: 'Oswald', sans-serif;}

.t-shadow01 {
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.b-shadow01 {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .05);
}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}


.box-s-red{
    box-shadow: 0px 8px 16px -2px rgba(196,0,20,.5);
}
.box-s-gry{
  box-shadow: 0px 8px 16px -2px rgba(223,220,204,.5);
}

.big01{font-size: 130%;}
.big02{font-size: 120%;}

.mini{font-size: 80%;}

.bold{font-weight: bold!important;}

.red{color:#e60116;}

.p-10{padding:10px}

.br480{display: none}

.br480n{display: block}

.gry-line{
  background: #f1f1f1;
  padding:5px;
  margin: 0 0 5px;
  display: block;
}

@media screen and (max-width: 480px) {
  .br480{display:block}
  .br480n{display: none}
}

/*---------------------------
ドロワー
---------------------------*/
.drawer {
  display: none;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  padding: 5px;
  background: rgba(0, 0, 0,1);
  border-radius: 3%;
  cursor: pointer;
  cursor: hand;
  z-index: 100;
  right: 10px;
  top: 15px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}
.navbar_toggle {
  z-index: 999;
}
.nav-i {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;

}
.nav-i:nth-child(1) {
  top: 0;
}
.nav-i:nth-child(2) {
  margin: 8px 0;
}
.nav-i:nth-child(3) {
  top: 0;
}

@media screen and (max-width: 1280px) {
  .drawer {
    display: flex;
  }
  /*-OPEN時の動き-*/
  .drawer.open .nav-i:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer.open .nav-i:nth-child(2) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .drawer.open .nav-i:nth-child(3) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .menu-list.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    height: 100vh;
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width:640px) {
  .drawer {
    top: 15px
  }
  .drawer {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  
  .drawer {
    width: 34px;
    height: 34px;
    margin: 0;
    top: 12px
  }

  .nav-i {
    width: 24px;
  }
}

/*---------------------------
header
---------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 52px;
}

#h-nav {
  position: relative
}

#header nav {
  border-top: 4px solid #e60116!important;
}

.h-logo {
  max-width: 100px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.h-logo .pc{display: block;}
.h-logo .sp{display: none;}

.menu {
  width: 100%;
  height: 50px;
  padding: 1px 0 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  position: relative
}

.menu-list {
  font-size: 0;
  text-align: center;
}

.menu-list li {
  display: inline-block;
  margin: 0 10px;
}

.menu-list a{
  color: #000;
  text-decoration: none;
  outline: none;
}

.menu-list a {
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
}

.menu-list a:after {
  font-size: 1rem;
  display: block;
  color: #e60116;
  position: relative;
  z-index: 1;
  font-weight:bold;
  bottom: 4px;
  text-align: center;
}

.menu-list a:hover {
  color: #e60116;
}

.menu-list a:hover::after{
  color: #000;
}

.menu-list .top:after{
  content: "トップ"
}

.menu-list .news:after{
  content: "最新情報"
}

.menu-list .story:after{
  content: "あらすじ"
}

.menu-list .chara:after{
  content: "キャラクター紹介"
}

.menu-list .ticket:after{
  content: "公演/販売情報"
}

.menu-list .shop:after{
  content: "ショップ情報"
}

.menu-list .staff:after{
  content: "キャスト/スタッフ情報"
  /*--content: "スタッフ情報"--*/
}

.menu-list .special:after{
  content: "スペシャル"
  /*--content: "スタッフ情報"--*/
}

.menu-list .faq:after{
  content: "よくあるご質問"
}

.menu-list .support:after{
  content: "お問い合わせ"
}

.home-btn, .tw-btn {
  position: absolute;
  top: 4px;
  max-width: 40px;
}

.home-btn {
  right: 55px
}

.tw-btn { 
  right: 10px
}

.home-btn a, .tw-btn a {
  background: #fff;
  overflow: hidden;
  display: block
}

.home-btn a:after,
.tw-btn a:after {
  display: none;
}

.language.max-full {
  display: block
}

.language.max1280 {
  display: none;
  padding: 0 0 100px
}

.language {
  position: absolute;
  top: 7px;
  right: 10px;
  border-collapse: collapse;
  border-left: 1px solid #ff7bac;
  border-right: 1px solid #ff7bac;
}

.language td {
  padding: 8px 6px 7px;
  text-align: center;
  border-top: 1px solid #ff7bac;
  border-bottom: 1px solid #ff7bac;
}

.language td:nth-of-type(2n+1) {
  background: #fff
}

.language td:nth-of-type(2n) {
  background: #ffe6ef
}

.language a {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.language.max1280 {
  font-size: 0;
  line-height: 0;
  border: 0;
  position: static
}

.language.max1280 a{
  font-size: 1.6rem;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #fff;
  font-weight: bold
}

.language.max1280 a:last-of-type {
  border-right: none
}

@media screen and (max-width: 1280px) {
  .h-logo {
    max-width: 240px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  
  .h-logo .pc{display: none;}
  .h-logo .sp{display: block;}
  
  .menu {
    height: 60px;
  }

  .menu-list {
    position: absolute;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    overflow-y: auto;
    background: rgba(0, 0, 0, .9);
    text-align: center
  }
  .menu-list a:after {
    bottom: 0;
  }

  .menu-list li {
    display: block;
  }
  .menu-list a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .85);
    color: #fff !important;
    letter-spacing: 1px
  }
  .menu-list a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .home-btn, .tw-btn {
    top: 10px;
  }
  .language.max-full {
    display: none
  }
  .language.max1280 {
    display: block
  }
  
  .tw-btn {
    right:inherit;
    left: 5px;
    top: 7px
  }  
}

@media screen and (max-width:640px) {
  .menu {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  }
  .h-logo {
    display: block;
    top: 50%;
    max-width: 200px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%
  }
  .m-logo-pnk {
    display: block
  }
  .menu-list {
    padding: 70px 0 0
  }

}
@media screen and (max-width: 480px) {
  .menu {
    height: 50px;
  }
  
  .h-logo {
    max-width: 140px;
  }
  
  .home-btn, .tw-btn {
    max-width: 35px;
  }
  
  .home-btn {
    left: 45px;
    top: 7px
  }
  
  .tw-btn {
    left: 5px;
    top: 7px
  }

  .language.max1280 a {
    width: 50%
  }
  
  .language.max1280 a:nth-of-type(2n) {
    border-right: none
  }
  
  .menu-list {
    padding: 50px 0 0
  }
}

/*---------------------------
loader
---------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 240px;
  text-align: center;
}
.loadimg {
  display: block;
  margin: 0 auto;
}
.loadtext {
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  #loading {
    max-width: 180px;
  }
}
.loadanime {
  -webkit-animation: loada .3s linear;
  -moz-animation: loada .3s linear;
  animation: loada .3s linear;
}
@keyframes loada {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loada {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loada {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  .loading-bg {
    max-width: 200px;
    max-height: 78px;
  }
}


/*---------------------------
modal
---------------------------*/
.modal-age {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  max-width: 640px;
  padding: 30px;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-logo {
  margin: 0 auto 20px;
  max-width: 320px;
}
.modal-text {
  margin-bottom: 10px;
}
.modal-link-box {
  font-size: 0
}
.modal-link {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  color: #fff !important;
  text-align: center;
  max-width: 320px;
  width: 48%;
  margin: 1%;
  border-radius: 25px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1px;
}
.close_modal {
  background: #2fcc50;
}
.no_modal {
  background: #ccc;
}
.close_modal:hover, .no_modal:hover, .close_modal:active, .no_modal:active {
  background: #ff7cad;
}
@media screen and (max-width: 480px) {
  .modal-link {
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 10px auto 20px
  }
}

/*---------------------------
footer
---------------------------*/
#footer{}

.foot-link.floor{
  max-width: 640px;
  padding: 2% 0;
}

.foot-link-btn{
  width: 47%;
  margin: 0 1%;
  display: inline-block;
}

.foot-link-btn .link-btn-box01{
  background: rgba(0,0,0,0);
  color: #000!important;
}

.foot-link-btn .link-btn-box01 span{
  border: 2px solid #000;
}

.foot-link-btn .link-btn-box01 span:after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.foot-link-btn .link-btn-box01:hover{
  background: #000;
  color:#fff;
}

.foot-link-btn .link-btn-box01:hover span{
  color:#fff;
  border: 2px solid #fff;
}

.foot-link-btn .link-btn-box01:hover span:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 480px){
	.foot-link-btn{
    width: 80%;
    margin: 3vw auto ;
    display: block;
  }
}

/*---------------*/

.foot-box{
	background: #e60116;
}

.foot-box .floor{
	padding:.5% 0;
	position: relative;
	color:#fff;
	overflow: hidden;
}

.foot-text,
.foot-sns{
	display: inline-block;
	vertical-align: middle;
}


.foot-text{
	width: calc(100% - 225px);
	line-height: 1.4;
}

.foot-sns{
	max-width: 225px;
}

.f-sns,.f-logo{
	display: inline-block;
	vertical-align: middle;
}

.f-sns{
	max-width:120px;
}

.f-logo{
	max-width:135px;
	margin-left: 8px;
}

@media screen and (max-width: 1024px){
	.foot-box .floor{
		max-width: inherit;
		padding:2%;
	}
}

@media screen and (max-width: 768px){
	.foot-text{
		width: calc(100% - 300px);
	}
  
  .foot-sns{max-width: 300px;}
  .f-sns{max-width: 110px;}
  .f-logo{max-width: 175px;}
}


@media screen and (max-width: 480px){
	.foot-box .floor{
		padding:5%;
	}
  
  .foot-text,
	.foot-sns{
		display:block;
		width: 100%;
	}
	
	.foot-text{
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.5;
		margin: 0 auto 3vw;
		padding:0 0 5vw;
		border-bottom:1px solid #fff;
	}
	.foot-sns{
		margin: 0 auto;
	}
  
  
  
}


/*-----------*/
.h-sns{
	height: 60px;
    z-index: 1000;
    top: 0;
	right:0;
	position: absolute;
}

.h-sns-btn{
	width: 45px;
	height: 45px;
	margin: 5px;
	float: left;
}

.h-sns-btn a{
	width: 100%;
	height: 100%;
	display: block;
	background: #e60116;
	border-radius: 3px;
	padding:7px;
}

@media screen and (max-width:480px){
	.h-sns{
		height: 48px;
	}
  
  .f-sns{
    max-width:150px;
  }
  .f-logo{
    max-width: 190px;
  }
  .foot-sns{
    max-width: inherit;
	  text-align: center;
  }
  
  
  
	.h-sns-btn{
		width: 35px;
		height: 35px;
		margin: 4vw;
		position: relative;
	}
	
	.h-sns-btn img{
		width: 21px;
		position: absolute;
		top:50%;
		left:50%;
		-ms-transform:translate(-50%,-50%);
		-webkit-transform :translate(-50%,-50%);
		transform :translate(-50%,-50%);
	}

}

@media screen and (max-width:320px){
	
	.h-sns-btn{
		width: 30px;
		height: 30px;
		margin: 2.8vw 5vw 2.8vw 1vw;
		position: relative;
	}
	
	.h-sns-btn img{
		width: 21px;
	}
  
  .f-logo{
    max-width: 170px;
  }

}


/*-----**/
.copy{
	background: #000;
	color:#fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 1px;
	padding:10px 0;
	position: relative;
}

.copy:before,
.copy:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color:#fff;
}

.copy:before {
	left:0;
}
.copy:after {
	right: 0;
}

@media screen and (max-width: 1024px){
	.copy:before,
	.copy:after {
		width: 25%;
	}
}

@media screen and (max-width: 768px){
	.copy:before,
	.copy:after {
		width: 20%;
	}
}

@media screen and (max-width: 640px){
	.copy{
		font-size: 2vw;
	}
	.copy:before,
	.copy:after {
		content:none;
	}
}


/*---------------------------
page-parts
---------------------------*/
.page-parts-lt,
.page-parts-lb,
.page-parts-rt,
.page-parts-rb{
  position: absolute;
  z-index: 0;
}

.page-parts-lt{
  left:0;
  top:0;
}

.page-parts-lb{
  left:0;
  bottom:0;
}

.page-parts-rt{
  right:0;
  top:0;
}

.page-parts-rb{
  right:0;
  bottom:0;
}

@media screen and (max-width: 1024px){
	.page-parts-lt,
  .page-parts-lb,
  .page-parts-rt,
  .page-parts-rb{
    width: 100%;
    max-width: 150px;
  }
}



@media screen and (max-width: 480px){
	.page-parts-lt,
  .page-parts-lb,
  .page-parts-rt,
  .page-parts-rb{
    width: 100%;
    max-width: 100px;
  }
}



/*---------------------------
Link-btn
---------------------------*/
.link-btn-box01{
  width: 100%;
  display: block;
  padding:2px;
  background: #000;
  color:#fff!important;
  text-decoration: none;
  outline: none;
}

.link-btn-box01 span{
  display: block;
  border: 2px solid #fff;
  position: relative;
  padding:10px 0;
  text-align: center;
}


.link-btn-box01 span:after{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.link-btn-box01:hover{
  background: #f5f5f5;
  color:#000!important; 
}

.link-btn-box01:hover span{
  border: 2px solid #000;
}

.link-btn-box01:hover span:after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}


.link-btn-box02{
  width: 100%;
  display: block;
  padding:2px;
  background: #fff;
  color:#e60116!important;
  text-decoration: none;
  outline: none;
}

.link-btn-box02 span{
  display: block;
  border: 2px solid #e60116;
  position: relative;
  padding:10px 16px 10px 0;
  text-align: center;
}

.link-btn-box02 span:after{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e60116;
    border-right: 2px solid #e60116;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.link-btn-box02:hover{
  background: #e60116;
  color:#fff!important; 
}

.link-btn-box02:hover span{
  border: 2px solid #fff;
}

.link-btn-box02:hover span:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 480px){
	.link-btn-box01 span{
    padding:10px 25px 10px 0;
  }
}

/*---------------------------
POPUP
---------------------------*/

.modal {
  display: block;
  width: 80%;
  max-width: 640px;
  height: 80%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* margin: -200px 0 0 -200px; */
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}
.closed {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
}

.modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  padding:4%;
  height: 100%;
  overflow-y: scroll;
}

.modal-guts h4{
  font-size: 2.0rem;
  padding: 5px 0 15px;
  margin: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.modal-guts .bold-line{
  width: 100%;
  padding: 5px;
  background: #f1f1f1;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  
}

.modal .close-button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  background: black;
  color: white;
  font-size: 3rem;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  border: 2px solid #fff;
}

.modal .close-button span{
  position: relative;
  top:-3px;
}

.open-button {font-size: 1.6rem;}
.open-button span{padding:10px 16px 10px 0}

@media screen and (max-width: 640px){
	.modal {
  width: 90%;
  height: 88%;
  top: 53%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.75);
  }
  
  .modal .close-button {
  top: -10px;
  right: -10px;
  }  
}

@media screen and (max-width: 480px){
  .open-button br{display: none}
}


