@charset "UTF-8";
/*---------------------------
共通
---------------------------*/
.floor {
  width: 100%;
  max-width: 1024px;
  padding: 8% 1%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  scroll-behavior: smooth;
}

.p-bg-gry{
  /*background: url("../img/page-bg-gry.gif") repeat center;*/
  background: #f1f1f1;
}

.p-bg-pnk{
  /* background: url("../img/page-bg-pnk.gif") repeat center;*/
  background: #f1f1f1;
}

.sub-floor{
  padding:3%;
}

.bg-col01{background-color: #fff;}
.bg-col02{background-color: #e60116;}

.f-wht{color:#fff;}


@media screen and (max-width: 480px) {
  .floor {
  padding: 8% 2%;
  }
  
  .sub-floor{
    padding:5%;
  }
}

/*---------------------------
見出し
---------------------------*/
.h-title{
  font-size:6.5rem;
  text-align: center;
  position: relative;
  margin: 0 0 5%;
}

.h-title:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/title-parts-blk.svg");
  background-size: contain;
}

.h-title:after{
  content: '';
  position:relative;
  display: block;
  width: 50%;
  height: 10px;
  max-width: 240px;
  margin: 0 auto;
  transform:skewX(25deg);
  background: #e60116;
  bottom: 8px;
  z-index: -1;
}

.bg-col02 .h-title{color:#fff;}
.bg-col02 .h-title:before{background-image: url("../img/title-parts-wht.svg");}
.bg-col02 .h-title:after{
  background: #000;
}

.bg-col02 p{color:#fff;}
.bg-col02 .bg-col01 p{color:#000;}

@media screen and (max-width: 768px) {
  .h-title{
    font-size:8vw;
  }
}

@media screen and (max-width: 480px) {
  .h-title{
    font-size:15vw;
  }
  .h-title:before{
    width: 40px;
    height: 40px;
  }
  
  .h-title:after{
    width: 90%;
  }
}




/*---------------------------
MV
---------------------------*/
#mv-contents{
  margin-top: 50px;
}

.mv-pc{display: block;}
.mv-sp{display: none;}
.mv a img:hover{opacity: 1;}
@media screen and (max-width: 1280px) {
  #mv-contents{margin-top: 60px;}
}

@media screen and (max-width: 480px) {
  #mv-contents{margin-top: 50px;}
  .mv-pc{display: none;}
  .mv-sp{display: block;}
}

/*----------------------
 注意
------------------------*/
.ticket-note{padding-top:0}
.ticket-note .floor{
	padding: 2% 1% 0;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
  cursor:pointer;
  width: 80%;
	padding: 2.5% 2%;
	font-size: 2.4rem;
	text-align: center;
	display: block;
	color: #fff;
	position: relative;
	border: 1px solid #e60116;
	color: #e60116;
	background: #fff1f3;
  margin: 0 auto;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #e60116;
	border-right: 2px solid #e60116;
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom:5px;
	left: 50%;
	transform: rotate(135deg) translate(-50%, 0);
}
.toggle:checked + .Label::before {
	left: 51%;
	transform: rotate(-45deg) translate(-50%, 0)!important;
}

.Label span{
	width: 80%;
	max-width: 320px;
	font-size: 1.6rem;
	position: absolute;
	padding: .5%;
	color:#fff;
	background: #e60116;
	top:-16%;
	left: 50%;
	transform: translate(-50%, 0);
}


.Label,
.ticket-note-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.ticket-note-content {
  width: 80%;
  margin: 0 auto;
	height: 0;
	padding:0 1%;
	overflow: hidden;
}
.toggle:checked + .Label + .ticket-note-content {	/*開閉時*/
	height: auto;
	padding:1% ;
	transition: all .3s;
}

.ticket-note-content .red{
	padding:5px;
	background:#fff;
	display: block;
	margin: 0 0 5px;
}

.ticket-note-content .right{
	display: block;
	margin: 5px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px){
  .Label{width: 100%;}
	.Label{padding: 4% 2%;}
	.Label span{
		padding: 1%;
		top: -16px;
	}
  .ticket-note-content {
    width: 100%;
  }
}

@media screen and (max-width: 480px){
	.ticket-note .floor{
    padding: 10% 2% 0;
	}
	.Label{
		font-size: 2rem;
		padding: 6% 2%;
	}

	.Label::before{		/*タイトル横の矢印*/
		width: 6px;
		height: 6px;
	}
}


/*---------------------------
動画埋め込み
---------------------------*/
.movie {
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: #f5f5f5;
}
.m-box {
  width: 70%;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
}
.m-img {
  position: relative;
  width: 100%;
  padding: 58% 0 0 0;
}
.m-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:640px) {
  .m-box {
    width: 100%;
  }
}

/*---------------------------
News
---------------------------*/
#news {}

#news .sub-floor{
  overflow: hidden;
}

.news-tw-box{
  width: calc(100% - 350px);
  height: 640px;
  /*margin: 0 auto;*/
  float:left;
}

.news-img-box{
  width: 100%;
  max-width: 320px;
  float: right;
}

.news-img{
  width: 100%;
  display: block;
  margin: 0 0 35px;
}

.news-img:last-of-type{
  margin: 0 0 0;
}

@media screen and (max-width: 480px) {
  .news-tw-box{
    width: 90%;
    height: 640px;
    float:none;
    margin: 0 auto 5vw;
    display: block;
    overflow: hidden;
  }
  
  .news-img-box{
    width: 100%;
    max-width: 320px;
    float:none;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .news-img{
    margin: 0 0 5vw;
  }
}

/*---------------------------
Story
---------------------------*/
#story {
}

#story:before{
  content: "";
  width: 100%;
  height: 5px;
  background: #e60116;
  position: relative;
  top:-10px;
  display: block
}

#story .sub-floor p{
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.catch-text{
  color:#fff;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.2!important;
  margin: 0 0 2%;
}

@media screen and (max-width: 768px) {
  .catch-text{
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .catch-text{
    font-size: 4.8vw;
  }
  #story .sub-floor p{
  line-height: 1.5;
  text-align: left;
}
}


/*---------------------------
chara
---------------------------*/
.chara-no-cast.floor{
  height: 90vh;
  min-height: 830px;
  max-height: 830px;
}

#chara {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#chara .h-title:after{
  max-width: 420px;
}

#chara .chara-tab-box {
  padding: 8% 1% 1%!important;
  /*padding: 8% 1% 5%!important;*/
  position: relative;
  z-index: 1;
}

#chara .floor{
  padding: 5% 1%;
  max-width:inherit;
}

#chara #org.floor{
  padding: 4% 1% 10%;
}

.chara-box-main {
  width: 100%;
  /*--min-height: 958px;--*/
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.chara-info {
  width: 63%;
  padding: 40px 0 0 40px;
  float: right;
  position: relative;
  z-index:1;
}

#chara .floor:nth-child(2n+1) .chara-info{
  float: left;
  padding: 40px 40px 0 0; 
}

.chara-name {
  position: relative;
  height: 80px;
  letter-spacing: 2px;
}

.chara-name:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 5px
}

.c-name {
  font-size: 5rem;
  padding: 0 0 0 10px;
  position: absolute;
  bottom:0;
}

.c-name:first-letter {
  font-size: 150%;
}

.c-name span.font01 {
  position: relative
}

.c-name span.font01:before {
  text-align: right;
  width: 100%;
  font-size: 1.6rem;
  position: absolute;
  top: -10px;
  letter-spacing: 0;
}

.c-name span.mini{
  font-size: 50%;
}

.c-name-line {
  position: absolute;
  right: 0;
  padding: 5px 10px 8px;
  width: 100%;
  text-align: right;
  bottom: 0;
  z-index: -1;
  height: 35px;
}


.chara-cach {
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 40px auto 0;
  position: relative;
  z-index: 2
}

.chara-cach .cach-l,
.chara-cach .cach-r,
.chara-cach .cach-c{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.chara-cach .cach-l {text-align: left;}
.chara-cach .cach-c {text-align: center;}
.chara-cach .cach-r {text-align: right;margin-bottom: 0px;}

.chara-text {
  padding: 20px 0 0 0;
  line-height: 1.8;
  position: relative;
  z-index: 2
}

.chara-movie-btn{
  width: 100%;
  max-width: 80px;
  position: absolute;
  top:-10%;
  right:1%;
  z-index: 1;
}


.chara-img {
  position: relative;
  width: 100%;
}

.chara-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 390px;/*--400px--*/
}

#chara .floor:nth-child(2n+1) .chara-img img{
  left:inherit;
  right:0;
}

.chara-cast{
  padding:5%;
  margin: 30px 0 0;
  position: relative;
}

.chara-cast h3{
  font-size: 3.2rem;
  position: relative;
  margin: 0 0 3%;
}

.chara-cast h3::before{
  content: "";
  width: 85%;
  height: 1px;
  display:block;
  position: absolute;
  top:50%;
  right:0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.chara-cast-name{
  padding:0 5% 3%;
  position: relative;
}

.chara-cast-name.no-days p{
  width: 100%;/*--49--*/
  display: inline-block;
}

.chara-cast-name.no-days p:last-of-type{
  width: 100%;
  display:block;
}


.chara-cast-name:after{
  content: "";
  position: absolute;
  width:calc(100% - 110px);
  height: 1px;
  bottom:-4px;
  left:0;
  display: block;
  background: #000;
}

.chara-cast-name.no-days:after{
  width:100%;
}

.chara-cast-name p{
  margin: 0 0 3%;
  padding:0 0 0 26px;
  position: relative;
  font-weight: 600;
}

.chara-cast-name .day{
  display:block;
  margin: 0 0 0 auto;
  font-size:80%;
  padding:5px;
}

.chara-cast-name p:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  position:absolute;
  top:0;
  left:0;
}

.chara-cast-name p:last-of-type{margin: 0;}
.chara-cast-name p.none:before{content: none;}

.chara-tk{
  width:130px;
  position: absolute;
  bottom:10px;
  right:10px;
  border: 1px solid #000;
}

.chara-tk .link-btn-box01{
  background: rgba(0,0,0,0);
}

.chara-tk .link-btn-box01 span{
  border:none;
  padding:5px;
  font-size: 80%;
  color:#000;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}

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

.chara-tk .link-btn-box01:hover{
  background: rgba(0,0,0,1)
}

.chara-tk .link-btn-box01:hover span{
  color:#fff;
}

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

.page-parts-chara{
  position: absolute;
  top:5vw;
  right:0
}

.chara-prof-list{
  padding:20px 0;
  margin: 20px 0 0;
  border-top:1px solid #000;
  font-size: 0;
}
.chara-prof-list li{
  display: inline-block;
  padding:5px;
  line-height: 1;
  vertical-align: middle;
}
.chara-prof-list li:nth-child(2n+1){
  width: 10%;
  color: #fff;
  text-align: center;
}
.chara-prof-list li:nth-child(2n){
  width: 15%;
  padding:0 0 0 5px
}


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

@media screen and (max-width: 768px) {
  .chara-no-cast.floor{
  height: 62vh;
  min-height: 610px;
  }
  
  .c-name {
    font-size: 6.5vw;
  }
  .c-name span.font01:before{
    font-size: 2vw;
  }
  .chara-cach{
    font-size: 2.5vw;
  }
  
  .chara-movie-btn{
    max-width: 50px;
    top:-10%;
    right:1%;
  }
  
  #yel .chara-movie-btn{
    top:-24%;
  }
  
  .chara-img img {
    max-width: 320px;
  }

  .chara-cast{
    padding:2vw;
  }
  
  .chara-cast-name{
    padding: 0 2vw 5vw;
  }
  
  .chara-cast-name p{
    margin: 0 0 2vw;
    padding: 0 0 0 2.5vw;
  }
  
  .chara-cast-name:after{
    bottom: 1vw;
    width: calc(100% - 106px);
  }
  
  .chara-tk{
    width: 112px;
  }
  
  .chara-prof-list li:nth-child(2n+1),
  .chara-prof-list li:nth-child(2n){
     width: 25%;
     margin-bottom: 10px;
  }
  
  
  
}

@media screen and (max-width:480px) {
  .chara-no-cast.floor{
    height:100%;
    min-height:inherit;
  }
  
  .chara-no-cast .chara-prof-list{
    padding:0;
    margin: 0;
    border-top:none;
  }
  
  .chara-box-main{
    position: static;
  }
  
  #chara .chara-tab-box {
  padding: 8% 1% 5%!important;
  }
  
  .chara-info{
    width: 100%;
    margin-top: 280px;
    padding:0;
    float: none;
    background: rgba(255,255,255,.8);
  }
  #chara .floor:nth-child(2n+1) .chara-info{
    padding:0;
  }
  
  .chara-name{
    height: 25vw;
  }
  
  .c-name{
    font-size: 10vw;
    padding:0 10px;
  }
  .c-name span.font01:before{
    font-size: 3.2vw;
  }
  
  .chara-cach{
    font-size: 5vw;
    margin: 8vw auto 0;
  }
  
  .chara-cach .cach-l, .chara-cach .cach-r, .chara-cach .cach-c{
    display: unset;
  }
  .chara-text{
    padding: 5vw;
    line-height: 2;
  }
  .chara-text br{
    display: none;
  }
  
  .chara-cast{
    margin: 0;
  }
  
  .chara-cast h3::before{
    width: 76%;
  }
  .chara-cast-name p{
    margin: 0 0 5vw;
    padding:0 0 0 5vw;
  }
  .chara-cast-name p:before{
    width: 15px;
    height: 15px;
  }
  .chara-cast-name .day{
    padding:8px;
  }
  .chara-cast-name:after{
    content: none;
  }
  
  .chara-movie-btn{
    max-width: 60px;
    top:30%;
  }
  
  #yel .chara-movie-btn{
    top:-8%;
  }
  
  .chara-img{
    position: absolute;
    top:6%;
  }

  .chara-img img{
    position: static;
    max-width: 300px;
    display: block;
    margin:0 auto;
  }  
  
  .chara-tk{
    width: 100%;
    position:static;
    margin: 0 auto 2vw;
  }
  
  .chara-tk .link-btn-box01 span{
    padding:10px;
    text-align: center;
  }
  
  .page-parts-chara{
  width: 200%;
  top:5vw;
  right:-60%;
  }  
}

/*----chara-box01--------*/
#chara-box01 .c-name {}
#chara-box01 .c-name span.font01:before {
  content: "Ryota Momoyama";
}

#chara-box01 .c-name:first-letter {
  color: #e60116;
}

#chara-box01 .chara-cach {
  color: #e60116;
}

#chara-box01 .chara-name:after {
  background: #e60116;
}

#chara-box01 .c-name-line {
  background: rgba(255,226,226,.75);
  border-bottom: 2px solid #e60116;
}

#chara-box01 .chara-sub-text p:nth-of-type(2n+1) {
  background: #e60116;
}

#chara-box01 .chara-cast{
  background: rgba(255,226,226,.75);
}

#chara-box01 .chara-cast h3:first-letter {
  color: #e60116;
}

#chara-box01 .chara-cast-name p:before{
  background-image: url("../img/chara/01-icn.svg");
}

#chara-box01 .chara-cast-name .day{
  background: rgba(255,190,190,.5);
}

#chara-box01 .chara-prof-list li:nth-child(2n+1){
  background: #e60116;
}

/*----chara-box02--------*/
#chara-box02 .c-name {}
#chara-box02 .c-name span.font01:before {
  content: "Amane Itsuki";
}

#chara-box02 .c-name:first-letter {
  color: #009e4e;
}

#chara-box02 .chara-cach {
  color: #009e4e;
}

#chara-box02 .chara-name:after {
  background: #009e4e;
}

#chara-box02 .c-name-line {
  background: rgba(214,250,232,.75);
  border-bottom: 2px solid #009e4e;
}

#chara-box02 .chara-sub-text p:nth-of-type(2n+1) {
  background: #009e4e;
}

#chara-box02 .chara-cast{
  background: rgba(214,250,232,.75);
}

#chara-box02 .chara-cast h3:first-letter {
  color: #009e4e;
}

#chara-box02 .chara-cast-name p:before{
  background-image: url("../img/chara/02-icn.svg");
}

#chara-box02 .chara-cast-name .day{
  background: rgba(170,247,210,.5);
}

#chara-box02 .chara-prof-list li:nth-child(2n+1){
  background: #009e4e;
}

/*----chara-box03--------*/
#chara-box03 .c-name {}
#chara-box03 .c-name span.font01:before {
  content: "Eric Toyotomi";
}

#chara-box03 .c-name:first-letter {
  color: #f8c700;
}

#chara-box03 .chara-cach {
  color: #f8c700;
}

#chara-box03 .chara-name:after {
  background: #f8c700;
}

#chara-box03 .c-name-line {
  background: rgba(255,248,210,.75);
  border-bottom: 2px solid #f8c700;
}

#chara-box03 .chara-sub-text p:nth-of-type(2n+1) {
  background: #f8c700;
}

#chara-box03 .chara-cast{
  background: rgba(255,248,210,.75);
}

#chara-box03 .chara-cast h3:first-letter {
  color: #f8c700;
}

#chara-box03 .chara-cast-name p:before{
  background-image: url("../img/chara/03-icn.svg");
}

#chara-box03 .chara-cast-name .day{
  background: rgba(248,232,162,.5);
}

#chara-box03 .chara-prof-list li:nth-child(2n+1){
  background: #f8c700;
}

/*----chara-box04--------*/
#chara-box04 .c-name {}
#chara-box04 .c-name span.font01:before {
  content: "Seichirou Tachibana";
}

#chara-box04 .c-name:first-letter {
  color: #c34eff;
}

#chara-box04 .chara-cach {
  color: #c34eff;
}

#chara-box04 .chara-name:after {
  background: #c34eff;
}

#chara-box04 .c-name-line {
  background: rgba(248,234,255,.75);
  border-bottom: 2px solid #c34eff;
}

#chara-box04 .chara-sub-text p:nth-of-type(2n+1) {
  background: #c34eff;
}

#chara-box04 .chara-cast{
  background: rgba(248,234,255,.75);
}

#chara-box04 .chara-cast h3:first-letter {
  color: #c34eff;
}

#chara-box04 .chara-cast-name p:before{
  background-image: url("../img/chara/04-icn.svg");
}

#chara-box04 .chara-cast-name .day{
  background: rgba(232,194,255,.5);
}

#chara-box04 .chara-prof-list li:nth-child(2n+1){
  background: #c34eff;
}

/*----chara-box05--------*/
#chara-box05 .c-name {}
#chara-box05 .c-name span.font01:before {
  content: "Michiru";
}

#chara-box05 .c-name:first-letter {
  color: #26b3f6;
}

#chara-box05 .chara-cach {
  color: #26b3f6;
}

#chara-box05 .chara-name:after {
  background: #26b3f6;
}

#chara-box05 .c-name-line {
  background: rgba(210,240,255,.75);
  border-bottom: 2px solid #26b3f6;
}

#chara-box05 .chara-sub-text p:nth-of-type(2n+1) {
  background: #26b3f6;
}

#chara-box05 .chara-cast{
  background: rgba(210,240,255,.75);
}

#chara-box05 .chara-cast h3:first-letter {
  color: #26b3f6;
}

#chara-box05 .chara-cast-name p:before{
  background-image: url("../img/chara/05-icn2.svg");
}

#chara-box05 .chara-cast-name .day{
  background: rgba(138,217,255,.5);
}

#chara-box05 .chara-prof-list li:nth-child(2n+1){
  background: #26b3f6;
}

/*---------------------------
chara-tab
---------------------------*/
.tab-box {}
.tab-sam {
  /*max-width: 640px;*/
  margin: 10px auto 20px;
  display: flex;
  justify-content: center;
}
.tab-sam label {
  display: block;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
}
.tab-sam li {
  margin: 0.5%;
  width: 206px;
}
.tab-sam li img {
  border: 2px solid #fff;
}
.tab-sam li:hover img {
  transition: all 0.3s ease;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}
.tab-sam p {
  font-size: 1.2rem;
  text-align: center
}
.tab-sam a {
  display: block
}
/*-
.tab-content #chara-box01:checked ~ .tab-sam li [for="chara-box01"],
.tab-content #chara-box02:checked ~ .tab-sam li [for="chara-box02"],
.tab-content #chara-box03:checked ~ .tab-sam li [for="chara-box03"],
.tab-content #chara-box04:checked ~ .tab-sam li [for="chara-box04"],
.tab-content #chara-box05:checked ~ .tab-sam li [for="chara-box05"]{opacity:0.55;filter:alpha(opacity=55);-ms-filter:"alpha(opacity=55)";}

.tab-content input[name="chara-tab"] {display: none;}

.tab-box #chara-box01,
.tab-box #chara-box02,
.tab-box #chara-box03,
.tab-box #chara-box04b,
.tab-box #chara-box05b{display: none;}
.tab-box #chara-box01:checked ~ #chara-box01,
.tab-box #chara-box02:checked ~ #chara-box02,
.tab-box #chara-box03:checked ~ #chara-box03,
.tab-box #chara-box04:checked ~ #chara-box04b,
.tab-box #chara-box05:checked ~ #chara-box05b{display: block;}
--*/
@media screen and (max-width:640px) {
  .tab-sam {
    display: block;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0;
    margin: 0 auto 15px
  }
  .tab-sam li {
    display: inline-block;
    width: 40%;
    vertical-align: top
  }
}
@media screen and (max-width:480px) {
  .tab-sam {
    margin: 0 auto 5px
  }
}
@media screen and (max-width:400px) {
  .tab-sam p {
    font-size: 1.0rem;
  }
  .tab-sam li {
    width: 45%;
  }
}

/*---------------------------
ticket
---------------------------*/
#ticket{}

.ticket-sk-box{
  position: relative;
}

.ticket-sk-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 35px solid #e60116;
}

.ticket-sk-box .floor{
  padding: 8% 2% 4%;
}

.ticket-sk{
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.ticket-sk:before,
.ticket-sk:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width:40%;
	height: 1px;
	background-color:#fff;
	transition: 1s;
	opacity: 1!important;
}

.ticket-sk:before {
	left:0;
}

.ticket-sk:after {
	right: 0;
}

.ticket-sk-img{
  margin: 2% auto 1%;
}

.ticket-buy-box{
  position: relative;
}

.ticket-buy-box .floor{
  padding: 4% 1% 8%;
}

.ticket-buy-info{
  width: 100%;
}

.ticket-buy-info td{
  padding:25px 10px;
}

td.spac{
  padding:5px 0;
}

.ticket-buy-info td:nth-child(2n+1){
  /*width: 10%;*/
}

.ticket-buy-info td:nth-child(2n){
  width: 40%;
}

.ticket-buy-info .tit{
  background-color: #e60116;
  text-align: center;
  color:#fff;
}

.ticket-buy-info .tit02{
  background-color: #e60116;
  text-align: center;
  color:#fff;
  width: 10%;
}

.ticket-shop-text{
}

.ticket-shop-text .tit{
  background: #f1f1f1;
  padding:5px;
  color:#000;
  text-align: left;
  margin-bottom: 5px;
}

.ticket-shop-text .text{
  padding:0 0 0 16px;
  position: relative;
  margin: 0 0 20px;
}

.ticket-shop-text .text::after{
  content: "■";
  left:0;
  top:0;
  position: absolute;
  display:inline-block;
}

.ticket-shop-text .text .sub{
  font-weight: bold;
  display: block;
}

.ticket-shop-text .text .sub02{
  padding:0 0 0 20px;
  display: block;
}


.ticket-shop-btn{
  display: flex;
  flex-wrap: wrap;
}

.ticket-shop-btn .sub{
  width: 48%;
  margin: 0 1% 1%;
}


.ticket-after{
  max-width: 828px;
  margin: 2% auto 0;
  padding:2%;
  background: rgba(255,255,255,.65)
}

.ticket-after .tit{
  border-bottom:1px solid #fff;
  padding:0 0 10px;
  margin: 0 0 10px;
}
.ticket-after .text{
  padding:0 0 10px;
}
.ticket-after p{color:#000}

.ev-log-tit{
  margin-top: 6%;
}

@media screen and (max-width:768px) {
  .ticket-sk{
    font-size: 2.6vw;
  }
  .ticket-sk:before,
  .ticket-sk:after{
    width: 30%;
  }
}

@media screen and (max-width:480px) {
  .ticket-sk{
    font-size: 5vw;
  }
  .ticket-sk:before,
  .ticket-sk:after{
    width: 25%;
  }
  
  .ticket-sk-box:before{
    border: 40px solid transparent;
    border-top: 20px solid #e60116;
  }
  
  .ticket-buy-box{
    padding:10vw 0 0;
  }
  
  .ticket-buy-info td{
    display: block;
    width: 100%;
    padding: 2vw 3vw;
    margin: 0 auto;
  }
  
  .ticket-buy-info td:nth-child(2n+1){
    width: 100%;
  }
  
  .ticket-buy-info td:nth-child(2n){
    width: 100%;
    margin: 0 auto 5vw;
  }
  .ticket-buy-info .tit br{
    display: none;
  }
  
  td.spac{padding:0!important}
  
  .ticket-buy-info .link-btn-box01{
    margin: 0 0 5vw;
  }
  
  .ticket-shop-btn{
    display: block;
  }
  
  .ticket-shop-btn .sub{
    width: 100%;
    margin: 0 0 3vw;
  }
  
  .ticket-shop-text .text .sub02{
    padding:0;
  }
  
  .ev-log-tit{
    margin-top: 15%;
  }
  
}

/*---公演スケジュールリンク---*/
.ticket-link {
  max-width: 828px;
  margin: 2% auto 0;
}

.ticket-link .link-btn-box01{
  background: #e60116;
  color:#fff;
}

.ticket-link.w50 {
  display: flex;
}
.ticket-link.w50 .link-btn-box01{
  width: 49%;
}

.ticket-link.w50 .link-btn-box01:first-of-type{
  margin-right: 1%;
}
.ticket-link.w50 .link-btn-box01:last-of-type{
  margin-left: 1%;
}

.ticket-link.old-ev-link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ticket-link.old-ev-link a{
  width: 31.33%;
  margin: 1%;
}

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

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

.ticket-link .link-btn-box01:hover{
  background: #fff;
}

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

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

@media screen and (max-width:640px) {
  .ticket-link.w50 {
    display:block;
  }
  .ticket-link.w50 .link-btn-box01{
    width: 100%;
    margin-bottom: 5%;
  }
  
  .ticket-link.w50 .link-btn-box01:first-of-type{
    margin-right: 0;
  }
  .ticket-link.w50 .link-btn-box01:last-of-type{
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width:480px) {
  .ticket-link {
    margin: 2% auto 5%;
  }
  
  .ticket-link.old-ev-link a{
    width: 48%;
  }
}

/*---tab切替
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab-label {
  color: #000;
  background: #fff;
  margin:0 2% 2% 0;
  padding: 2%;
  order:-1;
  font-weight: bold;
  border-radius: 50px;
  cursor:pointer;
}

.tab-label:hover{
  color:#e60116;
}
.tab-switch:checked+.tab-label:hover{
  color: #000;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked+.tab-label {
  background: #ff9;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

.tab-switch {
  display: none;
}----*/
.tab-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab{
  color: #000;
  background: #fff;
  margin:0 2% 2% 0;
  padding: 1% 2%;
  order:-1;
  font-weight: bold;
  border-radius: 50px;
  cursor:pointer;
  text-align: center;
}

.tab:hover{color:#e60116;}

.panel-group{
  margin-top: 10px;
  background:#fff;
}

.panel-group img{
  max-width: 768px;
  margin: 0 auto;
  display: block;
}

.tab.is-active{
  background: #ff9;
  transition: all 0.2s ease-out;
}

.panel{display:none;}
.panel.is-show{display:block;}

.panel .pc{display: block;}
.panel .sp{display: none;}

@media screen and (max-width:480px) {
  .tab-group{
    display:block;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .tab{
    display: inline-block;
    width: 95px;
    padding: 3% 1%;
    margin: 0 1%;
  }
	.panel-group{
		margin-top: 20px;
	}
  .panel .pc{display: none;}
  .panel .sp{display: block;}
}

/*---------------------------
GOODS
---------------------------*/
#shop{}

.goods-item-box{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

.goods-item-text{
  text-align: center;
  padding:0 0 20px;
}

.goods-item-text.teteto{
  padding:20px 0 20px;
  margin: 20px 0 0;
  border-top:1px solid #333;
}

.goods-item{
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 0 1% 2%;
  padding:40px;
  background: #fff;
}
.goods-item.goods-box{
  width: 98%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: initial;
}

.goods-item.goods-box .i-img{
  width: 45%;
  border: none;
}
.goods-item.goods-box .i-img img{border: 1px solid #e60116;}

.goods-item.goods-box .i-text-box{
  width: 55%;
  padding:0 0 0 2%;
}
.goods-item.goods-box .i-name{
  margin: 0 0 10px;
}
.goods-item.goods-box .ticket-link{
  width: 100%;
  max-width:inherit;
  margin: 15px 0 0;
}

.i-text-box{
  paddinbg:0 0 0 2%;
}

.goods-item.photo-no{
  padding:0;
}

.goods-item.photo-no .i-img{
  border:none;
}

.i-img{
  border: 1px solid #e60116;
}

.i-name{
  margin: 10px 0;
  padding:0 0 10px;
  font-weight: bold!important;
  border-bottom:1px dashed #ccc;
}

.i-text{
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.mini-text{font-size: 1.2rem;}

.i-price{
  width: 100%;
  padding:5px;
  background: #f1f1f1;
  font-weight: bold;
  text-align: right;
  margin-top: auto;
}

#goods .foot-link-btn{
  background: #fff;
}
#goods .link-btn-box01 span{
  padding:20px 0;
}
@media screen and (max-width:768px) {
  .goods-item.goods-box .ticket-link{justify-content:left}
  .goods-item.goods-box .ticket-link a{width: 48%;}
}
@media screen and (max-width:480px) {
  .goods-item {
    width: 100%;
    margin: 0 1% 3%;
    padding:20px;
  }
  
  .goods-item.photo-no{
    margin: -3% 1% 3%;
  }
  
  .goods-item-text{text-align: left;}
  
  .goods-item.goods-box .i-img{width: 100%;}
  .goods-item.goods-box .i-text-box{width: 100%;padding: 10px 0 0;}
  .goods-item.goods-box .ticket-link a{width: 100%;}
}


/*--------------------------
CAST STAFF
---------------------------*/
#staff{
}

#staff .h-title:after{
  max-width: 420px;
}


#staff .ticket-sk{
  color:#e60116;
  font-size: 3.6rem;
}

#staff .ticket-sk:before,
#staff .ticket-sk:after{
  background:#e60116;
}

.cast-box{
  max-width: 640px;
  margin: 30px auto 60px;
}

.cast-box .t-center{
  line-height: 2;
}


.staff-box{
  
}

.staff-member{
  width: 49%;
  padding:2%;
  display: inline-block;
  text-align: center;
}

.staff-member.block{
  display: block;
  margin: 0 auto;
}


.staff-job{
  max-width: 200px;
  background: #000;
  color:#fff;
  padding:5px;
  font-size: 1.2rem;
  margin: 0 auto;
}

.staff-name{
  font-size: 3.6rem;
  margin: 10px 0;
}

.staff-work{
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .staff-name{
    font-size: 4vw;
  }
}

@media screen and (max-width:480px) {
  #staff .floor{
    padding:8% 2% 20%;
  }
  
  .cast-box{
  margin: 30px auto;
  }
  
  .cast-box p br{
    display: none;
  }
  
  .cast-box .t-center{
    text-align: left;
  }
  
  .staff-member{
    display: block;
    width: 100%;
    margin: 5vw auto 0;
  }
  
  .staff-name{
    font-size: 7vw;
    margin: 2vw 0;
  }
}


/*---------------------------
SUPPORT
---------------------------*/
.support-box {
  width: 100%;
}
.supp-text {
  margin: 0 auto 30px;
  text-align: center;
}
.sup-text-sub {
  max-width: 768px;
  padding: 20px;
  text-align: center;
  margin: 20px auto 0;
  background: rgba(255, 123, 172, .15);
}
.sup-text-sub-tit {
  width: 90%;
  max-width: 640px;
  display: block;
  margin: 0 auto 5px;
  background: #ff7bac;
  color: #fff;
  font-size: 120%;
  padding: 5px 0 3px;
}
.support-box fieldset {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  position: relative
}
.support-box button, .support-box input, .support-box select, .support-box textarea {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 0 35px;
}
.support-box button, .support-box input, .support-box select, .support-box textarea {
  height: 32px;
  border-bottom: 1px solid #ff7bac !important;
  background: rgba(0, 0, 0, .02) !important;
  cursor: pointer;
  cursor: hand;
}
.support-box textarea {
  height: 120px;
}
.support-box label p {
  font-size: 1.6rem;
  padding: 0 0 5px;
}
.support-box label p:before {
  content: "★";
  color: #ff7bac;
  display: inline-block;
  margin-right: 2px;
}
.support-box input:focus, .support-box textarea:focus, .support-box select:focus {
  background-color: #ff7bac !important;
  outline: none;
  color: #fff !important
}
#submit_press {
  width: 80%;
  margin: 0 auto
}
input.submit {
  width: 100%;
  height: 40px;
  line-height: 30px;
  border: 1px solid #ff7bac !important;
  color: #fff !important;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  font-size: 2.0rem !important;
  background: #ff7bac !important;
}
input.submit:hover {
  background: rgba(255, 123, 172, .15) !important;
  color: #ff7bac !important;
}
#submit_press input {
  border: none
}
.support-send {
  position: relative;
  width: 100%;
  height: 80%;
  bottom: 0px;
  left: 0px;
}
.support-send .supp-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none
}
@media screen and (max-width: 768px) {
  .support-box {
    padding: 5px;
  }
  .supp-text {
    text-align: left
  }
}
@media screen and (max-width: 480px) {
  .sup-text-sub {
    text-align: left;
    padding: 10px;
  }
  .sup-text-sub-tit {
    text-align: center
  }
  .sup-text-sub .bold {
    text-align: center;
    display: block
  }
}