  @media only screen and (min-width: 769px) { .sp { display: none; } .pc { display: block; } }  @media only screen and (max-width: 768px) { .sp { display: block; } .pc { display: none; } }   body { font-family: "Roboto", "FP-KoburinaGoStdN-W3", sans-serif; font-weight: 300; }   .font-gothic-light { font-family: "Roboto", "FP-KoburinaGoStdN-W3", sans-serif; font-weight: 300; }  .font-gothic-bold { font-family: "Roboto", "FP-KoburinaGoStdN-W6", sans-serif; font-weight: 500; }  .font-mincho-medium { font-family: "EB Garamond", "MatissePro-M", serif; font-weight: 400; }  .font-mincho-demibold { font-family: "EB Garamond", "MatissePro-DB", serif; font-weight: 700; }  .tracking-en { letter-spacing: 0.05em; font-size: 105%; }