@charset "utf-8";

#slide #video{
	height: 680px;
}
/*
.video_wrap::before {
	position: absolute;
	content: 'Sample Movie';
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	z-index: 99;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
*/
/* スクロールボタン動き*/
.scroll{
	margin: auto;
	width:4%;
	bottom: 30px;
	left: 0;
	right:0;
	 position: absolute;
}
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
.keyframe{
	animation-name: anim_v;
}
@keyframes anim_v {
	0% {
			transform: translate(0, 0px);
	}
	100% {
			transform: translate(0, -15px);
	}
}

/* ---------- content1 ---------- */
#content1{
	background-image: url(../img/point1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content1 h2{
	max-width: 780px;
}
#content1 h2 img{
	max-width: 628px;
}
#content1 > div.txt_box{
	line-height: 180%;
	max-width: 780px;
}
#content1 > div.txt_box img{
	float: left;
	max-width: 246px;
}

/* ---------- content1_bg ---------- */
#content1_bg{
	clear: both;
	height: 260px;
	overflow: hidden;
	background-image: url(../img/contents1_bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#content1_bg:after {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 25px solid #fff4e5;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
}

/* ---------- content2 ---------- */
#content2_bg{
	background-image: url(../img/bg1.png);
}
#content2 > h3 img{
	max-width: 252px;
}
#content2 > div .cate_box figure img{
	max-width: 320px;
	transition: all 400ms ease-in-out;
}
#content2 > div .cate_box figure img:hover{
	opacity : 0.8;
	transform : translate(0, -5px);
}

/* ---------- content3---------- */
#content3 > h3 img{
	max-width: 252px;
}
#content3 > div .cate_box figure img{
	max-width: 226px;
	transition: all 400ms ease-in-out;
}
#content3 > div .cate_box figure img:hover{
	transform : translate(0, -5px);
}

/* ---------- content4---------- */
#content4_bg{
	background-image: url(../img/bg1.png);
}
#content4 > h3 img{
	max-width: 252px;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){
	
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#slide #video{
		height: 480px;
	}
	#content1 > div.txt_box img{
		float: left;
		max-width: 200px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#slide #video{
		height: 380px;
	}
	#content1 h2 img{
		max-width: 324px;
	}
	#content1 > div.txt_box img{
		float: none;
		max-width: 246px;
	}
	#content1_bg{
		background-attachment: scroll;
	}
	#content2 > div .cate_box figure img{
		max-width: 300px;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){

}