@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf') format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.ttf') format("opentype");
	font-weight: 900;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.ttf') format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.ttf') format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.ttf') format("opentype");
	font-weight: 500;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto';
	letter-spacing: 1px;
	line-height: 1.5;
	background: #FFFFFF;
	color: #444444;
	overflow: hidden;
	height: 100vh;
}

html {
	position: relative;
	font-size: 100px;
	overflow-x: hidden;
}

a {
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

a:hover, a:focus {
	color: #444444;
	text-decoration: none;
	cursor: pointer;
}

img {
	max-width: 100%;
}

button {
	font-family: 'Roboto';
	outline: 0;
	background: transparent;
	border: 0;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #F4F4F4;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-around;
	transition: opacity .5s linear, height .5s linear;
	opacity: 0;
	height: 0;
	font-weight: 700;
}

header.--Active {
	opacity: 1;
	height: 72px;
}

header ._MainController {
	flex-direction: row;
	font-size: 16px;
	justify-content: space-around;
}

header ._MainController a {
	width: 20%;
	text-align: center;
	justify-content: center;
}

header ._MainController a.--Active,
header ._MainController a.--Active:hover,
header ._MainController a.--Active:focus {
	color: #FF3A20;
}

header ._MainController .LogoTag img {
	width: 1.12rem;
}

footer {
	background: url('../../image/Footer_Background.png');
	background-size: cover;
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .12rem;
	width: 100%;
	color: #FFFFFF;
}

footer ._MainController {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
}

footer ._MainController .LeftBlock {
	flex: 0 0 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 5%;
}

footer ._MainController .RightBlock {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex: 0 0 50%;
	padding: 50px 0 20px;
}

footer ._MainController .RightBlock .LineFrame {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer ._MainController .RightBlock .LanguageFrame .LanguageTag {
	font-weight: 500;
	font-size: .24rem;
	color: #FFFFFF;
	position: relative;
	margin-right: 24px;
}

footer ._MainController .RightBlock .LanguageFrame .LanguageTag:after {
	content: "";
	border: solid #FFFFFF;
	border-width: 0px 3px 3px 0;
	padding: 5px;
	transform: rotate(45deg) translateX(80%) translateY(-80%);
	transform-origin: 20px;
	position: absolute;
	top: 50%;
	right: 0;
}

footer ._MainController .RightBlock .LanguageFrame .LanguageTag + .LanguageTag {
	opacity: 0;
	user-select: none;
}

footer ._MainController .RightBlock .LanguageFrame .LanguageTag + .LanguageTag:after {
	opacity: 0;
}

footer ._MainController .RightBlock .LineFrame .SocialMediaFrame {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 60px;
}

footer ._MainController .RightBlock .LineFrame .SocialMediaFrame .SocialMediaTag + .SocialMediaTag {
	margin-left: 30px;
}

footer ._MainController .RightBlock .TextTag {
	font-weight: 400;
	margin-bottom: 60px;
}

footer ._MainController .RightBlock .CopyrightTag {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section#LoadingLocated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #FFFFFF;
}

section#LoadingLocated video {
	width: 90%;
	height: auto;
	object-fit: contain;
	margin-left: 50vw;
	transform: translate(-50%) translateY(-50%);
	position: relative;
	top: 50%;
}

section#LoadingLocated video:focus {
	outline: none;
}

section#BackgroundAnimationLocated {
	position: fixed;
	z-index: -1;
	width: 100%;
}

section#BackgroundAnimationLocated * {
	display: block !important;
}

section#LightBoxLocated {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: #00000099;
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0;
	transition: opacity .5s linear;
	pointer-events: none;
}

section#LightBoxLocated.--Active {
	opacity: 1;
	pointer-events: auto;
}

section#LightBoxLocated .PictureTag {
	max-width: 90%;
	width: 12rem;
	min-width: 50%;
}

section#LightBoxLocated .LeftTag {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}

section#LightBoxLocated .RightTag {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}

section#LightBoxLocated .XTag {
	position: absolute;
	top: 5%;
	right: 5%;
}

.-Pointer {
	cursor: pointer;
}

.-MobileShow {
	display: none !important;
}

.-MobileHide {
	display: flex !important;
}

.-W768Show {
	display: none !important;
}

.-W768Hide {
	display: block !important;
}

.-W768ShowFlex {
	display: none !important;
}

.-W768HideFlex {
	display: flex !important;
}

.-W600Show {
	display: none !important;
}

.-W600Hide {
	display: block !important;
}

.-W475Show {
	display: none !important;
}

.-W475Hide {
	display: block !important;
}

.-W475ShowFlex {
	display: none !important;
}

.-W475HideFlex {
	display: flex !important;
}

.-FeedBack:active,
.-FeedBack:focus {
	opacity: .5;
}

._MainController {
	overflow: hidden;
	width: 1440px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

._VideoContainer {
	position: relative;
	padding-bottom: 56.28%;
	height: 0;
	overflow: hidden;
}

._VideoContainer iframe, ._VideoContainer object, ._VideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

._VideoContainer video {
	width: 100%;
	border-radius: 16px;
}

._TitleTag {
	font-size: .4rem;
	font-weight: 500;
	margin: .64rem 0 .36rem;
}

#SideMenuLocated {
	width: 100vw;
	height: 100vh;
	z-index: -1;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	opacity: 0;
	position: fixed;
}

#SideMenuLocated section {
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: transform .3s linear;
	display: flex;
}

#SideMenuLocated ._MainContainer {
	height: 65vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	font-size: 18px;
	font-weight: bolder;
	width: 100%;
	font-weight: 300;
}

#SideMenuLocated ._MainContainer .MenuBarBox {
	position: absolute;
	left: 5%;
	top: 24px;
}

#SideMenuLocated ._MainContainer .MenuBarBox img {
	width: 18px;
}

#SideMenuLocated ._MainContainer a {
	width: 70%;
	text-align: center;
	font-weight: 500;
}

#SideMenuLocated ._MainContainer .LogoTag {
	padding-top: .24rem;
}

#SideMenuLocated ._MainContainer .LogoTag img {
	width: 1.56rem;
}

._ScreenContainer {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	overflow: hidden;
	flex-direction: column;
}

#Screen0Located {
	position: relative;
	z-index: 1;
	overflow: inherit;
}

#Screen0Located .BackgroundTag {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
}

#Screen0Located .BackgroundTag img {
	width: 100%;
	height: 100%;
}

#Screen0Located ._MainController {
	width: 12rem;
	opacity: 0;
	margin-top: 15%;
	margin-bottom: .8rem;
	padding: 0;
}

#Screen0Located ._MainController .BannerFrame {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #F3F3F2;
	padding: 1.12rem .8rem;
	margin-bottom: .8rem;
}

#Screen0Located ._MainController .BannerFrame .LeftFrame {
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Screen0Located ._MainController .BannerFrame .LeftFrame img {
	width: 3.44rem;
	height: 2.88rem;
}

#Screen0Located ._MainController .BannerFrame .RightFrame {
	font-size: .16rem;
	font-weight: 400;
	color: #346669;
	flex: 0 0 50%;
	padding: 0 .16rem;
}

#Screen0Located ._MainController .BannerFrame .RightFrame .TitleTag {
	font-size: .28rem;
	font-weight: 700;
	margin-bottom: .16rem;
	color: #000000;
}

#Screen0Located ._MainController .BannerFrame .RightFrame p {
	margin-bottom: .24rem;
}

#Screen0Located ._MainController .ArrowTag {
	border: solid #A3A3A3;
	border-width: 0px 1px 1px 0;
	padding: 5px;
	transform: rotate(45deg);
	transform-origin: 12px;
}

#Screen1Located {
	z-index: 3;
}

#Screen1Located ._MainController .VideoTag {
	opacity: 0;
	width: 100%;
	margin-bottom: 1.28rem;
	border-radius: 16px;
}

#Screen2Located {
	min-height: 100vh;
	overflow: visible;
}

#Screen2Located ._MainController {
	width: calc(100% - .32rem);
	overflow: visible;
}

#Screen2Located ._MainController section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #F4F4F480;
	border-radius: 16px;
}

#Screen2Located ._MainController section .BannerFrame {
	position: relative;
	width: calc(100% + .32rem);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2rem;
	margin-left: -.16rem;
}

#Screen2Located ._MainController section .BannerFrame div {
	width: 100%;
}

#Screen2Located ._MainController section .BannerFrame div img {
	width: 100%;
}

#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
	position: absolute;
	color: #FFFFFF;
	left: .88rem;
	top: .64rem;
	width: 5.6rem;
	z-index: 1;
}

#Screen2Located ._MainController section .BannerFrame .BannerTextTag h4 {
	font-weight: 700;
	font-size: .26rem;
}

#Screen2Located ._MainController section .BannerFrame .BannerTextTag p {
	font-size: .16rem;
	margin-top: .32rem;
	font-weight: 300;
	line-height: .24rem;
}

#Screen2Located ._MainController section .BannerFrame .BackgroundTag {
	position: absolute;
	top: 0;
	z-index: 0;
}

#Screen2Located ._MainController section .BannerFrame .OverlapTag {
	z-index: 1;
	transition: transform .5s linear;
	transform: translateX(-100%);
	margin-top: -120px;
}

#Screen2Located ._MainController section .BannerFrame .OverlapTag.--Active {
	z-index: 1;
	transform: translateX(0);
}

#Screen2Located ._MainController section .BikeContainer {
	position: relative;
}

#Screen2Located ._MainController section .BikeBlock {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 .24rem;
}

#Screen2Located ._MainController section .BikeBlock::-webkit-scrollbar {
	display: none;
}

#Screen2Located ._MainController section .BikeBlock .BikeFrame {
	display: flex;
	flex: 0 0 33.33%;
	opacity: 0;
}

#Screen2Located ._MainController section .BikeBlock .BikeFrame img {
	pointer-events: none;
}

#Screen2Located ._MainController section .BikeBlock .BikeFrame + .BikeFrame {
	margin-left: .24rem;
}

#Screen2Located ._MainController section .ButtonFrame {
	margin: .56rem 0;
	font-size: .18rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Screen2Located ._MainController section .ButtonFrame .ButtonTag {
	border: 1px solid #444444;
	border-radius: 1000rem;
	padding: .12rem 0;
	width: 3.2rem;
	text-align: center;
	transition: background .3s linear, color .3s linear;
	cursor: pointer;
	font-weight: 500;
}

#Screen2Located ._MainController section .ButtonFrame .ButtonTag:hover,
#Screen2Located ._MainController section .ButtonFrame .ButtonTag:active {
	color: #FFFFFF;
	background: #444444;
}

#Screen2Located ._MainController section .ButtonFrame .ButtonTag:first-child {
	margin-right: .12rem;
}

#Screen2Located ._MainController section .ButtonFrame .ButtonTag + .ButtonTag {
	margin-left: .12rem;
}

#Screen2Located ._MainController section .BottomBlock {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: .56rem 0;
	font-size: .2rem;
}

#Screen2Located ._MainController section .BottomBlock h4 {
	font-weight: 700;
	font-size: .22rem;
}

#Screen2Located ._MainController section .BottomBlock .DateTextTag {
	width: 5.4rem;
	margin-top: .48rem;
	text-align: center;
}

#Screen2Located ._MainController section .BottomBlock .ButtonTag {
	width: 4.4rem;
	margin: .56rem 0;
	transition: filter .3s linear;
}

#Screen2Located ._MainController section .BottomBlock .ButtonTag:hover,
#Screen2Located ._MainController section .BottomBlock .ButtonTag:active {
	filter: brightness(120%);
}

#Screen3Located {
	min-height: 100vh;
}

#Screen3Located ._MainController {
	width: calc(100% - .32rem);
	overflow: visible;
}

#Screen3Located ._MainController section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #F4F4F480;
	border-radius: 16px;
}

#Screen3Located ._MainController section .BannerFrame {
	position: relative;
	width: calc(100% + .32rem);
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	background: #E4E4E4;
	overflow: hidden;
	height: 100%;
	opacity: 0;
}

#Screen3Located ._MainController section .BannerFrame .BannerImageTag {
	width: 50%;
	display: flex;
}

#Screen3Located ._MainController section .BannerFrame .BannerImageTag img {
	width: 100%;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag {
	width: 50%;
	text-align: left;
	padding: .8rem .72rem;
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag h4 {
	font-weight: 700;
	font-size: .26rem;
	position: relative;
	line-height: 2.5;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag h4:before {
	content: '';
	border-top: 2px solid #535353;
	width: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag h4:after {
	content: '';
	border-top: 2px solid #535353;
	width: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag p {
	font-size: .16rem;
	line-height: .24rem;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: .4rem;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul {
	margin-top: .4rem;
	list-style-type: disc;
	padding-left: .24rem;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul li {
	font-size: .16rem;
	margin-top: .16rem;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul li::marker {
	font-size: .16rem;
}

#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul li span {
	margin-left: -.04rem;
}

#Screen3Located ._MainController section > h2 {
	font-weight: 700;
	font-size: .26rem;
	margin: .88rem 0 .48rem;
}

#Screen3Located ._MainController section .GiftBannerTag {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .64rem;
}

#Screen3Located ._MainController section .GiftBannerTag img {
	width: 100%;
}

#Screen3Located ._MainController section .GiftBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
}

#Screen3Located ._MainController section .GiftBlock .GiftFrame {
	width: 32%;
	opacity: 0;
}

#Screen3Located ._MainController section .GiftBlock .GiftFrame img {
	width: 100%;
}

#Screen3Located ._MainController > h2 {
	font-weight: 700;
	font-size: .26rem;
	margin: .56rem 0 .48rem;
}

#Screen3Located ._MainController .ActivityBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 85%;
	margin: -.16rem 0 .88rem;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame {
	width: 32%;
	border-radius: 16px;
	margin-top: 1%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	position: relative;
	padding-top: 32%;
	text-align: center;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Green {
	background: #376A6DCC;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Red {
	background: #FF3A20CC;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Blue {
	background: #24506DCC;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Brown {
	background: #B29E62;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Black {
	background: #767676;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray {
	background: #D4D4D4;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag {
	color: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityLocationTag {
	color: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-align: center;
	position: absolute;
	height: 100%;
	top: 0%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: -5%;
	width: 100%;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag {
	color: #FFFFFF;
	font-size: .18rem;
	border: 1px solid #FFFFFF;
	border-radius: 1000rem;
	padding: .08rem .16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .3s linear, color .3s linear;
	cursor: pointer;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:hover,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:active {
	color: #000000;
	background: #FFFFFF;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag i {
	width: .48rem;
	height: 1px;
	background: #FFFFFF;
	display: flex;
	margin-left: .04rem;
	position: relative;
	transition: background .3s linear;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag i:after {
	content: '';
	background: #FFFFFF;
	width: .08rem;
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	transform-origin: right top;
	transition: background .3s linear;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag i:before {
	content: '';
	background: #FFFFFF;
	width: .08rem;
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right top;
	transition: background .3s linear;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:hover i,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:active i,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:hover i:after,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:active i:after,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:hover i:before,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag:active i:before {
	background: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag {
	border: 1px solid #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:hover,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:active {
	color: #FFFFFF;
	background: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag i {
	background: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag i:after {
	background: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag i:before {
	background: #000000;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:hover i,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:active i,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:hover i:after,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:active i:after,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:hover i:before,
#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Gray .ActivityButtonTag:active i:before {
	background: #FFFFFF;
}

#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Small .ActivityLocationTag {
	font-size: .56rem;
}

#Screen4Located {
	margin-bottom: .88rem;
}

#Screen4Located ._MainController {
	width: 100%;
}

#Screen4Located ._MainController .ProductBlock {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame {
	width: 31%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductInformationFrame {
	background: #EEEEEE;
	border-radius: 16px;
	width: 100%;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductTitleTag {
	font-size: .26rem;
	margin: 32px 0;
	font-weight: 700;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductImageTag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductImageTag img {
	width: 100%;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .32rem auto;
	width: 90%;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductPriceFrame {
	font-weight: 700;
	font-size: .24rem;
	color: #35686B;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag {
	font-size: .18rem;
	border: 1px solid #444444;
	border-radius: 1000rem;
	padding: .08rem .24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .4rem;
	transition: background .3s linear, color .3s linear;
	cursor: pointer;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:hover,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:active {
	color: #FFFFFF;
	background: #444444;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag i {
	width: .48rem;
	height: 1px;
	background: #444444;
	display: flex;
	margin-left: .04rem;
	position: relative;
	transition: background .3s linear;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag i:after {
	content: '';
	background: #444444;
	width: .08rem;
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	transform-origin: right top;
	transition: background .3s linear;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag i:before {
	content: '';
	background: #444444;
	width: .08rem;
	height: 1px;
	position: absolute;
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right top;
	transition: background .3s linear;
}

#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:hover i,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:active i,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:hover i:after,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:active i:after,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:hover i:before,
#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag:active i:before {
	background: #FFFFFF;
}

@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1700px) {
	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 5.44rem;
	}
}

@media screen and (max-width: 1650px) {
	#Screen3Located ._MainController section .BannerFrame .BannerTextTag h4 {
		font-size: .24rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .18rem;
	}
}

@media screen and (max-width: 1600px) {
	section#LightBoxLocated .PictureTag {
		width: 11rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 5.3rem;
	}
}

@media screen and (max-width: 1550px) {
	#Screen0Located ._MainController .BannerFrame .LeftFrame {
		flex: 0 0 45%;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag h4 {
		font-size: .2rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .16rem;
	}
}

@media screen and (max-width: 1500px) {
	footer ._MainController {
		width: 100%;
		padding: 0 5%;
	}

	#Screen0Located ._MainController .BannerFrame {
		padding: 1.12rem 1.12rem;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame {
		flex: 0 0 55%;
		padding-right: 0.32rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag {
		width: 60%;
	}
}

@media screen and (max-width: 1440px) {
	._MainController {
		width: 100%;
		padding: 0 5%;
	}

	#Screen1Located ._MainController {
		padding: 0 10%;
	}

	#Screen1Located ._MainController .VideoTag {
		margin-bottom: 1.44rem;
	}

	#Screen2Located ._MainController {
		padding: 0;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 4.88rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .14rem;
	}

	#Screen3Located ._MainController {
		padding: 0;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .8rem;
	}

	#Screen4Located ._MainController {
		padding: 0;
	}
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
	footer ._MainController .LeftBlock {
		flex: 0 0 35%;
	}

	footer ._MainController .RightBlock {
		flex: 0 0 65%;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 4.96rem;
	}
}

@media screen and (max-width: 1150px) {
	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		font-size: .6rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Small .ActivityLocationTag {
		font-size: .52rem;
	}
}

@media screen and (max-width: 1100px) {
	#Screen1Located ._MainController .VideoTag {
		margin-bottom: 1.92rem;
	}
}

@media screen and (max-width: 1000px) {
	section#LoadingLocated video {
		width: 100%;
	}

	footer ._MainController .LeftBlock {
		flex: 0 0 40%;
	}

	footer ._MainController .RightBlock {
		flex: 0 0 60%;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .4rem .8rem;
	}
}

@media screen and (max-width: 950px) {
	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 5.04rem;
	}
}

@media screen and (max-width: 900px) {
	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 5.4rem;
		left: .4rem;
		top: .32rem;
	}
}

@media screen and (max-width: 800px) {
	#Screen1Located ._MainController .VideoTag {
		margin-bottom: 2.56rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		z-index: 9;
		width: 5.6rem;
		left: .32rem;
		top: .28rem;
	}

	#Screen2Located ._MainController section .BannerFrame img {
		transform: scale(1.02);
		transform-origin: top left;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag {
		width: 65%;
	}
}

@media screen and (max-width: 768px) {
	.-W768Show {
		display: block !important;
	}

	.-W768Hide {
		display: none !important;
	}

	.-W768ShowFlex {
		display: flex !important;
	}

	.-W768HideFlex {
		display: none !important;
	}

	.-W768ShowInLine {
		display: none !important;
	}

	header {
		background: transparent;
		justify-content: flex-start;
	}

	header ._MainController {
		justify-content: flex-start;
	}

	header ._MainController a {
		width: auto;
	}

	footer ._MainController {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		font-size: .16rem;
	}

	footer ._MainController .LeftBlock {
		flex: 0 0 100%;
		padding-left: 0;
	}

	footer ._MainController .RightBlock {
		flex: 0 0 100%;
	}

	footer ._MainController .RightBlock .TextTag {
		margin-bottom: .6rem;
	}

	footer ._MainController .RightBlock .CopyrightFrame {
		flex-direction: column;
	}

	footer ._MainController .RightBlock .CopyrightFrame .SocialMediaFrame {
		margin-bottom: .6rem;
	}

	#Screen0Located ._MainController {
		width: 100%;
		padding: 0 5%;
		margin-bottom: 0;
	}

	#Screen0Located .BackgroundTag {
		height: 110%;
	}

	#Screen0Located ._MainController .BannerFrame {
		flex-direction: column;
		padding: 10% 5%;
		margin-bottom: 0;
	}

	#Screen0Located ._MainController .BannerFrame .LeftFrame {
		flex: 0 0 100%;
		margin-bottom: .8rem;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame {
		flex: 0 0 100%;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame .TitleTag {
		font-size: .32rem;
		text-align: center;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame p {
		font-size: .24rem;
		line-height: 1.8;
		letter-spacing: 2px;
	}

	#Screen0Located ._MainController .ArrowTag {
		display: none;
	}

	#Screen1Located ._MainController {
		padding: 0 5%;
	}

	#Screen1Located ._MainController .VideoTag {
		opacity: 1;
		margin: 0.88rem 0;
	}

	#Screen2Located ._MainController {
		opacity: 0;
		width: 100%;
	}

	#Screen2Located ._MainController section {
		width: 100%;
		background: transparent;
		padding: 0;
	}

	#Screen2Located ._MainController section .BikeBlock {
		margin-top: .48rem;

	}

	#Screen2Located ._MainController section .BikeBlock .BikeFrame {
		flex: 0 0 90%;
		opacity: 1;
	}

	#Screen2Located ._MainController section .ButtonFrame {
		flex-direction: column;
	}

	#Screen2Located ._MainController section .BannerFrame {
		width: 100%;
		margin-left: 0;
	}

	#Screen2Located ._MainController section .BannerFrame img {
		transform: scale(1);
	}

	#Screen2Located ._MainController section .ButtonFrame .ButtonTag:first-child {
		margin-right: 0;
		margin-bottom: .08rem;
	}

	#Screen2Located ._MainController section .ButtonFrame .ButtonTag + .ButtonTag {
		margin-left: 0;
		margin-top: .08rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		width: 100%;
		left: 0;
		top: 0;
		padding: .88rem .48rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag h4 {
		font-size: .32rem;
		text-align: center;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .24rem;
		margin-top: .4rem;
		line-height: .32rem;
	}

	#Screen2Located ._MainController section .BottomBlock {
		width: 100%;
	}

	#Screen3Located ._MainController {
		width: 100%;
	}

	#Screen3Located ._MainController section {
		width: 100%;
		background: transparent;
		padding: 0;
	}

	#Screen3Located ._MainController section > h2 {
		font-size: .32rem;
	}

	#Screen3Located ._MainController section .BannerFrame {
		width: 100%;
		flex-direction: column;
		border-radius: 0;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerImageTag {
		width: 100%;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag {
		position: relative;
		width: 100%;
		padding: .8rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .24rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul li {
		font-size: .24rem;
	}

	#Screen3Located ._MainController section .GiftBlock {
		width: 100%;
		flex-direction: column;
	}

	#Screen3Located ._MainController section .GiftBlock .GiftFrame {
		width: 85%;
		opacity: 1;
	}

	#Screen3Located ._MainController section .GiftBannerTag {
		border-radius: 16px;
		overflow: hidden;
	}

	#Screen3Located ._MainController .ActivityBlock {
		width: 100%;
		margin: -.32rem 0 .32rem;
		justify-content: normal;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame {
		opacity: 1;
		margin-top: .16rem;
		margin-left: .16rem;
		width: 3.6rem;
		height: 3.6rem;
		padding: 0;
		justify-content: flex-start;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		margin-top: 0;
		position: relative;
		height: 85%;
	}

	#Screen4Located ._MainController {
		opacity: 0;
	}

	#Screen4Located ._MainController .ProductBlock {
		flex-direction: column;
	}

	#Screen4Located ._MainController .ProductBlock .ProductFrame {
		width: 90%;
		margin: 0 auto;
		margin-bottom: .32rem;
	}
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 650px) {
	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .88rem .4rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		font-size: .56rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Small .ActivityLocationTag {
		font-size: .48rem;
	}
}

@media screen and (max-width: 600px) {
	.-W600Show {
		display: block !important;
	}

	.-W600Hide {
		display: none !important;
	}

	#Screen4Located ._MainController .ProductBlock .ProductFrame .ProductBottomFrame .ProductButtonTag {
		margin-left: 0;
		font-size: .24rem;
	}
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 475px) {
	.-W475Show {
		display: block !important;
	}

	.-W475Hide {
		display: none !important;
	}

	.-W475ShowFlex {
		display: flex !important;
	}

	.-W475HideFlex {
		display: none !important;
	}

	._TitleTag {
		width: 90%;
		text-align: center;
	}

	footer {
		background: url('../../image/Footer_Background_M.png');
		background-size: cover;
		padding: .48rem 0;
	}

	footer ._MainController .LeftBlock {
		flex-direction: column;
		align-items: center;
	}

	footer ._MainController .RightBlock .LanguageFrame {
		margin-bottom: .48rem;
	}

	footer ._MainController .RightBlock .LanguageFrame .LanguageTag {
		font-weight: 300;
		font-size: .24rem;
		color: #FFFFFF;
		position: relative;
		margin-right: 16px;
	}

	footer ._MainController .RightBlock .LanguageFrame .LanguageTag:first-child {
		font-weight: 500;
	}

	footer ._MainController .RightBlock .LanguageFrame .LanguageTag:after {
		content: "";
		border: solid #FFFFFF;
		border-width: 0px 3px 3px 0;
		padding: 5px;
		transform: rotate(45deg) translateX(80%) translateY(-80%);
		transform-origin: 20px;
		position: absolute;
		top: 50%;
		right: 0;
	}

	footer ._MainController .RightBlock .CopyrightFrame .CopyrightTag {
		font-size: 12px;
	}

	footer ._MainController .RightBlock .LineFrame {

		justify-content: center;
	}

	#Screen0Located ._MainController .BannerFrame .LeftFrame img {
		width: 70%;
		height: auto;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame .TitleTag {
		font-size: .24rem;
	}

	#Screen0Located ._MainController .BannerFrame .RightFrame p {
		font-size: .16rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .4rem .48rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag h4 {
		font-size: .24rem;
	}

	#Screen2Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .16rem;
		margin-top: .32rem;
		line-height: .28rem;
	}

	#Screen2Located ._MainController section .BottomBlock .DateTextTag {
		width: 3.2rem;
	}

	#Screen2Located ._MainController section .BottomBlock .ButtonTag {
		width: 4rem;
	}

	#Screen3Located ._MainController section > h2 {
		width: 90%;
		text-align: center;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .6rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag p {
		font-size: .16rem;
	}

	#Screen3Located ._MainController section .BannerFrame .BannerTextTag ul li {
		font-size: .16rem;
	}

	#Screen3Located ._MainController section .GiftBannerTag {
		width: 90%;
	}

	#Screen3Located ._MainController section .GiftBlock .GiftFrame {
		width: 90%;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame {
		margin-top: .08rem;
		margin-left: .08rem;
		width: 2.26rem;
		height: 2.26rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag {
		left: initial;
		transform: translateX(0);
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		height: 80%;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		font-size: .32rem;
		line-height: 1;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Small .ActivityLocationTag {
		font-size: .28rem;
	}

	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityButtonTag {
		width: auto;
	}
}

@media screen and (max-width: 450px) {
	#Screen3Located ._MainController .ActivityBlock .ActivityFrame .ActivityLocationTag {
		font-size: .30rem;
	}
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px) {
	#Screen2Located ._MainController section .BannerFrame .BannerTextTag {
		padding: .32rem .4rem;
	}
}

@media screen and (max-width: 370px) {
}

@media screen and (max-width: 340px) {
}

@media screen and (max-width: 320px) {
	#Screen3Located ._MainController .ActivityBlock .ActivityFrame.--Small .ActivityLocationTag {
		font-size: .24rem;
	}
}
