/* 全体 */

/* img {
  display: block;
  width: 100%;
} */

body.single-feature a:visited {
  color: #fff;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block!important;
  }

  .pc {
    display: none;
  }
}


/* fv sec */
.fv_sec {
  position: relative;
}

.fv_pageLink {
  width: 40vw;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  position: absolute;
  bottom: 6vw;
  left: 50%;
  transform: translateX(-50%);
}

.fv_pageLinkBtn {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 1279px) {
  .fv_pageLink {
    width: 45vw;
    bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .fv_pageLink {
    width: 100%;
    padding: 0 20px;
    gap: 15px;
    bottom: 10vw;
  }

  .fv_pageLinkBtn {
    width: 100%;
  }
}

/* material sec */
.sec_material {
  background: url('../images/pc/material_bg.jpg')repeat-y; 
  background-size: 100% auto;
  background-position: top center;
  padding-bottom: 70px;
}

.material {
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.material_sub {
  padding-top: 50px;
  margin-bottom: 90px;
  text-align: center;
}

.material_sub_title img{
  max-width: 100%; 
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;;
  gap: 100px; 
  margin-bottom: 50px;
}

.item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.item .left {
  flex: 1;
  text-align: center;
}

.item .left .image img {
  max-width: 370px;
  margin-bottom: 40px;
  transform: translateX(-30px);
}

.button-link {
  max-width: 325px;
  margin: 0 auto;
}

.item .right {
  width: 100%;
  max-width: 570px;
  position: relative;
}

a.recipe-linkBtn {
  width: 100%;
  max-width: 370px;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .sec_material { 
    padding-left: 20px;
    padding-right: 20px;
  }

  .material {
    padding-top: 60px;
    margin-bottom: 30px;
  }

  .material_title img {
    max-width: 600px;
  }

  .material_sub {
    padding-top: 40px;
    margin-bottom: 60px;
  }

  .material_sub_title img {
    max-width: 740px;
  }

  .content {
    gap: 80px;
  }

  .item .right {
    width: 50%;
    min-width: 335px;
  }

  a.recipe-linkBtn {
    max-width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .sec_material {
    background: url('../images/sp/material_bg.jpg')repeat-y; 
    background-size: 100% auto;
    background-position: top center;
  }
  .material_title img {
    width: 100%;
  }

  .item {
    justify-content: center;
  }

  .item .left {
    flex: 100%;
    padding: 0 20px;
  }

  .item .right {
    width: 100%;
  }

  a.recipe-linkBtn {
    max-width: 360px;
    bottom: 6vw;
  }

  .button-link {
    max-width: 100%;
    min-width: 335px;
    padding-top: 30px;
  }

  h3.material .material_title img {
    width: 60%;
    min-width: 200px;
  }
}

@media screen and (max-width: 540px) {
  .sec_material {
    padding-bottom: 20px;
  }

  .material {
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .material_sub {
    padding-top: 0px;
    margin-bottom: 40px;
  }

  .material_sub_title img {
    max-width: 100%;
  }

  .item .left .image img {
    width: 100%;
    max-width: 335px;
    margin-bottom: 0;
    transform: translateX(-10px);
  }

  .content {
    gap: 60px;
  }

  a.recipe-linkBtn {
    max-width: 270px;
    bottom: 35vw;
  }
}

/* nuts sec */
.sec_nuts {
  background: url('../images/pc/nuts_bg.jpg')repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding-bottom: 40px;
}

.nuts {
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.nuts_buble {
  position: relative;
  margin-top: 120px;
}

.nuts_content:nth-child(2)::before {
  content: "";
  width: 525px;
  height: 120px;
  background: url(../images/pc/nuts_txt_buble01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.nuts_content:nth-child(5)::before {
  content: "";
  width: 525px;
  height: 120px;
  background: url(../images/pc/nuts_txt_buble04.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.nuts_title img {
  max-width: 570px;
}

.nuts_content {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(178, 178, 178, 0.7);
  padding: 60px 0;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.nuts-images {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  column-gap: 100px;
  align-items: end;
  position: relative;
}

.nuts_content:nth-child(4) .nuts-images::before {
  content:'';
  width: 435px;
  height: 425px;
  background: url('../images/pc/nuts_product3_obj.png')no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -30px;
}

.nuts-image-left,
.nuts-image-right {
  width: 100%;
}

.description {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.nuts_content:nth-child(2) .description::before {
  content: '';
  width: 330px;
  height: 265px;
  background: url(../images/pc/nuts_img1.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -270px;
  right: -140px;
}

.nuts_content:nth-child(3) .description::before {
  content: '';
  width: 240px;
  height: 210px;
  background: url(../images/pc/nuts_img2-1.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -250px;
  left: -110px;
}

.cta-button {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.cta-button img {
  max-width: 325px;
}

.content-title {
  margin-top: -85px;
}

.nuts_content:nth-child(4) .content-title {
  margin-top: -95px;
}

.content-title img {
  max-width: 335px;
}

.release{
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sec_nuts { 
    padding-left: 20px;
    padding-right: 20px;
  }

  .nuts {
    padding-top: 60px;
  }

  .nuts_title img {
    max-width: 600px;
  }

  .nuts_content {
    padding: 40px 0;
    margin-bottom: 100px;
  }

  .nuts_content.nuts_buble {
    padding: 80px 0;
  }

  .nuts-images {
    column-gap: 80px;
  }

  .nuts_content:nth-child(2) .description::before {
    width: 205px;
    height: 170px;
    bottom: -290px;
    right: -20px;
  }

  .content-title {
    margin-top: -65px;
  }

  .nuts_content:nth-child(3) .description::before {
    width: 170px;
    height: 140px;
    bottom: -200px;
    left: -50px;
  }

  .nuts_content:nth-child(4) .content-title {
    margin-top: -75px;
  }

  .release {
    max-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .nuts_content {
    padding: 60px 0;
  }

  .nuts_title img {
    width: 100%;
  }

  .nuts-images {
    max-width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 60px;
  }

  .nuts-image-left,
  .nuts-image-right{
    width:100%
  }

  .description {
    max-width: 100%;
    padding: 0 20px;
  }

  .nuts_content.nuts_buble {
    margin-top: 140px;
  }

  .nuts .cta-button {
    max-width: 100%;
    padding: 0 20px;
  }

  .sec_nuts .cta-button img {
    max-width: 100%;
    padding: 0 20px;
  }

  .content-title {
    margin-top: -85px;
  }

  .nuts_content:nth-child(4) .content-title {
    margin-top: -95px;
  }

  .nuts_content:nth-child(2) .description::before {
    width: 165px;
    height: 165px;
    bottom: -320px;
    right: auto;
    left: -30px;
  }

  .nuts_content:nth-child(3) .description::before {
    width: 160px;
    height: 160px;
    bottom: -330px;
    left: -30px;
  }

  .nuts_content:nth-child(3) .description::after {
    background: url(../images/sp/sp_nuts_img2-2.png)no-repeat;
    background-size: contain;
    width: 250px;
    height: 210px;
    bottom: -340px;
    right: -30px;
  }

  .nuts_content:nth-child(4) .nuts-images::before {
  content:'';
  width: 110px;
  height: 80px;
  background: url('../images/sp/sp_nuts_product3_obj.png')no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -320px;
  right: -10px;
}

  .nuts_content:nth-child(4) .description::before {
    width: 160px;
    height: 160px;
    bottom: -340px;
    left: -30px;
  }

  .nuts_content:nth-child(4) .description::after {
    background: url(../images/sp/sp_nuts_img3-2.png)no-repeat;
    background-size: contain;
    width: 240px;
    height: 200px;
    bottom: -340px;
    right: -30px;
  }
}

@media screen and (max-width: 540px) {
  .sec_nuts {
    background: url('../images/sp/nuts_bg.jpg')repeat-y;
    background-size: 100% auto;
    background-position: top center;
  }
  .sec_nuts {
    padding-bottom: 10px;
  }

  .nuts {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  
  .nuts_content {
    padding: 40px 0;
    gap: 40px;
  }

  .nuts_content:nth-child(2)::before {
    width: 90%;
    height: 80px;
    top: -35px;
  }

  .nuts_content.nuts_buble {
    margin-top: 120px;
    padding: 60px 0;
  }
  
  .nuts_content:nth-child(2) .description::before {
    width: 140px;
    height: 120px;
    bottom: -234px;
    right: 2px;
    left: auto;
  }

  .content-title {
    margin-top: -60px;
  }

  .content-title img {
    max-width: 275px;
  }

  .nuts_content:nth-child(3) .description::before {
    width: 120px;
    height: 100px;
    bottom: -230px;
    left: 0px;
  }

  .nuts_content:nth-child(4) .nuts-images::before {
    width: 160px;
    height: 120px;
    bottom: -93vw;
    right: -23px;
  }

  .nuts_content:nth-child(4) .content-title {
    margin-top: -60px;
  }

  .nuts_content:nth-child(4) .content-title img {
    max-width: 200px;
  }

  .nuts_content:nth-child(4) .description::before {
    width: 90px;
    height: 100px;
    bottom: -210px;
    left: -15px;
  }

  .nuts_content:nth-child(4) .description::after {
    width: 170px;
    height: 140px;
    bottom: -210px;
    right: -20px;
  }

  .nuts_content:nth-child(5)::before {
    width: 90%;
    height: 65px;
    top: -30px;
  }
}