#header_wrap{
	svg{
		fill: inherit;
	}
}


.g-expo-header *, .g-expo-nav *, .g-expo-footer * {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none transparent;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: .02em;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	font-family: Zen Kaku Gothic New, sans-serif;
	font-weight: 500
}
@media screen and (min-width: 769px) {
	.g-expo-header *, .g-expo-nav *, .g-expo-footer * {
		font-size: 15px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header *, .g-expo-nav *, .g-expo-footer * {
		font-size: 2vw
	}
}
.g-expo-header img, .g-expo-nav img, .g-expo-footer img, .g-expo-header picture, .g-expo-nav picture, .g-expo-footer picture {
	border: none;
	max-width: 100%;
	height: auto;
	pointer-events: none;
	display: block
}
.g-expo-header svg, .g-expo-nav svg, .g-expo-footer svg {
	font-size: inherit;
	display: block
}
.g-expo-header svg *, .g-expo-nav svg *, .g-expo-footer svg * {
	font-size: inherit
}
.ps {
	overflow: hidden!important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0;
	position: absolute
}
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute
}
.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}
.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
	opacity: .6
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9
}
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute
}
.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute
}
.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px
}
.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px
}
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto!important
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto!important
	}
}
.g-expo-btn-lang {
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
.g-expo-btn-lang__li {
	position: relative
}
.g-expo-btn-lang__li+.g-expo-btn-lang__li:before {
	content: "";
	display: block;
	width: 1px;
	background-color: #282828;
	position: absolute
}
@media screen and (min-width: 769px) {
	.g-expo-btn-lang__li+.g-expo-btn-lang__li:before {
		height: 10px;
		top: .6em;
		left: 0
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-lang__li+.g-expo-btn-lang__li:before {
		height: 3.333333333333333vw;
		top: 1.5em;
		left: 0
	}
}
.g-expo-btn-lang__li__btn {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	pointer-events: auto;
	opacity: .3;
	color: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-btn-lang__li__btn {
		font-size: 10px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-lang__li__btn {
		font-size: 3.733333333333334vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-btn-lang__li__btn {
		padding: 1em
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-lang__li__btn {
		padding: .7em
	}
}
.g-expo-btn-lang__li__btn.-active {
	opacity: 1;
	pointer-events: none
}
@media (hover: hover) {
	.g-expo-btn-lang__li__btn {
		transition: opacity .2s
	}
	.g-expo-btn-lang__li__btn:hover {
		opacity: 1
	}
}
.g-expo-btn-round {
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	background-color: #282828;
	fill: #fff;
	padding: 0 1em
}
.g-expo-btn-round.-white {
	background-color: #fff;
	fill: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-btn-round.-inquiry {
		font-size: 12px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-round.-inquiry {
		font-size: 3.466666666666666vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-btn-round.-inquiry {
		height: 32px;
		border-radius: 16px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-round.-inquiry {
		height: 8.533333333333333vw;
		border-radius: 4.266666666666667vw
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-round.-menubtns {
		height: 9.6vw;
		border-radius: 4.8vw
	}
}
.g-expo-btn-round__txt {
	display: block;
	padding-bottom: .15em;
	color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-btn-round.-inquiry .g-expo-btn-round__txt {
		font-size: 12px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-round.-inquiry .g-expo-btn-round__txt {
		font-size: 3.466666666666666vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-btn-round.-menubtns .g-expo-btn-round__txt {
		font-size: 12px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-round.-menubtns .g-expo-btn-round__txt {
		font-size: 3.733333333333334vw!important
	}
}
.g-expo-btn-round.-white .g-expo-btn-round__txt {
	color: #282828
}
.g-expo-btn-sns {
	position: relative;
	display: flex!important;
	justify-content: space-between!important;
	align-items: center!important;
	align-content: center!important
}
@media screen and (min-width: 769px) {
	.g-expo-btn-sns {
		width: 190px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-sns {
		width: 50.66666666666667vw
	}
}
.g-expo-btn-sns__li, .g-expo-btn-sns__li__btn {
	display: block
}
@media screen and (min-width: 769px) {
	.g-expo-btn-sns__li__btn {
		font-size: 30px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-btn-sns__li__btn {
		font-size: 8vw!important
	}
}
@media (hover: hover) {
	.g-expo-btn-sns__li__btn {
		transition: all .1s
	}
	.g-expo-btn-sns__li__btn:hover {
		transform: scale(1.2);
		opacity: .8
	}
}
.g-expo-btn-sns.-footer .g-expo-btn-sns__li__btn svg {
	fill: #fff
}
.g-expo-footer-bottom {
	position: relative;
	z-index: 2;
	color: #fff;
	display: flex;
	flex-direction: column
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom {
		margin-top: 100px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom {
		margin-top: 0vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom {
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw;
		padding-bottom: 5.333333333333334vw
	}
}
.g-expo-footer-bottom__nav {
	display: flex;
	align-items: center
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav {
		order: 2;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		align-content: center!important;
		margin-top: 10.666666666666668vw
	}
}
.g-expo-footer-bottom__nav__inquiry {
	position: relative;
	line-height: 1.2;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	background-color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__nav__inquiry {
		height: 32px;
		padding: 0 16px;
		border-radius: 16px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav__inquiry {
		height: 8.533333333333333vw;
		padding: 0 4.266666666666667vw;
		border-radius: 4.266666666666667vw
	}
}
.g-expo-footer-bottom__nav__inquiry__txt {
	display: block;
	font-weight: 700;
	color: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__nav__inquiry__txt {
		font-size: 13px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav__inquiry__txt {
		font-size: 3.2vw
	}
}
@media (hover: hover) {
	.g-expo-footer-bottom__nav__inquiry__txt {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-footer-bottom__nav__inquiry:hover .g-expo-footer-bottom__nav__inquiry__txt {
		color: #0068b7
	}
}
.g-expo-footer-bottom__nav__item {
	position: relative;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center!important;
	align-content: center!important
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__nav__item {
		margin-left: 24px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav__item {
		margin-left: 2.666666666666667vw
	}
}
@media (hover: hover) {
	.g-expo-footer-bottom__nav__item {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-footer-bottom__nav__item:hover {
		transform: translateY(1px);
		opacity: .8
	}
}
.g-expo-footer-bottom__nav__item__txt {
	display: inline-block;
	color: #fff;
	line-height: 1.4
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__nav__item__txt {
		font-size: 14px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav__item__txt {
		font-size: 3.2vw!important
	}
}
@media screen and (min-width: 769px) and (max-height: 800px) {
	.g-expo-footer-bottom__nav__item__txt {
		font-size: 13px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__nav__item__txt {
		width: 100%;
		padding-left: 0
	}
	.g-expo-footer-bottom__nav__item__txt br {
		display: none
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__sns {
		position: absolute;
		right: 30px;
		top: 0
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__sns {
		order: 1;
		margin: 0 auto;
		margin-top: 16vw
	}
}
.g-expo-footer-bottom__copyright {
	line-height: 1.4;
	letter-spacing: .1em
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__copyright {
		font-size: 10px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__copyright {
		font-size: 2.666666666666667vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-bottom__copyright {
		margin-top: 12px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-bottom__copyright {
		order: 4;
		margin-top: 4.266666666666667vw
	}
}
.g-expo-footer {
	position: relative;
	width: 100%
}
@media screen and (min-width: 769px) {
	.g-expo-footer {
		padding-top: 50px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer {
		padding-top: 26.666666666666668vw
	}
}
.g-expo-footer__bg {
	position: absolute;
	width: 100%
}
@media screen and (min-width: 769px) {
	.g-expo-footer__bg {
		top: 50px;
		height: calc(100% - 50px)
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer__bg {
		height: calc(100% - 26.666666666666668vw)
	}
}
.g-expo-footer__bg img {
	object-position: top center!important
}
.g-expo-footer-menu {
	position: relative;
	z-index: 2
}
@media screen and (min-width: 769px) {
	.g-expo-footer-menu {
		padding-top: 235px;
		padding-left: 100px;
		padding-right: 100px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-menu {
		padding-top: 20vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-menu__wrap {
		display: grid!important;
		grid-template-columns: repeat(4, 1fr)!important;
		column-gap: 65px!important;
		row-gap: 0!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-menu__wrap+.g-expo-footer-menu__wrap {
		margin-top: 60px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-menu__wrap+.g-expo-footer-menu__wrap {
		margin-top: 9.333333333333334vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-menu__wrap__block {
		flex: 1
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-menu__wrap__block.-sponsorship {
		grid-column: span 2
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-menu__wrap__block+.g-expo-footer-menu__wrap__block {
		margin-top: 10.666666666666668vw
	}
}
.g-expo-footer-pagetop {
	cursor: pointer
}
@media screen and (min-width: 769px) {
	.g-expo-footer-pagetop {
		display: block!important;
		position: absolute!important;
		right: 30px;
		top: 50px;
		z-index: 3!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-pagetop {
		display: block!important;
		position: absolute!important;
		right: 5.333333333333334vw!important;
		top: 5.333333333333334vw!important;
		z-index: 3!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-pagetop {
		font-size: 60px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-pagetop {
		font-size: 16vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-footer-pagetop__inner {
		font-size: 60px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-footer-pagetop__inner {
		font-size: 16vw!important
	}
}
@media (hover: hover) {
	.g-expo-footer-pagetop__inner {
		transition: all .15s
	}
	.g-expo-footer-pagetop:hover .g-expo-footer-pagetop__inner {
		transform: translateY(-2px) scale(1.03)
	}
}
.g-expo-header {
	display: block!important;
	position: fixed!important;
	left: 0;
	top: 0;
	right: auto!important;
	bottom: auto!important;
	z-index: 1000!important
}
@media screen and (min-width: 769px) {
	.g-expo-header {
		width: 100%;
		height: 92px;
		min-width: 1140px;
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header {
		background-color: #fff;
		width: 100%!important;
		height: 10.666666666666668vw
	}
}
.g-expo-header__upper {
	position: relative
}
@media screen and (min-width: 769px) {
	.g-expo-header__upper {
		background: linear-gradient(90deg, #003e9acc, #5a55becc 38%, #e2192acc);
		width: 100%;
		height: 46px;
		transition: background-color .3s
	}
}
.g-expo-header__lower {
	position: relative
}
@media screen and (min-width: 769px) {
	.g-expo-header__lower {
		background-color: #ffffffbf;
		width: 100%;
		height: 46px;
		transition: background-color .3s
	}
}
.g-expo-header__logo {
	display: block
}
@media screen and (min-width: 769px) {
	.g-expo-header__logo {
		display: block!important;
		position: absolute!important;
		left: 30px;
		top: 0;
		right: auto!important;
		bottom: auto!important;
		z-index: 2!important;
		width: 70px;
		height: 106px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header__logo {
		display: block!important;
		position: absolute!important;
		left: 2.533333333333333vw!important;
		top: 1.333333333333333vw!important;
		right: auto!important;
		bottom: auto!important;
		z-index: 2!important;
		width: 14.666666666666666vw;
		height: 7.733333333333333vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header__btns {
		padding-right: 88px;
		height: 100%;
		display: flex!important;
		justify-content: flex-start!important;
		align-items: center!important;
		align-content: center!important;
		justify-content: flex-end!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header__btns {
		display: none
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header__btns__lang {
		margin-left: 13px
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header__btns__inquiry {
		margin-left: 12px;
		width: 100px
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header-lang {
		position: absolute;
		right: 75px;
		top: 0;
		width: 100px;
		height: 46px;
		display: flex!important;
		justify-content: center!important;
		align-items: center!important;
		align-content: center!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-lang {
		display: none!important
	}
}
.g-expo-header-lang__btn {
	position: relative;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	border: 1px solid #282828;
	padding: 0 2.3em 0 1.5em;
	font-size: 12px;
	width: 100px;
	height: 32px;
	border-radius: 16px
}
.g-expo-header-lang__btn__txt {
	display: block;
	padding-bottom: .15em;
	color: #282828;
	font-weight: 700
}
@media screen and (min-width: 769px) {
	.g-expo-header-lang__btn__txt {
		font-size: 12px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-lang__btn__txt {
		font-size: 3.466666666666666vw!important
	}
}
.g-expo-header-lang__btn__arrow {
	border: solid #282828;
	border-width: 0 1px 1px 0;
	padding: 3px;
	display: block;
	transform-origin: center center;
	transform: rotate(45deg);
	margin-bottom: 2px;
	position: absolute;
	right: 1em;
	vertical-align: middle
}
.g-expo-header-lang.-show .g-expo-header-lang__btn__arrow {
	transform: translateY(50%) rotate(225deg)
}
.g-expo-header-lang__body {
	position: absolute;
	width: 100px;
	top: 46px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s
}
.g-expo-header-lang.-show .g-expo-header-lang__body {
	opacity: 1;
	pointer-events: auto
}
.g-expo-header-lang__body__btn {
	display: block;
	font-size: 12px;
	width: 100%;
	height: 26px;
	display: flex;
	align-content: center;
	align-items: center;
	padding-left: 10px;
	transition: all .1s
}
.g-expo-header-lang__body__btn:hover {
	transform: translate(3px);
	opacity: .6
}
@media screen and (min-width: 769px) {
	.g-expo-header-mager-items-1 {
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		padding-left: 124px;
		height: 100%
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-mager-items-1 {
		display: none
	}
}
.g-expo-header-mager-items-1__ul {
	display: flex;
	align-items: center;
	height: 100%
}
.g-expo-header-mager-items-1__ul__li+.g-expo-header-mager-items-1__ul__li {
	margin-left: 25px
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.g-expo-header-mager-items-1__ul__li+.g-expo-header-mager-items-1__ul__li {
		margin-left: 20px
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	.g-expo-header-mager-items-1__ul__li+.g-expo-header-mager-items-1__ul__li {
		margin-left: 15px
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.g-expo-header-mager-items-1__ul__li+.g-expo-header-mager-items-1__ul__li {
		margin-left: 5px
	}
}
.g-expo-header-mager-items-1__ul__li__btn {
	display: block;
	position: relative
}
@media (hover: hover) {
	.g-expo-header-mager-items-1__ul__li__btn {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-header-mager-items-1__ul__li__btn:hover {
		transform: translateY(1px);
		opacity: .8
	}
}
.g-expo-header-mager-items-1__ul__li__btn__txt {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
	color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-header-mager-items-2 {
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		justify-content: flex-end;
		padding-right: 30px;
		height: 100%
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-mager-items-2 {
		display: none
	}
}
.g-expo-header-mager-items-2__ul {
	display: flex;
	align-items: center;
	height: 100%
}
.g-expo-header-mager-items-2__ul__li+.g-expo-header-mager-items-2__ul__li {
	margin-left: 17px
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.g-expo-header-mager-items-2__ul__li+.g-expo-header-mager-items-2__ul__li {
		margin-left: 14px
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	.g-expo-header-mager-items-2__ul__li+.g-expo-header-mager-items-2__ul__li {
		margin-left: 10px
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.g-expo-header-mager-items-2__ul__li+.g-expo-header-mager-items-2__ul__li {
		margin-left: 5px
	}
}
.g-expo-header-mager-items-2__ul__li__btn1 {
	display: block;
	position: relative;
	line-height: 1.2;
	display: flex;
	align-items: center
}
@media (hover: hover) {
	.g-expo-header-mager-items-2__ul__li__btn1 {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-header-mager-items-2__ul__li__btn1:hover {
		transform: translateY(1px);
		opacity: .8
	}
}
.g-expo-header-mager-items-2__ul__li__btn1__ico {
	display: block;
	font-size: 30px
}
.g-expo-header-mager-items-2__ul__li__btn1__ico svg path {
	fill: #fff
}
.g-expo-header-mager-items-2__ul__li__btn1__ico svg circle {
	fill: #fff
}
.g-expo-header-mager-items-2__ul__li__btn1__ico svg line {
	stroke: #fff
}
.g-expo-header-mager-items-2__ul__li__btn1__txt {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff
}
.g-expo-header-mager-items-2__ul__li__btn2 {
	position: relative;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff
}
@media screen and (min-width: 769px) {
	.g-expo-header-mager-items-2__ul__li__btn2 {
		width: 130px;
		height: 32px;
		border-radius: 16px
	}
}
@media (hover: hover) {
	.g-expo-header-mager-items-2__ul__li__btn2 {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-header-mager-items-2__ul__li__btn2:hover {
		background-color: #fff
	}
}
.g-expo-header-mager-items-2__ul__li__btn2__txt {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff
}
.lang_en #header_wrap .g-expo-header-mager-items-2__ul__li__btn2__txt{
	font-size:15px;
}
@media (hover: hover) {
	.g-expo-header-mager-items-2__ul__li__btn2__txt {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-header-mager-items-2__ul__li__btn2:hover .g-expo-header-mager-items-2__ul__li__btn2__txt {
		color: #0068b7
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header-nav {
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		justify-content: space-between;
		padding-left: 112px;
		width: calc(100% - 186px)
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-nav {
		display: none
	}
}
.g-expo-header-nav__left, .g-expo-header-nav__right {
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.g-expo-header-nav__block {
	position: relative
}
.g-expo-header-nav__block__btn {
	height: 46px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 700
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.g-expo-header-nav__block__btn {
		padding: 0 12px
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	.g-expo-header-nav__block__btn {
		padding: 0 10px
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.g-expo-header-nav__block__btn {
		padding: 0 8px
	}
}
.g-expo-header-nav__block__body {
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s
}
.g-expo-header-nav__block__body.-show {
	opacity: 1;
	pointer-events: auto
}
@media screen and (min-width: 769px) {
	.g-expo-header-nav__block__body {
		position: absolute;
		left: 0;
		top: 46px;
		background-color: #ffffffe6;
		width: max-content
	}
}
.g-expo-header-nav__block__body__ul {
	padding: 12px 9px 16px 12px
}
.g-expo-header-nav__block__body__ul__li {
	position: relative
}
.g-expo-header-nav__block__body__ul__li+.g-expo-header-nav__block__body__ul__li {
	margin-top: 9px
}
.g-expo-header-nav__block__body__ul__li__btn {
	display: block;
	position: relative;
	line-height: 1.2;
	padding-right: 25px
}
@media (hover: hover) {
	.g-expo-header-nav__block__body__ul__li__btn {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-header-nav__block__body__ul__li__btn:hover {
		transform: translate(3px);
		opacity: .8
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header-nav__block__body__ul__li__btn__txt {
		font-size: 14px
	}
}
.g-expo-header-nav__block__body__ul__li__btn__arrow {
	position: absolute;
	right: 0;
	bottom: .22em;
	color: #e60012;
	transform: scale(.6, 1.5)
}
@media screen and (min-width: 769px) {
	.g-expo-header-nav__block__body__ul__li__btn__arrow {
		font-size: 14px
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header-search {
		position: absolute;
		right: 30px;
		top: 7px;
		height: 32px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-search {
		display: none
	}
}
.g-expo-header-search__btn {
	position: relative;
	z-index: 2;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #282828;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
.g-expo-header-search__btn__ico {
	fill: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-header-search__btn__ico {
		font-size: 30px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-header-search__btn__ico {
		font-size: 8vw!important
	}
}
.g-expo-header-search__search {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 16px;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center!important;
	align-content: center!important;
	background-color: #fff;
	transition: all .4s cubic-bezier(.19, 1, .22, 1)
}
@media screen and (min-width: 769px) {
	.g-expo-header-search__search {
		width: 0px;
		opacity: 0;
		pointer-events: none
	}
}
@media screen and (min-width: 769px) {
	.g-expo-header-search__search.-show {
		width: 242px;
		opacity: 1;
		pointer-events: auto
	}
}
.g-expo-header-search__search__form {
	width: 100%
}
.g-expo-header-search__search__form__input {
	background: none;
	border: 1px solid #282828;
	width: 100%;
	height: 32px;
	border-radius: 16px;
	font-size: 13px;
	padding: 0 14px;
	margin-right: 6px
}
.g-expo-header-search__search__form__input::placeholder {
	opacity: .5
}
.g-expo-img-picture.-cover {
	width: 100%!important;
	height: 100%!important
}
.g-expo-img-picture.-cover img {
	object-fit: cover;
	object-position: center center;
	width: 100%!important;
	height: 100%!important
}
.g-expo-nav-hamburger {
	position: fixed;
	z-index: 2000;
	cursor: pointer;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
@media screen and (min-width: 769px) {
	.g-expo-nav-hamburger {
		display: none!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-hamburger {
		right: .666666666666667vw;
		top: 0;
		width: 10.666666666666668vw;
		height: 10.666666666666668vw
	}
}
@media (hover: hover) {
	.g-expo-nav-hamburger {
		transition: all .1s
	}
	.g-expo-nav-hamburger:hover {
		transform: scale(1.1)
	}
}
.g-expo-nav-hamburger__svg {
	width: 1em;
	height: 1em;
	fill: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-nav-hamburger__svg {
		font-size: 40px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-hamburger__svg {
		font-size: 10.666666666666668vw!important
	}
}
.g-expo-nav-hamburger__svg__line1 {
	transition: all .2s;
	transform-origin: center center
}
.g-expo-nav-hamburger.-open .g-expo-nav-hamburger__svg__line1 {
	transform: rotate(25deg)
}
.g-expo-nav-hamburger__svg__line2 {
	transition: all .2s
}
.g-expo-nav-hamburger.-open .g-expo-nav-hamburger__svg__line2 {
	opacity: 0
}
.g-expo-nav-hamburger__svg__line3 {
	position: relative;
	transition: all .2s;
	transform-origin: center center
}
.g-expo-nav-hamburger.-open .g-expo-nav-hamburger__svg__line3 {
	transform: rotate(-25deg)
}
.g-expo-nav-hamburger__svg__menu {
	transition: all .2s
}
.g-expo-nav-hamburger.-open .g-expo-nav-hamburger__svg__menu {
	opacity: 0
}
.g-expo-nav-menu-block {
	position: relative
}
.g-expo-nav-menu-block__title {
	position: relative;
	display: flex
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__title {
	color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__title {
		flex-direction: column;
		padding-bottom: 13px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__title {
		flex-direction: row;
		align-content: center;
		align-items: center;
		padding-bottom: 2.4vw
	}
}
.g-expo-nav-menu-block__title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #282828;
	display: block!important;
	position: absolute!important;
	left: 0;
	bottom: 0;
	right: auto!important;
	top: auto!important;
	z-index: 1!important
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__title:after {
	background-color: #fff
}
.g-expo-nav-menu-block__title__title {
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	text-indent: -.05em
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__title__title {
		font-size: 26px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__title__title {
		font-size: 6.933333333333333vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__title__title {
		height: 35px
	}
	#g-expo-header[data-lang=en] .g-expo-nav-menu-block__title__title, #g-expo-footer[data-lang=en] .g-expo-nav-menu-block__title__title,
	.lang_en #header_wrap .g-expo-nav-menu-block__title__title, .lang_en #footer_wrap .g-expo-nav-menu-block__title__title{
		height: auto
	}
}
.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__title, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__title, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__title {
	display: none
}
.g-expo-nav-menu-block__title__txt {
	font-family: Zen Kaku Gothic New, sans-serif;
	font-weight: 500;
	letter-spacing: .12em;
	position: relative
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__title__txt {
		font-size: 15px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__title__txt {
		font-size: 3.733333333333334vw!important
	}
}
@media screen and (min-width: 769px) {
	#g-expo-header[data-lang=en] .g-expo-nav-menu-block__title__txt,
	.lang_en #header_wrap .g-expo-nav-menu-block__title__txt {
		padding-top: 10px
	}
	#g-expo-footer[data-lang=en] .g-expo-nav-menu-block__title__txt,
	.lang_en #footer_wrap .g-expo-nav-menu-block__title__txt{
		padding-top: 0
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__title__txt {
		margin-left: 2.666666666666667vw;
		padding-top: 1.333333333333333vw
	}
}
.g-expo-nav-menu-block[data-id=about][data-lang=en] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=enjoy][data-lang=en] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=visit][data-lang=en] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=news][data-lang=en] .g-expo-nav-menu-block__title__txt {
	display: none
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt {
		font-size: 16px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt {
		font-size: 3.733333333333334vw!important
	}
}
.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt:before {
		top: .2em;
		width: 1px;
		height: 80%
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt:before, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt:before {
		top: .5em;
		width: .533333333333333vw;
		height: 60%
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt {
		padding-left: 10px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=association] .g-expo-nav-menu-block__title__txt, .g-expo-nav-menu-block[data-id=contract] .g-expo-nav-menu-block__title__txt {
		padding-left: 2.933333333333333vw;
		margin-left: 0vw
	}
}
.g-expo-nav-menu-block[data-type=nav] .g-expo-nav-menu-block__title__txt:before {
	background-color: #282828!important
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group {
		margin-top: 16px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group {
		margin-top: 3.333333333333333vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item+.g-expo-nav-menu-block__group__item {
		margin-top: 20px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item+.g-expo-nav-menu-block__group__item {
		margin-top: 5.333333333333334vw
	}
}
.g-expo-nav-menu-block__group__item__hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #282828
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__group__item__hr {
	background-color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__hr {
		margin-top: 60px;
		margin-bottom: 15px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__hr {
		margin-top: 8vw;
		margin-bottom: 2.666666666666667vw
	}
}
.g-expo-nav-menu-block__group__item__title {
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center!important;
	align-content: center!important;
	color: #282828;
	line-height: 1.5
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__group__item__title {
	color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__title {
		margin-bottom: 8px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__title {
		margin-bottom: 2.666666666666667vw
	}
}
.g-expo-nav-menu-block__group__item__title__bar {
	position: relative;
	background-color: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__title__bar {
		width: 3px;
		height: 11px;
		top: 1px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__title__bar {
		width: .8vw;
		height: 3.066666666666666vw;
		top: .133333333333333vw
	}
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__group__item__title__bar {
	background-color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__title__txt {
		font-size: 14px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__title__txt {
		font-size: 3.733333333333334vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__title__txt {
		margin-left: 5px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__title__txt {
		margin-left: 1.333333333333333vw
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block[data-id=sponsorship] .g-expo-nav-menu-block__group__item__list {
		display: grid!important;
		grid-template-columns: repeat(2, 1fr)!important;
		column-gap: 0!important;
		row-gap: 0!important
	}
}
.g-expo-nav-menu-block__group__item__list__item__btn {
	position: relative;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center!important;
	align-content: center!important
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__list__item__btn {
		padding: 5px 0
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__list__item__btn {
		padding: .666666666666667vw 0
	}
}
@media (hover: hover) {
	.g-expo-nav-menu-block__group__item__list__item__btn {
		transition: all .1s cubic-bezier(.175, .885, .32, 1.275)
	}
	.g-expo-nav-menu-block__group__item__list__item__btn:hover {
		transform: translate(3px);
		opacity: .8
	}
}
.g-expo-nav-menu-block__group__item__list__item__btn__txt {
	display: inline-block;
	color: #282828;
	line-height: 1.4
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-block__group__item__list__item__btn__txt {
		font-size: 15px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__list__item__btn__txt {
		font-size: 3.733333333333334vw!important
	}
}
.g-expo-nav-menu-block.-footer .g-expo-nav-menu-block__group__item__list__item__btn__txt {
	color: #fff
}
@media screen and (min-width: 769px) and (max-height: 800px) {
	.g-expo-nav-menu-block__group__item__list__item__btn__txt {
		font-size: 13px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-block__group__item__list__item__btn__txt {
		width: 100%
	}
	.g-expo-nav-menu-block__group__item__list__item__btn__txt br {
		display: none
	}
}
.g-expo-nav-menu-bottom {
	position: relative;
	z-index: 2;
	color: #282828
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-bottom {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-bottom {
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw;
		padding-bottom: 5.333333333333334vw;
		margin-top: 16vw;
		display: flex;
		flex-direction: column
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-bottom__sns {
		position: absolute;
		right: 40px;
		top: 15px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-bottom__sns {
		order: 2;
		margin: 0 auto
	}
}
.g-expo-nav-menu-bottom__copyright {
	line-height: 1.4;
	letter-spacing: .1em
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-bottom__copyright {
		font-size: 10px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-bottom__copyright {
		font-size: 2.666666666666667vw!important
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-bottom__copyright {
		margin-top: 16px
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-bottom__copyright {
		order: 4;
		margin-top: 4.266666666666667vw
	}
}
.g-expo-nav-menu {
	position: fixed;
	z-index: 1990;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s
}
.g-expo-nav-menu.-open {
	opacity: 1;
	pointer-events: auto
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu {
		display: none
	}
}
.g-expo-nav-menu__scroll {
	position: relative;
	z-index: 1;
	width: 100%
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu__scroll {
		height: 100vh
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__scroll {
		height: 100%;
		height: 100dvh;
		overflow: scroll
	}
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu__scroll__inner {
		min-height: 800px
	}
}
.g-expo-nav-menu__logo {
	display: block
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__logo {
		width: 13.333333333333334vw;
		position: absolute;
		left: 2.933333333333333vw;
		top: 2vw
	}
}
.g-expo-nav-menu__logo img {
	display: block;
	width: 100%;
	height: auto
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu__btns {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__btns {
		position: relative;
		padding-top: 1.6vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
.g-expo-nav-menu__menu {
	position: relative;
	z-index: 11
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu__menu {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__menu {
		margin-top: 10vw
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__menu__list {
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu__menu__list__block+.g-expo-nav-menu__menu__list__block {
		margin-top: 10.666666666666668vw
	}
}
.g-expo-nav-menu-lang {
	position: relative
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-lang {
		padding-top: 23.333333333333332vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
.g-expo-nav-menu-lang__btn {
	position: relative;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;
	border: 1px solid #282828;
	width: 100%;
	height: 9.333333333333334vw
}
.g-expo-nav-menu-lang__btn__txt {
	display: block;
	padding-bottom: .15em;
	color: #282828;
	font-size: 3.733333333333334vw;
	font-weight: 700
}
.g-expo-nav-menu-lang__btn__arrow {
	border: solid #282828;
	border-width: 0 1px 1px 0;
	padding: .666666666666667vw;
	display: block;
	transform-origin: center center;
	transform: scaleX(1.4) rotate(45deg);
	margin-bottom: .533333333333333vw;
	position: absolute;
	right: 2em;
	vertical-align: middle
}
.g-expo-nav-menu-lang.-show .g-expo-nav-menu-lang__btn__arrow {
	transform: scaleX(1.4) translateY(50%) rotate(225deg)
}
.g-expo-nav-menu-lang__body {
	width: 100%;
	height: 0;
	overflow: hidden
}
.g-expo-nav-menu-lang__body__btn {
	display: block;
	font-size: 3.733333333333334vw;
	width: 100%;
	height: 9.333333333333334vw;
	display: flex;
	align-content: center;
	align-items: center;
	padding-left: 5.066666666666666vw;
	margin-top: 1px;
	background-color: #e6ebeb
}
.g-expo-nav-menu-lang__body__btn:first-child {
	margin-top: 0
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-mager-items-1 {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-mager-items-1 {
		margin-top: 4vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
.g-expo-nav-menu-mager-items-1__ul {
	display: grid!important;
	grid-template-columns: repeat(2, 1fr)!important;
	column-gap: 1.333333333333333vw!important;
	row-gap: 2.666666666666667vw!important
}
.g-expo-nav-menu-mager-items-1__ul__li__btn {
	display: block;
	position: relative;
	background-color: #282828;
	height: 9.333333333333334vw;
	border-radius: 4.666666666666667vw;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
.g-expo-nav-menu-mager-items-1__ul__li__btn__txt {
	line-height: 1.2;
	font-size: 3.733333333333334vw;
	font-weight: 700;
	color: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-mager-items-2 {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-mager-items-2 {
		margin-top: 2.666666666666667vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
.g-expo-nav-menu-mager-items-2__ul {
	display: grid!important;
	grid-template-columns: repeat(2, 1fr)!important;
	column-gap: 1.333333333333333vw!important;
	row-gap: 2.666666666666667vw!important
}
.g-expo-nav-menu-mager-items-2__ul__li:last-child{
	grid-column:1/3;
}
.g-expo-nav-menu-mager-items-2__ul__li__btn {
	display: block;
	position: relative;
	line-height: 1.2;
	font-size: 3.733333333333334vw;
	font-weight: 700;
	color: #282828;
	height: 9.333333333333334vw;
	border-radius: 4.666666666666667vw;
	border: .533333333333333vw solid #282828;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
/*.g-expo-nav-menu-mager-items-2__ul__li__btn[href="/en/universalinfo/"] {
	font-size: 3.2vw
}*/
.g-expo-nav-menu-search {
	position: relative
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-search {
		display: none
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-search {
		margin-top: 4vw;
		padding-left: 5.333333333333334vw;
		padding-right: 5.333333333333334vw
	}
}
.g-expo-nav-menu-search__search {
	position: relative;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center!important;
	align-content: center!important;
	background-color: #fff;
	transition: all .4s cubic-bezier(.19, 1, .22, 1)
}
.g-expo-nav-menu-search__search__form {
	width: 100%
}
.g-expo-nav-menu-search__search__form__input {
	background: none;
	border: 1px solid #282828;
	width: 100%;
	height: 9.6vw;
	border-radius: 4.8vw;
	font-size: 16px;
	padding: 0 5.333333333333334vw
}
.g-expo-nav-menu-search__search__form__input::placeholder {
	opacity: .5
}
.g-expo-nav-menu-search__search__form__btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 9.6vw;
	height: 9.6vw;
	border-radius: 4.8vw;
	background-color: #282828;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important
}
.g-expo-nav-menu-search__search__form__btn__ico {
	fill: #fff
}
@media screen and (min-width: 769px) {
	.g-expo-nav-menu-search__search__form__btn__ico {
		font-size: 30px!important
	}
}
@media screen and (max-width: 768px) {
	.g-expo-nav-menu-search__search__form__btn__ico {
		font-size: 8vw!important
	}
}
.g-expo-svg-btn-pagetop, .g-expo-svg-ico-facebook, .g-expo-svg-ico-instagram, .g-expo-svg-ico-mappin, .g-expo-svg-ico-myaku, .g-expo-svg-ico-onlinestore, .g-expo-svg-ico-search, .g-expo-svg-ico-ticket, .g-expo-svg-ico-access, .g-expo-svg-ico-map, .g-expo-svg-ico-universalinfo, .g-expo-svg-ico-x, .g-expo-svg-ico-youtube, .g-expo-svg-ico-wallet {
	width: 1em;
	height: 1em
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■初回からの追加調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lang_en #header_wrap .g-expo-nav-menu-mager-items-1__ul__li:first-child {
	grid-column: 1/3;
}
.g-expo-header-mager-items-2__ul__li__btn1__ico svg polygon{
	fill: #fff;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■下層調整用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body{
	&.-open{
		overflow: hidden;
		@media only screen and (max-width: 767px) {
			padding-top: 0 !important;
		}
	}
}
/*.g-expo-nav-menu.-open{
	top:0;
	left: 0;
	right: 0;
}*/

@media only screen and (max-width: 767px) {
	.g-expo-nav-menu-lang__body {
		height: 0;
		overflow: hidden;
		transition: height 0.3s ease-in-out;
	}
}
