﻿@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #48413f;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

.block-switch-banner {
  display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}

h1 {
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
  border: 0;
}

.pane-header .container {
  display: flex;
  align-items: center;
}

#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;
}
#block-header-info-frame {
  background: #f3dddb;
}
#header > .container {
  position: relative;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  padding: 0 40px;
  min-width: 780px;
}
#header.login > .container {
  min-width: 920px;
}
.block-header-info {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  font-weight: 500;
}
.block-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 227px;
  height: 26px;
  line-height: 0;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  #header.login .block-header-logo {
    position: static;
    margin-right: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1300px) {
  #header:not(.login) .block-header-logo {
    position: static;
    margin-right: 20px;
    margin-left: auto;
  }
}
.block-menu {
  position: relative;
  width: 24px;
  height: 22px;
  margin-right: auto;
  cursor: pointer;
}
.block-menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #392f2c;
  transition: .3s ease;
}
.block-menu span:nth-child(1) {
  top: 0;
}
.block-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.block-menu span:nth-child(3) {
  bottom: 0;
}
.block-menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.block-menu.open span:nth-child(2) {
  opacity: 0;
}
.block-menu.open span:nth-child(3) {
  bottom: 10px;
  transform: rotate(-45deg);
}
.pane-globalnav {
  display: none;
}
.block-headernav {
  margin: 0 12px 0 0;
}
.block-headernav--item-list {
  display: flex;
  align-items: center;
}
.block-headernav--item-list li {
  margin: 0 10px;
}
.block-headernav--item-list a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.block-headernav--item-boookmark a {
  width: 19px;
  height: 17px;
  background: url(../../img/usr/common/icon_header_bookmark.png);
}
.block-headernav--item-login a {
  width: 16px;
  height: 22px;
  background: url(../../img/usr/common/icon_header_mypage.png);
}
.block-headernav--item-cart a {
  position: relative;
  width: 21px;
  height: 20px;
  background: url(../../img/usr/common/icon_header_cart.png);
  overflow: visible;
}
.block-headernav--cart-count {
  display: none;
  position: absolute;
  top: -7px;
  left: -10px;
  background: #cb3b49;
  color: #fff;
  width: 16px;
  height: 16px;
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
  padding: 3px 0;
  font-size: 11px;
}
.block-headernav--item-list a:hover {
  opacity: .8;
}
dl.block-header-point {
  padding: 0 0 0 37px;
  background: url(../../img/usr/common/icon_point.png) no-repeat center left;
}
div.block-header-point {
  font-size: 12px;
  font-weight: bold;
}
div.block-header-point dl {
  display: flex;
  align-items: center;
}
.block-header-point dt {
  line-height: 1;
}
.block-header-point dt span {
  font-size: 10px;
  transform: scale(.8);
}
.block-header-point dd {
  font-size: 12px;
  font-weight: bold;
}
.block-header-point dd span {
  font-size: 18px;
}
.block-global-search {
  margin: 0 0 0 30px;
}
.block-global-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  border-radius: 5px;
  width: 230px;
  padding: 7px 12px;
}
.block-global-search input.block-global-search--keyword {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  width: calc(100% - 25px);
  font-size: 13px;
  padding: 0;
}
.block-global-search--submit {
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0;
  background: url(../../img/usr/common/icon_header_search.png);
}
.block-header-brand {
  display: none;
  background: #ebe7e6;
}
.page-top .block-header-brand,
.category-brand .block-header-brand {
  display: block;
}
.block-header-brand ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  width: 770px;
  height: 55px;
  margin: 0 auto;
}
.block-header-brand li a {
  display: block;
  line-height: 0;
}
#block-header-bnr {
  width: 1100px;
  margin: 20px auto;
  text-align: center;
  line-height: 0;
}
.block-top-topics .block-section-title h2 span {
  letter-spacing: 8px;
}
.block-top-topics {
  margin: 0 0 70px;
}
.block-top-topics .container {
  display: block;
  width: 1100px !important;
  margin: 0 auto;
}
.block-top-topics--items {
  overflow-x: auto;
}
.block-top-topics--items ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.block-top-topics--item {
  width: 268px;
  margin: 0 25px 0 0;
}
.block-top-topics--item:last-child {
  margin: 0;
}
.block-top-keyword {
  padding: 18px 0 25px;
  background: #fbf2f0;
}