@charset "UTF-8";

/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {

}
.top-mainV-inner {
	width: 100%;
	margin: 0 auto;
}
.top-mainV-img {
	width: 100%;
	padding-top: calc(880 / 1500 * 100%);
	background-image: url(../images/top/mainv-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}



/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	margin: 0 auto;
	padding: 0 0 110px;
	background: url(../images/top/topics-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.topics-area:before,
.topics-area:after {
	content: '';
	display: block;
	height: 0;
	background-size: contain !important;
	position: absolute;
	z-index: 10;
}
.topics-area:before {
	width: 75.5%;
	max-width: 1131px;
	padding-top: 73.5%;
	background: url(../images/top/topics-illust-01.png) no-repeat top center;
	top: -6%;
	left: 0;
}
.topics-area:after {
	width: 23.4%;
	max-width: 350px;
	padding-top: 21.4%;
	background: url(../images/top/topics-illust-02.png) no-repeat top center;
	top: 3%;
	right: 1.5%;
}
.topics-area .drama-box-title {
	height: 200px;
	padding: 0;
	background: url(../images/common/d-box-title-topics.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.topics-area .topics-btn > a {
	display: block;
	width: 37.5% !important;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #85a65e;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: center;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}
.topics-area .topics-btn > a i {
	display: none;
}
.topics-inner {
	max-width: 960px;
	position: relative;
	z-index: 15;
}



/* prBanner
========================================== */
.prBanner-area {
	padding: 40px 0;
	background: url(../images/top/trailer-bg.png) repeat center;
	background-size: 250px 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: 20px; }

.prBanner-img {
	width: 100%;
	height: 0;
	padding-top: calc(120 / 640 * 100%);
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #fff;
}



/* trailer
========================================== */
.trailer-area {
	padding: 0 0 110px;
	background: url(../images/top/trailer-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
	font-size: 1.6rem;
}
.trailer-area:before,
.trailer-area:after {
	content: '';
	display: block;
	height: 0;
	background-size: contain !important;
	position: absolute;
	z-index: 10;
}
.trailer-area:before {
	width: 29%;
	max-width: 436px;
	padding-top: 22%;
	background: url(../images/top/trailer-illust-01.png) no-repeat bottom center;
	bottom: -8%;
	left: 0;
}
.trailer-area:after {
	width: 26.4%;
	max-width: 393px;
	padding-top: 28.6%;
	background: url(../images/top/trailer-illust-02.png) no-repeat top center;
	top: -13%;
	right: 0;
}
.trailer-area a { display: block; }
.trailer-inner {
	position: relative;
	z-index: 15;
}
.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: 53.65%;
	padding: 0;
	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;
}
.trailer-movie-btn {
	padding: 30px 108px 0;
}
.trailer-movie-btn .d-btn {
	background-color: #120536;
	border: 1px solid #120536;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 42.2%;
	padding-right: 2%;
	position: relative;
}

.trailer-detail-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	align-content: stretch;
	margin-bottom: 25px;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.trailer-detail-title span {}
.trailer-detail-title span.number {
	margin-right: 10px;
	color: #120536;
	font-size: 6.3rem;
	font-weight: bold;
	font-family: "UDMinchoPr6N-B";
	letter-spacing: 1px;
}
.trailer-detail-title span.date {
	margin-top: 0.3rem;
	color: #120536;
	font-size: 1.6rem;
}

.trailer-detail-text {
	margin: 5px auto;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.12em;
}

.trailer-detail-btn {
	width: 100%;
	padding: 35px 43px 0;
}
.trailer-detail-btn .d-btn {
	background-color: #fff;
	border: 1px solid #fff;
	color: #d8296e;
}
.trailer-detail-btn .d-btn:after {
	border-right: 2px solid #d8296e;
	border-bottom: 2px solid #d8296e;
}
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }



/* movie
========================================== */
.movie-area {
	padding: 0 0 110px;
	background: url(../images/top/movie-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.movie-area:before {
	content: '';
	display: block;
	width: 100%;
	height: 480px;
	background: url(../images/top/movie-illust-01.png) repeat-x center;
	background-size: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {
	padding: 0 10px;
	position: relative;
	z-index: 15;
}


/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 0 auto 40px;
	padding: 0;
}
.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: 40px;
	height: 50px;
	background-color: #ba0e43;
	top: 115px;
	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: 2px solid #fff;
	border-right: 2px 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: -10px; }
.movie-slider .slick-prev:before { left: 15px; }
.movie-slider .slick-next { right: -10px; }
.movie-slider .slick-next:before { right: 15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/* movie-slider - item
------------------------------------------ */
.movie-item {
	margin: 0 0.64%;
	position: relative;
	background-color: #fff;
}
.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 {
	margin: 15px auto;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}



/* channel
========================================== */
.channel-area {}
.channel-inner {
	padding: 0 10px;
}
.channel-list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.channel-item {
	flex: 0 1 100%;
}
.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;
}



/* sns
========================================== */
.sns-area {
	padding: 0 0 110px;
	background: url(../images/top/sns-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.sns-area:before,
.sns-area:after {
	content: '';
	display: block;
	height: 0;
	background-size: contain !important;
	position: absolute;
	z-index: 10;
}
.sns-area:before {
	width: 21%;
	max-width: 315px;
	padding-top: 20.67%;
	background: url(../images/top/sns-illust-01.png) no-repeat top center;
	top: -6%;
	left: 1%;
}
.sns-area:after {
	width: 25%;
	max-width: 371px;
	padding-top: 25%;
	background: url(../images/top/sns-illust-02.png) no-repeat bottom center;
	bottom: -8%;
	right: 0;
}
.sns-inner {
	position: relative;
	z-index: 15;
}
.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;
}
.sns-box {}
.sns-box:nth-of-type(1) {
	width: 75%;
}
.sns-box:nth-of-type(2) {
	width: 22.918%;
}



/* twitter
========================================== */
.twitter-area {
	width: 100%;
	margin: 0;
	background-color: #1da1f2;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 0;
}
.twitter-area .d-box-title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0 30px;
	background-image: none;
}
.twitter-area .d-box-title .title-01 {
	width: 38px;
	height: 32px;
	background: url(../images/top/sns-twitter-icon-pc.png) no-repeat center;
	background-size: contain;
}
.twitter-btn {
	width: 87px;
	height: 13px;
}
.twitter-btn a {
	width: 100%;
	height: 100%;
	background: url(../images/top/sns-twitter-btn-pc.png) no-repeat center;
	background-size: contain;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}



/* instagram
========================================== */
.instagram-area {
	width: 100%;
	margin: 0;
}
.instagram-area a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: url(../images/top/sns-instagram-btn-pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.instagram-inner {}
.instagram-btn {}
.instagram-img {}



/* line
========================================== */
.line-area {
	width: 100%;
	margin: 20px auto 0;
}
.line-area a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: url(../images/top/sns-line-btn-pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}
.line-inner {}
.line-btn {}
.line-img {}



/* goods
========================================== */
.goods-area {
	padding: 0 0 110px;
	background: url(../images/top/goods-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.goods-area [class*="goods-bg-"] {
	width: 100%;
	height: 0;
	position: absolute;
}
.goods-area [class*="goods-bg-"]:before,
.goods-area [class*="goods-bg-"]:after {
	content: '';
	display: block;
	width: 50%;
	height: 200px;
	background-repeat: repeat-x;
	background-size: auto;
	position: absolute;
}
.goods-area [class*="goods-bg-"]:before {
	right: calc(50% + 200px - 40px);
	background-image: url(../images/top/goods-illust-01.png);
	background-position: 100% center;
}
.goods-area [class*="goods-bg-"]:after {
	left: calc(50% + 200px);
	background-image: url(../images/top/goods-illust-02.png);
	background-position: 0% center;
}
.goods-area .goods-bg-01 {
	top: 0;
}
.goods-area .goods-bg-01:before,
.goods-area .goods-bg-01:after {
}
.goods-area .goods-bg-02 {
	bottom: 210px;
}
.goods-area .goods-bg-02:before {
	background-image: url(../images/top/goods-illust-02.png);
}
.goods-area .goods-bg-02:after {
	background-image: url(../images/top/goods-illust-01.png);
}

.goods-area a { display: block; }
.goods-inner {
	position: relative;
	z-index: 15;
}

/* goods-list
------------------------------------------ */
.goods-list {
	margin: 0 auto;
	padding: 0 10.93%;
	font-size: 0;
	text-align: center;
}
.goods-item {
	width: 30%;
	margin: 0 1.5%;
	display: inline-block;
	vertical-align: top;
}
.goods-item:nth-child(n+4) { margin-top: 35px; }

.goods-img {
	display: block;
	width: 100%;
	padding-top: calc(100% - 2px);
	border: solid 1px #ba0e43;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

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

.goods-btn {
	margin: 40px auto 0;
	width: 31.45%;
}
.goods-btn .d-btn {
	background-color: #ba0e43;
	border: 1px solid #ba0e43;
}





/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* mainV（TOP用ヘッダー）
	========================================== */
	.top-mainV-img {
		padding-top: calc(530 / 750 * 100%);
		background-image: url(../images/top/mainv-sp.jpg);
	}


	/* prBanner
	========================================== */
	.prBanner-area { padding: calc(40 / 750 * 100%) 0; }
	.prBanner-inner { padding: 0 6%; }

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
	}
	.prBanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.prBanner-item:not(:first-child) { margin-top: calc(40 / 750 * 100%) !important; }
	.prBanner-item:nth-child(2n) { margin-left: 0; }
	.prBanner-item:nth-child(n+3) { margin-top: 0; }


	/* trailer
	========================================== */
	.trailer-area { padding: 0 0 calc(130 / 750 * 100%); }
	.trailer-area:before {
		width: calc(29% * 2) !important;
		padding-top: calc(22% * 2) !important;
		bottom: -11% !important;
		left: 0 !important;;
	}

	/* trailer-detail
	------------------------------------------ */
	.trailer-area:after {
		width: calc(26.4% * 2) !important;
		padding-top: calc(28.6% * 2) !important;
		top: -11% !important;
		right: -13% !important;;
	}
	.trailer-detail-title span.number { font-size: 3.6rem; }
	.trailer-detail-title span.date { font-size: 1.3rem; }
	.trailer-detail-text { font-size: 1.4rem; }


	/* movie
	========================================== */
	.movie-area { padding: 0 0 calc(130 / 750 * 100%); }
	.movie-area:before {
		height: 0;
		padding-top: calc(480 / 1500 * 220%);
		background-repeat: no-repeat;
		background-size: 220% auto;
		background-position: 86% center;
	}

	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 0 auto 3%; }
	.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; margin: 5px auto ; padding: 0 5px; line-height: 1.8; white-space: normal; }


	/* channel
	========================================== */
	.channel-area { padding: 3% 6% 0; }
	.channel-inner { padding: 0 !important; }
	.channel-list { width: 100%; font-size: 0; }
	.channel-item { width: 47%; }
	.channel-item:not(:first-child) { margin-left: 6%; }
	.channel-item a { padding: 13px 10px; }
	.channel-item a span { height: 43px; }
	.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"); }


	/* sns
	========================================== */
	.sns-area { padding: 0 0 calc(130 / 750 * 100%); }
	.sns-area:before {
		width: calc(21% * 2) !important;;
		padding-top: calc(20.67% * 2) !important;;
		top: -3.5% !important;;
		left: -3.5% !important;;
	}
	.sns-area:after {
		width: calc(25% * 2) !important;;
		padding-top: calc(25% * 2) !important;;
		bottom: -7.5% !important;;
		right: 0 !important;;
	}
	.sns-inner { padding: 0 !important; }
	.sns-body { padding: 0 6% !important; }


	/* twitter
	========================================== */
	.twitter-area { margin: 0 auto; }
	.twitter-area .d-box-body { border-radius: 0 0 5px 5px; }
	.twitter-area .d-box-title { height: 50px !important; padding: 0 15px !important; }
	.twitter-area .d-box-title .title-01 {
		width: calc(48px / 2) !important;
		height: calc(40px / 2) !important;
	}
	.twitter-btn {
		width: 87px !important;
		height: 13px !important;
	}
	.twitter-timeline-box { padding: 0; }
	.twitter-timeline-box iframe { max-height: 280px; }


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

	/* instagram-list
	------------------------------------------ */
	.instagram-list { margin: 10px auto 6.5%; padding: 0 6%; }
	.instagram-item { width: 49.5%; }
	.instagram-item:not(:nth-child(2n+1)) { margin-left: 1%; }
	.instagram-item:nth-child(n+3) { margin-top: 1%; }


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


	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {}
	.topics-area:before {
		width: calc(75.5% * 2) !important;
		padding-top: 50%; /* for shorten */
		background-position: center top;
		background-size: cover !important;
		top: -2% !important;
		left: -52% !important;
	}
	.topics-area:after {
		width: calc(23.4% * 2) !important;
		padding-top: calc(21.4% * 2) !important;
		top: 0.5% !important;
		right: -7% !important;
	}
	.topics-area .topics-btn > a {
		width: 87.5% !important;
		font-size: 1.5rem !important;
		letter-spacing: 0.12em !important;
	}
	.topics-area .drama-box-title {
		height: 0;
		padding-top: calc(220 / 750 * 100%);
		background-size: contain;
	}
	.topics-inner .drama-box {}


	/* goods
	========================================== */
	.goods-area { padding: 0 0 calc(130 / 750 * 100%); }
	.goods-area [class*="goods-bg-"] {}
	.goods-area [class*="goods-bg-"]:before,
	.goods-area [class*="goods-bg-"]:after {
		height: 0;
		padding-top: calc(220 / 750 * 100%);
		background-size: auto 60%;
	}
	.goods-area [class*="goods-bg-"]:before { right: calc(50% + 20% - 3%); }
	.goods-area [class*="goods-bg-"]:after { left: calc(50% + 20%); }
	.goods-area .goods-bg-01 {}
	.goods-area .goods-bg-01:before { background-image: url(../images/top/goods-illust-01.png); }
	.goods-area .goods-bg-01:after { background-image: url(../images/top/goods-illust-01.png); }
	.goods-area .goods-bg-02 { bottom: 11%; }
	.goods-area .goods-bg-02:before { background-image: url(../images/top/goods-illust-02.png); }
	.goods-area .goods-bg-02:after { background-image: url(../images/top/goods-illust-02.png); }


	/* goods-list
	------------------------------------------ */
	.goods-list { margin: 0 auto; padding: 0 6%; text-align: left; }
	.goods-item { width: 47%; margin: 0; }
	.goods-item:not(:first-child) { margin-left: 6%; }
	.goods-item:nth-child(2n+1) { margin-left: 0; }
	.goods-item:nth-child(4n+1) { margin-left: 0; }
	.goods-item:nth-child(n+3) { margin-top: 6%; }
	.goods-item:nth-child(n+5) { margin-top: 6%; }

	.goods-text { margin-top: 7px; padding: 0 5px; font-size: 1.4rem; }

	.goods-btn {
		width: 88%;
		margin: 4% auto 0;
	}
}





/* ------------------------------------------------------------------
	SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	/* trailer
	========================================== */
	.trailer-area {}
	.trailer-area:before {
		width: calc(29% * 1.5);
		padding-top: calc(22% * 1.5);
		bottom: -4%;
	}
	.trailer-area:after {
		width: calc(26.4% * 1.5);
		padding-top: calc(28.6% * 1.5);
		top: -6%;
		right: -4%;
	}
	.trailer-area .d-box-body { padding: 0 3%; }
	.trailer-inner {}
	.trailer-box { display: block; border-radius: 3px; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; padding: 0 3% 8%; }

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		padding: 0 3%;
	}
	.trailer-detail-title {
		margin-bottom: 10px;
	}
	.trailer-detail-title span { display: block; }
	.trailer-detail-title span.number {
		margin-right: 10px;
		letter-spacing: 0;
	}
	.trailer-detail-title span.date {}
	.trailer-detail-text {
		margin: 0 auto 10px;
		line-height: 1.7;
	}
	.trailer-movie-btn { padding: 0; font-size: 1.4rem; }
	.trailer-detail-btn { clear: both; padding: 2% 0 0; position: relative; }
	.trailer-detail-btn .d-btn { width: 100% !important; }
	.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


	/* channel
	========================================== */
	.channel-area {}
	.channel-inner { padding: 0 calc(6% + 20px); }


	/* movie
	========================================== */
	.movie-area {}
	.movie-area:before {}
	.movie-inner { padding: 0; }

	/* 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%; }
	.movie-text {}


	/* sns
	========================================== */
	.sns-area {}
	.sns-area:before {
		width: calc(21% * 1.5);
		padding-top: calc(20.67% * 1.5);
		top: -3.5%;
		left: -1%;
	}
	.sns-area:after {
		width: calc(25% * 1.5);
		padding-top: calc(25% * 1.5);
		bottom: -5%;
		right: 0;
	}
	.sns-inner {
		padding: 0 calc(6% + 20px);
	}
	.sns-body {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.sns-box:nth-of-type(1) {
		width: 100%;
	}
	.sns-box:nth-of-type(2) {
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: space-between;
		align-content: stretch;
		width: 100%;
		margin: 6% auto 0;
	}


	/* twitter
	========================================== */
	.twitter-area .d-box-title  {
		height: 70px;
	}
	.twitter-area .d-box-title .title-01 {
		width: calc(48px / 1.5);
		height: calc(40px / 1.5);
		background: url(../images/top/sns-twitter-icon-sp.png) no-repeat center;
		background-size: contain;
	}
	.twitter-btn {
		width: 87px;
		height: 13px;
	}
	.twitter-btn a {
		width: 100%;
		height: 100%;
		background: url(../images/top/sns-twitter-btn-sp.png) no-repeat center;
		background-size: contain;
	}


	/* instagram
	========================================== */
	.instagram-area {
		width: 47%;
		margin: 0;
	}
	.instagram-area a {
		width: 100%;
		padding-top: calc(200 / 315 * 100%);
		background: url(../images/top/sns-instagram-btn-sp.png) no-repeat center;
		background-size: contain;
	}


	/* line
	========================================== */
	.line-area {
		width: 47%;
		margin: 0;
	}
	.line-area a {
		width: 100%;
		padding-top: calc(200 / 315 * 100%);
		background: url(../images/top/sns-line-btn-sp.png) no-repeat center;
		background-size: contain;
	}

	/* goods
	========================================== */
	.goods-list {
		padding: 0 calc(6% - 1.5%);
	}
	.goods-text .sp-none { display: none; }
	.goods-btn {
		margin: 40px auto 0;
		width: 100%;
		padding: 0 6%;
	}

	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area { padding: 0; }
	.topics-area:before {
		width: calc(75.5% * 1.5);
		padding-top: 50%; /* for shorten */
		background-position: center top;
		background-size: cover !important;
		top: -1%;
		left: -26%;
	}
	.topics-area:after {
		width: calc(23.4% * 1.5);
		padding-top: calc(21.4% * 1.5);
		top: 1%;
		right: -1%;
	}
	.topics-area .topics-btn {
		margin-bottom: 0 !important;
	}
	.topics-area .topics-btn > a {
		width: 87.5% !important;
	}
	.topics-inner {
		position: relative;
	}
	.topics-inner:before {
		content: '';
		display: block;
		width: 100%;
		height: 0;
		padding-top: calc(403 / 750 * 100%);
		background: url(../images/top/topics-illust-01-sp.png) no-repeat bottom center;
		background-size: cover;
		position: absolute;
		bottom: 1%;
		left: 0;
		z-index: -10;
	}
	.topics-inner .drama-box {
		padding-bottom: 25%;
	}
}





/* ------------------------------------------------------------------
	PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area:before {
		/* max-width: 700px; */ /* for less than 3topics */
		max-width: 1100px; /* for more than 6topics */
	}
	.topics-inner .drama-box {
		padding-bottom: 0;
	}
}





/* ------------------------------------------------------------------
	tablet FONT調整用（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width : 601px){}
