@charset "UTF-8";
/* 商品リンク */
.product-link {
  position: relative;
  /* アクティブとホバー */
}
.product-link .bt {
  width: 1300px;
  position: relative;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-link .bt:first-child .wrap {
  border-top: 1px solid #C9C9C9;
}
.product-link .bt:hover {
  width: 100%;
}
.product-link .bt:hover .back {
  opacity: 1;
}
.product-link .bt:hover .wrap {
  color: #FFFFFF;
  width: 1025px;
  margin: 0 auto;
  position: relative;
  border-bottom: none;
}
.product-link .bt:hover .wrap .text {
  color: #FFFFFF;
}
.product-link .bt .back {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.product-link .bt .wrap {
  width: 1025px;
  margin: 0 auto;
  height: 230px;
  border-bottom: 1px solid #C9C9C9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-link .bt .wrap .photo {
  width: 325px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.product-link .bt .wrap .text {
  width: 670px;
  text-align: left;
  position: absolute;
  left: 360px;
  top: 70px;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #6C6C6C;
}
.product-link .bt .wrap .text span {
  display: block;
}
.product-link .bt .wrap .text .en {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  letter-spacing: 0.15em;
}
.product-link .bt .wrap .text .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.22em;
}
.product-link .active {
  width: 100%;
  height: 230px;
}
.product-link .active.product-5 .wrap .text .en {
  letter-spacing: 0.1em;
}
.product-link .active .back {
  opacity: 1;
}
.product-link .active .wrap {
  color: #FFFFFF;
  width: 1025px;
  height: 230px;
  margin: 0 auto;
  position: relative;
  border: none !important;
}
.product-link .active .wrap .photo {
  top: 0px;
}
.product-link .active .wrap .text {
  left: 352px;
  top: 80px;
  color: #FFFFFF;
}
.product-link .active .wrap .text .en {
  font-size: 46px;
  letter-spacing: 0.25em;
}
.product-link .active .wrap .text .ja {
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .product-link .bt {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
    vertical-align: bottom;
  }
  .product-link .bt:hover {
    height: auto;
    border-bottom: 1px solid #C9C9C9;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt:hover .wrap {
    width: 93.3%;
    height: auto;
    -webkit-transition: none;
    transition: none;
    border: none;
  }
  .product-link .bt:hover .wrap .photo {
    top: auto;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt:hover .wrap .text {
    left: auto;
    top: auto;
    color: #6C6C6C;
  }
  .product-link .bt:hover .wrap .text .en {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
  .product-link .bt:hover .wrap .text .ja {
    padding-left: 0px;
  }
  .product-link .bt .back {
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt .wrap {
    width: 93.3%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt .wrap .photo {
    width: 30%;
    position: relative;
    left: auto;
    top: auto;
    bottom: 0;
    right: auto;
    float: left;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt .wrap .text {
    width: 67%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    float: right;
    padding: 1em 0 1em;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .bt .wrap .text .en {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
  .product-link .bt .wrap .text .ja {
    font-size: 3vw;
    letter-spacing: 0;
  }
  .product-link .active {
    height: auto;
    border: none !important;
    -webkit-transition: none;
    transition: none;
    color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .product-link .active.product-1 {
    background-image: url(/images/product/bg_itm1_sp.png);
  }
  .product-link .active.product-2 {
    background-image: url(/images/product/bg_itm2_sp.png);
  }
  .product-link .active.product-3 {
    background-image: url(/images/product/bg_itm3_sp.png);
  }
  .product-link .active.product-4 {
    background-image: url(/images/product/bg_itm4_sp.png);
  }
  .product-link .active.product-5 {
    background-image: url(/images/product/bg_itm5_sp.png);
  }
  .product-link .active.product-5 .wrap .text .en {
    letter-spacing: 0;
  }
  .product-link .active.product-6 {
    background-image: url(/images/product/bg_itm6_sp.png);
  }
  .product-link .active .wrap {
    width: 93.3%;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .active .wrap .photo {
    top: auto;
    -webkit-transition: none;
    transition: none;
  }
  .product-link .active .wrap .text {
    left: auto;
    top: auto;
  }
  .product-link .active .wrap .text .en {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
  .product-link .active .wrap .text .ja {
    padding-left: 0px;
  }
}