@charset "utf-8";
/* CSS Document */

/********フォント********/
/*
font-family: 'Special Elite', cursive;
font-family: 'Noto Serif JP', serif;　500,700,900
font-family: 'Noto Sans JP', sans-serif;　400,700,900
*/

/********色********/
/*
赤：#e70012
*/

/********リンク********/
a:link{
    color: #e70012;
}
a:hover{
    color: #e70012;
}

a:visited{
    color: #e70012;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********見出し********/

.heading_sec {
	padding: 0 0 20px;
	font-size: 80rem;
	font-weight: 500;
	font-family: 'Special Elite', cursive;
	line-height: 1.5;
    color: #dd1524;
}

.heading_sec.c {
/*	color: #e70012;*/
}
.heading_sec_sub {
	padding: 0 0 20px;
	font-size: 40rem;
	font-weight: bolder;
	font-family: 'Special Elite', cursive;
	line-height: 1.5;
    color: #dd1524;
}


@media screen and (max-width: 500px){
	.heading_sec {	
		font-size: 40rem;
		letter-spacing: 0;
	}
	.heading_sec_sub {
		font-size: 30rem;
	}

}


@media screen and (max-width: 320px){
	.heading_sec {	
		font-size: 38rem;
	}
	.heading_sec_sub {
		font-size: 24rem;
	}
}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}


/**********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {display: inline-block;}


html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:1.8;
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;		

    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {
        font-size: 16em;

    }

/*    body:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background: url("../images/bg_smp.jpg") no-repeat center;
      background-size:cover;
    } */   
}

@media screen and (max-width: 767px){

}


#header{}

#navi{}

#main{}

#footer{}

#wrap{}


.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 500px;/*フッター固定用*/
	text-align: center;

}


/*******************************************
 メニュー
*******************************************/

/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 0px;
    left: 10px;
    width: 1em;
    height: 2em;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.menu-btn span {
    color: #dd1524;
}

.menu-btn span:after {
	padding: 0.5em 0.5em 0.3em;
	background: #dd1524;
	color: #fff;
	font-family: "Font Awesome 5 Free";	
	content: "\f0c9";
	font-weight: 900;
	font-size: 2em;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
font-family: "Font Awesome 5 Free";		
	content: "\f00d";
}

@media screen and (max-width: 414px){
.menu-btn {
    line-height: 1.6;
    }
}

/*モーダルメニューここまで*/

/*メニューのスタイル*/
.navi {
    position: fixed;
    display: table;
	z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.navi  ul {
    display: table-cell;
    vertical-align: middle;
}

.navi li {
    max-width: 600px;
    line-height: 1;
    margin: 0 auto 1em;
	padding-left: 20px;
    text-align: center;
	font-size: 32rem;
	font-weight: 500;
font-family: 'Special Elite', cursive;
	line-height: 1.5;
    color: #dd1524;
}

.navi li .s {
	font-size: 14rem;
}

.navi li a {
    display: block;
/*	font-size: 2.4rem;*/
    color: #dd1524;
	text-decoration: none;
}

.navi li a:hover {
    color: #CB0003;
}

.navi li .fab {
	padding-left: 0.2em;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .navi  {
/*    cursor: url(../images/cross.svg),auto;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*メニューのスタイルここまで*/

 
@media only screen and (max-width: 767px){

	/*モーダルメニュー*/
	.menu-btn {
		right: 5px;
		top: 1px;
	}

	.navi {
		padding-top: 40px;
	}
	
	.navi li {
		height: 40px;
		font-size: 28rem;
	}
}

@media only screen and (max-width: 767px){
	.navi li {
		margin: 0 auto 1em;
	}
}

/*****セクション共通*****/

.sec {
  padding:3em 1.5em 3em;
	color: #000;
}


/*****メイン*****/

main {
    color: #000;
}



/*****フッター*****/

.close_link {
    margin: 0 auto 2em;
    font-size: 17rem;
    letter-spacing: -0.1em;
}
.close_link a {
    text-decoration: none;
}

footer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #000;
	position: absolute;/*←絶対位置*/
    bottom: 0;
	padding-top: 20px;
    padding-bottom: 20px;
}

footer .copy {
	display: block;
	padding: 1em;
	font-style: normal;
	line-height: 1.5;
    color: #fff;
    font-weight: 700;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}



#pagetop{
    position: fixed;
    right: 15px;
    bottom: 5px;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #dd1524;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

@media screen and (max-width: 414px){

}


/*******************************************
 お客様へのお願い
*******************************************/

.btn_area {
	padding: 1em 0 0;
	background: #000;
	text-align: center;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
}

.btn_area .btn {
	display: inline-block;
	color: #fff;
	padding: 0 1em;
	text-decoration: none;
	font-size: 16rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


.btn_area .btn::before {
	font-family: "Font Awesome 5 Free";	
	content: "\f138";
	font-weight: 900;
	font-size: 1em;
	padding-right: 0.2em;
	color: #e70012;
}

.btn_area .res {
	display: none;
}

@media screen and (max-width:1400px){
	.btn_area {
		padding-left: 60px;
	}
	.btn_area .btn {
		padding: 0 0.5em;
	}
}

@media screen and (max-width:1260px){
	.btn_area .res {
		display: inline;
	}
}
@media screen and (max-width:690px){
	.btn_area {
		padding-left: 40px;
	}

	.btn_area .btn {
		padding: 0 0.5em;
	}
	.btn_area .btn::before {
		padding-right: 0.1em;
	}	
}

@media screen and (max-width:580px){
	.btn_area {
		padding-top: 60px;
		padding: 55px 1em 0;
	}
	.btn_area .res {
		display: none;
	}

	.btn_area .btn {
		display: block;
		margin: 5px auto 0;
		padding: 0.5em 0 0.3em;
		line-height: 1;
		border: 2px solid #e70012;
		font-weight: 500;
		font-size: 0.9em;
		background: #e70012;
		border-radius: 3px;
		color: #fff;
	}
	.btn_area .btn::before {
		content: none;
	}
}

/*******************************************
 ヒーローエリア
*******************************************/
.hero {
	margin: 0 auto 10em;
    padding: 1em 1em 0;
	text-align: center;
}

.hero .visual {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hero .visual img {
    width: 100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}


@media screen and (max-width: 1020px){
    .hero {    
        padding-top: 60px;   
    }
}

/*******************************************
 ビリング
*******************************************/

.billing {}

.billing.sec {
}

.billing .item {
    max-width: 700px;
    margin: 0 auto;
}

.billing .item img {
    width: 100%;
}

/*******************************************
 イントロ
*******************************************/


.intro {
    max-width: 980px;
    margin: 0 auto 40px;
}
.intro .box {
	max-width: 900px;
	margin: 0 auto;
	padding: 3em;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	text-align: center;
}
.intro .catch {
	margin: 0 auto 1em;
	font-size: 3em;
	line-height: 1.5;
}
.intro .catch .l {
	font-family: 'Special Elite', cursive;
}
.intro .catch .s {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.5em;
	font-weight: 700;
}
.intro .text {
    max-width: 840px;
    margin: 0 auto;
    text-align: left;
    font-weight: 500;
    line-height: 2;    
}

@media screen and (max-width: 540px){
	.intro .catch {
		font-size: 2.4em;
	}
}

@media screen and (max-width: 460px){
	.intro .box {
		padding: 2em 1.5em;
	}
	.intro .catch {
		font-size: 2em;
	}
	.intro .catch .s {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 414px){

    .intro .text {
        font-size: 18rem;    
    }
}

/*******************************************
 ストーリー
*******************************************/

.story {
    margin: 0 auto;
}
.story .box {
	max-width: 900px;
	margin: 0 auto;
	padding: 3em;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	text-align: center;
}

.story .text {
    max-width: 840px;
    margin: 0 auto;
	text-align: left;
    font-weight: 500;
    line-height: 2; 
}

@media screen and (max-width: 460px){
	.story .box {
		padding: 2em 1.5em;
	}
}

@media screen and (max-width: 414px){

    .story .text {
        font-size: 18rem;    
    }
}


/*******************************************
 キャストエリア
*******************************************/

.cast {
	margin: 0 auto 5em;
}
.cast .heading_sec {
	margin-bottom: 50px;
	line-height: 1;
}

.cast .cast_box {
	max-width: 900px;
	margin: 0 auto;
/*	padding: 4em 0;*/
	border-radius: 5px;
/*	background: rgba(255,255,255,0.7);*/
	text-align: center;
}

.cast .list {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0 0 5px #fff,0 0 10px #fff;
}
.cast .list li.r0 {
	transform: rotate(1deg);
}
.cast .list li.r1 {
	transform: rotate(2deg);
}
.cast .list li.r2 {
	transform: rotate(-3deg);
}

.cast .list li.r3 {
	transform: rotate(3deg);
}
.cast .list li.r4 {
	transform: rotate(-2deg);
}
.cast .list .photo {
	display: block;
	max-width: 240px;
	margin: 0.5em auto;
}
.cast .list .photo img {
	display: block;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cast .list .data {
}
.cast .list .yaku {
	display: block;
	margin: 0 auto;
	font-weight: 900;
	color: #e70012;
	font-size: 0.8em;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	font-family: 'Noto Serif JP', serif;
}
.cast .list .yaku .note {
	display: block;
	font-size: 0.7em;
	font-weight: 500;
}
.cast .list .name {
	display: block;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	font-family: 'Noto Serif JP', serif;
}
.cast .list .name .note {
	display: block;
	font-size: 0.6em;
	font-size: 500;
	letter-spacing: 0;
}
.cast .list .name .note2 {}
.cast .list .name .res {
	display: none;
}
.cast .list .s_cast {
	margin: 0 auto;
}
.cast .list .s_cast li {
	display: inline-block;
	margin: 0 1em 2em;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	vertical-align: top;
}
.cast .list .w_cast {
	margin: 0 auto;
}
.cast .list .w_cast li {
	display: inline-block;
	margin: 0 1em 2em;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	vertical-align: top;

}

.cast .list .swing li {
	display: inline-block;
	margin: 0 auto 2em;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	vertical-align: top;
}
.cast .list .swing .name .note {
	display: inline-block;
	font-size: 0.6em;
	font-size: 500;
}
.cast .list .swing .name .note2 {
	display: block;
	font-size: 0.7em;
	font-size: 500;
}

@media screen and (max-width: 768px){
	.cast .list .photo {
		max-width: 200px;
	}
}

@media screen and (max-width: 600px){
	.cast .list .photo {
		max-width: 160px;
	}
}

@media screen and (max-width: 510px){
	.cast .list .s_cast li {
		padding: 0.5em 1em;
	}

	.cast .list .w_cast li {
		margin: 0 0.5em 2em;
		padding: 0.5em 1em;
	}

	.cast .list .swing li {
		padding: 0.5em 1em;
	}
	.cast .list .photo {
		max-width: 120px;
	}
}

@media screen and (max-width: 410px){
	.cast .list {
		font-size: 1.2em;
	}
	.cast .list .name .res {
		display: block;
	}	
	.cast .list .photo {
		max-width: 80px;
	}
}

.cast .list .note {
	max-width: 800px;
	padding-right: 2em;
	text-align: right;
	font-size: 0.7em;
	font-weight: 500;
}

/*******************************************
 スタッフエリア
*******************************************/

.staff {
    margin-bottom: 20px;
/*    color: #fff;*/
}

.staff .staff_box {
	margin: 0 auto;
	text-align: center;
}

.staff .list {
    margin-bottom: 1em;
	text-align: center;
    font-weight: 700;
    font-size: 20rem;
}

.staff .list {
    clear: both;
    overflow: hidden;
}

.staff .list .s {
	font-size: 14rem;
}

.staff .list dt{
	float: left;
	width: 50%;
	text-align: right;
}

.staff .list dt::after{
	content: "：";
	padding-right: 0.5em;
	padding-left: 0.5em;    
}

.staff .list dd{
	float: right;
	width: 50%;
	text-align: left;
	overflow: hidden;
    letter-spacing: -0.1em;
}

@media screen and (max-width: 767px){

	.staff .staff_box {
		margin-bottom: 2em;
	}	

	.staff .list dt{
		float: none;
		width: 100%;
		margin-top: 1.5em;		
		text-align: center;
		line-height: 1.8;
		color: #dc0516;
        font-size: 15rem;
	}

	.staff .list dt::after{
		content: none;
		padding-right: 0;
	}

	.staff .list dd{
		float: none;
		width: 100%;
		text-align: center;
		line-height: 1.5;

	}	
}


@media screen and (max-width: 500px){
	.staff .list dd{
		font-size: 20rem;
	}	
}
@media screen and (max-width: 400px){
	.staff .list dd{
		font-size: 18rem;
	}	
}



/*******************************************
 スケジュール
*******************************************/

.sch .sokuho {
    max-width: 900px;
	margin: 0 auto;
}

.sch .sokuho .list {
	margin: 0 auto 2em;
	padding: 1em;
	border: 3px solid #000;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	font-weight: 500;
}

.sch .sokuho .list dt {
	background: #000;
	font-weight: 700;
	font-size: 1.3em;
	color: #fff;
}

.sch .sokuho .list dd {
	padding: 1em 0;
	font-size: 1.1em;
}

.sch .sokuho .list .theater{
	margin: 0 auto 0.5em;
	font-size: 1.1em;
}

.sch .sokuho .list .contact {
	margin: 1em auto 0;
}

.sch .sokuho .list .contact .lbl {
	display: inline-block;
}
.sch .sokuho .list .contact .lbl::before {
	content: "【";
}
.sch .sokuho .list .contact .lbl::after {
	content: "】";
}
.sch .sokuho .list .contact .office {
	display: inline-block;
	margin: 0 0.25em;
}
.sch .sokuho .list .contact .tel {
	display: inline-block;
	margin: 0 0.25em;
}
.sch .sokuho .list .contact .tel a {
	color: #000;
	text-decoration: none;
}
.sch .sokuho .caution {
	font-weight: 500;
}
@media screen and (max-width: 500px){

}

