@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	btn
=======================================================*/
.btn_area{
	position: relative;
}

.btn_jump01,
.btn_jump02,
.btn_jump03 {
	display: block;
	width: 64%;
	height: 6%;
	position: absolute;
}

.btn_jump01 {
	top: 37%;
	left: 28.3%;
}

.btn_jump02 {
	top: 43.7%;
	left: 28.3%;
}

.btn_jump03 {
	top: 50.5%;
	left: 28.3%;
}



/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background-color: #ffffff;
}
.mainimage {
}
.mainimage img {
	width: 100% !important;
}



/*=======================================================
	section-contents
=======================================================*/

.contents_img img {
	width: 100% !important;
	height: 100%;
}



/*=======================================================
	movie
=======================================================*/

.movie_area {
	background-color: #765a0e;
	padding: 20px 0;
}

.movie_box {
	width: 85%;
	position: relative;
	margin: auto;
}

#movie iframe {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	width: 94%!important;
	height: 79%!important;
	margin: 0 auto;
}

.ft_bnr {
	position: relative;
}
.ft_bnr_box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.ft_box {
	display: flex;
	align-items: center;
}

.ft_box div{
	margin-right: 10px;
}

.wrapper-contents {
	padding-bottom: 0;
}