@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{
	height: 600px;
	background-image:url("images/1x/IMG_2139.jpg");
	background-position:center;
	background-size:1100px;
	background-repeat: no-repeat;
	position: relative;
}


.menu{
	padding-top: 30px;
	margin-left: 25px;
}

.menu h2,h3{
	font-weight: 200;
	letter-spacing: 1px;
}

.menu div h3 a:hover{
	color: #FF0004;
}

.header-name{
	position:absolute;
	bottom: 110px;
	left: 20px;
}

.header p{
	color: #FFF;
	font-size: 13px;
	text-shadow: 1px 1px 5px #555555;
	font-weight: 250;
	letter-spacing: 1.5px;
	margin-bottom: -5px;
}

.header h1{
	color: #FFF;
	text-shadow: 1px 1px 5px #555555;
	font-weight: 500;
	letter-spacing: 1.5px;
}

.header h4{
	color: #FFF;
	text-shadow: 1px 1px 5px #555555;
	font-weight: 300;
	letter-spacing: 1px;
}

.header-boder{
	color: #FFF;
	position: absolute;
	bottom: 55px;
	right: 40px;
	height: 40px;
	width: 0px;
	border-right: 0.5px solid;
}

.scroll{
	position: absolute;
	bottom: 80px;
	right: 10px;
	transform: rotate(90deg);
}

.sankaku{
	position: absolute;
	bottom: 30px;
	right: 45px;
}

#wrok{
	
}

.title{
	height: 180px;
	position: relative;
}

.kurohuti{
	color: #FFF;
	font-size: 60px;
	font-weight: 500;
	
	margin-top: 50px;
	margin-left: 20px;
	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;
}

.akahuti{
	color: #FFF;
	font-size: 60px;
	font-weight: 500;
	
	text-shadow: 1px 1px 0 #FF0000,-1px -1px 0 #FF0000,-1px 1px 0 #FF0000,1px -1px 0 #FF0000;
	letter-spacing: 0.05em;
	
	padding-top:55px;
	padding-left: 25px;
	
	position: absolute;
	z-index: 10;
}
#work h5{
	margin-top: -85px;
	margin-bottom: 85px;
	margin-left: 245px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FF0000;
	height: 4px;
}

.ander-text{
	position: relative;
	
	height: 360px;
}

#work h2{
	width: 340px;
	margin: 0px auto;
	margin-bottom: 25px;
	margin-top: 35px;
	
	font-size: 22px;
	display: flex;
}

#work h2 h3{
	color: #FF0000;
	font-weight: 500;
	
	margin-left: 10px;
	margin-right: 10px;
}

.text{
	height: 180px;
	text-align: center;
	margin-left: 35px;
	margin-right: 35px;
}

rt{
	color: #FF0004;
	font-size: 10px;
}

#work p img{
	margin-top: -20px;
	width: 600px
}

#work p{
	text-align: center;
}

.btn0{
	position: relative;
	width: 250px;
	margin-top: -50px;
	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: 250px;
	

	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: 250px;
	border-radius:30px;
	
	margin-left: 10px;
	padding-top: 10px;
}

.btn a{
	position: absolute;
	left: 32%;
	right: 30%;
	top: 22%;
	color: #FFF;
}


#profile{
	text-align: center;
}

#profile h4{
	height: 200px;
	width: 200px;
	
	margin: 0px auto;
	
	border: solid 1px;
	background-image: url("images/IMG_1111.png");
	background-size: 160%;
	background-position: center top -6px;
}
.myface{
	
}

#profile h5{
	margin-top: -85px;
	margin-bottom: 85px;
	margin-left: 325px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FF0000;
	height: 4px;
}

#profile h2{
	font-size: 28px;
	font-weight: 500;
	margin-top: 30px;
}

#profile h3{
	font-size: 15px;
	margin-top: -5px;
	color: #FF0000;
	margin-bottom: 20px;
}

.text2{
	margin-left: 35px;
	margin-right: 35px;
	text-align: center;
}

#profile .btn0{
	margin-top: 40px;
}

#profile p img{
	margin-top: 50px;
}

#contact .btn0{
	margin-top: 80px;
}

.contact{
	width: 380px;
	margin: 0px auto;
}

.contact h2{
	margin-left: 30px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact h6{
	margin-left:50px;
	height: 200px;
	border-left: solid 2px #3C3C3C;
	margin-bottom: 30px;
}

.contact p{
	margin-left: 35px;
	margin-right: 35px;
	font-size: 12px;
}

.contact img{
	height: 360px;
	margin-top: -300px;
	margin-left: 120px;
}

#contact h5{
	margin-top: -85px;
	margin-bottom: 85px;
	margin-left: 370px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FF0000;
	height: 4px;
}

fooder{
	background-color: #FFF;
}

#fooder{
	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;
}




























