@charset 'UTF-8';

/*----------------------
main
----------------------*/
.buy_mv_sub {
  background-image: url(../img/buy/buy_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
}
.buy_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52.8%;
}

.buy_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.buy_main_title img {
  margin: 0 auto;
  max-width: 107px;
  padding-top: 48px;
  width: 28.5%;
}
.buy_shop_img {
  background-image: url(../img/buy/buy_shop_photo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42.133333333333333vw;
  margin-top: 39px;
}
.buy_main_text {
  margin: 38px auto 0;
  max-width: 239px;
  width: 71%;
}
.buy_main_desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 47px;
}
.buy_goods {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-top: 26px;
  padding: 20px;
}
.buy_goods_img {
  margin-right: 15px;
  width: 106px;
}
.buy_goods_text {
  width: calc(100% - 121px);
}
.buy_goods_title {
  background: #896884;
  padding: 8px 18px;
}
.buy_goods_title img {
  width: 103px;
}
.buy_goods_desc {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 9px;
}

.buy_item_yasai {
  padding-top: 47px;
}
.buy_item {
  background: #fff;
  border-radius: 10px;
  margin-top: 17px;
}
.item_yasai {
  background-image: url(../img/buy/buy_yasai_bg.png);
  background-position: right 0 top ;
  background-repeat: no-repeat;
  background-size: 43% auto;
}
.buy_item_title img {
  margin: 0 auto;
  max-width: 123px;
  padding: 33px 0;
  text-align: center;
  width: 38%;
}
.buy_item_text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.buy_item_desc {
  padding: 0 20px 20px;
}
.buy_item_desc img {
  margin: 23px auto 0;
  width: 315px;
}


.item_niku {
  background-image: url(../img/buy/buy_niku_bg.png);
  background-position: right 0 top ;
  background-repeat: no-repeat;
  background-size: 43% auto;
}
.item_kakouhin {
  background-image: url(../img/buy/buy_kakouhin_bg.png);
  background-position: right 0 top ;
  background-repeat: no-repeat;
  background-size: 43% auto;
}
.item_omiyage {
  background-image: url(../img/buy/buy_omiyage_bg.png);
  background-position: right 0 top ;
  background-repeat: no-repeat;
  background-size: 43% auto;
}
