@charset "UTF-8";
/******************
旧バージョン
******************/
.text-box {
  margin-top: 10%;
  width: 90%;
}
.text-box h3 {
  text-align: center;
  font-size: max(1.3vw, 10px);
}

.img-box0 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}
.img-box0 .img1 {
  overflow: hidden;
  width: 33.3333333333%;
}
.img-box0 .img1 img {
  animation: bigger 10s ease infinite;
}

.img-box1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
  background-color: #f1f1f1;
  padding-top: 3%;
  padding-bottom: 3%;
}
.img-box1 .img2 {
  overflow: hidden;
  width: 60%;
  align-self: center;
}
.img-box1 .img2 .img-box {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.img-box1 .img2 .img-box img {
  animation: bigger 10s ease infinite;
}
.img-box1 .img3 {
  width: 40%;
}
.img-box1 .img3 h3 {
  text-align: center;
  font-size: max(1.3vw, 10px);
  margin: 0 auto;
  margin-bottom: 10%;
  color: #707070;
  border-bottom: solid 1px #707070;
  width: 50%;
}
.img-box1 .img3 .img-box {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.img-box1 .img3 .img-box img {
  animation: bigger 10s ease infinite;
}

@keyframes bigger {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
.card-description {
  display: flex;
  width: 350%;
  margin-top: 80%;
  margin-left: -120%;
  font-size: max(1.3vw, 10px);
  align-items: center;
}
.card-description .card-des1 {
  width: 20%;
}
.card-description .card-des2 {
  display: flex;
  flex-wrap: wrap;
}
.card-description .card-des2 .c1 {
  margin-right: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.gray-block {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  z-index: -1;
}
.gray-block .gray {
  padding-top: 8%;
  padding-bottom: 8%;
  margin: 0 auto;
  width: 80%;
  background-color: #f1f1f1;
}

@media (max-width: 700px) {
  .top-word-box .word-box h1 {
    font-size: 7vw;
    width: 60%;
  }
  .text-box h3 {
    font-size: 13px;
    text-align: left;
  }
  .img-box0 {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .img-box0 .img1 {
    width: 50%;
  }
  .img-box1 .img3 h3 {
    width: 80%;
  }
  .product .main .container .swiper-container .swiper-pagination {
    bottom: 50% !important;
  }
  .card-description {
    margin-top: 60%;
  }
  .card-description {
    width: 180%;
    margin-left: -40%;
    text-align: left;
    font-size: 12px;
  }
  .card-description .card-des1 {
    flex: 40%;
    width: 40%;
  }
  .card-description .card-des2 {
    padding-left: 3%;
  }
  .gray-block {
    bottom: 3%;
  }
  .gray-block .gray {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 95%;
  }
  .product {
    padding-bottom: 100% !important;
  }
}
/******************
新バージョン
******************/
.product {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .p-box {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.product .p-box .pro-title {
  width: 50%;
  text-align: center;
  font-size: max(1vw, 10px);
  font-family: "Hiragino Sans GB", "MS PGothic", sans-serif;
}
.product .p-box .pro-title span {
  padding: 5% 10%;
  border-bottom: solid 0.5em #8d8e8e;
}
.product .p-box .pro-img {
  width: 50%;
}
.product .p-box .pro-img img {
  width: 90%;
}

.btn-box {
  margin-top: 7%;
}

a.product-btn {
  background-color: #8d8e8e;
  color: white;
  text-align: center;
  width: 31%;
  margin: 0 auto;
  font-size: max(1.2vw, 10px);
  padding: 1% 0;
  line-height: 130%;
}

@media (max-width: 700px) {
  .product {
    display: block;
    width: 80%;
    padding-bottom: 10% !important;
  }
  .product .p-box {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .product .p-box .pro-img img {
    width: 90%;
    margin: 0 auto;
  }
  .product .p-box .pro-title {
    font-size: 11px;
  }
  a.product-btn {
    width: 250px;
    padding: 10px 0;
    font-size: 12px;
  }
}/*# sourceMappingURL=product.css.map */