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


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

}
.top-mainV-inner {
  width: 100%;
  margin: 0 auto;
}
.top-mainV-img {
  width: 100%;
  overflow: hidden;
}
.top-mainV-inner .sp{
	display: none !important;
}


/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	margin: 45px auto 40px;
}
.topics-area .drama-box-title{
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background: url('../images/topics/topics-title.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding: 10.26% 0 0;
}
.topics-area .topics-list{
	padding: 41px 0 0;
}
.topics-area .topics-btn > a {
  display: block;
  width: 24.5%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}

/* news-area
========================================== */
.news-area{
	background-color: #8fd0c7;
  	background-image: radial-gradient(#6cc1b5 2%, rgba(108, 193, 181, 0) 22%), radial-gradient(#6cc1b5 2%, rgba(108, 193, 181, 0) 22%);
	background-position: 0 0 , 3px 3px;
  	background-size: 6px 6px;
  	margin: 0;
  	font-size: 18px;
  	font-size: 1.8rem;
  	box-shadow: 0px 7px 7px -3px rgba(78,0,31,0.35) inset;
}
.news-inner{
	padding: 8px 18px 6px 31px;
}
.news-area .news-inner-main {
	-webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news-inner-main .d-box-title{
	background: url('../images/top/news-title.png') no-repeat;
	background-size: cover;
	width: 103px;
	height: 51px;
}
.news-inner-main .d-box-body{
	width: calc(100% - 143px);
	background: #fff;
	border-radius: 3px;
	padding: 21px 20px;
	margin: 0;
}
.news-item .news-item-wrap{
	-webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.news-item-wrap .news-date{
	color: #28c6b1;
	letter-spacing: 1px;
	font-weight: bold;
}
.news-item-wrap .news-text{
	margin-left: 5%;
}
.news-item-wrap .news-text a{
	border-bottom: 1px solid #01a38c;
	padding-bottom: 2px;
	color: #01a38c;
}

/* prBanner
========================================== */
.prBanner-area { margin: 40px auto; }
.prBanner-area a { display: block; }
.prBanner-inner {}


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 640px;
	margin: 0 auto;
	font-size: 0;
}
.prBanner-item {
	vertical-align: top;
}
.prBanner-item:nth-child(n+2) { margin-top: 2%; }

.prBanner-img {}
.prBanner-img img {
	width: 100%;
	margin: 0 auto;
}


/* trailer
========================================== */
.trailer-area {
	padding: 40px 0 50px;
	margin: 0;
}
.trailer-area a { display: block; }
.trailer-inner {}
.trailer-inner .d-box-title{
	background: url('../images/common/surwed-title-nextoa.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding-top: 9.4%;
}
.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 48.9%;
	padding: 40px 0px 46px 30px;
	background-color: #fff;
	position: relative;
}

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

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

.trailer-movie-backnumber{
	margin-top: 20px;
	text-align: right;
}
.trailer-movie-backnumber .d-btn{
	width: 60%;
	display: inline-block;
	background: #8fd0c7;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 51%;
	padding: 50px 40px 46px 20px;
	position: relative;
}

.trailer-detail-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.trailer-detail-title span {}
.trailer-detail-title span.number {
	color: #fd428d;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 10px;
}
.trailer-detail-title span.date {
	margin-top: 0.3rem;
	color: #fd428d;
	font-size: 1.8rem;
	font-weight: bold;
}

.trailer-detail-text {
	margin: 5px auto 0;
	font-size: 16px;
}

.trailer-detail-btn {
	width: 100%;
	padding: 15px 60px 46px 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.trailer-detail-btn .d-btn {
	padding: 8px;
	font-size: 16px;
}
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


/* movie
========================================== */
.movie-area {
	background: url('../images/common/surwed-bg-02.png');
	padding: 50px 0 40px;
	box-shadow: 0px 7px 7px -3px rgba(78,0,31,0.35) inset;
}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}
.movie-inner .d-box-title{
	background: url('../images/common/surwed-title-movie.png') no-repeat;
	background-position: left bottom;
	height: 0;
    background-size: cover;
    padding-top: 10.7%;
}
.movie-inner .d-box-body{
	background: #fff;
	padding: 1px 0 40px;
	border-radius: 8px;
}

/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 45px auto;
	padding: 0 3.4%;
}
.movie-slider .slick-list {
	padding: 0 !important;
}
.movie-slider.slick-initialized {
	min-height: auto;
}

/* slick - nav */
.movie-slider .slick-nav {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 89%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 40;
}
.movie-slider .slick-nav li {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.movie-slider .slick-nav li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 100%;
	outline: none;
	background: #dedede;
}
.movie-slider .slick-nav li.slick-active button { background: #fd267c; }

/* slick - button */
.movie-slider .slick-prev,
.movie-slider .slick-next {
	width: 30px;
	height: 30px;
	background-color: #fd267c;
	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 #fff;
	border-right: 1px 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: 12px; }
.movie-slider .slick-next { right: 25px; }
.movie-slider .slick-next:before { right: 12px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/* movie-slider - item
------------------------------------------ */
.movie-item {
	margin: 0 0.5%;
	position: relative;
}
.movie-item a {
	display: block;
}
.movie-item a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.movie-img {
	width: 100% !important;
	padding-top: 56.57894% !important;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.movie-img:before, .movie-img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 30;
}
.movie-img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 29px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	margin-left: 7px;
}
.movie-img:after {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

.movie-text {
	margin-top: 35px;
	padding: 0 5px;
	font-size: 1.6rem;
	line-height: 1.5;
}



/* channel
========================================== */
.channel-area {
	/* padding: 40px 0 60px; */
}

.channel-list {
  display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 45px;
}
.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 {
	background: url('../images/common/surwed-bg-03.png');
	padding: 40px 0;
	box-shadow: 0px 7px 7px -3px rgba(78,0,31,0.35) inset;
}
.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-inner .d-box-title{
	background: url('../images/common/surwed-title-sns.png') no-repeat;
	background-position: left bottom;
	height: 32px;
}

/* twitter
========================================== */
.twitter-area {
	width: 48.5%;
	margin: 0;
	border-radius: 5px;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 0;
}
.twitter-inner .d-box-title{
	background: url('../images/common/surwed-title-sns-twitter.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding-top: 18%;
}
.twitter-inner .d-box-body{
	background: #fff;
	margin: 12px 0 0;
	border-radius: 8px;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	max-width: 450px;
	margin: 0 auto;
	padding: 40px;
}


/* instagram
========================================== */
.instagram-area {
	width: 48.5%;
	margin-top: -1.3%;
	border-radius: 5px;
}
.instagram-area .drama-box-body { background-color: transparent; }
.instagram-area a { display: block; }
.instagram-inner {
	padding: 0;
}
.instagram-inner .d-box-title{
	background: url('../images/common/surwed-title-sns-instagram.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding-top: 20.5%;
}
.instagram-inner .d-box-body{
	background: #fff;
	margin: 12px 0 0;
	border-radius: 8px;
}


/* instagram-list
------------------------------------------ */
.instagram-list {
	margin: 0 auto 30px;
	padding: 40px;
	font-size: 0;
}
.instagram-item {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.instagram-item:not(:nth-child(2n+1)) { margin-left: 1%; }
.instagram-item:nth-child(n+3) { margin-top: 1%; }
.instagram-item:nth-child(n+5) { display: none; }

.instagram-img {
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.instagram-img a {
	padding-top: 100%;
}
.instagram-img img {
	width: auto !important;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* line
========================================== */
.line-area {
	width: 48.5%;
	border-radius: 5px;
}
.line-area .drama-box-body { background-color: transparent; }
.line-area a { display: block; }
.line-inner {
	padding: 0;
}
.line-inner .d-box-title{
	background: url('../images/common/surwed-title-sns-line.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding-top: 20.3%;
}
.line-inner .d-box-body{
	background: #fff;
	margin: 12px 0 0;
	border-radius: 8px;
	padding: 40px;
}

/* line-item
------------------------------------------ */
.line-item{
	background: #8bd1c5;
	padding: 44px 0px 45px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.line-item img{
	vertical-align: bottom;
}
.line-item .line-link{
	margin-left: 25px;
}
.line-item .line-link a{
	display: block;
	width: 116px;
	height: 36px;
	background: url(../images/top/line-btn.png);
	background-size: cover;
	text-indent: -9999px;
	margin: 10px 0 0 10px;
}

/* goods
========================================== */
.goods-area {
	padding: 45px 0 42px;
}
.goods-area a { display: block; }
.goods-inner {}
.goods-inner .d-box-title{
	background: url('../images/common/surwed-title-goods.png') no-repeat;
	background-position: left bottom;
	background-size: cover;
    height: 0;
    padding-top: 11.4%;
}
.goods-inner .d-box-body{
	background: #fff;
	border-radius: 8px;
	padding: 1px 0;
}

/* goods-list
------------------------------------------ */
.goods-list {
	margin: 40px auto 30px;
	padding: 0 3%;
	font-size: 0;
	text-align: center;
}
.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;
	width: 54.2%;
}
.goods-btn .d-btn{
	background: #ff3875;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}



/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {



  /* mainV（TOP用ヘッダー）
  ========================================== */

  .top-mainV-inner .pc{
		display: none !important;
	}

  .top-mainV-inner .sp{
		display: block !important;
	}

  /* topics一覧（TOP用）※タグは変更不可
  ========================================== */

  .topics-area {margin: 6.25% 0 6.5625%}

  .topics-area .drama-box-title{
		background: url(../images/topics/topics-title-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 15.47%;
    	margin: 0 3.125%;
	}

  .topics-area .topics-btn > a {
    width: 87.5% !important;
	}


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

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
		width: 100%;
	}
	.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; }


	/* news-area
	========================================== */
	.news-area{}
	.news-inner{
		padding: 2% 5.9375% 2% 5.3125%;
	}
	.news-inner-main .d-box-title{
	    width: 52px;
		height: 25px;
	}
	.news-inner-main .d-box-body{
		width: 77%;
		padding: 2.1875% 3.125%;
	}
	.news-item .news-item-wrap{
		display: block;
		font-size: 1.6rem;
	}
	.news-item-wrap .news-text{
		margin-left: 0;
	}

	 /* trailer
	========================================== */
	.trailer-area { padding: 3.125% 0 6.25%; }
	.trailer-inner .d-box-title{
		background: url(../images/common/surwed-title-nextoa-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 15.4%;
	}

	/* movie
	========================================== */
	.movie-area { padding: 6.875% 0 6.5625%;}
	.movie-inner .d-box-title{
		background: url(../images/common/surwed-title-movie-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 16.6%;
	}
	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 9% auto; }
	.movie-slider .slick-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	/* movie-slider - item
	------------------------------------------ */
	.movie-img:before { border-width: 12px 0 12px 20px; margin-left: 4px; }
	.movie-img:after { width: 50px; height: 50px; }
	.movie-text { font-size: 0.9rem; padding: 0; line-height: 1.8; white-space: normal; margin-top: 2.1875%;}


  /* channel
  ========================================== */
	.channel-area { padding: 3% 3% 9%; }
	.channel-list { width: 100%; font-size: 0; padding: 0 2.34375%;}
	.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.25% 0;
	}
	.sns-inner .d-box-title{
	    background-size: cover;
	    height: 0;
	    padding-top: 4.9%;
	    width: 20.3125%;
	    margin: 0 auto 5.9375%;
	}

	/* twitter
	========================================== */
	.twitter-area { width: 100%; margin: 0 auto; }
	.twitter-inner .d-box-title{
		background: url(../images/common/surwed-title-sns-twitter-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 15.5%;
	    width: 100%;
	    margin: 0 auto;
	}
	.twitter-area .d-box-body { margin: 1.5625% 0 0; }
	.twitter-timeline-box { padding: 6.25%; }
	.twitter-timeline-box iframe { max-height: 462px; }


	/* instagram
	========================================== */
	.instagram-area { width: 100%; margin: 8.59375% auto 0; }
	.instagram-inner .d-box-title{
		background: url(../images/common/surwed-title-sns-instagram-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 16.5%;
	    width: 100%;
	    margin: 0 auto;
	}
	.instagram-inner .d-box-body{ margin: 1.5625% 0 0; }

	/* instagram-list
	------------------------------------------ */
	.instagram-list { margin: 1.5625% auto 0; padding: 6.25%; }
	.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-inner { width: 100%; margin: 8.59375% auto 0;}
	.line-inner .d-box-title{
		background: url(../images/common/surwed-title-sns-line-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 15.6%;
	    width: 100%;
	    margin: 0 auto;
	}
	.line-inner .d-box-body{ margin: 1.5625% 0 0;  padding: 6.25%;}

	/* line-item
	------------------------------------------ */
	.line-item{
		padding: 5% 0;
		font-size: 1rem;
	}
	.line-item .line-qr{
		width: 16.5625%;
	}
	.line-item .line-link{
		margin-left: 3.75%;
	}
	.line-item .line-link a{
		width: 18.125%;
		height: 0;
		padding-top: 31%;
		margin: 1.5625% 0 0 1.5625%;
	}

	/* goods
	========================================== */
	.goods-area { padding: 7.03125% 0 1.25%; }
	.goods-inner .d-box-title{
		background: url(../images/common/surwed-title-goods-sp.png) no-repeat;
	    background-position: left bottom;
	    background-size: cover;
	    height: 0;
	    padding-top: 18.3%;
	}

	/* goods-list
	------------------------------------------ */
	.goods-list { margin: 6.25% auto 3.90625%; padding: 0 6.25%; }
	.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) {
	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
		width: 100%;
	}
	 /* topics
	========================================== */
	.topics-area .topics-list{padding: 1.5625% 0 0;}
	 /* trailer
	========================================== */
	.trailer-area {}
	.trailer-area .d-box-body { padding: 0 0 3%; }
	.trailer-inner {}
	.trailer-box { display: block; border-radius: 3px; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; padding: 6.25% 6.25% 3.125%; }
	.trailer-movie-backnumber .d-btn{
		width: 100%;
	}

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		padding: 0 6.25% 6.25%;
	}
	.trailer-detail-title {
		display: block;
		width: 28%;
		float: left;
		padding-left: 5px;
	}
	.trailer-detail-title span { display: block; }
	.trailer-detail-title span.number {
		margin-left: 0;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.trailer-detail-title span.date { font-size: 0.9rem; }
	.trailer-detail-text {
		display: block;
		width: 70%;
		float: right;
		margin: 0 auto 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.trailer-detail-btn { clear: both; padding: 5% 0 0; position: relative; }
	.trailer-detail-btn .drama-btn { width: 100% !important; font-size: 1.5rem !important; }
	.trailer-detail-btn .drama-btn:not(:first-child) { margin-top: 4.2%; }


	/* movie
	========================================== */
	.movie-area {}
	.movie-inner {}

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

	/* line-item
	------------------------------------------ */
	.line-item{
		font-size: 1.5rem;
	}
	.line-item .line-qr{
		width: 35.1%;
	}
	.line-item .line-qr img{
		width: 100%;
		height: auto;
	}
	.line-item .line-link{
		margin-left: 5%;
	}
	.line-item .line-link a{
		margin-left: 0;
		width: 100%;
		height: 0;
		padding-top: 30.5%;
	}
}



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

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