/* 全体 */

/* 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: 8vw;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

  .fv_pageLinkBtn {
    width: 100%;
  }
}

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

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

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

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

.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;
}

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

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

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

  .material {
    padding-top: 80px;
  }

  .material_title img {
    width: 80%;
  }

  .content {
    gap: 80px;
  }

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

@media screen and (max-width: 767px) {
  .material_title img {
    width: 100%;
  }

  .item {
    justify-content: center;
  }

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

  .item .right {
    width: 100%;
  }

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

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

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

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

  .item .left .image img {
	width: 100%;
	max-width: 335px;
    margin-bottom: 0;
  }

  .content {
    gap: 60px;
  }
}

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

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

.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;
}

.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: 205px;
  height: 205px;
  background: url(../images/pc/nuts_img1.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  right: -130px;
}
.nuts_content:nth-child(3) .description::before {
  content: '';
  width: 170px;
  height: 170px;
  background: url(../images/pc/nuts_img2-1.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -140px;
  left: -110px;
}
.nuts_content:nth-child(3) .description::after {
  content: '';
  width: 270px;
  height: 230px;
  background: url(../images/pc/nuts_img2-2.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -140px;
  right: -140px;
}

.nuts_content:nth-child(4) .description::before {
  content: '';
  width: 160px;
  height: 170px;
  background: url(../images/pc/nuts_img3-1.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -130px;
  left: -100px;
}

.nuts_content:nth-child(4) .description::after {
  content: '';
  width: 270px;
  height: 230px;
  background: url(../images/pc/nuts_img3-2.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  right: -130px;
}

.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: 1023px) {
  .sec_nuts { 
    padding-left: 20px;
    padding-right: 20px;
  }

  .nuts_title img {
    width: 80%;
  }

  .nuts {
    padding-top: 80px;
  }

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

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

  .nuts_content:nth-child(2) .description::before {
    width: 145px;
    height: 145px;
    bottom: -80px;
    right: -50px;
  }

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

  .nuts_content:nth-child(3) .description::before {
    width: 130px;
    height: 130px;
    bottom: -90px;
    left: -60px;
  }

  .nuts_content:nth-child(3) .description::after {
    width: 200px;
    height: 170px;
    bottom: -110px;
    right: -60px;
  }

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

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

  .nuts_content:nth-child(4) .description::after {
    width: 200px;
    height: 170px;
    bottom: -100px;
    right: -50px;
  }

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

@media screen and (max-width: 767px) {
  .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 .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) .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 {
    padding-bottom: 10px;
  }

  .nuts {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  
  .nuts_content {
    padding: 40px 0;
    gap: 40px;
  }
  
  .nuts_content:nth-child(2) .description::before {
    width: 120px;
    height: 120px;
    bottom: -220px;
    right: auto;
    left: -15px;
  }

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

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

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

  .nuts_content:nth-child(3) .description::after {
    width: 160px;
    height: 140px;
    bottom: -220px;
    right: -20px;
  }

  .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;
  }
}