@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.header__nav {
  background-color: #ffffff;
}

.header__button span {
  border-top: 1px solid #707070;
}

.header__logo {
  padding-left: 20%;
}

.header__bottom {
  background-color: #eeeeee;
}

.header .cart-number {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: 8px;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #c70003;
  color: #fff;
  font-size: 10px;
}

.header .header__fix #header-line {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px !important;
}

.header .header__fix #header-line div {
  line-height: 40px !important;
}

.header .header__fix #header-line div:not(:first-of-type) {
  margin-left: 10px;
}

.header .header__fix #header-line div a {
  color: #ffffff;
  text-align: center !important;
  font-size: 12px !important;
  display: block !important;
  line-height: 12px !important;
  width: 100%;
}

.header .header__fix #header-line div a:not(:first-of-type) {
  margin-left: 10px;
}

.header__search-btn-more {
  float: left;
  width: 70px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dadada;
  text-align: center;
  font-size: 12px;
  margin: 10px 10px 10px 0;
}

.header__search-btn-more p {
  font-size: 12px;
  background-color: #ffffff;
  line-height: 32px;
  padding: 0;
  border: 0;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  p.search-botton {
    width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  #r-nav-search {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  #r-nav-search #search form {
    float: left !important;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper #r-nav-search {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .wrapper #r-nav-search #search form {
    float: left !important;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  #search-rank {
    clear: both;
  }
}

.side-rank__bold-red {
  color: #c70003;
}

.side__more:after {
  top: 15px;
}

.side-nav__list.check-false.nav-border-right {
  border-right: 1px solid #c9c9c9;
}

.side-nav__list.check-false.nav-border-right-none {
  border-right: none;
}

.side-guest__rank, .side-guest__point {
  width: 48% !important;
}

footer.footer {
  padding-bottom: 0px;
}

.footer__box {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

.footer__box .footer__contents-brand {
  background-color: #000000;
  padding-top: 50px;
  padding: 25px 0;
  border-bottom: 1px solid #484848;
  font-family: "Karla", "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__box .footer__contents-brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__box .footer__contents-brand ul li {
  padding: 8px 10px;
  border: 1px solid #ffffff;
  width: 40%;
}

.footer__box .footer__contents-brand ul li a {
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
}

.footer__box .footer__contents-brand ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__box .footer__contents-brand ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer__box .footer__contents-category {
  background-color: #000000;
}

.footer__box .footer__contents-category > ul {
  border-bottom: 1px solid #484848;
}

.footer__box .footer__contents-category ul .detail_title {
  font-family: "Karla", "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  padding: 15px 0 15px 20px;
  text-decoration: none;
}

.footer__box .footer__contents-category ul .detail_title.ico-open {
  position: relative;
}

.footer__box .footer__contents-category ul .detail_title.ico-open::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__box .footer__contents-category ul .detail_title.ico-open::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__box .footer__contents-category ul .detail_title.footer__active.ico-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 47%;
}

.footer__box .footer__contents-category ul a {
  color: #ffffff;
  font-size: 15px;
}

.footer__box .footer__contents-category ul li {
  padding: 15px 0 15px 20px;
  border-top: 1px solid #484848;
  background-color: #2D2D2D;
}

.footer__box .footer__contents-category ul .nav-child {
  display: none;
}

.footer__box .footer__contents-category ul .nav-child li a {
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}

.footer__box .footer__contents-category ul .nav-child li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__box .footer__contents-category ul .nav-child li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer__box .footer__contents-category ul .nav-child li a .tel-text {
  font-size: 10px;
}

.footer__box .footer__contents-bottom {
  background-color: #242424;
  padding: 40px 0;
}

.footer__box .footer__contents-bottom .footer__contents-sns p {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-family: "Karla", "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__box .footer__contents-bottom .footer__contents-sns ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__box .footer__contents-bottom .footer__contents-sns ul li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.footer__box .footer__contents-bottom .footer__contents-sns ul li.f-sns07 img {
  width: 20px;
}

.footer__box .footer__contents-bottom .footer__contents-sns ul .f-sns05 {
  width: 12px;
}

.footer__box .footer__contents-bottom .footer__contents-company {
  margin-top: 20px;
}

.footer__box .footer__contents-bottom .footer__contents-company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__box .footer__contents-bottom .footer__contents-company ul li {
  padding: 0 5px;
}

.footer__box .footer__contents-bottom address {
  color: #ffffff;
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
  font-style: normal;
  font-family: "Karla", "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
