@charset "utf-8";
/* CSS Document */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.t-mode-rwd .l-content-main {
	padding: 0 !important;
}
/* Particles */
.star-box {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	background: #000 url("../img/main_bg.jpg") center;
	background-size: cover;
}
.star-box-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.star-box-content {
	width: 100%;
	max-width: 600px;
}

.star-box-content img {
	width: 100%;
}

#stars-erea {
  width:100%;
  height:100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.txt-box {
	position: relative;
	z-index: 50;
}
.txt-box .end-txt-lead {
	text-align: center;
	color: #f2f2f2;
	font-size: 1.6em;
	font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
	letter-spacing: 0.1em;
}
.txt-box .end-txt-lead a {
	color: #f2f2f2;
}