@charset "UTF-8";
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/


/* area
========================================== */
/* for snow - tap links */
.d-inner {
	position: relative;
	z-index: 10;
}



/* movie-link
========================================== */
.movie-link-area {
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/top/movie-link-bg.png) repeat center transparent;
	background-size: 4px auto;
}
.movie-link-area a { display: block; }
.movie-link-inner {}


/* movie-link-list
------------------------------------------ */
.movie-link-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.movie-link-item {
	/* flex: 0 0 49%; */ /* for more than 2items */
	/* max-width: 49%; */ /* for more than 2items */
	flex: 0 0 79%;
	max-width: 79%;
	background-color: #fff;
	vertical-align: top;
	-webkit-animation: flash 2.5s infinite;
	-moz-animation: flash 2.5s infinite;
	animation: flash 2.5s infinite;
}
.movie-link-item:nth-child(2n) { margin-left: 2%; }
.movie-link-item:nth-child(n+3) { margin-top: 15px; }
.movie-link-item a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	align-content: stretch;
	text-align: center;
	color: #9f0408;
}

.movie-link-img {
	width: 50%;
	padding: 5px;
}
.movie-link-img img {
	width: 100%;
	margin: 0 auto;
}

.movie-link-detail {
	width: 50%;
	padding: 10px 10px 20px 10px;
	font-weight: bold;
}

.movie-link-title {
	font-size: 4.5rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
.movie-link-title span {
	display: inline-block;
}
.movie-link-title span.text {
	font-size: 4.5rem;
}
.movie-link-title span.number {
	margin: 0 5px;
	font-size: 9rem;
	font-weight: normal;
	position: relative;
	bottom: -3px;
}

.movie-link-text {
	font-size: 2.2rem;
	font-family: 'FOT-セザンヌ Pro M', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}




/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {}
.top-mainV-inner {
	width: 100%;
	margin: 0 auto;
}
.top-mainV-img {
	width: 100%;
	padding-top: calc(854 / 1280 * 100%);
	background-image: url(../images/top/mainv-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}



/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	/* margin: -15px auto 0; */
	margin: 10px auto 0;
	padding: 45px 0 40px;
	background-image: url(../images/top/topics-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
}
.topics-area .drama-box-title {
	width: 242px;
	height: 54px;
	margin: 0 auto 35px;
	background-image: url(../images/common/d-box-title-topics.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.topics-area .topics-btn > a {
	display: block;
	width: 61% !important;
	max-width: 465px;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #414141;
	background-color: #414141;
	border-radius: 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}
.topics-area .topics-btn > a i { display: none; }
.topics-inner {
	/* for snow - tap links */
	position: relative;
	z-index: 10;
}



/* prBanner
========================================== */
.prBanner-area {
	margin: 10px auto;
	padding: 90px 0;
	background-image: url(../images/top/prbanner-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
}
.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%; /* for more than 2items */
	max-width: 49%; /* for more than 2items */
	/* flex: 0 0 64%; */ /* for 1items */
	/* max-width: 64%; */ /* for 1items */
	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 {
	margin: 0 auto 20px;
	padding: 75px 0 65px;
	background-image: url(../images/top/trailer-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: auto;
}
.trailer-area .d-box-title {
	width: 76px;
	height: 242px;
	background-image: url(../images/common/d-box-title-trailer.png);
	background-size: contain;
	position: absolute;
	top: -30px;
	right: 0;
}
.trailer-area a { display: block; }
.trailer-inner {}
.trailer-box {
	width: 100%;
	overflow: hidden;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

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

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

.trailer-movie-btn {
	margin-top: 40px;
}



/* trailer-detail
========================================== */
.trailer-detail-area {
	margin: 20px auto 45px;
}
.trailer-detail-area a { display: block; }
.trailer-detail-inner {
	width: 100%;
	max-width: 956px;
	padding: 0;
}

.trailer-detail-title {
	margin-bottom: 35px;
	overflow: hidden;
}
.trailer-detail-title-inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	align-content: stretch;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 0;
	vertical-align: baseline;
	position: relative;
}
.trailer-detail-title-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 325px;
	background-color: #000;
}
.trailer-detail-title span {
	position: relative;
}
.trailer-detail-title span.text {
	color: #000;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1;
	bottom: 0;
}
.trailer-detail-title span.number {
	margin: 0 12px;
	color: #000;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.2;
	bottom: 4px;
}
.trailer-detail-title span.date {
	margin-left: 35px;
	color: #000;
	font-size: 2.2rem;
	line-height: 1;
	bottom: -12px;
}

/* trailer-detail-title - #10 */
.trailer-detail-title.final {}
.trailer-detail-title.final .trailer-detail-title-inner:before {
	right: 350px;
}
.trailer-detail-title.final span.number {
	margin: 0 12px 0 6px;
	letter-spacing: -3px;
}

.trailer-detail-img {
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
}
.trailer-detail-img img {
	width: 30% !important;
}

.trailer-detail-text {
	margin: 40px auto;
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: justify;
}

.trailer-detail-btn {}
.trailer-detail-btn .d-btn {
	border-color: #e30302;
	background-color: #e30302;
}



/* movie
========================================== */
.movie-area {
	margin: 45px auto 0;
	padding: 145px 0 60px;
	background-image: url(../images/top/movie-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
	position: relative;
}
.movie-area .d-box-title {
	width: 333px;
	max-width: 333px;
	height: 65px;
	background-image: url(../images/common/d-box-title-movie.png);
	position: absolute;
	top: -115px;
	right: 45px;
}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}


/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 30px auto 0;
	padding: 0 2.2%;
}
.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: #e1e1e1;
	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 #000;
	border-right: 1px solid #000;
	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: 15px; }
.movie-slider .slick-prev:before { left: 12px; }
.movie-slider .slick-next { right: 15px; }
.movie-slider .slick-next:before { right: 12px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }


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



/* channel
========================================== */
.channel-area {
	margin: 40px auto;
}
.channel-inner {
	padding: 0 65px;
}

.channel-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.channel-item {
	flex: 0 1 48.5%;
}
.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(/assets/images/drama/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 {
	margin: 115px auto 0;
	background-image: url(../images/top/sns-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: auto;
	position: relative;
}
.sns-area .d-box-title.sns-title {
	width: 46px;
	height: 170px;
	background-image: url(../images/common/d-box-title-sns.png);
	position: absolute;
	top: -7px;
	left: 100px;
}
.sns-body {
	width: 100%;
	max-width: 956px;
	margin: 0 auto;
	padding: 0;
}
.sns-inner {}



/* twitter
========================================== */
.twitter-area {
	width: 100%;
	margin: 0;
}
.twitter-area a { display: block; }
.twitter-inner {
	max-width: 685px;
	margin: 0 55px 0 215px;
	padding: 0;
	background-color: #1da1f2;
}
.twitter-area .d-box {
	border: 1px solid #e1e1e1;
}
.twitter-area .d-box-title.twitter-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;
	position: relative;
}
.twitter-area .d-box-title.twitter-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 {
	max-width: 685px;
	margin: 0 auto;
	padding: 0 3%;
	background-color: #fff;
}



/* sns-btn
========================================== */
.sns-btn-area {
	margin: 80px auto;
}
.sns-btn-inner {}
.sns-btn-area {}
.sns-btn-list {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	margin: 0;
	padding: 0 28px;
}
.sns-btn-item {
	-webkit-box-flex: 1;
	flex: 1;
}
.sns-btn-item a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 0;
	padding-top: calc(94 / 300 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.sns-btn-item a.line { background-image: url(../images/top/sns-btn-line.png); pointer-events: none; }
.sns-btn-item a.instagram { background-image: url(../images/top/sns-btn-instagram.png); }
.sns-btn-item a.facebook { background-image: url(../images/top/sns-btn-facebook.png); }



/* goods
========================================== */
.goods-area {
	margin: 0 auto 0;
	padding: 45px 0;
	background-image: url(../images/top/goods-bg-pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
}
.goods-area .d-box-title {
	width: 154px;
	height: 54px;
	margin: 0 auto 45px;
	background-image: url(../images/common/d-box-title-goods.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.goods-area a { display: block; }
.goods-inner {}


/* goods-list
------------------------------------------ */
.goods-list {
	margin: 45px auto 30px;
	padding: 0 3%;
	font-size: 0;
	text-align: center;
}
.goods-item {
	width: 29.8%;
	display: inline-block;
	vertical-align: top;
}
.goods-item:not(:first-child) { margin-left: 5.3%; }
.goods-item:nth-child(3n+1) { margin-left: 0; }
.goods-item:nth-child(n+4) { margin-top: 25px; }

.goods-img {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.goods-text {
	margin-top: 5px;
	padding: 0 3px;
	color: #000;
	font-size: 2rem;
	letter-spacing: 1px;
	text-shadow: 1px 2px 0px #fff, -1px 2px 0px #fff, 1px -2px 0px #fff, -1px -2px 0px #fff;
}

.goods-btn {
	margin: 3% auto 0;
}
.goods-btn .d-btn {
	border-color: #e30302;
	background-color: #e30302;
}



/* snow
========================================== */
#snow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1800px;
	line-height: 0;
	z-index: 2;
}
#snow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}



/* animation
========================================== */
/* flash
------------------------------------------ */
@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}





/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* movie-link
	========================================== */
	.movie-link-area { margin: 0 auto; padding: 5% 0 !important; background-size: 2px auto; }
	.movie-link-inner { padding: 0 6%; }

	/* movie-link-list
	------------------------------------------ */
	.movie-link-list {}
	.movie-link-item { flex-basis: 100%; max-width: 100%; }
	.movie-link-item:not(:first-child) { margin-top: 15px; }
	.movie-link-item:nth-child(2n) { margin-left: 0; }
	.movie-link-item:nth-child(n+3) { margin-top: 15px; }

	.movie-link-img { padding: 2px; }
	.movie-link-detail { padding: 5px 10px 10px 10px; }
	.movie-link-title { font-size: 4.8vw !important; }
	.movie-link-title span {}
	.movie-link-title span.text { font-size: 4.5vw !important; }
	.movie-link-title span.number { margin: 0; font-size: 10vw !important; bottom: -1px; }
	.movie-link-text { font-size: 2.4vw !important; }


	/* snow
	========================================== */
	#snow {
		height: 1200px;
	}


	/* mainV（TOP用ヘッダー）
	========================================== */
	.top-mainV-img {
		padding-top: calc(560 / 640 * 100%);
		background-image: url(../images/top/mainv-sp.jpg);
	}


	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {
		margin: 0 auto;
		padding: 8% 3% 6%;
		background-image: url(../images/top/topics-bg-sp.png);
	}
	.topics-area .drama-box-title {
		width: 43.44%;
		height: 0;
		padding-top: 5.63%;
		margin: 0 auto 6%;
	}
	.topics-area .topics-btn {
		margin: 6% auto 0 !important;
	}
	.topics-area .topics-btn > a {
		width: 73% !important;
		padding: 7px;
		border-radius: 5px;
		font-size: 1.4rem;
	}


	/* prBanner
	========================================== */
	.prBanner-area { margin: 0 auto; padding: 15% 0 !important; background-image: url(../images/top/prbanner-bg-sp.png); }
	.prBanner-inner { padding: 0 3%; }

	/* 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-detail
	========================================== */
	.trailer-detail-text {
		font-size: 1.4rem !important;
		line-height: 1.8 !important;
	}


	/* movie
	========================================== */
	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 9% auto 0; }
	.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-item { margin: 0 15px !important; }
	.movie-text { font-size: 1.1rem; padding: 10px 7px; line-height: 1.8; white-space: normal; }


	/* channel
	========================================== */
	.channel-area { margin: 0 auto 6%; padding: 0 7%; }
	.channel-inner { padding: 0; }
	.channel-list { width: 100%; font-size: 0; }
	.channel-item { flex: 0 1 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(/assets/images/drama/channel-hulu-sp.png); }


	/* sns
	========================================== */
	.sns-area {
		margin: 14% auto 0;
		background-image: url(../images/top/sns-bg-sp.png);
		background-position: center 50px;
		background-size: 100% auto;
	}
	.sns-area .d-box-title.sns-title {
		width: 7.19%;
		height: 19.24%;
		min-height: 85px;
		top: 0;
		left: 8%;
	}


	/* sns-btn
	========================================== */
	.sns-btn-area {
		margin: 8% auto;
	}
	.sns-btn-inner {}
	.sns-btn-area {}
	.sns-btn-list {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		align-content: stretch;
		width: 100%;
		margin: 0;
		padding: 0 3%;
	}


	/* twitter
	========================================== */
	.twitter-area { width: 86%; margin: 0 auto; }
	.twitter-inner { margin: 0 auto 0 18%; }
	.twitter-area .d-box-title.twitter-title { height: 40px !important; padding: 0 15px !important; }
	.twitter-area .d-box-title.twitter-title .title-01 {
		width: calc(48px / 2) !important;
		height: calc(40px / 2) !important;
	}
	.twitter-btn {
		width: 70px !important;
		height: 10px !important;
	}
	.twitter-area .d-box-body { border-radius: 0 0 5px 5px; }
	.twitter-timeline-box { padding: 3% 3% 5%; }
	.twitter-timeline-box iframe { max-height: 200px; }


	/* instagram
	========================================== */
	.instagram-area { width: 94%; margin: 6% auto 0; }

	/* 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%; }


	/* goods
	========================================== */
	.goods-area {
		margin: 0 auto 3%;
		padding: 6% 0;
		background-image: url(../images/top/goods-bg-sp.png);
	}
	.goods-area .d-box-title {
		width: 24.065%;
		height: 0;
		padding-top: 8.44%;
		margin: 0 auto 6%;
	}

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

	.goods-text {
		margin-top: 5px;
		font-size: 1.4rem;
		text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	}

	.goods-btn {
		margin: 6% auto 0;
	}
}





/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	/* movie-link
	========================================== */
	/* movie-link-list
	------------------------------------------ */
	.movie-link-img {}
	.movie-link-detail {}
	.movie-link-title { font-size: 4.5vw; }
	.movie-link-title span {}
	.movie-link-title span.text { font-size: 4.5vw; }
	.movie-link-title span.number { margin: 0 3px; font-size: 9vw; bottom: -1px; }
	.movie-link-text { font-size: 2.2vw; }


	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {
		margin: 0 auto;
		padding: 8% 0 6%;
	}


	/* prBanner
	========================================== */
	.prBanner-area {
		padding: 8% 0;
	}


	/* trailer
	========================================== */
	.trailer-area {
		margin: 0 auto 3%;
		padding: 10% 0 9%;
		background-image: url(../images/top/trailer-bg-sp.png);
		background-size: 100% auto;
	}
	.trailer-area .d-box-title {
		width: 11.25%;
		height: 65.3%;
		min-height: 121px;
		top: -7%;
		right: 4%;
	}
	.trailer-area .d-box-body {}
	.trailer-inner {}
	.trailer-box { display: block; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; }
	.trailer-movie-data {
		width: 75.63%;
		margin-left: 8%;
		padding-top: 38.75%;
	}
	.trailer-movie-btn { margin-top: 9%; }


	/* trailer-detail
	========================================== */
	.trailer-detail-area { margin: 3% auto 7%; }
	.trailer-detail-inner {}

	.trailer-detail-title {
		margin: 3%;
	}
	.trailer-detail-title-inner:before {
		right: 185px;
	}
	.trailer-detail-title span {}
	.trailer-detail-title span.text { font-size: 2.2rem; bottom: 0; }
	.trailer-detail-title span.number { margin: 0 8px; font-size: 3.3rem; bottom: 2px; }
	.trailer-detail-title span.date { margin-left: 15px; font-size: 1.4rem; bottom: -5px; }

	/* trailer-detail-title - #10 */
	.trailer-detail-title.final {}
	.trailer-detail-title.final .trailer-detail-title-inner:before { right: 200px; }
	.trailer-detail-title.final span.number { margin: 0 12px 0 6px; letter-spacing: -3px; }

	.trailer-detail-img {
		display: flex;
		flex-flow: row wrap;
		align-items: baseline;
		justify-content: space-between;
		align-content: stretch;
		margin: 3% auto;
		padding: 0 3%;
	}
	.trailer-detail-img img {
		width: 100% !important;
	}
	.trailer-detail-img img:not(:first-of-type) {
		display: none;
	}

	.trailer-detail-text {
		margin: 6% auto;
		padding: 0 3%;
	}

	.trailer-detail-btn {}
	.trailer-detail-btn .d-btn {
		border-color: #e30302;
		background-color: #e30302;
	}


	/* movie
	========================================== */
	.movie-area {
		margin: 7% auto 4%;
		padding: 18% 0 10%;
		background-image: url(../images/top/movie-bg-sp.png);
	}
	.movie-area .d-box-title {
		width: 52%;
		height: 21.4%;
		top: -32%;
		right: 4%;
	}
	.movie-inner {}

	/* movie-slider
	------------------------------------------ */
	.movie-slider { padding: 0; }
	.movie-slider .slick-list { padding: 0 11% !important; }
	/* slick - nav */
	.movie-slider .slick-nav { bottom: -20px; width: 100%; }

	/* movie-slider - item
	------------------------------------------ */
	.movie-item { margin: 0 40px; }
	.movie-text {}


	/* twitter
	========================================== */
	.twitter-area .d-box-title.twitter-title {
		height: 70px;
	}
	.twitter-area .d-box-title.twitter-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;
	}
}





/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {}


