@charset "UTF-8";
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/


/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {

}
.top-mainV-inner {
	width: 100%;
}

.mainV-slider{
  display: none;
}

.mainV-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

.slide-item div {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: calc(700 / 1200 * 100%);
}

.top-mainV-img-b{
}


*:focus {
outline: none;
}
.slide-item div.top-mainV-img-a{
	background-image: url(../images/top/mainv-pc_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.slide-item div.top-mainV-img-b{
	background-image: url(../images/top/mainv-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}


/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	background: url(../images/top/bg-topics.jpg) no-repeat center top #0e1316;
	background-size: cover;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: calc(40 / 1000 * 100%);

}
.topics-area .topics-btn > a {
  display: block;
  width: 24.5%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}

.topics-area .drama-box-title{
	width: 380px;
    height: 116px;
    background-image: url(../images/common/d-box-title-topics.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center top;
	font-size: 0;
    margin: 0 auto 50px;
}


/* prBanner
========================================== */
.prBanner-area { margin: 40px auto; }
.prBanner-area a { display: block; }
.prBanner-inner {}


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.prBanner-item {
	width: 100%;
	vertical-align: top;
}
.prBanner-item:nth-child(n+3) { margin-top: 15px; }

.prBanner-img {}
.prBanner-img img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.prBanner-item:not(:first-child) { margin-top: 15px; }


/* prBanner 横並び
========================================== 
.prBanner-area { padding: 0 0 0px 0; }
.prBanner-area a { display: block; }
.prBanner-inner {
    box-sizing: border-box;
    padding: 0 10px;}*/


/* prBanner-list
------------------------------------------ 
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.prBanner-item {
	flex: 0 0 49%;
	max-width: 49%;
	vertical-align: top;
}
.prBanner-item:nth-child(2n) { margin-left: 2%; }
.prBanner-item:nth-child(n+3) { margin-top: 15px; }

.prBanner-img {}
.prBanner-img img {
	width: 100%;
	margin: 0 auto;
}
*/

/* news-area
========================================== */
.news-area{
	margin: 0 auto;
}
.news-area .news-inner{
	max-width: 861px;
	padding: 4% 2.4%;
	position: relative;
}
.news-area .news-inner .news-inner-main,
.news-area .news-item .news-item-wrap{
	-webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.news-area .news-inner .news-inner-main{
	background: #424242;
	padding: .8% 1% .8% 0%;
	font-size: 1.8rem;
	font-size: 18px;
	position: relative;
}

.news-area .news-inner .news-inner-main .d-box-title{
	box-sizing: border-box;
	padding-top: calc(10 / 1000 * 100%);
	padding-bottom: calc(10 / 1000 * 100%);
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
	font-size: 2rem;
	font-size: 20px;
	margin: 0 3% 0 1%;
	color: #ffffff;
	background-color: #06a99f;
	text-align: center;
	font-weight: normal;
}

#news .d-box-body{
	position: relative;
	overflow: hidden;
}
.news-area .news-inner .news-item{
	width: 100%;
	display: none;
}
.news-date{
	margin-right: 5%;
	font-weight: bold;
	width: 120px;
	display: flex;
	align-items: center;
}
.news-text{
  	width: calc(100% - 120px);
  	display: inline-block;
	align-items: center;
}
.news-area .news-inner .news-inner-main .d-box-body{
	width: 76%;
	color: #ffffff;
}
.news-area .news-inner .news-inner-main .d-box-body a{
	text-decoration: underline;
}

/* trailer
========================================== */
.trailer-area {
	background: url(../images/top/bg-trailer.jpg) no-repeat center top #b2b2b2;
	background-size: cover;
	margin: 0 auto;
}
.trailer-area h2{
	display: none;
}
.trailer-area a { display: block; }
.trailer-inner {}
.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 80%;
	padding: 60px 0px 60px 0;
	position: relative;
	margin: 0 auto;
}

.trailer-movie-data {
	padding-top: 56%;
	position: relative;
}

.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 37%;
	padding: 40px 30px;
	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: #000;
	font-size: 8rem;
	font-weight: bold;
	letter-spacing: 10px;
}
.trailer-detail-title span.date {
	margin-top: 0.3rem;
	color: #969696;
	font-size: 1.8rem;
}

.trailer-detail-text {
	margin: 5px auto;
	font-size: 1.6rem;
}

.trailer-detail-btn {
	width: 100%;
	padding: 15px 40px 40px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.trailer-detail-btn .d-btn {
	padding: 8px;
	font-size: 1.6rem;
}
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


/* next-story
========================================== */
#next-story{
    margin: 0 auto;
	padding: 40px 0 20px;
	background: url(../images/top/bg-story.jpg) no-repeat center top #04060b;
	background-size: cover;
	color: #ffffff;
}

#next-story .d-box-title {
	width: 380px;
    height: 116px;
    background-image: url(../images/common/d-box-title-story.png);
	background-repeat: no-repeat;
    background-size: contain;
	font-size: 0;
    margin: 0 auto 50px;
}


.next-story-thumblist {
	margin: 40px auto 30px;
	font-size: 0;
	text-align: center;
	max-height: 380px;
	overflow: hidden;
}

.next-story-thumb{
	width: 32%;
	height: auto;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.next-story-thumblist.single{
}

.next-story-thumblist.single .next-story-thumb{
	width: 70%;
	max-height: 400px;
}

.next-story-thumb img{
	width: 100%;
}
.next-story-thumb:not(:first-child) {}
.next-story-thumb:nth-child(2) { margin: 0 2%; }


.next-story-detail-title{
	width: 100%;
    height: 0;
	margin: 6% auto;
	padding-top: calc(82 / 850 * 100%);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*
.next-story-detail-title{
	background-color: #ad0018;
	color: #ffffff;
	width: 80%;
	font-size: 2rem;
	text-align: center;
	margin: 5% auto 2% auto;
	padding: 0.8% 0;
	letter-spacing: 0.3em;
}
.next-story-detail-date{
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	font-family: Century Gothic;
	margin-bottom: 30px;
}*/
	
.next-story-detail-btn {
}
.next-story-detail-btn .d-btn{
	margin: 3% auto;
	width: 36.3%;
}

.next-story-detail {
	width: 100%;
	margin: 0 auto;
}

.next-story-detail-text {
	width: 100%;
	margin: 5px auto 30px;
	font-size: 1.5rem;
}



/* movie
========================================== */
.movie-area {
    margin: 0 auto;
	padding: 40px 0 30px;
	background: url(../images/top/bg-movie.jpg) no-repeat center top #10272d;
	background-size: cover;
}

.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}

.movie-area .d-box-title {
	width: 380px;
    height: 116px;
    background-image: url(../images/common/d-box-title-movie.png);
	background-repeat: no-repeat;
    background-size: contain;
	font-size: 0;
    margin: 0 auto 50px;
}



/* 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: 30px;
	height: 60px;
	background-color: #06a99f;
	/*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 #ffffff;
	border-right: 1px solid #ffffff;
	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;
	background-color: #fff;	
}
.movie-item a {
	display: block;
}
.movie-item a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.movie-img {
	width: 100% !important;
	padding-top: 56.57894% !important;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.movie-img:before, .movie-img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 30;
}
.movie-img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 29px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	margin-left: 7px;
}
.movie-img:after {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

.movie-text {
    margin: 15px auto;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 1.5;
	min-height: 48px;
}

.movie-all-btn .d-btn{
	margin: 3% auto;
	width: 36.3%;
}



/* channel
========================================== */
.channel-area {
	/* padding: 40px 0 60px; */
}

.channel-list {
  display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.channel-item {
  flex: 0 1 100%;
}
.channel-item + .channel-item {
  margin-left: 3%;
}
.channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}

.channel-item.tada a { background-color: #ff005a;}
.channel-item.hulu a { background-color: #3ce132;}

.channel-item.tada a span {
  background-image: url(../images/top/channel-tada-pc.png);
}
.channel-item.hulu a span {
  background-image: url(../images/top/channel-hulu-pc.png);
}

.channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}



/* sns
========================================== */
.sns-area {
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
}
.sns-inner {
	position: relative;
	z-index: 15;
}
.sns-body {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.sns-box {}
.sns-box:nth-of-type(1) {
	width: 75%;
}
.sns-box:nth-of-type(2) {
	width: 23.918%;
}

/* twitter
========================================== */
.twitter-area {
	width: 100%;
	margin: 0;
	background-color: #ffffff;
}

.twitter-area .d-box-title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	height: 78px;
	margin: 0;
	padding: 0 30px;
	background-image: none;
}
.twitter-area .d-box-title .title-01 {
	width: 249px;
    height: 78px;
    background: url(../images/top/sns-title-twitter.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.twitter-area a { display: block; }
.twitter-inner {
	padding: 2%;
	box-sizing: border-box;
}

.twitter-btn {
	width: 219px;
	height: 38px;
	margin-left: auto;
}
.twitter-btn a {
	width: 100%;
	height: 100%;
	background: url(../images/top/sns-twitter-btn-pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
}

/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}



/* instagram
========================================== */
.instagram-area {
	width: 100%;
	margin: 0;
}
.instagram-area a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: url(../images/top/sns-instagram-btn-pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.instagram-inner {}
.instagram-btn {}
.instagram-img {}



/* line
========================================== */
.line-area {
	width: 100%;
	margin: 25px auto 0;
}
.line-area a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: url(../images/top/sns-line-btn-pc.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.line-area .line-btn-close {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: url(../images/top/sns-line-btn-pc_close.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.line-inner {}
.line-btn {}
.line-img {}


/* goods
========================================== */
.goods-area {
	background: url(../images/top/bg-goods.jpg) no-repeat center top #070d17;
	background-size: cover;
	margin: 0 auto;
	padding: 40px 0 20px;
}

.goods-area .d-box-title {
	width: 380px;
    height: 127px;
    background-image: url(../images/common/d-box-title-goods.png);
	background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 50px;
    font-size: 0;
}


.goods-area a { display: block; }
.goods-inner {}


/* goods-list
------------------------------------------ */
.goods-list {
	margin: 40px auto 30px;
	padding: 0 3%;
	font-size: 0;
	text-align: center;
}
.goods-item {
	width: 24.45%;
	margin: 0 1.5%;
	display: inline-block;
	vertical-align: top;
}
.goods-item:not(:first-child) { margin-left: 5%; }
.goods-item:nth-child(4n+1) { margin-left: 0; }
.goods-item:nth-child(n+5) { margin-top: 15px; }

.goods-img {
	border: solid 1px #06a99f;
}

.goods-text {
	margin-top: 10px;
	padding: 0 3px;
	font-size: 1.3rem;
	text-align: left;
	color: #FFFFFF;
}

.goods-btn {
	margin: 3% auto 3%;
	width: 36.3%;
	color: #FFFFFF;
	background-color: #06a99f;
}

.goods-btn a.d-btn{
	border: 1px solid #06a99f;
}


.sp-btn {
	margin: 3% auto 3%;
	width: 36.3%;
	color: #FFFFFF;
	background-color: #06a99f;
}

.sp-btn a.d-btn{
	border: 1px solid #06a99f;
}

/* hulu-original
========================================== */
#hulu-original{
	max-width: 633px;
	width: 95%;
	background-color: #6daf45;
	border: 3px solid #a1030d;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
}
body .hulu-original-inner{
	padding: 2% 0 2% 0;
}

#hulu-original h2{
	width: 90%;
	height: auto;
	padding-top: 39.46%;
	background: url(../images/top/hulu_original_bg.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	margin: 0 auto;
}

#hulu-original #btn{
	padding: 4.7% 0 4.7% 0;
}

#hulu-original #btn p{
	width: 100%;
	max-width: 512px;
	display: block;
	margin: 0 auto;
}

#hulu-original #btn p a{
	display: block;
	background: url(../images/top/pop_btn.png) no-repeat center;
	background-size: contain;
	width: 100%;
	max-width: 512px;
	height: auto;
	padding-top: 10.2%;
	font-size: 0;
}
#hulu-original #btn p a:hover,
#hulu-original #hulu-free p a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#hulu-original #hulu-free p{
	width: 100%;
	max-width: 568px;
	display: block;
	margin: 0 auto;
}

#hulu-original #hulu-free p a{
	display: block;
	background: url(../images/top/hulu_free-btn.png) no-repeat center;
	background-size: contain;
	width: 100%;
	max-width: 568px;
	height: auto;
	padding-top: 17.85%;
	font-size: 0;
}


/* hulu-modal
========================================== */
.hulu-modal {
	padding-bottom: 5px;
}
.hulu-modal-inner {
	border: 3px solid #a1030d;
	box-sizing: border-box;
	background: #000000;
/*	padding: 5px;*/
}
@media only screen and (max-width: 992px) {
	.hulu-modal-inner {

	}
}
.hulu-modal h2 {
	position: relative;
	width: 100%;
	max-width: 632px;
	background: url(../images/top/hulu_modal_top.png) no-repeat center;
	background-size: contain;
	margin: 5% auto 0 auto;
	padding-top: 32%;
	height: 0;
	font-size: 0;
}

.modal-btn {
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
	padding-top: 64px;
	text-align: center;
	position: absolute;
	display: block;
	bottom: 20px;
	left: 50%;
	transform: translate(-49.5%, 0);
	background: url(../images/top/pop_btn.png) no-repeat center;
	background-size: contain;
}
.modal-btn:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
@media only screen and (max-width: 992px) {
	.modal-btn {
		bottom: 10px;
		padding-top: 10.33%;
	}
}
.modal-btn span {
	display: none;
}
.modal-hulu {
	text-align: center;
	background: #3ce132;
	padding: 5px 0;
}

@media only screen and (max-width: 992px) {
	.modal-hulu {
		padding: 10px 0;
	}
}

.modal-hulu ul{
	-webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	padding: 10px 0;
}

.modal-hulu-txt {
	display: block;
	width: 100%;
	max-width: 463px;
	margin: 0 auto;
	height: auto;
	padding-top: 13.38%;
	background: url(../images/top/modal_trial-txt.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.modal-mainV{
}

#only-txt{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.modal-hulu ul li{
	width: 50%;
	max-width: 316px;
}

.modal-hulu-btn {
	display: block;
	margin: 0 auto 0;
}

.modal-hulu-btn img,
.modal-hulu-btn-02 img{
	width: 95%;
	height: auto;
}
.modal-hulu-btn-02 {
	width: 100%;
	display: block;
	margin: 0 auto 0;
}

.modal-info-btn {
	margin: 3% auto;
	display: block;
	width: 100%;
	max-width: 439px;
	height: auto;
	padding-top: 9.69%;
	background: url(../images/top/modal_info-btn.png) no-repeat center;
	background-size: contain;
	font-size: 0;
}


.modal-hulu-btn:hover,
.modal-hulu-btn-02:hover,
.modal-info-btn:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
@media only screen and (max-width: 992px) {
.modal-mainV{
	margin: 5% auto;
}
.modal-hulu-btn img{
}
.modal-hulu-btn-02 img{
}

}
@media only screen and (max-width: 600px) {
#only-txt{
	font-size: 20px;
}

}

@media only screen and (min-width: 993px) {
	.hulu-modal-inner {
		max-width: 650px;
		margin: 0 auto;
	}
}
.modal-cookies-btn {
	padding-top: 5px;
	text-align: center;
}



/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {



  /* mainV（TOP用ヘッダー）
  ========================================== */

body .slide-item div {
	display: block !important;
	width: 100%;
	padding-top: calc(721 / 1058 * 100%);
}

body .slide-item div.top-mainV-img-a{
	background-image: url(../images/top/mainv-sp_01.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body .slide-item div.top-mainV-img-b{
	background-image: url(../images/top/mainv-sp.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


  /* news-area
  ========================================== */
  .news-area{
  }
  .news-area .news-inner{
  	padding: 4% 2.8125% 4%;
  }
  .news-area .news-inner .news-inner-main{
  	display: block;
  	padding: 2.34375% 2.8125% 4.6875% 2.8125%;
  }
  .news-area .news-inner .news-inner-main:before{
  	top: -14%!important;
    left: -3%!important;
  }
  .news-area .news-inner .news-inner-main .d-box-title{
  	font-size: 1.2rem;
  	font-size: 12px;
  	margin-left: auto;
	margin-right: auto;
  	margin-bottom: 3%;

  }
  .news-area .news-inner .news-inner-main .d-box-body{
  	width: 100%;
  	font-size: 1.2rem;
  	font-size: 12px;
  }
  .news-area .news-inner .news-inner-main .news-date{
  	margin-right: 3%;
  	width: 100px;
  }
  .news-area .news-inner .news-inner-main .news-text{
  	width: calc(100% - 100px);
  	display: flex;
 }

  /* topics一覧（TOP用）※タグは変更不可
  ========================================== */

  .topics-area {
	  background-size: contain !important;
	  }
  
  .topics-area .drama-box-title {
		padding: 10% !important;
		width: 100%;
		height: auto;
	}


  .topics-area .topics-btn > a {
    width: 87.5% !important;
	}


	/* prBanner
	========================================== */
	.prBanner-area { margin: 3% auto; }
	.prBanner-inner { padding: 0 3%; }

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
	}
	.prBanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.prBanner-item:not(:first-child) { margin-top: 10px; }
	.prBanner-item:nth-child(2n) { margin-left: 0; }
	.prBanner-item:nth-child(n+3) { margin-top: 10px; }


	/* movie
	========================================== */
	body .movie-area {
		background-size: contain;
	}

	.movie-area .d-box-title {
		padding: 10% !important;
		width: 100%;
		height: auto;
	}


	/* 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: 1.3rem;
		margin: 5px auto;
		padding: 0 10px;
		line-height: 1.8;
		white-space: normal;
	}



	/* next-story
	========================================== */
	#next-story{
	background-size: contain !important;
	}
	
	#next-story .d-box-title {
		padding: 10% !important;
		width: 100%;
		height: auto;
	}


	.next-story-thumblist {
		margin: 5% auto 8%;
		/*padding: 0 3%;*/
		width: 85%;
		display: none;
	}

	.next-story-thumblist.slick-initialized{
	  display: block; /*slick-initializedが付与されたら表示*/
	}

	.next-story-thumb {
		width: 90%;
		margin: 0 auto;
		display: block;
		vertical-align: top;
		text-align: center;
	}
	.next-story-thumb:nth-child(2) { margin: 0 auto; }


.next-story-detail-title{
	margin: 10% auto;
	padding-top: calc(82 / 600 * 100%);
}

/*	#next-story .next-story-detail-title{
	width: 85%;
	font-size: 1.8rem;
  	font-size: 18px;
	letter-spacing: 0.2em;	
	}
	.next-story-detail-date{
	font-size: 1.2rem;
  	font-size: 12px;
	letter-spacing: 0.2em;	
	margin-bottom: calc(50 / 1000 * 100%);
	}
*/	
	.next-story-detail-text {
		width: 85%;
	}



  /* channel
  ========================================== */
	.channel-area { padding: 0% 3% 0%; }
	.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: 0 0 0; }
	.sns-area:before {
		width: calc(21% * 2) !important;;
		padding-top: calc(20.67% * 2) !important;;
		top: -3.5% !important;;
		left: -3.5% !important;;
	}
	.sns-area:after {
		width: calc(25% * 2) !important;;
		padding-top: calc(25% * 2) !important;;
		bottom: -7.5% !important;;
		right: 0 !important;;
	}
	.sns-inner { padding: 0 !important; }
	.sns-body { padding: 0 6% !important; }


	/* twitter
	========================================== */
	body .twitter-area { margin: 0 auto; min-height: 440px;}
	.twitter-area .d-box-body { border-radius: 0 0 5px 5px; }
	.twitter-area .d-box-title { height: 78px !important; padding: 0 15px !important; }
	.twitter-area .d-box-title .title-01 {
		width: calc(249px / 2) !important;
		height: calc(78px / 2) !important;
	}
	.twitter-btn {
		width: calc(228px / 1.6) !important;
		height: calc(49px / 1.6) !important;
	}
	.twitter-btn a {
		background: url(../images/top/sns-twitter-btn-sp.png) no-repeat center;
	}
	
	.twitter-timeline-box { padding: 0; }
	.twitter-timeline-box iframe {  }


	/* instagram
	========================================== */
	.instagram-area {}

	/* instagram-list
	------------------------------------------ */
	.instagram-list { margin: 10px auto 6.5%; padding: 0 6%; }
	.instagram-item { width: 49.5%; }
	.instagram-item:not(:nth-child(2n+1)) { margin-left: 1%; }
	.instagram-item:nth-child(n+3) { margin-top: 1%; }


	/* line
	========================================== */
	.line-area {}


	/* goods
	========================================== */
	body .goods-area { 
		margin: 9% auto 3%;
		background-size: contain;
	}

	.goods-area .d-box-title {
		padding: 10% !important;
		width: 100%;
		height: auto;
	}

	/* goods-list
	------------------------------------------ */
	.goods-list { margin: 5% auto 4%; padding: 0 3%; }
	.goods-item { width: 48.5%; margin: 0 0;}
	.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) { margin-top: 3%; }
	.goods-item:nth-child(n+5) { margin-top: 3%; }
	
	.goods-text { margin-top: 5px; font-size: 1.2rem; }


}

@media only screen and (max-width: 750px) {
	.movie-area .movie-all-btn {
		margin: 6% auto 8% auto;
	}
	.movie-area .movie-all-btn .d-btn {
		width: 85%;
		padding: 10px 10px 12px;
	}
	.movie-area .movie-all-btn .d-btn:after { width: 8px; height: 8px; }

	#next-story .next-story-detail-btn {
		margin: 6% auto;
	}
	#next-story .next-story-detail-btn .d-btn {
		width: 85%;
		padding: 10px 10px 12px;
	}
	#next-story .next-story-detail-btn .d-btn:after { width: 8px; height: 8px; }

	.goods-btn {
		width: 87.5%;
		margin: 6% auto 4%;
	}
	.goods-btn .d-btn {
		padding: 10px 10px 12px;
	}
	.goods-btn .d-btn:after { width: 8px; height: 8px; }

	.sp-btn {
		width: 87.5%;
		margin: 6% auto 4%;
	}
	.sp-btn .d-btn {
		padding: 10px 10px 12px;
	}
	.sp-btn .d-btn:after { width: 8px; height: 8px; }

}

@media only screen and (max-width: 620px) {

	.next-story-thumb {
		width: 90%;
		margin: 0 auto;
		display: block;
		vertical-align: top;
		text-align: center;
	}
	.next-story-thumb:nth-child(2) { margin: 0 auto; }


}


/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {

	.news-area .news-inner .news-inner-main:before{
	  	top: -35%;
	    left: -3%;
	  }
	  
	 /* trailer
	========================================== */
	.trailer-area { padding: 6% 0; }
	.trailer-area .d-box-body { padding: 0 3% 3%; }
	.trailer-inner {}
	.trailer-box { display: block; border-radius: 3px; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; padding: 4% 3%; }

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		padding: 0 3% 5%;
	}
	.trailer-detail-title {
		display: block;
		width: 23%;
		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: 77%;
		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%; }

	/* next-story
	========================================== */
	#next-story .d-box-title {
/*		padding: 5%;
		height: auto;
		width: auto;
*/	}

	/* movie
	========================================== */
	.movie-area {}
	.movie-inner {}

	.movie-area .d-box-title {
/*		padding: 5%;
		height: auto;
		width: auto;
*/	}


	/* movie-slider
	------------------------------------------ */
	.movie-slider { padding: 0; }
	.movie-slider .slick-list { padding: 0 17% !important; }
	/* slick - nav */
	.movie-slider .slick-nav { bottom: -20px; width: 100%; }

	/* movie-slider - item
	------------------------------------------ */
	.movie-item { margin: 0 0.125%; }
	.movie-text {}


	/* sns
	========================================== */
	.sns-area {}
	.sns-area:before {
		width: calc(21% * 1.5);
		padding-top: calc(20.67% * 1.5);
		top: -3.5%;
		left: -1%;
	}
	.sns-area:after {
		width: calc(25% * 1.5);
		padding-top: calc(25% * 1.5);
		bottom: -5%;
		right: 0;
	}
	.sns-inner {
		padding: 0 calc(6% + 20px);
	}
	.sns-body {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.sns-box:nth-of-type(1) {
		width: 100%;
	}
	.sns-box:nth-of-type(2) {
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: space-between;
		align-content: stretch;
		width: 100%;
		margin: 6% auto 0;
	}

	/* twitter
	========================================== */
	.twitter-area{min-height: 480px;}
	.twitter-area .d-box-title  {
		height: 70px;
	}
	.twitter-area .d-box-title .title-01 {
		width: calc(249px / 1.5);
		height: calc(78px / 1.5);
		background-size: contain;
	}
	.twitter-btn {
	}
	.twitter-btn a {
		width: 100%;
		height: 100%;
		background-size: contain;
	}


	/* instagram
	========================================== */
	.instagram-area {
		width: 47%;
		margin: 0;
	}
	.instagram-area a {
		width: 100%;
		padding-top: calc(200 / 315 * 100%);
		background: url(../images/top/sns-instagram-btn-sp.png) no-repeat center;
		background-size: contain;
	}


	/* line
	========================================== */
	.line-area {
		width: 47%;
		margin: 0;
	}
	.line-area a {
		width: 100%;
		padding-top: calc(200 / 315 * 100%);
		background: url(../images/top/sns-line-btn-sp.png) no-repeat center;
		background-size: contain;
	}

	.line-area .line-btn-close {
			width: 100%;
			padding-top: calc(200 / 315 * 100%);
			background: url(../images/top/sns-line-btn-sp_close.png) no-repeat center;
			background-size: contain;
	}

}



/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}