@charset "utf-8";
/* CSS Document */
.plantderich {
  background-color: #fff;
  font-size: 1.6rem;
  color: #5d3d1b;
  position: relative;
  line-height: 24px;
  font-weight: 500;
}
.plantderich.inq {
  font-size: 16px;
}
.plantderich article {
  overflow: hidden;
}
.plantderich.inq article {
  color: #333;
}
@media screen and (min-width: 768px) {
  .plantderich {
    font-size: 2rem;
    line-height: 32px;
  }
  #main.plantderich > article {
    padding-top: 0;
    font-size: 62.5%;
  }
  #main.plantderich.inq > article {
    padding-top: 0;
    font-size: 100%;
  }
}
.plantderich img {
  width: 100%;
}
.plantderich .logo {
  display: none;
}
.plantderich-header {
  display: block;
  width: 100%;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.inq .plantderich-header {
  top: 0;
  background-color: #f6f6f6;
  padding-top: 2rem;
}
.plantderich-wrap {
  padding: 0 3.2rem;
}
@media screen and (min-width: 1024px) {
  .plantderich-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.2rem 0 0;
  }
  .plantderich .logo {
    display: block;
    width: 170px;
    margin-left: 16px;
  }
  .plantderich-nav {
    max-width: 880px;
  }
}
@media screen and (min-width: 1280px) {
  .plantderich-nav {
    max-width: none;
  }
}
.plantderich-nav .dropdown-title {
  display: block;
  padding: 2.4rem 3.2rem;
  background-color: #fffdf5;
  border-radius: 8px;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.plantderich-nav .dropdown-title::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  background: url("../img/Icon-arrow-down.svg") center center no-repeat;
  background-size: 12px;
}
.plantderich .dropdown {
  display: none;
  background-color: #fffefc;
  border-radius: 8px;
}
.plantderich .dropdown.open {
  display: block;
}
.plantderich .dropdown > li {
  border-bottom: 1px solid #707070;
}
.plantderich .dropdown > li:last-child {
  border-bottom: none;
}
.plantderich .dropdown > li a {
  display: block;
  padding: 2.4rem 3.2rem;
  text-align: center;
  color: #5d3d1b;
  font-weight: 700;
}
.plantderich .dropdown > li a sup {
  margin-top: -0.65em;
  vertical-align: top;
  font-size: smaller;
  display: inline-block;
}
.plantderich.home .plantderich-nav .dropdown-title {
  color: #552d00;
}
.plantderich.maskingtaste .plantderich-nav .dropdown-title {
  color: #4d7b3e;
}
.plantderich.cookmeatplus .plantderich-nav .dropdown-title {
  color: #ff6429;
}
.plantderich.creamtaste .plantderich-nav .dropdown-title {
  color: #dea204;
}
.plantderich.carameltaste .plantderich-nav .dropdown-title {
  color: #f08437;
}
.plantderich.soy_katsuobushi .plantderich-nav .dropdown-title {
  color: #e2be76;
}
.plantderich.inq .plantderich-nav .dropdown-title {
  color: #565656;
}

br.resp {
  display: none;
}
@media screen and (min-width: 1024px) {
  .plantderich-nav .dropdown-title {
    display: none;
  }
  .plantderich .dropdown {
    display: flex;
    border-radius: 100vh;
    padding: 0 20px;
    background-color: #fffdf5;
  }
  .plantderich .dropdown > li {
    border-bottom: none;
  }
  .plantderich .dropdown > li a {
    display: block;
    padding: 24px 8px;
    text-align: center;
    color: #969696;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
  }
  .plantderich.home .dropdown > li a.active,
  .plantderich.home .dropdown > li a:hover {
    color: #552d00;
  }
  .plantderich.maskingtaste .dropdown > li a.active,
  .plantderich.maskingtaste .dropdown > li a:hover {
    color: #4d7b3e;
  }
  .plantderich.cookmeatplus .dropdown > li a.active,
  .plantderich.cookmeatplus .dropdown > li a:hover {
    color: #ff6429;
  }
  .plantderich.creamtaste .dropdown > li a.active,
  .plantderich.creamtaste .dropdown > li a:hover {
    color: #dea204;
  }
  .plantderich.carameltaste .dropdown > li a.active,
  .plantderich.carameltaste .dropdown > li a:hover {
    color: #f08437;
  }
  .plantderich.soy_katsuobushi .dropdown > li a.active,
  .plantderich.soy_katsuobushi .dropdown > li a:hover {
    color: #e2be76;
  }
  .plantderich.inq .dropdown > li a.active,
  .plantderich.inq .dropdown > li a:hover {
    color: #565656;
  }
  br.resp {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .plantderich .dropdown {
    padding: 0 12px;
  }
  .plantderich .dropdown > li a {
    font-size: 14px;
    padding: 24px 8px;
  }
}
@media screen and (min-width: 1200px) {
  .plantderich .dropdown {
    padding: 0 20px;
  }
  .plantderich .dropdown > li a {
    padding: 24px 15px;
  }
}
@media screen and (min-width: 1336px) {
  .plantderich-nav {
    max-width: none;
  }
  .plantderich .dropdown {
    padding: 0 25px;
  }
  .plantderich .dropdown > li a {
    padding: 24px 15px;
  }
}

@media screen and (min-width: 1480px) {
  br.resp {
    display: none;
  }
}
.plantderich-kv {
  padding: 110px 0 0 0;
  height: calc(100vh - 130px);
  max-height: 664px;
  overflow: hidden;
}
.maskingtaste .plantderich-kv {
  background-color: #d9e5d1;
}
.cookmeatplus .plantderich-kv {
  background-color: #fdede4;
}
.creamtaste .plantderich-kv {
  background-color: #fff5d7;
}
.carameltaste .plantderich-kv {
  background-color: #fbd8ab;
}
.plantderich-kv h1 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 1.6rem;
}
.plantderich-kv .imgbox {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.kv-bottom {
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 72px solid #fff;
  position: relative;
  z-index: 2;
}
.maskingtaste .kv-bottom {
  border-top-color: #d9e5d1;
}
.cookmeatplus .kv-bottom {
  border-top-color: #fdede4;
}
.creamtaste .kv-bottom {
  border-top-color: #fff5d7;
}
.carameltaste .kv-bottom {
  border-top-color: #fbd8ab;
}
.soy_katsuobushi .kv-bottom {
  border-top-color: #f2e6d4;
}
@media screen and (min-width: 768px) {
  .plantderich-kv {
    padding: 190px 0 0 0;
    height: 454px;
  }
  .plantderich-kv .imgbox {
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .plantderich-kv {
    padding: 0 0 0 0;
    height: 664px;
  }
  .plantderich-kv .wrap {
    position: relative;
    z-index: 2;
    padding: 0 1.8rem;
    margin: 300px 0 0 0;
  }
.plantderich-kv h1 {
  font-size: 2.8rem;
　line-height: 42px;
}
  .plantderich-kv h1 br {
    display: none;
  }
  .plantderich-kv .imgbox {
    width: 874px;
    margin: 0 auto;
    max-width: none;
  }
  .kv-bottom {
    width: 0;
    height: 0;
    border-left: 274px solid transparent;
    border-right: 274px solid transparent;
    border-top: 100px solid #fff;
    margin: 0 auto;
  }
}
section {
  position: relative;
}
section.section01 {
  padding: 72px 0 0 0;
  margin: -72px 0 0 0;
}
section .wrap {
  position: relative;
  z-index: 2;
  padding: 0 1.8rem;
}
section h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  section h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    margin-bottom: 4rem;
  }
}
section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #207703;
  line-height: 28px;
  margin-bottom: 1.6rem;
}
.maskingtaste .color {
  color: #207703;
}
.cookmeatplus .color {
  color: #dd5422;
}
.creamtaste .color {
  color: #dea204;
}
.carameltaste .color {
  color: #f08437;
}
.soy_katsuobushi .color {
  color: #c30d23;
}
.color {
  font-weight: 700;
}
section h2 strong {
  font-size: 36px;
}

@media screen and (min-width: 992px) {
  section h2 strong {
    font-size: 3.6rem;
  }
}

.cookmeatplus section h2 + p {
  margin-top: -30px;
  text-align: center;
}
.cookmeatplus section.section04 h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  section h2 br {
    display: none;
  }
  section h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #207703;
    line-height: 32px;
    margin-bottom: 1.4rem;
  }
}
section.section01::before {
  display: block;
  content: "";
  position: absolute;
  width: 204px;
  height: 426px;
  background: url("../img/maskingtaste-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
section.section01::after {
  display: block;
  content: "";
  position: absolute;
  width: 104px;
  height: 224px;
  background: url("../img/maskingtaste-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1;
}
.cookmeatplus section.section01::before {
  background: url("../img/cookmeatplus-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.cookmeatplus section.section01::after {
  background: url("../img/cookmeatplus-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.creamtaste section.section01::before {
  background: url("../img/creamtaste-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.creamtaste section.section01::after {
  background: url("../img/creamtaste-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.carameltaste section.section01::before {
  background: url("../img/carameltaste-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.carameltaste section.section01::after {
  background: url("../img/carameltaste-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.soy_katsuobushi section.section01::before {
  background: url("../img/soy_katsuobushi-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.soy_katsuobushi section.section01::after {
  background: url("../img/soy_katsuobushi-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
section.section01 .img01 {
  margin: 3rem 0 2.6rem 0;
}
section.section01 .textbox {
  font-size: 1.8rem;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  section.section01 {
    padding: 140px 0 0 0;
    margin: -100px 0 0 0;
  }
  section.section01::before {
    width: 246px;
    height: 516px;
  }
  section.section01::after {
    width: 280px;
    height: 408px;
    background: url("../img/maskingtaste-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .cookmeatplus section.section01::after {
    background: url("../img/cookmeatplus-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .creamtaste section.section01::after {
    background: url("../img/creamtaste-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .carameltaste section.section01::after {
    background: url("../img/carameltaste-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .soy_katsuobushi section.section01::after {
    background: url("../img/soy_katsuobushi-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
  }
  .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box1 .img01 {
    width: 318px;
  }
  .box1 .textbox img {
    width: auto;
    height: 172px;
    margin-left: -36px;
    margin-bottom: 16px;
  }
  .box1 .textbox {
    width: 688px;
    padding-left: 56px;
  }
  .box1 .textbox p {
    font-size: 20px;
    line-height: 34px;
  }
}
section.section02 {
  padding: 8rem 0;
}
section.section02::before {
  display: block;
  content: "";
  position: absolute;
  width: 698px;
  height: 1372px;
  background: url("../img/maskingtaste-bg03-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: 172px;
  left: 50%;
  transform: translateX(-40%);
  z-index: 1;
}
.cookmeatplus section.section02::before {
  background: url("../img/cookmeatplus-bg03-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.creamtaste section.section02::before {
  background: url("../img/creamtaste-bg03-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.carameltaste section.section02::before {
  background: url("../img/carameltaste-bg03-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.soy_katsuobushi section.section02::before {
  background: url("../img/soy_katsuobushi-bg03-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  section.section02 {
    padding: 16rem 0 8rem 0;
  }
  .maskingtaste section.section02 {
    padding: 16rem 0 4rem 0;
  }
  .cookmeatplus section.section02 {
    padding: 16rem 0 0 0;
  }
  .carameltaste section.section02 {
    padding: 16rem 0 80px 0;
  }
  section.section02::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1342px;
    background: url("../img/maskingtaste-bg03-pc.svg") center 0 no-repeat;
    background-size: auto 1320px;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .cookmeatplus section.section02::before {
    background: url("../img/cookmeatplus-bg03-pc.svg") center 0 no-repeat;
    background-size: auto 1320px;
  }
  .creamtaste section.section02::before {
    background: url("../img/creamtaste-bg03-pc.svg") center 0 no-repeat;
    background-size: auto 1320px;
  }
  .carameltaste section.section02::before {
    background: url("../img/carameltaste-bg03-pc.svg") center 0 no-repeat;
    background-size: auto 1320px;
  }
  .soy_katsuobushi section.section02::before {
    background: url("../img/soy_katsuobushi-bg03-pc.svg") center 0 no-repeat;
    background-size: auto 1320px;
  }
}
section.section03 {
  padding: 8rem 0;
  background-color: #fffdf5;
}
.cookmeatplus section.section03 {
  padding: 20rem 0 8rem 0;
}
.cookmeatplus-img03-02 {
  margin-bottom: 3.2rem;
}
.carameltaste-img03-01 {
  margin-bottom: 3.2rem;
}
.carameltaste section.section03 .textbox p {
  margin-bottom: 1em;
}
.cookmeatplus section h3 {
  color: #dd5422;
}
@media screen and (min-width: 992px) {
  section.section03 {
    padding: 80px 0;
    background-color: #fffdf5;
  }
  .cookmeatplus section.section03 {
    margin: -4rem 0;
    padding: 8rem 0 9rem;
  }
  section.section03 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1068px;
    margin: 0 auto;
  }
  .cookmeatplus section.section03 .box {
    align-items: center;
  }
  .cookmeatplus section h2 {
    color: #5d3d1b;
  }
  section.section03 .box .cookmeatplus-img03-01 {
    width: 504px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  section.section03 .box .cookmeatplus-img03-02 {
    width: 504px;
    margin-bottom: 0;
    margin-right: 32px;
  }
  section.section03 .box .carameltaste-img03-01 {
    width: 492px;
    margin-bottom: 0;
    margin-right: 48px;
  }
  section.section03 .box .textbox {
    flex: 1;
    margin-top: 1.2em;
  }
  .cookmeatplus section.section03 .box .textbox {
    flex: 1;
    margin-top: 0;
  }
  .cookmeatplus section.section03 .textbox p {
    text-align: left;
  }
  .creamtaste section.section03 .textbox p {
    text-align: center;
  }
}
/*section7*/
section.section07 {
  margin: -4rem 0;
  padding: 8rem 0;
  background-color: #fffdf5;
}
@media screen and (min-width: 992px) {
  section.section07 {
    margin: 0 0;
    padding: 80px 0;
    background-color: #fffdf5;
  }
  .cookmeatplus section.section07 {
    margin: -4rem 0;
    padding: 8rem 0 9rem;
  }
  section.section07 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1068px;
    margin: 0 auto;
  }
  .cookmeatplus section.section07 .box {
    align-items: center;
  }
  .cookmeatplus section h2 {
    color: #5d3d1b;
  }
  .cookmeatplus section h3 {
    color: #dd5422;
  }
  section.section07 .box .cookmeatplus-img03-01 {
    width: 504px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  section.section07 .box .cookmeatplus-img03-02 {
    width: 504px;
    margin-bottom: 0;
    margin-right: 32px;
  }
  section.section07 .box .carameltaste-img03-01 {
    width: 492px;
    margin-bottom: 0;
    margin-right: 48px;
  }
  section.section07 .box .textbox {
    flex: 1;
    margin-top: 1.2em;
  }
  .cookmeatplus section.section07 .box .textbox {
    flex: 1;
    margin-top: 0;
  }
  .cookmeatplus section.section07 .textbox p {
    text-align: center;
  }
  .creamtaste section.section07 .textbox p {
    text-align: center;
  }
}
section.section04 {
  padding: 8rem 0;
  border-radius: 56px 0 0 56px;
  background-color: #d9e5d1;
}
.cookmeatplus section.section04 {
  background-color: #fdede4;
}
.creamtaste section.section04 {
  background-color: #fff5d7;
}
.carameltaste section.section04 {
  background-color: #fbd8ab;
}
.soy_katsuobushi section.section04 {
  background-color: #f2e6d4;
}
.lead {
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: #5d3d1b;
}
.lead span {
  display: inline-block;
}
.lead span::after {
  display: block;
  content: "";
  background: url("../img/lead-comp01.png") 0 0 repeat-x;
  background-size: 8px;
  width: 100%;
  height: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .lead {
    font-size: 1.8rem;
  }
}
.list-recommend {
  margin-top: 3.2rem;
}
.list-recommend li {
  margin: 0 auto 4rem auto;
}
.list-recommend .imgbox {
  width: 224px;
  margin-bottom: 1.6rem;
  margin: 0 auto 1.6rem auto;
}
.list-recommend .textbox {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.list-recommend .textbox p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 991px) {
  .list-recommend li.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-recommend li.col3 .imgbox {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .list-recommend li.col3 .imgbox img {
    width: 234px;
    margin: 0 auto;
  }
  .list-recommend li.col3 .textbox {
    order: 1;
    text-align: center;
    margin-bottom: 2em;
  }
  .list-recommend li.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-recommend li.col2 .imgbox {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .list-recommend li.col2 .imgbox img {
    width: 234px;
    margin: 0 auto;
  }
  .list-recommend li.col2 .textbox {
    order: 1;
    text-align: center;
    margin-bottom: 2em;
  }
  .list-recommend li.tips .imgbox {
    width: 100%;
    max-width: 338px;
  }
}
@media screen and (min-width: 992px) {
  section.section04 {
    padding: 80px 0;
  }
  section.section04 .wrap {
    max-width: 1020px;
    margin: 0 auto;
  }
  section.section04 .lead {
    font-size: 1.4rem;
    line-height: 32px;
    text-align: center;
  }
  .list-recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list-recommend li {
    width: 332px;
    margin: 0 0 64px 0;
  }
  .list-recommend .imgbox {
    width: 294px;
    margin-bottom: 0.8rem;
  }
  .list-recommend .textbox {
    font-size: 20px;
  }
  .list-recommend .textbox p {
    font-size: 16px;
  }
  .list-recommend li.col3 {
    width: 100%;
  }
  .list-recommend li.col3 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .list-recommend li.col2 {
    width: 664px;
  }
  .list-recommend li.col2 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .list-recommend li.col3 .imgbox,
  .list-recommend li.col2 .imgbox {
    margin-bottom: 0;
  }
}
.list-features {
}
.list-features .imgbox {
  width: 234px;
  margin: 8rem auto 2rem auto;
}
.list-features .item01 .imgbox {
  margin-top: 0;
}
.list-features .textbox {
}
.cookmeatplus-img02-04 {
  margin: 6.4rem auto 0 auto;
}
.carameltaste-img02-04 {
  margin: 6.4rem auto 0 auto;
}
@media screen and (min-width: 992px) {
  .cookmeatplus-img02-04 {
    width: 848px;
    margin: 2.2rem auto 0 auto;
  }
  .cookmeatplus-img02-04 img {
  }
  .list-features {
  }
  .list-features > div {
    width: 100%;
    max-width: 1064px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 64px auto;
  }
  .carameltaste-img02-04 {
    width: 904px;
    margin: 14rem auto 0 auto;
  }
  .list-features > div.item01 {
  }
  .list-features > div.item02 {
    padding-left: 80px;
  }
  .list-features > div.item03 {
    padding-left: 160px;
  }
  .list-features > div.item03 br {
  }
  .list-features > div .imgbox {
    width: 236px;
    margin: 0 40px 0 0;
  }
  .list-features > div .textbox {
    flex: 1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}
section.section05 {
  padding: 72px 0 72px 0;
  overflow: hidden;
  background-color: #fffdf5;
}
section.section05::before {
  display: block;
  content: "";
  position: absolute;
  width: 518px;
  height: 570px;
  background: url("../img/maskingtaste-bg04-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: -270px;
  right: -320px;
  z-index: 1;
}
section.section05::after {
  display: block;
  content: "";
  position: absolute;
  width: 408px;
  height: 320px;
  background: url("../img/maskingtaste-bg05-sp.svg") 0 0 no-repeat;
  background-size: cover;
  bottom: -240px;
  left: -120px;
  z-index: 1;
}
.cookmeatplus section.section06 {
  margin: -4rem 0;
  padding: 6rem 0 6rem;
}
.cookmeatplus section.section06::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 478px;
  background: url("../img/cookmeatplus-bg06-sp.svg") center 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.cookmeatplus section.section06 h2 {
  margin-bottom: 1rem;
}
.cookmeatplus-img06-01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cookmeatplus section.section06 {
    margin: 0 0;
    padding: 6rem 0 6rem;
  }
  .cookmeatplus section.section06 h2 {
    margin-bottom: 4rem;
  }
  .cookmeatplus-img06-01 {
    width: 678px;
  }
}
@media screen and (min-width: 992px) {
  .cookmeatplus section.section06::after {
    background: url("../img/cookmeatplus-bg06-pc.svg") 0 0 no-repeat;
    height: 700px;
    background-size: cover;
  }
}
.cookmeatplus section.section05::before {
  background: url("../img/cookmeatplus-bg04-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.cookmeatplus section.section05::after {
  background: url("../img/cookmeatplus-bg05-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.creamtaste section.section05::before {
  background: url("../img/creamtaste-bg04-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.creamtaste section.section05::after {
  background: url("../img/creamtaste-bg05-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.carameltaste section.section05::before {
  background: url("../img/carameltaste-bg04-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.carameltaste section.section05::after {
  background: url("../img/carameltaste-bg05-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.soy_katsuobushi section.section05::before {
  background: url("../img/soy_katsuobushi-bg04-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.soy_katsuobushi section.section05::after {
  background: url("../img/soy_katsuobushi-bg05-sp.svg") 0 0 no-repeat;
  background-size: cover;
}
.list-notes {
  display: table;
  font-size: 14px;
  padding-left: 0;
  line-height: 1.6;
}
.list-notes > li {
  display: table-row;
  text-align: left;
}
.list-notes > li > span {
  font-size: 1em !important;
  display: table-cell;
  padding: 0.25em 0 0.25em 0.25em;
  vertical-align: top;
}
.list-notes > li::before {
  display: table-cell;
  padding: 0.25em 0;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
  content: attr(data-indent-head);
}
@media screen and (min-width: 992px) {
  .list-notes {
    font-size: 14px;
  }
}
.list-style--disc {
}
.list-style--disc > li {
  display: flex;
  align-items: flex-start;
  margin: 0.5rem 0;
}
.list-style--disc > li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  background-color: #4d7b3e;
  margin-right: 0.8rem;
  margin-top: 8px;
}

.list-style--disc span:first-child {
  width: 150px;
}

.list-style--disc > li span:nth-child(2) {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
  flex: 1;
}
.cookmeatplus .list-style--disc > li::before {
  background-color: #ffc7a8;
}
.creamtaste .list-style--disc > li::before {
  background-color: #f7c849;
}
.carameltaste .list-style--disc > li::before {
  background-color: #eb6100;
}
.soy_katsuobushi .list-style--disc > li::before {
  background-color: #9a9758;
}

p.list-notes {
  display: inline-block;
  text-align: left;
  margin-top: 1rem;
  margin-left: 1rem;
  text-indent: -1em;
}
@media screen and (min-width: 992px) {
  .list-style--disc {
    max-width: 480px;
    margin: 0 auto 1.6rem auto;
  }
  .carameltaste .list-style--disc {
    max-width: 524px;
  }
  .cookmeatplus .list-style--disc {
    max-width: 620px;
  }
  .soy_katsuobushi .list-style--disc {
    max-width: 762px;
  }
  .list-style--disc li span:first-child {
    width: 198px;
  }
  p.list-notes {
    display: inline-block;
  }
}
.sample-fix-btn {
  display: block;
  width: 316px;
  height: auto;
  position: fixed;
  bottom: -20px;
  right: -20px;
  z-index: 10;
}
.plantderich.home {
}
.plantderich-home-kv {
  padding: 128px 0 0 0;
  height: auto;
  overflow: hidden;
  background-color: #fefaf6;
}
.plantderich.home h1 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.plantderich.inq h1 {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 114px;
}
@media screen and (min-width: 992px) {
  .plantderich.inq h1 {
    margin-top: 170px;
  }
}
.plantderich.home h1 img {
  margin: 0 auto;
}
.plantderich.home .kv-copy {
}
.plantderich.home .kv-copy .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.plantderich.home .kv-copy p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 32px;
}
.plantderich.home .color {
  color: #84c536;
}
.plantderich-home-kv::before {
  display: block;
  content: "";
  position: absolute;
  width: 395px;
  height: 720px;
  background: url("../img/plantderich-kv-bg01-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: -128px;
  left: -210px;
  z-index: 1;
}
.plantderich-home-kv::after {
  display: block;
  content: "";
  position: absolute;
  width: 364px;
  height: 420px;
  background: url("../img/plantderich-kv-bg02-sp.svg") 0 0 no-repeat;
  background-size: cover;
  top: -70px;
  right: -190px;
  z-index: 1;
}
.plantderich.home section.section01 {
  background-color: #fefaf6;
  margin: 0 0 0 0;
  padding: 50px 0;
}
.plantderich.home section.section01::before,
.plantderich.home section.section01::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .plantderich-home-kv {
    padding: 208px 0 80px 0;
  }
  .plantderich.home h1 {
    width: 476px;
    text-align: center;
  }
  .plantderich.home h1 img {
    margin: 0 auto;
  }
  .plantderich.home .kv-copy .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .plantderich.home .kv-copy p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 34px;
  }
  .plantderich-home-kv::before {
    width: 680px;
    height: 910px;
    background: url("../img/plantderich-kv-bg01-pc.svg") 0 0 no-repeat;
    background-size: cover;
    top: -138px;
    left: -320px;
  }
  .plantderich-home-kv::after {
    width: 590px;
    height: 680px;
    background: url("../img/plantderich-kv-bg02-pc.svg") 0 0 no-repeat;
    background-size: cover;
    top: -70px;
    right: -270px;
  }
}
.plantderich.home .list-typs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 80px;
  max-width: 1200px;
}
.plantderich.home .list-typs a {
  display: block;
  margin: 20px 0;
  transition: 1s all;
}
.plantderich.home .list-typs a:hover {
  transform: scale(1.15, 1.15);
  transition: 1s all;
  text-align: center;
}
.plantderich.home .list-typs .imgbox {
  width: 264px;
  position: relative;
}
.plantderich.home .list-typs .item01 .imgbox img {
  margin-left: -15px;
}
.plantderich.home .list-typs .item02 .imgbox img {
  margin-left: 15px;
}
.plantderich.home .list-typs a .textbox {
  text-align: center;
}
.plantderich.home .list-typs a .textbox .title {
  font-size: 26px;
  font-weight: 700;
  color: #5d3d1b;
  margin-bottom: 16px;
}
.plantderich.home .list-typs a .textbox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #5d3d1b;
  letter-spacing: 1px;
}
.textbox small {
  font-size: 14px;
}
.plantderich.home section.section02::before,
.plantderich.home section.section03::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .plantderich.home .list-typs {
    margin: 0 auto 60px auto;
  }
  .plantderich.home .list-typs a {
  }
  .plantderich.home .list-typs a:nth-child(even) {
    margin-top: 0;
  }
  .plantderich.home .list-typs a:nth-child(odd) {
    margin-top: 0px;
  }
  .plantderich.home .list-typs a.item02 {
    margin-top: -40px;
  }
  .plantderich.home .list-typs .imgbox {
    width: 320px;
  }
  .plantderich.home .list-typs .item01 .imgbox img {
    margin-left: 0;
  }
  .plantderich.home .list-typs .item02 .imgbox img {
    margin-left: 0;
  }
  .plantderich.home .list-typs a .textbox .title {
    font-size: 24px;
    line-height: 28px;
  }
  .textbox small {
    font-size: 16px;
  }
}
.plantderich.home section.section02 {
  border-radius: 90px 90px 0 0;
  background: url("../img/plantderich-section02-bg-sp.png") 0 0 no-repeat;
  background-size: contain;
  background-color: #fdf4dd;
}
.plantderich.home section.section02 {
  padding: 22rem 0 8rem 0;
}
.plantderich.home section.section02 p {
  font-size: 18px;
  line-height: 32px;
  display: block;
}
@media screen and (min-width: 540px) {
  .plantderich.home section.section02 {
    background: url("../img/plantderich-section02-bg-pc.png") 0 0 no-repeat;
    background-size: cover;
    background-color: #fdf4dd;
  }
  .plantderich.home section.section02 {
    margin-top: -60px;
    padding: 260px 0 4rem 0;
  }
  .plantderich.home section.section02 h2 {
    margin-bottom: 2rem;
  }
}
.plantderich.home section.section03 {
  background-color: #fff;
}
.plantderich.home section.section03 .box {
  background-color: #fefaf6;
  border-radius: 48px;
  padding: 10px;
}
.plantderich.home section.section03 .box .textbox {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .plantderich.home section.section03 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1110px;
    margin: 0 auto;
    padding-right: 48px;
  }
  .plantderich.home section.section03 .box .imgbox {
    width: 360px;
  }
  .plantderich.home section.section03 .box .textbox {
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 0;
  }
}
.plantderich.home section.section04 {
  padding: 8rem 0;
  border-radius: 56px 0 0 56px;
  background-color: #fff;
  margin: 0 0 0 16px;
  margin-bottom: 8rem;
}
.plantderich.home section.section04 .wrap {
  padding: 0 24px;
}
.plantderich.home section.section04 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  text-align: left;
}
.list-news {
  display: flex;
  flex-wrap: wrap;
}
.topNews_date {
  min-width: 116px;
  display: inline-block;
  background-color: #facdbc;
  padding: 4px 12px;
  color: #ed6940;
  border-radius: 4px;
}
.topNews_text {
  width: 100%;
  margin-top: 16px;
}
.list-news li {
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.list-news li {
  display: none;
}
.list-news li.visible {
  display: flex;
  flex-wrap: wrap;
}
.block-button {
  margin-top: 48px;
  text-align: center;
}
#toggleButton {
  background-color: #5d3d1b;
  color: #fff;
  padding: 16px 32px;
  border: none;
  border-radius: 100vh;
  font-size: 1.2rem;
  min-width: 276px;
  cursor: pointer;
}
#toggleButton:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .plantderich.home section.section04 {
    margin: 0 0 8rem 60px;
    padding: 100px 0 4rem;
  }
  .plantderich.home section.section04 h2 {
    margin-bottom: 30px;
    text-align: left;
  }
  .noPC {
    display: none !important;
  }
  .list-news li {
    display: flex;
    align-items: flex-start;
  }
  .topNews_text {
    flex: 1;
    margin-top: 0;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
}
sup {
  font-size: 12px;
}
sup.tm {
  font-size: initial;
  font-weight: 400;
  padding: 0 4px;
}
.soy_katsuobushi .plantderich-kv {
  background-color: #f2e6d4;
  max-height: none;
  height: auto;
}

.soy_katsuobushi .plantderich-kv h1 {
  font-size: 22px;
}
.soy_katsuobushi .plantderich-kv .copy {
  margin: 0;
}
.soy_katsuobushi .plantderich-kv .copy .brSP {
  display: block;
}
.soy_katsuobushi .plantderich-kv .copy:nth-child(2) {
  margin-top: 1em;
}
.soy_katsuobushi .plantderich-kv .copy .border {
  display: inline-block;
  margin: 6px 0 0 0;
}
.soy_katsuobushi .plantderich-kv .copy .border::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/kv-copy-line.png) center center repeat-x;
  background-size: 12px;
  margin-top: 0;
}

.soy_katsuobushi .plantderich-kv .wrap > .imgbox {
  margin: 30px auto 0 auto;
  text-align: center;
}

.soy_katsuobushi .plantderich-kv .wrap > .imgbox img {
  width: 100%;
  max-width: 696px;
}

.soy_katsuobushi .plantderich-kv .felxbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1110px;
  margin: 40px auto 0;
}

.soy_katsuobushi .plantderich-kv .felxbox .item {
  width: 100%;
}

.soy_katsuobushi .plantderich-kv .list-notes {
  padding: 0;
  margin: 0;
}

.soy_katsuobushi .plantderich-kv .list-notes li {
  line-height: 1.6;
  font-size: 12px;
}

.soy_katsuobushi .plantderich-kv .list-notes li::before {
  line-height: 1.6;
}

.soy_katsuobushi .plantderich-kv .felxbox .item .imgbox {
  width: 100%;
  margin: 0 0 10px 0;
}
.soy_katsuobushi section.section01 .img01 {
  margin: 3rem 0 1.2rem 0;
}

.soy_katsuobushi .box1 .textbox img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
}

.soy_katsuobushi .box1 .textbox p {
  font-size: 18px;
}

.soy_katsuobushi section.section03 {
  background-color: #fff;
  padding: 0 0 80px 0;
}
.soy_katsuobushi section.section03 .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1068px;
  margin: 0 auto;
  gap: 40px;
}

.soy_katsuobushi-img03-01 {
  width: 100%;
}

@media (min-width: 992px) {
  .soy_katsuobushi .plantderich-kv {
    background-color: #f2e6d4;
    max-height: none;
    height: 498px;
  }

  .soy_katsuobushi .plantderich-kv h1 {
    font-size: 32px;
  }
  .soy_katsuobushi .plantderich-kv .copy {
    margin: 20px 0;
  }
  .soy_katsuobushi .plantderich-kv .copy .brSP {
    display: inline;
  }
  .soy_katsuobushi .plantderich-kv .copy .border {
    display: inline-block;
    margin: 0;
  }
  .soy_katsuobushi .plantderich-kv .copy .border::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: url(../img/kv-copy-line.png) center center repeat-x;
    background-size: 12px;
    margin-top: 5px;
  }

  .soy_katsuobushi .plantderich-kv .wrap > .imgbox {
    margin: 60px auto 0 auto;
    text-align: center;
  }

  .soy_katsuobushi .plantderich-kv .wrap > .imgbox img {
    width: 696px;
  }

  .soy_katsuobushi .plantderich-kv .felxbox {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1150px;
    margin: 40px auto 0;
  }

  .soy_katsuobushi .plantderich-kv .felxbox .item {
    width: calc(50% - 10px);
  }

  .soy_katsuobushi .plantderich-kv .list-notes {
    padding: 0;
    margin: 0;
  }

  .soy_katsuobushi .plantderich-kv .list-notes li {
    line-height: 1.6;
    font-size: 11px;
  }

  .soy_katsuobushi .plantderich-kv .list-notes li::before {
    line-height: 1.6;
  }

  .soy_katsuobushi .plantderich-kv .felxbox .item .imgbox {
    width: 100%;
  }

  .soy_katsuobushi section.section01 .img01 {
    margin: 0;
  }

  .soy_katsuobushi .box1 .textbox img {
    width: auto;
    height: 82px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .soy_katsuobushi .box1 .textbox p {
    font-size: 20px;
  }

  .soy_katsuobushi section.section03 {
    background-color: #fff;
    padding: 0 0 80px 0;
  }
  .soy_katsuobushi section.section03 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1068px;
    margin: 0 auto;
    gap: 40px;
  }

  .soy_katsuobushi-img03-01 {
    width: 355px;
  }
}

@media (min-width: 1280px) {
  .soy_katsuobushi .plantderich-kv .list-notes li {
    font-size: 13px;
  }
  .soy_katsuobushi .plantderich-kv .felxbox {
    display: flex;
    justify-content: center;
    gap: 80px;
    max-width: 1150px;
    margin: 40px auto 0;
  }
  .soy_katsuobushi .plantderich-kv .felxbox .item {
    width: calc(50% - 40px);
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%; /* 600 / 900 = 0.6666 => 3:2 アスペクト比 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 400px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 992px) {
  .video-wrapper {
    width: 600px;
    height: 400px;
    padding-bottom: 0;
  }
}

.align-center {
  display: flex;
  justify-content: center;
}

h2 sup,
.plantderich.home .list-typs a .textbox .title sup {
  font-size: smaller;
}

.br-md {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .br-md {
    display: inline;
  }
}
