img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
/* === モーダル非表示（初期） ============================== */
.modalNoDisp {
	display: none;
}

/* === モーダルバックグランド ============================== */
.modalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70));
	z-index: 10000;
}

/* === モーダルバックグランド：OPEN時のアニメーション ====== */
.modalBgOpen {
	animation: bgOpenAnime 0.3s ease;
}

@keyframes bgOpenAnime {

	/* フェードイン */
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

/* === モーダルバックグランド：CLOSE時のアニメーション ===== */
.modalBgClose {
	bottom: 100%;
	animation: bgCloseAnime 0.3s ease;
}

@keyframes bgCloseAnime {

	/* フェードイン */
	0% {
		opacity: 1;
		bottom: 0
	}

	100% {
		opacity: 0;
		bottom: 0
	}
}

/* === モーダルウインド ==================================== */
.modalBg .modalWindow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	width: 80%;
	max-width: 400px;
	max-height: 80%;
	background: #fff;
	border-radius: 10px;
	font-size: 16pt;
	text-align: center;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 50%);
}

.modalWindow .inner {
	padding: 3rem 1rem 2rem;
}

/* === モーダルウインド：OPEN時のアニメーション============= */
.modalBgOpen .modalWindow {
	animation: modalOpenAnime 0.3s ease;
}

@keyframes modalOpenAnime {

	/* 上→中心 */
	0% {
		top: 40%
	}

	100% {
		top: 50%
	}
}

/* === モーダルウインド：CLOSE時のアニメーション============ */
.modalBgClose .modalWindow {
	animation: modalCloseAnime 0.3s ease;
}

@keyframes modalCloseAnime {

	/* 中心→下 */
	0% {
		top: 50%
	}

	100% {
		top: 40%
	}
}

.ticket.new_area a:before,
.ticket.new_area a:after {
	content: none;
}

.ticket.new_area a span {
	display: inline-block;
	position: relative;
}

.ticket.new_area a span:before,
.ticket.new_area a span:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 53px;
	background: url(https://www.nagopine.com/wp-content/themes/vgex/assets/img/pine_banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
}

.ticket.new_area a span:before {
	left: -110px;
}

.ticket.new_area a span:after {
	right: -110px;
}

.ticket.new_area a span:before {
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.ticket.new_area a span:after {
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.close.icon {
	color: #000;
	position: absolute;
	top: 1rem;
	right: 1rem;
	margin-top: 0;
	margin-left: 0;
	width: 21px;
	height: 21px;
	padding: 10px;
	display: block;
}

.close.icon:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 21px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close.icon:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 21px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btnBlock {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, "メイリオ", sans-serif;
}

.btnBlock:not(:first-child) {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 2px solid #ccc;
}

.btnBlock h2 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	background: linear-gradient(#fff, #fff 0.3em, transparent 0.3em, transparent), repeating-linear-gradient(-45deg, #FFE600, #FFE600 0.125rem, transparent 0.125rem, transparent 0.25rem);
	display: inline;
	line-height: 1.75;
	font-weight: bold;
}

.btnBlock p {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1rem;
}

.btnBlock a.btn {
	position: relative;
	display: block;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 600;
	border: 2px solid transparent;
	padding: 0.35rem 1rem;
	background-color: transparent;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
}

i.gg-chevron-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.btnBlock a.btn.btn_01 {
	background-color: #fff !important;
}

.btnBlock a.btn.btn_03 {
	background-color: #fff !important;
	border-radius: 5px;
}

.btnBlock a.btn.btn_04 {
	border-radius: 5px;
}
.sub_nav ul li.btn_1 {
	background-image: url(/uploads/kasa_white.svg);
	background-repeat: no-repeat;
	background-position: top 8px left 11px;
	background-size: 34px;
	background-color: #ffc993;
	border: 4px solid #ffc993;
}

@media(max-width: 768px) {
	.sub_nav ul li.btn_1 {
		width: 50%;
		margin: 0;
		box-shadow: none;
		position: static;
		right: 0;
		border: none !important;
		border-radius: 0;
		background-image: none;
	}

	.sub_nav ul li.btn_1 a:before {
		content: "";
		width: 22px;
		height: 22px;
		display: block;
		background-size: 100%;
		background-image: url(/uploads/kasa_white.svg);
		background-repeat: no-repeat;
		background-position: left center;
		margin-right: 10px;
	}
}
.sub_nav ul li.btn_2 {
	background-image: url(/uploads/ticket_white.svg);
	background-repeat: no-repeat;
	background-position: top 8px left 11px;
	background-size: 34px;
	background-color: #ffa8ff;
	border: 4px solid #ffa8ff;
}

@media(max-width: 768px) {
	.sub_nav ul li.btn_2 {
		width: 50%;
		margin: 0;
		box-shadow: none;
		position: static;
		right: 0;
		border: none !important;
		border-radius: 0;
		background-image: none;
	}

	.sub_nav ul li.btn_2 a:before {
		content: "";
		width: 22px;
		height: 22px;
		display: block;
		background-size: 100%;
		background-image: url(/uploads/ticket_white.svg);
		background-repeat: no-repeat;
		background-position: left center;
		margin-right: 10px;
	}
}