@charset "utf-8";
#mizudashi-herb {
  font-size: 14px;
  line-height: 1.68;
  background: #ecf8f7;
}
#mizudashi-herb .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 810px;
  margin: 0 auto;
}
#mizudashi-herb .mizudashi-herb-inner {
  margin: 0 20px;
}
#mizudashi-herb #contents {
  width: 375px;
  max-width: 100%;
  background: #fff;
  /* box-shadow: 0 0 8px rgba(128, 89 , 89, 0.75); */
}
#mizudashi-herb .mt10 {
  margin-top: 10px;
}
#mizudashi-herb .ib {
  display: inline-block;
}
#mizudashi-herb .txt_underline {
  background: linear-gradient(transparent 60%, #ffff94 0%);
  display: inline;
  font-weight: bold;
}
#mizudashi-herb h1 {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ecf8f7;
}
#mizudashi-herb h1 img {
  vertical-align: bottom;
}
#mizudashi-herb h1 p {
  text-align: center;
  line-height: 1.4;
  font-size: 19px;
  padding: 40px 0 25px;
}
#mizudashi-herb h1 span {
  font-size: 24px;
}
#mizudashi-herb h1 .mv_chat {
  position: absolute;
  top: 3vw;
  right: 5.33vw;
  width: 21.6vw;
}

@media (min-width: 801px) {
  #mizudashi-herb h1 .mv_chat {
    top: 12px;
    right: 20px;
    width: 81px;
  }
}
#mizudashi-herb h2,
#mizudashi-herb h3 {
  padding: 0;
  text-align: center;
}
#mizudashi-herb .point{
    padding: 28px 22px 8px;
    margin: 0 auto;
}
#mizudashi-herb .intro {
  padding: 40px 0 0;
  position: relative;
  margin: 0 0 20px;
}
#mizudashi-herb .intro .intro_img {
  margin: 20px 0;
  width: 142px;
}
#mizudashi-herb .intro .intro_img img {
  vertical-align: bottom;
}
#mizudashi-herb .intro > p {
  font-size: 14px;
  width: 305px;
  background-color: rgba(221, 244, 242, 0.6);
  margin: 0 0 0 auto;
  padding: 20px 20px 20px 40px;
  position: absolute;
  top: 20px;
  right: 0;
}
#mizudashi-herb .intro02 {
  position: relative;
  z-index: 1;
  margin: 0 0 45px;
}
#mizudashi-herb .intro02 > p {
  text-align: center;
  font-size: 16px;
}
#mizudashi-herb .intro02 > p + p {
  margin-top: 15px;
}
#mizudashi-herb .intro02 > p .fwb {
  font-weight: bold;
}

#sec01 {
  position: relative;
  z-index: 0;
  background: #ebfdfd;
  padding: 0 0 40px;
}
#sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: 370px;
  position: absolute;
  top: -160px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 253, 253, 1) 100%
  );
  z-index: -1;
}
#sec01 .sec01_ttl h2 {
  font-weight: bold;
  font-size: 27px;
  margin: -10px 0 0;
}
#sec01 .sec01_ttl span {
  font-size: 15px;
  color: #48a39b;
  border-bottom: 1px solid #48a39b;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0 0 2px;
  font-weight: bold;
}
#sec01 .item-mv {
  margin: 10px 0 25px;
  position: relative;
}
#mizudashi-herb .itemlist {
  padding: 0 15px 20px;
  border: 1px solid #44342c;
  border-radius: 5px;
  background: #fff;
  margin: 0 0 10px;
}
#mizudashi-herb .itemlist .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #44342c;
  padding: 12px 0 10px;
  margin: 0 0 20px;
}
#mizudashi-herb .itemlist .head h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  margin: 0;
}
#mizudashi-herb .itemlist .head h3 span {
  font-size: 12px;
  color: #48a39b;
  line-height: 1.2;
  display: inline-block;
}
#mizudashi-herb .itemlist .head .icon {
  line-height: 0;
}
#mizudashi-herb .itemlist .head .icon img {
  width: 44px;
}
@media (max-width: 365px) {
  #mizudashi-herb .itemlist .head .icon {
    width: 75px;
  }
  #mizudashi-herb .itemlist .head h3 {
    width: calc(100% - 75px);
  }
  #mizudashi-herb .itemlist .head .icon img {
    width: 35px;
  }
}
#mizudashi-herb .itemlist .text {
  margin: 0 0 10px;
}
#mizudashi-herb .itemlist .text .special {
  font-size: 15px;
  font-weight: bold;
}
#mizudashi-herb .itemlist .text .name {
  font-size: 15px;
  font-weight: bold;
}
#mizudashi-herb .itemlist .text .price {
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
}
#mizudashi-herb .itemlist .text .price .small {
  font-size: 15px;
  font-weight: bold;
}
#mizudashi-herb .itemlist .text .price span {
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 3px;
}
#mizudashi-herb .itemlist .text .price .off {
  font-size: 11px;
  color: #fff;
  background-color: #f49099;
  border-radius: 30px;
  padding: 2px 8px;
  display: inline-block;
  vertical-align: middle;
}
#mizudashi-herb .itemlist .text .normal-price {
  margin: 5px 0;
}
#mizudashi-herb .itemlist .text .txt {
  font-size: 12px;
}
#mizudashi-herb .itemlist .text .link {
  font-size: 12px;
  margin: 10px 0;
}
#mizudashi-herb .itemlist .text .link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid #5a4a42;
}
#mizudashi-herb .itemlist .text .link .link_arw {
  width: 10px;
  display: inline-block;
  margin-left: 5px;
}
#mizudashi-herb .qty-area-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
}
#mizudashi-herb .qty select {
  line-height: 35px;
  width: 90px;
  height: 35px;
  padding: 0 25px 0 10px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  background: #fff url(../../../img/usr/common/icon_select.png) no-repeat right
    5px top 14px / 16px;
  -webkit-appearance: none;
}
#mizudashi-herb .btn-cart {
  margin: 0 0 15px;
}
#mizudashi-herb .to-cart {
  display: block;
  border-radius: 10px;
  text-align: center;
  background: #4288a2;
  text-decoration: none;
  padding: 19px 0;
}
#mizudashi-herb .to-cart span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 6px 60px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/icon_cart.png)
    no-repeat center left / 34px;
}
#mizudashi-herb .surely-read .surely-head:before,
#mizudashi-herb .surely-read .surely-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #000;
}
#mizudashi-herb .surely-read .surely-head:after {
  transform: rotate(90deg);
}
#mizudashi-herb .surely-read .surely-head.open:after {
  transform: rotate(180deg);
}
#mizudashi-herb .surely-read {
  background: #dae9ea;
}
#mizudashi-herb .surely-read .surely-head {
  position: relative;
  font-size: 14px;
  padding: 7px 7px 5px;
  cursor: pointer;
}
#mizudashi-herb .surely-read ul {
  display: none;
  padding: 0 7px 10px;
}
#mizudashi-herb .surely-read li {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
/* otherlink_recommend */
.otherlink_recommend {
  display: block;
  border-radius: 10px;
  text-align: center;
  background: #b93f5a;
  text-decoration: none;
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otherlink_recommend span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 6px;
}
.otherlink_recommend img {
  width: 20px;
}

/* chart */
#mizudashi-herb .chart {
  position: relative;
  background: #fff;
  padding: 28px 0 20px;
  margin: 30px 0 15px;
  text-align: center;
}
#mizudashi-herb .chart .ttl {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 2px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #ba9700;
  width: 70%;
  border-radius: 30px;
}
#mizudashi-herb .chart h3 {
  font-size: 16px;
  margin: 0 0 15px;
  letter-spacing: 0;
}
#mizudashi-herb .chart h3 span {
  font-weight: bold;
  padding: 5px 0 5px 30px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/icon_leaf.png)
    no-repeat center left / contain;
}
#mizudashi-herb .chart p {
  padding: 0 20px;
  margin: 0 0 12px;
  text-align: left;
  letter-spacing: 0;
}
#mizudashi-herb .chart .img{
    width: 90%;
    margin: 0 auto;
}
/*
bookmark
*/
#mizudashi-herb .bookmark {
  margin: 0 7px 0 0;
}
#mizudashi-herb .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
#mizudashi-herb .bookmark i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/icon_bookmark_off.png)
    no-repeat center / 100%;
}
#mizudashi-herb .bookmark .js-cancel-modal i:before {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/icon_bookmark.png)
    no-repeat center / 100%;
}

/*
swiper-container
*/
#mizudashi-herb .swiper-container {
  position: relative;
  overflow: hidden;
}
#mizudashi-herb .swiper-slide {
  padding: 13px 0 60px;
  height: 310px;
}
#mizudashi-herb .swiper-slide .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0 0 10px;
}
#mizudashi-herb .swiper-slide .head .img {
  width: 23.935%;
}
#mizudashi-herb .swiper-slide .head h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: calc(100% - 23.935% - 10px);
}
#mizudashi-herb .swiper-slide .text {
  padding: 0 25px;
  margin: 0 0 10px;
  text-align: left;
}
#mizudashi-herb .swiper-slide .name {
  padding: 0 25px;
  font-size: 12px;
  /* text-align: right; */
  position: absolute;
  bottom: 50px;
  right: 0;
}
#mizudashi-herb .swiper-button-prev {
  left: 0;
}
#mizudashi-herb .swiper-button-next {
  right: 0;
}
#mizudashi-herb .swiper-button-prev:after,
#mizudashi-herb .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
#mizudashi-herb .swiper-button-prev:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #46332b transparent transparent;
}
#mizudashi-herb .swiper-button-next:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #46332b;
}
#mizudashi-herb .swiper-button-disabled {
  display: none;
}
#mizudashi-herb .swiper-pagination {
  bottom: 0px;
}
#mizudashi-herb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #46332b;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}
#mizudashi-herb .swiper-pagination-bullet-active {
  background: #46332b;
}

/* herbalset */
#mizudashi-herb .herbalset {
  padding: 25px 20px 0;
  margin: 0 0 50px;
  background-color: #f7f7ec;
}
.herbalset .herbalset-ttl-wrap {
  margin: 0;
}
.herbalset .herbalset-ttl-wrap .herbalset-ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
}
.herbalset .herbalset-ttl-wrap .item_text {
  font-size: 15px;
}
/* detail-area  */
#mizudashi-herb .detail-area {
  display: none;
}
/* chart */
#mizudashi-herb .herbalset-detail .chart .img img {
  width: 99%;
}
#mizudashi-herb .herbalset-detail .chart .ttl {
  background-color: #51362d;
}
#mizudashi-herb #herbalset-set1 .chart h3 span {
  background-image: url(../../../img/usr/freepage/mizudashi_herb/2023/herb01_leaf.png);
}
#mizudashi-herb #herbalset-set2 .chart h3 span {
  background-image: url(../../../img/usr/freepage/mizudashi_herb/2023/herb02_leaf.png);
}
#mizudashi-herb #herbalset-set3 .chart h3 span {
  background-image: url(../../../img/usr/freepage/mizudashi_herb/2023/herb03_leaf.png);
}
/* blend */
#mizudashi-herb .blend {
  position: relative;
  background: #fff;
  margin: 35px 0 30px;
  padding: 25px 12px 15px;
}
#mizudashi-herb .blend .ttl {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #51362d;
  border-radius: 30px;
  width: 60%;
  padding: 2px 0;
}
#mizudashi-herb .blend .blend_txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #46332b;
  margin: 5px 0 15px;
}
#mizudashi-herb .blend ul {
  margin: 0 0 20px;
}
#mizudashi-herb .blend li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
#mizudashi-herb .blend li:last-child {
  margin: 0;
}
#mizudashi-herb .blend li .img {
  width: 39%;
  text-align: center;
}
#mizudashi-herb .blend li .text {
  width: 60%;
}
#mizudashi-herb .blend li h4 {
  font-size: 16px;
  font-weight: bold;
}
#mizudashi-herb .blend li h4 span {
  font-size: 12px;
}
#mizudashi-herb .blend li .text p {
  font-size: 12px;
  letter-spacing: 0;
}
#mizudashi-herb .blend li .icon-key {
  position: absolute;
  top: 0;
  left: -4px;
  width: 14.31%;
}
#mizudashi-herb .blend li .icon-key.__rooibos {
  top: 70px;
}
#mizudashi-herb .blend .others .others-ttl {
  color: #fff;
  font-size: 12px;
  background: #46332b;
  border-radius: 30px;
  text-align: center;
  margin: 0 0 5px;
  padding: 1px 0;
  width: 50%;
}
#mizudashi-herb .blend .others p {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 0 5px;
}
#mizudashi-herb .blend .others p:last-child {
  margin: 0;
}

/* voice */
#mizudashi-herb .herbalset-detail .voice {
  position: relative;
}
#mizudashi-herb .herbalset-detail .voice .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #46332b;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
#mizudashi-herb .herbalset-detail .voice .ttl span {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 15px;
}
#mizudashi-herb .herbalset-detail .voice .ttl::before,
#mizudashi-herb .herbalset-detail .voice .ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #46332b;
}
#mizudashi-herb .herbalset-detail .voice .swiper-slide {
  background-color: #fff;
}
#mizudashi-herb .voice .caution {
  font-size: 12px;
  text-align: left;
  margin: 8px 0 0;
}
#mizudashi-herb .herbalset-detail .voice .caution {
  margin: 0;
  padding: 8px 0 0;
}

/* btn-more */
#mizudashi-herb .btn-more {
  padding: 11px 0;
  margin: 20px -20px 0;
  text-align: center;
  cursor: pointer;
}
#mizudashi-herb .herbalset-detail .btn-more {
  background: #46332b;
}
#mizudashi-herb .btn-more span {
  position: relative;
  color: #fff;
}
#mizudashi-herb .btn-more span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin: 3px 7px;
}
#mizudashi-herb .btn-more.open span:after {
  top: 7px;
  transform: rotate(-135deg);
  margin: -3px 7px;
}

/* herbalset-set2 */
#mizudashi-herb .herbalset.herbalset-set2 {
  background-color: #fef1f1;
}
/* herbalset-set3 */
#mizudashi-herb .herbalset.herbalset-set3 {
  background-color: #fdf7f0;
}

/* kodawari */
#kodawari::before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(235, 253, 253, 1) 100%
  );
  z-index: -1;
}
#kodawari {
  background: #ebfdfd;
  position: relative;
  z-index: 0;
  padding: 0 0 40px;
}
#kodawari .kodawari_ttl {
  font-weight: bold;
  font-size: 29px;
  margin: 20px 0 0;
}
#kodawari .kodawari_ttl span {
  font-size: 15px;
  color: #48a39b;
  border-bottom: 1px solid #48a39b;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0 0 2px;
  font-weight: bold;
}
#kodawari .kodawari_list {
  margin: 10px 0;
}
#kodawari .kodawari_list li + li {
  margin-top: 25px;
}
#kodawari .kodawari_list .list_ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  font-weight: bold;
}
#kodawari .kodawari_list .list_ttl .num {
  font-size: 14px;
  color: #fff;
  background-color: #73beb9;
  border-radius: 20px;
  padding: 0 16px;
  display: block;
  margin-right: 5px;
  flex-shrink: 0;
  font-weight: bold;
}
#kodawari .kodawari_list .list_img {
  margin: 0 -4px;
}
#kodawari .kodawari_list .list_txt {
  font-size: 15px;
}

/* method */
#method {
  padding: 0 0 40px;
}
#method .method_ttl {
  position: relative;
  font-size: 25px;
  color: #46332b;
  font-weight: bold;
  line-height: 1.2;
  margin: 40px 0 20px;
}
#method .method_ttl img{
    position: absolute;
    bottom: 95%;
    right: 15px;
    width: 81px;
}
#method .method_list {
  margin: 20px 0;
}
#method .method_list  li .method_list_inner {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  align-items: center;
  letter-spacing: 0;
}
#method .method_list li + li {
  margin-top: 10px;
}
#method .method_list li .img_step {
  width: 58px;
  flex-shrink: 0;
  margin-right: 10px;
}
#method .method_list li .small {
  font-size: 12px;
  font-weight: normal;
}
#method .method_txt {
  font-size: 12px;
}

/* omatome_item */
#omatome_item {
  background-color: #fafaf1;
  padding: 40px 0;
}
#sec01 .omatome_item_ttlsub,
#omatome_item .omatome_item_ttlsub {
  color: #48a39b;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  align-items: flex-end;
  margin: 0 -10px;
}
#sec01 .omatome_item_ttlsub::before,
#sec01 .omatome_item_ttlsub::after,
#omatome_item .omatome_item_ttlsub::before,
#omatome_item .omatome_item_ttlsub::after {
  content: "";
  display: block;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/omatome_item_ttlsub_line.png)
    no-repeat;
  background-size: contain;
  width: 10px;
  height: 21px;
  flex-shrink: 0;
  margin: 0 5px;
}
#sec01 .omatome_item_ttlsub::before,
#omatome_item .omatome_item_ttlsub::before {
  transform: scale(-1, 1);
}
#sec01 .omatome_item_ttl,
#omatome_item .omatome_item_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 20px;
}
#sec01 .omatome_item_ttl .txt_underline,
#omatome_item .omatome_item_ttl .txt_underline {
  font-size: 29px;
  background: linear-gradient(transparent 75%, #fcfdb7 0%);
}
#sec01 .discount,
#omatome_item .discount {
  margin: 0 0 15px;
}
#sec01 .itemlist .head h3 span,
#omatome_item .itemlist .head h3 span {
  font-size: 14px;
  color: inherit;
}
#sec01 .itemlist .head,
#omatome_item .itemlist .head {
  margin: 0;
}
#mizudashi-herb .omatomeitem_comment {
  font-size: 14px;
  margin: 10px 0;
}
#sec01 .omatomeitem_img,
#omatome_item .omatomeitem_img {
  display: flex;
  justify-content: center;
}
#sec01 .omatomeitem_img a,
#omatome_item .omatomeitem_img a {
  width: 30%;
  margin: 0 1%;
}
#sec01 .omatomeitem_img_itemname,
#omatome_item .omatomeitem_img_itemname {
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #44342c;
}

/* single_item */
#single_item {
  margin: 40px 0;
}
#single_item .mizudashi-herb-inner{
    margin: 0 16px;
}
#single_item .single_item_ttl {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin: 0 -10px;
}
#single_item .single_item_ttl::before,
#single_item .single_item_ttl::after {
  content: "";
  display: block;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/single_item_ttl_line.png)
    no-repeat;
  background-size: contain;
  width: 20px;
  height: 35px;
  flex-shrink: 0;
  margin: 0 5px;
}
#single_item .single_item_ttl::before {
  transform: scale(-1, 1);
}
#single_item .single_item_ttl_note {
  font-size: 12px;
  margin: 15px 0;
  text-align: center;
}
#single_item .single_linklist {
  margin: 20px 0;
}
#single_item .single_linklist_img img {
  vertical-align: bottom;
}

/* keep */
#keep {
  padding: 0 20px;
  margin: 0 0 25px;
  text-align: center;
}
#keep h2 {
  margin: 50px -2.987% 10px;
}
#keep .text {
  font-size: 16px;
  text-align: center;
}

/* ex */
#mizudashi-herb #ex {
  background: #fef4ca;
  padding: 13px 20px 20px;
}
#mizudashi-herb #ex h2 {
  margin: 0 0 20px;
}
#mizudashi-herb #ex .text {
  margin: 0 0 25px;
  letter-spacing: 0;
}
#mizudashi-herb #ex ul {
  position: relative;
  margin: 0 16px 20px;
  z-index: 1;
}
#mizudashi-herb #ex ul:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 23px;
  width: 5px;
  height: calc(100% - 45px);
  background: #a79780;
  z-index: -1;
}
#mizudashi-herb #ex li {
  padding: 0 0 0 65px;
  margin: 0 0 20px;
}
#mizudashi-herb #ex li:nth-child(1) {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/ex_day01.png)
    no-repeat left top / 49.5px;
}
#mizudashi-herb #ex li:nth-child(2) {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/ex_day02.png)
    no-repeat left top / 49.5px;
}
#mizudashi-herb #ex li:nth-child(3) {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/ex_day03.png)
    no-repeat left top / 49.5px;
}
#mizudashi-herb #ex li:nth-child(4) {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/ex_day04.png)
    no-repeat left top / 49.5px;
}
#mizudashi-herb #ex li:nth-child(5) {
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/ex_day05.png)
    no-repeat left top / 49.5px;
}
#mizudashi-herb #ex li .day {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 2px 2px;
  margin: 0 0 3px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/border.png)
    repeat-x left bottom / 15px;
}
#mizudashi-herb #ex li p {
  font-size: 16px;
}
#mizudashi-herb #ex .comment {
  position: relative;
  border: 1px solid #a09486;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  margin: 0 0 10px;
}
#mizudashi-herb #ex .comment:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 16px;
  width: 27px;
  height: 20px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/img_comment_t.png)
    no-repeat center / 100%;
}
#mizudashi-herb #ex .comment:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 27px;
  height: 20px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/img_comment_b.png)
    no-repeat center / 100%;
}
#mizudashi-herb #ex .comment p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  background-image: linear-gradient(180deg, #8b7f7a 1px, transparent 1px);
  background-size: 100% 32px;
  background-position: left top 27px;
}
#mizudashi-herb #ex .caution {
  font-size: 12px;
  letter-spacing: 0;
}
#mizudashi-herb #ex .txt p{
    font-size: 12px;
}

/*
feature
*/
#mizudashi-herb #feature {
    position: relative;
    margin-bottom: 10.66vw;
}
#mizudashi-herb #feature h2 {
    margin: 0 0 16vw;
}
#mizudashi-herb #feature .message {
    position: absolute;
    top: 34%;
    right: 0;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    padding: 15px 20px;
    background: rgba(238, 238, 237, .8);
}
#mizudashi-herb #feature ul {
    padding: 0 20px;
}
#mizudashi-herb #feature li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}
#mizudashi-herb #feature li:last-child {
    margin: 0;
}
#mizudashi-herb #feature li img {
    width: 118.5px;
}
#mizudashi-herb #feature li .text {
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    margin: 0 0 0 10px;
    letter-spacing: 0;
}
#mizudashi-herb #feature li .caution {
    font-size: 12px;
    margin: 5px 0 0;
}
@media only screen and (min-width: 801px) {
    #mizudashi-herb #feature {
        margin-bottom: 40px;
    }
    #mizudashi-herb #feature h2 {
        margin: 0 0 60px;
    }
    #mizudashi-herb #feature .message {
        top: 245px;
    }
}


/*
leftmenu
*/
#mizudashi-herb #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  width: 400px;
  padding: 20px 0 0;
}
#mizudashi-herb #leftmenu .ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#mizudashi-herb #leftmenu .head {
  line-height: 0;
  border-bottom: 1px solid #44342c;
  margin: 30px 0 20px;
  padding: 0 10px 8px;
  width: 210px;
}
#mizudashi-herb .nav-other.__top_border::before {
  content: "";
  display: block;
  border-top: 1px solid #44342c;
  margin: 30px 0;
  padding: 0 10px;
  width: 210px;
}
#mizudashi-herb #leftmenu .head img.herbtea {
  width: 122px;
}
#mizudashi-herb #leftmenu .head img.txt-herbalset {
  width: 150px;
}
#mizudashi-herb #leftmenu .item {
  position: relative;
  padding: 0 10px;
  margin: 0 0 30px;
  width: 350px;
}
#mizudashi-herb #leftmenu .item li:not(:last-child) {
  position: relative;
  margin: 0 0 15px;
}
#mizudashi-herb #leftmenu .item li a {
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
#mizudashi-herb #leftmenu .item.list-numer li a {
  text-indent: -36px;
  padding: 0 0 0 36px;
}
#mizudashi-herb #leftmenu a:hover {
  color: #00a4ba;
}
#mizudashi-herb #leftmenu .item li a span {
  font-weight: bold;
}
#mizudashi-herb #leftmenu .nav-other {
  width: 350px;
  padding-right: 10px;
}
#mizudashi-herb #leftmenu .nav-other li {
  position: relative;
  padding: 9px 0 9px 45px;
  background: url(../../../img/usr/freepage/mizudashi_herb/2023/img_herb.png)
    no-repeat left 3px center / 19.5px;
}
#mizudashi-herb #leftmenu .nav-other li:not(:last-child) {
  margin: 0 0 10px;
}
#mizudashi-herb #leftmenu .nav-other li a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
}
#mizudashi-herb #leftmenu .nav-other .nav-happy span {
  font-size: 13px;
}

@media only screen and (min-width: 376px) {
  #mizudashi-herb {
    padding: 20px 0 40px;
  }
  #mizudashi-herb #contents {
    margin: 10px 0 0;
    box-shadow: 0 0 8px rgba(128, 89, 89, 0.75);
  }
}
@media only screen and (max-width: 800px) {
  #mizudashi-herb .inner {
    width: auto;
  }
  #mizudashi-herb #leftmenu {
    display: none;
  }
  #mizudashi-herb #contents {
    margin: 0 auto;
  }
  #pane-footer-link {
    margin: 0;
  }
}
/*
まとめてカートにいれる
*/
.qty-setitem .qty-area.hide {
  display: none;
}
/*
800px以下で左右の背景を無しに
*/
/* add */
@media (min-width: 376px) and (max-width: 800px) {
  /*
  10px → 2.66vw
  20px → 5.33vw
  30px → 8vw
  40px → 10.66vw
  50px → 13.33vw
  */
  #mizudashi-herb {
    padding: 0;
  }
  #mizudashi-herb #contents {
    width: 100%;
  }
  #mizudashi-herb .kokorokaradakaroyaka-herb-inner {
    margin: 0 5.33vw;
  }
  #mizudashi-herb h1 img {
    width: 100%;
  }
  #mizudashi-herb h1 p{
    padding: 10.66vw 0 6.66vw;
  }
  /*
  font-size まとめ
  */
  /* 11px */
  #mizudashi-herb .itemlist .caution,
  #mizudashi-herb .itemlist .text .price .off,
  #method .method_list li .small,
  #method .method_txt,
  #mizudashi-herb #ex .txt p {
    font-size: 2.93vw;
  }
  /* 12px */
  #mizudashi-herb .voice .swiper-slide .name,
  #mizudashi-herb .voice .caution,
  #mizudashi-herb .label,
  #mizudashi-herb .surely-read li,
  #mizudashi-herb .blend li .text p,
  #mizudashi-herb .blend .others .others-ttl,
  #mizudashi-herb .blend .others p,
  #mizudashi-herb #ex .caution,
  #mizudashi-herb .itemlist .head h3 span,
  #mizudashi-herb .itemlist .text .price span,
  #mizudashi-herb .itemlist .text .txt,
  #mizudashi-herb .itemlist .text .link,
  #single_item .single_item_ttl_note,
  #mizudashi-herb #feature li .caution {
    font-size: 3.2vw;
  }
  /* 13px */
  #herbalset-set3 .herbalset-ttl span,
  #sec01 .omatomeitem_img_itemname,
  #omatome_item .omatomeitem_img_itemname {
    font-size: 3.46vw;
  }
  /* 14px */
  #mizudashi-herb .voice .swiper-slide .text,
  #mizudashi-herb .qty select,
  #mizudashi-herb .surely-read .surely-head,
  #mizudashi-herb .btn-more span,
  #mizudashi-herb #ex .text,
  #mizudashi-herb .intro > p,
  #mizudashi-herb .swiper-slide .head h4,
  #kodawari .kodawari_list .list_ttl .num,
  #mizudashi-herb .omatomeitem_comment,
  #sec01 .itemlist .head h3 span,
  #omatome_item .itemlist .head h3 span,
  #mizudashi-herb .itemlist .text .name {
    font-size: 3.73vw;
  }
  /* 15px */
  #kodawari .kodawari_ttl span,
  #mizudashi-herb .itemlist .text .special,
  .herbalset .herbalset-ttl-wrap .item_text,
  #mizudashi-herb .blend .blend_txt,
  #kodawari .kodawari_list .list_txt,
  #mizudashi-herb .itemlist .text .price .small {
    font-size: 4vw;
  }
  /* 16px */
  #mizudashi-herb .chart .ttl,
  #mizudashi-herb .chart h3,
  #mizudashi-herb .to-cart span,
  #mizudashi-herb .omatome h4,
  #mizudashi-herb .blend .ttl,
  #mizudashi-herb .blend li h4,
  #mizudashi-herb .herbalset-detail .voice .ttl,
  #mizudashi-herb #keep .text,
  #mizudashi-herb #ex li .day,
  #mizudashi-herb #ex li p,
  #mizudashi-herb #ex .comment p,
  #sec01 .sec01_ttl span,
  #mizudashi-herb .intro02 > p,
  .otherlink_recommend span,
  #mizudashi-herb #feature .message,
  #mizudashi-herb #feature li .text {
    font-size: 4.26vw;
  }
  /* 17px */
  #method .method_list li,
  #sec01 .omatome_item_ttlsub
  #omatome_item .omatome_item_ttlsub {
    font-size: 4.53vw;
  }
  /* 18px */
  #sec01 .omatome_item_ttl,
  #omatome_item .omatome_item_ttl {
    font-size: 4.8vw;
  }
  /* 19px */
  #mizudashi-herb h1 p,
  #mizudashi-herb .itemlist .head h3 {
    font-size: 5.06vw;
  }
  /* 20px */
  #kodawari .kodawari_list .list_ttl,
  #single_item .single_item_ttl {
    font-size: 5.33vw;
  }
  /* 21px */
  .herbalset .herbalset-ttl,
  #mizudashi-herb .itemlist .text .price {
    font-size: 5.6vw;
  }
  /* 22px */
  .herbalset .herbalset-ttl-wrap .herbalset-ttl {
    font-size: 5.86vw;
  }
  /* 24px */
  #mizudashi-herb h1 span,
  #method .method_ttl {
    font-size: 6.4vw;
  }
  /* 26px */
  #sec01 .sec01_ttl h2 {
    font-size: 6.93vw;
  }
  /* 29px */
  #kodawari .kodawari_ttl,
  #sec01 .omatome_item_ttl .txt_underline,
  #omatome_item .omatome_item_ttl .txt_underline {
    font-size: 7.73vw;
  }

  /*
  contents
  */
  #mizudashi-herb #contents {
    box-shadow: none;
  }
  #mizudashi-herb .mizudashi-herb-inner {
    margin: 0 5.33vw;
  }
  #mizudashi-herb .point{
    padding: 7.6vw 6.13vw 4.66vw;
  }
  #mizudashi-herb .intro {
    padding: 10.66vw 0 0;
    margin: 0 0 5.33vw;
  }
  #mizudashi-herb .intro > p {
    width: 81.33vw;
    padding: 5.33vw 5.33vw 5.33vw 9.66vw;
    top: 5.33vw;
  }
  #mizudashi-herb .intro .intro_img {
    margin: 0.33vw 0;
    width: 37.86vw;
  }
  /* sec01 */
  #sec01::before {
    height: 98.66vw;
    top: -42.66vw;
  }
  #sec01 .sec01_ttl h2 {
    margin: -2vw 0 0;
  }
  #sec01 .item-mv {
    margin: 2.66vw 0 6.66vw;
  }
  /* itemlist */
  #mizudashi-herb .itemlist {
    padding: 0 4vw 5.33vw;
    margin: 0 0 2.66vw;
    border-radius: 1.33vw;
  }
  #mizudashi-herb .itemlist .head {
    padding: 2.66vw 0;
    margin: 0 0 5.33vw;
  }
  #mizudashi-herb .itemlist .head .icon img {
    width: 11.73vw;
  }
  #mizudashi-herb .itemlist .text .price .off {
    border-radius: 8vw;
    padding: 0.53vw 2.13vw;
  }
  #mizudashi-herb .itemlist .text .link .link_arw {
    width: 2.66vw;
    margin-left: 1.33vw;
  }
  #mizudashi-herb .bookmark a {
    width: 5.33vw;
    height: 5.33vw;
  }
  #mizudashi-herb .qty select {
    width: 24vw;
    height: 9.33vw;
    background-position: right 5px top 3.73vw;
    background-size: 4.26vw;
  }
  #mizudashi-herb .to-cart span {
    padding: 1.6vw 0 1.6vw 60px;
    background-size: 8.06vw;
  }
  #mizudashi-herb .surely-read .surely-head {
    padding: 1.86vw 1.86vw 1.33vw;
  }
  #mizudashi-herb .surely-read .surely-head:before,
  #mizudashi-herb .surely-read .surely-head:after {
    right: 2.66vw;
    width: 3.2vw;
    height: 0.53vw;
  }
  #mizudashi-herb .surely-read ul {
    padding: 0 1.86vw 1.86vw;
  }
  .otherlink_recommend img {
    width: 5.33vw;
  }

  /* chart */
  #mizudashi-herb .chart {
    padding: 7.46vw 0 20px;
    margin: 8vw 0 4vw;
  }
  #mizudashi-herb .chart .ttl {
    top: -4vw;
  }
  #mizudashi-herb .chart p {
    font-size: 3.73vw;
  }
  #mizudashi-herb .chart h3 span {
    padding: 1.33vw 0 1.33vw 8vw;
    background-size: contain;
  }
  #mizudashi-herb .chart h3 {
    margin: 0 0 4vw;
  }
  #mizudashi-herb .herbalset-detail .chart .img img {
    width: 100%;
  }
  /* btn-more */
  #mizudashi-herb .btn-more span {
    padding: 0 3.73vw 0 0;
  }
  #mizudashi-herb .btn-more {
    padding: 2.93vw 0;
    margin: 5.33vw -5.33vw 0;
  }
  #mizudashi-herb .btn-more span:after {
    top: 0.53vw;
    width: 2.66vw;
    height: 2.66vw;
    border-right: 0.26vw solid #fff;
    border-bottom: 0.26vw solid #fff;
    margin: 0.8vw 1.86vw;
  }
  #mizudashi-herb .btn-more.open span:after {
    top: 1.86vw;
    margin: -0.8vw 1.86vw;
  }
  /* blend */
  #mizudashi-herb .blend .others .others-ttl {
    margin: 0 0 1.33vw;
  }
  #mizudashi-herb .blend {
    margin: 9.33vw 0;
    padding: 6.66vw 3.2vw 4vw;
  }
  #mizudashi-herb .blend li .icon-key.__rooibos {
    top: 16.47vw;
  }
  /* voice */
  #mizudashi-herb .voice .swiper-slide {
    height: 82.66vw;
    padding: 3.46vw 0 60px;
  }
  #mizudashi-herb .voice .swiper-button-next:after {
    border-width: 2.66vw 0 2.66vw 2.66vw;
  }
  #mizudashi-herb .voice .swiper-button-prev:after {
    border-width: 2.66vw 2.66vw 2.66vw 0;
  }
  #mizudashi-herb .voice .swiper-slide .text {
    padding: 0 6.66vw;
  }
  #mizudashi-herb .voice .swiper-pagination-bullet {
    width: 2.66vw;
    height: 2.66vw;
    border: 0.26vw solid #46332b;
    margin: 0 1.33vw;
  }
  #mizudashi-herb .herbalset-detail .voice {
    margin: 9.33vw 0;
    padding: 6.66vw 0 0;
  }
  #mizudashi-herb .bookmark {
    margin: 0 1.86vw 0 0;
  }
  /* herbalset */
  #mizudashi-herb .herbalset {
    padding: 6.66vw 5.33vw 0;
    margin: 0 0 13.33vw;
  }
  .herbalset .herbalset-ttl-wrap .item_text {
    margin: 2.66vw 0 0;
  }
  /* kodawari */
  #kodawari {
    padding: 0 0 10.66vw;
  }
  #kodawari::before {
    height: 160vw;
  }
  #kodawari .kodawari_ttl {
    margin: 5.33vw 0 0;
  }
  #kodawari .kodawari_ttl span {
    padding: 0 0 0.53vw;
  }
  #kodawari .kodawari_list {
    margin: 2.66vw 0 0;
  }
  #kodawari .kodawari_list .list_ttl .num {
    border-radius: 5.33vw;
    padding: 0 4.26vw;
    margin-right: 1.33vw;
  }
  #kodawari .kodawari_list li + li {
    margin-top: 6.66vw;
  }
  /* method */
  #method {
    padding: 0 0 10.66vw;
  }
  #method .method_ttl {
    margin: 10.66vw 0 5.86vw;
  }
  #method .method_ttl img{
    bottom: 95%;
    right: 4.83vw;
    width: 21.33vw;
}
  #method .method_list li .img_step {
    width: 15.46vw;
  }
  #method .method_list li + li {
    margin-top: 2.66vw;
  }
  /* omatome_item */
  #sec01 .omatome_item_ttlsub,
  #omatome_item .omatome_item_ttlsub {
    margin: 0 -2.66vw;
  }
  #sec01 .omatome_item_ttlsub::before,
  #sec01 .omatome_item_ttlsub::after,
  #omatome_item .omatome_item_ttlsub::before,
  #omatome_item .omatome_item_ttlsub::after {
    width: 2.66vw;
    height: 5.6vw;
    margin: 0 1.33vw;
  }
  #sec01 .omatome_item_ttl,
  #omatome_item .omatome_item_ttl {
    margin: 3.33vw 0 5.33vw;
  }
  #sec01 .discount,
  #omatome_item .discount {
    margin: 0 0 4vw;
  }
  #mizudashi-herb .omatomeitem_comment {
    margin: 2.66vw 0;
  }
  #sec01 .omatomeitem_img_itemname,
  #omatome_item .omatomeitem_img_itemname {
    margin: 2.66vw 0;
    padding: 0 0 2.66vw;
  }
  #omatome_item .omatome04 .head h3 {
    font-size: 4.8vw;
  }
  /* single_item */
  #single_item {
    margin: 40px 0;
  }
  #single_item .mizudashi-herb-inner{
    margin: 0 5.33vw;
  }
  #single_item .single_item_ttl {
    margin: 0 -1.33vw;
  }
  #single_item .single_item_ttl::before,
  #single_item .single_item_ttl::after {
    width: 5.33vw;
    height: 9.4vw;
    margin: 0 1.33vw;
  }
  #single_item .single_item_ttl_note {
    margin: 4vw 0;
  }
  /* keep */
  #mizudashi-herb #keep {
    padding: 0 5.33vw;
    margin: 0 0 6.66vw;
  }
  #mizudashi-herb #keep h2 {
    margin: 13.33vw -2.987% 2.66vw;
  }
  #mizudashi-herb #ex {
    padding: 3.46vw 5.33vw 5.33vw;
  }
  #mizudashi-herb #ex h2 {
    margin: 0 0 5.33vw;
  }
  #mizudashi-herb #ex li:nth-child(1),
  #mizudashi-herb #ex li:nth-child(2),
  #mizudashi-herb #ex li:nth-child(3),
  #mizudashi-herb #ex li:nth-child(4),
  #mizudashi-herb #ex li:nth-child(5) {
    background-size: 13.2vw;
  }
  #mizudashi-herb #ex ul {
    margin: 0 4.5vw 5.33vw;
  }
  #mizudashi-herb #ex ul:after {
    top: 0.26vw;
    left: 6.13vw;
    width: 1.33vw;
    height: calc(100% - 18vw);
  }
  #mizudashi-herb #ex li {
    padding: 0 0 0 16.33vw;
    margin: 0 0 5.33vw;
  }
  #mizudashi-herb #ex .comment p {
    background-size: 100% 8.52vw;
    background-position: left top 8.19vw;
  }
}
