@charset "UTF-8";
/**
 * 店舗ページ内ナビゲーション ※store.scssの拡張
 */
/* line 11, ../_sass/store-hanbai.scss */
nav.store-page-index {
  border-top: 1px solid;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
/* line 15, ../_sass/store-hanbai.scss */
nav.store-page-index li {
  border-color: #cccccc;
}

/**
 * 最初の見出し 写真＋キャッチコピー＋ボディコピー
 */
/* line 24, ../_sass/store-hanbai.scss */
section.main-cover > h2 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 15px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #4c4c4c;
  font-size: 2.0rem;
  letter-spacing: 2px;
  line-height: 1.5em;
}
@media screen and (min-width: 480px) {
  /* line 24, ../_sass/store-hanbai.scss */
  section.main-cover > h2 {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  /* line 24, ../_sass/store-hanbai.scss */
  section.main-cover > h2 {
    top: 18%;
    left: 30px;
    font-size: 2.8rem;
  }
  /* line 41, ../_sass/store-hanbai.scss */
  section.main-cover > h2 br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 24, ../_sass/store-hanbai.scss */
  section.main-cover > h2 {
    left: 80px;
    font-size: 3.6rem;
  }
}
/* line 50, ../_sass/store-hanbai.scss */
section.main-cover .text {
  color: #ffffff;
  background-color: #4c4c4c;
  font-size: 1.1rem;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 480px) {
  /* line 50, ../_sass/store-hanbai.scss */
  section.main-cover .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 50, ../_sass/store-hanbai.scss */
  section.main-cover .text {
    position: absolute;
    top: 38%;
    left: 30px;
    width: 40%;
    text-shadow: 0px 0px 2px #4c4c4c;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 50, ../_sass/store-hanbai.scss */
  section.main-cover .text {
    font-size: 1.4rem;
    left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../_sass/store-hanbai.scss */
  section.main-cover .text {
    font-size: 1.6rem;
  }
}
/* line 76, ../_sass/store-hanbai.scss */
section.main-cover .text p {
  margin: 0;
}

/**
 * 売れ筋
 */
/* line 85, ../_sass/store-hanbai.scss */
section.hot-selling {
  background-color: #9b0012;
  padding: 40px 0 60px 0;
  margin-top: 30px;
}
/* line 89, ../_sass/store-hanbai.scss */
section.hot-selling h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  /* line 89, ../_sass/store-hanbai.scss */
  section.hot-selling h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-top: 0;
  }
}
/* line 101, ../_sass/store-hanbai.scss */
section.hot-selling h3 b {
  font-size: 1.8rem;
  margin: 0 5px;
}
@media screen and (min-width: 480px) {
  /* line 101, ../_sass/store-hanbai.scss */
  section.hot-selling h3 b {
    font-size: 2.4rem;
    margin: 0 10px;
  }
}
/* line 109, ../_sass/store-hanbai.scss */
section.hot-selling h3:before {
  content: '＼';
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  /* line 109, ../_sass/store-hanbai.scss */
  section.hot-selling h3:before {
    margin-right: 20px;
    font-size: 4.0rem;
  }
}
/* line 117, ../_sass/store-hanbai.scss */
section.hot-selling h3:after {
  content: '／';
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  /* line 117, ../_sass/store-hanbai.scss */
  section.hot-selling h3:after {
    margin-left: 20px;
    font-size: 4.0rem;
  }
}
/* line 126, ../_sass/store-hanbai.scss */
section.hot-selling h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
/* line 135, ../_sass/store-hanbai.scss */
section.hot-selling h2 b {
  display: block;
  font-size: 2.6rem;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  /* line 135, ../_sass/store-hanbai.scss */
  section.hot-selling h2 b {
    font-size: 3.6rem;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 135, ../_sass/store-hanbai.scss */
  section.hot-selling h2 b {
    display: inline;
  }
}
/* line 148, ../_sass/store-hanbai.scss */
section.hot-selling .result-note {
  padding-top: 35px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

/**
 * 高品質なワケ
 */
/* line 159, ../_sass/store-hanbai.scss */
section.quality {
  background-color: #a6917c;
  padding: 60px 0 50px 0;
}
/* line 162, ../_sass/store-hanbai.scss */
section.quality .section-center-header {
  width: 100%;
  margin-bottom: 30px;
  border-color: #53483e;
}
@media screen and (min-width: 768px) {
  /* line 162, ../_sass/store-hanbai.scss */
  section.quality .section-center-header {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 162, ../_sass/store-hanbai.scss */
  section.quality .section-center-header {
    width: 80%;
    margin-bottom: 50px;
  }
}
/* line 174, ../_sass/store-hanbai.scss */
section.quality .section-center-header h2 {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #53483e;
  background-color: #a6917c;
}
@media screen and (min-width: 480px) {
  /* line 174, ../_sass/store-hanbai.scss */
  section.quality .section-center-header h2 {
    width: 440px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 480px) {
  /* line 184, ../_sass/store-hanbai.scss */
  section.quality .section-center-header h2 b {
    font-size: 3.4rem;
  }
}
/* line 191, ../_sass/store-hanbai.scss */
section.quality li {
  margin-bottom: 15px;
  text-align: center;
}
/* line 194, ../_sass/store-hanbai.scss */
section.quality li img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/**
 * コメ兵とは 写真＋キャッチコピー＋ボタン
 */
/* line 204, ../_sass/store-hanbai.scss */
section.main-cover.komehyo {
  position: relative;
  background: none;
  padding: 0;
}
/* line 209, ../_sass/store-hanbai.scss */
section.main-cover.komehyo > h2 {
  margin: 0;
  padding: 10px 0;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  background-color: #00418b;
}
@media screen and (min-width: 768px) {
  /* line 209, ../_sass/store-hanbai.scss */
  section.main-cover.komehyo > h2 {
    position: absolute;
    top: 35%;
    left: 60px;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  /* line 209, ../_sass/store-hanbai.scss */
  section.main-cover.komehyo > h2 {
    font-size: 3.2rem;
    letter-spacing: 8px;
  }
}
/* line 233, ../_sass/store-hanbai.scss */
section.main-cover.komehyo > a {
  position: absolute;
  display: block;
  letter-spacing: 1px;
  font-size: 1.4rem;
  padding: 10px 30px;
  top: 48%;
  left: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 233, ../_sass/store-hanbai.scss */
  section.main-cover.komehyo > a {
    top: 55%;
    left: 60px;
  }
}

/**
 * ページ下部バナー
 */
/* line 256, ../_sass/store-hanbai.scss */
section.bottom-banner li {
  margin-bottom: 15px;
}
/* line 258, ../_sass/store-hanbai.scss */
section.bottom-banner li img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
}

/*# sourceMappingURL=store-hanbai.css.map */
