<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.t-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99999;
}

.t-all_wrap{
	overflow:  hidden;
}


/* sp */
@media screen and (max-width: 700px) {
	
}

/*-------------------------------------------------------------------
.t-site_frame
-------------------------------------------------------------------*/

.t-site_frame{
	position: relative;
}

.t-site_frame_bar{
	position: absolute;
	z-index: 25000;
	width: 10px;
	height: 100%;
	background-color: transparent;
}

.type_weather .t-site_frame_bar{
	background-color: #EFB431;
}

.type_streetstyle .t-site_frame_bar,
.type_streetstyle_area .t-site_frame_bar,
.type_streetstyle_month .t-site_frame_bar{
	background-color: #6392D5;
}

.type_focus .t-site_frame_bar{
	background-color: #5BBAAA;
}

.type_advanced .t-site_frame_bar,
.type_streetstyle_advanced .t-site_frame_bar{
	background-color: #A575C3;
}

.type_culture .t-site_frame_bar{
	background-color: #C3AC67;
}

.type_enquete .t-site_frame_bar{
	background-color: #DD9070;
}

.type_newtribe .t-site_frame_bar{
	background-color: #6975D1;
}

.type_snapsearch .t-site_frame_bar,
.type_trendsearch .t-site_frame_bar{
	background-color: #F0BB43;
}

/* sp */
@media screen and (max-width: 700px) {
	.t-site_frame_bar{
		width: 5px;
	}
}

/*-------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

.t_header_main{
	position: relative;
}

.t-header_top_content_wrap{
	padding-top: 90px;
	padding-bottom: 30px;
}

.t-header_top_content{
	
}

.t-header_top_content_block{
	display: flex;
	flex-direction: column;
}

.t-header_lead_wrap{
	display: none;
}

.t-header_lead{
	
}

.t-header_ad_wrap{
	
}

.t-header_ad{
	margin: 0 auto;
	max-width: 970px;
}

.t-header_func_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
}

.t-header_func_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 20000;
	background-color: #fff;
}

.header_active .t-header_func_wrap{
	position: fixed;
}

.t-func_lead{
	font-size: 11px;
	text-align: center;
}

/* .t-header_func */

.t-header_func{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-width: 1200px;
}

.t-header_func_logo{
	height: 100%;
	padding: 23px 0;
	width: 240px;
}

.t-header_func_nav{
	display: flex;
	justify-content: flex-end;
}

/* .t-header_func_lang */

.t-header_func_lang{
	margin: 0 40px 0 0;
}

/* .t-main_nav_switch */

.t-main_nav_switch{
	cursor: pointer;}

.t-main_nav_switch_in{
	position: relative;
	width: 20px;
	height: 20px;
}


.t-main_nav_switch .t-bar{
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #2B2B2B;
	transform-origin: 50% 100%;
}

.t-main_nav_switch .t-bar.bar01{
	top: 0;
}

.t-main_nav_switch .t-bar.bar02{
	top: 9px;
}

.t-main_nav_switch .t-bar.bar03{
	top: 18px;
}

/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 920px) {
	.t-func_lead{
		display: none;
	}
	.t-header_lead_wrap{
		display: block;
		font-size: 11px;
		text-align: center;
		margin: 0px 0 15px 0;
	}

	.t-header_lead{
		display: inline-block;
		position: relative;
	}
	
	.t-header_ad_wrap{
		order: 2;
	}
	
	.t-header_lead_wrap{
		order: 1;
	}
	
	.t-header_func_nav{
		width: auto;
	}
	
}

@media screen and (max-width: 700px) {
	
	.t_header_main{
		position: relative;
	}

	.t-header_top_content_wrap{
		padding-top: 20px;
		padding-bottom: 5px;
	}

	

	.t-header_func_area{
		position: relative;
		height: 60px;
	}

	.t-header_func_wrap{
		height: 60px;
	}

	.t-func_lead{
		display: none;
	}

	/* .t-header_func_lang */

	.t-header_func_lang{
		display: none;
	}
	
	.t-header_ad_wrap{
		order: 1;
	}
	
	.t-header_lead_wrap{
		order: 2;
		margin: 15px 0 5px 0;
	}
	
	.t-header_lead{
		width: 100%;
		max-width: 290px;
	}
	
}

/* .t-main_nav */

.t-main_nav{
	position: fixed;
	top: 0;
	right: -330px;
	width: 330px;
	height: 100%;
	background: #FDCA7A;
	z-index: 25000;
	transition: right 0.4s ease 0s;
}

.main_nav_active .t-main_nav{
	right: 0;
}

.t-main_nav_in{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: center;
	letter-spacing: -0.4em;
}

.t-main_nav_in:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.t-main_nav_content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 30px 40px 120px 40px;
	letter-spacing: normal;
	text-align: left;
}

.t-main_nav_content_in{
	position: relative;
	padding: 60px 0 0 0;
}

.t-main_nav_close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.t-main_nav_head{
	padding: 0 0 30px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #2B2B2B;
}

.t-main_nav_head figure{
	mix-blend-mode: multiply;
}

.t-main_nav_list_wrap{
	
}

.t-main_nav_list{
	
}

.t-main_nav_list_item{
	margin: 0 0 18px 0;
}

.t-main_nav_list_item:last-child{
	margin-bottom: 0;
}

.t-main_nav_list_text_wrap{
	display: inline-block;
	vertical-align: bottom;
}

.t-main_nav_list_link{
	display: block;
	text-decoration: none !important;
}

.t-main_nav_list_text{
	
}

.t-main_nav_list_title01{
	font-size: 18px;
	line-height: 1;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif; 
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.04em;
	margin: 0 0 5px 0;
}

.t-main_nav_list_title02{
	font-size: 12px;
	line-height: 1;
}

.t-main_nav_child_list_wrap{
	padding: 10px 0;
}

.t-main_nav_child_list{
	
}

.t-main_nav_child_list_item{
	line-height: 1.2;
	margin: 0 0 8px 0;
}

.t-main_nav_child_list_item:last-child{
	margin-bottom: 0;
}

.t-main_nav_child_list_text_wrap{
	display: inline-block;
	vertical-align: baseline;
}

.t-main_nav_child_list_link{
	text-decoration: none !important;
	display: block;
}

.t-main_nav_child_list_text{
	position: relative;
	padding: 0 0 0 10px;
}

.t-main_nav_child_list_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 1px;
	background-color: #2B2B2B;
}

/* .t-main_nav_sns */

.t-main_nav_sns{
	margin: 45px 0 45px 0;
}

/* .t-main_nav_lang */

.t-main_nav_lang{
	margin: 40px 0 0 0;
}

.t-main_nav_lang .c-lang_list_item{
	border-right-color: #AC9169;
}

.t-main_nav_lang .c-lang_list_item a{
	color: #AC9169;
}

.t-main_nav_lang .c-lang_list_item a.active {
    color: #2B2B2B;
}

/* .t-search_nav_control */
.t-search_nav_control{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	display: flex;
	align-items: center;
	z-index: 20000;
}

@media screen and (max-width: 700px) {
	.t-search_nav_control{
		display: none;
	}
}

.t-search_nav_control_in{
	background-color: #FDCA7A;
	border-radius: 10px 0 0 10px;
	width: 48px;
	padding: 24px 0;
	margin: 0 0 0 -48px;
}

.t-search_nav_control .c-sns_list_wrap{
	display: flex;
	justify-content: center;
}

.t-search_nav_control .c-sns_list{
	display: block;
	text-align: center;
}

.t-search_nav_control .c-sns_list_item{
	margin:  0 0 15px 0;
}

.t-search_nav_control .c-sns_list_item:last-child{
	margin-bottom: 0;
}

.t-search_nav_switch_wrap{
	display: flex;
	justify-content: center;
}

.t-search_nav_switch{
	cursor: pointer;
}

.t-search_nav_switch_text_area{
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif; 
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.04em;
	font-size: 12px;
	line-height: 1;
	height: 90px;
	width: 12px;
	margin: 0 auto;
}

.t-search_nav_switch_text_wrap{
	width: 0px;
	height: 0px;
}

.t-search_nav_switch_text{
	white-space: nowrap;
	transform-origin: 0 100%;
	transform: rotate(90deg);
	text-indent: -1em;
}

.t-search_nav_switch_img{
	text-align: center;
	margin: 10px 0 0 0;
}

.t-search_nav_control_block{
	position: relative;
	padding: 0 0 22px 0;
	margin: 0 0 22px 0;
}

.t-search_nav_control_block:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #2B2B2B;
	opacity: 0.15;
	width: 24px;
	height: 1px;
	margin: 0 0 0 -12px;
}

.t-search_nav_control_block:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.t-search_nav_control_block:last-child:after{
	display: none;
}

/* .t-search_nav */

.t-search_nav{
	position: fixed;
	top: 0;
	right: -330px;
	width: 330px;
	height: 100%;
	background: #404040;
	color: #fff;
	z-index: 25000;
	transition: right 0.4s ease 0s;
}

.search_nav_active .t-search_nav{
	right: 0;
}

.t-search_nav_in{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: center;
	letter-spacing: -0.4em;
}

.t-main_nav_in:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.t-search_nav_content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 30px 40px 120px 40px;
	letter-spacing: normal;
	text-align: left;
}

.t-search_nav_content_in{
	position: relative;
	padding: 60px 0 0 0;
}

.t-search_nav_close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.t-search_nav_head{
	margin: 0 0 15px 0;
}

.t-search_nav_head_title01_wrap{
	display: flex;
	justify-content: center;
	margin: 0 0 9px 0;
}

.t-search_nav_head_title01{
	display: flex;
	align-items: center;
}

.t-search_nav_head_title01 figure{
	margin: -5px 15px 0 0;
}

.t-search_nav_head_title01 p{
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.04em;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif; 
	font-weight: 700;
	font-style: normal;
}

.t-search_nav_head_title02{
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

.t-search_nav_block_area{
	border-top: 1px solid #676767;
}

.t-search_nav_block_wrap{
	padding: 30px 0;
	border-bottom: 1px solid #676767;
}

.t-search_nav_block{
	margin: 0 0 30px 0;
}

.t-search_nav_block:last-child{
	margin-bottom: 0;
}

.t-search_nav_block_title01{
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0 0 10px 0;
}

.t-search_nav_list_wrap{
	font-size: 14px;
}

.t-search_nav_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -10px 0;
}

.t-search_nav_list_item{
	padding: 0 15px 10px 0;
}

.t-search_nav_list_item .c-input_label input[type="radio"] + .c-input_text::before{
	border-color: #fff;
}

.t-search_nav_block .c-btn_wrap.type01 .c-btn{
	padding-top: 6px;
	padding-bottom: 6px;
}

.t-search_nav_parts{
	display: flex;
	height: 30px;
}

.t-search_nav_parts .t-search_nav_select{
	width: calc(100% - 60px);
}

.t-search_nav_parts .t-search_nav_select .c-select_box{
	height: 30px;
	background-color: #4D4D4D;
	color: #8E8E8E;
	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.t-search_nav_parts .t-search_nav_select .c-select_box::after{
	display: none;
}

.t-search_nav_parts  .t-search_nav_btn{
	position: relative;
	width: 60px;
	background-color: #fff;
}

.t-search_nav_parts  .t-search_nav_btn button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	background-color: #fff;
	transition: opacity 0.4s ease 0s;
}

html.en .t-search_nav_parts  .t-search_nav_btn button{
	font-size: 12px;
}

.t-search_nav_parts  .t-search_nav_btn button:hover{
	opacity: 0.7;
}

/*-------------------------------------------------------------------
MAIN
-------------------------------------------------------------------*/

.t-main{
	min-height: calc(100vh - 403px);
}

.t-main &gt; .c-main_content_wrap:last-child{
	padding-bottom: 120px;
}

@media screen and (max-width: 700px) {
	.t-main &gt; .c-main_content_wrap:last-child{
		padding-bottom: 80px;
	}
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.t-footer{
	position: relative;
}

.t-footer_top_wrap{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FDCA7A;
}

.t-footer_top{
	
}

.t-footer_top_row{
	display: flex;
	padding: 0 50px 0 0;
}

/* .t-footer_top_head */

.t-footer_top_head{
	border-right: 1px solid rgba(0,0,0,0.3);
	padding: 0 60px 0 0;
}

.t-footer_top_logo{
	mix-blend-mode: multiply;
	margin: 0 0 50px 0;
}

.t-footer_sns_list_block{
	display: flex;
	align-items: center;
}

.t-footer_sns_list_block_head{
	position: relative;
	line-height: 1;
	padding: 0 10px 0 30px;
	font-size: 12px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	letter-spacing: 0.04em;
	font-weight: 500;
	white-space: nowrap;
}

.t-footer_sns_list_block_content{
	position: relative;
	padding: 0 0 0 50px;
}

.t-footer_sns_list_block_content:after{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #2B2B2B;
}

/* .t-footer_top_content */

.t-footer_top_content{
	padding: 0 0 0 60px;
}

.t-footer_nav_list_area{
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	letter-spacing: 0.04em;
	margin: 0 0 35px 0;
	line-height: 1;
}

.t-footer_nav_list_area:last-child{
	margin-bottom: 0;
}

.t-footer_nav_list_head{
	margin: 0 0 19px 0;
}

.t-footer_nav_list_head_title01{
	font-size: 18px;
	font-weight: 700;
}

.t-footer_nav_list_content{
	
}

.t-footer_nav_list_wrap{
	
}

.t-footer_nav_list{
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -20px 0;
}

.t-footer_nav_list_area.type_aboutus .t-footer_nav_list{
	font-size: 12px;
	font-weight: 400;
}

.t-footer_nav_list_item{
	padding: 0 20px 20px 0;
}

/* .t-footer_bottom_wrap */

.t-footer_bottom_wrap{
	font-size: 12px;
	background-color: #2B2B2B;
	color: #8E8E8E;
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: nowrap;
}

.t-footer_bottom{

}

.t-footer_bottom_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px -20px 0;
}

.t-footer_bottom_row &gt; *{
	padding: 0 20px 20px 0;
}

.t-footer_bottom_copy{
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
	.t-footer_top_row{
		flex-wrap: wrap;
		padding: 0;
	}
	
	.t-footer_top_head{
		padding: 0 0 30px 0;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	
	.t-footer_top_logo{
		margin-bottom: 30px;
	}
	
	.t-footer_sns_list_block_head{
		padding-left: 0;
	}
	
	.t-footer_top_content{
		padding: 30px 0 0px 0;
		width: 100%;
	}
	
}

@media screen and (max-width: 700px) {
	
	.t-footer_bottom_wrap{
		font-size: 10px;
		text-align: center;
	}
	
	.t-footer_bottom_row &gt; *{
		width: 100%;
	}
	
}

/*-------------------------------------------------------------------
BREAD
-------------------------------------------------------------------*/

.t-breadcrumb{
	font-size: 12px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #9E9E9E;
	padding-top: 30px;
	padding-bottom: 60px;
}

.t-breadcrumb_in{
	
}

.t-breadcrumb_list{
	
}

.t-breadcrumb_list li{
	display: inline;
	margin: 0 10px 0 0;
}

.t-breadcrumb_list li:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background-image: url("../../img/template/icon_breadsep@2x.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top left;
	margin: 1px 0 0 10px;
}

.t-breadcrumb_list li:last-child{
	margni-right: 0;
}

.t-breadcrumb_list li:last-child:after{
	display: none;
}

.t-breadcrumb_list li:last-child{
	color: #2B2E34;
}

.t-breadcrumb_list li:first-child a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../../img/template/icon_breadhome@2x.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top left;
	width: 10px;
	height: 14px;
	margin: -4px 10px 0 0;
}

.normal .t-breadcrumb_list li a:hover{
	text-decoration: underline;
}

/*-------------------------------------------------------------------
t-page_temp
-------------------------------------------------------------------*/

.t-page_temp{
	padding-bottom: 160px !important;
}

.t-page_temp_in{
	
}

.t-page_temp_content{
	display: flex;
	flex-wrap: wrap;
}

.t-page_temp_main{
	order: 2;
	width: calc(100% - 300px);
	padding: 0 0 0 60px;
}

.t-page_temp_sub{
	order: 1;
	width: 300px;
}

.t-page_temp_sub_head{
	position: relative;
	line-height: 1;
	white-space: nowrap;
	margin: 0 0 8px 0;
	overflow:  hidden;
}

.t-page_temp_sub_head{
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.t-page_temp_sub_title01{
	font-size: 72px;
	display: flex;
	justify-content: center;
	opacity: 0.05;
}

.t-page_temp_sub_title02{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	height: 0;
}

.t-page_temp_sub_lead{
	font-size: 15px;
	line-height: 1.73;
	margin: 0 0 35px 0;
}

.t-page_temp_sub_cat{
	margin: 0 0 50px 0;
}

.t-page_temp_sub_link_list_wrap{
	font-size: 21px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #888888;
	line-height: 1;
	margin: 0 0 100px 0;
}

.t-page_temp_sub_link_list{
	
}

.t-page_temp_sub_link_item{
	margin: 0 0 13px 0;
}

.t-page_temp_sub_link_item:last-child{
	margin-bottom: 0;
}

.t-page_temp_sub_link{
	display: inline-block;
	vertical-align: bottom;
}

.t-page_temp_sub_link_text{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 0 20px;
	transition: color 0.4s ease 0s;
}

.t-page_temp_sub_link_text:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 1px;
	margin: -0.5px 0 0 0;
	background-color: #888888;
	transition: background-color 0.4s ease 0s;
}

.t-page_temp_sub_link.active .t-page_temp_sub_link_text,
.t-page_temp_sub_link:hover .t-page_temp_sub_link_text{
	color: #C3AC67;
}

.t-page_temp_sub_link.active .t-page_temp_sub_link_text:before,
.t-page_temp_sub_link:hover .t-page_temp_sub_link_text:before{
	background-color: #C3AC67;
}

/* .t-page_temp_bottom */

.t-page_temp_bottom{
	width: 100%;
	order: 3;
	padding: 80px 0 0 0;
}

.t-cms_control_wrap{
	
}

.t-cms_control{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.t-cms_control_arrow{
	max-width: 510px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.t-cms_control_arrow.prev{
	padding: 0 0 0 30px;
}

.t-cms_control_arrow.next{
	padding: 0 30px 0 0;
}

.t-cms_control_arrow_link{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
}

.t-cms_control_arrow_in{
	flex-grow: 1;
	display: flex;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

.t-cms_control_arrow_img{
	position: relative;
	order: 1;
	width: 39%;
}

.t-cms_control_arrow_img:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 9.5px;
	height: 25px;
	background-image: url("../../img/template/slide_arrow01_white@2x.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
	margin: -12.5px 0 0 0;
	z-index: 2;
	transform-origin: 50% 50%;
}

.t-cms_control_arrow.prev .t-cms_control_arrow_img:after{
	left: auto;
	right: 20px;
	transform: rotate(180deg);
}

.t-cms_control_arrow_img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}


.t-cms_control_arrow_img .c-thumb_block,
.t-cms_control_arrow_img .c-thumb_block_in,
.t-cms_control_arrow_img .c-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.t-cms_control_arrow_content{
	order: 2;
	width: 61%;
	padding: 20px 20px;
}

.t-cms_control_arrow.prev .t-cms_control_arrow_img{
	order: 2;
}

.t-cms_control_arrow.prev .t-cms_control_arrow_content{
	order: 1;
}

.t-cms_control_arrow_head{
	white-space: nowrap;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}

.t-cms_control_arrow_head &gt; *{
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #DCDCDC;
}


.t-cms_control_arrow_head &gt; *:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.t-cms_control_date{
	font-size: 16px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}

.t-cms_control_cat_list_wrap{
	font-size: 16px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1;
}


.t-cms_control_cat_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -0.5em 0;
	white-space: nowrap;
}

.t-cms_control_cat_list_item{
	padding: 0 0 0.5em 0;
}

.t-cms_control_cat_list_item:after{
	content: "、";
}

.t-cms_control_cat_list_item:last-child:after{
	display: none;
}

.t-cms_control_arrow_text{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: #888888;
}

.t-cms_control_home{
	display: flex;
	align-items: center;
}

.t-cms_control_home img{
	max-width: none;
}

@media screen and (max-width: 900px) {
	.t-cms_control_arrow_head{
		flex-wrap: wrap;
	}

	.t-cms_control_arrow_head &gt; *{
		padding:  0;
		margin: 0 0 10px 0;
		border-right: none;
		width: 100%;
	}


	.t-cms_control_arrow_head &gt; *:last-child{
		margin-bottom: 0;
	}
}

/* .t-cms_bottom_ad_wrap */

.t-cms_bottom_ad_wrap{
	margin: 80px 0 0 0;
}

.t-cms_bottom_ad {
    margin: 0 auto;
    max-width: 970px;
}

@media screen and (max-width: 900px) {
	
	.t-page_temp{
		padding-bottom: 80px !important;
	}
	
	.t-page_temp_main{
		padding-left: 30px;
	}
	.t-cms_control_arrow_content{
		padding: 15px 10px;
	}
	.t-cms_control_arrow_head{
		margin: 0 0 6px 0;
	}
	.t-cms_control_arrow_head &gt; *{
		margin: 0 0 6px 0;
	}
}

/* sp */
@media screen and (max-width: 700px) {
	.t-page_temp_content{
		flex-wrap: wrap;
	}
	.t-page_temp_main{
		order: 1;
		width: 100%;
		padding-left: 0px;
		padding-bottom: 50px;
	}
	.t-page_temp_bottom{
		order: 2;
		width: 100%;
		padding: 0 0 50px 0;
	}
	.t-page_temp_sub{
		order: 3;
		width: 100%;
	}
	
	/* .t-cms_control */
	
	.t-cms_control{
		flex-wrap: wrap;
	}
	
	.t-cms_control_arrow{
		max-width: none;
		width: 100%;
		padding: 0 !important;
	}
	
	.t-cms_control_home{
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
	
}

/* .t-pager_wrap */

.t-pager_wrap{
	display: flex;
	justify-content: center;
}

.t-pager{
	display: flex;
	align-items: center;
}

.t-pager .page-numbers{
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 0.5em;
	border-radius: 100%;
	width: 4em;
	height: 4em;
	line-height: 4em;
}

.t-pager .page-numbers.dots{
	border-radius: 0;
	width: auto;
}

.t-pager .page-numbers.current{
	color: #fff;
	background-color: #EFB431;
}

.color_weather .t-pager .page-numbers.current{
	background-color: #EFB431;
}

.color_streetstyle .t-pager .page-numbers.current{
	background-color: #6392D5;
}

.color_focus .t-pager .page-numbers.current{
	background-color: #5BBAAA;
}

.color_advanced .t-pager .page-numbers.current{
	background-color: #A575C3;
}

.color_culture .t-pager .page-numbers.current{
	background-color: #C3AC67;
}

.color_enquete .t-pager .page-numbers.current{
	background-color: #DD9070;
}

.color_newtribe .t-pager .page-numbers.current{
	background-color: #6975D1;
}

.color_snapsearch .t-pager .page-numbers.current{
	background-color: #F0BB43;
}

.t-pager .page-numbers.next,
.t-pager .page-numbers.prev{
	background-color: #eee;
	text-decoration: none !important;
}

/* sp */
@media screen and (max-width: 700px) {
	.t-pager_wrap{
	}
	.t-pager .page-numbers{
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
		margin: 0 0.2em;
	}
}

/*-------------------------------------------------------------------
t-cms_content_wrap
-------------------------------------------------------------------*/

.t-cms_content_wrap{
	max-width: 640px;
	margin: 0 auto;
}

.t-cms_content_head{
	margin: 0 0 40px 0;
}

.t-cms_cat_list_wrap{
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	margin: 0 0 15px 0;
	color: #C3AC67;
}

.t-cms_date{
	font-size: 12px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	line-height: 1;
	color: #999999;
	margin: 0 0 15px 0;
}

.t-cms_head_title{
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 30px 0;
	color: #C3AC67;
}

.t-cms_head_lead{
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px 0;
}

/* sp */
@media screen and (max-width: 700px) {
	.t-cms_head_title{
		font-size: 25px;
		margin: 0 0 20px 0;
	}
}

/* .t-cms_content */

.t-cms_content{
}

/* .t-cms_content_bottom */

.t-cms_content_bottom{
	margin: 80px 0 0 0;
}

.t-writer_block{
	border-top: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
}

.t-writer_block_head{
	padding: 20px 0;
	font-size: 16px;
	color: #C3AC67;
	border-bottom: 1px solid #DCDCDC;
}

.t-writer_block_content{
	padding: 30px 20px;
}

.t-writer_block_info{
	display: flex;
}

.t-writer_block_info .t-writer_block_info_img{
	width: 80px;
}

.t-writer_block_info .t-writer_block_info_img img{
	border-radius: 100%;
	overflow:  hidden;
}

.t-writer_block_info .t-writer_block_info_img .c-img_cover{
	padding-bottom: 100%;
	border-radius: 100%;
	overflow:  hidden;
}

.t-writer_block_info_text{
	width: calc(100% - 80px);
	padding: 0 0 0 35px;
}

.t-writer_block_cat{
	color: #888888;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.t-writer_block_name_wrap{
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 15px 0;
}

.t-writer_block_name{
	display: inline-table;
	line-height: 1;
}

.t-writer_block_name &gt; *{
	display: table-cell;
	padding: 0 12px;
}

.t-writer_block_name &gt; *{
	border-right: 1px solid #DCDCDC;
}

.t-writer_block_name &gt; *:first-child{
	padding-left: 0;
}

.t-writer_block_name &gt; *:last-child{
	padding-right: 0;
	border-right: 0;
}

.t-writer_block_name01{
	
}

.t-writer_block_name02{
	
}

.t-writer_block_lead{
	font-size: 14px;
	line-height: 1.71;
	margin: 0 0 20px 0;
}

.t-writer_block_func_wrap{
	
}

.t-writer_block_func{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -12px 0;
}

.t-writer_block_func &gt; *{
	padding: 0 12px 12px 0;
}

.t-writer_block_sns{
	
}

.t-writer_block_sns .c-sns_list_item{
	margin: 0 10px 0 0;
}

.t-writer_block_wirter_text{
	color: #888888;
	font-size: 12px;
	font-weight: 500;
}

.t-cms_sns_list_block_wrap{
	font-size: 15px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	line-height: 1;
	margin: 80px 0 0 0;
	display: flex;
	justify-content: flex-end;
}

.t-cms_sns_list_block{
	display: flex;
	align-items: center;
}

.t-cms_sns_list_block_head{
	padding: 0 40px 0 0;
}

/* sp */
@media screen and (max-width: 700px) {
	
	.t-cms_content_bottom{
		margin: 50px 0 0 0;
	}
	
	.t-writer_block_content{
		padding: 20px 0;
	}
	.t-writer_block_info{
		flex-wrap: wrap;
	}
	.t-writer_block_info_text{
		padding: 20px 0 0 0;
		width: 100%;
	}
	.t-cms_sns_list_block_wrap{
		margin: 40px 0 0 0;
	}
}

/*-------------------------------------------------------------------
.t-cms_post_bottom
-------------------------------------------------------------------*/

.t-cms_post_bottom{
	padding-top: 100px;
	padding-botom: 120px;
	background-color: #FBFBFB;
}

.t-cms_post_list_wrap{
	margin: 0 0 80px 0;
}

.t-cms_post_list_wrap:last-child{
	margin-bottom: 0;
}

.t-cms_post_list_head{
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 25px 0;
}

.t-cms_post_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -40px 0;
}

.t-cms_post_list_item{
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 40px 40px 0;
}

.t-cms_post_block_wrap{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.t-cms_post_block_link{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
}

.t-cms_post_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.t-cms_post_block_img{
	
}

.t-cms_post_block_img .c-img_cover{
	padding-bottom: 65.3%;
}

.t-cms_post_block_text{
	background-color: #fff;
	padding: 15px 20px;
}

.t-cms_post_block_title01{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	margin: 0 0 12px 0;
}

.t-cms_post_block_date{
	font-size: 12px;
	line-height: 1;
	color: #999999;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
}

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

	.t-cms_post_list_item{
		width: 33.3%;
	}
}

@media screen and (max-width: 700px) {
	
	.t-cms_post_bottom{
		padding-top: 60px;
	}
	
	.t-cms_post_list{
		margin: 0 -20px -20px 0;
	}

	.t-cms_post_list_item{
		width: 50%;
		padding: 0 20px 20px 0;
	}
	
	.t-cms_post_block_text{
		padding: 10px 15px;
	}
	
}

/* .t-page_temp.utmost */

.t-page_temp.utmost{
}

.t-page_temp.utmost .t-page_temp_sub{
	display: none;
}

.t-page_temp.utmost .t-page_temp_main{
	width: 100%;
	padding: 0;
}

.t-page_temp.utmost .t-cms_content_wrap{
	max-width: none;
}


@media screen and (max-width: 900px) {
	.t-page_temp.utmost{
	}
}

@media screen and (max-width: 700px) {
	.t-page_temp.utmost{
	}
}

/* .t-pagetop */

.t-pagetop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.t-pagetop_in{
	position: relative;
	max-width: none;
}

 .t-pagetop_switch_wrap{
	position: absolute;
	top: 80px;
	right: 0px;
	width: 32px;
	height: 77px;
}


.t-pagetop_switch,
.t-pagetop_switch_link,
.t-pagetop_switch_obj{
	width: 32px;
	height: 77px;
}

.request_active .t-pagetop_switch_wrap{
	 right: 0;
}

.t-pagetop_switch{
	position: fixed;
	z-index: 20000;
	bottom: 30px;
}

.t-pagetop_switch_link{
	display: block;
	text-decoration: none !important;
}

.t-pagetop_circle{
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.6);
}

.t-pagetop_arrow_wrap{
	position: absolute;
	top: -4px;
	left: 50%;
	margin: 0 0 0 -1px;
	width: 50px;
	height: 4px;
	padding: 0 0 0 14px;
	transform-origin: 0 100%;
	transform: rotate(90deg);
	transition: padding 0.4s ease 0s;
}

.t-pagetop_switch_link:hover .t-pagetop_arrow_wrap{
	padding-left: 5px;
}

.t-pagetop_arrow{
	width: 100%;
	height: 100%;
	position: relative;
}

.t-pagetop_arrow:before,
.t-pagetop_arrow:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
}

.t-pagetop_arrow:before{
	width: calc(100% - 4px);
	height: 1px;
	background-color: #2B2B2B;
}

.t-pagetop_arrow:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 4px 4px;
	border-color: transparent transparent #2B2B2B transparent;
}

.t-pagetop_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	font-family: aktiv-grotesk, 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.t-pagetop_switch_number{
	bottom: 30px;
	display: none;
}

.t-pagetop_switch_wrap.active .t-pagetop_switch{
	position: absolute;
	top: 0 !important;
}

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

	.t-pagetop_switch_wrap{
		top: 60px;
	}
	
}

/*-------------------------------------------------------------------
.t-side_acc_list_area
-------------------------------------------------------------------*/

.t-side_acc_list_title a:before,
.t-side_acc_child_list_area:before,
.t-side_acc_child02_list_area:before,
.t-side_acc_child02_list_area:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #888888;
}

.t-side_acc_list_area a.active{
	color: #EFB431;
}
.t-side_acc_list_title a.active:before,
.t-side_acc_child_list_area.active:before,
.t-side_acc_child02_list_area.active:before,
.t-side_acc_child02_list_area.active:after{
	background-color: #EFB431;
}

.color_weather .t-side_acc_list_area a.active{
	color: #EFB431;
}
.color_weather .t-side_acc_list_title a.active:before,
.color_weather .t-side_acc_child_list_area.active:before,
.color_weather .t-side_acc_child02_list_area.active:before,
.color_weather .t-side_acc_child02_list_area.active:after{
	background-color: #EFB431;
}

.color_streetstyle .t-side_acc_list_area a.active{
	color: #6392D5;
}
.color_streetstyle .t-side_acc_list_title a.active:before,
.color_streetstyle .t-side_acc_child_list_area.active:before,
.color_streetstyle .t-side_acc_child02_list_area.active:before,
.color_streetstyle .t-side_acc_child02_list_area.active:after{
	background-color: #6392D5;
}

.color_focus .t-side_acc_list_area a.active{
	color: #5BBAAA;
}
.color_focus .t-side_acc_list_title a.active:before,
.color_focus .t-side_acc_child_list_area.active:before,
.color_focus .t-side_acc_child02_list_area.active:before,
.color_focus .t-side_acc_child02_list_area.active:after{
	background-color: #5BBAAA;
}

.color_advanced .t-side_acc_list_area a.active{
	color: #A575C3;
}
.color_advanced .t-side_acc_list_title a.active:before,
.color_advanced .t-side_acc_child_list_area.active:before,
.color_advanced .t-side_acc_child02_list_area.active:before,
.color_advanced .t-side_acc_child02_list_area.active:after{
	background-color: #A575C3;
}

.color_culture .t-side_acc_list_area a.active{
	color: #C3AC67;
}
.color_culture .t-side_acc_list_title a.active:before,
.color_culture .t-side_acc_child_list_area.active:before,
.color_culture .t-side_acc_child02_list_area.active:before,
.color_culture .t-side_acc_child02_list_area.active:after{
	background-color: #C3AC67;
}

.color_enquete .t-side_acc_list_area a.active{
	color: #DD9070;
}
.color_enquete .t-side_acc_list_title a.active:before,
.color_enquete .t-side_acc_child_list_area.active:before,
.color_enquete .t-side_acc_child02_list_area.active:before,
.color_enquete .t-side_acc_child02_list_area.active:after{
	background-color: #DD9070;
}

.color_newtribe .t-side_acc_list_area a.active{
	color: #6975D1;
}
.color_newtribe .t-side_acc_list_title a.active:before,
.color_newtribe .t-side_acc_child_list_area.active:before,
.color_newtribe .t-side_acc_child02_list_area.active:before,
.color_newtribe .t-side_acc_child02_list_area.active:after{
	background-color: #6975D1;
}

.color_snapsearch .t-side_acc_list_area a.active{
	color: #F0BB43;
}
.color_snapsearch .t-side_acc_list_title a.active:before,
.color_snapsearch .t-side_acc_child_list_area.active:before,
.color_snapsearch .t-side_acc_child02_list_area.active:before,
.color_snapsearch .t-side_acc_child02_list_area.active:after{
	background-color: #F0BB43;
}

.t-side_acc_list_area{
	position: relative;
	line-height: 1;
	margin: 50px 0 100px 0;
	color: #888888;
}

.t-side_acc_list_wrap{
	
}

.t-side_acc_list{
	
}

.t-side_acc_list_area a{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.t-side_acc_list_item{
	margin: 0 0 25px 0;
}

.t-side_acc_list_item:last-child{
	margin-bottom: 0;
}

.t-side_acc_list_title{
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.t-side_acc_list_title a{
	padding: 0 0 0 20px;
}

.t-side_acc_list_title a:before{
	top: 50%;
	left: 0;
	height: 1px;
	width: 14px;
	margin: -0.5px 0 0 0;
}

/* .t-side_acc_child_list_area */

.t-side_acc_child_list_area{
	position: relative;
	padding: 0 0 0 20px;
}

.t-side_acc_child_list_area:before{
	top: -17.5px;
	left: 6.5px;
	height: 14px;
	width: 1px;
}

.t-side_acc_child_list_area.active:before{
	display: none;
}

.t-side_acc_child_list_wrap{
	display: none;
}

.t-side_acc_child_list{
	padding: 20px 0 0px 0;
}

.t-side_acc_child_list_item{
	margin: 0 0 20px 0;
}

.t-side_acc_child_list_item:last-child{
	margin-bottom: 0;
}

.t-side_acc_child_list_title{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.t-side_acc_child_list_title a{
	padding: 0 0 0 20px;
}

/* .t-side_acc_child02_list_wrap */

.t-side_acc_child02_list_area{
	position: relative;
	line-height: 1;
	padding: 0 0 0 20px;
}

.t-side_acc_child02_list_area:before{
	width: 1px;
	height: 12px;
	left: 5.5px;
	top: -14px;
}

.t-side_acc_child02_list_area:after{
	width: 12px;
	height: 1px;
	left: 0;
	top: -9px;
}

.t-side_acc_child02_list_area.active:before{
	display: none;
}

.t-side_acc_child02_list_wrap{
	display: none;
}

.t-side_acc_child02_list{
	padding: 15px 0 0px 0;
}

.t-side_acc_child02_list_item{
	margin: 0 0 15px 0;
}

.t-side_acc_child02_list_item:last-child{
	margin-bottom: 0;
}

.t-side_acc_child02_list_title{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.t-side_acc_child02_list_title a{
	padding: 0 0 0 0px;
}

/*------------------------ AD ------------------------*/

.pad_ad{
	display: none;	
}

.sp_ad{
	display: none;	
}


.ad_common_wrap{
	text-align: center;
	line-height: 0;
}

.ad_element{
	display: inline-block;
	line-height: 0;
	background-color: #fff;
}


.adv1{
	/*width: 728px;*/
	height: 90px;
}

.adv2{
	width: 300px;
	height: 250px;
}

.adv3{
	width: 300px;
	/*min-height: 250px;*/
	height: 600px;
}

.adv4{
	width: 300px;
	height: 250px;
}

.adv5{
	/*width: 970px;*/
	height: 92px;
}

.adv6{
	width: 300px;
	height: 250px;
}

.adv7{
	width: 300px;
	height: 250px;
}

.adv8{
	width: 300px;
	height: 250px;
}

.adv9{
	width: 300px;
	height: 250px;
}

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

/*
.adv5{
	width: 728px;
	height: 92px;
}*/

.ad_300_100_glam{
	width: 300px;
	height: 100px;
	overflow: hidden;
}

}

.ad_300_250_glam{
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.ad_300_600_glam{
	width: 300px;
	height: 600px;
	overflow: hidden;
}

.ad_common_area .ad_common_wrap{
	margin: 0 0 20px 0;
}

.ad_common_area .ad_common_wrap:last-child{
	margin-bottom: 0px;
}

.ad_common_wrap iframe.infinite_frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	background: none;
}

.ad_300_100_glam iframe{
	background: none !important;	
}

.ad_300_600_glam iframe{
	background: none !important;	
}

#not-found-message{
	padding: 100px 0;
	text-align: center;
	font-size: 180%;
	line-height: 1.6;
	font-weight: bold;	
}

/* ==========================================================================
   過去のスタイル title.css parts.css
   ========================================================================== */

/* -----------------  title.css ----------------- */

/* .title_parts01 */

.title_parts01{
	text-align: center;
	margin: 0 0 36px 0;
}

.title_parts01 span{
	text-align: center;
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 0 1px 3px 1px;
}

.title_parts01 a{
  display: inline-block;
	text-decoration: none !important;	
}

.title_parts01 a span:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background: #000000;
	left: 5px;
	bottom: 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
}

.title_parts01 a:hover span:after{
	left: px;
	width: 10px;
}

.title_parts01 small{
	display: block;
	margin: 7px 0 0 0;
}

/* 英語タイトル */

.title_parts01.title_type01{
	margin: 0 0 36px 0;
}

.title_parts01.title_type01 span{
	font-size: 36px;
	font-family: 'Playfair Display', serif;
}

.title_parts01.title_type01 small{
	font-size: 12px;
	font-family:YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 日本語タイトル */

.title_parts01.title_type02{
	margin: 0 0 20px 0;	
}

.title_parts01.title_type02 span{
	font-size: 27px;
	text-indent: 0.25em;
	letter-spacing: 0.2em;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.en .title_parts01.title_type02 span{
	font-family: "Playfair Display",serif;
	letter-spacing: normal;	
}

.ko .title_parts01.title_type02 span{
	font-size: 21px;
}

.title_parts01.title_type02 small{
	font-size: 11px;
	font-family: 'Lato', sans-serif;
}

/* .title_parts02 */

.title_parts02{
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 0 15px 0;
}

/* .title_parts03 */

.title_parts03{
	font-size: 18px;
	line-height: 1.4;
	font-family:YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

/* .title_parts04 */

.title_parts04{
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	margin: 0 25px 0 0;
}
@media screen and (max-width: 700px) {
.title_parts04{
	font-size: 18px;	
}
}

/* -----------------  parts.css ----------------- */

/*
----------------- 共通のバナーエリア -----------------
*/

.banner_zone{
	text-align: center;
	letter-spacing: -0.4em;	
}

.banner_zone li{
	display: inline-block;
	vertical-align: top;
}

.banner_zone li{
	width: 48%;
	margin: 0 4% 0 0;
}

.banner_zone li:nth-child(even){
	margin: 0 0 0 0;
}

.banner_zone li .banner{
	position: relative;
	height: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

.banner_zone li .banner figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}

@media screen and (max-width: 700px) {
	.banner_zone li{
		width: 10px;
		margin: 0 auto 5% auto !important;
		display: block;
		max-width: 400px;
	}
	.banner_zone li:last-child{
		margin-bottom: 0px !important;
	}
}

/*
----------------- 共通のテーブル -----------------
*/

.table{
	display: table;
	width: 100%;	
}

.table .table_tr{
	display: table-row;
}

.table .table_tr .table_th{
	display: table-cell;
	vertical-align: top;
	color: #333333;
	padding: 5px 15px 5px 0;
  word-wrap: break-word;
  word-break: break-all;
}

.table .table_tr .table_td{
	font-size: 13px;
	line-height: 1.85;
	color: #333333;
	display: table-cell;
	vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
}

.table .table_big_text{
	font-size: 17px;
	font-weight: normal;
}

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

@media screen and (max-width: 700px) {
	.table .table_tr{ display: block; }
	.table .table_tr .table_th{ display: block; width: 10px !important; padding: 0; }
	.table .table_tr .table_td{ display: block; width: 10px !important; padding: 0 0 5px 0;}
}

/* profileのページ */

.table.profile .table_tr .table_th{
	font-size: 11px;
	line-height: 1.85;
	color: #999999;
	width: 100px;
	padding-top: 6px;
}

.table.profile .table_tr .table_td{
	padding: 5px 0;
}

.table.profile .table_tr .table_td *{
	line-height: 1.85;
}

@media screen and (max-width: 700px) {
	.table.profile .table_tr .table_th{ padding-top: 0px;}
	.table.profile .table_tr .table_td{ padding: 0 0 5px 0; }	
}

/* aboutのページ */


.table.about .table_tr .table_th{
	font-size: 13px;
	line-height: 1.85;
	width: 115px;
	color: #000000;
}

.table.about .table_tr .table_td{
	font-size: 13px;
	line-height: 1.85;	
}

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

.table.contact .table_tr .table_th{
	font-size: 13px;
	line-height: 1.85;
	width: 160px;
	padding-top: 20px;
}
.table.contact .table_tr .table_td{
	padding-bottom: 20px;
}

.action-confirm .table.contact .table_tr .table_th{
	padding: 10px !important;
	height: auto !important;
	line-height: 1.6 !important;
}
.action-confirm .table.contact .table_tr .table_th .contact_title{
	line-height: 1.6 !important;
}
.action-confirm .table.contact .table_tr .table_td{
	padding: 10px !important;
	height: auto !important;
	line-height: 1.6 !important;
}

.action-confirm .table.contact .table_tr .table_th .contact_title span.check{
	top: 3px !important;
}

/* .white_box */

.white_box{
	margin: 30px 0 0 0;
	padding: 26px 26px;
	background: #ffffff;
	border: 1px solid #e6e6e6;	
}

/* .gray_box */

.gray_box{
	margin: 30px 0 0 0;
	padding: 26px 26px;
	background: #f5f5f5;	
}

/* .contact_title */

.contact_title{
	position: relative;
	padding: 0 30px 0 0;
}

.contact_title span.check{
	content: "必須";
	position: absolute;
	display: block;
	top: -3px;
	right: 0;
	background: #333333;
	width: 28px;
	height: 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.en .contact_title span.check{
	font-size: 10px;
	width: 50px;
}

#page_advertisement .align-center{
	text-align: center;
	margin: 30px 0 0 0;	
}

#page_advertisement .align-center input[type="submit"]{
	vertical-align: top;
	display: inline-block;
	background: #000000;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	padding: 15px 30px;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	width: 200px;
	text-decoration: none !important;
	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;
}

#page_advertisement .align-center a{
	vertical-align: top;
	display: inline-block;
	background: #eeeeee;
	color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	padding: 15px 30px;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	width: 200px;
	text-decoration: none !important;
	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;
}

#page_advertisement .align-center input[type="submit"]:hover,
#page_advertisement .align-center a:hover{
	-ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*.page_parts  */

.page_parts{
	margin: 22px 0 40px 0;	
}

.page_parts p{
	font-size: 13px;
	line-height: 1.85;	
}

/*
--------------------------------- 詳細ページ用CSS ---------------------------------
*/

/* .cms_input_area */

.cms_input_area:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

/*.cms_input_area *{*/
.cms_input_area{
	font-size: 14px;
	line-height: 1.6;	
}

.cms_input_area img {
    cursor: pointer;
}

.cms_input_area *{
	line-height: inherit;
}

.cms_input_area table{
	width: 100% !important;	
}

.cms_input_area.adtype{
	-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ;
	max-width: 900px;
	margin: 0 auto;
}

.cms_input_area.adtype.active{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.cms_input_area.adlead{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ;
}

.cms_input_area.adlead.active{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.trend_iframe_wrap{
	-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ;
	max-width: 900px;
	margin: 0 auto;
	height: 900px;
	width: 10px;
}

.trend_iframe{
	width: 900px;
	min-height: 900px;
	margin: 0 auto;
	border: none;
	-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ; 	
}

.trend_iframe.active{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.cms_input_area.adtype{
	/*-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ; */
}

.cms_input_area.adtype.active{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.cms_input_area.adtype.iframe_area{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.trend_iframe_wrap.active{
	-ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*20230623fix
.android .trend_iframe{
	width: 10px !important;
}
.cms_input_area iframe{
	max-width: 10px;
}*/

/*
.cms_input_area h1{
	font-size: 17px;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #e6e6e6;
}

.cms_input_area h2{
	font-size: 17px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #e6e6e6;
}

.cms_input_area h3{
	font-size: 17px;
	background: #f5f5f5;
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #e6e6e6;
}

.cms_input_area h4{
	font-size: 17px;
	position: relative;
	padding: 3px 0 0 10px;
	border-left: 4px solid #333333;
}

.cms_input_area h5{
	font-size: 17px;
	padding: 0 0 0 20px;
	background: url(../../img/template/cms_input_h5.png) no-repeat left 7px;
	background-size: 12px 12px;
}

.cms_input_area h6{
	font-size: 17px;
	padding: 0 0 0 20px;
	background: url(../../img/template/cms_input_h6.png) no-repeat left 7px;
	background-size: 12px 12px;
}*/

.cms_input_area a{
	color: #999999;	
}

.cms_input_area ul li{
	font-size: 13px;
	padding: 0 0 0 12px;
	background: url(../../img/template/cms_input_icon_list.png) no-repeat left 9px;
	background-size: 4px 4px;	
}

.cms_input_area .icon_link_small{
	font-size: 13px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 13px;
	background: url(../../img/template/cms_input_icon_link_small.png) no-repeat left 8px;
	background-size: 5px 6px;
}

.cms_input_area .icon_link_big{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 20px;
	background: url(../../img/template/cms_input_icon_link_big.png) no-repeat left 4px;
	background-size: 15px 15px;
}

.cms_input_area .icon_pdf_small{
	font-size: 13px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 30px;
	background: url(../../img/template/cms_input_icon_pdf_small.png) no-repeat left 3px;
	background-size: 23px 12px;
}

.cms_input_area .icon_pdf_big{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 36px;
	background: url(../../img/template/cms_input_icon_pdf_big.png) no-repeat left 3px;
	background-size: 27px 13px;
}

.cms_input_area .icon_word_small{
	font-size: 13px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 25px;
	background: url(../../img/template/cms_input_icon_word_small.png) no-repeat left 1px;
	background-size: 16px 16px;
}

.cms_input_area .icon_word_big{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 28px;
	background: url(../../img/template/cms_input_icon_word_big.png) no-repeat left 1px;
	background-size: 18px 18px;
}

.cms_input_area .icon_link_brank_small{
	font-size: 13px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 28px;
	background: url(../../img/template/cms_input_icon_link_brank_small.png) no-repeat left 1px;
	background-size: 14px 14px;
}

.cms_input_area .icon_link_brank_big{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 28px;
	background: url(../../img/template/cms_input_icon_link_brank_big.png) no-repeat left 4px;
	background-size: 15px 15px;
}

.cms_input_area .icon_download_small{
	font-size: 13px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 28px;
	background: url(../../img/template/cms_input_link_icon_download_small.png) no-repeat left 1px;
	background-size: 15px 16px;
}

.cms_input_area .icon_download_big{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 28px;
	background: url(../../img/template/cms_input_link_icon_download_big.png) no-repeat left 1px;
	background-size: 17px 18px;
}

.cms_input_area table{
		
}

.cms_input_area table th{
	padding: 10px 15px;
}

.cms_input_area table td{
	padding: 10px 15px;
}

.cms_input_area table thead th{
}

.cms_input_area table.border{
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.cms_input_area table.border td{
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.cms_input_area table.border th{
	background: #f5f5f5;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.cms_input_area table.border thead th{
	background: #999999;
	color: #ffffff;
}


.cms_image_table div{
	width: 48%;
	margin: 0 0 30px 0;
}

.cms_image_table div img{
	display: block;
	width: 10px;
	height: auto;
	margin: 0 0 10px 0;
}

.cms_image_table div p{
	font-size: 11px;
	line-height: 15px;
}

.cms_image_table div.left{
	clear: left;
	float: left;
}

.cms_image_table div.right{
	clear: right;
	float: right;
}

.cms_image_table:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

/* ==========================================================================
   ヘッダー 過去のスタイルとマージ
   ========================================================================== */

#common_header.logged-in {
position: relative;
padding: 0 130px;
/*background-color: #D59E9D; */
}
#common_header #logged-in {
position: absolute;
top: 0;
right: 0;
display: inline-block;
float: right;
min-width: 128px;
/*color: #FFF;*/
color: #000000;
font-size: 12px;
vertical-align: middle; }
#common_header #logged-in div#current-user {
  padding: 5px;
  height: 25px;
  /*color: white;*/
color: #000000;
  cursor: pointer;
  text-align: right;
  line-height: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #common_header #logged-in div#current-user &gt; img {
    display: inline-block;
    margin-left: 5px;
    max-width: 24px;
    vertical-align: middle; }
#common_header #logged-in-popover {
    display: none;
    position: absolute;
    top: 50px;
    right: 22px;
    min-width: 360px;
    padding: 20px;
    border: 1px solid #dddddd;
    color: black;
    background-color: white;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.2);
    cursor: default;
    line-height: 24px;
    z-index: 1888; }
#common_header #logged-in-popover a {
  color: #29ABE2; }
#common_header #logged-in-popover div.row &gt; div {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
#common_header #logged-in-popover div.row &gt; div:first-child {
  width: 150px; }
  #common_header #logged-in-popover div.row &gt; div:first-child img {
    max-width: 100%; }
#common_header #logged-in-popover div.row &gt; div:last-child {
  float: left;
  height: 120px; }
#common_header #logged-in-popover .logged-in-popover-meta {
  height: 90px; }
#common_header #logged-in-popover .current-user-name {
  font-weight: bold; }
#common_header #logged-in-popover .current-user-email {
  font-size: 11px; }
#common_header #logged-in-popover .btn-group {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%; }
#common_header #logged-in-popover .allow {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 12px 12px;
  position: absolute;
  right: 12px;
  top: -12px;
  z-index: 1;
  height: 0;
  width: 0; }
  
  @media screen and (max-width: 1100px) {
#common_header.logged-in{
  padding-left: 0;
}
  }
  
  @media screen and (max-width: 700px) {
#common_header.logged-in{
  padding-right: 0;
}
  }

/* ==========================================================================
   CMS SLIDER
   ========================================================================== */

.t-cms_popup_zone{
	-ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0 ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	/*overflow-x: hidden;
	overflow-y: scroll;
	webkit-overflow-scrolling: touch;*/
	white-space: nowrap;
	letter-spacing: -0.4em;
	text-align: center;
}

.t-cms_popup_zone.ready,
.t-cms_popup_zone.ready *{
	cursor: default !important;
}

.t-cms_popup_zone,
.t-cms_popup_wrap,
.t-cms_popup_content,
.t-cms_popup_content_in,
.swiper-container_wrap.type_cms_popup,
.swiper-container_wrap.type_cms_popup .swiper-container,
.swiper-container_wrap.type_cms_popup .swiper-wrapper,
.swiper-container_wrap.type_cms_popup .swiper-slide,
.swiper-container_wrap.type_cms_popup .t-cms_popup_vision{
	height: 100%;
}

.t-cms_popup_zone &gt; *{
	letter-spacing: normal;
}

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

.t-cms_popup_wrap{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 50px 52px;
	transition: opacity 0.4s ease 0s;
}

.t-cms_popup_wrap.active{
	opacity: 1;
}

@media screen and (max-width: 700px) {
	.t-cms_popup_wrap{ padding: 20px 10px 20px 10px; }
}

@media screen and (max-width: 321px) {
	.t-cms_popup_zone{ max-width: 320px;}
	.t-cms_popup_wrap{ padding-left: 0; padding-right: 0;}
}

.t-cms_popup_content{
	position: relative;
	z-index:2;
	max-width: 1050px;
	margin: 0 auto;
	background: #1f1f1f;
	padding: 30px 30px;
}

@media screen and (max-width: 900px) {
	.t-cms_popup_content{ padding: 55px 10px 45px 10px;}
}

@media screen and (max-width: 700px) {
	.t-cms_popup_content{ padding: 55px 10px 45px 10px;}
}

.t-cms_popup_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 200%;
	height: 1000%;
	z-index: 1;
	background: #000000;	
}

.t-cms_popup_close{
	position: absolute;
	top: 0;
	right: -36px;
	width: 21px;
	height: 21px;
	background: url(../../img/template/popup_close.png) no-repeat;
	background-size: 21px 21px;
	cursor: pointer;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: 4000;
}


@media screen and (max-width: 1050px) {
	/*.t-cms_popup_close{ top: 18px; right: 18px;}*/
}

@media screen and (max-width: 700px) {
	.t-cms_popup_close{ top: 18px; right: 18px;}
}

/* .t-cms_popup_vision */

.t-cms_popup_vision{
	position: relative;
	/*padding-bottom: 66.66%;*/
}

@media screen and (max-width: 700px) {
	.t-cms_popup_vision{
	}
}

.t-cms_popup_vision_in{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	letter-spacing: -0.4em;
	text-align: center;
}

.t-cms_popup_vision_in &gt; *{
	letter-spacing: normal;
}

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

.t-cms_popup_vision img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

/*
.t-cms_popup_vision.horizon img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.t-cms_popup_vision.vertical img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}*/

/* .popup_top */


.t-cms_popup_content_in{
	position: relative;	
}

/* .swiper-container_wrap.type_cms_popup */

.swiper-container_wrap.type_cms_popup{
	
}

.swiper-container_wrap.type_cms_popup .swiper-button-prev,
.swiper-container_wrap.type_cms_popup .swiper-button-next{
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}

.swiper-container_wrap.type_cms_popup .swiper-button-prev:after,
.swiper-container_wrap.type_cms_popup .swiper-button-next:after{
	background-image: url(../../img/template/popup_slider_arrow01.png);
	background-position: top left;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	margin: 0;
	transform-origin: 50% 50%;
}

.swiper-container_wrap.type_cms_popup .swiper-button-prev{
	left: 14px;
}

.swiper-container_wrap.type_cms_popup .swiper-button-next{
	right: 14px;
	left: auto;
}

.swiper-container_wrap.type_cms_popup .swiper-button-next:after{
	transform: rotate(180deg);
}

.swiper-container_wrap.type_cms_popup img{
    /* SPの長押し禁止 */
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-touch-callout:none;
		-moz-user-select:none;
		user-select:none;
}

/*
.swiper-container_wrap.type_cms_popup img{
	opacity: 0;
}

.swiper-container_wrap.type_cms_popup img.load_active{
	opacity: 1;
}*/

.swiper-container_wrap.type_cms_popup .swiper-number_wrap{
	z-index: 20;
	bottom: 16px;
	left: 0;
	width: 100%;
	height: 0;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
	font-size: 120%;
	padding: 0 8px 0 0;
}

.swiper-container_wrap.type_cms_popup .swiper-number_wrap_in{
	color: #ffffff;
	white-space: nowrap;
	text-shadow: 0px 0px 2px rgb(1, 1, 0.2);
}

.swiper-container_wrap.type_cms_popup .swiper-number_wrap_in &gt; *{
	margin: 0 0.5em 0 0;
}

.swiper-container_wrap.type_cms_popup .swiper-number_wrap_in &gt; *:last-child{
	margin-right: 0;
}
</pre></body></html>