@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.title02 h2 {
  font-size: calc(2.4rem + ((1vw - 3.75px) * 2.3301));
}
span.small {
  font-size: 0.7em;
}

/* 商品サムネイル */

.gallery03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4%;
}

@media screen and (max-width: 640px) {
  .gallery03 {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 {
    width: 100%;
  }
}

.gallery03::after {
  content: "";
  width: 32%;
  display: block;
}

.gallery03 .box {
  width: 32%;
  margin-bottom: 2%;
}

.gallery03 .box:first-child {
  width: 100%;
  position: relative;
}

.gallery03 .box:first-child img {
  width: 100% !important;
  height: 350px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery03 .box:first-child img {
    height: 23.1875vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery03 .box:first-child img {
    height: 35.27344vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 .box:first-child img {
    height: 71.875vw !important;
  }
}

.gallery03 .box:not(:first-child) img {
  width: 100% !important;
  height: 92px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery03 .box:not(:first-child) img {
    height: 7.4375vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery03 .box:not(:first-child) img {
    height: 11.25vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 .box:not(:first-child) img {
    height: 22.96875vw !important;
  }
}

.gallery03 .box div .label {
  font-weight: 400;
  background: #005c99;
  color: #fff;
  display: inline-block;
  padding: 6px 25px;
  line-height: 1;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
/* 商品サムネイル END*/

@media screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1000px) {
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
}
