@charset "utf-8";

:root {
  --fz-5 : 5px;
  --fz-8 : 8px;
  --fz-9 : 9px;
  --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-26 : 26px;
  --fz-27 : 27px;
  --fz-28 : 28px;
  --fz-30 : 30px;
  --fz-34 : 34px;
  --fz-36 : 36px;
  --fz-38 : 38px;
  --fz-40 : 40px;
  --fz-46 : 46px;
  --fz-50 : 50px;
  --fz-60 : 60px;
  --fz-70 : 70px;
  --fz-84 : 84px;
  --fz-88 : 88px;
  --fz-100 : 100px;
}
@media only screen and (max-width: 800px) {
  :root {
    --fz-5 : 1.33vw;
    --fz-8 : 2.13vw;
    --fz-9 : 2.4vw;
    --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-26 : 7.46vw;
    --fz-28 : 7.46vw;
    --fz-30 : 8vw;
    --fz-34 : 9.06vw;
    --fz-36 : 9.6vw;
    --fz-38 : 10vw;
    --fz-40 : 10.66vw;
    --fz-46 : 12.26vw;
    --fz-50 : 13.3vw;
    --fz-60 : 16vw;
    --fz-70 : 18.62vw;
    --fz-84 : 22.4vw;
    --fz-88 : 23.44vw;
    --fz-100 : 26.66vw;
  }
}

#header,
.footer-pt1,
#pane-footer-link,
.pane-footer {
  display: none;
}

#mizudashi {
  color: #46332B;
  font-size: var(--fz-14);
  line-height: 1.68;
  background: #f0f2e5;
  letter-spacing: 1px;
  font-feature-settings: 'palt';
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0 0 40px;
}
#mizudashi .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 810px;
  margin: 0 auto;
}
#mizudashi #contents {
  position: relative;
  width: 375px;
  max-width: 100%;
  background: #FFF;
  margin: 0 auto;
}
#mizudashi .fixed-message {
  background: #C9405B;
  color: #fff;
  font-size: var(--fz-14);
  font-weight: bold;
  text-align: center;
  position: fixed;
  z-index: 102;
  width: 375px;
  padding: 5px 0;
  height: var(--fz-30);
}
#mizudashi .fixed-message span {
  font-size: var(--fz-24);
}
#mizudashi h1 {
  margin: 30px 0 0;
  padding: 0;
  line-height: 0;
}
#mizudashi .intro {
  padding: var(--fz-20);
  font-size: var(--fz-15);
  text-align: center;
}
#mizudashi .intro p:not(:last-child) {
  margin: 0 0 20px;
}
#mizudashi .intro span {
  font-size: var(--fz-17);
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFFF94 60%);
}
#mizudashi .point {
  position: relative;
  padding: var(--fz-84) var(--fz-20) 0;
  background: linear-gradient(#fff 0%, #fef1f1 27.57%, #fef1f1 100%);
  z-index: 1;
}
#mizudashi .point:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 75/23;
  background: url(../../../img/usr/freepage/mizudashi-red5-ad/bg_point.png) no-repeat center top / 100%;
  z-index: -1;
}
#mizudashi .point h2 {
  font-size: var(--fz-27);
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 var(--fz-10);
  padding: 0;
}
#mizudashi .point h2 span {
  display: inline-block;
  color: #C9405B;
  font-size: var(--fz-15);
  font-weight: bold;
  border-bottom: 1px solid #EE7F88;
  margin: 0;
  padding: 0 0 2px;
}
#mizudashi .point .img {
  line-height: 0;
  margin: 0 0 var(--fz-25);
}
#mizudashi .point .product {
  line-height: 0;
  text-align: center;
  margin: 0 0 var(--fz-20);
}
#mizudashi .point .product img {
  width: calc(645 / 750 * 100vw);
  transform: translateX(1.5%);
}
#mizudashi .point .chart {
  background: #FFF;
  margin: var(--fz-15) 0 0;
  line-height: 0;
}
#mizudashi .cv {
  text-align: center;
  padding: var(--fz-30) var(--fz-20) var(--fz-34);
  background: #fef1f1;
}
#mizudashi .cv .head {
  position: relative;
  display: inline-block;
  color: #C9405B;
  font-size: var(--fz-15);
  line-height: 1.33;
  font-weight: bold;
  margin: 0 0 var(--fz-15);
  padding: 0 var(--fz-15);
}
#mizudashi .cv .head:before,
#mizudashi .cv .head:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: var(--fz-25);
  background: #C9405B;
  rotate: -30deg;
}
#mizudashi .cv .head:after {
  left: auto;
  right: 0;
  rotate: 30deg;
}
#mizudashi .cv-inner {
  background: #FFF;
  border-radius: var(--fz-10);
  padding: var(--fz-10) var(--fz-15) var(--fz-30);
  text-align: left;
}
#mizudashi .cv .img {
  line-height: 0;
}
#mizudashi .cv .price-area {
  margin: 0 0 var(--fz-20);
}
#mizudashi .cv .price-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mizudashi .cv .trial {
  position: relative;
  font-size: var(--fz-11);
  font-weight: bold;
  margin-right: var(--fz-10);
  padding: 0 var(--fz-10) 0 var(--fz-12);
}
#mizudashi .cv .trial:before,
#mizudashi .cv .trial:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 1px;
  height: var(--fz-15);
  background: #524032;
  rotate: -30deg;
}
#mizudashi .cv .trial:after {
  left: auto;
  right: 0;
  rotate: 30deg;
}
#mizudashi .cv .price-area p {
  font-size: var(--fz-9);
  letter-spacing: .5px;
  padding: 2px 0 0;
}
#mizudashi .cv .label {
  font-size: var(--fz-10);
  border: 1px solid #524032;
  width: 60px;
  text-align: center;
  letter-spacing: 0;
  padding: 2px 0 0;
  margin-right: var(--fz-8);
}
#mizudashi .cv .price {
  color: #C9405B;
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.4;
}
#mizudashi .cv .price .num {
  font-size: var(--fz-30);
}
#mizudashi .cv .price .tax {
  color: #524032;
  font-size: var(--fz-9);
  letter-spacing: 0;
  padding: 0 0 0 2px;
}
#mizudashi .cv .name {
  position: relative;
  background: linear-gradient(to right, #F7C6C9 0px, #F7C6C9 8px, #ffffff 8px, #ffffff 13px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 var(--fz-12);
  margin: 0 0 var(--fz-20);
}
#mizudashi .cv .name h2 {
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.37;
  padding: 0;
  margin: 0;
}
#mizudashi .cv .name .icon {
  position: absolute;
  top: 5px;
  right: 0;
  width: 36px;
}
#mizudashi .cv .flavor {
  color: #EE7F88;
  font-size: var(--fz-14);
  font-weight: bold;
  background: url(../../../img/usr/freepage/mizudashi-red5-ad/icon_leaf.png) no-repeat left center / 17px;
  margin: 0 0 var(--fz-8);
  padding: 2px 0 0 24px;
}
#mizudashi .cv .amount {
  display: flex;
  align-items: center;
  gap: var(--fz-8);
}
#mizudashi .cv .amount dt {
  background: #EE7F88;
  border-radius: 3px;
  font-size: var(--fz-11);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 56px;
  padding: 1px 0 0;
}
#mizudashi .cv .amount dd {
  font-size: var(--fz-14);
}
#mizudashi .cv .comment {
  letter-spacing: .5px;
  margin: 0 0 var(--fz-15);
}
#mizudashi .cv .price02 {
  line-height: 0;
  margin: 0 0 var(--fz-18);
}
#mizudashi .cv-inner .caution {
  color: #C9405B;
  font-size: var(--fz-15);
  font-weight: bold;
  text-align: center;
  line-height: 1.33;
  margin: 0 0 var(--fz-10);
}
#mizudashi .cv .btn-cart {
  line-height: 0;
}
#mizudashi .cv .btn-cart:hover {
  opacity: .8;
}
#mizudashi .cv .btn-cart img {
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .4));
}
#mizudashi .cv .blend {
  text-align: left;
  margin: var(--fz-20) 0 0;
  border: 1px solid #645141;
}
#mizudashi .cv .blend dt {
  position: relative;
  color: #FFF;
  font-size: var(--fz-15);
  font-weight: bold;
  background: #645141;
  padding: 6px var(--fz-20) 5px;
  cursor: pointer;
}
#mizudashi .cv .blend dt:before,
#mizudashi .cv .blend dt:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  width: var(--fz-12);
  height: 2px;
  background: #FFF;
}
#mizudashi .cv .blend dt:not(.open):after {
  rotate: 90deg;
}
#mizudashi .cv .blend dd {
  display: none;
  font-size: var(--fz-13);
  letter-spacing: 0;
  background: #FFF;
  padding: var(--fz-15) var(--fz-20);
}
#mizudashi .cv .blend_area .caution {
  font-size: var(--fz-13);
  text-align: left;
  letter-spacing: 0;
  line-height: 1.33;
  margin: var(--fz-15) 0;
}
#mizudashi .surely-read {
  text-align: left;
  letter-spacing: 0;
  background: #FFF;
  border: 1px solid #645141;
  padding: 0 var(--fz-13);
}
#mizudashi .surely-read--title {
  position: relative;
  font-size: var(--fz-14);
  font-weight: bold;
  padding: 8px 0 6px;
  cursor: pointer;
}
#mizudashi .surely-read--title:before,
#mizudashi .surely-read--title:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: var(--fz-12);
  height: 2px;
  background: #645141;
}
#mizudashi .surely-read--title:not(.open):after {
  rotate: 90deg;
}
#mizudashi .surely-read ul {
  display: none;
  border-top: 1px solid #645141;
  font-size: var(--fz-13);
  line-height: 1.33;
  padding: var(--fz-10) 0 var(--fz-15);
}
#mizudashi .voice {
  padding: var(--fz-40) var(--fz-20);
  background: url(../../../img/usr/freepage/mizudashi-red5-ad/bg_voice.jpg) repeat-y center top / 100%;
}
#mizudashi .voice h2 {
  padding: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 var(--fz-10);
}
#mizudashi .voice h2 img {
  width: calc(621 / 750 * 100vw);
}
#mizudashi .voice li {
  display: flex;
  flex-wrap: wrap;
  padding: var(--fz-20) 0 var(--fz-20);
  border-bottom: 1px solid #EB7680;
}
#mizudashi .voice li:last-child {
  border: 0;
}
#mizudashi .voice li h3 {
  color: #EB7680;
  font-size: var(--fz-19);
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 0 0 var(--fz-10);
  text-align: center;
}
#mizudashi .voice li .person {
  width: 25%;
}
#mizudashi .voice li .person figure {
  width: 80%;
  margin: 0 auto;
}
#mizudashi .voice li .person p {
  letter-spacing: 0;
  text-align: center;
  margin: var(--fz-5) 0 0;
}
#mizudashi .voice li .review {
  width: 75%;
  font-size: var(--fz-14);
  line-height: 1.5;
  letter-spacing: .5px;
  padding: 0 0 0 var(--fz-15);
}
#mizudashi .voice .note {
  font-size: var(--fz-13);
  line-height: 1.33;
  letter-spacing: 0;
  margin: var(--fz-10) 0 0;
}
#mizudashi #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;
}
#mizudashi #kodawari {
  background: #ebfdfd;
  position: relative;
  z-index: 0;
  padding: 20px 0 35px;
}
#mizudashi .mizudashi-herb-inner {
  margin: 0 var(--fz-20);
}
#mizudashi #kodawari .kodawari_ttl {
  font-weight: bold;
  font-size: 29px;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
#mizudashi #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;
}
#mizudashi #kodawari .kodawari_list {
  margin: 10px 0;
}
#mizudashi #kodawari .kodawari_list li + li {
  margin-top: 25px;
}
#mizudashi #kodawari .kodawari_list .list_ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  font-weight: bold;
}
#mizudashi #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;
}
#mizudashi #kodawari .kodawari_list .list_img {
  margin: 0 -4px;
}
#mizudashi #kodawari .kodawari_list .list_txt {
  font-size: 15px;
  margin: 8px 0 0;
}
#mizudashi #method {
  padding: 0 0 30px;
}
#mizudashi #method .method_ttl {
  position: relative;
  font-size: 25px;
  color: #46332b;
  font-weight: bold;
  line-height: 1.2;
  margin: 40px 0 20px;
  padding: 0;
  text-align: center;
}
#mizudashi #method .method_ttl img {
  position: absolute;
  bottom: 95%;
  right: 15px;
  width: 81px;
}
#mizudashi #method .method_list {
  margin: 20px 0;
}
#mizudashi #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;
  margin: 8px 0 0;
}
#mizudashi #method .method_list li + li {
  margin-top: 10px;
}
#mizudashi #method .method_list li .img_step {
  width: 58px;
  flex-shrink: 0;
  margin-right: 10px;
}
#mizudashi #method .method_list li .small {
  font-size: 12px;
  font-weight: normal;
}
#mizudashi #method .method_txt {
  font-size: 12px;
  letter-spacing: 0;
}
#mizudashi .cv.bottle {
  background: #EBFDFD;
}
#mizudashi .cv.bottle .head {
  color: #48A39B;
}
#mizudashi .cv.bottle .head span {
  font-size: var(--fz-19);
}
#mizudashi .cv.bottle .head:before,
#mizudashi .cv.bottle .head:after {
  background: #48A39B;
}
#mizudashi .cv.bottle .img {
  margin: 0 0 var(--fz-25);
}
#mizudashi .cv.bottle .name {
  background: linear-gradient(to right, #9FD1CC 0px, #9FD1CC 8px, #ffffff 8px, #ffffff 13px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 0 var(--fz-12);
}
#mizudashi .cv.bottle .name .sub {
  color: #62C5BC;
  font-size: var(--fz-11);
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 var(--fz-5);
}
#mizudashi .cv.bottle .price-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 var(--fz-12);
}
#mizudashi .cv.bottle .price-area p {
  padding: 0;
  letter-spacing: 0;
  font-size: var(--fz-16);
  line-height: 1.3;
  margin: 0 0 var(--fz-5);
}
#mizudashi .cv.bottle .price-area .color {
  font-size: var(--fz-12);
}
#mizudashi .cv.bottle .comment {
  margin: 0 0 -10px;
}
#mizudashi .cv.bottle .price {
  color: #645141;
  font-size: var(--fz-20);
}
#mizudashi .cv.bottle .price .icon {
  display: block;
  width: 50px;
  margin: 0 0 0 auto;
  transform: translateY(5px);
}
#mizudashi .cv.bottle .price .num {
  font-size: var(--fz-36);
}
#mizudashi .cv.bottle .price .tax {
  font-size: var(--fz-10);
}
#mizudashi .cv .material {
  text-align: center;
  margin: 0 0 var(--fz-15);
}
#mizudashi .cv .material-lead {
  margin: 0 0 2px;
}
#mizudashi .cv .material-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
#mizudashi .cv .material-label {
  border: 1px solid #2E2E2E;
  color: #44342C;
  font-size: var(--fz-13);
  line-height: 1;
  padding: 4px 8px 3px;
}
#mizudashi .cv.bottle .item-link {
  text-align: right;
  margin: 0 0 var(--fz-12);
}
#mizudashi .cv.bottle .item-link a {
  color: #48A39B;
}
#mizudashi .about {
  padding: var(--fz-50) 0 var(--fz-30);
}
#mizudashi .about p {
  margin: var(--fz-25) 0 0;
  padding: 0 var(--fz-34);
  letter-spacing: 0;
}
#mizudashi .followus {
  background: #fff;
  padding: var(--fz-30) 0 var(--fz-30);
}
#mizudashi .followus_text {
  font-size: var(--fz-14);
  text-align: center;
  padding: var(--fz-20) 0 var(--fz-10);
  line-height: 1.75;
}
#mizudashi .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo {
  width: 55px !important;
}
#mizudashi .followus .ecbn-selection-to-nextpage ,
#mizudashi .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
  display: none;
}
#mizudashi .followus_more_btn {
  line-height: 1;
  max-height: none;
  max-width: none;
  text-align: center;
  margin: 20px 0 0;
}
#mizudashi .followus_more_btn img {
  width: 100px;
}
#mizudashi .ecbn-selection-page-wrapper .ecbn-selection-snap {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}
#mizudashi li.ecbn-selection-item {
  width: 50% !important;
  position: revert !important;
}

@media only screen and (max-width: 800px) {
  body > .wrapper {
    padding-top: 60px;
  }
  .header-logowrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 101;
    display: block;
    background: #ffff;
	  border-bottom: 1px solid #f5f5f5
	}
  .logo-img {
    padding: 18px 0 12px;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  #mizudashi .fixed-message {
    width: 100%;
    top: 60px;
  }
  #mizudashi .inner {
    width: auto;
  }
  #mizudashi #leftmenu {
    display: none;
  }
  #mizudashi #contents {
    margin: 0 auto;
  }
}
@media (min-width: 376px) and (max-width:800px) {
  #mizudashi {
    padding: 0;
  }
  #mizudashi #contents {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .balloontip {
    margin: 20px 0 0 30px;
  }
  #mizudashi {
    padding: 70px 0;
  }
  .header-logowrap {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    transition: all 0.4s ease;
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 100;
    top: 0;
  }
  .logo-img img {
    height: 40px;
    margin: 4px auto 0;
    display: block;
  }
}
