@import url("grid.css");

*,
body {
  color: #1d1d1f;
  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;
  /* margin-bottom: 15px; */
  margin: 15px 0;
  padding: 5px 0;
  text-align: justify;
}

.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: 20px; */
  font-size: 32px;
  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;
}

.content__headIcon {
  width: 40px;
}

.moreButtons__heading {
  font-size: 18px;
}

.moreButtons__container {
  background-color: #faf5f3;
  background-color: var(--fade-red, #faf5f3);
  padding: 20px;
}

.moreButtons__list {
  display: flex;
  gap: 12px;
  width: 100%;
}

.moreButtons__itemLink {
  background-color: #ead9d2;
  background-color: var(--pale-red, #ead9d2);
  border-radius: 24px;
  display: inline-block;
  transition: filter 0.3s ease;
}

.moreButtons__itemLink:hover {
  filter: brightness(90%);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #faf5f3;
}

.tabs label {
  min-width: 380px;
  text-align: center;
  order: 1;
  display: block;
  padding: 0.5rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #ead9d2;
  font-weight: 500;
  font-size: 14px;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  margin-top: 0px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked+label {
  background: #fff;
}

.tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

.tabs.sec-tab label {
  /* min-width: 200px; */
  min-width: min-content;
}

.tabs.sec-tab {
  background: none;
  gap: 12px;
}

.tabs.sec-tab .tab {
  padding: 0px;
}

.tabs.sec-tab label {
  border: 1px solid #c4c4c6;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  /* padding: 12px 36px; */
  background: none;
  text-align: center;
}

.tabs.sec-tab input[type="radio"]:checked+label {
  background: #ebebec;
}

.section__heading {
  font-size: 32px;
}

.sf-u-font_description {
  font-size: 18px;
}

@media (max-width: 45em) {

  .tabs .tab,
  .tabs label {
    /* order: 0; */
  }

  .tabs label {
    width: 50%;
    margin-right: 0;
    margin-top: 0.2rem;
    min-width: auto;
  }

  .tabs.sec-tab label {
    min-width: 50px;
    width: 48%;
    /* padding: 12px 30px; */
    padding: 12px 0px;
    border-radius: 75px;
  }
}

@media screen and (min-width: 751px) {
  .moreButtons__container {
    border-radius: 7px;
    padding: 32px 0;
  }

  .moreButtons__list {
    justify-content: center;
  }

  .moreButtons__itemLink {
    padding: 12px 36px;
  }
}

@media screen and (max-width: 750px) {
  .moreButtons__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .moreButtons__itemLink {
    padding: 12px 32px;
  }

  .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;
  }

  .hero_ttl {
    font-size: 18px;
    /* text-align: left; */
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
  }
}