/* 英文指定 */

.en-40-bold {
  font-family: "Quicksand", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 700;
}

.en-32-bold {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 700;
}

.en-24-bold {
   font-family: "Quicksand", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.en-16-bold {
   font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 700;
}

.en-18-bold {
   font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 700;
}

.en-16-medium {
   font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 500;
}

.en-14-bold {
   font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 700;
}

.en-12-medium {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 400;
}

/* 和文指定 */

.gothic-40-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.096em;
  font-weight: 700;
}

.gothic-32-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.gothic-24-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.072em;
  font-weight: 700;
}

.gothic-20-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.gothic-18-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.gothic-18-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.gothic-16-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.gothic-16-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.gothic-14-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.gothic-14-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.gothic-12-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.gothic-12-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .en-40-bold,
  .gothic-40-bold {
    font-size: 36px;
  }

  .en-32-bold,
  .gothic-32-bold {
    font-size: 26px;
  }

  .en-24-bold,
  .gothic-24-bold {
    font-size: 22px;
  }
}
