/*
 * 共通
 * カート内ヘッダー
 * ショッピングカート
 * ヘッダー
 * フッター
 * ファセット
 *
 *
 *
 */

@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;
}
.hdr a{
  color: #000!important;
}
.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:'Noto Sans JP', '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:active{ color: #000; text-decoration: none; }

a:hover { text-decoration: underline;}
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.png);
}


/*ボタン要素テキスト*/
.btn-text {
font-size: 14px;
line-height: 1 !important;
color: #000 !important;
display: inline-block;
position: relative;
text-decoration: underline!important;
}
.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: #000000;
text-align: center;
background: #fff;
border: 1px solid #999;
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_gray.png);
position: absolute;
top: 48%;
right: 13px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.btn-primary:hover {
color: #fff;
background: #000;
border: 1px solid #999;
text-decoration: none;
}
.btn-primary:hover:after {
background-image: url(/res/p/img/common/arw_rgt_white.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 50px;
font-family: 'Noto Sans JP';
color: #000;
}

.mypage-list-group .mypage-title {
  font-size: 18px!important;
}

/*パンくず*/
.breadcrumbs {
width: 990px;
word-wrap: break-word;
margin: 20px auto 50px !important;
color: #666;
}

.breadcrumbs > a {
color: #666;  
}

.breadcrumbs > li > a {
color: #666!important;
}

.breadcrumbs a:hover {
opacity: .6;
}

/*会員系共通リンクテキスト*/
.link--text {
font-size: 13px;
color: #000 !important;
text-decoration: underline !important;
}
.mail-html a {
  text-decoration: underline;
}
.link--text:hover,
.mail-html a:hover {
opacity: .6;
color: #000!important;
}


/*会員系ボタン：決定*/
.btn--order {
font-size: 18px;
background: #000;
border: 1px solid #999;
border-radius: 0;
}

.btn--cart--mail {
  background: #fff!important;
  border-radius: 0!important;
  color: #000!important;
}

/*獲得可能ポイント非表示*/
.register__confirm__decision__point {
display: none;
}


.btn--next {
width: 330px;
height: 56px;
font-size: 16px;
line-height: 56px;
background: #000;
border: none;
margin: 0 15px;
}

.btn--next--color {
border: none;
background: #000;
border-radius: 0;
}

.btn--next--small {
width: auto !important;
height: auto !important;
font-size: 13px;
font-weight: normal;
color: #000 !important;
line-height: 1 !important;
display: inline-block;
background: url(/res/p/img/common/arw_rgt_gray_s.png) no-repeat right top !important;
box-shadow: none !important;
border: none!important;
padding: 0 13px 0 0;
}

.member__payment__payment--info .member__payment__regist .btn--next--small,
.member__shipping__action .btn--next--small,
.register__confirm__btn .btn--next--small {
border-bottom: 1px solid #000!important;
}

.btn--prev {
width: 330px;
height: 56px;
font-size: 16px;
line-height: 56px;
color: #000 !important;
text-align: center;
background: url(/res/p/img/common/arw_lft_gray.png) no-repeat 13px center;
border: 1px solid #999;
box-shadow: none;
border-radius: 0;
margin: 0 15px;
position: relative;
}

.btn--prev:hover {
color: #fff !important;
background: #000 url(/res/p/img/common/arw_lft_white.png) no-repeat 13px center;
border: 1px solid #999;
opacity: 1;
}


/*メールマガジンを登録する/解除する*/
.btn--prev--color.btn--mail {
width: 340px;
height: 56px;
font-size: 16px;
line-height: 56px;
color: #000 !important;
text-align: center;
background: url(/res/p/img/common/arw_lft_gray.png) no-repeat 13px center;
border: 1px solid #999;
box-shadow: none;
border-radius: 0;
margin: 0 15px;
display: inline-block;
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_white.png);
position: absolute;
top: 48%;
right: 13px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} */
.btn--prev--color.btn--mail:hover {
color: #fff !important;
background: #000 url(/res/p/img/common/arw_lft_white.png) no-repeat 13px center;
border: 1px solid #999;
opacity: 1;
}

/*ご注文完了のボタン*/
.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;
}

.history-item__list li a:hover,
.history-coord__list li a:hover {
  opacity: .6;
}

/*ソールドアウト*/
.item_soldout {
background: #999 !important;
}

/*ステータスアイコン*/
.icon-detail,
.favorite-item-result__list__icon-area {
  min-height: 18px;
  display: flex;
  flex-wrap: wrap;
}
.icon-detail span,
.favorite-item-result__list__icon-area span {
  font-size: 10px;
  line-height: 1;
  color: #999;
  margin: 0 10px 4px 0;
}
.icon-detail-comingsoon-date {
  display: none;
}
.favorite-item-result__list__icon-area {
  width: auto!important;
  height: auto!important;
  margin: 0!important;
  overflow: visible!important;
}
.favorite-item-result__list__icon-area span {
  background: none!important;
  overflow: visible!important;
  color: #999!important;
  width: auto!important;
  height: auto!important;
  padding: 0!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.svg) 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_top*/
.hdr_top_inr {
width: 990px;
padding: 0 0 2px;
margin: 0 auto;
}
.hdr_top_left {
  float: left;
}
.hdr_top_left p {
letter-spacing: normal;
padding: 10px 0 0;
}
.hdr_top_left h1 {
width: 171px;
margin: 11px 30px 0 2px;
}
.hdr_top_left h1 a {
width: 100%;
height: 0;
display: block;
overflow: hidden;
background: url(/res/p/img/common/hdr_logo.svg) no-repeat;
padding: 55px 0 0;
}
.hdr_top_left h1 a:hover {
  opacity: .6;
}
.hdr_top_right {
  display: flex;
  float: right;
  margin: 13px 0 0;
  justify-content: center;
  align-items: flex-start;
}
.hdr_top_nav {
display: inline-block;
vertical-align: top;
letter-spacing: normal;
margin: 7px 0 0;
}
.hdr_top_nav > ul {
position: relative;
}
.hdr_top_nav > ul > li {
position: relative;
float: left;
line-height: 1.2;
}
.hdr_top_nav > ul > li > a {
line-height: 1.2;
display: block;
}
.hdr_top_nav > ul > li > a:hover { 
  opacity: .6;
  text-decoration: none;
}
.hdr_top_nav-language > a {
position: relative;
font-size: 13px;
padding: 0 15px 0 0;
}
.hdr_top_nav-guide > a {
padding: 0 15px;
font-size: 12px;
}
.hdr_top_nav-language {
margin: -2px 12px 0 0;
}
.hdr_top_nav-language:after {
content: '';
position: absolute;
top: 50%;
right: 0;
width: 8px;
height: 5px;
display: inline-block;
vertical-align: middle;
background: url(/res/p/img/common/arw_dwn_gray.png) no-repeat;
}
.hdr_top_nav-guide {
border-left: 1px solid #ccc;
}

/*ドロップダウンメニュー*/
.language-dropdown {
width: 145px;
border: 1px solid #d1d1d1;
background: #f6f6f6;
position: absolute;
top: 25px;
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 li a:hover {
  opacity: .6;
  text-decoration: none;
}
/*吹き出し*/
.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 {
margin: -41px 0 2px -15px;
}
.hdr_main_inr {
width: 990px;
margin: 0 auto;
}
.hdr_main_srch {
width: 250px;
float: right;
position: relative;
padding: 0 28px 0 0;
}
.hdr_main_srch form {
border-bottom: 1px solid #999;
}
.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: 30px;
height: 0;
background: url(/res/p/img/common/ico_hdr_srch.png) no-repeat center;
overflow: hidden;
padding: 44px 0 0;
position: absolute;
top: 0;
right: 0;
}
.hdr_main_srch-sumbit:hover { opacity: .6; }

.hdr_main_nav ul li { float: left; }
.hdr_main_nav ul li a { position: relative; }
.hdr_main_nav ul li a:hover { 
  opacity: .6;
  text-decoration: none;
}

.hdr_main_nav-login,
.hdr_main_nav-mypage { margin: 5px 0 0; }

.hdr_main_nav-fav { margin: 6px 0 0 16px; }
.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 .hdr_main_nav-name-and-point {
  position: relative;
font-size: 12px;
margin: 3px 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: #000;
margin-left: 10px;
}

.hdr_main_nav .hover_down {
display: none;
width: 195px;
position: absolute;
top: 25px;
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;
}

.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 a {
display: block;
border-bottom: 1px dotted #ccc;
padding: 8px 12px;
}

.hdr_main_nav-mypage a:nth-of-type(2) span {
font-size: 11px;
color: #444;
margin-left: 3px;
}

.hdr_main_nav-mypage a:last-of-type {
border-bottom: 0px solid #ccc;
}

.hdr_main_nav-cart {
position: relative;
padding: 0 0 10px;
margin: 2px 0 0 14px;
}

.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 10px 0 2px;
}

.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: #845659;
border-radius: 50%;
margin: 0 0 0 3px;
}


/*カート*/
#cart_area .cart_win {
display: none;
width: 275px;
padding: 0;
position: absolute;
top: 30px;
right: 10px;
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: #000;
}
#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;
background: #fff;
text-align: center;
padding: 7px 0;
border: 1px solid #999;
}

#cart_area .regi a:hover {
color: #fff!important;
background: #000;
border: 1px solid #999;
opacity: 1;
}

/*吹き出し*/
#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;
  margin: 0 0 7px;
}
.hdr_nav.is-show { display: block; }

/*hdr_snav*/
.hdr_snav { 
  position: relative;
  top: -4px;
}
.hdr_snav_inr {
display: flex;
width: 990px;
overflow: hidden;
margin: 0 auto;
justify-content: center;
align-items: center;
}
.hdr_snav_gender {
float: left;
margin: 0 38px 0 0;
/*display: none;*/
}
.hdr_snav_gender ul {
  display: flex;
  width: 204px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 2px;
}
.hdr_snav_gender ul li {
float: left;
text-align: center;
padding: 0 0 10px;
}
.hdr_snav_gender ul li a,
.gnav-btn > a > span,
.gnav-shop > a > span {
position: relative;
display: inline-block;
}

.hdr_snav_gender ul li a:hover {
  text-decoration: none;
}

.gnav-btn > a > span:before {
content: '';
width: 8px;
height: 5px;
background-repeat: no-repeat;
background-image: url(/res/p/img/common/arw_dwn_gray.png);
position: absolute;
top: 50%;
right: -10px;
transform: translateY(-50%);
}

.hdr_snav_gender ul li a:before,
.gnav-btn>a:before,
.gnav-shop>a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px; 
  background: #000;
  opacity: 0;
  transition: .5s;
}
.hdr_snav_gender ul li a:before { bottom: -8px;}
.gnav-btn>a:before,
.gnav-shop>a:before { bottom: 12px;}

.hdr_snav_gender ul li.active a:before {
  opacity: 1;
  transition: none;
}
.hdr_snav_gender ul li a:hover:before,
.gnav-btn > a:hover:before,
.gnav-shop > a:hover:before {
  opacity: 1;
}

.hdr_snav_gender ul li:first-child {
border-right: none;
}
.hdr_snav_gender ul li a {
font: bold 19px 'Roboto Condensed', sans-serif;
display: block;
position: relative;
padding: 0 0 2px;
}

/*active*/
/*.hdr_snav_gender ul .active { pointer-events: none; }*/


.hdr_snav_gender ul a {
font-weight: bold;
}

/*hover*/

.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 {
position: relative;
top: 6px;
}
.hdr_gnav_inr {
width: 990px;
margin: 0 auto;
}
.hdr_gnav_inr > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr_gnav_inr > ul > li {
  height: 69px;
}
.hdr_gnav_inr > ul > li > a {
height: 100%;
font-size: 15px;
font-weight: bold;
display: flex;
text-align: center;
position: relative;
justify-content: center;
align-items: center;
}

.hdr_gnav_inr > ul > li > a:hover {
  text-decoration: none;
}

.gnav-btn span span {
  font-size: 12px;
}

.gnav-dropdown {
display: none;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
background: rgb(255,255,255,0.9);
position: absolute;
width: 100%;
margin: 2px 0 0;
top: 67px;
left: 0;
z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  .gnav-dropdown {
    background: url(/res/p/img/common/bg_transmission.png);
  }

  .gnav-dropdown-series > ul > li > a:hover {
    border: 0.5px solid #000;
    opacity: .6;
  }
}

/*シルエットで探す*/
.gnav-dropdown-silhouette { padding: 20px 0; }
.gnav-dropdown-silhouette ul {
width: 990px;
overflow: hidden;
margin: 0 auto;
padding: 0 0 0 20px;
}
.gnav-dropdown-silhouette ul li {
float: left;
background: #fff;
margin: 0 9.5px 0 0;
}
.gnav-dropdown-silhouette ul li a {
display: block;
border: 1px solid #999;
padding: 0 0 11px;
text-align: center;
}
.gnav-dropdown-silhouette ul.aw li a {
padding: 0;
border: 1px solid #999;
}
.gnav-dropdown-silhouette ul li a:hover {
border: 1px solid #000;
opacity: .6;
text-decoration: none;
}
.gnav-dropdown-silhouette ul li a span {
width: 83px;
height: 24px;
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;
font-size: 11px;
}

/*サイズで探す*/
.gnav-dropdown-size {
padding: 35px 0 8px;
letter-spacing: -.4em;
text-align: center;
}

.gnav-dropdown-size > div {
  width: 990px;
  margin: 0 auto;
}

.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: 125px 0 0;
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: 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 #000;
opacity: .6;
text-decoration: none;
}
.gnav-dropdown-size ul li a:hover span:last-child {
border-top: 1px dotted #bebebe;
}

.size-detail-jump {
position: relative;
top: -42px;
text-align: right;
letter-spacing: normal;
width: 990px;
margin: 0 auto -38px!important;
}

.size-detail-jump a {
color: #000;
font-size: 14px;
letter-spacing: 0.05em;
padding: 0 10px 0 0;
text-decoration: underline;
}

.size-detail-jump a:visited {
color: #000;
text-decoration: underline;
}
.size-detail-jump a:link {
color: #000;
text-decoration: underline;
}
.size-detail-jump a:visited {
color: #000;
text-decoration: underline;
}
.size-detail-jump a:link {
color: #000;
text-decoration: underline;
}

.size-detail-jump a:hover {
opacity: 0.6;
}

.size-detail-jump a::after {
content: "";
background-image: url(/res/p/img/common/arw_rgt_gray.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;
float: left;
}
.hdr_gnav-mens .gnav-dropdown-size h4 {
height: 90px;
float: left;
}
.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;
background-color: #fff;
background-repeat: no-repeat;
}
.gnav-dropdown-trouble_inr ul li a {
width: 200px;
height: 110px;
display: table;
vertical-align: middle;
border: 1px solid #999;
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 #000;
  opacity: .6;
  text-decoration: none;
}


/*着用シーンで探す*/
.gnav-dropdown-series { padding: 35px 0 40px; }

.gnav-dropdown-series ul {
  display: flex;
  width: 736px;
  margin: 0 0 0 3px;
  letter-spacing: -.4em;
  justify-content: flex-end;
  align-items: center;
}
.gnav-dropdown-series ul li {
  position: relative;
  display: table;
  width: 230px;
  height: 110px;
  background: #fff;
  text-align: -1px;
}
.gnav-dropdown-series ul li:not(:last-child) {
  margin: 0 12px 0 0;
}
.gnav-dropdown-series > ul > li:first-child > a:after,
.gnav-dropdown-series > ul > li:nth-child(2) > a:after,
.gnav-dropdown-series > ul > li:last-child > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 21px;
}
.gnav-dropdown-series > ul > li:first-child > a {
  background:linear-gradient(#fff 0%,#fff 82%,#e0d0c4 82%,#e0d0c4 100%);
}
.gnav-dropdown-series > ul > li:nth-child(2) > a {
  background:linear-gradient(#fff 0%,#fff 82%,#ad8f87 82%,#ad8f87 100%);
}
.gnav-dropdown-series > ul > li:last-child > a {
  background:linear-gradient(#fff 0%,#fff 82%,#8b7f79 82%,#8b7f79 100%);
}
.gnav-dropdown-series > ul > li > a:hover {
  border: 1px solid #000;
  opacity: .6;
  box-sizing: border-box;
}
.gnav-dropdown-series > ul > li > a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #999;
}
.gnav-dropdown-series > ul > li > a > img {
  margin: 0 0 16px;
}
/*お悩み別に探す*/
.gnav-dropdown-other { padding: 35px 0 40px; }
.gnav-dropdown-other ul,
.gnav-dropdown-series 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;
background-color: #fff;
background-repeat: no-repeat;
background-position: 3px 3px;
}
.gnav-dropdown-other ul li a {
width: 240px;
height: 140px;
display: table;
border: 1px solid #999;
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 #000;
opacity: .6;
text-decoration: none;
}
.gnav-dropdown-other ul li a:hover span span { color: #000; }



/*
 * フッター
 */

.ftr {
background: #f2f2f2;
padding: 75px 0 0;
}
.ftr a:hover {
color: #000;
text-decoration: underline;
opacity: .6;
}

.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-line a:before { background-image: url(/res/p/img/common/ico_ftr_line.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: #000;
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;
text-decoration: none;
}
.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;
text-decoration: none;
}
.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:hover {
  text-decoration: none;
}
.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.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;
text-decoration: none;
}

.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:hover {
  opacity: .6;
}
.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-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_white.png) no-repeat center;
color: #fff;
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 #000;
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;
}

.detail-main-right .add-inc_figure,
.l-right .add-inc_figure{
display:none !important;
}
/* info */
#info__wrap{
font-size:14px;
}

/* register */
.member__register__input--profile .input--birthday,
.member__register__input--profile__input .input--phonenumber1,
.member__register__input--profile__input .input--phonenumber2 {
width: 345px;
}
.main--complete .member__btn__wrapper .btn--prev--color.btn--prev:nth-child(2){
width: 400px;
color: #fff !important;
background: #bc1e2b!important;
border: solid 1px #bc1e2b!important;
-webkit-transition: all .2s ease-out!important;
transition: all .2s ease-out!important;
letter-spacing: 0.5px;
}
.main--complete .member__btn__wrapper .btn--prev--color.btn--prev:nth-child(2):hover{
opacity:0.6;
}
.main--complete .member__btn__wrapper .btn--prev{
width: 200px;
}
/* order-detail */
.member___order--detail__order--item .member__order--detail__item--list__photo a:hover{
opacity:.6;
}

/* member-menu */
.member-menu__frame .member--service ul li a:hover {
opacity: .6;
text-decoration: underline;
}

.mypage-list-group .dv_rc_items a:hover .dv_rc_description,
.mypage-list-group .dv_rc_items a:hover .dv_rc_name,
.mypage-list-group .dv_rc_items a:hover .dv_rc_price {
  opacity: .6;
  text-decoration: underline;
}

.recommender_pc311 .dv_rc_items a:hover {
  text-decoration: underline;
  opacity: .6;
}

/* ご利用ガイド */
#guide,
#guide a,
#guide #guide__contents-area {
  color: #000;
}

.guide__inquiry__list a,
.guide__inquiry__attention ul li a,
.guide__inquiry__faqlist a {
  color: #000!important;
}

.guide__inquiry__attention {
  color: #000!important;
}

.guide__inquiry__attention > ul > li > a {
  text-decoration: underline!important;
}

.box .item_part a:hover p,
.box .item_part a:hover span,
.mypage_service_list_link a:hover,
.guide__inquiry__attention > ul > li > a:hover,
.member__inquiry__faqlist .member__inquiry__faqlist--list ul li a:hover,
.guide__inquiry__list h3 a:hover,
.guide__inquiry__list ul li a:hover,
/* 会員登録 */
.main--terms--of--service .member__btn__wrapper .btn--next--color:hover,
.cs_form-attention ul li a:hover,
.member__inquiry__form-each-attention a:hover,
.mail__magazine__regist--attention li a:hover,
.favorite-item-result__list--photo a:hover {
  opacity: .6!important;
}

/* 各種お問い合わせ */
.member__inquiry__member-login .btn--prev--color,
.member__inquiry__member-logout .btn--prev--color{
  position: relative;
  border: 1px solid #999;
  background: #fff;
  color: #000!important;
  border-radius: 0;
}

.member__inquiry__member-login .btn--prev--color:hover,
.member__inquiry__member-logout .btn--prev--color:hover {
opacity: 1;
color: #fff!important;
background: #000;
border: 1px solid #999;
text-decoration: none;
font-weight: normal;
}

.common-contents-cation .guide_caution--bottom span,
.common-contents-headertxt span {
  color: #000!important;
}

/* マイページ */
.mail__magazine__regist--attention li a {
  text-decoration: underline;
}

.search-condition-facet > li > p,
.facet-dropdown > .dropdown-list,
.search-result__paging .search-result__paging__last a, .search-result__paging .search-result__paging__first a {
  border: 1px solid #999!important;
}

.general a:hover {
  text-decoration: underline!important;
  opacity: .6;
}

/* 文字サイズ調整 */
.member__sub-title,
#guide #guide__contents-area h2 {
  font-size: 18px!important;
}
.member__attention--top--list,
/* .attention--text, */
.member__heading,
.order-item_attention li,
.order_item_sublist_head,
.member__describe,
.mail-html,
/* .cs_form-attention,
.member__inquiry__form-each-attention,
.member__inquiry__form-all-attention,
.coord-info--shop-content, */
.brand__news__link a,
.coord-info__list dd {
  font-size: 13px;
}

.register__confirm__show span {
  font-size: 12px!important;
}

/* ポイント・クーポン利用 */
.order_wrap .change-large-btn {
  width: 340px!important;
  border: 1px solid #999!important;
  border-radius: 0!important;
  background: #000!important;
  color: #fff!important;
  padding: 15px 0!important;
  font-weight: bold!important;
}

.order_wrap .change-large-btn:hover {
  opacity: .6;
}

.center-link a.order-link {
  color: #000!important;
  text-decoration: underline!important;
}

.center-link a.order-link:hover {
  opacity: .6;
}