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


/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV {
	position: relative;
}

.top-mainV-area {}

.top-mainV-inner {
	width: 100%;
	margin: 0 auto;
}

.top-mainV-img {
	width: 100%;
	padding-top: calc(868 / 1280 * 100%);
	background-image: url(../images/top/mainv-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

/* sp（スペシャル）
========================================== */
.sp-area {
	padding: 30px 20px 45px;
	background-image: url(../images/top/bg/bg_pink.jpg);
	background-size: 5px auto;
	border-top: 15px solid #000;
	border-image-source: url(../images/top/live-border.png);
	border-image-width: 24px;
	border-image-outset: 9px;
	border-image-slice: 20;
}
.sp-box {
	max-width: 600px;
	margin: 0 auto;
}
.sp-box a {
	background-image: url(../images/top/banner/top-banner_sp.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: calc(334 / 600* 100%);
	display: block;
	font-size: 0;
}

/* live
========================================== */
.live-area {
	padding: 0;
	background-image: url(../images/top/live-bg.png);
	border-top: 15px solid #000;
	border-bottom: 15px solid #000;
	border-image-source: url(../images/top/live-border.png);
	border-image-width: 0 0 24px;
	border-image-outset: 9px;
	border-image-slice: 20;
}
.live-inner {
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 100px;
}
.live-box {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.live-box-inner{
	max-width: 750px;
	margin: auto;
}
.live-area .d-box-title {
	background-image: url(../images/top/live-title.png);
	width: 766px;
	height: 0;
	padding-top: calc(162 / 960 * 100%);
}

.live-date {
	margin: 25px auto;
	color: #195b76;
	font-size: 20px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ ProN W6';
}
.live-detail-btn {
	margin: 30px auto;
	padding: 0 20px;
}
.live-detail-btn .d-btn { background-color: #2f7a5b; }

.live-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}
.live-icon-g-toothbrush::before {
	width: 28%;
	max-width: 268px;
	height: 0;
	padding-top: 11%;
	background-image: url(../images/top/live-icon-g-toothbrush.png);
	top: 12%;
	left: 0;
}
.live-icon-b-toothbrush::before {
	width: 35.9%;
	max-width: 339px;
	height: 0;
	padding-top: 8.3%;
	background-image: url(../images/top/live-icon-b-toothbrush.png);
	top: 94%;
	right: 4%;
}
.live-movie {
	width: calc(795 / 1000 * 100%);
	margin: auto;
	position: relative;
}

.live-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
.live-movie-data {
	padding-top: 56%;
	position: relative;
}
.livebanner-inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.livebanner-list{
	margin: 30px auto 0;
	padding: 0;
}
.livebanner-item{
	max-width: 64%;
	vertical-align: top;
	margin: auto;
}

.livebanner-item a {
	display: block;
}
.livebanner-img {
	width: 100%;
	height: 0;
	padding-top: calc(120/ 480 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
}

/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	margin: 0;
	padding: 40px 0 60px;
	background: url(../images/top/topics-bg.png), #f99494;
	background-repeat: repeat, repeat;
	background-position: calc(50% + 170px) 0%, center;
	background-size: auto, auto;
}
.topics-area .topics-btn > a {
	display: block;
	width: 100% !important;
	max-width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #fff0;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
	position: relative;
	background-color: #ff5273;
}
.topics-area .topics-btn > a .icon-loading {
	display: none;
}
.topics-area .drama-box-title {
	width: 360px;
	height: 0;
	padding-top: 120px;
	margin: 0 auto 25px;
	background-image: url(../images/top/topics-title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}


/* prBanner
========================================== */
.prBanner-area { margin: 0 auto; padding: 32px 0; background-image: url(../images/top/prbanner-bg.png); }
.prBanner-area a { display: block; }
.prBanner-inner {}


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.prBanner-list + .prBanner-list { margin-top: 20px; }
.prBanner-item {
	flex: 0 0 49%;
	max-width: 49%;
	vertical-align: top;
}
.prBanner-item:nth-child(2n) { margin-left: 2%; }
.prBanner-item:nth-child(n+3) { margin-top: 20px; }

.prBanner-item.label a {
	position: relative;
}
.prBanner-item.label a::before {
	content: "第10回\A配信中";
	white-space: pre;
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 20px 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	transform: rotate(-15deg);
	border-radius: 50%;
	/* background-color: #1ec899; */
	 background-color: #faca20;
	top: -20px;
	left: -10px;
}

.prBanner-img {
	width: 100%;
	height: 0;
	padding-top: calc(120/ 480 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* trailer
========================================== */
.trailer-area {
	padding-bottom: 0;
}
.trailer-area a { display: block; }
.trailer-inner {
	max-width: 100%;
	padding: 0;
}

.trailer-inner .d-box-body {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 60px;
	background: url(../images/top/trailer-bg.png) repeat center transparent;
	background-size: auto;
}
.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ ProN W6';

	overflow: hidden;
}
.trailer-title::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

.trailer-area .d-box-body-bg {
	width: 100%;
	height: 0;
	margin-bottom: -1.25%;
	padding-top: calc(79 / 1280 * 100%);
	background: url(../images/top/trailer-bg-top.png) no-repeat center transparent;
	background-size: 100% auto;
}

/* trailer-icon
------------------------------ */
.trailer-icon {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.trailer-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.trailer-icon-pasta::before {
	width: 20%;
	max-width: 193px;
	height: 0;
	padding-top: 15%;
	background-image: url(../images/top/trailer-icon-pasta.png);
	top: -100px;
	right: -10%;
}

.trailer-icon-toast::before {
	width: 20%;
	max-width: 106px;
	height: 0;
	padding-top: 8.2%;
	background-image: url(../images/top/trailer-icon-toast.png);
	top: -120px;
	right: 15%;
}

.trailer-icon-coffee::before {
	width: 20%;
	max-width: 151px;
	height: 0;
	padding-top: 7.9%;
	background-image: url(../images/top/trailer-icon-coffee.png);
	top: -125px;
	left: 15%;
	z-index: 0;
}

.trailer-icon-turtle::before {
	width: 20%;
	max-width: 70px;
	height: 0;
	padding-top: 4.0%;
	background-image: url(../images/top/trailer-icon-turtle.png);
	top: -50px;
	left: 0%;
	position: absolute;
	animation: moveY 24s 1 alternate linear, moveX 24s 1 alternate linear,swing 0.5s infinite alternate linear;
}
@keyframes moveY {
	0% { top:-80px; }
	30% { top:-40px; }
	70% { top:-40px; }
	100% { top:-50px; }
}
/*　横の動き　*/
@keyframes moveX {
	0% { left:55%; }
	100% { left:0%; }
}
@keyframes swing {
	0% { transform: rotate(-20deg)； }
	100% { transform: rotate(10deg); }
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: calc(795 / 1000 * 100%);
	margin: 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-date
------------------------------ */
.trailer-date {
	width: 100%;
	font-size: 1.8em;
	text-align: center;
	color: #dcab00;
	font-weight: bold;
	letter-spacing: 2px;
}

.trailer-date span.date {
	margin-right: 10px;
	font-size: 3.3rem;
	letter-spacing: 3px;
}

.trailer-date span.time {
	font-size: 2.6rem;
}

/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 100%;
	margin: 45px 0 40px 0;
	position: relative;
	display: flex;
}
.trailer-detail-box {
	width:330px;
	margin: 0 auto;
}
.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;
	border-bottom: 5px solid gray;
	border-image-source:url(../images/top/trailer-title-sub-bg-pc.png);
	border-image-slice:10;
	padding-bottom: 10px;
}
.trailer-detail-title span {}
.trailer-detail-title span.number {
	width: 100%;
	color: #76593b;
	font-size: 2rem;
	font-weight: bold;
}
.trailer-detail-title span.subtitle {
	color: #dc7816;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 15px;
}

.trailer-detail-title span.subtitle.pcfont_20{
	font-size: 2rem;
}
.trailer-detail-title span.subtitle.pcfont_19{
	font-size: 1.9rem;
}
.trailer-detail-title span.subtitle.pcfont_18{
	font-size: 1.8rem;
}
.trailer-detail-title span.subtitle.pcfont_17{
	font-size: 1.7rem;
}
.trailer-detail-title span.subtitle.pcfont_16{
	font-size: 1.6rem;
}
.trailer-detail-text {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2;
	color: #6c4c2c;
	margin: 15px auto 0;
}

.trailer-detail-btn {
	width: calc(560/1000*100%);
	margin: 0 auto;
	padding: 0 20px;
}
.trailer-detail-btn .d-btn { background-color: #439981; }
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


/* movie
========================================== */
.movie-area {
	background-image: url(../images/top/movie-bg.png);
}
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner {}

.movie-inner::before {
	width: 20%;
	max-width: 143px;
	height: 0;
	padding-top: 10.5%;
	background-image: url(../images/top/movie-icon-coffee.png);
	top: 5%;
	left: 5%;
}

.movie-btn .d-btn { background-color: #eebe15; }

/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 45px auto 50px;
	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: 50px;
	background-color: #dcab00;
	border-radius: o;
	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 #fdfc00;
	border-right: 1px solid #fdfc00;
	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 {
	padding: 20px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #ffffff;
}



/* channel
========================================== */
.channel-area {
	padding: 50px 0;
	margin: 0;
	background-image: url(../images/top/channel-bg.png);
}

.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: 30px 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 {
	padding: 40px 0 0;
	background: url(../images/top/sns-bg-top.png) no-repeat center 15% transparent;
	background-size: contain;
}
.sns-inner {
	max-width: 100%;
	padding: 0;
}
.sns-inner::before {
	width: 25%;
	max-width: 143px;
	height: 0;
	padding-top: 10.5%;
	background-image: url(../images/top/sns-icon-pot.png);
	top: 0%;
	right: 25%;
}
.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: 48.5%;
	margin: 0;
	background-color: #69c8ff;
	border-radius: 5px;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 0;
}


/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	max-width: 450px;
	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 .d-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%);
}



.sns-top {
	padding-top: 0;
}

.sns-flex {
	display: flex;
	justify-content: center;
	padding: 0 0 30px;
}

.sns-flex-wrap {
	margin-top: 5%;
	background: url(../images/top/sns-bg.png) repeat-y center top transparent;
	background-size: 100% auto;
}
.sns-body {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	width: 31.2%;
	max-width: 1000px;
	margin: 0;
	padding: 0;
}

.sns-height {
	margin-left: 5.5%;
}

.orebana-twitter-timeline {
	width: 56.5%;
	background-color: #fff;
	height: 570px;
	overflow: hidden;
	margin-left: auto;
	text-align: center;
}

.orebana-twitter-timeline__inner {
	height: 100%;
}

.sns-body a {
	width: 100%;
	height: 190px;
	display: flex;
	align-items: center;
	border-radius: 0;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.sns-body a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 130px auto;
	position: absolute;
	top: -15px;
	left: 0;
}

.sns-text {
	display: none;
}

/* twitter-timeline
------------------------------------------ */
.twitter-timeline {
	/* height: 100% !important; */
}
.twitter-timeline-box {
	max-width: 450px;
	margin: 0 auto;
	padding: 0 3%;
}
.twitter-area::before {
	background-image: url(../images/top/sns-icon-twitter.png);
}


/* twitter
========================================== */
.twitter-area { background-color: #1da1f2; }

/* instagram
========================================== */
.instagram-area {
	background: #784dc0;
	background: -moz-radial-gradient(ellipse farthest-side at 25% 110%, #f56e46 30%, #e1336d 70%, #c83190 90%, #784dc0 130%);
	background: -webkit-radial-gradient(ellipse farthest-side at 25% 110%,#f56e46 30%, #e1336d 70%, #c83190 90%, #784dc0 130%);
	background: radial-gradient(ellipse farthest-side at 25% 110%, #f56e46 30%, #e1336d 70%, #c83190 90%, #784dc0 130%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#784dc0', endColorstr='#fec86e', GradientType=1);
}
.instagram-area::before {
	background-image: url(../images/top/sns-icon-insta.png);
}

/* line
========================================== */
.line-area {
	background-color: #019101;
	pointer-events: none;
}

.sns-body .line-area::before {
	background-image: url(../images/top/sns-icon-line.png);
	top: 0px;
}

/* largeBanner
========================================== */
.largeBanner-area { margin: 0 auto; padding: 40px 0 50px; background-image: url(../images/top/largebanner-bg.png); }
.largeBanner-area a { display: block; }
.largeBanner-inner {}


/* largeBanner-list
------------------------------------------ */
.largeBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.largeBanner-list + .largeBanner-list { margin-top: 20px; }
.largeBanner-item {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}
.largeBanner-item:nth-child(n+2) { margin-top: 20px; }

.largeBanner-img {
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(140/ 1000 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.largeBanner-img.is-sp {
	display: none;
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	/* live
	========================================== */
	.live-area .d-box-title {
		width: 100%;
		padding-top: calc(162 / 766 * 100%);
	}
	.live-icon-g-toothbrush::before {
		width: 44.56%;
		padding-top: 17.3%;
		top: 48%;
		left: -4px;
	}
	.live-icon-b-toothbrush::before {
		width: 56.52%;
		padding-top: 13%;
		top: 100%;
		right: -13px;
	}

	/* prBanner
	========================================== */
	.prBanner-item.label a::before {
		width: 75px;
		height: 75px;
		padding: 13px 0 0;
		font-size: 2rem;
	}

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

	.trailer-area .d-box-body {
		padding: 40px 3%;
		margin: 0;
	}

	.trailer-area .d-box-body-bg {}

	.trailer-inner {}
	.trailer-date { font-size: 1.4em; }
	.trailer-box { display: block; border-radius: 3px; width: 100%;}
	.trailer-detail {display: block}
	.trailer-detail-box {display: block; width: 100%;}


	.trailer-icon-toast::before {
		top: -100px;
		right: 15%;
	}
	.trailer-icon-pasta::before {
		top: -90px;
		right: -3%;
	}
	.trailer-icon-coffee::before {
		top: -110px;
		left: 10%;
	}

	.trailer-icon-turtle::before {
		top: -30px;
		left: -2%;
	}
	@keyframes moveY {
		0% { top:-20px; }
		50% { top:-10px; }
		100% { top:-30px; }
	}
	@keyframes moveX {
		0% { left:55%; }
		100% { left:-2%; }
	}
	.trailer-date span.date {
		margin-right: 10px;
		font-size: 1.6rem;
	}

	.trailer-date span.time {
		font-size: 1.4rem;
	}

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

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.trailer-detail-title {
		display: block;
		width: 100%;
		float: left;
		padding-left: 5px;
	}
	.trailer-detail-title span { display: block; }
	.trailer-detail-title span.number {
		margin-left: 0;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.trailer-detail-title span.date { font-size: 0.9rem; }
	.trailer-detail-text {
		display: block;
		width: 100%;
		float: right;
		margin: 0 auto 50px;
		font-size: 1.5rem;
		line-height: 2;
	}
	.trailer-detail-title span.subtitle {
		text-align: center;
	}
	.trailer-detail-btn {
		clear: both;
		position: relative;
		width: 100%;
		max-width: 550px;
		margin-bottom: 15px;
	}
	.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }

	/* channel
	========================================== */
	.channel-area {
		padding: 40px 0;
	}
	.channel-item a span{
		height: 95px;
	}

	/* movie
	========================================== */
	.movie-area { padding: 20px 0 !important; }
	.movie-inner { padding: 0; }
	.movie-btn {
		clear: both;
		position: relative;
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		padding: 0 20px;
	}

	/* 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.57%; }
	.movie-text {}

	/* itopics
	------------------------------------------ */

	.topics-area { padding: 20px 0 0 !important; }
	.topics-area .drama-box-body {
		padding: 10px;
	}

}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* live
	========================================== */
	.live-area {
		padding: 20px 0 0 !important;
		border-top: 8px solid #000;
		border-bottom: 8px solid #000;
		border-image-outset: 17px;
		border-image-slice: 20;
	}
	.live-inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 3%;
	}
	.live-area .d-box-title {
		background-image: url(../images/top/live-title-sp.png);
		width: 100%;
		padding-top: calc(181/ 622 * 100%);
	}

	.live-area .d-box-body {
		padding: 0 0 50px ;
		margin-top: 5% ;
	}
	.live-date {
		margin: 15px auto;
		font-size: 11px;
	}
	.live-movie {
		width: 100%;
		padding: 0 3%;
	}
	.live-detail-btn {
		clear: both;
		position: relative;
		width: 100%;
		max-width: 550px;
		margin:25px auto 10px;
	}
	.livebanner-box {
		margin: 10px auto;
		padding: 0;
	}
	.livebanner-inner {
		max-width: 100%;
		padding: 0;
	}
	.livebanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}

	/* mainV（TOP用ヘッダー）
	========================================== */
	.trailer-detail-box {
		display: block;
		width: 100%;
	}
	.top-mainV-img {
		padding-top: calc(862 / 1278 * 100%);
		background-image: url(../images/top/mainv-sp.jpg);
	}
	/* trailer
	========================================== */
	.trailer-area {}
	.trailer-area .d-box-body {
		padding: 20px 3% !important;
	}
	.trailer-icon-toast::before {
		top: -50px !important;
		right: 15% !important;
	}
	.trailer-icon-turtle::before {
		top: -20px !important;
		left: -2% !important;
	}
	@keyframes moveY {
		0% { top:-30px; }
		50% { top:-10px; }
		100% { top:-20px; }
	}
	@keyframes moveX {
		0% { left:50%; }
		100% { left:-2%; }
	}

	.trailer-icon-pasta::before {
		top: -45px !important;
		right: -3% !important;
	}
	.trailer-icon-coffee::before {
		top: -55px !important;
		left: 10% !important;
	}

	.trailer-detail-title span.subtitle.spfont_20{
		font-size: 2rem;
	}
	.trailer-detail-title span.subtitle.spfont_19{
		font-size: 1.9rem;
	}
	.trailer-detail-title span.subtitle.spfont_18{
		font-size: 1.8rem;
	}
	.trailer-detail-title span.subtitle.spfont_17{
		font-size: 1.7rem;
	}
	.trailer-detail-title span.subtitle.spfont_16{
		font-size: 1.6rem;
	}
	.trailer-detail-text {
		margin: 10px auto 30px;
	}


	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area {}
	.topics-area .topics-btn > a {
		width: 90% !important;
		font-size: 1.8rem !important;
		max-width: 545px;
		padding: 10px !important;
	}
	.topics-area .drama-box-title {
		padding-top: 60px;
	}

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

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
	}
	.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.label a::before {
		width: 70px;
		height: 70px;
		padding: 13px 0 0;
		font-size: 1.8rem;
		top: -8px;
		left: -8px;
	}


	/* 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: 0.9rem; padding: 10px; line-height: 1.8; white-space: normal; }

	/* channel
	========================================== */
	.channel-area { padding: 9% 3% !important; }
	.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: 65px !important; }
	.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 */
	.sns-area {
		padding: 20px 0 0;
		background: url(../images/top/sns-bg-top.png) no-repeat center 11.5% transparent;
		background-size: contain;
	}
	.sns-inner::before {
		padding-top: 23.8%;
		top: 1%;
		right: 6%;
	}
	.sns-body a {
		margin: auto;
		height: 131px;
	}
	.sns-title {
		margin-bottom: 30px;
	}

	.sns-top {
		padding-top: 30px;
	}

	.sns-flex {
		display: block;
		margin-top: 0;
		padding: 0;
	}
	.sns-flex-wrap {
		margin-top: 7%;
		padding: 50px 0 0;
		background-size: 100% auto;
	}
	.orebana-twitter-timeline {
		width: 94%;
		margin: 0 auto 20px;
		padding: 0;
	}

	.sns-body {
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.sns-body a:before {
		background-size: 70px auto;
		top: -5px;
	}
	.sns-text {
		text-align: center;
	}
	.orebana-twitter-timeline {
		height: 250px;
	}


	/* twitter
	========================================== */
	.twitter-area { width: 94%; margin: 0 auto; }
	.twitter-area .d-box-body { border-radius: 0 0 5px 5px; }

	@media all and (-ms-high-contrast: none){
		.twitter-timeline { width: 100% !important }
	}

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

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

	/* largeBanner-list
	------------------------------------------ */
	.largeBanner-list {
	}
	.largeBanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.largeBanner-item:not(:first-child) { margin-top: 15px; }
	.largeBanner-item:nth-child(2n) { margin-left: 0; }
	.largeBanner-item:nth-child(n+3) { margin-top: 15px; }
	.largeBanner-img { padding-top: calc(145/ 560 * 100%); }
	.largeBanner-img.is-pc { display: none; }
	.largeBanner-img.is-sp { display: block; }

}
/* notice-modal
========================================== */
.notice-modal-area {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 70px 50px 50px;
	overflow-y: auto;
	background: rgba(0, 0, 0, .5)
}

.notice-modal-area a:hover {
	opacity: .6
}

.notice-modal-inner {
	height: 100%
}

.notice-modal-box {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
.notice-modal-detail,
.hulu-modal-detail {
	width: 100%;
	background: url(/orebana/images/top/modal/bg/bg_yellow.jpg) repeat center;
	background-size: 5px auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 28px;
}
.hulu-modal-detail {
	background: #3CE132;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.notice-modal-detail::before,
.hulu-modal-detail::before {
	content: '';
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 0;
	padding-top: calc(33 / 600 * 100%);
	background: url(/orebana/images/top/modal/bg/bg-arch_white.png) no-repeat top transparent;
	background-size: 100% auto;
}

@media(max-width: 600px) {
	.notice-modal-area {
		padding: 70px 20px 20px;
	}
}
.notice-modal-box {
	background-color: #fff;
	border-radius: 20px;
}
.notice-modal-content {
	padding: 20px 0 0;
	overflow: hidden;
}

.notice-modal-title {
	max-width: 350px;
	margin: 0 auto;
}
@media(max-width: 600px) {
	.notice-modal-title {
		max-width: 240px;
		margin-bottom: 10px;
	}
}
.notice-modal-title span {
	display: block;
	padding-top: calc(117 / 350 * 100%);
	background-image: url(/orebana/images/top/modal/modal-ttl.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}
.notice-modal-thumbnail,
.hulu-modal-thumbnail {
	margin: 10px auto 0;
	max-width: 520px;
	padding: 0 20px;
}

.notice-modal-thumbnail span,
.hulu-modal-thumbnail span {
	display: block;
	width: 100%;
	padding-top: calc(320 / 480 * 100%);
	background-image: url(../images/top/modal/thumb.jpg);
	background-repeat: no-repeat;
	background-size: contain
}
.hulu-modal-thumbnail span {
	background-image: url(../images/top/modal/thumb_hulu.jpg);
}
.notice-modal-btn,
.hulu-modal-btn__info{
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 18px 0;
	margin: 30px auto 28px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: .01em;
	background-color: #46B274;
	font-size: 1.8rem;
	border-radius: 5px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.20);
}
.hulu-modal-btn__info{
	background: #FFF;
	color: #4B2500;
	margin: 20px auto;
}

@media(max-width: 600px) {
	.notice-modal-btn,
	.hulu-modal-btn__info {
		max-width: 236px;
		padding: 16px 0;
		margin: 20px auto 24px;
		font-size: 1.6rem;
	}
	.hulu-modal-btn__info {
		margin: 15px auto;
	}
}
.notice-modal-btn::after,
.hulu-modal-btn__info::after {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 15px;
	transform: rotate(-45deg);
	flex-shrink: 0;
	margin-top: -7px;
	content: "";
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.hulu-modal-btn__info::after {
	border-right: 2px solid #4B2500;
	border-bottom: 2px solid #4B2500;
}
.hulu-modal-content {
	margin-top: 30px;
}
@media(max-width: 600px) {
	.hulu-modal-content {
		margin-top: 20px;
	}
}
.hulu-modal-title {
	max-width: 368px;
	margin: 0 auto 12px;
}
@media(max-width: 600px) {
	.hulu-modal-title {
		max-width: 240px;
		margin-bottom: 10px;
	}
}
.hulu-modal-title span {
	display: block;
	padding-top: calc(80 / 368 * 100%);
	background-image: url(/orebana/images/top/modal/modal-ttl_hulu.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}
.hulu-modal-btn {
	max-width: 300px;
	margin: 0 auto 28px;
}
@media(max-width: 600px) {
	.hulu-modal-btn {
		max-width: 236px;
		margin: 0 auto 24px;
	}
}
.hulu-modal-btn a {
	display: block;
	padding-top: calc(46 / 300 * 100%);
	background-image: url(/orebana/images/spinoff/btn_hulu.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}
.hulu-modal-text {
	color: #000;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%; /* 24px */
	margin-bottom: 20px;
}
@media(max-width: 600px) {
	.hulu-modal-text {
		font-size: 2rem;
		margin-bottom: 15px;
	}
}
.notice-modal-cookie {
	text-align: center
}

.notice-modal-cookie input {
	vertical-align: middle;
	cursor: pointer
}

.notice-modal-cookie span {
	font-size: 13px;
	line-height: 1;
	color: #0B0E0F;
	letter-spacing: .01em;
	vertical-align: middle
}

@media(max-width: 600px) {
	.notice-modal-cookie span {
		font-size: 11px
	}
}

.notice-modal-cookie label {
	cursor: pointer
}

.notice-modal-close {
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 1;
	height: 0;
}
.notice-modal-close:hover {
	opacity: 0.6;
}

.notice-modal-close-btn {
	width: 56px;
	cursor: pointer;
	font-size: 0;
	background: url(/orebana/images/top/modal/icon-close.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 100%;
	border: none;
}

@media(max-width: 600px) {
	.notice-modal-close {
		top: -15px;
		right: -15px;
	}
	.notice-modal-close-btn {
		width: 40px;
	}
}


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