@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	btn
=======================================================*/
.btn a {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #006dd9;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background-color: #ffffff;
}

/*=======================================================
	section-contents
=======================================================*/

.contents_img img {
	width: 100% !important;
	height: 100%;
}
@-webkit-keyframes icon-anime-img {
	50% {margin-top: -10px}
}
@keyframes icon-anime-img {
	50% {margin-top: -10px}
}

.past{
	padding: 10%;
	background-color: #020202;
}

.video_holder_wrap img{
	width: 100%!important;
}

.movie_block,
.twitter_block,
.ft_box{
	position: relative;
}
.movie_block iframe{
	display: block;
	width: 80%;
	height: 50%;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid #000;
}

.movie_block .movie_link{
	width: 100%!important;
	height: auto;
}

.twitter_block{
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
}
.twitter_box{
	box-sizing: border-box;
	position: absolute;
	width: 90%;
	max-width: 1200px;
	height: 500px;
	margin: auto;
	padding: 8px;
	left: 0;
	right: 0;
	bottom: 105px;
	background-color: #462000;
}
.twitter_ttl img{
	display: block;
	width: 119px!important;
	margin: 0 auto;
	margin-bottom: 8px;
}


.ft_box .top_jump{
	position: absolute;
	top: -100px;
	right: 5%;
}
.ft_box .top_jump img{
	width: 140px!important;
}

.ft_bnr_box{
	display: flex;
	align-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ft_bnr_box .fb-like{
	margin-right: 10px;
}