.information_wrap .information_inner {
  width: 820px;
  margin-inline: auto;
  padding: 20px 0 40px;
}
.information_wrap .breadcrumbs {
  font-weight: 400;
  margin: 0 0 65px;
  color: #666;
}
.information_wrap .breadcrumbs a {
  color: #666;
}
.information_wrap .page_ttl {
  font-size: 43px;
  line-height: 56px;
  margin: 20px 0 40px;
  font-weight: 700;
}

.information_wrap .shouhin_ttl {
  text-align: center;
  border-bottom: 2px solid #BEA050;
  font-size: 43px;
  line-height: 56px;
  padding: 0 0 20px 0;
  margin: 20px 0 40px;
  font-weight: 700;
}


.information_wrap .info_ttl {
  text-align: center;
  background: #EFE8D5;
  height: 90px;
  font-weight: 700;
  font-size: 43px;
  padding: 20px 0 0;
  margin: 0 0 42px;
  color: #1A1A1A;
}
.information_wrap .info_ttl + .info_block .info_sub:nth-of-type(1) {
  margin-top: 80px;
}
.information_wrap .info_block {
  margin-bottom: 90px;
}
.information_wrap .info_sub {
  border-bottom: 2px solid #BEA050;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0 0 12px;
  color: #1A1A1A;
}
.information_wrap .info_sub::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #BEA050;
}
.information_wrap .info_txt {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.information_wrap .info_txt li {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.information_wrap .info_txt strong {
  font-size: 25px;
}
.information_wrap .info_txt .link {
  text-decoration: underline;
}

.uservoice_feat {
  width: 680px;
  display: flex;
  margin: 20px auto 33px;
  gap: 16px;
}

.uservoice_feat li {
  color: #fff;
  background: #9B0000;
  height: 46px;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding: 8px 20px;
}


.uservoice_detail {
  width: 820px;
  margin: 4px auto 60px;
  display: flex;
  justify-content: space-between;
}
.uservoice_detail li {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}


.uservoice_image {
    width: 820px;

}

.shouhin_wrap {
  background: #EFE8D5;
  padding: 20px 40px 20px;
  margin:60px 0 60px !important;
}

.shouhin {
  display: flex;
  justify-content: space-between;
  margin:10px 0 20px !important;
}

.shouhin .img {
  width:280px;
  position: relative;
}

.shouhin .txt {
  width: 420px;
}
.shouhin .name {
  font-size: 28px;
}
.shouhin .name span {
  display: block;
  font-size: 21px;
  margin-top: 18px;
  font-weight: 400;
  margin: 0px 0px 40px 0px;
}
.shouhin .price {
  font-size: 30px;
  color: #9B0000;
  font-weight: 700;
  margin: 30px 0 40px;
}
.shouhin .price span {
  font-size: 20px;
  font-weight: 400;
}
.shouhin .price i {
  font-style: normal;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-left: 1.8em;
}
.shouhin .desc {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.shouhin .btn {
  background: #9B0000;
  color: #fff;
  width: 420px;
  height: 70px;
  border-radius: 100vh;
  margin: 40px auto 0;
/* ここから変更 */
  display: flex;
  justify-content: center; /* 左右の中央揃え */
  align-items: center;     /* 上下の中央揃え */
  /* padding: 20px 0 0 60px; ← これは削除します */
  /* ここまで変更 */
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
}
.shouhin .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}

.shouhin .btn2 {
  background: #42210B;
  color: #fff;
  width: 380px;
  height: 70px;
  border-radius: 100vh;
  margin: 60px auto 0;
  display: block;
  font-size: 22px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 60px;
  font-weight: 700;
  position: relative;
}
.shouhin .btn2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}

.step-list li{
    border-bottom: 1px solid #BEA050;
    padding: .5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.mgr-10{
    margin-right : 10px;
    font-weight: bold;
    color: #BEA050;
    font-size: 24px;
}


.information_wrap .ingredient-grid {
  padding-top: 16px; !important;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 均等な幅で2列にする */
  column-gap: 40px; /* 左右の列の間の余白（中央の空きスペース） */
  row-gap: 15px;    /* 上下の行の間の余白 */
}

.information_wrap .ingredient-grid .list-item {
  display: flex;
  justify-content: space-between; /* 左右に振り分ける */
  align-items: flex-end; /* 文字を下揃えにする */
  padding-bottom: 10px; !important;
  border-bottom: 1px solid #BEA050;
}

