/*common*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html {
  font-size: 62.5%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.f-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f-sansSerif {
  font-family: "Noto Serif JP", serif;
}

:root {
  --txt-maincolor: #333333;
  --txt-color02: #6A3906;
  --bg-color01: #D4DEE5;
  --bg-color02: #F0F0F0;
  --bg-color03: #F7F2EA;
}

.list-box ul {
  padding: 0;
  font-size: 2rem;
  line-height: 1.4;
}
.list-box ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.list-box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 10px;
  background: #CD8C38;
  margin-right: 0.5em;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .list-box ul {
    font-size: 1.4rem;
  }
  .list-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    line-height: 16px;
  }
}

.notice {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.notice li {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.notice li::before {
  content: "";
}

@media screen and (max-width: 767px) {
  .notice {
    margin-top: 10px;
    text-align: left;
  }
  .notice li {
    font-size: 10px;
  }
}
main .cacaofl-container {
  color: var(--txt-maincolor);
  font-size: 2rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .cacaofl-container {
    font-size: 1.4rem;
  }
  main .cacaofl-container p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2;
  }
}
main .cacaofl-container p, main .cacaofl-container img, main .cacaofl-container div, main .cacaofl-container h1, main .cacaofl-container h2, main .cacaofl-container h3, main .cacaofl-container h4, main .cacaofl-container h5, main .cacaofl-container h6 {
  margin-bottom: 0;
}

.cacaofl-mv-wrap {
  overflow: hidden;
  background: #F0F0F0;
}
.cacaofl-mv-wrap .cacaofl-mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .cacaofl-mv-wrap .cacaofl-mv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-left {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F0F0F0;
}
@media screen and (max-width: 1023px) {
  .cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-left {
    width: 100%;
    padding: 24px 0;
  }
  .cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-left .mv-ttl {
    width: 80%;
    text-align: center;
  }
  .cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-left .mv-ttl img {
    margin: 0 auto;
  }
}
.cacaofl-mv-wrap .cacaofl-mv-inner.mv_sc .mv-inner-left {
  background: var(--bg-color03) !important;
}
.cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-right {
  width: 67%;
}
.cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-right img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cacaofl-mv-wrap .cacaofl-mv-inner .mv-inner-right {
    width: 100%;
  }
}
.cacaofl-mv-wrap .cacaofl-mv-inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cacaofl-mv-wrap .cacaofl-mv-inner .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-mv-wrap .cacaofl-mv-inner .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cacaofl-main-wrap .cacaofl-main-inner .txt-red {
  color: var(--txt-color02);
}
.cacaofl-main-wrap .cacaofl-main-inner .fw-bold {
  font-weight: 800 !important;
}
.cacaofl-main-wrap .cacaofl-main-inner .intro-wrap {
  background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro01.png) no-repeat left 3% top 45%/20%, url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro02.png) no-repeat right 3% top 45%/20%, var(--bg-color01);
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .cacaofl-main-wrap .cacaofl-main-inner .intro-wrap {
    background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro01.png) no-repeat left 3% top 26%/16%, url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro02.png) no-repeat right 3% top 26%/16%, var(--bg-color01);
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacaofl-main-inner .intro-wrap {
    padding: 50px 0 16vh;
    background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro01.png) no-repeat left 5% bottom 3vh/50%, url(/sustainability/newaction/cacao/superfood/assets/img/bg_intro02.png) no-repeat right 5% bottom 3vh/42%, var(--bg-color01);
  }
}
.cacaofl-main-wrap .cacaofl-main-inner .intro-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacaofl-main-inner .intro-inner {
    max-width: none;
    width: 100%;
    padding: 0 8%;
  }
}
.cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap {
  font-size: 2.4rem;
  text-align: center;
}
.cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap span {
  background: var(--txt-color02);
  color: #fff;
  padding: 0 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap span + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap {
    font-size: 2.4rem;
    text-align: center;
  }
  .cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap span {
    font-size: 1.5rem;
  }
  .cacaofl-main-wrap .cacaofl-main-inner .ttl-wrap p {
    font-weight: 600;
  }
}
.cacaofl-main-wrap .common-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .common-inner {
    max-width: none;
    width: 100%;
    padding: 0 8%;
  }
}
.cacaofl-main-wrap .ttl-regular {
  color: var(--txt-color02);
  text-align: center;
  margin-bottom: 60px;
  font-size: 4.2rem;
}
.cacaofl-main-wrap .ttl-regular_sub {
  color: var(--txt-color02);
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.cacaofl-main-wrap .ttl-regular_sub::before {
  content: "";
  display: inline-block;
  background: #CD8C38;
  width: 8px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .ttl-regular {
    margin: 30px 0 60px;
    font-size: 2.8rem;
  }
  .cacaofl-main-wrap .ttl-regular_sub {
    font-size: 1.8rem;
  }
  .cacaofl-main-wrap .ttl-regular_sub::before {
    background: #CD8C38;
    width: 6px;
    height: 16px;
    margin-right: 10px;
  }
}
.cacaofl-main-wrap .about-wrap {
  padding: 87px 0 180px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-wrap {
    padding: 50px 0 80px;
  }
  .cacaofl-main-wrap .about-wrap .common-inner {
    padding: 0;
  }
  .cacaofl-main-wrap .about-wrap .common-inner-sp {
    padding: 0 8% !important;
  }
}
.cacaofl-main-wrap .about-content-box .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.cacaofl-main-wrap .about-content-box .content-inner.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 60px;
}
.cacaofl-main-wrap .about-content-box .content-inner.even .img-wrap {
  width: 48%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacaofl-main-wrap .about-content-box .content-inner.even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .cacaofl-main-wrap .about-content-box .content-inner.even .img-wrap {
    width: 100%;
    padding: 0;
  }
}
.cacaofl-main-wrap .about-content-box .txt-wrap {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .txt-wrap {
    width: 100%;
  }
}
.cacaofl-main-wrap .about-content-box .txt-wrap .txt-box p {
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .txt-wrap .txt-box p {
    margin-top: 20px;
  }
  .cacaofl-main-wrap .about-content-box .txt-wrap .txt-box p + p {
    margin-top: 16px;
  }
}
.cacaofl-main-wrap .about-content-box .txt-wrap .txt-box p span {
  font-weight: 600;
}
.cacaofl-main-wrap .about-content-box .txt-wrap .txt-box .txt-big {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .txt-wrap .txt-box .txt-big {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .txt-wrap .ttl-miryoku {
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cacaofl-main-wrap .about-content-box .img-wrap {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box .img-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.cacaofl-main-wrap .about-content-box02 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 {
    margin-top: 70px;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-head {
  background: var(--bg-color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px;
  border-radius: 10px 10px 0 0;
}
.cacaofl-main-wrap .about-content-box02 .cont-head h3 {
  color: var(--txt-color02);
  line-height: 1;
  font-size: 3.6rem;
}
.cacaofl-main-wrap .about-content-box02 .cont-head h3 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-head {
    padding: 10px 20px;
  }
  .cacaofl-main-wrap .about-content-box02 .cont-head h3 {
    line-height: 1.4;
    font-size: 2.4rem;
    display: block;
    text-align: center;
  }
  .cacaofl-main-wrap .about-content-box02 .cont-head h3 span {
    font-size: 1.4rem;
    display: block;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap {
  background: var(--bg-color02);
  padding: 70px 40px 80px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap {
    padding: 40px 20px;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .cont-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .cont-detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box-l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box-l {
    width: 100%;
    padding-right: 0;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box-r {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box-r {
    width: 100%;
    padding-left: 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box-r .img-wrap {
    padding-bottom: 30px;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box .txt-wrap p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box .txt-wrap p {
    font-size: 14px;
  }
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .box .txt-wrap p span {
  font-weight: 600;
}
.cacaofl-main-wrap .about-content-box02 .cont-detail-wrap .list-box {
  background: #fff;
  padding: 20px 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cacaofl-main-wrap .item-wrap {
  background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_product_sc.png) no-repeat 98% 2%/20% var(--bg-color03);
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap {
    padding-top: 40px;
  }
}
.cacaofl-main-wrap .item-wrap .cont-head {
  text-align: center;
}
.cacaofl-main-wrap .item-wrap .cont-head p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-head p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.cacaofl-main-wrap .item-wrap .item-spicy_crisp {
  padding: 0px 0 80px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .item-spicy_crisp {
    padding: 0px 0 40px;
  }
}
.cacaofl-main-wrap .item-wrap .item-smart_bite {
  padding: 100px 0 80px;
  background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_product.png) no-repeat 98% 2%/20% var(--bg-color02);
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .item-smart_bite {
    padding: 40px 0 40px;
    background: url(/sustainability/newaction/cacao/superfood/assets/img/bg_product.png) no-repeat 10% 2%/20% var(--bg-color02);
  }
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap {
    max-width: none;
  }
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap.cont-reverse .cont-detail-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap.cont-reverse .scene-wrap .cont-detail-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .cont-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .cont-detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .img-box {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .img-box {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: none;
    width: 100%;
  }
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box {
  font-size: 3.2rem;
  color: #000;
  line-height: 1;
  margin-bottom: 40px;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box .ttl-item_main {
  font-size: 4.6rem;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box .ttl-item_sub {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box .ttl-item_main {
    font-size: 3rem;
    display: block;
  }
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box .ttl-box .ttl-item_sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap .txt-box + .img-box {
    margin-top: 30px;
  }
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .item-detail .txt-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap .item-detail .list-box {
  margin: 30px 0 30px;
  font-weight: 600;
}
.cacaofl-main-wrap .item-wrap .cont-detail-wrap + .cont-detail-wrap {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .item-wrap .cont-detail-wrap + .cont-detail-wrap {
    margin-top: 60px;
  }
}
.cacaofl-main-wrap .scene-wrap {
  background: #fff;
  padding: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .scene-wrap {
    padding: 0px 14px 20px;
  }
}
.cacaofl-main-wrap .scene-wrap .cont-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .scene-wrap .cont-detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cacaofl-main-wrap .scene-wrap .cont-detail-inner .txt-box, .cacaofl-main-wrap .scene-wrap .cont-detail-inner .img-box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .scene-wrap .cont-detail-inner .txt-box, .cacaofl-main-wrap .scene-wrap .cont-detail-inner .img-box {
    width: 100%;
  }
}
.cacaofl-main-wrap .cacao-about2024 {
  background: var(--bg-color01);
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.cacaofl-main-wrap .cacao-about2024-box {
  -webkit-box-shadow: 0px 0px 21px -5px rgba(197, 197, 197, 0.64);
          box-shadow: 0px 0px 21px -5px rgba(197, 197, 197, 0.64);
  background: #fff;
  padding: 5px;
  position: relative;
}
.cacaofl-main-wrap .cacao-about2024-box .common-ttl {
  color: var(--txt-color02);
  font-weight: 600;
  text-align: center;
  font-size: 4.2rem;
}
.cacaofl-main-wrap .cacao-about2024-box .common-ttl::before, .cacaofl-main-wrap .cacao-about2024-box .common-ttl::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024-box {
    padding: 3px;
  }
  .cacaofl-main-wrap .cacao-about2024-box .common-ttl {
    font-size: 2.2rem;
  }
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame {
  display: block;
  position: absolute;
  width: 296px;
  height: 95px;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/sustainability/newaction/cacao/superfood/assets/img/img_flame.png) no-repeat top center/contain;
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame {
    width: 219px;
    height: auto;
    top: -58px;
    background: url(/sustainability/newaction/cacao/superfood/assets/img/img_flame_sp.png) no-repeat top center/contain;
  }
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame .cacao-icon-inner {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame .cacao-icon-inner {
    padding-top: 18px;
  }
  .cacaofl-main-wrap .cacao-about2024-box .cacao-icon-flame .cacao-icon-inner img {
    width: 25%;
  }
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner {
  border: 3px solid #ebdaae;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 45px;
    padding-bottom: 40px;
    border: 2px solid #ebdaae;
  }
  .cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .common-ttl {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box {
  margin-top: 30px;
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box p {
  text-align: center;
  line-height: 1.8;
}
.cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box .contents-txt {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box {
    margin-top: 30px;
  }
  .cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box p {
    text-align: left;
  }
  .cacaofl-main-wrap .cacao-about2024-box .cacao-about2024-box-inner .contents-box .contents-txt {
    font-size: 1.6rem;
  }
}
.cacaofl-main-wrap .buy-wrap {
  background: #fff;
  padding-top: 57px;
  padding-bottom: 123px;
}
.cacaofl-main-wrap .buy-wrap .txt-limitted {
  color: #fff;
  background: #CD8C38;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 24px;
  margin-right: 10px;
}
.cacaofl-main-wrap .buy-wrap .ttl-buy {
  font-size: 3.2rem;
  color: var(--txt-color02);
  display: inline-block;
  margin-right: 6em;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .buy-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cacaofl-main-wrap .buy-wrap .txt-limitted {
    font-size: 1.6rem;
    display: block;
    margin: 0 auto;
    width: 8.5em;
  }
  .cacaofl-main-wrap .buy-wrap .ttl-buy {
    font-size: 2.4rem;
    display: block;
    margin-right: 0em;
  }
}
.cacaofl-main-wrap .buy-wrap .cont-head {
  text-align: center;
}
.cacaofl-main-wrap .buy-wrap .cont-detail-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .buy-wrap .cont-detail-wrap {
    margin-top: 20px;
  }
}
.cacaofl-main-wrap .buy-wrap .cont-detail-wrap .cont-detail-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cacaofl-main-wrap .buy-wrap .cont-detail-wrap .cont-detail-inner a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 100%;
}
.cacaofl-main-wrap .buy-wrap .cont-detail-wrap .cont-detail-inner a:hover {
  opacity: 0.8;
}
.cacaofl-main-wrap .buy-wrap .bnr-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cacaofl-main-wrap .buy-wrap .bnr-2col div {
  width: 48%;
}
.cacaofl-main-wrap .buy-wrap .bnr-2col .notice {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cacaofl-main-wrap .buy-wrap .bnr-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cacaofl-main-wrap .buy-wrap .bnr-2col div {
    width: 100%;
    margin-bottom: 10px;
  }
  .cacaofl-main-wrap .buy-wrap .bnr-2col .notice {
    text-align: left;
  }
}

.scroll {
  display: none;
}

p.txt-notice {
  font-size: 1.4rem !important;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  p.txt-notice {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .scroll {
    padding-top: 55px;
    position: relative;
    text-align: center;
    color: #ecd794;
    display: block;
  }
  .scroll::before {
    -webkit-animation: scroll 3.5s infinite;
            animation: scroll 3.5s infinite;
    display: inline-block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: solid 1px #ecd794;
    border-left: solid 1px #ecd794;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.visible, .invisible {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.visible {
  opacity: 1;
}

.visible.translateY, .invisible.translateY {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateY {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateYup, .invisible.translateYup {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .visible.translateYup, .invisible.translateYup {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.visible.translateYup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateYupSlow, .invisible.translateYupSlow {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 1.1s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 1.1s cubic-bezier(0.4, 0, 0.39, 0.99);
  transition: all 1.1s cubic-bezier(0.4, 0, 0.39, 0.99);
}
@media screen and (max-width: 767px) {
  .visible.translateYupSlow, .invisible.translateYupSlow {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.39, 0.99);
    transition: all 1s cubic-bezier(0.4, 0, 0.39, 0.99);
  }
}

.visible.translateYupSlow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateYupMd, .invisible.translateYupMd {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 1.1s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.39, 0.99);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.39, 0.99);
}
@media screen and (max-width: 767px) {
  .visible.translateYupMd, .invisible.translateYupMd {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.39, 0.99);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.39, 0.99);
  }
}

.visible.translateYupMd {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.delay03, .invisible.delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.visible.delay05, .invisible.delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.visible.delay08, .invisible.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.visible.delay10, .invisible.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
/*# sourceMappingURL=style.css.map */