@charset "UTF-8";

/* hulu-modal
========================================== */
.hulu-modal-inner {
	border: 2px solid #dce0e9;
	box-sizing: border-box;
	background: #fff;
}

.modal-info{
	padding: 40px 0;
}
@media only screen and (max-width: 600px) {
	.modal-info {
		padding: 4.5vw 0 5.3vw;
	}
}

.hulu-modal .modal-hulu-original-title {
	font-size: 26px;
	text-align: center;
	line-height: 1;
}

@media only screen and (max-width: 600px) {
	.hulu-modal .modal-hulu-original-title {
		font-size: 4.2vw;
	}
}


.hulu-modal .modal-hulu-title {
	position: relative;
	width: 87%;
	max-width: 480px;
	background: url(../images/top/modal/modal_nny_logo.png) no-repeat center;
	background-size: contain;
	margin: 30px auto 0;
	height: calc(87vw * 0.21);
	max-height: 104px;
	font-size: 0;
}

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

@media only screen and (max-width: 600px) {
	.hulu-modal .modal-hulu-title {
		margin: 5.3vw auto 0;
	}
}


.hulu-modal .modal-hulu-text {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 0 20px;
	margin: 10px auto 0;
}

@media only screen and (max-width: 600px) {
	.hulu-modal .modal-hulu-text {
		font-size: 14px;
		padding: 0 10px;
		margin: 5px auto 0;
	}
}

.hulu-modal .modal-btn {
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
	padding-top: 64px;
	text-align: center;
	position: absolute;
	display: block;
	bottom: 20px;
	left: 50%;
	transform: translate(-49.5%, 0);
	background: url(../images/top/pop_btn.png) no-repeat center;
	background-size: contain;
}

.hulu-modal .modal-btn:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media only screen and (max-width: 992px) {
	.hulu-modal .modal-btn {
		bottom: 10px;
		padding-top: 10.33%;
	}
}

.modal-btn span {
	display: none;
}




.modal-hulu {
	text-align: center;
	background: #7ac143;
	padding: 20px 40px 30px;
}

@media only screen and (max-width: 992px) {
	.modal-hulu {
		padding: 10px 0;
	}
}

.modal-hulu ul {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	padding: 10px 20px;
}

@media only screen and (max-width: 992px) {
	.modal-hulu ul {
		padding: 10px;
	}
}

.modal-hulu-ondemand {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.modal-hulu-ondemand span{
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}

.modal-hulu-ondemand__hulu{
	font-size: 0;
	width: 114px;
	height: 38px;
	margin-right: 10px;
	background-image: url(../images/top/modal/modal_hulu_text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width: 600px) {
	.modal-hulu-ondemand {
		font-size: 18px;
	}
	.modal-hulu-ondemand span {

	}
	.modal-hulu-ondemand__hulu {
		width: 71px;
		height: 23.5px;
		margin-right: 5px;
	}
}



.modal-hulu ul li {
	width: 49%;
	max-width: 225px;
}
.modal-hulu ul li:last-child{
	margin-left: 2%;
}

.modal-hulu-btn {
	display: block;
	margin: 0 auto 0;
}

.modal-hulu-btn img,
.modal-hulu-btn-02 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.modal-cookies-btn label span {
	font-size: 18px;
}

.modal-hulu-btn-02 {
	width: 100%;
	display: block;
	margin: 0 auto 0;
}

.modal-info-btn {
	margin: 40px auto 0;
	display: block;
	width: 307px;
	height: 44px;
	background: url(../images/top/modal/modal_info-btn.png) no-repeat center;
	background-size: contain;
	font-size: 0;
}

@media only screen and (max-width: 600px) {
	.modal-info-btn {
		background: url(../images/top/modal/modal_info-btn_sp.png) no-repeat center;
		background-size: contain;
		width: 92%;
		max-width: 277px;
		height: 14.6vw;
		max-height: 44px;
		margin: 5.3vw auto 0;
	}
	.modal-cookies-btn label span {
		font-size: 14px;
	}
}


.modal-hulu-btn:hover,
.modal-hulu-btn-02:hover,
.modal-info-btn:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}


@media only screen and (min-width: 993px) {
	.hulu-modal-inner {
		max-width: 650px;
		margin: 0 auto;
	}
}

.modal-cookies-btn {
	padding-top: 15px;
	text-align: center;
}
