<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:#FFF;
	font-size:0.875rem;　/* 14px */
	line-height: 1.5;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
	background: #000;
}
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 !important;
}
.txt_center{
	text-align: center;
}
.inner{
	margin: 0 auto;
}
.inner:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}

/* =============================================
 00:火曜ナイトのヘッダー
============================================= */
.header{
	background: -moz-linear-gradient(top, #000 0%, #3b3b3b 100%);
	background: -webkit-linear-gradient(top, #000 0%, #3b3b3b 100%);
	background: -ms-linear-gradient(top, #000 0%, #3b3b3b 100%);
	background: -o-linear-gradient(top, #000 0%, #3b3b3b 100%);
	background: linear-gradient(top, #000 0%, #3b3b3b 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 68px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	z-index: 5;
	overflow: hidden;
	position: fixed;
	top:41px;
	left: 0;
}
.header .inner{
	width: 1000px;
	margin: 0 auto;
}
.header_left{
	float: left;
}
.header_left:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.kn_logo{
	float: left;
	padding:8px 20px 8px 0; 
}
.kn_catch{
	float: left;
	margin-top:0; 
	padding-top: 20px;
}
.header_right{
	float: right;
}
.kn_navi{
	padding-top:26px;
}
.kn_navi:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.kn_navi li{
	float: left;
	border-right: 1px dotted #bfbfbf;
	padding-right:20px;
	margin-right:20px; 
	line-height: 1;
}
.kn_navi li img{
	opacity: 0.4;
}
.kn_navi li a img{
	opacity: 1;
}

.kn_navi li:last-child{
	border-right: none;
	padding-right:0;
	margin-right:0; 
}
.contents{
	width: 100%;
}

/* =============================================
 01:スキャンダル ビジュアル・OA時間
============================================= */
.info{
	background: url(../../img/pc/bg_info2.png) no-repeat center top, url(../../img/pc/bg_info.png) repeat-x left top;
	width: 100%;
	min-width:1000px;
	min-height: 500px;
	margin-top: 70px;
}
.info .inner{
	position: relative;
	width: 1102px;
	margin: 0 auto;
	min-height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info .visual{
	float: left;
	padding-left:29px;
}
.info .info_txt{
	float: right;
	text-align: center;
	padding: 20px 37px 0 0;
}
.info .oa_caution{
	width: 320px;
	text-align: right;
	margin:4px auto 16px;
	font-size: 0.750rem;
	line-height: 1;
}
.info .pr_movie{
}

/* =============================================
 02:次回予告
============================================= */
.cont_next{
	width: 1000px;
	margin: 0 auto;
	margin-top: -70px;
	padding: 140px 0 70px;
}
.cont_next .title{
	margin-bottom: 30px;
}
.cont_next .epi_txt{
	float: left;
	width: 480px;
}
.cont_next .epi_photo{
	float: right;
	text-align: right;
	width: 500px;
	margin-top: -80px;
}
.cont_next .epi_photo img{
	max-width: 500px;
}
.cont_next .epi_summary{
	display: table;
	margin-bottom: 30px;
}
.cont_next .epi_num{
	font-size: 1.125rem;
	line-height: 1;
	background-color: #b00178;
	padding: 14px 18px;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.cont_next .epi_num span{
	font-size: 0.875rem;
}
.cont_next .epi_title{
	padding-left: 10px;
}
.cont_next .epi_summary h3{
	font-size: 1.375rem;
}
.cont_next .epi_summary .oa_time{
	color: #c70288;
	font-size: 1rem;
	padding-left: 10px;
}
.cont_next .epi_summary .oa_time span{
	color: #ccc;
	font-size: 0.750rem;
}
.cont_next .epi_story{
	line-height: 2;
}

/* =============================================
03：イントロダクション
============================================= */
.wrap_intro{
	margin-top: -70px;
	padding-top: 70px;
}
.cont_intro{
	width: 100%;
	background: url(../../img/common/bg_intro.png);
}
.cont_intro_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.cont_intro .title{
	text-align: right;
	padding: 70px 0 30px;
}
.cont_intro .intro_catch{
	padding-bottom: 30px;
	text-align: center;
}
.cont_intro .intro_txt{
	float: right;
	width: 460px;
}
.cont_intro .intro_photo{
	float: left;
	width: 500px;
	margin-top: -170px;
}
.cont_intro .intro_photo img{
	max-width: 500px;
}
.cont_intro .intro_story{
	line-height: 2;
	margin-top: 0;
}

/* =============================================
04：キャスト
============================================= */
.cont_cast{
	width: 1000px;
	margin: 0 auto;
	padding: 140px 0 70px;
	margin-top: -70px;
}
.cont_cast .title{
	text-align: center;
	padding-bottom: 30px;
}
.cast_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 500px;
	padding: 20px;
	background-color: #b00178;
	margin: 0 auto;
}
.cast_box.white{
	background-color: #272f7f;
}
.cast_box:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.cast_txt{
	width: 230px;
	float: right;
}
.cast_photo{
	width: 210px;
	float: left;
}
.cast_txt h3{
	font-size: 1.25rem;
}
.cast_txt .cast_actor{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #7c1d5d;
}
.cast_box.white .cast_actor{
	border-bottom: 1px solid #0b1254;
}

/* =============================================
05：バナーエリア
============================================= */
/*.bnr_area{
	background: url(../../img/common/bg_bnr.png);
	padding: 20px 0;
	margin-top: 70px;
	text-align: center;
}
.bnr_area a img{
	width: 1000px;
	margin: 0 auto;
}
.bnr_area a img{
	margin-bottom: 10px;
}
.bnr_area a:last-child img{
	margin-bottom: 0;
}
.info{
	margin-top: 0!important;
}
*/
/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn{
	display:inline-block;
	position: relative;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 6px 20px;
	margin-top: 20px;
	text-align: center;
	color: #c70288;
	text-decoration: none;
	font-size: 0.875rem;
	-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 img{
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
a.btn:hover{
	background: #c70288;
	color: #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{
	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-color: #761c59;
	text-align: center;
	padding: 30px 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: 5;
}
.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;
}
</pre></body></html>