<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================
 共通
============================================= */
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, font, 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 {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	color: #333;
	font-size: 0.88rem;
	line-height: 1.5;
	font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
 background-image: url("../../img/chara01.png"),url("../../img/chara02.png") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: bottom 0 left 120px,bottom 0 right 160px !important;
    background-attachment: fixed,fixed;
    background-color: #FFFDDA;
}
/*body:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background: transparent url("../../img/pc/bg_w.png") center center repeat-y;
	z-index: -1;
}*/
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p, dl + p {
	margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a {
	overflow: hidden;
	outline: none;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #2da7e3;
	text-decoration: none;
}
/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp {
	display: none;
}
.txt_center {
	text-align: center;
}
@media screen and (min-width:426px) {
	.smp_none425 {
		display: none;
	}
}
/* =============================================
 ヘッダー
============================================= */
.header {
	position: relative;
	display: block;
	clear: both;
	background-color: #9de4f5;
	background-image:url("../../img/common/bg_default.png");
    background-position: center;
	border-bottom: 3px solid #ffd942;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 7px;
	text-align: left;
	color: #fff;
	z-index: 5;
	overflow: hidden;
}
h1 {
	margin-top: -0.25em;
	font-family: DS-akari;
	font-size: 2.6rem;
	line-height: 1.2;
	color: #072e66;
	letter-spacing: -2px;
	text-shadow:
		2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.header span {
	font-size: 1.5rem;
}
.header .logo {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.header_inner {
	display: table;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100px;
}
.header_inner:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.header_left {
	display: table-cell;
	vertical-align: middle;
}
.header_right {
	width: 100%;
	display: table-cell;
	/*text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);*/
	vertical-align: middle;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* -------------------------------------------
 ヘッダー - SNS
------------------------------------------- */
.header-sns {
	width: 80%;
	margin: 60px auto 0;
	background: #072e66;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	text-align: right;
	color: #fff;
}
.header-sns:after {
	display: inline-block;
	content: "シェアする";
	width: 33.3%;
	height: 40px;
	margin-top: -0.7em;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
}
.contents_main .header-sns ul {
	width: 66.6%;
	margin: 0;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.contents_main .header-sns li {
	width: 50%;
	padding: 0;
	background: none;
	box-sizing: border-box;
	position: static;
	display: inline-block;
}
.contents_main .header-sns li a {
	display: block;
	text-indent: 120%;
	height: 60px;
}
.contents_main .header-sns li:after {
	content: none;
}
.contents_main .header-sns li + li {
	margin-top: 0;
	border-left: 2px solid #ccc;
}
.header-sns a {
	display: block;
	box-sizing: border-box;
	transition: all 0.2s;
}
/*.header-sns a:hover{
	transform: translate(0,-5px);
}*/
.sns-facebook a {
	background: #fff url("../../../../template/img/pc/icon_facebook.png") center center no-repeat;
}
.sns-facebook a:hover {
	background: #1877f2 url("../../../../template/img/pc/icon_facebook_w.png") center center no-repeat;
}
.sns-twitter a {
	background: #fff url("../../../../template/img/pc/icon_twitter.png") center center no-repeat;
}
.sns-twitter a:hover {
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") center center no-repeat;
}
.sns-x a {
    background: #fff url("../../../../template/img/pc/icon_x_b.png") center center no-repeat;
}
.sns-x a:hover {
    background: #000 url("../../../../template/img/pc/icon_x.png") center center no-repeat;
}
.sns-line a {
	background: #fff url("../../../../template/img/pc/icon_line.png") center center no-repeat;
}
.sns-line a:hover {
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") center center no-repeat;
}
/* -------------------------------------------
 ヘッダー - 放送時間
------------------------------------------- */
.header-time {
	width: 100%;
	color: #ff67c9;
	font-size: 1.8rem;
	border-top: 2px solid #94c5cb;
	padding-top: 5px;
    margin-top: 10px;
	line-height: 1.0;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow:
		2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.header-time span {
	display: inline-block;
	font-size: 1.3rem;
	color: #ff67c9;
}
.header-time span.eng {
    font-size: 1.25em;
    position: relative;
    top: 0.05em;
    margin: 0 0.1em;
}
.header-time span.caution {
	font-size: 1.0rem;
}
/* =============================================
 info
============================================= */
.info {
	position: relative;
	border-bottom: 3px solid #ccc;
	color: #000;
	z-index: 5;
	background-repeat: repeat;
	background-color: #fdc5f8;
}
.info_1 {
	background-image: url("../../../../template/img/pc/info_bg1.png");
}
.info_2 {
	background-image: url("../../../../template/img/pc/info_bg2.png");
}
.info_3 {
	background-image: url("../../../../template/img/pc/info_bg3.png");
}
.info_4 {
	background-image: url("../../../../template/img/pc/info_bg4.png");
}
.info_5 {
	background-image: url("../../../../template/img/pc/info_bg5.png");
}
.info_6 {
	background-image: url("../../../../template/img/pc/info_bg6.png");
}
.info_7 {
	background-image: url("../../../../template/img/pc/info_bg7.png");
}
.info_8 {
	background-image: url("../../../../template/img/pc/info_bg8.png");
}
.info_9 {
	background-image: url("../../../../template/img/pc/info_bg9.png");
}
.info_10 {
	background-image: url("../../../../template/img/pc/info_bg10.png");
}
.info_11 {
	background-image: url("../../../../template/img/pc/info_bg11.png");
}
.info_12 {
	background-image: url("../../../../template/img/pc/info_bg12.png");
}
.info_13 {
	background-image: url("../../../../template/img/pc/info_bg13.png");
	background-repeat: repeat-x;
}
.info_14 {
	background-image:url("../../img/common/dot.png")
}
.info_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
.info_inner:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* -------------------------------------------
 ヘッダー - 出演者情報
------------------------------------------- */
.info-txt {
	/*background: url("../../img/bg_koi.png") no-repeat;
  background-position: 85% 90%;*/
	width: 320px;
	padding: 20px 0 20px 20px;
	display: block;
	box-sizing: border-box;
}
.info-txt:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.info-txt_inner {
	width: 49%;
	float: left;
	padding-left: 1%;
}
.info-txt dl {
	margin-bottom: 15px;
}
.info-txt dl:last-child {
	margin-bottom: 0;
}
.info-txt dt {
	display: block;
	padding-left: 24px;
	margin-bottom: 5px;
}
.info-txt dd {
	padding-left: 0px;
}
.info-txt .mc dt {
	background: url(../../img/common/icon_mike.png) no-repeat;
}
.info-txt .guest dt {
	background: url(../../img/common/icon_human.png) no-repeat;
}
.info-txt .progres dt {
	background: url(../../img/common/icon_progres.png) no-repeat;
}
.info-txt .no_margin {
	margin-bottom: 0;
}
.info-txt span {
	white-space: nowrap;
}
/* -------------------------------------------
 ヘッダー - ビデオ（画像）
------------------------------------------- */
.info-video {
	width: 680px;
}
.info-video iframe {
	width: 680px;
	height: 383px;
	display: block;
}
.info-video img {
	display: block;
	width: 680px;
	height: auto;
}
.info-img {
	width: 680px;
}
.info-img img {
	width: 100%;
}
.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =============================================
 contents
============================================= */
.contents {
	width: 1000px;
	margin: 0 auto;
}
.contents:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main {
	width: 680px;
	float: left;
	padding: 25px 20px 60px 0;
	/*background: #fff url("../../img/pc/bg.png") left center repeat-y;*/
	/*background: #fff url("../../img/pc/test.png") left center repeat;*/
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.box_title {
	/*border-top: 3px solid #ffd942;
	border-bottom: 3px solid #ffd942;*/
	padding: 15px 20px;
	background-color: #9de4f5;
	/*background-image:url("../../img/common/bg_default.png");*/
	background-repeat: repeat;
	font-family: 'Roboto','DS-akari';
    font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.1;
	/*text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);*/
	color: #072e66;
	text-shadow:
		2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.box_end {	
	padding: 10px 20px 20px;
	font-family: 'Roboto','DS-akari';
    font-weight: bold;
	font-size: 1.55rem;
	line-height: 1.1;
	color: #000;
	/*text-shadow:
		2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;*/
}
.box_title.open, .box_title.close {
	cursor: pointer;
}
.box_title.open:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.box_title.close:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
/*.box_title span {
  font-size: 1.3rem;
  line-height: 1.1;
  vertical-align: middle;
  padding: 0 0.05em;
}*/
.sub_title {
	position: relative;
	padding: 0 0 5px;
	margin: 20px 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: block;
	font-size: 1.5rem;
	line-height: 1.1;
}
.sub_title:first-child {
	margin: 0 0 10px;
}
.sub_title span {
	font-size: 1.13rem;
	line-height: 1.1;
	vertical-align: middle;
}
.sub_title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #eeab09;
}
.sub_title2 {
	margin: 20px 0 10px;
	display: block;
	font-weight: bold;
	color: #9de4f5;
	font-size: 1.3rem;
	line-height: 1.1;
}
.sub_title2:first-child {
	margin: 0 0 10px;
}
.sub_title2 + .sub_title {
	margin: 0 0 10px;
}
.sub_title + .sub_title2 {
	margin: 15px 0 10px;
}
/* 調整 */
h2.sub_title {
	/*border-top: 3px solid #ffd942;
	border-bottom: 3px solid #ffd942;*/
	padding: 10px 20px 6px;
	margin: 0;
	background-color: #9de4f5;
	/*background-image:url("../../img/common/bg_default.png");*/
	background-repeat: repeat;
	color: #fff;
	font-size: 2.13rem;
	font-weight: normal;
	line-height: 1.1;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
h2.sub_title:after {
	content: none;
}
/* -------------------------------------------
 ul
------------------------------------------- */
/*.contents_main ul {
  display: block;
  clear: both;
  list-style: none;
  margin: 5px 0;
}
.contents_main li {
  position: relative;
  background: #ececec;
  padding: 10px 20px 10px 40px;
}
.contents_main li + li {
  margin-top: 3px;
}
.contents_main li:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.contents_main li a {
  display: block;
}*/
/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn_normal {
	display: block;
	position: relative;
	background: #eaa51f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
a.btn_normal img {
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
a.btn_normal:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn_normal:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
a.btn_normal:hover:after {
	width: 100%;
	height: 100%;
	background: #fae1b0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.box + .box, .wrap_horizontal + .box, .box + .wrap_horizontal, h2 + .box {
	margin-top: 25px;
}
.box_inner {
	padding: 20px;
}
.box_inner b {
	color: #ff67c9;
	font-size: 1.125rem;
	font-weight: bold;
}
.box_inner .box-img {
	width: 640px;
	margin: 20px auto 0;
	display: block;
}
.box_inner .box-img:first-child {
	margin: 0 auto 20px;
}
.wrap_horizontal {
	margin-top: 25px;
}
.wrap_horizontal .wrap {
	display: table;
	width: 720px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 0;
	position: relative;
	left: -20px;
}
.wrap_horizontal .wrap + .wrap {
	margin-top: 20px;
}
.wrap_horizontal .box {
	display: table-cell;
}
.wrap_horizontal:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.wrap_horizontal .box {
	vertical-align: top;
	/*border-top: 5px solid #ffd942;*/
}
.wrap_horizontal .box_none {
	padding: 0;
	margin: 0;
	background: transparent;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-top: 0 solid #fff;
}
.img {
	width: 640px;
	margin: 10px auto;
}
.img img {
	width: 100%;
}
/* -------------------------------------------
 column2
------------------------------------------- */
.column2 {
	display: block;
	clear: both;
	margin: 10px auto;
}
.box_inner .column2:first-child {
	padding-top: 0;
}
.column2:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.column2-left {
	float: left;
	margin-right: 2%;
	max-width: 49%;
}
.column2-right {
	float: left;
	max-width: 49%;
}
.column2-left img, .column2-right img {
	width: 100%;
}
.phot_left_top {
	width: 320px;
	float: left;
	padding: 0 10px 10px 0;
}
/* =============================================
 contents_side
============================================= */
.contents_side {
	width: 300px;
	float: right;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.side_title {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #eeab09;
	padding: 10px 10px 3px;
}
.side_title span {
	font-size: 1.1rem;
}
/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns {
	margin: 20px 0;
}
.side-sns li {
	display: block;
	margin: 10px;
}
.side-sns li + li {
	margin-top: 3px;
}
.side-sns a {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 14px 10px 13px 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
}
.side-sns-facebook a {
	background: #1877f2 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-facebook a:hover {
	color: #1877f2;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a {
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a:hover {
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-line a {
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-line a:hover {
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
	background-size: 42px;
}
.sns_twitter-timeline {
	width: 273px;
	height: 50px;
	background-color: #55acee;
	border: 2px solid #55acee;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.2;
	margin: 25px 0 0;
}
.sns_twitter-timeline a {
	color: #FFF;
	text-decoration: none;
}
.twitterbox {
	border: 2px solid #55acee;
	margin-bottom: 10px;
}
.twbtn a {
	display: inline-block;
	width: 275px;
	padding: 0.9em 0;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #55acee;
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	transition: all .4s;
}
.twbtn a:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 15px;
}
.twbtn a:hover {
	transform: scale(1.05);
}
/* -------------------------------------------
 side-history
------------------------------------------- */
.side-history {
	margin: 20px 0;
}
.side-history dd:last-of-type {
	margin-bottom: 40px;
}
.side-history dt {
	cursor: pointer;
	font-size: 1.5rem;
	padding-left: 20px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.side-history dt.open {
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.side-history dt {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 2px dotted #ccc;
}
.side-history dt:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd {
	display: block;
	clear: both;
	padding: 10px;
	line-height: 1.3;
}
.side-history dd:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.side-history dd a {
	display: block;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-history dd a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd img {
	text-align: right;
	float: right;
	margin-left: 5px;
	width: 125px;
}
.side-history dd:nth-child(2n-1) {
	background: #f1f1f1;
}
/* -------------------------------------------
 side-menu
------------------------------------------- */
.side-menu {
	display: block;
	clear: both;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #8affe0;
	margin-bottom: 20px;
}
.side-menu a {
	position: relative;
	color: #072e66;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 15px 15px 15px 30px;
	text-align: left;
	line-height: 1.3;
	border-top: 2px solid #fff;
	background: transparent url(../../img/common/icon_arrow.png) 15px center no-repeat;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.side-menu a:hover {
	background: transparent url(../../img/common/icon_arrow.png) 10px center no-repeat;
}
.side-menu a span {
	font-size: 0.8rem;
}
.side-menu a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-menu a:hover:after {
	width: 100%;
	height: 100%;
	background: #999;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	zoom: 1;
}
.side-menu li:first-child a {
	border-top: 0 solid #fff;
}
/* =============================================
 pageMenu
============================================= */
.pageMenu {
	position: fixed;
	right: -305px;
	top: 10%;
}
.pageMenu-toggle {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 100px;
	background: #5e5b5b;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:hover {
	background: #999;
}
.pageMenu-toggle span {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	top: 48px;
	left: -2px;
	font-size: 1.13rem;
	font-family: "Arial";
}
.pageMenu-toggle:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 10px;
	width: 22px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	width: 22px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu:before {
	content: "";
	position: absolute;
	left: -25px;
	margin-left: -10px;
	top: 24px;
	width: 22px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu_contents {
	width: 300px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding-top: 0;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.open.pageMenu:before {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.open .pageMenu-toggle:after {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle:before {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
/* =============================================
 footer
============================================= */
.footer {
	display: block;
	clear: both;
}
.footer_copy {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #FDC5F8;
	text-align: center;
	padding: 20px 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_copy a {
	color: #072e66;
	text-decoration: none;
	font-size: 0.75rem;
}
.pageTop {
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 3;
}
.pageTop a {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover {
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	transform: translate(0, -10px);
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
@keyframes boundAnime {
	0% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	70% {
		-webkit-transform: translate(0, 3px);
		-ms-transform: translate(0, 3px);
		-o-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
/* =============================================
 広告
============================================= */
div.header_ad {
	border-bottom: 2px solid #ccc;
}
div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}
div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}
/* お詫び */
div.apology {
	border: 2px solid #666;
	background-color: #333;
	padding: 3px;
	margin-bottom: 10px;
}
/**/
.mb20 {
	margin-bottom: 20px;
}
.ls-2 {
	letter-spacing: -2px;
}
.main_bnrarea {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
}
.main_bnrarea img {
	max-width: 100%;
}
.side_bnrarea {
	margin-bottom: 20px;
}
.side_bnrarea a {
	margin: 0 0 10px;
	display: block;
}
.side_bnrarea a:last-child {
	margin: 0;
}
.side_bnrarea img {
	max-width: 100%;
}
/*.archive li {
  border-bottom: 2px dotted #666;
}
.archive li a {
  padding: 10px 5px;
  display: block;
  color: #333;
  line-height: 1.3;
}
.archive li a:hover {
  color: #999;
}*/
/* =============================================
 見逃しバナー
============================================= */
.bana_area {
	margin: 25px 0 0;
	width: 100%;
}
.bana_area .link_box {
	margin: 0 0 10px;
}
.bana_area .link_box:last-child {
	margin: 0;
}
.bana_area .link_box img {
	width: 100%;
}
.bana_area .link_box a img:hover {
	opacity: 0.7;
}
/*add*/
.font01 {
	font-family: DS-akari;
	line-height: 1.3;
}
.bold {
	font-weight: bold !important;
}
.txtColor01 {
	color: #0095ff;
}
.txtColor02 {
	color: #ff67c9;
}
.txtColor03 {
	color: #4ac9d7;
}
.fs_L {
	font-size: 1.3rem;
    line-height: 1.6;
}
.box span.txtColor01, .box span.txtColor02, .box span.txtColor03 {
	font-size: 1.6rem;
}
.line01{
    background: linear-gradient(transparent 50%, #FFF730 30%);
}
.line02{
    background: linear-gradient(transparent 50%, #80FFF1 30%);
}
/* =============================================
 日付タイトル
============================================= */
.box_title .next {
	display: flex;
	align-items: center;
}
.box_title .next .ttl {
	width: 5em;
}
.box_title .next .date {
	width: calc(100% - 5em);
	color: #ff67c9;
	font-size: 1.25em;
}
.box_title .next .date:first-child:last-child {
	width: 100%;
	color: #000;
}
.box_title .next .date span {
	font-size: 0.75em;
    margin: 0 0.05em;
    position: relative;
    top: -0.05em;
}
.box_title .next .date span.week {
	margin: -0.5em;
}
.comingsoon {
	min-height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75em;
	font-family: DS-akari;
	font-weight: bold;
	text-align: center;
}
/* =============================================
 過去の放送内容
============================================= */
/*	year
------------------------------------ */
.archive_year {
	/*margin-bottom: 1em;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.archive_year .year {
	width: 31%;
	margin: 0 1% 0.5em;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.archive_year .year a {
	padding: 0.6em 0;
	display: block;
	color: #fff;
	background: #666;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	font-size: 1em;
	line-height: 1.2
}
.archive_year .year a span {
	font-size: 1.25em;
}
.archive2020 .bn2020 a, .archive2021 .bn2021 a, .archive2022 .bn2022 a, .archive2023 .bn2023 a, .archive2024 .bn2024 a, .archive2025 .bn2025 a {
	background: #ff67c9;
	color: #fff;
}
@media screen and (min-width:500px) {
	.archive_year .year {
		width: 23%;
	}
}
@media screen and (min-width:1000px) {
	.archive_year .year {
		width: 18%;
	}
	.archive_year .year a:hover {
		background: #ff67c9;
		color: #fff;
	}
}
/*	archive_list
------------------------------------ */
.archive_list dl + dl {
	margin-top: 1.5em;
}
.archive_list dt {
	margin-top: 0.5em;
	padding: 0.5em 0.75em;
	background: #9de4f5;
	font-size: 1.4em;
	line-height: 1;
	font-weight: bold;
}
.archive_list dt span {
	font-size: 1.25em;
}
.archive_list li:nth-child(even) {
	background: #faff86;
}
.archive_list li .date {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive_list li a {
	padding: 0.75em 2em 0.75em 0;
	display: flex;
	position: relative;
	color: #000;
	font-size: 1.125em;
	line-height: 1.2;
	text-decoration: none;
	transition: .3s;
}
.archive_list li a::after {
	content: "";
	width: 1em;
	height: 1em;
	background: url("../../img/common/icon_arrow.png") center no-repeat;
	transform: scale(-1, 1) translate(50%, -50%);
	position: absolute;
	right: 0;
	top: 50%;
}
.archive_list li .week {
	margin: 0 -0.25em;
}

/* 共通部分　動画 YT
---------------------------------------- */
.movie_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: flex-start; 
    background: url("../../img/video_back.png") no-repeat center bottom;
    background-size: 100%;
}
.item_movie{
    flex-basis:48%;
    margin-bottom: 1rem;
 overflow:hidden; 
 transition:0.5s all;
}
.item_movie:hover {
  transform:scale(1.02,1.02);
  transition:0.5s all;
}
.item_movie:first-child{
    flex-basis:100%;
}
.item_movie.archive_m{
   display: none;
}
.item_movie a{
    text-decoration: none;
}
.item_movie a img{
    border-radius:8px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.item_movie:first-child a img{
  width: 100%;
  height: 340px;
}

.item_movie a span {
    font-family: 'Roboto','DS-akari';
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #072e66;
    text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

/* 動画 YT
---------------------------------------- */
.video_wrapp {
	padding: 2%;
	background-color: #FFFF6B;
	box-sizing: border-box;
    border-radius: 10px;
}

.item_movie:first-child .video_wrapp{
	padding: 1.25%;
	background-color: #FDC5F8;
}

.item_movie.archive_m .video_wrapp{
	padding: 2%;
	background-color: #FFFF6B;
}

.video,
.video_aft_img {
	position: relative;
}
.video_img_wrapp:after {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/arrow_vidio.png) center center no-repeat rgba(255,222,107,0);
	background-size: 17%;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
a:hover .video_img_wrapp:after {
	background: url(../../img/arrow_vidio.png) center center no-repeat rgba(255,255,255,0.3);
	background-size: 17%;
}


.imgbox{
	width: 100%;
	background: #fff;
	padding: 20px;
}

.imgbox img{
	width: max(50%, 250px);
	margin: 0 auto;
}</pre></body></html>