@import url("grid.css");

*,
body {
  color: #1d1d1f;
  line-height: 1.6;
  font-family: "Helvetica Neue", "NotoSansCJKtc", "Arial", "微軟正黑體修正",
    "微軟正黑體", sans-serif !important;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

.pcOnly {
  display: block !important;
}
.mobOnly {
  display: none !important;
}

.sf-buttonGroup a{
  border: none;
  font-weight: 900;
    transition: all .3s ease-out;
        font-size: 1.125rem;
    padding: 20px 32px;
}

.sf-simpleBff_productsItemPriceNum{
  font-family: "Helvetica Neue", "NotoSansCJKtc", "Arial", "微軟正黑體修正", "微軟正黑體", sans-serif !important;
}

.sf-buttonGroup a:hover{
  opacity: 0.8;
}

.sf-fixedAnchor_itemLink {
  font-size: 14px;
}

.shopLink a {
  color: rgb(29, 29, 31) !important;
}

.muji_red {
  color: #7f0019;
}


.sf-commonBanner_itemHeading {

    text-align: left;
}


.pro_bg {
  background: #f4eede;
}

.product_p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin-top: 15px;
  padding: 10px 16px;
  min-height: 90px;
}

.topline {
  border-top: 1px solid #ddd;
  margin-top: -1px;
}



.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_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

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

.productsPrice span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", "sans-serif" !important;
  padding: 0px 3px;
}

.pickup .productsPrice {
  text-align: left;
}

.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: 800;
  line-height: 1.8;
  text-align: center;
}

.sf-heading.-h3 {
  font-weight: 900;
}

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

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

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

.tabs label {
  display: none !important; /* 有選項時打開 */

  max-width: 350px;
  width: 32%;
  height: 40px;
  text-align: center;
  order: 1;
  display: block;
  padding: 0.5rem 2rem;
  /* margin: 0 0.4rem; */
  margin: 0 15rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: background ease 0.2s;
  background-color: #eee;
  border-radius: 6px 6px 0 0;
  color: #696969;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 0rem;
  background: #fff;
  margin-top: 0px;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: 0;
  color: #000;
  z-index: 9;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;

  /* border-top: 1px solid #999; */
  /* 有選項時打開 */
  margin-top: -1px;
}

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

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

.anchor__bodyItem:after {
  background: url(../img/ico-arrow20-down.svg) no-repeat 100% / contain;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}

.ferratella {
  background: #f4eede;
}
.ferratella img.year-icon {
  width: 75px;
}

.jelly {
  background: #f4eede;
}
.jelly img.year-icon {
  width: 110px;
}

.teaCookie {
  background: #f4eede;
}
.teaCookie img.year-icon {
  width: 120px;
}

img.year-icon {
  position: absolute;
  right: 2rem;
  bottom: 7rem;
}

.text-left {
  text-align: left;
}

.contact-bg {
  background: #f5f5f5;
}

.sf-main_container #Tea4 .category__detail a {
  border: none;
  background-color: #3c3c43;
  color: #fff;
  padding: 20px 130px;
  text-align: center;
  display: inline;
  font-weight: 900;
  font-size: 18px;
}

.sf-main_container #Tea4 .category__detail a:hover {
  background-color: #fff;
  color: #3c3c43;
  text-align: center;
  display: inline;
}

img.contact-icon {
  width: 80px;
}
img.coming-soon {
  width: 200px;
}

.commonBanner_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 20px;
}
.commonBanner_body .commonBanner_items {
  width: calc(33% - 20px);
}

.commonBanner_body .commonBanner_items img {
  border: none;
}

.commonBanner_body .commonBanner_items .commitem_text {
  text-align: left;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    /* order: 0; */
  }
  .tabs label {
    width: 50%;
    margin-right: 0;
    margin-top: 0.2rem;
    min-width: auto;
    /* margin: 0.2rem 1rem 0 1rem; */
    /* padding: 0.5rem 1rem; */
  }

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

@media (max-width: 768px) {
  .lineup ul {
    justify-content: flex-start !important;
  }

  .commonBanner_body .commonBanner_items {
    width: calc(50% - 12px);
  }
  .commonBanner_body .commonBanner_items .commitem_text {
    font-size: 14px;
  }

  img.year-icon {
    right: 2rem;
    bottom: 7rem;
  }
}

@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) {
  .pcOnly {
    display: none !important;
  }
  .mobOnly {
    display: block !important;
  }

  .sf-main_container #Tea4 .category__detail a {
    padding: 20px 85px;
  }

  .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: 30px;
    /* 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: 16px;
    padding: 5px 5px;
    margin-top: 0px;
  }

  .anchor__bodyItem:after {
    display: none;
  }

  .anchor__bodyHeading {
    font-size: 16px;
    padding: 20px 0px;
  }

  #Tea1 .product_p {
    height: 135px;
  }

  #Tea3 .product_p {
    height: 135px;
  }

  .sf-heading.-h3 {
    font-size: 30px;
  }

  .sf-commonBanner_heading.sf-heading.-h3 {
    font-size: 18px;
  }

  .mtmob-0 {
    margin-top: 0px;
  }

  .mtmob-20 {
    margin-top: 28px;
  }
}
