@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
	font-weight: 600;
	line-height: 1.5em;
	color: #444;
	background: #003526;
}
h1, h2, h3, h4, h5, h6, blockquote, q{
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif !important;
	line-height: 1.25;
	margin: 0 0 .6em;
	font-weight: 700;
	word-wrap: break-word;
}
h3{
	margin-bottom: 5%;
}
h4{
	margin-bottom: 15px;
}
a{
	transition: all 0.3s;
}
a:hover{
	opacity: .7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
/*===================================
 * header
===================================*/
header{
	background: #f2f2f2;
	height: auto;
	padding: 15px 0;
	position: relative;
}
header .logo{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
header h1{
	margin: 0;
}
header h1 img{
	display: inline-block;
    max-height: 50px;
    margin: 0 !important;
}
/*===================================
 * main
===================================*/
main{
	background: #ffd100;
}
/*===================================
 * #kv
===================================*/
#kv{
	margin: 0;
	background: #0a4438;
}
#kv h2 img{
	display: block;
	margin:0 auto;
}
/*===================================
 * #program_info
===================================*/
.program_date{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: #0a4438;
	margin: 5% 10%;
	padding: 30px;
}
.program_date h3{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
.program_date h3 span{
	font-size: 36px;
	display: block;
}
.program_date > div:first-child{
	width: 50%;
}
.program_date .sns_link{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	width: 50%;
	display: flex;
}
.program_date .sns_link > div{
	padding: 1%;
}
.sns_link a{
	display: block;
}
.box_program > p{
	font-size: 18px;
	text-align: center;
}
.box_program > p span{
	display: block;
}
/*===================================
 * #cast
===================================*/
#cast .inner{
	width: 96%;
}
.cast{
	margin: 5% 0;
	text-align: center;
}
.cast h4,
.cast_mc h4{
	color: #000;
	display: block;
	font-size: 20px;
	margin-bottom:  30px !important;
	text-align: center;
	width: 100%;
}
.cast h4 img,
.cast_mc h4 img{
	height: 60px;
}
.cast h4 span,
.cast_mc h4 span{
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.cast > p{
	margin: 30px 0;
}
.cast h5{
	font-size: 22px;
	margin: 2% 0 4% 0;
}
.cast_mc.mc h5{
	text-align: center;
	font-size: 20px;
}
.cast ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.cast ul li{
	margin: 1%;
	width: 31.333%;
	padding: 1%;
	background: #fff;
}
.cast_mc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 5%;
	padding: 0;
	width: 90%;
}
.cast_mc ul{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.cast_mc ul li{
	margin: 0 1%;
	width: 30%;
}
.cast ul li > div,
.cast_mc ul li > div{
	position:relative;
}
.cast ul li div p,
.cast_mc ul li div p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
p.profile{
	text-align: left;
}
/*===================================
 * #present
===================================*/
.present{
	background: #fff;
	border: 5px solid #06453d;
	border-radius: 10px;
	margin: 5% 10%;
	padding: 5%;
}
.present h4{
	color: #000;
	font-size: 20px;
	margin-bottom: 30px !important;
	text-align: center;
}
.present h4 img{
	height: 60px;
}
.present h4 span{
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.present p{
	margin: 0;
	text-align: center;
}
.box_present{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_present > div{
	width: 49%;
}
.box_present > div p{
	margin-top: 10px;
	text-align: left !important;
}
span.hashtag{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}
p.notes{
	font-size: 14px;
}
.tw_link{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5%;
}
.tw_link > div:first-child{
	width: 15%;
}
.tw_link > div:last-child{
	padding-left: 2%;
	width: 85%;
}
.tw_link img{
	width: 100%;
}
.tw_link p{
	margin: 0 !important;
}
.tw_link a{
	color: #000;
	display: inline-block;
	text-decoration: underline;
}
.campaign_end{
	color: #fb1c65;
	margin-top: 40px !important;
	font-size: 24px;
	line-height: 1.4;
}
/*===================================
 * #live_info
===================================*/
.watch_link{
	border: 5px solid #0a4438;
	margin: 5% 10% ;
	text-align: center;
	background: #fff;
	position: relative;
}
.watch_link .label{
	display: none !important;
	position: absolute;
	top: -20%;
	left: -8%;
	height: auto;
	width: 160px;
}
.watch_link h4{
	background: #0a4438;
	color: #fff;
	font-size: 30px;
	padding: 5px 0 10px;
}
.watch_link h4 span{
	font-size: 20px;
	display: block;
	margin-top: 4px;
}
.watch_link .sns_live{
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px;
}
.watch_link .sns_live h5{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.watch_link .sns_live > div{
	margin: 0 1%;
	width: 40%;
}
.watch_link .sns_live > div img{
	display: block;
	margin-bottom: 15px;
}
.sns_live a{
	color: #0a4438;
}
.watch_link > p{
	font-size: 24px;
	margin-bottom: 30px;
}
/*===================================
 * official_link
===================================*/
.official_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10% 20% 0;
	padding: 0 0 10%;
}
.official_link > div{
	margin: 0 1%;
	width: 48%;
}
/*===================================
 * footer
===================================*/
footer{
	background: #06453d;
	padding: 30px 0 5px !important;
	text-align: center;
}
footer p{
	color: #fff;
	font-size: 14px !important;
	font-weight: 400;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}
.footer_sns{
	margin-bottom: 30px;
}
.footer_sns ul{
	display: flex;
	justify-content: center;
}
.footer_sns ul li{
	margin: 0 5px;
}
.footer_sns ul li a img{
	width: 50px;
}
.copyright{
	margin: 1em 0;
}
/*===================================
 * media query 
===================================*/
@media screen and (min-width: 1200px){
	main{
		margin: 0 auto;
		width: 1200px !important;
	}
	.inner{
		margin: 0 auto;
		width: 100%;
	}
}
@media screen and (min-width: 769px){
	.only_sp{
		display: none !important;
	}
	.label_sp{
		display: none !important;
	}
	main{
		margin: 0 auto;
		width: 100%;	
	}
	#kv h2 img{
		width: 100%;
	}
	.inner{
		margin: 0 auto;
		width: 90%;
	}
	.cast > p span{
		display: block;
	}
}
@media screen and (max-width: 768px){
	.only_pc{
		display: none !important;
	}
	.label{
		display: none !important;
	}
	.label_sp{
		display: none;
		text-align: center;
	}
	.label_sp img{
		display: block;
		margin: 0 auto;
		width: 60%;
	}
	main{
		margin: 0 auto;
		width: 100%;	
	}
	.inner{
		margin: 0 auto;
		width: 90%;
	}
	.program_date{
		display: block;
		margin: 10% 0 5%;
		padding: 15px;
	}
	.program_date .sns_link{
		padding: 5px;
	}
	.program_date > div{
		width: 100% !important;
	}
	.program_date h3{
		margin: 0 0 30px;
		text-align: center;
	}
	.box_program > p{
		text-align: left;
	}
	.box_program > p span{
		display: inline;
	}
	#cast{
		margin: 10% 0;
	}
	.cast{
		margin-bottom: 10%;
	}
	.cast ul,
	.cast_mc ul{
		display: block;
	}
	.cast ul li{
		padding: 15px;
	}
	.cast ul li,
	.cast_mc ul li{
		margin: 0;
		width: 100%;
	}
	.cast ul li + li,
	.cast_mc ul li + li{
		margin-top: 10%;
	}
	.cast > p{
		text-align: left;
	}
	.cast_mc{
		margin: 0;
		width: 100%;
	}
	.present{
		margin: 10% 5%;
		padding: 15px;
	}
	.present h4{
		margin-bottom: 15px;
	}
	.box_present{
		display: block;
	}
	.box_present > div{
		width: 100%;
	}
	.box_present > div:last-child{
		margin-top: 15px;
		padding-left: 0;
	}
	#live_info{
		margin: 5% 0 10%;
	}
	.watch_link{
		margin: 5% 0;
		position: relative;
	}
	.watch_link h4{
		font-size: 20px;
	}
	.watch_link .sns_live{
		display: block;
		padding: 15px;
	}
	.watch_link .sns_live > div{
		margin: 0;
		width: 100%;
	}
	.watch_link .sns_live > div + div{
		margin-top: 30px;
	}
	.watch_link > p{
		font-size: 20px;
		line-height: 1.5em;
	}
	.watch_link > p span{
		display: block;
	}
	.official_link{
		display: block;
		margin: 0;
	}
	.official_link > div{
		margin: 0;
		width: 100%;
	}
	.official_link > div + div{
		margin-top: 5%;
	}
	.watch_link h4 span{
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (min-width:481px){
	.cast_mc ul li{
		margin: 0 auto;
		width: 60%;
	}
	.watch_link .sns_live > div{
		margin: 0 auto;
		width: 60%;
	}
	.official_link > div{
		margin: 0 auto !important;
		width: 60% !important;
	}
}
