@charset "UTF-8";
/* **************************************************************** *
 * @desc@ ちゅんコレ夏祭り
 * @edit@ 2021/08/18
 * **************************************************************** */
body {
	background: #fffff9;
	color: #664932;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: YakuHanJP,
 fot-tsukuardgothic-std,
 'Noto Sans JP',
 "游ゴシック体", YuGothic,
 "游ゴシック", "Yu Gothic",
 'Hiragino Kaku Gothic ProN',
 'Hiragino Sans',
 'メイリオ',Meiryo,
 sans-serif;
	text-align: left;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.modal {
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 2.2rem;
		line-height: 1.8em;
	}
}

a {
	outline: none;
	color: #20c5ff;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a:hover, a:active {
	color: #ffe92e;
	text-decoration: none;
}

h1, h2, h3, h4, p, dl, dt, dd, strong, em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul, ol, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

rt {
	-webkit-transform: translateY(0.2em);
	transform: translateY(0.2em);
}

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

@media screen and (min-width: 960px) {
	.sp {
		display: none !important;
	}
}

.emColor01 {
	color: #c00 !important;
}

.emColor02 {
	color: #664932 !important;
}

.noteColor {
	color: #999 !important;
}

.bold {
	font-weight: 700 !important;
}

.under {
	text-decoration: underline;
}

.dis {
	text-decoration: line-through;
}

.jp {
	font-family: YakuHanJP,
 fot-tsukuardgothic-std,
 'Noto Sans JP',
 "游ゴシック体", YuGothic,
 "游ゴシック", "Yu Gothic",
 'Hiragino Kaku Gothic ProN',
 'Hiragino Sans',
 'メイリオ',Meiryo,
 sans-serif;
}

.brace {
	text-indent: -0.5em;
}

.mgtHp {
	margin-top: 0.9em !important;
}

.mgt1p {
	margin-top: 1.8em !important;
}

.mgt2p {
	margin-top: 3.6em !important;
}

.mgt3p {
	margin-top: 5.4em !important;
}

.fsS {
	font-size: 0.8em !important;
	line-height: 1.8em !important;
}

@media screen and (max-width: 960px) {
	.fsS {
		font-size: inherit !important;
		line-height: inherit !important;
	}
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

ul.def {
	font-size: inherit;
	line-height: 1.4em;
	text-align: left;
}

ul.def > li {
	margin-top: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

ul.def > li:first-child {
	margin-top: 0;
}

ul.def > li > * {
	text-indent: 0;
}

.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 2px solid #20c5ff;
	border-radius: 10px;
	min-height: 60px;
	background: #fff;
	color: #20c5ff !important;
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.button:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.button.buy {
	min-height: 80px;
	font-size: 1.6em;
	line-height: 1.2em;
	background: #fff url(../img/btn_ico_shop.png) 40px 50%/30px auto no-repeat;
}

@media screen and (max-width: 960px) {
	.button {
		border-width: 3px;
		min-height: 120px;
		font-size: 1.4em;
		line-height: 1.2em;
	}
	.button:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.button.buy {
		min-height: 120px;
		font-size: 1.4em;
		line-height: 1.2em;
		background-position: 50px 50%;
		background-size: auto;
	}
}

@-webkit-keyframes simplePop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	20% {
		opacity: 1;
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes simplePop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	20% {
		opacity: 1;
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes scalePop {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	20% {
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scalePop {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	20% {
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#Wrap .hd01 {
	margin: 0 0 80px;
	text-align: center;
	opacity: 0;
}

#Wrap .hd01.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Wrap .hd01 img {
	width: auto;
	height: 90px;
}

@media screen and (max-width: 960px) {
	#Wrap .hd01 {
		margin-bottom: 70px;
	}
	#Wrap .hd01 img {
		height: auto;
	}
}

dl.share dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

dl.share dd > div {
	margin: 0 10px;
	border-radius: 200px;
	padding: 30px;
	background: #fff;
}

dl.share dd > div img {
	width: 40px;
	-webkit-transition: -webkit-transform 1.0s ease;
	transition: -webkit-transform 1.0s ease;
	transition: transform 1.0s ease;
	transition: transform 1.0s ease, -webkit-transform 1.0s ease;
}

dl.share dd > div:hover img {
	-webkit-transform: rotate(720deg);
	transform: rotate(720deg);
}

@media screen and (max-width: 960px) {
	dl.share dd > div {
		margin: 0 15px;
		padding: 40px;
	}
	dl.share dd > div img {
		width: auto;
	}
	dl.share dd > div:hover img {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

#Wrap > header > nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 50000;
	padding: 0 50px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#84dfff), to(#dbf9ff));
	background: linear-gradient(#84dfff, #dbf9ff);
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Wrap > header > nav ul {
	padding-top: 150px;
}

#Wrap > header > nav ul > li {
	padding: 20px 0;
}

#Wrap > header > nav ul img {
	width: auto;
	height: 70px;
}

#Wrap > header > nav .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 150px;
}

#Wrap > header > nav .share dt {
	margin-right: 20px;
}

#Wrap > header > nav .share dt img {
	width: 70px;
}

@media screen and (max-width: 960px) {
	#Wrap > header > nav ul {
		padding-top: 200px;
	}
	#Wrap > header > nav ul > li {
		padding: 45px 0;
	}
	#Wrap > header > nav ul img {
		height: auto;
	}
	#Wrap > header > nav .share {
		display: block;
		margin-top: 70px;
		padding-bottom: 200px;
	}
	#Wrap > header > nav .share dt {
		margin: 0 0 30px;
	}
	#Wrap > header > nav .share dt img {
		width: auto;
	}
}

#Wrap > header .oc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	left: calc(50% - 90px);
	top: -90px;
	z-index: 51000;
	padding-top: 100px;
	width: 180px;
	height: 180px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

#Wrap > header .oc::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/menu_base.png) center/contain no-repeat;
	-webkit-animation: oc_roll 20.0s linear infinite;
	animation: oc_roll 20.0s linear infinite;
}

#Wrap > header .oc > div {
	margin: 0 auto;
	width: 35px;
	height: 100%;
	background: transparent url(../img/menu_open.png) center top/contain no-repeat;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

#Wrap > header .oc:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

@media screen and (max-width: 960px) {
	#Wrap > header .oc {
		left: calc(50% - 110px);
		top: -110px;
		padding-top: 123px;
		width: 220px;
		height: 220px;
	}
	#Wrap > header .oc > div {
		width: 50px;
	}
	#Wrap > header .oc:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#Wrap > header.show > nav {
	top: 0;
}

#Wrap > header.show .oc > div {
	background-image: url(../img/menu_close.png);
}

@-webkit-keyframes oc_roll {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes oc_roll {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#Wrap > footer {
	position: relative;
	z-index: 1000;
}

#Wrap > footer .inner {
	position: relative;
	z-index: 500;
	padding: 110px 50px 90px;
	text-align: center;
}

#Wrap > footer .share dt {
	margin-bottom: 30px;
}

#Wrap > footer .share dt img {
	width: 96px;
}

#Wrap > footer .banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowap;
	flex-flow: row nowap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

#Wrap > footer .banners > li {
	margin: 0 15px;
	width: 380px;
}

#Wrap > footer .banners a {
	display: block;
}

#Wrap > footer .banners a:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

#Wrap > footer .copy {
	margin-top: 50px;
	color: #808080;
	font-size: 0.8em;
	line-height: 1.8em;
}

#Wrap > footer .copy > span {
	display: inline-block;
}

#Wrap > footer .water {
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 100;
	width: 100%;
	height: calc(100% + 20px);
}

#Wrap > footer .totop {
	position: absolute;
	right: 50px;
	top: -120px;
	z-index: 10;
	width: 160px;
	cursor: pointer;
}

#Wrap > footer .totop::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/btn_txt_pagetop.png) center top/contain no-repeat;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Wrap > footer .totop.move {
	opacity: 0;
	-webkit-transform: translateY(-1170px);
	transform: translateY(-1170px);
	-webkit-animation: totop_jump 1.6s linear 1;
	animation: totop_jump 1.6s linear 1;
}

#Wrap > footer .totop.move::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media screen and (max-width: 960px) {
	#Wrap > footer .inner {
		padding: 180px 80px;
	}
	#Wrap > footer .share dt {
		margin-bottom: 40px;
	}
	#Wrap > footer .share dt img {
		width: auto;
	}
	#Wrap > footer .banners {
		display: block;
		margin-top: 80px;
	}
	#Wrap > footer .banners > li {
		margin: 30px 0 0;
		width: auto;
	}
	#Wrap > footer .banners a:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#Wrap > footer .copy {
		margin-top: 60px;
	}
	#Wrap > footer .totop {
		position: absolute;
		right: calc(50% - 145px);
		top: -190px;
		width: 290px;
	}
}

@-webkit-keyframes totop_jump {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	15% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	20% {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
	40% {
		-webkit-transform: translateY(-270px) rotate(180deg);
		transform: translateY(-270px) rotate(180deg);
	}
	60% {
		-webkit-transform: translateY(-570px) rotate(360deg);
		transform: translateY(-570px) rotate(360deg);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 1) translateY(-1170px) rotate(720deg);
		transform: scale(1, 1) translateY(-1170px) rotate(720deg);
	}
}

@keyframes totop_jump {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	15% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	20% {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
	40% {
		-webkit-transform: translateY(-270px) rotate(180deg);
		transform: translateY(-270px) rotate(180deg);
	}
	60% {
		-webkit-transform: translateY(-570px) rotate(360deg);
		transform: translateY(-570px) rotate(360deg);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 1) translateY(-1170px) rotate(720deg);
		transform: scale(1, 1) translateY(-1170px) rotate(720deg);
	}
}

#Main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	padding: 60px 0;
	height: 760px;
}

#Main::before, #Main::after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 10;
	width: 280px;
	height: 100%;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

#Main::before {
	left: 0;
	background-image: url(../img/main_deco_left_pc.png);
	background-position: 0 0;
}

#Main::after {
	right: 0;
	background-image: url(../img/main_deco_right_pc.png);
	background-position: 100% 100%;
}

@media screen and (max-width: 960px) {
	#Main {
		padding: 170px 0;
		height: auto;
	}
	#Main::before {
		background-image: url(../img/main_deco_left_sp.png);
	}
	#Main::after {
		background-image: url(../img/main_deco_right_sp.png);
	}
}

#Main .desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 100;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	text-align: center;
}

#Main .desc h1 {
	max-width: 460px;
	opacity: 0;
}

#Main .desc h1.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Main .desc p {
	margin-top: 40px;
	opacity: 0;
}

#Main .desc p.show {
	opacity: 1;
	-webkit-animation: simplePop 0.8s ease 1;
	animation: simplePop 0.8s ease 1;
}

@media screen and (max-width: 960px) {
	#Main .desc {
		display: block;
	}
	#Main .desc h1 {
		max-width: 100%;
		height: 900px;
	}
}

#Main .pic {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 45%;
	top: 0;
	z-index: 20;
	width: 55%;
	height: 100%;
}

#Main .pic .chun {
	position: relative;
	left: -5%;
	top: -2%;
	z-index: 10;
	width: 800px;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: background 2.0s ease;
	transition: background 2.0s ease;
	-webkit-animation: chun 20.0s ease-in-out infinite;
	animation: chun 20.0s ease-in-out infinite;
}

#Main .pic .chun.no01 {
	background-image: url(../img/main_01.png);
}

#Main .pic .chun.no02 {
	background-image: url(../img/main_02.png);
}

#Main .pic .chun.no03 {
	background-image: url(../img/main_03.png);
}

#Main .pic .chun.no04 {
	background-image: url(../img/main_04.png);
}

#Main .pic .chun.no05 {
	background-image: url(../img/main_05.png);
}

#Main .pic .water {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 100%;
}

@media screen and (max-width: 960px) {
	#Main .pic {
		left: 2%;
		top: 420px;
		width: 100%;
		height: 700px;
	}
	#Main .pic .chun {
		left: 3%;
		top: 0;
	}
}

#Main .scroll {
	position: absolute;
	left: 40px;
	bottom: 60px;
	z-index: 100;
}

#Main .scroll::after {
	content: '';
	display: block;
	margin: 5px auto 0;
	width: 2px;
	height: 60px;
	background: #20c5ff;
	-webkit-animation: scroll 6.0s ease infinite;
	animation: scroll 6.0s ease infinite;
}

#Main .scroll img {
	width: 18px;
	line-height: 0;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	#Main .scroll {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		top: 0;
		bottom: auto;
		height: 100vh;
	}
	#Main .scroll::after {
		margin-top: 8px;
		height: 80px;
	}
	#Main .scroll img {
		width: auto;
	}
}

@-webkit-keyframes chun {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(-20px, -10px);
		transform: translate(-20px, -10px);
	}
	50% {
		-webkit-transform: translate(-10px, -20px);
		transform: translate(-10px, -20px);
	}
	75% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes chun {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	25% {
		-webkit-transform: translate(-20px, -10px);
		transform: translate(-20px, -10px);
	}
	50% {
		-webkit-transform: translate(-10px, -20px);
		transform: translate(-10px, -20px);
	}
	75% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 60px;
	}
	50% {
		height: 40px;
	}
	100% {
		height: 60px;
	}
}

@keyframes scroll {
	0% {
		height: 60px;
	}
	50% {
		height: 40px;
	}
	100% {
		height: 60px;
	}
}

@media screen and (max-width: 960px) {
	@-webkit-keyframes scroll {
		0% {
			height: 80px;
		}
		50% {
			height: 60px;
		}
		100% {
			height: 80px;
		}
	}
	@keyframes scroll {
		0% {
			height: 80px;
		}
		50% {
			height: 60px;
		}
		100% {
			height: 80px;
		}
	}
}

#Campaign {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding: 160px 0;
	max-width: 1020px;
}

@media screen and (max-width: 960px) {
	#Campaign {
		padding: 180px 40px;
	}
}

#Campaign article {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 100;
	border-radius: 20px;
	padding: 70px 60px;
	background: #fffff9;
}

#Campaign article::before, #Campaign article::after {
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 10;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#Campaign article::before {
	right: -15px;
	top: -50px;
	width: 164px;
	height: 156px;
	background-image: url(../img/deco_cp_1.png);
}

#Campaign article::after {
	left: -20px;
	bottom: 30px;
	width: 94px;
	height: 88px;
	background-image: url(../img/deco_cp_2.png);
}

@media screen and (max-width: 960px) {
	#Campaign article {
		display: block;
		padding: 70px 40px;
	}
	#Campaign article::before {
		top: -30px;
	}
	#Campaign article::after {
		left: -20px;
		top: 550px;
		bottom: auto;
	}
}

#Campaign article .pic {
	position: relative;
	z-index: 1;
	width: 390px;
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#Campaign article .pic::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/img_cp_base.png) center/contain no-repeat;
}

@media screen and (max-width: 960px) {
	#Campaign article .pic {
		width: auto;
		text-align: center;
	}
}

#Campaign article .desc {
	margin-left: 60px;
	width: 450px;
}

#Campaign article .desc h1 {
	text-align: center;
}

#Campaign article .desc p {
	font-size: 1.15em;
	line-height: 1.8em;
	letter-spacing: -0.05em;
}

#Campaign article .desc .schedule {
	color: #20c5ff;
	font-weight: 700;
	text-align: center;
}

#Campaign article .desc .schedule dt {
	margin-top: 1.5em;
	border-radius: 30px;
	padding: 5px 0 8px;
	background: rgba(32, 197, 255, 0.15);
	font-size: 1.15em;
	line-height: 1.0em;
}

#Campaign article .desc .schedule dd {
	padding-top: 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
}

@media screen and (max-width: 960px) {
	#Campaign article .desc {
		margin: 60px 0 0;
		width: auto;
	}
	#Campaign article .desc p {
		font-size: 1.2em;
		line-height: 2.0em;
		letter-spacing: 0;
	}
	#Campaign article .desc .schedule dd {
		font-size: 1.3em;
		line-height: 1.4em;
	}
}

#Campaign article.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Campaign article.show::before, #Campaign article.show::after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

#Campaign article.show .pic {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#Campaign aside {
	position: relative;
	z-index: 100;
	margin-top: 3.0em;
}

@media screen and (max-width: 960px) {
	#Campaign aside {
		margin-top: 1.5em;
	}
}

#Container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 500;
	margin: 0;
	padding: 170px 100px;
	width: 100%;
}

@media screen and (max-width: 960px) {
	#Container {
		padding: 200px 30px 350px;
	}
}

#Container > section {
	position: relative;
	z-index: 500;
	margin: 0 auto;
	max-width: 1020px;
}

#Container .wave {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Lineup > nav {
	margin-bottom: 100px;
	text-align: center;
}

#Lineup > nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#Lineup > nav ul > li {
	margin: 0 10px 20px;
	width: 260px;
	opacity: 0;
}

#Lineup > nav ul > li.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

@media screen and (max-width: 960px) {
	#Lineup > nav ul > li {
		margin: 0 10px 40px;
		width: 200px;
	}
}

#Lineup > nav ul > li a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #20c5ff;
	border-radius: 10px;
	height: 100%;
	background: #fff;
	line-height: 0;
}

#Lineup > nav ul > li a:hover, #Lineup > nav ul > li a:active {
	color: #20c5ff;
}

#Lineup > nav ul > li a:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

#Lineup > nav ul > li a img {
	width: auto;
	height: 80px;
}

#Lineup > nav ul > li a > span {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
	#Lineup > nav ul > li a {
		border-width: 3px;
		border-radius: 10px;
	}
	#Lineup > nav ul > li a:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#Lineup > nav ul > li a img {
		height: auto;
	}
}

#Lineup .workBox {
	padding: 100px 0;
	background: transparent url(../img/border_dot.png) 0 0/auto 5px repeat-x;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox {
		margin: 0 auto;
		padding: 150px 0;
		max-width: 670px;
		background-size: auto 10px;
	}
}

#Lineup .workBox .icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

#Lineup .workBox .icons > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 10px 10px 0;
	border-radius: 80px;
	padding: 8px 30px 10px;
	background: #ffe92e;
	line-height: 1.0em;
	font-weight: 700;
	white-space: nowrap;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox .icons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#Lineup .workBox .icons > li {
		margin: 0;
		border-radius: 80px;
		padding: 16px 40px 18px;
		min-width: 47.5%;
	}
}

#Lineup .workBox > header {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#Lineup .workBox > header > h1 {
	display: table-cell;
	width: 480px;
	opacity: 0;
}

#Lineup .workBox > header > h1.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Lineup .workBox > header .desc {
	display: table-cell;
	padding: 0 0 0 30px;
	font-size: 1.15em;
	line-height: 1.8em;
	vertical-align: top;
}

#Lineup .workBox > header .desc .icons {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox > header {
		display: block;
	}
	#Lineup .workBox > header > h1 {
		display: block;
		width: auto;
	}
	#Lineup .workBox > header .desc {
		display: block;
		padding: 40px 0 0;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	#Lineup .workBox > header .desc .icons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#Lineup .workBox > header .desc .icons > li {
		margin: 0;
		border-radius: 80px;
		padding: 16px 40px 18px;
		min-width: 47.5%;
	}
}

#Lineup .workBox > h1 {
	text-align: center;
	opacity: 0;
}

#Lineup .workBox > h1.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Lineup .workBox > h1 img {
	width: auto;
	height: 40px;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox > h1 img {
		height: auto;
	}
}

#Lineup .workBox ul.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 20px 0 0;
	color: #20c5ff;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

#Lineup .workBox ul.list > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 40px 30px 0 0;
	border: 2px solid #20c5ff;
	border-radius: 10px;
	width: 320px;
	background: #fff;
	opacity: 0;
}

#Lineup .workBox ul.list > li.show {
	opacity: 1;
	-webkit-animation: scalePop 1.0s ease 1;
	animation: scalePop 1.0s ease 1;
}

#Lineup .workBox ul.list > li:nth-of-type(3n+3) {
	margin-right: 0;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list > li {
		margin: 40px 0 0;
		border-width: 3px;
	}
}

#Lineup .workBox ul.list > li.new::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 70px;
	height: 70px;
	background: transparent url(../img/goods_mark_new.png) center/contain no-repeat;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list > li.new::before {
		width: 100px;
		height: 100px;
	}
}

#Lineup .workBox ul.list > li .swiper-container .bt {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

#Lineup .workBox ul.list > li .swiper-container .bt::after {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 90px solid #ffe92e;
	border-radius: 50%;
	-webkit-transform: scale(5);
	transform: scale(5);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Lineup .workBox ul.list > li .swiper-container .bt:hover::after {
	-webkit-transform: scale(2);
	transform: scale(2);
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list > li .swiper-container .bt::after {
		display: none;
	}
}

#Lineup .workBox ul.list > li .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	width: 16px;
	height: 16px;
	background: transparent url(../img/goods_slidemark_off.png) center/contain no-repeat;
}

#Lineup .workBox ul.list > li .swiper-pagination-bullet-active {
	background-image: url(../img/goods_slidemark_on.png);
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list > li .swiper-pagination {
		bottom: -2px;
	}
	#Lineup .workBox ul.list > li .swiper-pagination-bullet {
		margin: 0 5px;
		width: 20px;
		height: 20px;
	}
}

#Lineup .workBox ul.list > li .name {
	border-top: 2px solid #20c5ff;
	padding: 10px 20px;
	letter-spacing: -0.05em;
}

#Lineup .workBox ul.list > li .name > span {
	display: inline-block;
}

@media screen and (max-width: 960px) {
	#Lineup .workBox ul.list > li .name {
		padding: 20px 15px;
		font-size: 1.15em;
		line-height: 1.4em;
	}
}

#Container > #Whats {
	margin: 0 auto;
	padding: 160px 0 0;
	background: transparent url(../img/border_dot.png) 0 0/auto 5px repeat-x;
	max-width: 1020px;
}

@media screen and (max-width: 960px) {
	#Container > #Whats {
		padding: 180px 0 0;
		max-width: 670px;
		background-size: auto 10px;
	}
}

#Container > #Whats > h1 {
	margin: 0 0 80px;
	text-align: center;
	opacity: 0;
}

#Container > #Whats > h1.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Container > #Whats > h1 img {
	width: auto;
	height: 128px;
}

@media screen and (max-width: 960px) {
	#Container > #Whats > h1 img {
		height: auto;
	}
}

#Container > #Whats article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 100;
	border-radius: 20px;
	padding: 70px 60px;
	background: rgba(32, 197, 255, 0.15);
	opacity: 0;
}

#Container > #Whats article.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Container > #Whats article::before, #Container > #Whats article::after {
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 10;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#Container > #Whats article::before {
	right: 20px;
	top: -7px;
	width: 88px;
	height: 96px;
	background-image: url(../img/deco_chuncolle_1.png);
}

#Container > #Whats article::after {
	left: -70px;
	bottom: -30px;
	width: 192px;
	height: 170px;
	background-image: url(../img/deco_chuncolle_2.png);
}

@media screen and (max-width: 960px) {
	#Container > #Whats article {
		display: block;
		padding: 70px 40px;
	}
	#Container > #Whats article::before {
		right: 16px;
		top: 10px;
	}
	#Container > #Whats article::after {
		left: -20px;
		top: 540px;
		bottom: auto;
	}
}

#Container > #Whats article .pic {
	width: 390px;
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

@media screen and (max-width: 960px) {
	#Container > #Whats article .pic {
		width: auto;
		text-align: center;
	}
}

#Container > #Whats article .desc {
	margin-left: 60px;
	width: 450px;
}

#Container > #Whats article .desc h1 {
	text-align: center;
}

#Container > #Whats article .desc p {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
	#Container > #Whats article .desc {
		margin: 80px 0 0;
		width: auto;
	}
	#Container > #Whats article .desc p {
		font-size: 1.2em;
		line-height: 1.8em;
	}
}

#Container > #Whats article.show {
	opacity: 1;
	-webkit-animation: scalePop 0.6s ease 1;
	animation: scalePop 0.6s ease 1;
}

#Container > #Whats article.show::before, #Container > #Whats article.show::after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

#Container > #Whats article.show .pic {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.modalPict, [data-modal-page] {
	cursor: pointer;
}

#Popup {
	display: none;
}

#Modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 61000;
	padding: 140px 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 960px) {
	#Modal {
		padding: 200px 0;
	}
}

#Modal > .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
	width: 100%;
	min-height: 100%;
	-webkit-transform: translateY(2%);
	transform: translateY(2%);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#Modal > .inner > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fffff9;
}

#Modal > .inner.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#Modal .close {
	position: absolute;
	right: 35px;
	top: 40px;
	z-index: 20;
	width: 70px;
	height: 70px;
	background: transparent url(../img/btn_modal_close.png) center/contain no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media screen and (max-width: 960px) {
	#Modal .close {
		right: 35px;
		top: 50px;
		width: 100px;
		height: 100px;
	}
}

#Modal > canvas {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Modal .pictBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 700px;
	background: #fff;
}

@media screen and (max-width: 960px) {
	#Modal .pictBox {
		max-width: 100%;
	}
}

#Modal .inlineBox {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 60px 80px;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox {
		padding: 100px 40px;
	}
}

#Modal .inlineBox.item .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.item .box {
		display: block;
		padding-bottom: 180px;
	}
}

#Modal .inlineBox.item .box > div:nth-of-type(1) {
	margin: 0 60px 0 0;
	width: 500px;
}

#Modal .inlineBox.item .box > div:nth-of-type(1) .pic {
	overflow: hidden;
	border: 2px solid #20c5ff;
	border-radius: 10px;
}

#Modal .inlineBox.item .box > div:nth-of-type(1) .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	width: 16px;
	height: 16px;
	background: transparent url(../img/goods_slidemark_off.png) center/contain no-repeat;
}

#Modal .inlineBox.item .box > div:nth-of-type(1) .swiper-pagination-bullet-active {
	background-image: url(../img/goods_slidemark_on.png);
}

#Modal .inlineBox.item .box > div:nth-of-type(1) .cart {
	margin-top: 2em;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.item .box > div:nth-of-type(1) {
		margin: 0;
		width: auto;
	}
	#Modal .inlineBox.item .box > div:nth-of-type(1) .pic {
		border-width: 3px;
	}
	#Modal .inlineBox.item .box > div:nth-of-type(1) .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	}
	#Modal .inlineBox.item .box > div:nth-of-type(1) .cart {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		margin-top: 0;
		width: 100%;
	}
}

#Modal .inlineBox.item .box > div:nth-of-type(2) {
	width: 560px;
}

#Modal .inlineBox.item .box > div:nth-of-type(2) h1 {
	color: #20c5ff;
	font-size: 1.6em;
	line-height: 1.4em;
}

#Modal .inlineBox.item .box > div:nth-of-type(2) h1 > span {
	display: block;
}

#Modal .inlineBox.item .box > div:nth-of-type(2) h1 > span > span {
	display: inline-block;
}

#Modal .inlineBox.item .box > div:nth-of-type(2) h1 .sub {
	margin-top: 0.5em;
	font-size: 0.7em;
	line-height: 1.6em;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.item .box > div:nth-of-type(2) {
		margin-top: 60px;
		width: auto;
	}
}

#Modal .inlineBox.item .spec {
	border-collapse: separate;
	border-spacing: 0 20px;
	width: 100%;
}

#Modal .inlineBox.item .spec th {
	padding-right: 20px;
	width: 100px;
	text-align: center;
	vertical-align: top;
}

#Modal .inlineBox.item .spec th > span {
	display: block;
	border-radius: 80px;
	padding: 8px 10px 10px;
	background: #ffe92e;
	line-height: 1.0em;
	font-weight: 700;
	white-space: nowrap;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.item .spec {
		display: block;
		margin-top: 30px;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	#Modal .inlineBox.item .spec tbody, #Modal .inlineBox.item .spec tr, #Modal .inlineBox.item .spec th, #Modal .inlineBox.item .spec td {
		display: block;
	}
	#Modal .inlineBox.item .spec tr {
		padding-top: 30px;
	}
	#Modal .inlineBox.item .spec th {
		padding-right: 0;
		width: 160px;
	}
	#Modal .inlineBox.item .spec td {
		margin-top: 10px;
	}
}

#Bg .set {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#Bg .set > canvas {
	background: transparent;
}

#Bg .particle {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Bg .particle > span {
	position: absolute;
	z-index: 1;
	width: 60px;
	-webkit-transition: -webkit-transform 2.0s ease-out;
	transition: -webkit-transform 2.0s ease-out;
	transition: transform 2.0s ease-out;
	transition: transform 2.0s ease-out, -webkit-transform 2.0s ease-out;
}

#Bg .particle > span.particle1 {
	left: 5%;
	top: 400px;
}

#Bg .particle > span.particle2 {
	left: 13%;
	top: 100px;
}

#Bg .particle > span.particle3 {
	left: 37%;
	top: 60px;
}

#Bg .particle > span.particle4 {
	left: 47%;
	top: 660px;
}

#Bg .particle > span.particle5 {
	left: 54%;
	top: 600px;
}

#Bg .particle > span.particle6 {
	left: 90%;
	top: 190px;
}

#Bg .particle > span.particle7 {
	left: 14%;
	top: 880px;
}

#Bg .particle > span.particle8 {
	left: 20%;
	top: 800px;
}

#Bg .particle > span.particle9 {
	left: 45%;
	top: 1400px;
}

#Bg .particle > span.particle10 {
	left: 59%;
	top: 1300px;
}

#Bg .particle > span.particle11 {
	left: 77%;
	top: 900px;
}

#Bg .particle > span.particle12 {
	left: 81%;
	top: 1200px;
}

@media screen and (max-width: 960px) {
	#Bg .particle > span {
		width: auto;
	}
	#Bg .particle > span.particle2, #Bg .particle > span.particle4, #Bg .particle > span.particle6, #Bg .particle > span.particle8, #Bg .particle > span.particle10, #Bg .particle > span.particle12 {
		display: none;
	}
}

#Bg .particle > span > img {
	display: block;
	-webkit-animation: particleRotate 10.0s linear infinite;
	animation: particleRotate 10.0s linear infinite;
}

@-webkit-keyframes particleRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes particleRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#Splash {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600000;
	width: 100%;
	height: 100%;
	background: #fffff9;
	color: #20c5ff;
	text-align: center;
}

#Splash > div {
	position: relative;
}

#Splash > div img {
	display: block;
	-webkit-animation: loadRotate 10.0s linear infinite;
	animation: loadRotate 10.0s linear infinite;
}

#Splash > div span {
	display: block;
	margin: 1em 0 0 1em;
	font-size: 0.8em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	font-weight: 700;
	-webkit-animation: loadText 2.0s ease infinite;
	animation: loadText 2.0s ease infinite;
}

@-webkit-keyframes loadRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loadRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loadText {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

@keyframes loadText {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

/*# sourceMappingURL=../map/style.css.map */
