/* ----------PRODUCT-------------- */
.product{
  width: 100%;
  background-color: black;
}
.product_wrapper {
  display: flex;
  max-width: 1070px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 45px 45px 55px 45px;
}

.product_description {
  width: 50%;
  padding-left: 42px;

  text-align: right;
  color: #fff;
}

.product_description .fadeInTrigger a {
  position: relative;

  color: #fff;
  font-size: 2.2rem;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.product_description .fadeInTrigger a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  width: 100px;
  height: 100px;
  border: solid 2px #603813;
  border-radius: 50%;

  transition: .5s;
  transform: translateY(-50%);
  opacity: 1;
}

.product_description .fadeInTrigger a:hover::before {
  transform: translateY(-50%) translateX(100px);
  opacity: 0;
}

.product_img {
  width: 49%;
  padding-right: 42px;

  text-align: left;
}

.product_img01,
.product_img02,
.product_img03 {
  width: 100%;
  height: auto;
}

.product_img02 {
  margin-bottom: 65px;
}

.product_img03 {
  margin-bottom: 360px;
}

.product_img01 img,
.product_img03 img {
  width: 100%;
  height: auto;
}

.product_img02 img {
  width: 74%;
  height: auto;
}

.product_img-text {
  width: 85%;
  margin-top: 115px;
  color: #fff;
}

.product_img-text h2 {
  margin-bottom: 70px;

  font-size: 6.4rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  text-align: center;
  line-height: 4.8rem;
  letter-spacing: 0.9rem;
}

.product_img-text h3 {
  margin-top: 68px;
  margin-bottom: 50px;

  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}

.product_img-text p {
  letter-spacing: 0.12rem;
  line-height: 3.3rem;
}

.product_contact {
  position: relative;
  display: block;
  width: 235px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 14.5px 0 16px 0;

  background: linear-gradient(135deg, #c13b27, #603813);
  background-color: black;
  border: none;
  border-radius: 30px;

  color: #fff;
  font-size: 16px; 
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  
  transition: all .2s;
}

.product_contact:hover {
  background: #fff;
  border: solid 2px #e6b980;
  
  color: #3c3c3c;
}

.product_sp {
  display: none !important;
}

@media(max-width:950px) {
  .product {
    display: none !important;
  }

  .product_sp {
    display: block !important;
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 45px 55px 45px;
  }

  .product_img {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
  }

  .product_img-left {
    padding-right: 20px;
  }

  .product_img-right {
    padding-left: 20px;
  }

  .product_img02 img {
    width: 100%;
    height: auto;
  }

  .product_img01 img {
    margin-bottom: 150px;
  }

  .product_img03 {
    margin-bottom: 80px;
  }

  .product_img-text {
    width: 100%;
    margin-top: 0px;

    text-align: left;
  }

  .product_img-text h2 {
    text-align: left;
  }

  .product_img-textIcon {
    width: 180px;
    margin-top: 60px;
    margin-left: auto;
    
    text-align: left;
  }

  .product_img-textIcon a {
    position: relative;
  
    color: #3c3c3c;
    font-size: 2.2rem;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .product_img-textIcon a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    width: 100px;
    height: 100px;
    border: solid 2px #603813;
    border-radius: 50%;
  
    transition: .5s;
    transform: translateY(-50%);
    opacity: 1;
  }
  
  .product_img-textIcon a:hover::before {
    transform: translateY(-50%) translateX(100px);
    opacity: 0;
  }
}

@media(max-width:670px) {
  .product_sp {
    display: block !important;
    max-width: 670px;
    padding: 0px 25px 64px 25px;
  }

  .product_img-left {
    gap: 20px;
    padding-right: 10px;
  }

  .product_img-right {
    padding-left: 10px;
  }

  .product_img01 img {
    margin-bottom: 120px;
  }

  .product_img02 {
    margin-bottom: 20px;
  }

  .product_img-text h2 {
    margin-top: -40px;
    margin-bottom: 30px;

    font-size: 3.8rem;
    font-weight: 300;
    line-height: 4.8rem;
    letter-spacing: 0.5rem;
  }

  .product_img-text h3 {
    margin-top: 0px;
    margin-bottom: 40px;

    font-size: 2.0rem;
    line-height: 3.8rem;
    letter-spacing: 0.2rem;
  }
}