.top-title[data-v-969922cf] {
  font-size: var(--h4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  background-color: #fff;
  padding-bottom: clamp(32px, 2.7777777778vw, 40px);
  padding-inline: var(--gutter);
}
.sub-title[data-v-969922cf] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
}
.jp-lineup-product-catalog[data-v-969922cf] {
  background-color: var(--fill-bg-grey);
  padding: clamp(0px, 5.5555555556vw, 80px) var(--gutter);
}
.jp-lineup-product-catalog .catalog-list-item[data-v-969922cf] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(15px, 1.3888888889vw, 20px);
  margin-top: clamp(32px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 1023.98px) {
.jp-lineup-product-catalog .catalog-list-item[data-v-969922cf] {
    flex-direction: column;
}
}
.jp-lineup-product-catalog .catalog-list-item .file-item[data-v-969922cf] {
  display: flex;
  gap: clamp(8px, 0.6944444444vw, 10px);
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  border-radius: 8px;
  height: clamp(101px, 9.8611111111vw, 142px);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.jp-lineup-product-catalog .catalog-list-item .file-item[data-v-969922cf] {
    width: calc(50% - 10px);
    padding: clamp(0px, 2.7777777778vw, 40px);
    line-height: 0.5;
}
}
@media screen and (max-width: 1023.98px) {
.jp-lineup-product-catalog .catalog-list-item .file-item[data-v-969922cf] {
    padding: 24px;
    line-height: 0.5;
}
}
.jp-lineup-product-catalog .catalog-list-item .file-item .name[data-v-969922cf] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-weight: lighter;
  color: #5c606a;
}
.jp-lineup-product-catalog .catalog-list-item .file-item .nameDesc[data-v-969922cf] {
  font-size: var(--body1);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
}