@charset "utf-8";
/* CSS Document */
/*広告バナー*/
.y_banner_pc {
	text-align: center;
	width: 745px;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.y_banner_pc p {
	font-size: 12px;
}
.bn_pc {
	text-align: center;
}

/*スマホサイズ*/
@media screen and (min-width: 745px) {
.y_banner_sp {
	display: none;
}
}

@media screen and (max-width: 745px) {
.y_banner_sp {
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}
}

@media screen and (max-width: 760px) {
.y_banner_pc {
	display: none;
}
.bn_pc {
	display: none;
}
}

@media screen and (max-width: 640px) {
.br-pc {
	display: none;
}
}

@media screen and (min-width: 640px) {
.br-sp {
	display: none;
}
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
a:hover img.imghover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
video {
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0;
	margin: 0;
}
#header {
	background: #2a3258;
	border-radius: 8px;
	color: #eaeb10;
	font-size: 13px;
	margin: 0;
	padding: 10px 15px;
	position: fixed;
	top: 15px;
	right: 10px;
	z-index: 10;
}
#header a {
	color: #eaeb10;
}

@media screen and (max-width: 800px) {
#header {
	background: #2a3258;
	border-radius: 0;
	color: #eaeb10;
	font-size: 11px;
	margin: 0;
	padding: 10px 15px;
	/*position: static;*/
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 33;
	width: 100%;
}
}
#head_sns {
	position: fixed;
	top: 10px;
	right: 220px;
	z-index: 10;
}

@media screen and (max-width: 800px) {
#head_sns {
	display: none;
}
}
h1 {
	padding: 20px;
	text-align: left;
}
h1 img {
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width: 965px) {
h1 {
	padding: 20px;
	text-align: center;
}
}

h1.pc_block{
		display: block;
	}
	h1.sp_block{
		display: none;
	}

@media only screen and (max-width: 800px) {
	h1.pc_block{
		display:none;
	}
	
	h1.sp_block{
		display: block;
		text-align: left;
	}
}

.lead {
	text-align: center;
	font-size: 14px;
	margin: auto;
	width: 90%;
}
.js_alert {
	background: #DB0003;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	margin: 50px auto;
	padding: 15px 0;
	text-align: center;
}
/*トップ枠*/
.top_wrap {
	background: #2a3258 url(../img/recommend_bg.png) top center;
	margin: 0 auto 0;
	padding: 20px 0 0;
	width: 100%;
}
/*.top_inner{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	flex-direction: row-reverse;
	justify-content:space-around;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}*/
.top_img {
	max-width: 800px;
	margin: auto;
}
.top_img img {
}
.top_play {
	position: relative;
}
img.play_btn {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:2;
}
.top_img h2 {
	background: #080a12 /*url(../img/top_mark.png) 10px center no-repeat*/;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
}
.top_img h2 span {
	font-size: 18px;
	font-weight: normal;/*margin-left: 15px;*/
}


@media only screen and (max-width: 800px) {
.top_wrap {
	padding:140px 0 0;

}
}


@media screen and (max-width: 640px) {
.top_img h2 {
	text-align: left;
	font-size: 15px;
}
}

/*img.tt_logo{
margin-right: 2px;
width: 54px;
}*/

/*.twitter{
width: 300px;
margin: 5px 0;
}*/
@media screen and (max-width: 965px) {
/*.twitter{
max-width: 650px;
width:95%;
margin: 5px auto;
}*/
/*.top_inner{
display: block;
}*/
}
/*スライドキャプション文字箇所*/
.sp-slide p {
	text-align: center;
}
.sp-slide p span {
	font-size: 20px;
}

@media screen and (max-width: 800px) {
.sp-slide p span {
	font-size: 11px;
}
}
/*プレゼント企画*/
.present {
	background: #E63082;
	color: #FFFFFF;
	margin: 0 0 40px;
	padding: 20px 0;
	text-align: center;
}
.present-inner {
	max-width: 900px;
	margin: auto;
	padding: 0 10px;
	text-align: left;
}
.present span {
	font-size: 20px;
	font-weight: bold;
}
/*ボタン*/
a.oubo_btn {
	background: #FFE500;
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	color: #000000;
	display: block;
	font-size: 15pt;
	font-weight: bold;
	margin: 5px auto 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	max-width: 300px;
	width: 90%;
}
a.oubo_btn:hover {
	background: #FFFE66;
	text-decoration: none;
}
/*PR動画*/
.pr_movie {
	margin: 30px auto;
	border-top: 1px solid #000000;
	padding: 50px 0 0;
}
.pr_movie ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pr_movie ul li {
	display: block;
	margin: 10px 0;
	width: 33%;
}
video {
	width: 100%;
}

@media screen and (max-width: 800px) {
.pr_movie ul li {
	display: block;
	margin: 10px 0;
	width: 100%;
}
}
/*見出し*/
h3.live {
	background: #e7e7e4;
	text-align: center;
	padding: 20px 0;
}
h3.catchup {
	background: #ed6ca6;
	padding: 20px 0;
	text-align: center;
}

h3.news {
	background: #FFD131;
	padding: 20px 0;
	text-align: center;
}
h3.program {
	background: #0068b7;
	height: 20px;
	text-align: center;
}
h3.program2 {
	background: #087ed7;
	padding: 20px 0;
	text-align: center;
}
h3.sports {
	background: #e7e7e4;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

h3.wiz {
	background: #70E5A6;
	padding: 20px 0;
	text-align: center;
}
h3 img {
	width: 96%;
	max-width: 348px;
}
/*h3.sakura{
background: #ffdbdb;
padding: 10px 0;
text-align: center;
}
h3.fuchigami{
background: #ffdbdb;
padding: 10px 0;
text-align: center;
}
h3.ff{
background: #c8bddc;
padding: 10px 0;
text-align: center;
}
h3.ff2{
background: #f5f0ff;
border-radius: 10px;
padding: 5px 0;
text-align: center;
}

#ff h4 {
	text-align: center;
	/*border-top: 1px dashed #51318F;*/
	margin: 1em 0;
	font-weight: bold;
	color: #51318F;
	font-size: 1.1em;
	padding: 5px 1em;
}
#ff h4 img {
	max-width: 250px;
	width: 100%;
}*/
/*live配信枠*/
.live-distribution {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 860px;
	/*	border-bottom: 1px solid #969696;*/
	margin: 0 auto 30px;
	padding: 0 0 10px;
}
.live-distribution div.live-left {
	margin: 10px;
	width: 400px;
}
.live-distribution h4 img {
	max-width: 400px;
}
.live-distribution div.live-right {
	margin: 10px;
	width: 420px;
}
.live-distribution div.live-right dd {
	margin: 10px;
}
.live-distribution p.live {
	font-weight: bold;
}
.live-distribution p.time {
	font-weight: bold;
	padding: 15px 0;
}
.live_tit {
	background: #F8F8F8;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px;/*border-left: 1px solid #0068B7;*/
}

@media screen and (max-width:996px) {
.live-distribution {
	justify-content: center;
}
.live-distribution h4 {
	text-align: center;
}
}
.live_txt {
	border: 1px solid #ACACAC;
	padding: 10px;
}
.intro {
	margin: 10px auto;
	padding: 25px 0 10px;
	max-width: 1000px;
	text-align: center;
}
.free_txt {
	color: #ed6ca6;
}
.free {
	text-align: center;
	color: #ed6ca6;
	padding: 2px 5px;
	width: 80px;
	margin: 0 auto;
}
.pink {
	border: 1px solid #ed6ca6;
	color: #ed6ca6;
}
.blue {
	border: 1px solid #0068b7;
	color: #0068b7;
}
.red {
	background: #CF0003;
	border: 1px solid #CF0003;
	color: #FFF;
}
.intro span {
	border-bottom: 1px dashed #000000;
	font-size: 13px;
}

@media screen and (max-width: 700px) {
.intro {
	margin: 10px auto;
	padding: 10px;
}
}
/*各番組リスト枠*/
div.programlist {
	/*max-width: 1000px;*/
	width: 100%;
	margin: 30px auto;
}
/*各番組ボタン*/
ul.contents {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
ul.contents li {
	margin: 10px 2px 30px;
	width:320px
}
ul.contents li dt {
	position: relative;
}
ul.contents li dt img {
	width: 100%;
}
ul.contents li dt img.play_btn_s {
	width: 79px;
	height: 79px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
ul.contents li dd {
	font-size: 13px;
	padding: 3px 5px;
}
ul.contents li dd.update {
	background: #0068b7;
	color: #FFFFFF;
}

/*@media screen and (max-width: 770px) {
ul.contents li {
margin: 10px 3px 30px;
width: 22%;
}
}*/
@media screen and (max-width: 640px) {
ul.contents li {margin: 10px 5px 30px;width:100%;max-width:480px;}
}
/*右側再生リスト用*/
.live-right ul.contents li {
	width: 31%;
}

@media screen and (max-width: 640px) {
.live-right ul.contents li {
	margin: 10px 5px 30px;
	width: 45%;
}
}
/*見逃し配信リスト*/
ul.contents li dd.m_title {
	color: #e63082;
	font-weight: bold;
}
ul.contents li dd.term {
	color: #0068b7;
	font-size: 0.8em;
}
/*ボトムメニュー*/
.btm_nemu {
	border-top: 1px solid #000000;
	margin: 30px auto 0;
	padding: 40px 0;
	text-align: center;
}
.btm_nemu ul li {
	border-right: 1px solid #000;
	display: inline;
	text-align: center;
	padding: 5px 15px;
}
.btm_nemu ul li:first-child {
	border-left: 1px solid #000;
}

@media screen and (max-width: 640px) {
.btm_nemu ul li {
	font-size: 14px;
	padding: 5px 8px;
}
}
/*リンクエリア*/
.link_area {
	padding: 20px 0;
	text-align: center;
}
.link_area ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.link_area ul li {
	font-size: 12px;
	margin: 0 3px;
	padding: 5px 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
.link_area ul li img {
	width: 120px;
}
}
/*許諾*/
.authentication {
	background: #475572;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}
.authentication ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.authentication ul li {
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
	width: 200px;
}
.authentication ul li img {
	width: 100px;
}
/*====
フッター
====*/
#footer {
	background: #2a3258;
	color: #ffffff;
	position: relative;
	padding: 20px 0;
	text-align: center;
	z-index: 2;
}
#footer p {
	padding: 15px 0;
}
/*rcc.jp RCCCPLAY新着と同じcss*/
.rccplay2 {
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
}
.rccplay2 h3 {
	color: #ED6CA6;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.rccplay2 ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
}
.rccplay2 ul li {margin: 1px;width:250px;}
.rccplay2 ul li dt {
	margin-bottom: 5px;
}
.rccplay2 ul li dd {
	font-size: 13px;
}
.rccplay2 ul li img.play_btn_s {
	display: none;
}
.rccplay2 ul li img {
	width: 100%;
}
.rccplay2 ul li img.tt_logo {
	margin-right: 2px;
	width: 54px;
}

@media only screen and (max-width: 737px) {
.rccplay2 ul li {width:100%;max-width:480px;}
.rccplay2 ul li img {
	width: 100%;
}
.rccplay2 ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}
/*RCC PLAY横並*/


@media only screen and (max-width:818px) {
.rccplay3 ul li {
	width: 45%;
}
.rccplay3 ul li img {
	width: 100%;
}
.rccplay3 ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}
/*リリドラ用*/
.rccplay4 {
	margin: 0 auto;
	padding: 25px 0;
	padding-top: 0;
	width: 100%;
	background: url(../img/back_logo.gif);
}
.rccplay4 h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 6px;
	background: #DCD8D8;
	text-align: center;
	height: 78px;
	line-height: 78px;
	box-sizing: border-box;
}
.rccplay4 h3 img {
	max-width:586px;
	margin-top: 0;
	margin-bottom: 7px;
}
.rccplay4 ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
}
.rccplay4 ul li {margin: 1px;width:280px;box-sizing: border-box;padding: 15px;background: #FFF;}
.rccplay4 ul li dt {
	margin-bottom: 5px;
}
.rccplay4 ul li dd {
	font-size: 13px;
}
.rccplay4 ul li img.play_btn_s {
	display: none;
}
.rccplay4 ul li img {
	width: 100%;
}

@media only screen and (max-width: 737px) {
.rccplay4 ul li {width:100%;max-width:480px;}
.rccplay4 ul li img {
	width: 100%;
}
.rccplay4 ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}

@media only screen and (max-width:480px) {
.rccplay4 h3 {
	height: 56px;
	line-height: 56px;
}
.rccplay4 h3 img {
	vertical-align: middle;
}
}

@media only screen and (max-width:380px) {
.rccplay4 h3 {
	height: 42px;
	line-height: 42px;
}
}
/*LOVE GREEN*/
.rccplay5 {
	margin: 0 auto;
	padding: 25px 0;
	padding-top: 0;
	width: 100%;
	background: url(../img/lovegreen_bg2.gif);
}
.rccplay5 h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 6px;
	background: #BDD392;
	text-align: center;
	height: 78px;
	line-height: 78px;
	box-sizing: border-box;
}
.rccplay5 h3 img {
	max-width: 550px;
	margin-top: 0;
	margin-bottom: 9px;
}
.rccplay5 ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
}
.rccplay5 ul li {margin: 1px;width:280px;box-sizing: border-box;}
.rccplay5 ul li dt {
	margin-bottom: 5px;
}
.rccplay5 ul li dd {
	font-size: 13px;
}
.rccplay5 ul li img.play_btn_s {
	display: none;
}
.rccplay5 ul li img {
	width: 100%;
}
#lovegreen ul li:nth-child(n+11) {
	display: none;
}

@media only screen and (max-width: 737px) {
.rccplay5 ul li {width:100%;max-width:480px;}
.rccplay5 ul li img {
	width: 100%;
}
.rccplay5 ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}

@media only screen and (max-width:480px) {
.rccplay5 h3 {
	height: 56px;
	line-height: 56px;
}
.rccplay5 h3 img {
	vertical-align: top;
}
}

@media only screen and (max-width:380px) {
.rccplay5 h3 {
	height: 42px;
	line-height: 42px;
}
}
/*ひろしま 戦前の風景 #prewar-film*/
#prewar-film {
	padding: 0 0 25px !important;
}
#prewar-film h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 6px;
	background: #087ed7;
	text-align: center;
	height: 78px;
	line-height: 78px;
	box-sizing: border-box;
}
#prewar-film h3 img {
	max-width: 512px;
	vertical-align: middle;
}
#prewar-film ul li:nth-child(n+6) {
	display: none;
}
/*ul.scoop li {
	background: #FFFFFF;
	position: relative;
	text-align: center;
	border: 1px solid #6E6E6E;
	border-radius: 10px;
	overflow: hidden;
	margin: 3px;
	width: 24%;
	max-width: 400px;
}
ul.scoop li dt {
	overflow: hidden;
}
ul.scoop li dd {
	padding: 0 10px;
	font-size: 15px;
	text-align: left;
}
ul.scoop li dd.scoop_douga {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
ul.scoop li dd img.play_btn_s {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}*/

@media screen and (max-width: 800px) {
ul.scoop li {
	width: 48%;
	max-width: 100%;
}
}

@media screen and (max-width: 480px) {
ul.scoop li {
	width: 100%;
}
}
/*サンフレッチェ sanfrecce*/
#sanfrecce {
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
}
#sanfrecce h3 {
	color: #ED6CA6;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#sanfrecce ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
}
#sanfrecce ul.m_sanfrecce li {margin: 1px;width:280px;}
#sanfrecce ul li dt {
	margin-bottom: 5px;
}
#sanfrecce ul li dd {
	font-size: 13px;
}
#sanfrecce ul li img.play_btn_s {
	display: none;
}
#sanfrecce ul li img {
	width: 100%;
}

@media only screen and (max-width: 737px) {
#sanfrecce ul li {width:100%;max-width:480px!important;}
#sanfrecce ul li img {
	width: 100%;
}
#sanfrecce ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}
#sanfrecce ul.m_sanfrecce li:nth-child(n+5) {
	display: none;
}
#sanfrecce ul.tv_sanfrecce li {margin: 1px;width:250px;}
#sanfrecce ul.tv_sanfrecce li:nth-child(n+6) {
	display: none;
}
/*peace 平和コンテンツ*/
.rccplay7 {
	margin: 0 auto;
	padding: 25px 0;
	padding-top: 0;
	width: 100%;
	background: url("../img/peace_bg.jpg");
}
.rccplay7 h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 6px;
	background: #2fb8f1;
	text-align: center;
	height: 78px;
	line-height: 78px;
	box-sizing: border-box;
}
.rccplay7 h3 img {
	max-width: 541px;
	margin-top: 0;
	margin-bottom: 7px;
}
.rccplay7 ul {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
}
.rccplay7 ul li {
	margin: 1px;
	width:320px
	box-sizing: border-box;
	padding: 15px;
	background: #FFF;
}
.rccplay7 ul li dt {
	margin-bottom: 5px;
}
.rccplay7 ul li dd {
	font-size: 13px;
}
.rccplay7 ul li img.play_btn_s {
	display: none;
}
.rccplay7 ul li img {
	width: 100%;
}

@media only screen and (max-width: 737px) {
.rccplay7 ul li {
	width: 45%;
}
.rccplay7 ul li img {
	width: 100%;
}
.rccplay7 ul li img.play_btn_s {
	position: absolute;
	top: 25%;
	left: 50%;
}
}

@media only screen and (max-width:480px) {
.rccplay7 h3 {
	height: 56px;
	line-height: 56px;
}
.rccplay7 h3 img {
	vertical-align: top;
}
}

@media only screen and (max-width:380px) {
.rccplay7 h3 {
	height: 42px;
	line-height: 42px;
}
}
/*カーロ
ul.max_04 li:nth-child(n+7){display:none;}
*/

.saigai_vod {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	justify-content: center;
	flex-wrap: wrap;
	margin: 15px 0;
}
.saigai_vod li {
	width: 350px;
	margin: 5px;
}
.saigai_vod dt {
	font-weight: bold;
}
.saigai_vod dt img {
	padding-bottom: 10px;
}
.saigai_vod p.kikan {
	background: #F4F4F4;
	font-size: 12px;
	padding: 3px;
}
.saigai_live {
	max-width: 650px;
	margin: 30px auto;
	text-align: center;
}
.saigai_live h2 {
	font-size: 20px;
	font-weight: bold;
}
.saigai_live p {
	font-size: 13px;
}
/*式典*/
.shikiten_douga {
	background: rgba(0,0,0,0.9);
	border-radius: 15px;
	border: 2px solid #ECECEC;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	margin: 50px auto 10px auto;
	text-align: center;
	max-width: 800px;
	padding: 10px;
}
/*youtubeレスポンシブ*/
.movie-wrap {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Pちゃんおすすめ*/
/*.recommend_p{
	position: relative;
	margin: -90px 2px 30px!important;
}

.recommend_p:before{
	content: "";
	display: inline-block;
	width:100%;
	height:90px;
	background: url(../img/recommend_ic.png) no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}
*/

.recommend_p {
	border: 3px solid #F6E927;
	background: #F6E927;
	box-sizing: border-box;
}
.recommend_p dd.m_title {
	padding: 3px 10px;
}

/*.recommend_p dd.m_title{
	color: #FFF448!important;
}*/

.recommend_p .tt_logo {
	margin: 0 0 10px 0;
}
.recommend_p {
	position: relative;
}
.reccomend_p_ic{
	max-width:85px;
	position: absolute;
	z-index:1;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 480px) {
.reccomend_p_ic{
	max-width:70px;
	top: -40px;
}
}


/*yoshimoto*/
.rccplay8 {margin: 0 auto;padding:0 0 25px 0;width: 100%;}
.rccplay8 h3 {margin: 0 auto; padding:15px 0; background:#F6E927;text-align: center;box-sizing: border-box;}
.rccplay8 h3{margin-top:0;margin-bottom:15px;padding-top: 0;padding-bottom: 6px;background:#F6E927;text-align: center;height: 78px;line-height: 78px;box-sizing: border-box;}
.rccplay8 h3 img {max-width:512px;vertical-align:middle;}
.rccplay8 ul {margin-top:30px;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;justify-content: center;flex-wrap: wrap;}
.rccplay8 ul li {margin: 1px;width:240px;background: #FFF;}
.rccplay8 ul li dt {margin-bottom: 5px;}
.rccplay8 ul li dd {font-size: 13px;}
.rccplay8 ul li img.play_btn_s {display: none;}
.rccplay8 ul li img {width: 100%;}
/*
@media only screen and (max-width: 737px) {
.rccplay8 ul li {width: 45%;}
.rccplay8 ul li img {width: 100%;}
.rccplay8 ul li img.play_btn_s {position: absolute;top: 25%;left: 50%;}
}*/

@media only screen and (max-width: 640px) {
.rccplay8 ul li {margin: 10px 5px 30px;
    width: 100%;
    max-width: 480px;}
}


@media only screen and (max-width:480px) {
.rccplay8 h3 {height: 56px;line-height: 56px;}
.rccplay8 h3 img{vertical-align:middle;}
}

@media only screen and (max-width:380px) {
.rccplay8 h3 {height: 42px;line-height: 42px;}
}

/*kagaya*/
.rccplay9 {margin: 0 auto;padding:0 0 25px 0;background: url("../img/kagaya_bg.jpg");width: 100%;}
.rccplay9 h3 {margin: 0 auto; padding:15px 0; background:#333;text-align: center;box-sizing: border-box;}
.rccplay9 h3{margin-top:0;margin-bottom:15px;padding-top: 0;padding-bottom: 6px;background:#333;text-align: center;height: 78px;line-height: 78px;box-sizing: border-box;}
.rccplay9 h3 img {max-width:487px;vertical-align:middle;}
.rccplay9 ul {margin-top:30px;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;justify-content: center;flex-wrap: wrap;}
.rccplay9 ul li {margin: 1px;width:320px;background: #FFF;}
.rccplay9 ul li dt {margin-bottom: 5px;}
.rccplay9 ul li dd {padding:6px;font-size:13px;text-align:center;font-weight:700;box-sizing:border-box;}
.rccplay9 ul li img.play_btn_s {display: none;}
.rccplay9 ul li img {width: 100%;}

@media only screen and (max-width: 737px) {
.rccplay9 ul li {width: 45%;}
.rccplay9 ul li img {width: 100%;}
.rccplay9 ul li img.play_btn_s {position: absolute;top: 25%;left: 50%;}
}

@media only screen and (max-width:480px) {
.rccplay9 h3 {height: 56px;line-height: 56px;}
.rccplay9 h3 img{vertical-align:middle;}
}

@media only screen and (max-width:380px) {
.rccplay9 h3 {height: 42px;line-height: 42px;}
}

.gototop {position:fixed;bottom:10px;right:10px;z-index: 999;  }

.gototop a{
	width: 50px;
    height: 50px;
    display: table;
    background: rgba(42,50,88,0.70);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a:hover{
    background: rgba(42,50,88,1.0);
}


/*===========
2019 nav追加
====================*/
h1.title_s{
	padding: 57px 0 20px!important;/*style上書き*/
}

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding:35px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top:23px;
    width:40px;
    height:40px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height:5px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
	background: #E63082;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
	background: #B1B1AB;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
	background: #0068B7;
}


#global-nav {
	display: none;
}

@media only screen and (max-width: 800px) {

	  #top-head,
    .inner {
        width: 100%;
        /*padding: 0;*/
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		z-index: 3;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height:71px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(17,22,43,0.70);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		display: block;
		margin-top: 10px;
		z-index: 75;
/*メニュー内スクロールする場合は下記を追記
	overflow-y: scroll;
		height:500px;*/
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
			
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
	
	#top-head #global-nav ul li a:hover,#top-head #global-nav ul li a:active,
    #top-head.fixed #global-nav ul li a:hover,#top-head.fixed #global-nav ul li a:active{
		color: #eaeb10;
	}
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}