@charset "UTF-8";

/* ヘッダ（スマートフォン） ファーストビュー用 */

/* usr/sb_layout.css のコピー ここから */

.wrapper {
  padding-top: 50px;
}

.pane-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background: #fff;
}

.pane-globalnav {
  background-color: #444;
  color: #fff;
}

#header_menu,
.block-header-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

#header_menu span {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 50%;
  height: 2px;
  background: #444;
  transition: all .4s;
  font-size: 0;
}

#header_menu:after,
#header_menu:before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 50%;
  height: 2px;
  background: #444;
  transition: all .4s;
}

#header_menu:before {
  top: 15px;
}

#header_menu:after {
  bottom: 13px;
}

/* ここまで usr/sb_layout.css のコピー */

/* usr/sb_block.css のコピー ここから */

.block-header-logo {
  width: auto;
  display: inline-block;
}

.block-header-logo--img {
  /* width: 120px;
  height: 30px; */
}

.block-headernav--cart-count {
  /* display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: 5px;
  right: 0;
  z-index: 2; */
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
  min-height: 66px;
}

.block-globalnav--item-list>li {
  display: table-cell;
  width: 20%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-left: 1px solid #666;
  padding: 10px 0;
}

.block-globalnav--item-list>li>a {
  display: block;
  color: #fff;
}

/* ここまで usr/sb_block.css のコピー */

/* usr/sb_user.css のコピー ここから */

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ここまで usr/sb_user.css のコピー */

/* ヘッダー */
/*# sourceMappingURL=sb_firstview_header.css.map */
