<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ***************************************************
火曜ナイト グッド・ドクター 名医の条件 シーズン1
------------------------------------------------------
レスポンシブ対応 CSS
------------------------------------------------------
・640pxまでをスマホとする
・641pxからタブレット／PCととする
・1000pxはPC専用とする
*************************************************** */

/* =============================================
 サイトカラー
------------------------------------------------
★キーカラー
オレンジ（文字色・背景色）：#f2b725
============================================= */

/* =============================================
 リセット
============================================= */
.wrap-menu .wrap-fixed{
	position: absolute !important;
}
html,body{
	font-size: 16px;
	overflow-x: hidden;
	line-height: 1;
}
body{
	margin: 0;
	padding: 0;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	color:#FFF;
}
@media screen and (min-width:641px) {
	body{
		background-color: #000;
	}
}

img{
	border: none;
	display: inline-block;
	vertical-align:middle;
	width: 100%;
}
a{
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#ff7fb8;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;

}
dl,dt,dd{
	padding: 0;
	margin: 0;
	text-align:left;
}
p{
	padding: 0;
	margin: 0;
	line-height: 1.7;
	text-align:left;
}
blockquote {
	margin: 0;
	padding: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5{
	margin: 0;
	line-height: 1;
	font-weight:normal;
}
@media screen and (max-width:640px) {
	.onlyPC{
		display: none !important;
	}
	.onlySP{
		display: block;
	}
}
@media screen and (min-width:641px) {
	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none !important;
	}
}

/* =============================================
 ★animation 設定
適用したいクラスに下記のように設定する
animation: zoom 10s infinite;
============================================= */
/* ズームアクション */
@-webkit-keyframes zoom {
  100% {
    -webkit-transform: scale(1.05);
  }
}
@-moz-keyframes zoom {
  100% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  100% {
    transform: scale(1.05);
  }
}
/* 少しあがる動き */
@-webkit-keyframes topMove {
  50% {
    -webkit-transform: translate3d(0,-10px,0);
  }
}
@-moz-keyframes topMove {
  50% {
    -webkit-transform: translate3d(0,-10px,0);
  }
}
@keyframes topMove {
  50% {
    transform: translate3d(0,-10px,0);
  }
}
/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* 共通部分　アニメーション
---------------------------------------- */
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
/* 1回だけ浮かび上がる */
.fadein{
	opacity: 0;
	-webkit-animation:blink 1s ease-in-out 0.5s forwards;
    -moz-animation:blink 1s ease-in-out 0.5s forwards;
    animation:blink 1s ease-in-out 0.5s forwards;
}

/* 共通部分　フロート
---------------------------------------- */
.fltR{
	float:right !important;
}
.fltL{
	float:left !important;
}

/* 共通部分　動画
---------------------------------------- */
.video {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 4%;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width:641px){
	.video{
		width: 50%;
		padding-top: 28.25%;
		float: left;
		margin:0 1% 1% 0;
	}
}
/* =============================================
  共通 タイトル（WEBFONT）
============================================= */
.ttl_eng{
	text-align: center;
	margin: 0 auto 1%;
	letter-spacing: 0px;
	position:relative;
	z-index:0;
}
.ttl_jpn{
	font-size: 4vw;
	color:#3a2205;
	text-align: center;
	line-height: 1;
	margin-bottom: 3%;
	letter-spacing: 0px;
	z-index:1;
	font-weight: bold;
}
section:nth-child(odd) .ttl_jpn{
    color:#fff;
	font-weight: normal;
}
.txt_eng{
	font-family: 'Audiowide', cursive;
	letter-spacing: 0;
}
.txt_jpn{
}
.sttl_jpn{
}
.txt_narrow{
	display: inline-block;
	transform: scale(0.8, 1);
	letter-spacing: -8px;
}
.space_narrow{
	display: inline-block;
	letter-spacing: -4px;
}

@media screen and (min-width:1000px) {
	.ttl_jpn{
		font-size: 1rem;
	}
	.ttl_eng{
		height: auto;
	}

	.sec_next .ttl_eng{
		display:inline-block;
		margin: 0 1% 3% 0;
	}
	.sec_next .ttl_eng:after{
		bottom:-9px;
		background-size: 110% auto;
	}
	.sec_next .ttl_jpn{
		display:inline-block;
		font-size: 1rem;
		margin: 0;
	}.ttl01{
		width: 334px;
		padding-left: 10px;
	}
	.ttl02{
		width: 448px;
	}
	.ttl03{
		width: 112px;
	}
}
@media screen and (min-width:641px)and (max-width:999px){
	.ttl_jpn{
		font-size: 1rem;
		margin-bottom: 4%;
	}
	.ttl_eng{
		height: auto;
	}
	.sec_next .ttl_eng{
		display:inline-block;
		margin: 0 1% 3% 0;
	}
	.sec_next .ttl_eng:after{
		bottom:-9px;
		background-size: 110% auto;
	}
	.sec_next .ttl_jpn{
		display:inline-block;
		font-size: 1rem;
		margin: 0;
	}
	.ttl01{
		width: 250px;
		padding-left: 10px;
	}
	.ttl02{
		width: 380px;
	}
	.ttl03{
		width: 112px;
	}
}
@media screen and (max-width:640px) {
	.ttl_eng{
		margin-bottom: 1%;
	}
	.ttl_jpn{
		font-size: 1rem;
		margin-bottom: 4%;
	}
	.ttl01{
		width: 59%;
		margin-bottom: 3%;
	}
	.ttl02{
		width: 73%;
		margin-bottom: 3%;
	}
	.ttl03{
		width: 26%;
		margin-bottom: 3%;
	}
}
/* =============================================
  共通 テキストスタイル
============================================= */
.txt{
	text-align: left;
}
.txt span{
	color: #d33c00;
	font-weight: bold;
}
.txtOrange{
	color:#d33c00;
}
.txtBold{
	font-weight: bold;
}
.txtL{
	font-size:1.125rem; /* 18pt */
	line-height: 1.6;
}
.txtLL{
	font-size:1.375rem; /* 22pt */
	line-height: 1.8;
}
.txtS{
	font-size:0.875rem; /* 14pt */
	line-height: 1.6;
}
.txtSS{
	font-size:0.750rem; /* 12pt */
	line-height: 1.4;
}
.txtCenter{
	text-align: center !important;
}

/* 共通部分　間隔あける
---------------------------------------- */
.pb30{
	padding-bottom: 3%;
}
.mb30{
	margin-bottom: 3%;
}
.pt30{
	padding-top: 3%;
}
.mt30{
	margin-top: 3%;
}
.pl30{
	padding-left: 3%;
}
.ml30{
	margin-left: 3%;
}
.pr30{
	padding-right: 3%;
}
.mr30{
	margin-right: 3%;
}
.btn a{
	display:block;
	width:92%;
	padding:4%;
	background:#ffe400;
	color:#1591df;
	text-align:center;
	font-weight:bold;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	position:relative;
	text-decoration:none;
	margin-bottom:6%;
}
.btn a:hover{
	background:#FFF;
}
.btn a:after{
	content:"";
	display:block;
	position:absolute;
	top: 40%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #1591df;
	border-right: 1px solid #1591df;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* =============================================
 00:ヘッダー
============================================= */
.kn_header{
	position: relative;
	display: block;
	clear: both;
	background: -moz-linear-gradient(top, #000 0%, #3b3b3b 100%);
	background: -webkit-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(to bottom, #000 0%, #3b3b3b 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	z-index: 5;
}
.kn_header.fixed{
	position: fixed;
	padding-bottom: 0;
	margin-top: 0;
	top: 0;
	left: 0;
	z-index:6;
}
.kn_header_left{
	text-align: left;
}
.kn_header_left:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.kn_logo{
	width: 94px;
	padding: 5px;
	display: inline-block;
}
.kn_catch{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.bnr_area{
	max-width: 1000px;
	margin: 0 auto;
	padding:1.2%;
	background-color: #000;
	text-align: center;
}
@media screen and (min-width:500px) {
	.kn_catch{
		width: 40%;
	}
}
@media screen and (min-width:600px) {
	.kn_catch{
		width: 30%;
	}
}
@media screen and (min-width:641px) {


	.kn_header.fixed{
		height: 68px;
		color: #fff;
		z-index: 5;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
	}
	.kn_header:after{
		content:"";
		display:block;
		clear:both;
	}
	.kn_header_left{
		float:left;
		width:47%;
		height: 68px;
	}
	.kn_logo{
		width: 126px;
		display: inline-block;
	}
	.kn_catch{
		width: 52%;
		display: inline-block;
	}
	.kn_header_right{
		float:right;
		padding:24px 2% 0 0;
	}
	.kn_navi{
		font-size:0;
		display: flex;
	}
	.kn_navi li{
		border-right: 1px dotted #bfbfbf;
		padding-right:10px;
		margin-right:10px;
		line-height: 1;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size:1.375rem;
		color:#666;
	}
	.kn_navi li a{
		font-family: 'Open Sans Condensed', sans-serif;
		font-size:1.375rem;
		color:#FFF;
		text-decoration:none;
	}
	.kn_navi li:last-of-type{
		border-right: none;
		padding-right:0;
		margin-right:0;
	}
	.bnr_area{
		/*padding:100px 0 30px;*/
		background-color: #000;
		text-align: center;
	}
}
@media screen and (min-width:641px) and (max-width:820px) {
	.kn_navi li{
		font-size:2.4vw;
	}
	.kn_navi li a{
		font-size:2.4vw;
	}
}


@media screen and (min-width:1000px) {
	.kn_header.fixed{
		top:41px;
	}
	.header .inner{
		width: 1000px;
		margin: 0 auto;
	}
	.kn_header_right{
		padding:0;
	}
	.kn_catch{
		width: 221px;
	}
	.kn_navi{
		padding:24px 0 0 0;
		font-size:0;
	}
	.kn_navi li{
		display:inline-block;
		border-right: 1px dotted #bfbfbf;
		padding-right:20px;
		margin-right:20px;
		line-height: 1;
	}
}


/* =============================================
 01:メニュー
============================================= */
.pageMenu{
	position: absolute;
	right: 0;
	top: 50px;
	width: 100%;
	z-index: 10;
	display: none;
}

.pageMenu-toggle{
	position: absolute;
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(#c06c2b, #c08c1a);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 5;
	cursor: pointer;
}
.pageMenu-toggle span:nth-child(2){
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 16px;
	width: 26px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle span:nth-child(1){
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 24px;
	width: 26px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle span:nth-child(3){
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 32px;
	width: 26px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 8;
}
.open .pageMenu-toggle span:nth-child(1){
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle span:nth-child(2){
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.open .pageMenu-toggle span:nth-child(3){
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/* -------------------------------------------
 side-menu
------------------------------------------- */
.side-menu{
	display: none;
	width: 100%;
	-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;
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 8;
}
.side-menu li{}
.side-menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	clear: both;
	padding: 10px 7px 10px 20px;
	text-align: left;
	line-height: 1.3;
	border-top: 1px solid #676767;
	background: #424242 url(../img/common/icon_arrow_down.png) 5px center no-repeat;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}
.side-menu a:hover{
	background: #666 5px center no-repeat;
}
.side-menu a span{
	display: none;
}
.side-menu li:first-child a{
	border-top: 0 solid #fff;
}

/* =============================================
  共通 ボックススタイル
============================================= */
.sec{
	margin-top: -88px;
	padding-top: 88px;
}
.sec_wrap{
	padding: 15% 0;
	background-color: #000;
}
section:nth-child(2) .sec_wrap{
    background: url(../img/pc/bg_main.png),linear-gradient(0deg, #c06c2b, #f6c456 35%, #fde7ac);
	background-repeat: repeat;
	background-color: #be6b2b;
	position:relative;
	z-index: 0;
}
@media screen and (min-width:641px) and (max-width:999px) {
	section:nth-child(2) .sec_wrap:before{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:8%;
	left:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/50% auto;
	z-index: -1;
}
section:nth-child(2) .sec_wrap:after{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:8%;
	right:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/50% auto;
	z-index: -1;
	transform: scale(-1, 1);
}
}
@media screen and (min-width:1000px) and (max-width:1199px) {
	section:nth-child(2) .sec_wrap:before{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:30px;
	left:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/75% auto;
	z-index: -1;
}
section:nth-child(2) .sec_wrap:after{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:30px;
	right:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/75% auto;
	z-index: -1;
	transform: scale(-1, 1);
}
}
@media screen and (min-width:1200px) {
	section:nth-child(2) .sec_wrap:before{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:10px;
	left:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/100% auto;
	z-index: -1;
}
section:nth-child(2) .sec_wrap:after{
	content: "";
	display: block;
	width: 380px;
	height: 170px;
	position:absolute;
	top:10px;
	right:0;
	background: url("../img/pc/bg_brain.png") no-repeat left top/100% auto;
	z-index: -1;
	transform: scale(-1, 1);
}
}
section:nth-child(2) .sec{

}
section:nth-child(3n) .sec_wrap{
	background: url("../img/common/bg_cast.png") #000000 no-repeat center top / 100% 1720px;
	background-size:cover;
	position:relative;
	z-index: 0;
}
@media screen and (max-width:640px) {
section:nth-child(3n) .sec_wrap{
	background: url("../img/common/bg_cast.png") #000000 no-repeat center top 7% / 100% auto;
	position:relative;
	z-index: 0;
}
}
@media screen and (min-width:641px) {
section:nth-child(3n) .sec_wrap{
	background: url("../img/common/bg_cast.png") #000000 no-repeat center top 22% / 100% auto;
	position:relative;
	z-index: 0;
}
}
.sec .inner{
	padding: 0 3%;
}
.inner{
	text-align:center;
}
.inner:after{
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width:641px) {
	.sec{
		display: block;
		margin-top: -128px;
		padding-top: 128px;
	}
	.sec_wrap{
		padding: 10% 0;
	}
	.sec .inner{
		padding: 0 2%;
	}
	.inner{
		text-align:left;
	}
}
@media screen and (min-width:1000px) {
	.sec{
		display: block;
		margin-top: -188px;
		padding-top: 188px;
	}
	.sec_wrap{
		padding: 80px 0 80px;
	}
	.sec .inner,
	.inner{
		width: 1000px;
		margin: 0 auto;
		padding:0;
	}
}

/* =============================================
 トップページ
============================================= */
/* 01：ビジュアル＆OA情報
---------------------------------------- */
.header_wrap .info{
	position: relative;
}
.logo,
.oatime,
.oa_caution,
.btn_s1,
.catch{
	position: absolute;
}
@media screen and (max-width:640px) {
	.header_wrap{
		background: #000 url("../img/common/visual_smp.jpg") no-repeat center top / 100% auto;
	}
	.header_wrap .info{
		padding-top: 155%;
	}
	.oatime{
		width: 100%;
		bottom:36%;
		left:0;
		text-align: center;
	}
	.oatime img{
		width: 85%;
	}
	.oa_caution{
		bottom:31.5%;
		left:0;
		width: 100%;
		text-align: center;
		font-size: 0.875rem;
	}
	.btn_s1{
		bottom:-3%;
		left:0;
		width: 100%;
		text-align: center;
	}
	.btn_s1 img{
		width: 78%;
	}
	.catch{
		width: 90%;
		top:78%;
		right:5%;
	}
}
@media screen and (min-width:641px)  {
	.header_wrap{
		background: #000 url("../img/common/visual_tbl.jpg") no-repeat center top / 100% auto;
		/*margin-top: 68px;　バナーエリアなしのとき*/
		margin-bottom: 10px;
	}
	.header_wrap .info{
		padding-top: 50%;
	}
	.oatime{
		width: 27%;
		top:70%;
		right:6%;
	}
	.oa_caution{
		bottom:5%;
		right:7%;
		font-size: 1.6vw;
	}
	.btn_s1{
		width: 34%;
		bottom:12%;
		right:2%;
	}
	.catch{
		width: 28%;
		top:35%;
		right:5%;
	}
}
@media screen and (min-width:1000px) {
	.header_wrap{
		background: #000 url("../img/common/visual_pc.jpg") no-repeat center top / 2000px auto;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.header_wrap .info{
		width:1000px;
		margin: 0 auto;
		padding-top: 500px;
	}
	.oatime{
		width: 266px;
		top:70%;
		right:6%;
	}
	.oa_caution{
		bottom:5%;
		right:7%;
		font-size: 1rem;
	}
	.btn_s1{
		width: 348px;
		bottom:8%;
		right:0;
	}
	.catch{
		width: 282px;
		top:33%;
		right:4%;
	}
}

/* 02：次回予告
---------------------------------------- */
.epi_photo{
	margin-bottom: 5%;
}
.epi_summary{
	margin-bottom: 5%;
}
.epi_num{
	line-height: 1;
	background: linear-gradient(#c06c2b, #c08c1a);
	background-color: #c06c2b;
	padding: 3%;
	margin-bottom: 5%;
	text-align: center;
}
.epi_num span {
	line-height: 1.4;
    font-size: 0.875rem;
}
.epi_summary h3{
	font-size: 1.25rem;
	line-height: 1.7;
	text-align: center;
}
.epi_summary .oa_time{
	font-size: 0.875rem;
	text-align: center;
	color: #fdefb1;
}
.epi_summary .oa_time span{
	color: #ccc;
	font-size: 0.750rem;
}
.epi_story{
	font-size: 0.875rem;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
.epi_photo{
	margin-top: 3%;
	}
}
@media screen and (min-width:641px) {
	.epi_photo{
		float: right;
		text-align: right;
		width: 50%;
		margin-bottom:0;
	}
	.epi_txt{
		float: left;
		width: 47%;
		padding-left: 1%
	}
	.epi_photo img{
		max-width: 500px;
	}
	.epi_summary{
		display: table;
		margin-bottom: 3%;
		vertical-align:middle;
		width: 100%;
	}
	.epi_num{
		font-size: 1.125rem;
		display: table-cell;
		vertical-align: middle;
		width: 25%;
	}
	.epi_num span {
		font-size: 0.875rem;
	}
	.epi_title{
		display: table-cell;
		padding-left: 10px;
		text-align: left;
		width: 75%;
	}
	.epi_summary h3{
		font-size: 1.375rem;
		text-align: left;
	}
	.epi_summary .oa_time{
		font-size: 1rem;
		line-height:1.2;
		text-align: left;
		padding-left: 10px;
	}
	.epi_summary .oa_time span{
		color: #ccc;
		font-size: 0.750rem;
	}
	.epi_story{
		line-height: 2;
	}
}
/* ボタン */
.btnBn a{
	display:block;
	position: relative;
	background: #c0831e;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	padding: 3% 0;
	margin: 5% auto 0;
	text-align: center;
	color: #fff;
	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;
}
.btnBn a img{
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
.btnBn a:hover{
	background: #f8cd6b;
	color: #fff;
}
p.btn{
	margin-top:0;
	text-align: center;
}
@media screen and (min-width:641px) {
	.btnBn{
		text-align: right;
	}
	.btnBn a{
		display:inline-block;
		padding: 6px 20px;
		margin-top: 20px;
	}
}


/* 03：イントロダクション
---------------------------------------- */
.intro_slider{
	padding-bottom:40px;
	margin-bottom:3%;
}
.sec_intro .intro_catch{
	padding-bottom:5%;
}
.sec_intro .intro_story{
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0;
	color: #000;
}
@media screen and (min-width:641px) {
	.sec_intro .intro_catch{
		padding-bottom: 30px;
		text-align: center;
	}
	.sec_intro .intro_txt{
		float: right;
		width: 46%;
	}
	.sec_intro .intro_photo{
		float: left;
		width: 50%;
	}
	.sec_intro .intro_photo img{
		max-width: 500px;
	}
	.sec_intro .intro_story{
		line-height: 2;
		margin-top: 0;
		color: #000;
	}
section:nth-child(1) .sec_intro .intro_story{
    padding-left: 10px;
}
}

/* 04：キャスト
---------------------------------------- */
@media screen and (max-width:640px) {
	.cast_box, .cast_box2{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3% 0;
		margin: 0 auto;
		border-bottom: 1px solid #666;
	}
	.cast_box:after, .cast_box2:after{
		content: "";
		display: block;
		clear: both;
	}
	.cast_box:last-of-type, .cast_box2:last-of-type{
		border-bottom: none;
	}

	.cast_txt{
		text-align: left;
	}
	.cast_photo{
		width: 105px;
		padding: 0 10px 10px 0;
		float: left;
	}
	.cast_photo img{
		width: 105px;
	}
	.cast_txt h3{
		font-size: 1.125rem;
		font-weight: bold;
		color:#fbf3d0;
	}
	.cast_txt h3 span{
		font-size: 0.750rem;
		font-weight: bold;
		color:#fbf3d0;
	}
	.cast_txt p{
		font-size: 0.875rem;
	}
	.cast_txt .cast_actor{
		font-size: 0.750rem;
		color:#CCC;
		margin-bottom: 2%;
	}
	img.cast_pict{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 6%;
	}
}
@media screen and (min-width:641px) {
	.cast_box{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 500px;
		padding: 20px;
		background: linear-gradient(#c06c2b, #c08c1a);
		margin: 0 auto;
	}
	.cast_box2{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 500px;
		padding: 20px;
		background: linear-gradient(#2c7f5f, #58ad8c);
		margin: 0 auto;
	}
	.cast_box:after, .cast_box2:after{
		content: "";
		display: block;
		clear: both;
		zoom: 1;
	}
	.cast_txt{
		width: 55%;
		float: right;
		font-size: 0.875rem;
	}
	.cast_photo{
		width: 40%;
		float: left;
	}
	.cast_txt h3{
		font-size:1.25rem; /* 20pt */
		margin-bottom: 2%;
		font-weight: bold;
		color: #fbf3d0;
		line-height: 1.2;
	}
	.cast_txt h3 span{
		font-size:1rem; /* 16pt */
		margin-bottom: 2%;
		font-weight: bold;
		color: #fbf3d0;
		line-height: 1.2;
	}
	.cast_txt .cast_actor{
		padding-bottom: 2%;
		margin-bottom: 2%;
		border-bottom: 1px solid #fbf3d0;
		font-size:1rem; /* 16pt */
		font-weight: bold;
	}
}
@media screen and (min-width:1000px) {
	.cast_text01{
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
		font-size:1.75rem; /* 28pt */
	}
	.cast_text02{
		text-align: center;
		margin-bottom: 30px;
		font-size:0.875rem; /* 14pt */
	}
}
@media screen and (max-width:640px) {
    .cast_text01{
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
		font-size:1.375rem; /* 22pt */
	}
	.cast_text02{
		display: none;
	}
}
@media screen and (min-width:641px){
    .cast_text01{
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
		font-size:1.75rem; /* 28pt */
	}
	.cast_text02{
		text-align: center;
		margin-bottom: 30px;
		font-size:0.875rem; /* 14pt */
	}
}
/* =============================================
 フッター
============================================= */
.footer_wrap{
	display: block;
	color:#FFF;
	text-align: center;
}

/* 03：コピーライト
---------------------------------------- */
.footer_copy{
	margin: 0 auto;
	padding: 20px 0;
	background: linear-gradient(#c06c2b, #c08c1a);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 0.875rem;
	line-height: 1.2;
}
@media screen and (min-width:641px) {
	.footer_copy .inner{
		text-align: center;
	}
}
/* 04：ページトップ
---------------------------------------- */
.pageTop{
	margin-bottom: 1.4%;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 10;
}
.pageTop a{
	padding: 0;
}
@media screen and (min-width:641px){
	.pageTop a{
		padding: 0;
	}
}

/* =============================================
 エピソードページ
============================================= */
.sec_episode{
	color: #fff;
}
.sec_episode h2{
	background-color: #000;
}
.sec_episode .btnBn{
	display: none;
}
.sec_episode{
	background-color: #000;
}
.sec_episode .inner:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.sec_episode .title{
	border-bottom: 4px solid #c0831e;
	margin-bottom: 5%;
}
.sec_episode .inner{
		padding: 0 5% 10%;
		margin-bottom: 10%;
		border-bottom: 1px solid #666;
}

@media screen and (min-width:641px){
	.sec_episode{
		width: 100%;
		margin-top: 68px;/*バナーあり*/
	}
	.sec_episode .title{
		width: 100%;
		margin-bottom: 7%;
		text-align: center;
	}
	.sec_episode .inner{
		padding: 0 0 4%;
		margin: 0 0 4%;
		border-bottom: 1px solid #444;
	}
	.sec_episode .inner:last-of-type{
		margin-bottom: 0;
		border-bottom: none;
	}
}
@media screen and (min-width:1000px){
	.sec_episode{
		margin-top: 0px;
	}
	.sec_episode .title{
		height: 160px;
		margin-bottom: 40px;
	}
	.sec_episode .title img{
		width: 1000px;
		margin: 0 auto;
	}
	.sec_episode .inner{
		width: 1000px;
		padding: 0 0 40px;
		margin: 0 auto 40px;
		border-bottom: 1px solid #444;
	}

}
@media screen and (min-width:641px) and (max-width:820px) {
	.sec_episode{
		padding-top: 68px;
	}
}


</pre></body></html>