@charset "UTF-8";


/* フォント設定 */
.font-number {
	font-family: 'Noto Serif JP', serif;
}

.font-title {
	font-family: 'Sawarabi Gothic', sans-serif;
}

.ASMR {
	font-family: 'Noto Serif JP', serif;
}

/* 共通箇所 */
/* 矢印 */
.btn-green::after {
	width: 0;
	height: 0;
	border-top: solid 5px transparent;
	border-right: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;
	border-left: solid 5px transparent;
}

/* movie 矢印 */

.slick-arrow::after {
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #7a0;
}


/* fonts
========================================= */
.solid-style {
	font-family: 'Noto Serif JP', serif;
}

.timer-font {
	font-family: 'Sawarabi Mincho', sans-serif;
}




/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV {
	position: relative;
}


.top-mainV-area {}

.top-mainV-inner {
	width: 100%;
	/* max-width: 1000px; */
	margin: 0 auto;
}

.top-mainV-img {
	width: 100%;
	padding-top: calc(1152 / 1499 * 100%);
	background-image: url("../images/top/backimage0.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}


/* mainV（ロゴ）
========================================== */
.top-mainV-logo {
	position: absolute;
	width: 33%;
	padding-top: calc(187 / 477 * 33%);
	top: 50%;
	left: 50%;
	transform: translate(-51%, -77%);
}
.top-mainV-logo > div {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top-mainV-logo > div:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	padding-top: calc(187 / 477 * 100%);
	left: 0;
	background: url(../images/top/voice_topTitle.png) no-repeat center / 100% auto;
}

@keyframes noise_animation{
	0%{left:0px;}
	10%{left:0px;filter:none;}10.25%{left:30px;filter:hue-rotate(90deg) invert(70%);}10.5%{left:0px;filter:none;}
	70%{left:0px;filter:none;}70.25%{left:-30px;filter:hue-rotate(270deg) invert(30%);}70.5%{left:0px;filter:none;}
	100%{left:0px;}
}

.top-mainV-logo > div:nth-child(1) {
	top: 0;
	height: 31%;
}
.top-mainV-logo > div:nth-child(1):before {
	top: 0;
	animation:noise_animation 11s linear alternate infinite;
}

.top-mainV-logo > div:nth-child(2) {
	top: 30%;
	height: 11%;
}
.top-mainV-logo > div:nth-child(2):before {
	margin-top: calc(187 / 477 * -30%);
	animation:noise_animation 10s linear alternate infinite;
}
.top-mainV-logo > div:nth-child(3) {
	top: 40%;
	height: 21%;
}
.top-mainV-logo > div:nth-child(3):before {
	margin-top: calc(187 / 477 * -40%);
	animation:noise_animation 9s linear alternate infinite;
}
.top-mainV-logo > div:nth-child(4) {
	top: 60%;
	height: 11%;
}
.top-mainV-logo > div:nth-child(4):before {
	margin-top: calc(187 / 477 * -60%);
	animation:noise_animation 11s linear alternate infinite;
}
.top-mainV-logo > div:nth-child(5) {
	top: 70%;
	height: 30%;
}
.top-mainV-logo > div:nth-child(5):before {
	margin-top: calc(187 / 477 * -70%);
}


body {
	background-color: #1a1c2a;
}

.main_bgc {
	background-color: #1a1c2a;
}

/* カウントダウン
 ========================================== */

.cdt_wrapper{
	background-color: #000;
	line-height: 1.4;

}
.cdt{
	text-align: center;
	color: #fff;
	font-weight: solid;
	line-height: 1.1;

}
.cdt-text{
	font-size: 3vw;
	vertical-align: middle;
	text-shadow:1px -1px 10px#95080e, 1px -1px 10px#95080e,1px -1px 10px#95080e,1px -1px 10px#95080e,1px -1px 10px#95080e,1px -1px 10px#95080e;
}
.cdt_date{
	display: inline-block;
	font-family: 'Rajdhani', sans-serif;
	color:#fff;
	vertical-align: middle;
	font-size: 6vw;
	text-shadow:1px -1px 10px#267952, 1px -1px 10px#267952,1px -1px 10px#267952,1px -1px 10px#267952,1px -1px 10px#267952;
}

.cdt_num.day,
.cdt_time {
	display: inline-block;

	font-weight: 500;
	font-size: 7vw;
}
.cdt_num.day {
	min-width: 3.5vw;
	margin-left: 0.5vw;
}
.cdt_day_ja {
	font-size: 4.5vw;
}
.cdt_num.hour,
.cdt_num.min,
.cdt_num.sec{
	display: inline-block;
	min-width: 8vw;
}
.cdt_num.milli{
	font-size: 5vw;
	display: inline-block;
	min-width: 6vw;
}


/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	background: url(/voice/images/top/ptn04.jpg) repeat center;
	position: relative;
	padding: 60px 20px;
	margin: 0;
}

.topics-area::before {
	content: '';
	background: url(../images/top/topics_point.png)no-repeat top center / 800px auto;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 15px;
	left: 50%;
	transform:translateX(-50%);
}
.drama-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.topics-area .drama-box-title {
	width: 100%;
	padding-top: 80px;
	background: url(/voice/images/top/top_title_Topics.gif) no-repeat center/ contain;
	margin-bottom: 60px;
	overflow: hidden;
	text-indent: -9999em;
	font-size: 0;
}

#topics .topics-btn>a {
	display: block;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #fff;
	font-size: 2.2rem;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}


/* prBanner
========================================== */
.prBanner-area {}

.top-bnr {
	padding: 45px 10px;
}

.prBanner-area a {
	display: block;
}

.prBanner-inner {}

/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.prBanner-list+.prBanner-list{
	margin-top: 15px;
}

.prBanner-item {
	margin: 0 auto;
	max-width: 49%;
	vertical-align: top;
}
.prBanner-item:first-child{
	margin-bottom: 2%;
}

.prBanner-item:nth-child(n+3) {
	margin-top: 15px;
}

.prBanner-img {
	padding-top: 26.79%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.prBanner-img.banner_0817 {
	background-image: url(../images/top/banner/bnr_pr_0817.jpg);
}

.prBanner-img.banner_0905_theme {
	background-image: url(../images/top/banner/bnr_0905_theme.jpg);
}

.prBanner-img.banner_0905_cd {
	background-image: url(../images/top/banner/bnr_0905_cd.jpg);
}

.prBanner-img.banner_0905_bd {
	background-image: url(../images/top/banner/bnr_0905_bd.jpg);
}

.prBanner-img.banner_0905_bd_sale {
	background-image: url(../images/top/banner/bnr_0905_bd_sale.jpg);
}
.prBanner-img.banner_new_page {
	background-image: url(../images/top/banner/banner_new_page.jpg);
	padding-top: calc(240 / 1120 * 100%);
}
.prBanner-img.banner_hulu_callback {
	background-image: url(../images/top/banner/bnr_hulu_callback.jpg);
}



/* trailer
========================================== */
#trailer {
	color: #fff;
}

.trailer-title {
	background-image: url("../images/top/top_title_LastStory.gif");
	margin-bottom: 50px;
}

.trailer-body {
	position: relative;
}



.trailer-area {
	padding: 64px 0 60px;
	background:
		url(../images/background/horizontal_line.png) repeat center top,
		url(../images/background/ptn01.png) repeat center top,
		#000210;
	width: 100%;
}

.trailer-area a {
	display: block;
}

.trailer-inner {
	overflow: hidden;
}

.trailer-box {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: rgba(44, 44, 44, 0.8);
}


/* trailer-movie
------------------------------ */
.movie-top {
	padding-top: 60px;
}

.movie-title {
	background-image: url("../images/top/top_title_Movie.gif");
	margin-bottom: 50px;
}

.trailer-movie {
	width: 100%;
	margin: 0 auto;
	padding: 30px 60px 20px;
	position: relative;
}

.trailer-movie-data {
	padding-top: 56%;
	position: relative;
}

.trailer-area .trailer-movie-data.trailer-fin {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66.6%;
	background-image: url("../images/top/movie/190924_trailer_end.jpg");
}


.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	/* width: 37%; */
	padding: 0px 50px 50px;
	position: relative;
}


.trailer-detail-title {
	font-size: 7.8rem;
	font-style: italic;
	line-height: 1;
	color: #000;
	background: #fff000;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
	line-height: 95px;
	padding: 0 20px;
}

.trailer-detail-title:after {
	content: "";
	display: block;
	border-top: 95px solid #fff000;
	border-right: 60px solid transparent;
	position: absolute;
	top: 0;
	right: -59px;
}


.symbol {
	font-size: 5rem;
	line-height: 1;
}


.trailer-movie .date {
	text-align: right;
	font-size: 3.6rem;
}

.trailer-movie .date_mini {
	font-size: 25px;
}

.trailer-detail-title span.date {
	/* margin-top: 0.3rem;
	color: #969696;
	font-size: 1.8rem; */
}

.trailer-detail-textTitle {
	font-size: 32px;
	padding: 0 0 10px;
	line-height: 1.6;
	font-weight: bold;
}

.trailer-detail-text {
	margin: 5px auto;
	font-size: 1.6rem;
	margin-bottom: 30px;

}

.trailer-detail-comment {
	font-size: 18px;
}

.trailer-detail-btn {
	margin: 30px auto 0px;
}



/* movie
========================================== */
.movie-area {
	background: url(../images/background/ptn03.jpg) repeat;
	position: relative;
}

.movie-area.story-finish {
	padding: 0 0 60px;
}

.movie-area::before {
	content: '';
	background: url(../images/background/point01.png) no-repeat;
	padding-top: 398px;
	width: 604px;
	height: auto;
	position: absolute;
	background-size: contain;
	top: 0;
	left: -140px;
	z-index: 1;
}


.movie-area::after {
	content: '';
	background: url(../images/background/point02.png) no-repeat;
	padding-top: 402px;
	width: 431px;
	height: auto;
	position: absolute;
	background-size: contain;
	bottom: 60px;
	right: -100px;
	z-index: 1;
}

.movie-btn {
	padding: 0px 0 60px;
}

.movie-area {
	outline: none;
	height: 100%;
}

.movie-area a {
	display: block;
}

.movie-inner {
	position: relative;
	z-index: 5;
}



/* movie-slider
------------------------------------------ */
.movie-slider {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 40px 3.4%;
	background-color: rgba(0, 0, 0, 0.5);
}

.movie-slider .slick-list {
	padding: 0 !important;
}

/* slick - nav */
.movie-slider .slick-nav {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 89%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 40;
}

.movie-slider .slick-nav li {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}

.movie-slider .slick-nav li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 100%;
	outline: none;
	background: #dedede;
}

.movie-slider .slick-nav li.slick-active button {
	background: #000;
}

/* slick - button */
.movie-slider .slick-prev,
.movie-slider .slick-next {
	width: 30px;
	height: 30px;
	border: solid 1px #fff;
	/* background-color: #000; */
	border-radius: 100%;
	top: 80px;
	z-index: 50;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
}

.movie-slider .slick-prev:hover,
.movie-slider .slick-next:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.movie-slider .slick-prev.slick-disabled,
.movie-slider .slick-next.slick-disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	pointer-events: none;
}

.movie-slider .slick-prev:before,
.movie-slider .slick-next:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.movie-slider .slick-prev {
	/* left: 25px; */
	top: 170px;
	border-radius: 0;
	height: 50px;
	width: 40px;
}

.movie-slider .slick-prev:before {
	left: 15px;
	border-radius: 0;
}

.movie-slider .slick-next {
	/* right: 25px; */
	top: 170px;
	border-radius: 0;
	height: 50px;
	width: 40px;
}

.movie-slider .slick-next:before {
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0;
}


/* movie-slider - item
------------------------------------------ */
.movie-box {
	margin-top: 0px;
}

.movie-item {
	margin: 0 0.5%;
	position: relative;
}

.movie-item a {
	display: block;
	background-color: #fff;
}

.movie-item a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.movie-img {
	width: 100% !important;
	padding-top: 56.57894% !important;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.movie-img:before,
.movie-img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 30;
}

.movie-img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 29px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	margin-left: 7px;
}

.movie-img:after {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

.movie-text {
	padding: 10px 5px;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* asrm
	========================================== */
.asrm-block {
	display: flex;
	margin-bottom: 60px;
	background-color: rgba(0, 98, 127, 0.7);
	padding: 20px;
	color: #fff;
}

.asmr-backColor {
	padding: 0;
}

.asmr-title {
	padding: 0;
}

.asrm-block-title {
	font-size: 38px;
}

.asrm-block-text {
	font-size: 18px;
	padding: 10px;
}

.asrm-block-right {
	position: relative;
}

.asrm-block-movies {
	position: relative;
	padding-top: 0;
}

.asrm-block-marker {
	position: absolute;
	top: 0;
	font-size: 11px;
	background-color: #fff000;
	right: 0;
	width: 20%;
	position: absolute;
	text-align: center;
	border-bottom-left-radius: 5px;
	color: #000;
}

/* channel
========================================== */
#channel {
	margin-top: 60px;
	margin-bottom: 0;
}

.channel-inner {
	padding: 0 2%;
}

.channel-area {
	/* padding: 40px 0 60px; */
}

.channel-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.channel-item {
	width: 50%;
	min-width: 260px;
}

.channel-item+.channel-item {
	margin-left: 3%;
}

.channel-item a {
	display: block;
	padding: 25px 10px;
	border-radius: 10px;
}

.channel-item.tada a {
	background-color: #ff005a;
}

.channel-item.hulu a {
	background-color: #67ae3e;
}

.channel-item.tada a span {
	background-image: url(/assets/images/drama/channel-hulu-pc.png);
}

.channel-item.hulu a span {
	background-image: url(/assets/images/drama/channel-hulu-pc.png);
}

.channel-item a span {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}



/* sns
========================================== */
.sns-area {
	background: url(../images/top/sns_bgi.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
	padding-bottom: 60px;
}

.sns-title {
	background-image: url(../images/top/top_title_SNS.gif);
	margin-bottom: 50px;
}


.sns-top {
	padding-top: 60px;
}

.sns-flex {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.sns-body {
	display: flex;
	padding-left: 50%;
	flex-flow: row wrap;
	align-content: flex-start;
	width: 30%;
	max-width: 1000px;
	margin: 0;
	padding: 0;
}

.sns-height {
	margin-left: 2%;
}

.voice-twitter-timeline {
	width: 68%;
	background-color: #fff;
	height: 365px;
	overflow: hidden;
}

.voice-twitter-timeline__inner {
	max-width: 660px;
	margin: 0 auto;
}

.sns-body a {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}

.sns-body a:nth-child(n+2) {
	margin-top: calc(45px / 3);
}

.sns-body a:before {
	content: '';
	display: block;
	width: 75px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: auto 36px;
	position: absolute;
	top: 0;
	left: 0;
}

.twitter-area::before {
	background-image: url(../images/top/twitter_icon.png);
}

.facebook-area::before {
	background-image: url(../images/top/facebook_icon.png);
}

.instagram-area::before {
	background-image: url(../images/top/insta_icon.png);
}

.line-area::before {
	background-image: url(../images/top/line_icon.png);
}


.sns-text {
	width: 100%;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: relative;
}

.sns-text::before,
.sns-text::after {
	content: '';
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.sns-text::before {
	transform: translateY(-50%);
}

.sns-text::after {
	transform: translateY(-50%) rotate(90deg);
}

/* twitter
========================================== */
.twitter-area {
	background-color: #23aaff;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}

.twitter-timeline-box {
	max-width: 450px;
	margin: 0 auto;
	padding: 0 3%;
	position: relative;
}


/* instagram
========================================== */
.instagram-area {
	background: #784dc0;
	background: -moz-linear-gradient(-45deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: -webkit-linear-gradient(-45deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: linear-gradient(135deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#784dc0', endColorstr='#fec86e', GradientType=1);
}


/* facebook
========================================== */
.facebook-area {
	background-color: #1877f2;
}

/* line
========================================== */
.line-area {
	background-color: #02b902;
}


/* topics
========================================== */
#topics {}


/* goods
========================================== */
.goods-area {}

.goods-area a {
	display: block;
}

.goods-inner {}


/* goods-list
------------------------------------------ */
.goods-list {
	margin: 40px auto 30px;
	padding: 0 3%;
	font-size: 0;
}

.goods-item {
	width: 24.45%;
	display: inline-block;
	vertical-align: top;
}

.goods-item:not(:first-child) {
	margin-left: 0.733%;
}

.goods-item:nth-child(4n+1) {
	margin-left: 0;
}

.goods-item:nth-child(n+5) {
	margin-top: 15px;
}

.goods-img {
	border: solid 1px #aeaeae;
}

.goods-text {
	margin-top: 10px;
	padding: 0 3px;
	font-size: 1.3rem;
	text-align: left;
}

.goods-btn {
	margin: 3% auto;
	width: 36.3%;
}

/* banner
	========================================== */

	.banner-area{
		background-color: #1a1c2a;
	}
	.banner-inner{
		max-width: 1040px;
		padding: 60px 20px;
		margin: 0 auto;
	}

	.banner-box+.banner-box{
		margin-top: 30px;
	}

	.banner-box__link{
		display: block;
	}
	.banner-box__link img{
		width: 100%;
	}
	.banner-box__link__pc {
		display: block;
	}

	.banner-box__link__sp {
		display: none;
	}

	@media only screen and (max-width: 600px) {
		.banner-inner {
			padding: 20px;
		}
		.banner-box__link__pc {
			display: none;
		}
		.banner-box__link__sp {
			display: block;
		}
		.banner-box+.banner-box {
			margin-top: 10px;
		}
	}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {

	/* テスト用 */
	.d-contentsBox-inner {}

	.d-area {
		margin: 0 auto;
	}

	.d-contentsBox-inner {
		margin: 0;
	}

	/* mainV（TOP用ヘッダー）
  ========================================== */

	.top-mainV-img {
		padding-top: calc(505 / 639 * 100%);
		;
		background-image: url(../images/top/sp_backimage0.jpg);
	}


	/* mainV（ロゴ）
	========================================== */
	.top-mainV-logo {
		position: absolute;
		width: 33%;
		padding-top: calc(187 / 477 * 33%);
		transform: translate(-56%, -94%);
	}


	/* カウントダウン
 ========================================== */

	.cdt_wrapper{
	}
	.cdt{
		/* text-align: center;
		color: #fff;
		font-weight: solid;
		line-height: 1.1; */

	}
	.cdt-text{
		font-size: 3vw;
	}
	.cdt_date{
		font-size: 10vw;
	}
	.cdt_time {
		font-size: 12vw;
	}
	.cdt_num.day {
		font-size: 12vw;
		min-width: 5vw;
		margin-left: 0.5vw;
	}
	.cdt_day_ja {
		font-size: 7vw;
	}
	.cdt_num.hour,
	.cdt_num.min,
	.cdt_num.sec{
		min-width: 14vw;
	}
	.cdt_num.milli{
		font-size: 8vw;
		min-width: 10vw;
	}

	/* topics一覧（TOP用）※タグは変更不可
  ========================================== */

	.topics-area {
		padding: 30px 3%;
	}

	.topics-area .drama-box-title {
		padding-top: 40px;
		margin-bottom: 30px;
	}

	#topics .topics-btn>a {
		font-size: 1.6rem;
		padding: 10px 0;
	}


	/* prBanner
	========================================== */
	.prBanner-area {
		padding: 20px 3%;
	}

	.prBanner-inner {}

	.prBanner-img img {
		height: 100%;
	}

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {}

	.prBanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}

	.prBanner-item:not(:first-child) {
		margin-top: 15px;
	}

	.prBanner-item:nth-child(2n) {
		margin-left: 0;
	}

	.prBanner-item:nth-child(n+3) {
		margin-top: 15px;
	}


	/* trailer
------------------------------ */
	.trailer-movie {
		padding: 5px 3% 10px;
	}

	.trailer-detail {
		width: 100%;
		padding: 0 3% 30px 3%;
	}

	.trailer-detail-title {
		font-size: 3.4rem;
		line-height: 40px;
		padding: 0 10px 5px;
		top: -7px;
	}

	.trailer-detail-title .symbol {
		font-size: 2.8rem;
	}

	.trailer-detail-title:after {
		border-top-width: 45px;
		border-right-width: 30px;
		right: -30px;
	}

	.trailer-detail-text {
		display: block;
		width: 100%;
		float: right;
		margin: 0 auto 33px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.trailer-detail-btn {
		clear: both;
		width: 100%;
		padding: 0px;
		display: block;
		line-height: 2.2;
		position: relative;
		margin: 30px auto 0px;
	}


	.trailer-movie .date {
		font-size: 1.9rem;
	}

	.trailer-movie .date_mini {
		font-size: 1.2rem;
	}

	.trailer-detail-title span.date {}

	.trailer-detail-textTitle {
		font-size: 18px;
	}

	.trailer-detail-text {}

	.trailer-detail-comment {
		font-size: 14px;
	}


	/* trailer
	========================================== */
	.trailer-title {
		margin-bottom: 25px;
	}

	/* movie
	========================================== */
	/* movie-slider
	------------------------------------------ */
	.movie-box {
		margin-top: 27px;
	}

	.movie-slider {
		margin: 0px auto 30px;
	}

	.movie-slider .slick-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	/* movie-slider - item
	------------------------------------------ */
	.movie-img:before {
		border-width: 12px 0 12px 20px;
		margin-left: 4px;
	}

	.movie-img:after {
		width: 50px;
		height: 50px;
	}

	.movie-text {
		font-size: 1.2rem;
		padding: 10px;
		line-height: 1.8;
		white-space: normal;
	}

	.movie-title {}

	.movie-box {
		margin-top: 0px;
	}

	.movie-btn {
		padding: 0px 3% 40px;
	}

	/* asmr */
	.asrm-block-movies {
		padding-top: 56.25%
	}

	/* channel
	========================================== */
	.channel-box {
		margin: 0 5%;
	}

	.channel-area {}

	#channel {
		margin-top: 30px;
	}

	.channel-list {
		width: 100%;
		font-size: 0;
	}

	.channel-item {
		width: 48.2%;
	}

	.channel-item:not(:first-child) {
		margin-left: 3.6%;
	}

	.channel-item a {
		padding: 10px 5px;
	}

	.channel-item a span {
		height: 43px;
	}

	.channel-item.tada a span {
		background-image: url(/assets/images/drama/channel-hulu-sp.png);
		zoom: 150%;
	}

	.channel-item.hulu a span {
		background-image: url(/assets/images/drama/channel-hulu-sp.png);
		zoom: 150%;
	}

	.trailer-area {
		padding: 34px 0 30px;
		background-size: auto, 500px auto, auto;
	}


	/* movie
	========================================== */


	.movie-area::before {
		width: calc(379px / 2);
		padding-top: calc(270px / 2);
		top: 0;
		left: -40px;
	}

	.movie-area::after {
		width: calc(278px / 2);
		padding-top: calc(274px / 2);
		right: -40px;
		bottom: 40px;
	}


	/* sns
	========================================== */

	.sns-body a {
		width: calc(50% - 5px) !important;
		height: 55px;
	}

	.sns-body a:nth-child(2n) {
		margin-left: 10px !important;
	}

	.sns-body a:nth-child(n+3) {
		margin-top: 10px !important;
	}

	.sns-body a:before {
		width: 50px;
		background-size: auto 18px;
		background-position: center;
	}

	.sns-text {
		font-size: 1.3rem;
	}

	.sns-text::before,
	.sns-text::after {
		width: 13px;
	}

	/* topics */
	.topics-area::before {
		content: '';
		background: url(../images/top/topics_point.png)no-repeat top center / contain;
		position: absolute;
		width: 430px;
		height: 520px;
		z-index: 0;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}


	/* goods
	========================================== */
	.goods-area {
		margin: 9% auto 3%;
	}

	/* goods-list
	------------------------------------------ */
	.goods-list {
		margin: 8% auto 4%;
		padding: 0 3%;
	}

	.goods-item {
		width: 48.5%;
	}

	.goods-item:not(:first-child) {
		margin-left: 3%;
	}

	.goods-item:nth-child(2n+1) {
		margin-left: 0;
	}

	.goods-item:nth-child(4n+1) {
		margin-left: 0;
	}

	.goods-item:nth-child(n+3) {
		display: none;
		margin-top: 3%;
	}

	.goods-item:nth-child(n+5) {
		margin-top: 3%;
	}

	.goods-text {
		margin-top: 5px;
		font-size: 1.2rem;
	}

	.goods-btn {
		width: 87.5%;
		margin: 4% auto 9%;
	}

	/* SNS */
	.sns-title {
		margin-bottom: 30px;
	}

	.sns-top {
		padding-top: 30px;
	}

	.sns-flex {
		display: block;
		margin-top: 40px;
		padding: 0 3%;
	}

	.voice-twitter-timeline {
		margin: auto;
	}

	.sns-height {
		display: flex;
	}

	.sns-body {
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	.twitter-area {
		width: calc(50% - 3px);
		height: 80px;
		margin-left: 0;
	}

	.instagram-area {
		width: calc(50% - 3px);
		height: 80px;
	}

	.facebook-area {
		width: calc(50% - 3px);
		margin-left: 7px;
		height: 80px;
		margin-left: 0;
	}

	.line-area {
		width: calc(50% - 3px);
		height: 80px;
	}
}

@media only screen and (min-width:599px) and (max-width:999px) {
	.top-countdown-miniTime {
		font-size: 8vw;
		align-items: center;
	}

	.top-countdown-miniTime {
		font-style: 42px;
	}


	.asrm-block-movies {
		padding-top: 56.25%
	}

	.channel-list {
		margin-bottom: 30px;
	}


}

/* 黒帯箇所の微調整 */


@media only screen and (min-width:800px) and (max-width:999px) {
	.sp-line::after {
		content: '';
		background-image: url(../images/top/special_bnr.png);
		padding-top: 50px;
		width: 70%;
		display: block;
		background-repeat: no-repeat;
		position: absolute;
		right: -11%;
		bottom: -1.8%;
		z-index: 1;
	}
}

@media only screen and (min-width:640px) and (max-width:799px) {
	.sp-line::after {
		content: '';
		background-image: url(../images/top/special_bnr.png);
		padding-top: 48.3px;
		width: 74%;
		display: block;
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		bottom: 0;
		z-index: 1;
	}
}

@media only screen and (min-width:601px) and (max-width:639px) {
	.sp-line::after {
		content: '';
		background-image: url(../images/top/special_bnr.png);
		padding-top: 48.3px;
		width: 83%;
		display: block;
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		bottom: 0;
		z-index: 1;
	}
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {

	/* カウントダウン */
	.trailer-detail-btn a:hover {
		opacity: 0.8;
	}

	.top-countdown-miniText {
		font-size: 5vw;
	}

	.top-countdown-time {
		font-size: 9vw;
	}

	.top-countdown-miniTime {
		font-size: 8vw;
	}


	/* trailer
	========================================== */
	.trailer-area {
		/* padding: 6% 0; */
	}

	.trailer-area .d-box-body {
		margin: 0 3% 3%;
	}

	.trailer-inner {}

	.trailer-box {
		display: block;
	}

	/* trailer-movie
	------------------------------------------ */


	div.channel-box {
		padding: 0 30px !important;
	}

	/* movie
	========================================== */
	.movie-area {}

	.movie-area.story-finish {
		padding: 0 0 30px;
	}

	.movie-top {
		padding-top: 30px;
	}

	.movie-title {
		margin-bottom: 25px;
		background-size: contain;
		/* padding-bottom: 35px; */
		padding-bottom: 0;
	}

	.movie-inner {}

	/* movie-slider
	------------------------------------------ */
	.movie-slider {
		padding: 15px 0;
	}

	.movie-slider .slick-list {
		padding: 0 17% !important;
	}

	/* slick - nav */
	.movie-slider .slick-nav {
		bottom: -20px;
		width: 100%;
	}

	#channel {
		margin-top: calc(30px - 3%);
	}

	.trailer-area {
		padding: 30px 0 calc(30px - 3%) 0;

	}

	/* movie-slider - item
	------------------------------------------ */
	.movie-item {
		margin: 0 0.125%;
	}


	/* asmr */
	.asrm-block-title {
		font-size: 25px;
	}

	.asmr-area {
		margin: 3%;
		width: calc(100% - 6%);
	}

	.asrm-block-text {
		padding: 10px 0;
	}

	.asrm-block-marker {
		width: 23%;
		z-index: 1;
	}

	.asrm-block {
		display: block;
	}

	.asrm-block-right {}

	.asrm-block-movie {
		position: absolute;
		top: 0;
	}

	.iframe {
		width: 100%;
		height: 100%;

	}

	/* sns系　追加
	========================================== */

	/* SNS */
	.sns-area {
		padding-bottom: 30px;
	}

	.sns-title {
		margin-bottom: 30px;
	}

	.sns-top {
		padding-top: 30px;
	}

	.sns-flex {
		display: block;
		margin-top: 40px;
		padding: 0 3%;
	}

	.voice-twitter-timeline {
		width: 100%;
		margin: auto;
	}

	.sns-height {
		/* display: flex; */
	}

	.sns-body {
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	.sns-body a {
		width: calc(50% - 10px);
	}

	.sns-body a:nth-child(2n) {
		margin-left: 20px;
	}

	.sns-body a:nth-child(2) {
		margin-top: 0;
	}

	.sns-body a:nth-child(n+3) {
		/* margin-top: 20px; */
		margin: 20px auto 0;
	}

	.sns-text {
		text-align: center;
	}


	/* TOPICS
	========================================== */
	#topics .topics-btn {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 992px) and (min-width:601px)  {
	.topics-area::before {
		content: '';
		top: 15px;
		width: 100%;
		background-position: top center;
		background-size: 800px auto;
		transform: translateX(-50%);
	}
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.d-main a:hover {
		/* opacity: 1; */
	}
}