@charset "UTF-8";

:root {
  --fz-10: 10px;
  --fz-11: 11px;
  --fz-12: 12px;
  --fz-13: 13px;
  --fz-14: 14px;
  --fz-15: 15px;
  --fz-16: 16px;
  --fz-17: 17px;
  --fz-18: 18px;
  --fz-19: 19px;
  --fz-20: 20px;
  --fz-21: 21px;
  --fz-22: 22px;
  --fz-23: 23px;
  --fz-25: 25px;
  --fz-28: 28px;
  --fz-32: 32px;
  --base-width-sp: 390;
  --base-width-pc: 1920;
  --full-width: 100%;
}

@media (min-width: 376px) and (max-width: 800px) {
  :root {
    --fz-10: 2.66vw;
    --fz-11: 2.93vw;
    --fz-12: 3.2vw;
    --fz-13: 3.73vw;
    --fz-14: 3.73vw;
    --fz-15: 4vw;
    --fz-16: 4.26vw;
    --fz-17: 4.53vw;
    --fz-18: 4.8vw;
    --fz-19: 5vw;
    --fz-20: 5.33vw;
    --fz-21: 5.6vw;
    --fz-22: 5.86vw;
    --fz-23: 6.13vw;
    --fz-25: 6.66vw;
    --fz-28: 7.46vw;
    --fz-32: 8.53vw;
  }
}

#mizudashi02-herb {
  color: #464646;
  font-size: 14px;
  font-size: var(--fz-14);
  line-height: 1.68;
  background: #E3E5EF;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#mizudashi02-herb a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #44342c;
}

#mizudashi02-herb .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 774px;
  margin: 0 auto;
}

#mizudashi02-herb #contents {
  background-color: #fff;
}

#mizudashi02-herb h1,
#mizudashi02-herb h2,
#mizudashi02-herb h3,
#mizudashi02-herb h4 {
  padding: unset;
  margin: unset;
}

#mizudashi02-herb img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* 商品コンテンツ（汎用要素）
---------------------------------- */
/* スライダー要素 */
#mizudashi02-herb .swiper {
  padding-right: 40px;
  padding-left: 20px;
  padding-bottom: 32px;
  margin-bottom: 27px;
}

#mizudashi02-herb .swiper-pagination {
  bottom: 0 !important;
}

#mizudashi02-herb .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 13px;
}

#mizudashi02-herb .swiper-pagination-bullet-active {
  background: #44342c;
}

#mizudashi02-herb .swiper-button-prev,
#mizudashi02-herb .swiper-button-next {
  background-size: 100%;
  height: 54px;
  width: 34px;
}

#mizudashi02-herb .swiper-button-prev {
  left: 0;
  rotate: 180deg;
}

#mizudashi02-herb .swiper-button-next {
  right: 0;
}

#mizudashi02-herb .swiper-button-prev::after,
#mizudashi02-herb .swiper-button-next::after {
  content: none;
}

#mizudashi02-herb .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

/* 商品選択 */
#mizudashi02-herb .item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5.3333333333% 60px;
  padding: 18px 6.9333333333% 14px;
}

#mizudashi02-herb .item .item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  letter-spacing: 0;
}

#mizudashi02-herb .item .item-detail-amount {
  font-size: var(--fz-15);
  letter-spacing: -0.02em;
}

#mizudashi02-herb .item .item-detail-price {
  font-size: var(--fz-20);
}

#mizudashi02-herb .item .item-detail-price-tax {
  font-size: var(--fz-12);
}

#mizudashi02-herb .item h3 {
  font-size: var(--fz-18);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

#mizudashi02-herb .item .number-change {
  font-size: var(--fz-13);
  font-weight: bold;
  letter-spacing: 0;
}

#mizudashi02-herb .item .caution {
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 0 25px;
}

#mizudashi02-herb .item--list {
  margin-bottom: 9px;
}

#mizudashi02-herb .item--list li {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

#mizudashi02-herb .item--list li .content {
  margin-bottom: 2px;
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.2;
}

#mizudashi02-herb .item--list li .content span {
  margin-bottom: 3px;
  font-size: var(--fz-11);
  letter-spacing: 0.01em;
}

#mizudashi02-herb .item--list li .price {
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -1px;
  white-space: nowrap;
}

#mizudashi02-herb .item--list li .price span {
  font-size: var(--fz-13);
  letter-spacing: 0.01em;
  display: inline-block;
  white-space: nowrap;
}

#mizudashi02-herb .item-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

#mizudashi02-herb .item-set-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

#mizudashi02-herb .item-set-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mizudashi02-herb .item-set-img-label {
  background-color: #45B6D5;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: var(--fz-16);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  padding-block: 4px 2px;
  min-width: 85px;
}

#mizudashi02-herb .item-set-img-name {
  font-size: var(--fz-16);
  font-weight: bold;
  line-height: 1.125;
}

#mizudashi02-herb .item-set-txt {
  font-size: var(--fz-13);
  letter-spacing: -0.04em;
  line-height: 1.385;
}

#mizudashi02-herb .item-set-list {
  font-size: var(--fz-14);
  letter-spacing: -0.04em;
  line-height: 1.286;
}

#mizudashi02-herb .item-set-main {
  border-color: #2AB7B3;
  border-style: solid;
  border-width: 1px 0;
  padding-block: 12px 11px;
}

#mizudashi02-herb .item-set-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 15px;
}

#mizudashi02-herb .item-set-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}

#mizudashi02-herb .item-set-price-ttl {
  color: #FF848E;
  font-size: var(--fz-17);
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .item-set-price-after-num {
  font-size: var(--fz-22);
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .item-set-price-after-tax {
  font-size: var(--fz-12);
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .item-set-price-before {
  position: relative;
}

#mizudashi02-herb .item-set-price-before::before {
  content: "";
  background-color: #464646;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

#mizudashi02-herb .item-set-price-before-num {
  font-size: var(--fz-13);
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .item-set-price-before-tax {
  font-size: var(--fz-10);
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .item-set-price-label {
  background-color: #FF848E;
  border-radius: 9px;
  color: #fff;
  font-size: var(--fz-11);
  padding-inline: 6px;
}

/* 数量変更 */
#mizudashi02-herb .qty-area {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

#mizudashi02-herb .qty {
  margin-inline: 16px 10px;
}

#mizudashi02-herb .qty-area select {
  color: #44342c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 33px;
  min-width: 67px;
  max-width: 205px;
  line-height: 1.1;
  border: 1px solid #969696;
  border-radius: 5px;
  padding: 0 36px 0 11px;
  background: #fff url(../../../img/usr/common/icon_select.png) no-repeat top 15px right 12px/12px;
}

/* お気に入りボタン */
#mizudashi02-herb .bookmark.hide {
  display: none;
}

#mizudashi02-herb .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

#mizudashi02-herb .bookmark i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/usr/freepage/mizudashi02-herb/icon_bookmark_off.png") no-repeat center/100%;
}

#mizudashi02-herb .bookmark .js-cancel-modal i:before {
  background: url("/img/usr/freepage/mizudashi02-herb/icon_bookmark.png") no-repeat center/100%;
}

#mizudashi02-herb .bookmark.hide i:before {
  content: none;
}

/* おまとめ割対象商品 */
#mizudashi02-herb .omatome {
  letter-spacing: 0;
  font-size: 13px;
}

#mizudashi02-herb .omatome a {
  color: #bb4d59 !important;
}

/* カートに入れるボタン */
#mizudashi02-herb .item .btn-cart {
  margin: 7px 0 10px;
}

#mizudashi02-herb .to-cart02,
#mizudashi02-herb .to-cart-noscript02,
#mizudashi02-herb .to-cart,
#mizudashi02-herb .to-cart-noscript {
  display: block;
  background: #44342c;
  border-radius: 8px;
  line-height: 1;
  padding: 18px 8px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}

#mizudashi02-herb .to-cart02 span,
#mizudashi02-herb .to-cart-noscript02 span,
#mizudashi02-herb .to-cart span,
#mizudashi02-herb .to-cart-noscript span {
  color: #fff;
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: bold;
  letter-spacing: 0.16em;
  padding-left: 34px;
  background: url("/img/usr/freepage/mizudashi02-herb/cart_icon.png") no-repeat 7px 0px/19px;
}

/* なくなり次第終了・〇〇日から販売...など */
#mizudashi02-herb .caution-txt {
  font-size: 13px;
  font-size: var(--fz-13);
  line-height: 1.3;
  margin: 11px 0 4px;
  text-align: left;
}

/* 商品詳細についてはこちら */
#mizudashi02-herb .detail {
  margin-bottom: 7px;
}

#mizudashi02-herb .detail a {
  font-size: 13px;
  font-size: var(--fz-13);
  letter-spacing: 0;
}

/* 原材料に関する注意事項 */
#mizudashi02-herb .caution-content {
  background: #f4f0ec;
  padding: 7px 11px;
  margin: 8px 0 7px;
}

#mizudashi02-herb .caution-content .ttl {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}

#mizudashi02-herb .caution-content .type dt {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

#mizudashi02-herb .caution-content .type dd {
  font-size: 12px;
  font-size: var(--fz-12);
  letter-spacing: 0.04em;
  line-height: 1.33;
}

#mizudashi02-herb .caution-content .type dd .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.03em;
}

#mizudashi02-herb .caution-content .type dd .indent2 {
  display: block;
  padding-left: 1em;
  text-indent: -0.6em;
  letter-spacing: 0.03em;
}

#mizudashi02-herb .caution-content .type:nth-of-type(n+2) {
  margin-top: 5px;
}

/* 配達について・ご購入の前にかならずご確認ください */
#mizudashi02-herb .about-nekopos {
  margin: 15px 0 0;
}

#mizudashi02-herb .surely-read {
  position: relative;
  padding: 8px 10px 7px 12px;
  background: #fff;
  border: 1px solid #43342C;
}

#mizudashi02-herb .surely-read+.surely-read {
  margin-top: 12px;
}

#mizudashi02-herb .surely-read ul {
  display: none;
  padding: 10px 0;
}

#mizudashi02-herb .surely-read li {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 2px 0;
  padding-left: 7px;
  text-indent: -7px;
}

#mizudashi02-herb .surely-read li.nekopos {
  padding-left: 0;
  text-indent: 0;
}

#mizudashi02-herb .surely-read li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#mizudashi02-herb .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  background: #464646;
  margin-left: auto;
}

#mizudashi02-herb .surely-read .btn-acd::before,
#mizudashi02-herb .surely-read .btn-acd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #fff;
}

#mizudashi02-herb .surely-read .btn-acd::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#mizudashi02-herb .surely-read .btn-acd.open::after {
  opacity: 0;
}

#mizudashi02-herb .surely-read .surely-read--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: var(--fz-13);
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: left;
}

/* 左メニュー
---------------------------------- */
#mizudashi02-herb #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  padding-top: 42px;
  margin-right: 43px;
  width: 356px;
}

#mizudashi02-herb #leftmenu a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#mizudashi02-herb #leftmenu a:hover {
  opacity: 0.7;
}

#mizudashi02-herb #leftmenu .leftmenu-ttl {
  margin-bottom: 10px;
}

#mizudashi02-herb #leftmenu .leftmenu-link-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 43px;
}

#mizudashi02-herb #leftmenu .leftmenu-link-panel,
#mizudashi02-herb #leftmenu .leftmenu-link-panel2 {
  display: block;
}

#mizudashi02-herb #leftmenu .leftmenu-link-panel img {
  border-radius: 8px;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
}

#mizudashi02-herb #leftmenu .leftmenu-link-txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
}

#mizudashi02-herb #leftmenu .leftmenu-link-txt {
  color: #485293;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 22px;
  padding-left: 14px;
  position: relative;
}

#mizudashi02-herb #leftmenu .leftmenu-link-txt::after {
  content: "";
  background-image: url("/img/usr/freepage/mizudashi02-herb/pc_arrow.png");
  background-size: 100%;
  height: 8px;
  width: 11px;
  position: absolute;
  top: calc(50% + 4px);
  right: 7px;
}

#mizudashi02-herb #leftmenu .leftmenu-link-txts>li:nth-of-type(3) .leftmenu-link-txt::after,
#mizudashi02-herb #leftmenu .leftmenu-link-txts>li:nth-of-type(4) .leftmenu-link-txt::after {
  top: calc(50% - 3px);
}

#mizudashi02-herb #leftmenu .leftmenu-link-txt-main {
  font-size: 16px;
  font-weight: bold;
}

#mizudashi02-herb #leftmenu .leftmenu-link-txt-sub {
  font-size: 13px;
}

#mizudashi02-herb #leftmenu .icon-limited {
  color: #fff;
  font-size: var(--fz-11);
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #45B6D5;
  border-radius: 5px;
  padding: 4px 5px 3px;
}

@media only screen and (max-width: 800px) {
  #mizudashi02-herb .inner {
    display: block;
    width: 100%;
  }

  #mizudashi02-herb #leftmenu {
    display: none;
  }

  #mizudashi02-herb #contents {
    margin: 0 auto;
  }

  #mizudashi02-herb .to-cart {
    padding: 4vw 0 3.8vw;
  }

  #mizudashi02-herb .qty select {
    width: 19vw;
  }

  #mizudashi02-herb .bookmark a {
    width: 6.6vw;
    height: 6.6vw;
  }
}

@media (min-width: 376px) and (max-width: 800px) {
  #mizudashi02-herb {
    padding: 0;
  }

  #mizudashi02-herb #contents {
    width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  #mizudashi02-herb {
    padding: 42px 0 40px;
  }

  #mizudashi02-herb #contents {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    width: 375px;
  }
}

/* 各商品毎の指定（固有）
---------------------------------- */
#mizudashi02-herb #contents {
  background-color: #D0EDF5;
  background-image: url("/img/usr/freepage/mizudashi02-herb/main_bg.png");
  background-position: 0 466px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#mizudashi02-herb .intro {
  padding-top: 14px;
  position: relative;
}

#mizudashi02-herb .intro::after {
  content: "";
  background-image: url("/img/usr/freepage/mizudashi02-herb/main_bg_figure.png");
  background-size: 100%;
  height: 235px;
  width: 87px;
  position: absolute;
  top: -47px;
  right: 0;
}

#mizudashi02-herb .intro-lead {
  color: #485293;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  font-size: var(--fz-15);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.733;
  text-align: center;
  margin-bottom: 45px;
}

#mizudashi02-herb .intro-lead-hl {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #FFE232), to(#FFE232));
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #FFE232 70%, #FFE232 100%);
}

#mizudashi02-herb .intro-points {
  margin-inline: auto;
  margin-bottom: 57px;
  width: 93.3333333333%;
}

#mizudashi02-herb .lineup {
  padding-inline: 5.3333333333%;
}

#mizudashi02-herb .lineup-ttl {
  height: 25px;
  width: 96px;
  margin-inline: auto;
  margin-bottom: 11px;
}

#mizudashi02-herb .lineup-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 15px;
}

#mizudashi02-herb .lineup-panel-list>.col1 {
  width: 100%;
}

#mizudashi02-herb .lineup-panel-list>.col2 {
  width: calc((100% - 15px) / 2);
}

#mizudashi02-herb .lineup-panel {
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
}

#mizudashi02-herb .sec>*:last-child {
  margin-bottom: 0;
}

#mizudashi02-herb .sec01 {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec01_bg_bottom.jpg");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-block: 39px 80px;
}

#mizudashi02-herb .sec01-slider {
  margin-top: -25px;
}

#mizudashi02-herb .sec01-slider .swiper-button-prev,
#mizudashi02-herb .sec01-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec01_slide_next.png");
}

#mizudashi02-herb .sec01 .item h3 {
  color: #485293;
}

#mizudashi02-herb .sec01 .item .to-cart {
  background-color: #F97941;
}

#mizudashi02-herb .arrange {
  padding-inline: 11.4666666667%;
}

#mizudashi02-herb .arrange-ttl {
  margin-bottom: 6px;
}

#mizudashi02-herb .arrange-author {
  font-size: var(--fz-15);
  letter-spacing: 0;
  margin-bottom: 14px;
}

#mizudashi02-herb .arrange-img {
  margin-bottom: 14px;
}

#mizudashi02-herb .arrange-txt {
  font-size: var(--fz-15);
  letter-spacing: 0;
  line-height: 1.556;
}

#mizudashi02-herb .sec02 {
  background-color: #fff;
  padding-block: 40px;
}

#mizudashi02-herb .step-acd {
  background-color: #45B6D5;
  color: #fff;
  margin-inline: 5.3333333333%;
}

#mizudashi02-herb .step-acd-btn {
  all: unset;
  outline: revert;
  cursor: pointer;
  display: block;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-browse-mode=P] #mizudashi02-herb .step-acd-btn:hover {
  opacity: 0.7;
}

#mizudashi02-herb .step-acd-content {
  padding: 12px 8.3582089552% 27px;
}

#mizudashi02-herb .step-acd-lead {
  font-size: var(--fz-14);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#mizudashi02-herb .step-acd-steps {
  margin-bottom: 15px;
}

#mizudashi02-herb .step-acd-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-block: 12px;
}

#mizudashi02-herb .step-acd-step+.step-acd-step {
  border-top: 1px solid #fff;
}

#mizudashi02-herb .step-acd-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mizudashi02-herb .step-acd-step:nth-child(1) .step-acd-img {
  width: 113px;
}

#mizudashi02-herb .step-acd-step:nth-child(2) .step-acd-img {
  width: 102px;
}

#mizudashi02-herb .step-acd-step:nth-child(3) .step-acd-img {
  width: 117px;
}

#mizudashi02-herb .step-acd-step:nth-child(4) .step-acd-img {
  width: 64px;
}

#mizudashi02-herb .step-acd-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: var(--fz-14);
  line-height: 1.786;
}

#mizudashi02-herb .step-acd-txt-hl {
  border-bottom: 1px solid #fff;
}

#mizudashi02-herb .step-acd-note {
  font-size: var(--fz-13);
  line-height: 1;
}

#mizudashi02-herb .step-acd-close {
  all: unset;
  outline: revert;
  cursor: pointer;
  display: block;
  margin-inline: auto;
  margin-top: 23px;
  width: 37px;
}

#mizudashi02-herb .step-acd-summary {
  position: relative;
  padding: 10px;
  border: 2px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  margin-bottom: 15px;
}

#mizudashi02-herb .step-acd-summary-lead {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  font-size: var(--fz-12);
  background: #45B6D5;
  padding-inline: 10px;
  min-width: 140px;
  white-space: nowrap;
}

@media (min-width: 376px) and (max-width: 800px) {
  #mizudashi02-herb .step-acd-summary-lead {
    top: -2.6666666667vw;
  }
}

#mizudashi02-herb .step-acd-summary p {
  font-size: var(--fz-14);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

#mizudashi02-herb .sec03-slider .swiper-button-prev,
#mizudashi02-herb .sec03-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec03_slide_next.png");
}

#mizudashi02-herb .sec03-slider .swiper-slide {
  height: auto;
}

#mizudashi02-herb .sec03-slider .swiper-slide>* {
  height: 100%;
}

#mizudashi02-herb .sec03 .item {
  border: 2px solid #4D8899;
  border-radius: 12px;
  padding: 18px 15px 14px;
  margin-inline: unset;
  margin-bottom: 0;
}

#mizudashi02-herb .sec04 {
  background-color: #F2F1BD;
  padding-bottom: 28px;
}

#mizudashi02-herb .sec04-slider .swiper-button-prev,
#mizudashi02-herb .sec04-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec04_slide_next.png");
}

#mizudashi02-herb .sec05 {
  background-color: #FFE6E6;
  padding-bottom: 28px;
}

#mizudashi02-herb .sec05-slider .swiper-button-prev,
#mizudashi02-herb .sec05-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec05_slide_next.png");
}

#mizudashi02-herb .sec06 {
  background-color: #E7DBD0;
  padding-bottom: 28px;
}

#mizudashi02-herb .sec06-slider .swiper-button-prev,
#mizudashi02-herb .sec06-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec06_slide_next.png");
}

#mizudashi02-herb .sec07 {
  background-color: #D0EDF5;
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec07_bg_top.jpg"), url("/img/usr/freepage/mizudashi02-herb/sec07_bg_bottom.jpg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding-block: 46px 89px;
  padding-inline: 5.3333333333%;
  position: relative;
}

#mizudashi02-herb .sec07::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mizudashi02-herb .sec07-ttl {
  margin-bottom: 30px;
}

#mizudashi02-herb .situation {
  margin-bottom: 60px;
}

#mizudashi02-herb .situation>*:last-child {
  margin-bottom: 0;
}

#mizudashi02-herb .situation-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

#mizudashi02-herb .situation-note {
  font-size: var(--fz-13);
  letter-spacing: -0.02em;
  line-height: 1.538;
}

#mizudashi02-herb .sec08 {
  background-color: #fff;
  padding-bottom: 27px;
}

#mizudashi02-herb .sec08 h2 {
  margin-bottom: 16px;
}

#mizudashi02-herb .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-inline: 4% 0;
  margin-bottom: 23px;
}

#mizudashi02-herb .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mizudashi02-herb .cart-item-head {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  width: 27%;
  position: relative;
}

#mizudashi02-herb .cart-item-body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 70%;
}

#mizudashi02-herb .cart-item-new {
  height: 22px;
  width: 37px;
  margin-bottom: 7px;
}

#mizudashi02-herb .cart-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
}

#mizudashi02-herb .cart-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
  line-height: 1;
}

#mizudashi02-herb .cart-item-name-main {
  font-size: var(--fz-17);
  letter-spacing: 0;
}

#mizudashi02-herb .cart-item-name-sub {
  font-size: var(--fz-14);
}

#mizudashi02-herb .cart-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

#mizudashi02-herb .cart-item-price-main {
  font-size: var(--fz-19);
}

#mizudashi02-herb .cart-item-price-sub {
  font-size: var(--fz-13);
}

#mizudashi02-herb .cart-item-link {
  margin-bottom: 4px;
}

#mizudashi02-herb .cart-item-link a {
  color: #2AB7B3;
  font-size: var(--fz-12);
}

#mizudashi02-herb .cart-item:nth-child(1) .cart-item-img {
  width: 48px;
}

#mizudashi02-herb .cart-item:nth-child(1) .cart-item-img-txt {
  height: 48px;
  width: 93px;
  max-width: unset;
  position: absolute;
  top: -55px;
  left: -6px;
}

#mizudashi02-herb .cart-item:nth-child(2) .cart-item-img {
  width: 51px;
}

#mizudashi02-herb .cart-item:nth-child(3) .cart-item-img {
  width: 61px;
}

#mizudashi02-herb .material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mizudashi02-herb .material-lead {
  color: #45332C;
  font-size: var(--fz-13);
}

#mizudashi02-herb .material-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}

#mizudashi02-herb .material-label {
  border: 1px solid #2E2E2E;
  color: #44342C;
  font-size: var(--fz-13);
  line-height: 1;
  padding: 2px 4px;
}

#mizudashi02-herb .sec09-slider .swiper-button-prev,
#mizudashi02-herb .sec09-slider .swiper-button-next {
  background-image: url("/img/usr/freepage/mizudashi02-herb/sec03_slide_next.png");
}

#mizudashi02-herb .sec09-slider .swiper-slide {
  height: auto;
}

#mizudashi02-herb .sec09-slider .swiper-slide>* {
  height: 100%;
}

#mizudashi02-herb .sec09 .item {
  border: 2px solid #4D8899;
  border-radius: 12px;
  padding: 18px 15px 14px;
  margin-inline: unset;
  margin-bottom: 0;
}

@media (max-width: 360px) {
  #mizudashi02-herb .cart-items {
    margin-inline: 12px;
  }

  #mizudashi02-herb .cart-item-head {
    width: 28%;
  }

  #mizudashi02-herb .cart-item-body {
    width: 69%;
  }

  #mizudashi02-herb .cart-item-name {
    gap: 3px;
  }

  #mizudashi02-herb .cart-item-name-main {
    font-size: var(--fz-16);
  }

  #mizudashi02-herb .cart-item-name-sub {
    font-size: var(--fz-12);
  }

  #mizudashi02-herb .cart-item-price-main {
    font-size: var(--fz-19);
  }

  #mizudashi02-herb .cart-item-price-sub {
    font-size: var(--fz-12);
  }

  #mizudashi02-herb .cart-item-link {
    margin-bottom: 4px;
  }

  #mizudashi02-herb .cart-item-link a {
    font-size: var(--fz-12);
  }
}

#mizudashi02-herb .sec.sec09 {
  padding: 10px 10px 10px;
}

#mizudashi02-herb .sec.sec09 .sec-inner {
  padding: 30px 10px 10px;
  background: #fff;
}

#mizudashi02-herb .sec.sec09 #sub_sec_choice {
  padding: 20px 0;
}

#mizudashi02-herb .sec.sec09 #sub_sec_choice h2.design-title span {
  font-size: var(--fz-24);
  color: #2ab7b3;
}

#mizudashi02-herb .sec.sec09 #sub_sec_choice h2.design-title span::before,
#mizudashi02-herb .sec.sec09 #sub_sec_choice h2.design-title span::after {
  border-color: #2ab7b3;
}

#mizudashi02-herb .sec.sec09 #sub_sec_newitem h2.design-title span {
  font-size: var(--fz-24);
  color: #0080CE;
}

#mizudashi02-herb .sec.sec09 #sub_sec_newitem h2.design-title span::before,
#mizudashi02-herb .sec.sec09 #sub_sec_newitem h2.design-title span::after {
  border-color: #0080CE;
}

#mizudashi02-herb .sec.sec09 .tab-contents-wrap {
  margin: 0 0 15px 0;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab .tab-switch {
  width: calc(50% - 7.5px);
  padding: 10px 0 8px;
  border: #828282 2px solid;
  border-bottom: #fff 2px solid;
  border-radius: 10px 10px 0 0;
  font-size: var(--fz-15);
  font-weight: bold;
  text-align: center;
  color: #828282;
  position: relative;
  bottom: -3px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab .tab-switch.active {
  border: #2bb7b3 2px solid;
  border-bottom: #daeeed 2px solid;
  text-decoration: underline;
  color: #2bb7b3;
  background: #daeeed;
  z-index: 3;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab .tab-switch.tab02.active {
  color: #0080CE;
  border: #0080CE 2px solid;
  border-bottom: #E7ECFC 2px solid;
  background: #E7ECFC;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab .tab-switch span {
  font-size: var(--fz-18);
  text-align: center;
  line-height: 1;
  display: block;
}

#mizudashi02-herb .sec.sec09 .tab-contents-tab .tab-switch:hover {
  text-decoration: underline;
}

#mizudashi02-herb .sec.sec09 .tab-contents {
  padding: 10px 20px;
  border: #2bb7b3 2px solid;
  border-radius: 10px;
  background: #daeeed;
  display: none;
  position: relative;
  z-index: 2;
}

#mizudashi02-herb .sec.sec09 .tab-contents.active {
  display: block;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab01.active {
  display: block;
  border-radius: 0 10px 10px 10px;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02.active {
  display: block;
  border-radius: 10px 0 10px 10px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .image {
  margin: 0 0 15px 0;
}

#mizudashi02-herb .sec.sec09 .tab-contents .catch {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mizudashi02-herb .sec.sec09 .tab-contents .catch .text {
  width: 57%;
  font-size: var(--fz-15);
  font-weight: bold;
  text-align: left;
  color: #2ab7b3;
}

#mizudashi02-herb .sec.sec09 .tab-contents .catch .icon {
  width: 40%;
}

#mizudashi02-herb .sec.sec09 .tab-contents .catch .icon.-single {
  width: 50px;
  height: auto;
}

#mizudashi02-herb .sec.sec09 .tab-contents .goods-name {
  margin: 0 0 10px 0;
  font-size: var(--fz-20);
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.02em;
}

#mizudashi02-herb .sec.sec09 .tab-contents .goods-name .sml {
  margin: 0 0 10px 10px;
  font-size: var(--fz-15);
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-title {
  margin: 0 0 7px;
  font-size: var(--fz-13);
  position: relative;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-title::before {
  content: "";
  width: 100%;
  border-top: #2bb7b3 1px solid;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-title span {
  padding: 0 15px 0 0;
  font-size: var(--fz-13);
  display: inline-block;
  background: #daeeed;
  position: relative;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-items {
  font-size: var(--fz-12);
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list {
  margin: 20px -10px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list .set-item-list-item {
  padding: 0 0 0 5px;
  border-left: #3c3c3c 2px solid;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list-item+.set-item-list-item {
  margin-top: 30px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list .item-top-image {
  width: 40%;
  max-width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mizudashi02-herb .sec.sec09 .tab-contents .set-item-list .item-top-image a img:nth-child(2) {
  width: 92%;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc {
  width: 60%;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc>p {
  font-size: var(--fz-14);
  font-weight: bold;
  line-height: 1.4;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .icon {
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .icon.-double {
  width: auto;
  height: 40px;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .icon.-double img {
  width: auto;
  height: 100%;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .icon.-double {
  top: 13px;
  right: -5px;
}

#mizudashi02-herb .sec.sec09 {
  /* #icedtea-herb
    .tab-contents
    ul.set-item-list
    .set-item-list-item:nth-child(3)
    .item-top-desc
    .icon {
    top: 10px;
  } */
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .special-price dt {
  padding: 0 3px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  font-size: var(--fz-12);
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  background: #2bb7b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .special-price dd {
  font-size: var(--fz-19);
  font-weight: bold;
}

#mizudashi02-herb .sec.sec09 .tab-contents .item-top-desc .special-price dd .tax {
  font-size: var(--fz-10);
  font-weight: normal;
}

#mizudashi02-herb .sec.sec09 .tab-contents .notice-text {
  padding-left: 1em;
  font-size: var(--fz-12);
  text-indent: -1em;
}

#mizudashi02-herb .sec.sec09 .tab-contents-notice {
  padding: 0 0 0 1em;
  font-size: var(--fz-12);
  text-indent: -1em;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02 {
  border-radius: 10px;
  border-color: #0080CE;
  background: #E7ECFC;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02 .catch .text {
  color: #0080CE;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02 .set-title span {
  background: #E7ECFC;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02 .set-title::before {
  border-top: #0080CE 1px solid;
}

#mizudashi02-herb .sec.sec09 .tab-contents.tab02 .item-top-desc .special-price dt {
  background: #0080CE;
}

#mizudashi02-herb .sec.sec09 h2 {
  max-width: 238px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

#mizudashi02-herb .sec.sec09 h2>.subTxt {
  padding: 0;
  margin: 0;
  color: #2AB7B3;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#mizudashi02-herb .sec.sec09 h2>.mainTxt {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #464646;
  line-height: 1.4;
  text-align: center;
}

#mizudashi02-herb .sec.sec09 .design-title {
  margin: 20px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #2bb7b3;
  font-size: 19px;
}

#mizudashi02-herb .sec.sec09 .design-title span {
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  color: #2bb7b3;
}

#mizudashi02-herb .sec.sec09 .design-title span::before,
#mizudashi02-herb .sec.sec09 .design-title span::after {
  content: "";
  height: 120%;
  border-left: 2px solid #2bb7b3;
  display: block;
  position: absolute;
  top: 0;
}

#mizudashi02-herb .sec.sec09 .design-title span::before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: 0;
}

#mizudashi02-herb .sec.sec09 .design-title span::after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  right: 0;
}

#mizudashi02-herb .sec.sec09 .qty-area {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
}

#mizudashi02-herb .sec.sec09 .item-bottom {
  margin-top: 10px;
}

#mizudashi02-herb .sec.sec09 .item-bottom .qty-area .bookmark {
  width: 20px;
  position: relative;
}

#mizudashi02-herb .sec.sec09 .item-bottom .qty-area .qty {
  margin: 0;
  width: 100px;
}

#mizudashi02-herb .sec.sec09 .item-bottom .qty-area .qty select {
  width: 100%;
  min-height: 40px;
}

#mizudashi02-herb .sec.sec09 .item-bottom .qty-area .bookmark .js-animation-bookmark {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../../../img/usr/freepage/mizudashi02-herb/202604/icon_bookmark.png") no-repeat center center/contain;
}

#mizudashi02-herb .sec.sec09 .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mizudashi02-herb .sec.sec09 .item-bottom .qty-area+.btn-cart {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mizudashi02-herb .sec.sec09 .to-cart {
  width: 100%;
  background: #F97941;
  font-size: 15px;
  padding: 5px 8px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

#mizudashi02-herb #feature {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}

#mizudashi02-herb #feature .message {
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: bold;
  line-height: 1.44;
  padding: 23px 35px 31px;
  text-align: center;
  color: #002700;
}

#mizudashi02-herb #feature ul {
  padding: 0 22px;
}

#mizudashi02-herb #feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.2%;
  margin: 0 0 12px;
}

#mizudashi02-herb #feature ul li:last-child {
  margin: 0;
}

#mizudashi02-herb #feature ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mizudashi02-herb #feature ul li .text {
  color: #44342c;
  font-size: 16px;
  font-size: var(--fz-16);
  letter-spacing: 0;
  line-height: 1.5;
}

#mizudashi02-herb #feature ul li .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  margin: 5px 0 0;
}
