@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #8CBD3D;
  --color-blue: #0081C2;
  --color-bgGray: #F2F2F2;
  --futura: "futura-pt", sans-serif;
}

/*================================================
 *  subVisual
 ================================================*/
#subVisual::before {
  background-image: url(../../images/products/subVisual.png);
}

@media screen and (max-width:767px) {
  #subVisual::before {
    background-position: center right 33%;
  }

}

/*================================================
 *  products
 ================================================*/
#products {
  padding-bottom: 23vw;
}

#products h3 {
  font-size: 1.53em;
  text-align: center;
  color: var(--color-blue);
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 70%;
  margin: 0 auto 5%;
  padding: 1em 0;
  border: 1px solid var(--color-blue);
}

/* category */
.category ul {
  display: grid;
  gap: 1vw;
  grid-template-columns: repeat(3, 1fr);
}

.category ul li a {
  width: 100%;
  min-height: 4.75vw;
  background: var(--color-bgGray);
  display: grid;
  place-content: center;
  color: var(--color-blue);
  font-size: 1.384em;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 1vw;
  position: relative;
  padding: 1em 2em 1em 1em;
}

.category ul li a:hover {
  opacity: 1;
}

.category ul li a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/products/arrow.png);
  width: 1.66em;
  height: 0;
  padding-bottom: 1.66em;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: .4s;
}

.category ul li a:hover::before {
  right: 0.3em;
}

.category ul li a:hover,
.category ul li a.is-active {
  background: var(--color-blue);
  color: var(--color-white);
}

.category ul li a:hover::before,
.category ul li a.is-active::before {
  background-image: url(../../images/products/active_arrow.png);
}

.keyword {
  margin-top: 6.25%;
  margin-bottom: 7.5%;
}

.keyword form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.keyword input {
  width: 56.25vw;
  height: 5vw;
  border: 1px solid #DEDBDB;
  padding: 0 10px;
  border-radius: 0.5vw;
}

.keyword input::placeholder {
  color: #DEDBDB;
  font-size: 1.38em;
}

.keyword button {
  width: 14.58vw;
  min-height: 4.75vw;
  background: var(--color-blue);
  display: grid;
  place-content: center;
  color: var(--color-white);
  font-size: 1.384em;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 1vw;
  position: relative;
  padding: 1em 2em 1em 1em;
}

.keyword button::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/products/active_arrow.png);
  width: 1.66em;
  height: 0;
  padding-bottom: 1.66em;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: .4s;
}

.keyword button::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/products/active_arrow.png);
  width: 1.66em;
  height: 0;
  padding-bottom: 1.66em;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: .4s;
}

.keyword button:hover::before {
  right: 0.4em;
}

/* products__card */
.products__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 4%;
}

.products__card a img {
  width: 40%;
  min-height: 21.25vw;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.products__card a ul {
  width: 60%;
  line-height: 2;
  background: var(--color-bgGray);
  padding: 1em 2em;
}

.products__card a ul li:first-child {
  font-size: 1.23em;
  color: var(--color-blue);
  margin-bottom: 0.2em;
}

.products__card a ul li:nth-child(2) {
  font-size: 1.23em;
  margin-bottom: 0.2em;
}

.products__card a ul li:nth-child(3),
.products__card a ul li:nth-child(4) {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


.products__card a ul li:nth-child(3) span,
.products__card a ul li:nth-child(4) span {
  display: block;
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  #products {
    padding-bottom: 6.6vw;
  }

  #products h3 {
    font-size: 1.33em;
    margin-bottom: 6.66vw;
    width: 100%;
  }

  .category ul {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }

  .category ul li a {
    width: 100%;
    height: auto;
    min-height: 50px;
    font-size: clamp(1rem, 3vw, 30rem);
    border-radius: 2vw;
    padding: 1em 7vw 1em 2vw
  }

  .category ul li a::before {
    right: 0.7em;
  }

  .keyword {
    margin: 11.66vw 0;
  }

  .keyword input {
    width: 60vw;
    height: 10vw;
    border-radius: 1vw;
  }

  .keyword input::placeholder {
    font-size: 1.2em;
  }

  .keyword button {
    width: 19vw;
    min-height: 10vw;
    font-size: 1.2em;
    border-radius: 2vw;
    padding: 0;
  }

  .keyword button::before {
    content: none;
  }

  .products__card a {
    display: block;
    margin-top: 8.33vw;
  }

  .products__card a img {
    width: 100%;
    min-height: 47.166vw;
  }

  .products__card a ul {
    width: 100%;
    padding: 2em;
  }

  .products__card a ul li:first-child,
  .products__card a ul li:nth-child(2) {
    font-size: 1.06em;
  }

  .products__card a ul li:nth-child(3),
  .products__card a ul li:nth-child(4) {
    font-size: 0.86em;
  }
}


/*================================================
 *  products__item
 ================================================*/
#subVisual.products__item {
  display: grid;
  place-content: center;
  text-align: center;
}

#subVisual.products__item::before {
  background-image: unset;
}

#subVisual.products__item h2 {
  font-size: 1.69em;
}

#subVisual.products__item h2 span {
  border: 1px solid var(--color-white);
  display: block;
  font-size: 0.81em;
  padding: 0.66em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.66em;
  border-radius: 1vw;
}

@media screen and (max-width:767px) {
  #subVisual.products__item {
    height: 42.66vw;
    min-height: 150px;
  }
}

/*================================================
 *  products__detail
 ================================================*/
#products__detail {
  padding-bottom: 23vw;
}

#products__detail dl {
  line-height: 2;
}

#products__detail dl dt {
  width: 15%;
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 0.025em;
  display: grid;
  place-content: center;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

#products__detail dl dd {
  width: calc(100% - 15%);
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.5em 1em;
  margin-bottom: 1em;
}

#products__detail dl dd.clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#products__detail dl dd.clm>p {
  margin-right: 1em;
  font-weight: 500;
}

#products__detail .inner {
  padding: 3.48%;
  background: var(--color-bgGray);
}

@media screen and (max-width:767px) {
  #products__detail {
    padding-bottom: 6.6vw;
  }

  #products__detail .narrow {
    width: 85%;
  }

  #products__detail dl {
    display: block;
  }

  #products__detail dl dt {
    width: 25.5%;
    font-size: clamp(1.3rem, 2.1vw, 230rem);
    min-width: 100px;
    padding: 0.2em 0;
    margin-bottom: 0.5em;
  }

  #products__detail dl dd {
    width: 100%;
    padding: 0;
    margin-bottom: 3em;
    font-size: clamp(1.3rem, 2.1vw, 230rem);
  }

  #products__detail .inner {
    padding: 3.9%;
  }
}