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


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

}
.top-mainV-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top-mainV-img {
  width: 667px;
  height: 876px;
	background-image: url(../images/top/mainvisual_02.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin: 0 auto 5%;

}


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

#topics{
	margin-top: -75px;
	padding: 0 0;
}

#topics .drama-box-title{
	width: 299px;
	height: 63px;
	font-size: 0;
	background-image: url(../images/top/title-topics.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	background-size: contain;
}

#topics .drama-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#topics .drama-box-body {
	padding: 2% 0 16% 0;
	background-color: #45aaea;
}
body .drama-area {
}

.topics-area {
}
.topics-area .topics-btn > a {
  display: block;
  width: 24.5%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}

body #topics .topics-btn {
    margin: 0 auto 0;
	padding: 30px 0 100px 0;
	background-color: #45aaea;
}

@media only screen and (min-width: 993px) {
body #topics .topics-item:nth-child(3n+1) {
    margin-left: 1%;
}

body #topics .topics-item:not(:first-child) {
    margin-left: 1%;
}

body #topics .topics-btn {
    margin: 0 auto 0;
	padding: 30px 0 100px 0;
	background-color: #45aaea;
}
}

@media only screen and (max-width: 600px) {

#topics{
	margin-top: -55px;
	padding: 0 0;
}

body #topics .topics-btn {
    margin: 0 auto 0;
	padding: 30px 0 100px 0;
}

#topics .drama-box-body {
	padding: 2% 0 30% 0;
}
}
/* introduction
========================================== */

#introduction{
/*	margin-top: -135px;*/
}

#introduction .d-box-title{
	width: 476px;
	height: 72px;
	font-size: 0;
	background-image: url(../images/top/title-intro.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	background-size: contain;
}


#introduction .d-box-body{
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 6% 0 16%;
}

#introduction .intro-txt{
	display: block;
	width: 639px;
	height: 1697px;
	background-image: url(../images/top/intoduction-txt.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
}


/* cast
========================================== */
.cast-area{
	margin-top: -80px;
}

#cast .d-box-title{
	width: 290px;
	height: 80px;
	font-size: 0;
	background-image: url(../images/top/title-cast.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	background-size: contain;
}


#cast .d-box-body{
	width: 100%;
	background-color: #b40003;
	margin: 0 auto;
	padding: 10% 0 16%;
	color: #ffffff;
}

.cast_name{
	font-weight: bold;
	line-height: 200%;
}
.cast_name div.c_name {
	font-size: 30px;
	margin-right: 30px;
	width: 50%;
	text-align: right;
}

.cast_name div.name:before {
	content: "：";
	margin-left: -30px;
}
.cast_name div.name {
	color: #ffffff;
	font-size: 30px;
	margin-left: 0;
	width: 50%;
	text-align: left;
}
.cast_name div.name > span {
	font-size: .7em;
}

.cast_name {
	display: flex;
	margin-bottom: 30px;
}

.cast_icon{
	width: 36px;
	height: 34px;
	font-size: 0;
	display: block;
	background-image: url(../images/top/icon-cast.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 50px auto 50px auto;
}

.cast_name:nth-child(3),
.cast_name:nth-child(9) {
	margin-bottom: 80px;
}


/* staff
========================================== */
#staff{
	margin-top: -135px;
}

#staff .d-box-title{
	width: 292px;
	height: 75px;
	font-size: 0;
	background-image: url(../images/top/title-staff.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	background-size: contain;
}


#staff .d-box-body{
	width: 100%;
	background-color: #7c7508;
	margin: 0 auto;
	padding: 10% 0 10%;
	color: #ffffff;
}


.staff_name {
	font-weight: bold;
}

.staff_name div.number {
	font-size: 26px;
	margin-right: 21px;
	width: 45%;
	text-align: right;
}

.staff_name div.icon,
.staff_name div.icon_02,
.staff_name div.icon_03,
.staff_name div.icon_none {
	width: 10%;
	max-width: 31px;
	height: auto;
	padding-top: 3.3%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.staff_name div.icon{
	background-image: url(../images/top/icon-staff-01.png);
}

.staff_name div.icon_02{
	background-image: url(../images/top/icon-staff-02.png);
}

.staff_name div.icon_03{
	background-image: url(../images/top/icon-staff-03.png);
}

.staff_name div.name {
	color: #ffffff;
	font-size: 26px;
	margin-left: 21px;
	width: 45%;
	text-align: left;
}
.staff_name div.name > span {
	font-size: .7em;
}

.staff_name {
	display: flex;
	margin-bottom: 40px;
}


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


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.prBanner-item {
	flex: 0 0 95%;
	max-width: 648px;
	/*	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-item:not(first-child) { margin-top: 15px; }

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

#prBanner-top .prBanner-list {
	padding: 40px 0 0 0;
}

#prBanner-top .prBanner-item {
	flex: 0 0 100%;
	max-width: 648px;
	vertical-align: top;
}


/* trailer
========================================== */
#trailer{
	margin-top: 0;
}

#trailer .d-box-title{
	width: 291px;
	height: 75px;
	font-size: 0;
	background-image: url(../images/top/title-movie.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	background-size: contain;
}

#trailer #pr-title{
	font-size: 3.5rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 3% ;
	letter-spacing: 5px;
}

#trailer .d-box-body{
	width: 100%;
	background-color: #ff8b23;
	margin: 0 auto;
	padding: 5% 0 12%;
	color: #ffffff;
}


#trailer #ch-title{
	width: 481px;
	height: 85px;
	font-size: 0;
	background-image: url(../images/top/momifuyuch.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin: 0 auto;
}



/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 80%;
	margin: 2% auto;
	position: relative;
}

.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: 80%;
	margin: 0 auto;
	padding: 15px 40px 40px 40px;
}
.trailer-detail-btn .d-btn {
	padding: 8px;
	font-size: 2.6rem;
	font-weight: bold;
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff600;
    font-weight: normal;
    text-align: center;
    word-break: break-all;
    position: relative;
	background-color: #db4a09;
}

.trailer-detail-btn .d-btn:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

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


/* movie
========================================== */
.movie-area {}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}


/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 0px auto 40px;
	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% 1%;
	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 {
	color: #222222;
	background-color: #fff;
	padding: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
    min-height: 120px;
    max-height: 120px;
}



#hulu-banner{
	width: 77%;
}

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

.d-inner.channel-inner
{
	padding: 0 20px;
}

.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: #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{
	margin-top: -80px;
}

h2.sns-title{
	width: 252px;
	height: 73px;
	font-size: 0;
	background-image: url(../images/top/title-sns.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	background-size: contain;
}


#sns-box-body{
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 4% 0 16%;
}

.sns-area {}
.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: 80%;
	margin: 0 auto;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 0;
}


.twitter-head{
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	margin: 20px auto 30px;

}


#sns .twitter-area h2.d-box-title{
	max-width: 166px;
	width: 50%;
	height: auto;
	padding-top: 3.5%;
	font-size: 0;
	background-image: url(../images/top/twitter-title.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}


.twitter-head p#btn-follow{
	display: block;
	width: 50%;
}
.twitter-head p#btn-follow a{
	max-width: 235px;
	width: 100%;
	height: auto;
	padding-top: 9.4%;
	font-size: 0;
	background-image: url(../images/top/btn_follow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	display: block;
	margin-left: auto;
}

.twitter-area .d-box-body{
	border-radius: 5px;
	border: 1px solid #797979;
	box-sizing: border-box;
}

/* red-color */
#sns.red-color h2.sns-title{
	background-image: url(../images/top/title-sns_r.png);
}

#sns.red-color #sns-box-body{
	background-color: #b40000;
}
#sns.red-color .twitter-area h2.d-box-title{
	background-image: url(../images/top/twitter-title_w.png);
}
#sns.red-color .twitter-head p#btn-follow a{
	background-image: url(../images/top/btn_follow_w.png);
}

#sns.red-color .twitter-area .d-box-body{
	border: 1px solid #797979;
	background-color: #ffffff;
	box-sizing: border-box;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 3%;
}


/* instagram
========================================== */
.instagram-area {
	width: 48.5%;
	margin: 0;
	background: #784dc0;
	background: -moz-linear-gradient(-45deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: -webkit-linear-gradient(-45deg, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	background: linear-gradient(135deg, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#784dc0', endColorstr='#fec86e',GradientType=1 );
	border-radius: 5px;
}
.instagram-area .drama-box-body { background-color: transparent; }
.instagram-area a { display: block; }
.instagram-inner {
	padding: 0;
}


/* instagram-list
------------------------------------------ */
.instagram-list {
	margin: 20px auto 30px;
	padding: 0 6%;
	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%);
}


.insta-btn {
	width: 80%;
	margin: 0 auto;
	padding: 30px 40px 40px 40px;
}
.insta-btn .d-btn {
	padding: 8px;
	font-size: 0;
	font-weight: bold;
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
	border:  3px solid #ffffff;
    border-radius: 5px;
    color: #fff600;
    font-weight: normal;
    text-align: center;
    word-break: break-all;
    position: relative;
	background: #784dc0;
	background: -moz-linear-gradient(0deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: -webkit-linear-gradient(0deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: linear-gradient(90deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
}
.insta-btn .d-btn img{
	width: 40%;
}

.insta-btn .d-btn:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

/* goods
========================================== */
.goods-area {}
.goods-area a { display: block; }
.goods-inner {}


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




/* ------------------------------------------------------------------
 SP（〜750px）
------------------------------------------------------------------ */
@media only screen and (max-width: 750px) {
	
#introduction .d-box-title{
	max-width: 476px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 9.6%;
}
	
#introduction .intro-txt{
	display: block;
	max-width: 639px;
	width: 100%;
	height: auto;
	padding-top: 230%;
	background-size: contain;
}


#cast .d-box-title{
	max-width: 290px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 9.6%;
}

.cast_name div.c_name {
	font-size: 24px;
	margin-right: 24px;
	width: 50%;
	text-align: right;
}

.cast_name div.name:before {
    margin-left: -24px;
}
.cast_name div.name {
	color: #ffffff;
	font-size: 24px;
	margin-left: 0;
	width: 50%;
	text-align: left;
}
.cast_name div.name > span {
	font-size: .7em;
}


h2.sns-title{
	max-width: 290px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 9.6%;
}


#sns .twitter-area h2.d-box-title{
	height: auto;
	padding-top: 3.5%;
	font-size: 0;
	background-size: contain;
}

.twitter-head p#btn-follow a{
	padding-top: 13.5%;
}


#staff .d-box-title{
	max-width: 290px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 9.6%;
}

.staff_name div.number {
	font-size: 18px;
}

.staff_name div.name {
	font-size: 18px;
}


#topics .drama-box-title{
	max-width: 299px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 8%;
}


#trailer .d-box-title{
	max-width: 291px;
	width: 100%;
	height: auto;
	background-size: contain;
	padding-top: 9.6%;
}

.trailer-area { padding: 6% 0; }

#trailer #ch-title{
	max-width: 481px;
	width: 100%;
	height: auto;
	padding-top: 12.14%;
}

#trailer #pr-title{
	font-size: 1.6rem;
}


.trailer-detail-btn .d-btn {
    font-size: 1.8rem;
}


/*#prBanner-top .prBanner-list {
	padding: 0 0 0 0;
}*/

#prBanner-top .prBanner-item {
	flex: 0 0 100%;
}

.insta-btn .d-btn img {
    width: 50%;
}
	

}


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



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

  .top-mainV-img {
	width: 100%;
	height: auto;
    padding-top: 131.6%;
	background-size: cover;
  }

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




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

  .topics-area {}

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


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

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
	padding: 20px 0 40px 0;
	}

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


	/* movie
	========================================== */
/* 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: 10px;
    min-height: 55px;
    max-height: 55px;
    padding: 5px;
    white-space: normal;
	 }



  /* channel
  ========================================== */
	.channel-area { padding: 0% 3% 12%; }
	.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); }

	#channel #hulu-banner{
		width: 85%;
		padding: 0 0 0 0;
	}

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


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

	/* instagram-list
	------------------------------------------ */
	.instagram-list { margin: 10px auto 6.5%; padding: 0 6%; }
	.instagram-item { width: 49.5%; }
	.instagram-item:not(:nth-child(2n+1)) { margin-left: 1%; }
	.instagram-item:nth-child(n+3) { margin-top: 1%; }


	/* goods
	========================================== */
	.goods-area { margin: 9% auto 3%; }

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


/* introduction */
#introduction .d-box-title{
	margin: 5% 0 0 0;
}

#introduction .d-box-body{
	padding: 12% 0 30%;
}


/* cast */

#cast .d-box-body{
	padding: 12% 0 20%;
}

.cast_name{
	font-weight: bold;
	line-height: 200%;
}
.cast_name div.c_name {
	font-size: 16px;
	margin-right: 16px;
	width: 55%;
	text-align: right;
}

.cast_name div.name:before {
    margin-left: -16px;
}

.cast_name div.name {
	color: #ffffff;
	font-size: 16px;
	margin-left: 0;
	width: 45%;
	text-align: left;
}
.cast_name div.name > span {
	font-size: .7em;
	display: block;
	text-indent: -10px;
}

.cast_name {
	margin-bottom: 15px;
}

.cast_name:nth-child(3),
.cast_name:nth-child(9) {
	margin-bottom: 40px;
}

.cast_name:last-child{
	margin-bottom: 40px;
}

.cast_icon{
	width: 20px;
	height: 19px;
	font-size: 0;
	display: block;
	background-image: url(../images/top/icon-cast.png);
	background-position: center;
	background-size: contain;
	margin: 30px auto 30px auto;

}


/* staff */
#staff{
	margin-top: -115px;
}

#staff .d-box-body{
	padding: 12% 0 20%;
}

.staff_name div.number {
	font-size: 12px;
	letter-spacing: 0;
	margin-right: 10px;
}

.staff_name div.name {
	font-size: 12px;
	margin-left: 10px;
}

.staff_name {
	margin-bottom: 20px;
}


/* trailer
#trailer .d-box-body{
	padding: 5% 0 24%;
} */

.insta-btn .d-btn img {
    width: 60%;
}


/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	 /* trailer
	========================================== */
	.trailer-area { padding: 0 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: 2% 3% 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: 0 0 0; position: relative; margin-bottom: 5%;}
	.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 { margin: 0 auto 8%; 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.2% !important; }
	.movie-text {}



	.insta-btn { clear: both; padding: 30px 0 40px 0; position: relative; margin-bottom: 5%;}
	.insta-btn .drama-btn { width: 100% !important; font-size: 1.5rem !important; }
}



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