@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description :
===================================================================== */
.hulu_ttl {
	font-family: 'Cantata One', serif;
	text-align: center;
	font-size: 6rem;
	letter-spacing: -0.02rem;
	margin-bottom: calc(88 / 750 * 100%);
}

.hulu_ttl::after {
	content: "";
	display: block;
	width: 17%;
	padding-top: calc(10 / 750 * 100%);
	margin: auto;
	background-image: repeating-linear-gradient(90deg, #f6ec7f 0px, #f6ec7f calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw));
	-webkit-transform: skewX(-27deg);
	transform: skewX(-27deg);
}


@media screen and (min-width: 768px) {
	.hulu_ttl {
		margin-bottom: calc(80 / 1000 * 100%);
	}

	.hulu_ttl::after {
		width: 10%;
		padding-top: calc(8 / 1000 * 100%);
		background-image: repeating-linear-gradient(90deg, #f6ec7f 0px, #f6ec7f calc(3 / 1000 * 100vw), transparent calc(3 / 1000 * 100vw), transparent calc(7 / 1000 * 100vw));
	}

}


/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie .inner {
	padding: calc(120 / 750 * 100%) 0 calc(70 / 750 * 100%);
}

.hulu_movie .inner::before {
	content: "";
	display: block;
	width: calc(40 / 750 * 100%);
	padding-top: calc(320 / 750 * 100%);
	background-image: repeating-linear-gradient(0deg, transparent, transparent calc(13 / 750 * 100vw), #f6ec7f calc(13 / 750 * 100vw), #f6ec7f calc(20 / 750 * 100vw));
	-webkit-transform: skewY(40deg);
	transform: skewY(40deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: calc(40 / 750 * 100%) 0 0;
}

.hulu_movie .sec_ttl {
	margin: 0 0 calc(94 / 630 * 100%);
}

.hulu_movie_subttl::after {
	content: "";
	display: block;
	width: 60%;
	padding-top: calc(10 / 750 * 100%);
	margin: .5em auto 0;
	background-image: repeating-linear-gradient(90deg, #f99ab7 0px, #f99ab7 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw));
	-webkit-transform: skewX(-27deg);
	transform: skewX(-27deg);
}

.hulu_movie_photo {
	margin: 0 0 calc(45 / 630 * 100%);
}

.hulu_movie_photo::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #85c0c7;
	top: 0;
	left: 0;
	margin: calc(10 / 630 * 100%) 0 0 calc(-10 / 630 * 100%);
}

.hulu_movie_photo::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara29.png) no-repeat center/contain;
	width: calc(94 / 630 * 100%);
	padding-top: calc(62 / 630 * 100%);
	top: 0;
	right: .5em;
	margin-top: calc(-56 / 630 * 100%);
	z-index: 1;
}

.hulu_movie_date {
	color: #85c0c7;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 calc(55 / 630 * 100%);
}

.hulu_movie_box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 calc(-30 / 630 * 100%) calc(-30 / 630 * 100%) 0;
	z-index: 1;
	background: url(../images/common/img_triangle_blue.png) no-repeat center;
	background-size: 100% auto;
	width: calc(150 / 630 * 100%);
	padding-top: calc(150 / 630 * 100%);
}

.hulu_movie_btn::before {
	content: "";
	display: block;
	width: calc(100 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.hulu_movie_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .4em;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7em 0 .7em 1em;
	border-color: transparent transparent transparent #85c0c7;
	z-index: 1;
}

.hulu_movie_btn {
	margin-top: calc(50 / 630 * 100%);
}


.hulu_movie_txt p {
	margin-bottom: 0.5em;
	text-align: center;
	line-height: 1.5;
	font-size: 3.2rem;
}


.hulu_movie_txt strong {
	display: block;
	font-size: 4.4rem;
	font-weight: bold;
}

.org {
	color: #f29473;
    font-size: 2.8rem!important;
}

@media screen and (min-width: 768px) {
	.hulu_movie .inner {
		padding: calc(66 / 1200 * 100%) 0 calc(80 / 1200 * 100%);
	}

	.hulu_movie .inner::before {
		width: calc(40 / 1600 * 100%);
		padding-top: calc(320 / 1600 * 100%);
		background-image: repeating-linear-gradient(0deg, transparent, transparent calc(6 / 200 * 100%), #f6ec7f calc(7 / 200 * 100%), #f6ec7f calc(10 / 200 * 100%), transparent calc(11 / 200 * 100%));
		margin: calc(64 / 1600 * 100%) 0 0;
	}

	.hulu_movie .sec_ttl {
		margin: 0 auto calc(100 / 1000 * 100%);
	}

	.hulu_movie_subttl {
		width: calc(630 / 1000 * 100%);
		margin: 0 auto calc(60 / 1000 * 100%);
	}

	.hulu_movie_subttl::after {
		width: 60%;
		padding-top: calc(10 / 1000 * 100%);
		margin: 1em auto 0;
		background-image: repeating-linear-gradient(90deg, #f99ab7 0px, #f99ab7 calc(3 / 1000 * 100vw), transparent calc(3 / 1000 * 100vw), transparent calc(5 / 1000 * 100vw));
	}

	.hulu_movie_box {
		width: calc(800 / 1000 * 100%);
		margin: 0 auto;
	}

	.hulu_movie_photo {
		margin-bottom: calc(80 / 1000 * 100%);
		z-index: 1;
	}

	.hulu_movie_photo::before {
		margin: calc(10 / 1000 * 100%) 0 0 calc(-10 / 1000 * 100%);
	}

	.hulu_movie_box::after {
		margin: 0 calc(-30 / 800 * 100%) calc(-30 / 800 * 100%) 0;
		width: calc(150 / 800 * 100%);
		padding-top: calc(150 / 800 * 100%);
	}

	.hulu_movie::before {
		display: none;
	}

	.hulu_movie_photo::after {
		width: calc(94 / 800 * 100%);
		padding-top: calc(62 / 800 * 100%);
		margin-top: calc(-56 / 800 * 100%);
		right: 1em;
	}

	.hulu_movie_btn::before {
		width: calc(107 / 1200 * 100vw);
		height: calc(107 / 1200 * 100vw);
	}

	.hulu_movie_btn::after {
		border-width: 1em 0 1em 1.5em;
	}

	.hulu_movie_btn::before,
	.hulu_movie_btn::after {
		-webkit-transition: .2s;
		transition: .2s;
	}

	.hulu_movie_btn:hover::before,
	.hulu_movie_btn:hover::after {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: .2s;
		transition: .2s;
	}

	.hulu_movie_txt p {
		font-size: 2.2rem;
	}

	.hulu_movie_txt strong {
		font-size: 3.2rem!important;
	}
    
    .org {
        font-size: 1.8rem;
    }

}

@media screen and (min-width: 1200px) {
	.hulu_movie .inner {
		padding: 66px 0 80px;
	}

	.hulu_movie_btn::before {
		width: 107px;
		height: 107px;
	}

}

/* =====================================================================
*    trial 
* =================================================================== */

.hulu_trial {
	background-color: #f6ec7f;
}

.hulu_trial .inner {
	padding: calc(60 / 750 * 100%) 0 calc(75 / 750 * 100%);
}

.hulu_trial .inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: .5em;
	display: block;
	width: calc(320 / 750 * 100%);
	margin-top: calc(-20 / 750 * 100%);
	padding-top: calc(40 / 750 * 100%);
	background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(5 / 750 * 100vw), transparent calc(6 / 750 * 100vw), transparent calc(18 / 750 * 100vw));
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.hulu_trial .inner::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara30.png) no-repeat center bottom/contain;
	width: calc(195 / 750 * 100%);
	padding-top: calc(101 / 750 * 100%);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.hulu_link_ttl {
	color: #716040;
	font-weight: 700;
	text-align: center;
	font-size: 3.4rem;
}

.hulu_link_ttl::before,
.hulu_link_ttl::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 4px double #716040;
	width: 2.8em;
	height: 2px;
}

.hulu_link_ttl::before {
	left: 0;
}

.hulu_link_ttl::after {
	right: 0;
}

.hulu_trial_link {
	border-bottom: 4px double #716040;
	padding: calc(50 / 630 * 100%) 0;
	margin: 0 auto;
}

.hulu_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hulu_link_list li {
	width: calc(300 / 630 * 100%);
}

.hulu_link_list li a {
	-webkit-box-shadow: 0 calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) rgba(0, 0, 0, 0.1);
	box-shadow: 0 calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
	.hulu_trial {}

	.hulu_trial .inner {
		padding: calc(50 / 1000 * 100%) 0;
	}

	.hulu_trial .inner::before {
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-top: calc(-20 / 1600 * 100%);
	}

	.hulu_trial .inner::after {
		width: calc(151 / 1200 * 100%);
		padding-top: calc(77 / 1200 * 100%);
	}

	.hulu_link_ttl {
		font-size: 2.8rem;
		margin: 0 auto;
		width: calc(800/1000 * 100%);
	}

	.hulu_link_ttl::before,
	.hulu_link_ttl::after {
		width: calc(230/800 * 100%);
	}

	.hulu_trial_link {
		width: calc(800 / 1000 * 100%);
		padding: calc(45 / 1000 * 100%) 0 calc(55 / 1000 * 100%);
	}

	.hulu_link_list {
		margin: 0 auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.hulu_link_list li {
		width: calc(300 / 800 * 100%);
		margin: 0 calc(40 / 800 * 100%);
	}

	.hulu_link_list li a {
		font-size: 2rem;
		top: 0;
		-webkit-box-shadow: 0 calc(15 / 1200 * 100vw) calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
		box-shadow: 0 calc(15 / 1200 * 100vw) calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 1.25vw 1.25vw rgba(0, 0, 0, 0.1);
		box-shadow: 0 1.25vw 1.25vw rgba(0, 0, 0, 0.1);
	}

	.hulu_link_list li a:hover {
		top: 0.5em;
		-webkit-box-shadow: 0 calc(5 / 1200 * 100vw) calc(5 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
		box-shadow: 0 calc(5 / 1200 * 100vw) calc(5 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0.42vw 0.42vw rgba(0, 0, 0, 0.1);
		box-shadow: 0 0.42vw 0.42vw rgba(0, 0, 0, 0.1);
	}
}

@media screen and (min-width: 1200px) {
	.hulu_trial .inner {
		padding: 50px 0;
	}

	.hulu_trial .inner::after {
		width: 151px;
		padding-top: 77px;
	}

}

/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro .inner {
	padding: calc(120 / 750 * 100%) 0 calc(140 / 750 * 100%);
}

.hulu_intro .inner::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara31.png) no-repeat center bottom/contain;
	width: calc(222 / 750 * 100%);
	padding-top: calc(118 / 750 * 100%);
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto calc(-25 / 750 * 100%);
	z-index: 2;
}

.hulu_intro_txt {
	text-align: center;
	line-height: 1.92;
	font-size: 3rem;
}

.hulu_intro_txt * {
	font-weight: bold;
}

.hulu_intro_txt strong {
	font-size: 3.4rem;
	display: block;
	margin: .5em 0 1.5em;
	color: #f99ab7;
}

.hulu_intro_txt small {
	font-size: 2rem;
}

.pink {
	color: #f99ab7;
}

.yellow,
.yellow * {
	color: #85c0c7;
	background-color: #f6ec7f;
}

@media screen and (min-width: 768px) {
	.hulu_intro .inner {
		padding: calc(100 / 1200 * 100%) 0 calc(160 / 1200 * 100%);
	}

	.hulu_intro .inner::after {
		width: calc(203 / 1200 * 100%);
		padding-top: calc(108 / 1200 * 100%);
		margin-bottom: -2em;
	}

	.hulu_intro_txt {
		font-size: 2rem;
	}

	.hulu_intro_txt small {
		font-size: 1.2rem;
	}

	.hulu_intro_txt strong {
		font-size: 2rem;
		margin: 2em 0;
	}
}

@media screen and (min-width: 1200px) {
	.hulu_intro .inner {
		padding: 100px 0 160px;
	}

	.hulu_intro .inner::after {
		width: 203px;
		padding-top: 108px;
	}
}

/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
	background-color: #f29473;
}

.hulu_story .inner {
	padding: calc(114 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

.hulu_story .hulu_ttl {
	margin-bottom: calc(114 / 630 * 100%);
}

.story_date_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 0 calc(50 / 630 * 100%);
}

.story_date_tab li {
	display: block;
	background-color: #eaddcf;
	color: #716040;
	padding: .7em 1.5em;
	font-size: 2.2rem;
	border-radius: 2em;
	margin-bottom: 1.2em;
}

.story_date_tab li.up::before {
	content: "up";
	font-family: 'Cantata One', serif;
	display: block;
	position: absolute;
	background-color: #51473f;
	color: #f29473;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1;
	padding: .2em 0 .5em;
	border-radius: 1.5em;
	width: calc(85/750*100vw);
	top: 0;
	right: 0;
	margin: calc(-17 / 750 * 100vw) calc(-20 / 750 * 100vw) 0 0;
	z-index: 2;
}

.story_date_tab li.up::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-right: 1.2em solid transparent;
	border-top: 1.2em solid #51473f;
}

.story_date_tab li.nolink {
	background-color: #c2bbb3;
	color: #928888;
	pointer-events: none;
}

.story_date_tab li span {
	font-weight: bold;
}

.story_date_tab li .en {
	font-family: 'Cantata One', serif;
}

.story_date_tab li.is-active {
	background-color: #f6ec7f;
}

.story_date_panel > li {
	display: none;
}

.story_date_panel li.is-show {
	display: block !important;
}

.story_photo {
	margin-bottom: calc(104 / 630 * 100%);
}

.story_box_photo::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin: 0 calc(-30 / 630 * 100%) calc(-30 / 630 * 100%) 0;
	z-index: 2;
	background: url(../images/common/img_triangle_yellow.png) no-repeat center;
	background-size: 100% auto;
	width: calc(150 / 630 * 100%);
	padding-top: calc(150 / 630 * 100%);
}

.story_subttl {
	font-size: 3.6rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-bottom: calc(30 / 630 * 100%);
	text-shadow: 3px 3px 0px #f99ab7;
}

.slick-dots {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: calc(375/630 * 100%);
}

.slick-dots li {
	display: inline-block;
	width: calc(24/630 * 100%);
	height: 100%;
	margin: 0 .5em;
}

.slick-dots li button {
	display: block;
	background: url(../images/hulu/img_dot.png) no-repeat center/contain;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	/*	background: #c8c8c8;*/
}

.slick-dots li.slick-active button {
	background: url(../images/hulu/img_dot_active.png) no-repeat center/contain;
}

.story_txt {
	color: #fff;
	font-size: 2.8rem;
}

.story_bnr {
	margin-top: calc(120 / 630 * 100%);
}

.story_bnr li:not(:last-child) {
	margin-bottom: calc(40 / 630 * 100%);
}

@media screen and (min-width: 768px) {
	.hulu_story .inner {
		padding: calc(100 / 1200 * 100%) 0 calc(120 / 1200 * 100%);
	}

	.hulu_story .hulu_ttl {
		margin-bottom: calc(80 / 1000 * 100%);
	}

	.story_box {
		width: calc(800 / 1000 * 100%);
		margin: 0 auto;
	}

	.story_date_tab {
		margin-bottom: calc(50/1000 * 100%);
	}

	.story_date_tab li {
		font-size: 1.6rem;
		padding: .5em 2em;
		-webkit-transition: .2s;
		transition: .2s;
	}

	.story_date_tab li:not(.nolink):hover {
		cursor: pointer;
		-webkit-transition: .2s;
		transition: .2s;
		-webkit-box-shadow: 0 0 0 2px #fff;
		box-shadow: 0 0 0 2px #fff;
	}

	.story_date_tab li.up::before {
		font-size: 1.6rem;
		width: calc(65 / 1200 * 100vw);
		margin: calc(-17 / 1200 * 100vw) calc(-17 / 1200 * 100vw) 0 0;
	}

	.story_date_panel {
		width: calc(800 / 1000 * 100%);
		margin: 0 auto calc(58 / 1000 * 100%);
	}

	.story_photo {
		margin-bottom: calc(90 / 800 * 100%);
	}

	.story_subttl {
		font-size: 3.2rem;
		margin-bottom: calc(40 / 800 * 100%);
	}

	.slick-dots {
		margin-top: calc(470 / 800 * 100%);
	}

	.slick-dots li {
		width: calc(14 / 800 * 100%);
		margin: 0 .3em;
	}

	.story_txt {
		font-size: 1.6rem;
        line-height: 1.875;
	}

	.story_bnr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: calc(900 / 1000 * 100%);
		margin: calc(100 / 1000 * 100%) auto 0;
	}

	.story_bnr li {
		width: calc(440 / 900 * 100%);
		margin: 0 !important;
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.hulu_story .inner {
		padding: 100px 0 120px;
	}

	.story_date_tab li.up::before {
		width: 65px;
		margin: -17px -17px 0 0;
	}
}



/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast::before {
	content: '';
	background: url(../images/common/bg_pattern2.png) center top 35%;
    background-size: calc(100 / 750 * 100%);
	width: 100%;
    padding-top: calc(284/ 750 * 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.hulu_cast .inner {
    padding: calc(120 / 750 * 100%) 0 calc(300 / 750 * 100%);
}

.cast_box li {
	margin-bottom: calc(5 / 630 * 100%);
}


.cast_box li:nth-child(4),
.cast_box li:nth-child(5),
.cast_box li:nth-child(9) {
    margin-bottom: calc(40 / 630 * 100%);
}

.cast_box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cast_box dt {
	width: 50%;
	padding-right: 2.1em;
	text-align: right;
	color: #85c0c7;
}

.cast_box dt::before {
	content: ':';
	position: absolute;
	width: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #beb09f;
}

.cast dt {
	color: #85c0c7;
}

.cast_box dd {
	width: 50%;
	padding-left: 2em;
}

.cast_box dd img {
	margin-top: .4em;
}

.cast_box > *,
.staff_box dd {
	font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
	.hulu_cast::before {
		padding-top: calc(190 / 1200 * 100%);
		background-size: calc(65 / 1200 * 100%);
		background-position: center top 29%;
	}

	.hulu_cast .inner {
        padding: calc(120 / 1200 * 100%) 0 calc(190 / 1200 * 100%);
	}

	.hulu_cast .inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: .5em;
		display: block;
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
		z-index: 2;
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #f6ec7f 0px, #f6ec7f calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-top: calc(-20 / 1600 * 100%);
	}

	.cast_subttl {
		margin-bottom: calc(30 / 1000 * 100%);
	}

	.cast_box > *,
	.staff_box dd {
		font-size: 2.4rem;
	}

	.cast_box li {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

    .cast_box li:nth-child(4),
    .cast_box li:nth-child(5),
    .cast_box li:nth-child(9) {
        margin-bottom: 4rem;
    }

	.cast_box dt {
		padding-right: 5%;
		text-align: right;
	}

	.cast_box dd {
		padding-left: 5%;
	}

	.cast_box dd img {
		width: calc(266 / 630 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.hulu_cast::before {
		padding-top: 190px;
		background-size: 65px;
	}

	.hulu_cast .inner {
        padding: 120px 0 190px;
	}
}



/* =====================================================================
*    comment
* =================================================================== */
.hulu_comment {
	background-color: #85c0c7;
}

.hulu_comment .inner {
	padding: calc(120 / 750 * 100%) 0;
}

.hulu_comment_ttl {
	color: #fff;
	margin-bottom: .5em;
	font-family: 'Cantata One', serif;
	font-size: 5rem;
	letter-spacing: -0.02rem;
}

.hulu_comment_ttl::before {
	content: '';
	position: absolute;
	background-color: #f6ec7f;
	width: 35rem;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.hulu_comment_ttl::after {
	content: '';
	position: absolute;
	background-color: #f6ec7f;
	width: 35rem;
	height: 1px;
	top: 8px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.hulu_comment_subttl {
	color: #f6ec7f;
	font-weight: bold;
	margin-bottom: .5em;
}

.hulu_comment_txt {
	color: #fff;
    line-height: 1.875;
}

@media screen and (min-width: 768px) {
	.hulu_comment .inner {
		padding: calc(100 / 1200 * 100%) 0;
	}

	.hulu_comment .sec_contents {
		padding: 0 calc(200 / 1200 * 100%);
	}

	.hulu_comment_ttl::before,
	.hulu_comment_ttl::after {
		width: 52rem;
	}

	.hulu_comment_subttl {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1200px) {
	.hulu_comment .inner {
		padding: 100px 0;
	}

	.hulu_comment .sec_contents {
		padding: 0 200px;
	}
}

/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
	background: #f6ec7f;
}

.hulu_about .inner {
	padding: calc(120 / 750 * 100%) 0 0;
}

.hulu_about .inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: .5em;
	display: block;
	width: calc(320 / 750 * 100%);
	margin-top: calc(-20 / 750 * 100%);
	padding-top: calc(40 / 750 * 100%);
	background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(5 / 750 * 100vw), transparent calc(6 / 750 * 100vw), transparent calc(18 / 750 * 100vw));
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.hulu_about .sec_ttl {
	margin-bottom: calc(70 / 630 * 100%);
}

.hulu_about .sec_ttl::after {
	content: "";
	display: block;
	width: 17%;
	padding-top: calc(10 / 750 * 100%);
	margin: 1.2em auto 0;
	background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw));
	-webkit-transform: skewX(-27deg);
	transform: skewX(-27deg);
}

.hulu_about_txt {
	line-height: 2;
}

.hulu_about + .hulu_trial .inner::before {
	display: none;
}

@media screen and (min-width: 768px) {
	.hulu_about .inner {
		padding: calc(120 / 1200 * 100%) 0 0;
	}

	.hulu_about .inner::before {
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-top: calc(-20 / 1600 * 100%);
	}

	.hulu_about .sec_ttl {
		margin-bottom: calc(98 / 1000 * 100%);
	}

	.hulu_about .sec_ttl::after {
		width: 18%;
		padding-top: calc(8 / 1000 * 100%);
		background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(3 / 1000 * 100vw), transparent calc(3 / 1000 * 100vw), transparent calc(6 / 1000 * 100vw));
	}

	.hulu_about_box {
		width: calc(800/1000 * 100%);
		margin: 0 auto;
	}

	.hulu_about_txt {
		padding: 0 calc(25/800 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.hulu_about .inner {
		padding: 120px 0 0;
	}

}
