@charset "UTF-8";
/* ===========================================
   色・ブレイクポイント（Youth Personnel）
   750px 以下＝SP（375 基準 vw）／751px 以上＝PC（1920 基準 vw・rem）
   =========================================== */
@media screen and (min-width: 750px) {
  .u-sp {
    display: none !important; } }
@media screen and (max-width: 749px) {
  .u-pc {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .u-sp-header {
    display: none !important; } }
@media screen and (max-width: 1199px) {
  .u-pc-header {
    display: none !important; } }
