@charset "utf-8";
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
section,
div,
ul,
li,
dl,
dt,
dd,
p { margin:0; padding:0;}

section.default_code iframe p.articleList-curation__unitName { display:none;}

body{
    overflow-x: hidden;
}

/* アイコン*/
.txt i,.noflexbox i{margin:0 5px; vertical-align: middle; color:orange;}

/* ヘッダー
------------------------------------------*/
#top_img{
	position: relative;
	width: 100%;
	max-width:600px;
	height: 355px;
	overflow:hidden;
	background-color: #FFF;
}
#top_logo{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 600px;
}
#top_logo img{
	width: 100%;	
}
/* プレゼント
------------------------------------------*/
#box_web{
	margin:0 auto 50px;
}
#box_web h5,#box_post h5{
	display:inline-block;
	width:20%;
	margin:20px 38% 10px;
	padding:0 2%;
	color:#fff;
	font-size:0.8rem;
	line-height:24px;
	height:24px;
	border-radius:12px;
	background:#333;
	text-align:center;
}
.box_pre{
	width:630px;
	margin:0 auto 10px;
	overflow:hidden;
	_zoom:1;
}
.inr_left{
	float:left;
	width:300px;
	margin:5px 10px 0 0;
}
.inr_left img{
	width:100%;
}
.inr_right{
	float:left;
	width:300px;
}
.inr_right p.name{
	font-size:0.9rem;
}
.inr_right p.name strong{
	font-size:1.3rem;
	font-weight:normal;
}
ul.notice{
	margin-bottom: 10px;
}
.notice li{
	font-size:0.75rem;
	color:#ff0000;
	padding-left:1em;
	text-indent:-1em;
}
span.notice{
	color:#ff0000;
}
.btn_entry a{
	width:70%;
	max-width:400px;
	background:#ff8208;
	border-radius:5px;
	color:#f5f7ec;
	display:block;
	font-size:1.2rem;
	text-align:center;
	text-decoration:none;
	margin:5px auto 20px;
	padding:14px 10px;
	line-height:1.2;
	transition:0.3s;
}
.btn_entry a:hover{
	opacity:0.8;
}
.btn_end{
	width:70%;
	max-width:400px;
	background:#767676;
	border-radius:5px;
	color:#ffffff;
	display:block;
	font-size:1.2rem;
	text-align:center;
	margin:20px auto;
	padding:14px 10px;
	line-height:1.2;
}

#box_post{
	margin:0 auto 50px;
}
#box_post .inr_left{
	float:left;
	width:200px;
	margin:5px 10px 0 0;
}
#box_post .inr_right{
	float:left;
	width:400px;
}
#box_web .end_entry{
	text-align:center;
}
.end_entry{
	color:#000;
	font-size:1.0rem;
	font-weight:bold;
}
.caption{
	font-size:0.65rem !important;
	text-align:center;
}
/*.flexbox{display:flex; width: 96%; margin: 0; align-items: flex-start; padding: 0;}
.flexbox img{display:block;width: 100%;}*/
.noflexbox{display:block; width: 96%; max-width: 600px; margin: 0 auto; margin: 0;  padding: 0;}
.noflexbox img{display:block;width: 100%;}
/*出演者*/

.cast_txt br.sphone_br{display:none;}
/*フットゴルフ　フォトギャラリー*/
#box-photogallery_fg {max-width: 580px; width: 100%;margin: 0 auto;}
#box-photogallery_fg a { float:left; /*width:23%; */margin:0 1% 12px;}
#box-photogallery_fg a img {object-fit: cover;width: 180px; height:125px;}

.page_contents .sppg_content div#box-photogallery {position: relative; display: flex;flex-wrap: wrap;}
.page_contents .sppg_content div#box-photogallery a {float:none; width:calc(100% / 4 -40px);height:70px; margin:0 5px 12px; position: relative; overflow: hidden;display: block; background-color: #FFF;}
.page_contents .sppg_content div#box-photogallery a img {position: absolute; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width:100%; height:auto;}

.img_catch{width: 96%; max-width: 580px; display: block;margin: 0 auto;border-radius: 6px;}
.img_webner{width: 96%; max-width: 580px; display: block;margin: 0 auto;padding-top: 3em;}

/*gyao,rokipoバナー*/
.box_movie{display: flex; padding: 20px 0; flex-wrap: wrap; justify-content:center; width:100%; max-width: 800px; margin: 0 auto;}
.box_movie div {margin:0; padding: 0; width:50%; }
.box_movie div img{margin:0; width:100%; }

/*見逃し配信------------------------------------------*/
div.left_box div.sppg_content  div.movie_box { margin-bottom:1em;}
div.left_box div.sppg_content  div.movie_box img{ width: 100%; height: auto;}
/*均等flexbox 一列*/
.btn_flex-even{display: flex;}
.btn_flex-even > li{flex-basis: 100%;}
.btn_flex-even li a{display:block;padding: 0.3em; margin: 0 0.3em;border: 1px solid #ccc; border-radius: 6px;}
.btn_flex-even li img{display:block;width: 90%; max-width:112px; height: auto; text-align: center; margin: 0 auto;}
/*/見逃し配信------------------------------------------*/

@media screen and (max-width: 768px) {
/* ヘッダー
------------------------------------------*/
#top_img{
	width: 100%;
	max-width:768px;

}

#top_logo{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;

}
#top_logo img{
	display: block;
	width: 100%;	
	margin: 0 auto;
}
/* プレゼント
------------------------------------------*/
.box_pre{
	width:94%;
}
.box_pre img{
	width:100%;
	margin:5px 10px 0 0;
}
#box_post .inr_left{
	float:none;
	width:100%;
	margin:5px 0 0;
}
#box_post .inr_right{
	float:none;
	width:100%;
}
#box_post .inr_right p{
	font-size: 0.9rem;
}
.flexbox{display:block; width: 90%; margin: 0 auto;}

/*フットゴルフ　フォトギャラリー*/
#box-photogallery_fg {}
#box-photogallery_fg a { float:left; /*width:23%; */margin:0 1% 12px;}
#box-photogallery_fg a img {object-fit: cover;width: 100px; height:75px;}	

.cast_txt br.sphone_br{display:block;}
	
/*gyao,rokipoバナー*/
.box_movie{flex-direction: column; margin: 0 auto;}
.box_movie div {width:100%; }
.box_movie div img{margin:3px 0px; width:100%; }


}



