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


/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-slider { width: 100%; }

.top-mainV-slider{
	opacity: 0;
	transition: opacity .5s linear;
}
.top-mainV-slider.slick-initialized{
	opacity: 1;
}

.top-mainV-img {
	width: 100%;
	height: 0;
	padding-top: 60.66%;
	background-image: url(../images/top/top-mainV_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.top-mainV-img.type-b {
	background-image: url(../images/top/top-mainV02_pc.png);
}
.final .top-mainV-img.type-a { background-image: url(../images/top/top-mainV01_pc.jpg); }
.final .top-mainV-img.type-b { background-image: url(../images/top/top-mainV02_pc.jpg); }
.final .top-mainV-img.type-c { background-image: url(../images/top/top-mainV03_pc.jpg); }


/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	margin: 0 auto;
	padding: 50px 0 80px;
	background-image: url(../images/common/bg_map.png);
}
.topics-area .topics-btn > a {
	display: block;
	width: 24.5%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	background: #000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	position: relative;
	cursor: pointer;
}
.topics-area .drama-box-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0px;
}
.topics-area .drama-box-title .title-01 {
	position: relative;
	padding-left: 50px;
	letter-spacing: 0.5rem;
}
.topics-area .drama-box-title .title-01:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/common/icon_paper.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}
.topics-area .drama-box-title .title-02 {
	font-size: 14px;
	line-height: 2.5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 30px;
	padding: 0 5px;
	letter-spacing: 0.25rem;
}
.topics-area .drama-box-body { position: relative; padding: 60px 0 0; }

/* prBanner
========================================== */
.prBanner-area {
	margin: 0 auto;
	padding: 50px 20px;
	background: #071f34;
	border-top: 1px solid #b6bdc3;
}
.prBanner-area.sp-only { display: none; }
.prBanner-area.middle { background: #385b88; }
.prBanner-area.prBanner-bottom { background: #eee; border-top: none;}
.prBanner-area a { display: block; }
.prBanner-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.top-btn-area { display: none; }

/* prBanner-list
------------------------------------------ */
.prBanner-AI a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 12.1%;
	background: url(../images/common/bnr-AI_long-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-goods a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 140px;
	background: url(../images/top/bnr/top-bnr-goods-pc.png) no-repeat center;
	background-size: contain;
	margin-bottom: 30px;
}
.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-list.top .prBanner-item a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 25%;
}
.prBanner-list.top .prBanner-item.ai a {
	background: url(../images/common/bnr-AI-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.history a {
	background: url(../images/top/bnr/top-bnr-history-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.memory a {
	background: url(../images/top/bnr/top-bnr-memory-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.kagich a {
	background: url(../images/top/bnr/bnr-kagich-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.music a {
	background: url(../images/top/bnr/top-bnr-music-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.soundtrack a {
	background: url(../images/top/bnr/top-bnr-soundtrack-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.present a {
	background: url(../images/top/bnr/br-dvd-present-pc.png) no-repeat center;
	background-size: contain;
}
.prBanner-list.top .prBanner-item.sale a {
	background: url(../images/top/bnr/br-dvd-sale-pc.png) no-repeat center;
	background-size: contain;
}

/* trailer
========================================== */
.trailer-area {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url(../images/common/bg_dark.png);
	border-top: 1px solid #355f8c;
	padding: 50px 0 0;
}
.trailer-area:before,
.trailer-area:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 280px;
	height: 100%;
	background-size: 100%;
	background-image: url(../images/common/bg_window_left.png);
	background-repeat: repeat-y;
}
.trailer-area:after {
	right: 5px;
	left: auto;
	background-image: url(../images/common/bg_window_right.png);
}
.trailer-main {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.trailer-title {
	position: relative;
	z-index: -1;
	width: 56.25%;
	margin: 0 auto;
	height: 0;
	line-height: 0;
	padding-top: 87px;
	background: url(../images/top/tit-next.png) no-repeat center;
	background-size: contain;
	margin-bottom: 0;
}
.trailer-title.fin {
	position: relative;
	z-index: -1;
	width: 31.65%;
	margin: 0 auto;
	height: 0;
	line-height: 0;
	padding-top: 88px;
	background: url(../images/top/tit-fin.png) no-repeat center;
	background-size: contain;
	margin-bottom: 0;
}

.trailer-main-box { margin-bottom: 20px; }
.trailer-movie { position: relative; }
.trailer-movie-img {
	height: 0;
	padding-top: 56.21%;
	background: url(../images/top/top-story-10.jpg) no-repeat center;
	background-size: contain;
}
.trailer-movie-data {
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.trailer-detail {
	overflow: hidden;
	padding-top: 40px;
}
.trailer-detail-numnber {
	float: left;
	position: relative;
	width: 152px;
	height: 64px;
	color: #cf38c8;
	background: url(../images/top/story-label_pc.png) no-repeat center;
	background-size: contain;
}
.trailer-detail-numnber span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	padding-left: 25px;
}
.trailer-detail-numnber span:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	display: inline-block;
	content: '#';
	font-size: 32px;
	line-height: 1;
}
.trailer-detail-date,
.trailer-detail-text {
	clear: none;
	float: right;
	width: calc(100% - 170px);
}
.trailer-detail-text {
	font-size: 18px;
	color: #333333;
	padding-top: 0;
}
.trailer-detail-date {
	font-size: 28px;
	font-weight: bold;
	color: #cf38c8;
	line-height: 1;
	margin-bottom: 20px;
}
.trailer-detail-date > span { font-size: 20px; }
.trailer-channel {
	position: relative;
	z-index: 1;
	background: rgba(0, 23, 48, 0.7);
	padding: 20px 0 30px;
}
.channel-title {
	text-align: center;
	font-size: 24px;
	color: #ffff00;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #244b71;
	line-height: 1;
}
.channel-title:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_movie01.svg) no-repeat center;
	background-size: contain;
	vertical-align: text-bottom;
	margin-right: 5px;
}


/* movie
========================================== */
.movie-area {
	background: url(../images/common/bg_parts.png);
	margin: 0 auto;
	padding: 20px;
}
.movie-area * { outline: none; }
.movie-area a { display: block; }
.movie-area .ieuru-box-title { color: #4d6bf2; }
.movie-area .ieuru-box-title .title-01:before { background-image: url(../images/common/icon_movie02.svg); }
.movie-area .ieuru-box-title .title-02 { border-top: 1px solid #4d6bf2; border-bottom: 1px solid #4d6bf2; }
.movie-btn { padding: 0 20px; }
.movie-btn .d-btn:after {
	line-height: 1;
	display: inline-block;
	position: static;
	border: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin-left: 10px;
	background: url(../images/common/icon_blank.svg) no-repeat center;
	background-size: contain;
	transform: none;
}

/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 45px auto 30px;
	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: 40px;
	height: 50px;
	background-color: #4d6bf2;
	top: 50%;
	transform: translate(0, -50%);
	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: 14px;
	height: 14px;
	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: 25px; }
.movie-slider .slick-prev:before { left: 15px; }
.movie-slider .slick-next { right: 25px; }
.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;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.movie-item a {
	display: block;
	background: #fff;
	box-shadow:0px 0px 5px 0px rgba(2,2,2,0.2);
}
.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-radius: 100%;
}
.movie-text {
	margin: 0 auto;
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}



/* channel
========================================== */
.channel-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0 20px;
}
.channel-item {
	flex: 0 1 50%;
}
.channel-item + .channel-item {
	margin-left: 3%;
}
.channel-item a {
	display: block;
	padding: 25px 10px;
	border-radius: 3px;
}

.channel-item.tada a { background-color: #ff005a;padding: 25px 30px; }
.channel-item.hulu a { background-color: #67ae3e; padding: 15px 30px;}

.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;
}

.channel-item.tada a span {
	background-image: url(../images/top/channel-tada-ieuru-pc.png);
	height: 47px;
}
.channel-item.hulu a span {
	background-image: url(../images/top/channel-hulu-ieuru-pc.png);
	height: 67px;
}
#topics .topics-btn {
	margin: 40px auto 0;
}

/* sns
========================================== */
.sns-area {
	padding: 30px 10px;
	background: rgb(255,240,211);
	background: -webkit-linear-gradient(top, rgba(255,240,211,1) 0%,rgba(234,188,226,1) 100%);
	background: linear-gradient(to bottom, rgba(255,240,211,1) 0%,rgba(234,188,226,1) 100%);
}
.sns-area .ieuru-box-title { color: #cf38c8; margin-bottom: 30px; }
.sns-area .ieuru-box-title .title-01:before { background-image: url(../images/common/icon_sns.svg); }
.sns-area .ieuru-box-title .title-02 { border-top: 1px solid #cf38c8; border-bottom: 1px solid #cf38c8; }


/* twitter
========================================== */
.twitter-area {
	width: 745px;
	position: relative;
	background: #fff;
	padding: 30px;
	border: 2px solid #cf38c8;
}
.twitter-area:before {
	position: absolute;
	z-index: 1;
	width: 100px;
	content: '';
	display: inline-block;
	height: 0;
	top: auto;
	bottom: 27px;
	left: 100%;
	padding-top: 60px;
	border-right: 2px solid #cf38c8;
	border-bottom: 2px solid #cf38c8;
	background-image: url(../images/common/bg_tile.png);
}
.twitter-timeline-box {
	border: 1px solid #eee;
	text-align: center;
}
.snsList-area {
	display: block;
	width: calc(100% - 745px);
}
.snsList-list {
	position: relative;
	width: 100%;
	background: #fff;
	border: 2px solid #cf38c8;
	margin-top: 0;
	margin-left: -1px;
	padding: 30px 25px;
}
.snsList-list:before,
.snsList-list:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: auto;
	top: 100%;
	left: auto;
	right: 70px;
	width: 50px;
	height: 50px;
	border: 2px solid #cf38c8;
	border-radius: 0 100px 0 0;
	background: #fff;
	transform: rotate(90deg);
}
.snsList-list:after {
	bottom: 45px;
	width: 40px;
	height: 40px;
	right: 30px;
	transform: rotate(180deg);
}
.snsList-list-item {
	position: relative;
}
.snsList-list-item + .snsList-list-item {
	margin-top: 15px;
}
.snsList-list-item a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	font-size: 16px;
	border-radius: 5px;
}
.snsList-list-item a:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 15px;
}
.snsList-list-item.tw a { background: #1ea1f1; }
.snsList-list-item.tw a:before { background-image: url(../images/common/icon_tw.png); }
.snsList-list-item.insta a {
	background: -webkit-linear-gradient(to right, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	background: linear-gradient(to right, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	padding: 25px 0;
}
.snsList-list-item.insta a:before { width: 44px; height: 39px; margin-right: 10px; background-image: url(../images/common/icon_insta.png); }

.snsList-list-item.line a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #02b902;
	padding: 25px 0 25px;
	line-height: 1.3;
}
.snsList-list-item.line a.is-coming { background: #cccccc; pointer-events: none; }
.snsList-list-item.line a.is-fin { pointer-events: none; color: rgba(255, 255, 255, 0.75); }
.snsList-list-item.line a:before {
	display: block;
	background-image: url(../images/common/icon_line.png);
}

/* .snsList-list-item.line:before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 24px;
	background: url(../images/top/sns-ribon.png) no-repeat center;
	background-size: contain;
} */
.snsList-deco {
	position: relative;
	width: 110px;
}




/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.trailer-main-box {
		position: relative;
		background-image: url(../images/common/bg_paper.png);
		padding: 60px 70px;
		box-shadow:0px 0px 10px 5px rgba(2,2,2,0.2);
		margin-bottom: 30px;
	}
	.trailer-movie:after {
		position: absolute;
		z-index: 0;
		top: -100px;
		right: -105px;
		content: '';
		width: 163px;
		height: 147px;
		background: url(../images/top/trailer-deco-01.png) no-repeat center;
		caption-side: contain;
	}
	.trailer-main-box:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		background: #ececec;
		transform: rotate(-2.5deg);
	}
	.trailer-detail-date .sp { display: none; }

	/* movie
	========================================== */
	.movie-inner {
		border: 6px solid #4d6bf2;
		padding: 50px 0;
	}
	.movie-inner .d-box-body {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.movie-slider { padding: 0; }
	.movie-slider .slick-prev { left: -5px; }
	.movie-slider .slick-next { right: -5px; }
	.movie-btn .d-btn:after {
		width: 20px;
		height: 20px;
	}

	/* topics
	========================================== */
	.topics-area .drama-box-body:before {
		content: '';
		position: absolute;
		top: 0;
		left: -60px;
		content: '';
		width: 100%;
		height: 60px;
		display: block;
		background-image: url(../images/top/topics_motif_top.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right top;
	}
	.topics-inner .topics-list { position: relative; padding: 20px 25px; background: url(../images/common/bg_bright.png); }
	.topics-inner .topics-list:after {
		content: '';
		position: absolute;
		top: auto;
		bottom: -63px;
		left: 0;
		width: 100%;
		height: 63px;
		display: block;
		background-image: url(../images/top/topics_motif_bottom.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right top;
	}
	#topics .topics-btn { margin: 20px auto 0; }
	#topics .topics-btn a { width: 440px; }

	/* sns
	========================================== */
	.sns-area { position: relative; overflow: hidden; padding: 40px 0px 80px; }
	.sns-motif-top,
	.sns-motif-bottom {
		display: block;
		position: absolute;
		top: -2px;
		left: -370px;
		transform: translate(-50%,0);
		width: 100%;
		height: 176px;
		border: 2px solid #cf38c8;
		background-image: url(../images/common/bg_tatami.png);
	}
	.sns-motif-bottom {
		height: 250px;
		top: auto;
		bottom: -5px;
		left: 498px;
		transform: translate(50%,0);
		background-image: url(../images/common/bg_border.png);
	}
	.sns-motif-top:after {
		position: absolute;
		top: 100%;
		left: auto;
		right: 180px;
		display: inline-block;
		transform: rotate(90deg);
		content: '';
		width: 60px;
		height: 60px;
		border: 2px solid #cf38c8;
		border-radius: 0 100px 0 0;
	}
	.sns-motif-bottom:after {
		position: absolute;
		top: auto;
		bottom: 100%;
		left: 60px;
		display: inline-block;
		transform: rotate(-90deg);
		content: '';
		width: 60px;
		height: 60px;
		border: 2px solid #cf38c8;
		border-radius: 0 100px 0 0;
	}
	.sns-inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.sns-body { display: flex; }
	.snsList-deco:before {
		border-right: 2px solid #cf38c8;
		border-bottom: 2px solid #cf38c8;
	}
}

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

	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area { padding: 25px 0 25px; }
	.topics-area .drama-box-title { font-size: 30px; padding-bottom: 25px; }
	.topics-area .drama-box-title .title-01 { padding-left: 25px; letter-spacing: 0.05rem; }
	.topics-area .drama-box-title .title-01:before {
		width: 30px;
		height: 35px;
	}
	.topics-area .drama-box-title .title-02 {
		line-height: 1.6;
		margin-left: 15px;
		padding: 0;
		letter-spacing: 0.05rem;
	}
	.topics-area .drama-box-body { padding: 0 10px; }
	#topics.topics-area .topics-btn > a { width: 87.5%; padding: 10px; font-size: 14px; }

	/* prBanner
	========================================== */
	.prBanner-area { padding: 3%; }
	/* .prBanner-AI a { margin-bottom: 3%; } */
	.prBanner-goods a {
		padding-top: 35.71%;
		background: url(../images/top/bnr/top-bnr-goods-sp.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
	}

	/* trailer
	========================================== */
	.trailer-area { padding: 20px; }
	.trailer-area:before,
	.trailer-area:after {
		width: 100%;
		height: 10.5%;
		background-image: url(../images/common/bg_window_left_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top;
	}
	.trailer-area:after {
		background-image: url(../images/common/bg_window_right_sp.png);
		background-position: right top;
	}
	.trailer-main { margin-bottom: 25px; }
	.trailer-title {
		padding-top: 12.35%;
		margin-bottom: 20px;
	}
	.trailer-title.fin {
		padding-top: 12.35%;
		margin-bottom: 20px;
	}
	.trailer-detail { padding-top: 20px; }
	.trailer-detail-numnber {
		width: 80px;
		height: 40px;
		background: url(../images/top/story-label_sp.png) no-repeat center;
		background-size: contain;
	}
	.trailer-detail-numnber span {
		font-size: 24px;
		padding-left: 15px;
	}
	.trailer-detail-numnber span:before { font-size: 19px; }
	.trailer-detail-date {
		width: calc(100% - 90px);
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.trailer-detail-text {
		clear: both;
		width: 100%;
		padding-top: 20px;
		font-size: 14px;
		color: #fff;
	}
	.trailer-detail-date > span { font-size: 12px; }
	.trailer-channel { padding: 15px; }
	.channel-title {
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	.channel-title:before { width: 20px; height: 20px; }
	.channel-list { width: 100%; font-size: 0; padding: 0; }

	/* movie
	========================================== */
	.movie-area {
		border: 3px solid #4d6bf2;
		padding: 25px 0;
	}
	.movie-slider { padding: 0; }
	.movie-slider .slick-list { padding: 0 17% !important; }
	.movie-slider .slick-nav { bottom: -20px; width: 100%; }
	.movie-item { margin: 0 0.125%; }

	/* sns
	========================================== */
	.sns-area .ieuru-box-title { margin-bottom: 20px; }
	.twitter-area:before {
		border-right: 1px solid #cf38c8;
		border-bottom: 1px solid #cf38c8;
		background-size: 8px 8px;
		padding-top: 50px;
	}
	.twitter-area {
		width: 100%;
		border: 1px solid #cf38c8;
		padding: 10px;
	}
	.twitter-area:before {
		width: calc(20% + 1px);
		top: 100%;
		bottom: auto;
		right: -1px;
		left: auto;
	}
	.snsList-area {
		width: 100%;
		display: flex;
	}
	.snsList-list {
		width: 80%;
		border: 1px solid #cf38c8;
		margin-top: -1px;
		margin-left: 0;
		padding: 15px 10px;
	}
	.snsList-list:before,
	.snsList-list:after {
		top: auto;
		bottom: 15px;
		left: 100%;
		right: auto;
		width: 30px;
		height: 30px;
		border: 1px solid #cf38c8;
		border-radius: 0 40px 0 0;
		transform: rotate(0);
	}
	.snsList-list:after {
		bottom: 45px;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
	}
	.snsList-list-item + .snsList-list-item { margin-top: 10px; }
	.snsList-list-item a:before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.snsList-list-item a {
		font-size: 14px;
		padding: 12px 0;
	}
	.snsList-list-item.insta a {
		padding: 7px 0;
	}
	.snsList-list-item.line a {
		padding: 7px 0;
	}
	.snsList-list-item.line a:before {
		left: 30%;
	}
	.snsList-list-item.line:before {
		top: 104%;
		height: 19px;
	}
	.snsList-list-item.insta a:before {
		width: 35px;
		height: 31px;
	}
	.snsList-list-item.tw a:before {
		margin-left: 8px;
	}
	.snsList-deco { width: 20%; }
}

/* ------------------------------------------------------------------
 SP（0〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.top-mainV-img {
		padding-top: 68.75%;
		background-image: url(../images/top/top-mainV_sp.png);
	}
	.top-mainV-img.type-b {
		background-image: url(../images/top/top-mainV02_sp.png);
	}
	.final .top-mainV-img.type-a { background-image: url(../images/top/top-mainV01_sp.jpg); }
	.final .top-mainV-img.type-b { background-image: url(../images/top/top-mainV02_sp.jpg); }
	.final .top-mainV-img.type-c { background-image: url(../images/top/top-mainV03_sp.jpg); }

	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {
		background-image: url(../images/common/bg_map.png);
		background-size: 160px 160px;
	}

	/* prBanner
	========================================== */
	.prBanner-area { margin: 0 auto; padding: 5% 0; }
	.prBanner-area.sp-only { display: block; }

	.top-btn-area { display: block; }
	.top-btn-list {
		display: flex;
		justify-content: space-between;
		padding: 0 5% 0;
	}
	.top-btn-item { width: 48%; }
	.top-btn-item a {
		display: block;
		width: 100%;
		line-height: 0;
	}
	.top-btn-item a img { width: 100%; }

	.prBanner-AI a {
		padding-top: 33.92%;
		background: url(../images/common/bnr-AI-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-inner { padding: 0 5%; }
	.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; }

	.prBanner-item.onairAI { display: none; }
	.prBanner-item.onairAI + .prBanner-item { margin-top: 0; }

	.prBanner-list.top .prBanner-item a {
		padding-top: 33.92%;
	}
	.prBanner-list.top .prBanner-item.ai a {
		background: url(../images/common/bnr-AI-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.history a {
		background: url(../images/top/bnr/top-bnr-history-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.memory a {
		background: url(../images/top/bnr/top-bnr-memory-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.kagich a {
		background: url(../images/top/bnr/bnr-kagich-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.music a {
		background: url(../images/top/bnr/top-bnr-music-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.soundtrack a {
		background: url(../images/top/bnr/top-bnr-soundtrack-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.present a {
		background: url(../images/top/bnr/br-dvd-present-sp.png) no-repeat center;
		background-size: contain;
	}
	.prBanner-list.top .prBanner-item.sale a {
		background: url(../images/top/bnr/br-dvd-sale-sp.png) no-repeat center;
		background-size: contain;
	}


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

	/* channel
	========================================== */
	.channel-area { padding: 3% 3% 9%; }
	.channel-item { width: 48.2%; }
	.channel-item:not(:first-child) { margin-left: 3.6%; }
	.channel-item.tada a { padding: 12px 10px; }
	.channel-item.hulu a { padding: 10px; }

	.channel-item.tada a span { background-image: url(../images/top/channel-tada-ieuru-sp.png); height: 52px; }
	.channel-item.hulu a span { background-image: url(../images/top/channel-hulu-ieuru-sp.png); height: 55px; }

	/* sns
	========================================== */
	.twitter-area:before {
		background-size: 4px 4px;
		background-image: url(../images/common/bg_tile.png);
	}
}