@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;
}
.page-top{
	position: fixed;
	left:20px;
	bottom: 20px;
}
.small {
	font-size: smaller;
	font-weight: normal;
}

/*////////////////////////////////// 応募ボタン //////////////////////////////////////*/
.form-box {
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
}
.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}
.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  /*color: #000;*/
  color: #fff;
  text-align: center;
  /*background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;*/
  background: #000;
  border-radius: 50px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}
/*////////////////////////////////// 【PC】 //////////////////////////////////////*/
@media screen and (min-width: 781px){
.sp-only {display:none!important;}

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;
}

.catch-box{
	font-size: 16px!important;
	line-height: 1.75;
	text-align: center;
	margin: 0 auto 20px;
}
/*////////////////////////////////// 【PC】hタグ //////////////////////////////////////*/
h1{
	margin: 20px auto;
	text-align:center;
	max-width: 300px;
}
h2{
	width: 860px;
	height :60px;
	margin: 0 auto 15px;
	padding:10px 0 0 15px;
	background:url(../img/common-BG-h1.png) no-repeat 0 0;
	color:#FFF;
	letter-spacing:.05em;
	font-size: 160%!important;
	font-weight:bold;
}
h3{
	width: 860px;
	height:40px;
	padding:5px 0 0 15px;
	margin:0 auto 15px;
	background:url(../img/common-BG-h2.jpg) no-repeat 0 0;
	font-size:130%!important;
	color:#FFF;
	letter-spacing:.03em;
	font-weight:bold;
}
h4{
	background:url(../img/common-icon-chochin.gif) no-repeat 0 0;
	border-bottom:2px solid #21396C;
	padding:3px 0 0 30px;
	margin:0 0 20px 0;
	font-size:130%!important;
	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: 16px;
	margin:0 0 0 5px;
	padding-left: 0;
}
.query{
	list-style: none;
}
/*////////////////////////////////// 【PC】アイコン //////////////////////////////////////*/
.ume{
	font-weight: bold;
	font-size: 17px;
	padding-left: 27px;
	background:url(../img/icon-ume.gif) no-repeat 0 10px;
	letter-spacing: 1px;
	padding-top:10px;
}
.arrow {
	padding-left:25px;
	background:url(../img/icon-arrow.png)no-repeat 0 3px;
}

/*////////////////////////////////// 【PC】ヘッダー //////////////////////////////////////*/
.mv-box{
	max-width:960px;
	height:auto;
	margin:0 auto;
	text-align: center;
    padding-top: 66px;
}
.mv{
	width: 100%;
	margin: 0 auto;
	text-align:center;
    margin-top: 30px;
}
/*//////////////////////////////////////////////////////////////////////*/
.footLine {
	width: 95%;
	margin: 0 auto;
	border-top: 6px #D53C2C double;
	margin-top: 40px;
	padding: 50px 0;
}
/*////////////////////////////////// 【PC】コンテンツ //////////////////////////////////////*/
.contents{
	max-width:920px;
	margin:50px auto;
	padding: 30px 0;
	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;
}
.content-box p{
	margin:0 0 15px;
	line-height:1.75em;
}
/*////////////////////////////////// 【PC】イベント詳細 //////////////////////////////////////*/
.event-box{
	width: 90%;
	margin: 0 auto;
	}
.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{
	font-size: 16px;
	line-height: 1.75;
	padding:0 0 15px 15px;
}
/*////////////////////////////////// 【PC】アクセス //////////////////////////////////////*/
.access{
	display: flex;
	margin: 15px auto 50px;
}
.access-left{
	width: 60%;
}
.access-right{
	font-size: 16px;
	line-height: 1.75;
}

/*////////////////////////////////// 【PC】演者演目 //////////////////////////////////////*/
.program{
	width: 860px;
	margin: 0 auto 50px;
	padding: 5px 0 40px;
	text-align: center;
	background-image: url("../img/program-bg.png");
	background-repeat: no-repeat;
}
.actorNav{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 10px;
	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 {
	width: 100%;
	height: 25px!important;
	margin: 0 auto 30px;
	background-image: url("../img/actor-hr.jpg");
	background-size: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	border: none;
}
/*////////////////////////////////// 【PC】注意事項 //////////////////////////////////////*/
.caution{
	font-size:16px;
	line-height: 1.75;
	width: 85%;
	margin: 10px auto 50px;
	padding: 5px 25px 25px;
	border: double 10px #D53C2C;	
}
.caution-headline{
	font-size:18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:20px 0 5px;
}
.caution ul{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

.caution li{
	list-style: disc;
}
	
/*////////////////////////////////// 【PC】みどころ案内 //////////////////////////////////////*/
.guide-box{
	font-size: 16px;
	max-width: 90%;
	margin: 0 auto 50px;
	line-height: 1.75;
}
.guide {
	float: right;
	margin-left: 10px;
    /*background: url("../img/mv-guide001.png") no-repeat;*/
}
.hanjotei{
	font-size:16px;
	line-height: 1.75;
	max-width: 90%;
	margin: 0 auto 50px;	
}
}
.hanjotei-photo{
	margin: 0 auto 15px;
	text-align: center;
}

/*////////////////////////////////// 【PC】リポート //////////////////////////////////////*/
.report{
	background-color:#21396c;
	margin: 0 30px 70px;
	padding: 0 10px 20px;
}
.report-title{
	position: relative;
	top:20px;
	margin-left: 15px;
}
.report-inner {
	font-size:13px;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	color: #fff;
}
.report-item{
	margin: 10px;
}
	
/*////////////////////////////////// 【PC】マメ //////////////////////////////////////*/
.mame-box{
	font-size: 16px;
	line-height: 1.75;
	width: 90%;
	margin: 0 auto 80px;
	padding-top: 50px;
}
.mame-box2{
	font-size: 16px;
	line-height: 1.75;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
.mame_navi{
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75;
}
.mame-illust{
	float: right;
	padding-left: 30px;
	max-width: 50%;
}
/*////////////////////////////////// 【PC】演者詳細 //////////////////////////////////////*/
.act-all {
	width: 90%;
	margin: 0 auto;
}
.act-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 30px;
}
.act-photo{
	padding-right:20px;
	width: 30%;
}

.act-profile{
	font-size:16px;
	line-height: 1.75;
	max-width: 80%;
}
.act-profile p{
	margin-bottom: 35px;
}
#actor-01,
#actor-02,
#actor-03,
#actor-04,
#actor-05 {
	padding-top:50px;
	margin-top: 50px;
}
/*////////////////////////////////// 【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;
}
/*アコーディオン*/
.toggle {
	display: none;
}
.Label {
	padding: 0.5em 1em;
	display: block;
	color: #21396c;
	background:#fff49e;
	font-size: 130%;
}
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #21396c;
	border-right: 2px solid #21396c;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	background-color: #fffbe0;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
}

/*///////////////////////////// 出演者一覧文言追加(spのみ) /////////////////////////////////*/
.cast {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: right;
}
/*///////////////////////////// マメ知識一覧追加 /////////////////////////////////*/
ul.mame_list {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 780px){
  ul.mame_list {
    padding-left: 4%;
  }
}
ul.mame_list li {
  padding: 0 10px 8px;
  font-size: 1em;
}
/*///////////////////////////// ボタン下にメンバーテキスト追加 /////////////////////////////////*/
.btn_bo_txt {
  font-size: 80%;
}
/*///////////////////////////// プレクラリニューアル　230703更新 /////////////////////////////////*/
/* ○○あと押し、ランク */
.p-lp {
  overflow-x: hidden;
}
.p-lp .lp-header {
  z-index: 10;
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 68px;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  --r: 1em;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .1em) 100%,50% calc(100% - var(--r)),0em 100%,0 100%);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - 0.1em), calc(100% - var(--r)) 50%, 100% 0.1em);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl {
    margin-right: 7px;
    margin-bottom: auto;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
  width: auto;
  height: min(5.47vw, 70px);
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
    height: min(10.93vw, 41px);
    max-height: 41px;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}
@media screen and (max-width: 780px){
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}
/*　ヘッダー下　*/
.header-under {
  background-color: #E3E3D3;
  background-image: url(../img/bg-body.png);
  background-repeat: repeat-x;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 780px){
  .header-under {
    margin-top: 40px;
  }
  .mv-box {
    padding-top: 80px;
  }
  .mv {
    margin-top: 25px;
  }
}
.header-under h1 {
  width: 300px;
  margin: 0 auto;
}
/* 各画像 中央寄せ */
.program img {
  margin: 0 auto;
}
.hanjotei-photo img{
  margin: 0 auto 10px;
}
a.a_txt_blue {
  color: #21396C;
}

/*////////////////////////////////// 【SP】 //////////////////////////////////////*/
@media screen and (max-width: 780px){
.pc-only {display:none;}

.catch-box{
	text-align: center;
	margin: 0 auto 20px;
}
/*////////////////////////////////// 【SP】hタグ //////////////////////////////////////*/
h1{
	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】ヘッダー //////////////////////////////////////*/
.mv-box{
	max-width:100%;
	height:auto;
	margin:0 auto;
	text-align: center;
    padding-top: 66px;
}
.mv{
	width: 92%;
	margin:4%;
	text-align:center;
}
/*////////////////////////////////// 【SP】コンテンツ //////////////////////////////////////*/
.contents{
	max-width:760px;
	margin:20px auto 0;
	padding: 15px 15px 10px;
	background-color:#fff;
	z-index: 100;
}
.content-box p{
	line-height:1.5em;
    padding-bottom: 10px;
}
/*////////////////////////////////// 【SP】アクセス //////////////////////////////////////*/
.access{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction:column;
	margin: 15px auto 50px;
	max-width: 100%;
}
.access-left{
	width: 100%;
	text-align: center;
}
.access-right ul{
	padding:15px;
}
/*////////////////////////////////// 【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{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-around;
	padding: 0 0 7px;
}
.actorNav #actorNav1 {
	max-width: 20%;
	padding: 0 2px;
}
.actorNav #actorNav2 {
	max-width: 20%;
	padding: 0 2px;
}
.actorNav #actorNav3 {
	max-width: 20%;
	padding: 0 2px;
}
.actorNav #actorNav4 {
	max-width: 20%;
	padding: 0 2px;
}
.actorNav #actorNav5 {
	max-width: 20%;
	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{
	width: 100%;
	margin: 10px auto 50px;
	padding:30px;
	border: double 10px #D53C2C;	
}
.caution-headline{
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 10px auto;
}
/*////////////////////////////////// 【SP】みどころ案内 //////////////////////////////////////*/
.guide-box{
	margin: 0 auto 50px;	
}
.guide {
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
.guide img {
    margin: 0 auto;
}
.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;
}
.hanjotei{
	font-size:14px;
	max-width: 90%;
	margin: 0 auto 50px;	
}

/*////////////////////////////////// 【SP】リポート //////////////////////////////////////*/
.report{
	max-width: 100%;
	background-color:#21396c;
	margin: 0 auto;
	padding: 0 10px 20px;
	text-align: center;
}
.report-title{
}
.report-inner {
	margin-top: 40px;
	font-size: 90%;
	font-weight: bold;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.report-item{
	margin: 10px auto 0;
}

/*////////////////////////////////// 【SP】マメ //////////////////////////////////////*/
.mame_navi{
	width: 100%;
	margin: 0 auto;
}
.mame-box{
	width: 95%;
	margin: 60px auto;
}
.mame-illust{
	margin: 0;
	text-align: center;
}
.mame-illust img{
    margin: 0 auto 10px;
}
/*アコーディオン*/
.toggle {
	display: none;
}
.Label {
	padding: 1em;
	display: block;
	color: #21396c;
	background:#fff49e;
}
.Label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #21396c;
	border-right: 2px solid #21396c;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	background-color: #fffbe0;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*////////////////////////////////// 【SP】演者詳細 //////////////////////////////////////*/
.act-all {
	width: 100%;
}
.act-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 30px auto 15px;
}
.act-photo{
	width: auto;
	margin:0 auto;
	text-align: center;
}

.act-profile{
		margin: 0 auto;
}
/*////////////////////////////////// 【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;
}
}
/*////////////////////////////////// 【960】 //////////////////////////////////////*/
@media screen and (max-width: 959px){
.mv-over {
	display:none;
}
}

/*///////////////////////////// お知らせ追記　250114更新 /////////////////////////////////*/
.info_250114 {
  max-width: 90%;
  margin: 0 auto;
}
.info_250114 .info_notes {
  margin: 15px 10px 40px;
  color: #d53c2c;
  font-size: 90%;
}
.info_250114 .info_sche {
  margin: 10px;
}
@media screen and (min-width: 781px){
  h2.ttl_info{
	background:url(../img/common-BG-h1-info.png) no-repeat 0 0;
	color: #000;
  }
}

/*///////////////////////////// 動画配信追記　250131更新 /////////////////////////////////*/
.info_250114 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;
  color: #21396c;
}
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 (max-width: 780px){
  h2.ttl_info{
	background: #ffe100;
	color: #000;
  }
  .info_250114 {
    max-width: 100%;
  }
  .info_250114 p.info_btn {
    text-align: center;
  }
  a.eohikarich_btn {
    padding: 10px 40px 10px 20px;
    font-size: 100%;
  }
}
