@charset "utf-8";

/****************************************
Smart phone BASE 767
*****************************************/
@media screen and (max-width:767px){
body{min-width:100%;}
.sp_view{display: block !important;}
.pc_view{display: none !important;}

/*--------------------------
COMMON
--------------------------*/
#wrapper {
	background: #000000;
}

#wrapper {
	background: #f7f9f9;
	width: 100%;
	margin-right:0;
	min-width: 0;
}

#wrapper img{
	max-width: 100%;
}

.ttl_sp {
text-align: center;
margin: 10% 0;
}

/*--------------------------
NAVIGATION
--------------------------*/
/* グルーバルメニュー */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    /*right: 0;*/
    left: 0;
    height: 100%;
    overflow: auto;
    background: #f7f9f9;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
    background: #f7f9f9;
    margin: 0 auto;
    padding: 20px 0 0 0 ; 
    width: 100%;
	text-align: center;
}

nav.globalMenuSp ul:first-child {
    background: #f7f9f9;
    margin: 0 auto;
    padding: 80px 0 0 0 ; 
    width: 100%;
	text-align: center;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0 0 0 0;
    width: 100%;
	
    
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 0.7em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0);
}

.overflowHidden {
    overflow: hidden;
}


/* ハンバーガー */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 28px;
    top: 28px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}

.navToggle span:nth-child(1) {
    top: 0px;
	border-bottom: solid 1px #00ff73;
}

.navToggle span:nth-child(2) {
    top: 7px;
	border-bottom: solid 1px #00ff73;
}

.navToggle span:nth-child(3) {
    top: 14px;
	border-bottom: solid 1px #00ff73;
}

.navToggle span:nth-child(4) {
    top: 33px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 13px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
	#nav_bg_sp {
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		background: #FFFFFF;
		z-index: 1;
	}

	
	#nav_logo_sp {
	position: fixed;
	z-index: 2;
	top: 22px;
	right: 18px;
	width: 50vw;
	transition: .3s;
}

#nav_logo_sp img {
	width: 100%;
}

.is_animation_sp {
	width: 30vw !important;
}
	
	
/* メニュー内項目 */
nav.globalMenuSp ul {
    margin-left: 0;
    margin-bottom: 5%;
}

	
nav.globalMenuSp ul li a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #00E362;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-decoration: none;
}

nav.globalMenuSp ul li a:hover{
    text-decoration: none;
    color: #00E362;
}

nav.globalMenuSp ul.attention li a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    color: #00E362;
    font-size: 1.2rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

/*--------------------------
MAIN
--------------------------*/

	#main_container_sp {
		padding-bottom: 15vw;
		position: relative;
	}
	
	#main_bnr_sp {
		width: 30vw;
		position: absolute;
		bottom: 0;
		left:5%;
	}
	
/*--------------------------
INTRODUCTION
--------------------------*/

#intro_container_sp {
	display: block;
	width: 80%;
	margin: 15% 0 ;
	padding: 10%;
	text-align: left;
	position: relative;
}




#intro_container_sp img:first-child{
	vertical-align:top;
	margin-bottom: 15%;
    width: 80%;
}

/*--------------------------
CAST
--------------------------*/

#cast_container_pc {
    width: 100%;
	display: block;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	
}

#cast_left{
	background: #00f0a0;
	width: 100%;
	margin-right: 10px;
	padding:40px 0 20px 0;
}

#cast_left ul {
	width: 80%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0 10%;
}

#cast_left ul:first-child {
    margin-bottom: 80px;
}

#cast_left ul:last-child {
    margin-bottom: 106px;
}

#cast_left ul li {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

#cast_left ul li img {
	width: 100%;
}

.cast_sns {
	position: absolute;
	top:10%;
	left:10%;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	width: 200px;
}

.cast_sns div {
	margin: 0 10px 10px 0 ;
}


#cast_right{
	position: relative;
}

	
/*--------------------------
TIME TABLE
--------------------------*/
	#timetable_container_sp {
		width: 80%;
		margin: 40PX 10%;
	}
	
/*--------------------------
TICKET
--------------------------*/

#ticket_container_sp {
	width: 80%;
	margin: 40PX 10%;
	position: relative;
}

#ticket_reservation_sp {
	width:40%;
	position: absolute;
	top:26%;
	left:15%;
}

#ticket_purchase_sp {
	width: 40%;
	position: absolute;
	top:79%;
	left:15%;
}
    
#ticket_purchase_01_sp {
	width: 71%;
	position: absolute;
	top:57%;
	left:15%;
}
    
#ticket_purchase_02_sp {
	width: 71%;
	position: absolute;
	top:72%;
	left:15%;
}
    
#ticket_purchase_03_sp {
	width: 71%;
	position: absolute;
	top:87%;
	left:15%;
}
	
/*--------------------------
PLACE
--------------------------*/

#place_container_sp {
	width: 80%;
	margin: 40px 10% 20% 10%;
}
	
#place_map_sp {
	border-left: 1px solid #00ff73;
	border-bottom: 1px solid #00ff73;
	border-right: 1px solid #00ff73;
	box-sizing: border-box;	
}
	
	
/*--------------------------
STAFF
--------------------------*/
#staff_container_sp {
	width: 100%;
	margin: 0;
	background: #00f0a0;
}

#staff_container_sp #staff_photo_sp img {
	width: 100%;
}

#staff_txt_sp {
	width: 80%;
	padding: 0 10%;
	margin: 10% 0 0 0;
	padding-bottom: 20%;
}
	
	#staff_txt_sp img {
		width: 75%;
	}
	
/*--------------------------
SPECIAL
--------------------------*/
	#special_ttl_sp {
		
		width: 100%;
	}
	
	#special_ttl_sp img {
		vertical-align: bottom;
		width: 100%;
	}
#special_container_pc {
	width: 80%;
	height: 100%;
	margin: 0 10%;
	padding: 5% 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
	background-image:none;
	align-items: flex-start;
}

.special_item {
	width: 100%;
	margin: 10% 0;
	padding: 0 0;
	color: #aaaaaa;
}
	
.special_item img {
	width: 100%;
}

.special_item h2{
	font-size: 1.2rem;
	margin: 20px 0 10px 0;
}

.special_item p{
	font-size: 1.0rem
	
}

/*--------------------------
GOODS
--------------------------*/

	#goods_container_sp {
		width: 100%;
        background:#FFFFFF;
		
	}
	
/*--------------------------
STREAMING
--------------------------*/
#streaming_ttl {
	width: 80%;
	margin: 10% auto 0 auto ;
	text-align: center;
	padding:5% 5% 3% 5%;
	border-bottom: 1px solid #c2b580;
}


#streaming_container_pc {
	width: 80%;
	margin: 0 auto;
}

.streaming_container_inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	color: #c2b580;
	font-family: 'Noto Sans JP', sans-serif;
}

.streaming_left {
	width: 100%;
}

.streaming_right, .streaming_left {
	width: 100%;
	margin: 0 0;
}

.streaming_right_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 5%;
	line-height: 2.0em;
}

.streaming_container_inner:first-child {
	margin-top: 5%;
}


.streaming_right .streaming_right_inner div:first-child {
	margin-right: 0;
}

	.streaming_num {
        font-size: 1.0rem;
		width: 10%;
        line-height: 1.8em;
        margin: 0.4em 0;
	}
	
	.streaming_txt {
		width: 85%;
	}
	
	.color_green {
		color: #00f0a0;
	}
	
	.streaming_txt p {
		font-size: 1.0rem;
		line-height: 1.8em;
		margin: 0.4em 0;
	}
	
	.streaming_txt p.streaming_txt_sub{
    line-height: 1.4em;
    margin: 0.7em 0 0.7em 1em;
}
	
#streaming_bnr {
	text-align: center;
	margin: 10% 0 20% 0;
}

#streaming_bnr {
    background: none;
	background-size: 352px 136px;
	background-position: top 0 right 0;
}
 
#streaming_bnr a:hover img {
    visibility: visible;
}

.btn {
	overflow: hidden;
	width: 100%;
	height: 45px;
	margin: 5% auto;
	padding: 0;
    font-size: 1.0rem;
	}

.btn {
	display: block;
	position: relative;
	z-index: 0;
	text-align:center;
	background: #c2b580;
	color: #fff;
	line-height: 45px;
	text-decoration:none;
}
.btn a:hover {
	background: #666; 
}


/*--------------------------
COVID
--------------------------*/

#covid_ttl {
	width: 80%;
	margin: 10% auto 0 auto ;
	text-align: center;
	padding:5% 5% 3% 5%;
	border-bottom: 1px solid #c2b580;
}


#covid_container_pc {
	width: 80%;
	margin: 0 auto;
}

#covid_container_pc h2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8em;
	margin: 30px 0 40px 0;
}

#covid_container_pc p {
	font-size: 1.0rem;
	line-height: 2em;
	padding-bottom: 5%;
}

	#covid_container_pc p br {
		
	}
	
#covid_bnr {
	text-align: center;
	margin: 10% 0 20% 0;
}

#covid_bnr {
    background: none;
	background-size: 390px 151px;
	background-position: top 0 right 0;
}
	
#covid_bnr a:hover img {
    visibility: visible;
}


.green {
	width: 100%;
	height: 20vh;
	background: #00f0a0;
}
	
/*--------------------------
FOOTER
--------------------------*/

#footer_container_pc {
	margin: 20% 0 20% 0;
    position: relative;
}

#footer_back {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
	
#footer_back img {
	width: 25vw;
	height: auto;
}


#footer_photo {
	width:75vw;
	margin: 0 auto;
}

#footer_photo img {
	width: 100%;
}

#footer_logo {
	text-align: center;
	margin: 20% 0 20% 0;
}

#footer_contact {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 80px;
	text-align: center;
}

#footer_contact div {
    margin: 5% 0;
}
	
}