@charset "utf-8";
/* CSS Document */

body{min-height: 100vh;}
#countdown_bg{
	padding:150px 0 0 0;
	width:100%;
	height:auto;
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	
}

.countdown_img{
	text-align: center;
	margin:0 auto;
	display: block;
	max-width:798px;
	width:100%;
	
}
.countdown_img img{width: 95%;}
.linkbtn{
	text-align: center;
	margin:100px auto 0 auto;
	padding-bottom:10px;
	width:100%;
}
.linkbtn img{width:100%; max-width:433px;}
.linkbtn a{transition: 0.5s ;}
.linkbtn a:hover {
	opacity: 0.5 ;
}
.copyright{
	text-align: right;

}


.copyright img{width:100%;	max-width:392px;}
.sns_btn{
	display:block;
	width:90%;
	text-align: center;
	max-width:480px;

	margin:0 auto 40px auto;;

	padding-top:12px;
	padding-bottom:4px;
	height:auto;
	vertical-align: middle;
}

.sns_btn_inner{
margin: 0 auto; width:100%;}

.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  top: 2px;
	box-shadow: 0 2px 0 #1B3D82;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
footer{
	display: flex;
	width:100%;
	height:200px;
	justify-content:flex-end;
	align-items:flex-end;
	background-color:#3E3983;
}


.footer_img{

}

@media screen and (max-width:500px) { 
	.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 40px;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 40px;
}
}