@charset "UTF-8";
/*======================================================
抹茶イノベーション
======================================================*/
.matcha_innovation_wrap {
  background: #F4F4F1;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap {
    padding-bottom: 100px;
  }
}
.matcha_innovation_wrap .innovation_mv {
  position: relative;
  width: 100%;
  max-width: 940px;
  z-index: 1;
  padding: 25px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .innovation_mv {
    margin: 0 auto;
    padding: 0;
    padding-top: 130px;
  }
}
.matcha_innovation_wrap .innovation_mv::before {
  content: "";
  position: absolute;
  bottom: -480px;
  left: calc(50% - 50vw - 60px);
  width: 300px;
  height: 280px;
  display: inline-block;
  background: url(../img/matcha_innovation/matcha_inv_bg01.webp) center/contain no-repeat;
  z-index: -1;
  bottom: 230px;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .innovation_mv::before {
    width: 680px;
    height: 658px;
    bottom: -400px;
  }
}
.matcha_innovation_wrap .innovation_mv::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: calc(50% - 50vw - 20px);
  width: 162px;
  height: 193px;
  display: inline-block;
  background: url(../img/matcha_innovation/matcha_inv_bg02.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .innovation_mv::after {
    width: 324px;
    height: 386px;
    right: calc(50% - 50vw);
    bottom: -70px;
  }
}
.matcha_innovation_wrap .pankuzu {
  position: absolute;
  top: 110px;
  right: 30px;
  display: none;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .pankuzu {
    top: 110px;
    right: calc(50% - 50vw + 30px);
    display: block;
  }
}
.matcha_innovation_wrap .pankuzu li.active {
  color: #477141;
}
.matcha_innovation_wrap .container {
  max-width: 1040px;
}
.matcha_innovation_wrap .about_innovation {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 55px 20px 65px;
}
@media screen and (max-width: 767px) {
  .matcha_innovation_wrap .about_innovation {
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation {
    padding: 80px 0 95px;
  }
}
.matcha_innovation_wrap .about_innovation .about_innovation_inner {
  margin: 0 auto;
  counter-reset: feature-item;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .about_innovation_inner {
    max-width: 870px;
  }
}
.matcha_innovation_wrap .about_innovation .main_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .main_box {
    max-width: 870px;
    margin: 0 auto 70px;
  }
}
.matcha_innovation_wrap .about_innovation .main_box .section_ttl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
  padding: 40px 0;
  color: #477141;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: solid 1px #477141;
  z-index: 1;
}
.matcha_innovation_wrap .about_innovation .main_box .section_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 70%;
  background: #fff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .main_box .section_ttl::before {
    width: 102%;
    height: 55%;
  }
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .main_box .section_ttl {
    max-width: 870px;
    font-size: 38px;
  }
}
.matcha_innovation_wrap .about_innovation .main_box .txt {
  max-width: 335px;
  margin: 30px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .main_box .txt {
    max-width: 870px;
  }
}
.matcha_innovation_wrap .about_innovation .main_box img {
  width: 100%;
  max-width: 335px;
  display: block;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .main_box img {
    max-width: 510px;
    margin: 40px auto 0;
  }
}
.matcha_innovation_wrap .about_innovation .features {
  margin: 0 0 24px;
  color: #477141;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features {
    margin-bottom: 40px;
  }
}
.matcha_innovation_wrap .about_innovation .features_list {
  counter-increment: feature-item;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 24px;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features_list {
    flex-direction: row;
    align-items: flex-start;
    max-width: 870px;
    padding: 40px 60px;
  }
}
.matcha_innovation_wrap .about_innovation .features_list + .features_list {
  margin-top: 24px;
}
.matcha_innovation_wrap .about_innovation .features_list .features_img {
  width: 100%;
  max-width: 190px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features_list .features_img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.matcha_innovation_wrap .about_innovation .features_list .features_txt {
  width: 100%;
}
.matcha_innovation_wrap .about_innovation .features_list .features_txt_ttl {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  color: #477141;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features_list .features_txt_ttl {
    margin-bottom: 0;
    font-size: 27px;
    margin-top: 5px;
  }
}
.matcha_innovation_wrap .about_innovation .features_list .features_txt_ttl::before {
  content: counter(feature-item);
  display: inline-block;
  margin-right: 16px;
  color: #83AA66;
  font-family: "Lora", serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features_list .features_txt_ttl::before {
    line-height: 1.5;
  }
}
.matcha_innovation_wrap .about_innovation .features_list .features_txt_desc {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .matcha_innovation_wrap .about_innovation .features_list .features_txt_desc {
    line-height: 2;
  }
}