/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

.clear {
	clear:both;
}

li {
	list-style:none
}

a {	
	color: #04856B;
	text-decoration: underline;
}

p { 
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align: top;
}

div hr{
	display:none;
}

* html div {
	zoom: 1;
}


/*------------------------------
コンテンツ枠
------------------------------*/
#container {
	margin:0 auto;
}

/*------------------------------
背景色違い
------------------------------*/
#wrap_top {
	background: url(images/bg.jpg) repeat;
}


/*------------------------------
メインコンテンツ枠
------------------------------*/
#contents {
	margin: 0 auto;
	padding-bottom: 0px;
	width: 1270px;
}

#main p {
	margin: 0;
	padding: 40px 0 0 0;
}

@-webkit-keyframes icon-anime-img {
	50% {margin-top: -10px}
}
@keyframes icon-anime-img {
	50% {margin-top: -10px}
}

.btn_area{
	position: relative;
}
.btn_area .btn_jump01,
.btn_area .btn_jump02,
.btn_area .btn_jump03{
	display: block;
	position: absolute;
	width:240px;
	height: 235px;
	border-radius: 5px;
}

.btn_area a:hover{
background-color: rgba(255,255,255,0.3);
}

.btn_jump01{
	top:200px;
	left: 347px;
}

.btn_jump02{
	top:200px;
	left: 601px;
}

.btn_jump03{
	top:200px;
	left: 855px;
}

.movie_box{
	width: 1270px;
	margin: auto;
	position: relative;
	background-color: #51270c;
}

.movie_link{
	position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft_bnr{
	position: relative;
	margin-top:-15px;
}

.ft_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ft_box p{
	margin-left: 10px;
}

.ft_bnr_box{
	margin-top: -40px;
	padding-bottom: 20px;
}