@charset "utf-8";

/*
	/tv/heartfulworld/css/style.css
	-----------------------------------
	v1.7
	Last Updated: 2025-01-17
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.8		2025-01-17 banner-ticket-box追加など
	v1.7		2024-09-03 6話ボタン追加など
	v1.6		2024-05-15 次回放送ブロックを追加
	v1.5		2024-05-10 ネットフリックスバナー追加など
	v1.4		2024-02-29 6話及び押せないボタン（7話・8話）追加
	v1.3		2024-02-21 5話を追加
	v1.2		2023-11-08 3話、4話追加
	v1.1		2023-02-24 banner-boxの追加
	v1.0		2023-02-03
	-----------------------------------

基本設定
ソーシャルボタン
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト


*/

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	background: #131824;
}

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

@media print,
screen and (min-width: 641px) {
	body {
		min-width: 980px;
	}
}

.noto-serif-jp-600 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}



/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.heartfulworld p,
.heartfulworld figcaption,
.heartfulworld li {
	transform: rotate(0.05deg);
}
.heartfulworld .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a,
a:link {
	/*color: #0000DE;*/
	color: #1a0dab;
}

a:visited {
	color: #941D55;
}

a:active,
a:hover {
	color: #CC0000;
}

a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/
}

.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/

}

@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print,
screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

figure {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em
}


/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}

	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print,
screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}

.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* ***********************************************************

		ソーシャルボタン

*********************************************************** */
#sns-block {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-weight: 400;
	width: 100%;
	/*background: #fff;*/
	padding-bottom: 16px;

	/*box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	position: relative;*/
}

.sns {
	width: 96%;
	padding-top: 16px;
	margin: 0 auto;
	text-align: center;
}

.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	padding-top: 9px;
	/*color: #000;*/
	color: #fff;
	font-size: .9em;
}

.ttl-sns i {
	padding-right: .1em;
}

.sns-list {
	display: inline-block;
	font-size: 0;
	padding: 0;
	list-style: none;
}

.sns-list li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}

.sns-list li img {
	width: 35px;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}

	.ttl-sns {
		margin-right: 22px;
		padding-top: 7px;
	}

	.sns-list li img {
		width: 32px;
		height: auto;
		vertical-align: middle;
	}
}

@media screen and (min-width: 64em) {}

/* ***********************************************************

	bg-wrap

*********************************************************** */
@media only screen and (max-width: 640px) {
	.heartfulworld .bg-wrap {}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .bg-wrap {}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.heartfulworld .header {}

	.heartfulworld .header-top {
		background: #000;
	}

	.heartfulworld .header-top-inner {
		display: flex;
		align-items: center;
		min-height: calc(150 / 750 * 100vw);
		margin: auto;
	}

	.heartfulworld .awards {
		width: calc(157 / 750 * 100vw);
		margin: 0 0 0 calc(33 / 750 * 100vw);
	}

	.heartfulworld .awards-text {
		color: #fff;
	}

	.heartfulworld .awards-text ul {
		list-style: none;
		margin: 0 0 0 calc(36 / 750 * 100vw);
		padding: 3px 0;
	}

	.heartfulworld .awards-text ul li {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.7;
	}


	.heartfulworld .header-bottom-inner {
		background: url(../images/bg_sp.jpg) no-repeat center top;
		background-size: 100% auto;
		width: 100%;
		/* height: 98.66666666666667vw; */
		height: 73.2vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .header {}

	.heartfulworld .header-top {
		background: #000;
	}

	.heartfulworld .header-top-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 980px;
		min-height: 90px;
		margin: auto;
	}

	.heartfulworld .awards {
		width: 90px;
	}

	.heartfulworld .awards-text {
		color: #fff;
	}

	.heartfulworld .awards-text ul {
		list-style: none;
		margin: 0 0 0 50px;
		padding: 5px 0;
	}

	.heartfulworld .awards-text ul li {
		font-size: 14px;
		line-height: 1.7;
	}

	.heartfulworld .header-bottom {
		background: url(../images/bg_pc.jpg) no-repeat center top;
	}

	.heartfulworld .header-bottom-inner {
		width: 980px;
		height: 554px;
		margin: auto;
	}
}


.heartfulworld .header-bottom h1,
.heartfulworld .header-bottom ol,
.heartfulworld .header-bottom ul,
.heartfulworld .header-bottom li {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}



/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.heartfulworld .footer {
	background: #000;
}

@media only screen and (max-width: 640px) {
	.heartfulworld .footer {
		padding: 0;
	}

	.heartfulworld .footer-inner {
		padding: 50px 15px 80px;
	}

	.heartfulworld .footer-inner p {
		line-height: 1.5;
		margin: 0;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .footer {
		min-width: 980px;
	}

	.heartfulworld .footer-inner {
		width: 980px;
		margin: auto;
		padding: 60px 0;
	}

	.heartfulworld .footer-inner p {
		line-height: 1.5;
		text-align: center;
		margin: 0;
	}
}

.heartfulworld .footer-inner p {
	color: #fffefe;
	font-size: 14px;
	font-weight: 500;
}

.heartfulworld .footer-inner p a,
.heartfulworld .footer-inner p a:link,
.heartfulworld .footer-inner p a:visited {
	color: #fffefe;
	text-decoration: none;
}

.heartfulworld .footer-inner p a:active,
.heartfulworld .footer-inner p a:hover {
	color: #fffefe;
	text-decoration: underline;
}

.heartfulworld .footer-inner p a:focus {
	color: #fffefe;
}

/*ページアップ*/
.heartfulworld .pageup {
	margin: 0;
}

.heartfulworld .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}

@media only screen and (max-width: 640px) {
	.heartfulworld .pageup a {
		width: 12vw;
		height: 12vw;
		right: 12px;
		bottom: 10px;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .pageup a {
		width: 84px;
		height: 84px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}

	.heartfulworld .pageup a:hover {
		opacity: 0.7;
	}
}

/* ***********************************************************

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.heartfulworld .main {}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .main {}
}



/* ***********************************************************

	コンテンツ

*********************************************************** */
.heartfulworld .content {}


@media only screen and (max-width: 640px) {
	.heartfulworld .content {
		padding: 0 0 13.6vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .content {
		padding: 0 0 80px;
	}
}



/*box01*/
@media only screen and (max-width: 640px) {
	.heartfulworld .box01 {}

	.heartfulworld .box01-inner {
		margin: 0 auto 8vw;
	}

	.heartfulworld .box01 .youtube-box {
		width: 94.66666666666667vw;
		margin: auto;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .box01 {}

	.heartfulworld .box01-inner {
		width: 980px;
		margin: 0 auto 60px;
	}

	.heartfulworld .box01 .youtube-box {
		width: 800px;
		margin: auto;
	}
}

/*box02*/
.heartfulworld .box02 {}

.heartfulworld .box02 p {
	color: #fff;
	font-weight: 900;
}

.heartfulworld .box02 p strong {
	color: #ff008f;
	font-weight: 900;
}

@media only screen and (max-width: 640px) {
	.heartfulworld .box02-inner {}

	.heartfulworld .box02-text01 {
		font-size: 4.8vw;
		line-height: 1.64;
		text-align: center;
		margin: 0;
	}

	.heartfulworld .box02-text02 {
		font-size: 6.933333333333333vw;
		line-height: 1.64;
		text-align: center;
		margin: 0 0 4.4vw;
	}

	.heartfulworld .box02-text03 {
		font-size: 4.533333333333333vw;
		line-height: 9.333333333333333vw;
		text-align: center;
		margin: 0 0 4.4vw;
	}

	.heartfulworld .box02-text03 strong {
		font-size: 6.666666666666667vw;
		letter-spacing: -0.02em;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .box02-inner {
		width: 890px;
		margin: auto;
	}

	.heartfulworld .box02-text01 {
		font-size: 32px;
		line-height: 1.65625;
		text-align: center;
		margin: 0;
	}

	.heartfulworld .box02-text02 {
		font-size: 50px;
		line-height: 1.65625;
		text-align: center;
		margin: 0 0 24px;
	}

	.heartfulworld .box02-text03 {
		font-size: 32px;
		line-height: 65px;
		text-align: center;
		margin: 0 0 30px;
	}

	.heartfulworld .box02-text03 strong {
		font-size: 46px;
	}
}

/*box03*/
@media only screen and (max-width: 640px) {
	.heartfulworld .box03-inner {
		background: #000;
		width: 94.66666666666667vw;
		margin: auto;
		padding: 0 0 3.2vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .box03-inner {
		background: #000;
		width: 890px;
		margin: auto;
		padding: 0 0 40px;
	}
}


/*story-nav-select*/
@media only screen and (max-width: 640px) {
	.heartfulworld .story-nav-select {
		background: #ff008f;
		width: 100%;
		margin: 0 0 4.4vw;
		padding: calc(16 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
		position: relative;
	}
	.heartfulworld .story-nav-select h2 {
		color: #fff;
		font-size: calc(70 / 750 * 100vw);
		font-weight: 900;
		margin: 0 0 calc(16 / 750 * 100vw) calc(103 / 750 * 100vw);
		position: relative;
	}
	.heartfulworld .story-nav-select h2::before {
		content: '';
		background: url(../images/story-nav-select-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: calc(101 / 750 * 100vw);
		height: calc(56 / 750 * 100vw);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: calc(97 / 750 * 100vw);
	}

	.heartfulworld .story-nav-select select {
		display: block;
		font-size: calc(30 / 750 * 100vw);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: calc(640 / 750 * 100vw);
		height: calc(85 / 750 * 100vw);
		padding: 0 calc(80 / 750 * 100vw) 0 calc(26 / 750 * 100vw);
		margin: 0 auto;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		border-radius: 8px;

		/* 背景画像とグラデーションの設定 */
		background-image:
			url(../images/story-nav-select.png),
			linear-gradient(to bottom, #ffffff 0%, #ffffff 31%, #ebc0d8 100%);

		/* 1つ目が画像の「右端・中央」、2つ目がグラデーションの「開始位置」 */
		background-position: right center, 0 0;

		background-repeat: no-repeat, no-repeat;
		background-size: calc(55 / 750 * 100vw), 100%;
	}


}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .story-nav-select {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #ff008f;
		width: 100%;
		height: 80px;
		margin: 0 auto 50px;
		position: relative;
	}

	.heartfulworld .story-nav-select h2 {
		color: #fff;
		font-size: 50px;
		font-weight: 900;
		margin: 0 0 0 117px;
		position: relative;
	}
	.heartfulworld .story-nav-select h2::before {
		content: '';
		background: url(../images/story-nav-select-title.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 70px;
		height: 39px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -100px;
	}

	.heartfulworld .story-nav-select select {
		font-size: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 280px;
		height: 46px;
		padding: 0 50px 0 20px;
		margin: 0 105px 0 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		border-radius: 8px;

		/* 背景画像とグラデーションの設定 */
		background-image:
			url(../images/story-nav-select.png),
			linear-gradient(to bottom, #ffffff 0%, #ffffff 31%, #ebc0d8 100%);

		/* 1つ目が画像の「右端・中央」、2つ目がグラデーションの「開始位置」 */
		background-position: right center, 0 0;

		background-repeat: no-repeat, no-repeat;
		background-size: 32px, 100%;
	}
}


/*story-box*/
@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.heartfulworld .story-box {
	display: none;
}

.heartfulworld .story-box.active {
	display: block;
	animation: show 1s linear 0s;
}

@media only screen and (max-width: 640px) {
	.heartfulworld .story-box {
		width: 86.66666666666667vw;
		margin: auto;
	}

	.heartfulworld .story-box .yt {
		margin: 4.4vw auto;
	}

	.heartfulworld .story-box .youtube-box {
		width: 100%;
		margin: auto;
	}

	.heartfulworld .story-title {
		color: #ff008f;
		font-size: 5.866666666666667vw;
		font-weight: 900;
		line-height: 1.5;
		margin: 0;
	}

	.heartfulworld .story-date {
		color: #fff;
		font-size: 3.733333333333333vw;
		font-weight: 900;
		line-height: 1.5;
		margin: 0 0 2vw;
	}

	.heartfulworld .story-photo {
		margin: 0 auto 3.2vw;
	}

	.heartfulworld .story-text {
		color: #fff;
		font-size: 4.266666666666667vw;
		font-weight: 700;
		line-height: 1.75;
		margin: 0 0 4vw;
	}

	.heartfulworld .story-text2 {
		color: #fff;
		font-size: 3.733333333333333vw;
		font-weight: 700;
		line-height: 1.93;
		margin: 0 0 4vw;
	}

	.heartfulworld .story-text strong,
	.heartfulworld .story-text2 strong {
		color: #ff008f;
		font-weight: 700;
	}

	.heartfulworld .story-box .column2 {
		display: flex;
		justify-content: space-around;
	}

	.heartfulworld .story-box .column2 figure {
		width: 42.66666666666667vw;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .story-box {
		width: 800px;
		margin: auto;
	}

	.heartfulworld .story-box .yt {
		width: 800px;
		margin: 0 auto 30px;
	}

	.heartfulworld .story-box .youtube-box {
		width: 800px;
		margin: auto;
	}

	.heartfulworld .story-title {
		color: #ff008f;
		font-size: 52px;
		font-weight: 900;
		line-height: 1.5;
		margin: 0;
	}

	.heartfulworld .story-date {
		color: #fff;
		font-size: 28px;
		font-weight: 900;
		line-height: 1.5;
		margin: 0 0 12px;
	}

	.heartfulworld .story-photo {
		width: 800px;
		margin: 0 auto 20px;
	}

	.heartfulworld .story-text {
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.73;
		margin: 0 0 20px;
	}

	.heartfulworld .story-text2 {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.89;
		margin: 0 0 20px;
	}

	.heartfulworld .story-text strong,
	.heartfulworld .story-text2 strong {
		color: #ff008f;
		font-weight: 700;
	}

	.heartfulworld .story-box .column2 {
		display: flex;
		justify-content: space-around;
	}

	.heartfulworld .story-box .column2 figure {
		width: 394px;
	}
}

/*banner-box*/
@media only screen and (max-width: 640px) {
	.heartfulworld .banner-box {}

	.heartfulworld .banner-box-inner {
		width: 94.66666666666667vw;
		margin: 0 auto 4.4vw;
	}

	.heartfulworld .banner-box p {
		color: #fff;
		font-size: calc(34 / 750 * 100vw);
		font-weight: 900;
		text-align: center;
		margin: 0 0 calc(21 / 750 * 100vw);
	}

	.heartfulworld .banner-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.heartfulworld .banner-box ul.banner4 {
		display: flex;
		flex-wrap: wrap;
		width: calc(650 / 750 * 100vw);
		margin: 0 auto;
	}

	.heartfulworld .banner-box ul li:not(:first-of-type) {
		margin-top: 4.4vw;
	}

	.heartfulworld .banner-box ul.banner4 li:not(:first-of-type) {
		margin-top: 0;
	}

	.heartfulworld .banner-box ul.banner4 li {
		width: calc(314 / 750 * 100vw);
		height: calc(117 / 750 * 100vw);
		margin: 0 0 calc(30 / 750 * 100vw) 0;
	}

	.heartfulworld .banner-box ul.banner4 li:nth-child(2n) {
		margin-left: calc(22 / 750 * 100vw);
	}

	.heartfulworld .banner-box ul li.banner-amazon a {
		background: #1a98ff;
		color: #000000;
		font-size: calc(44 / 750 * 100vw);
		font-weight: 900;
		text-decoration: none;
		height: calc(104 / 750 * 100vw);
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.heartfulworld .banner-box ul.banner4 li.banner-amazon a {
		font-size: calc(40 / 750 * 100vw);
		width: calc(314 / 750 * 100vw);
		height: calc(117 / 750 * 100vw);
		border-radius: calc(14 / 750 * 100vw);
	}





	.heartfulworld .banner-box ul li.banner-u-next a {
		background: #000;
		color: #fff;
		font-size: calc(44 / 750 * 100vw);
		font-weight: 900;
		text-decoration: none;
		height: calc(104 / 750 * 100vw);
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .banner-box {}

	.heartfulworld .banner-box-inner {
		width: 980px;
		margin: 0 auto 30px;
	}

	.heartfulworld .banner-box p {
		color: #fff;
		font-size: 38px;
		font-weight: 900;
		text-align: center;
		margin: 0 0 24px;
	}

	.heartfulworld .banner-box ul {
		display: flex;
		justify-content: center;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 890px;
		text-align: center;
	}

	.heartfulworld .banner-box ul.wrap {
		flex-wrap: wrap;
	}

	.heartfulworld .banner-box ul.wrap li {
		margin-top: 30px;
	}

	.heartfulworld .banner-box ul.wrap.reverse {
		flex-wrap: wrap-reverse;
	}

	.heartfulworld .banner-box ul.wrap.reverse li.banner-netflix {
		order: 4;
	}

	.heartfulworld .banner-box ul.wrap.reverse li.banner-amazon {
		order: 5;
	}

	.heartfulworld .banner-box ul.wrap.reverse li.banner-unext {
		order: 1;
	}

	.heartfulworld .banner-box ul.wrap.reverse li.banner-abema {
		order: 2;
	}

	.heartfulworld .banner-box ul.wrap.reverse li.banner-hulu {
		order: 3;
	}

	/*.heartfulworld .banner-box ul li:not(:first-of-type){
		margin-top: 30px;
	}*/
	.heartfulworld .banner-box ul li:not(:first-of-type) {
		margin-left: 10px;
	}

	.heartfulworld .banner-box ul.banner4 li {
		width: 210px;
		height: 79px;
	}

	.heartfulworld .banner-box ul.banner4 li:not(:first-of-type) {
		margin-left: 17px;
	}

	.heartfulworld .banner-box ul li.banner-amazon a {
		background: #1a98ff;
		color: #000000;
		font-size: 38px;
		font-weight: 900;
		line-height: 44px;
		text-decoration: none;
		width: 280px;
		height: 120px;
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.heartfulworld .banner-box ul.banner4 li.banner-amazon a {
		font-size: 27px;
		font-weight: 900;
		line-height: 33px;
		width: 210px;
		height: 79px;
		border-radius: 10px;
	}




	.heartfulworld .banner-box ul li.banner-u-next a {
		background: #000;
		color: #fff;
		font-size: 38px;
		font-weight: 900;
		text-decoration: none;
		width: 280px;
		height: 120px;
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
}


/*next-box*/
.heartfulworld .next-box-inner {
	background: #000;
}

@media only screen and (max-width: 640px) {
	.heartfulworld .next-box {}

	.heartfulworld .next-box-inner {
		width: 94.66666666666667vw;
		margin: 0 auto calc(29 / 750 * 100vw);
		/*margin: 0 auto 6.4vw;
		padding: 0 0 6vw;*/
	}

	.heartfulworld .next-box .next-title {
		background: #ff008f;
		color: #fff;
		font-size: 5.6vw;
		font-weight: 900;
		height: 8.533333333333333vw;
		margin: 0 0 3.6vw;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.heartfulworld .next-box .next-title::before {
		content: '';
		background: url(../images/story-box-activ_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 4vw;
		height: 2.933333333333333vw;
		position: absolute;
		left: calc(50% - 2vw);
		bottom: -2.933333333333333vw;
	}

	.heartfulworld .next-box .next-title2 {
		background: #ff008f;
		color: #fff;
		font-size: calc(52 / 750 * 100vw);
		font-weight: 900;
		line-height: calc(72 / 750 * 100vw);
		text-align: center;
		/*height: calc(104 / 750 * 100vw);*/
		margin: 0;
		padding: calc(18 / 750 * 100vw) 0;
		/*display: flex;
		align-items: center;
		justify-content: center;
		position: relative;*/
	}

	.heartfulworld .next-box .next-title2 strong {
		color: #fffc00;
		font-weight: 900;
	}

	.heartfulworld .next-box .next-title3 {
		background: #ff008f;
		color: #fff;
		font-size: calc(48 / 750 * 100vw);
		font-weight: 900;
		line-height: calc(72 / 750 * 100vw);
		text-align: center;
		margin: 0;
		padding: calc(18 / 750 * 100vw) 0;
	}

	.heartfulworld .next-box .next-title4 {
		background: #ff008f;
		color: #fff;
		font-size: calc(52 / 750 * 100vw);
		font-weight: 900;
		line-height: calc(72 / 750 * 100vw);
		text-align: center;
		margin: 0;
		padding: calc(18 / 750 * 100vw) 0;
	}

	.heartfulworld .next-box .next-title5 a {
		display: block;
		background: #fff;
		color: #ff008f;
		/*font-size: calc(52 / 750 * 100vw);*/
		font-size: calc(48 / 750 * 100vw);
		font-weight: 900;
		line-height: calc(72 / 750 * 100vw);
		text-align: center;
		text-decoration: none;
		margin: 0;
		padding: calc(50 / 750 * 100vw) 0;
	}

	.heartfulworld .next-box .next-title5 .logo_netflix {
		display: block;
		width: calc(314 / 750 * 100vw);
		/*width: 186px;*/
		margin: 0 auto calc(39 / 750 * 100vw);
	}





	.heartfulworld .next-box ul {
		list-style: none;
		margin: 0 auto 2.4vw;
		padding: 0;
		width: 78.66666666666667vw;
	}

	.heartfulworld .next-box ul li {
		color: #fff;
		font-size: 5.6vw;
		font-weight: 900;
		line-height: 1.43;
		margin: 0 0 2vw;
	}

	.heartfulworld .next-box ul li span {
		display: block;
		color: #ff008f;
	}

	.heartfulworld .next-box p {
		background: #ffd4e9;
		color: #ff008f;
		font-size: 6.4vw;
		font-weight: 900;
		line-height: 10vw;
		width: 78.66666666666667vw;
		height: 10vw;
		padding: 0 2vw;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .next-box {}

	.heartfulworld .next-box-inner {
		width: 890px;
		margin: 0 auto 30px;
		/*margin: 0 auto 50px;
		padding: 0 0 40px;*/
	}

	.heartfulworld .next-box .next-title {
		background: #ff008f;
		color: #fff;
		font-size: 38px;
		font-weight: 900;
		width: 890px;
		height: 54px;
		margin: 0 auto 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.heartfulworld .next-box .next-title::before {
		content: '';
		background: url(../images/story-box-activ_pc.png) no-repeat 0 0;
		width: 22px;
		height: 16px;
		position: absolute;
		left: calc(50% - 11px);
		bottom: -16px;
	}

	.heartfulworld .next-box .next-title2 {
		background: #ff008f;
		color: #fff;
		font-size: 56px;
		font-weight: 900;
		line-height: 72px;
		text-align: center;
		width: 890px;
		/*height: 94px;*/
		margin: 0 auto;
		padding: 12px;
		/*display: flex;
		align-items: center;
		justify-content: center;
		position: relative;*/
	}

	.heartfulworld .next-box .next-title2 strong {
		color: #fffc00;
		font-size: 56px;
		font-weight: 900;
	}

	.heartfulworld .next-box .next-title3 {
		background: #ff008f;
		color: #fff;
		font-size: 56px;
		font-weight: 900;
		line-height: 72px;
		text-align: center;
		width: 890px;
		margin: 0 auto;
		padding: 6px 12px 12px;
		box-sizing: border-box;
	}

	.heartfulworld .next-box .next-title4 {
		background: #ff008f;
		color: #fff;
		font-size: 42px;
		font-weight: 900;
		line-height: 72px;
		text-align: center;
		width: 890px;
		margin: 0 auto;
		padding: 6px 12px 12px;
		box-sizing: border-box;
	}

	.heartfulworld .next-box .next-title5 a {
		display: block;
		background: #fff;
		color: #ff008f;
		font-size: 42px;
		font-weight: 900;
		line-height: 72px;
		text-align: center;
		text-decoration: none;
		width: 890px;
		margin: 0 auto;
		/*padding: 6px 12px 12px;*/
		padding: 9px 12px 22px;
		box-sizing: border-box;
	}

	.heartfulworld .next-box .next-title5 a:hover {
		text-decoration: underline;
	}

	.heartfulworld .next-box .next-title5 .logo_netflix {
		width: 186px;
		margin-right: 30px;
	}



	.heartfulworld .next-box ul {
		list-style: none;
		margin: 0 auto 15px;
		padding: 0;
		width: 800px;
	}

	.heartfulworld .next-box ul li {
		color: #fff;
		font-size: 38px;
		font-weight: 900;
		line-height: 56px;
	}

	.heartfulworld .next-box ul li span {
		color: #ff008f;
	}

	.heartfulworld .next-box p {
		color: #ff008f;
		font-size: 42px;
		font-weight: 900;
		line-height: 56px;
		width: 800px;
		height: 56px;
		margin: 0 auto;
	}

	.heartfulworld .next-box p span {
		display: inline-block;
		background: #ffd4e9;
		padding: 0 15px;
	}
}

/*banner-tver-box*/
@media only screen and (max-width: 640px) {

	.heartfulworld .banner-tver-box {}

	.heartfulworld .banner-tver-box-inner {
		width: 94.66666666666667vw;
		margin: 0 auto calc(51 / 750 * 100vw);
	}

	.heartfulworld .banner-tver-text {
		color: #fff;
		font-size: calc(42 / 750 * 100vw);
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		margin: 0 0 calc(21 / 750 * 100vw);
	}

	.heartfulworld .banner-tver-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.heartfulworld .banner-tver-box ul li {
		width: calc(280 / 750 * 100vw);
		margin: 0 auto;
	}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .banner-tver-box {}

	.heartfulworld .banner-tver-box-inner {
		width: 890px;
		margin: 0 auto 50px;
	}

	.heartfulworld .banner-tver-text {
		color: #fff;
		font-size: 34px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		margin: 0 0 20px;
	}

	.heartfulworld .banner-tver-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.heartfulworld .banner-tver-box ul li {
		text-align: center;
	}
}





/*banner-ticket-box*/
@media only screen and (max-width: 640px) {

	.heartfulworld .banner-ticket-box {}

	.heartfulworld .banner-ticket-box-inner {
		width: 94.66666666666667vw;
		margin: 0 auto calc(36 / 750 * 100vw);
	}

	.heartfulworld .banner-ticket-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.heartfulworld .banner-ticket-box ul li {}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .banner-ticket-box {}

	.heartfulworld .banner-ticket-box-inner {
		width: 890px;
		margin: 0 auto 46px;
	}

	.heartfulworld .banner-ticket-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
}








/*xxx*/
@media only screen and (max-width: 640px) {
	.heartfulworld .xxx {}
}

@media print,
screen and (min-width: 641px) {
	.heartfulworld .xxx {}
}


/* ***********************************************************

		youtube設定

*********************************************************** */


.heartfulworld .youtube-box .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.heartfulworld .youtube-box .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* ***********************************************************

		googlemap

*********************************************************** */
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ***********************************************************

		マージンの設定

*********************************************************** */
.heartfulworld .last {
	margin-bottom: 40px;
}

/* ***********************************************************

		カラー設定

*********************************************************** */

.heartfulworld .cl-red {
	color: #e50012;
}

.heartfulworld .cl-blue {
	color: #00a5b3;
}

.heartfulworld .cl-pink {
	color: #ff008f;
}

.heartfulworld .cl-yellow {
	color: #fffc00;
}

/*
.heartfulworld .cl-yellow-green {
	color: #1aff2d;
}
.heartfulworld .cl-magenta {
	color: #ff06f9;
}
.heartfulworld .cl-cyan {
	color: #00e1ff;
}
.heartfulworld .cl-green {
	color: #03a08c;
}
.heartfulworld .cl-orange {
	color: #f68b00;
}
.heartfulworld .cl-light-blue {
	color: #008bda;
}
.heartfulworld .cl-purple {
	color: #865cdc;
}
*/


/*マーカー*/
.maker-black {
	background: linear-gradient(#000 0%, #000 100%);
}

.maker-black2 {
	display: inline-block;
	background: linear-gradient(#000 0%, #000 100%);
	margin: 4px 0;
	padding: 0 10px;
}

@media print,
screen and (min-width: 641px) {
	.maker-black2-l {
		padding-right: 0;
	}

	.maker-black2-r {
		padding-left: 0;
	}
}

/*
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

.maker-dark-red {
	background:linear-gradient(#e83401 0%, #e83401 100%);
}
*/


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}

.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}

@media only screen and (max-width: 640px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}

@media print,
screen and (min-width: 641px) {
	.list-annotation li {
		font-size: 16px;
		line-height: 1.5;
	}
}
