@charset "UTF-8";




.the-cacao .the-cacao-fruit {
  background: linear-gradient(0deg, #F7F8F1 0%, #F7F8F1 100%), #FFF;
}
.the-cacao .the-cacao-fruit .fruit-mv {
  padding-top: calc(127 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-mv__logo {
  margin: 0 auto;
  width: calc(257 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-mv__logo img {
  width: 100%;
}
.the-cacao .the-cacao-fruit .fruit-mv__visual {
  position: relative;
  margin: calc(58 / var(--tc_SpDesign) * 100vw) 0 calc(40 / var(--tc_SpDesign) * 100vw);
  opacity: 0;
}
.the-cacao .the-cacao-fruit .fruit-mv__logo,
.the-cacao .the-cacao-fruit .fruit-mv__visual {
  opacity: 0;
}
.the-cacao-loaded .the-cacao .the-cacao-fruit .fruit-mv.is-intersect .fruit-mv__logo {
  animation: tcFadein 0.8s forwards 0.3s;
}
.the-cacao-loaded .the-cacao .the-cacao-fruit .fruit-mv.is-intersect .fruit-mv__visual {
  animation: tcFadein 0.8s forwards 0.5s;
}

.the-cacao .the-cacao-fruit .fruit-bg-box {
  z-index: 2;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px -3px 6px rgba(0, 0, 0, 0.15));
  padding-top: calc(50 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-bg-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: url("/products/brand/the-cacao/assets/img/fruit/bg_sp.jpg") top center/cover;
  -webkit-clip-path: url(#fruit-bg-clip-path-sp);
          clip-path: url(#fruit-bg-clip-path-sp);
  z-index: -1;
}
.the-cacao .the-cacao-fruit .fruit-heading {
  text-align: center;
  font-weight: normal;
  color: #BA5418;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-size: calc(28 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-description {
  color: #351807;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: calc(16 / var(--tc_SpDesign) * 100vw);
  font-size: calc(18 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-description sup {
  font-size: 0.6em;
  position: relative;
  top: -0.55em;
}
.the-cacao .the-cacao-fruit .fruit-note {
  font-family: var(--tc_fontGothic);
  font-size: calc(14 / var(--tc_SpDesign) * 100vw);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: calc(13 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-feature {
  margin-top: calc(80 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-feature__heading {
  text-align: center;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/products/brand/the-cacao/assets/img/fruit/heading-bg_sp.jpg") no-repeat center center/cover;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: calc(180 / var(--tc_SpDesign) * 100vw);
  height: calc(40 / var(--tc_SpDesign) * 100vw);
  font-size: calc(24 / var(--tc_SpDesign) * 100vw);
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: calc(-20 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-feature__heading::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #FFF;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.the-cacao .the-cacao-fruit .fruit-feature__body {
  background: #fff;
  border-radius: calc(8 / var(--tc_SpDesign) * 100vw);
  padding: calc(40 / var(--tc_SpDesign) * 100vw) calc(40 / var(--tc_SpDesign) * 100vw) calc(30 / var(--tc_SpDesign) * 100vw) calc(40 / var(--tc_SpDesign) * 100vw);
  position: relative;
}
.the-cacao .the-cacao-fruit .fruit-feature__body::after {
  content: "";
  display: block;
  aspect-ratio: 390/422;
  background: url("/products/brand/the-cacao/assets/img/fruit/tree.png") no-repeat center center/contain;
  position: absolute;
}
.the-cacao .the-cacao-fruit .fruit-feature__list {
  list-style-type: none;
  text-align: center;
}
.the-cacao .the-cacao-fruit .fruit-feature__item {
  background: linear-gradient(to right, #BAB2AF 4px, transparent 4px) repeat-x left bottom/9px 1px;
  color: #351807;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  font-size: calc(20 / var(--tc_SpDesign) * 100vw);
  margin-bottom: calc(16 / var(--tc_SpDesign) * 100vw);
  padding-bottom: calc(16 / var(--tc_SpDesign) * 100vw);
  letter-spacing: 0.08em;
}
.the-cacao .the-cacao-fruit .fruit-feature__item:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.the-cacao .the-cacao-fruit .fruit-info {
  margin-top: calc(103 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-fruit .fruit-info__image {
  margin: calc(38 / var(--tc_SpDesign) * 100vw) calc(-13 / var(--tc_SpDesign) * 100vw) 0;
}
.the-cacao .the-cacao-fruit .fruit-banner {
  background: rgba(194, 186, 174, 0.55);
  margin-top: calc(75 / var(--tc_SpDesign) * 100vw);
  padding-block: calc(40 / var(--tc_SpDesign) * 100vw);
}
@media (min-width: 768px) {
  .the-cacao .the-cacao-fruit .fruit-mv {
    padding-top: 144px;
  }
  .the-cacao .the-cacao-fruit .fruit-mv__logo {
    width: 400px;
  }
  .the-cacao .the-cacao-fruit .fruit-mv__visual {
    margin: 86px auto 0;
    max-width: 1150px;
  }
  .the-cacao .the-cacao-fruit .fruit-bg-box {
    filter: drop-shadow(0px -4px 8px rgba(0, 0, 0, 0.15));
    padding-top: calc(3% + 93px);
  }
  .the-cacao .the-cacao-fruit .fruit-bg-box::before {
    background-image: url("/products/brand/the-cacao/assets/img/fruit/bg.jpg");
    min-width: 1440px;
    -webkit-clip-path: url(#fruit-bg-clip-path-pc);
            clip-path: url(#fruit-bg-clip-path-pc);
  }
  .the-cacao .the-cacao-fruit .fruit-heading {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
  .the-cacao .the-cacao-fruit .fruit-description {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
  }
  .the-cacao .the-cacao-fruit .fruit-note {
    text-align: center;
    color: #351807;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 0.05em;
  }
  .the-cacao .the-cacao-fruit .fruit-feature {
    margin-top: 80px;
  }
  .the-cacao .the-cacao-fruit .fruit-feature__heading {
    font-size: 28px;
    line-height: 1.5;
    width: 280px;
    height: 56px;
    margin-bottom: -28px;
    background: url("/products/brand/the-cacao/assets/img/fruit/heading-bg.jpg") no-repeat center center/cover;
  }
  .the-cacao .the-cacao-fruit .fruit-feature__body {
    border-radius: 8px;
    max-width: 864px;
    margin: 0 auto;
    padding: 56px 40px 40px;
  }
  .the-cacao .the-cacao-fruit .fruit-feature__body::after {
    width: 195px;
    right: -48px;
    bottom: -118px;
  }
  .the-cacao .the-cacao-fruit .fruit-feature__item {
    font-size: 22px;
    letter-spacing: 0.09em;
    max-width: calc(100% - 112px);
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  .the-cacao .the-cacao-fruit .fruit-info {
    margin-top: 80px;
  }
  .the-cacao .the-cacao-fruit .fruit-info__image {
    margin: 10px auto 0;
    max-width: 928px;
  }
  .the-cacao .the-cacao-fruit .fruit-banner {
    padding-block: 80px;
    margin-top: 80px;
  }
  .the-cacao .the-cacao-fruit .fruit-banner__link {
    display: block;
    max-width: 864px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .the-cacao .the-cacao-fruit .fruit-feature__body::after {
    width: calc(160 / var(--tc_SpDesign) * 100vw);
    left: calc(-77 / var(--tc_SpDesign) * 100vw);
    bottom: calc(-118 / var(--tc_SpDesign) * 100vw);
  }
}