@import url("grid.css");

*,
body {
  color: #3c3c43;
  line-height: 1.6;
}

.product_p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
  margin-top: 15px;
}

.product_txt {
  font-size: 13px;
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
  font-weight: 500;
  text-align: justify;
}

.product_txt li {
  line-height: 1.6;
  padding: 2px 0;
}

.muji-red {
  color: #7f0019;
}

.tea_icon {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  /* margin: 0 auto; */
  margin-bottom: 30px;
}

.introduce_txt {
  padding: 3px 10px;
  background-color: #e9f0ee;
  /* width: fit-content; */
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0px;
}

.tea_Body {
  color: #1d1d1f;
}

.tea_name {
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  margin: 15px 0;
  padding: 5px 0;
  text-align: center;
}

.padding_15 {
  padding: 15px;
}

.productsPrice {
  font-size: 12px;
  text-align: right;
  color: #1d1d1f;
}

.productsPrice span {
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 3px;
}

.method_bg {
  background-color: #e2e4df;
}

.method_ttl {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.method_txt {
  font-size: 13px;
  line-height: 2;
}

.method_ttl_2 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}

.method_ttl_2 span {
  font-size: 12px;
  font-weight: 400;
}

.method_txt_2 {
  font-size: 13px;
  line-height: 1.6;
}

.hero_ttl {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}
.hero_secTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.eyecatch__heading {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 120%;
  white-space: nowrap;
  writing-mode: vertical-lr;
  /* writing-mode: vertical-rl */
}

.eyecatch__heading span {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 750px) {
  .method_ttl {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .method_txt {
    line-height: 1.5;
    text-align: left;
  }

  .method_txt_2 {
    line-height: 1.5;
    text-align: left;
  }

  .sf-main .u-justifyContent_center {
    justify-content: left;
  }

  .eyecatch__heading {
    font-size: 28px;
    left: 30px;
    line-height: 140%;
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
  }

  .eyecatch__heading span {
    font-size: 23px;
    font-weight: 700;
  }

  .--reverse .eyecatch__heading {
    left: 0;
    position: absolute;
    right: 30px;
  }

  .tea_name {
    font-size: 14px;
    padding: 5px 5px;
  }
}
