.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: weight;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
}

a {
  text-decoration: none;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    left: auto;
    margin: 0px 0px;
    padding: 0;
    width: 100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}

/*  ヘッダー　-------------------------------------*/
.header {
    width: 100%;
    height: 80px;
    background: rgb(16, 20, 53);
    margin: auto;
    margin-top: -25px;
}

.header-inner {
    width: 370px;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}

.header-inner p {
    padding-top: 30px;
    height: auto;
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    color: rgb(234, 234, 234);
    text-align: center;
    letter-spacing: 5px;
    margin: auto;
}

/*　メインコンテンツ　-----------------------------*/
.main {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: rgb(0, 0, 0);
}

.pc {
    width: 100%;
    margin: auto;
}

.sp {
    margin: auto;
}

/*　レースリザルト　-------------------------------*/
.result {
    width: 100%;
    height: auto;
    background-color: lightgray;
    margin: auto;
    margin-top: -22px;
}

.result-title-1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #4c4948;
    padding-top: 30px;
}

.result-title-2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 5px;
    color: #4c4948;
    margin-top: -20px;
}

.race {
    width: 370px;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.obi {
    width: 370px;
    height: 30px;
    background-color: black;
    margin: auto;
    margin-top: 10px;
}

.obi p {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 8px;
}

.date {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: black;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 7px;
}

.place-1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    color: black;
    letter-spacing: 2px;
    text-align: center;
    margin-top: -15px;
}

.place-2 {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 12px;
    color: black;
    letter-spacing: 2px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px;
}

.mini-line {
    width: 370px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

.race-detail {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 16px;
    color: black;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.result-table {
    font-family: Noto Sans JP;
    font-weight: 500;
    margin: auto;
    width: 300px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.t-1 {
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 16px;
}

.t-2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 40px;

}

.pic {
    width: 370px;
    height: auto;
    margin: auto;
}

.comment {
    width: 340px;
    margin: auto;
    margin-bottom: 20px;
}

.comment-p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
}

.line {
    width: 370px;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 20px;
}

/*　LINEバナー　------------------------------------*/
.line-link-2 {
    margin: auto;
}

.line-official-logo {
    width: 300px;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}

.line-official-logo-1 {
    width: 100%;
    margin: auto;
}

/*　フッター　-------------------------------------*/
.footer {
    width: 100%;
    height: 100px;
    background: rgb(16, 20, 53);
    margin: auto;
    margin-top: -6px;
    margin-bottom: -8px;
}

.footer-logo {
    width: 150px;
    margin: auto;
}

.footer-logo-1 {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}