@font-face{
    font-family: "LogoTypeGothic7"; /*任意の名前を設定*/
    font-style: "medium"; /*フォントスタイルの設定*/
    font-weight: 400; /*フォントウェイトの設定*/
    src: url("LogoTypeGothic7.woff2") format("woff2"),
        url("LogoTypeGothic7.woff") format("woff"); /*フォントファイルの指定*/
    font-display: swap;
}

@font-face {
    font-family: "GenJyuuGothic"; /*任意の名前を設定*/
    font-style: "medium"; /*フォントスタイルの設定*/
    font-weight: 400; /*フォントウェイトの設定*/
    src: url("GenJyuuGothic-Medium.woff2") format("woff2"),
        url("GenJyuuGothic-Medium.woff") format("woff"); /*フォントファイルの指定*/
    font-display: swap;
}

@font-face {
    font-family: "GenShinGothic"; /*任意の名前を設定*/
    font-style: "bold"; /*フォントスタイルの設定*/
    font-weight: 600; /*フォントウェイトの設定*/
    src: url("GenShinGothic-Bold.woff2") format("woff2"),
        url("GenShinGothic-Bold.woff") format("woff"); /*フォントファイルの指定*/
    font-display: swap;
}

@font-face {
    font-family: "GenShinGothic"; /*任意の名前を設定*/
    font-style: "heavy"; /*フォントスタイルの設定*/
    font-weight: 800; /*フォントウェイトの設定*/
    src: url("GenShinGothic-Heavy.woff2") format("woff2"),
        url("GenShinGothic-Heavy.woff") format("woff"); /*フォントファイルの指定*/
    font-display: swap;
}

.type{ font-family: "LogoTypeGothic7";}
.genjyuu{
    font-family: "GenJyuuGothic";
    letter-spacing: .04em;
}
.genshin{ font-family: "GenShinGothic";}