@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_block{
	position: relative;
}

.movie_block iframe{
	display: block;
    width: 80%;
    height: 23%;
    position: absolute;
    bottom: 75%;
    left: 50.2%;
    transform: translateX(-50%);
}

.movie_block .movie_link{
	width: 100%!important;
	height: 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;
}