@charset "utf-8";

body{
	font-family:"Arial Black", Gadget, "sans-serif"
		YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1em;
	background-image: url("IMG_1908.png");
	background-repeat: no-repeat;  
	background-size: cover;
}

#siteheader {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	width:670px;
	height: 93%;
	min-height: 100vh;
	/*background-color:#AAAAAA;*/
}
.daimei{
/*	background-color:#E1696B;*/
	width:500px;
	height:210px;
	margin-top:235px;
	margin-right:auto;
	margin-left:0px;
	text-align:left;
}

.START{
/*	background-color:#E1696B;*/
	width:100px;
	height:30px;
	margin-top:50px;
	margin-left:201px;
}

a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #E3E3EE;
  text-decoration: none;
}

a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E3E3EE;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

a:hover:after {
  transform: translate(0, 0);
}

