@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

html {
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
body {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#astrocitymini-container {
	xfont-family: 'MuseoModerno', cursive;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

#astrocitymini-container *:focus {
	outline: none;
}
#astrocitymini-container a {
	text-decoration: none;
	color: #1F1F21;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

#astrocitymini-container p a {
	text-decoration: none;
	color: #5ec411;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini-container p a:hover {
	text-decoration: underline;
}

#astrocitymini-container .mb_10 {
	margin-bottom: 10px;
}
#astrocitymini-container .mb_20 {
	margin-bottom: 20px;
}
#astrocitymini-container .mb_30 {
	margin-bottom: 30px;
}
#astrocitymini-container .mb_50 {
	margin-bottom: 50px;
}
#astrocitymini-container .mb_70 {
	margin-bottom: 70px;
}
#astrocitymini-container .td_only {
	display: none;
}
#astrocitymini-container .tb-sp {
	display: none;
}
#astrocitymini-container .sp_only {
	display: none;
}

#astrocitymini-container .center {
	text-align: center;
}
#astrocitymini-container .right {
	text-align: right;
}

#container {
	width: 100%;
	background: url("../img/bg.jpg") top center no-repeat;
	min-height: 850px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#container .bg_box {
	position: absolute;
	width: 966px;
	height: 1161px;
	background: url("../img/batsu.png") center top no-repeat;
	top: -200px;
	left: calc(50% - 600px);
	z-index: 1;
	animation: bg_rotate 5s infinite;
}

@keyframes bg_rotate {
0% { transform: rotate(0deg); }
50% { transform: rotate(180deg); }
100% { transform: rotate(360deg); }
}

#container .logo_box {
	position: absolute;
	width: 717px;
	top: 30px;
	left: calc(50% - 359px);
	z-index: 1000;
}

#container .timer {
	position: absolute;
	width: 600px;
	left: calc(50% - 300px);
	top: 250px;
	text-align: center;
	z-index: 1000;
	font-family: 'MuseoModerno', cursive;
	xfont-family: 'Share Tech Mono', monospace;
}
#container .timer_t {
	width: 600px;
	text-align: center;
	display:flex;
	justify-content: center;
	font-weight: 900;
	font-size: 100px;
}
#container .timer_t li {
	width: 150px;
}
#container .timer_s {
	width: 600px;
	text-align: center;
	display:flex;
	justify-content: center;
	font-weight: 900;
	font-size: 20px;
}
#container .timer_s li {
	width: 150px;
}

#container .youtube_box {
	position: absolute;
	width: 600px;	
	text-align: center;
	top: 420px;
	left: calc(50% - 300px);
	z-index: 2000;
}
#container .youtube_box h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#container .youtube_box p {
	margin-bottom: 10px;
}
#container .youtube_box a img {
	max-width: 100%;	
	height: auto;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	transform: scale(1, 1);
}
#container .youtube_box a:hover img {
	transform: scale(1.05, 1.05);
}

#container .comment_01 {
	position: absolute;
	width: 416px;
	left: 50px;
	bottom: 50px;
	z-index: 1000;
}
#container .comment_02 {
	position: absolute;
	width: 416px;
	right: 50px;
	bottom: 50px;
	z-index: 1000;
}


#footer {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 500;
}
#footer .link_out {
	width: 100%;
    text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
#footer .link_out li {
	width: 280px;
	max-width: 48%;
	margin: 0px 10px;
}
#footer .link_out a img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid #ccc;
}
#footer .link_out a:hover img {
	transform: scale(1.1, 1.1);
}
#footer .company_link {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#footer .company_link li {
	width: 100%;
}
#footer .company_link li img {
	width: 100%;
	height: auto;
	transition: .3s;
    transform: translate(0px,0px);
	padding-bottom: 10px;
}
#footer .company_link li img:hover {
    transform: translate(0px,-5px);
}

#footer .copy {
	clear: both;
	text-align: center;
	color: #FFF;
	font-size: 80%;
}

/*-----------------------------------------------------	*/
/*	for - 1024px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1024px) {

#astrocitymini-container .pc_only {
	display: none;
}
#astrocitymini-container .td_only {
	display: inherit;
}
#astrocitymini-container .tb-sp {
	display: inherit;
}
#container {
	min-height: 900px;
}
	
#container .comment_01 {
	position: absolute;
	width: 40%;
	left: 3%;
	bottom: 10%;
}
#container .comment_02 {
	position: absolute;
	width: 40%;
	right: 3%;
	bottom: 10%;
}

	#container .comment_01 img,
	#container .comment_02 img {
		width: 100%;
		height: auto;
	}
	
}

/*-----------------------------------------------------	*/
/*	for - 767px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:767px) {
#astrocitymini-container .header_inner {
  width: 100%;
}	

#astrocitymini-container {
	font-size: 14px;
}

#astrocitymini-container .pc-tb {
	display: none;
}
#astrocitymini-container .tb_only {
	display: none;
}
#astrocitymini-container .sp_only {
	display: inline;
}

#container {
	width: 100%;
	min-height: 750px;
	background: url("../img/bg_sp.jpg") top center no-repeat;
	background-size: 100%;
}
	
#container .bg_box {
	position: absolute;
	xwidth: 966px;
	xheight: 1161px;
	width:120%;
	height: 105%;
	background: url("../img/batsu.png") center top no-repeat;
	background-size: 100%; 
	top: -25%;
	left: calc(50% - 70%);
}
	
#container .logo_box {
	position: absolute;
	width: 80%;
	top: 5%;
	left: calc(50% - 40%);
	z-index: 1000;
}
	#container .logo_box img {
		width: 100%;
		height: auto;
	}
	
#container .timer {
	position: absolute;
	width: 80%;
	left: calc(50% - 40%);
	top: 25%;
}
#container .timer_t {
	width: 100%;
	font-size: 60px;
}
#container .timer_t li,
#container .timer_s li {
	width: 25%;
}
#container .timer_s {
	width: 100%;
	font-size: 16px;
}
	
#container .youtube_box {
	position: absolute;
	width: 86%;	
	top: 40%;
	left: calc(50% - 43%);
}
#container .youtube_box h3 {
	font-size: 22px;
}
	
#container .comment_02 {
	position: absolute;
	width: 50%;
	right: 3%;
	bottom: 10%;
}
	
#footer .link_out li {
	margin: 0px 1%;
}
#footer .company_link {
	width: 100px;
}
	
}

