img {
	height: auto;
}

.main_heading {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.wowridefukui .contents {
		padding-bottom: 0;
	}
}

.mv {
	background: #0A0B24;
}
@media screen and (max-width: 767px) {
	.mv {
		padding: 16px 0;
	}
}
.mv_video {
	display: block;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mv_video {
		display: none;
	}
}
.mv.played .mv_video {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s linear, visibility 0.5s linear;
}
.mv.played.hasCookie .mv_video {
	transition: none;
}
.mv_skip {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 50px;
	background: #000;
	font-size: 16px;
	padding: 0 24px;
	gap: 12px;
}
@media screen and (max-width: 767px) {
	.mv_skip {
		display: none;
	}
}
.mv_skip::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	background: url("../img/ico_skip.png") no-repeat 0 0/14px 14px;
}
.mv.played .mv_skip {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s linear, visibility 0.5s linear;
}
.mv.played.hasCookie .mv_skip {
	transition: none;
}
.mv_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.mv.played .mv_img {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s linear, visibility 0.5s linear;
}
.mv.played.hasCookie .mv_img {
	transition: none;
}
@media screen and (max-width: 767px) {
	.mv_img {
		position: relative;
		height: auto;
		opacity: 1;
		visibility: visible;
	}
}
.mv_img img {
	max-width: none;
	width: auto;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.mv_img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

.wow_inner {
	max-width: 1240px;
	margin: 0 auto;
}
.mv .wow_inner {
	position: relative;
	aspect-ratio: 16/9;
}
.wow_inner > :first-child {
	margin-top: 0;
}
.wow_inner > :last-child {
	margin-bottom: 0;
}

.wow_section {
	padding: 80px 40px;
	background: url("../img/bg.png") repeat 0 0;
}
@media screen and (max-width: 767px) {
	.wow_section {
		padding: 12.5vw 5.33vw;
		overflow: hidden;
	}
}
.wow_section.footer {
	padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.wow_section.footer {
		padding-bottom: 17.5vw;
	}
}

.wow_section02 {
	position: relative;
	padding: 80px 40px;
	background: #F2E3C6 url("../img/bg.png") repeat 0 0;
}
@media screen and (max-width: 767px) {
	.wow_section02 {
		padding: 12.5vw 5.33vw;
		overflow: hidden;
	}
}
.wow_section02 > * {
	position: relative;
	z-index: 1;
}
.wow_section02::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.06;
	background: url("../img/pattern.png") repeat center top;
	z-index: 0;
}

.wow_section03 {
	position: relative;
	padding: 80px 40px;
	background: #AFD698;
}
@media screen and (max-width: 767px) {
	.wow_section03 {
		padding: 12.5vw 5.33vw;
		overflow: hidden;
	}
}
.wow_section03 > * {
	position: relative;
	z-index: 1;
}
.wow_section03::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.06;
	background: url("../img/pattern.png") repeat center top;
	z-index: 0;
}

.wow_imgbox {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.wow_imgbox {
		flex-direction: column;
	}
}
.wow_imgbox_img {
	position: relative;
	width: 61.29%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.wow_imgbox_img {
		width: 100%;
	}
}
.wow_imgbox.sa .wow_imgbox_img {
	opacity: 0;
}
.wow_imgbox.sa.isanimate .wow_imgbox_img {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}
.wow_imgbox_img.left {
	margin-left: -140px;
	margin-right: -100px;
}
@media screen and (max-width: 1520px) {
	.wow_imgbox_img.left {
		margin-left: calc(-40px + (-140 - -40) * (100vw - 1320px) / (1520 - 1320));
	}
}
@media screen and (max-width: 1320px) {
	.wow_imgbox_img.left {
		margin-left: -40px;
	}
}
@media screen and (max-width: 767px) {
	.wow_imgbox_img.left {
		margin: 0;
	}
}
.wow_imgbox_img.right {
	order: 2;
	margin-left: -100px;
	margin-right: -140px;
}
@media screen and (max-width: 1520px) {
	.wow_imgbox_img.right {
		margin-right: calc(-40px + (-140 - -40) * (100vw - 1320px) / (1520 - 1320));
	}
}
@media screen and (max-width: 1320px) {
	.wow_imgbox_img.right {
		margin-right: -40px;
	}
}
@media screen and (max-width: 767px) {
	.wow_imgbox_img.right {
		margin: 0;
		order: 1;
	}
}
.wow_imgbox_img figcaption {
	margin-top: 12px;
	padding-left: 4px;
}
@media screen and (max-width: 767px) {
	.wow_imgbox_img figcaption {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
		padding: 4px 16px;
		color: #fff;
		background: #0A0B24;
	}
}
.wow_imgbox_body {
	position: relative;
	width: 58.06%;
	background: #fff;
	border-radius: 16px;
	margin-top: 40px;
	padding: 32px 40px;
	z-index: 2;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
	min-height: 348px;
}
.wow_imgbox_img.right + .wow_imgbox_body {
	order: 1;
}
@media screen and (max-width: 767px) {
	.wow_imgbox_img.right + .wow_imgbox_body {
		order: 2;
	}
}
@media screen and (max-width: 767px) {
	.wow_imgbox_body {
		width: 100%;
		margin-top: 0;
		padding: 7.5vw 5.33vw;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}
.wow_imgbox.sa .wow_imgbox_body {
	opacity: 0;
}
.wow_imgbox.sa.isanimate .wow_imgbox_body {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out 0.2s, opacity 0.5s linear 0.2s;
}
.wow_imgbox_body.pt-md {
	padding-top: 43px;
}
@media screen and (max-width: 767px) {
	.wow_imgbox_body.pt-md {
		padding-top: 7.5vw;
	}
}

.wow_video {
	padding: 120px 40px;
	background: url("../img/bg_video.jpg") no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
	.wow_video {
		padding: 7.5vw 5.33vw;
	}
}

.wow_row {
	display: flex;
	align-items: center;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.wow_row {
		flex-direction: column;
		gap: 7.5vw;
	}
}
.wow_row_body {
	flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
	.wow_row_body {
		width: 100%;
	}
}
.wow_row.sa .wow_row_body {
	opacity: 0;
}
.wow_row.sa.isanimate .wow_row_body {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}
.wow_row_media {
	flex: 0 0 auto;
	aspect-ratio: 16/9;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.wow_row_media {
		width: 100%;
	}
}
.wow_row.sa .wow_row_media {
	opacity: 0;
}
.wow_row.sa.isanimate .wow_row_media {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out 0.2s, opacity 0.5s linear 0.2s;
}
.wow_row_media iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.wow_cast {
	padding: 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	.wow_cast {
		padding: 5.33vw;
	}
}
.wow_cast_row {
	display: flex;
	gap: 40px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.wow_cast_row {
		flex-direction: column;
		gap: 5.33vw;
	}
}
.wow_cast_row_img {
	flex: 0 0 auto;
}
.wow_cast_row.sa .wow_cast_row_img {
	opacity: 0;
}
.wow_cast_row.sa.isanimate .wow_cast_row_img {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}
.wow_cast_row.sa .wow_cast_row_body {
	opacity: 0;
}
.wow_cast_row.sa.isanimate .wow_cast_row_body {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out 0.2s, opacity 0.5s linear 0.2s;
}
.wow_cast_label {
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.wow_cast_label {
		font-size: 4.15vw;
	}
}
.wow_cast_label + .wow_cast_label {
	margin-top: 16px;
}
.wow_cast_label.sa {
	opacity: 0;
}
.wow_cast_label.sa.isanimate {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}
.wow_cast_photos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
	gap: 24px;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.wow_cast_photos {
		gap: 5.33vw;
		grid-template-columns: repeat(2, 1fr);
	}
}
.wow_cast_photos.sa > * {
	opacity: 0;
}
.wow_cast_photos.sa.isanimate > * {
	opacity: 1;
	transform: translate(0, 0);
}
.wow_cast_photos.sa.isanimate > *:nth-child(1) {
	transition: transform 0.5s ease-out 0.1s, opacity 0.5s linear 0.1s;
}
.wow_cast_photos.sa.isanimate > *:nth-child(2) {
	transition: transform 0.5s ease-out 0.2s, opacity 0.5s linear 0.2s;
}
.wow_cast_photos.sa.isanimate > *:nth-child(3) {
	transition: transform 0.5s ease-out 0.3s, opacity 0.5s linear 0.3s;
}
.wow_cast_photos.sa.isanimate > *:nth-child(4) {
	transition: transform 0.5s ease-out 0.4s, opacity 0.5s linear 0.4s;
}

.wow_pressrelease_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #DDB341 0%, #E0C374 100%);
	padding: 24px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
@media screen and (max-width: 767px) {
	.wow_pressrelease_ttl {
		font-size: 4.15vw;
		padding: 5.33vw;
	}
}
.wow_pressrelease.sa .wow_pressrelease_ttl {
	opacity: 0;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_ttl {
	opacity: 1;
	transition: opacity 0.5s linear;
}
.wow_pressrelease_list_wrap {
	background: #fff;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
}
.wow_pressrelease_list {
	display: flex;
	gap: 40px;
	font-size: 18px;
	padding: 20px 40px;
	line-height: 1.65;
}
@media screen and (max-width: 767px) {
	.wow_pressrelease_list {
		display: block;
		font-size: 3.73333vw;
		padding: 5.33vw;
	}
}
.wow_pressrelease.sa .wow_pressrelease_list {
	opacity: 0;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list {
	opacity: 1;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(1) {
	transition: opacity 0.5s linear 0.4s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(2) {
	transition: opacity 0.5s linear 0.6s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(3) {
	transition: opacity 0.5s linear 0.8s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(4) {
	transition: opacity 0.5s linear 1s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(5) {
	transition: opacity 0.5s linear 1.2s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(6) {
	transition: opacity 0.5s linear 1.4s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(7) {
	transition: opacity 0.5s linear 1.6s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(8) {
	transition: opacity 0.5s linear 1.8s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(9) {
	transition: opacity 0.5s linear 2s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(10) {
	transition: opacity 0.5s linear 2.2s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(11) {
	transition: opacity 0.5s linear 2.4s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(12) {
	transition: opacity 0.5s linear 2.6s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(13) {
	transition: opacity 0.5s linear 2.8s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(14) {
	transition: opacity 0.5s linear 3s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(15) {
	transition: opacity 0.5s linear 3.2s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(16) {
	transition: opacity 0.5s linear 3.4s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(17) {
	transition: opacity 0.5s linear 3.6s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(18) {
	transition: opacity 0.5s linear 3.8s;
}
.wow_pressrelease.sa.isanimate .wow_pressrelease_list:nth-child(19) {
	transition: opacity 0.5s linear 4s;
}
.wow_pressrelease_list:not(:last-child) {
	border-bottom: 1px solid #F0E1C5;
}
.wow_pressrelease_list > dt {
	font-weight: bold;
	min-width: 8.25em;
}
.wow_pressrelease_list > dd > a {
	display: inline;
	color: #000;
	text-decoration: underline;
}
.wow_pressrelease_list > dd > a:hover {
	text-decoration: none;
}

.wow_ttl {
	font-size: 32px;
	font-weight: bold;
	color: #DDB341;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.wow_ttl {
		font-size: 6.15vw;
		margin-bottom: 16px;
	}
}

.wow_txt {
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.wow_txt {
		font-size: 4.1vw;
	}
}
.wow_video .wow_txt {
	color: #fff;
	font-weight: bold;
	line-height: 3;
}
@media screen and (max-width: 767px) {
	.wow_video .wow_txt {
		line-height: 2;
	}
}
.wow_cast .wow_txt {
	margin-top: 16px;
}
.wow_txt.center {
	text-align: center;
}
.wow_txt.-bold {
	font-weight: bold;
}
.wow_txt.-lighter {
	font-weight: lighter;
}
.wow_txt.-large {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.wow_txt.sp_left {
		text-align: left;
	}
}

.wow_txt_large {
	font-size: 24px;
	font-weight: bold;
	color: #0078c9;
}

.wow_route {
	font-weight: bold;
}

.wow_lead {
	font-weight: bold;
	font-size: 40px;
	color: #CC3326;
	text-align: center;
	line-height: 1.6;
	margin: 80px 0;
}
@media screen and (max-width: 767px) {
	.wow_lead {
		font-size: 7vw;
		margin: 7.5vw 0;
	}
}
.wow_lead.sa {
	opacity: 0;
}
.wow_lead.sa.isanimate {
	opacity: 1;
	transform: translate(0, 0);
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}

.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.sp-nowrap {
		white-space: nowrap;
	}
}
.sp-nowrap br {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-nowrap br {
		display: block;
	}
}

.mg-lg {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.mg-lg {
		margin-top: 13.33333vw;
	}
}

.mg-md {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.mg-md {
		margin-top: 13.33333vw;
	}
}

.pagenav {
	border: 4px solid #000;
	background: #B4DE59;
}
.pagenav_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1240px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.pagenav_list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.pagenav_item {
	position: relative;
	display: flex;
}
@media screen and (max-width: 767px) {
	.pagenav_item:last-child::after {
		content: none;
	}
}
.pagenav_item::after {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: 24px;
	bottom: 24px;
	width: 4px;
	background: #000;
}
@media screen and (max-width: 767px) {
	.pagenav_item::after {
		top: auto;
		left: 12px;
		right: 12px;
		bottom: -2px;
		width: auto;
		height: 4px;
	}
}
.pagenav_item > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 24px 12px 40px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
	.pagenav_item > a {
		justify-content: space-between;
		text-align: left;
		font-size: 18px;
		padding: 16px 20px 16px 20px;
	}
}
.pagenav_item > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	width: 16px;
	height: 10px;
	background: url("../img/arrow_down.svg") no-repeat 0 0/cover;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.pagenav_item > a::after {
		position: relative;
		left: auto;
		bottom: auto;
		margin: 0;
	}
}
.pagenav_item > a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.wow_box {
	margin: 80px 0;
	padding: 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	.wow_box {
		margin: 12.5vw 0;
		padding: 5.33vw;
	}
}
.wow_box:last-child {
	margin-bottom: 0;
}
.wow_box > :first-child {
	margin-top: 0;
}
.wow_box > :last-child {
	margin-bottom: 0;
}
.wow_box_title {
	margin: -40px -40px 40px;
	padding: 24px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
@media screen and (max-width: 767px) {
	.wow_box_title {
		font-size: 20px;
		padding: 16px;
		margin: -5.33vw -5.33vw 5.33vw;
	}
}
.wow_box .wow_box_title {
	margin-top: -40px;
}
@media screen and (max-width: 767px) {
	.wow_box .wow_box_title {
		margin-top: -5.33vw;
	}
}
.wow_box_title.orange {
	background: linear-gradient(to right, #ddb341 0%, #e0c374 100%);
}

.wow_dl {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.wow_dl {
		flex-direction: column;
		gap: 16px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
}
.wow_dl:last-child {
	margin-bottom: 0;
}
.wow_dl > dt {
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: bold;
	width: 240px;
	padding: 16px;
	background: #DDB341;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.wow_dl > dt {
		font-size: 20px;
		padding: 12px 16px;
		width: 100%;
	}
}
.wow_dl > dd {
	flex: 1 1 auto;
	padding: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
	.wow_dl > dd {
		padding: 0;
	}
}
.wow_dl > dd p {
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.wow_dl > dd p {
		font-size: 16px;
	}
}
.wow_dl > dd p .sm {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.wow_dl > dd p .sm {
		font-size: 12px;
	}
}
.wow_dl > dd .wow_caution {
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.wow_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.wow_caution {
	font-size: 14px;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}
ul.wow_caution {
	padding-left: 0;
	text-indent: 0;
}
ul.wow_caution > li {
	padding-left: 1em;
	text-indent: -1em;
}

span.wow_caution {
	display: inline-block;
}

.wow_caution.red {
	color: #DF0000;
}

.wow_image {
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.wow_image {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.wow_image.fee {
		margin-left: -5.33vw;
		margin-right: -5.33vw;
		padding-left: 5.33vw;
		padding-right: 5.33vw;
		overflow: auto;
	}
	.wow_image.fee img {
		max-width: none;
		width: 1160px;
		height: 461px;
	}
}

.wow_btn > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	max-width: 480px;
	min-height: 80px;
	padding: 12px 56px;
	background: linear-gradient(to right, #fff33f 0%, #bae522 100%);
	border: 4px solid #000;
	margin: 0 auto;
	transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
	.wow_btn > a {
		font-size: 20px;
		padding: 12px 42px;
	}
}
.wow_btn > a:hover {
	opacity: 0.7;
}
.wow_btn_ico {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.wow_btn_ico {
		right: 16px;
		width: 24px;
		height: 24px;
	}
}
.wow_btn.-pdf > a {
	padding-left: 48px;
	padding-right: 48px;
}
@media screen and (max-width: 767px) {
	.wow_btn.-pdf > a {
		padding-left: 32px;
		padding-right: 32px;
	}
}
.wow_btn.-pdf .wow_btn_ico {
	right: 20px;
}
@media screen and (max-width: 767px) {
	.wow_btn.-pdf .wow_btn_ico {
		right: 12px;
		width: 12px;
		height: 12px;
	}
}

.wow_btn_black {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.wow_btn_black {
		margin-top: 20px;
	}
}
.wow_btn_black > a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	max-width: 480px;
	min-height: 80px;
	padding: 12px 16px;
	background: #fff;
	border: 4px solid #000;
	margin: 0 auto;
	gap: 8px;
	transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
	.wow_btn_black > a {
		font-size: 20px;
		min-height: 60px;
		padding: 8px 6px;
	}
}
.wow_btn_black > a:hover {
	opacity: 0.7;
}
.wow_btn_black > a::before {
	content: "";
	flex: 0 0 auto;
	width: 32px;
}
.wow_btn_black > a .wow_btn_black_ico {
	flex: 0 0 auto;
}
.wow_btn_black.-grad > a {
	background: linear-gradient(to right, #fff33f 0%, #bae522 100%);
}
@media screen and (max-width: 767px) {
	.wow_btn_black.-grad > a {
		font-size: 18px;
	}
}
.wow_btn_black_soon {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	max-width: 480px;
	min-height: 80px;
	padding: 12px 16px;
	background: #fff;
	border: 4px solid #DEE0E4;
	margin: 0 auto;
	gap: 8px;
}
@media screen and (max-width: 767px) {
	.wow_btn_black_soon {
		font-size: 20px;
		min-height: 60px;
		padding: 8px 6px;
	}
}
.wow_btn_black_soon .wow_btn_black_ico {
	flex: 0 0 auto;
	opacity: 0.2;
}
.wow_btn_black_soon::before {
	content: "";
	flex: 0 0 auto;
	width: 32px;
}
.wow_btn_black.return > a::before {
	order: 3;
}
.wow_btn_black.return > a .wow_btn_black_ico {
	order: -1;
	transform: rotate(180deg);
}

.wow_deco_title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 64px;
	margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
	.wow_deco_title {
		font-size: 20px;
		gap: 4px;
		margin-top: 40px;
		margin-bottom: 24px;
		letter-spacing: 0;
	}
}
.wow_deco_title::before {
	content: "";
	flex: 0 0 auto;
	display: block;
	margin-bottom: -12px;
	width: 50px;
	height: 70px;
	background: url("../img/ico_deco_left.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
	.wow_deco_title::before {
		width: 28px;
		height: 38px;
		margin-bottom: 0;
	}
}
.wow_deco_title::after {
	content: "";
	flex: 0 0 auto;
	display: block;
	margin-bottom: -12px;
	width: 50px;
	height: 70px;
	background: url("../img/ico_deco_right.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
	.wow_deco_title::after {
		width: 30px;
		height: 40px;
		margin-bottom: 0;
	}
}
.wow_deco_title.-sm {
	font-size: 28px;
	justify-content: space-between;
	padding-top: 8px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.wow_deco_title.-sm {
		font-size: 20px;
	}
}
.wow_deco_title.-sm::before, .wow_deco_title.-sm::after {
	margin-top: -8px;
	margin-bottom: 0;
}

.wow_route {
	padding: 24px;
	border: 4px solid #000;
}
@media screen and (max-width: 767px) {
	.wow_route {
		padding: 12px;
	}
}
.wow_route_item {
	display: flex;
	gap: 24px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
	.wow_route_item {
		flex-direction: column;
		gap: 16px;
	}
}
.wow_route_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.wow_route_label {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	min-height: 100px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.wow_route_label {
		font-size: 20px;
		width: 100%;
		min-height: 0;
		padding: 12px 16px;
	}
}
.wow_route_label.green {
	background: #E8F4E3;
}
.wow_route_label.orange {
	background: #F9EDCA;
}
.wow_route_label.blue {
	background: #E5F0F9;
}
.wow_route_body {
	flex: 1 1 auto;
	align-self: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.wow_route_body {
		font-size: 16px;
	}
}
.wow_route_btn {
	flex: 0 0 auto;
	align-self: center;
	width: 260px;
}
@media screen and (max-width: 767px) {
	.wow_route_btn > a {
		min-height: 60px;
	}
}

.wow_fare {
	table-layout: fixed;
	width: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.wow_fare.mdgfare {
	max-width: 648px;
	margin-left: auto;
	margin-right: auto;
}
.wow_fare + .wow_fare {
	margin-top: 40px;
}
.wow_fare + .wow_fare_sp {
	margin-top: 24px;
}
.wow_fare.smfare {
	max-width: 334px;
	margin-left: auto;
	margin-right: auto;
}
.wow_fare th, .wow_fare td {
	padding: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	vertical-align: middle;
}
@media screen and (max-width: 1320px) {
	.wow_fare th, .wow_fare td {
		font-size: 16px;
	}
}
.wow_fare thead th {
	background: #B4DE59;
}
.wow_fare thead th:first-child {
	width: 152px;
}
.wow_fare_a {
	background: #F8F5AA;
}
.wow_fare_aa {
	background: #F3CB00;
}
.wow_fare_b {
	background: #DAF3CD;
}
.wow_fare_c {
	background: #E5F0F9;
}

.wow_fare_sp {
	display: none;
	table-layout: fixed;
	width: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
	.wow_fare_sp {
		display: table;
	}
}
.wow_fare_sp th, .wow_fare_sp td {
	padding: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	letter-spacing: 0;
	vertical-align: middle;
}
.wow_fare_sp thead th {
	background: #B4DE59;
}
.wow_fare_sp thead th:first-child {
	width: 100px;
}
.wow_fare_sp tbody th {
	background: #B4DE59;
}
.wow_fare_sp_a {
	background: #F8F5AA;
}
.wow_fare_sp thead .wow_fare_sp_a {
	background: #F8F5AA;
}
.wow_fare_sp_aa {
	background: #F3CB00;
}
.wow_fare_sp thead .wow_fare_sp_aa {
	background: #F3CB00;
}
.wow_fare_sp_b {
	background: #DAF3CD;
}
.wow_fare_sp thead .wow_fare_sp_b {
	background: #DAF3CD;
}
.wow_fare_sp_c {
	background: #E5F0F9;
}
.wow_fare_sp thead .wow_fare_sp_c {
	background: #E5F0F9;
}

.wow_calendar {
	position: relative;
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}
@media screen and (max-width: 767px) {
	.wow_calendar {
		margin-top: 24px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.wow_calendar_item {
	padding: 0 20px;
}
/* @media screen and (max-width: 767px) {
	.wow_calendar_item {
		padding: 0 1px 0 0;
	}
} */
.wow_calendar_caption {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.wow_calendar_caption {
		font-size: 20px;
	}
}
.wow_calendar .slick-prev {
	display: block;
	position: absolute;
	border: 0;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	white-space: nowrap;
	background: url("../img/arrow.svg") no-repeat 0 0/cover;
	transform-origin: center center;
	transform: rotate(180deg);
	transition: opacity 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.wow_calendar .slick-prev {
		width: 20px;
		height: 20px;
		margin-top: 10px;
		background-size: auto 100%;
	}
}
.wow_calendar .slick-prev:hover {
	opacity: 0.7;
}
.wow_calendar .slick-prev.slick-disabled {
	opacity: 0.2;
}
.wow_calendar .slick-prev.slick-disabled:hover {
	opacity: 0.2;
}
.wow_calendar .slick-next {
	display: block;
	position: absolute;
	border: 0;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	white-space: nowrap;
	background: url("../img/arrow.svg") no-repeat 0 0/cover;
	transition: opacity 0.3s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.wow_calendar .slick-next {
		width: 20px;
		height: 20px;
		margin-top: 10px;
		background-size: auto 100%;
	}
}
.wow_calendar .slick-next:hover {
	opacity: 0.7;
}
.wow_calendar .slick-next.slick-disabled {
	opacity: 0.2;
}
.wow_calendar .slick-next.slick-disabled:hover {
	opacity: 0.2;
}

.wow_orange_title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(to right, #ee9613 0%, #f3be61 100%);
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.wow_orange_title {
		font-size: 16px;
		padding: 20px;
	}
}
.wow_orange_title + .wow_box {
	margin-top: 0;
}

.wow_soon {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #DDB341;
}
@media screen and (max-width: 767px) {
	.wow_soon {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.wow_sns {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.wow_sns {
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}
}
.wow_sns_box {
	width: 50%;
	padding: 40px;
	background: #E9F4E3;
	border-radius: 16px;
}
@media screen and (max-width: 767px) {
	.wow_sns_box {
		width: 100%;
		padding: 20px;
	}
}

.wow_sns_box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* .wow_sns_box > :first-child {
	margin-top: 0;
}
.wow_sns_box > :last-child {
	margin-bottom: 0;
} */
.wow_sns_label {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	/* margin-top: 40px; */
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.wow_sns_label {
		font-size: 20px;
		/* margin-top: 20px; */
	}
}
.wow_sns_btn > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	min-height: 112px;
	background: #fff;
	border: 4px solid #000;
	transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
	.wow_sns_btn > a {
		font-size: 16px;
		gap: 8px;
		min-height: 60px;
	}
}
.wow_sns_btn > a:hover {
	opacity: 0.7;
}
.wow_sns_btn.instagram > a::before {
	content: "";
	flex: 0 0 auto;
	display: block;
	width: 48px;
	height: 48px;
	background: url("../img/ico_instagram.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
	.wow_sns_btn.instagram > a::before {
		width: 32px;
		height: 32px;
	}
}
.wow_sns_btn.x > a::before {
	content: "";
	flex: 0 0 auto;
	display: block;
	width: 48px;
	height: 48px;
	background: url("../img/ico_x.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
	.wow_sns_btn.x > a::before {
		width: 32px;
		height: 32px;
	}
}
.wow_sns_timeline {
	width: 50%;
}

.wow_sns_timeline iframe {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.wow_sns_timeline {
		width: 100%;
		height: auto;
	}

	.instagram-timeline {
		min-width: inherit !important;
	}
}
.wow_header {
	position: relative;
	height: 300px;
	padding: 0 40px;
	background: #B4DE59;
}
@media screen and (max-width: 767px) {
	.wow_header {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 0;
	}
}
.wow_header_inner {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.wow_header_inner {
		width: 100%;
		padding: 20px;
	}
}
.wow_header_body {
	display: flex;
	align-items: center;
	width: 620px;
	height: 172px;
	padding: 0 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	.wow_header_body {
		width: 100%;
		height: auto;
		padding: 15px;
	}
}
.wow_header_title {
	display: flex;
	align-items: center;
	gap: 24px;
}
@media screen and (max-width: 767px) {
	.wow_header_title {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		width: 100%;
	}
	.wow_header_title img {
		width: 120px;
	}
}
.wow_header_txt {
	font-size: 32px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.wow_header_txt {
		font-size: 24px;
	}
}
.wow_header_bg {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 800px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.wow_header_bg {
		position: relative;
		left: 0;
		width: 100%;
	}
}

.wow_castlist {
	margin: 0 auto;
}
.wow_castlist.root1 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	max-width: 865px;
	grid-gap: 27px 26px;
	gap: 27px 26px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto;
		gap: 20px 13px;
	}
}
.wow_castlist.root1 > :nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/3;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(1) {
		grid-column: 1/3;
		grid-row: auto;
	}
}
.wow_castlist.root1 > :nth-child(2) {
	grid-column: 3/5;
	grid-row: 1/3;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(2) {
		grid-column: 3/5;
		grid-row: auto;
	}
}
.wow_castlist.root1 > :nth-child(3) {
	grid-column: 5/6;
	grid-row: 1/2;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(3) {
		grid-column: 1/2;
		grid-row: auto;
	}
}
.wow_castlist.root1 > :nth-child(4) {
	grid-column: 6/7;
	grid-row: 1/2;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(4) {
		grid-column: 2/3;
		grid-row: auto;
	}
}
.wow_castlist.root1 > :nth-child(5) {
	grid-column: 5/6;
	grid-row: 2/3;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(5) {
		grid-column: 3/4;
		grid-row: auto;
	}
}
.wow_castlist.root1 > :nth-child(6) {
	grid-column: 6/7;
	grid-row: 2/3;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root1 > :nth-child(6) {
		grid-column: 4/5;
		grid-row: auto;
	}
}
.wow_castlist.root2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 26px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 12px;
		gap: 20px 12px;
	}
}
@media screen and (max-width: 767px) {
	.wow_castlist.root2 > :nth-child(1) {
		grid-column: 1/3;
	}
}
.wow_castlist.root2 > :nth-child(2) {
	padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root2 > :nth-child(2) {
		padding-bottom: 0;
	}
}
.wow_castlist.root2 > :nth-child(3) {
	padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root2 > :nth-child(3) {
		padding-bottom: 0;
	}
}
.wow_castlist.root2 figcaption {
	font-size: 14px;
	margin-top: 8px;
}
.wow_castlist.root3, .wow_castlist.root4 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 26px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root3, .wow_castlist.root4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 12px;
		gap: 20px 12px;
	}
}
.wow_castlist.root5 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 26px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root5 > :nth-child(1) {
		width: 50%;
	}
}
.wow_castlist.root6 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 26px;
}
@media screen and (max-width: 767px) {
	.wow_castlist.root6 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 12px;
		gap: 20px 12px;
	}
}
@media screen and (max-width: 767px) {
	.wow_castlist.root6 > :nth-child(1) {
		grid-column: 1/3;
	}
}

.wow_timetable {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.wow_timetable {
		flex-direction: column;
	}
}
.wow_timetable_image {
	flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
	.wow_timetable_image {
		order: 2;
		flex: 0 1 auto;
	}
}
@media screen and (max-width: 767px) {
	.wow_timetable_main {
		order: 1;
	}
}
.wow_timetable_main_image {
	display: block;
	margin-inline: auto;
	max-width: 600px;
}
.wow_timetable_caption {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.wow_timetable_caption {
		font-size: 20px;
	}
}
.wow_timetable_caution {
	font-size: 14px;
	text-align: center;
	margin-bottom: 8px;
}

.wow_bnrs {
	position: relative;
	padding: 80px 40px;
	background: #B4DE59;
}
@media screen and (max-width: 767px) {
	.wow_bnrs {
		padding: 12.5vw 5.33vw;
		overflow: hidden;
	}
}
.wow_bnrs_inner {
	display: flex;
	gap: 40px;
	max-width: 1240px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.wow_bnrs_inner {
		flex-direction: column;
		gap: 24px;
	}
}
.wow_bnrs_section {
	width: 50%;
	padding: 24px 40px 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
	.wow_bnrs_section {
		width: 100%;
		padding: 3.5vw 5.33vw 5.33vw;
	}
}
.wow_bnrs_section > :first-child {
	margin-top: 0;
}
.wow_bnrs_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
	gap: 16px;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.wow_bnrs_list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.wow_bnrs_card {
	display: flex;
}
.wow_bnrs_card_link {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #fff;
}
.wow_bnrs_card_link:visited {
	color: #fff;
}
.wow_bnrs_card_link:hover .wow_bnrs_card_img {
	border-color: #004fb2;
}
.wow_bnrs_card_link:hover .wow_bnrs_card_title {
	background-color: #004fb2;
}
.wow_bnrs_card_img {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 252/120;
	border: 3px solid #000;
	padding: 0 3px;
	transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
	.wow_bnrs_card_img {
		aspect-ratio: 295/120;
	}
}
.wow_bnrs_card_title {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	gap: 8px;
	font-size: 18px;
	padding: 13px 16px 16px;
	background: #000;
	transition: background-color 0.3s;
}
.wow_bnrs_card_title::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/ico_blank.svg") no-repeat 0 0/contain;
}

.wow_campaign {
	display: flex;
	gap: 24px;
}
@media screen and (max-width: 767px) {
	.wow_campaign {
		flex-direction: column;
	}
}
.wow_campaign_box + .wow_campaign_box {
	margin-top: -56px;
}
@media screen and (max-width: 767px) {
	.wow_campaign_box + .wow_campaign_box {
		margin-top: -16px;
	}
}
.wow_campaign_thumb {
	flex: 0 0 auto;
	max-width: 40%;
}
@media screen and (max-width: 767px) {
	.wow_campaign_thumb {
		max-width: none;
		text-align: center;
	}
}
.wow_campaign_body {
	flex: 1 1 auto;
}
.wow_campaign_date {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #DDB341;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.wow_campaign_date {
		font-size: 14px;
		margin-bottom: 12px;
	}
}
.wow_campaign_title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.wow_campaign_title {
		font-size: 18px;
	}
}
.wow_campaign_text {
	font-size: 16px;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
	.wow_campaign_text {
		font-size: 14px;
		margin-bottom: 12px;
	}
}
.wow_campaign_link {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.wow_campaign_link {
		font-size: 14px;
	}
}
.wow_campaign_link > a {
	position: relative;
	display: inline-block;
	padding-right: 18px;
}
.wow_campaign_link > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 10px;
	height: 10px;
	background: #0078C9;
	-webkit-mask: url("../img/ico_blank.svg") no-repeat center/contain;
	        mask: url("../img/ico_blank.svg") no-repeat center/contain;
}

.wow_fill_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 24px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.wow_fill_title {
		font-size: 20px;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.wow_fill_title.green {
	background: #E8F4E3;
}
.wow_fill_title.orange {
	background: #F9EDCA;
}
.wow_fill_title.blue {
	background: #E5F0F9;
}

.wow_media {
	display: flex;
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.wow_media {
		flex-direction: column;
		gap: 20px;
	}
}
.wow_media:not(:last-child) {
	margin-bottom: 40px;
}
.wow_media_img {
	flex: 0 0 auto;
	max-width: 40%;
}
@media screen and (max-width: 767px) {
	.wow_media_img {
		max-width: none;
		text-align: center;
	}
}
.wow_media_body {
	align-self: center;
}

.sa {
	opacity: 0;
}

.sa.isanimate {
	opacity: 1;
	transition: transform 0.5s ease-out, opacity 0.5s linear;
}

.i-block {
	display: inline-block;
}

.color-red {
	color: #DF0000;
}

.u_yellow {
    position: relative; 
    display: inline-block;
}

.u_yellow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background-color: #fbfb0060;
    z-index: 0;
    width: 0;
    animation: u_yellow-marker 3s infinite;
}

@keyframes u_yellow-marker {

    0%{
    width: 0;
    }

    30%{
    width: 100%;
    }

    90%{
    width: 100%;
    }

    90.1%{
    width: 0; 
    }

    100%{
    width: 0;
    }

}

/* お得な情報リスト */
.wow_list {
	max-width: 840px;
	margin: 0 auto;
	padding-block: 30px;
}

.wow_list li + li {
	margin-top: 10px;
}

.wow_list__item {
	display: flex;
	column-gap: 10px;
}

.wow_list__item img {
	width: 40px;
	height: 40px;
}

.wow_list__item p {
	font-weight: 700;
	color: #000;
	font-size: 24px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.wow_list__item p {
		font-size: 16px;
	}
}

/* 購入ボタン */

.wow_icon_button {
	background-color: #F34B00;
	border-radius: 10px;
	color: #FFF !important;
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
	max-width: 500px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.wow_icon_button {
		border-radius: 6px;
		display: grid;
		place-items: center;
		font-size: 14px;
		text-align: left;
	}
}
.wow_icon_button span {
	display: inline-block;
	padding-block: 16px;
}
@media screen and (max-width: 767px) {
	.wow_icon_button span {
		padding-block: 5px;
	}
}
.wow_icon_button.-ticket span {
	background: url("../img/ico_ticket.svg") left center no-repeat;
	background-size: 34px auto;
	padding-left: 50px;
}
@media screen and (max-width: 767px) {
	.wow_icon_button.-ticket span {
		background-size: 30px auto;
		padding-left: 42px;
	}
}
.wow_icon_button:visited {
	color: #FFF;
}
.wow_icon_button:hover {
	opacity: 0.7;
}

/* テーブル下のテキスト */

.table-caption {
	margin-inline: auto;
	margin-block: 10px 40px;
}

.table-caption.smfare {
	max-width: 324px;
}

.table-caption.mdfare {
	max-width: 648px;
}
