/*--------- mainV ----------*/
.mainV {
  text-align: center;
}
.mainV:not(:first-of-type) {
  margin-top: 14rem;
}
.mainV_title {
  font-family: var(--font-eng2);
  font-size: 5.2rem;
  margin-bottom: 1.5rem;
}
.mainV_title svg {
  fill: #454545;
}
.mainV_txt {
  font-family: var(--font-min);
  font-size: 2rem;
  margin-bottom: 4rem;
}
.mainV_pic {
}
@media (max-width: 767px) {
  .mainV_title {
    font-size: 4.2rem;
  }
  .mainV_txt {
    font-size: 1.6rem;
  }
}

/*--------- index・product ----------*/
.index_fixed_inner {
  background-color: #4e5860;
}
.index_fixed_title {
  text-align: center;
}
.index_fixed_title svg {
  fill: #fff;
}
.product {
  width: 80%;
}
.product_cont {
  width: 90%;
  border-top: 1px solid var(--black);
  scroll-margin-top: 12rem;
}
.product_cont:not(:last-of-type) {
  margin-bottom: 8rem;
}
.product_cont .numbering {
  font-family: var(--font-min);
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.product_cont .title {
  margin-bottom: 2.5rem;
}
.product_cont .title_eng {
  font-family: var(--font-eng2);
  font-size: 5.2rem;
}
.product_cont .title_jp {
  font-family: var(--font-min);
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.product_cont .title_text {
  font-family: var(--font-eng);
  font-size: 1.1rem;
}
.product_cont .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 1.5rem;
}
.product_cont .list_item {
}
.product_cont .list_item_pic {
  aspect-ratio: 280 / 335;
  margin-bottom: 2rem;
  background-color: #d7dbe2;
  display: grid;
  place-content: center;
}
.product_cont .list_item_pic .image {
  /*aspect-ratio: 280 / 335;
    object-fit: cover;*/
  width: 80%;
  margin: 0 auto;
}
.product_cont .list_item_text {
  text-align: center;
}
.product_cont .list_item_text .brand {
  font-family: var(--font-eng2);
  font-size: 1.5rem;
  fill: #454545;
}
.product_cont .list_item_text .name {
  font-family: var(--font-eng2);
  font-size: 1.8rem;
  line-height: 1;
  margin: 1.2rem 0;
}
.product_cont .list_item_text .jp {
  font-family: var(--font-min);
  margin-bottom: 1.5rem;
}
.product_cont .list_item_text .price {
  font-size: 1.5rem;
}
.product_cont .list_item_text .price_small {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .has-index_fixed {
    padding-top: 5rem;
  }
  .product {
    width: 100%;
  }
  .product_cont {
    width: 100%;
  }
  .product_cont .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_cont .title_eng {
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }
  .product_cont .title_jp {
    font-size: 1.8rem;
  }
}

.cv {
  margin-top: 8rem;
}
