/*common*/
html {
  font-size: 62.5%;
}

.cacao-container {
  color: #683608;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cacao-container {
    font-size: 1.4rem;
  }
  .cacao-container p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2;
  }
}

.cacao-container_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.cacao-days {
  font-size: 12px;
  color: #707070;
  margin-bottom: 12px;
}

.cacao-article-days {
  font-size: 12px;
  color: #707070;
  margin: 20px 0 0 0;
}

.pagination {
  margin: 64px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li.first, .pagination > li.last {
  display: none;
}
.pagination > li a {
  border: 1px solid #dfdacb;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 25px 0;
  }
}
.cacao-h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 64px auto 0;
}
.cacao-h1 .small {
  font-size: 65%;
}

@media screen and (max-width: 767px) {
  .cacao-h1 {
    font-size: 24px;
    margin: 30px auto 0;
  }
}
.cacao-h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 90px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cacao-h2 {
    margin: 80px auto 30px;
  }
}
.cacao-h2_l-bd {
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C6B8A5), color-stop(50%, #C6B8A5), color-stop(50%, #2F1701), to(#2F1701));
  background: linear-gradient(180deg, #C6B8A5 0%, #C6B8A5 50%, #2F1701 50%, #2F1701 100%);
  display: inline-block;
  margin: 0 15px 0 0;
}

.cacao-h2_l-bd--2 {
  width: 4px;
  height: 85px;
}

.cacao-h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 90px auto 30px;
  display: block;
  border-bottom: 2px solid #2F1701;
  position: relative;
  padding: 0 0 5px 0;
}
.cacao-h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 160px;
  height: inherit;
  border-bottom: 2px solid #C6B8A5;
}

@media screen and (max-width: 767px) {
  .cacao-h3 {
    margin: 80px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-h3::before {
    width: 25%;
  }
}
.cacao-video {
  max-width: 800px;
  height: 450px;
  background: gray;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .cacao-video {
    max-width: 92vw;
    height: 51.734vw;
    margin: 40px auto;
  }
}
.cacao-txt {
  font-size: 16px;
  line-height: 2em;
  margin: 24px auto;
}

.cacao-ano {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px auto;
}

.cacao-btns {
  width: 408px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

@media screen and (max-width: 767px) {
  .cacao-btns {
    width: 82.134vw;
  }
}
.cacao-btns--first-or-last {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cacao-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 184px;
  height: 50px;
  border: 1px solid #DFDACB;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cacao-btns a {
    width: 38.4vw;
    height: 13.334vw;
  }
}
.cacao-images {
  max-width: 786px;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cacao-images {
    max-width: 100%;
  }
}
.cacao-images--3 {
  max-width: 1240px;
}

.cacao-images .l-card-img {
  width: 47.456%;
}
.cacao-images .l-card-img--1 {
  width: 100%;
  margin: auto;
}
.cacao-images .l-card-img--3 {
  width: 30.081%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cacao-images .l-card-img {
    width: 47.247%;
  }
}
.cacao-2clmBox-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cacao-2clmBox-l_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

.cacao-2clm {
  overflow: hidden;
}

.cacao-2clm_img {
  display: block;
}
.cacao-2clm_img.left {
  float: left;
  margin-right: 35px;
}
.cacao-2clm_img.right {
  float: right;
  margin-left: 35px;
}

.cacao-2clm_text {
  width: 100%;
}

.cacao-2clm_img figcaption {
  margin-top: 5px;
}

.cacao-h2_l-bd-2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 60px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
}
.cacao-h2_l-bd-2::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C6B8A5), color-stop(50%, #C6B8A5), color-stop(50%, #2F1701), to(#2F1701));
  background: linear-gradient(180deg, #C6B8A5 0%, #C6B8A5 50%, #2F1701 50%, #2F1701 100%);
  left: 0px;
}
@media screen and (max-width: 767px) {
  .cacao-h2_l-bd-2 {
    margin: 40px auto 20px;
    font-size: 2.2rem;
    padding-left: 10px;
  }
  .cacao-h2_l-bd-2::before {
    height: 24px;
    top: 5%;
  }
}

.photo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  gap: 25px;
}

.mT15 {
  margin-top: 15px;
}

.mT30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  /*.cacao-2clmBox {
    display: inherit;
  }

  .cacao-2clmBox_item_figure {
      margin-top: 10px;
  }

  .cacao-2clmBox_item_figure img {
      width: 100%;
  }

  .cacao-2clmBox_item_figure figcaption {
      margin-top: 5px;
  }*/
  .cacao-2clm_img.right, .cacao-2clm_img.left {
    float: inherit;
    margin: 0 0 1rem 0;
  }
  .cacao-2clm_img img {
    width: 100%;
  }
  .photo_link {
    display: inherit;
  }
  .photo_link li {
    margin-bottom: 20px;
  }
  .photo_link img {
    width: 100%;
  }
  .m-list > li {
    font-size: 1.4rem;
  }
  .m-table th,
  .m-table td {
    font-size: 1.4rem;
  }
}
.mcs_area {
  background: url(/sustainability/newaction/cacao/assets/images/top/bg_mcs.png) no-repeat center top/cover;
}
.mcs_area_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .mcs_area_inner {
    padding: 60px 20px;
  }
}
.mcs_area p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .mcs_area p {
    width: 48%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .mcs_area .btn_mcs {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .mcs_area .btn_mcs a {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mcs_area {
    background: url(/sustainability/newaction/cacao/assets/images/top/bg_mcs_sp.png) no-repeat center top/cover;
  }
  .mcs_area_inner {
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mcs_area p {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    width: auto;
  }
  .mcs_area .btn_mcs {
    width: auto;
  }
}

.l-header-container {
  background: #fff;
}

.cacao-header {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2D1805;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  align-items: center;
  z-index: 1000;
  width: 100%;
}
.cacao-header a {
  display: block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-header.is-fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 767px) {
  .cacao-header {
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    position: absolute;
    right: 0;
  }
  .cacao-header + .is-fixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .cacao-header + .is-fixed .cacao-header-nav {
    top: 0;
    height: 100%;
  }
}

.site-title {
  width: 192px;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  position: relative;
  left: -36px;
}

@media screen and (max-width: 767px) {
  .site-title {
    width: 50%;
    margin: 30px auto 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .site-title {
    top: 11px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .site-title {
    top: 0;
  }
}
.nav-pc-wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .nav-pc-wrap {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc-wrap {
    max-width: auto;
    display: block;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .nav-list {
    width: 85%;
    display: block;
    margin: 30px auto 0;
    text-align: justify;
  }
}

.nav-item {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  width: 33.3%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav-item + :last-child {
  margin-right: 0;
}
.nav-item + :hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #2F1701;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nav-item + :hover::after {
    background: none;
  }
}
.nav-item a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.nav-item:hover {
  background: #4D2600;
}
@media screen and (max-width: 767px) {
  .nav-item:hover {
    background: none;
  }
}
@media screen and (max-width: 1023px) {
  .nav-item {
    margin-right: 50px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .nav-item {
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 5.334vw;
    position: relative;
    width: 100%;
  }
  .nav-item::before {
    content: "";
    position: absolute;
    top: 2.667vw;
    left: -8.8vw;
    display: inline-block;
    width: 2.667vw;
    height: 2.667vw;
    margin: 0 2.667vw;
    border-top: 2px solid #CE2F42;
    border-right: 2px solid #CE2F42;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cacao .nav-item_cacao,
.activity .nav-item_activity,
.cacaostyle .nav-item_cacaostyle {
  background: #4D2600;
}
@media screen and (max-width: 767px) {
  .cacao .nav-item_cacao,
  .activity .nav-item_activity,
  .cacaostyle .nav-item_cacaostyle {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-item:hover::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cacao-header-nav {
    background-color: #F7F2EA;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    padding-top: 55px;
  }
  .cacao-header-nav a {
    color: #2D1805;
    text-decoration: none;
    height: auto;
    display: inline;
  }
}
.burger-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  button:focus {
    outline: none;
  }
  .burger-btn {
    display: block;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    z-index: 3;
    background-color: transparent;
    border: none;
    background-color: #C6B8A5;
  }
  .bar {
    background-color: #2F1701;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 14px;
  }
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 14px;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 5px) rotate(45deg);
    transform: translate(-50%, 5px) rotate(45deg);
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -10px) rotate(-45deg);
    transform: translate(-50%, -10px) rotate(-45deg);
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .noscroll {
    overflow: hidden;
  }
}
.news-wrap {
  max-width: 880px;
  width: 100%;
  background: #f1e9db;
  padding: 20px 40px 15px;
  margin: 0 auto;
}
.news-wrap .top_news_list {
  margin-bottom: 0;
}
.news-wrap .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrap .news-item .news-item_img {
  width: calc(30% - 20px);
}
.news-wrap .news-item .news-item_txt {
  width: calc(70% - 20px);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.news-wrap .news-item .news-item_date {
  color: #CE2F42;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news-wrap {
    width: 100%;
    padding: 16px;
    margin: 0 auto;
  }
  .news-wrap .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-wrap .news-item .news-item_img {
    width: 34%;
  }
  .news-wrap .news-item .news-item_txt {
    width: calc(66% - 10px);
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .news-wrap .news-item .news-item_date {
    margin-bottom: 5px;
  }
}
.cacao-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cacao-pickup .cacao-pickup_img {
  width: calc(50% - 20px);
}
.cacao-pickup .cacao-pickup_txt {
  width: calc(50% - 20px);
}
.cacao-pickup .cacao-pickup_txt h3 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cacao-pickup .cacao-pickup_txt h3 .icon_pickup {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 6px 10px;
  margin-bottom: 20px;
  line-height: 1;
  background: #CE2F42;
  color: #fff;
  display: inline-block;
}
.cacao-pickup .cacao-pickup_txt h3 .chapter {
  display: block;
}
.cacao-pickup .cacao-pickup_txt p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cacao-pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacao-pickup .cacao-pickup_img {
    width: 100%;
  }
  .cacao-pickup .cacao-pickup_txt {
    width: 100%;
  }
  .cacao-pickup .cacao-pickup_txt h3 .icon_pickup {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.cacao-pickup_img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-pickup_img a:hover {
  opacity: 0.7;
}

.cacao-txt_link {
  font-size: 1.4rem;
  text-align: right;
}
.cacao-txt_link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url(/sustainability/newaction/cacao/assets/images/top/icon_arrow.png) no-repeat center/cover;
}
.cacao-txt_link a {
  color: #CE2F42;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.cacao-txt_link a:hover {
  text-decoration: underline;
}

.cacao-subpage {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .cacao-subpage {
    padding-bottom: 60px;
  }
}
.cacao-subpage .cacao-kv {
  height: 200px;
}
.cacao-subpage .cacao-kv .cacao-kv_logo {
  width: 350px;
  margin: 0 auto;
}
.cacao-subpage .cacao-kv .cacao-kv_logo h1 {
  width: auto;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-kv {
    height: auto;
  }
  .cacao-subpage .cacao-kv .cacao-kv_logo {
    margin: 0 auto;
  }
}
.cacao-subpage .cacao-main::before {
  width: 28%;
  height: 300px;
  top: -30px;
  right: -10%;
  background: url(/sustainability/newaction/cacao/assets/images/top/bg_img_cacao02.png) no-repeat top right/contain;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-main {
    padding-bottom: 60px;
  }
  .cacao-subpage .cacao-main::before {
    width: 38%;
    right: -5%;
  }
}
.cacao-subpage .l-breadcrumb {
  background: none;
  border: none;
}
.cacao-subpage .cacao-article-days {
  text-align: right;
  margin: 0 auto 10px;
}
.cacao-subpage .cacao-ttl {
  margin: 0 auto 40px;
}
.cacao-subpage .cacao-lead {
  margin: 0 auto 90px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-lead {
    margin: 0 auto 60px;
    text-align: left;
  }
}
.cacao-subpage .cacao-article-wrapper {
  width: 800px;
  margin: 40px auto 0;
}
.cacao-subpage .cacao-article-wrapper + .cacao-article-wrapper {
  margin-top: 60px;
}
.cacao-subpage .cacao-article-wrapper .cacao-h1 {
  color: #CE2F42;
  font-size: 3.2rem;
  position: relative;
  padding-left: 65px;
  margin: 0 0 20px;
  line-height: 1;
}
.cacao-subpage .cacao-article-wrapper .cacao-h1::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background: url(/sustainability/newaction/cacao/assets/images/top/icon_play.png) no-repeat top right/contain;
}
.cacao-subpage .cacao-article-wrapper .cacao-h1 .small {
  font-size: 65%;
}
.cacao-subpage .cacao-article-wrapper .cacao-sub-ttl {
  margin: 20px 0;
}
.cacao-subpage .cacao-article-wrapper .cacao-article-txt {
  margin-top: 20px;
}
.cacao-subpage .cacao-article-wrapper .cacao-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #C6B8A5;
  padding: 10px;
}
.cacao-subpage .cacao-article-wrapper .cacao-detail-list dt {
  width: 16em;
}
.cacao-subpage .cacao-article-wrapper .cacao-detail-list dd {
  width: calc(100% - 16em);
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-wrapper {
    width: 100%;
    margin: 20px auto 0;
  }
  .cacao-subpage .cacao-article-wrapper .cacao-h1 {
    font-size: 2.2rem;
    padding-left: 40px;
    margin: 0 0 20px;
  }
  .cacao-subpage .cacao-article-wrapper .cacao-h1::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 20px;
    background: url(/sustainability/newaction/cacao/assets/images/top/icon_play.png) no-repeat top right/contain;
  }
  .cacao-subpage .cacao-article-wrapper .cacao-detail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
  .cacao-subpage .cacao-article-wrapper .cacao-detail-list dt {
    width: 100%;
    margin-top: 10px;
  }
  .cacao-subpage .cacao-article-wrapper .cacao-detail-list dd {
    width: 100%;
  }
}
.cacao-subpage .cacao-article-related {
  background: #ECE5DF;
  padding: 1px 0;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-related {
    margin-top: 60px;
  }
}
.cacao-subpage .cacao-article-related .cacao-h2 {
  width: 1200px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-related .cacao-h2 {
    font-size: 2.2rem;
    width: 100%;
    padding: 0 10px;
    margin: 30px auto 0;
  }
}
.cacao-subpage .cacao-article-related .cacao-cards {
  margin-top: 40px;
  padding: 0 0 40px;
}
@media screen and (max-width: 1260px) {
  .cacao-subpage .cacao-article-related .cacao-cards {
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-related .cacao-cards {
    padding: 20px 5px 0;
    margin: 0 auto 40px;
  }
}
.cacao-subpage .cacao-article-wrapper_report {
  width: 1200px;
  max-width: none;
  margin: 40px auto 90px;
}
.cacao-subpage .cacao-article-wrapper_report .cacao-h1 {
  font-size: 3.2rem;
  padding-left: 0;
  margin: 0 0 20px;
}
.cacao-subpage .cacao-article-wrapper_report .cacao-h1::before {
  display: none;
}
.cacao-subpage .cacao-article-wrapper_report .cacao-h1.cont-in {
  padding-top: 60px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-wrapper_report .cacao-h1.cont-in {
    padding-top: 40px;
  }
}
.cacao-subpage .cacao-article-wrapper_report_inner {
  background: #fff;
  margin-top: 60px;
  padding: 1px 60px 60px;
}
@media screen and (max-width: 767px) {
  .cacao-subpage .cacao-article-wrapper_report {
    margin: 40px auto 0;
    width: 100%;
  }
  .cacao-subpage .cacao-article-wrapper_report .cacao-h1 {
    font-size: 2.2rem;
    padding-left: 0;
    margin: 0 0 20px;
  }
  .cacao-subpage .cacao-article-wrapper_report .cacao-h1::before {
    display: none;
  }
  .cacao-subpage .cacao-article-wrapper_report_inner {
    background: #fff;
    margin-top: 20px;
    padding: 1px 15px 40px;
  }
}

.l-main {
  margin-bottom: 0;
  background: #F7F2EA;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow-x: hidden;
  }
}

.cacao-main-outer {
  background: #2F1701;
  background: url(/sustainability/newaction/cacao/assets/images/top/bg_img_cacao01.png) no-repeat top left 98%/20%;
}
@media screen and (max-width: 767px) {
  .cacao-main-outer {
    background: url(/sustainability/newaction/cacao/assets/images/top/bg_img_cacao01.png) no-repeat top 1% left 104%/30%;
    padding-top: 60px;
  }
}

.cacao-main {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .cacao-main {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-main {
    max-width: 100%;
    padding: 0 15px;
  }
  .cacao-main::before {
    height: 600px;
    top: -40px;
    right: -2%;
  }
}

.cacao-ttl {
  text-align: center;
  color: #CE2F42;
  font-size: 3.2rem;
  margin: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .cacao-ttl {
    margin: 60px 0 30px;
  }
  .cacao-ttl.no-marginTop {
    margin: 0 0 30px;
  }
}

.cacao-article-wrapper {
  max-width: 950px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cacao-article-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}
.m-breadcrumb {
  font-weight: bold;
  margin: 15px 0 0 0;
}
.m-breadcrumb li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .m-breadcrumb {
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb li:nth-child(n+3) {
    display: inline-block;
  }
}
.m-breadcrumb-item--line-none {
  text-decoration: none;
}

.cacao-lead {
  font-size: 24px;
  line-height: 2.084em;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  p.cacao-lead {
    font-size: 16px;
    line-height: 2em;
    margin: 0px auto 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.cacao-days {
  font-size: 12px;
  color: #707070;
  margin-bottom: 12px;
}

.cacao-article-days {
  font-size: 12px;
  color: #707070;
  margin: 20px 0 0 0;
}

.pagination {
  margin: 64px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li.first, .pagination > li.last {
  display: none;
}
.pagination > li a {
  border: 1px solid #dfdacb;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 25px 0;
  }
}
.cacao-h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 64px auto 0;
}

@media screen and (max-width: 767px) {
  .cacao-h1 {
    font-size: 24px;
    margin: 30px auto 0;
  }
}
.cacao-h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 90px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cacao-h2 {
    margin: 80px auto 30px;
  }
}
.cacao-h2_l-bd {
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C6B8A5), color-stop(50%, #C6B8A5), color-stop(50%, #2F1701), to(#2F1701));
  background: linear-gradient(180deg, #C6B8A5 0%, #C6B8A5 50%, #2F1701 50%, #2F1701 100%);
  display: inline-block;
  margin: 0 15px 0 0;
}

.cacao-h2_l-bd--2 {
  width: 4px;
  height: 85px;
}

.cacao-h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 90px auto 30px;
  display: block;
  border-bottom: 2px solid #2F1701;
  position: relative;
  padding: 0 0 5px 0;
}
.cacao-h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 160px;
  height: inherit;
  border-bottom: 2px solid #C6B8A5;
}

@media screen and (max-width: 767px) {
  .cacao-h3 {
    margin: 80px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-h3::before {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    width: 25%;
  }
}
.cacao-video {
  max-width: 800px;
  height: 450px;
  background: gray;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .cacao-video {
    max-width: 92vw;
    height: 51.734vw;
    margin: 40px auto;
  }
}
.cacao-txt {
  font-size: 16px;
  line-height: 2em;
  margin: 24px auto;
}

.cacao-ano {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px auto;
}

.cacao-images {
  max-width: 786px;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cacao-images {
    max-width: 100%;
  }
}
.cacao-images--3 {
  max-width: 1240px;
}

.cacao-images .l-card-img {
  width: 47.456%;
}
.cacao-images .l-card-img--1 {
  width: 100%;
  margin: auto;
}
.cacao-images .l-card-img--3 {
  width: 30.081%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cacao-images .l-card-img {
    width: 47.247%;
  }
}
.cacao-kv {
  height: 37vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cacao-kv .cacao-kv_logo {
  position: relative;
  width: calc(35% - 80px);
}
.cacao-kv .cacao-kv_logo h1 {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .cacao-kv .cacao-kv_logo h1 {
    width: 100%;
    max-width: 240px;
  }
}
.cacao-kv .cacao-kv_slider {
  width: calc(65% + 80px);
  position: relative;
  z-index: 0;
}
.cacao-kv .cacao-kv_slider .slide_img {
  width: calc(100% - 80px);
  margin: 0 0 0 auto;
}
.cacao-kv .cacao-kv_slider .slide {
  max-height: 37vw;
  overflow-x: hidden;
  overflow-y: hidden;
}
.cacao-kv .cacao-kv_txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 1;
}
.cacao-kv .cacao-kv_txt span {
  padding: 4px 10px;
  background: #CE2F42;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cacao-kv {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacao-kv .cacao-kv_logo {
    position: relative;
    width: 100%;
  }
  .cacao-kv .cacao-kv_logo h1 {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: 25%;
    margin: 0 auto 0;
  }
  .cacao-kv .cacao-kv_slider {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .cacao-kv .cacao-kv_slider .slide_img {
    width: 90%;
    padding-bottom: 70px;
  }
  .cacao-kv .cacao-kv_slider .slide {
    max-height: 100%;
    overflow-y: auto;
  }
  .cacao-kv .cacao-kv_txt {
    top: auto;
    bottom: -20px;
    left: 10px;
    white-space: nowrap;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cacao-kv .cacao-kv_txt span {
    padding: 4px;
    background: #CE2F42;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.cacao-main-story {
  width: 100%;
  background: #ECE5DF;
  background: url(/sustainability/newaction/cacao/assets/images/top/bg_img_cacao01.png) no-repeat top 2% left 98%/20%, #ECE5DF;
  margin-top: 120px;
  padding: 120px 0 1px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .cacao-main-story {
    margin-top: 60px;
    padding: 0 0 1px;
    background: #ECE5DF;
  }
  .cacao-main-story::before {
    display: none;
  }
}

.cacao-main-story_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 120px;
  position: relative;
}
.cacao-main-story_section .story_img {
  width: calc(50% - 60px);
}
.cacao-main-story_section .story_txt {
  width: 50%;
  max-width: 600px;
  margin-left: 60px;
}
.cacao-main-story_section .story_txt h2 {
  margin-bottom: 40px;
}
.cacao-main-story_section .story_txt h2 img {
  width: auto;
  height: 56px;
}
.cacao-main-story_section .story_txt h2 span {
  font-size: 3.2rem;
  padding-left: 40px;
  display: inline-block;
  margin-top: 10px;
  color: #CE2F42;
  font-weight: bold;
}
.cacao-main-story_section .story_txt p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .cacao-main-story_section .story_txt {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-main-story_section {
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacao-main-story_section .story_img {
    width: 100%;
  }
  .cacao-main-story_section .story_txt {
    width: 100%;
    padding: 30px 15px 0;
    margin-left: 0;
  }
  .cacao-main-story_section .story_txt h2 {
    margin-bottom: 20px;
  }
  .cacao-main-story_section .story_txt h2 img {
    width: auto;
    height: 40px;
  }
  .cacao-main-story_section .story_txt h2 span {
    font-size: 2.8rem;
    padding-left: 40px;
    display: inline-block;
    margin-top: 10px;
  }
  .cacao-main-story_section .story_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .cacao-main-story_section .story_txt p:last-child {
    margin-bottom: 0;
  }
}
.cacao-main-story_section.section_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cacao-main-story_section.section_reverse .story_txt {
  width: 50%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 60px;
}
.cacao-main-story_section.section_reverse .story_txt h2 {
  margin-bottom: 40px;
}
.cacao-main-story_section.section_reverse .story_txt h2 img {
  width: auto;
  height: 56px;
}
.cacao-main-story_section.section_reverse .story_txt h2 span {
  font-size: 3.2rem;
  padding-left: 40px;
  display: inline-block;
  margin-top: 10px;
  color: #CE2F42;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .cacao-main-story_section.section_reverse .story_txt {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-main-story_section.section_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacao-main-story_section.section_reverse .story_img {
    width: 100%;
  }
  .cacao-main-story_section.section_reverse .story_txt {
    width: 100%;
    margin-right: 0;
    padding: 30px 15px 0;
  }
  .cacao-main-story_section.section_reverse .story_txt h2 {
    margin-bottom: 40px;
  }
  .cacao-main-story_section.section_reverse .story_txt h2 img {
    width: auto;
    height: 56px;
  }
  .cacao-main-story_section.section_reverse .story_txt h2 span {
    font-size: 3.2rem;
    padding-left: 40px;
    display: inline-block;
    margin-top: 10px;
    color: #CE2F42;
    font-weight: bold;
  }
}
.cacao-main-story_section_02 {
  position: relative;
}
.cacao-main-story_section_02::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 400px;
  bottom: -120px;
  left: -40px;
  background: url(/sustainability/newaction/cacao/assets/images/top/bg_img_cacao02.png) no-repeat top right/contain;
}
@media (max-width: 1260px) {
  .cacao-main-story_section_02::before {
    display: none;
  }
}

.btn_more {
  text-align: center;
  margin: 60px auto 0;
}
.btn_more span {
  display: inline-block;
  padding: 15px 120px;
  text-decoration: none;
  font-size: 1.6rem;
  border: solid 1px #683608;
  border-radius: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn_more span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #683608;
  border-bottom: solid 1px #683608;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.btn_more span:hover {
  color: #fff;
  background: #683608;
}
.btn_more span:hover::before {
  content: "";
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 0 auto 0;
  }
}

.btn_more_contents {
  text-align: right;
  margin: 60px auto 0;
}
.btn_more_contents a {
  display: inline-block;
  padding: 10px 60px;
  min-width: 394px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  border: solid 1px #2D1805;
  background: #2D1805;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_more_contents a::before {
  content: "";
  width: 1px;
  height: 10px;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}
.btn_more_contents a::after {
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 54%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_more_contents a:hover {
  color: #2D1805;
  background: none;
}
.btn_more_contents a:hover::before {
  border-right: solid 1px #2D1805;
}
.btn_more_contents a:hover::after {
  border-bottom: solid 1px #2D1805;
}
.btn_more_contents a.icon_external::before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.btn_more_contents a.icon_external::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: none;
  position: absolute;
  top: 43%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_more_contents {
    text-align: center;
    margin: 60px auto 0;
  }
  .btn_more_contents a {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }
}
.btn_more_contents + .btn_more_contents {
  margin-top: 20px;
}

.btn_mcs .btn_more_contents {
  margin: 0 auto;
}
.btn_mcs .btn_more_contents:hover {
  background: #fff;
}
.btn_mcs .btn_more_contents a::before {
  top: 52%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}
.btn_mcs .btn_more_contents a::after {
  top: 56%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_mcs .btn_more_contents a {
    width: 100%;
    padding: 15px 60px;
  }
}
.btn_mcs .btn_more_contents a.icon_external::before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.btn_mcs .btn_more_contents a.icon_external::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: none;
  position: absolute;
  top: 45%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_more_backtop {
  text-align: center;
  margin: 60px auto 0;
}
.btn_more_backtop a {
  display: inline-block;
  padding: 10px 120px;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  border: solid 1px #2D1805;
  background: #2D1805;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_more_backtop a::before {
  content: "";
  width: 1px;
  height: 10px;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}
.btn_more_backtop a::after {
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 54%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_more_backtop a:hover {
  color: #2D1805;
  background: none;
}
.btn_more_backtop a:hover::before {
  border-left: solid 1px #2D1805;
}
.btn_more_backtop a:hover::after {
  border-bottom: solid 1px #2D1805;
}
@media screen and (max-width: 767px) {
  .btn_more_backtop {
    text-align: center;
    margin: 40px auto 0;
  }
  .btn_more_backtop a {
    padding: 15px 60px;
  }
}

.cacao-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px auto 0;
  max-width: 1200px;
}
.cacao-cards:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cacao-cards::after {
  content: "";
  display: block;
  width: 23%;
}
.cacao-cards .l-card {
  display: block;
  width: calc(25% - 30px);
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-cards .l-card.is-hidden {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-cards .l-card .l-card-img > img {
  border-radius: 0;
}
.cacao-cards .l-card a {
  color: #CE2F42;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-cards .l-card a:hover {
  text-decoration: underline;
}
.cacao-cards .l-card a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cacao-cards .l-card a:hover img:hover {
  opacity: 0.7;
}
.cacao-cards .l-card .l-card-ttl {
  font-size: 1.4rem;
  text-indent: -18px;
  padding-left: 25px;
}
.cacao-cards .l-card .l-card-ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(/sustainability/newaction/cacao/assets/images/top/icon_arrow.png) no-repeat center/cover;
}
.cacao-cards .l-card .l-card-ttl .chapter {
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .cacao-cards .l-card {
    width: 92vw;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .cacao-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 0;
  }
}
.cacao-cards--three {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .cacao-cards--three {
    margin: 30px auto 0;
  }
}
.cacao-cards--three .l-card {
  width: calc(33% - 30px);
}
@media screen and (max-width: 767px) {
  .cacao-cards--three .l-card {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .cacao-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cacao-cards .l-card {
    display: block;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .cacao-cards .l-card .l-card-img > img {
    border-radius: 0;
  }
}
.l-card--lineup {
  width: 23.75%;
}

@media screen and (max-width: 767px) {
  .l-card--lineup {
    width: 46.957%;
  }
}
.l-card .m-txtLink-strong-block, .l-card .m-txt {
  font-size: 16px;
}
.l-card .m-txtLink-block {
  font-weight: bold;
}
.l-card .l-card-img > img {
  border: none !important;
}

.l-card-visual {
  width: 31.084%;
  border: 1px solid #DFDACB;
  border-radius: 10px;
}
.l-card-visual .m-txtLink-strong-block {
  font-size: 16px;
}
.l-card-visual:nth-child(n+4) {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  .l-card-visual {
    width: 92vw;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-card-visual:nth-child(n+4) {
    margin: 0 auto 25px;
  }
}
.l-card-visual-link {
  border-radius: 10px;
}

.l-card-visual-img img {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .cacao-article-related .cacao-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cacao-article-related .cacao-cards .l-card {
    display: block;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .cacao-article-related .cacao-cards .l-card .l-card-img > img {
    border-radius: 0;
  }
}
/*# sourceMappingURL=style2023.css.map */