.product .slide-arrow {
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.product main {
 margin-bottom: 50px;
}
.product .wrap_inner2 {
 padding: 80px 0 0;
}
.product .mv {
  position: relative;
  padding-top: 25%;
  background: url(../assets/img/product/product_main.png) no-repeat bottom center;
  background-size: cover;
}
.product .mv h2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 5px;
  transform: translateY(-50%);
}
.product .sec_lead {
 text-align: center;
 padding: 60px 0;
}
.product .sec_nav {
}
.product .sec_nav ul {
 display: flex;
 justify-content: space-between;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
.product .sec_inner {
 max-width: 1200px;
 width: 100%;
 padding: 80px 100px;
 margin: 0 auto;
 background: #fff;
}
.product .sec_inner h2 {
 margin-bottom: 60px;
}

.product main section {
 padding: 80px 0 0;
}
.product .txt-part .txt-part_inner {
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.product .txt-part .txt-part_inner:not(:last-of-type) {
 margin-bottom: 30px;
}
.product .txt-part .txt-part_inner h3 {
 display: block;
 width: 240px;
 margin-top: 10px;
}
.product .txt-part .txt-part_inner h3 span {
 display: block;
 font-weight: bold;
 text-align: center;
 padding: 8px;
}
.product .txt-part .txt-part_inner.txt1 h3 span:first-of-type {
 color: #fff;
 font-size: 20px;
 background: #009b83;
}
.product .txt-part .txt-part_inner.txt1 h3 span:last-of-type {
 color: #009b83;
 font-size: 18px;
}
.product .txt-part .txt-part_inner p {
 width: calc(100% - 240px);
 padding-left: 40px;
}
/*20240906-add*/
.product .txt-part .txt-part_inner.txt2 {
 padding: 25px;
 background: #d9f2d0;
}
.product .txt-part .txt-part_inner.txt2 h3 {
 position: relative;
 display: flex;
 width: calc(240px - 25px);
 justify-content: center;
 flex-direction: column;
 margin-top: 0;
 background: #fff;
 border: 2px solid #009b83;
}
.product .txt-part .txt-part_inner.txt2 h3::after {
 position: absolute;
 content: '';
 right: -22px;
 top: calc(50% - 10px);
 height: calc(40px / 2);
 width: 12px;
 clip-path: polygon(0 0, 100% 50%, 0 100%);
 background: #009b83;
}
.product .txt-part .txt-part_inner.txt2 h3 span {
 color: #009b83;
 font-size: 18px;
}
.product .txt-part .txt-part_inner.txt2 p {
 padding-left: 13px;
}
/*20240906-end*/


.product .bg-white {
 background: #fff;
}
  
.main_visual{
position: relative;
}
.main_visual .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    z-index: -1;
}
.section_main_visual{
 
  padding: 180px 0;
}
.section_main_visual .wrap_inner2 {
  position: relative;
  z-index: 3;
}
.sec1 .img-part >p {
  width: 30%;
margin: 0 auto;
  margin-bottom: 4%;
}
.sec1 .txt-part >div {
  width: 48%;
}
.widthmax{
width: 100% !important;}
.sec1 .txt-part .mark img{
  position: absolute;
  top: 98%;
  right: 0;
  width: 70px;
}
.sec1 .txt-part .orange-border {
  border: 1px solid #ecbf0c;
  padding: 30px;
}
.sec1 .txt-part .orange-border .orange-bg {
  display: inline-block;
  background-color: #ecbf0c;
  border-radius: 20px;
  color: #fff;
  padding: 0px 20px;
}
.product .sec1 .button {
  background-color: transparent;
  color: #000;
}
.product .sec1 .button::before {
  content: none;
}
.bg_border {
  position: relative;
  display: inline-block;

}
.bg_border::before,.bg_border::after {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
width: 50px;
height: 2px;
background-color: #000;
}
.bg_border::before {
  left: -70px;
}
.bg_border::after {
  right: -70px;
}
.button_sec {
  padding: 60px 0;
}
.button_sec .button {
  color: #fff;
  background-color: #0b8d2d;
}
.introduce .button {
  color: #fff;
  background-color: #0b8d2d;
}
.introduce .button_part >div{
  width: 49%;
  margin-bottom: 2%;
  
}
.introduce .button_part .button {
  max-width: none;
}
.list .main_visual {
  background-image: url("../assets/img/product/cover-list.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.list .section_main_visual {
  padding: 100px 0;
}
.list .product_nav.bg-gray {
  padding: 40px;
}
.list .product_nav .flex li {
  position: relative;
  padding-left: 25px;
}
.list .product_nav .flex li::before {
  left: 0;
  position: absolute;
  content: "↓  ";
  color: #0b8d2d;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list .product_nav .flex li:hover::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.list .list_flex_item {
  width: 24%;
  margin-bottom: 3%;
  margin-right: 1.333%;
}
.list .list_flex_item:nth-child(4n) {
  margin-right: 0;
}
.list .flex-bottom-item {
  width: 32%;
}
.list .flex-bottom-item img {
  margin-bottom: 1em;
  width: 80%;
}
.list .flex-bottom-item .button_border {
  font-size: 15px;
  max-width: 140px;
  font-weight: bold;
}
.list_last_button .button{
  background-color: #404040;
  color: #fff;
}
.list main.list_index .sec1:first-of-type .flex.flex-wrap {
  margin-left: 12%;
  margin-right: -12%;
}
/*detail*/
.detail .main_visual {
  background-image: url("../assets/img/product/bg-item.png");
background-position: top;
background-repeat: no-repeat;
background-size: contain;
}
.detail .flex-comp {
  border-top: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px 20px;
}
.detail .flex-comp:last-child {
  border-bottom: 1px solid #000;
  
}
.detail .flex-comp  .button {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: .1em;
  background-color: #0b8d2d;
  max-width: 250px;
  line-height: 40px;
  position: relative;
  border-radius: 3px;
}
.detail .flex-comp .flex-pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list.detail .list_flex_item {
  width: 55%;
  margin-bottom: 0%;
  margin-right: 0%;
}
.list.detail .list_flex_item:last-child {
  width: 20%;
  margin-bottom: 0%;
  margin-right: 0%;
}
.detail .recycle-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.detail .recycle-flex .circle{
  background-color: #fff;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  margin: 0 20px;
  line-height: 20vw;
  text-align: center;
  position: relative;
}
.detail .recycle-flex .circle figure {
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  width: 100%;
  padding: 20px;
}
.detail .recycle-flex .circle img {
  vertical-align: middle;
  width: 90%;
}
.detail .recycle-flex .circle-first img {
  vertical-align: middle;
  width: 70%;
}
.detail .kitchen {
  width: 20% !important;
}
.detail .kitchen2 {
  width: 35% !important;
}
.list_flex_item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
.list_flex_item a:hover {
  opacity: .7;
}
.list_flex_item img,
.basic_element_slider li a div img {
  margin-bottom: 10px;
  object-fit: contain;
   height: 200px;
}
.list_flex_item .list_name,
.basic_element_slider .list_name{
min-height: 80px;
position: relative;
}
.list_flex_item .list_name p,
.basic_element_slider .list_name p{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.button_list{
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0b8d2d;
    color: #fff;
    width: 350px;
    font-size: 16px;
    font-weight: bold;
margin-left: 50%;
margin-bottom: 70px;
}
@media only screen and (max-width: 769px) {
  .no11 .w60 {
    width: 60% !important;
  }
  h2 {
    font-size: 25px;
  }
  .product .mv {
   background: url(../assets/img/product/product_main-sp.png) no-repeat bottom center;
   background-size: cover;
   padding-top: 50%;
  }
  .product .mv h2 {
   font-size: 6.6666666667vw;
   letter-spacing: 0;
  }
  .product .sec_lead {
   padding: 40px 20px;
   text-align: left;
  }
  .product main section {
   padding: 50px 0 0;
  }
  .product .wrap_inner2 {
   padding: 50px 0 0;
  }
  .product .sec_inner h2 {
   margin-bottom: 40px;
  }
  .product .sec_nav ul {
   flex-wrap: wrap;
  }
  .product .sec_nav li {
   width: 50%;
   padding: 5%;
  }
  .product .sec_inner {
   padding: 40px 20px;
  }
  .product .txt-part .txt-part_inner {
   display: block;
  }
  .product .txt-part .txt-part_inner h3 {
   width: 100%;
   margin-top: 0;
  }
  .product .txt-part .txt-part_inner p {
   width: 100%;
   padding-left: 0;
  }
  .product .txt-part .txt-part_inner.txt1 h3 span:last-of-type {
   margin-bottom: 10px;
  }
  
/*20240906-add*/
.product .txt-part .txt-part_inner.txt2 {
 padding: 20px 15px;
}
.product .txt-part .txt-part_inner.txt2 h3 {
 display: block;
 width: 100%;
 margin-bottom: 20px;
}
.product .txt-part .txt-part_inner.txt2 h3::after {
 right: calc(50% - 10px);
 top: auto;
 bottom: -20px;
 height: calc(20px / 2);
 width: 20px;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.product .txt-part .txt-part_inner.txt2 p {
 padding-left: 0;
}
/*20240906-end*/
  .main_visual{
  padding-top: 0px;
  }
  .section_main_visual{
    padding: 0;
    position: relative;
    top: -100px;
  }
  .section_main_visual h2 {
    text-align: center;
  } 
  .section_main_visual .w60 {
    width: 100% !important;
  }
  .sec1 .img-part{
    margin-bottom: 30px;
  }
  .sec1 .img-part >p {
    width: 100%;
    margin-bottom: 4%;
  }
  .sec1 .txt-part >div {
    width: 100%;
    margin-bottom: 4%;
  }
  .sec1 .flex-item .txt20 {
    font-size: 20px;
    text-align: center;
  }
  .sec1 .txt-part .mark img{
    position: static;
    top: 0%;
    right: 0;
    width: 50px;
  }
  .bg_border::before,.bg_border::after {
   
    width: 40px;
  
    }
    .bg_border::before {
      left: -50px;
    }
    .bg_border::after {
      right: -50px;
    }
    .sec1 .button {
      font-size: 15px;
  }
  .introduce .sec1 {
    padding-top: 0;
  }
  
  .introduce .wrap_inner2 {
    padding: 0;
  }
  .introduce .section_main_visual .wrap_inner2 {
    padding: 0 20px;
  }
  .introduce .w80 {
width: 100%;
padding: 0 20px;
  }
  .introduce .button_part >div{
    width: 100%;
    margin-bottom: 2%;
    
  }
  .introduce .button_part .button {
    max-width: 300px;
    margin: 0 auto;
  }

  .list .main_visual {
    background-image: url("../assets/img/product/cover-list-sp.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .list .section_main_visual{
    padding: 0;
    position: relative;
    top: 0px;
    height: calc(100vh - 60px);
  }
  .list .section_main_visual {
    padding: 100px 0;
  }
  .list .section_main_visual .w80{
    width: 100%;
  }
  .list .section_main_visual .wrap_inner2 {
    position: static;
    z-index: 3;
}
.list .section_main_visual h2 {
  position: absolute;
 top: 45%;
 left: 50%;
 -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
         transform: translateY(-50%) translateX(-50%);
width: 100%;
}
.list .section_main_visual h2 .txt30{
 font-size: 25px;
}
.list .product_nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 20px;
}
 .list .product_nav.bg-gray {
   padding: 20px;
 }
 .list .product_nav .flex li {
   position: relative;
   padding-left: 20px;
   margin-bottom: 15px;
 }

 .list .list_flex_item {
   width: 49%;
   margin-bottom: 3%;
   margin-right: 2%;
 }
 .list .list_flex_item:nth-child(2n) {
   margin-right: 0;
 }
 .list .flex-bottom-item {
   width: 100%;
   margin-bottom: 15%;
 }
 .list .sec1:first-of-type .flex.flex-wrap {
 margin-left: 0;
 margin-right: 0;
}
 /*detail*/
.detail .main_visual {
  background-image: url("../assets/img/product/bg-item-sp.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.list.detail .section_main_visual h2 {
  position: static;
  top: 0%;
  left: 0%;
  -webkit-transform: translateY(0%) translateX(0%);
      -ms-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
  width: 100%;
}
.list.detail .section_main_visual {
  padding: 13.33333vw 0;
  position: static;
  top: 0px;
  height: auto;
}
.detail .flex-comp {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px 20px;
}
.detail .flex-comp  .button {
  font-size: 16px;

  max-width: 250px;
  line-height: 30px;

}
.detail .flex-comp .flex-pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list.detail .list_flex_item {
  width: 60%;
  margin-bottom: 0%;
  margin-right: 0%;
}
.list.detail .list_flex_item:last-child {
  width: 40%;
  margin-bottom: 0%;
  margin-right: 0%;
}
.detail .recycle-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.detail .recycle-flex .circle{
  background-color: #fff;
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  margin: 20px auto;
  line-height: 80vw;
  text-align: center;
}
.detail .recycle-flex .circle img {
  vertical-align: middle;
  width: 90%;
}
.detail .recycle-flex .equal{
  width: 40px;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.detail .bg_border {
  font-size: 20px;
}
 
}

