.swiper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.swiper-slide {
  padding: 0 15px 30px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
@media (max-width: 750px) {
#header .logo-info span {
  display: none;
}
.swiper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.swiper-slide {
  padding: 0 5px 30px;
}
}




@media (max-width: 768px) {
#main {
  padding-top: 0;
}
#main .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#main .item_box {
  width: 25%;
  margin: 0;
  padding: 10px;
}
}
@media (max-width: 768px) {
#main .item_box {
  width: 50%;
}
}
#main .more_items { 
 margin-left: auto;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #3F5B2A;
   border-radius: 100vh;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

/*インフォメーション一覧*/
#box_news {
  font-size: 0.9em;
  background-color: #f4f4bd;
  border: 1px solid #e9dbbe;
  border-radius: 5px;
  padding: 1rem 1.5rem 1rem;
  margin-bottom: 40px;
}
#box_news h2 {
  font-weight: normal;
  text-align: center;
}
#box_news ul li div{
  padding: 0.7em 0 0.5em;
  text-align: left;
}
.box_default ul li div p{
  line-height : 1.6;
}
#box_news  p.news_date{
  float: left;
  width: 120px;
}
#box_news a{
  text-decoration: underline;
}
#box_news .more-btn{
  padding: 1.5rem;
  text-align:center;
}
#box_news .more-btn:hover{
  cursor: pointer;
}
@media (max-width: 768px) {
#box_news {
  width: 95%;
  margin: 0 auto 40px;
}
#box_news ul li div{
  padding: 0.4em 0 0.3em;
}
#main #box_news  p.news_date{
  display: block;
  width: 100%;
}
#box_news  p.news_message{
  line-height: 18px;
  font-size: 0.9em;
  display: block;
  width: 100%;
}
#box_news .more-btn{
  padding: 1rem 0 0.3rem;
}
}

/*売れ筋ランキング*/
#box_sellers {
  width: 100%;
}
#box_sellers ul{
  display: flex;
  flex-wrap: nowrap;
}
#box_sellers ul li{
  position: relative;
  width: 20%;
  padding: 2rem 0.5rem 0.7rem;
}
#box_sellers .top_seller:before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 0.8em;
  margin-bottom: 5px;
}
#box_sellers .seller_teika{
  font-size: 0.9em;
  font-weight: bold;
  color: #3d3935;
  text-align: right;
}
@media (max-width: 768px) {
.scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.scroll li {
  display: inline-block;
  height: auto;
  width: 150px;
}
.scroll li img{
  width: 150px;
}
#box_sellers ul li{
  width: auto;
}
.scroll .seller_name{
  width: 150px;
  white-space: normal;
}
}

/*おすすめ商品*/
@media (max-width: 768px) {
.item_box {
  margin: 0 0 10px 0;
  padding: 0 2.5px;
  width: 50%;
}
}

/*商品カテゴリ*/
#box_category_main {
  margin-bottom: 40px;
}
#box_category_main  ul {
  display: flex;
  flex-wrap: wrap;
}
#box_category_main  ul li {
  width: 33.3%;
  padding: 0 0.5rem;
}
#box_category_main .btn {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.9rem 0;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: 1px solid #bbb;
}
#box_category_main .btn span{
  color: #4a4a4a;
}  
@media (max-width: 768px) {
#box_category_main  ul li {
  width: 50%;
  padding: 0 0.3rm;
}
}

/*バナー大小*/
#main .box_bn {
  display: block;
}
.box_bn img {
  width: 100%;
  margin: 0.5rem 0;
}
.bn_s ul {
  display: flex;
  flex-wrap: wrap;
}
.bn_s ul li {
  width: 50%;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
.bn_s ul {
  display: block;
}
.bn_s ul li {
  width: 100%;
  padding: 0;
}
}
/*特集*/
#box_gift {
  background: #f6f6f4;
  padding: 0.5rem;
  margin-bottom: 40px;
}
#box_gift ul {
  display: flex;
  flex-wrap: wrap;
}
#box_gift ul li{
  width: 25%;
  padding: 0 0.3rem;
}

@media (max-width: 768px) {
#box_gift ul li{
  width: 50%;
}
}

/*ご愛用者の声*/
#loyal_user a{
  margin: 15px 0;
  display: block;
}
#loyal_user ul{
  display: flex;
  align-items: center;
}
#loyal_user li:first-child{
 width: 50%;
  padding-right: 25px;
}
#loyal_user li:first-child img{
border-radius: 15px;
}
.shop_name {
  color: #67a538;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
#loyal_user p {
  margin-bottom: 15px;
}
#loyal_user .more{
  text-decoration: underline;
}
@media (max-width: 768px) {
#loyal_user ul{
  display: block;
}
#loyal_user li:first-child{
  width: 100%;
  padding-right: 0;
  padding-bottom: 25px;
}
#loyal_user a{
  margin: 25px 0;
}
}


/*20231226 info下注意喚起*/
.top_caution {
  margin-top: -40px;
  padding-top: 5px;
}

.top_caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: brown;
  text-decoration:underline;
  height: 40px;
  width: 50%;
  margin: 3px 0 20px 0;
  padding: 10px;
  position: relative;
}

.top_caution a:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media (max-width: 768px) {
.top_caution a {
  width: 95%;
  font-size: 0.8em;
}
.top_caution a::before {
  left: 5px;
}
}

/*20240307 h2*/
#top_area .title h2 {
  padding: 0.5em;/*文字周りの余白*/
  background: #f8fef2;/*背景色*/
  border-left: solid 4px #67a538;/*左線（実線 太さ 色）*/
  text-align: left;
  font-weight: bold;
  font-size: 1.17em;
  margin-bottom: 10px;
}

