﻿@charset "UTF-8";

body {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #48413f;
  overflow-x: hidden;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 11;
  transition: .3s ease;
}
body:not(.page-top) #header {
  border-bottom: 1px solid #e7e7e7;
}
#header.fixed {
  border-bottom: 1px solid #e7e7e7;
}
#block-header-info-frame {
  background: #f3dddb;
}
#block-header-info-frame .block-header-info {
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #48413f;
  padding: 8px 5px;
  background: #f3dddb;
}
.block-headernav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
.block-header-logo {
  line-height: 0;
  padding: 0;
  margin: 0 0 0 14px;
}
.block-header-logo--img {
  width: 147px;
}
.block-headernav--item-list {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.block-headernav--item-list li:not(:last-child) {
  margin: 0 18px 0 0;
}
.block-headernav--item-list a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.block-headernav--item-boookmark a {
  width: 20px;
  height: 18px;
  background: url(../../img/usr/sb/common/icon_header_bookmark.png) no-repeat center / 100%;
}
.block-headernav--item-login a {
  width: 15px;
  height: 21px;
  background: url(../../img/usr/sb/common/icon_header_mypage.png) no-repeat center / 100%;
}
.block-headernav--item-cart a {
  position: relative;
  width: 21px;
  height: 20px;
  background: url(../../img/usr/sb/common/icon_header_cart.png) no-repeat center / 100%;
  overflow: visible;
}
.block-headernav--cart-count {
  display: none;
  position: absolute;
  top: -8px;
  left: -8px;
  background: #cb3b49;
  color: #fff;
  width: 16px;
  height: 16px;
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
  padding: 4px 0;
  font-size: 10px;
}
#header_menu {
  position: relative;
  width: 22px;
  height: 19px;
  margin: 0 18px 0 25px;
}
#header_menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #392f2c;
  transition: .3s ease;
}
#header_menu span:nth-child(1) {
  top: 0;
}
#header_menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header_menu span:nth-child(3) {
  bottom: 0;
}
.block-header-brand {
  top: -34px;
  background: #ebe7e6;
  padding: 8px 10px 8px 15px;
  transition: .3s ease;
  display: none;
}
.page-top .block-header-brand,
.category-brand .block-header-brand {
  display: block;
}
#header.fixed .block-header-brand {
  position: fixed;
}
.block-header-brand ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

li.border {
  border-right: 1px solid #fff;
  height: 20px;
}

.block-header-brand li:nth-child(1) {
  width: 21.715%;
}
.block-header-brand li:nth-child(3) {
  width: 14%;
}
.block-header-brand li:nth-child(5) {
  width: 11.86%;
}
.block-header-brand li:nth-child(7) {
  width: 18.29%;
}
.block-header-brand li:nth-child(9) {
  width: 17%;
}
.block-headernav--item-search {
  display: none;
  /* top: -58px; */
  padding: 13px 10px;
  /* transition: .3s ease; */
}
.block-headernav--item-search form,
.block-menu--item-search form {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 5px;
}
input.block-header-search--keyword,
input.block-menu-search--keyword {
  padding: 0 10px;
  border: 0;
  background: transparent;
  width: calc(100% - 34px);
  font-size: 12px;
}
.block-header-search--submit,
.block-menu-search--submit {
  width: 34px;
  height: 32px;
  border: 0;
  padding: 0;
  background: url(../../img/usr/sb/common/icon_header_search.png) no-repeat center / 14px;
}
#block-header-bnr {
  padding: 10px;
}

.block-footer-pagetop {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  width: 41px;
  z-index: 1;
}

.page-goods .block-footer-pagetop {
  bottom: 95px;
}

.block-footer-guide {
  padding: 20px 17px 15px;
  background: #f2f2f2;
}

.block-footer-guide--support {
  margin: 0 0 20px;
}

.block-footer-guide dt {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  line-height: 1;
}

.block-footer-guide--support dt img {
  width: 108px;
}

.block-footer-guide--service dt img {
  width: 99px;
}

.block-footer-guide dt span {
  position: relative;
  font-size: 13px;
  font-weight: bold;
}

/* .block-footer-guide dt span:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #48413f;
  transform: rotate(20deg);
} */

.block-footer-guide--links {
  display: flex;
  flex-wrap: wrap;
  gap : 2px;
}

.block-footer-guide--links li {
  width: calc((100% - 2px) / 2);
}

.block-footer-guide--links a {
  position: relative;
  display: block;
  background: #fff;
  color: #85858f;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 10px 7px;
}

.block-footer-guide--links a:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #d5d5d9;
  border-bottom: 1px solid #d5d5d9;
  transform: rotate(-45deg);
}

.block-footer-sns {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 9px;
}

.block-footer-sns a {
  width: calc((100% - 75px) / 6);
}

.block-footer-links {
  background: #272727;
  padding: 0 0 50px;
}

.block-footer-links--title {
  position: relative;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #7d7d7d;
  padding: 11px 22px;
}

.block-footer-links--title:before,
.block-footer-links--title:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 22px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.block-footer-links--title:after {
  transform: rotate(90deg);
}

.block-footer-links ul {
  display: none;
}

.block-footer-links li {
  border-bottom: 1px solid #7d7d7d;
}

.block-footer-links li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 11px 22px 11px 45px;
}

.block-footer-links li a:after,
.block-footer-links--store:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 21px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.block-footer-links--store {
  position: relative;
  display: block;
  border-bottom: 1px solid #7d7d7d;
  color: #fff;
  padding: 11px 22px;
}

.block-footer-copy {
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  padding: 12px 0;
}