@charset "utf-8";

/* ----------------- .cms_list_figure_wrap ----------------- */

.cms_list_figure_wrap{
	position: relative;
	overflow: hidden;
  -ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  /*transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;*/
}

.cms_list_figure_wrap.img_active{
  -ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* 画像とテキストが垂直 */

.list_layout01 .cms_list_figure_wrap{
	float: none;
}

/* 画像とテキストが平行 */

.list_layout02 .cms_list_figure_wrap{
	float: left;
	width: 47%;
}

.gm-style{
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 10px !important;	
}

.gm-style-iw{
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child{
	background: #404040 !important;	
}

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child > div:last-child{
	background: url(../img/template/shop_close.gif) no-repeat !important;
	background-size: 15px 16px !important;
	width: 15px !important;
	height: 16px !important;
}

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child > div:last-child img{
	display: none !important;
}

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child{
		
}

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:last-child{
	background: #404040 !important;	
}

/*
.gm-style > div > div > div > div > div:first-child > div:last-child{
	background: #404040 !important;	
}*/

.gm-style > div > div > div > div > div > div > div > div{
	background: #404040 !important;	
}

.gm-style-iw .cms_list_figure_wrap{
	float: left;
	width: 47%;
	-ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}


.gm-style-iw .cms_list_figure{
	background: none !important;
}

.gm-style-iw .cms_list{
	width: 440px;
	padding: 20px 0 0 20px;
}

.gm-style-iw > div:first-child{
}

.gm-style-iw .cms_list_figure_content figure img{
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
	-ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.gm-style-iw .cms_list_figure_text{
	display: none !important;	
}

.gm-style-iw .cms_list_sns_wrap{
	display: none !important;
}

.gm-style-iw .cms_list_more_text{
	display: none !important;
}

.gm-style-iw .cms_list_time{
	font-size: 11px !important;
	color: #999999 !important;
}

.gm-style-iw .cms_list_title{
	font-size: 16px !important;
	color: #ffffff !important;	
}

.gm-style-iw .cms_list_lead{
	font-size: 12px !important;
	line-height: 1.5;
	color: #ffffff !important;
}

@media screen and (max-width: 700px) {

.gm-style-iw .cms_list{
	width: 240px;
	padding: 8px 0 0 8px;
}

.gm-style-iw .cms_list_title{
	font-size: 12px !important;
	color: #ffffff !important;	
}

.gm-style-iw .cms_list_lead{
	font-size: 10px !important;
}
	
}

/* 下線がある場合 */

.list_line .cms_list_figure_wrap{
	width: 32.5%;
}

/* 人物画像が付いている場合 */

.figure_type .cms_list_figure_wrap{
	width: 39.5%;
}

/* CMS内人物画像 */

.figure_blocks .cms_list_figure_wrap{
	width: 100% !important;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 700px) {
	.list_layout02 .cms_list_figure_wrap{
		float: none;
		width: 100%;
	}
	/* 下線がある場合 */

	.list_line .cms_list_figure_wrap{
		float: left;
		width: 32.5%;
	}
	
	/* 人物画像が付いている場合 */
	
	.figure_type .cms_list_figure_wrap{
		width: 100%;
	}
}

/* NEWが表示される場合 */

.cms_list.NEW > .cms_list_in  .cms_list_content .cms_list_figure_wrap:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	top: -18px;
	left: -18px;
	width: 0px;
	height: 0px;
	border: 18px solid transparent;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;	
}

.cms_list.NEW > .cms_list_in .cms_list_content .cms_list_figure_wrap:after{
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 200;
	width: 18px;
	height: 20px;
	background: url(../img/template/cms_list_new.png) no-repeat;
	background-size: 18px 20px;
	transition: all 0.4s ease 0.2s;
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;	
}

.cms_list.NEW.new_active > .cms_list_in .cms_list_content .cms_list_figure_wrap:before{
	top: 0;
	left: 0;
}

.cms_list.NEW.new_active > .cms_list_in .cms_list_content .cms_list_figure_wrap:after{
	top: 2px;
	left: 3px;	
}

/* NEWが表示され背景が灰色の場合 */

.bg_gray .cms_list.NEW > .cms_list_in > .cms_list_content .cms_list_figure_wrap:before{
	border-top-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

/* ----------------- .cms_list_figure ----------------- */

.cms_list_figure{
	overflow: hidden;
	position: relative;
	height: 0;
	padding: 0 0 66% 0;
	/*background-color: #f5f5f5;*/
	background-color: #ffffff;
}

.popup_active .popup_zone .cms_list_figure{
	background-color: #1f1f1f;
}

.street_content_in .cms_list_figure{
	background-color: #f5f5f5;	
}

.comingsoon .cms_list_figure{
	background-color: #f5f5f5;
	background-image: url(../img/template/comingsoon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 8px;
}

.comingsoon .cms_list_figure_wrap{
	-ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

#common_search_nav .attention_keyword .cms_list_figure{
	background: #404040;	
}

.popup_snap_search .attention_keyword .cms_list_figure{
	background: #404040;	
}

.cms_list_figure a{
	display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

/* 画像が横の場合 */

.horizontal .cms_list_figure{
	padding: 0 0 66% 0;	
}

/* 画像が縦の場合 */

.vertical .cms_list_figure{
	padding: 0 0 150% 0;
}

/* ----------------- .cms_list_figure_in ----------------- */

.cms_list_figure_in{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

/* ----------------- .cms_list_figure_content ----------------- */

.cms_list_figure_content{
	display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

/* 動画の場合 */

.MOVIE .cms_list_figure_content:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}

.MOVIE .cms_list_figure_text{
	display: none;
}

.MOVIE .cms_list_figure_content:hover:before{
	background: rgba(0,0,0,0);
}

.MOVIE .cms_list_figure_content:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 30px;
	margin: -15px 0 0 -20px;
	background: url(../img/template/cms_list_movie.png) no-repeat;
	background-size: 40px 30px;	
}

.MOVIE .figure_blocks .cms_list_figure_content:before,
.MOVIE .figure_blocks .cms_list_figure_content:after{
	display: none !important;
}

#common_search_nav_wrap .MOVIE .cms_list_figure_content:after{
	width: 21px;
	height: 21px;
	margin: -10px 0 0 -10px;
	background: url(../img/template/cms_list_movie_search.png) no-repeat;
	background-size: 21px 21px;	
}

.popup_snap_search .MOVIE .cms_list_figure_content:after{
	width: 21px;
	height: 21px;
	margin: -10px 0 0 -10px;
	background: url(../img/template/cms_list_movie_search.png) no-repeat;
	background-size: 21px 21px;	
}

.cms_list_figure_content figure{
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cms_list_figure_content figure.first_img{
	z-index: 1;
}

.cms_list_figure_content figure.second_img{
	z-index: 0;
}

.cms_list_figure_content figure img{
  display: none;
}

/* android */

.android .cms_list_figure_wrap{
	-ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.android .cms_list_figure_content figure img{
	width: 100% !important;
	height: auto !important;
}

/*
.android .page_slider_zone{
	max-height: none;	
}

.android .page_slider_wrap{
	padding: 0;
}

.android .page_slider_content{
	position: relative;
}

.android .cms_list_figure{
	height: auto !important;
	padding: 0 !important;	
}

.android .cms_list_figure_in{
	position: static !important;
}

.android .cms_list_figure a{
	display: block !important;
	position: static !important;
	height: auto !important;	
}

.android .cms_list_figure_content{
	display: block !important;
	position: static !important;
	height: auto !important;	
}

.android .cms_list_figure_content figure{
	display: block !important;
	position: static !important;
	height: auto !important;
}

.android .cms_list_figure_content img{
	position: static !important;
}*/

/* android */

.cms_list_figure_content iframe{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	border: none !important;
}

.android .cms_list_figure_content iframe{
	width: 100%;
	height: auto !important;
}

/* ----------------- .cms_list_figure_text ----------------- */

.cms_list_figure_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	text-align: center;
}

.cms_list_figure_content.img_loaded .cms_list_figure_text{
	display: block;
}

.cms_list_figure_text:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.cms_list_figure_text ul.cms_list_category{
	color: #ffffff;
	width: 80%;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;		
}

.cms_list_figure_text ul.cms_list_category li{
	display: inline-block;
	font-size: 130%;
	margin: 5px 0;
	font-family: 'Lato', sans-serif;
}

.cms_list_figure_text ul.cms_list_category li:after{
	content: "  /  ";
}

.cms_list_figure_text ul.cms_list_category li:last-child:after{
	display: none;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 700px) {
	.cms_list_figure_text{
		-ms-filter: "alpha(opacity=100)" ;
		-khtml-opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}
