@charset "utf-8";


#top_weather_photo_add{
  display: none;
}

#top_weather_visual_wrap{
  margin: 0 auto;
  max-width: 1100px;
}

#top_weather_visual_wrap #top_weather_visual{
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

/* #top_weather_visual_wrap #top_weather_info */

#top_weather_visual_wrap #top_weather_info{
  width: 24%;
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 20px;
}

#top_weather_visual_wrap #top_weather_info_in{
  position: relative;
  padding: 0 0 75px 0;
}

/* #top_weather_title */

#top_weather_title{
  text-align: center;
  line-height: 1;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
  letter-spacing: 0.2em;
  margin: 0 0 17px 0;
}

#top_weather_title .text01,
#top_weather_title .text02{
  display: block;
}

#top_weather_title .text01{
  font-size: 16px;
  margin: 0 0 12px 0;
}

#top_weather_title .text02{
  font-size: 40px;
}

#top_weather_wrap{
  white-space: nowrap;
}

/* #top_weathre_time */

#top_weathre_time{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
  line-height: 1;
  margin: 0 0 25px 0;
}

#top_weathre_time #top_weathre_time_in{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#top_weathre_time #top_weather_year{
  font-size: 15px;
  margin: 0 5px 0 0;
}

#top_weathre_time #top_weather_date{
  font-size: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 10px 0 0;
}

#top_weathre_time #top_weather_date > *{
  margin: 0 5px 0 0;
}

#top_weathre_time #top_weather_date #top_weather_month,
#top_weathre_time #top_weather_date #top_weather_today{
  width: 1em;
}

#top_weathre_time #top_weather_date #top_weather_month{
  text-align: right;
}

#top_weathre_time #top_weather_date #top_weather_today{
  text-align: left;
}

#top_weathre_time #top_weather_date > *:last-child{
  margin: 0 0 0 0;
}

#top_weathre_time #top_weather_dayofweek{
  font-size: 15px;
}

/* #top_weather_temperature */

#top_weather_temperature{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  line-height: 1;
  /*margin: 0 0 30px 0;*/
  margin: 0 0 12px 0;
}

#top_weather_temperature #top_weather_temperature_title{
  font-size: 15px;
  margin: 0 0 12px 0;
}

#top_weather_temperature #top_weather_temperature_text{
  font-size: 20px;
  font-family: 'Lato';
  letter-spacing: 0.1em;
}

/* #top_weather_temperature_now */

#top_weather_temperature_now{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  line-height: 1;
}

#top_weather_temperature_now #top_weather_temperature_now_title{
  font-size: 12px;
  margin: 0 0 12px 0;
}

#top_weather_temperature_now #top_weather_temperature_now_text{
  font-size: 11px;
  letter-spacing: 0.1em;
}

/* #top_weather_img_wrap */

#top_weather_img_wrap{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#top_weather_img_wrap #top_weather_img{
  width: 55px;
}


/* #top_weather_uv */

#top_weather_uv{
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

#top_weather_uv_title{
  margin: 0 0 7px 0;
}

#top_weather_uv_func{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#top_weather_uv_mark{
  margin: 0 10px 0 0;
  line-height: 0;
}

#top_weather_uv_info{
  font-size: 11px;
  line-height: 1;
  margin: 0 0 0 7px;
}

#top_weather_uv_info a{
  color: #999999;
  text-decoration: underline;
}

#top_weather_uv_info a:hover{
  text-decoration: none;
}

/* #top_weather_visual_wrap #top_weather_photo_list */

#top_weather_visual_wrap #top_weather_photo_list{
  width: 76%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

/* #top_weather_visual_wrap .cms_icon_temperature */

#top_weather_visual_wrap .cms_icon_temperature{
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  white-space: nowrap;
  font-family: 'Lato';
  line-height: 1;
  letter-spacing: 0.1em;
}

#top_weather_visual_wrap .cms_icon_temperature .text_wrap{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

#top_weather_visual_wrap .cms_icon_temperature .text_wrap .text01{
  font-size: 12px;
}

#top_weather_visual_wrap .cms_icon_temperature .text_wrap .text02{
  font-size: 10px;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_temperature_in{
  display: inline-block;
  white-space: nowrap;
  padding: 5px 0 0 0;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_temperature_text{
  margin: 0 0 2px 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_temperature_text .text01{
  font-size: 12px;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_temperature_text .text02{
  font-size: 10px;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_uv_text{
  text-align: center;
  line-height: 0;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_uv_text_img{
  display: inline-block;
  line-height: 0;
  position: relative;
  padding: 0 0 0 12px;
}

#top_weather_visual_wrap .cms_icon_temperature .cms_icon_uv_text_img:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 0;
  background-image: url(../img/weather/uv_text.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

/* .weather_photo_block_zone */

.weather_photo_block_zone{
  position: relative;
}

.weather_photo_block_zone .top_weather_more{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 1;
  font-size: 10px;
  font-family: 'Lato';
  letter-spacing: 0.1em;
  z-index: 2;
  background: url(../img/template/top_weather_more.png) repeat-x bottom left;
  background-size: auto 100%;
  cursor: pointer;
}

.weather_photo_block_zone .top_weather_more_in{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.weather_photo_block_zone .top_weather_more_text{
  position: relative;
  padding: 0 20px 0 0;
}

.weather_photo_block_zone .top_weather_more_text:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin: -6px 0 0 0;
  border-right: 2px solid #cec6c6;
  border-bottom: 2px solid #cec6c6;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

/* .weather_photo_block_zone .weather_photo_block_wrap */

.weather_photo_block_zone .weather_photo_block_wrap{
  display: flex;
  display: -webkit-flex;
}

.weather_photo_block_zone .weather_photo_block{
  position: relative;
}

.weather_photo_block_zone .weather_photo_block.main .cms_list_zone,
.weather_photo_block_zone .weather_photo_block.main .cms_list_wrap,
.weather_photo_block_zone .weather_photo_block.main .cms_list,
.weather_photo_block_zone .weather_photo_block.main .cms_list_in,
.weather_photo_block_zone .weather_photo_block.main .cms_list_content,
.weather_photo_block_zone .weather_photo_block.main .cms_list_figure_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:  hidden;
}


.weather_photo_block_zone .weather_photo_block.main .cms_list_figure{
  padding: 0 !important;
  height: 100%;
}

.weather_photo_block_zone .weather_photo_block.main{
  width: 40%;
}

.weather_photo_block_zone .weather_photo_block.sub{
  width: 60%;
}

#top_weather_photo_add .weather_photo_block_zone .weather_photo_block.main{
  width: 24%;
}

#top_weather_photo_add .weather_photo_block_zone .weather_photo_block.sub{
  width: 76%;
}

#top_weather_select{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0;
}

@media screen and (max-width: 950px) {
  
  #top_weather_visual_wrap #top_weather_visual{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  #top_weather_visual_wrap #top_weather_photo_list{
    width: 100%;
  }
  

  #top_weather_photo_add .weather_photo_block_zone .weather_photo_block.main{
    order: 2;
    -webkit-order: 2;
  }
  #top_weather_photo_add .weather_photo_block_zone .weather_photo_block.sub{
    order: 1;
    -webkit-order: 1;
  }
  
  #top_weather_visual_wrap #top_weather_info{
    width: 100%;
    padding: 25px 20px;
  }
  
  #top_weather_content01{
    white-space: nowrap;
  }
  
  #top_weather_visual_wrap #top_weather_info_in{
    position: relative;
    width: 100%;
    padding: 0;
  }
  
  #top_weather_select{
    position: static;
    width: auto;
    margin: 0 0 0 20px;
  }
  
 /* 
  #top_weather_visual_wrap #top_weather_info{
    width: 100%;
    padding: 25px 20px;
  }
  #top_weather_visual_wrap #top_weather_info_in{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  
  #top_weathre_time{
    margin: 0;
  }
  #top_weather_temperature{
    margin: 0;
  }
  
  #top_weather_wrap{
    display: flex;
    display: -webkit-flex;
  }
  
  #top_weather_content01{
    margin: 0 25px 0 0;
  }
  #top_weather_content02{
    margin: 0px 25px 0 0;
  }*/
  
  .weather_photo_block.sub{
    width: 100% !important;
  }
  #top_weather_content01{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 6px 0;
  }
  
  #top_weather_temperature_area{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  #top_weather_title{
    margin: 0 15px 0 0;
  }
  
  #top_weather_title .text02{
    font-size: 30px;
  }
  
  #top_weathre_time{
    margin: 0;
  }
  
  #top_weathre_time #top_weather_date{
    font-size: 24px;
  }
  
  #top_weather_visual .select_box{
    margin: 0;
  }
  
  #top_weather_visual .select_box .select_text::after{
    right: 50%;
    margin-right: -3px;
  }
  
  
  #top_weather_content02{
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  #top_weather_temperature{
    margin: 0 12px 0 0;
  }
  
  #top_weather_temperature #top_weather_temperature_text{
    font-size: 18px;
  }
  
  #top_weather_temperature_in{
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  #top_weather_temperature #top_weather_temperature_title{
    margin: 0 12px 0 0;
  }
  
  #top_weather_uv{
    font-size: 14px;
    margin: 0 0 0 18px;
  }
  
  #top_weather_uv_title{
    margin: 0 10px 0 0;
  }
  
  #top_weather_uv_in{
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  #top_weather_uv_mark{
    margin: 0 8px 0 0;
  }
  
  #top_weather_uv_info{
    margin: 0 0 0 5px;
  }
}

@media screen and (max-width: 700px) {
  .weather_photo_block_zone .weather_photo_block_wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .weather_photo_block.main{
    display: none !important;
  }
  
  #top_weather_uv{
    margin-left: 0;
  }
  .weather_photo_block.sub{
    width: 100% !important;
  }
  
  #top_weather_temperature_title{
    display: none;
  }
  
  #top_weather_temperature_now_text{
    display: none;
  }
  
  #top_weather_visual .select_box{
    width: 32px;
    height: 27px;
    margin: 0;
  }
  
  #top_weather_visual .select_box .select_text{
    text-indent: 200%;
    overflow:  hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  
  #top_weather_visual .select_box .select_text::after{
    right: 50%;
    margin-right: -3px;
  }
}

#uv_popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  white-space: nowrap;
  display: none;
}

#uv_popup_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
}

#uv_popup:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

#uv_popup_content{
  display: inline-block;
  vertical-align:  middle;
  width: 100%;
  max-width: 1100px;
  padding: 100px 20px;
}

#uv_popup_content_in{
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 120px 50px;
}

#uv_popup_img{
  text-align: center;
  line-height: 0;
}

#uv_popup_block{
  position: relative;
}

#uv_popup_copy{
  position: absolute;
  bottom: -60px;
  right: 0;
  color: #999999;
  font-size: 12px;
  text-decoration: underline;
}

#uv_close{
  position: absolute;
  top: -30px;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
}

#uv_close:hover{
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  #uv_popup_content{
    padding: 20px 20px;
  }
  
  #uv_popup_content_in{
    padding: 40px 10px;
  }
  #uv_popup_copy{
    font-size: 10px;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
}

/* 
-------------------------- トップページ  --------------------------
*/

#top_loading_zone{
	background: #ffffff;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;	
}

#top_loading_wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 150px;
	margin: -80px 0 0 -75px;
	text-align: center;
}

#top_loading_logo{
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100px;
	height: 71px;
	background: url(../img/template/loading_logo.gif) no-repeat;
	background-size: 100px 71px;
	margin: 0 0 24px 0;
}

#top_loading_bar_wrap{
	width: 100%;
	height: 1px;
	position: relative;
	background: #e6e6e6;	
}

#top_loading_bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #000000;
	height: 1px;
	transition: all 1s cubic-bezier(.92,.36,.61,.45) 0s;
	-webkit-transition: all 1s cubic-bezier(.92,.36,.61,.45) 0s;
	-moz-transition: all 1s cubic-bezier(.92,.36,.61,.45) 0s;
	-o-transition: all 1s cubic-bezier(.92,.36,.61,.45) 0s;
	-ms-transition: all 1s cubic-bezier(.92,.36,.61,.45) 0s;
}

#top_loading_zone.active #top_loading_bar{
	width: 100%;
}

/* #top_pr_wrap */

#top_pr_wrap{
}

#top_pr_main,
#top_advanced_main{
	margin: 0 334px 0 0;	
}

#top_pr_sub,
#top_advanced_sub{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}

/*
@media screen and (max-width: 900px) {
	#top_pr_main{ margin: 0;}	
	#top_pr_sub{ margin: 30px 0 0 0; width: 300px; position: static;}
}*/

@media screen and (max-width: 900px) {
	#top_pr_main,#top_advanced_main{ margin: 0;}
	#top_pr_sub,#top_advanced_sub{ position: static; text-align: center; margin: 20px 0 0 0; width: auto;}
}

@media screen and (max-width: 700px) {
  #top_advanced_main{ text-align: center;}
	#top_pr_main .main_content_in,#top_advanced_main .main_content_in{ width: 73%;}
	#top_pr_main .pc_max3 > .cms_list_wrap .cms_list,
  #top_advanced_main .pc_max3 > .cms_list_wrap .cms_list{ margin-bottom: 0 !important;}
	#top_pr_main .pc_max3 > .cms_list_wrap .cms_list:nth-child(3){ display: none;}
}

/* #top_area_wrap */

#top_area_wrap{
		
}

#top_area_wrap{
	text-align: center;
}

@media screen and (max-width: 700px) {
	/*#top_area_wrap .main_content_in{ width: 73%; max-width: 220px;}*/
}

/* #top_shops_main */

#top_shops_main{
	margin: 0 334px 0 0;	
}

#top_shops_sub{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}


@media screen and (max-width: 900px) {
	#top_shops_main{ margin: 0;}
	#top_shops_sub{ margin: 30px auto 0 auto; width: auto; position: static;}
}

@media screen and (max-width: 900px) {
	#top_shops .main_content_in{ }	
}

/* #top_trend_main */

#top_trend_main{
	margin: 0 334px 0 0;
}

#top_pr_main .first_img img{
	top: 0px !important;
}

#top_trend .first_img img{
	top: 0px !important;
}

#page_street_style_data .page_ranking .first_img img{
	top: 0px !important;
}

#top_pr_main .cms_list_figure_content figure{
	background-position: center top !important;
}

#top_trend .cms_list_figure_content figure{
	background-position: center top !important;
}

#page_street_style_data .page_ranking .cms_list_figure_content figure{
	background-position: center top !important;
}

#top_trend_sub01{
	margin: 0 334px 0 0;	
}

#top_trend_sub02{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}

@media screen and (max-width: 900px) {
	#top_trend_main{ margin: 0 0 4% 0;}
	#top_trend_sub01{ margin: 0; float: left; width: 61%;}
	#top_trend_sub02{ margin: 0; float: right; width: 35%; position: static;}
}

@media screen and (max-width: 700px) {
	#top_trend .main_content_in{ max-width: none;}
	/*#top_trend_main{ margin: 0 auto 10% auto; max-width: 400px;}*/
	#top_trend_sub01{ margin: 0 auto 10% auto; float: none; width: auto;}
	#top_trend_sub02{ margin: 0 auto; float: none; width: auto; position: static;}
}

/* #top_event */

@media screen and (max-width: 900px) {
	#top_accordion{ padding-left: 0; padding-right: 0;}
	#top_accordion .accordion_content{ padding: 0 30px;}
}

/* #top_event */

#top_event{
	margin-top: 0px;	
}

/* #top_newtribe */

#top_newtribe{
	margin-bottom: 0px;	
}

#top_newtribe_sub{
	margin: 30px 0 0 0;	
}

#top_streetstyle .title_parts01.title_type02 span{
	font-size: 240%;
}

.en #top_streetstyle .title_parts01.title_type02 span{
	/*font-size: 150%;*/
	font-size: 200%;
}

.ko #top_streetstyle .title_parts01.title_type02 span{
	/*font-size: 150%;*/
	font-size: 190%;
}

/* 
-------------------------- イベント一覧  --------------------------
*/

#page_event_top01{}
#page_event_top02{}

/* 
-------------------------- イベント詳細  --------------------------
*/

#page_event_detail{}
#page_event_detail .cms_input_wrap{
	padding: 0;
}

/* 
-------------------------- ニュートライブ一覧  --------------------------
*/

#page_newtribe_top01{}
#page_newtribe_top02{}

/* 
-------------------------- ニュートライブ詳細  --------------------------
*/

#page_newtribe_detail{}

#page_newtribe_detail .cms_input_zone{
	min-height: 360px;
}

/* 
-------------------------- ニュートライブデーター  --------------------------
*/

#page_newttribe_data{
		
}

/* 
-------------------------- 店舗トップページ  --------------------------
*/

#page_shops_top01{}
#page_shops_top02{ /*max-height: 600px;*/}
#page_shops_top03 .cms_list_wrap{ text-align: left !important;}

@media screen and (max-width: 700px) {
	#page_shops_top03 .cms_list{ width: 100%; margin: 0 0 10% 0 !important;}
	#page_shops_top03 .cms_list:last-child{ margin: 0 !important;}
}

/* 
-------------------------- 店舗詳細  --------------------------
*/

#page_shops_detail{}
#page_shops_detail .cms_input_zone{ min-height: 700px;}
/* 
-------------------------- 店舗詳細ギャラリー  --------------------------
*/

#page_shops_detail_gallery{}

/* 
-------------------------- 店舗詳細スタッフ  --------------------------
*/

#page_shops_detail_staff{}

/* 
-------------------------- 店舗カテゴリー  --------------------------
*/

#page_shops_category{}

/* 
-------------------------- 店舗検索ページ  --------------------------
*/

#page_shops_search{
	margin: 0 0 30px 0;
}

/* 
-------------------------- 店舗カテゴリー  --------------------------
*/

#page_shops_category{}
@media screen and (max-width: 700px) {
#page_shops_category02{
	padding-bottom: 0px;
}
#page_shops_category03{ padding-top: 0px;}
}

/* 
-------------------------- ストリートスタイルトップページ  --------------------------
*/

#page_street_style_top{
}

/* 
-------------------------- ストリートスタイル地域  --------------------------
*/

#page_street_style_area01{ }
#page_street_style_area02{ }

/* 
-------------------------- ストリートスタイルデーター  --------------------------
*/

#page_street_style_data{}

#page_street_style_data .page_head{
	min-height: 1300px;	
}

#page_street_style_data .page_head{
		
}

/* 
-------------------------- トレンドトップページ  --------------------------
*/


#page_trend_top01{}
#page_trend_top02{}
#page_trend_top03{}

#page_trend_top01 .cms_list_figure_content figure{
	background-position: center top !important;
}

#page_trend_top02 .cms_list_figure_content figure{
	background-position: center top !important;
}

#page_trend_top03 .cms_list_figure_content figure{
	background-position: center top !important;
}

#page_trend_top01 .first_img img{
	top: 0px !important;
}

#page_trend_top02 .first_img img{
	top: 0px !important;
}

#page_trend_top03 .first_img img{
	top: 0px !important;
}

@media screen and (max-width: 700px) {
	#page_trend_top03 .cms_list{ width: 100%; margin: 0 0 10% 0 !important;}
	#page_trend_top03 .cms_list:last-child{ margin: 0 !important;}
}

/* 
-------------------------- トレンド詳細  --------------------------
*/

#page_trend_detail .page_main{ margin-top: 0;}

/*
#page_trend_detail .first_img img{
	top: 0px !important;
}*/

#page_trend_detail .cms_list_figure_content figure{
	background-position: center top !important;
}

#page_trend_detail .cms_input_zone{ min-height: 1555px;}
#page_trend_detail .cms_input_zone.trend_ad{ min-height: 0;}

.trend_input img{ cursor: pointer;}
.trend_input img.no_popup{ cursor: default;}
.trend_input img.no_popup.hand{ cursor: pointer !important;}
.trend_input .imghover img.no_popup{cursor: pointer !important;}
/* 
-------------------------- スナップサーチ一覧  --------------------------
*/

#snapsearch .cms_list_title{
	margin-bottom: 0;	
}

#snapsearch #btn_search{
	margin: 0 0 23px 0;
}

#page_snapsearch{
	padding-top: 15px;	
}

#search_keyword_box_wrap{
	display: none;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 13px 16px 10px 115px;
	margin: 0 0 23px 0;
}

p#search_keyword_box_title{
	position: absolute;
	top: 13px;
	left: 16px;
	font-size: 120%;
}

#search_keyword_box_list p{
	font-size: 120%;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

#search_keyword_box_list li{
	font-size: 120%;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

#search_keyword_box_list a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
}

#search_keyword_box_list a:after{
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/template/icon_search_close.png) no-repeat;
	background-size: 12px 12px;
	top: 50%;
	margin: -6px 0 0 0;
	left: 0;
}

#no_result{
	margin: 130px 0;
	text-align: center;	
}

#no_result h2{
	font-size: 180%;
	margin: 0 0 30px 0;
}

#no_result {
	font-size: 140%;
}

@media screen and (max-width: 900px) {
	
}

@media screen and (max-width: 700px) {
	#search_keyword_box_wrap{ padding-left: 16px;}
	p#search_keyword_box_title{ position: static; margin: 0 0 10px 0;}
}

/* 
------------------------------ スタイルアリーナについて ------------------------------
*/

#page_aboutus{}

/* 
------------------------------ 広告掲載について ------------------------------
*/

#page_advertisement{}
#page_advertisement_contact{}

.ad_head{
	margin-bottom: 40px;	
}

/* 
------------------------------ プライバシーポリシー ------------------------------
*/

#page_policy{}

.privacy_in{
	margin: 0 0 25px 0;
}

.privacy_in p,
.privacy_in h3,
.privacy_in li{
	font-size: 130%;
	line-height: 1.84;
}

/* 
------------------------------ サイトご利用上の注意 ------------------------------
*/

#page_termsofuse{}

/* 
------------------------------ アドバンスド ------------------------------
*/

#page_advanced01{
	
}

page_advanced02{
		
}

#page_advanced01 .advanced_main_visual{
	position: relative;	
}

#page_advanced01 .advanced_main_visual figure{
	position: relative;
	z-index: 1;
}

#page_advanced01 .advanced_visual_text{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
}

#page_advanced01 .advanced_visual_text:after{
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

#page_advanced01 .advanced_visual_text_in{
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}

#page_advanced01 .advanced_visual_text_in h2 span{
	font-size: 400%;
	font-family: "Playfair Display",serif;
	line-height: 1;
	display: block;
	margin: 0 0 10px 0;
}

#page_advanced01 .advanced_visual_text_in h2 small{
	font-size: 120%;
	display: block;
	margin: 0 0 18px 0;
	line-height: 1;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

#page_advanced01 .advanced_visual_text_in p{
	text-align: left;
	display: inline-block;
	font-size: 140%;
	line-height: 1.71;
}

@media screen and (max-width: 700px) {
	#page_advanced01 .advanced_visual_text_in h2 span{ font-size: 200%; margin: 0 0 5px 0;}
	#page_advanced01 .advanced_visual_text_in h2 small{ font-size: 110%; margin: 0 0 5px 0;}
	#page_advanced01 .advanced_visual_text_in p{ font-size: 100%;}	
}

/* 
------------------------------ トレンド 20160908 ------------------------------
*/

.font-Commercial{
  font-family: 'Commercial Script', arial;
}

.trend_2016_01_color{
  color: #992600;
}

.trend_2016_01_content_zone{
 max-width: 900px;
 margin: 0 auto;
 font-size: 13px;
}

.cms_input_area .trend_2016_01_content_zone *{
  font-size: inherit;
}

.trend_2016_01_content_zone .trend_2016_01_logo{
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 36px;
  width: 343px;
  background-size: 100% auto;
}

.trend_2016_01_content_zone .image_parts{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.trend_2016_01_content_zone .image_parts a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; 
}

.trend_2016_01_content_zone .image_parts a img{
  cursor: pointer !important;
}

.trend_2016_01_content_zone .image_parts img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ; 
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image{
  position: relative;
  height: 600px;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image .copyright{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  font-size: 10px;
  line-height: 1;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #cccccc;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image figure{
  position: absolute;
  height: 100%;
  width: 100%;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image .title{
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 38px;
  font-size: 32px;
  color: #000000;
  width: 100%;
  font-weight: bold;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image .title small{
  font-size: 60%;
  display: block;
  font-weight: bold;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image .title02{
  position: absolute;
  z-index: 3;
  left: 54px;
  top: 200px;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text{
  padding: 30px;
  background: url(../img/trend2016_01/trend_20160908_content_bg@2x.gif);
  background-size: 105px 105px;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .trend_2016_01_content01_content{
  position: relative;
  padding: 0 0 0 230px;
  min-height: 140px;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .image_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px; 
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap p{
  font-size: 14px;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box{
  padding: 20px 20px;
  margin: 0 0 20px 0;
  white-space: nowrap;
  display: block;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .logo{
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .logo img{
  cursor: pointer !important;
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .text_info{
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #992600; 
}

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box p{
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #992600; 
}

.trend_2016_01_content_zone .trend_2016_01_page_control{
  position: relative;
  text-align: center;
  margin: 40px 0 0 0;
}


.trend_2016_01_content_zone .trend_2016_01_page_control .pager{
  font-family: 'Commercial Script', arial;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .pager.current:after{
  content: "";
  position: absolute;
  top: -3px;
  right: 15px;
  display: block;
  border: 15px solid transparent;
  border-right: 15px solid #992600;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .pager.current:before{
  content: "";
  position: absolute;
  top: -3px;
  left: 15px;
  display: block;
  border: 15px solid transparent;
  border-left: 15px solid #992600;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .pager_parts{
  font-size: 20px;
  line-height: 1.5;
  color: #992600;
  position: relative;
  z-index: 3;
  text-decoration: none !important;
  width: 30px;
  display: block;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .pager.current .pager_parts{
  color: #ffffff;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone{
  font-size: 23px;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.prev{
 padding: 0 0 0 15px;
 margin: 0 10px 0 0;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.prev:before{
  font-family: 'Commercial Script', arial;
  content: "<";
  position: absolute;
  top: -3px;
  left: 0;
  color: #992600;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.next{
 padding: 0 15px 0 0;
 margin: 0 0 0 10px;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.next:after{
  font-family: 'Commercial Script', arial;
  content: ">";
  position: absolute;
  top: -3px;
  right: 0;
  color: #992600;
}

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_wrap{
  position: relative;
  z-index: 3;
  display: inline-block;
  line-height: 1;
}

.trend_2016_01_content_zone .trend_2016_01_page_control a.bt_control{
  position: relative;
  z-index: 4;
  display: block;
  line-height: 1;
  color: #992600;
  text-decoration: none !important;
  padding: 0 4px;
}

/*
.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_in{
  position: relative;
  display: inline-block;
  line-height: 1;
}*/

.trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_wrap:after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 11px;
  background: #eaddc7;
}

.trend_2016_01_content_zone .trend_2016_01_content{ margin: 45px 0 60px 0; position: relative;}

.trend_2016_01_content_zone .trend_2016_01_image_title{
  position: absolute;
  z-index: 1000;
}

.trend_2016_01_content01 .trend_2016_01_image_title{
  top: 240px;
  right: -37px;
}


.trend_2016_01_content02 .trend_2016_01_image_title{
  top: -2px;
  left: -40px; 
}

.trend_2016_01_content03 .trend_2016_01_image_title{
   top: -45px;
   right: -60px;
}

.trend_2016_01_content04 .trend_2016_01_image_title{
   top: 25px;
  left: 20px; 
}

.trend_2016_01_content05 .trend_2016_01_image_title{
   top: 0;
  left: -50px;
}

.trend_2016_01_content_zone .trend_2016_01_title{
  font-family: "Playfair Display",serif;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 35px 0;
  color: #992600;
  background-image: url(../img/trend2016_01/trend_20160908_title_border@2x.gif);
  background-position: bottom left;
  background-size: 901px 8px;
  background-repeat:repeat-x;
}

/* .trend_2016_01_content_zone .trend_2016_01_story_list_wrap */

.trend_2016_01_content_zone .trend_2016_01_story_list_wrap{
  letter-spacing: -0.4em;
}

.trend_2016_01_content_zone .trend_2016_01_story_list{
  display: inline-block;
  vertical-align: top;
   width: 47.7%;
   margin: 0 4.6% 4.6% 0;
   letter-spacing: normal;
}

.trend_2016_01_content_zone .trend_2016_01_story_list .trend_2016_01_copyright{
  text-align: right;
  line-height: 1;
  font-size: 10px;
  margin: -10px 0 20px 0;
  color: #999999;
}

.trend_2016_01_content_zone .trend_2016_01_story_list:nth-child(2n){
 margin-right: 0; 
}

.trend_2016_01_content_zone .trend_2016_01_story_list figure{
  margin: 0 0 20px 0;
}

.trend_2016_01_content_zone .trend_2016_01_story_list_title{
  font-size: 24px;
  margin: 0 0 12px 0;
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon{
  position: relative;
   background: #f5ebeb;
   padding: 40px 30px;
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon_title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #992600;
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon_title strong{
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 26px 15px;
  background: url(../img/trend2016_01/trend_20160908_comingsoon_title@2x.png) repeat-x bottom left;
  background-size: 170px 40px;
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon .text{
  float: right;
  width: 50%;
  padding: 0 0 0 20px; 
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon_title02{
  font-size: 24px;
  margin: 0 0 12px 0;
}

.trend_2016_01_content_zone .trend_2016_01_comingsoon .image{
  float: left;
  width: 50%;
  padding: 0 20px 0 0; 
}

.trend_2016_01_content_zone .trend_2016_01_interview{
   position: relative;
   min-height: 280px;
   background: url(../img/trend2016_01/trend_20160908_content_bg@2x.gif);
  background-size: 105px 105px;
  margin: 0 0 40px 0;
}

.trend_2016_01_content_zone .trend_2016_01_interview:last-child{
  margin-bottom: 0;
}

.trend_2016_01_content_zone .trend_2016_01_interview .text{
  padding: 30px 52.7% 30px 30px; 
}

.trend_2016_01_content_zone .trend_2016_01_interview_title{
   font-size: 24px;
   margin: 0 0 15px 0;
}

.trend_2016_01_content_zone .trend_2016_01_interview_title02{
   font-size: 30px;
   color: #992600;
   margin: 0 0 15px 0;
   font-family: 'Playfair Display', serif;
}

.trend_2016_01_content_zone .trend_2016_01_interview .image_parts{
  width: 48.2%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; 
}

.trend_2016_01_content_zone .trend_2016_01_interview .gallery_list_wrap{
  width: 48.2%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.trend_2016_01_content_zone .trend_2016_01_interview .gallery_list{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trend_2016_01_content_zone .trend_2016_01_interview .gallery_list .gallery_list_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.trend_2016_01_content_zone .trend_2016_01_interview .gallery_list .gallery_list_img:after{
  display: none;
}

.trend_2016_01_content_zone .trend_2016_01_interview_point{
  position: absolute;
  top: -37px;
  right: -28px;
  z-index: 1000;
}

.trend_2016_01_content_zone .trend_2016_01_link_wrap{
  margin: 0 0 50px 0;
}

.trend_2016_01_content_zone .trend_2016_01_link .link_block.trend_2016_01_link_text{
  background: url(../img/trend2016_01/trend_2016_01_link_border.gif) bottom left repeat-x;
  position: relative;
  background-size: 899px 2px;
  padding: 20px 50px 20px 100px;
  line-height: 1.21;
}

.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text.no_link{
  cursor: default !important;
  -ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text.no_link:after{
  display: none;
}

.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text .trend_2016_01_link_title{
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0 0;
  color: #992600;
  font-size: 17px;
  line-height: 1;
}

.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text:after{
  content: ">";
  font-size: 25px;
  font-family: 'Commercial Script', arial;
  position: absolute;
  top: 50%;
  margin: -16px 0 0 0;
  right: 10px;
  color: #992600;
}

.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text.active{
  color: #000000; 
}

.trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text.no_link.active:after{
  display: none;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner{
  position: relative;
  background: #f5f5f5;
  min-height: 225px;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .image{
  position: absolute;
  padding: 0 360px 0 0;
  height: 100%;
  width: 100%;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .image_in{
  position: relative;
  height: 100%;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .image_parts{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.trend_2016_01_content_zone .trend_2016_01_info_banner .text{
  margin: 0 0 0 auto;
  width: 360px;
  padding: 20px 30px;
  position: relative;
  z-index: 3;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .text .text01{
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px 0;
}


.trend_2016_01_content_zone .trend_2016_01_info_banner .text .text02_wrap{
  max-width: 280px;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .text .text02{
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .text .text03{
  font-size: 18px;
  line-height: 1;
  margin: 15px 0 10px 0;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .text .text04{
  font-size: 14px;
  margin: 0 0 12px 0;
}

.trend_2016_01_content_zone .trend_2016_01_info_banner .link_text{
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0 0;
}

/*
.trend_2016_01_content_zone .trend_2016_01_info_banner .link_text:after{
  content: ">";
  margin: 0 0 0 10px;
  color: #999999;
}*/

/* .trend_2016_01_content_zone .trend_2016_01_phototype */

.trend_2016_01_content_zone .trend_2016_01_phototype{
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info_title{
  font-size: 22px;
  margin: 0 0 15px 0;
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info_title02{
  margin: 0 0 22px 0; 
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info_title02 .title01{
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  color: #992600;
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info_title02 .title02{
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}

.trend_2016_01_content_zone .trend_2016_01_phototype_big{
  float: left;
  width: 58.5%;
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info{
  float: right;
  width: 38.3%;
}

.trend_2016_01_content_zone .trend_2016_01_phototype_info_bottom{
  padding: 25px 0 45px 0;
  clear: both; 
}

/* .information20161020 */

.trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .image .title02{
  left: 110px;
  top: 320px;
  padding: 0 40px 0 0;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .text_wrap{
  min-height: 300px;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_phototype_big{
  width: 48.3%;   
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_phototype_info{
  width: 45.6%;   
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_phototype_big .image_wrap{
  position: relative;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_phototype_big .image_wrap .copyright{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  font-size: 10px;
  line-height: 1;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #cccccc;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_content:nth-child(3) .trend_2016_01_interview_point{
  top: 170px;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_content:nth-child(4) .trend_2016_01_interview_point{
  top: 30px;
}

/*.trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .text_wrap p{
  font-size: 17px;
  line-height: 1.8;
}*/

.trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap p{
  font-size: 17px;
  line-height: 1.8;
}

.trend_2016_01_content_zone.information20161020 .trend_2016_01_title{
   font-size: 24px;
}

/* .trend_2016_01_content_zone.information20161101 */

.trend_2016_01_content_zone.information20161101 .trend_2016_01_content01 .image .title02{
  top: auto;
  bottom: 90px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block_wrap{
   letter-spacing: -0.4em; 
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block{
  display: inline-block;
  width: 100%;
  letter-spacing: -0.4em; 
}

.trend_2016_01_content_zone.information20161101 .col2 .trend_2016_01_image_block{
  width: 48%;
  margin: 0 4% 0 0;
}

.trend_2016_01_content_zone.information20161101 .col2 .trend_2016_01_image_block:nth-child(2n){
  margin: 0 0 0 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .image,
.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .text{
  position: relative;
   display: inline-block;
   vertical-align: top;
   width: 48%;
   letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .image .copyright{
   position: absolute;
   z-index: 2;
   font-size: 10px;
   font-family: Helvetica Neue, Helvetica, sans-serif;
   bottom: 0px;
   right: 0px;
   padding: 10px;
   width: 100%;
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .image .copyright img{
    display: block;
    margin: 0 0 0 auto; 
  }

.trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .text{
  margin: 0 0 0 4%; 
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie{
  position: relative;
  padding: 0 0 56.2% 0; 
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block{
  position: relative;
  background: url(../img/trend2016_01/trend_20160908_content_bg@2x.gif);
  background-size: 105px 105px;
  margin: 0 0 35px 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .movie_flower{
  position: absolute;
  z-index: 10;
  top: -110px;
  right: -50px;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block_content{
  letter-spacing: -0.4em;
  padding: 24px; 
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .image,
.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .text{
  display: inline-block;
   vertical-align: top;
   letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .text{
  width: 66%;
  margin: 0 4% 0 0;
  letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .image{
  width: 30%;
  letter-spacing: -0.4em;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .gallery_list{
   width: 47%;
   margin: 0 6% 0 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .gallery_list:last-child{
  margin: 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block_wrap{
  letter-spacing: -0.4em;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 22%;
  margin: 0 4% 0 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block:last-child{
  margin: 0;
}

.trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block .col_text{
  height: 12em;
}

/* .trend_2016_01_content_zone.information20161116 */

.trend_2016_01_content_zone.information20161116 .trend_2016_01_content01 .image .title02{
  top: auto;
  bottom: 90px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block_wrap{
   letter-spacing: -0.4em; 
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block{
  display: inline-block;
  width: 100%;
  letter-spacing: -0.4em; 
}

.trend_2016_01_content_zone.information20161116 .col2 .trend_2016_01_image_block{
  width: 48%;
  margin: 0 4% 0 0;
}

.trend_2016_01_content_zone.information20161116 .col2 .trend_2016_01_image_block:nth-child(2n){
  margin: 0 0 0 0;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .image,
.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .text{
  position: relative;
   display: inline-block;
   vertical-align: top;
   width: 48%;
   letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .image .copyright{
   position: absolute;
   z-index: 2;
   font-size: 10px;
   font-family: Helvetica Neue, Helvetica, sans-serif;
   bottom: 0px;
   right: 0px;
   padding: 10px;
   width: 100%;
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .image .copyright img{
    display: block;
    margin: 0 0 0 auto; 
  }

.trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .text{
  margin: 0 0 0 4%; 
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide{
  position: relative;
  /*padding: 0 0 56.2% 0; */
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block{
  position: relative;
  background: url(../img/trend2016_01/trend_20160908_content_bg@2x.gif);
  background-size: 105px 105px;
  margin: 0 0 45px 0;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block_content{
  position: relative;
  letter-spacing: -0.4em;
  padding: 24px; 
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .image,
.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .text{
  display: inline-block;
   vertical-align: top;
   letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .text{
  width: 66%;
  margin: 0 4% 0 0;
  letter-spacing: normal;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .image{
  width: 30%;
  letter-spacing: -0.4em;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .gallery_list{
   width: 47%;
   margin: 0 6% 0 0;
}

.trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .gallery_list:last-child{
  margin: 0;
}

.trend_2016_01_content_zone.information20161116 .trend_map{
  position: relative;
  height: 200px;
  border: 1px solid #cccccc;
}

.trend_2016_01_content_zone.information20161116 .trend_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trend_2016_01_content_zone.information20161116 .slide_obj{
  position: absolute;
  z-index: 4;
  top: -75px;
  right: -42px;  
}

.trend_2016_01_content_zone.information20161116 .gallery_obj{
  position: absolute;
  top: -10px;
  left: -60px;
  z-index: 4;  
}

@media screen and (max-width: 960px) {

.trend_2016_01_content01 .trend_2016_01_image_title{
  top: 240px;
  right: -20px;
}

.trend_2016_01_content02 .trend_2016_01_image_title{
  top: -2px;
  left: -20px; 
}

.trend_2016_01_content03 .trend_2016_01_image_title{
   top: -45px;
   right: -20px;
}

.trend_2016_01_content04 .trend_2016_01_image_title{
   top: 25px;
  left: 20px; 
}

.trend_2016_01_content05 .trend_2016_01_image_title{
   top: 0;
  left: -20px;
}

}

@media screen and (max-width: 900px) {
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box{ text-align: center;}
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .logo{
   display: block;
   margin: 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .text_info{
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box p{
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  
  /* .trend_2016_01_content_zone.information20161101 */
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block{
   width: 48%;
   margin: 0 4% 4% 0; 
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block:nth-child(2n){
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .trend_2016_01_content_zone{ font-size: 12px;}
  
  .trend_2016_01_content_zone .trend_2016_01_image_title{ display: none;}
  
  .trend_2016_01_content_zone .trend_2016_01_logo{ width: 171px; left: 18px; top: 15px;}
  .trend_2016_01_content_zone .trend_2016_01_content01 .image{ height: 250px;}
  .trend_2016_01_content_zone .trend_2016_01_content01 .image .title{ font-size: 16px; left: 17px; top: auto; bottom: 30px;text-shadow: 1px 1px 3px #ffffff;}
  .trend_2016_01_content_zone .trend_2016_01_content01 .image .title02{ font-size: 16px; top: auto; bottom: 30px; left: 20px; width: 230px;}
  
  .trend_2016_01_content_zone .trend_2016_01_content{ margin: 30px 0;}
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .image_wrap{
    position: static;
    margin: 0 auto 20px auto;  
  }
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap p{
    font-size: 12px;
  }
  .trend_2016_01_content_zone .trend_2016_01_content01 .trend_2016_01_content01_content{
    padding: 0; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text{
    padding: 20px;  
  }
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box .text_info{
    font-size: 12px; 
  }
  
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap .white_box p{
    font-size: 14px; 
  }
  /*
  .trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone{
    position: absolute;
    top: 0; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.prev{
   left: 50%;
   margin: 0 0 0 -80px;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_page_control .bt_control_zone.next{
   right: 50%;
   margin: 0 -80px 0 0;
  }*/
  
  .trend_2016_01_content_zone .trend_2016_01_title{ font-size: 20px;}
  
  .trend_2016_01_content_zone .trend_2016_01_page_control{
    margin-top: 20px;
    padding-top: 60px; 
  }
  
 .trend_2016_01_story_list_wrap{
   max-width: 400px;
   margin: 0 auto; 
 }
 .trend_2016_01_content_zone .trend_2016_01_story_list{
   display: block;
   width: auto;
   margin: 0 0 10% 0;
 }
  .trend_2016_01_content_zone .trend_2016_01_story_list:last-child{
    margin: 0; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_comingsoon{ padding: 20px;}
  
  .trend_2016_01_content_zone .trend_2016_01_comingsoon .image{
    float: none;
    max-width: 393px;
    margin: 0 auto;
    padding: 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_comingsoon .text{
    float: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: auto;
  }
  .trend_2016_01_content_zone .trend_2016_01_interview{ max-width: 400px; margin: 0 auto 30px auto;}
  .trend_2016_01_content_zone .trend_2016_01_interview .image_parts{
    position: static;
    width: auto;
    padding: 0 0 66.6% 0; 
  }
  .trend_2016_01_content_zone .trend_2016_01_interview .text{
   padding: 20px; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_interview .gallery_list_wrap{
     position: relative;
    width: auto;
    padding: 0 0 66.6% 0; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_interview_title{ font-size: 18px;}
  .trend_2016_01_content_zone .trend_2016_01_interview_title02{ font-size: 20px;}
  .trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text .trend_2016_01_link_title{ display: block;}
  .trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text trend_2016_01_link_text_parts{ display: block;}
  .trend_2016_01_content_zone .trend_2016_01_link .link_block.trend_2016_01_link_text{padding-left: 0;}
  .trend_2016_01_content_zone .trend_2016_01_link .trend_2016_01_link_text .trend_2016_01_link_title{ position: static; margin: 0 0 5px 0;}
  .trend_2016_01_content_zone .trend_2016_01_info_banner .image_parts{ position: relative; display: block; width: auto; padding: 0 0 66.6% 0;}
  .trend_2016_01_content_zone .trend_2016_01_info_banner{ padding: 0; display: block;}
  .trend_2016_01_content_zone .trend_2016_01_info_banner .image{ position: relative; width: auto; padding: 0;}
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text{ padding: 20px; display: block; margin: 0; width: auto;}
  .trend_2016_01_content_zone .trend_2016_01_interview_point{ display: none !important;}
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text .text01{
    font-size: 11px;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text .text02_wrap{
    max-width: 240px;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text .text02{
    font-size: 18px;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text .text03{
    font-size: 14px;
    margin: 10px 0 6px 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .text .text04{
    font-size: 12px;
    margin: 0 0 12px 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_info_banner .link_text{
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  
  /* .trend_2016_01_content_zone .trend_2016_01_phototype */

  .trend_2016_01_content_zone .trend_2016_01_phototype{
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_info_title{
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_big{
    float: none !important;
    width: auto !important;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_info{
    margin: 20px 0 0 0;
    float: none !important;
    width: auto !important;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_info_bottom{
    padding: 20px 0;
    clear: both; 
  }
  
  /* .trend_2016_01_content_zone.information20161020 */
  
  .trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .image .title02{
    left:16px;
    top: 99px;
  }
  
  .trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .text_wrap{
    min-height: 0px; 
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_info_title02 .title01{
    font-size: 20px;
    width: 105px;
  }
  
  .trend_2016_01_content_zone .trend_2016_01_phototype_info_title02 .title02{
    font-size: 14px;
    padding: 0;
  }
  
  .trend_2016_01_content_zone.information20161020 .trend_2016_01_title{ font-size: 16px;}
  
  /*.trend_2016_01_content_zone.information20161020 .trend_2016_01_content01 .text_wrap p{
    font-size: 14px; 
  }*/
  
  .trend_2016_01_content_zone .trend_2016_01_content01 .text_wrap p{
    font-size: 14px; 
  }
  
  /* .trend_2016_01_content_zone.information20161101 */
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_content01 .image .title02 img{
   width: 240px; 
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .image,
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .text{
     display: block;
     width: auto;
     margin: 0 auto;
     max-width: 400px;
     position: relative;
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_image_block .image{
   margin: 0 auto 20px auto; 
  }
  
  .trend_2016_01_content_zone.information20161101 .col2 .trend_2016_01_image_block{
    display: block;
   width: auto;
   margin: 0 auto 20px auto; 
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .image, .trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .text{
   display: block;
   width: auto;
   margin: 0 auto;
   max-width: 400px;
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .text{
   margin: 0 auto 20px auto; 
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_col_block .col_text{
   height: 14.5em; 
  }
  
  .trend_2016_01_content_zone.information20161101 .trend_2016_01_movie_block .movie_flower{
   display: none; 
  }
  
    /* .trend_2016_01_content_zone.information20161116 */
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_content01 .image .title02 img{
   width: 240px; 
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .image,
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .text{
     display: block;
     width: auto;
     margin: 0 auto;
     max-width: 400px;
     position: relative;
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_image_block .image{
   margin: 0 auto 20px auto; 
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .image, .trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .text{
   display: block;
   width: auto;
   margin: 0 auto;
   max-width: 400px;
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .text{
   margin: 0 auto 20px auto; 
  }
  
  .trend_2016_01_content_zone.information20161116 .trend_2016_01_slide_block .movie_flower{
   display: none; 
  }
  
}


/* .style202104  */


.style202104_img_area{
	max-width: 1200px;
	margin: 0 auto;
}

.style202104_img_wrap{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.style202104_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.style202104_img_bg{
	position: relative;
	z-index: 1;
}

.style202104_obj{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
	background-color: #fff;
}

.style202104_obj.img01{
	top: 115px;
	left: 108px;
}

.style202104_obj.img02{
	top: 70px;
	left: 237px;
}

.style202104_obj.img03{
	top: 50px;
	left: 354px;
}

.style202104_obj.img04{
	top: 85px;
	left: 472px;
}

.style202104_obj.img05{
	top: 13px;
	left: 559px;
}

.style202104_obj.img06{
	top: 53px;
	left: 664px;
}

.style202104_obj.img07{
	top: 107px;
	left: 777px;
}

.style202104_obj.img08{
	top: 178px;
	left: 872px;
}

.style202104_obj.img09{
	top: 141px;
	left: 976px;
}

.style202104_obj.img10{
	top: 182px;
	left: 290px;
}

.style202104_obj.img11{
	top: 289px;
	left: 80px;
}

.style202104_obj.img12{
	top: 293px;
	left: 161px;
}

.style202104_obj.img13{
	top: 284px;
	left: 264px;
}

.style202104_obj.img14{
	top: 224px;
	left: 432px;
}

.style202104_obj.img15{
	top: 184px;
	left: 541px;
}

.style202104_obj.img16{
	top: 260px;
	left: 724px;
}

.style202104_obj.img17{
	top: 330px;
	left: 828px;
}

.style202104_obj.img18{
	top: 386px;
	left: 931px;
}

.style202104_obj.img19{
	top: 427px;
	left: 1003px;
}

.style202104_obj.img20{
	top: 374px;
	left: 1090px;
}

.style202104_obj.img21{
	top: 394px;
	left: 55px;
}

.style202104_obj.img22{
	top: 450px;
	left: 172px;
}

.style202104_obj.img23{
	top: 392px;
	left: 451px;
}

.style202104_obj.img24{
	top: 367px;
	left: 632px;
}

.style202104_obj.img25{
	top: 484px;
	left: 854px;
}

.style202104_obj.img26{
	top: 522px;
	left: 12px;
}

.style202104_obj.img27{
	top: 554px;
	left: 173px;
}

.style202104_obj.img28{
	top: 518px;
	left: 298px;
}

.style202104_obj.img29{
	top: 707px;
	left: 110px;
}

.style202104_obj.img30{
	top: 644px;
	left: 261px;
}

.style202104_obj.img31{
	top: 629px;
	left: 383px;
}

.style202104_obj.img32{
	top: 550px;
	left: 462px;
}

.style202104_obj.img33{
	top: 655px;
	left: 628px;
}

.style202104_obj.img34{
	top: 589px;
	left: 738px;
}

.style202104_obj.img35{
	top: 618px;
	left: 846px;
}

.style202104_obj.img36{
	top: 545px;
	left: 960px;
}

.style202104_obj.img37{
	top: 520px;
	left: 1071px;
}

.style202104_obj.img38{
	top: 786px;
	left: 301px;
}

.style202104_obj.img39{
	top: 905px;
	left: 338px;
}

.style202104_obj.img40{
		top: 753px;
    left: 422px;
}

.style202104_obj.img41{
	top: 858px;
	left: 538px;
}

.style202104_obj.img42{
	top: 803px;
	left: 676px;
}

.style202104_obj.img43{
	top: 817px;
	left: 810px;
}

.style202104_obj.img44{
	top: 798px;
	left: 919px;
}

.style202104_obj.img45{
	top: 939px;
	left: 85px;
}

.style202104_obj.img46{
	top: 977px;
	left: 172px;
}

.style202104_obj.img47{
	top: 1027px;
	left: 296px;
}

.style202104_obj.img48{
	top: 1017px;
	left: 409px;
}

.style202104_obj.img49{
	top: 1082px;
	left: 557px;
}

.style202104_obj.img50{
	top: 1007px;
	left: 685px;
}

.style202104_obj.img51{
	top: 994px;
	left: 810px;
}

.style202104_obj.img52{
	top: 930px;
	left: 904px;
}

.style202104_obj.img53{
	top: 790px;
	left: 1027px;
}
