@charset "utf-8";
html{
	scroll-behavior: smooth;
}
body{
	color:#000;
	font-family:"游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-weight:400;
	font-size: 18px;
	line-height: 31px;
	word-break: break-all;
	font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.6px;
  background: url(images/btn_bg.png)no-repeat top center , url(images/bg.png)no-repeat;
  background-size: cover;
  min-height: 100vh;
}

ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	color:#000;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	text-decoration:none;
	opacity:1;
	transition:all 0.7s;
}

a:hover{
	color:#989898;
}

img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	user-select: none;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}
/* End Hack */

.container{
	max-width: 1440px;
	margin: auto;
}
h1{
	padding: 15px;
}
.btn_area{
	position: relative;
	min-height: calc(100dvh - 140px);
	display: flex;
	align-items: center;
}
.btn_area ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
	position: relative;
}
.btn_area ul li:nth-child(1){
  margin-right: 12px;
  padding-top: 120px;
}
.btn_area ul li:nth-child(2){
  margin-left: 12px;
}
.btn_area .comingsoon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
footer{
	margin-top: 20px;
	text-align: center;
	line-height: 1;
}

@media only screen and (min-width: 1000px) {
	.sp_only{
		display:none !important;
	}
}

@media (max-width: 999px) {
	.pc_only{
		display:none !important;
	}
	.btn_area ul li:nth-child(1){
	margin-right: 3px;
	padding-top: 40px;
	}
	.btn_area ul li:nth-child(2){
	margin-left: 3px;
	}
	.btn_area .comingsoon{
		max-width: 300px;
	}
	.btn_area{
		min-height: calc(100dvh - 120px);
		display: flex;
	}

}


@media (max-width: 600px) {

}



