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


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

/* mainV - animation */
.top-mainV-anime {
	width: 100%;
	height: 0;
	padding-top: calc(910 / 1500 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.top-mainV-anime * {
	height: 0;
	position: absolute;
	z-index: 20;
}
.top-mainV-anime *:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
}
@media print{
	.top-mainV-anime *:before {
		display: none;
	}
}

/* mainV - animation - phase01 */
.top-mainV-logo-angel { width: calc(1005 / 1500 * 100%); top: 3%; left: 15.4%; }
.top-mainV-logo-angel:before { padding-top: calc(189 / 1005 * 100%); background-image: url(../images/top/mainv-pc-logo-angel.png); }
.top-mainV-paint-01 { width: calc(354 / 1500 * 100%); top: 2.9%; right: 17.5%; display: none; }
.top-mainV-paint-01:before { padding-top: calc(202 / 354 * 100%); background-image: url(../images/top/mainv-pc-paint-01.png); }
.top-mainV-paint-02 { width: calc(392 / 1500 * 100%); top: 4.2%; right: 15.7%; display: none; }
.top-mainV-paint-02:before { padding-top: calc(169 / 392 * 100%); background-image: url(../images/top/mainv-pc-paint-02.png); }
.top-mainV-text-fighter { width: calc(373 / 1500 * 100%); top: 7.1%; right: 8.3%; display: none; }
.top-mainV-text-fighter:before { padding-top: calc(330 / 373 * 100%); background-image: url(../images/top/mainv-pc-text-fighter.png); }

/* mainV - animation - phase02 */
.top-mainV-logo-fighter { width: calc(1107 / 1500 * 100%); top: 1.3%; left: 15%; display: none; }
.top-mainV-logo-fighter:before { padding-top: calc(210 / 1107 * 100%); background-image: url(../images/top/mainv-pc-logo-fighter.png); }

/* mainV - animation - common */
.top-mainV-cast { width: calc(1500 / 1500 * 100%); bottom: 78.1%; left: 0; z-index: 25; }
.top-mainV-cast:before { padding-top: calc(711 / 1500 * 100%); background-image: url(../images/top/mainv-pc-cast.png); }
.top-mainV-oa { width: calc(1500 / 1500 * 100%); bottom: 9.7%; left: 0; z-index: 30; }
.top-mainV-oa:before { padding-top: calc(89 / 1500 * 100%); background-image: url(../images/top/mainv-pc-oa.png); background-size: cover; }



/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	margin: 0 auto;
	padding: 50px 0 75px;
	background: url(../images/top/topics-bg.png) repeat center;
	background-size: 50px auto;
	position: relative;
	overflow: hidden;
}
.topics-area:before {
	content: '';
	display: block;
	width: 95.734%;
	height: 0;
	max-width: 1436px;
	padding-top: 64.5%;
	background: url(../images/top/topics-bg-illust-pc.png) no-repeat center 30px;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}
.topics-inner {
	position: relative;
	z-index: 15;
}
.topics-area .drama-box-title {
	width: 100%;
	height: 120px;
	margin-bottom: 45px;
	padding: 0;
	background-image: url(../images/common/d-box-title-topics.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
#topics .topics-pickup-text {
	color: #141414;
}
#topics .topics-btn {
	margin: 60px auto 0 !important;
}
#topics .topics-btn > a {
	display: block;
	width: 44%;
	margin: 0 auto;
	padding: 17px;
	background-color: #141414;
	border: 1px solid #141414;
	border-radius: 5px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}
#topics .topics-btn > a i {
	font-size: 3rem;
	display: inline-block;
	vertical-align: sub;
}



/* prBanner
========================================== */
.prBanner-area { margin: 0 auto; padding: 40px 0 50px; background-color: #fffcf6; }
.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-list + .prBanner-list { margin-top: 20px; }
.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(145/ 560 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}



/* trailer
========================================== */
.trailer-area {
	margin: 0 auto;
	padding: 45px 0 50px;
	background-color: #fe7ba7;
	position: relative;
	overflow: hidden;
}
.trailer-area:before {
	content: '';
	display: block;
	width: 93.267%;
	height: 0;
	max-width: 1399px;
	padding-top: 79.8%;
	background: url(../images/top/trailer-bg-illust-pc.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}
.trailer-area .d-box-title {
	margin-bottom: 15px;
}
.trailer-area a { display: block; }
.trailer-inner {
	position: relative;
	z-index: 15;
}
.trailer-box {
	padding: 60px 70px 55px;
	background: url(../images/top/trailer-bg-box.png) repeat center;
	background-size: 30px auto;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.trailer-box + .trailer-box {
	margin-top: 40px;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.trailer-movie-data {
	padding-top: calc(9 / 16 * 100%);
	position: relative;
}

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


/* trailer-img
------------------------------ */
.trailer-img {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: calc(9 / 16 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	margin-top: 20px;
}

.trailer-detail-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	align-content: stretch;
	margin-bottom: 15px;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.trailer-detail-title span {}
.trailer-detail-title span.number {
	color: #09c09b;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 5px;
}
.trailer-detail-title span.date {
	margin-left: 10px;
	color: #09c09b;
	font-size: 2.2rem;
}
.trailer-detail-title span.date span {
	font-size: 1.4rem;
}

.trailer-detail-sub-title {
	margin-top: 15px;
	font-size: 3.2rem;
	line-height: 1.4;
}

.trailer-detail-text {
	margin-top: 5px;
	font-size: 1.8rem;
}

.trailer-detail-btn {
	width: 100%;
	margin-top: 45px;
}
.trailer-detail-btn .d-btn {
	width: 55.36%;
	background-color: #09c09b;
	border: 1px solid #fff;
	color: #fff;
	font-size: 2.2rem;
}
.trailer-detail-btn .d-btn:after {
	border-color: transparent transparent transparent #fff;
}

.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


/* trailer - gw
------------------------------ */
.trailer-box.gw {}
.trailer-box.gw .trailer-detail-title span.number {
	color: #019ec0;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.trailer-box.gw .trailer-detail-title span.date {
	margin-left: 10px;
	color: #019ec0;
	font-size: 2.2rem;
}



/* movie
========================================== */
.movie-area {
	margin:  0 auto;
	padding: 30px 0 55px;
	background-color: #eeebe8;
}
.movie-area .d-box-title {
	margin-bottom: 15px;
}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}
.movie-title {
	width: 100%;
	height: 0;
	padding-top: calc(71 / 1000 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.movie-box.shunp .movie-title { background-image: url(../images/top/movie-title-shunp.png); }
.movie-box.digest .movie-title { background-image: url(../images/top/movie-title-digest.png); }



/* movie-slider
------------------------------------------ */
.movie-slider {
	background-color: #ccc;
	min-height: 280px;
	margin: 0px auto;
	padding: 15px 1%;
}
.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: #141414; }

/* slick - button */
.movie-slider .slick-prev,
.movie-slider .slick-next {
	width: 40px;
	height: 50px;
	background-color: #141414;
	top: 12
	30px;
	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: 0; }
.movie-slider .slick-prev:before { left: 15px; }
.movie-slider .slick-next { right: 0; }
.movie-slider .slick-next:before { right: 15px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/* movie-slider - item
------------------------------------------ */
.movie-item {
	margin: 0.25% 15px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
	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 {
	background-color: #fff;
	padding: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.movie-detail-btn .d-btn {}
.movie-detail-btn .d-btn {
	background-color: transparent;
}


/* channel
========================================== */
.channel-area {
	margin: 35px auto 0;
}
.channel-inner {
	width: 96%;
}

.channel-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.channel-item {
	flex: 0 0 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-hakui.png);
}
.channel-item.hulu a span {
	background-image: url(../images/top/channel-hulu-pc-hakui.png);
}

.channel-item a span {
	display: block;
	height: 74px;
	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: 0 auto;
	padding: 35px 0 80px;
	background-color: #fff2da;
	background-image: url(../images/top/sns-bg-illust-pc-01.png), url(../images/top/sns-bg-illust-pc-02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain;
}
.sns-inner {
	position: relative;
	z-index: 15;
}
.sns-area .d-box-title {
	margin-bottom: 15px;
}
.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: 74.4%;
	margin: 0;
	background-color: #fff;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 30px;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	max-width: 680px;
	margin: 0 auto;
	border: 1px solid #eee;
}



/* sns-btn
========================================== */
.sns-btn-area {
	width: 22.9%;
	margin: 0 auto;
}
.sns-btn-inner {}
.sns-btn-list {
	display: block;
	width: 100%;
	margin: 0;
}
.sns-btn-item {}
.sns-btn-item:not(:first-child) {
	margin-top: 5px;
}
.sns-btn-item a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(123 / 229 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.sns-btn-item a.twitter { background-image: url(../images/top/sns-btn-twitter-pc.png); }
.sns-btn-item a.instagram {background-image: url(../images/top/sns-btn-instagram-pc.png);}
.sns-btn-item a.line { background-image: url(../images/top/sns-btn-line-pc.png); pointer-events: none; }



/* goods
========================================== */
.goods-area {
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fe7ba7;
}
.goods-area a { display: block; }
.goods-inner {}

.goods-banner-area {
	margin: 0 auto;
}

.goods-banner-area a {
	display: block;
}

.goods-banner-inner {}

.goods-banner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.goods-banner-item {
	flex: 0 0 100%;
	max-width: 100%;
}

.goods-banner-item:not(:first-child) {
	margin-top: 20px;
}

.goods-banner-img {
	width: 100%;
	height: 0;
	padding-top: calc(140/ 1000 * 100%);
	background-image: url(../images/top/goods-bnr-pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


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




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

	/* mainV - animation */
	.top-mainV-anime { padding-top: calc(456 / 640 * 100%); }
	.top-mainV-anime * {}
	.top-mainV-anime *:before {}

	/* mainV - animation - phase01 */
	.top-mainV-logo-angel { width: calc(477 / 640 * 100%); top: 3.3%; left: 11.5%; }
	.top-mainV-logo-angel:before { padding-top: calc(90 / 477 * 100%); background-image: url(../images/top/mainv-sp-logo-angel.png); }
	.top-mainV-paint-01 { width: calc(165 / 640 * 100%); top: 3.5%; right: 13.6%; }
	.top-mainV-paint-01:before { padding-top: calc(96 / 165 * 100%); background-image: url(../images/top/mainv-sp-paint-01.png); }
	.top-mainV-paint-02 { width: calc(186 / 640 * 100%); top: 4.9%; right: 11.8%; }
	.top-mainV-paint-02:before { padding-top: calc(80 / 186 * 100%); background-image: url(../images/top/mainv-sp-paint-02.png); }
	.top-mainV-text-fighter { width: calc(177 / 640 * 100%); top: 7.9%; right: 3.3%; }
	.top-mainV-text-fighter:before { padding-top: calc(157 / 177 * 100%); background-image: url(../images/top/mainv-sp-text-fighter.png); }

	/* mainV - animation - phase02 */
	.top-mainV-logo-fighter { width: calc(532 / 640 * 100%); top: 2.5%; left: 11%; }
	.top-mainV-logo-fighter:before { padding-top: calc(100 / 532 * 100%); background-image: url(../images/top/mainv-sp-logo-fighter.png); }

	/* mainV - animation - common */
	.top-mainV-cast { width: calc(640 / 640 * 100%); bottom: 79.4%; left: 0; }
	.top-mainV-cast:before { padding-top: calc(363 / 640 * 100%); background-image: url(../images/top/mainv-sp-cast.png); }
	.top-mainV-oa { width: calc(640 / 640 * 100%); bottom: 11.4%; left: 0; }
	.top-mainV-oa:before { padding-top: calc(52 / 640 * 100%); background-image: url(../images/top/mainv-sp-oa.png); }


	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area { margin: 0 auto; }
	.topics-area .drama-box-title {
		height: 0;
		padding-top: calc(100 / 640 * 100%);
		margin-bottom: 15px;
		background-size: cover;
	}
	#topics .topics-btn {
		margin: 6% auto 0 !important;
	}
	#topics .topics-btn > a {
		width: 87.5%;
		margin: 0 auto;
		padding: 17px;
		padding: 10px;
		font-size: 1.4rem;
	}
	#topics .topics-btn > a i {
		font-size: 1.8rem;
	}


	/* prBanner
	========================================== */
	.prBanner-area { margin: 0 auto; padding: 6% 0; }
	.prBanner-inner { padding: 0 6%; }

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {}
	.prBanner-list + .prBanner-list { margin-top: 15px; }
	.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-area .d-box-title { background-position: 45% center; }


	/* movie
	========================================== */
	.movie-title {
		padding-top: calc(71 / 640 * 100%);
		background-size: cover;
	}

	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 0 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: 1rem; padding: 5px 10px; line-height: 1.6; white-space: normal; }


	/* channel
	========================================== */
	.channel-area { margin: 3% auto 0; }
	.channel-inner { width: 80%; }
	.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: 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: 6% 0;
		background-image: url(../images/top/sns-bg-illust-sp-01.png), url(../images/top/sns-bg-illust-sp-02.png);
	}
	.sns-inner {}
	.sns-body {}


	/* twitter
	========================================== */
	.twitter-area { width: 94%; margin: 0 auto; }
	.twitter-inner { padding: 3%; }
	.twitter-area .d-box-body { border-radius: 0 0 5px 5px; }
	.twitter-timeline-box { padding: 3% 3% 5%; }
	.twitter-timeline-box iframe { max-height: 280px; }


	/* sns-btn
	========================================== */
	.sns-btn-area {
		width: 94%;
		margin: 3px auto 0;
	}
	.sns-area .d-box-title { margin-bottom: 5px; }
	.sns-btn-item:not(:first-child) { margin-top: 3px; }
	.sns-btn-item a { padding-top: calc(125 / 598 * 100%); }
	.sns-btn-item a.twitter { background-image: url(../images/top/sns-btn-twitter-sp.png); }
	.sns-btn-item a.instagram {background-image: url(../images/top/sns-btn-instagram-sp.png);}
	.sns-btn-item a.line { background-image: url(../images/top/sns-btn-line-sp.png); }


	/* goods
	========================================== */
	.goods-area { margin: 0 auto; padding: 6%; }
	.goods-banner-inner { padding: 0 !important; }
	.goods-banner-img { padding-top: calc(145/ 560 * 100%); background-image: url(../images/top/goods-bnr-sp.jpg); }

	/* 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%;
	}
	.goods-btn .d-btn {
		padding: 10px 10px 12px;
	}
	.goods-btn .d-btn:after { width: 8px; height: 8px; }

}


/* ------------------------------------------------------------------
	SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {
		padding: 0;
	}
	.topics-inner {
		padding: 8% 0 8% !important;
		background-image: url(../images/top/topics-bg-illust-sp-01.png), url(../images/top/topics-bg-illust-sp-02.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center 1%, center 99%;
		background-size: contain;
	}
	.topics-area:before { display: none; }
	.topics-list { padding: 0 3%; }
	#topics .topics-pickup-text { color: #fff; }


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


	/* trailer
	========================================== */
	.trailer-area {
		padding: 0;
	}
	.trailer-area:before { display: none; }
	.trailer-area .d-box-body { padding: 0 1.5% 3%; }
	.trailer-inner {
		padding: 8% 0 6%;
		background-image: url(../images/top/trailer-bg-illust-sp-01.png), url(../images/top/trailer-bg-illust-sp-02.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center 1%, center 101%;
		background-size: contain;
	}
	.trailer-box {
		display: block;
		padding: 4% 4% 6%;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	}
	.trailer-box + .trailer-box { margin-top: 6%; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; }

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {}
	.trailer-detail-title { margin-bottom: 5px; }
	.trailer-detail-title span {}
	.trailer-detail-title span.number {
		margin-left: 0;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.trailer-detail-title span.date { font-size: 1.9rem; }
	.trailer-detail-title span.date span { font-size: 1.2rem; }
	.trailer-detail-sub-title {
		margin-top: 5px;
		font-size: 1.8rem;
	}
	.trailer-detail-text {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.trailer-detail-btn { margin-top: 20px; }
	.trailer-detail-btn .d-btn { width: 100% !important; font-size: 1.5rem !important; }
	.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }

	/* trailer - gw
	------------------------------ */
	.trailer-box.gw {}
	.trailer-box.gw .trailer-detail-title span.number {
		margin-right: 10px;
		margin-left: 0;
		font-size: 2.1rem;
		letter-spacing: 0;
	}
	.trailer-box.gw .trailer-detail-title span.date { margin-left: 0; font-size: 1.9rem; }


	/* movie
	========================================== */
	.movie-area {
		margin: 0 auto;
		padding: 6% 0 10%;
	}
	.movie-inner {}
	.movie-detail-btn { margin-top: 10%; }

	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 0 auto; padding: 3% 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.15% 0.15%; }
	.movie-text {}


	/* goods
	========================================== */
	.goods-area {}
	.goods-banner-inner { padding: 0 3%; }
}



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