@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#header {
  background-color: #0071BC;
}
#header .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  #header .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#header .logo {
  width: 190px;
  display: block;
  padding-top: 3px;
}
#header .logo img {
  width: 190px;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #273036;
}

#wrapper.sub #footer {
  background-color: #273036;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  .sub .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.subpageTitle {
  text-align: center;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.naviTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 auto 50px;
}
.naviTitle.long {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.naviTitle.long::after {
  margin-top: 10px;
}
.naviTitle:after {
  background-color: #0071BC; /* 線色 */
  transform: skewX(-30deg);
  width: 100%;
  height: 8px; /* 線幅 */
  margin: 0 auto;
  content: "";
  display: block;
}
@media only screen and (max-width: 600px) {
  .naviTitle:after {
    height: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .naviTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

.secTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 50px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .secTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  position: relative;
  display: block;
  padding: 1em 2.75em 0.8em 1.25em; /* 左にアイコン分の余白 */
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  background-color: #0071BC;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  /* アイコン切り替え */
}
.btn::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.btn::before {
  mask-image: url("/images/icons/arrow-right.svg");
  -webkit-mask-image: url("/images/icons/arrow-right.svg");
}
.btn.std {
  width: 90%;
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #0071BC;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.disable {
  background-color: #808080 !important;
}
.btn.btn-line {
  max-width: 280px;
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}
.btn.btn-white-s {
  display: inline-block;
  background-color: #fff;
  color: #0071BC;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 10px;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

/* トップページ専用詳細設定 */
#topHeader {
  background: url(../images/bg_header.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  #topHeader {
    background: url(../images/bg_header_mb.jpg) center center no-repeat;
  }
}
#topHeader .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  height: 470px;
}
@media only screen and (max-width: 600px) {
  #topHeader .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#topHeader .innerWrap .titleWrap {
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto 2%;
  display: grid;
  place-content: center;
  grid-template-rows: 110px 80px;
}
@media only screen and (max-width: 600px) {
  #topHeader .innerWrap .titleWrap {
    margin: auto 5%;
    width: 90%;
  }
}
#topHeader .innerWrap .titleWrap .imgWrap {
  max-width: 320px;
}
@media only screen and (max-width: 600px) {
  #topHeader .innerWrap .titleWrap .imgWrap {
    background-color: rgba(255, 255, 255, 0.75);
    height: 110px;
  }
}
#topHeader .innerWrap .titleWrap .imgWrap .topViewLogo {
  display: block;
  width: 90%;
  margin: 10px auto 0;
}
#topHeader .innerWrap .titleWrap .year {
  display: block;
  font-family: oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  font-size: 7rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  #topHeader .innerWrap .titleWrap .year {
    background-color: white;
  }
}
#topHeader #topView {
  position: relative;
  width: 100%;
}
#topHeader #topView .imgbg {
  height: 470px;
  display: flex;
}
@media only screen and (max-width: 600px) {
  #topHeader #topView .imgbg {
    flex-direction: column;
    height: 60vh;
  }
}
#topHeader #topView .boso-tri__bg {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #topHeader #topView .boso-tri__bg {
    width: 100%;
    height: inherit;
  }
}
#topHeader #topView .boso-tri__bg.bg01 {
  background: url(../images/bg_tatetora-main.jpg) center no-repeat;
}
#topHeader #topView .boso-tri__bg.bg02 {
  background: url(../images/bg_kisatri-main.jpg) center 70% no-repeat;
}
@media only screen and (max-width: 600px) {
  #topHeader #topView .boso-tri__bg.bg02 {
    background: url(../images/bg_kisatri-main.jpg) center 80% no-repeat;
  }
}
#topHeader #topView .inner {
  max-height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  max-width: 840px;
  background-color: rgba(10, 12, 7, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #topHeader #topView .inner {
    max-height: 20vh;
  }
}
#topHeader #topView .inner h1 {
  width: 80%;
}
@media only screen and (max-width: 600px) {
  #topHeader #topView .inner h1 {
    width: 100%;
  }
}
#topHeader #topView .inner h1 .topViewLogo {
  width: 100%;
}

#result {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  #result {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#result h3 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

#intro .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  #intro .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#intro .series {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 33%;
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  #intro .series {
    grid-template-columns: auto;
  }
}
#intro .series img {
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#intro .raceWrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #intro .raceWrap {
    grid-gap: 10px;
  }
}
#intro .raceWrap .race-card {
  aspect-ratio: 1/1;
  border: 1px solid #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#intro .raceWrap .race-card .imgWrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #intro .raceWrap .race-card .imgWrap {
    height: 50%;
  }
}
#intro .raceWrap .race-card img {
  width: 80%;
}
#intro .raceWrap .race-card img.square {
  width: 50%;
}
#intro .raceWrap .race-card .date {
  font-family: TeXGyreAdventorBold;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  #intro .raceWrap .race-card .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#triple {
  background-color: rgba(0, 113, 188, 0.08);
  padding: 20px 0 60px;
  box-sizing: border-box;
}
#triple .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  #triple .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#triple .innerWrap .secTitle + p {
  margin-top: 10px;
  margin-bottom: 20px;
}

#double {
  background-color: rgba(239, 239, 239, 0.5);
  padding: 20px 0 60px;
}
#double .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  #double .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#double .innerWrap .secTitle + p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.awards .awards__block .awards__block--title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #0071BC;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
}
.awards .awards__block .col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  .awards .awards__block .col-2 {
    display: block;
  }
}
.awards .award-card {
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.awards .award-card .award-card__head {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
  align-content: center;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .awards .award-card .award-card__head {
    grid-template-columns: 1fr 3fr;
  }
}
.awards .award-card .award-card__head .award-card__head--img img {
  width: 100%;
  height: auto;
  align-self: start;
}
.awards .award-card .award-card__head .award-card__head--title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .awards .award-card .award-card__head .award-card__head--title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.awards .award-card .award-card__body .titleWrap {
  display: flex;
  gap: 20px;
}
.awards .award-card .award-card__body .titleWrap h5 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 10px;
}
.awards .award-card .award-card__body .titleWrap img {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .awards .award-card .award-card__body .titleWrap img {
    width: 33%;
    height: auto;
    align-self: start;
  }
}
.awards .award-card .award-card__body .taisyo {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
}
.awards .award-card .award-card__body .taisyo span {
  display: inline-block;
  background-color: #0A0C07;
  color: #fff;
  padding: 2px 0.5em 2px;
  box-sizing: border-box;
  margin-right: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.awards .award-card .award-card__body .hosoku {
  font-size: 13px;
  font-size: 1.3rem;
}
.awards .award-card .award-card__body .kiteiList {
  margin-top: 10px;
  background-color: rgba(239, 239, 239, 0.5);
  padding: 0.8em 0.8em 0.8em 2em;
  box-sizing: border-box;
}
.awards .award-card .award-card__body .kiteiList li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.awards .award-card .award-card__body .kiteiList li:not(:first-child) {
  margin-top: 5px;
}
.awards .award-card .award-card__body .kiteiList li::marker {
  font-size: 10px;
  font-size: 1rem;
}
.awards .award-card .card-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px;
}
@media only screen and (max-width: 600px) {
  .awards .award-card .card-inner {
    display: block;
  }
  .awards .award-card .card-inner > div {
    margin-top: 20px;
  }
}
.awards .award-card .card-inner.wide {
  display: block;
}
.awards .award-card .card-inner .card-inner__title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 10px;
}
.awards .award-card .card-inner .card-inner__title + p {
  margin-top: 10px;
}
.awards .award-card .card-inner .flex-with-img {
  display: flex;
  gap: 10px;
  align-content: flex-start;
}
.awards .award-card .card-inner .flex-with-img .img img {
  width: 100%;
  display: block;
  height: auto;
  align-self: start;
}
.awards .cardWrap-3col {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
@media only screen and (max-width: 960px) {
  .awards .cardWrap-3col {
    grid-gap: 10px;
  }
}
.awards .cardWrap-3col .award-card__head {
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .awards .cardWrap-3col .award-card__head {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 5px;
  }
  .awards .cardWrap-3col .award-card__head img {
    width: 50% !important;
  }
  .awards .cardWrap-3col .award-card__head .award-card__head--title {
    justify-content: center;
  }
}

#lumina {
  background: url(../images/bg_lumina.jpg) center center no-repeat;
  background-size: cover;
  padding: 160px 0;
}
#lumina .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3em;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #lumina .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #lumina .innerWrap {
    padding: 3em 5%;
  }
}
#lumina .lumina__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
}
#lumina p {
  margin-top: 10px;
}

#race {
  background-color: rgba(0, 113, 188, 0.08);
  padding-top: 40px;
  padding-bottom: 60px;
}
#race .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 600px) {
  #race .innerWrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#race .race__block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
  min-height: 34vh;
}
@media only screen and (max-width: 600px) {
  #race .race__block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
#race .race__block.race01 .race__block--img {
  background: url(../images/racebg_tatetora.jpg) center center no-repeat;
}
#race .race__block.race02 .race__block--img {
  background: url(../images/racebg_kisatra.jpg) center center no-repeat;
  background-size: cover;
}
#race .race__block.race03 .race__block--img {
  background: url(../images/racebg_chibacity.jpg) center center no-repeat;
}
#race .race__block .race__block--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#race .race__block .race__block--img img {
  max-width: 60%;
}
#race .race__block .race__block--img img.square {
  max-width: 36%;
}
#race .race__block .race__block--text {
  padding: 1em 2em;
  background-color: #fff;
}
#race .race__block .race__block--text .text__lead {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #race .race__block .race__block--text .text__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#race .race__block .race__block--text .text__date {
  font-family: TeXGyreAdventorBold;
  display: inline-block;
  border-bottom: 2px solid #0071BC;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
#race .race__block .race__block--text .text__title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  #race .race__block .race__block--text .text__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
#race .race__block .race__block--text .text__title img {
  width: 320px;
}
#race .race__block .race__block--text .text__title + p {
  margin-top: 20px;
}

#footer {
  height: 6vh;
  background-color: #3a3a3a;
}
/*# sourceMappingURL=home_v2.css.map */