@charset "UTF-8";
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {
	background-image: url(../images/top/pattern-mainv.png);
}

.top-mainV-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.top-main-title {
	font-size: 0;
}

.top-mainV-item{
	position: relative;
}

.top-mainV-img-a {
	width: 100%;
	padding-top: 71.5%;
	background-image: url(../images/top/mainv_img_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center;
}

/* .slide-item{
	display: none;
}

.slick-initialized .slide-item {
	display: block;
} */

.top-mainV-img-b {
	width: 100%;
	padding-top: 71.5%;
	background-image: url(../images/top/mainv_img_pc_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center;
}

.top-mainV-title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 960px;
	height: 24vw;
	max-height: 235px;
	background-image: url(../images/top/sp-drama_text.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: none;
}

.slick-initialized .slick-current .top-mainV-title {
	display: block;
	animation-name: zoomIn;
	animation-duration: 600ms;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes zoomIn {
	from {
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1.0;
		transform: scale3d(1.3, 1.3, 1.3);
	}


	70% {
		transform: scale3d(0.8, 0.8, 0.8);
	}

	90% {
		transform: scale3d(1, 1, 1);
	}

	to {
		transform: scale3d(1, 1, 1);
		opacity: 1.0;
	}
}

/* topics一覧（TOP用）※タグは変更不可
========================================== */
#topics.topics-area {
	background-image: url(../images/top/pattern-topics.png);
	padding: 60px 0;
	position: relative;
	margin: 0 auto;
	position: relative;
}

#topics .topics-btn {
	margin: 0 auto;
}

#topics .topics-btn a {
	background-image: url(../images/top/btn_moretopics.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 40px auto 0;
	display: block;
	font-size: 0;
	width: 326px;
	height: 60px;
}

#topics.topics-area::before {
	content: "";
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
	height: 12px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	position: absolute;
	background-image: url(../images/top/topics_border_top.gif);
}

#topics.topics-area::after {
	content: "";
	height: 12px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	background-image: url(../images/top/topics_border_bottom.gif);
}

#topics.topics-area .drama-box-title {
	width: 379px;
	height: 61px;
	background-image: url(../images/top/title_topics.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 55px;
	font-size: 0;
}

/* news-area
========================================== */
.news-area {
	background-color: #b5001e;
	margin: 0;
	padding: 20px 0;
}

.news-area-inner{
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.news-area-title {
	background: url('../images/top/infonews.png') no-repeat;
	background-size: contain;
	background-position: center;
	width: 121px;
	height: 51px;
}

.news-list{
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto 0;
}

.news-list-item{
	width: calc(50% - 10px);
}

.news-list-item:nth-child(even) {
	margin-left: 20px;
}

.news-list-item:nth-child(n+3) {
	margin-top: 20px;
}

.news-list-item a {
	display: block;
}

.news-list-item__box{
	display: flex;
	flex-wrap: wrap;
}

.news-list-item__img{
	max-width: 150px;
	width: 100%;
}

.news-list-item__img div{
	padding-top: 56.25%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.news-list-item__info{
	width: calc(100% - 160px);
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content:flex-start;
}
.news-list-item__data{
	color: #fff;
	font-size: 16px;
}

.news-list-item__genre{
	margin-left: 5px;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #ffe349;
	color: #b5001e;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.9;
}

.news-list-item__title{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 5px;
}

/* prBanner
========================================== */
.prBanner-area {
	margin: 40px auto;
}

.prBanner-area a {
	display: block;
}

.prBanner-inner {}


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.prBanner-item {
	flex: 0 0 49%;
	max-width: 49%;
	vertical-align: top;
}

.prBanner-item:nth-child(2n) {
	margin-left: 2%;
}

.prBanner-item:nth-child(n+3) {
	margin-top: 15px;
}

.prBanner-img {}

.prBanner-img img {
	width: 100%;
	margin: 0 auto;
}

/* trailer
========================================== */
.trailer-area {
	padding: 80px 0 100px;
	background-image: url(../images/top/bg_movie_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.trailer-area a {
	display: block;
}

.trailer-inner {
	background-color: rgba(0, 0, 0, 0.8);
	max-width: 940px;
	padding: 50px 20px;
	position: relative;
	margin: 0 auto 40px;
}

.trailer-bitBorder-up {
	height: 5px;
	width: calc(100% - 10px);
	top: -5px;
	left: 5px;
	background-color: #fff;
	position: absolute;
}

.trailer-bitBorder-up::after,
.trailer-bitBorder-up::before {
	content: "";
	height: 5px;
	width: 5px;
	background-color: #fff;
	position: absolute;
	top: 5px;
}

.trailer-bitBorder-up::after {
	right: -5px;
}

.trailer-bitBorder-up::before {
	left: -5px;
}

.trailer-bitBorder-down {
	height: 5px;
	width: calc(100% - 10px);
	bottom: -5px;
	left: 5px;
	background-color: #fff;
	position: absolute;
}

.trailer-bitBorder-down::before,
.trailer-bitBorder-down::after {
	content: "";
	height: 5px;
	width: 5px;
	background-color: #fff;
	position: absolute;
	bottom: 5px;
}

.trailer-bitBorder-down::before {
	left: -5px;
}

.trailer-bitBorder-down::after {
	right: -5px;
}

.trailer-bitBorder-left {
	width: 5px;
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: -5px;
	background-color: #fff;
}

.trailer-bitBorder-right {
	width: 5px;
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	right: -5px;
	background-color: #fff;
}


.trailer-inner .d-box-title {
	width: 346px;
	height: 60px;
	background-image: url(../images/top/title_movie.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto 50px;
	font-size: 0;
}

.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	overflow: hidden;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 63%;
	margin: 0 auto;
	position: relative;
}

.trailer-movie-data {
	padding-top: 56%;
	position: relative;
}

.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 45px auto;
	padding: 0 3.4%;
}

.movie-slider .slick-list {
	padding: 0 !important;
}

.movie-slider.slick-initialized {
	min-height: auto;
}

/* 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;
	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 #fdfc00;
	border-right: 1px solid #fdfc00;
	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;
}

.movie-slider .slick-prev:before {
	left: 12px;
}

.movie-slider .slick-next {
	right: 25px;
}

.movie-slider .slick-next:before {
	right: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* movie-slider - item
------------------------------------------ */
.movie-item {
	margin: 0 0.5%;
	position: relative;
}

.movie-item a {
	display: block;
}

.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 {
	color: #fff;
}

.btn-movie {
	width: 406px;
	height: 70px;
	background-image: url(../images/top/btn_movielist.png);
	background-repeat: no-repeat;
	margin: 45px auto 0;
	display: block;
	background-size: contain;
	background-position: center;
}

/* slickのボタン部分修正 */
.movie-slider .slick-prev,
.movie-slider .slick-next {
	background-color: #e60012;
}

.movie-slider .slick-prev:before,
.movie-slider .slick-next:before {
	border-color: #fff;
}

/* channel
========================================== */
.trailer-area .d-box-body.channel-area {
	margin: 40px auto 0px;
	max-width: 940px;
	width: calc(100% - 60px);
}

.channel-text {
	color: #fff;
	font-size: 21px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}

.channel-list {
	display: block;
}

.channel-item {
	    width: 100%;
	    max-width: 550px;
	    margin: 0 auto;
}

.channel-item+.channel-item {
	margin-left: 3%;
}

.channel-item a {
	display: block;
	padding: 13px 10px;
	border-radius: 3px;
}

.channel-item.tada a {
	background-color: #ff005a;
}

.channel-item.hulu a {
	background-color: #67ae3e;
}

.channel-item.tada a span {
	background-image: url(../images/top/channel-tada-pc.png);
}

.channel-item.hulu a span {
	background-image: url(../images/top/channel-hulu-pc.png);
}

.channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}


/* spinoff
========================================== */
.info-exhibition-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/exhibition_banner_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sp-bddvd-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/bddvd-movie_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hulu-sp-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/hulu-sp_banner-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.spinoff-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto;
	background-image: url(../images/top/hulu_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.tver-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/tver_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.blog-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/ameburo_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-hulu-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 178px;
	margin: 0 auto 40px;
	background-image: url(../images/top/hulu-corona_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-roadshow-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 256px;
	margin: 0 auto 40px;
	background-image: url(../images/top/kyouore-movie_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-kinro-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/kinro_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-bddvd-btn a {
	font-size: 0;
	max-width: 640px;
	padding-top: 120px;
	margin: 0 auto 40px;
	background-image: url(../images/top/bddvd_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-movie-btn{
	font-size: 0;
	max-width: 640px;
	padding-top: 250px;
	margin: 0 auto 40px;
	background-image: url(../images/top/movie_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* sns
========================================== */
.sns-inner {
	position: relative;
	z-index: 50;
}

.sns-area {
	background-image: url(../images/top/bg_sns_pc.jpg);
	background-repeat: no-repeat;
	padding: 140px 0 30%;
	background-size: cover;
	position: relative;
}

.sns-area::after {
	content: "";
	display: block;
	background-image: url(../images/top/bg_8bit.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	height: 55%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}


.sns-body {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/* twitter
========================================== */
.twitter-area {
	width: 490px;
	height: 550px;
	background-image: url(../images/top/bg_twitter.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.twitter-area a {
	display: block;
}

.twitter-inner {
	padding: 0;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {
	height: 400px;
}

.twitter-timeline-box {
	max-width: 430px;
	margin: 100px auto 0;
	background: #fff;
}

/* other-sns
------------------------------------------ */
.other-sns-area {
	width: calc(100% - 515px);
}

.btn-box {
	position: relative;
	max-width: 445px;
}

.btn-box:not(:first-child){
	margin-top: 20px;
}

.btn-item {
	display: block;
	padding-top: 38.205%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

#tiktok .btn-item{
	background-image: url(../images/top/btn_tiktok.png);
}

#instagram .btn-item{
	background-image: url(../images/top/btn_insta.png);
}

#line .btn-item{
	background-image: url(../images/top/btn_line.png);
}

.btn-yanki{
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

#tiktok .btn-yanki,
#instagram .btn-yanki {
	height: 48px;
	width: 46px;
	background-image: url(../images/top/yanki_insta.png);
	background-position: center bottom;
	top: -48px;
	left: 0;
	z-index: 5;
}

#instagram .btn-yanki {
	display: none;
}

#line .btn-yanki {
	height: 75px;
	width: 60px;
	background-image: url(../images/top/yanki_line.png);
	background-position: center top;
	top: 30px;
  right: -35px;
	z-index: 5;
}

@media screen and (max-width: 992px) {
	.other-sns-area {
    width: calc(100% - 40px);
		max-width: 445px;
		margin: 30px auto 0;
	}
	#tiktok .btn-yanki {
		display: none;
	}

	#instagram .btn-yanki {
		display: block;
		height: 25px;
		width: 25px;
		top: -25px;
	}

	#line .btn-yanki {
		height: 40px;
    width: 32px;
    right: -16px;
    top: -18px;
	}
}

/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {

	/* mainV（TOP用ヘッダー）
	========================================== */
	.top-mainV-area {
		background-size: 5%;
	}

	.top-mainV-img {
		padding-top: 112.5%;
		background-image: url(../images/top/mainv_img_sp.jpg);
		background-position: center;
		background-size: contain;
	}

	.top-main-title {
		font-size: 0;
	}

	.top-mainV-img-a {
		padding-top: 119.483%;
		background-position: center 57%;
		background-size: contain;
		background-image: url(../images/top/mainv_img_sp.jpg);
	}

	.top-mainV-img-b {
		padding-top: 113.483%;
		background-image: url(../images/top/mainv_img_sp_02.png);
	}

	.top-mainV-title{
		top: 0;
		bottom: auto;
	}

	/* topics一覧（TOP用）※タグは変更不可
  ========================================== */

	#topics.topics-area {
		padding: 9.375% 0;
	}

	/* news-area
	========================================== */
	.news-list{
		display: block;
	}
	.news-area-inner{
		width: calc(100% - 20px);
	}
	.news-list-item{
		width: 100%;
	}
	.news-list-item:nth-child(even){
		margin-left: 0;
	}
	.news-list-item:nth-child(n+2){
		margin-top: 20px;
	}
	.news-list-item__genre{
		padding: 0 5px;
		margin-left: 3px;
	}


	/* movie
	========================================== */

	/* movie-slider
	------------------------------------------ */
	.movie-slider {
		margin: 9% auto;
	}

	.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: 0.9rem;
		padding: 0;
		line-height: 1.8;
		white-space: normal;
	}

	.btn-movie {
		padding: 6.65%;
		width: 77.335%;
		margin: 9% auto 0;
		height: auto;
	}

	/* channel
  ========================================== */
	.trailer-area .d-box-body.channel-area {
		padding: 0;
		margin: 20px auto;
		width: calc(100% - 30px);
	}

	.channel-list {
		width: 100%;
		font-size: 0;
	}

	.channel-item {
		width: 50%;
		max-width: 300px;
		min-width: 200px;
	}

	.channel-item:not(:first-child) {
		margin-left: 3.6%;
	}

	.channel-item a {
		padding: 13px 10px;
	}

	.channel-item a span {
		height: auto;
		padding-top: 31.205%;
	}

	.channel-item.tada a span {
		background-image: url("../images/top/channel-tada-sp.png");
	}

	.channel-item.hulu a span {
		background-image: url("../images/top/channel-hulu-sp.png");
	}

	/* topics
========================================== */
	#topics.topics-area .drama-box-title {
		padding: 4.768%;
		height: auto;
		width: auto;
		margin-bottom: 8.125%;
	}

	#topics .topics-btn a {
		padding: 4.688%;
		width: 50%;
		margin-top: 6.25%;
		height: auto;
	}

	/* twitter
========================================== */
	.twitter-area {
		width: 490px !important;
		height: 550px !important;
	}

	.twitter-timeline-box {
		width: 90% !important;
	}

}

/* ------------------------------------------------------------------
	SP（〜530px）
------------------------------------------------------------------ */
@media only screen and (max-width: 530px) {

	/* twitter
========================================== */
	.twitter-area {
		width: 420px !important;
		height: 470px !important;
	}

	.twitter-timeline-box {
		width: 85%;
		top: 85px !important;
	}

	.twitter-timeline {
		height: 350px !important;
	}
}

/* ------------------------------------------------------------------
	SP（〜430px）
------------------------------------------------------------------ */
@media only screen and (max-width: 430px) {

	/* twitter
========================================== */
	.twitter-area {
		width: 350px !important;
		height: 390px !important;
	}

	.twitter-timeline-box {
		top: 65px !important;
	}

	.twitter-timeline {
		height: 300px !important;
	}
}

/* ------------------------------------------------------------------
	SP（〜370px）
------------------------------------------------------------------ */
@media only screen and (max-width: 370px) {

	/* twitter
========================================== */
	.twitter-area {
		width: 280px !important;
		height: 310px !important;
	}

	.twitter-timeline-box {
		top: 55px !important;
	}

	.twitter-timeline {
		height: 230px !important;
	}
}







/* ------------------------------------------------------------------
 SP 〜 tablet　（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {

	/* trailer
	========================================== */
	.trailer-inner .d-box-title {
		padding: 5%;
		height: auto;
		width: auto;
		margin: 0 auto;
	}

	.trailer-area {
		background-image: url(../images/top/bg_movie_sp.jpg);
		padding: 8.25% 6.25%;
	}

	.trailer-area .d-box-body {
		margin: 6.668% auto 0;
	}

	.trailer-inner {
		padding: 6.668% 0;
		margin: 0 auto 5%;
	}

	.trailer-box {
		display: block;
		border-radius: 3px;
	}

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie {
		width: 100%;
		padding: 0% 3%;
	}

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		padding: 0 3% 5%;
	}

	.trailer-detail-title {
		display: block;
		width: 23%;
		float: left;
		padding-left: 5px;
	}

	.trailer-detail-title span {
		display: block;
	}

	.trailer-detail-title span.number {
		margin-left: 0;
		font-size: 2.8rem;
		letter-spacing: 0;
	}

	.trailer-detail-title span.date {
		font-size: 0.9rem;
	}

	.trailer-detail-text {
		display: block;
		width: 77%;
		float: right;
		margin: 0 auto 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.trailer-detail-btn {
		clear: both;
		padding: 5% 0 0;
		position: relative;
	}

	.trailer-detail-btn .drama-btn {
		width: 100% !important;
		font-size: 1.5rem !important;
	}

	.trailer-detail-btn .drama-btn:not(:first-child) {
		margin-top: 4.2%;
	}

	/* news-area
	========================================== */
	.news-list-item__img {
		max-width: 110px;
		width: 100%;
	}

	.news-list-item__info {
		width: calc(100% - 120px);
		margin-left: 10px;
	}

	.news-list-item__data {
		font-size: 12px;
	}
	.news-list-item__genre{
		font-size: 10px;
	}
	.news-list-item__title{
		font-size: 12px;
	}


	/* movie
	========================================== */
	.movie-area {}

	.movie-inner {}

	.btn-movie {}

	/* movie-slider
	------------------------------------------ */
	.movie-slider {
		padding: 0;
	}

	.movie-slider .slick-list {
		padding: 0 17% !important;
	}

	/* slick - nav */
	.movie-slider .slick-nav {
		bottom: -20px;
		width: 100%;
	}

	/* movie-slider - item
	------------------------------------------ */
	.movie-item {
		margin: 0 0.125%;
	}

	.info-hulu-btn a {
		margin: 0 auto 3%;
		width: 96%;
	}

	.hulu-sp-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.sp-bddvd-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.info-exhibition-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.info-kinro-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.info-roadshow-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.info-bddvd-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.info-movie-btn {
		margin: 0 auto 4%;
		width: 96%;
	}

	.blog-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.spinoff-btn a {
		margin: 0 auto;
		width: 96%;
	}

	.tver-btn a {
		margin: 0 auto 4%;
		width: 96%;
	}

	.sns-area {
		padding: 17.188% 0 45.313%;
		background-position: top left 18%;
		background-image: url(../images/top/bg_sns_sp.jpg);
	}

	.sns-body {
		display: block;
	}

	/* twitter
	========================================== */
	.twitter-area {
		width: 490px;
		height: 550px;
		margin: 0 auto;
		position: relative;
	}

	.twitter-timeline-box {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 100px;
		width: 430px;
	}

}


@media screen and (max-width: 800px) {
	.spinoff-btn a {
		padding-top: 17.945%;
	}

	.tver-btn a {
		padding-top: 17.945%;
	}

	.blog-btn a {
		padding-top: 17.945%;
	}

	.present-btn a {
		padding-top: 17.945%;
	}

	.present-cd-btn a {
		padding-top: 17.945%;
	}

	.present-bddvd-btn a {
		padding-top: 17.945%;
	}

	.hulu-sp-btn a {
		padding-top: 17.945%;
	}

	.sp-bddvd-btn a {
		padding-top: 17.945%;
	}

	.info-hulu-btn a {
		padding-top: 27.812%;
	}

	.info-kinro-btn a {
		padding-top: 17.945%;
	}

	.info-roadshow-btn a {
		padding-top: 38.79%;
	}

	.info-bddvd-btn a{
		padding-top: 17.945%;
	}

	.info-event-btn a {
		padding-top: 17.945%;
	}

	.info-exhibition-btn a {
		padding-top: 17.945%;
	}

	.info-movie-btn {
		padding-top: 38%;
	}
}

/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {}

/* ------------------------------------------------------------------
 tablet FONT調整用（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width : 601px) {}






/* ------------------------------------------------------------------
 modal
------------------------------------------------------------------ */

.top-modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
}

.top-modal-wrap {
	position: absolute;
	max-width: 580px;
	width: calc(100% - 40px);
	top: 20%;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
.top-modal-box{
	position: relative;
}

.top-modal-movie {
	padding-top: 39.06%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/top/movie_banner.png);
	font-size: 0;
}

.top-modal-kinro a {
	padding-top: calc(550 / 610 * 100%);
	background-image: url(../images/top/top_modal/kinro_modal.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  display: block;
}


.top-modal-bg-purple {
	padding: 40px;
	background-image: url(../images/top/top_modal/hulu_modal_bg_purple.png);
	position: relative;
}

.top-modal-bg-green {
	padding: 40px;
	background-image: url(../images/top/top_modal/hulu_modal_bg_green.png);
	position: relative;
}

.modal-bit-border {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: -5px;
	z-index: 100;
	background-image: url(../images/top/top_modal/modal_border.png);
}

.top-modal-photo {
	font-size: 0;
	padding-top: 180px;
	background-image: url(../images/top/top_modal/top_modal_photo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top-modal-no-photo{
	font-size: 0;
	padding-top: 230px;
	background-image: url(../images/top/top_modal/top_modal_no_photo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-info-btn a {
	font-size: 0;
	display: block;
	padding-top: 60px;
	max-width: 560px;
	margin: 20px auto 0;
	background-image: url(../images/top/top_modal/top_hulu_info_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-info-btn a:hover {
	opacity: 0.6;
}

.modal-hulu-btn a {
	font-size: 0;
	display: block;
	padding-top: 65px;
	max-width: 419px;
	margin: 0 auto;
	background-image: url(../images/top/top_modal/top_hulu_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-hulu-btn a:hover {
	opacity: 0.6;
}

.top-modal-check {
	text-align: center;
	color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}

.top-modal-check input[type="checkbox"] {
	display: none;
}

.top-modal-check label {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
  font-size: 17px;
}

.top-modal-check label::before,
.top-modal-check label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}

.top-modal-check label::before {
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
}

.top-modal-check label::after {
	opacity: 0;
	top: 50%;
	left: 4px;
	width: 8px;
	height: 5px;
	margin-top: -4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}

.top-modal-check input[type="checkbox"]:checked+label::before {
	border: 1px solid #fff;
}

.top-modal-check input[type="checkbox"]:checked+label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.top-modal-check span {
	font-size: 16px;
}


.modal-bitBorder-top,
.modal-bitBorder-bottom {
	height: 5px;
	width: calc(100% - 10px);
	background-color: #000;
	position: absolute;
}

.modal-bitBorder-top {
	left: 5px;
	top: -5px;
}

.modal-bitBorder-bottom {
	left: 5px;
	bottom: -5px;
}

.modal-bitBorder-top::after,
.modal-bitBorder-top::before,
.modal-bitBorder-bottom::after,
.modal-bitBorder-bottom::before {
	content: "";
	height: 5px;
	width: 5px;
	background-color: #000;
	position: absolute;
}

.modal-bitBorder-top::after {
	left: -5px;
	top: 5px;
}

.modal-bitBorder-top::before {
	right: -5px;
	top: 5px;
}

.modal-bitBorder-bottom::after {
	left: -5px;
	top: -5px;
}

.modal-bitBorder-bottom::before {
	right: -5px;
	top: -5px;
}

.modal-bitBorder-left,
.modal-bitBorder-right {
	width: 5px;
	background-color: #000;
	position: absolute;
	height: calc(100% - 10px);
	top: 5px;
}

.modal-bitBorder-left {
	left: -5px;
}

.modal-bitBorder-right {
	right: -5px;
}

.top-modal-close-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-modal-close-txt{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 10px auto 0;
}

.top-modal-close-txt p{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.top-modal-close-txt p::before,
.top-modal-close-txt p::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	left: 9px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-modal-close-txt p:hover{
	opacity: 0.6;
	cursor: pointer;
}

.top-modal-close-txt p::before{
  transform: rotate(45deg);
}

.top-modal-close-txt p::after {
	transform: rotate(-45deg);
}


@media screen and (max-width: 992px) {
	.top-modal-wrap{
		width: calc(100% - 30px);
	}

	.top-modal-bg-purple,
	.top-modal-bg-green {
		padding: 6.25%;
	}

	.top-modal-photo {
		padding-top: 32.15%;
	}

	.top-modal-no-photo{
		padding-top: 41.08%;
	}

	.modal-info-btn a {
		padding-top: 10.7%;
		margin: 3.57% auto 0;
	}

	.modal-hulu-btn a {
		padding-top: 11.6%;
	}

	.top-modal-close-txt {
		color: #fff;
		text-align: center;
		font-size: 16px;
		margin: 5px auto 0;
	}

	.top-modal-close-txt p {
		display: inline-block;
		position: relative;
		padding-left: 20px;
	}

	.top-modal-close-txt p::before,
	.top-modal-close-txt p::after {
		content: "";
		position: absolute;
		height: 16px;
	}
}

@media screen and (max-width: 600px) {
  .top-modal-check label{
    font-size: 3vw;
    padding-left: calc(3.4vw + 5px);
  }
  .top-modal-check label::before{
    width: 3.4vw;
    height: 3.4vw;
    margin-top: -1.7vw;
  }
  .top-modal-check label::after{
    left: 0.7vw;
    width: 2vw;
    height: 1vw;
    margin-top: -0.7vw;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .top-modal-check{
    bottom: 1.5vw;
  }
}
