.product-feature {
  padding-top: 5rem;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.product-feature .dc_container {
  position: relative;
  z-index: 1; 
  width: calc(100% - 2rem); 
  margin-left: auto;
  margin-right: auto;
}

.product-feature .dc_btn_wrap {
  text-align: center;
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 1.5s forwards;
  animation: fadein 1s ease-out 1.5s forwards;
}
.product-feature .dc_btn_wrap a {
  width: 100%;
  max-width: 310px;
  height: 68px;
  padding: 10px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  margin: 2.5rem auto;
  text-decoration: none;
  line-height: 3.6rem;
  text-align: center;
  position: relative;
  background: #fff;
  border: solid 1px #E08407;
}
.product-feature .dc_btn_wrap a span {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E08407;
  position: relative;
  z-index: 3;
}
.product-feature .dc_btn_wrap a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E08407;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.product-feature .dc_btn_wrap a:after {
  pointer-events: none;
  content: '';
  width: 0.9rem;
  height: 0.4rem;
  position: absolute;
  top: 50%; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-feature .dc_btn_wrap a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-feature .dc_btn_wrap a:hover span { 
  color: #fff; 
}
.product-feature .dc_btn_wrap a:hover:after {  
  right: 0.6rem;
}
.product-feature .dc_btn_wrap a:after {
  right: 1.333rem;
}
.product-feature h2.dc_ttl_type_index {
  padding-top: calc( 0.777rem + 0.75rem);
  font-size: 1.25rem;
  font-family: "Barlow Condensed",sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 2.5rem;
}

.product-feature h2.dc_ttl_type_index:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #E08407;
  display: block;
  margin-top: 0.812rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-feature h2.dc_ttl_type_index:before {
  content: attr(data-text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
}
.product-feature .product-feature__inner {
  display: -ms-grid;
  display: grid;
  row-gap: 2.5rem;
}
.product-feature .inner__img img {
  height: auto;
  display: block;
  border-style: none;
  width: 100%; 
  max-width: 400px;
  margin: auto;
}
.product-feature .inner__content {
  position: relative;
}
.product-feature .inner__content h3 {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
.product-feature .inner__content p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.61;
}
.product-feature .inner__content:before {
  position: absolute;
  content: "";
  top: 0;
  left: -1rem;
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, #F7F7F7 0%, #F5EFE7 100%);
  z-index: -1;
}



@media (min-width: 960px) { 
  .product-feature {
    padding-top: 11rem;
  }
  .product-feature .dc_container { 
    width: 66.1em;
    max-width: 1190px;
  } 
  .product-feature .inner__content p { 
    max-width: 33.5rem;
    padding-top: 0; 
    margin-top: 2.5rem; 
  }
  .product-feature .dc_btn_wrap {
    text-align: left;
  }
  .product-feature .dc_btn_wrap a {
    width: 17.2rem;
    height: 3.75rem; 
    font-size: 0.888rem;
    margin: 4rem auto;
  } 
  .product-feature .dc_btn_wrap a:hover:after { 
    right: 0.833rem;  
  } 
  .product-feature h2.dc_ttl_type_index {
    padding-top: calc(1.388rem + 1.055rem);
    font-size: 1.388rem;
    margin-bottom: 4rem;
  }
  .product-feature h2.dc_ttl_type_index:after {
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 0; 
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    max-width: 85%; 
  } 
  .product-feature h2.dc_ttl_type_index:before {
    font-size: 0.777rem;
  } 
  .product-feature .product-feature__inner {
    -ms-grid-columns: 1fr 25.555rem;
    grid-template-columns: 1fr 25.555rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-feature .inner__img {  
    -webkit-box-ordinal-group: 3; 
    -ms-flex-order: 2;
    order: 2;
  }
  .product-feature .inner__content { 
    padding-right: 7.222rem; 
  } 
  .product-feature .inner__content h3 {
    margin-bottom: 2.5rem;
    font-size: 1.388rem;
    margin-top: 4rem;
  } 
  .product-feature .inner__content:before {
    left: calc(((100vw - 100%) / 2) * -1);
    width: calc(110% + 27.888rem);
  }

 


}
 
@media (min-width: 1600px) {
  .product-feature .inner__content:before {
    width: calc(145% + 27.888rem);
  }

}


@media (max-width: 959px) {

}