/* homepage banner */
.banner-webshop{
  padding: 15px 30px;
  border: 2px solid #B81940;
  margin-bottom: 20px;
}
.banner-webshop .tit-banner{
  font-size: 18px;
  color:#B81940;
  font-weight: bold;
  margin-left: -10px;
}
.banner-webshop .detail-banner{
  margin-top: 20px;
}
.banner-webshop .detail-banner p + p{
  margin-top: 20px;
}
.contents3-2 {
  background-color: #1b0c09;
  padding: 60px 40px 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  font-weight: bold;
  box-sizing: border-box;
}
.contents3-2 .item .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.contents3-2 .item .thumb img {
  vertical-align: middle;
}

.contents3-2 .item .product-name {
  font-size: 21px;
  color: #f8b245;
  margin: 20px 0 0 0;
}

.contents3-2 .item .price {
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}

.contents3-2 .item .price .tax {
  font-size: 14px;
}

.contents3-2 .item .btn-orange {
  font-size: 18px;
  text-decoration: none;
  color: #1b0c09;
  padding: 20px 35px;
  background-color: #f8b245;
  text-align: center;
  display: block;
  border-radius: 10px;
  border: 1px solid #f8b245;
  height: auto;
  width: auto;
}

.contents3-2 .item .btn-orange:hover {
  background-color: transparent;
  color: #f8b245;
}
.block-recipe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  padding: 60px 70px 100px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

ul.l-note {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0px;
}

ul.l-note li {
  position: relative;
  padding-left: 10px;
}

ul.l-note li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #f8b245;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.block-recipe img {
  vertical-align: middle;
}
.block-recipe img:hover {
  opacity: 0.8;
}
a.btn-agodashi {
  display: block !important;
  max-width: 720px;
  margin-bottom: 40px;
}

a.btn-agodashi:hover img {
  opacity: 0.8;
}
.contents2 {
  height: auto !important;
  background-image: none !important;
}
.contents2 img{
  vertical-align: middle;
}
.section-feedback {
  background-image: url(https://gigaplus.makeshop.jp/kitanoace/lp-agodashi-img/ace-agodashi-bg-white.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-section-feedback {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #000;
  padding: 50px 0;
}
.section-feedback p{
  color: #000 !important;
}
.box-tit-img img{
  max-width: 430px;
  width: 100%;
  margin: auto;
  display: block;
}
.wrap-feedback {
    margin-top: 50px;
}
.l-feedback {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
    margin: auto;
}
.item-feedback {
    margin-bottom: 20px;
    border: 1px solid #F9B245;
    padding: 25px;
    background: #fff;
}
.item-feedback:last-child{
  margin-bottom: 0;
}
.item-feedback p{
  text-align: left;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.5;
}
.item-feedback p:last-child{
  margin-bottom: 0;
}
.contents7{
  margin-top: 0 !important;
}
.content-img-1,
.content-img-5{
  width: 100% !important;
}
.content-img-2,
.content-img-3,
.content-img-6{
  width: 100% !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .contents3-2 {
    grid-template-columns: 1fr;
  }
  .block-recipe {
    grid-template-columns: 1fr;
    padding: 60px 35px 100px;
  }

  a.btn-agodashi {
    max-width: 100%;
  }
  .contents3 {
    margin-top: 0px !important;
  }
  .box-tit-img img{
    width: 90%;
  }
  .l-feedback{
    width: 95%;
  }
}
/* end768 */
