.goods_outer {
  background-image: url(../img/common/line.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 30px auto;
}

.goods_outer_2 {
  background-image: url(../img/common/line.png),url(../img/common/line.png);
  background-position: top center,bottom center;
  background-repeat: repeat-x;
  background-size: 30px auto;
}

.goods_content {
  width: 100%;
  padding: 8rem 0 5rem;
}

.goods_content:last-child {
  padding: 8rem 0 8rem;
}

.goods_h {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0 1.2rem;
  background-color: #d14a4a;
}

.goods_item {
  width: 5%;
}

.goods_h p {
  padding: 0 1.5rem ;
  margin: 0 0 1rem;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e2cc8d;
  font-size: 26px;
  text-decoration: none;
  line-height: 1.4;
}

.goods_header {
  position: relative;
  width: 40%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/frame.png);
  background-size: 100%  auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.goods_header::before {
  content: "";
  display: block;
  padding-top: 21%; 
}

.goods_header-2 {
  position: relative;
  width: 40%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/frame_2.png);
  background-size: 100%  auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.goods_header-2::before {
  content: "";
  display: block;
  padding-top: 21%; 
}

.goods_header p {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 22px;
}

.goods_header p.ts {
  font-size: 18px;
}

.goods {
  width: 90%;
  margin: 0 auto 4rem;
}

.goods_cs {
  margin: 0 auto;
}

.swiper-outer {
  margin: 0 0 4rem;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/common/arrow_left.png);
  content: "" !important;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/common/arrow_right.png);
  content: "" !important;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  
  .goods_outer {
    background-size: 25px auto;
  }
  
  .goods_outer_2 {
    background-size: 25px auto;
  }
  
  .goods_content {
    padding: 6rem 0 3rem;
  }
  
  .goods_content:last-child {
    padding: 6rem 0 6rem;
  }
  
  .goods_h {
    padding: 1.8rem 0 .8rem;
    background-color: #d14a4a;
  }
  
  .goods_item {
    width: 10%;
  }
  
  .goods_h p {
    padding: 0 .5rem ;
    margin: 0 0 1rem;
    font-size: 4.8vw;
  }
  
  .goods_bg {
    background-image: url(../img/common/sp_bg_2.png);
    background-size: 100% auto;
    background-position: top left;
    background-color: #f7f5f0;
  }
  
  .goods_header {
    width: 80%;
    margin: 0 auto 2rem;
  }
  
  .goods_header p {
    font-size: 5vw;
  }
  
  .goods_header p.ts {
    font-size: 4.2vw;
  }
  
  .goods {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .goods_cs {
    margin: 0 auto;
  }
  
  .swiper-outer {
    margin: 0 0 2rem;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    padding: 10px 0 0;
    height: 20px !important;
    width: 20px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px !important;
    margin: auto;
    width: 20px !important;
  }

}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .goods_bg {
    background-image: url(../img/common/bg_2_l.png),url(../img/common/bg_2_r.png);
    background-size: 28% auto;
    background-position: top left, top right;
    background-repeat: repeat-y;
    background-color: #f7f5f0;
  }
}


@media screen and (min-width: 1025px) {
  .goods_bg {
    background-image: url(../img/common/bg_2_l.png),url(../img/common/bg_2_r.png);
    background-size: 28% auto;
    background-position: top left, top right;
    background-repeat: repeat-y;
    background-color: #f7f5f0;
  }
}