@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-family:Lato,"Noto Sans Japanese",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
    outline : none;
}

html {
	position:relative;
}

body {
	background:#fff;
	overflow:hidden;
}

body.loaded {
	overflow:visible;
}

a {
	outline:0;
	vertical-align:top;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

a img:hover {
	opacity:0.75;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}
br.sp{
	display:none;
}

/* コンテント */

.content {
	width:960px;
	margin:0 auto;
}
.content .rd {
	margin:0 10px 15px 10px;
	font-size:14px;
	color:#333;
}

/* ヘッダー */

#header {
	background:#333333;
	height:67px;
}

#header .content {
	clear:both;
	overflow:hidden;
}

#header #logo {
	float:left;
	margin-top:18px;
}

#header #sns {
	float:right;
	margin-top:30px;
}

.sns_box {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}

/* フッター */

#footer{
	padding:0;
}
#footer .logo{
	text-align:center;
	margin-bottom:20px;
}
#footer .logo img{
	width:170px;
}
#footer p{
	text-align:center;
	line-height:1.7;
	color:#999;
	margin:0 15px;
}
#footer p a{
	font-size:11px;
	display:inline-block;
	padding:0 2px;
}
#footer p br{
	display:none;
}
#footer p span{
	display:inline;
}
#footer copyright,
#footer .copyright{
	display:block;
	text-align:center;
	font-size:10px;
	text-align:center;
	padding:15px 0 20px 0;
}

/* パンくず */

.pan {
	padding:5px 0 0 10px;
}

.pan a {
	color:#333;
}

.pan a:hover {
	color:#333;
	text-decoration:none;
}


/* メイン */

#main {
	min-width:1200px;
}

#main .content {
	position:relative;
}
#main .pttl{
	text-align:center;
}

/* ボックス */

.main_box {
	background:url(../img/bg_main_top_aw.jpg) no-repeat top center #E6DEBA;
}

.main_box .sns {
	height:48px;
	text-align:center;
}

.main_box .sns .sns_box{
	padding-top:15px;
	margin:0 10px;
}

.main_box_in {
	background:url(../img/bg_main_bottom_aw.jpg) no-repeat bottom center;
	padding-bottom:35px;
}

/* リスト */

li {
	position:relative;
}

li .list_img {
	overflow:hidden;
	position:relative;
	border-radius:0 0 5px 5px;
}
li .list_img .i_cat{
	position:absolute;
	top:0;
	left:0;
	background:#f58a17;
	text-align:center;
	color:#fff;
	padding:5px 6px;
	line-height:1;
	border-radius:0 0 3px 0;
	font-size:12px;
}
li .list_text .i_cat{
	display:inline-block;
	background:#f58a17;
	text-align:center;
	color:#fff;
	padding:5px 6px;
	line-height:1;
	border-radius:3px;
	margin-right:7px;
	vertical-align:middle;
	font-size:12px;
}

a .list_img img:hover {
	opacity:1;
}

li .list_img img {
	width:100%;
}

li .cat {
	text-align:center;
	background:#fff;
	border-radius:5px 5px 0 0;
	padding:5px 5px;
}
li .cat p {
	font-size:13px;
}
li a{
	text-decoration:none;
}

li .list_text h2,
li .list_text p {
	color:#ffffff;
	text-shadow:0 0 8px #000000;
}

li .list_text h2 {
	font-weight:bold;
}

li .list_text {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
}

.top li img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius:0 0 5px 5px;
}

.top li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* 注目 */

.center .list_text {
	padding:20px 25px;
}

.center .list_text p {
	font-size:18px;
}

.center .list_text h2 {
	font-size:24px;
}

/* ノーマルリスト */

.normal {
	margin:30px 0 20px 0;
}

.normal ul {
	overflow:hidden;
	clear:both;
}

.normal li {
	float:left;
	width:300px;
	margin:0 10px 20px 10px;
}

.normal .list_text {
	padding:10px 12px;
}

.normal .list_text p {
	font-size:12px;
}

.normal .list_text h2 {
	font-size:16px;
}

/* 詳細 */

.drama_text * ,
.drama_data * {
	color:#333333;
}

.drama_title {
	margin:0 0 25px 0;
}
.drama_title.tp {
	margin:10px 0 40px 0;
}
.drama_title.tp span{
	display:inline-block;
	margin-bottom:8px;
	font-weight:bold;
	font-size:14px;
	background:#f58a17;
	text-align:center;
	color:#fff;
	padding:8px;
	line-height:1;
	border-radius:3px;
	margin-right:7px;
	vertical-align:middle;
}
.drama_title .mds {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:0 0 5px 0;
	color:#f58a17;
	letter-spacing:0px;
}
.drama_title .mds:before {
	content:"＼";
	font-weight:normal;
}
.drama_title .mds:after {
	content:"／";
	font-weight:normal;
}
.drama_title.tp .mds {
	font-weight:bold;
	font-size:28px;
	text-align:center;
	border-bottom:1px solid #f58a17;
	padding:15px 0;
	color:#333;
	letter-spacing:0px;
}
.drama_title.tp h2.mds {
	font-size:24px;
}
.drama_title.tp .mds:before {
	content:"";
}
.drama_title.tp .mds:after {
	content:"";
}
.bdr{
	border:1px solid #f58a17;
	margin-top:40px;
	padding:30px;
}

.drama_text {
	overflow:hidden;
	clear:both;
}

.drama_text_img {
	float:left;
}
.drama_text_img iframe{
	width:515px;
	height:320px;
}
.drama_text.v2 .drama_text_img {
	float:right;
}
.drama_text.v2 {
	margin-bottom:35px;
}
.drama_text.v3{
	margin-top:-55px;
}

.drama_text_img,
.drama_text_img img {
	width:515px;
}

.drama_text.v2 .drama_text_img,
.drama_text.v2 .drama_text_img img {
	width:300px;
}
.drama_text.v3 .drama_text_img,
.drama_text.v3 .drama_text_img img {
	width:300px;
}

.drama_text_box {
	float:left;
	width:420px;
	margin-left:25px;
}
.drama_text.v2 .drama_text_box{
	float:left;
	width:560px;
	margin-left:0px;
}
.drama_text.v3 .drama_text_box {
	float:left;
	width:560px;
	margin-left:25px;
	margin-top:55px;
}

.drama_text_h {
	margin-top:5px;
	font-size:18px;
	font-weight:bold;
}

.drama_text_box p {
	margin-top:10px;
	font-size:14px;
	line-height:1.8;
}

.drama_column {
	margin-top:35px;
}

.drama_column h3 {
	margin-bottom:10px;
}

.drama_data {
	margin-top:40px;
}

.drama_data h3 {
	margin-bottom:15px;
}

.drama_data_box {
	overflow:hidden;
	clear:both;
	padding:20px;
	background:#fff;
}

.drama_data_text {
	float:left;
	width:730px;
}

.drama_data_img {
	float:right;
	width:136px;
	margin-left:24px;
	margin-top:5px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.drama_data_img img {
	width:136px;
}

.drama_data_title {
	font-size:24px;
	font-weight:bold;
}

.drama_data_title span.sea {
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
}

.drama_data_title span.gen {
	font-size:10px;
	margin-left:15px;
}

.drama_data_day {
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
}

.drama_data_dvd {
	margin-top:2px;
}

.drama_data_bil {
	margin-top:5px;
}

.drama_data_dis {
	margin-top:7px;
}

.drama_data_dis a {
	color:#b52434;
}

.drama_data_dis a:hover {
	text-decoration:none;
}

.rtl{
	margin-bottom:5px;
	color:#b52434;
}
.rtl .tag{
	display:inline-block;
	padding:5px;
	background:#b52434;
	color:#fff;
	font-size:11px;
	line-height:1;
	border-radius:3px;
	margin-right:8px;
}
.rtl .day{
	display:inline-block;
	font-size:28px;
	line-height:1;
	font-weight:bold;
	color:#b52434;
	margin-right:3px;
	vertical-align:bottom;
}


/* トップへ */

.backtop {
	margin:60px 0 40px 0;
	text-align:center;
	position:relative;
	font-size:16px;
	line-height:1;
	padding-top:40px;
}

.backtop a img:hover {
	opacity:1;
}
.backtop .back {
	position:absolute;
	top:0;
	left:0px;
	width:450px;
	text-align:left;
}
.backtop .next {
	position:absolute;
	top:0;
	right:0px;
	width:450px;
	text-align:right;
}
.backtop a {
	font-size:16px;
	line-height:1;
	text-decoration:none;
	color:#333;
}
.backtop a:hover {
	text-decoration:underline;
	color:#333;
}

/* コピーライト */

.copyright {
	padding:0 10px 50px 10px;
	font-size:8px;
	position:relative;
}

/* ページトップ */

#page-top {
	position: fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	cursor:pointer;
	z-index:100;
}
#page-top img{
	width:60px;
	height:60px;
}

.pagetop a img:hover {
	opacity:1;
}

/* 動画 */

.movie {
	width: 800px;
	margin: 0 auto;
}
.movie iframe{
	width: 800px;
	height:450px;
}


.main_box_in .center{
	margin-bottom:45px;
}
.dvdbtn{
	text-align:center;
	margin:0 15px 25px 15px;
}
.dvdbtn img{
	width:450px;
}
.ph3{
	padding-bottom:15px;
	margin:0 10px;
}
.ph3::after{
	content: "";
	display: block;
	clear: both;
}
.ph3 li{
	float:left;
	width:31.3%;
	margin:0 1%;
}
.ph3 li img{
	width:100%;
}
.top .cp{
	text-align:center;
}
.top .cp img{
	width:510px;
	margin-bottom:20px;
}
#cp {
	width: 960px;
	margin: 0 auto 35px auto;
	border-radius:5px;
	padding:10px 0 30px 0;
	background:#B13B24;
	color:#fff;
}
#cp .cpinr {
	padding:0 20px;
}
#cp ul li{
	color:#fff;
}
#cp ul li a{
	color:#fff;
	text-decoration:underline;
}
#cp .cpttl{
	margin-bottom:30px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
#cp .cpttl img {
	width:100%;
	padding-bottom:5px;
}
#cp .cpttl span{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:1px solid #fff;
	padding:3px 5px;
	margin-top:10px;
}
#cp .cpbtn{
	margin-top:30px;
}
#cp .cpbtn a{
	display:block;
	background:#fff;
	text-align:center;
	padding:24px 0;
	font-size:22px;
	font-weight:bold;
	border-radius:5px;
	color:#B13B24;
	text-decoration:none;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4);
}
#cp .cpbtn a i{
	color:#B13B24;
}