@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/

#contents.page-top {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.content_wrapper {
	max-width:1200px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	margin:0 auto;
}
#outletpage.content_wrapper {
	display: -webkit-flex;
	display: flex;
		-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* メインコンテンツ */
.content_main {
	/*max-width: 960px;
	flex-basis: 960px;
		-webkit-flex-basis: 960px;*/
	max-width: 100%;
	flex-basis: 100%;
		-webkit-flex-basis: 100%;
	border-top: 1px solid #ddd;
	margin: 0 0 0 auto;
	padding-top: 30px;
}
/* アウトレット メインコンテンツ */
#outletpage .content_main {
	/*max-width: 960px;
	flex-basis: 960px;
		-webkit-flex-basis: 960px;*/
	max-width: 100%;
	flex-basis: 100%;
		-webkit-flex-basis: 100%;
	margin: 0 0 0 auto;
}

/* サイドナビ */
.content_side {
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
	max-width: 200px;
}

/* top_banner
--------------------------------------------------------------------*/

.top_banner {}
.top_banner.top_banner__basic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 75px;
}
.top_banner.top_banner__lot {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 50px;
}
.top_banner.top_banner__huge {
	width: 100%;
	margin: 0 0 80px 0;
}

/* section_mainbnr
--------------------------------------------------------------------*/
.section_mainbnr {
	margin:0 0 100px;
}
.mainbnr_slider {}
.mainbnr_slider_list {}
.mainbnr_slider_item {}
.mainbnr_slider_link {}
.mainbnr_slider_image {
	display: block;
	width: 100%;
	height: auto;
}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 0;
}

/*A LOT OF*/
.section_mainbnr.section_mainbnr__lot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 0 75px 0;
	position: relative;
}
.main_slider {
	-webkit-flex-basis: 720px;
	-ms-flex-preferred-size: 720px;
	flex-basis: 720px;
	max-width: 720px;
	height: 400px;
	margin: 0 auto 0 0;
	position: relative;
}
.main_slider_image {
	width: 100%;
	height: auto;
}
.sub_slider {
	-webkit-flex-basis: 342px;
	-ms-flex-preferred-size: 342px;
	flex-basis: 342px;
	max-width: 342px;
	position: relative;
}
.sub_slider_list {}
.sub_slider_item {
	width: 342px;
	height: 190px;
}
.sub_slider_item + .sub_slider_item {
	margin-top: 20px;
}
.sub_slider_image {
	width: 100%;
	height: auto;
}

/*HUGE*/
.section_mainbnr.section_mainbnr__huge {
	width: 100%;
}

/*slick.css*/
.section_mainbnr .slick-dotted.slick-slider {}
.section_mainbnr .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.section_mainbnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.section_mainbnr .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #333;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.section_mainbnr .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.section_mainbnr .slick-dots li.slick-active button {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	cursor: default;
}

/* section_topbnr
--------------------------------------------------------------------*/

.section_topbnr {
	margin:0 0 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}
.section_topbnr.section_topbnr__basic {}
.section_topbnr.section_topbnr__lot {}
.section_topbnr.section_topbnr__huge {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.topbnr_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.topbnr_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	position:relative;
}
.topbnr_item:nth-of-type(n+5) {
	margin-top:10px;
}
.topbnr_link {}
.topbnr_image {
	max-width: 100%;
	height: auto;
}
.topbnr_list + .common_btn {
	margin-top: 30px;
}

/* section_search
--------------------------------------------------------------------*/

.section_search {
	background-color: #f7f7f7;
	margin-bottom: 90px;
	padding: 40px 0;
}
.search_inner {
	width: 1200px;
	margin: 0 auto;
}
.search_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.search_nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.search_nav_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.search_form_row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:nowrap;
	flex-wrap: nowrap;
	margin-right: -5px;
	margin-left: -5px;
}
.search_search_switch {
	margin: 10px 0 0 0;
}
.search_form__center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.search_form__start {
	-ms-flex-pack: start
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.search_form__end {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.search_form_row > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
.col_search {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:flex-end;
	justify-content: flex-end;
}
.col_search_auto {
	-webkit-flex:0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col_search.col_1 { width:8.333333333%; }
.col_search.col_2 { width:16.666666667%; }
.col_search.col_3 { width:25%; }
.col_search.col_4 { width:33.333333333%; }
.col_search.col_5 { width:41.666666667%; }
.col_search.col_6 { width:50%; }
.col_search.col_7 { width:58.333333333%; }
.col_search.col_8 { width:66.666666667%; }
.col_search.col_9 { width:75%; }
.col_search.col_10 { width:83.333333333%; }
.col_search.col_11 { width:91.666666667%; }
.col_search.col_12 { width:100%; }
.search_input_group {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.search_input_group_prepend,
.search_input_group_append {
	display: -webkit-flex;
	display: flex;
}
.search_input_group_text {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 12px;
	font-size: 12px;
	text-align: center;
	padding: 0 5px 0 0;
}
.search_input_group_append .search_input_group_text {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
	padding: 0 0 0 5px;
}
.search_btn {}
.search_btn_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.search_btn_item {
	padding: 0 10px;
}
.button_change_search {
	display: inline-block;
	width: 200px;
	height: 46px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.25em;
	background-color: #808080;
	padding : 0 20px;
	transition:all 0.3s ease 0s;
	position: relative;
}
.button_change_search:hover{
	opacity:0.7;
}
.button_change_search:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.button_change_reset {
	display: inline-block;
	width: 200px;
	height: 46px;
	color:#000;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.25em;
	background-color: #fff;
	padding : 0 20px;
	transition:all 0.3s ease 0s;
	position: relative;
}
.button_change_reset:hover{
	opacity:0.7;
}

.icon_change_reset {
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon_change_reset:before,
.icon_change_reset:after{
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #000;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.icon_change_reset:before {
	width: 10px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.icon_change_reset:after {
	width: 10px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
.search_nav_block {
	display: block;
	-webkit-flex-basis: 270px;
	-ms-flex-preferred-size: 270px;
	flex-basis: 270px;
	max-width: 270px;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}

/* カテゴリー */
.search_nav_category {}
.search_form_category {
	display: -webkit-flex;/* Safari6.1以降 */
	display: flex;
	-webkit-flex-wrap:nowrap;/* Safari6.1以降 */
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	margin-right: -10px;
	margin-left: -10px;
}
.search_form_heading {
	display: block;
	font-size: 13px;
	max-width: 100px;
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	padding: 10px 5px;
}
.search_form_detail {
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 5px;
}
.form_search_select {
	position: relative;
}
.form_search_select:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
	pointer-events: none;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.search_form_select {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	padding: 8px 40px 8px 10px;
	/*border: 1px solid #ddd;*/
}
.search_radio {
	display: block;
}
.search_radio_input {
	display: none
}
.search_radio_label {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	padding: 10px 5px 10px 25px;
	position: relative;
}
.search_radio_input + .search_radio_label:before {
	content: "";
	display:inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	/*border:1px solid #a0a0a0;*/
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.search_radio_input:checked + .search_radio_label:after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #333;
	border-radius: 50%;
}

/* OFF率 */
.search_nav_discount {}
.search_discount_list:before, .search_discount_list:after {
	content: none;
}
.search_discount_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 112px;
	margin-left: -10px;
	margin-right: -10px;
}
.search_discount_item {
	padding: 0 10px;
}

/* 性別 */
.search_nav_sex {}
.search_sex_list:before, .search_sex_list:after {
	content: none;
}
.search_sex_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 112px;
	margin-left: -10px;
	margin-right: -10px;
}
.search_sex_item {
	padding: 0 10px;
}

/* ブランド */
.search_brand {
	margin-bottom: 40px;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
.search_brand_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.search_brand_nav {
	padding: 0 80px;
}
.search_brand_list:before, .search_brand_list:after {
	content: none;
}
.search_brand_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
}
.search_brand_item {
	display: block;
	width: 170px;
	padding: 0 5px;
	position: relative;
}
.search_brand_checkbox {
	display: block;
	height: 60px;
	background-color: #fff;
	background-size: 160px 60px;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.search_brand_checkbox.bd_UU010 {
	background-image: url(/static/full/images/outlet/brand_UU010.png);
}
.search_brand_checkbox.bd_UU030 {
	background-image: url(/static/full/images/outlet/brand_UU030.png);
}
.search_brand_checkbox.bd_UU040 {
	background-image: url(/static/full/images/outlet/brand_UU040.png);
}
.search_brand_checkbox.bd_UU050 {
	background-image: url(/static/full/images/outlet/brand_UU050.png);
}
.search_brand_checkbox.bd_UU060 {
	background-image: url(/static/full/images/outlet/brand_UU060.png);
}
.search_brand_input {
	display: none;
}
.search_brand_label {
	display: inline-block;
	width: 160px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.search_brand_input:checked + .search_brand_label {
	border: none;
	background-color: transparent;
	position: relative;
}
.search_brand_input:checked + .search_brand_label:before {}
.search_brand_input:checked + .search_brand_label:after {
	content: "";
	width: 160px;
	height: 60px;
	border: 3px solid #d3d3d3;
	position: absolute;
	top: 0;
	left: 0;
}

/* カラー */
.search_nav_color {
	display: block;
	-webkit-flex-basis: 260px;
	-ms-flex-preferred-size: 260px;
	flex-basis: 260px;
	max-width: 260px;
	margin-right: 50px;
}
.search_color_list:before,
.search_color_list:after {
	content: none;
}
.search_color_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
}
.search_color_item {
	-ms-flex: 0 0 16.666666667%;
	flex: 0 0 16.666666667%;
	width: 100%;
	max-width: 16.666666667%;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 5px;
	position: relative;
}
.search_color_item:nth-child(n+7) {
	margin-bottom: 0;
}
.search_color {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
}
.search_color.color01 { background-color: #000; }
.search_color.color02 { background-color: #782525; }
.search_color.color03 { background-color: #ea801b; }
.search_color.color04 { background-color: #565656; }
.search_color.color05 { background-color: #7f552e; }
.search_color.color06 { background-color: #ffca91; }
.search_color.color07 { background-color: #2453d3; }
.search_color.color08 { background-color: #8416ae; }
.search_color.color09 { background-color: #009b3d; }
.search_color.color10 { background-color: #ea0000; }
.search_color.color11 { background-color: #ffe700; }
.search_color.color12 {
	background-color: #fff;
	border: 1px solid #999;
}
.search_color.color13 {
	background: url(/static/full/images/side/side_color_17.jpg) no-repeat 100%;
	background-size: 100% 100%;
}
.search_color.color14 {
	background: url(/static/full/images/side/side_color_18.jpg) no-repeat 100%;
	background-size: 100% 100%;
}
.search_color.color15 {
	background: url(/static/full/images/side/side_color_23.jpg) no-repeat 100%;
	background-size: 100% 100%;
}
.search_color_checkbox {
	display: none;
}
.search_color_checkbox + .search_color_label{
	display: inline-block;
	width: 26px;
	height: 26px;
}
.search_color_checkbox:checked + .search_color_label {
	border: none;
	background-color: transparent;
	position: relative;
}
.search_color_checkbox:checked + .search_color_label:before {}
.search_color_checkbox:checked + .search_color_label:after {
	content: "";
	width: 32px;
	height: 32px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
}

/* 価格 */
.search_nav_price {
	display: block;
	-webkit-flex-basis: 280px;
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
	max-width: 280px;
}
.search_price_inner {
	padding: 0 10px;
}
.search_price_range {
	padding: 20px 0 25px;
}
.search_form_price {
	-ms-flex-align: center;/*IE10*/
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
}
.search_price_text {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.search_price_en {
	-webkit-flex-basis: 12px;/* Safari6.1以降 */
	-ms-flex-preferred-size: 12px;/*IE10*/
	flex-basis: 12px;
	max-width: 12px;
	width: 12px;
	margin-left: 4px;
}
.search_price_allow {
	display: inline-block;
}
.search_price_input {
	display: inline-block;
	width:100%;
	height:30px;
	font-size:12px;
	line-height: 30px;
	background-color: #fff;
	padding:0 5px;
	/*border:1px solid #ddd;*/
}
.search_input_group .search_price_input {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}
.search_price_range .noUi-target {
	border: 1px solid transparent;
	background: #ddd;
	box-shadow: none;
}
/*.search_price_range .noUi-horizontal {
	height: 4px;
}*/
.search_price_range .noUi-connect {
	border-radius: 0;
	background: #ddd;
	box-shadow: none;
}
.search_price_range .noUi-origin {
	/*top: -8px;*/
}

.search_price_range .noUi-handle {
	cursor: default;
	border: 2px solid #333;
	border-radius: 20px;
	background: #fff;
	box-shadow: none;
	/*box-shadow: inset 0 0 0px #333, inset 0 1px 7px #333, 0 3px 6px -3px #333;*/
}
.search_price_range .noUi-horizontal .noUi-handle {
	width: 22px;
	height: 22px;
	/*margin-left: -10px;*/
	top: -3px;
	left: -14px;
	outline: none;
	cursor: w-resize;
}

/* section_brand
--------------------------------------------------------------------*/

.section_brand {
	margin:0 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.brand_content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.brand_list:before, .brand_list:after {
	content: none;
}
.brand_list {
	display: -webkit-flex;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.brand_item {
	width: 130px;
	padding: 0 15px;
	position:relative;
}
.brand_link {
	display: block;
}
.brand_image {
	width: 100%;
	height: auto;
}
.brand_btn {
	margin-left: 60px;
}
.button_brand {
	display: inline-block;
	width: 160px;
	color: #000;
	font-size: 14px;
	text-align: center;
	background: #eee;
	padding: 16px 25px;
	position: relative;
}
.button_brand:hover {
	color: #000;
	text-decoration: none;
}
.button_brand:after {
	content:"";
	display:block;
	width:8px;
	height:8px;
	margin-top:-4px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	right:15px;
}

/* section_column
--------------------------------------------------------------------*/

.section_column {
	margin:0 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.column_bnr {
	text-align: center;
	padding: 0 40px;
}
.column_bnr_link {
	display: block;
}
.column_bnr_image {
	/*max-width: 100%;*/
	max-width:48.925%;/*#8061※W615に対し70%にという事だが厳密処理する必要無いのでこの数値で設定*/
	height: auto;
}
/* section_pickup
--------------------------------------------------------------------*/

.section_pickup {
	margin:0 0 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_pickup .item_box {}

/* section_new
--------------------------------------------------------------------*/

.section_new {
	margin:0 0 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_new .item_box {}

/* section_ranking
--------------------------------------------------------------------*/

.section_ranking {
	margin:0 0 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_ranking .item_box {}

/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {
	margin:0 0 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_rearrival .item_box {}

/* section_coordinate
--------------------------------------------------------------------*/

.section_coordinate {
	margin:0 0 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_coordinate .item_box {}
.coordinate_list:before,
.coordinate_list:after {
	content: none;
}
.coordinate_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.coordinate_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 7.5px;
	position:relative;
}
.coordinate_link {
	display: block;
	position: relative;
}
.coordinate_photo {
	/*border-radius: 50%;*/
	position: relative;
	z-index: 1;
	overflow: hidden
}
.coordinate_image {
	width: 100%;
	height: auto;
	/*border-radius: 50%;
	border: 1px solid #ccc;*/
}
.coordinate_info {
	display: none;
}
.coordinate_date {
	color:#7e7e7e;
	font-size:12px;
	margin:0 0 5px;
}
.coordinate_store {
	font-size:14px;
	line-height: 1.4em;
}
.coordinate_description {
	display: none;
}
.pop_coordinate {
	display: none;
	position: absolute;
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 887px;
	z-index: 10000;
	padding: 25px;
}
.pop_coordinate_data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.pop_coordinate_photo {
	-webkit-flex-basis: 300px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	max-width: 300px;
}
.pop_coordinate_photo .coordinate_image {
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
}
.pop_coordinate_info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	height: 400px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 0 25px;
	position: relative;
}
.popup_sns {
	position: absolute;
	top: 0;
	right: 0;
}
.popup_sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.popup_sns_list li {
	text-align: center;
	margin: 0 10px;
}
.popup_sns_list li a {
	display: inline-block;
	width: 26px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.popup_sns_fb a {
	background: url("/static/full/images/coordinate/icon_sns_fb.png") no-repeat;
	background-size: 26px 24px;
}
.popup_sns_tw a {
	background: url("/static/full/images/coordinate/icon_sns_tw.png") no-repeat;
	background-size: 26px 24px;
}
.popup_sns_line  {
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url("/static/full/images/coordinate/icon_sns_line.png") no-repeat center;
	background-size: 26px 24px;
}
.popup_sns_line a {
	background: url("/static/full/images/coordinate/icon_sns_line.png") no-repeat;
	background-size: 26px 24px;
}
.popup_sns_line .line-it-button{
	opacity: 0.000000001;
}
.coordinate_items {
	width: 540px;
}
.pop_coordinate .popup_top_close a {
	width: 43px;
	height: 43px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/static/full/images/coordinate/btn_close_coordinate.png) top left no-repeat;
	background-size: 43px 43px;
	position: absolute;
	top: -21px;
	right: -21px;
}
.coordinate-title {
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-align: left;
}

.shop_name {
	margin: 10px 0;
}
.pop_coordinate .shop_name {
	font-size: 18px;
}
.pop_coordinate .description {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.popup_item_info {}
.popup_item_heading {
	font-size: 16px;
	margin-bottom:10px;
}
.popup_item_heading span {
	display: inline-block;
	font-weight: bold;
}
.popup_item_info .notfound {
	padding: 0 10px;
}
.popup_navi_prev {
	width: 84px;
	height: 84px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/static/full/images/coordinate/btn_popup_prev.png) top left no-repeat;
	background-size: 84px 84px;
	position: absolute;
	top: 50%;
	left: -94px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup_navi_next {
	width: 84px;
	height: 84px;
	font-size: 1%;
	line-height: 1%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/static/full/images/coordinate/btn_popup_next.png) top left no-repeat;
	background-size: 84px 84px;
	position: absolute;
	top: 50%;
	right: -94px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* section_news
--------------------------------------------------------------------*/

.section_news {
	margin:0 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.news_list {}
.news_item {
	margin-bottom: 15px;
}
.news_item:last-child {
	margin-bottom: 0;
}

.news_data {}
.news_photo {
	max-width: 100px;
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}
.news_image {
	width: 100%;
	height: auto;
}
.news_data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.news_date {
	max-width: 80px;
	-webkit-flex-basis: 80px;
	flex-basis: 80px;
	color: #a0a0a0;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
.news_info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 10px;
}
.news_link {
	font-size: 13px;
	line-height: 1.4;
}
.news_title {
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin:0 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_recommend .item_box {}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {}
.section_checkitem .item_box{}


/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	margin:0 0 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.section_custom .item_box {}

/* section_movie
--------------------------------------------------------------------*/

.section_movie {
	margin:0 0 60px;
}
.movie_content {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.movie_content iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* section_concept
--------------------------------------------------------------------*/

.section_concept {}
.concept_content {
	display: -webkit-flex;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.concept_main {
	width: 300px;
}
.concept_sub {
	-webkit-flex: 1;
	flex: 1;
	padding: 0 0 0 50px;
}
.concept_logo {
	text-align: center;
	margin-bottom: 20px;
}
.concept_logo_title {
	display: inline-block;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.concept_logo_UU010 {
	width: 200px;
	padding: 45px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU010.png) no-repeat center top;
	background-size: 200px 45px;
}
.concept_logo_UU020 {
	width: 200px;
	padding: 45px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU020.png) no-repeat center top;
	background-size: 200px 45px;
}
.concept_logo_UU030 {
	width: 198px;
	padding: 138px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU030.png) no-repeat center top;
	background-size: 198px 138px;
}
.concept_logo_UU040 {
	width: 200px;
	padding: 86px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU040.png) no-repeat center top;
	background-size: 200px 86px;
}
.concept_logo_UU050 {
	width: 198px;
	padding: 46px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU050.png) no-repeat center top;
	background-size: 198px 46px;
}
.concept_logo_UU060 {
	width: 200px;
	padding: 48px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU060.png) no-repeat center top;
	background-size: 200px 48px;
}
.concept_logo_UU070 {
	width: 200px;
	padding: 120px 0 0;
	height: 0;
	background: url(/static/common/images/logo/brand_logo_UU070.png) no-repeat center top;
	background-size: 200px 120px;
}
.concept_text {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.cocept_official {
	margin-bottom: 20px;
}
.cocept_official_list:before, .cocept_official_list:after {
	content: none;
}
.cocept_official_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.cocept_official_item {
	padding: 0 7.5px;
}
.button_cocept_official {
	display: inline-block;
	width: 150px;
	height: 35px;
	font-family: "Jost", sans-serif;
	font-size:12px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px 5px;
	position: relative;
}
.button_cocept_official_text {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	background: url(/static/full/images/common/commonparts/icon_official.png) right center no-repeat;
	background-size: 20px 14px;
	padding: 0 40px 0 0;
}
.concept_social {}
.concept_social_list {
	letter-spacing: -.4em;
	text-align:center;
}
.concept_social_item {
	display:inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding:0 15px;
}
.concept_social_link {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.concept_social_instagram {
	width: 26px;
	height: 26px;
	background:url(/static/full/images/common/commonparts/icon_sns_instagram.png) no-repeat;
	background-size: 26px 26px;
}
.concept_social_facebook {
	width: 14px;
	height: 26px;
	background:url(/static/full/images/common/commonparts/icon_sns_facebook.png) no-repeat;
	background-size: 14px 26px;
}
.concept_social_twitter {
	width: 32px;
	height: 26px;
	background:url(/static/full/images/common/commonparts/icon_sns_twitter.png) no-repeat;
	background-size: 32px 26px;
}
.concept_social_line {
	width: 26px;
	height: 26px;
	background:url(/static/full/images/common/commonparts/icon_sns_line.png) no-repeat;
	background-size: 26px 26px;
}
.concept_social_mailmagazine {
	width: 29px;
	height: 20px;
	background:url(/static/full/images/common/commonparts/icon_sns_mailmagazine.png) no-repeat;
	background-size: 29px 20px;
}
