@charset "UTF-8";
/*================================================
共通レイアウト、共通設定CSS
================================================*/

/* 基本
--------------------------------------------------------------------*/

body {
	font-size: 12px;
	color:#272727;
	font-family: 'Metrophobic', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,Helvetica;
}

a {
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* clearfix
--------------------------------------------------------------------*/
ul:after,
ol:after,
dl:after,
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* メインレイアウト（ヘッダ・フッタ・サイド以外）
--------------------------------------------------------------------*/
.wrapper {

}
#main {
	width:1038px;
	margin: 0 auto 90px;
	text-align:left;
}
#contents { /*template.cssにも宣言があるのでどうマージしようか*/
	overflow:hidden;
}
.photoslider {
	display:none;
	position: relative;
}
.instaslider {
	/*display:none;*/
}

/* トンマナ合わせのために必須CSS ari */
/*デフォルト2カラム*/
.column.column_2:after {
	clear: both;
}

.column_2_side {
	width: 220px;
	float: left;
}

.column_2_main {
	width: 766px;
	float: right;
	margin-top: 29px;
}

.column_inner + .subtitle_01 {	/* column_innerの次にサブタイトルがある場合はpadding-topを取る */
	padding-top: 54px;
}

.column_inner_list {
	margin-bottom: 28px;
}

.column_inner_list:last-child {	/* column_inner_listの最後はmarginをなくす */
	margin-bottom: 0px;
}




/* パンくず
--------------------------------------------------------------------*/

.bread {
	width:1038px;
	margin:0 auto;
	padding:27px 0 52px;
	font-size:11px;
	color:#b4b4b4;
}
.bread li {
	float: left;
}
.bread li a {
	color:#f19ec2;
}
.bread li:before {
	margin: 0 2px;
	content: ">";
}
.bread li:first-of-type:before {
	margin: 0;
	content: " ";
}


/* タイトル
--------------------------------------------------------------------*/

/*デフォルトのタイトル テンプレートページに振られているpage-titleも同様のスタイルに*/
.title_01,
.page-title {
	padding-top: 45px;
	margin-bottom:40px;
	border-top: 1px solid #d8d8d8;
	line-height:1.2;
	font-size: 26px;
	font-weight: bold;
	letter-spacing:1px;
	text-align: center;
}
.title_01 span,
.page-title span {
	display:block;
	font-size:14px;
	letter-spacing:0px;
}

	.title_icon {	/* タイトルで横にアイコンイメージが入るときのレイアウト */
		padding-left: 53px;
	}

		.title_icon.title_iconimage_01 {	/* ビルのアイコン */
			background: url(/static/full/images/top/top_icon_01.jpg) no-repeat left center #fff;
		}

/*デフォルトのサブタイトル*/
.subtitle_01 {
	font-size: 16px;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: #d2d2d2 1px solid;
    margin-bottom: 22px;
    text-align: left;
}

/* .btn_01 (総合・館・ECの各トップページで使用)
--------------------------------------------------------------------*/

.btn_01 {
	text-align:center;
}

.btn_01 a {
	width: 260px;
	font-size: 20px;
	margin:0 auto;
	line-height: 48px;
	text-align:center;
	display:block;
	background: #FD87B2;
	border: 1px solid #FD87B2;
	border-radius: 50px;
	color: #fff;
	text-decoration:none;
	position:relative;
}

.btn_01 a:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	transform:rotate(45deg);
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	position:absolute;
	top:0;
	right:30px;
	bottom:0;
	margin:auto;
}

/* .allow_01
--------------------------------------------------------------------*/

.allow_01 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	float:right;
	margin-top:3px;
}
.allow_01::before,
.allow_01::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;

}
.allow_01::before {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.allow_01::after {
	top:2px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* item_list_03
--------------------------------------------------------------------*/

.item_list_03 {
	margin-right:-23px;
}
.item_list_03>li {
	width:240px;
	float:left;
	margin-right:23px;
	margin-bottom:27px;
	position:relative;
}
li .ranking {
	width:25px;
	height:25px;
	border:1px solid #707070;
	background:#fff;
	line-height:27px;
	color:#707070;
	text-align:center;
	position:absolute;
	top: 7px;
	left: 7px;
	z-index:10;
	border-radius:50%;
	font-size:16px;
	font-weight:bold;
}
li:nth-child(1) .ranking {
	border-color:#b8a049;
	background:#b8a049;
	color:#fff;
}
li:nth-child(2) .ranking {
	border-color:#c2c5c7;
	background:#c2c5c7;
	color:#fff;
}
li:nth-child(3) .ranking {
	border-color:#80684e;
	background:#80684e;
	color:#fff;
}

.item_list_03 li .status-sale {
	padding:3px 5px;
	background:#ff4474;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	color:#fff;
	z-index:10;
}

.item_list_03 li .status {
	padding:3px 5px;
	background:#f19ec2;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	color:#fff;
	z-index:10;
}
.item_list_03 li .photo {
	margin-bottom:10px;
	position:relative;
}

.item_list_03 li .photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}

.item_list_03 li .photo img {
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}
.item_list_03 li .brand {
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
}
.item_list_03 li .brandlogo {
	height:30px;
	margin-bottom:5px;
}
.item_list_03 li .item {
	margin-bottom:5px;
	font-size: 13px;
}
.item_list_03 li .price {
	font-size: 18px;
}
.item_list_03 li .offprice {
	color:#E82009;
	font-size: 18px;
}
.item_list_03 li .rate {
	color:#E82009;
	font-size:12px;
    margin-left: 7px;
}

.outlet .item_list_03 li .rate {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(217,0,0,0.8);
    position: absolute;
    margin:0;
	margin-top: calc( 133.3333% - 30px );
    top: 0;
    left: 0;
}
.item_list_03 li .shop {
	margin-bottom:5px;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.item_list_03 li .name {
	margin-bottom:5px;
}


/* item_list_04
--------------------------------------------------------------------*/

.item_list_04 {
	margin-right:-22px;
	margin-bottom:13px;
}
.item_list_04 > li {
	width:175px;
	float:left;
	margin-right:22px;
	margin-bottom:27px;
	position: relative;
}
.item_list_04 li .icon_list {
	margin-bottom:5px;
}
.item_list_04 li .icon_list li {
	float:left;
	color:#fff;
	font-size:11px;
	margin-right:3px;
	padding:3px;
}
.item_list_04 li .icon_list_sale {
	background:#ff4474;
}
.item_list_04 li .icon_list_new {
	background:#f19fc3;
}
.item_list_04 li .icon_list_reserve {
	background:#4eaec4;
}
.item_list_04 li .icon_list_outlet {
	background-color: #e82009;
}
.item_list_04 li .icon_list_freeshipping {
	background:#b055d2;
}

.item_list_04 li .photo {
	margin-bottom:10px;
	display: block;
	position: relative;
}
.item_list_04 li .photo:before {
	content: "";
	display: block;
	padding-top: 133.33%;
}

.item_list_04 li .photo img {
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}
.item_list_04 li .color_variation {
	position: absolute;
	z-index: 300;
	right: -138px;
	top: 0;
	padding-left:10px;
}
.item_list_04 li .color_variation .color {
	max-width: 159px;
	display:block;
	border: 1px #aeaeae solid;
	background-color: #fff;
	padding: 6px;
}
.item_list_04 li .color_variation ul {
	padding:5px 0 0 5px;
}
.item_list_04 li .color_variation ul li {
	float:left;
	margin:0 5px 5px 0;
	width: 72px;
}
.color_variation ul li {
	float:left;
	margin:0 5px 5px 0;
	width: 72px;
}
.item_list_04 li .color_variation a img {
	border:1px solid #fff;
	box-sizing:border-box;
	max-width: 72px;
}

.item_list_04 li .color_variation a{
	display:block;
	width:100%;
	position:relative;
}
.item_list_04 li .color_variation a:before{
	content: "";
	display: block;
	padding-top: 133.33%;
}
.item_list_04 li .color_variation a img {
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}
.item_list_04 li .color_variation a:hover img {
	border:1px solid #aeaeae;
	box-sizing:border-box;
}
.color_variation:before, .color_variation:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
}
.color_variation:before {
    border-right: 8px solid #aeaeae;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 2px;
    z-index: 5;
}
.color_variation:after {
    border-right: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 10px;
    left: 4px;
    z-index: 10;
}
.item_list_04 li .brand {
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	color: #272727;
}
.item_list_04 li .item {
	margin-bottom:5px;
	font-size: 13px;
	color: #272727;
}
.item_list_04 li .price {
	font-size: 18px;
}
.item_list_04 li .offprice {
	font-size: 18px;
	color:#E82009;
}
.item_list_04 li .rate {
	font-size: 12px;
	color:#E82009;
    margin-left: 8px;
}
.outlet .item_info {
	position: relative;
}
.outlet .item_info .rate{
	top:-40px;
}
.outlet .rate {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
    text-align: center;
    color: #fff !important;
    background-color: rgba(217,0,0,0.8);
    position: absolute;
    margin: 0 !important;
    top: 204px;
    left: 0;
    padding: 0;
    z-index:11;
}

/* item_list_05
--------------------------------------------------------------------*/

.item_list_05 {
	margin-right:-22px;
}
.item_list_05 li {
	width:190px;
	float:left;
	margin-right:22px;
	margin-bottom: 20px;
	position: relative;
}
.item_list_05 li:nth-child(5n+1) {
	clear:both;
}
.item_list_05 li .photo {
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
}
.item_list_05 li .photo:before {
	content:"";
	display:block;
	padding-top:133.3333%;
}
.item_list_05 li .photo img{
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}
.item_list_05 li .brand {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 1.4;
	color: #272727;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.item_list_05 li .item {
	font-size: 13px;
	color: #272727;
	line-height: 1.4;
	margin-bottom: 3px;
}
.item_list_05 li .price{
	font-size: 18px;
	font-weight:bold;
}
.item_list_05 li .offprice {
	font-size: 18px;
	font-weight:bold;
	color:#E82009;
}
.item_list_05 li .rate {
	color:#E82009;
	font-size:12px;
    margin-left: 7px;
}
.outlet .item_list_05 li .rate {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(217,0,0,0.8);
    position: absolute;
    margin:0;
    margin-top: calc( 133.3333% - 30px );
    top: 234px;
    left: 0;
}

.item_list_05 li .status-sale {
	padding:3px 5px;
	background:#ff4474;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	color:#fff;
	z-index:10;
}

.item_list_05 li .status {
	padding:3px 5px;
	background:#f19ec2;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	color:#fff;
	z-index:10;
}
/* item_list_06
--------------------------------------------------------------------*/

.item_list_06 {
	margin-right:-20px;
}
.item_list_06 li {
	width:111px;
	float:left;
	margin-right:20px;
	position: relative;
	text-align:center;
	font-size: 16px;
}
.item_list_06 li .photo {
	margin-bottom:10px;
	position:relative;
}

.item_list_06 li .photo:before {
	content:"";
	display:block;
	padding-top:133.3333%;
}
.item_list_06 li .photo img{
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}
.item_list_06 li .offprice {
	font-size: 16px;
	color:#E82009;
}
.item_list_06 li .rate {
	color:#E82009;
	font-size: 12px;
	margin-left: 7px;
}

.outlet .item_list_06 li .rate {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(217,0,0,0.8);
    position: absolute;
    margin:0;
    top:114px;
    left: 0;
}
/* フォーム装飾

--------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	border: 1px solid #dddddd;
	background: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]  {
	padding: 8px 5px;
}

textarea {
	padding: 5px;
}


input[type="checkbox"] + label:before {
	content:"";
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, 0) url(/static/lite/images/common/bg_checkbox.gif) no-repeat;
	background-position:top left;
	background-size:24px auto;
	position:absolute;
	top:0;
	left:0;
}
input[type="checkbox"]:checked + label:before {
	display:block;
	content:"";
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, 0) url(/static/lite/images/common/bg_checkbox.gif) no-repeat;
	background-position:bottom left;
	background-size:24px auto;
	position:absolute;
	top:0;
	left:0;
}
input[type="checkbox"]:disabled + label:before {
	display:block;
	content:"";
	width:24px;
	height:24px;
	background:rgba(0, 0, 0, 0) url(/static/lite/images/common/bg_checkbox_disabled.gif) no-repeat;
	background-position:bottom left;
	background-size:24px auto;
	position:absolute;
	top:0;
	left:0;
}
input[type="checkbox"] + label {
	display:inline-block;
	cursor:pointer;
	position:relative;
	line-height:24px;
	margin:0;
	padding:0 0 0 25px;
}
input[type="checkbox"] {
	display:none;
	margin:0;
}
/*
input[type="checkbox"] {
	margin-right: 10px;
}

input[type="checkbox"]:after {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(/static/lite/images/common/bg_checkbox.gif) no-repeat left top;
	vertical-align: middle;
}

input[type="checkbox"]:checked:after {
	background-position: left bottom;
}
*/

input[type="radio"] {
	vertical-align: middle;
}

input[type="radio"] + label:before {
	content:"";
	width:16px;
	height:16px;
	background:rgba(0, 0, 0, 0) url(/static/lite/images/default/choose.gif) no-repeat;
	background-position:0;
	background-size:16px auto;
	position:absolute;
	top:0;
	left:0;
}
input[type="radio"]:checked + label:after {
	display:block;
	content:"";
	width:16px;
	height:16px;
	background:rgba(0, 0, 0, 0) url(/static/lite/images/default/choosen.gif) no-repeat;
	background-position:0;
	background-size:16px auto;
	position:absolute;
	top:0;
	left:0;
}
input[type="radio"] + label {
	display:inline-block;
	cursor:pointer;
	position:relative;
	line-height:18px;
	margin:0;
	padding:0 0 0 20px;
}
input[type="radio"] {
	display:none;
	margin:0;
}

input[type="submit"],
input[type="button"] {
	border: 0;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

select {
	padding: 12px 30px 12px 0;
	background: url(/static/full/images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}

.form_select_wrapper {
	vertical-align: middle;
}

.form_select li {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
	padding: 12px 30px 12px 0;
	background: #ffffff;

	text-align: center;
}

.form_select li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select.focus li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select li:last-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}

.form_select .selected,
.form_select .selected:hover,
.form_select.focus .selected:hover {
	background: url(../images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}

.form_select.focus li:hover {
	background: #cccccc;





}



/* ボタン
--------------------------------------------------------------------*/
.default-btn {
	display:block;
	width:314px;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	outline:medium none;
	line-height:42px;
	margin:30px auto 0;
	border-radius: 3px;
}
.default-btn:hover {
	text-decoration:none;
}
.default-btn,
.default-btn::before,
.default-btn::after {
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.default-btn::before,
.default-btn::after {
	display:block;
	content:"";
	position:absolute;
	z-index:-1;
}
.default-btn.btn-default { /*デフォ*/
	color:#272727;
	border:1px solid #ccc;
	background:#fff;
}
.default-btn.btn-primary { /*通常*/
	color:#fff;
	border:1px solid #272727;
	background:#272727;
}
.default-btn.btn-success { /*決定系*/
	color:#fff;
	border:1px solid #000;
	background:#000;
	text-decoration:none;
}
.default-btn.confirm {
	color:#fff;
	border:1px solid #e50019;
	background:#e50019 url(/static/full/images/default/btn_next.gif) no-repeat scroll 150px 16px / 7px auto;
}
.default-btn.back {
	color:#fff;
	border:1px solid #272727;
	background:#272727 url(/static/full/images/default/btn_prev.gif) no-repeat scroll 20px 16px / 7px auto;
}
.default-btn.white:hover {
	background:#eee;
	text-decoration:none;
}
.default-btn.black:hover,
.default-btn.red:hover,
.default-btn.confirm:hover,
.default-btn.back:hover {
	opacity:0.7;
	text-decoration:none;
}



/* エラー文言
--------------------------------------------------------------------*/
.errorText {
	color: #ff0000;
    vertical-align: middle;
    position: relative;
    bottom: -0.2rem;
    line-height: 28px;
}


/*.page-title {
    margin-bottom: 29px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    line-height: 43px;
    font-size: 19px;
    font-family: Texgyreadventor;
    letter-spacing: 1px;
}

.page-title span{
    font-size: 12px;
    float: right;
	letter-spacing: 0px;
}*/



.section_concept{
	width:100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 45px;
}

.section_concept dt{
	width:100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight:bold;
	text-align: center;
}

.section_concept dd{
	line-height:160%;
	font-size:14px;
	text-align:center;

}

.side_logo {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0 auto;
	border-bottom: 1px solid #efefef;
}
.side_logo img{
	width:222px;
	height:64px;
	display:block;
	margin: 0 auto;
}
.side_logo_btn{
	width:188px;
	height:42px;
	display:block;
	text-align:center;
	line-height:42px;
	font-weight:bold;
	background:#EDEBEE;
	border:#000 1px solid;
	margin: 0 auto 42px auto;
	font-size:13px;
	letter-spacing:1px;
}

/*------------------------------------------
XX.再入荷ポップアップ
-------------------------------------------*/

.floating-dialog {
		background-color: #ffffff;
		position: relative;
		margin: 0;
		border-radius: 0;
		width:100%;
		height:100%;
}

#rearrival-info {
	display: none;
    position: fixed;
	width:420px;
	height:517px;
	background:#fff;
	border:2px solid #d2d2d2;
	max-width: none!important;
	position:fixed;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
	margin:auto;
    z-index: 20000;
	box-sizing:border-box;
}

.page-mask, .page-mask-white, #popupbg {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 301;
}

.list_side_brand{
	text-align:center;
	position:relative;
}

.not_send{
	display: block;
	text-align: center;
	left:0;
	right:0;
	margin: 20px auto 0px auto;
	line-height: 1.6;
}


small {
	font-size:80%;
}

/* information */
#contents.page-top .header_info {
	width: 1038px;
	margin: -20px auto 50px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #D8D8D8;
}

#contents.brand-top .header_info {
	width: 100%;
    margin: 60px auto -20px;
    text-align: center;
    font-size: 20px;
}
#contents.page-ec .header_info {
 	width: 100%;
   margin: 0 auto 40px;
    text-align: center;
    font-size: 20px;
}
#contents .header_info a {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	padding-left:30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    line-height: 120%;
}
#contents .header_info a span {
    display:block;
    position:relative;

}
#contents .header_info a:before{
	color:rgba(0,0,0,0.5);
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:2;
	transform: rotate(45deg);
}
/*アウトレット用*/
.section_shoplist_outlet {
	position: relative;
	column-count: 2;
	column-gap: 15px;
	column-fill: auto;
	}
.section_shoplist_outlet li{
	display: none;
	}
.section_shoplist_outlet li.exist{
	display: block;
	}
.section_shoplist_outlet .shoplist {
	break-inside: avoid;
	position:  relative;
}
/*side_search*/
.side_search {
	width: 180px;
	margin-bottom: 30px;
}
.side_search_box {
	margin:0 auto;
	position: relative;
}
.side_search_box form {
	width: 180px;
	position:relative;
}
.side_search_box input[type="text"] {
	width: 180px;
	height: 32px;
	padding:0 10px;
	background:#fff;
	border:1px solid #000;
	line-height:30px;
	box-sizing:  border-box;
}
.side_search_box input[type="submit"] {
	width:30px;
	height:30px;
	background:url("/static/full/images/header/ec_header_btn_01.jpg") no-repeat;
	text-indent:-9999px;
	position:absolute;
	top: 1px;
	right:1px;
}
.side_search_box .btn {
	width:112px;
	float:left;
}
.side_search_box .btn a {
	padding:0 10px;
	background:url("/static/full/images/header/ec_header_allow_01.jpg") no-repeat right center #fff;
	border:1px solid #000;
	line-height:30px;
	text-align:left;
	display:block;
}
.side_search_box .keyword {
    position: absolute;
    width: auto;
    /* float: right; */
	display:table-cell;
    padding-top: 10px;
    left: 398px;
    white-space: nowrap;
}
.side_search_box span {
	float:left;
	display:inline-block;
}
.side_search_box ul li {
	display:inline-block;
	margin-left:15px;
}
.side_search_box ul li a {
	display:inline-block;
	background:#fff;
	color:#f19ec2;
}
.toggle,
.toggleOn{
	cursor: pointer;
	position: relative;
}
.toggle + *{
	display: none;
}
.toggle span{
	display:inline-block;
	position:relative;
}
.toggle:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-top: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	position:absolute;
	right: 8px;
	top: -3px;
	bottom:0;
	margin: auto;
	transition:0.3s;
	transform:rotateX(0deg) rotate(135deg);
}

.toggle.toggleOn:after {
	transform:rotateX(180deg) rotate(135deg);
	top: 3px;
}
