@charset "utf-8";

@font-face {
  font-family: "AppleSDGothicNeoB00";
  src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoB.ttf) format("truetype");
}

@font-face {
  font-family: "AppleSDGothicNeoL00";
  src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoL.ttf) format("truetype");
}

@font-face {
  font-family: "AppleSDGothicNeoM00";
  src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoM.ttf) format("truetype");
}

@font-face {
  font-family: "AppleSDGothicNeoR00";
  src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoR.ttf) format("truetype");
}

body {
  font-family: "AppleSDGothicNeoL00";
}

html,
body {
  height: 100%;
}

.link-arrow {
  filter: invert(61%) sepia(74%) saturate(532%) hue-rotate(102deg) brightness(101%) contrast(85%);
  margin-left: 4px;
}
