.common-settings#Discography .layout  p.label {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .layout  p.label {
    font-size: calc(10 / 402 * 100vw);
    margin-bottom: calc(15 / 402 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .common-settings#Discography .layout  p.label {
    font-size: 1.2820512821vh;
    margin-bottom: 1.5384615385vh;
  }
}

.common-settings#Discography .layout  h6.itemname > span {
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .layout  h6.itemname > span {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .common-settings#Discography .layout  h6.itemname > span {
    font-size: 1.2820512821vh;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section .iteminfo h6 {
    width: calc(234 / 402 * 100vw);
    margin-inline: auto;
  }
}

@media screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section .iteminfo h6 {
    width: 76.3636363636%;
    margin-inline: auto;
  }
}