@charset "UTF-8";
/*=========== 共通 ===========*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

a {
  color: #2e2e2e;
  text-decoration: none;
  -webkit-transition: .9s;
  transition: .9s;
}

a:hover img {
  opacity: 0.7;
}

a img {
  -webkit-transition: .9s;
  transition: .9s;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

* {
  outline: none;
}

/*=========== レフト ===========*/
#side {
  width: 200px;
}

.side-banner {
  margin-bottom: 15px;
}

.side__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 15px;
}

.side__heading-sub {
  color: #999;
  font-size: 1.4rem;
  display: block;
}

.side__heading::before, .side__heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #2e2e2e;
  margin-bottom: 5px;
}

.side__heading::after {
  margin: 5px 0 0;
}

.side-search__form {
  /*side-search__form*/
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding: 5px;
}

.side-search__formtext {
  /*side-search__formtext*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5px;
}

.side-search-btn {
  /*side-search-btn*/
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-search-keyword__list {
  /*side-search-keyword__list*/
}

.side-search-keyword__list li {
  display: inline;
  white-space: pre;
}

.side-search-keyword__list li a {
  margin-right: 10px;
}

.side-search-keyword__list li a::before {
  content: '#';
}

.side-search-keyword__list li a:hover {
  text-decoration: underline;
}

.side-feature__item {
  /*side-feature__item*/
  margin-bottom: 20px;
}

.side-feature__date {
  /*side-feature__date*/
  color: #999;
}

.side-feature__ttl {
  /*side-feature__ttl*/
  font-weight: bold;
}

.side-coorde__list {
  /*side-coorde__list*/
  margin-bottom: 20px;
}

.side-coorde__item {
  /*side-coorde__item*/
  margin-bottom: 10px;
}

li[data-cart="true"] a {
  display: block;
  position: relative;
}

li[data-cart="true"] a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/common/bt-cart.jpg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.side__link a {
  font-weight: bold;
  text-align: center;
  display: block;
  border: 1px solid #2e2e2e;
  background-image: url("../image/common/ic-arrow.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
  padding: 5px 0;
}

.side-category__menu-ttl {
  /*side-category__menu*/
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
}

.side-category__menu-ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #2e2e2e;
  margin-right: 10px;
}

.side-category__menu-ttl::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url("../image/common/ic-arrow.png") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.side-category__menu-ttl.open::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.side-category__menu-ttl span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}

.side-category__menu-ttl.special-price {
  color: #fff;
  background: #cd4848;
}

.side-category__menu-ttl.special-price:hover {
  background-color: #e87f7f;
}

.side-category__menu-ttl.special-price::before {
  background: #fff;
}

.side-category__menu-ttl.special-price::after {
  background: url("../image/common/ic-arrow2.png") no-repeat center;
  background-size: contain;
}

.side-category__menu-sub {
  /*side-category__menu-sub*/
  display: none;
}

.side-category__menu-sub li a {
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding: 8px 5px 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-category__menu-sub li a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url("../image/common/ic-arrow-right.png") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}

.side-category__menu-sub li a:hover {
  background: #f9f9f9;
}

.side-brand__item {
  /*side-brand__item*/
}

.side-brand__item:not(:last-child) {
  margin-bottom: 20px;
}

.side-brand__name {
  /*side-brand__name*/
  font-weight: bold;
}

.side-brand__text {
  /*side-brand__text*/
  font-size: 1.2rem;
  line-height: 1.4;
}

.side-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 10px;
}

.side-sns__list li {
  width: 30px;
}

.side-sns__mm {
  margin-bottom: 20px;
}
