
/* ==========================================================================	SCSS Extend & Mixin
==========================================================================*/
section h2 {
	position: relative;
	z-index: 0;
	padding-top: 15px;
	text-align: center;
}
.page_3 .role_1, .page_3 .role_2 {
	z-index: 0;
	left: 50%;
}
.page_4 .content, .page_6 .content, .page_5_2 .content {
	margin: auto;
	width: 970px;
}
.page_6,.page_5_2
.page_6,.page_5_2:before {
	background-position: top center;
	background-size: initial;
}
.page_6 .button, .page_6 .app, .page_6 footer .links {
	display: flex;
	justify-content: center;
}
.page_5_2 .button, .page_5_2 .app, .page_5_2 footer .links {
	display: flex;
	justify-content: center;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
  width: 100%;
  /* background-color: rgba(2,1,55,.9); */
  height: 55px;
}
.menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #020137;
  opacity: 0.9;
  position: absolute;
}
.menu ul {
  width: 900px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.menu a {
	position: relative;
	display: inline-block;
	margin-right: -4px;
	width: 16%;
  height: 100%;
  /* line-height: 55px; */
	color: #fff;
}
.menu a:before {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.menu a:hover:before {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.menu a span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
	display: block;
	height: 16px;
  font-size: 15px;
  line-height: 16px;
	/* line-height: 20px; */
	text-align: center;
	border-width: 0 1px 0 0;
	border-color: #fff;
	border-style: solid;
}
.menu a:first-child span {
	border-width: 0 1px 0 1px;
}
/* ==========================================================================	wrap & common
==========================================================================*/
	a, a img {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.wrap {
	position: relative;
	min-width: 1150px;
	color: #333;
}
section {
	position: relative;
	min-height: 945px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fancybox-slide--video .fancybox-content {
	width: 1000px !important;
	height: 562px !important;
	max-width: 80%;
	max-height: 80%;
}
.fancybox-bg {
	background: #38b676 !important;
}
.btn_top {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 12;
}
.btn_top img {
	width: 100px;
}
/* ==========================================================================	page_1
==========================================================================*/
.confetti-Box {
	position: relative;
	overflow: hidden;
}
.confetti {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page_1 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_1.jpg");
}
.page_1 h1 {
	position: absolute;
	top: -10px;
	left: 0;
	/* margin-left: -575px; */
}

.page_1 h2 {
	padding-top: 480px;
  text-align: center;
  margin-bottom: -50px;
}
.page_1 .store_btn {
  text-align: center;
  padding-bottom: 30px;
	position: relative;
	z-index: 11;
}
/* .page_1 h3 {
	position: absolute;
	z-index: 2;
	top: 875px;
	left: 68%;
	margin-left: -575px;
}
.page_1 h4 {
	position: absolute;
	z-index: 2;
	top: 872px;
	left: 80%;
	margin-left: -575px;
} */
/* ==========================================================================	page_2
==========================================================================*/
.page_2 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_2.jpg");
}
.page_2 h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -575px;
}
.page_2 h2 {
	padding-top: 0px;
	text-align: center;
}
/* ==========================================================================	page_3
==========================================================================*/
	.page_3 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_3.jpg");
}
.page_3 h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -575px;
}
.page_3 h2 {
	padding-top: 0px;
	text-align: center;
}
.page_3 .events {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 120px;
	margin: auto;
	width: 750px;
	padding-top: 110px;
}
.page_3 .events a, .page_2 .events .event_coming {
	margin-bottom: 10px;
}

.page_3 .events img {
	width: 250px;
}
.page_3 .events #event-1, .page_3 .events #event-2 {
	flex: 0 0 49%;
}
.page_3 .events #event-1 {
	text-align: right;
}
.page_3 .events #event-2 {
	text-align: left;
}
.page_3 .events #event-3, .page_3 .events #event-4, .page_3 .events #event-5 {
	flex: 0 0 33%;
	text-align: center;
}
.page_3 .events #event-6 {
	flex: 0 0 100%;
	text-align: center;
}
/* ==========================================================================	page_4
==========================================================================*/
	.page_4 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_4.jpg");
}
.page_4 h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -575px;
}
.page_4 h2 {
	padding-top: 0px;
	text-align: center;
}
/* ==========================================================================	page_5
==========================================================================*/
.page_5 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_5.jpg");
}
.page_5 h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -575px;
}
.page_5 h2 {
	padding-top: 0px;
	text-align: center;
}
/* ==========================================================================	page_6_1
==========================================================================*/
.page_6_1 {
	background-color: #ffffff;
	background-image: url("../images/ug1-bg_6.jpg");
}
.page_5 h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -575px;
}
.page_5 h2 {
	padding-top: 0px;
	text-align: center;
}
.page_6_1 h2 img {
	margin-bottom: -80px;
}
.page_6_1 .content {
	position: relative;
	z-index: 11;
	margin: 0 auto;
	width: 52em;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	/* font-family: "Noto Serif JP"; */
	font-weight: 500;
	background-color: #fff;
	padding: 1em;
	border-radius: 10px;	
}
.page_6_1 .content:after {
	content: "";
	position: absolute;
	width: 173px;
	height: 312px;
	background-image: url('../images/char.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	transform: translateY(70%);
}
.page_6_1 .content a {
	color: #3e5b9a;
}
.page_6_1 .content a:hover {
	color: #0695a7;
}
.page_6_1 .content h3 {
	display: inline-block;
	padding: 0 13px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff45c;
	background-color: #39776a;
}
.page_6_1 .content ol {
	padding-left: 20px;
	margin: 0;
}
.page_6_1 .content ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
.page_6_1 .content ol li a {
	color: #c70025;
}
.page_6_1 .content ol li a:hover {
	text-decoration: underline;
}
.page_6_1 .content p:nth-last-of-type(1) {
	margin-bottom: 0px;
}
.page_6_1 .button {
	margin: 60px 0 30px;
	text-align: center;
}
.page_6_1 .button a:first-child {
	margin-right: 20px;
}
.page_6_1 .button a:hover img {
	-webkit-filter: brightness(1.06);
	-ms-filter: brightness(1.06);
	filter: brightness(1.06);
}
.page_6_1 .button a img {
	width: 207px;
}
/* ==========================================================================	page_6
==========================================================================*/
.page_6 {
	margin-top: -40px;
	height: auto;
	background-image: url("../images/ug1-bg_4-1.jpg");
	background-repeat: repeat;
	background-position: 0 20px;
}
.page_6 h2 {
	margin-top: 30px;
}
.page_6:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	width: 100%;
	height: 40px;
	background-image: url("../images/ug1-bg_4-2.png");
	background-repeat: repeat-x;
}
.page_6 .content {
	margin-top: -80px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	/* font-family: "Noto Serif JP"; */
	font-weight: 500;
}
.page_6 .content h3 {
	display: inline-block;
	padding: 0 13px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff45c;
	background-color: #39776a;
}
.page_6 .content ol {
	padding-left: 20px;
	margin: 0;
}
.page_6 .content ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
.page_6 .content ol li a {
	color: #c70025;
}
.page_6 .content ol li a:hover {
	text-decoration: underline;
}
.page_6 .content p:nth-last-of-type(1) {
	margin-bottom: 25px;
}
.page_6 .button {
	margin: 60px 0 30px;
	text-align: center;
}
.page_6 .button a:first-child {
	margin-right: 20px;
}
.page_6 .button a:hover img {
	-webkit-filter: brightness(1.06);
	-ms-filter: brightness(1.06);
	filter: brightness(1.06);
}
.page_6 .button a img {
	width: 320px;
}
.page_6 .app a {
	margin-right: 10px;
}
.page_6 .app a:last-child {
	margin-right: 0;
}
.page_6 .app a img {
	height: 60px;
}
.page_6 footer {
	padding: 70px 0 30px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.page_6 footer .logo_xlegend {
	margin: 0 auto 18px;
	height: 36px;
}
.page_6 footer .links {
	flex-wrap: wrap;
}
.page_6 footer .links a {
	padding: 0 15px;
	margin-bottom: 10px;
	color: #333333;
	line-height: 13px;
	border-right: 1px #333333 solid;
}
.page_6 footer .links a:hover {
	color: #118767;
	text-decoration: underline;
}
.page_6 footer .links a:last-child {
	border-right-width: 0;
}