﻿@charset "UTF-8";

/* ヘッダ（スマートフォン） ファーストビュー用 */

/* usr/sb_layout.css のコピー ここから */

.wrapper {
  padding-top: 72px;
}
.pane-header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 72px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
}
.pane-globalnav {
  background-color: #444;
  color: #fff;
}
.pane-order-header {
  height: 50px;
  border-bottom: 2px solid #666;
}
#header_menu,
.block-header-cart,
.block-header-jr-logo,
.block-header-mypage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 44px;
}
#header_menu {
	margin: 0 20px 0 16px;
}
#header_menu span {
	position: absolute;
	top: 18px;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	background-color: inherit;
	transition: all .4s;
	font-size: 10px;
	font-family: 'Montserrat', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 700;
	line-height: 1.1;
}
#header_menu:after,
#header_menu:before {
  content: "";
  position: absolute;
  left: auto;
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  transition: all .4s;
}
#header_menu:before {
  top: 9px;
  left: 2px;
}
#header_menu:after {
  bottom: 8px;
  right: 2px;
}

/* ここまで usr/sb_layout.css のコピー */


/* usr/sb_block.css のコピー ここから */

.block-header-logo {
	width: 128px;
	display: inline-block;
	margin: 0 0 0 auto;
	background: none;
}
.block-header-logo a {
	display: block;
}
.block-header-logo--img {
  width: 128px;
  height: 52px;
}

.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 のコピー */

