#top-tel-area {
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 1.5em;
  margin: 2em auto 2.5em auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  border: solid 1px #999;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top-tel-area {
    padding: 1em;
    margin: 0.5em auto 1.5em auto;
    flex-direction: column;
    box-sizing: border-box;
  }
}
#top-tel-area h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.3em;
  padding-right: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #top-tel-area h2 {
    text-align: center;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
}
#top-tel-area address {
  margin: 0;
}
#top-tel-area address dl {
  color: #666;
  padding: 0 0 0 3.5em;
  margin: 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  background-image: url(https://img21.shop-pro.jp/PA01514/672/etc_base64/aWNvbl90ZWw.png?cmsp_timestamp=20251225231704);
  background-repeat: no-repeat;
  background-size: 2.5em auto;
  background-position: left center;
}
#top-tel-area address dl dt {
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top-tel-area address dl dt {
    font-size: 1.8em;
  }
}
#top-tel-area address dl dd {
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.25em 0 0 0;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top-tel-area address {
    font-size: 0.9em;
  }
}
#top-news-area {
  box-sizing: border-box;
  color: #fff;
  width: 80%;
  padding: 1em 1.5em;
  margin: 5em auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  background-color: var(--buy_color);
  border-radius: 15px;
}
#top-news-area h2 {
  font-size: 1.2em;
  margin: 0;
}
#top-news-area ul {
  list-style: none;
  margin: 0 0 0 2em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
#top-news-area ul li a {
  color: #fff;
}

.top-seller-area {
  box-sizing: border-box;
  text-align: center;
  padding: 1.5em 0;
  margin: 1em auto 2em auto;
  background: #F5EEEE;
  border-radius: 15px;
}
.top-seller-area h2 {
  box-sizing: border-box;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  color: var(--buy_color);
  padding: 0.5em 1em 0.5em 2em;
  margin: 0 auto;
  display: inline-block;
  background-image: url(https://img21.shop-pro.jp/PA01514/672/etc_base64/aWNvbl9iZXN0X3NlbGxlcg.png?cmsp_timestamp=20251218123022);
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .top-seller-area h2 {
    font-size: 1.5em;
  }
}
.top-seller-area ul.productlist_lists {
  padding: 1em;
  margin: 1.5em 0 0 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  overflow: hidden;
  list-style: none;
}
.top-seller-area ul.productlist_lists li {
  box-sizing: border-box;
  font-size: 0.9em;
  text-align: left;
  width: 25%;
  padding: 0 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-seller-area ul.productlist_lists li {
    padding: 0 1.25em;
  }
}
.top-seller-area ul.productlist_lists li img {
  width: 80%;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-seller-area ul.productlist_lists li img {
    width: 100%;
  }
}
.top-seller-area ul.productlist_lists li span.item_price {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .top-seller-area ul.productlist_lists li {
    width: 100%;
    padding: 0;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    justify-content: space-between;
  }
  .top-seller-area ul.productlist_lists li + li {
    margin-top: 1.5em;
  }
  .top-seller-area ul.productlist_lists li .thumb-area {
    width: 25%;
  }
  .top-seller-area ul.productlist_lists li .thumb-area a img {
    width: 100%;
  }
  .top-seller-area ul.productlist_lists li .txt-area {
    width: 70%;
  }
  .top-seller-area ul.productlist_lists li .txt-area .item_name {
    padding-top: 0;
  }
}

#top-recommend-area h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.8em;
  text-align: center;
  width: 100%;
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  font-size: 2.2em;
}
#top-recommend-area h2:before {
  width: 3em;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #6FA400;
  content: "";
}
@media screen and (max-width: 767px) {
  #top-recommend-area h2 {
    font-size: 1.5em;
  }
}
/*# sourceMappingURL=top.css.map */