@charset "UTF-8";




.the-cacao {
  background: none;
}
.the-cacao .tc-l-footer {
  background: var(--tc_colorMain4);
  border-bottom: 1px solid var(--tc_colorMain5);
}
.the-cacao .the-cacao-single {
  padding-top: calc(64 / var(--tc_SpDesign) * 100vw);
  padding-bottom: calc(80 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .the-cacao-single__container {
  position: relative;
  max-width: calc(638px + var(--tc_sidePaddingPc1) * 2);
}
.the-cacao .article {
  margin-top: calc(48 / var(--tc_SpDesign) * 100vw);
  font-family: var(--tc_fontGothic);
}
.the-cacao .article__box {
  padding-bottom: calc(40 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .article__time {
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: calc(15 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .article__title {
  font-size: calc(15 / var(--tc_SpDesign) * 100vw);
  margin-bottom: calc(32 / var(--tc_SpDesign) * 100vw);
  margin-top: calc(8 / var(--tc_SpDesign) * 100vw);
  line-height: 1.5;
}
.the-cacao .article__thumb {
  margin-bottom: calc(32 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .article__thumb img {
  width: 100%;
}
.the-cacao .article__content {
  font-family: var(--tc_fontGothic);
  line-height: 1.5;
  font-size: calc(15 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .article__content a {
  word-break: break-all;
  text-decoration: underline;
}
.the-cacao .article__back-button {
  display: block;
  text-align: left;
  color: #351807;
  border-bottom: 1px;
  font-size: calc(15 / var(--tc_SpDesign) * 100vw);
  position: relative;
  padding-left: calc(32 / var(--tc_SpDesign) * 100vw);
  width: -moz-fit-content;
  width: fit-content;
}
.the-cacao .article__back-button::after {
  position: absolute;
  content: "";
  height: auto;
  border-bottom: 1px solid;
  right: 0;
  bottom: 0;
  width: calc(100% - 32 / var(--tc_SpDesign) * 100vw);
}
.the-cacao .article__back-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(12 / var(--tc_SpDesign) * 100vw);
  width: calc(12 / var(--tc_SpDesign) * 100vw);
  height: calc(12 / var(--tc_SpDesign) * 100vw);
  background-color: black;
  top: calc(50% - 6 / var(--tc_SpDesign) * 100vw);
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 60% 50%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 60% 50%, 100% 100%);
}
@media (min-width: 768px) {
  .the-cacao .the-cacao-single {
    padding-top: 80px;
    padding-bottom: 144px;
  }
  .the-cacao .the-cacao-single .tc-m-page-top__title-text--en {
    font-size: 50px;
  }
  .the-cacao .article {
    margin-top: 80px;
  }
  .the-cacao .article__box {
    padding-bottom: 64px;
  }
  .the-cacao .article__time {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
  .the-cacao .article__title {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.66666667;
    margin-top: 8px;
  }
  .the-cacao .article__thumb {
    margin-bottom: 40px;
  }
  .the-cacao .article__content {
    font-size: 16px;
    letter-spacing: 0.13em;
  }
  .the-cacao .article__back-button {
    font-size: 16px;
    padding-left: 20px;
  }
  .the-cacao .article__back-button::after {
    width: calc(100% - 20px);
  }
  .the-cacao .article__back-button::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}