@charset "utf-8";

/*
	/event/4u_enta8/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-08-22
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-08-22
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
└box
└news-box
└information-box
└schedule-box
└ticket-box
└goods-box
└access-box
└共通



youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト


*/

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

		リセットCSS

*********************************************************** */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/*Gナビの虫眼鏡のレイアウト崩れ対応用*/
svg{vertical-align:baseline}

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

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	color: #323232;
	font-size: 62.5%;
}
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;*/
}

@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		/*min-width: 980px;*/
		min-width: 1240px;
	}
}

.font-iroha {
	font-family: "iroha-25icho-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.font-maru-maru-gothic-b {
	font-family: "maru-maru-gothic-blr-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-anchor {
	font-family: "anchor-web", sans-serif;
	font-style: normal;
}




/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.enta8 p,
.enta8 figcaption,
.enta8 li {
	transform: rotate(0.05deg);
}
.enta8 .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;
}



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

	bg-wrap

*********************************************************** */
@media only screen and (max-width: 640px) {
	.enta8 .bg-wrap {
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 .bg-wrap {
	}
}




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

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.enta8 .header {
		background: #a9e7ff;
		width: 100%;
		height: 50px;
		position: fixed;
		top: -50px;
		left: 0;
		z-index: 9999;
		transition: 0.3s ease-in-out;
	}
	.enta8 .header.scroll {
		position: fixed;
		top: 0;
		left: 0;
	}
	.enta8 .header-inner {
	}
	.enta8 .header .ticket {
		width: 92px;
		height: 50px;
		margin: 0 auto;
	}
.enta8 .header-btn {
		background: url(../images/header-btn_sp.png) no-repeat 0 0;
		background-size: cover;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.enta8 .header-btn.on {
		background: url(../images/header-btn2_sp.png) no-repeat 0 0;
		background-size: cover;
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 .header {
	}
	.enta8 .header-inner {
	}
	.enta8 .header .ticket {
		width: 216px;
		height: 110px;
		margin: 0;
		position: fixed;
		right: -216px;
		bottom: 50px;
		z-index: 999;
	}
	.enta8 .header .ticket.scroll {
		position: fixed;
		right: 10px;
		bottom: 50px;
	}
	.enta8 .header .ticket a:hover {
		opacity: 0.7;
	}
}


/*header-nav*/
@media only screen and (max-width: 640px) {
	.enta8 .header-nav {
		background: #a9e7ff;
		width: 100%;
		height: 100vh;
		padding: 50px 0 0;
		box-sizing: border-box;
		position: fixed;
		top: -100vh;
		left: 0;
		z-index: 999;
		transition: 0.3s ease-in-out;
		overflow: scroll;
	}
	.enta8 .header-nav.on {
		position: fixed;
		top: 0;
		left: 0;
	}
	.enta8 .header-nav ul {
		list-style: none;
		margin: calc(60 / 640 * 100vw) auto 0;
		padding: 0;
	}
	.enta8 .header-nav ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.enta8 .header-nav ul li::after {
		content: '';
		background: url(../images/hr_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 100%;
		height: calc(4 / 640 * 100vw);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.enta8 .header-nav ul li.header-nav-goods {
		opacity: 0.5;
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 .header-nav {
		background: #78beea;
		height: 55px;
		width: 100%;
		position: fixed;
		z-index: 9999;
		top: -55px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.enta8 .header-nav.scroll {
		position: fixed;
		top: 0;
		left: 0;
	}
	.enta8 .header-nav ul {
		list-style: none;
		margin: 0 auto;
		height: 55px;
		padding: 0;
		display: flex;
		justify-content:center;
		align-items: center;
	}
	.enta8 .header-nav ul li a:hover {
		opacity: 0.7;
	}
	.enta8 .header-nav ul li {
		margin: 0 11px;
	}
	.enta8 .header-nav ul li.header-nav-goods {
		opacity: 0.5;
	}

}




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

	フッター

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

/*フッター枠*/
@media only screen and (max-width: 640px) {
	.enta8 .footer {
		background: url(../images/footer_sp.png) no-repeat center top;
		height: calc(87 / 640 *100vw);
	}
}

@media print, screen and (min-width: 641px) {
	.enta8 .footer {
		background: url(../images/footer_pc.png) no-repeat center top;
		height: 77px;
	}
}

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

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.enta8 .main {
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 .main {
	}
}
.enta8 .eye-catch-box h1 {
	margin: 0;
}
.enta8 .eye-catch-box h1 img {
	width: 100%;
}



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

	コンテンツ

*********************************************************** */
.enta8 .content {
}

/*box*/
/*
@media only screen and (max-width: 640px) {
	.enta8 .box {
		margin: -50px auto 0;
		padding: 50px 0 0;
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 .box {
		margin: -55px auto 0;
		padding: 55px 0 0;
	}
}
*/





/*news-box*/
@media only screen and (max-width: 640px) {
	.enta8 .news-box {
		margin-bottom: calc(-60 / 640 * 100vw);
		position: relative;
		z-index: 6;
	}
	.enta8 .news-box-top {
		background:
			url(../images/news-box-top-bg_sp.png) repeat-x center top,
			#fbe0e6;
		background-size: 100% auto;
		min-height: calc(401 / 640 * 100vw);
	}
	.enta8 .news-box-top-inner {
		padding: calc(46 / 640 * 100vw) 0 calc(50 / 640 * 100vw);
	}
	.enta8 .news-box-top-inner .x-btn {
	}
	.enta8 .news-box-top-inner .x-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #78beea;
		color: #fff;
		font-size: calc(35 / 640 * 100vw);
		width: calc(338 / 640 * 100vw);
		height: calc(54 / 640 * 100vw);
		border-radius: calc(27 / 640 * 100vw);
		margin: 0 auto calc(77 / 640 * 100vw);;
	}
	.enta8 .news-box-top-inner h2 {
		width: calc(200 / 640 * 100vw);
		margin: 0 auto calc(50 / 640 * 100vw);
	}




/*
	.enta8 .news-box-top-inner .news-text-box {
		background: #fff;
		width: calc(540 / 640 * 100vw);
		margin: auto;
	}
	.enta8 .news-box-top-inner .news-text-box p {
		color: #000;
		font-size: calc(33 / 640 * 100vw);
	}
	.enta8 .news-box-top-inner2 .news-text-box {
		padding: calc(26 / 640 * 100vw) calc(14 / 640 * 100vw);
	}
	.enta8 .news-box-top-inner2 .news-text-box h4 {
		background: #A9E7FF;
		font-size: calc(30 / 640 * 100vw);
		text-align: center;
		margin: 0 0 calc(20 / 640 * 100vw);
		padding: calc(14 / 640 * 100vw);
		border-radius: 100vh;
	}
	.enta8 .news-box-top-inner2 .news-text-box p {
		font-size: calc(22 / 640 * 100vw);
		line-height: 1.73;
	}
	.enta8 .news-box-top-inner.x {
		background-image: none;
	}
	.enta8 .news-box-top-inner.x .news-text-box img {
		width: calc(410 / 640 * 100vw);
	}
	.enta8 .news-box-top-inner.x .news-text-box {
		border: 3px solid #A9E7FF;
	}
*/
	.enta8 .news-box-bottom {
		background: url(../images/news-box-bottom-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		height: calc(60 / 640 * 100vw);
	}

}

@media print, screen and (min-width: 641px) {
	.enta8 .news-box {
		margin-bottom: -95px;
		position: relative;
		z-index: 6;
	}
	.enta8 .news-box-top {
		background:
			url(../images/news-box-top-bg2_pc.png) no-repeat center top,
			url(../images/news-box-top-bg_pc.png) repeat-x center top,
			#fbe0e6;
		min-height: 705px;
	}
	.enta8 .news-box-top-inner {
		width: 1160px;
		margin: auto;
		padding: 147px 0 110px;
	}
	.enta8 .news-box-top-inner .x-btn {
	}
	.enta8 .news-box-top-inner .x-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #78beea;
		color: #fff;
		font-size: 4.0rem;
		width: 396px;
		height: 64px;
		margin: 0 auto 120px;
		border-radius: 32px;
	}
	.enta8 .news-box-top-inner .x-btn a:hover {
		opacity: 0.7;
	}
	.enta8 .news-box-top-inner h2 {
		text-align: center;
		margin: 0 0 92px;
	}
/*

	.enta8 .news-box-top-inner .news-text-box {
		background: #fff;
		width: 670px;
		margin: auto;
	}
	.enta8 .news-box-top-inner .news-text-box p {
		color: #000;
		font-size: 3.3rem;
	}
	.enta8 .news-box-top-inner .news-text-box {
		padding: 40px 45px 20px;
	}
	.enta8 .news-box-top-inner .news-text-box h4 {
		background: #A9E7FF;
		font-size: 2.7rem;
		text-align: center;
		margin: 0 0 20px;
		padding: 9px 0;
		border-radius: 100vh;
	}
	.enta8 .news-box-top-inner .news-text-box p {
		font-size: 2.2rem;
		line-height: 1.73;
	}
*/

	.enta8 .news-box-bottom {
		background: url(../images/news-box-bottom-bg_pc.png) repeat-x center top;
		height: 95px;
	}
}






/*information-box*/
@media only screen and (max-width: 640px) {
	.enta8 .information-box {
		margin-bottom: calc(-60 / 640 * 100vw);
		position: relative;
		z-index: 5;
	}
	.enta8 .information-box-top {
		background:
			url(../images/information-box-top-bg_sp.png) repeat-x center top,
			#fffbc2;
		background-size: 100% auto;
		min-height: calc(724 / 640 * 100vw);
	}
	.enta8 .information-box-top-inner {
		position: relative;
		margin: auto;
		padding: calc(100 / 640 * 100vw) 0 calc(130 / 640 * 100vw);
	}
	.enta8 .information-box-top-inner h2 {
		width: calc(448 / 640 * 100vw);
		margin: 0 auto calc(30 / 640 * 100vw);
	}
	.enta8 .information-text01 {
		font-size: calc(33 / 640 * 100vw);
		font-weight: 900;
		text-align: center;
		margin: 0 0 calc(30 / 640 * 100vw);
	}
	.enta8 .information-box-top-inner h3 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FF6F90;
		color: #fff;
		font-size: calc(35 / 640 * 100vw);
		font-weight: 900;
		width: calc(282 / 640 * 100vw);
		height: calc(54 / 640 * 100vw);
		margin: 0 auto calc(36 / 640 * 100vw);
		border-radius: calc(27 / 640 * 100vw);
	}
	.enta8 .info-venue-box {
		width: calc(336 / 640 * 100vw);
		margin: 0 auto calc(30 / 640 * 100vw);
	}
	.enta8 .info-venue-box p {
		font-size: calc(36 / 640 * 100vw);
		font-weight: 900;
		text-align: center;
		width: 100%;
		margin: 0 0 calc(12 / 640 * 100vw);
		position: relative;
		border-bottom: 2px solid #f00;
	}
	.enta8 .info-venue-box p:last-of-type {
		border-bottom: none;
	}
	.enta8 .info-venue-box p span {
		display: block;
	}

	.enta8 .info-cast-box {
	}
	.enta8 .info-cast-box .info-cast-text1 {
		font-size: calc(46 / 640 * 100vw);
		text-align: center;
		margin: 0 0 calc(25 / 640 * 100vw);
	}
	.enta8 .info-cast-box figure {
		width: calc(357 / 640 * 100vw);
		margin: 0 auto calc(50 / 640 * 100vw);
	}
	.enta8 .info-cast-box .info-cast-text2 {
		font-size: calc(26 / 640 * 100vw);
		line-height: 1.7;
		letter-spacing: -1.8px;
		margin: 0;
		padding: 0 calc(39/ 640 * 100vw);
	}
	.enta8 .information-box .character001 {
		width: calc(194 / 640 * 100vw);
		position: absolute;
		/*bottom: calc((-13) / 640 * 100vw);*/
		bottom: 0;
		right: 26px;
	}


	.enta8 .information-box-bottom {
		background: url(../images/information-box-bottom-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		height: calc(60 / 640 * 100vw);
	}




}
@media print, screen and (min-width: 641px) {
	.enta8 .information-box {
		margin-bottom: -95px;
		position: relative;
		z-index: 5;
	}
	.enta8 .information-box-top {
		background:
			url(../images/information-box-top-bg2_pc.png) no-repeat center top,
			url(../images/information-box-top-bg_pc.png) repeat-x center top,
			#fffbc2;
		min-height: 890px;
	}
	.enta8 .information-box-top-inner {
		position: relative;
		width: 1160px;
		margin: auto;
		padding: 130px 0 1px;
	}
	.enta8 .information-box-top-inner h2 {
		text-align: center;
		margin: 0 0 25px;
	}
	.enta8 .information-text01 {
		font-size: 3.3rem;
		font-weight: 900;
		text-align: center;
		margin: 0 0 50px;
	}
	.enta8 .information-box-top-inner h3 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FF6F90;
		color: #fff;
		font-size: 3.5rem;
		font-weight: 900;
		width: 282px;
		height: 54px;
		margin: 0 auto 36px;
		border-radius: 27px;
	}
	.enta8 .info-venue-box {
		width: 604px;
		margin: 0 auto 85px;
	}
	.enta8 .info-venue-box p {
		font-size: 3.3rem;
		font-weight: 900;
		width: 100%;
		margin: 0 0 20px;
		position: relative;
	}
	.enta8 .info-venue-box p span {
		position: absolute;
		left: 370px;
	}
	.enta8 .info-venue-box p span::before {
		content: '';
		background: #FF6F90;
		height: 2px;
		position: absolute;
		top: calc(50% - 1px);
	}
	.enta8 .info-venue-box p.info-tokyo span::before {
		width: 56px;
		left: calc((15px + 56px) * -1);
	}
	.enta8 .info-venue-box p.info-yokohama span::before {
		width: 86px;
		left: calc((15px + 86px) * -1);
	}
	.enta8 .info-venue-box p.info-osaka span::before {
		width: 56px;
		left: calc((15px + 56px) * -1);
	}
	.enta8 .info-venue-box p.info-nagoya span::before {
		width: 166px;
		left: calc((15px + 166px) * -1);
	}

	.enta8 .info-cast-box {
		width: 735px;
		margin: 0 auto 45px;
	}
	.enta8 .info-cast-box .info-cast-text1 {
		font-size: 4.5rem;
		text-align: center;
		margin: 0 0 20px;
	}
	.enta8 .info-cast-box figure {
		margin: 0 auto 38px;
	}
	.enta8 .info-cast-box .info-cast-text2 {
		font-size: 2.6rem;
		line-height: 1.7;
		text-align: center;
		margin: 0;
	}

	.enta8 .information-box .character001 {
		display: none;
	}


	.enta8 .information-box-bottom {
		background: url(../images/information-box-bottom-bg_pc.png) repeat-x center top;
		height: 95px;
	}
}







/*schedule-box*/
@media only screen and (max-width: 640px) {
	.enta8 .schedule-box {
		margin-bottom: calc(-60 / 640 * 100vw);
		position: relative;
		z-index: 4;
	}
	.enta8 .schedule-box-top {
		background:
			url(../images/schedule-box-top-bg_sp.png) repeat-x center top,
			#e1d2e7;
		background-size: 100% auto;
		min-height: calc(1983 / 640 * 100vw);
	}
	.enta8 .schedule-box-top-inner {
		position: relative;
		padding: calc(90 / 640 * 100vw) 0 calc(100 / 640 * 100vw);
	}
	.enta8 .schedule-box-top-inner h2 {
		width: calc(320 / 640 * 100vw);
		margin: 0 auto calc(40 / 640 * 100vw);
	}
	.enta8 .schedule-box-top-inner figure {
		width: calc(555 / 640 * 100vw);
		margin: auto;
	}

	.enta8 .schedule-box-bottom {
		background: url(../images/schedule-box-bottom-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		height: calc(60 / 640 * 100vw);
	}

}
@media print, screen and (min-width: 641px) {
	.enta8 .schedule-box {
		margin-bottom: -95px;
		position: relative;
		z-index: 4;
	}
	.enta8 .schedule-box-top {
		background:
			url(../images/schedule-box-top-bg2_pc.png) no-repeat center top,
			url(../images/schedule-box-top-bg_pc.png) repeat-x center top,
			#fffbc2;
		min-height: 384px;
	}
	.enta8 .schedule-box-top-inner {
		position: relative;
		width: 1160px;
		margin: auto;
		padding: 130px 0 85px;
	}
	.enta8 .schedule-box-top-inner h2 {
		text-align: center;
		margin: 0 0 30px;
	}
	.enta8 .schedule-box-top-inner figure {
		text-align: center;
	}


	.enta8 .schedule-box-bottom {
		background: url(../images/schedule-box-bg_pc.png) repeat-x center top;
		height: 95px;
	}

}







/*ticket-box*/
@media only screen and (max-width: 640px) {
	.enta8 .ticket-box {
		margin-bottom: calc(-60 / 640 * 100vw);
		position: relative;
		z-index: 3;
	}
		.enta8 .ticket-box-top {
		background:
			url(../images/ticket-box-top-bg_sp.png) repeat-x center top,
			#eaf3d5;
		background-size: 100% auto;
		min-height: calc(736 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner {
		position: relative;
		padding: calc(85 / 640 * 100vw) 0 calc(70 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner h2 {
		width: calc(225 / 640 * 100vw);
		margin: 0 auto calc(20 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner h3 {
		font-size: calc(33 / 640 * 100vw);
		text-align: center;
		margin: 0 0 calc(10 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-text1 {
		background: #fff;
		font-size: calc(33 / 640 * 100vw);
		text-align: center;
		width: calc(424 / 640 * 100vw);
		border: 3px solid #ff8cb1;
		margin: 0 auto calc(30 / 640 * 100vw);
		padding: calc(10 / 640 * 100vw) 0;
	}
	.enta8 .ticket-box-inner .ticket-text1 span {
		font-size: calc(22 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-text2 {
		width: calc(410 / 640 * 100vw);
		height: calc(48 / 640 * 100vw);
		margin: 0 auto 10px;
		position: relative;
	}
	.enta8 .ticket-box-inner .ticket-text2 a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff8cb1;
		color: #000;
		font-size: calc(33 / 640 * 100vw);
		text-decoration: none;
		width: calc(410 / 640 * 100vw);
		height: calc(48 / 640 * 100vw);
		margin: 0 auto calc(10 / 640 * 100vw);
		border-radius: calc(24 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-text2 span {
		font-size: calc(33 / 640 * 100vw);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: calc(-76 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-text3 {
		font-size: calc(33 / 640 * 100vw);
		text-align: center;
		margin: 0 auto calc(40 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-notes-box {
		background: #fff;
		color: #000;
		width: calc(552 / 640 * 100vw);
		margin: auto;
		padding: calc(26 / 640 * 100vw) calc(14 / 640 * 100vw);
		border: 3px solid #a9e7ff;
	}
	.enta8 .ticket-box-inner .ticket-notes-box h4 {
		font-size: calc(32 / 640 * 100vw);
		text-align: center;
		margin: 0 0 calc(20 / 640 * 100vw);
	}
	.enta8 .ticket-box-inner .ticket-notes-box p {
		font-size: calc(22 / 640 * 100vw);
		line-height: 1.73;
	}
	.enta8 .ticket-box .character001 {
		width: calc(118 / 640 * 100vw);
		position: absolute;
		top: calc(163 / 640 * 100vw);
		right: calc(100 / 640 * 100vw);
	}



	.enta8 .ticket-box-bottom {
		background: url(../images/ticket-box-bottom-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		height: calc(60 / 640 * 100vw);
	}


}
@media print, screen and (min-width: 641px) {
	.enta8 .ticket-box {
		margin-bottom: -95px;
		position: relative;
		z-index: 3;
	}
	.enta8 .ticket-box-top {
		background:
			url(../images/ticket-box-top-bg2_pc.png) no-repeat center top,
			url(../images/ticket-box-top-bg_pc.png) repeat-x center top,
			#eaf3d5;
		min-height: 685px;
	}
	.enta8 .ticket-box-inner {
		position: relative;
		width: 1160px;
		margin: auto;
		padding: 130px 0 55px;
	}
	.enta8 .ticket-box-inner h2 {
		text-align: center;
		margin: 0 0 27px;
	}
	.enta8 .ticket-box-inner h3 {
		font-size: 3.3rem;
		text-align: center;
		margin: 0 0 8px;
	}
	.enta8 .ticket-box-inner .ticket-text1 {
		background: #fff;
		font-size: 3.3rem;
		text-align: center;
		width: 420px;
		border: 4px solid #ff8cb1;
		margin: 0 auto 30px;
		padding: 10px 0;
	}
	.enta8 .ticket-box-inner .ticket-text1 span {
		font-size: 2.2rem;
	}
	.enta8 .ticket-box-inner .ticket-text2 {
		width: 410px;
		height: 48px;
		margin: 0 auto 10px;
		position: relative;
	}
	.enta8 .ticket-box-inner .ticket-text2 a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff8cb1;
		color: #323232;
		font-size: 3.3rem;
		text-decoration: none;
		width: 410px;
		height: 48px;
		margin: 0;
		border-radius: 24px;
	}
	.enta8 .ticket-box-inner .ticket-text2 a:hover {
		opacity: 0.7;
	}
	.enta8 .ticket-box-inner .ticket-text2 span {
		font-size: 3.3rem;
		position: absolute;
		top: 5px;
		right: -80px;
	}
	.enta8 .ticket-box-inner .ticket-text3 {
		font-size: 3.3rem;
		text-align: center;
		margin: 0 auto 40px;
	}
	.enta8 .ticket-box-inner .ticket-notes-box {
		background: #fff;
		color: #000;
		width: 1160px;
		margin: auto;
		padding: 40px 45px 20px;
		border: 7px solid #a9e7ff;
	}
	.enta8 .ticket-box-inner .ticket-notes-box h4 {
		font-size: 3.3rem;
		text-align: center;
		margin: 0 0 20px;
	}
	.enta8 .ticket-box-inner .ticket-notes-box p {
		font-size: 2.2rem;
		line-height: 1.73;
	}


	.enta8 .ticket-box-inner .character001 {
		display: none;
	}
	.enta8 .ticket-box-bottom {
		background: url(../images/ticket-box-bg_pc.png) repeat-x center top;
		height: 95px;
	}

}








/*goods-box*/
@media only screen and (max-width: 640px) {
	.enta8 .goods-box {
		margin-bottom: calc(-60 / 640 * 100vw);
		position: relative;
		z-index: 2;
	}
	.enta8 .goods-box-top {
		background:
			url(../images/goods-box-top-bg_sp.png) repeat-x center top,
			#e1d2e7;
		background-size: 100% auto;
		min-height: calc(312 / 640 * 100vw);
	}
	.enta8 .goods-box-inner {
		position: relative;
		padding: calc(100 / 640 * 100vw) 0 calc(0 / 640 * 100vw)
	}
	.enta8 .goods-box-inner h2 {
		width: calc(214 / 640 * 100vw);
		margin: 0 auto calc(20 / 640 * 100vw);
	}


/*

	.enta8 .goods-box-inner p.goods-title-fukidashi {
		width: calc(309 / 640 * 100vw);
		margin: calc(30 / 640 * 100vw * -1) auto calc(30 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-wrap {
	}
	.enta8 .goods-box-inner .goods-item {
		background: url(../images/goods-item_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: calc(552 / 640 * 100vw);
		height: calc(872 / 640 * 100vw);
		margin: 0 auto calc(50 / 640 * 100vw);;
		position: relative;
	}
	.enta8 .goods-box-inner .goods-item h3 {
		font-size: calc(51 / 640 * 100vw);
		font-weight: 900;
		text-align: center;
		margin: 0;
		padding: calc(22 / 640 * 100vw) 0 0 calc(7 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-item .goods-item-title {
		font-size: calc(52 / 640 * 100vw);
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: calc(12 / 640 * 100vw) 0 calc(10 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-item .goods-item-title span {
		font-size: calc(34 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-item .goods-item-price {
		font-size: calc(42 / 640 * 100vw);
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0px 0 0px;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-price span {
		font-size: calc(24 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-item .goods-item-photo {
		width: calc(448 / 640 * 100vw);
		position: absolute;
		top: calc(252 / 640 * 100vw);
		left: calc(60 / 640 * 100vw);
	}
	.enta8 .goods-box-inner .goods-item .goods-item-fukidashi {
		width: calc(156 / 640 * 100vw);
		position: absolute;
		top: calc(31 / 640 * 100vw * -1);
		right: calc(34 / 640 * 100vw * -1);
	}
*/

	.enta8 .goods-box-bottom {
		background: url(../images/goods-box-bottom-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		height: calc(60 / 640 * 100vw);
	}



}
@media print, screen and (min-width: 641px) {
	.enta8 .goods-box {
		margin-bottom: -95px;
		position: relative;
		z-index: 2;
	}
	.enta8 .goods-box-top {
		background:
			url(../images/goods-box-top-bg_pc.png) repeat-x center top,
			#cae9f5;
		min-height: 490px;
	}
	.enta8 .goods-box-inner {
		position: relative;
		width: 1160px;
		margin: auto;
		padding: 130px 0 0;
	}
	.enta8 .goods-box-inner h2 {
		text-align: center;
		margin: 0 0 60px;
	}


	/*

	.enta8 .goods-box-inner p.goods-title-fukidashi {
		text-align: center;
		margin: -35px 0 30px;
	}
	.enta8 .goods-box-inner .goods-wrap {
		display: flex;
		justify-content: space-around;
	}
	.enta8 .goods-box-inner .goods-item {
		background: url(../images/goods-item_pc.png) no-repeat 0 0;
		width: 333px;
		height: 526px;
		position: relative;
	}
	.enta8 .goods-box-inner .goods-item h3 {
		font-size: 3.0rem;
		font-weight: 900;
		text-align: center;
		margin: 0;
		padding: 15px 0 0 6px;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-title {
		font-size: 3.1rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 10px 0 3px;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-title span {
		font-size: 2.1rem;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-price {
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0px 0 0px;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-price span {
		font-size: 1.5rem;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-photo {
		width: 270px;
		position: absolute;
		top: 152px;
		left: 36px;
	}
	.enta8 .goods-box-inner .goods-item .goods-item-fukidashi {
		position: absolute;
		top: -19px;
		right: -20px;
	}
	*/


	.enta8 .goods-box-bottom{
		background: url(../images/goods-box-bg_pc.png) repeat-x center top;
		height: 95px;
	}

}








/*access-box*/
@media only screen and (max-width: 640px) {
	.enta8 .access-box {
		/*margin-bottom: calc(-60 / 640 * 100vw);*/
		position: relative;
		z-index: 1;
	}
	.enta8 .access-box-top {
		background:
			url(../images/access-box-top-bg_sp.png) repeat-x center top;
		background-size: 100% auto;
		min-height: calc(237 / 640 * 100vw);
	}
	.enta8 .access-box-inner {
		position: relative;
		padding: calc(100 / 640 * 100vw) 0 calc(280 / 640 * 100vw);
	}
	.enta8 .access-box-inner h2 {
		width: calc(250 / 640 * 100vw);
		margin: 0 auto calc(80 / 640 * 100vw);
	}
	.enta8 .access-wrap {
	}
	.enta8 .access-item {
		background: url(../images/access-board_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: calc(554 / 640 * 100vw);
		height: calc(606/ 640 * 100vw);
		margin: 0 auto calc(40/ 640 * 100vw);
		position: relative;
	}
	.enta8 .access-item h3 {
		font-size: calc(48 / 640 * 100vw);
		text-align: center;
		margin: 0;
		padding: calc(38 / 640 * 100vw) 0 0 calc(15 / 640 * 100vw);
	}
	.enta8 .access-map {
		width: calc(480 / 640 * 100vw);
		position: absolute;
		left: calc(44 / 640 * 100vw);
		top: calc(118 / 640 * 100vw);
	}
	.enta8 .access-item .access-text1-box {
		width: calc(480 / 640 * 100vw);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: calc(420 / 640 * 100vw);
		display: flex;
		justify-content: center;
	}
	.enta8 .access-item .access-text1 {
		font-size: calc(48 / 640 * 100vw);
		font-weight: bold;
		padding: 0 0 calc(4 / 640 * 100vw);
		border-bottom: 2px solid #000;
	}

	.enta8 .access-item .access-text2-box {
		width: calc(482 / 640 * 100vw);
		height:  calc(100 / 640 * 100vw);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: calc(483 / 640 * 100vw);
		display: flex;
		align-items: center;
		justify-content: center;
	}



	.enta8 .access-item .access-text2 {
		font-size: calc(25 / 640 * 100vw);
		line-height: 1.2;
		margin: 0;
	}
	.enta8 .access-box-inner .character002 {
		width: calc(640 / 640 * 100vw);
		position: absolute;
		bottom: calc((-77) / 640 * 100vw);
		left: 0;
	}



}
@media print, screen and (min-width: 641px) {
	.enta8 .access-box {
		/*margin-bottom: -95px;*/
		position: relative;
		z-index: 1;
	}
	.enta8 .access-box-top {
		background:
			url(../images/access-box-top-bg_pc.png) repeat-x center top;
		min-height: 337px;
	}
	.enta8 .access-box-inner {
		position: relative;
		width: 1160px;
		margin: auto;
		padding: 130px 0 190px;
	}
	.enta8 .access-box-inner h2 {
		text-align: center;
		margin: 0 0 30px;
	}
	.enta8 .access-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 890px;
		margin: auto;
	}
	.enta8 .access-item {
		background: url(../images/access-board_pc.png) no-repeat 0 0;
		width: 378px;
		height: 410px;
		margin: 0 0 56px;
		position: relative;
	}
	.enta8 .access-item h3 {
		font-size: 3.3rem;
		text-align: center;
		margin: 0;
		padding: 20px 0 0 10px;
	}
	.enta8 .access-map {
		width: 328px;
		position: absolute;
		left: 30px;
		top: 81px;
	}
	.enta8 .access-item .access-text1-box {
		width: 320px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 280px;
		display: flex;
		justify-content: center;
	}
	.enta8 .access-item .access-text1 {
		font-size: 3.3rem;
		font-weight: bold;
		padding: 0 5px 3px;
		border-bottom: 2px solid #000;
	}
	.enta8 .access-item .access-text2-box {
		width: 328px;
		height: 70px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 325px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.enta8 .access-item .access-text2 {
		font-size: 1.7rem;
		line-height: 1.3;
		margin: 0;
	}

	.enta8 .access-box-inner .character002 {
		position: absolute;
		bottom: -77px;
		right: -22px;
	}
}







/*共通*/
@media only screen and (max-width: 640px) {
	.enta8 p.coming-soon {
		font-size: calc(33 / 640 * 100vw);
		font-weight: 900;
		text-align: center;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.enta8 p.coming-soon {
		font-size: 3.3rem;
		font-weight: 900;
		text-align: center;
		margin: 0;
	}
}














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

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

	}
}








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

		youtube設定

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


.enta8 .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.enta8 .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%;
}




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

		マージンの設定

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

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

		カラー設定

*********************************************************** */
/*
.enta8 .cl-red {
	color: #e50012;
}
.enta8 .cl-blue {
	color: #00a5b3;
}


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


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

.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;*/
	}
}





/* ------------------------------
　　ページ内リンクの位置調整
------------------------------ */


.p-link::before {
	content: "";
	display: block;
	visibility: hidden;
	position: relative;
	z-index: -1;
}

@media only screen and (max-width: 640px) {
	.p-link::before {
		/*height: calc(190 / 750 * 100vw);
		margin-top: calc(190 / 750 * -100vw);*/
		height: 55px;
		margin-top: -55px;
	}
}
@media print, screen and (min-width: 641px) {
	.p-link::before {
		height: 55px;
		margin-top: -55px;
	}
}


/*p-linkがリンクボタンに被って押せなくなったときの対応*/
/*
.p-link-cover {
	position: relative;
	z-index: 1;
}
*/
