@charset "UTF-8";
.gHeader {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	color: var(--color-white);
}
.gHeader_inner {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 134px;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 70px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 144px);
	margin-left: auto;
	display: flex;
	column-gap: 8px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {
	display: grid;
	grid-template-columns: repeat(2, 5px);
	column-gap: 3px;
	row-gap: 3px;
	width: 13px;
	height: 13px;
}
.gMenuBtn_bar {
	display: block;
	height: 5px;
	background-color: currentColor;
	border-radius: 1px;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_bar-no4 {}
.gNav {
	flex-grow: 1;
	max-width: 573px;
	margin-left: auto;
}
.gNav_inner {
	height: 100%;
	max-width: 560px;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list_item {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -0.01em;
	height: 100%;
	padding: 0 5px;
	column-gap: 7px;
	justify-content: center;
}
.gNav_list_icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_icon > svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.gNav_list_text {
	display: block;
}
.gHeader_link {
	align-self: center;
}
.gHeader_link_item {
	display: flex;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--color-blue-deep);
	border: 1px solid var(--color-midnight);
	background-color: var(--color-white-gray);
	height: 42px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-radius: 42px;
	padding: 0 8px;
	column-gap: 7px;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
	position: relative;
}
.gHeader_link_item-btn {
	width: 100%;
}
.gHeader_link_item-ticket {
	background-color: var(--color-yellow);
	color: var(--color-blue-deep);
}
.gHeader_link_icon {}
.gHeader_link_icon > svg {
	display: block;
	fill: currentColor;
	width: 18px;
	height: 18px;
}
.gHeader_link_text {}
.gBody {
	background-image: linear-gradient(to bottom, var(--color-blue-odakyu-ci) 400px, rgba(255, 255, 255, 0) 400px);
	padding-top: 70px;
	overflow: hidden;
	background-color: var(--color-back);
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 23.881%;
	width: 100%;
	transform: translateY(-15%);
}
.gHeader_links {
	display: grid;
	grid-template-columns: repeat(2, 42px);
	column-gap: 4px;
}
.gHeader_link_item-hasText {
	padding: 0 19px;
}
.gFooter {
	position: relative;
	z-index: 2;
	box-shadow: 0 100vh 0 100vh var(--color-white-gray);
	background-color: var(--color-back);
	margin-top: 0;
	box-shadow: 0 -2px 0 var(--color-back);
	padding-bottom: 40px;
}
.gFooter_inner {
	max-width: 1344px;
	position: relative;
	z-index: 1;
}
.gFooter_grid {
	display: grid;
	grid-template-columns: 181px calc(100% - 201px);
	grid-template-rows: 1fr auto;
	justify-content: space-between;
	max-width: 1277px;
}
.gFooter_cell {}
.gFooter_cell-logo {}
.gFooter_logo {}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a > img {
	display: block;
}
.gFooter_cell-nav {
	grid-row: span 2;
	padding-top: 10px;
	padding-bottom: 33px;
}
.gFootNav {
	display: grid;
	max-width: 872px;
	margin-left: auto;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr auto;
}
.gFootNav_cell {}
.gFootNav_title {
	margin-bottom: 32px;
	margin-top: 50px;
}
.gFootNav_title:first-child {
	margin-top: 0;
}
.gFootNav_title_text {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.35;
	display: block;
	letter-spacing: -0.03em;
	color: inherit;
}
.gFootNav_list {
	list-style: none;
	line-height: 18px;
	font-size: 13px;
	letter-spacing: -0.01em;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 4px 0;
}
.gFooter_cell-sns {}
.gFooter_snsList {
	list-style: none;
	display: flex;
	margin-left: -8px;
}
.gFooter_snsList > li {}
.gFooter_snsList > li > a {
	text-decoration: none;
	color: inherit;
	padding: 8px;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList > li > a > img {
	display: block;
}
.gFooter_hr {
	height: 1px;
	background-color: var(--color-line-light);
	margin: 40px 0px 6px;
}
.gFooter_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}
.gFooter_list {
	list-style: none;
	display: flex;
	font-size: 13px;
	margin-left: -16px;
	line-height: 20px;
	flex-wrap: wrap;
}
.gFooter_list > li {
	display: flex;
	align-items: center;
}
.gFooter_list > li a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 16px;
}
.gFooter_list > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: var(--color-line-light);
}
.gFooter_copyright {
	font-size: 11px;
	line-height: 1.2;
	text-align: right;
}
.gFooter_copyright > br {
	display: none;
}
.gPageTop {
	position: fixed;
	bottom: 18px;
	left: 0;
	width: 100%;
	z-index: 999;
	transition-duration: .3s;
	transition-property: opacity, visibility;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gPageTop_inner {
	max-width: 1360px;
}
.gPageTop_contents {}
.gPageTop_button {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-line-blue-light);
	background-color: var(--color-white-gray);
	color: var(--color-line-blue-light);
	position: relative;
	margin-left: auto;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_icon {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -1px;
}
.gPageTop_icon_item {
	display: block;
	width: 17px;
	height: 29px;
	stroke: currentColor;
	stroke-width: 1px;
	fill: none;
}
.gNav_subList {
	display: none;
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList_btn {
	display: block;
}
.gNav_subList_btn-ticket {}
.gNav_subList_icon {}
.gNav_subList_icon > svg {}
.gNav_subList_text {}
.gNav_btn {
	display: none;
}
.gNav_btn_text {}
.gNav_btn_icon {}
.gNav_list_arrow {
	display: none;
}
.gNav_list_btn {
	display: none;
}
.gHeader_link_item_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	color: var(--color-black);
}
.gWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.gMega {
	position: absolute;
	background-color: var(--color-white);
	border-radius: 8px;
	color: var(--color-black);
	white-space: nowrap;
	padding: 10px 0;
	transform: translateX(-50%);
	left: 50%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	font-weight: normal;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega_list {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.01em;
	display: block;
	position: relative;
}
.gMega_list > li {}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	padding: 8px 15px;
	display: block;
	position: relative;
	padding-right: 38px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_list > li > a > .icon {
	display: block;
	font-size: 11px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.gMega_cList {
	list-style: none;
	display: none;
}
.gMega_cList > li {}
.gMega_cList > li > a {
	text-decoration: none;
	color: inherit;
}
.gMega_cList > li > a > .icon {
	display: block;
}
.gBody-footerBlue {}
.gFooter_contents {
	padding-top: 56px;
	padding-bottom: 21px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 100vh 0 100vh var(--color-white-gray);
}
.gFooter_contents::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(100% + 2px);
	height: 100%;
	top: 0;
	left: -1px;
	background-color: var(--color-white-gray);
	border-top: 1px solid var(--color-line-light);
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	border-left: 1px solid var(--color-line-light);
	border-right: 1px solid var(--color-line-light);
	box-sizing: border-box;
}
.gBody-footerBlue + .gFooter {
	background-color: var(--color-blue-odakyu-ci);
	box-shadow: 0 -2px 0 var(--color-blue-odakyu-ci);
}
.gBody-footerWhite + .gFooter {
	background-color: var(--color-white);
	box-shadow: 0 -2px 0 var(--color-white);
}
.gBody-noPt {
	padding-top: 0;
}
.gNav_list_item-top {
	flex-direction: column;
	text-align: center;
	row-gap: 15px;
}
.gNav_list-top {
	position: relative;
	top: 18px;
	max-width: 449px;
}
.gNav_list_icon-top > svg {
	width: 22px;
	height: 23px;
}
.gNav_subList_btn_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	color: var(--color-black);
}
.gBody_head {
	background-color: var(--color-blue-odakyu-ci);
	padding-top: 30px;
	padding-bottom: 49px;
	color: var(--color-white);
}
.gBody_head_inner {}
.gBody_head_title {
	font-family: var(--font-rubik);
	font-weight: 500;
	font-size: 56px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.03em;
}
.gBody_contents {
	background-color: var(--color-blue-odakyu-ci);
}
.gBody_box {
	background-color: var(--color-back);
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	padding-top: 80px;
	padding-bottom: 152px;
}
.gBody_box_inner {}
.gBody_anchorList {
	list-style: none;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	margin-top: 57px;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.gBody_anchorList > li {
	flex-grow: 1;
}
.gBody_anchorList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 10px;
}
.gBody_anchorList > li > a > .icon {
	display: block;
	margin-top: auto;
	font-size: 12px;
	transition-duration: .3s;
	transition-property: transform;
}
.gBody_anchorList_text {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	min-height: 2.6em;
	justify-content: center;
}
.gBody_head-hasAnchor {
	padding-bottom: 20px;
}
.gBody_head_text {
	max-width: 744px;
	margin: 24px auto 0;
	text-align: center;
}
.gBody_head_text-wide {
	max-width: none;
}
.gBody-sticky {
	overflow: visible;
}
.gBody_box-hasNav {
	padding-top: 64px;
}
.gBody_box-white {
	background-color: var(--color-white);
}
.gBody_tabNav {
	border-bottom: 1px solid var(--color-line-light);
	margin-bottom: 63px;
}
.gBody_tabNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gBody_tabNav_list > li {
	flex-grow: 1;
}
.gBody_tabNav_btn {}
.gBody_tabNav_btn::after {}
.gBody_tabNav_btn-lg {
	font-size: 26px;
}
.gBody_tabNav_list-timetable {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.gBody_head_subTitle {
	font-family: var(--font-rubik);
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
}
.gBody_box-pbS {
	padding-bottom: 64px;
}
.gBody-footerMovie + .gFooter {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	margin-top: -64px;
}
.gBody-pb {
	padding-bottom: 164px;
}
.gNav_list_text-top {
	min-height: 30px;
}
.gMega_cList-displayPc {
	display: block;
}
.gMega_cList-displayPc > li {}
.gMega_cList-displayPc > li > a {
	text-decoration: none;
	color: inherit;
	padding: 8px 15px;
	display: block;
	position: relative;
	padding-right: 38px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega_cList-displayPc > li > a > .icon {
	display: block;
	font-size: 11px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.gBody_head_status {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.gFooter_list > li .cookie_consent-cookie_btn-link {
	color: inherit !important;
}
.gHeader_links-single {
	grid-template-columns: 1fr;
	width: 100%;
}
.gHeader_col-menuThai {
	width: 42px;
}
.gFooter_grid-thai {
	grid-template-columns: 181px auto;
	align-items: center;
}
@media screen and (max-width:1149px) {
	.gHeader_link_item {
		font-size: 12px;
	}
	.gHeader_link_item-hasText {
		padding-left: 12px;
		padding-right: 12px;
	}
	.gHeader_col-title {
		width: 114px;
	}
	.gHeader_col-menu {
		width: calc(100% - 124px);
	}
	.gNav {
		max-width: 510px;
	}
	.gBody_tabNav_btn-lg {
		font-size: 23px;
	}
	.gHeader_col-menuThai {
		width: 42px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_list_item {
		font-size: 12px;
		padding-left: 4px;
		padding-right: 4px;
		column-gap: 6px;
	}
	.gHeader_col-title {
		width: 105px;
	}
	.gHeader_col-menu {
		width: calc(100% - 115px);
	}
	.gHeader_col-menuThai {
		width: 42px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gBody_anchorList > li > a:hover > .icon {
		transform: translateY(4px);
	}
	a:hover .gNav_list_icon {
		transform: translateY(-4px);
	}
	.gHeader_link_item:hover {
		background-color: var(--color-white);
	}
	.gHeader_link_item-ticket:hover {
		background-color: var(--color-yellow-hover);
	}
	.gFootNav_title_text:hover {
		text-decoration: underline;
	}
	.gMega_list > li > a:hover {
		color: var(--color-blue-odakyu-ci);
	}
	.gMega_cList > li > a:hover {}
	.gPageTop_button:hover {
		background-color: var(--color-white);
	}
	.gHeader_title > a:hover {
		opacity: .8;
	}
	.gMenuBtn:hover {}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_snsList > li > a:hover {
		opacity: .7;
	}
	.gFooter_list > li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:999px) {
	.gHeader {}
	.gHeader_inner {
		padding-right: 70px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 134px;
	}
	.gHeader_title {
		position: relative;
		z-index: 1002;
	}
	.gHeader_title > a {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: auto;
		max-width: calc(100% - 144px);
	}
	.gMenuBtn {
		display: flex;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 0;
		right: 0;
		align-items: center;
		justify-content: center;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_bar-no4 {}
	.gNav {
		display: flex;
		max-width: none;
		width: 100%;
		height: 100%;
		display: block;
		background-color: var(--color-blue-odakyu-ci);
		position: fixed;
		top: 0;
		max-width: 390px;
		left: auto;
		right: 0;
		z-index: 1001;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		height: auto;
		max-height: calc(100vh - 97px);
		overflow: auto;
		padding-bottom: 60px;
		box-sizing: border-box;
	}
	.gNav_list {
		display: block;
		height: auto;
	}
	.gNav_list > li {
		position: relative;
	}
	.gNav_list > li::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--color-line-blue-light);
		pointer-events: none;
	}
	.gNav_list_item {
		justify-content: flex-start;
		min-height: 64px;
		font-size: 17px;
		font-weight: 300;
		padding: 5px 27px;
		box-sizing: border-box;
		position: relative;
		padding-right: 52px;
		flex-direction: row;
		row-gap: 0;
		text-align: left;
	}
	.gNav_list_icon {
		display: none;
	}
	.gNav_list_icon > svg {}
	.gNav_list_text {
		min-height: 0;
	}
	.gHeader_link {}
	.gHeader_link_item {}
	.gHeader_link_item-ticket {}
	.gHeader_link_icon {}
	.gHeader_link_icon > svg {}
	.gHeader_link_text {}
	.gBody {}
	.gHeader_title_inner {}
	.gHeader_links {
		margin-right: -3px;
	}
	.gHeader_link_item-hasText {
		padding-left: 19px;
		padding-right: 19px;
	}
	.gFooter {
		padding-bottom: 55px;
	}
	.gFooter_inner {
		max-width: 882px;
	}
	.gFooter_grid {
		display: block;
	}
	.gFooter_cell {}
	.gFooter_cell-logo {
		margin-bottom: 41px;
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_cell-nav {
		padding: 0;
		margin-bottom: 32px;
	}
	.gFootNav {
		max-width: 860px;
		margin-left: 0;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 15px;
	}
	.gFootNav_cell {}
	.gFootNav_title {
		margin-bottom: 24px;
	}
	.gFootNav_title_text {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFooter_cell-sns {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a > img {}
	.gFooter_hr {
		margin-top: 17px;
		margin-bottom: 4px;
	}
	.gFooter_bottom {}
	.gFooter_list {
		line-height: 16px;
		font-size: 12px;
	}
	.gFooter_list > li {}
	.gFooter_list > li a {
		padding: 7px 16px;
	}
	.gFooter_list > li:nth-last-child(n+2)::after {}
	.gFooter_copyright {
		padding: 7px 0;
	}
	.gFooter_copyright > br {
		display: inline;
	}
	.gPageTop {}
	.gPageTop_inner {
		max-width: 880px;
	}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_icon {}
	.gPageTop_icon_item {}
	.gNav_subList {
		display: block;
		max-width: 336px;
		margin: 0px auto 35px;
	}
	.gNav_subList > li {}
	.gNav_subList > li:nth-child(n+2) {
		margin-top: 12px;
	}
	.gNav_subList-info > li:nth-child(n+2) {
		margin-top: 0;
	}
	.gNav_subList_btn {
		display: flex;
		text-decoration: none;
		height: 48px;
		align-items: center;
		justify-content: center;
		background-color: var(--color-white-gray);
		color: var(--color-blue-deep);
		font-size: 14px;
		font-weight: 600;
		border: 1px solid var(--color-midnight);
		border-radius: 48px;
		box-sizing: border-box;
		position: relative;
		line-height: 1;
	}
	.gNav_subList_btn-ticket {
		border-color: var(--color-blue-deep);
		background-color: var(--color-yellow);
	}
	.gNav_subList_icon {
		display: block;
		margin-right: 7px;
	}
	.gNav_subList_icon > svg {
		display: block;
		width: 15px;
		height: 15px;
		fill: currentColor;
	}
	.gNav_subList_text {}
	.gNav_btn {
		display: flex;
		height: 70px;
		align-items: center;
		font-size: 12px;
		padding-right: 23px;
		justify-content: flex-end;
		margin-left: auto;
		margin-bottom: 27px;
	}
	.gNav_btn_text {
		display: block;
		margin-right: 11px;
	}
	.gNav_btn_icon {
		position: relative;
		display: block;
		width: 13px;
		height: 13px;
	}
	.gNav_btn_icon::before {
		content: "";
		display: block;
		width: 141%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		border-radius: 1px;
	}
	.gNav_btn_icon::after {
		content: "";
		display: block;
		width: 141%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
		border-radius: 1px;
	}
	.gNav_subList-info {
		margin-top: 62px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4px;
		margin-bottom: 0;
	}
	.gNav_subList_btn-small {
		height: 36px;
		font-size: 12px;
	}
	.gNav_list_arrow {
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		border: 1px solid currentColor;
		top: 50%;
		right: 35px;
		transform: translateY(-50%) rotate(45deg);
		border-left: none;
		border-bottom: none;
		box-sizing: border-box;
	}
	.gNav_list_btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 64px;
		width: 52px;
		z-index: 2;
	}
	.gNav_list_btn::before {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.gNav_list_btn::after {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY( -50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list_btn[aria-expanded="true"]::after {
		transform: translateY( -50%) rotate(0deg);
	}
	.gHeader_link_item_select {}
	.gWrapper {}
	.gMega {
		background-color: rgba(255, 255, 255, 0);
		border-radius: 0;
		color: inherit;
		white-space: normal;
		padding: 0;
		transform: none;
		position: static;
		left: auto;
		display: none;
		padding-left: 27px;
		padding-right: 27px;
	}
	.gMega.isShow {
		display: block;
	}
	.gMega_list {
		font-size: 15px;
		font-weight: 600;
		line-height: 1.2;
	}
	.gMega_list > li {}
	.gMega_list > li:last-child {}
	.gMega_list > li > a {
		display: flex;
		min-height: 42px;
		align-items: center;
		padding: 5px 0;
		box-sizing: border-box;
	}
	.gMega_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--color-line-blue-light);
	}
	.gMega_list > li:last-child > a::after {}
	.gMega_list > li > a > .icon {
		right: 0;
	}
	.gMega_cList {
		display: block;
		font-size: 14px;
		font-weight: normal;
	}
	.gMega_cList > li {}
	.gMega_cList > li > a {
		display: flex;
		min-height: 42px;
		align-items: center;
		padding: 5px 27px;
		box-sizing: border-box;
		position: relative;
	}
	.gMega_cList > li > a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--color-line-blue-light);
	}
	.gMega_cList > li:last-child > a::after {}
	.gMega_cList > li > a > .icon {
		display: block;
		font-size: 11px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.gBody-footerBlue {}
	.gFooter_contents {
		padding-top: 48px;
	}
	.gBody-footerBlue + .gFooter {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gBody_head {}
	.gBody_head_inner {}
	.gBody_head_title {
		font-size: 46px;
	}
	.gBody_contents {}
	.gBody_box {}
	.gBody_box-pbS {}
	.gBody_box_inner {}
	.gBody_anchorList {
		margin-top: 35px;
	}
	.gBody_anchorList > li {}
	.gBody_anchorList > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.gBody_anchorList > li > a > .icon {}
	.gBody_anchorList_text {}
	.gBody_head-hasAnchor {}
	.gBody_head_text {}
	.gBody-sticky {
		overflow: hidden;
	}
	.gBody_box-hasNav {}
	.gBody_tabNav {}
	.gBody_tabNav_list {}
	.gBody_tabNav_list > li {}
	.gBody_tabNav_btn {}
	.gBody_tabNav_btn::after {}
	.gBody_tabNav_btn-lg {
		font-size: 18px;
	}
	.gBody_head_subTitle {
		font-size: 30px;
	}
	.gBody-footerMovie + .gFooter {}
	.gBody-pb {
		padding-bottom: 135px;
	}
	.gNav_list_item-parent {}
	.gNav_list_item-parent::before {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		right: 29px;
		transform: translateY(-50%);
	}
	.gNav_list_item-parent::after {
		content: "";
		display: block;
		width: 13px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		right: 29px;
		transform: translateY(-50%) rotate(90deg);
	}
	.gBody_head_status {}
	.gHeader_col-menuThai {
		width: 42px;
	}
	.gHeader_inner-thai {
		padding-right: 20px;
	}
	.gHeader_links-single {
		margin-right: 0;
	}
}
@media screen and (max-width:767px) {
	.gHeader {
		position: fixed;
		background-color: rgba(255, 255, 255, 0);
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gHeader-scrolled {
		background-color: var(--color-blue-odakyu-ci);
	}
	.gHeader_inner {
		padding-left: 14px;
		padding-right: 58px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 104px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 54px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		max-width: calc(100% - 114px);
	}
	.gMenuBtn {
		height: 54px;
		width: 58px;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_bar-no4 {}
	.gNav {
		max-width: none;
	}
	.gNav_inner {
		max-width: none;
	}
	.gNav_list {
		display: block;
		height: auto;
		max-width: none;
	}
	.gNav_list > li {}
	.gNav_list_item {}
	.gNav_list_icon {
		display: none;
	}
	.gNav_list_icon > svg {}
	.gNav_list_text {}
	.gHeader_link {}
	.gHeader_link-investors {
		display: none;
	}
	.gHeader_link_item {
		font-size: 10px;
		line-height: 1.1;
		height: 32px;
	}
	.gHeader_link_item-ticket {}
	.gHeader_link_icon {}
	.gHeader_link_icon > svg {
		width: 15px;
		height: 15px;
	}
	.gHeader_link_text {}
	.gBody {
		padding-top: 54px;
	}
	.gHeader_title_inner {
		transform: translateY(4%);
	}
	.gHeader_links {
		display: none;
	}
	.gHeader_link_item-hasText {
		padding-left: 12px;
		padding-right: 12px;
	}
	.gFooter {}
	.gFooter_inner {
		max-width: 340px;
	}
	.gFooter_grid {
		display: grid;
		grid-template-columns: 1fr auto;
		column-gap: 10px;
	}
	.gFooter_cell {}
	.gFooter_cell-logo {
		margin: 0;
		grid-column: span 2;
	}
	.gFooter_logo {
		max-width: 172px;
		margin: 0 auto;
		transform: translateX(-5%);
	}
	.gFooter_logo > a {}
	.gFooter_logo > a > img {}
	.gFooter_cell-nav {
		grid-row: span 1;
		margin: 0;
		padding-top: 35px;
	}
	.gFootNav {
		display: block;
	}
	.gFootNav_cell {}
	.gFootNav_title {
		margin-bottom: 0;
		margin-top: 0;
	}
	.gFootNav_title_text {
		font-size: 18px;
		line-height: 26px;
		padding: 7px 0;
	}
	.gFootNav_list {
		display: none;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFooter_cell-sns {
		display: flex;
		align-items: flex-end;
		padding-bottom: 3px;
	}
	.gFooter_cell.gFooter_cell-sns {}
	.gFooter_snsList {
		margin-left: 0;
		margin-right: -4px;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li > a {
		padding: 11px;
	}
	.gFooter_snsList > li > a > img {}
	.gFooter_hr {
		margin-top: 25px;
		margin-bottom: 8px;
	}
	.gFooter_bottom {
		display: block;
	}
	.gFooter_list {
		flex-wrap: wrap;
		margin-left: -11px;
		font-size: 13px;
	}
	.gFooter_list > li {}
	.gFooter_list > li a {
		text-decoration: underline;
		padding: 10px 11px;
	}
	.gFooter_list > li:nth-last-child(n+2)::after {
		display: none;
	}
	.gFooter_copyright {
		font-size: 10px;
		text-align: left;
		margin-top: 35px;
		padding: 0;
	}
	.gFooter_copyright > br {
		display: none;
	}
	.gPageTop {
		margin-bottom: 8px;
		position: relative;
		visibility: visible;
		pointer-events: auto;
		opacity: 1;
		bottom: 0;
		width: auto;
	}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_icon {}
	.gPageTop_icon_item {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList_btn {}
	.gNav_subList_btn-ticket {}
	.gNav_subList_icon {}
	.gNav_subList_icon > svg {}
	.gNav_subList_text {}
	.gNav_btn {}
	.gNav_btn_text {}
	.gNav_btn_icon {}
	.gNav_list_arrow {}
	.gHeader_link_item_select {}
	.gWrapper {}
	.gMega {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li > a {}
	.gMega_list > li > a > .icon {}
	.gMega_cList {}
	.gMega_cList > li {}
	.gMega_cList > li > a {}
	.gMega_cList > li > a > .icon {}
	.gBody-footerBlue {}
	.gFooter_contents {
		padding-top: 48px;
		padding-bottom: 27px;
	}
	.gFooter_contents::before {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}
	.gBody-footerBlue + .gFooter {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gBody_head {
		padding-top: 22px;
		padding-bottom: 26px;
	}
	.gBody_head_inner {}
	.gBody_head_title {
		font-size: 32px;
	}
	.gBody_contents {}
	.gBody_box {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding-top: 39px;
		padding-bottom: 110px;
	}
	.gBody_box-pbS {
		padding-bottom: 55px;
	}
	.gBody_box_inner {}
	.gBody_anchorList {
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 15px;
		row-gap: 18px;
		margin-top: 32px;
		font-size: 11px;
		line-height: 1.2;
	}
	.gBody_anchorList > li {
		flex-grow: 0;
	}
	.gBody_anchorList > li > a {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		padding: 0;
		column-gap: 6px;
	}
	.gBody_anchorList > li > a > .icon {
		margin-top: 0;
		font-size: 10px;
	}
	.gBody_anchorList_text {
		margin-bottom: 0;
		min-height: 2.4em;
	}
	.gBody_head-hasAnchor {
		padding-bottom: 29px;
	}
	.gBody_head_text {}
	.gBody_box-hasNav {
		padding-top: 28px;
	}
	.gBody_tabNav {
		margin-bottom: 8px;
		margin-left: -27px;
		margin-right: -27px;
	}
	.gBody_tabNav_list {}
	.gBody_tabNav_list > li {}
	.gBody_tabNav_btn {}
	.gBody_tabNav_btn-lg {
		font-size: 16px;
		padding: 14px 10px;
	}
	.gBody_tabNav-timetable {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 38px;
	}
	.gBody_head_subTitle {
		font-size: 24px;
		line-height: 1.2;
	}
	.gBody_box-ptNone {
		padding-top: 0;
		overflow: hidden;
	}
	.gBody-footerMovie + .gFooter {}
	.gBody-pb {
		padding-bottom: 119px;
	}
	.gBody_head_status {
		margin-top: 30px;
	}
	.gFooter_grid-thai {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		row-gap: 10px;
	}
	.gHeader_links-single {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.gHeader_inner-thai {
		padding-right: 14px;
	}
	.gHeader_col-menuThai {
		width: 32px;
		max-width: none;
	}
	.gHeader_link-single {
		width: 100%;
	}
}
@media screen and (max-width:374px) {
	.gFooter_copyright > br {
		display: inline;
	}
	.gNav_subList {
		max-width: 300px;
	}
	.gBody_tabNav_list-timetable {}
}
