@charset "utf-8";


/* top
---------------------------------------------------------- */
/* main */
#contents #main_top {
	height: 544px;
	background: url(/images/bg_main01.jpg) center top no-repeat;
}

#contents #main_top #main_inner {
	width: 960px;
	margin: 0px auto;
	padding-top: 40px;
}


.cap-overlay {
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 1.4em;
    width: 100%;
}
a[data-toggle="drop-panel"] {display: block;}
.unit_list_box li a.panel { display: none;}
#btn01 {
	background: url(/images/btn_main01_hover.gif) no-repeat left top;
	height: 226px;
	width: 192px;
}
#btn02 {
	background: url(/images/btn_main02_hover.gif) no-repeat left top;
	height: 226px;
	width: 192px;
	color: #FFFFFF;
}
#btn03 {
	background: url(/images/btn_main03_hover.gif) no-repeat left top;
	height: 226px;
	width: 192px;
	color: #FFFFFF;
}
#btn04 {
	background: url(/images/btn_main04_hover.gif) no-repeat left top;
	height: 226px;
	width: 192px;
	color: #FFFFFF;
}
#btn01 a,
#btn02 a,
#btn03 a,
#btn04 a {
	color:#FFFFFF;
}
	.unit_list_box .btn_box {
		margin: 60px 0 0 15px;
		font-size: 90%;
		color: #FFFFFF;
		z-index: 999;
	}
	.btn_box p {
		padding-left: 15px;
		margin-bottom: 3px;
		background: url(/common/images/icon/icon_square_white01.gif) left center no-repeat;
		text-align: left;
	}
	.btn_box p a {
	    color: #FFFFFF;
	}
p.under_line a {
	border:#FFF 1px solid;
	padding:2px;
	letter-spacing:-0.1em;
}
.unit_list_box .btn_box p.under_line a:hover {
	text-decoration:none;
	color:#999 !important;
	border:#999 1px solid;
}
p.under_line {
	margin-bottom:8px;
}

#contents #info {
	margin: 23px 0 20px 0;
	text-align: center;
	background: #FC0;
	padding:5px;
}


#contents #main_top01 {
}

#contents #main_top01 #main_inner {
	width: 100%;
	margin: 0 auto;
}

#info a {
	color:#C00;
	font-weight:bold;
}
.top_two_clm{
 margin-top:23px;
 }
.top_two_clm ul li{
 margin-bottom:10px;
 }


.top_two_clm--01{
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-content: center;
    margin: 23px auto;
    border: 1px solid;
    width: 650px;
 }

.top_two_clm--01 div:first-of-type{
    border-right: 1px solid;
 }
.top_two_clm--01 p{
    margin: 0!important;
    /*background: #fff;*/
    text-align: center;
    padding: 10px 50px;
    border-bottom: 1px solid;
 }

.top_two_clm--01 ul li{
 margin-bottom:10px;
 }


/* bxslider */
.bx-wrapper .bx-viewport {
 width: 950px !important;
 margin: 0 auto !important;
 overflow:visible !important;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
.slider_box{
    width: 950px;
    height: 494px;
    margin: 0 auto;
    position: relative;
    visibility:visible !important;
    }
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
#visual{
 overflow: hidden;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
 display:none;
	/*text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 20px;
	background: url(../../images/bg_mv02.png);
 left:-1001px;
}

.bx-wrapper .bx-next {
	/*right: 20px;
	background:url(../images/icon/controls.png) no-repeat -43px -32px;
 background:url(../../images/bg_mv01.png) no-repeat;*/
 position: absolute;
 width: 1000px;
 height: 440px;
 top: 0;
 cursor: pointer;
 background: url(../../images/bg_mv01.png);
 right: -1001px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	/*background-position: -43px 0;*/
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 1000px;
	height: 494px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom:-50px;
	left: 0;
	background: #666\9;
	background: #333;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 5px;
 line-height: 20px;
}
.slide{
 width:316px !important;
 margin-right:1px !important;
 }




/* news */
#contents #news {
	margin: 23px 0 10px 0;
	text-align: left;
	padding:px;
}
.lineup #contents #news {
	margin:0;
}
	
	#contents #news h2 {
		float: left;
		width:950px;
		padding:5px;
		margin:0 auto;
		background-color:#7A2E37;
		/*display:inline;*/
	}
	#contents .btn_news01 {
		float:right;
		background-color:#7A2E37;
  position:absolute;
  right: 0;
	}
	
	#contents  dl#top_news {
		width: 930px;
	}
		#contents dl#top_news span.date,
		#contents dl#news_list span.date{
			color: #793A38;
			font-size: 90%;
			font-weight: bold;
			margin-bottom: 2px;
			display: block;
		}
		#contents #news dl dd {
			padding-bottom: 5px;
			background: url(/common/images/bg_top01.gif) left bottom repeat-x;
			margin: 15px 15px 0px 13px;
		}
		.home #contents #news dl dd {
			padding-bottom: 5px;
			background: url(/common/images/bg_top01.gif) left bottom repeat-x;
			margin: 15px 15px 0px 13px;
			display: inline;
		}
		#contents dl#top_news dd {
			width: 437px;
			float: left;
		}
		#contents dl#news_list dd {
			margin: 0 10px 15px 10px;
   background: url(/common/images/bg_top01.gif) left bottom repeat-x;
		}
		.lineup #contents dl#news_list dd {
			margin: 0 0px 10px 0px;
		}
		#contents #news dl dd a {
			padding-right: 10px;
		}
		#contents #news dl dd img {
			margin-top: 3px;
		}
		.lineup #contents #news dl dd img {
			margin: 0 0 0 5px;
		}




#contents #news01 {
	margin: 23px 0 10px 0;
	text-align: left;
 position:relative;
}
#top_news01{
 margin-bottom:20px;
 }
#top_news01 .date{
 color: #793A38;
 font-size: 90%;
 font-weight: bold;
/* margin: 0 10px 2px 0;*/
 display: block;
 width: 95px;
	}
#top_news01 dt,#top_news01 dd{
 float:left;
 width: 615px;
 } 
#contents #news01 dl {
 width: 100%;
 padding:13px 0;
 background: url(/common/images/bg_top01.gif) left bottom repeat-x;
}
#top_news01 .newsbtn01{
 background: #F6BB00;
 padding: 2px 10px;
 margin-right: 10px;
 display: block;
 float: left;
 }
#top_news01 .newsbtn02{
 background:#D9D9D9;
 padding: 5px 10px;
 margin: 0 10px;
 }
.news01_new{
 margin-left:10px;
} 
#news01 h2{
 float:left;
 padding: 0 0 10px 0;
 width: 100%;
 border-bottom: 2px solid #7A2E37;
 margin-bottom:15px;
 }

.lu_buy_box .lu_buy{
 float:left;
 }
.lu_buy_box .buy_box_02{
 width:160px;
 float:right !important;
	padding: 20px 15px 13px 15px;
	background: #0000ff;
	zoom: 1;
}
.lu_buy_box .buy_box_02 img {
	margin-bottom: 10px;
}


.lineup .news_lineup_02 {
 width: 410px;
 _width: 191px;
 height: 160px;
 padding: 10px;
 border: #CCC 3px solid;
 overflow-x: hidden;
 overflow-y: scroll;
 margin: 15px 0;
 font-size: 90%;
 line-height: 1.5em;
 }
.lineup .news_lineup_02_1 {
 width: 410px;
 _width: 191px;
 height: 80px;
 padding: 10px;
 border: #CCC 3px solid;
 overflow-x: hidden;
 overflow-y: scroll;
 margin: 15px 0;
 font-size: 90%;
 line-height: 1.5em;
 }

.lineup h2.h2_title05{
 padding-bottom: 5px;
 margin-bottom: 2px;
 line-height: 1.4em;
 clear: both;
 color:#333;
 font-size:110%;
 }


/* bnr */
#contents #bnr_area {
	margin-top: 30px;
}
	#contents #bnr_area ul {
	}
		#contents #bnr_area ul li {
			float: left;
			padding: 0 5px 20px 0;
		}
		
/* sns */
#contents #sns_area {
	margin: 0 0px 30px 0px;
	padding:0px;

}
#contents .sns_area1 {
	width:470px;
	height:272px;
	margin:0;
	padding:0px;
	float:left;
}
#contents .sns_area2 {
		width:470px;
			height:272px;
	margin: 0;
	padding:0px;
	float:right;
}

.home #fb_box iframe { 
	background: #FFF;
	width: 470px;
	height: 272px;
	float: left;
}
#fb_side iframe { 
	background: #FFF;
	width: 210px;
	height: 300px;
	float: left;
}
#contents #sns_area #twitter_box {
	background: #FFF;
	width: 470px;
	height: 272px;
	float: right;
	font-size:90%;
}
#contents #sns_area #twitter_box .twitter-timeline {
	height: 272px;
}


/* news
---------------------------------------------------------- */
.news_detail01 {
	margin: 0 10px;
	text-align: left;
}
	.news_detail01 .date { 
		color: #793A38;
		font-size: 90%;
		font-weight: bold;
		margin-bottom: 2px;
		display: block;
	}
	.news_detail01 p {
		margin-bottom: 20px;
	}
	.news_detail01 a {
		text-decoration:underline;
	}
	.news_detail01 p a:hover {
		text-decoration:none;
	}
	.news_detail01 p a:visited {
		text-decoration:underline;
	}
	.news_detail01 p.news_pht01 {
		margin-bottom: 40px;
		text-align: center;
	}
	.news_detail01 p.news_pht01 img {
		max-width:90%;
	}
	.news_detail01 p.back {
		text-align: center;
	}
	.news_detail01 p.back a {
		text-decoration:none;
	}
	
/* toko
---------------------------------------------------------- */
.toko {
	
}
.toko_detail01 {
	margin: 0 10px;
	text-align: left;
}
	.toko_detail01 p {
		margin-bottom: 20px;
	}
	.toko_detail01 .date { 
		color: #793A38;
		font-size: 90%;
		font-weight: bold;
		margin-bottom: 2px;
		display :block;
	}
	.toko_detail01 p.toko_pht01 {
		margin-bottom: 10px;
		text-align: center;
	}
	.toko_detail01 p.toko_pht01 img {
		max-width:550px;
	}
	.toko_detail01 p.toko_pht_cap01 {
		margin-bottom: 40px;
		text-align: center;
	}
	.toko p.back {
		text-align: center;
	}

#toko {
	text-align: left;
}
dl#toko_news {
		width: 930px;
	}
		 dl#toko_list span.date{
			color: #793A38;
			font-size: 90%;
			font-weight: bold;
			margin-bottom: 2px;
			display:block;
		}
		 dl#toko_list span.title{
			color: #555555;
			font-size: 90%;
			padding-left: 1em;
		}
		#toko dl dd {
			padding-bottom: 5px;
			background: url(/common/images/bg_top01.gif) left bottom repeat-x;
			margin: 15px 15px 0px 13px;
			_margin: 15px 0px 0px 13px;
		}
		dl#toko_list dd {
			margin: 0 10px 15px 10px;
		}
		#toko dl dd a {
			padding-right: 10px;
		}

.toko #profile {
	background-color: #FEFEEB;
	width: 662px;
	padding: 10px 20px;
	margin-bottom: 40px;
}
.toko #profile .img {
	float: left;
	margin-right: 20px;
	width: 45px;
}
.toko #profile .text {
	float: left;
	width: 500px;
	
}
.toko #profile .text dt {
	font-weight: bold;
}
.toko #profile .text dd a{
	padding: 0 0 0 9px;
	background: url(/common/images/icon/icon_arrow01.jpg) left center no-repeat;
}
/* theater
---------------------------------------------------------- */
.theater #main .two_clm {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}
.theater #main .one_clm {
	clear: both;
	margin-bottom: 20px;
}
.theater #main .boder_btm {
	padding-bottom: 20px;
	border-bottom: #ccc 1px dotted;
}
.theater #main .two_clm .box05 p,
.theater #main .two_clm .box06 p {
	margin-bottom: 10px;
}

.theater .theater_list01:after,
.theater .theater_list02:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.theater .theater_list01{
	display: inline-block;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}
.theater .theater_list02{
	display: inline-block;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.theater .theater_list01 .theater_icon01 {
	width: 50px;
	float: left;
	margin-right: 20px;
}
.theater .theater_list01 .theater_text01 {
	float: right;
	width: 620px;
}
.theater .theater_list01 .theater_text01 p {
	margin-bottom:5px;
}

.theater .theater_icon02 {
	width: 185px;
	float: right;
}
.theater .theater_text02 {
	float: left;
	width: 480px;
	margin-right: 20px;
}
.theater .theater_icon03 {
	width: 300px;
	float: right;
}
.theater .theater_text03 {
	float: left;
	width: 370px;
	margin-right: 20px;
}



.theater h3.h3_basic02 {
	font-weight: bold;
	color: #656B24;
	padding: 0;
	margin-bottom:5px;
	width: 620px;
}

.theater .btn_box li {
	margin:0 5px 10px 0;
}
.theater #main .section .two_clm {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.theater .section  {
	margin-bottom:50px;
}

.theater .section img {
	margin-bottom:10px;
}
.theater .section p {
	margin-bottom:10px;
}
.theater_pop .inner{
	width:330px;
	margin:0 auto;
	text-align:left;
	padding:10px;
}
.theater_pop .content{
	padding:5px 5px 10px;
	margin:0 auto;
	text-align:center;
}
.theater_pop .content p{
	text-align:left;
}
.theater_pop .content img{
	padding-bottom:10px;
}

.osusume .box_a {
	float: left;
	width: 375px;
	margin-right:20px;
}
.osusume .box_b {
	float: right;
	width: 267px;
}
.osusume .box_c {
	float: left;
	width: 331px;
}
.osusume .box_d {
	float: right;
	width: 331px;
}

.osusume .box_e {
	float: left;
	width: 220px;
	margin-right:10px;
}

.osusume .list_green {
	margin-top:20px;
}
.osusume .btn {
	margin-top:20px;
}

.osusume .btn_hp-link {
	background: linear-gradient(#ffffff, #e6e8e1);
    height: 40px;
    line-height: 2.7;
    padding: 5px 10px;
    width: 30%;
    border-radius: 5px;
    border: 1px solid #656c25;
}
.osusume .btn_hp-link a {
	font-size: 15px;
	font-weight: bold;
	color: #333!important;
}
.osusume .btn_hp-link:hover{
	background: linear-gradient(#a7af38, #888f2f);
    height: 40px;
    line-height: 2.7;
    padding: 5px 10px;
    width: 30%;
    border-radius: 5px;
    outline: 1px solid rgb(255, 255, 255);
	outline-offset: -3px;
}
.osusume .btn_hp-link:hover a {
	font-size: 15px;
	font-weight: bold;
	color: #fff!important;
	text-decoration: none;
	background: url("/common/images/icon/icon_arrow01-02.png") left center no-repeat!important;
}

.osusume .osusume_col01 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.osusume .osusume_col01 .osusume_col01__box:first-child {
	max-width: 375px;
	flex-shrink: 0;
	margin-right: 20px;
}

/* lineup
---------------------------------------------------------- */
.lineup .all{
	float: right;
	z-index: 3;
}
.lineup #main_koen {
	padding-bottom :30px;
	margin-bottom: 30px;
	border-bottom: #CCC 1px solid;
	clear: both;
	zoom: 1;
}
.lineup .zoom {
	text-align: center;
	margin-top: 5px;
}
.lineup .icon {
	margin-bottom: 5px;
}
.lineup dl.date {
	color: #7B5205;
	font-weight: bold;
}
.lineup dl.date dt {
	float: left;
	padding: 0 0px 0px 0;
}
.lineup dl.date dd {
	float: left;
	padding: 0 10px 0px 25px;
	background: url(/common/images/icon/icon_arrow_yellow.gif) no-repeat left 40%;
}

.lineup p.detail {
	margin-bottom: 10px;
}
.lineup #main_koen p.detail {
	margin-bottom: 25px;
}

.lineup .btn_box li {
	margin-right: 3px;
}

.lineup .buy_box {
	float: right;
	clear: both;
	padding: 10px 15px 0;
	background: #0000ff;
	zoom: 1;
}
.lineup .buy_box img {
	margin-bottom: 10px;
}

.lineup .sub_koen {
	clear: both;
	zoom: 1;
}
.lineup .sub_koen .box05,
.lineup .sub_koen .box06 {
	width: 330px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
.lineup .sub_koen .f_left {
	width: 140px;
}
.lineup .sub_koen .f_right {
	width: 170px;
	font-size: 90%;
}
.lineup .sub_koen .btn_box li{
	margin-top: 10px;
}

.lineup #detail_main {
	margin-bottom: 30px;
}
.lineup .news_lineup {
	width: 168px;
	_width: 191px;
	height: 235px;
	padding: 10px;
	border: #CCC 3px solid;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom:10px;
	font-size:90%;
	line-height:1.3em;
	_margin-left:3px;
}
.lineup .cast {
	margin-bottom: 15px;
	zoom: 1;
}
.lineup .cast ul.list_cast {
	clear: both;
}
.lineup .cast ul.list_cast li {
	float: left;
	margin: 0 10px 10px 0;
}
.lineup .cast ul.list_cast li.last {
	margin: 0;
}
.lineup .cast ul.list_cast li .interview_btn {
	display: block;
	margin-top: 0px;
}
.cast table{
margin:0;
border: none;
}

.cast td{
padding:0;
text-align: center;
}
.lineup .midokoro {
	clear: both;
	margin-bottom: 15px;
	zoom: 1;
}
.lineup .midokoro p {
	margin-bottom: 15px;
}

.lineup .tbl_calendar{
	width: 100%;
	border-collapse: collapse;
	font-size: 90%;
	border-left: #ccc 1px solid;
	margin-bottom: 10px;
}
	.lineup .tbl_calendar th {
		padding: 8px;
		width: 76px;
		background-color: #EDEDE9;
		border-bottom: #fff 1px solid;
		border-right: #fff 1px solid;
		text-align: center;
	}
	.lineup .tbl_calendar th.sun {
		background-color: #FCD6D7;
		border-left: #FCD6D7 1px solid;
	}
	.lineup .tbl_calendar th.sat {
		background-color: #D3E7F2;
		border-right: #D3E7F2 1px solid;
	}
	.lineup .tbl_calendar td {
		padding: 10px;
		/*text-align: right;*/
		vertical-align: top;
		border-bottom: #ccc 1px solid;
		border-right: #ccc 1px solid;
	}
	.lineup .tbl_calendar td .date {
		font-weight: bold;
		padding-bottom: 10px;
		font-size:110%;
	}
	.lineup .tbl_calendar td.sun {
		color: #C00;
	}
	.lineup .tbl_calendar td.sat {
		color: #2E8FC5;
	}

.lineup_pop .inner{
	margin:0 auto;
	text-align:left;
	padding:10px;
}

.lineup .list_koen {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.lineup .list_koen .list_koen_box {
    width: 330px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #CCC 1px solid;
}

.lineup .list_koen .list_koen_box:nth-of-type(even) {
    margin-right: 52px;
}

.lineup .list_koen .list_koen_box h2.h2_title01 {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.lineup .list_koen .list_koen_box .list_koen_box_l {
    float: left;
    width: 140px;
    margin-bottom: 10px;
}

.lineup .list_koen .list_koen_box .list_koen_box_head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}

.lineup .list_koen .list_koen_box .list_koen_box_r {
    float: right;
    width: 170px;
    margin-bottom: 10px;
}

.lineup .list_koen .list_koen_box .detail {
    font-size: 90%;
}

.lineup .list_koen .list_koen_box .list_koen_btn {
    clear: both;
    margin-top: 5px;
}

.lineup .list_koen .list_koen_box .list_koen_btn li:not(:first-child) {
    display: none;
}

.lineup .list_koen .list_koen_box .list_koen_btn li:first-child img:last-child {
    display: none;
}

.lineup .list_koen .list_koen_box .list_koen_buy {
    margin-top: 15px;
    padding: 10px 15px;
    background: #0000ff;
}

.lineup .list_koen .list_koen_box .list_koen_buy > img:nth-of-type(2) {
    display: none;
}

.grop_sales{
    border: 1px dashed #F32D26;
    padding: 5px;
    margin: 10px;
    width: 410px;
    font-size: 90%;
}

.no_copy a {
    display: block;
}

.no_copy img {
    pointer-events: none;
}

@media print {
    .no_copy img {
        visibility: hidden !important;
    }
}

.lineup .list_koen .list_koen_box:first-of-type,
.lineup .list_koen .list_koen_box.first_koen {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_box_head,
.lineup .list_koen .list_koen_box.first_koen .list_koen_box_head {
    float: right;
    width: 472px;
    padding-right: 20px;
}

.lineup .list_koen .list_koen_box:first-of-type h2.h2_title01,
.lineup .list_koen .list_koen_box.first_koen h2.h2_title01 {
    font-size: 110%;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_box_l,
.lineup .list_koen .list_koen_box.first_koen .list_koen_box_l {
    width: 200px;
    margin-right: 20px;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_box_l img,
.lineup .list_koen .list_koen_box.first_koen .list_koen_box_l img {
    width: 200px;
}

.lineup .list_koen .list_koen_box:first-of-type .detail,
.lineup .list_koen .list_koen_box.first_koen .detail {
    font-size: 100%;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_box_r,
.lineup .list_koen .list_koen_box.first_koen .list_koen_box_r {
    width: 492px;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_btn,
.lineup .list_koen .list_koen_box.first_koen .list_koen_btn {
    float: right;
    width: 472px;
    padding-right: 20px;
    clear: none;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_btn ul li,
.lineup .list_koen .list_koen_box.first_koen .list_koen_btn ul li {
    float: left;
    margin-right: 3px;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_btn li:not(:first-child),
.lineup .list_koen .list_koen_box.first_koen .list_koen_btn li:not(:first-child){
    display: block;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_btn li:first-child img:first-child,
.lineup .list_koen .list_koen_box.first_koen .list_koen_btn li:first-child img:first-child {
    display: none;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_btn li:first-child img:last-child,
.lineup .list_koen .list_koen_box.first_koen .list_koen_btn li:first-child img:last-child {
    display: block;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_buy,
.lineup .list_koen .list_koen_box.first_koen .list_koen_buy {
    float: right;
    width: 320px;
    margin-right: 20px;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_buy > img:nth-of-type(1),
.lineup .list_koen .list_koen_box.first_koen .list_koen_buy > img:nth-of-type(1) {
    display: none;
}

.lineup .list_koen .list_koen_box:first-of-type .list_koen_buy > img:nth-of-type(2),
.lineup .list_koen .list_koen_box.first_koen .list_koen_buy > img:nth-of-type(2) {
    display: inline;
}

/*.lineup .list_koen .list_koen_box:first-of-type [class*="cast_mado"],
.lineup .list_koen .list_koen_box.first_koen [class*="cast_mado"] {
    width: 200px;
    height: 282px;
    background-size: 200px;
}*/

.lineup .list_koen_other {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.lineup .list_koen_other .list_koen_box {
    width: 330px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #CCC 1px solid;
}

.lineup .list_koen_other .list_koen_box:nth-of-type(odd) {
    margin-right: 52px;
}

.lineup .list_koen_other .list_koen_box .list_koen_box_head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.lineup .list_koen_other .list_koen_box .list_koen_box_l {
    float: left;
    width: 140px;
    margin-bottom: 10px;
}

.lineup .list_koen_other .list_koen_box .list_koen_box_r {
    float: right;
    width: 170px;
    margin-bottom: 10px;
}

.lineup .list_koen_other .list_koen_box .list_koen_btn {
    clear: both;
    margin-top: 5px;
}

.lineup .list_koen_other .list_koen_box .list_koen_btn li:not(:first-child) {
    display: none;
}

.lineup .list_koen_other .list_koen_box .list_koen_btn li:first-child img:last-child {
    display: none;
}

.lineup .list_koen_other .list_koen_box .list_koen_buy {
    margin-top: 15px;
    padding: 10px 15px;
    background: #0000ff;
}

.lineup .list_koen_other .list_koen_box .list_koen_buy > img:nth-of-type(2) {
    display: none;
}

.text_left{
    text-align: center;
    display: block;   
}

.text_left .text_left01{
    text-align: left;
	display: inline-block;
}


.tbl_schedule {
	width:100%;
	border-collapse:collapse;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}
.tbl_schedule td {
	text-align:center;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	padding:6px;
}
.tbl_schedule td.sun {
	background:#FCD6D7;
}
.tbl_schedule td.sat {
	background:#D3E7F2;
}

/*.text_align01{
 width:500px;
 font-size:18px;
 table-layout:auto;
}
.text_align01 td{
 padding:0;
 -moz-text-align-last: justify;
 text-align-last: justify;
 text-justify:inter-ideograph;
 border:none;
}*/
	
/*interview*/


/* vacant */

.vacant table {
	font-size:95%;
	margin-bottom:0px;
}
.vacant table th,
.vacant table td{
	padding:0 0 10px 0;
}
.tbl_vacantlist {
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
}
.vacant .tbl_vacantlist td {
	padding:0;
}
.vacant .tbl_vacantlist_inner th,
.vacant .tbl_vacantlist_inner td {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:5px;
}

.ticket_buy{
    width: 100%;
}

.ticket_buy td {
    padding: 5px;
}

.ticket_buy tr:nth-of-type(n+2):nth-of-type(-n+3) td {
    padding-top: 24px!important;
    vertical-align: text-top;
}

.ticket_buy--01{
    width: 65%;
}

.ticket_buy--02{
    width: 100%;
}
.ticket_buy--02 td {
    padding: 5px;
}
.ticket_buy--03{
	width: 85%;
}




.ticket_businesshours{
    font-weight: bold;
    text-align: center;
    line-height: 2;
    text-decoration: underline;
    margin-left: 110px;
}

.ticket_businesshours a {
    color: #1582C7;
}

.online_linkbtn{
    background: #79b7f7;
    width: 330px;
    padding: 17px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    box-shadow: 3px 2px 7px #dbdbdb;
}

.online_linkbtn a{
    color: #FFF!important;
    background: none!important;
    padding: 0!important;
}

.ticket_news {
	border: 1px solid #373737;
	padding: 2% 1%;
	margin: 1em 0;
	width: 60%;
}

.ticket_withdrawal_btn {
	background: #69D8EF;
	padding: 1%;
	margin: 1.5em auto;
	width: 50%;
	border-radius: 25px; 
	display: inline-block;
	text-align: center;
}

.ticket_withdrawal_btn a {
	color: #555!important;
}


/* CAST */

.main_cast_2clm{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
}
.main_cast_2clm_inner {
    width: 42%;
    margin-bottom: 15px;
}

.main_cast_2clm02 {
	width: 690px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.main_cast_2clm02_inner {
	width: 47%;
	margin-bottom: 15px;
}

.main_cast_3clm{
    width: 690px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
}
.main_cast_3clm_inner {
    width: 30%;
    margin-bottom: 15px;
}

.main_cast_4clm{
    width: 690px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}
.main_cast_4clm_inner {
    width: 25%;
    margin-bottom: 15px;
}

.sub_cast01{
    width: 600px;
    margin: 0 auto;
}


.sub_cast01_inner01{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    text-align: center;
    margin-top: 100px;
}

.sub_cast01_inner01 dt{
    margin-top: 10px;
}

.sub_cast01_inner02 {
    width: 600px;
    margin: 30px auto 0;
    text-align: center;
}

.sub_cast01_inner02 dd {
   margin: 10px auto;
}

.sub_cast02{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    text-align: center;
    margin-top: 20px;
}

.sub_cast02 dt {
    margin-top: 10px;
}

.sub_cast_txt01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.sub_cast_txt01 li{
    margin-left: 10px;
}

.sub_cast_txt01 li:first-child{
    margin-left: 0;
}

.staff dt {
    clear: both;
    margin: 0.2em 0;
    text-align: center;
    font-size: 16px;
}

.staff dd {
    margin: 0.2em 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}

.staff--01 {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 600px;
    margin: 20px auto;
	
}

.staff--01 dt {
    clear: both;
    margin: 0.2em 0;
    text-align: right;
    font-size: 14px;
	width: 48%;
}

.staff--01 dd {
    margin: 0.2em 2px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
	width: 51%;
}

.staff--02 {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    width: 500px;
    margin: 20px auto;
	
}

.staff--02 dt {
    clear: both;
    margin: 0.2em 20px 0.2em 0;
    text-align: right;
    /*font-size: 14px;*/
	width: 60px;
}

.staff--02 dd {
    margin: 0.2em 2px;
    text-align: left;
    margin-bottom: 15px;
    /*font-size: 16px;*/
	width: 410px;
}

/* 歌舞伎 */

.sec_kabuki {
    width: 690px;
    /*font-family: serif;*/
    margin-bottom: 0;
}

.sec_kabuki__time{
    width: 680px;
    background: linear-gradient(#bd8e02, #d09825);
    padding: 8px 6px 5px;
    font-size: 1.1rem;
    color: #fff;
    /*font-family: serif;*/
}
.sec_kabuki .sec_kabuki__inner {
    vertical-align: text-top;
}

.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .number {
    padding: 0;
    width: 30px;
    height: auto;
    font-size: 20px;
    text-align: left;
    vertical-align: unset;
    display: inline-block;
    font-weight: bold;
}

.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .ttl {
    padding: 0;
    /*width: 360px;*/
	width: 345px;
    line-height: 1.3;
    font-weight: bold;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .ttl__01 {
    padding: 0;
    width: 640px;
    font-weight: bold;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .ttl .txt {
    padding: 0;
    font-size: 25px;
    text-align: left;
    font-weight: bold;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .ttl .s_txt {
    padding: 0;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .role {
    padding: 0;
    /*width: 150px;*/
	width: 165px;
    padding-right: 30px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .role .name {
    font-size: 18px;
    margin-top: 10px;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .actor {
    padding: 0;
    width: 100px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
}
.sec_kabuki .sec_kabuki__inner .sec_kabuki__innerbox .actor .name {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.btn_site_sp a {
	display: block;
	background: linear-gradient(0deg, #2865af, #318dc9);
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 10px;
	box-sizing: border-box;
	font-size: 14px;
	max-width: 240px;
    border-radius: 5px; 
}

.btn_site_sp a:hover {
	text-decoration: none;
	opacity: .7;
}

.btn_site_sp a span {
	position: relative;
	padding-right: 15px;
}

.btn_site_sp a span::after {
	content: "▶︎";
	font-size: 8px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


/* ticket
---------------------------------------------------------- */
.ticket .two_clm .box05 {
	padding-right: 4px;
}
.ticket .two_clm .box06 {
	padding-left: 4px;
}
.ticket .section {
	padding-bottom: 30px;
}
.ticket dl dd {
	float: left;
}
.ticket dl.howto_30 dd {
	margin-bottom:30px;
}
.ticket dl.howto_10 dd {
	margin-bottom:10px;
}
.ticket .box {
	width: 336px;
	height:127px;
	background: url(/ticket/images/bg01.gif) 0 0 no-repeat;
	text-align: center;
}
.ticket .tabBox p {
	line-height:1.5em;
	margin-bottom:10px;
}
.ticket h4.sttl {
	margin-left: 10px;
	height: 25px;
	padding-top: 3px;
}
.ticket h4#sttl01 {
	background: url(/ticket/images/icon_usually01.gif) left center no-repeat;
	padding-left: 35px;
}
.ticket h4#sttl02 {
	background: url(/ticket/images/icon_usually02.gif) left center no-repeat;
	padding-left: 23px;
}
.ticket h4#sttl03 {
	background: url(/ticket/images/icon_usually03.gif) left center no-repeat;
	padding-left: 33px;
}
.ticket h4#sttl04 {
	background: url(/ticket/images/icon_usually04.gif) left center no-repeat;
	padding-left: 41px;
}
.ticket .ticket_icon01 {
	width: 200px;
	float: right;
}
.ticket .ticket_text01 {
	float: left;
	width: 470px;
	margin-right: 20px;
}
.ticket_box {
	background:#FFF7EC;
	padding:10px 5px; 
	
}
.ticket_box ul li {
	float:left;
	padding:0 5px;
	zoom: 1;
}



.ticket .ticket_list01:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.ticket .ticket_list01{
	display: inline-block;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}
.ticket .ticket_list01 .ticket_icon01 {
	width: 50px;
	float: left;
	margin-right: 20px;
}
.ticket .ticket_list01 .ticket_text01 {
	float: right;
	width: 620px;
}
.ticket .ticket_list01 .ticket_text01 p {
	margin-bottom:5px;
}
.ticket .ticket_icon02 {
	width: 200px;
	float: right;
}
.ticket .ticket_text02 {
	float: left;
	width: 470px;
	margin-right: 20px;
}

.bk_pnk{
 width:650px;
 border:1px solid #333;
 background:#F2DBDB;
 padding:20px;
 margin-bottom: 40px;
 }
.pot_img li{
 float:left;
 margin-right:10px;
 }

.pot_list dt{
 padding-left:15px;
 }

.pot_list dd{
 float:none !important;
 margin:20px 0;
 }
.pot_list span{
 font-size:145%;
 font-weight:bold;
 }

/* access
---------------------------------------------------------- */
.access .section  {
	margin-bottom:50px;
}
.access ul.inline {
	font-size:0;
}
.access ul.inline li  {
	display:inline;
}
.access .access_list01{
	overflow:hidden;
	padding-bottom:15px;
	zoom: 1;
}
.access .access_list01 .access_icon01 {
	width: 50px;
	float: left;
	margin-right: 10px;
}
.access .access_list01 .access_text01 {
	float: right;
  padding-right: 14px;
  width: 265px;
}
.access .access_list01 .access_text01 p {
	margin-bottom:5px;
}
.access h3.h3_basic02 {
    color: #3098CF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
}
.access .notice {
    color: #CC3300;
    font-size: 80%;
}
.access .tbl_type01{
	}
		.access table.tbl_type01 th {
			width:32%;
			background:url(/common/images/icon/list_blue.gif) no-repeat 0 58%;
			padding:5px 5px 5px 12px;
		}

/* info
---------------------------------------------------------- */
.info .inner {
	width:700px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}
.info .inner a {
	text-align:center;
}

/* contact
---------------------------------------------------------- */
.contact .section  {
	padding-bottom:35px;
	overflow:hidden;
	zoom:1;
}
.contact .call_number {
	float:left;
	margin-right:20px;
}
.contact .time_in {
	vertical-align:bottom;
	padding-top:5px;
}

/* sitemap
---------------------------------------------------------- */
.site_list {
	 border-top: 1px dotted #CCCCCC;
   margin-bottom: 10px;
   padding:10px 0 0px 15px;
}
.site_list p {
	font-size:120%;
	font-weight:bold;
}
.site_list p a {
	background:url(/common/images/icon/icon_arrow02.gif) no-repeat 0 50%;
	padding-left:24px;
}
.site_list li {
	padding:0 0 0 26px;
	font-size:120%;
}
.site_list li.first_paragraph{
	padding:6px 0 0 24px;
}
.site_list li a {
	background:url(/common/images/icon/icon_arrow01.jpg) no-repeat 0 50%;
	padding-left:12px;
}
.site_list .sub_list {
}
.site_list .sub_list li {
	padding:4px 0 0 46px;
	font-size:100%;
}
.site_list .sub_list li.last {
	padding:4px 0 4px 46px;
}
.site_list .sub_list li a {
	background:url(/common/images/icon/icon_sub_arrow01.gif) no-repeat 0 50%;
	padding-left:10px;
}

/* company
---------------------------------------------------------- */
.company .company_list01:after{
	clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.company .company_list01{
	 display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.company_icon01 {
	width: 200px;
	float: right;
}
.company_text01 {
	float: left;
	width: 470px;
	/*margin-right: 20px;*/
}
.company .number {
	letter-spacing:0.1em;
}

/* media
---------------------------------------------------------- */
.media .section  {
	padding-bottom:30px;
	overflow:hidden;
	zoom:1;
}
.media .section p {
	margin-bottom:3px;
}

.announcement_box{
	width:190px;
	float:right;
}

.label_red p,
.label_rule_red p,
.label_rule_black p,
.label_silver p{
	font-size:85%;
	text-align:center;
	margin:0;
	font-weight: bold;
}
.label_red{
	background:#CD0505;
	color:#ffffff;
	width:5em;
	padding:1px;
	margin-bottom:0.2em;
}
.label_red-01{
	background:#CD0505;
	color:#ffffff;
    width: 25%;
    text-align: center;
    padding-top: 2px;
}

.label_rule_red {
	border:1px solid #CD0505;
	color:#CD0505;
	width:8em;
	padding:1px;
	margin-bottom:0.2em;
}

.label_rule_red-01 {
	border:1px solid #CD0505;
	color:#CD0505;
	display: inline-block;
	padding:1px;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
}
.label_rule_black{
	border:1px solid #333333;
	color:#333333;
	width:6em;
	padding:1px;
	margin-bottom:0.2em;
    text-align: center;
}
.label_silver{
	background:#c0c0c0;
	color:#000000;
	width:5em;
	padding:1px;
	margin-bottom:0.2em;
}
/************************************************

	印刷用

************************************************/
@media print {
    [class*="cast_mado"] { 
        background-image:none !important;
    
    }
}



/************************************************

	POP切替

************************************************/

.pop_switching {
    position: relative;
	width: 690px;
	max-width: 100%;
	height: 975px;
}

.pop_switching-img {
    position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 40s infinite;
}

.pop_switching-img:nth-of-type(1) {
	animation-delay: 0s;
}
.pop_switching-img:nth-of-type(2) {
	animation-delay: 10s;
}
.pop_switching-img:nth-of-type(3) {
	animation-delay: 20s;
}
.pop_switching-img:nth-of-type(4) {
	animation-delay: 30s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 0;}
	100%{ opacity: 0;}
}

.pop_slider .bx-wrapper {
	background-color: transparent;
	margin: 0!important;
	border: none;
	box-shadow: none;
}

.pop_slider .bx-wrapper .bx-viewport {
	background-color: transparent;
	margin: 0!important;
	border: none;
	box-shadow: none;
	overflow: inherit;
	width: auto!important;
	
}

.pop_slider .bx-wrapper img {
	display: block;
	margin: 0;
	max-width: 600px;
}


/************************************************

	Clear

************************************************/

/* or */
.clear{
	clear: both;
}



/************************************************

	Official Partner Bnr

************************************************/
/* common */
.official_partner .h2_ttl {
	margin-top: 10px;
	margin-bottom: -20px;
	padding-bottom: 10px;
	text-align: center;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
	font-size: 1.4rem;
	position: relative;
	z-index: 1;
}

.official_partner .h2_ttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	background: #7A2E37;
}

.official_partner ul li {
	box-sizing: border-box;
}

.official_partner ul li a {
	display: block;
	box-sizing: content-box;
	border: 2px solid #eee;
	transition: ease .2s;
	background: #fff;
}

.official_partner li a:hover {
	border: 2px solid #7A2E37;
}

.official_partner ul li a img {
    width: auto;
	height: auto;
}


/* top slide */
#top_op_bnr {
	margin: 30px 0 0;
    height: 180px;
}

#top_op_bnr .top_op_bnr_inner {
    width: 100%;
	min-width: 950px;	
    position: absolute;
    left: 0;
    overflow: hidden;
}

#top_op_bnr .top_op_bnr_inner .slick-slide {
    width: 270px;
}

#top_op_bnr .bx-wrapper {
	background: #eee;
	max-width: 100%!important;
}

#top_op_bnr .bx-wrapper .bx-viewport {
	width: 840px!important;
	box-shadow: none;
    background: none;
    padding: 50px 0 20px;
	transform: translateX(-20px);
}

#top_op_bnr #opSlide {
    background: #eee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top_op_bnr #opSlide.opList {
	padding: 50px 0 20px;
}

#top_op_bnr #opSlide li + li {
    margin-left: 20px;
}

#top_op_bnr #opSlide li {
	text-align: center;
}

#top_op_bnr #opSlide li a {
	width: 270px;
	height: 90px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top_op_bnr #opSlide li a img {
	max-width: 270px;
    max-height: 90px;
}

/* bottom */
#bottom_op_bnr {
	margin: 20px 0 40px;
}

#bottom_op_bnr .bottom_op_bnr_inner {
	background: #eee;
    padding: 50px 0 30px;
}

#bottom_op_bnr .bottom_op_bnr_inner ul {
	width: 950px;
    margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#bottom_op_bnr .bottom_op_bnr_inner ul li {
	width: 222px;
	height: 74px;
	margin-right: calc(62px / 3);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#bottom_op_bnr .bottom_op_bnr_inner ul li:nth-of-type(4n),
#bottom_op_bnr .bottom_op_bnr_inner ul li:last-of-type {
	margin-right: 0;
}

#bottom_op_bnr .bottom_op_bnr_inner ul li:nth-of-type(n + 5) {
	margin-top: 20px;
}

#bottom_op_bnr .bottom_op_bnr_inner ul li a {
	width: 222px;
	height: 74px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#bottom_op_bnr .bottom_op_bnr_inner ul li a img {
	max-width: 222px;
    max-height: 74px;
	vertical-align: middle;
}

/* nav */
#nav_op_bnr {
	margin: 36px 0 20px;
}

#nav_op_bnr_bottom {
	margin: 10px 0 20px;
}

#nav_op_bnr .nav_op_bnr_inner {
	border: 2px solid #7a2e37;
}

#nav_op_bnr_bottom .nav_op_bnr_bottom_inner {
	border: 2px solid #333;
}

#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .bx-wrapper {
	min-height: 64px;
}

#nav_op_bnr .nav_op_bnr_inner .nav_ttl, 
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .nav_ttl {
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
	text-align: center;
	vertical-align: middle;
    line-height: 32px;
	color: #fff;
}

#nav_op_bnr .nav_op_bnr_inner .nav_ttl {
	background: #7a2e37;
}

#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .nav_ttl {
	background: #333;
}

#nav_op_bnr .nav_op_bnr_inner #navSlide, 
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner #navSlide {
	height: 78px;
}

#nav_op_bnr .nav_op_bnr_inner .bx-wrapper, 
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .bx-wrapper {
	padding: 7px;
}

#nav_op_bnr .nav_op_bnr_inner .bx-wrapper .bx-viewport, 
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .bx-wrapper .bx-viewport {
	width: 100%!important;
	box-shadow: none;
}

#nav_op_bnr .nav_op_bnr_inner .bx-wrapper .bx-loading,
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner .bx-wrapper .bx-loading {
	background: none;
}

#nav_op_bnr .nav_op_bnr_inner #navSlide li a,
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner #navSlideBottom li a {
	width: 192px;
	height: 64px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
}

#nav_op_bnr .nav_op_bnr_inner #navSlide li a:hover,
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner #navSlideBottom li a:hover {
	border: none;
}

#nav_op_bnr .nav_op_bnr_inner #navSlide li a img,
#nav_op_bnr_bottom .nav_op_bnr_bottom_inner #navSlideBottom li a img {
	max-width: 192px;
	max-height: 64px;
}

/*博多座オフィシャル・パートナー*/
#official_partner_bnr {
	margin: 60px 0;
}

#official_partner_bnr .h2_ttl02 {
	text-align: center;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
	font-size: 1.3rem;
}

#official_partner_bnr ul {
	width: 950px;
    margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#official_partner_bnr ul li {
	width: 180px;
	height: 60px;
	margin-top: 20px;
	margin-right: calc(50px / 4);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#official_partner_bnr ul li:nth-of-type(5n),
#official_partner_bnr ul li:last-of-type {
	margin-right: 0;
}

#official_partner_bnr ul li a {
	width: 180px;
	height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
    border: 2px solid #eee;
    transition: ease .2s;
    background: #fff;
}

#official_partner_bnr ul li a:hover {
	border: 2px solid #7A2E37;
} 

#official_partner_bnr ul li a img {
	max-width: 180px;
    max-height: 60px;
	vertical-align: middle;
}

#official_partner_bnr ul li a {
	
}

#official_partner_bnr ul li a img {
	
}


/* アコーディオン */

.lineup_ac > li{
	padding-bottom: 6px;
	list-style: none;
}

.lineup_ac-label {
	cursor: pointer;
	position: relative;
	background: #e2e2e2;
    padding: 15px;
	margin-bottom: 30px;
}

.lineup_ac-content {
	display: none;
}

.icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	background: #000;
}

.icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.icon:before,
.icon:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 2px;
	transform: translate(-50%,-50%);
}

.icon:before {
	transform: translate(-50%,-50%)rotate(90deg);
}

.icon.open:before {
	transform: translate(-50%,-50%) rotate(0deg);
}


/*---------------------------------------------
                 micromodal
---------------------------------------------*/

.modal_lineup {
    display: none;
    position: relative;
    z-index: 1000;
}

.modal_lineup.is-open {
    display: block;
}

.modal_lineup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_lineup__content_inner {
    color: #fff;
    max-width: 500px;
    max-height: 80vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 500px;
    background-color: #222;
    position: relative;
    padding: 50px 40px;
    line-height: 1.5;
}
.modal_lineup__content_inner_02 {
    color: #353535;
    width: 600px;
    max-width: 650px;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #f0f0f0;
    position: relative;
    padding: 50px 20px;
    line-height: 1.5;
}

.modal_lineup__title {
    font-size: 1.3rem;
    color: #ff3caf;
    border-bottom: dotted 5px;
    margin-bottom: 10px;
}

.modal_lineup__title_02 {
    font-size: 1.5rem;
    color: #7d7d7d;
    border-bottom: solid 2px;
    margin-bottom: 10px;
}

.modal_lineup__sttl {
    font-size: 1.8rem;
    color: #ff3caf;
}

.modal_lineup__sttl_02 {
    font-size: 1.3rem;
	font-weight: bold;
    margin-bottom: 5px;
}

.modal_lineup__txt {
    margin-top: 10px;
    font-size: 1rem;
    color: #fff;
}

.modal_lineup__close {
    background: transparent;
    border: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 10px;
    z-index: 10000;
}

.modal_lineup__close_02 {
    background: transparent;
    border: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 10px;
    z-index: 10000;
}

.modal_lineup__close:hover {
    cursor: pointer;
}

.modal_lineup__close_02:hover {
    cursor: pointer;
}

.modal_lineup__close span {
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
}

.modal_lineup__close_02 span {
    border-top: 1px solid #7d7d7d;
    width: 100%;
    position: absolute;
    left: 0;
}

.modal_lineup__close span:nth-of-type(1) {
    transform: rotate(45deg);
}

.modal_lineup__close span:nth-of-type(2) {
    transform: rotate(135deg);
}

.modal_lineup__close_02 span:nth-of-type(1) {
    transform: rotate(45deg);
}

.modal_lineup__close_02 span:nth-of-type(2) {
    transform: rotate(135deg);
}

.modal_lineup_btn {
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 10px auto;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
    background: #222;
    color: #fff;
    border: 1px solid #222;
    padding: 0.5rem 4.5rem;
}

.modal_lineup_btn:focus, .modal_lineup_btn:hover {
    /*-webkit-transform: scale(1.05);
    transform: scale(1.05);*/
    background: #fff;
    color: #222;
    text-decoration: none;
}


@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: scale(0,0); }
    to { transform: scale(1,1); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.modal_lineup--slide {
    display: none;
}

.modal_lineup--slide.is-open {
    display: block;
}

.modal_lineup--slide[aria-hidden="false"] .modal_lineup__overlay {
    animation: mmfadeIn .2s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal_lineup--slide[aria-hidden="false"] .modal_lineup__content_inner {
    animation: mmslideIn .2s cubic-bezier(0, 0, .2, 1);
}

.modal_lineup--slide[aria-hidden="true"] .modal_lineup__overlay {
    animation: mmfadeOut .2s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal_lineup--slide[aria-hidden="true"] .modal_lineup__content_inner {
    animation: mmslideOut .2s cubic-bezier(0, 0, .2, 1);
}

.modal_lineup--slide .modal_lineup__content_inner,
.modal_lineup--slide .modal_lineup__overlay {
    will-change: transform;
}







