@charset "UTF-8";
header {
	box-shadow: none;
}
#title_wrap {
	width: 520px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#title_wrap h1 {
	width: 74px;
	position: absolute;
	top: 40px;
	right: 0;
}
#title_wrap p {
	width: 75px;
	position: absolute;
	top: 170px;
	left: 0;
}
.appear {
	transform-origin: center top;
	animation: show 3s both;
}
.title01 {
	animation-delay: 0.3s;
}
.title02 {
	animation-delay: 2s;
}
@keyframes show {
	 0% {
	 transform: translate(0, 0);
	 opacity: 0;
	}
	 100% {
	 transform: translate(0, 30px);
	 opacity: 1;
	}
}
.main_bg_wrap {
	background: -moz-radial-gradient(#e6e6e6, #8d9090);
	background: -webkit-radial-gradient(#e6e6e6, #8d9090);
	background: radial-gradient(#e6e6e6, #8d9090);
}
.bg_gra {
	background: linear-gradient(to bottom, rgba(110, 115, 120, 0.1), transparent 20%, transparent 80%, rgba(110, 115, 120, 0.1));
}
.main_bg {
	clear: both;
	width: 100%;
	background-image: url(../images/main_kiri02.png);
	background-position: top center;
	background-size: 300px 870px;
	background-repeat: no-repeat;
	animation: bgiLoop 45s 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes bgiLoop {
	 0% {
	background-position: center 0px;
	}
	 50% {
	background-position:center -170px;
	}
	 100% {
	background-position:center -90px;
	}
}
.lnk_box_wrap_bg {
	background: url(../images/bg_netsuke.jpg);
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}
.lnk_box_wrap_bg::after {
  content: '';
  background-color: rgba(54,46,43,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lnk_box_wrap {
	width:100%;
	box-sizing: border-box;
	max-width:1600px;
	margin:0 auto;
	display: flex;
	justify-content: space-evenly;
	padding:20px;
	position: relative;
  z-index: 1;
}
.lnk_box {
	box-sizing: border-box;
	display: flex;
	width: 23%;
	padding:15px;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.lnk_box a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border: 2px solid #fff;
	background-color: rgba(0,0,0,0.1);
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.lnk_box a:hover {
	color: #333;
	text-decoration: none;
	background-color: rgba(255,255,255,1);
}
@media screen and (max-width:979px) {
	.lnk_box_wrap {
		flex-wrap: wrap;
	}
	.lnk_box {
		width: 50%;
		min-height: 150px;
	}
}
@media screen and (max-width:640px) {
	.main_bg {
		background-size: 185px 537px;
	}
	#title_wrap {
	width:100%;
	height:400px;
	}
	#title_wrap h1 {
	width:60px;
	top: 10px;
	right: 15px;
	}
	#title_wrap p {
	width:60px;
	top: 60px;
	left: 15px;
	}
@keyframes bgiLoop {
	 0% {
	background-position: center 0px;
	}
	 50% {
	background-position:center -100px;
	}
	 100% {
	background-position:center -50px;
	}
}
	.lnk_box_wrap {
		display: block;
	}
	.lnk_box {
		width: 100%;
		min-height: 120px;
	}
	.lnk_box a {
		font-size: 1.3rem;
		padding: 30px 10px;
	}
}
#footer {
	background: #918b84;
}
h2 {
	text-align: center;
}
video {
    width: 640px;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 640px) {
  video {
    width: 100%;
    height: auto;
  }
}