@charset "utf-8";
/* CSS Document */

/*-------clearfix-------*/
.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; overflow: hidden; font-size: 0; }
.hidetxt{ text-indent: 100%; white-space: nowrap; overflow: hidden; }

#content {margin: 0; padding: 0;}


html{
	overflow: hidden;
	height: 100%;
	scroll-behavior: smooth;
}
body{
 overflow: auto;
 height: 100%;
 overflow-x: hidden;
}


/*-------- コンテンツ --------*/

#content { 
	overflow: hidden;
	background: #000;
}
#special {width: 1200px; margin: auto;}
.bolt {width: 100%; margin: 15px 0;} 
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;}

.cont_img{
	display: flex;
 	flex-direction: column;
 	align-items: center;
	
}

.cont_img img{
	margin: 0;
	padding: 0;
	width:1400px;
}

.cont_img a{font-size: 0;}

.cont_img a:hover{
	opacity: 1;
}

/*-------- コンテンツ_end --------*/

/*-------- メインビジュアル --------*/
#main_title {width: 1200px; height: 675px; box-shadow: 0 0px 15px 0 #000;}
#main_title img {width: 100%;}
/*-------- メインビジュアル_end --------*/

/*-------- リストメニュー --------*/
#about {
	background-image: url("../../images/pc/efsf_logo.png");
	background-size: 460px;
	background-position: top 40px center;
	background-repeat: no-repeat;}
#about ul {margin-top: 30px;}
#about ul li{display: inline-block; width: 385px; height: 85px; margin: 0 5px; box-shadow: 0 0px 15px 0 #000;}
#about img {width: 100%;}
/*-------- リストメニュー_end --------*/

/*-------- 動画 --------*/
#movie img {width: 100%;}
.youtube {
	width: 1200px; height: 760px; text-align: center; margin-top: 30px;
	background-image: url("../../images/pc/movie_bg.png");
	background-size: contain;
	background-position: top 20px center;
	background-repeat: no-repeat;}
.youtube iframe{width: 900px; height: calc(900px * 0.5625); margin-top: 115px;}
/*-------- 動画_end --------*/


/*-------- ランダムフォト --------*/
#photo img {width: 100%;}
.random_photo {border: 10px solid #f2f3f3; margin-top: 50px; box-sizing: border-box; height: 785px; overflow: hidden;}
/*-------- ランダムフォト_end --------*/


/*-------- 商品情報 --------*/
#product img {width: 100%;}
#product img:nth-of-type(2) {padding-top: 25px;}
#product .product_lineup {margin-top: 20px;}
#product .product_lineup div {width: 65%; display: inline-block;}
#product ul {width: 34%; display: inline-block; vertical-align: top;}
#product ul li {margin: 30px 0;}
.gundaminfo {width: 360px}
/*-------- 商品情報_end --------*/


/*-------- 商品情報 --------*/
.back_number {margin-bottom: 22px;}
.back_number ul {width: 100%!important; margin-top: 25px;}
.back_number ul li {display: table-cell;}
/*-------- 商品情報_end --------*/


/*-------- コピーライト --------*/
.copy { text-align: center; line-height: 1.5em; padding-bottom: 25px; color: #C4C4C4;}
/*-------- コピーライト_end --------*/

/*-------- フッター --------*/
footer {width: 100%; position: relative;}
footer #box_inner {width: 1200px; margin: 0 auto; position:relative;}
footer #box_inner #footer_sns {position: absolute; top:90px; left:0;}
footer #box_inner #footer_sns .fb-like{ margin: 0 10px 0 0;}
footer #box_inner #footer_sns .fb_iframe_widget > span {vertical-align: baseline !important;}
#twitter-widget-0 {vertical-align: top;}