@import url("grid.css");

*,
body {
  color: #1d1d1f;
  line-height: 1.6;
}

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

.sf-aside,
.sf-main {
  display: block !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: flex;
}

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

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


.signup-text{
  margin-top: 64px;
}
.signup-text h3{
      font-weight: 800;
  font-size: 20px;
  color: #7f0019;
}

.signup-text .StickyInnerHeader_button{
  margin-top: 24px;
  margin-bottom: 0px;
}




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

#Tea1 .product_p {
  min-height: 110px;
}
#Tea2 .product_p {
  min-height: 70px;
}
#Tea3 .product_p {
  min-height: 90px;
}

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

.productsPrice span {
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  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: 800;
  text-align: center;
  margin-bottom: 0.75rem;
  font-size: 28px;
}

.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: #94243a;
}
.ferratella img.year-icon {
  width: 60px;
}

.jelly {
  background: #475036;
}
.jelly img.year-icon {
  width: 90px;
}

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

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

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

.contact-bg {
  background: #f5f5f5;
}

.button-container {
  text-align: center;
}

.custom-button {
  display: inline-block;
  width: 193px;
  height: 21px;
  background-color: #3c3c43;
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 21px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-weight: 800;
}

.custom-button:hover {
  background-color: #2e2e33;
}

.custom-button span img {
  vertical-align: middle;
  width: 20px;
}

.StickyInnerHeader_button {
  position: relative;
  /* height: 38px;
  width: 182px; */
  /* height: 69px; */
  /* width: 485px; */
  margin: 48px auto;
}

.StickyInnerHeader_button-text {
  font-size: 18px;
  line-height: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.StickyInnerHeader_button-icon {
  height: 1rem;
  width: 1rem;
}

.StickyInnerHeader_contents {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 120px;
}

.Button {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0.25rem;
  /* padding: 10px; */
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 160%;
}

.StickyInnerHeader_button {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.Button--base {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  /* padding: 20px 80px; */
  background-color: #3c3c43;
  color: #fff;
  width: 340px;
  height: 60px;
}

/* .Button--base {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1 !important;
  background-color: #3C3C43;
  color: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
} */

.Button--base:hover {
  background-color: #2e2e33;
}

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: 1px solid #d8d8d9;
}

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

.hero__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
  pointer-events: none;
}

.text-overlay {
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  width: 100%; /* 與圖片寬度相同 */
  height: 100%; /* 與圖片高度相同 */
  pointer-events: none;
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

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

.banner-owl.owl-carousel .owl-dots {
  display: none;
}

.photo-owl.owl-carousel {
  margin: 40px auto;
}

.photo-owl.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.photo-owl.owl-carousel .owl-dots .owl-dot.active span,
.photo-owl.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff; /* 中心圓的顏色 */
  border-radius: 50%; /* 確保圓形 */
  box-shadow: 0 0 0 1px #000, /* 第一層：細黑色框 */ 0 0 0 3px #fff; /* 第二層：白色外框 */
}

@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .mobOnly {
    display: block !important;
  }

  .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: 2rem;
  }

  .StickyInnerHeader_button {
    width: 100%;
  }

  .eyecatchText-slide.-show {
    animation: none;
  }

  .sf-heading.-h3 {
    margin-top: 20px;
  }
}

@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: 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: 14px;
    padding: 5px 5px;
  }

  .StickyInnerHeader_button {
    display: grid;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
