@charset "UTF-8";
/* ============================================================
  共通スタイル(PC)
============================================================== */
.mm-page {
  margin: 0 auto;
}

body {
  position: relative;
  min-width: 1024px;
}

#spbanner0 {
  line-height: 1;
  position: relative;
}
#spbanner0::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}
#spbanner0 img {
  width: 100%;
  height: auto;
}

#header h1 {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 10;
}
#header h1 a {
  text-decoration: none;
  transition: opacity 0.3s;
}
#header h1 a:hover {
  opacity: 0.6;
}

#mainWrap {
  position: relative;
  color: #333;
}
#mainWrap .inner_ {
  max-width: 1024px;
  margin: 0 auto;
}
#mainWrap a {
  transition: opacity 0.3s;
}
#mainWrap a:hover {
  opacity: 0.6;
}
#mainWrap a:hover {
  text-decoration: none;
}

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

/*
 パンくずリスト
------------------------------------------- */
#mainWrap .ds_topicpath_ {
  margin-top: 10px;
}
#mainWrap .ds_topicpath_ a {
  color: #999;
  transition: color 0.3s;
  text-decoration: none;
}
#mainWrap .ds_topicpath_ a:hover {
  color: #333;
  opacity: 1;
}
#mainWrap .ds_topicpath_ a::after {
  content: "/";
  display: inline;
}
#mainWrap .ds_topicpath_ p {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mainWrap .search_lnavi_ {
  margin: 10px 0 5px 0;
  width: 950px;
  padding: 3px 0 3px 3px;
  color: #666;
  font-size: 10px;
}

/*
 shareボタン
------------------------------------------- */
.share {
  background-color: #fff;
  padding: 5px;
  text-align: right;
}
.share li {
  display: inline-block;
  vertical-align: top;
}

/*
 送料無料バナー
------------------------------------------- */
#magazinefreeshipping {
  max-width: 1024px;
  margin: 60px auto;
}
#magazinefreeshipping a {
  display: block;
  transition: opacity 0.3s;
}
#magazinefreeshipping a:hover {
  opacity: 0.6;
}
#magazinefreeshipping img {
  width: 100%;
  height: auto;
}

/*
 フォームエラー
------------------------------------------- */
.error_ {
  color: #CC0000;
  font-weight: bold;
  background-color: #efefef;
  border: solid 1px #FF0099;
  padding: 8px;
  margin: 4px auto;
  text-align: left;
}

/*
 販売終了画面のレイアウト
------------------------------------------- */
.endsale {
  width: 100%;
  padding-left: 0;
  float: none;
}
.endsale .single_mainframe_ {
  width: 100%;
  float: none;
}
.endsale .single_mainframe_ .notice_ {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: center;
  background: #fff;
  border: none;
  margin-top: 40px;
}
.endsale .single_mainframe_ .notice_ .centertext_ a {
  display: inline-block;
  width: 33%;
  color: #fff;
  line-height: 40px;
  background: #000;
  text-indent: 0;
  margin: 15px 25px;
}

.endsale_reco {
  clear: both;
}
.endsale_reco #recommendedItem,
.endsale_reco #reco134 {
  display: none;
}
.endsale_reco a {
  display: block;
  font-size: 11px;
  color: #333;
}
.endsale_reco .rn14_recommendedItem__h,
.endsale_reco .itemTitle_h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 60px 0 10px;
}
.endsale_reco .endsale_reco_lst,
.endsale_reco .reco134_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: top;
  font-size: 14px;
  padding: 10px 0 0;
}
.endsale_reco .endsale_reco_lst li {
  width: 18%;
  margin: 0 2% 20px 0;
}
.endsale_reco .endsale_reco_lst li:nth-of-type(n+16) {
  display: none;
}
.endsale_reco .endsale_reco_lst li:last-of-type {
  margin-right: auto;
}
.endsale_reco .rn14_recommendedItem__img img {
  width: 100%;
  height: auto;
}
.endsale_reco .rn14_recommendedItem__brand, .endsale_reco .rn14_recommendedItem__name, .endsale_reco .rn14_recommendedItem__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.endsale_reco .rn14_recommendedItem__name {
  display: none;
}
.endsale_reco .rn14_recommendedItem__price {
  margin-top: 0;
}
.endsale_reco .rn14_recommendedItem__price.off {
  color: #e70004;
}
.endsale_reco .reco134_list {
  padding: 12px 0 20px;
}
.endsale_reco .reco134_list li {
  width: 18%;
  padding: 0;
  margin: 0 2% 20px 0;
}
.endsale_reco .reco134_list li:last-of-type {
  margin-right: auto;
}

/*
おすすめ特集
=------------------------------------------- */
.shop_footer {
  border-top: 1px solid #ddd;
  padding-top: 58px;
  margin-top: 35px;
  width: 100%;
}
.shop_footer h2 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: left;
}
.shop_footer a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.shop_footer a:hover {
  opacity: 0.6;
}
.shop_footer img {
  width: 100%;
  height: auto;
}
.shop_footer ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
.shop_footer li {
  width: calc((100% - 5px) / 6);
  margin-right: 1px;
}
.shop_footer li:nth-child(6n) {
  margin-right: 0;
}
.shop_footer li:nth-child(n+7) {
  margin-top: 30px;
}
.shop_footer .shop_footer_campaign_list__title {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-feature-settings: "palt";
  margin-top: 10px;
  font-weight: bold;
  padding: 0 5px;
}
.shop_footer .shop_footer_campaign_list__text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 5px;
}
.shop_footer_btnarea {
  width: 300px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 30px auto 0;
}
.shop_footer_btnarea a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.shop_footer_btnarea a:hover::after {
  transform: translateX(4px);
}
.shop_footer_btnarea a::after {
  transition: transform 0.3s;
  display: inline-block;
  content: "";
  background: url("/fs/assets/common/images/hpplus_ico_arrow_right_pink.svg");
  width: 9px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 6px;
}

/*
 スマートフォン用サイトはコチラ
------------------------------------------- */
.smp_pc2 a {
  display: block;
  font-size: 5vw;
  text-align: center;
  border: 1px solid;
  padding: 30px 0;
}
.smp_pc2 a::after {
  display: inline-block;
  content: "";
  width: 4vw;
  height: 4vw;
  background: url(/fs/assets/common/images/hpplus_ico_arrow_right_pink.svg) no-repeat center center/contain;
  margin-left: 5px;
  color: #333;
  transition: transform 0.3s;
}

/*
 ジャンル商品一覧ヘッダレイアウト
------------------------------------------- */
.list_header {
  display: flex;
  margin-bottom: 20px;
  text-align: left;
}

.list_header_l_ls {
  display: flex;
}

.list_header_l_ls_bn_img {
  width: 230px;
}

.list_header_r {
  margin: 18px 0 0 30px;
}

.list_header_r_title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  font-size: 23px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  color: #000;
  font-weight: bold;
}

.list_header_r_subtitle {
  color: #1d2486;
  font-size: 18px;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 400;
}

.list_header_r_lede {
  color: #555;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

.list_header_r_ls {
  display: flex;
}

.list_header_r_ls_btn_cat {
  background: #6693e9;
  margin-right: 15px;
}

.list_header_r_ls_btn_brand {
  background: #92bbb3;
}

.list_header_r_ls_btn_cat,
.list_header_r_ls_btn_brand,
.list_header_r_ls_btn_cont {
  color: #fff !important; /* isl.css上書き */
  text-align: center;
  font-size: 13px;
  display: block;
  line-height: 35px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 2px 30px;
}

.list_header_r_ls_btn_cat::after,
.list_header_r_ls_btn_brand::after,
.list_header_r_ls_btn_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  border: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 15px;
  right: 15px;
  transform: rotate(135deg);
}

.list_header_r_ls_btn_cat:hover,
.list_header_r_ls_btn_brand:hover,
.list_header_r_ls_btn_cont:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*
 ジャンル商品一覧ヘッダ パターンB用
------------------------------------------- */
.list_header_ptn02 .list_header_r,
.list_header_ptn02 .list_header_r_ls_btn {
  width: 100%;
}

.list_header_ptn02 .list_header_r_ls_btn_brand {
  margin-right: 15px;
  background: #AF8C78;
}

.list_header_ptn02 .list_header_r_ls_btn_cont {
  background: #D7E2E8;
  color: #000 !important;
  margin-right: 15px;
}

.list_header_ptn02 .list_header_r_ls_btn:last-child .list_header_r_ls_btn_cat,
.list_header_ptn02 .list_header_r_ls_btn:last-child .list_header_r_ls_btn_brand,
.list_header_ptn02 .list_header_r_ls_btn:last-child .list_header_r_ls_btn_cont {
  margin-right: 0;
}

.list_header_ptn02 .list_header_r_ls {
  margin-bottom: 14px;
}

.list_header_ptn02 .list_header_r_ls:last-child {
  margin-bottom: 0;
}

.list_header_ptn02 .list_header_r_ls_btn_cat {
  background: #4A73A1;
}

.list_header_ptn02 .list_header_r_ls_btn_cat,
.list_header_ptn02 .list_header_r_ls_btn_brand,
.list_header_ptn02 .list_header_r_ls_btn_cont {
  font-size: 13px;
  display: flex;
  line-height: 1.3;
  position: relative;
  padding: 11px 30px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

.list_header_ptn02 .list_header_r_ls_btn_cat::after,
.list_header_ptn02 .list_header_r_ls_btn_brand::after,
.list_header_ptn02 .list_header_r_ls_btn_cont::after {
  top: 42%;
}

/*
 クイックオーダー（https://store.hpplus.jp/fs/sp/quickorder/quickorder.aspx）
------------------------------------------- */
/* 見出し */
#FlowContWrap .flow-ttl_ h2.flow-ttl-quick-order_ {
  margin-top: 40px;
  font-weight: bold;
}

/* カートに入れるボタン */
#FlowContWrap .flow-quick-order_ .action-btn-box_ {
  width: 100%;
  padding: 0;
  text-align: right;
  height: 40px;
}

#FlowContWrap .flow-quick-order_ .action-btn-box_ .action-btn_ {
  display: block;
  width: 185px;
  height: 40px;
  margin: 0px;
  text-align: left;
  float: right;
}

/* 説明書き・ボタン配置 */
#FlowContWrap .quick-order-textbox_ {
  display: block;
  margin: 15px auto 20px auto;
  /* padding:0 15px 10px 15px; */
  position: relative;
}

#FlowContWrap .quick-order-textbox_ .action-btn-left-box_ {
  display: block;
  overflow: hidden;
}

#FlowContWrap .quick-order-textbox_ .action-btn-left-box_ .freespace_ {
  width: 730px;
  margin: 0;
}

#FlowContWrap .quick-order-textbox_ .action-btn-box_ {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 3px;
  clear: none;
}

/* 商品リストTABLE */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ {
  width: 100%;
  font-size: 12px;
  margin: 7px auto;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ input {
  border: 1px solid #999;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ .excuse {
  color: #f00;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.no_ {
  text-align: center;
  height: 60px;
  width: 35px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item-number-input_ {
  text-align: center;
  width: 180px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item-number-input_ p {
  padding-top: 2px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ p {
  padding-top: 5px;
  clear: both;
}

/* 商品リストTABLE　見出し */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ th {
  text-align: center;
  background: #f0f0f0;
  padding: 3px;
  border: 1px solid #bbb;
}

/* 商品リストTABLE　リスト各部分　共通 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td {
  padding: 5px 10px;
  border: 1px solid #bbb;
  line-height: 16px;
}

/* 商品リストTABLE　リスト各部分　商品情報部分 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ {
  padding: 5px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ span.item-sku_ {
  display: block;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-image_ {
  float: left;
  width: 80px;
  margin: 0 7px 0 0;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-image_ img {
  border: 1px solid #ccc;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-image_ a img {
  border: 1px solid #9bf;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-image_ a:hover img {
  border: 1px solid #f90;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ {
  float: left;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ .item-detail-data_ {
  display: block;
  margin: 0 0 2px 0;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ span.brand_ {
  padding: 0 5px 0 0;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ span.item-color_ {
  display: inline-block;
  margin: 0 15px 0 0;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ span.item-size_ {
  display: inline-block;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item_ .item-detail_ span.item-flg_ {
  display: block;
  margin: 3px 0 0 0;
}

/* 商品リストTABLE　リスト各部分　在庫状況 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ {
  width: 80px;
  text-align: center;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ span.item-sku-stock_ {
  display: block;
  margin: 0;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ span.item-type_ {
  display: block;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ span.item-type_ img {
  margin-top: 3px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ span.item-soldout_ {
  display: block;
  color: #f00;
  line-height: 14px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.stock_ span.item-watnts_ {
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin: 3px 0 0 0;
  background: url(../../images/arw_red7.gif) 2px 2px no-repeat;
  padding-left: 10px;
  text-align: left;
}

/* 商品リストTABLE　リスト各部分　商品単価 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.item-price_ {
  width: 90px;
  text-align: right;
  padding-right: 5px;
}

/* 商品リストTABLE　リスト各部分　数量 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.order-number_ {
  width: 50px;
  text-align: center;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.order-number_ input {
  text-align: right;
}

/* 商品リストTABLE　リスト各部分　小計 */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.subtotal_ {
  width: 70px;
  text-align: right;
  padding-right: 5px;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.subtotal_ .special_price {
  color: #f00;
}

/* 商品リストTABLE　リスト各部分　削除ボタン */
#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.work_ {
  width: 50px;
  text-align: center;
}

#FlowContWrap .flow-quick-order_ table.cart-item-list_ td.work_ .item-delete_ {
  display: block;
  width: 40px;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
}

/* お気に入り記事登録ボタン */
.favarticle {
  display: flex;
  margin: 0;
}

.favarticle a {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 0 0 auto;
}

.favarticle a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/fs/assets/common/images/hpplus_ico_favorite_on.svg) no-repeat center center/contain;
  margin-left: 7px;
}

.favarticle a.added::after {
  background: url(/fs/assets/common/images/hpplus_ico_favorite_off.svg) no-repeat center center/contain;
}

/* ============================================================
  ヘッダー上インフォメーションエリア(PC)
============================================================== */
.hpplus_info_area {
  background: rgb(238, 238, 238);
  height: 30px;
  position: relative;
  z-index: 99;
}
.hpplus_info_area a {
  display: block;
  width: auto;
  height: 100%;
  padding: 0 10px;
  margin: auto;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  line-height: 30px;
  transition: opacity 0.3s;
}
.hpplus_info_area a:hover {
  opacity: 0.6;
}
.hpplus_info_area_inner {
  text-align: center;
  height: 100%;
}
.hpplus_info_area_inner .excuse_date {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
}
.hpplus_info_area_inner .excuse_text {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 20px;
}

/* ============================================================
  共通ヘッダー(PC)
============================================================== */
.hpplus_global_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  z-index: 100;
}
.hpplus_global_header.fixed {
  position: fixed;
}
.hpplus_global_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}
.hpplus_global_header a {
  transition: opacity 0.3s;
}
.hpplus_global_header a:hover {
  opacity: 0.6;
}
.hpplus_global_header_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 2;
}
.hpplus_global_header_logo {
  width: 126px;
}
.hpplus_global_header_logo a {
  display: block;
}
.hpplus_global_header_logo img {
  width: 100%;
  height: auto;
}
.hpplus_global_header_search {
  position: absolute;
  left: 60px;
  top: 9px;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 10;
}
.hpplus_global_header_search a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.hpplus_global_header_search a:hover {
  opacity: 0.6;
}
.hpplus_global_header_search_btn {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/fs/assets/common/images/hpplus_ico_search_off.svg) no-repeat center center;
  background-size: 18px auto;
}
.hpplus_global_header_search_btn.active {
  background-image: url(/fs/assets/common/images/hpplus_ico_search_on.svg);
}
.hpplus_global_header_search_form {
  width: 300px;
  font-size: 13px;
  padding: 0 0 12px;
  position: relative;
}
.hpplus_global_header_search_form .zeta-suggest {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: -1000;
}
.hpplus_global_header_search_form.open .zeta-suggest {
  opacity: 1;
  pointer-events: all;
  z-index: 101;
}
.hpplus_global_header_search_form:hover .zeta-suggest {
  opacity: 1;
  pointer-events: all;
  z-index: 101;
}
.hpplus_global_header_search_form:hover + .hpplus_global_header_search_box {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}
.hpplus_global_header_search_form form {
  position: relative;
}
.hpplus_global_header_search_form_input {
  width: 100%;
  text-align: left;
  padding: 0 123px 0 15px;
  height: 40px;
  background: #EFEFEF;
  border-radius: 5px;
}
.hpplus_global_header_search_form_input.active + .hpplus_global_header_search_form_reset {
  visibility: visible;
  opacity: 1;
}
.hpplus_global_header_search_form_submit {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(/fs/assets/common/images/hpplus_ico_search_off.svg) no-repeat center center;
  font-size: 0px;
  line-height: 20px;
  color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 8px;
  transition: opacity 0.3s;
}
.hpplus_global_header_search_form_submit:hover {
  opacity: 0.6;
}
.hpplus_global_header_search_form_reset {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333;
  top: 11px;
  right: 41px;
  transition: opacity 0.3s;
}
.hpplus_global_header_search_form_reset:hover {
  opacity: 0.6;
}
.hpplus_global_header_search_form_reset::after {
  content: "✕";
  font-size: 10px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hpplus_global_header_search_form .zeta-suggest {
  height: 360px;
  overflow: auto;
  background: #fff;
  border: none;
  padding: 0 0 14px;
  left: -2px;
  top: 50px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.hpplus_global_header_search_form .zeta-suggest::-webkit-scrollbar {
  width: 8px;
}
.hpplus_global_header_search_form .zeta-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.hpplus_global_header_search_form .zeta-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.hpplus_global_header_search_form .zeta-suggest li {
  position: relative;
  margin: 0 15px;
}
.hpplus_global_header_search_form .zeta-suggest li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.hpplus_global_header_search_form .zeta-suggest-keyword {
  min-width: 220px;
  max-width: 220px;
  margin-top: 14px;
}
.hpplus_global_header_search_form .zeta-suggest-item {
  padding: 3px 3px 7px;
  transition: all 0.3s;
}
.hpplus_global_header_search_box {
  position: absolute;
  left: -2px;
  top: 50px;
  height: 360px;
  display: flex;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: -1000;
  overflow: hidden;
}
.hpplus_global_header_search_box:hover {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}
.hpplus_global_header_search_box.open {
  opacity: 1;
}
.hpplus_global_header_search_box.active {
  pointer-events: all;
  z-index: 100;
}
.hpplus_global_header_search_box .hpplus_global_nav_form {
  margin: 0;
  text-align: center;
  position: relative;
  height: 100%;
}
.hpplus_global_header_search_box .hpplus_global_nav_form::after {
  content: "検索結果が表示されます";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 148px;
  transform: translate(-50%, 0);
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #999;
  z-index: 1;
}
.hpplus_global_header_search_box .hpplus_global_nav_form form {
  display: block;
  height: 100%;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_border {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_input {
  margin-top: 20px;
  width: calc(100% - 40px);
  text-align: left;
  padding: 0 123px 0 15px;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_input.active + .hpplus_global_nav_form_reset {
  visibility: visible;
  opacity: 1;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_submit {
  width: 85px;
  height: 40px;
  border-radius: 5px;
  background: #333;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  top: 25px;
  right: 25px;
  transition: opacity 0.3s;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_submit:hover {
  opacity: 0.6;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_reset {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333;
  top: 36px;
  right: 120px;
  transition: opacity 0.3s;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_reset:hover {
  opacity: 0.6;
}
.hpplus_global_header_search_box .hpplus_global_nav_form_reset::after {
  content: "✕";
  font-size: 10px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 32px;
  background: #fff;
  position: relative;
  text-align: left;
  z-index: 2;
  padding: 14px 0;
  height: 100%;
  max-height: 313px;
  overflow-y: auto;
  border: none;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li {
  position: relative;
  padding: 0 15px;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li > a, .hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li > span {
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li > a:hover, .hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li > span:hover {
  opacity: 1;
  background: none;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li::after {
  content: "";
  display: block;
  height: 35px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest li:hover::after {
  opacity: 1;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-keyword {
  position: relative;
  border: none;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-keyword::before {
  content: "";
  width: calc(100% - 20px);
  border-top: 1px solid #ddd;
  padding-top: 14px;
  margin: 7px auto 0;
  display: none;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-keyword:not(:first-child)::before {
  display: block;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-keyword:empty + .zeta-suggest-keyword::before {
  display: none;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-keyword:not(:empty) + .zeta-suggest-keyword:empty + .zeta-suggest-keyword:not(:empty)::before {
  display: block;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-genre:first-child::before {
  content: "ブランド・カテゴリ";
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #999;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-word:first-child::before {
  content: "キーワード";
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #999;
}
.hpplus_global_header_search_box .hpplus_global_nav_form .zeta-suggest-content:first-child::before {
  content: "関連ページ";
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #999;
}
.hpplus_global_header_search_box .hpplus_global_nav_block {
  padding: 20px 14px;
  width: 189px;
}
.hpplus_global_header_search_box .hpplus_global_nav_block:not(:last-child) {
  border-bottom: none;
  border-right: 1px solid #ddd;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_search {
  width: 230px;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents {
  width: 300px;
  overflow-y: auto;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents::-webkit-scrollbar {
  width: 8px;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents .hpplus_global_nav_list li + li {
  margin-top: 11px;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents .loading {
  position: relative;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents .loading::before, .hpplus_global_header_search_box .hpplus_global_nav_block_contents .loading::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents .loading::before {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_contents .loading::after {
  width: 30px;
  height: 30px;
  animation: loaderAnim 1.5s linear infinite;
  background: url(/fs/assets/common/images/hpplus_loader.svg) no-repeat center;
  background-size: contain;
}
.hpplus_global_header_search_box .hpplus_global_nav_block_form {
  padding: 0;
  width: 443px;
}
.hpplus_global_header_search_box .hpplus_global_nav_list {
  margin: 9px 0 17px;
}
.hpplus_global_header_search_box .hpplus_global_nav_list li + li {
  margin-top: 9px;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature {
  display: flex;
  justify-content: space-between;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_img {
  width: 30%;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_img img {
  width: 100%;
  height: auto;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_inf {
  width: 65%;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_inf_date {
  font-size: 10px;
  color: #999;
  transform: scale(0.9) translate(-6px, 0);
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_inf_text {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 0.4em;
}
.hpplus_global_header_search_box .hpplus_global_nav_feature_empty::before {
  content: "特集が見つかりませんでした。";
  display: block;
  font-size: 12px;
  line-height: 5;
  color: #999;
  text-align: center;
}
.hpplus_global_header_mypage {
  position: absolute;
  right: 103px;
  top: 9px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.hpplus_global_header_mypage a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/fs/assets/common/images/hpplus_ico_header_mypage.svg) no-repeat center center;
  background-size: 16px auto;
}
.hpplus_global_header_favorite {
  position: absolute;
  right: 61px;
  top: 9px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.hpplus_global_header_favorite a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/fs/assets/common/images/hpplus_ico_header_favorite.svg) no-repeat center center;
  background-size: 18px auto;
}
.hpplus_global_header_cart {
  position: absolute;
  right: 18px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.hpplus_global_header_cart a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/fs/assets/common/images/hpplus_ico_header_cart.svg) no-repeat center center;
  background-size: 18px auto;
}
.hpplus_global_header_cart_count,
.hpplus_global_header_cart .shop_hd_cart_num {
  position: absolute;
  right: 2px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background: #F15B6B;
  pointer-events: none;
}
.hpplus_global_header_cart .shop_hd_cart_detail {
  display: none;
}
.hpplus_global_header.hpplus_xmas::after {
  top: 40px;
}
.hpplus_global_header.hpplus_xmas .hpplus_global_header_logo {
  width: 115px;
}
.hpplus_global_header.hpplus_xmas .hpplus_global_header_inner {
  height: 70px;
}
.hpplus_global_header.hpplus_xmas .hpplus_global_header_search, .hpplus_global_header.hpplus_xmas .hpplus_global_header_mypage, .hpplus_global_header.hpplus_xmas .hpplus_global_header_favorite {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hpplus_global_header.hpplus_xmas .hpplus_global_header_cart {
  top: 15px;
}
.hpplus_global_header.hpplus_xmas .hpplus_global_nav {
  top: 15px;
}
.hpplus_global_header.hpplus_newyear::after {
  top: 40px;
}
.hpplus_global_header.hpplus_newyear .hpplus_global_header_logo {
  width: 126px;
}
.hpplus_global_header.hpplus_newyear .hpplus_global_header_inner {
  height: 70px;
}
.hpplus_global_header.hpplus_newyear .hpplus_global_header_search, .hpplus_global_header.hpplus_newyear .hpplus_global_header_mypage, .hpplus_global_header.hpplus_newyear .hpplus_global_header_favorite {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hpplus_global_header.hpplus_newyear .hpplus_global_header_cart {
  top: 15px;
}
.hpplus_global_header.hpplus_newyear .hpplus_global_nav {
  top: 15px;
}
.hpplus_global_header.hpplus_anniversary .hpplus_global_header_logo {
  width: 210px;
}

/* ============================================================
  ブランドナビゲーション(PC)
============================================================== */
.hpplus_brand_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.hpplus_brand_nav_list img {
  height: 100%;
  width: auto;
}
.hpplus_brand_nav_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 12px;
  font-family: Arial, "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.hpplus_brand_nav_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #333;
  transition: opacity 0.2s;
  opacity: 0;
}
.hpplus_brand_nav_list a.active::after {
  opacity: 1;
}
.hpplus_brand_nav_list li {
  width: 146.2857142857px;
  height: 50px;
  position: relative;
}
.hpplus_brand_nav_list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 15px;
  background: #ddd;
}
.hpplus_brand_nav_list li.mirabellahomme {
  width: 150px;
}

/* ============================================================
  グロナビ(PC)
============================================================== */
.hpplus_global_nav {
  position: absolute;
  left: 11px;
  top: 9px;
  z-index: 1000;
}
.hpplus_global_nav a {
  transition: opacity 0.3s;
}
.hpplus_global_nav a:hover {
  opacity: 0.6;
}
.hpplus_global_nav_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
}
.hpplus_global_nav_btn span {
  display: block;
  width: 22px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.hpplus_global_nav_btn span:nth-child(1) {
  top: 13px;
}
.hpplus_global_nav_btn span:nth-child(2) {
  top: 20px;
}
.hpplus_global_nav_btn span:nth-child(3) {
  top: 27px;
}
.hpplus_global_nav_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.hpplus_global_nav_close {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 0;
  z-index: 10;
  transition: opacity 0.3s;
  opacity: 0;
}
.hpplus_global_nav_scroll {
  position: relative;
  width: 364px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 2;
  transform: translate(-100%, 0);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.hpplus_global_nav_content {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  transform: translate(-50%, 0);
  pointer-events: none;
  overflow: hidden;
}
.hpplus_global_nav_content a {
  text-decoration: none;
}
.hpplus_global_nav_content_inner {
  width: 100%;
  padding-bottom: 40px;
}
.hpplus_global_nav_ttl {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 17px;
  color: #999;
}
.hpplus_global_nav_list {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  margin-top: 12px;
}
.hpplus_global_nav_list a {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 17px;
}
.hpplus_global_nav_list li + li {
  margin-top: 9px;
}
.hpplus_global_nav_block {
  padding: 25px;
}
.hpplus_global_nav_block:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.hpplus_global_nav_block_close {
  padding: 14px 18px;
}
.hpplus_global_nav_block_items {
  padding: 25px;
}
.hpplus_global_nav_block_item:not(:first-child) {
  margin-top: 31px;
}
.hpplus_global_nav_block_item_ttl {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  color: #333;
  position: relative;
}
.hpplus_global_nav_block_item_list {
  display: flex;
  margin-top: 12px;
}
.hpplus_global_nav_block_item_list li {
  width: 20%;
}
.hpplus_global_nav_block_item_list li:not(:last-child) {
  margin-right: 1px;
}
.hpplus_global_nav_block_item_list img {
  width: 100%;
  height: auto;
}
.hpplus_global_nav_block_item_list_brand img {
  border: 1px solid #ddd;
}
.hpplus_global_nav_block_item_list_brand_more a {
  border: none;
}
.hpplus_global_nav_block_item_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 15px;
  text-align: center;
  font-weight: 600;
}
.hpplus_global_nav_block_user {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hpplus_global_nav_block_user_list {
  width: 100%;
  padding: 10px 25px;
}
.hpplus_global_nav_block_user_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.hpplus_global_nav_block_user_list li a {
  padding: 8px 0;
}
.hpplus_global_nav_block_user_list li.login a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
}
.hpplus_global_nav_block_user_list li.login a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 8px;
  vertical-align: top;
}
.hpplus_global_nav_block_user_list li.entry a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 17px;
}
.hpplus_global_nav_block_user_list li.entry a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 7px;
  vertical-align: top;
}
.hpplus_global_nav_block_user_list li.line a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 17px;
}
.hpplus_global_nav_block_user_list li.line a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: top;
  border-radius: 4px;
}
.hpplus_global_nav_block_sns_list {
  display: flex;
  margin-bottom: 20px;
  margin-top: 11px;
}
.hpplus_global_nav_block_sns_list li:not(:last-child) {
  margin-right: 10px;
}
.hpplus_global_nav_block_sns_list li a {
  display: block;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  font-size: 0;
}
.hpplus_global_nav_block_sns_app {
  margin-top: 5px;
}
.hpplus_global_nav_block_sns_app a {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 25px;
}
.hpplus_global_nav_block_sns_app a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 23px;
  margin-left: 6px;
  vertical-align: top;
}
.hpplus_global_nav_box:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.hpplus_global_nav_box_form:not(:last-child) {
  padding-bottom: 25px;
}
.hpplus_global_nav_box_item .hpplus_global_nav_list, .hpplus_global_nav_box_book .hpplus_global_nav_list, .hpplus_global_nav_box_contents .hpplus_global_nav_list {
  margin-top: 10px;
}
.hpplus_global_nav_box_item .hpplus_global_nav_list a, .hpplus_global_nav_box_book .hpplus_global_nav_list a, .hpplus_global_nav_box_contents .hpplus_global_nav_list a {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 20px;
}
.hpplus_global_nav_box_item .hpplus_global_nav_list li + li, .hpplus_global_nav_box_book .hpplus_global_nav_list li + li, .hpplus_global_nav_box_contents .hpplus_global_nav_list li + li {
  margin-top: 10px;
}
.hpplus_global_nav_login {
  border-bottom: 1px solid #ddd;
  margin-top: -15px;
}
.hpplus_global_nav_login + .hpplus_global_nav_block_item {
  margin-top: 20px;
}
.hpplus_global_nav_login_name {
  position: relative;
  padding-bottom: 11px;
  line-height: 18px;
  cursor: pointer;
}
.hpplus_global_nav_login_name::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(/fs/assets/common/images/hpplus_ico_arrow_bottom_black.svg) no-repeat center center/contain;
  position: absolute;
  right: 7px;
  top: 7px;
}
.hpplus_global_nav_login_name .name {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.hpplus_global_nav_login_name .coupon {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.hpplus_global_nav_login_name.open::after {
  background-image: url(/fs/assets/common/images/hpplus_ico_arrow_top_black.svg);
}
.hpplus_global_nav_login_menu {
  overflow: hidden;
  transition: height 0.3s;
}
.hpplus_global_nav_login_menu li {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 18px;
}
.hpplus_global_nav_login_menu li:first-child {
  border-top: 1px solid #ddd;
  padding-top: 23px;
}
.hpplus_global_nav_login_menu li:last-child {
  padding-bottom: 19px;
}
.hpplus_global_nav_login_menu li + li {
  margin-top: 12px;
}
.hpplus_global_nav_form {
  position: relative;
}
.hpplus_global_nav_form_input {
  width: 100%;
  height: 50px;
  padding: 0 10px 0 10px;
  background: #EFEFEF;
  border-radius: 5px;
}
.hpplus_global_nav_form_submit {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
}
.hpplus_global_nav.open {
  opacity: 1;
}
.hpplus_global_nav.open .hpplus_global_nav_content {
  pointer-events: all;
}
.hpplus_global_nav.open .hpplus_global_nav_close {
  background: url(/fs/assets/common/images/hpplus_ico_nav_close_black.svg) no-repeat center center/contain;
  opacity: 1;
}
.hpplus_global_nav.open .hpplus_global_nav_bg {
  pointer-events: all;
  opacity: 0.8;
}
.hpplus_global_nav.open .hpplus_global_nav_scroll {
  pointer-events: all;
  transform: translate(0, 0);
}
.hpplus_global_nav.open .hpplus_global_nav_block_user_list li.login a::before {
  background: url(/fs/assets/common/images/hpplus_ico_header_login.svg) no-repeat center center/contain;
}
.hpplus_global_nav.open .hpplus_global_nav_block_user_list li.entry a::before {
  background: url(/fs/assets/common/images/hpplus_ico_header_entry.svg) no-repeat center center/contain;
}
.hpplus_global_nav.open .hpplus_global_nav_block_user_list li.line a::before {
  background: url(/fs/assets/common/images/hpplus_ico_sns_line_green_square.svg) no-repeat center center/contain;
}
.hpplus_global_nav.open .hpplus_global_nav_block_sns_list li.facebook a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_facebook_white.svg) no-repeat center center/9px auto;
}
.hpplus_global_nav.open .hpplus_global_nav_block_sns_list li.twitter a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_twitter_white.svg) no-repeat center center/15px auto;
}
.hpplus_global_nav.open .hpplus_global_nav_block_sns_list li.instagram a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_instagram_white.svg) no-repeat center center/15px auto;
}
.hpplus_global_nav.open .hpplus_global_nav_block_sns_list li.line a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_line_white.svg) no-repeat center center/22.3px auto;
}
.hpplus_global_nav.open .hpplus_global_nav_block_app a::after {
  background: url(/fs/assets/common/images/hpplus_ico_app.svg) no-repeat center center/contain;
}
.hpplus_global_nav.open .hpplus_global_nav_form_submit {
  background: url(/fs/assets/common/images/hpplus_ico_search_form.svg) no-repeat center center/19px auto;
}

#favariteBrandGnav .hpplus_global_nav_block_item_list img {
  padding: 0 2px;
}
#favariteBrandGnav .hpplus_global_nav_block_item_new {
  margin-top: 10px;
}
#favariteBrandGnav .hpplus_global_nav_block_item_new a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 17px;
  color: #333;
  position: relative;
}
#favariteBrandGnav .hpplus_global_nav_block_item_new a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(/fs/assets/common/images/hpplus_ico_arrow_right_pink.svg) no-repeat center center/contain;
  margin: auto 5px;
  vertical-align: top;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* ============================================================
  共通フッター(PC)
============================================================== */
.hpplus_global_footer {
  position: relative;
  border-top: 1px solid #ddd;
  padding: 30px 20px 30px;
  min-width: 1024px;
  background: #fff;
}
.hpplus_global_footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 1px;
}
.hpplus_global_footer a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.hpplus_global_footer a:hover {
  opacity: 0.6;
}
.hpplus_global_footer_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.hpplus_global_footer_content {
  display: flex;
  justify-content: space-between;
}
.hpplus_global_footer_block_sns {
  margin-right: 42px;
}
.hpplus_global_footer_block_guide {
  width: 100%;
}
.hpplus_global_footer_box_app {
  margin-top: 22px;
}
.hpplus_global_footer_box_guide {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
}
.hpplus_global_footer_list {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 18px;
  margin-top: 5px;
}
.hpplus_global_footer_list_sns {
  display: flex;
  margin-top: 13px;
}
.hpplus_global_footer_list_sns li:not(:last-child) {
  margin-right: 12px;
}
.hpplus_global_footer_list_sns li a {
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-size: 0;
}
.hpplus_global_footer_list_sns li.facebook a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_facebook_white.svg) no-repeat center center/8px auto;
}
.hpplus_global_footer_list_sns li.twitter a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_twitter_white.svg) no-repeat center center/14px auto;
}
.hpplus_global_footer_list_sns li.instagram a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_instagram_white.svg) no-repeat center center/12px auto;
}
.hpplus_global_footer_list_sns li.line a {
  background: #999 url(/fs/assets/common/images/hpplus_ico_sns_line_white.svg) no-repeat center center/18.85px auto;
}
.hpplus_global_footer_list_guide:not(:last-child) {
  margin-right: 30px;
}
.hpplus_global_footer_list_guide li + li {
  margin-top: 7px;
}
.hpplus_global_footer_list_external {
  border-left: 1px solid #ddd;
  padding-left: 30px;
}
.hpplus_global_footer_list_external li + li {
  margin-top: 7px;
}
.hpplus_global_footer_nav {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 12px;
  margin-top: 70px;
}
.hpplus_global_footer_nav li {
  display: inline-block;
}
.hpplus_global_footer_nav li:not(:last-child)::after {
  content: "/";
  margin: 0 4px;
}
.hpplus_global_footer_ttl {
  font-family: Arial, "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 23px;
  text-align: left;
  color: #999;
  display: none;
}
.hpplus_global_footer_app {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 25px;
  margin-top: 2px;
  width: 190px;
}
.hpplus_global_footer_app a::after {
  content: "";
  width: 12px;
  height: 25px;
  display: inline-block;
  background: url(/fs/assets/common/images/hpplus_ico_app.svg) no-repeat center center/contain;
  vertical-align: top;
  margin-left: 6px;
}
.hpplus_global_footer_copyright {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 25px;
  color: #999;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 32px;
}
.hpplus_global_footer_copyright p + p {
  margin-top: 5px;
}/*# sourceMappingURL=pc_common.css.map */