 @charset "UTF-8";
header {
	box-shadow: none;
}
h2 {
	text-align: center;
}
#title_wrap h1 {
	color: #fff;
	font-size:3rem;
	margin: 0 0 0.5em;
	letter-spacing: 0.2em;
	text-align:center;
}

#title_wrap p {
	font-size:2rem;
	margin: 0 0 0.8em;
	letter-spacing: 0.1em;
	text-align:center;
}
.appear {
	transform-origin: center top;
	animation: show 3s both;
}
.title01 {
	animation-delay: 0.3s;
}
.title02 {
	animation-delay: 1s;
}
.title03 {
	animation-delay: 2s;
}
 @keyframes show {
	 0% {
	 transform: translate(0, -40px);
	 opacity: 0;
	}
	 100% {
	 transform: translate(0, -10px);
	 opacity: 1;
	}
}
.main_bg_wrap {
	background: -moz-radial-gradient(#e6e6e6, #8d9090);
	background: -webkit-radial-gradient(#e6e6e6, #8d9090);
	background: radial-gradient(#e6e6e6, #8d9090);
	clear: both;
}
.bg_gra {
	background: linear-gradient(to bottom, rgba(110, 115, 120, 0.1), transparent 20%, transparent 80%, rgba(110, 115, 120, 0.1));
}
#title_wrap {
	width:100%;
	max-width:1000px;
	height:600px;
	margin:0 auto;
	display: flex;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#FFF;
	}
.title_box {
	width:55%;
		padding:10px 20px;
		display: flex;
		align-items: center;
		 justify-content: right;
		text-align:center;
	}
.img_box {
	width:45%;
	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: 30%;
	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);
}
#footer {
	background: #918b84;
}
video {
    width: 640px;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width:979px) {
	.lnk_box_wrap {
		flex-wrap: wrap;
	}
	.lnk_box {
		width: 50%;
		min-height: 150px;
	}
}
@media screen and (max-width:650px) {
	#title_wrap {
	height:400px;
	text-align:left;
	}
	.title_box {
		width:55%;
		padding:15px;
		align-items: center;
		 justify-content: left;
	}

	.img_box {
		background-image: none;
		width:45%;
	}
	.main_bg {
		background-image: url(../images/main_kiri02.png);
		background-size: 185px 537px;
		background-position: top right;
		background-repeat: no-repeat;
		animation: bgiLoop 45s 1;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	#title_wrap h1 {
	font-size:2rem;
	text-align:left;
	letter-spacing: 0.1em;
	}
	#title_wrap p {
		font-size:1.4rem;
		text-align:left;
		letter-spacing: 0;
	}
	video {
    width: 100%;
    height: auto;
  }

 @keyframes bgiLoop {
	 0% {
	background-position: right 0px;
	}
	 50% {
	background-position:right -100px;
	}
	 100% {
	background-position:right -50px;
	}
}
	.lnk_box_wrap {
		display: block;
	}
	.lnk_box {
		width: 100%;
		min-height: 140px;
	}
	.lnk_box a {
		font-size: 1.3rem;
		padding: 30px 10px;
	}

}
