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


*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body{
	background-color:#FFF;
}

@media(min-width:800px){
	body{
		margin: 0px 200px;
	}
}

a{
	color: #000;
}

header h5{
	margin-top: 50px;
	width: 50%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FF0000;
	height: 4px;
}
@media(min-width:800px){
	header h5{
		width: 100%;
	}
}

.kurohuti{
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	
	
	text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000;
	letter-spacing: 0.05em;
	
	position: absolute;
	z-index:20;
	
	top: 3%;
	right: 5%;
}

.akahuti{
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	
	padding-top: 3px;
	padding-left: 5px;
	
	text-shadow: 1px 1px 0 #FF0000,-1px -1px 0 #FF0000,-1px 1px 0 #FF0000,1px -1px 0 #FF0000;
	letter-spacing: 0.05em;
	
	position: absolute;
	z-index: 10;
	top: 3%;
	right: 4%;
}
@media(min-width:800px){
	.kurohuti{
		writing-mode:vertical-rl;
	}
	.akahuti{
		writing-mode:vertical-rl;
		margin-right: 5px;
	}
}

header h3{
	margin: 5px 0px;
	padding: 20px;
	font-weight: 200;
	
}

header h3 div a:hover{
	color: #FF0004;
}


#top h1{
	margin: 20px 50px;
	height: 380px;
	background-image: url("images/1x/1x/stac/IMG_6225.png");
	background-size: 120%;
	background-position: 50% 40%;
}

#top h2{
	color: #DF0003;
	font-weight: 300;
	font-size: 35px;
	margin-left: 30px;
	margin-top: -10px;
}

#top h3{
	color: #7A7A7A;
	font-weight: 200;
	font-size: 17px;
	margin-left: 45px;
	margin-top: -8px;
	margin-bottom: 30px;
}
#top p{
	margin: 0px 50px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	font-weight: 300;
	
	border-bottom: solid 1px;
}




#bottom h1{
	text-align: center;
}
#bottom h2{
	color: #7A7A7A;
	font-weight: 200;
	font-size: 15px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 25px;
}
#bottom p{
	margin: 0px 50px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	font-weight: 300;
}

.btn0{
	position: relative;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}

.btn{
	position:absolute; 
	font-weight: 500;
	background-color: #000;
	border-radius:30px;
	border: solid 2px #FFF;
	
	height: 50px;
	width: 200px;
	
	display:inline-block;
	/*ボタンを作りたい時は絶対これ*/
	transition:0.5s;
	/*　0.5秒かけてhoverに変わる。　*/
}
.btn:hover{
	background-color: #700204;
	
	translate:0 -2px;
	/*　位置がずれる。x y 座標。
	　　今回は上に１０px。　　　　　*/
	
	scale:1.0;
	/*　大きさを1.1倍にする　*/
}
.btn:active{
	background-color: #FF0004;
	
	translate:2px 0px;
	/*　位置がずれる。x y 座標。
	　　今回は上に１０px。　　　　　*/
	
	scale:1.0;
	/*　大きさを1.1倍にする　*/
}
.btn2{
	background-color: #FF0000;
	height: 50px;
	width: 200px;
	border-radius:30px;
	
	margin-left: 10px;
	padding-top: 10px;
}

.btn a{
	position: absolute;
	width: 205px;
	text-align: center;
	top: 22%;
	color: #FFF;
}






















fooder{
	background-color: #FFF;
}

#fooder{
	margin-top: 80px;
	border: solid 1px #000;
	padding: 15px;
}

fooder ul{
	list-style: none;
	font-weight: 250;
	
	display: flex;
}

fooder li{
	padding: 0px 5px;
	font-size: 15px;
}

fooder li a:hover{
	color: #FF0004;
}

fooder p{
	font-size: 10px;
	text-align: end;
	margin-right: 10px;
	margin-top: -20px;
}
