@charset "UTF-8";

main {
    background-color: #000;
}

.about {
    margin: 0 0 50px 0;
}

.aboutTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 45px;
    color: #FFF;
    letter-spacing: 10px;
}

.aboutJapanese {
    margin: 25px 0 40px 0;
}

.aboutJapanese span {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-style: normal;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 3px;
}

.aboutTxt p {
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    letter-spacing: ;
    line-height: 2;
    color: #FFF;
}

.equipmentList {
    border: solid 1px #5C5C5C;
    padding: 10px;
}

.equipmentListImg {
    color: #FFF;
}

.equipmentListTtl {
    margin: 0 0 10px 0;
}

.equipmentListTtl span {
    font-family: "Lora";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 4px;
}

.equipmentListTxt {
    margin: 0 0 10px 0;
}

.equipmentListTxt p {
    color: #FFF;
    font-family: "Google Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
    letter-spacing: 2px;
    font-size: 14px;
}

.equipmentListDownload {
    border: solid 1px #5C5C5C;
    padding: 10px;
    text-align: center;
}

.equipmentListDownload span {
    color: #FFF;
    font-family: "Google Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
    letter-spacing: 2px;
    font-size: 13px;
}

.equipmentListDownload i {
    color: #FFF;
}

.equipmentListDownload a {
    text-decoration: none;
}