@charset "utf-8";

/* -------------------------------------------------------------
	共通
-----------------------------------------------------------------*/
body {

}

#btn_pagetop {
	width: 100px;
	height: 80px;
	padding: 10px 0;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 999;
	transition: 0.2s;
}
#btn_pagetop a {
	text-decoration: none;
}
#btn_pagetop:hover {
	opacity: 0.8;
}
#btn_pagetop span:nth-child(1) {
	font-size: 42px;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
#btn_pagetop span:nth-child(2) {
	font-size: 14px;
	display: block;
}
#btn_pagetop a {
	color: #fff;
}



/*	フッター
-----------------------------------------------------------------*/
footer {
	background-color: #5c4022;
	height: 200px;
}
footer .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#logo_footer {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 10;
}
#top_notice {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 11;
}
#top_btn {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 11;
}



/*	ヘッダー
-----------------------------------------------------------------*/
header {
	width: 100%;
	height: auto;
}

/* ヘッダー上段 */
header #header_main {
	width: 100%;
	background-color: #bf0008;
}
header #header_main .inner {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
header #header_main h1 {
	position: absolute;
	top: 185px;
	right: 10px;
	z-index: 10;
}
header #header_main #top_date {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 10;
}
header #header_main #top_award {
	position: absolute;
	top: 119px;
	right: 30px;
	z-index: 10;
}

/* ヘッダー下段 */
header #header_nav {
	background:
	url(../img/bg_header.png) 50% 0 repeat-y,
	linear-gradient(#ffe6c4, #d6efff);
	width: 100%;
}
header #header_nav .inner {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	/*padding: 20px 10px;*/
	padding: 100px 10px 20px; /*プレゼント吹き出し追加*/
	box-sizing: border-box;
	overflow: hidden;
}

header #header_nav .inner .menu {
	width: 825px;
	margin: 0 auto;
}


header #header_nav nav {
	width: 556px;
	margin: 0 auto;

}
header #header_nav nav ul {
	height: 264px;
	display: flex;
	flex-flow: row-reverse;
}
header #header_nav nav ul li {
	margin-right: 20px;
	position: relative;
}
header #header_nav nav ul li:first-child {
	margin-right: 0;
}
header #header_nav #present-balloon {
	position: absolute;
	top: 10px;
	left: 246px;
	z-index: 20;
}
header #header_nav #present-balloon a:hover img {
	filter: hue-rotate(45deg);
}

header #header_nav nav ul li #present-close { /*受付終了*/
	position: absolute;
	top: 100px;
	/* left: 480px; */
	left: 40%;
	z-index: 15;
}
header #header_nav #bn_sho-ten_dramasp {
	float: right;
}
header #header_nav #btn_list li a:hover,
header #header_nav #bn_sho-ten_dramasp a:hover {
	opacity: 0.8;
}

.bn_sho-ten_dramasp_14 {
	clear: both;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}

header #header_nav #bn_sho-ten_dramasp_14 {
	display: flex;
	float: right;
	margin: 30px 0;
}

header #header_nav #bn_sho-ten_dramasp_14 img{
	margin:0 20px;
	width:320px;
	height:105px;
}

header #header_nav #bn_sho-ten_dramasp_14 a:hover {
	opacity: 0.8;
}


/* DVDのご予約 */
header #header_nav #bn_dvd2 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
header #header_nav #bn_dvd2 a:hover {
	filter: hue-rotate(45deg);
}
header #header_nav #bn_dvd3 {
	position: absolute;
	top: 10px;
	left: 338px;
	z-index: 20;
}
header #header_nav #bn_dvd3 a:hover {
	opacity: 0.8;
}


header #header_nav #videoplay {
	clear: both;
	width: 640px;
	margin: 0 auto;
	padding-top: 20px;
}




/* -------------------------------------------------------------
	サブ共通
-----------------------------------------------------------------*/
#contents {
	background-color: #fff;
}
#contents .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
#contents h2 {
	text-align: center;
	margin-bottom: 35px;
}

/* 	概要
-----------------------------------------------------------------*/
#outline {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	background-color: #efe5f5;
	border-top: 6px solid #660099;
}
#outline .txt01 {
	text-align: center;
	margin-bottom: 20px;
}
#outline .txt02 {
	text-align: center;
	margin-bottom: 25px;
}
#outline #arasuji {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto 20px;
	padding: 25px 30px;
}
#outline #arasuji dt {
	margin-bottom: 10px;
}

#outline #arasuji_bk {
	width: 1000px;
}


/* 	登場人物
-----------------------------------------------------------------*/
#cast {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	background-color: #e5f5fa;
	border-top: 6px solid #0099cc;
}
#cast .list li {
	float: left;
}
#cast .list li img {
	display: block;
	margin: 0 auto;
}

/* 人物[大] */
#cast #cast_list_01 {
	width: 1000px;
	position: relative;
	overflow: hidden;
}
#cast #cast_list_01 li {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 480px;
	height: 400px;
	padding: 30px 0 20px;
	margin-bottom: 20px;
	margin-right: 40px;
}
#cast #cast_list_01 li:last-child {
	margin-right: 0;
}
#cast #cast_list_01 li img {
	margin-bottom: 15px;
}

/* 人物[中] */
#cast #cast_list_02 {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 1000px;
	margin-bottom: 20px;
	padding: 20px 15px 15px;
	overflow: hidden;
}
#cast #cast_list_02 ul {
	width: 970px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#cast #cast_list_02 ul:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#cast #cast_list_02 li {
	width: 33.33%;
}
#cast #cast_list_02 li img {
	margin-bottom: 5px;
}

/* 人物[小] */
#cast #cast_list_03 {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 1000px;
	margin-bottom: 20px;
	padding: 20px 15px 15px;
	overflow: hidden;
}
#cast #cast_list_03 li {
	width: 20%;
}
#cast #cast_list_03 li img {
	margin-bottom: 5px;
}

/* 人物[笑点メンバー] */
#cast #cast_list_shoten {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 1000px;
	text-align: center;
	margin-bottom: 20px;
	padding: 30px 0 25px;
}
#cast #cast_list_shoten p {
	margin-bottom: 20px;
}



/* 	ツイッター
-----------------------------------------------------------------*/
#twitter {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	background-color: #fdfaf3;
	border-top: 6px solid #e9ca86;
}
#twitter .timeline {
	background-color: #e9ca86;
	box-sizing: border-box;
	border-radius: 8px;
	width: 808px;
	height: 428px;
	margin: 0 auto;
	padding: 4px; 
}
#twitter .timeline a {
	color: #999;
	text-decoration: none;
}



/* 	制作スタッフ
-----------------------------------------------------------------*/
#staff {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	background-color: #eaf6eb;
	border-top: 6px solid #2dab38;
}
#staff .staff_txt {
	text-align: center;
}


/* 	4K注意書き
-----------------------------------------------------------------*/
#add_4k {
	margin: 100px 0;
}
#add_4k .logo_4k {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 66px;
	height: 37px;
	background: url(../img/logo_4k.png) 0 0 no-repeat;
}
#add_4k .logo_bs4 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 140px;
	height: 26px;
	background: url(../img/logo_bs4.png) 0 0 no-repeat;
	position: relative;
	top: -2px;
}
#add_4k p {
	text-align: center;
	color: #000;
	font-size: 28px;
	line-height: 2;
}



/* sns
----------------------------------------------------*/
#sns_list {
	width: auto;
	height: 20px;
	padding: 8px 10px;
	position: absolute;
	top: 10px;
	left: 135px;
	z-index: 11;
	background: rgba(255,255,255,0.6);
	border-radius: 6px; 
}
#sns_list li {
	float: left;
	margin-right: 5px;
	height: 20px;
}
#sns_list li:last-child {
	margin-right: 0;
}


/* スポンサー
----------------------------------------------------*/

#sponsor {
	position: relative;
	clear: both;
	margin: 20px auto 0;
	/*width: 100%;*/
	/*width: 768px; スポンサー追加1*/
	width: 938px; /*スポンサー追加2*/
}
#sponsor ul {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
#sponsor li {
	float: left;
	/*margin-right: 7px;*/
	margin-right: 10px;
}
#sponsor li:hover {
	opacity: 0.7;
}
#sponsor li:last-child {
	margin-right: 0;
}


/* TVer
----------------------------------------------------*/

/* 背景色・画像がある場合はここに個別に追記が必要 ここから*/
.streaming-bnr {
/*
    background: url(/mousou-train/images/common/gxih1sryy3l7pume93x782iw9w9akc.png);
    background-size: 100px 100px;
*/
    clear: both;
    width: 500px;
    margin: 50px auto;
}

.streaming-bnr a:hover {
	opacity: 0.7;
}

/* ここまで */

.streaming-bnr__list {
    display: flex;
    flex-wrap: wrap;
}
.streaming-bnr__card {
    display: block;
}
.streaming-bnr__img {
    display: block;
    width: 100%;
}
/*
@media only screen and (max-width: 767.98px) {
    .streaming-bnr__item {
        width: 100%;
    }
    .streaming-bnr__item:nth-child(n+2) {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .streaming-bnr__item {
        width: calc((100% - 41px) / 2);
    }
    .streaming-bnr__item:nth-child(n+2) {
        margin-left: 40px;
    }
}
*/