@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description :
===================================================================== */

/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
	padding: calc(110 / 750 * 100%) 0 0;
}

.hulu_movie,
.hulu_movie .inner {
	position: relative;
}

.hulu_movie::before {
	content: "";
	display: block;
	width: calc(224 / 750 * 100%);
	padding-top: calc(531 / 750 * 100%);
	background: url(../images/common/bg_deco3.webp) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	margin: calc(-90 / 750 * 100%) 0 0;
}

.hulu_movie h2 {
	width: calc(571 / 650 * 100%);
	margin-bottom: calc(62 / 650 * 100%);
}

.hulu_movie h3 {
	width: calc(419 / 650 * 100%);
	margin: 0 auto calc(35 / 650 * 100%);
	z-index: 1;
}

.hulu_movie_wrap {
	position: relative;
	margin-bottom: calc(50 / 650 * 100%);
}

.hulu_movie_wrap::before {
	content: "";
	display: block;
	width: calc(750 / 650 * 100%);
	padding-top: calc(433 / 650 * 100%);
	background: url(../images/hulu/bg_movie.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	margin: calc(-35 / 650 * 100%) 0 0 calc(-50 / 650 * 100%);
}

.hulu_movie_box {
	position: relative;
	border: 3px solid #ffec9c;
}

.hulu_movie_photo {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.hulu_movie_photo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hulu_movie_txt {
	margin-bottom: calc(60 / 650 * 100%);
}

.hulu_movie_txt p {
	margin-bottom: 0.3em;
	text-align: center;
	line-height: 1.5;
	font-size: 3.6rem;
}

.hulu_movie_txt small {
	font-size: 2.8rem;
	color: #c39fff;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.hulu_movie {
		padding: calc(110 / 1400 * 100%) 0 0;
	}

	.hulu_movie::before {
		background-image: url(../images/hulu/bg_deco3.webp);
		width: calc(360 / 1400 * 100%);
		padding-top: calc(572 / 1400 * 100%);
		margin: calc(-50 / 1400 * 100%) 0 0;
	}

	.hulu_movie h2 {
		width: calc(571 / 1200 * 100%);
		margin-bottom: calc(43 / 1200 * 100%);
	}

	.hulu_movie h3 {
		width: calc(440 / 1200 * 100%);
		margin-bottom: calc(32 / 1200 * 100%);
	}

	.hulu_movie_wrap {
		margin-bottom: calc(42 / 1200 * 100%);
	}

	.hulu_movie_wrap::before {
		width: calc(1399 / 1200 * 100%);
		padding-top: calc(618 / 1200 * 100%);
		margin: calc(-52 / 1200 * 100%) 0 0 calc(-100 / 1200 * 100%);
	}

	.hulu_movie_box {
		width: calc(880 / 1200 * 100%);
		margin: 0 auto;
		border-width: .6rem;
	}

	.hulu_movie_photo {
		cursor: pointer;
	}

	.hulu_movie_txt {
		margin-bottom: calc(40 / 1200 * 100%);
	}

	.hulu_movie_txt p {
		margin-bottom: 0;
		font-size: 3.2rem;
	}

	.hulu_movie_txt small {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1400px) {
	.hulu_movie {
		padding: 110px 0 0;
		background-size: 130px auto;
	}

	.hulu_movie::before {
		width: 360px;
		padding-top: 572px;
		margin: -50px 0 0;
	}

}

/* =====================================================================
*    trial 
* =================================================================== */
.hulu_trial {
	/*
	width: calc(420 / 650 * 100%);
	margin: 0 auto;
*/
}

@media screen and (min-width: 768px) {

	.hulu_trial {
		/*		width: calc(360 / 1200 * 100%);*/
	}
}

/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
	padding: calc(120 / 750 * 100%) 0 calc(150 / 750 * 100%);
}

.hulu_intro h2 {
	margin-bottom: calc(40 / 650 * 100%);
}

.hulu_intro_txt {
	text-align: center;
	letter-spacing: -.1rem;
	font-size: 2.8rem;
}

.hulu_intro_txt strong {
	color: #a168ff;
	font-weight: bold;
	background-color: #ffff8c;
}

@media screen and (min-width: 768px) {
	.hulu_intro {
		padding: calc(70 / 1400 * 100%) 0;
	}

	.hulu_intro h2 {
		margin-bottom: calc(30 / 1200 * 100%);
	}

	.hulu_intro_txt {
		font-size: 1.8rem;
	}

}

@media screen and (min-width: 1400px) {
	.hulu_intro {
		padding: 70px 0;
	}
}

/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
	padding: calc(100 / 750 * 100%) 0 0;
}

.hulu_story::before {
	content: "";
	display: block;
	width: 100%;
	height: 80%;
	background-color: #ffff8c;
	-webkit-transform: skewY(-6deg);
	transform: skewY(-6deg);
	position: absolute;
	top: 0;
	left: 0;
}

.hulu_story .outer {
	background-color: #ffff8c;
	padding-bottom: calc(150 / 750 * 100%);
}

.story_date_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto calc(50/ 650 * 100%);
}

.story_date_tab li {
	width: calc(210 / 650 * 100%);
	margin: 0 calc(10 / 650 * 100%) 0 0;
	background-color: #383440;
	color: #ffff8c;
	padding: .6em;
	line-height: 1.25;
}

.story_date_tab li:last-child {
	margin-right: 0;
}

.story_date_tab li strong {
	font-weight: 700;
}

.story_date_tab li:last-child strong {
	letter-spacing: -.1rem;
	font-size: 2rem;
}

.story_date_tab li small {
	font-size: 2rem;
	display: block;
	margin-top: .2em;
	font-weight: normal;
}

.story_date_tab li.up::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -.5em auto 0;
	background: url(../images/hulu/icon_up_sp.png) no-repeat center/contain;
	width: calc(66 / 210 * 100%);
	padding-top: calc(23 / 210 * 100%);
	z-index: 1;
}

.story_date_tab li.nolink {
	background-color: #8d8d8d;
	color: #e8e8e8;
	pointer-events: none;
}

.story_date_tab li.is-active {
	background: linear-gradient(40deg, rgba(192, 156, 255, 0.4) 0%, rgba(145, 234, 230, 0.4) 48%, rgba(255, 165, 215, 0.4) 100%), #383440;
	background-blend-mode: screen;
}

.story_date_panel > li {
	display: none;
}

.story_date_panel li.is-show {
	display: block !important;
}

.hulu_story_photo {
	margin-bottom: calc(50 / 650 * 100%);
}

.hulu_story_subttl {
	font-size: 3.6rem;
	text-align: center;
	color: #65365b;
	margin-bottom: calc(20 / 650 * 100%);
}

.hulu_story .slick-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 3;
	width: 4em;
	height: 1.5em;
	border-bottom: 2px solid #ff2b85;
}

.hulu_story .slick-arrow::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: -.2em;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1em 1.5em;
	border-color: transparent transparent #ff2b85 transparent;
}

.hulu_story .slick-arrow.prev {
	left: calc(-35 / 650 * 100%);
}

.hulu_story .slick-arrow.next {
	right: calc(-35 / 650 * 100%);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.banner_list {
	margin-top: calc(60 / 650 * 100%);
}


@media screen and (min-width: 768px) {
	.hulu_story {
		padding: calc(140 / 1400 * 100%) 0 0;
	}

	.hulu_story .outer {
		padding-bottom: calc(60 / 1400 * 100%);
	}

	.hulu_story_box {
		width: calc(880 / 1200 * 100%);
		margin: 0 auto;
	}

	.story_date_tab {
		margin-bottom: calc(30 / 880 * 100%);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.story_date_tab li {
		width: calc(280 / 880 * 100%);
		margin: 0;
		padding: .8em;
		line-height: 1.2 !important;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.story_date_tab li:not(.nolink)::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(40deg, rgba(192, 156, 255, 0.4) 0%, rgba(145, 234, 230, 0.4) 48%, rgba(255, 165, 215, 0.4) 100%),
			#383440;
		background-blend-mode: screen;
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.story_date_tab li:not(.nolink):hover {
		cursor: pointer;
	}

	.story_date_tab li:not(.nolink):hover::before {
		opacity: 1;
	}

	.story_date_tab li strong {
		font-size: 1.8rem;
	}

	.story_date_tab li:last-child strong {
		font-size: 1.6rem;
	}

	.story_date_tab li small {
		display: inline;
		font-size: 1.6rem;
		margin-left: .8em;
	}

	.story_date_tab li.up::after {
		background-image: url(../images/hulu/icon_up_pc.png);
		width: calc(66 / 280 * 100%);
		padding-top: calc(23 / 280 * 100%);
		margin-top: -.8em;
	}

	.hulu_story_photo {
		margin-bottom: calc(30 / 880 * 100%);
	}

	.hulu_story_subttl {
		font-size: 2.4rem;
		margin-bottom: calc(20 / 880 * 100%);
	}

	.hulu_story .slick-arrow {
		cursor: pointer;
		width: 5em;
		-webkit-transition: .2s ease;
		transition: .2s ease;
	}

	.hulu_story .slick-arrow::before {
		border-width: 0 0 .8em 1em;
	}

	.hulu_story .slick-arrow.prev {
		left: -5vw;
	}

	.hulu_story .slick-arrow.prev:hover {
		left: -7vw;
	}

	.hulu_story .slick-arrow.next {
		right: -5vw;
	}

	.hulu_story .slick-arrow.next:hover {
		right: -7vw;
	}

	.story_txt {
		width: calc(800 / 880 * 100%);
		margin: 0 auto;
	}

	.banner_list {
		margin-top: calc(40 / 1200 * 100%);
	}

	.banner_list li {
		width: calc(392 / 1200 * 100%);
	}
}

@media screen and (min-width: 1400px) {
	.hulu_story {
		padding: 140px 0 0;
	}

	.hulu_story .outer {
		padding-bottom: 60px;
	}

}


/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast {
	padding: calc(120 / 750 * 100%) 0 calc(180 / 750 * 100%);
}

.hulu_cast::before {
	content: "";
	display: block;
	width: calc(323 / 750 * 100%);
	padding-top: calc(514 / 750 * 100%);
	background: url(../images/common/bg_deco5.webp) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	margin: calc(-329 / 750 * 100%) 0 0;
}

.cast_list {
	/*
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
*/
	/*	padding-left: calc(120 / 650 * 100%);*/
}

.cast_list li {
	color: #63596a;
	margin-bottom: 2.5em;
}

.cast_list li:last-child {
	margin-bottom: 0;
}

.cast_list .flex {
	width: 100% !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cast_list dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex dl {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.flex dl {
		display: block !important;
	}

	.flex dl * {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
	}
}

.cast_list dt rt {
	font-size: 1.4rem;
}

.cast_list dt {
	width: 50%;
	padding-right: 1.3em;
	text-align: right;
	font-size: 2rem;
	font-weight: bold;
}

.cast_list dd {
	width: 50%;
	padding-left: 1.3em;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.8rem;
}

.cast_name4 {
	width: calc(94 / 750 * 100vw) !important;
}

@media all and (-ms-high-contrast: none) {
	.cast_list rt {
		-webkit-transform: translateY(-.5rem);
		transform: translateY(-.5rem);
	}
}


@media screen and (min-width: 768px) {
	.hulu_cast {
		padding: calc(120 / 1400 * 100%) 0;
	}

	.hulu_cast::before {
		background-image: url(../images/hulu/bg_deco4.webp);
		width: calc(415 / 1400 * 100%);
		padding-top: calc(525 / 1400 * 100%);
		margin-top: calc(-206 / 1400 * 100%);
	}

	.hulu_cast h2 {
		margin-bottom: calc(100 / 1200 * 100%);
	}

	.cast_list {
		/*		padding: 0 calc(200 / 1200 * 100%) 0 calc(400 / 1200 * 100%);*/
		width: calc(650 / 1200 * 100%);
		margin: 0 auto;
	}

	.cast_list li {
		margin-bottom: 3em;
	}

	.cast_list dt {
		font-size: 1.4rem;
	}

	.cast_list dt rt {
		font-size: 1rem;
	}

	.cast_list dd {
		font-size: 1.8rem;
	}

	.cast_name4 {
		width: calc(66 / 325 * 100%) !important;
	}
}

@media screen and (min-width: 1400px) {
	.hulu_cast {
		padding: 120px 0;
	}

	.hulu_cast::before {
		width: 415px;
		padding-top: 525px;
		margin-top: -206px;
	}

}


/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
	/*	background: linear-gradient(55deg, rgba(254, 255, 159, 0.4) 0%, rgba(176, 224, 255, 0.4) 33%, rgba(255, 179, 208, 0.4) 67%, rgba(255, 246, 189, 0.4) 100%);*/
	padding: calc(130 / 750 * 100%) 0;
	background-color: #f5f5f5;
}

.hulu_about::before {
	content: "";
	display: block;
	width: calc(485 / 750 * 100%);
	padding-top: calc(349 / 750 * 100%);
	background: url(../images/hulu/bg_deco1.webp) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	margin: calc(-148 / 750 * 100%) calc(-281 / 750 * 100%) 0 0;
}

.hulu_about::after {
	content: "";
	display: block;
	width: calc(611 / 750 * 100%);
	padding-top: calc(388 / 750 * 100%);
	background: url(../images/hulu/bg_deco2.webp) no-repeat center top;
	background-size: cover;
	position: absolute;
	bottom: 0;
	margin: 0 0 calc(-194 / 750 * 100%) calc(-336 / 750 * 100%);
	z-index: 1;
}

.hulu_about .inner {
	z-index: 2;
}

.hulu_about h2 {
	margin-bottom: calc(50 / 650 * 100%);
}

.hulu_about_txt {
	letter-spacing: -.05rem;
	color: #383440;
	line-height: 2;
	text-align: center;
	margin-bottom: calc(60 / 650 * 100%);
}


@media screen and (min-width: 768px) {
	.hulu_about {
		padding: calc(95 / 1400 * 100%) 0 calc(75 / 1400 * 100%);
	}

	.hulu_about::before {
		width: calc(485 / 1400 * 100%);
		padding-top: calc(349 / 1400 * 100%);
		margin: calc(-166 / 1400 * 100%) calc(-88 / 1400 * 100%) 0 0;
	}

	.hulu_about::after {
		width: calc(611 / 1400 * 100%);
		padding-top: calc(388 / 1400 * 100%);
		margin: 0 0 calc(-270 / 1400 * 100%) calc(-120 / 1400 * 100%);
	}

	.hulu_about h2 {
		margin-bottom: calc(50 / 1200 * 100%);
	}

	.hulu_about_txt {
		margin-bottom: calc(70 / 1200 * 100%);
		letter-spacing: .2rem;
	}

}

@media screen and (min-width: 1400px) {
	.hulu_about {
		padding: 95px 0 75px;
	}

	.hulu_about::before {
		width: 485px;
		padding-top: 349px;
		margin: -166px -88px 0 0;
	}

	.hulu_about::after {
		width: 611px;
		padding-top: 388px;
		margin: 0 0 -270px -120px;
	}
}
