/*
 * 共通
 * カート内ヘッダー
 * ショッピングカート
 * ヘッダー
 * フッター
 * ファセット
 *
 *
 *
 */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/*
 * BASE STYLES
 */
* {
  box-sizing: border-box;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea {
  margin: 0px;
  padding: 0px;
}
.clearfix {
  *zoom: 1;
  height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.area-header {
  width: 990px;
  margin: 0 auto;
  border:none !important;
}
.l-container {
  width: 990px;
  min-height: 300px;
  margin: 0 auto;
}
.l-main {
  float: right;
  width: 740px;
}
.l-main--wide { margin-bottom: 1em; }
.l-sub { width: 220px; }
.l-footer {
  margin: 80px auto 0;
  padding: 0;
  clear: both;
}
body {
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #000;
  font-size: 12px;
  font-smoothing: subpixel-antialiased;
  letter-spacing: 0.05em !important;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* 基本フォント */
a         { color: #000; text-decoration: none; }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #bc1e2b; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }

a:hover .fadeimg {
opacity: .6;
}
.fadeimg{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
img {
  border: 0;
  vertical-align: top;
}

em { font-style: normal; }
ul { list-style: none; }

/*input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
*/
:-ms-input-placeholder {
  color: #aaa;
}
select::-ms-expand {
  display: none;
}
select {
  text-indent: .01px;
  text-overflow: "";
}

/*指定されたページ（URL）は移動したか、削除された可能性があります。*/
.error__main,
.search__error__main {
  margin: 150px 0;
}

/*ご指定の商品がありませんでした。ボタン*/
.search__btn__wrapper { padding: 0 0 0 160px; }
.search__btn__wrapper .btn--prev {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1 !important;
  color: #bc1e2b !important;
  display: inline-block;
  text-decoration: underline !important;
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  margin: 0 100px 0 0;
}
.search__btn__wrapper .btn--prev:before {
  content: '';
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  background: url(/res/p/img/common/arw_lft_red_s.png) no-repeat;
  margin: 0 6px 0 0;
}
.search__btn__wrapper .btn--prev:hover {
  color: #bc1e2b !important;
  background: none;
  border: none;
  opacity: .6;
}

.search__btn__wrapper .btn--next {
  width: 340px;
  height: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #bc1e2b !important;
  text-align: center;
  line-height: 1.4 !important;
  background: #fff !important;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: none;
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.search__btn__wrapper .btn--next:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_red_l.png);
  position: absolute;
  top: 48%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__btn__wrapper .btn--next:hover {
  color: #fff !important;
  background: #bc1e2b !important;
  border: 1px solid #bc1e2b;
  opacity: 1;
}
.search__btn__wrapper .btn--next:hover:after {
  background-image: url(/res/p/img/common/arw_rgt_white_l.png);
}


/*ボタン要素テキスト*/
.btn-text {
  font-size: 14px;
  line-height: 1 !important;
  color: #bc1e2b !important;
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
}
.btn-text:hover { opacity: .6; }

/*前後の矢印*/
.btn-text-go:after,
.btn-text-back:before {
  content: '';
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
.btn-text-go:after {
  background: url(/res/p/img/common/arw_rgt_red_s.png) no-repeat;
  margin: 0 0 0 6px;
}
.btn-text-back:before {
  background: url(/res/p/img/common/arw_lft_red_s.png) no-repeat;
  margin: 0 6px 0 0;
}


/*通常ボタン*/
.btn-primary {
  width: 340px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #bc1e2b;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 15px 0;
  position: relative;
}
.btn-primary:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_red_l.png);
  position: absolute;
  top: 48%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-primary:hover {
  color: #fff;
  background: #bc1e2b;
  border: 1px solid #bc1e2b;
}
.btn-primary:hover:after {
  background-image: url(/res/p/img/common/arw_rgt_white_l.png);
}

/*強調ボタン*/ 
.btn-secondary {
  height: 56px;
  line-height: 56px;
  border: none;
  border-radius: 4px;
  background: #bc1e2b;
  box-shadow: inset 0px -3px 10px rgba(150,20,30,1);
  padding: 0 25px;
  position: relative;
}



/*共通ページのタイトル*/
.title {
  font-size: 22px !important;
  float: none !important;
  margin: 0 0 30px;
}

/*パンくず*/
.breadcrumbs {
  width: 990px;
  word-wrap: break-word;
  margin: 30px auto !important;
}

/*会員系共通リンクテキスト*/
.link--text {
  color: #bc1e2b !important;
  text-decoration: underline !important;
}
.link--text:hover {
  color: #bc1e2b !important;
  opacity: .6;
}


/*会員系ボタン：決定*/
.btn--order {
  font-size: 18px;
  background: #bc1e2b;
  box-shadow: inset 0px -3px 10px rgba(150,20,30,1);
  border: none;
}

/*獲得可能ポイント非表示*/
.register__confirm__decision__point {
  display: none;
}


.btn--next {
  width: 330px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  background: #bc1e2b;
  box-shadow: inset 0px -3px 10px rgba(150,20,30,1);
  border: none;
  border-radius: 4px;
  margin: 0 15px;
}

.btn--next--color {
  border: none;
  background: #bc1e2b;
  box-shadow: inset 0px -3px 10px rgba(150,20,30,1);
}
.btn--next--small {
  width: auto !important;
  height: auto !important;
  font-size: 14px;
  font-weight: normal;
  color: #bc1e2b !important;
  line-height: 1 !important;
  text-decoration: underline !important;
  display: inline-block;
  background: url(/res/p/img/common/arw_rgt_red_s.png) no-repeat right top !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 13px 0 0;
}



.btn--prev {
  width: 330px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  color: #bc1e2b !important;
  text-align: center;
  background: url(/res/p/img/common/arw_lft_red_l.png) no-repeat 13px center;
  border: 1px solid #999;
  box-shadow: none;
  border-radius: 4px;
  margin: 0 15px;
  position: relative;
}
.btn--prev:hover {
  color: #fff !important;
  background: #bc1e2b url(/res/p/img/common/arw_lft_white_l.png) no-repeat 13px center;
  border: 1px solid #bc1e2b;
  opacity: 1;
}


/*メールマガジンを登録する/解除する*/
.btn--prev--color.btn--mail {
  width: 340px;
  height: 56px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  line-height: 56px;
  border: none;
  border-radius: 4px;
  background: #bc1e2b;
  box-shadow: inset 0px -3px 10px rgba(150,20,30,1);
  padding: 0 25px;
  position: relative;
}
.btn--prev--color.btn--mail:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_red_l.png);
  position: absolute;
  top: 48%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn--prev--color.btn--mail:hover { opacity: .6; }

/*ご注文完了のボタン*/
.register__complete .member__btn__wrapper a {
  width: 300px;
  margin: 40px 10px;
}


/*最近チェックした○○○○*/
.history-item__list,
.history-coord__list {
  width: 1020px;
  margin: 10px 0 0;
}
.history-item__list li,
.history-coord__list li {
  margin: 0 19px 19px 0;
}

/*取り寄せアイコン削除*/
.icon--backorder {
  display: none;
}
/*ソールドアウト*/
.item_soldout {
  background: #999 !important;
}



/*
 * カート内ヘッダー
 */
.header--logo {
  padding: 30px 0;
}
.header--logo .logo {
  width: 171px;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(/res/p/img/common/hdr_logo.png) no-repeat;
  padding: 48px 0 0;
}
.order-header--customer-info {
  top: 35px !important;
  display: none;
}





/*
 * ヘッダー
 */

.super-bnr {
  width: 100%;
  text-align: center;
}
.super-bnr a { display: block; }
.super-bnr a:hover { opacity: .6; }

.hdr { border-top: 7px solid #47301b; }

/*hdr_top*/
.hdr_top_inr {
  width: 990px;
  letter-spacing: -.4em;
  text-align: right;
  padding: 0 0 2px;
  margin: 0 auto;
}
.hdr_top_inr p {
  float: left;
  letter-spacing: normal;
  padding: 10px 0 0;
}

.hdr_top_nav {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 12px 0 0;
  margin: 0 10px 0 0;
}
.hdr_top_nav > ul {
  position: relative;
}
.hdr_top_nav > ul > li {
  float: left;
  line-height: 1.2;
  padding: 0 0 8px;
}
.hdr_top_nav > ul > li > a {
  line-height: 1.2;
  display: block;
  padding: 0 12px;
}

.hdr_top_nav-language > a { position: relative; }
.hdr_top_nav-language > a:after {
  content: '';
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/arw_dwn_gray.png) no-repeat;
  margin: 0 0 0 5px;
}
.hdr_top_nav-guide a {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*ドロップダウンメニュー*/
.language-dropdown {
  width: 145px;
  border: 1px solid #d1d1d1;
  background: #f6f6f6;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  display: none;
}
.language-dropdown li {
  border-bottom: 1px dotted #999;
}
.language-dropdown li:last-child { border: none; }
.language-dropdown li a {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 9px 0;
}
/*吹き出し*/
.language-dropdown:before,
.language-dropdown:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.language-dropdown:before,
.language-dropdown:after { left: 50%; }
.language-dropdown:before {
  border-color: transparent transparent #d1d1d1 transparent;
  top: -9px;
  z-index: 2;
}
.language-dropdown:after {
  border-color: transparent transparent #f6f6f6 transparent;
  top: -8px;
  z-index: 3;
}

.hdr_top_tel {
  font: 500 20px 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 10px 0 0;
  margin: 3px 0 0;
  position: relative;
}
.hdr_top_tel:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #ccc;
  position: absolute;
  top: 8px;
  right: 0;
}

.hdr_top_tel-tit {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.hdr_top_tel-time {
  font-size: 12px;
  font-weight: normal;
}

.hdr_top_sns {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 9px 0 0 5px;
}
.hdr_top_sns ul li {
  float: left;
  line-height: 1.2;
}

.hdr_top_sns-fb {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
}
.hdr_top_sns-fb:before {
  content: '';
  width: 20px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/ico_hdr_fb.png) no-repeat;
}
.hdr_top_sns-fb:hover:before { opacity: .6; }
.hdr_top_sns-fb:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #ccc;
  position: absolute;
  top: 2px;
  right: 0;
}

.hdr_top_sns-line a { position: relative; }
.hdr_top_sns-line a:before {
  content: '';
  width: 20px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/ico_hdr_line.png) no-repeat;
  margin: 0 5px 0 0;
}
.hdr_top_sns-line a:hover:before { opacity: .6; }

/*hdr_main*/
.hdr_main { border-bottom: 1px solid #e5e5e5; }
.hdr_main_inr {
  width: 990px;
  padding: 0 0 15px;
  margin: 0 auto;
}
.hdr_main_inr h1 {
  width: 171px;
  float: left;
  margin: 0 30px 0 0;
}
.hdr_main_inr h1 a {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(/res/p/img/common/hdr_logo.png) no-repeat;
  padding: 48px 0 0;
}
.hdr_main_srch {
  width: 250px;
  float: left;
  border: 1px solid #666;
  position: relative;
  padding: 0 38px 0 0;
  margin: 6px 0 0;
}
.hdr_main_srch-sumbit,
.hdr_main_srch-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hdr_main_srch-input {
  width: 100%;
  font-size: 16px !important;
  height: 38px !important;
  line-height: 38px !important;
  border: none !important;
}
.hdr_main_srch-sumbit {
  width: 38px;
  height: 0;
  background: #666 url(/res/p/img/common/ico_hdr_srch.png) no-repeat center;
  overflow: hidden;
  padding: 38px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.hdr_main_srch-sumbit:hover { opacity: .6; }

.hdr_main_nav { float: right; }
.hdr_main_nav ul li { float: left; }
.hdr_main_nav ul li a { position: relative; }

.hdr_main_nav-login,
.hdr_main_nav-mypage { margin: 17px 0 0; }

.hdr_main_nav-fav { margin: 17px 0 0 20px; }
.hdr_main_nav-fav a:before {
  content: '';
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  background: url(/res/p/img/common/ico_hdr_fav.png) no-repeat;
  margin: 0 5px 0 0;
}
.hdr_main_nav-fav a:hover:before { opacity: .6; }

.hdr_main_nav .hdr_main_nav-name-and-point {
  font-size: 12px;
  margin: 16px 0 0 0;
}

/* 名前 */
.hdr_main_nav .hdr_main_nav-name-and-point span:nth-of-type(1) {
  font-size: 13px;
}

/* ポイント数 */
.hdr_main_nav .hdr_main_nav-name-and-point span:nth-of-type(2) {
  font-size: 14px;
  color: #bc1e2b;
  margin-left: 10px;
}

.hdr_main_nav .hover_down {
  display: none;
  width: 195px;
  position: absolute;
  top: 30px;
  right: -11px;
  z-index: 10;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 0;
}

.hdr_main_nav .hdr_main_nav-mypage {
  position: relative;
  height: 30px;
}

.hdr_main_nav .hover_down:before {
  border-color: transparent transparent #d1d1d1 transparent;
  top: -9px;
  z-index: 2;
  right: -2px;
}
.hdr_main_nav:after {
  right: 2px;
}
.hdr_main_nav .hover_down:before{
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hdr_main_nav .hover_down:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: transparent transparent #f6f6f6 transparent;
  top: -8px;
  z-index: 3;
  right: -2px;
}

.hdr_main_nav .hdr_main_nav-name-and-point::after {
  content: '';
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/arw_dwn_gray.png) no-repeat;
  margin: 0 0px 0 5px;
  position: relative;
}

.hdr_main_nav-mypage .hover_down a {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 8px 15px;
}

.hdr_main_nav-mypage .hover_down a:nth-of-type(2) span {
  font-size: 11px;
  color: #444;
  margin-left: 3px;
}

.hdr_main_nav-mypage .hover_down a:last-of-type {
  border-bottom: 0px solid #ccc;
}

.hdr_main_nav-cart {
  position: relative;
  padding: 0 0 10px;
  margin: 13px 0 0 15px;
}

.hdr_main_nav-cart:hover > a { color: #bc1e2b; }
.hdr_main_nav-cart:hover a:before { opacity: .6; }

.hdr_main_nav-cart > a:before {
  content: '';
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/ico_hdr_cart.png) no-repeat;
  margin: 0 3px 0 0;
}
.hdr_main_nav-cart > a:after {
  content: '';
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/arw_dwn_gray.png) no-repeat;
  margin: 0 13px 0 5px;
}

.hdr_main_nav-cart-txt {
  display: inline-block;
  vertical-align: middle;
}
.hdr_main_nav-cart-val {
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #bc1e2b;
  border-radius: 50%;
  margin: 0 0 0 3px;
}


/*カート*/
#cart_area .cart_win {
  display: none;
  width: 275px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
#cart_area .cart_item {
  font-size: 10px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 15px 15px 0;
}
#cart_area .cart_item_inner {
  height: 184px;
  overflow: auto;
}
#cart_area .cart_item_detail {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
}
#cart_area .cart_item_link {
  display: block;
  height: auto !important;
  background-image: none !important;
  text-decoration: none;
  color: inherit;
}
#cart_area .cart_item dl {
  width: 51px;
  float: left;
  padding: 0;
  margin: 0;
}
#cart_area .cart_item dl a {
  padding: 0;
}
#cart_area .cart_item dd .delete-button {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px 0;
}
#cart_area .cart_item p.item_txt {
  width: 160px;
  float: right;
  text-align: left;
  padding: 0;
  margin: 0;
}
#cart_area .item_leading_time {
  color: #b10606;
}
#cart_area .cart_item .total_price {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0 0;
}
#cart_area .regi {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
#cart_area .regi a {
  display: block;
  text-decoration: none;
  height: auto !important;
  background-image: none !important;
}
#cart_area .regi p {
  background: #bc1e2b;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
#cart_area .regi a:hover { opacity: .6; }

/*吹き出し*/
#cart_area .cart_win:before,
#cart_area .cart_win:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cart_area .cart_win:before,
#cart_area .cart_win:after { right: 2px; }
#cart_area .cart_win:before {
  border-color: transparent transparent #d1d1d1 transparent;
  top: -9px;
  z-index: 2;
}
#cart_area .cart_win:after {
  border-color: transparent transparent #f6f6f6 transparent;
  top: -8px;
  z-index: 3;
}

/*hdr_nav*/
.hdr_nav { display: none; }
.hdr_nav.is-show { display: block; }

/*hdr_snav*/
.hdr_snav { border-bottom: 1px solid #e5e5e5; }
.hdr_snav_inr {
  width: 990px;
  height: 48px;
  overflow: hidden;
  margin: 0 auto;
}
.hdr_snav_gender {
  float: left;
  /*display: none;*/
}
.hdr_snav_gender ul li {
  width: 130px;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.hdr_snav_gender ul li:first-child {
  border-right: none;
}
.hdr_snav_gender ul li a {
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  display: block;
  position: relative;
}

/*active*/
/*.hdr_snav_gender ul .active { pointer-events: none; }*/
.hdr_snav_gender ul .active,
.hdr_snav_gender ul .active + li {
  border-left: 1px solid #bc1e2b;
}
.hdr_snav_gender ul .active:last-child {
  border-right: 1px solid #bc1e2b;
}

.hdr_snav_gender ul .active a {
  font-weight: bold;
  background: #bc1e2b;
  color: #fff;
}

/*hover*/
.hdr_snav_gender ul li:hover a {
  color: #bc1e2b;
  font-weight: bold;
}
.hdr_snav_gender ul .active:hover a {
  color: #fff;
}

.hdr_snav_nav {
  float: right;
  padding: 10px 0 0;
}
.hdr_snav_nav ul { overflow: hidden; }
.hdr_snav_nav ul li {
  float: left;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}

.hdr_snav_nav ul li:before {
  content: '';
  width: 1px;
  height: 13px;
  background: #ccc;
  position: absolute;
  top: 6px;
  left: 0;
}
.hdr_snav_nav ul li:first-child:before { content: none; }

.hdr_snav_nav ul li a {
  font-size: 14px;
  display: block;
  border-radius: 3px;
  padding: 3px 5px;
}
.hdr_snav_nav ul li:last-child a {
  background: #ddd;
  padding: 3px 15px;
}


/*hdr_gnav*/
.hdr_gnav {
  background: #f0f0f0;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}

.hdr_gnav:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hdr_gnav_inr {
  width: 990px;
  margin: 0 auto;
}
.hdr_gnav_inr > ul {
  border-left: 1px solid #cdcdcd;
}
.hdr_gnav_inr > ul > li {
  height: 67px;
  float: left;
  border-right: 1px solid #cdcdcd;
}
.hdr_gnav_inr > ul > li > a {
  height: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 0 0;
}
.hdr_gnav_inr > ul > li:last-child > a { font-size: 14px; }
.hdr_gnav_inr > ul > li:last-child > a span { font-size: 12px; }

.hdr_gnav_inr > ul > li > a:before {
  content: '';
  width: 8px;
  height: 5px;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_dwn_gray.png);
  position: absolute;
  bottom: 8px;
  right: 50%;
}
.hdr_gnav_inr > ul > li > a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hdr_gnav_inr > ul > li:hover > a { color: #bc1e2b; }
.hdr_gnav_inr > ul > li:hover > a:before {
  background-image: url(/res/p/img/common/arw_dwn_red.png);
}
.hdr_gnav_inr > ul > li:hover > a:after {
  background: #bc1e2b;
}

/*個別のスタイル*/
.gnav-brand      { width: 160px;}
.gnav-silhouette { width: 192px; }
.gnav-size       { width: 192px; }
.gnav-trouble    { width: 192px; }
.gnav-scene      { width: 192px; }
.gnav-other      { width: 221px; }

/*mens*/
.hdr_gnav-mens .gnav-size,
.hdr_gnav-mens .gnav-scene { width: 330px; }
.hdr_gnav-mens .gnav-other { width: 329px; }
.hdr_gnav-mens .gnav-brand { width: 329px; }


.gnav-dropdown {
  display: none;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #f0f0f0;
  position: absolute;
  width: 100%;
  top: 67px;
  left: 0;
  z-index: 10;
}


/*ブランドから探す*/
.gnav-dropdown-brand { padding: 35px 0 40px; }
.gnav-dropdown-brand ul {
  width: 990px;
  overflow: hidden;
  margin: 0 auto;
}
.gnav-dropdown-brand ul li {
  float: left;
  margin: 0 12px 0 0;
}
.gnav-dropdown-brand ul li a {
  display: block;
  border-radius: 2px;
  padding: 3px 3px 0;
}
.gnav-dropdown-brand ul li a img {
  background-color: #fff;
}
.gnav-dropdown-brand ul li a:hover img { opacity: .6; }


/*シルエットで探す*/
.gnav-dropdown-silhouette { padding: 35px 0 40px; }
.gnav-dropdown-silhouette ul {
  width: 990px;
  overflow: hidden;
  margin: 0 auto;
}
.gnav-dropdown-silhouette ul li {
  float: left;
  background: #fff;
  margin: 0 12px 0 0;
}
.gnav-dropdown-silhouette ul li a {
  display: block;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 3px 3px 0;
}
.gnav-dropdown-silhouette ul li a:hover { border: 1px solid #bc1e2b; }
.gnav-dropdown-silhouette ul li a:hover img { opacity: .6; }
.gnav-dropdown-silhouette ul li a span {
  width: 97px;
  height: 46px;
  text-align: center;
  display: block;
}
.gnav-dropdown-silhouette ul li a span span {
  width: 97px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}

/*サイズで探す*/
.gnav-dropdown-size {
  padding: 35px 0 8px;
  letter-spacing: -.4em;
  text-align: center;
}

.gnav-dropdown-size h4 {
  width: 72px;
  height: 110px;
  display: inline-block;
  letter-spacing: normal;
  font-size: 11px;
  font-weight: normal;
}
.gnav-dropdown-size h4 span {
  width: 100%;
  display: block;
  line-height: 1.4;
}

.gnav-dropdown-size h4 > .h4_title01 {
  margin: 0 0 31px;
}
.gnav-dropdown-size h4 > .h4_title01 span:first-child {
  padding: 8px 0;
  font-weight: bold;
}

.gnav-dropdown-size h4 > .h4_title01 span:last-child {
  padding: 15px 0;
}

.gnav-dropdown-size h4 > .h4_title02 span:first-child {
  padding: 8px 0;
  font-weight: bold;
}

.gnav-dropdown-size h4 > .h4_title02 span:last-child {
  padding: 9px 0;
}

.gnav-dropdown-size h4 > .h4_title03 {
  margin: 109px 0 0;
}

.gnav-dropdown-size h4 > .h4_title03{
  font-weight: bold;
}

.gnav-dropdown-size h4 > span:last-child { padding: 8px 0; }

.gnav-dropdown-size ul {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.gnav-dropdown-size ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: #fff;
  margin: 0 0 25px 12px;
}
.gnav-dropdown-size ul li a {
  width: 78px;
  display: block;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #999;
}

.gnav-dropdown-size ul li a span {
  width: 100%;
  display: block;
}
.dropdown-size-btn01 a { padding: 0 6px; }
.dropdown-size-btn01 span:first-child {
  height: 43px;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
}
.dropdown-size-btn01 span:last-child {
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  border-top: 1px dotted #999;
}

.gnav-dropdown-size ul li.dropdown-size-btn02 a {
  width: 116px;
  height: 85px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 6px;
  display: block;
}

.gnav-dropdown-size ul li.dropdown-size-btn02 a span:nth-last-of-type(3) {
  padding: 5px 0 0 0;
  height: 28px;
}

.gnav-dropdown-size ul li.dropdown-size-btn02 a span:nth-last-of-type(2) {
  font-weight: normal;
  font-size: 10px;
  padding: 0 0 5px 0;
  height: 22px;
}

.gnav-dropdown-size ul li.dropdown-size-btn02.width117 a {
  width: 117px;
}

.gnav-dropdown-size ul li.dropdown-size-btn02_last a {
  width: 117px;
  height: 85px;
  font-size: 16px;
  font-weight: bold;
}

.gnav-dropdown-size ul li.dropdown-size-btn02 span:last-child {
  border-top: 1px dotted #999;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 0 0 0;
  height: 28px;
}

.gnav-dropdown-size ul li.dropdown-size-btn03 {
  margin: 0 0 20px 12px;
}

.gnav-dropdown-size ul li.dropdown-size-btn03 a {
  width: 213px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}

.gnav-dropdown-size ul li.dropdown-size-btn04 a {
  width: 213px;
  padding: 0 6px;
}
.dropdown-size-btn04 span:first-child {
  height: 43px;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
}
.dropdown-size-btn04 span:last-child {
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  border-top: 1px dotted #999;
}

.gnav-dropdown-size ul li a:hover {
  border: 1px solid #bc1e2b;
}
.gnav-dropdown-size ul li a:hover span:last-child {
  border-top: 1px dotted #bebebe;
}

.size-detail-jump {
  position: relative;
  top: -6px;
  text-align: right;
  letter-spacing: normal;
  width: 990px;
  margin: 0 auto;
}

.size-detail-jump a {
  color: #bc1e2b;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 0;
  text-decoration: underline;
}

.size-detail-jump a:visited {
  color: #bc1e2b;
  text-decoration: underline;
}
.size-detail-jump a:link {
  color: #bc1e2b;
  text-decoration: underline;
}
.size-detail-jump a:visited {
  color: #bc1e2b;
  text-decoration: underline;
}
.size-detail-jump a:link {
  color: #bc1e2b;
  text-decoration: underline;
}

.size-detail-jump a:hover {
  opacity: 0.6;
}

.size-detail-jump a::after {
  content: "";
  background-image: url(/res/p/img/common/red_arrow.png);
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 4px;
  top: 2px;
  position: relative;
}

/*メンズ サイズで探す*/
.hdr_gnav-mens .gnav-dropdown-size ul { width: 870px; }
.hdr_gnav-mens .gnav-dropdown-size h4 { height: 90px; }
.hdr_gnav-mens .gnav-dropdown-size h4 > span:last-child {
  width: 72px;
  height: 90px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.hdr_gnav-mens .gnav-dropdown-size ul li a { padding: 21px 0; }
.hdr_gnav-mens .dropdown-size-btn01 span:first-child {
  height: auto;
  line-height: 1.6;
}
.hdr_gnav-mens .dropdown-size-btn01 span:last-child {
  height: auto;
  font-size: 14px;
  line-height: 1.6;
  border-top: none;
}
.hdr_gnav-mens .gnav-dropdown-size ul li a:hover span:last-child {
  border-top: none;
}





/*お悩み別に探す*/
.gnav-dropdown-trouble { padding: 35px 0 20px; }
.gnav-dropdown-trouble_inr {
  width: 860px;
  position: relative;
  margin: 0 auto;
}
.gnav-dropdown-trouble_inr ul {
  width: 900px;
  overflow: hidden;
}
.gnav-dropdown-trouble_inr ul li {
  width: 200px;
  height: 110px;
  float: left;
  margin: 0 20px 17px 0;
}
.gnav-dropdown-trouble_inr ul li a {
  width: 200px;
  height: 110px;
  display: table;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #999;
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.4;
}
.gnav-dropdown-trouble_inr ul li a img {
  display: table-cell;
}
.gnav-dropdown-trouble_inr ul li a > span {
  width: 108px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.gnav-dropdown-trouble_inr ul li:nth-child(1) a > span,
.gnav-dropdown-trouble_inr ul li:nth-child(5) a > span {
  padding: 0 0 0 5px;
}
.gnav-dropdown-trouble_inr ul li a span span { font-weight: bold; }

.gnav-dropdown-trouble_inr ul li a:hover { border: 1px solid #bc1e2b; }
.gnav-dropdown-trouble_inr ul li a:hover img { opacity: .6; }


/*着用シーンで探す*/
.gnav-dropdown-scene { padding: 35px 0 40px; }

.gnav-dropdown-scene ul {
  letter-spacing: -.4em;
  text-align: center;
}
.gnav-dropdown-scene ul li {
  display: inline-block;
  background: #fff;
  margin: 0 6px;
}
.gnav-dropdown-scene ul li a:hover { opacity: .6; }

/*お悩み別に探す*/
.gnav-dropdown-other { padding: 35px 0 40px; }
.gnav-dropdown-other ul {
  width: 990px;
  margin: 0 auto;
  letter-spacing: -.4em;
  text-align: right;
}
.gnav-dropdown-other ul li {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 0 0 14px;
}
.gnav-dropdown-other ul li a {
  width: 240px;
  height: 140px;
  display: table;
  border-radius: 2px;
  border: 1px solid #999;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
.gnav-dropdown-other ul li a img {
  display: table-cell;
  margin: 3px 0 0 3px;
}
.gnav-dropdown-other ul li a > span {
  width: 132px;
  display: table-cell;
  vertical-align: top;
  padding: 33px 0 0 10px;
}
.gnav-dropdown-other ul li a span span { font-weight: bold; }

.gnav-dropdown-other ul li a:hover {
  color: #333;
  border: 1px solid #bc1e2b;
}
.gnav-dropdown-other ul li a:hover img { opacity: .6; }
.gnav-dropdown-other ul li a:hover span span { color: #bc1e2b; }



/*
 * フッター
 */

.ftr {
  background: #f2f2f2;
  padding: 75px 0 0;
}
.ftr a:hover {
  color: #000;
  text-decoration: underline;
}

.ftr_main {
  width: 990px;
  overflow: hidden;
  text-align: right;
  padding: 0 0 30px;
  margin: 0 auto;
}
.ftr_block {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.ftr_block:nth-child(1) { float: left; margin: 0 0 0 50px; }
.ftr_block:nth-child(3) { margin: 0 25px 0 60px; }
.ftr_block h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 25px;
}

.ftr_cat-links_inr {
  display: inline-block;
  vertical-align: top;
}
.ftr_cat-links_inr + .ftr_cat-links_inr { margin: 0 0 0 45px; }

.ftr_cat-links_inr h5 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 12px;
}

.ftr_cat-links_inr ul li {
  font-size: 13px;
  margin: 0 0 12px 12px;
}
.ftr_cat-links_inr ul li:before {
  content: '・';
}

.ftr_links { margin: 0 0 40px; }
.ftr_links ul {font-size: 0;}
.ftr_links ul li { margin: 0 0 14px; 
font-size: 12px;
}

.ftr_sns ul li { margin: 0 0 14px; }
.ftr_sns ul li a:hover:before { opacity: .6; }

.ftr_sns-fb { position: relative; }
.ftr_sns-fb:before {
  content: '';
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/ico_ftr_fb.png) no-repeat;
  margin: 0 5px 0 0;
}
.ftr_sns-fb:hover:before { opacity: .6; }

.ftr_sns-twtr a,
.ftr_sns-line a,
.ftr_sns-insta a { position: relative; }
.ftr_sns-twtr a:before,
.ftr_sns-line a:before,
.ftr_sns-insta a:before {
  content: '';
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
.ftr_sns-twtr a:before { background-image: url(/res/p/img/common/ico_ftr_twtr.png); }
.ftr_sns-line a:before { background-image: url(/res/p/img/common/ico_ftr_line.png); }
.ftr_sns-insta a:before { background-image: url(/res/p/img/common/ico_ftr_insta.png); }

.ftr_btm {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 35px 0 60px;
}

.ftr_contact-btn {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  margin: 0 20px;
}
.ftr_contact-btn a {
  width: 265px;
  display: block;
  font-size: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  position: relative;
  padding: 10px 0;
}
.ftr_contact-btn a:before {
  content: '';
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(/res/p/img/common/ico_ftr_mail.png) no-repeat;
  margin: -1px 12px 0 0;
}
.ftr_contact-btn a:hover {
  color: inherit;
  opacity: .6;
  text-decoration: none;
}

.ftr_contact-tel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.ftr_contact-tel {
  font: 500 20px 'Roboto', sans-serif;
}
.ftr_contact-tel-tit {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.ftr_contact-tel-time {
  font-size: 12px;
  font-weight: normal;
}


.ftr_nav { margin: 35px 0 25px; }
.ftr_nav ul { letter-spacing: -.4em; }
.ftr_nav ul li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  padding: 0 12px;
}
.ftr_nav ul li + li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #ababab;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ftr_ex-links ul { letter-spacing: -.4em; }
.ftr_ex-links ul li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  padding: 0 20px;
}
.ftr_ex-links ul li + li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #ababab;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ftr_copy {
  text-align: center;
  background: #47301b;
  padding: 11px 0;
}
.ftr_copy p { color: #fff; }

.page-top {
  width: 48px;
  height: 0;
  overflow: hidden;
  display: block;
  background: url(/res/p/img/common/page-top.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 48px 0 0;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.page-top:hover { opacity: .6; }


/*
 * ファセット
 */
.facet {
  width: 200px;
}
.facet-sec {
  margin: 0 0 40px;
}
.facet-tit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.facet-link-top {
  border: 1px solid #999;
  border-bottom: none;
}

.facet-link-top-coord { display: none; }
.facet-link-top-coord.is-show { display: block; }

.facet-link-top li a {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #999;
  padding: 14px;
  position: relative;
}
.facet-link-top li a:hover {
  background: #ddd;
  color: #000;
}
.facet-link-top li a:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_gray.png);
  position: absolute;
  top: 14px;
  right: 10px;
}

/*すべてのアイテム*/
.facet-link-all li a {
  font-size: 14px;
  display: block;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 9px;
  position: relative;
}
.facet-link-all li a:hover {
  background: #ddd;
  color: #000;
}
.facet-link-all li a:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_gray.png);
  position: absolute;
  top: 10px;
  right: 10px;
}

.facet-accordion {
  margin: 12px 0 0;
}
.facet-accordion > a {
  display: block;
  font-size: 14px;
  color: #fff !important;
  background: #666;
  padding: 9px;
  position: relative;
}
.facet-accordion > a:after {
  content: '';
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/arw_rgt_white_l.png);
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: .3s;
          transition: .3s;
}
.facet-accordion.is-open > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.facet-accordion ul li a {
  font-size: 13px;
  display: block;
  border-bottom: 1px dotted #999;
  padding: 9px 0 9px 15px;
}
.facet-accordion ul li a:hover {
  background: #ddd;
  color: #000;
}

.facet-color {
  width: 210px;
  overflow: hidden;
}
.facet-color li {
  width: 28px;
  float: left;
  display: block;
  margin: 0 6px 7px 0;
  background: none;
}
.facet-color li a {
  width: 28px;
  height: 0;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  padding: 28px 0 0;
  position: relative;
}
.facet-color li a.on:before {
  content: '';
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(/res/p/img/common/facet-check-white.png);
  position: absolute;
  top: 10px;
  left: 7px;
}
.facet-color .color-0 a.on:before,
.facet-color .color-Z a.on:before { background-image: url(/res/p/img/common/facet-check-black.png); }

.facet-color li a:hover { opacity: .6; }

.facet-color .color-0 a { background-color: #fff; border: 1px solid #666; padding: 26px 0 0; }
.facet-color .color-1 a { background-color: #959595; }
.facet-color .color-2 a { background-color: #009c33; }
.facet-color .color-3 a { background-color: #f6e400; }
.facet-color .color-4 a { background-color: #864824; }
.facet-color .color-5 a { background-color: #efcf66; }
.facet-color .color-6 a { background-color: #fd0000; }
.facet-color .color-7 a { background-color: #fb007f; }
.facet-color .color-8 a { background-color: #890087; }
.facet-color .color-9 a { background-color: #0068bc; }
.facet-color .color-I a { background-color: #0C2374; }
.facet-color .color-B a { background-color: #000000; }
.facet-color .color-C a { background-color: #9f742b; }
.facet-color .color-D a { background-color: #ffa000; }
.facet-color .color-Z a { background-color: #fff; border: 1px dashed #666; padding: 26px 0 0; }

.facet-color .color-E a,
.facet-color .color-F a,
.facet-color .color-G a {
  background-image: url(/res/p/img/common/facet-color-icon.png);
  background-repeat: no-repeat;
  background-size: 60px;
}
.facet-color .color-E a { background-position: -1px -421px; }
.facet-color .color-F a { background-position: -1px -451px; }
.facet-color .color-G a { background-position: -1px -481px; }


.facet-checkbox li + li { margin: 18px 0 0; }
.facet-checkbox li a {
  font-size: 13px;
  display: inline-block;
  vertical-align: bottom;
}
.facet-checkbox li a:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  margin: 0 10px 0 0;
}
.facet-checkbox li a.on:before {
  background: #666 url(/res/p/img/common/facet-check-white.png) no-repeat center;
}
.facet-checkbox li a:hover:before { opacity: .6; }

.facet-price table tbody tr td {
  vertical-align: middle;
}
.facet-price table tbody tr td input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 72px;
  height: 38px !important;
  line-height: 38px !important;
  border: 1px solid #666;
  border-radius: 2px;
  outline: none;
}
.facet-price table tbody tr td button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 31px;
  height: 0;
  border-radius: 0;
  outline: none;
  border: none;
  background: url(/res/p/img/common/facet-arrow.png) no-repeat right center;
  display: block;
  overflow: hidden;
  padding: 31px 0 0;
  margin: 0 0 0 5px;
}
.facet-price table tbody tr td button:hover { opacity: .6; }

.facet-srch {
  width: 200px;
  border: 1px solid #666;
  position: relative;
}
.facet-srch-sumbit,
.facet-srch-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.facet-srch-input {
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  border: none !important;
}
.facet-srch-sumbit {
  width: 38px;
  height: 0;
  background: #666 url(/res/p/img/common/ico_hdr_srch.png) no-repeat center;
  overflow: hidden;
  padding: 38px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.facet-srch-sumbit:hover { opacity: .6; }
.member__mypage__favorite .favorite-top-item-result__list__icon-area{display:none;}
.member__mypage__favorite .item_part .txt{
  text-align:left;
}
.member__mypage__favorite .item_part .txt strong{
  display:none;
}
.register__confirm--mailmagazine--list label{
	width:100% !important;
}
.member__mypage__favorite .item_part .img_top_soldout{
top: 181px;
background:#999;
}
.order-pointcoupon .title{
	display:none;
}

/*ranking*/
.ranking_img {
    margin: 0 0 20px;
}
.ranking_lead {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

/*ご購入履歴*/
.order-table-brand-name01 {
  display: none;
}

.order-table-brand-name02 {
  display: none;
}

/*ショッピングカート*/
.register__purchase__flow {
  display: none;
}
.cart__shopping__title {
  display: none;
}
.cart__group__title--number {
  display: none;
}
.displayCart-info {
  display: none;
}
#se_guset .btn--next--color{
background: #fff;
border: 1px solid #bc1e2b;
box-shadow: none;
color: #000 !important;
}

/* メンバー新規登録入力ページ */
.member__form__wrapper {
  position: relative;
}

.member-pos-attention {
  border: 1px solid #d7d7d7;
  font-weight: bold;
  padding: 15px;
}

.member-pos-attention span {
  color: #f00
}

.member-pos-attention ~ .member__register__input--profile {
  border: none;
}

.member-pos-attention ~ .member__register__input--profile .member__register__input--profile__subject {
  padding-top: 30px;
  padding-bottom: 15px;
}

.member-pos-attention ~ .member__register__input--profile .member__register__input--profile__input {
  padding-top: 30px;
  padding-bottom: 15px;
}

.member-pos-attention + .member__register__input--profile + .member__register__input--profile__form--last .member__register__input--profile__subject {
  padding-top: 15px;
  padding-bottom: 30px;
}

.member-pos-attention + .member__register__input--profile + .member__register__input--profile__form--last .member__register__input--profile__input {
  padding-top: 15px;
  padding-bottom: 30px;
}

.member__register__member__card__img {
  position: absolute;
  right: 20px;
  bottom: 23px;
}

.member-pos-attention + .member__register__input--profile + .member__register__input--profile__form--last + .member__attention--list {
  display: none;
}
/* lazy */
img[data-original]{
background:#fff;
}
.icon--prerelease{
	display:none !important;
}
.detail-main-right .add-inc_figure,
.l-right .add-inc_figure{
	display:none !important;
}
/* info */
#info__wrap{
	font-size:14px;
}