<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:#532f3c;
	font-size:1rem;
	line-height: 1.5;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
	background: #fff;
}
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: #cd176d;
	text-decoration: underline;
}
a:hover{
	color: #cd176d;
	text-decoration: none;
}
/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none;
}
.txt_center{
	text-align: center;
}

/* =============================================
 ヘッダー
============================================= */
.header{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background:url("../../img/pc/bg_interior_2024.png") no-repeat center top, url("../../img/pc/bg_ita.jpg") repeat-x center bottom, url("../../img/common/bg.png");
	overflow: hidden;
	text-align: left;
	z-index: 5;
}
.header_inner{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: 500px;
}
h1{
	position: absolute;
	top:60px;
	left: 0;
	z-index: 10;
}
.onair{
	position: absolute;
	top:320px;
	left: 0;
	z-index: 10;
}
.mc{
	position: absolute;
	bottom: 0;
	left: 200px;
}
.presenter_box{
	position: absolute;
	top:24px;
	right: 12px;
	text-align: center;
}
.presenter_ttl{
    margin-bottom: 8px;
}
.presenter_pict img{
    width: 314px;
}

/* =============================================
 contents
============================================= */
.contents{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.contents .inner{
	width: 1000px;
	margin: 0 auto;
}
.contents .inner:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
 ニュースボックス
============================================= */
.news_box{
	background-color: #e77bae;
	padding: 26px 0;
}
.news_box .inner{
	display: table;
}
.news_box h2{
	width: 143px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	background: url(../../img/common/line.png) repeat-y top right;
	text-align: left;
	margin-left: 30px;
}
.news_box ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 830px;
	display: table-cell;
	text-align: left;
	color:#FFF;
	padding-left: 30px;
	vertical-align: middle;
}
.news_box ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #FFF;
}
.news_box ul li:last-child {
	padding-bottom: 6px;
	margin-bottom: 0;
	border-bottom: none;
}
.news_box li .date{
	padding-right: 10px;
	font-weight: bold;
}

/* =============================================
 番組内容ボックス
============================================= */
.about_box{
	background: url(../../img/pc/bg_goods.png) no-repeat top center, url(../../img/common/bg_about.png);
	padding-bottom: 70px;
	border-top: 2px solid #e77bae;
}
.about_ttl{
	padding: 70px 0 30px;
}
.about_box .txt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 500px;
	float: left;
	text-align: left;
    padding-bottom: 0.1em;
    background-image: linear-gradient(to bottom, #d6b4c1 1.1px, transparent 1px);
    background-size: 1px 2.6em;
    line-height: 2.7;
}
.about_box .btn{
	width: 500px;
	float: right;
}

/* =============================================
 pageMenu
============================================= */
.pageMenu{
	display: none;
}
.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{
	position: relative;
	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: 21px;
	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: 21px;
	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: 21px;
	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%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #e3428e;
	text-align: center;
	padding: 20px 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pageTop{
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 10;
}
.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: 1px 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;
}
/*sns_box*/
.sns_box{
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
.sns_box ul{
	display: flex;
	justify-content:space-between;
}
.sns_box ul li{
	
}</pre></body></html>