@charset "UTF-8";




.the-cacao .tc-l-footer {
  background: var(--tc_colorMain4);
  border-bottom: 1px solid var(--tc_colorMain5);
}
.the-cacao .tc-l-header__logo .black {
  display: none;
}
.the-cacao .tc-l-header__logo .white {
  display: block;
}
.the-cacao .tc-l-header__btn {
  color: #fff;
}
.the-cacao .tc-l-header__btn-icon {
  border-color: #fff;
}
.the-cacao .tc-l-header__btn-icon::before, .the-cacao .tc-l-header__btn-icon::after {
  background-color: #fff;
}

.the-cacao-tasting {
  color: white;
  overflow: hidden;
  background: url("/products/brand/the-cacao/assets/img/tasting/bg_tasting_mobile.png") repeat top center;
  padding-bottom: calc(80 / var(--tc_SpDesign) * 100vw);
  background-size: 100% 100%;
}
.the-cacao-tasting .tasting-howto {
  position: relative;
  z-index: 1;
  margin-top: calc(42 / var(--tc_SpDesign) * 100vw);
}
.the-cacao-tasting .tasting-howto__heading {
  font-weight: var(--tc_gothicWeight_medium);
  font-size: calc(26 / var(--tc_SpDesign) * 100vw);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
.the-cacao-tasting .tasting-howto__menu {
  list-style: none;
  display: flex;
  position: relative;
}
.the-cacao-tasting .tc-m-book-item {
  max-width: 72.533333vw;
}
.the-cacao-tasting .tc-m-book-item--left {
  margin-right: auto;
}
.the-cacao-tasting .tc-m-book-item--right {
  margin-left: auto;
}
.the-cacao-tasting .tc-m-book-item__heading {
  margin-top: calc(25 / var(--tc_SpDesign) * 100vw);
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  font-size: calc(20 / var(--tc_SpDesign) * 100vw);
}
.the-cacao-tasting .tc-m-book-item__heading .no {
  font-size: calc(24 / var(--tc_SpDesign) * 100vw);
  margin-right: calc(2 / var(--tc_SpDesign) * 100vw);
}
.the-cacao-tasting .tc-m-book-item__heading::after {
  display: none;
}
.the-cacao-tasting .tc-m-book-item__text {
  margin-top: calc(7 / var(--tc_SpDesign) * 100vw);
}
@media (min-width: 768px) {
  .the-cacao-tasting {
    background: url("/products/brand/the-cacao/assets/img/tasting/bg_tasting_pc.png") repeat top center;
    padding-bottom: 145px;
    background-size: 100% 100%;
  }
  .the-cacao-tasting .tasting-howto {
    margin-top: 78px;
  }
  .the-cacao-tasting .tasting-howto__heading {
    font-size: 28px;
    letter-spacing: 0.15em;
  }
  .the-cacao-tasting .tasting-howto__menu {
    row-gap: 43px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 864px;
    width: calc(100% - var(--tc_sidePaddingPc1) * 2);
    margin: 65px auto 0;
  }
  .the-cacao-tasting .tc-m-book-item {
    width: 100%;
    max-width: 342px;
  }
  .the-cacao-tasting .tc-m-book-item:nth-of-type(even) {
    margin-top: 47px;
  }
  .the-cacao-tasting .tc-m-book-img__label {
    bottom: -30px;
  }
  .the-cacao-tasting .tc-m-book-item__heading {
    padding-left: 23px;
    margin-top: 30px;
    letter-spacing: 0.12em;
    font-size: 22px;
  }
  .the-cacao-tasting .tc-m-book-item__heading .no {
    font-size: 28px;
    margin-right: 3px;
  }
  .the-cacao-tasting .tc-m-book-item__text {
    padding-left: 23px;
    max-width: 92%;
    margin-top: 7px;
  }
  .the-cacao-tasting .tc-m-book-item__text:first-of-type {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .the-cacao-tasting .tasting-howto__menu {
    flex-direction: column;
    margin-top: calc(43 / var(--tc_SpDesign) * 100vw);
  }
  .the-cacao-tasting .tc-m-book-item:not(:first-of-type) {
    margin-top: calc(40 / var(--tc_SpDesign) * 100vw);
  }
}