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

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;
}

.video-container {
  position: relative;
}

video {
  width:100%
}

#siteheader {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	width: 600px;
	height: 93%;
	min-height: 100vh
}

h1{
	font-size:30px;
	color:#4E131A;
	text-align:center;
	margin-top:45px;
	margin-left: 30px;
}


.daimei{
	/*background-color: crimson;*/
	width:140px;
	height:140px;
	margin-top:40px;
	margin-right:216px;
	margin-left:auto;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.daimei img {
  display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.daimei:hover {
  -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.daimei:hover img:nth-of-type(2) {
  opacity: 0;
}