@charset "UTF-8";
/* CSS Document */
/* [color guide] red:#D53C2C purple:#592AB8	eo-yellow:#FFE100 ネイビー:#21396C*/

/*////////////////////////////////// 共通 //////////////////////////////////////*/
img{
	max-width: 100%;
	height: auto;
}
a{
	color:#21396C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#21396C;
}
.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.txt-red{
	color: #D53C2C;
}

/*////////////////////////////////// コメント //////////////////////////////////////*/
.catch-box{
	text-align: center;
	margin: 0 auto 20px;
}

/*////////////////////////////////// フッター //////////////////////////////////////*/
.footLine {
	border-top: 6px #D53C2C double;
	margin-top: 40px;
	padding: 50px 0;
}

/*////////////////////////////////// EO共通フッター //////////////////////////////////////*/
#footer-wrap {
	background: #f6f6f6;
}
#footer-container {
	width: 920px;
	margin:0 auto;
}
.small {
	font-size: smaller;
	font-weight: normal;
}


/*////////////////////////////////// 【PC】 //////////////////////////////////////*/
@media screen and (min-width: 781px){
.sp-only {display:none;}

body{
    margin:0;
    padding:0;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:1em;
	color:#000;
	background-color: #E3E3D3;
	background-image: url("../img/bg-body.png");
	background-repeat: repeat-x;
	background-position: ;
}
/*////////////////////////////////// 【PC】hタグ //////////////////////////////////////*/
h1{
	margin: 20px auto;
	text-align:center;
	max-width: 300px;
}
h2{
	background:url(../img/common-BG-h1.png) no-repeat 0 0;
	font-size:160%;
	color:#FFF;
	height:48px;
	padding:12px 0 0 15px;
	margin:0 0 15px 0;
	letter-spacing:.05em;
	font-weight:bold;
}
h3{
	background:url(../img/common-BG-h2.jpg) no-repeat 0 0;
	font-size:140%;
	color:#FFF;
	height:35px;
	padding:5px 0 0 15px;
	margin:0 0 15px 0;
	letter-spacing:.03em;
	font-weight:bold;
}
h4{
	background:url(../img/common-icon-chochin.gif) no-repeat 0 0;
	font-size:130%;
	border-bottom:2px solid #21396C;
	padding:3px 0 0 30px;
	margin:0 0 20px 0;	
	font-weight:bold;
}	
h6{
	margin:0 0 10px 0;
	font-size:110%;
	color:#21396C;
	font-weight:bold;
}
/*////////////////////////////////// 【PC】リスト //////////////////////////////////////*/
ul{
	margin:10px 10px 20px;
	}
ul li{
	font-size: 90%;
	margin:0 0 0 5px;
	padding-left: 0;
}
.query{
	list-style: none;
}
/*////////////////////////////////// 【PC】アイコン //////////////////////////////////////*/
.ume{
	font-weight: bold;
	font-size: 110%;
	padding-left: 27px;
	background:url(../img/icon-ume.gif) no-repeat 0 12px;
	letter-spacing: 1px;
	padding-top:10px;
}
.arrow {
	padding-left:25px;
	background:url(../img/icon-arrow.png)no-repeat 0 3px;
}
/*////////////////////////////////// 【PC】ページトップ //////////////////////////////////////*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	font-size: 350%;
	z-index:20;
}
#page-top a {
	background: #ffe100;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*////////////////////////////////// 【PC】トップページへ戻るボタン //////////////////////////////////////*/
.back-box {
	margin: 50px auto;
	width: 100%;
	text-align: center;
}
.back_btn {
	font-size: 130%!important;
    position: relative;
    display: inline-block;
    padding:15px 110px 10px 110px;
    text-decoration: none;
    color: #fff!important;
    background:#21396C;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.back_btn:hover {
	font-size: 130%!important;
    position: relative;
    display: inline-block;
    padding:15px 110px 10px 110px;
    text-decoration: none;
    color: #FFF!important;
    background:#D53C2C;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.back_btn:visited {
	color:#FFF;
}
/*////////////////////////////////// 【PC】応募ボタン //////////////////////////////////////*/
.form-box {
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
}
.square_btn {
	font-size: 130%!important;
    position: relative;
    display: inline-block;
    padding:15px 110px 10px 110px;
    text-decoration: none;
    color: #000!important;
    background:#ffe100;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.square_btn:hover {
	font-size: 130%!important;
    position: relative;
    display: inline-block;
    padding:15px 110px 10px 110px;
    text-decoration: none;
    color: #FFF!important;
    background:#333;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.square_btn:visited {
	color:#FFF;
}
/*////////////////////////////////// 【PC】プレミアムクラブ帯 //////////////////////////////////////*/
#premium{
	position:relative;
	border-top: 5px solid #ffe100;
	background-image:url("../img/bg-gold.png");
	background-size:cover;
	height: 61px;
}
.pre-inner{
	margin: 10px auto 0;
	padding: 0 10px;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}
.pre-left{
	max-width: 80%;
	display: flex;
}
.pre-right{
	max-width: 20%;
}
.eo-btn {
	margin:5px 0;
	font-size: 80%;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 25px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: .1s;
}
.eo-btn:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
.eo-btn a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*////////////////////////////////// 【PC】ヘッダー //////////////////////////////////////*/
header{
	max-width:960px;
	height:auto;
	margin:0 auto;
	text-align: center;
}
.mv{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
	
/*////////////////////////////////// 【PC】コンテンツ //////////////////////////////////////*/
#contents{
	max-width:860px;
	margin:50px auto;
	padding: 30px;
	background:url(../img/common-BG-col.jpg) no-repeat bottom center #FFF;
	box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	-webkit-box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	-moz-box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	border:1px solid #FFF;
}
#contents p{
	margin:0 0 15px;
	line-height:1.7em;
}
/*////////////////////////////////// 【PC】イベント詳細 //////////////////////////////////////*/
.headline-ume{
	font-size:130%;
	font-weight:bold;
	margin:0 0 5px;
	padding:0 0 3px 27px;
	border-bottom:1px dotted #21396C;
	background:url(../img/common-icon-ume.gif) no-repeat 0 2px;
	letter-spacing:.04em;
}
.event-txt{
	padding:0 0 15px 15px;
}
/*////////////////////////////////// 【PC】アクセス //////////////////////////////////////*/
.access{
	display: flex;
	margin: 15px auto 50px;
}
.access-left{
	width: 60%;
}
.access-right{
}

/*////////////////////////////////// 【PC】演者演目 //////////////////////////////////////*/
.program{
	margin: 0 auto 50px;
	padding: 5px 5px 40px;
	text-align: center;
	background-image: url("../img/program-bg.png");
	background-repeat: no-repeat;
}
.actorNav{
	padding: 20px 10px 15px;
	display: flex;
	justify-content: space-around;
}
.actorNav a:hover {
	display: block;
	width: 156px;
	height: 164px;
	text-indent:-9999px;
	background-size: 100%;
	position: relative;
}
.actorNav #actorNav1 a:hover {
	background-image: url(../img/actor-nav01b.png);
}
.actorNav #actorNav2 a:hover {
	background-image: url(../img/actor-nav02b.png);
}
.actorNav #actorNav3 a:hover {
	background-image: url(../img/actor-nav03b.png);
}
.actorNav #actorNav4 a:hover {
	background-image: url(../img/actor-nav04b.png);
}
.actorNav #actorNav5 a:hover {
	background-image: url(../img/actor-nav05b.png);
}
hr {
	height: 25px;
	background-image: url("../img/actor-hr.jpg");
	background-size: cover;
	background-position: right 0;
	border-bottom-style: none;
}
/*////////////////////////////////// 【PC】注意事項 //////////////////////////////////////*/
.caution{
	margin: 10px 0 50px;
	padding: 25px;
	border: double 10px #D53C2C;	
}
.caution-headline{
	font-weight: bold;
	letter-spacing: 0.1em;
}
	
/*////////////////////////////////// 【PC】みどころ案内 //////////////////////////////////////*/
.guide-box{
	margin: 0 auto 50px;	
}
.guide {
	float: right;
    /*background: url("../img/mv-guide001.png") no-repeat;*/
}
.hanjotei{
	margin: 0 auto 50px;
}
.hanjotei-photo{
	margin: 0 auto 15px;
	text-align: center;
}

/*////////////////////////////////// 【PC】リポート //////////////////////////////////////*/
.report{
	width: 100%;
	background-color:#D7D7D7;
	margin: 0 0 50px;
	padding: 0 10px 20px;
}
.report-title{
	position: relative;
	top:40px;
	margin-left: 5px;
}
.report-inner {
	font-size: 75%;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.report-item{
	margin: 10px;
}
	
/*////////////////////////////////// 【PC】マメ //////////////////////////////////////*/
.mame-box{
	width: 95%;
	margin: 40px auto 80px;
}
.mame-illust{
	float: right;
	padding-left: 30px;
	max-width: 50%;
}
/*////////////////////////////////// 【PC】演者詳細 //////////////////////////////////////*/
.act-all {
	width: 100%;
	margin-left: 0;
}
.act-box{
	width: 95%;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 15px;
}
.act-photo{
	padding-right:20px;
	width: 30%;
}

.act-profile{
	max-width: 80%;
}
}

/*////////////////////////////////// 【SP】 //////////////////////////////////////*/
@media screen and (max-width: 780px){
.pc-only {display:none;}

body{
    margin:0;
    padding:0;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:16px;
	color:#000;
	background-color: #E3E3D3;
	background-image: url("../img/bg-body.png");
	background-repeat: repeat-x;
	background-position: ;
}
/*////////////////////////////////// 【SP】hタグ //////////////////////////////////////*/
h1{
	margin: 20px auto 30px;
	text-align:center;
	max-width: 250px;
}
h2{
	background:#21396C;
	font-size:120%;
	color:#FFF;
	height:inherit;
	padding:10px;
	margin:0 0 15px 0;
	letter-spacing:0em;
	font-weight:bold;
}
h3{
	background:#D53C2C;
	font-size:110%;
	color:#FFF;
	height:inherit;
	padding:7px 0 7px 15px;
	margin:0 0 15px 0;
	letter-spacing:0em;
	font-weight:bold;
}
h4{
	background:url(../img/common-icon-chochin.gif) no-repeat 0 0;
	background-position: 0 -3px;
	font-size:115%;
	border-bottom:2px solid #21396C;
	padding:0 0 5px 30px;
	margin:15px 0 5px 0;	
	font-weight:bold;
}
/*////////////////////////////////// 【SP】リスト //////////////////////////////////////*/
ul{
	margin:10px 10px 20px;
	}
ul li{
	font-size: 90%;
	margin:0 0 10px -15px;
	padding-left: 0;
	line-height: 1.2em;
}
.query{
	list-style: none;
}
/*////////////////////////////////// 【SP】アイコン //////////////////////////////////////*/
.ume{
	font-weight: bold;
	font-size: 100%;
	padding-left: 27px;
	background:url(../img/icon-ume.gif) no-repeat 0 21px;
	letter-spacing: 1px;
	padding-top:20px;
}
.arrow {
	padding-left:25px;
	background:url(../img/icon-arrow.png)no-repeat 0 2px;
}
/*////////////////////////////////// 【SP】ページトップ //////////////////////////////////////*/
#page-top {
	position: fixed;
	bottom: -10px;
	right: 3px;
	font-size: 160%;
	z-index:1000;
}
#page-top a {
	background: #ffe100;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*////////////////////////////////// 【SP】トップページへ戻るボタン //////////////////////////////////////*/
.back-box {
	margin: 30px auto 50px;
	width: 80%;
	text-align: center;
}
.back_btn {
	font-size: 100%!important;
    position: relative;
    display: inline-block;
    padding:10px 60px;
    text-decoration: none;
    color: #fff!important;
    background:#21396C;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.back_btn:hover {
	font-size: 100%!important;
    position: relative;
    display: inline-block;
    padding:10px 60px;
    text-decoration: none;
    color: #FFF!important;
    background:#D53C2C;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.back_btn:visited {
	color:#FFF;
}
/*////////////////////////////////// 【SP】応募ボタン //////////////////////////////////////*/
.form-box {
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
}
.square_btn {
	font-size: 120%!important;
    position: relative;
    display: inline-block;
    padding:10px 60px;
    text-decoration: none;
    color: #000!important;
    background:#ffe100;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.square_btn:hover {
	font-size: 120%!important;
    position: relative;
    display: inline-block;
    padding:10px 60px;
    text-decoration: none;
    color: #FFF!important;
    background:#333;/*背景色*/
    border-radius: 50px;/*角の丸み*/
	font-weight: bold;
}
.square_btn:visited {
	color:#FFF;
}
/*////////////////////////////////// 【SP】プレミアムクラブ帯 //////////////////////////////////////*/
#premium{
	position:relative;
	border-top: 5px solid #FFE100;
	background-image:url("../img/bg-gold.png");
	background-size:cover;
	height: 61px;
}
.pre-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto 0;
	padding: 0 5px;
}
.pre-left{
	max-width: 70%;
}
.pre-right{
	max-width: 20%;
}
.eo-btn {
	margin:0;
	font-size: 80%;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: .1s;
}
.eo-btn:hover {
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.eo-btn a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*////////////////////////////////// 【SP】ヘッダー //////////////////////////////////////*/
header{
	max-width:100%;
	height:auto;
	margin:0 auto;
	text-align: center;
}
.mv{
	width: 92%;
	margin: 0 4%;
	text-align:center;
}
/*////////////////////////////////// 【SP】コンテンツ //////////////////////////////////////*/
#contents{
	max-width:100%;
	margin:20px auto;
	padding: 30px 3% 10px;
	background:url(../img/common-BG-col.jpg) no-repeat bottom center #FFF;
	box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	-webkit-box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	-moz-box-shadow:rgba(112, 112, 112, 0.33) 0px 0px 4px 0px;
	border:1px solid #FFF;
}
#contents p{
	line-height:1.5em;
}
/*////////////////////////////////// 【SP】アクセス //////////////////////////////////////*/
.access{
	display: flex;
	flex-direction:column;
	margin: 15px auto 50px;
}
.access-left{
	width: 60%;
	text-align: center;
}
.access-right{
}
/*////////////////////////////////// 【SP】お申込み //////////////////////////////////////*/
.app{
	background-color: #A8A8A8;
	text-align: center;
	margin: 0 auto 50px;
}
.local{
	margin:0 auto;
	width: 95%;
	padding: 0 0 20px;
	line-height: 1em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.local-title{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-size: 150%;
	font-weight: bold;
	background-color:#D53C2C;
	border-radius: 10px;
}
.cell-1{
	max-width: 100%;
	margin: 15px;
}
.cell-2{
	max-width: 100%;
	margin: 15px;
}
.tri-y::after{
	position: relative;
	content: "▼";
	color: #ffe100;
	font-size: 140%;
	top: 15px;
	left:0;
}
/*////////////////////////////////// 【SP】演者演目 //////////////////////////////////////*/
.program{
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-image: url("../img/program-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.actorNav{
	padding: 0 0 7px;
	display: flex;
	justify-content: space-around;
}
.actorNav #actorNav1 {
	padding: 0 2px;
}
.actorNav #actorNav2 {
	padding: 0 2px;
}
.actorNav #actorNav3 {
	padding: 0 2px;
}
.actorNav #actorNav4 {
	padding: 0 2px;
}
.actorNav #actorNav5 {
	padding: 0 2px;
}
hr {
	height: 15px;
	background-image: url("../img/actor-hr.jpg");
	background-size:cover;
	background-position: right;
	border-bottom-style: none;
}
/*////////////////////////////////// 【SP】注意事項 //////////////////////////////////////*/
.caution{
	margin: 10px auto 50px;
	padding: 16px 12px;
	border: double 10px #D53C2C;	
}
.caution-headline{
	font-weight: bold;
	letter-spacing: 0.1em;
}
/*////////////////////////////////// 【SP】みどころ案内 //////////////////////////////////////*/
.guide-box{
	margin: 0 auto 50px;	
}
.guide {
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}

/*////////////////////////////////// 【SP】リポート //////////////////////////////////////*/
.report{
	max-width: 100%;
	background-color:#D7D7D7;
	margin: 0 0 50px;
	padding: 20px 10px 20px;
	text-align: center;
}
.report-title{
}
.report-inner {
	font-size: 90%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.report-item{
	margin: 1%;
}
	
/*////////////////////////////////// 【SP】マメ //////////////////////////////////////*/
.mame-box{
	width: 95%;
	margin: 30px auto;
}
.mame-illust{
	text-align: center;
}
/*////////////////////////////////// 【SP】演者詳細 //////////////////////////////////////*/
.act-all {
	width: 100%;
	margin-left: 0;
}
.act-box{
	width: 95%;
	display: flex;
	flex-direction: column;
	margin: 30px auto 15px;
}
.act-photo{
	margin:0 auto;
	width: 100%;
	text-align: center;
}
.act-plofile{
}
}
/*////////////////////////////////// 【960】 //////////////////////////////////////*/
@media screen and (max-width: 959px){
.mv-over {
	display:none;
}
}
/*///////////////////////////// 出演者一覧文言追加(spのみ) /////////////////////////////////*/
.cast {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: right;
}
/*///////////////////////////// マメ知識一覧追加 /////////////////////////////////*/
ul.mame_list {
  padding-left: 0;
  list-style: none;
}
ul.mame_list li {
  padding: 0 10px 8px;
  font-size: 1em;
}
/*///////////////////////////// ボタン下にメンバーテキスト追加 /////////////////////////////////*/
.btn_bo_txt {
  font-size: 80%;
}
/*///////////////////////////// お知らせ追記　230110更新 /////////////////////////////////*/
#contents .info_230110 p.info_notes {
  margin: 0px 25px 40px;
  color: #d53c2c;
  font-size: 90%;
}
#contents .info_230110 p.info_sche {
  margin: 0 25px;
}
#contents .info_230110 p.info_sche span.daiyaku {
  font-size: 90%;
}
#contents .info_230110 p.info_btn {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
}
a.eohikarich_btn {
  padding: 8px 50px 8px 25px;
  border: 2px solid #21396c;
  font-size: 130%;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
a.eohikarich_btn::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #21396c;
  border-right: solid 2px #21396c;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
a.eohikarich_btn:hover {
  color: #fff;
  background: #21396c;
}
a.eohikarich_btn:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (min-width: 781px){
  h2.ttl_info{
	background:url(../img/common-BG-h1-info.png) no-repeat 0 0;
	color: #000;
  }
}
@media screen and (max-width: 780px){
  h2.ttl_info{
	background: #ffe100;
	color: #000;
  }
	#contents .info_230110 p.info_btn {
    text-align: center;
  }
  a.eohikarich_btn {
    padding: 10px 40px 10px 20px;
    font-size: 100%;
  }
}
/*///////////////////////////// 動画配信＆テレビ放送　230203更新 /////////////////////////////////*/
.broadcast_sche {
  background: #eee;
  padding: 15px 20px;
  margin-bottom: 20px;
}
#actor-01 .broadcast_sche p {
  margin-bottom: 5px;
}
#actor-01 .broadcast_sche p:last-child {
  margin-bottom: 0px;
}
.txt90 {
  font-size: 90%;
}
#contents .info_230110 .rosho {
  line-height: 1.5;
  padding-bottom: 5px;
}
p.ttl_broadcast {
  font-weight: bold;
}