<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------------------------------------------------------------------------
 * ROOT
--------------------------------------------------------------------------- */
:root {
	/*キーカラー01（強調色、ボタン）*/
	--color_01: #00b4fa; /* var(--color_01) */

	/*サブカラー01（Next On Air）*/
	--sub_color_01: #3289ca; /* var(--sub_color_01) */

	/*ハンバーガー テキスト背景*/
	--hb_bgcolor: #00b4fa; /* var(--hb_bgcolor) */
	--hb_txtcolor: #fff; /* var(--hb_txtcolor) */
	--hb_arrowcolor: #00b4fa; /* var(--hb_arrowcolor) */

	/*スタッフ タイトル*/
	--staff_ttlcolor: #00b4fa; /* var(--staff_ttlcolor) */

	/*フッター テキスト背景*/
	--footer_bgcolor: #E7F9FF; /* var(--footer_bgcolor) */
	--footer_txtcolor: #00B4FA; /* var(--footer_txtcolor) */

	/*英語フォント*/
	--txt_eng: 'Russo One', sans-serif; /* var(--txt_eng) */ 

	/*日本語フォント（放送枠テキスト）*/
	--txt_jpn: 'UD Shin Go Bold', sans-serif; /* var(--txt_jpn) */
}

/* ---------------------------------------------------------------------------
 * 背景
--------------------------------------------------------------------------- */
body {
	background-color: #00B4FA;
}

/* ---------------------------------------------------------------------------
 * テキスト
--------------------------------------------------------------------------- */
.txtColor {
	color: var(--sub_color_01) !important;
}

/* ヘッダー
------------------------------------ */
/* ヘッダー 幅100% */
.info {
}
/* ヘッダー 幅1000px */
.info_inner {
}
@media print, screen and (min-width:641px) {
	.info {
	}
	.info_inner {
		background: #fff;
	}
}

/* コンテンツ
------------------------------------ */
/* コンテンツ 幅100% */
.contents_wrap {
}
/* コンテンツ 幅1000px */
.contents {
	background: #fff;
}

/* ---------------------------------------------------------------------------
 * 見出し
--------------------------------------------------------------------------- */
.box_title {
	margin-bottom: 15px;
/*	border-bottom: 2px solid;*/
	font-size: 10vw;
	font-weight: bold;
	font-family: var(--txt_eng);
	line-height: 1.2;
	color: var(--color_01) !important;
	    letter-spacing: 0.02em;
}
.sub_title {
	margin-bottom: 15px;
	color: var(--color_01);
	font-size: 1.25em;
	font-weight: bold;
}
@media print, screen and (max-width:350px) {
	.box_title {
		font-size: 2.5em;
	}
}
@media print, screen and (min-width:641px) {
	.box_title {
		font-size: 2.5em;
	}
	.sub_title {
		font-size: 1.5em;
	}
}

/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/* =============================================
 COMMON
============================================= */
body {
	font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	color: var(--color_01);
	text-decoration: none;
}
b {
	font-weight: bold;
}
.wrap {
	overflow: hidden;
}
@media print, screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
}
@media print, screen and (min-width:641px) {
	body {
		font-size: 0.875em;
	}
	.onlyPC {
		display: block;
	}
	.onlySP {
		display: none !important;
	}
}
@media print, screen and (min-width:1001px) {
	body {
		font-size: 1em;
	}
	#generalHeader {
		height: 41px;
	}
}
/* =============================================
 アニメ共通ヘッダー 調整
============================================= */
#header {
	line-height: 1.5;
}
@media print, screen and (max-width:640px) {
	#smp_anime_header {
		display: none !important
	}
}
@media print, screen and (min-width:641px) {
	#headerInner {
		width: auto !important;
		max-width: 1180px;
		padding: 0 1%;
		display: flex;
	}
	#header #animeTit {
		width: 56%;
		max-width: 400px;
		display: flex;
		justify-content: space-around;
		float: none;
		flex-shrink: 0;
	}
	#header #animeTit p {
		width: 31% !important;
		margin: 0 1% 0 0 !important;
		display: flex;
		font-size: 0;
		align-items: center;
	}
	#header #animeTit img {
		width: auto;
		height: auto;
	}
	#header #headerInner .bx-wrapper {
		width: 100% !important;
		float: none;
	}
	#header .bx-wrapper {
		padding: 0 34px 10px 27px !important;
	}
	#header .bx-wrapper .bx-prev {
		left: 3px !important;
	}
	#header .bx-wrapper .bx-next {
		right: 3px !important;
	}
}

/* =============================================
 ヘッダー
============================================= */
.header {
	padding: 10px 5px;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.header.fixed {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.header_inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}
.prg_logo {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.prg_logo img {
	max-height: 120px;
	transition: .3s;
}
@media print, screen and (max-width:640px) {
	.header.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.header_inner {
		min-height: 60px;
		padding: 5px;
	}
	.fixed .prg_logo img {
		max-height: 50px;
	}
}
@media print, screen and (min-width:641px) {
	.header {
		display: none !important;
	}
}
/* =============================================
 sp-menu
============================================= */
.sp-menu {
	display: none;
}
.sp-menu_title {
	padding: 10px;
	margin-top: 1px;
	background: #424242;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 0.85rem;
	text-align: center;
}
.sp-menu_title:before {
	content: "";
	border-top: 0.55em solid #fff;
	border-right: 0.325em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0.325em solid transparent;
	position: absolute;
	top: 50%;
	left: calc(50% - 2.25em);
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}
.sp-menu .sp-menu_title.open:before {
	transform: translate(-50%, -50%) rotate(180deg);
}
.sp-menu ul {
	background-color: #fff;
	overflow: hidden;
}
.sp-menu li {
	width: 50%;
	background: #fff;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 0.875rem;
	vertical-align: top;
}
.sp-menu li a {
	width: 100%;
	padding: 10px 7px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	color: #7d7d7d;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sp-menu li span {
	display: none;
}
.sp-menu li::before, .sp-menu li::after {
	content: "";
	background: #e4e4e4;
	position: absolute;
	z-index: 1;
}
.sp-menu li::before {
	width: 1px;
	height: 100%;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
}
.sp-menu li::after {
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
}
@media print, screen and (min-width:641px) {
	.sp-menu {
		display: none;
	}
	.sp-menu li::before {
		height: 60%;
	}
	.sp-menu li:last-child::before {
		content: none;
	}
}

/* =============================================
 pageMenu
============================================= */
.pageMenu-toggle {
	width: 50px;
	height: 50px;
	background: var(--hb_bgcolor);
	border-radius: 5px;
	position: absolute;
	right: 0;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 10;
	color: var(--hb_txtcolor);
}
.open .pageMenu-toggle {
	background: none;
}
.pageMenu-toggle span:nth-child(1),
.pageMenu-toggle span:nth-child(2),
.pageMenu-toggle span:nth-child(3) {
	content: "";
	height: 2px;
	margin-left: -13px;
	background: var(--hb_txtcolor);
	position: absolute;
	transition: all 0.2s;
}
.pageMenu {
	z-index: 10;
}
.pageMenu-toggle span:nth-child(1) {
	width: 26px;
	top: 16px;
	left: 50%;
}
.pageMenu-toggle span:nth-child(2) {
	width: 26px;
	top: 24px;
	left: 50%;
}
.pageMenu-toggle span:nth-child(3) {
	width: 26px;
	top: 32px;
	left: 50%;
}
.open .pageMenu-toggle span:nth-child(1) {
	transform: translateY(8px) rotate(-45deg);
}
.open .pageMenu-toggle span:nth-child(2) {
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle span:nth-child(3) {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
@media print, screen and (max-width:640px) {
	.pageMenu {
		width: calc(100% - 12px);
		margin: 0 auto;
		display: block !important;
		position: absolute;
		top: 5px;
		right: 0;
		left: 0;
	}
	.pageMenu-toggle span:nth-child(1) {
		width: 26px;
		top: 16px;
		left: 50%;
	}
	.pageMenu-toggle span:nth-child(2) {
		width: 26px;
		top: 24px;
		left: 50%;
	}
	.pageMenu-toggle span:nth-child(3) {
		width: 26px;
		top: 32px;
		left: 50%;
	}
}
@media print, screen and (min-width:641px) {
	.pageMenu-toggle {
		opacity: 0;
	}
	.on .pageMenu-toggle {
		opacity: 1;
	}
	.pageMenu {
		width: 300px;
		position: fixed;
		top: 60px;
		right: 30px;
	}
}
/* side-menu
------------------------------------ */
.side-menu a {
	padding: 1em 1em 1em 2em;
	border-top: 1px solid #fff;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
	color: var(--hb_txtcolor);
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}
.side-menu a::before {
	content: "";
	border-top: 0.325em solid transparent;
	border-right: 0.6em solid var(--hb_arrowcolor);
	border-bottom: 0.325em solid transparent;
	border-left: 0 solid transparent;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	transition: all 0.2s;
}
.side-menu a span {
	display: none;
}
.side-menu li:first-child a {
	border-top: none;
}
.pageMenu .side-menu {
	width: 100%;
	padding: 20px 15px 15px;
	background: var(--hb_bgcolor);
	border-radius: 5px;
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 8;
}
.pageMenu .side-menu span:first-child {
	margin-bottom: 10px;
	display: block;
	color: var(--hb_txtcolor);
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (max-width:640px) {
	.side-menu a {
		padding: 1em 2em;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}
}
@media print, screen and (min-width:641px) {
	.side-menu {
		background: var(--hb_bgcolor);
		margin-bottom: 15px;
		border-radius: 5px;
		display: block;
		overflow: hidden;
	}
	.side-menu a:hover::before {
		left: 0.75em;
	}
	.side-menu a span {
		font-size: 0.8rem;
	}
}
@media print, screen and (min-width:1001px) {
	.side-menu a:after {
		content: "";
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: all 0.2s;
	}
	.side-menu a:hover:after {
		height: 100%;
		background: #fff;
		opacity: 0.15;
	}
}
/* =============================================
 info
============================================= */
.info {
	position: relative;
	z-index: 3;
}
.info_inner {
	max-width: 1180px;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	position: relative;
	overflow: hidden;
}
@media print, screen and (max-width:350px) {
	.info-txt {
		font-size: 0.75em !important;
	}
}
@media print, screen and (max-width:640px) {
	.info_inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.info-txt {
		width: 100%;
		order: 2;
		font-size: 3.5vw;
	}
	.info-img {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
}
@media print, screen and (min-width:641px) {
	.info {
		margin-top: 0 !important;
	}
	.info_inner {
		display: flex;
		justify-content: space-between;
	}
	.info-txt {
		font-size: 1.75vw;
	}
}
@media print, screen and (min-width:1001px) {
	.info-txt {
		font-size: 1.075em;
	}
}
/* ヘッダー - ビデオ（画像）
------------------------------------ */
@media print, screen and (min-width:641px) {
	.info-img {
		width: 50%;
		max-width: 560px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}
}
/* ヘッダー - 出演者情報
------------------------------------ */
.header-time {
	margin-bottom: 20px;
	font-size: 1.5em;
	font-family: var(--txt_jpn);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	text-shadow: #fff 2px 2px 0px, #fff 1px 2px 0px, #fff 0px 2px 0px, #fff -1px 2px 0px, #fff -2px 2px 0px, #fff 2px 1px 0px, #fff 1px 1px 0px, #fff 0px 1px 0px, #fff -1px 1px 0px, #fff -2px 1px 0px, #fff 2px 0px 0px, #fff 1px 0px 0px, #fff 0px 0px 0px, #fff -1px 0px 0px, #fff -2px 0px 0px, #fff 2px -1px 0px, #fff 1px -1px 0px, #fff 0px -1px 0px, #fff -1px -1px 0px, #fff -2px -1px 0px, #fff 2px -2px 0px, #fff 1px -2px 0px, #fff 0px -2px 0px, #fff -1px -2px 0px, #fff -2px -2px 0px;
}
.header-time span {
	color: var(--color_01);
}
.header-time .txt_02 {
	font-size: 1.5em;
}
.oatime .next {
	margin-bottom: 10px;
	color: var(--sub_color_01);
	font-size: 2.5em;
	font-family: var(--txt_eng);
	font-weight: bold;
	text-align: center;
	text-shadow: #fff 2px 2px 0px, #fff 1px 2px 0px, #fff 0px 2px 0px, #fff -1px 2px 0px, #fff -2px 2px 0px, #fff 2px 1px 0px, #fff 1px 1px 0px, #fff 0px 1px 0px, #fff -1px 1px 0px, #fff -2px 1px 0px, #fff 2px 0px 0px, #fff 1px 0px 0px, #fff 0px 0px 0px, #fff -1px 0px 0px, #fff -2px 0px 0px, #fff 2px -1px 0px, #fff 1px -1px 0px, #fff 0px -1px 0px, #fff -1px -1px 0px, #fff -2px -1px 0px, #fff 2px -2px 0px, #fff 1px -2px 0px, #fff 0px -2px 0px, #fff -1px -2px 0px, #fff -2px -2px 0px;
}
.oatime .date {
	padding: 0.5em 0.25em;
	margin: 0 auto;
	background: linear-gradient(to right, #00B4FA 0%, #4BD6E7 100%);
	position: relative;
	box-sizing: border-box;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color:#fff;
}
.oatime .date .no {
	margin-top: -0.125em;
}
.oatime .date span {
	margin: 0 2px;
	position: relative;
	bottom: -0.05em;
	color:#fff;
	font-size: 1.4em;
	line-height: 1.0;
	letter-spacing: 0.025em;
}
.oatime .reair {
	width: 70%;
	padding: 0.3em 0;
	margin: 0.3em auto 0.75em;
	background: linear-gradient(to right, rgba(236,3,128,0) 0%, rgba(236,3,128,1) 50%, rgba(236,3,128,0) 100%);
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
}
.attention {
	margin-top: 15px;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}
.end {
	min-height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
}
@media print, screen and (max-width:640px) {
	.info-txt .logo {
		display: none;
	}
}
@media print, screen and (min-width:641px) {
	.info-txt {
		width: 48%;
		display: flex;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
	}
	.info-txt h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	.oatime .date {
		max-width: 450px;
	}
	.end {
		font-size: 0.75em;
	}
}
@media print, screen and (min-width:1001px) {
	.info-txt h1 {
		margin-bottom: 50px;
	}
	.header-time {
		margin-bottom: 40px;
		font-size: 1.75em;
	}
	.attention {
		font-size: 0.875rem;
	}
}
/* =============================================
 navigation
============================================= */
#js-nav {
	display: none;
}
/* =============================================
 contents
============================================= */
.contents {
	max-width: 1180px;
	padding: 20px 0 40px;
	box-sizing: border-box;
	margin: 0 4px;
	font-size: 0.875em;
}
.contents_main {
	width: 90%;
	margin: 0 auto;
}
.contents_side {
	width: 90%;
	margin: 0 auto 20px;
}
@media print, screen and (max-width:640px) {
	.contents_side {
		margin-top: 30px;
		border-top: 2px solid #ccc;
	}
	.contents_side .wrap_side-menu {
		display: none;
	}
}
@media print, screen and (min-width:641px) {
	.contents {
		padding: 20px 20px 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contents_main {
		width: 68%;
		margin: 0;
	}
	.contents_side {
		width: 28%;
		margin: 0;
	}
}
@media print, screen and (min-width:1001px) {
	.contents {
		padding: 20px 20px 40px 40px;
		font-size: 1em;
	}
}
/* -------------------------------------------
 box
------------------------------------------- */
.box + .box {
	margin-top: 60px;
}
.box_inner {
	line-height: 1.5;
}
.box_inner + .box_inner {
	padding-top: 0;
}
.box_inner b {
	color: var(--color_01);
	font-weight: bold;
}
.box_inner a {
	text-decoration: underline;
}
.box_inner &gt; p + p {
	margin-top: 0.5em;
}
@media print, screen and (min-width:641px) {
	.inline-contents .box_inner {
		padding: 20px !important;
	}
}
@media print, screen and (min-width:1001px) {
	.box_inner a:hover {
		text-decoration: none;
	}
}

/* staff
---------------------------------------- */
.staff .box_inner dl {
	margin: 0 0 10px 0;
}
.staff .box_inner dl:last-child {
	margin: 0;
}
.staff .box_inner dt, .staff .box_inner dd {
	display: inline-block;
}
.staff .box_inner dt {
	font-weight: bold;
	vertical-align: top;
	color: var(--staff_ttlcolor);
}
.staff .box_inner dt:after {
	content: "：";
	color: #000;
}
	.box_inner .colL {
		margin-bottom: 1.5em;
	}
@media print, screen and (min-width:641px) {
	.staff .box_inner {
		display: flex;
		justify-content: space-between;
	}
	.box_inner .colL {
		padding: 0 20px 0 0;
		margin-bottom: 0;
		width: 50%;
	}
	.box_inner .colR {
		width: 50%;
		flex-shrink: 0;
		padding: 0 20px;
		border-left: 1px dotted #999;
		box-sizing: border-box;
	}
	.line1{
		width: 80%;
		margin: 0 auto;
	}
}

/* oa_date
---------------------------------------- */
.oa_date {
	padding: 0.5em 0.5em 0.7em;
	background: #424242;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.oa_date span {
	margin: 0 0.125em;
	position: relative;
	top: 0.025em;
	font-size: 1.4em;
	line-height: 1.1;
}
.oa_date .week {
	margin: 0 -0.5rem;
	top: 0;
	font-size: 1em;
}
.oa_date .caution {
	margin-top: 0.5em;
	font-size: 0.875rem;
	font-weight: normal;
}
@media print, screen and (max-width:400px) {
	.oa_date .caution {
		font-size: 0.75rem;
	}
}
@media print, screen and (min-width:641px) {
	.oa_date {
		font-size: 1.5em;
	}
}

/* リンクボタン
---------------------------------------- */
.link_btn {
	margin: 10px 0;
}
.link_btn:last-child {
	margin-bottom: 0;
}
.link_btn a {
	/*width: 90%;
	max-width: 600px;*/
	padding: 1em 1.5em 1em 0.5em;
	margin: 0 auto;
	border: 2px solid #fff;
	background: var(--color_01);
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	display: block;
	position: relative;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.link_btn a::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 0.75em;
	top: 50%;
}
.link_btn 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;
}
@media print, screen and (min-width:1001px) {
	.link_btn {
		margin: 20px 0;
	}
	.link_btn a:hover {
		box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
	}
	.link_btn a:hover::after {
		height: 100%;
		background: #FFFFFF;
		opacity: 0.2;
	}
}

/* =============================================
 アイコン付きリンク
============================================= */
.icon_link a {
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.icon_link span {
	padding: 0.25em 1em 0.25em 0.25em;
	position: relative;
	display: inline-block;
}
.icon_link span::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
/* =============================================
 バナーエリア
============================================= */
.bnr_list {
	max-width: 1000px;
	margin: 30px auto;
}
.bnr_list:first-child,
script + .bnr_list {
	margin-top: 0;
}
.bnr_list:last-child {
	margin-bottom: 0;
}
.box .bnr_list {
	margin: 20px auto;
}
.contents_side .bnr_list {
	width: 100%;
}
.bnr_list:first-child,
script:first-child + .bnr_list {
	margin-top: 0 !important;
}
.bnr_list ul {
	display: flex;
	justify-content: center;
}
.bnr_list ul + ul {
	margin-top: 20px;
}
.bnr_list li a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s;
}
.bnr_list .bnr_m,
.contents_side .bnr_list ul {
	margin-bottom: -10px;
	flex-wrap: wrap;
}
.bnr_list .bnr_m li {
	margin: 0 1%;
}
.bnr_list .bnr_m li,
.contents_side .bnr_list li {
	margin-bottom: 10px;
}
@media print, screen and (min-width:641px) {
	.bnr_list .bnr_m li {
		width: 48%;
	}
	.bnr_list .bnr_l li {
		width: 75%;
	}
	.contents_side .bnr_list .bnr_m li {
		width: 100%;
	}
}
/* バナーオンマウス */
@media print, screen and (min-width:1001px) {
	.bnr_list li a:hover {
		transform: scale(1.05);
	}
}

/* サイドバナー
---------------------------------------- */
.side_bnr_list {
	width: 100%px;
	margin: 30px auto;
}
.side_bnr_list ul {
	margin: 0;
}
.side_bnr_list li {
	display: inline-block;
}
.side_bnr_list li + li {
	margin-bottom: 10px
}
.side_bnr_list li a img{
	transition: all .3s;
}
/* バナーオンマウス */
@media print, screen and (min-width:1001px) {
.side_bnr_list li a img:hover {
		transform: scale(1.05);
	}
}

/* アーカイブ（サイド）
---------------------------------------- */
.side_tit {
	padding-bottom: 10px;
	margin: 30px auto 0;
	border-bottom: solid 2px var(--color_01);
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

/* side-sns
---------------------------------------- */
.side-sns {
	margin: 30px 0;
}
.side-sns li {
	display: block;
}
.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: 12px 40px 12px 70px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.125em;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
	line-height: 1.1;
}
.side-sns-facebook a {
	background: #1877f2 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
	background-size: auto 100%;
}
.side-sns-facebook a:hover {
	color: #1877f2;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
	background-size: auto 100%;
}
.side-sns-twitter a {
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
	background-size: auto 100%;
}
.side-sns-twitter a:hover {
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
	background-size: auto 100%;
}
.side-sns-line a {
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
	background-size: auto 100%;
}
.side-sns-line a:hover {
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
	background-size: auto 100%;
}

/* official
---------------------------------------- */
.official {
	margin: 30px auto;
}
.official ul {
	margin-bottom: -15px;
}
.official li {
	margin-bottom: 15px;
}
.official li a {
	min-height: 3em;
	padding: 0.75em 0.5em;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	transition: all .3s;
}
.official .icon {
	width: 90%;
	padding-left: 2em;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.official .icon::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.official li a .icon span {
	font-family: Arial, Helvetica, "sans-serif";
	display: inline-block;
}
.official_youtube a {
	background: #ff0000;
}
.official_twitter a {
	background: #1da1f2;
}
.official_facebook a {
	background: #1877f2;
}
.official_instagram a {
	background: #d4006a;
}
.official_line a {
	background: #00b900;
}
.official_tiktok a {
	background: #000;
}
.official_youtube .icon::before {
	background: url("../img/ico_youtube.png") no-repeat;
	background-size: contain;
}
.official_twitter .icon::before {
	background: url("../img/ico_twitter.png") no-repeat;
	background-size: contain;
}
.official_facebook .icon::before {
	background: url("../img/ico_facebook.png") no-repeat;
	background-size: contain;
}
.official_instagram .icon::before {
	background: url("../img/ico_insta.png") no-repeat;
	background-size: contain;
}
.official_line .icon::before {
	background: url("../img/ico_line.png") no-repeat;
	background-size: contain;
}
.official_tiktok .icon::before {
	background: url("../img/ico_tiktok.png") no-repeat;
	background-size: contain;
}
@media print, screen and (min-width:460px) {
	.official li a {
		font-size: 1em;
	}
}
@media print, screen and (min-width:641px) {
	.official li a .icon span {
		display: inline;
	}
}
@media print, screen and (min-width:1001px) {
	.official li a {
		font-size: 1.125em;
	}
	.official li a:hover {
		transform: scale(1.05);
	}
}

/* 縦配置 */
.official.vertical a {
	padding: 1.5em 1rem;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .3s;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
}
.official.vertical a .icon {
	position: relative;
}
.official.vertical .official_twitter a {
	background: #1da1f2;
	display: none; /* スマホでTwitter非表示 */
}
.official.vertical .official_instagram a {
	background: #d4006a url("../img/bg_insta.png") no-repeat;
	background-size: 100% 100%;
}
@media print, screen and (min-width:1001px) {
	.official.vertical ul {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.official.vertical li {
		width: 100%;
		height: calc(100% / 2 - 2%); /* 分割する数により調整 */
		margin-bottom: 0;
	}
	.official.vertical a {
		width: 100%;
		height: 100%;
		align-items: center;
	}
	.official.vertical .official_twitter a {
		display: flex; /* スマホで非表示の場合追加*/
	}
	.official.vertical .icon {
		padding-left: 0;
		padding-top: 4.5em;
	}
	.official.vertical .icon::before {
		width: 3.6em;
		height: 3.6em;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

/* twitter
---------------------------------------- */
.wrap_twitter {
	background: #f2faff;
	border: 2px solid #1da1f2;
	border-radius: 5px;
	overflow: hidden;
}
.ttl_twitter {
	padding: 0.9em;
	background: #1da1f2;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.ttl_twitter span {
	padding-left: 2em;
	position: relative;
}
.ttl_twitter span::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	margin-top: -0.8em;
	background: url("../img/ico_twitter.png") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
}
.twitter_embed {
	/*width: 90%;*/
	max-width: 610px;
	/*margin: 15px auto;*/
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
.twitter_embed iframe {
	width: 660px !important;
}
.twbtn a {
	padding: 0.75em 1.5em 0.75em 0.5em;
	background-color: #1da1f2;
	border-radius: 25px;
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.twbtn a span {
	display: inline-block;
}
.twbtn a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width:641px) {
	.twitter_embed {
		/*margin: 30px auto;*/
		overflow: hidden;
	}
}
@media print, screen and (min-width:1001px) {
	.twbtn a:hover {
		transform: scale(1.05);
	}
}
/* =============================================
 SNS シェア
============================================= */
.wrap_sblink {
	padding: 6% 0;
	background: #fff;
}
.sblink dt {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.sblink dt span:before {
	content: "/";
	margin-right: 0.25em;
	display: inline-block;
	transform: scale(-1, 1) translateY(0.1em);
	font-size: 1.4em;
}
.sblink dt span:after {
	content: "/";
	margin-left: 0.25em;
	display: inline-block;
	transform: translateY(0.1em);
	font-size: 1.4em;
}
.list_sblink {
	font-size: 0;
	text-align: center;
}
.list_sblink li {
	margin: 0 0.4rem;
	display: inline-block;
}
.list_sblink li a {
	width: 16vw;
	height: 16vw;
	padding: 3vw;
	background: #000;
	border-radius: 100%;
	box-sizing: border-box;
	display: block;
	transition: all .3s;
}
.list_sblink li.sblink_twitter a {
	background: #1da1f2;
}
.list_sblink li.sblink_facebook a {
	background: #1877f2;
}
.list_sblink li.sblink_line a {
	background: #00b900;
}
@media print, screen and (min-width:375px) {
	.list_sblink li a {
		width: 56px;
		height: 56px;
		padding: 12px;
	}
}
@media print, screen and (min-width:641px) {
	.wrap_sblink {
		padding: 40px 0;
	}
}
@media print, screen and (min-width:1001px) {
	.list_sblink li {
		margin: 0 0.6rem;
	}
	.sblink_line {
		display: none !important;
	}
}
/* =============================================
 フッター
============================================= */
footer {
	background: var(--footer_bgcolor);
}
.footer {
	position: relative;
}
@media print, screen and (max-width:641px) {
	.footer {
		padding: 10px 0;
	}
}
/* コピーライト
---------------------------------------- */
.footer_copy {
	padding: 30px 0;
	color: var(--footer_txtcolor);
	font-size: 0.875em;
	line-height: 1.3;
	text-align: center;
}
.footer_copy a {
	color: var(--footer_txtcolor);
}
@media print, screen and (min-width:1001px) {
	.footer_copy p {
		margin: 0 0.5em;
		display: inline-block;
	}
}

/* ページトップ
---------------------------------------- */
.pageTop {
	position: fixed;
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 10;
	transition: all .3s;
}
.pageTop a {
	width: 60px;
	height: 60px;
	background: #fff100;
	border-radius: 100%;
	display: block;
	position: relative;
	color: var(--color_01) !important;
}
.pageTop a::before {
	content: "";
	width: 15px;
	height: 15px;
	border-top: 3px solid var(--color_01);
	border-right: 3px solid var(--color_01);
	transform: translate(-50%, -30%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
@media print, screen and (min-width:1001px) {
	.pageTop {
		top: -40px;
		right: 30px;
	}
	.pageTop a {
		width: 80px;
		height: 80px;
		transition: all .3s;
	}
	.pageTop a::before {
		width: 20px;
		height: 20px;
		border-top: 4px solid var(--color_01);
		border-right: 4px solid var(--color_01);
	}
	.pageTop a:hover {
		transform: translate(0, -10px);
	}
}
/* フッター広告
---------------------------------------- */
/*#ad_banner_sp &gt; div {
	margin: 0 auto;
}
@media print, screen and (max-width:640px) {
	footer {
		padding-bottom: 30px;
	}
}*/

/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xs {
	font-size: 0.75em !important;
}
.fs_s {
	font-size: 0.875em !important;
}
.fs_l {
	font-size: 1.25em !important;
}
.fs_xl {
	font-size: 1.5em !important;
}
.fs_inherit {
	font-size: inherit !important;
}
.fw_normal {
	font-weight: normal !important;
}
.fw_bold {
	font-weight: bold !important;
}
.ti-05 {
	text-indent: -0.5em !important;
}
.ls01 {
	letter-spacing: 0.1em !important;
}
.ls-005 {
	letter-spacing: -0.05em !important;
}
.ls-01 {
	letter-spacing: -0.1em !important;
}
.ls-02 {
	letter-spacing: -0.2em !important;
}
.ls-03 {
	letter-spacing: -0.3em !important;
}
.ta_left {
	text-align: left !important;
}
.ta_right {
	text-align: right !important;
}
.ta_center {
	text-align: center !important;
}
.week {
	margin: 0 -0.5em;
	display: inline-block;
	font-size: 0.875em;
}
/* レイアウト
------------------------------------ */
.mt0 {
	margin-top: 0 !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt_1em {
	margin-top: 1em !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}
/* =============================================
 protect
============================================= */
.protect {
	display: block;
	position: relative;
	-webkit-user-drag: none;
	user-select: none;
}
.protect::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.protect img {
	-webkit-user-drag: none;
	pointer-events: none;
}
@media print {
	.protect {
		display: none !important;
	}
}


/* =============================================
 20230619add
============================================= */
.staff .box_inner dl{
	margin: 0 auto 1.5em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.staff .box_inner dl dt:after {
    content: "";
    color: #fff;
}
.staff .box_inner dl dt{
	display: inline;
	padding: 0.2em 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	box-sizing: border-box;
}
.staff .box_inner dl dd{
	min-width: 60vw;
	white-space: nowrap;
	padding: 0.2em 0.5em;
	color: #FFF;
    background: linear-gradient(to right, #00B4FA 0%, #4BD6E7 100%);
	font-weight: bold;
	box-sizing: border-box;
	}

@media print, screen and (min-width:641px) {
.staff .box_inner dl{
	margin: 0 auto 1em;
	flex-direction:row;
}
.staff .box_inner dl dt{
	width: 50%;
	font-size: 1em;
	padding: 0.1em 0.5em;
	text-align: left;
}
.staff .box_inner dl dd{
		width: 50%;
	min-width:inherit;
	padding: 0.1em 0.5em;
	}
}

.txtintro{
	line-height: 1.8;
}
@media print, screen and (min-width:760px) {
	.txtintro{
		text-align: center;
	}
	}

.borderbox{
	padding: 1em;
	border: 2px solid #5fd0fc;
	box-sizing: border-box;
	
}
@media print, screen and (max-width:640px) {
.marginT{
	margin-top: -20px;
}
}
/* =============================================
 PC100％表示
============================================= */
.body_wrap_info{
		margin: 0;
		background-color: #fff;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		background-image:url("../img/bg_sp.png");
	background-position: bottom left;
	background-size: 100%;
	background-repeat: no-repeat;
	}
.body_wrap_info .info_inner{
		background: none;
	}
.body_wrap{
		margin: 0 0.4rem;
		background-color: #fff;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
	}


.body_wrap .info{
	width:calc( 100% + 0.4rem ); 
	z-index: 1;
}
@media print, screen and (min-width:641px) {
.body_wrap_info{
		margin: 0 1rem;
	background-image:url("../img/bg_pc.png");
		background-position: bottom left;
	}
	.body_wrap{
		margin: 0 1rem;
	}
.body_wrap .info{
	width: 100%;
}
.body_wrap .contents_wrap{
width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}
	
}</pre></body></html>