@charset "UTF-8";
/* ホバーで拡大 */
/* ホバーで画像拡大 */
/* ホバーでカラー変更 */
/* ホバーで */
.single-content .product {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.single-content {
  overflow-x: clip;
}

.product .product__inner {
  margin-inline: auto;
  box-sizing: content-box;
  max-width: 95.8024691358rem;
  padding-inline: 6.1728395062rem;
}
@media screen and (max-width: 767px) {
  .product .product__inner {
    max-width: initial;
    padding-inline: 7.6335877863vw;
  }
}

/* --- 見出し --- */
.product .product-head {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product .product-head {
    margin-bottom: 10.1781170483vw;
  }
}

.product .product-head__label {
  display: flex;
  align-items: center;
  gap: 1.4814814815rem;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.7160493827rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #7eb9ce;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .product .product-head__label {
    gap: 3.0534351145vw;
    font-size: 3.3078880407vw;
  }
}

.product .product-head__label img {
  width: 1.4814814815rem;
  margin: 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .product .product-head__label img {
    width: 2.2900763359vw;
  }
}

.product .product-head__title {
  margin-top: 1.7283950617rem;
  font-size: 3.7037037037rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #009ad4;
}
@media screen and (max-width: 767px) {
  .product .product-head__title {
    margin-top: 4.0712468193vw;
    font-size: 5.0890585242vw;
  }
}

/* --- カード一覧 --- */
.product .product__list {
  margin-top: 4.4444444444rem;
  display: flex;
  align-items: flex-start;
  gap: 3.4567901235rem;
}
@media screen and (max-width: 767px) {
  .product .product__list {
    margin-top: 9.6692111959vw;
    gap: 1.7811704835vw;
  }
}

.product .product__col {
  flex: 1 1 0;
  min-width: 0;
}

.product .product__card {
  display: block;
  text-decoration: none;
}

.product .product__image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1;
}

.product .product__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.product .product__spec {
  position: absolute;
  top: 1.4814814815rem;
  right: 1.4814814815rem;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2469135802rem;
}
@media screen and (max-width: 767px) {
  .product .product__spec {
    top: 1.5267175573vw;
    right: 1.0178117048vw;
    gap: 0.5089058524vw;
  }
}

.product .product__spec li {
  padding: 0.6172839506rem 0.7407407407rem;
  background: #f5f8f8;
  border-radius: 2px;
  font-size: 1.4814814815rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #009ad4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product .product__spec li {
    padding: 1.0178117048vw;
    font-size: 1.7811704835vw;
  }
}

.product .product__arrow {
  position: absolute;
  right: 1.4814814815rem;
  bottom: 1.4814814815rem;
  width: 3.7037037037rem;
  height: 3.7037037037rem;
  background: #fff;
  border: 1px solid #009ad4;
  border-radius: 50%;
  transition: background 0.4s, transform 0.4s;
}
@media screen and (max-width: 767px) {
  .product .product__arrow {
    right: 1.5267175573vw;
    bottom: 2.0356234097vw;
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}

.product .product__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8641975309rem;
  height: 0.8641975309rem;
  border-top: 1px solid #009ad4;
  border-right: 1px solid #009ad4;
  transform: translate(-70%, -50%) rotate(45deg);
  transition: border-color 0.4s;
}
@media screen and (max-width: 767px) {
  .product .product__arrow::before {
    width: 1.272264631vw;
    height: 1.272264631vw;
  }
}

.product .product__card:hover .product__arrow,
.product .product__card:focus-visible .product__arrow {
  background: #009ad4;
  transform: translateX(5px);
}

.product .product__card:hover .product__arrow::before,
.product .product__card:focus-visible .product__arrow::before {
  border-color: #fff;
}

.product .product__info {
  margin-top: 3.0864197531rem;
}
@media screen and (max-width: 767px) {
  .product .product__info {
    margin-top: 2.5445292621vw;
  }
}

.product .product__name {
  display: flex;
  align-items: center;
  gap: 0.7407407407rem;
  font-size: 2.7160493827rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1f343b;
}
@media screen and (max-width: 767px) {
  .product .product__name {
    gap: 1.5267175573vw;
    font-size: 3.5623409669vw;
  }
}

.product .product__type {
  flex: none;
  padding-inline: 0.6172839506rem;
  border: 1px solid #009ad4;
  border-radius: 2px;
  font-size: 1.7283950617rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #009ad4;
}
@media screen and (max-width: 767px) {
  .product .product__type {
    padding: 0.2544529262vw 1.5267175573vw;
    font-size: 2.5445292621vw;
  }
}

.product .product__desc {
  margin-top: 0.6172839506rem;
  font-size: 1.7283950617rem;
  font-weight: 500;
  line-height: 1.4;
  color: #009ad4;
}
@media screen and (max-width: 767px) {
  .product .product__desc {
    margin-top: 1.272264631vw;
    font-size: 2.5445292621vw;
  }
}

/* --- 下部ボタン --- */
.product .product__buttons {
  display: flex;
  justify-content: center;
  gap: 1.975308642rem;
  margin-top: 6.6666666667rem;
}
@media screen and (max-width: 767px) {
  .product .product__buttons {
    flex-direction: column;
    gap: 3.0534351145vw;
    margin-top: 9.6692111959vw;
  }
}

.product .product__btn {
  flex: none;
  width: 41.975308642rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.5432098765rem;
  padding: 0.987654321rem 2.4691358025rem 0.987654321rem 2.7160493827rem;
  background: #fff;
  border: 1px solid #009ad4;
  border-radius: 3.5px;
  font-size: 1.975308642rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #009ad4;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.4s, color 0.4s;
}
@media screen and (max-width: 767px) {
  .product .product__btn {
    width: 100%;
    min-height: 12.7226463104vw;
    padding: 2.0356234097vw 3.5623409669vw 2.0356234097vw 5.5979643766vw;
    border-radius: 4px;
    font-size: 3.5623409669vw;
  }
}

.product .product__btn:hover,
.product .product__btn:focus-visible {
  background: #009ad4;
  color: #fff;
}

.product .product__btn.-fill {
  background: #009ad4;
  color: #fff;
}

.product .product__btn.-fill:hover,
.product .product__btn.-fill:focus-visible {
  background: #fff;
  color: #009ad4;
}

.product .product__btnArrow {
  flex: none;
  width: 1.2345679012rem;
  height: 1.2345679012rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .product .product__btnArrow {
    width: 1.7811704835vw;
    height: 1.7811704835vw;
    margin-left: 2.5445292621vw;
  }
}
