@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap {
  /*-- NEWS --*/
  /* slick */
}
.mainWrap .newsInner {
  padding-bottom: 2.5rem;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainWrap .newsInner {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.mainWrap .newsInner .newsTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .newsInner .newsTtl {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.mainWrap .newsInner a {
  font-weight: bold;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.mainWrap .newsInner a .date {
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .newsInner a .date {
    width: 100%;
  }
}
.mainWrap .newsInner a .date .new {
  color: #F5FF00;
  margin-right: 0.5rem;
}
.mainWrap .newsInner a .ttl {
  font-size: 1.8rem;
  width: calc(100% - 140px);
}
@media screen and (max-width: 1200px) {
  .mainWrap .newsInner a .ttl {
    font-size: 1.6rem;
    width: 100%;
  }
}
.mainWrap .newsInner .baseLinkBtn {
  text-align: center;
}
.mainWrap .newsInner .baseLinkBtn a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0;
}
.mainWrap .slide-arrow {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slide-arrow img {
    width: 20px;
  }
}
.mainWrap .slick-dots {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1.5rem;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slick-dots {
    padding: 1rem 0 1.5rem;
    gap: 0.5rem;
  }
}
.mainWrap .slick-dots li {
  transform: none !important;
  display: block !important;
  padding-left: 0 !important;
}
.mainWrap .slick-dots li.slick-active button {
  background: #909090;
}
.mainWrap .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.mainWrap .snsBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox {
    margin-bottom: 7rem;
  }
}
.mainWrap .snsBox .ttl {
  font-size: 3.3rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox .ttl {
    margin-bottom: 3rem;
  }
}
.mainWrap .snsBox .ttl .icon {
  margin-left: 3.5rem;
}
.mainWrap .snsBox.youtube .snsInner {
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.youtube .snsInner {
    gap: 2.5rem 0;
  }
}
.mainWrap .snsBox.youtube .snsInner iframe {
  width: calc(33.33% - 2rem);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.youtube .snsInner iframe {
    width: 100%;
  }
}
.mainWrap .snsBox.photo {
  margin-bottom: 0;
}
.mainWrap .snsBox.photo .snsInner {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.photo .snsInner {
    margin-bottom: 2.5rem;
  }
}
.mainWrap .snsBox.photo .snsInner .top-popup-gallery {
  gap: 1rem;
}
.mainWrap .snsBox.photo .snsInner .top-popup-gallery a {
  width: calc(12.5% - 0.875rem);
  transition: none;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.photo .snsInner .top-popup-gallery a {
    width: calc(33.33% - 0.6666666667rem);
  }
}
.mainWrap .snsBox.photo .baseLinkBtn a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.mainWrap .snsBox.onlineshop {
  margin-top: 8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.onlineshop {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
}
.mainWrap .snsBox.onlineshop .ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.onlineshop .ttl {
    margin-bottom: 1.5rem;
  }
}
.mainWrap .snsBox.onlineshop .subTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.onlineshop .subTtl {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.mainWrap .snsBox.onlineshop a {
  width: 850px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainWrap .snsBox.onlineshop a {
    width: 100%;
  }
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top {
  /*-- 共通　KYOJO --*/
}
.mainWrap.-top .kyojoBox {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .kyojoBox {
    flex-direction: column;
    width: 180px;
    margin: 0 auto 4rem;
  }
}
.mainWrap.-top .kyojoBox > img {
  width: 191px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .kyojoBox > img {
    width: 130px;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .kyojoBox .txt {
  width: calc(100% - 191px) !important;
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .kyojoBox .txt {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.mainWrap.-top .kyojoBox .txt p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.mainWrap.-top .kyojoBox .txt a {
  font-weight: 500;
}
.mainWrap.-top .kyojoBox .txt a img {
  vertical-align: 0px;
  margin-right: 1rem;
}
.mainWrap.-top .secMv {
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 850px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv {
    min-height: 800px;
  }
}
.mainWrap.-top .secMv.-teaser {
  background: #000 url("/assets/img/top/teaser-bg.jpg") no-repeat;
  background-size: 1920px;
  background-position: right top;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv.-teaser {
    background-size: 150%;
    background-position: center top;
  }
}
.mainWrap.-top .secMv.-teaser .absBox {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 270px);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv.-teaser .absBox {
    top: calc(50% - 190px);
  }
}
.mainWrap.-top .secMv.-teaser .absBox .teaser-logo {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv.-teaser .absBox .teaser-logo {
    max-width: 272px;
    margin-bottom: 6rem;
  }
}
.mainWrap.-top .secMv.-teaser .absBox p.txt {
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv.-teaser .absBox p.txt {
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secMv .mvTop {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.mainWrap.-top .secMv .mvTop::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mainWrap.-top .secMv .mvTop video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -100;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .mvTop video {
    min-width: 1200px;
    width: auto;
  }
}
.mainWrap.-top .secMv .line {
  height: 20px;
  background: #273678;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .line {
    display: none;
  }
}
.mainWrap.-top .secMv .absBox {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 160px);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .absBox {
    top: 41rem;
  }
}
.mainWrap.-top .secMv .absBox img {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .absBox img {
    width: 240px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secMv .absBox .scroll {
  position: relative;
  height: 120px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .absBox .scroll {
    height: 45px;
  }
}
.mainWrap.-top .secMv .absBox .scroll span {
  animation: top-scroll 3s linear infinite;
  display: block;
  width: 1px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .absBox .scroll span {
    animation: top-scroll-sp 2s linear infinite;
  }
}
.mainWrap.-top .secMv .absBox .scroll p {
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .absBox .scroll p {
    font-size: 1rem;
  }
}
@keyframes top-scroll {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@keyframes top-scroll-sp {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
.mainWrap.-top .secMv .prefBox {
  position: absolute;
  right: 1.5rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .prefBox {
    display: flex;
    right: 2rem;
    bottom: 1.5rem;
    align-items: center;
  }
}
.mainWrap.-top .secMv .prefBox img {
  width: 97px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .prefBox img {
    width: 60px;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secMv .prefBox p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .prefBox p {
    font-size: 1rem;
    text-align: left;
    padding-left: 1.5rem;
  }
}
.mainWrap.-top .secAbout {
  background: #000 url("/assets/img/top/bg01.jpg") no-repeat;
  background-size: 1920px;
  background-position: center top;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout {
    background-size: 1200px;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox {
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .txt {
  width: 550px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .txt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .txt .readTxt {
  width: 490px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .txt .readTxt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .img {
  width: calc(100% - 550px);
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .img {
    width: 100%;
    justify-content: center;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .img img {
  width: 388px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .img img {
    width: 267px;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .img img:nth-child(1) {
  margin: 18rem 0 0 -2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .img img:nth-child(1) {
    margin: 18rem 0 0 0rem;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox .img img:nth-child(2) {
  margin: -1rem 0 0 -10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox .img img:nth-child(2) {
    margin: 0rem 0 0 -19rem;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox.box2 .img {
  width: calc(100% - 565px);
  padding-top: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox.box2 .img {
    width: 100%;
    order: 2;
    padding-top: 0;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox.box2 .img img {
  margin: 0;
  width: 582px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox.box2 .img img {
    width: 100%;
    max-width: 350px;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox.box2 .txt {
  width: 565px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox.box2 .txt {
    width: 100%;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secAbout .inner-l .aboutBox.box2 .txt .readTxt {
  width: 100%;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAbout .inner-l .aboutBox.box2 .txt .readTxt {
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secSeason {
  background: #000 url("/assets/img/top/season01.jpg?20250616") no-repeat;
  background-size: 1920px;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason {
    background: #000;
  }
}
.mainWrap.-top .secSeason::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason::before {
    display: none;
  }
}
.mainWrap.-top .secSeason .inner-l {
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .h2Sub {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .lgBg {
    margin: -4rem -2rem -3rem;
    width: 100vw;
    max-width: inherit;
    position: relative;
    z-index: 0;
  }
}
.mainWrap.-top .secSeason .txtBox {
  width: 430px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .txtBox {
    width: 100%;
    margin-bottom: 8.5rem;
  }
}
.mainWrap.-top .secSeason .txtBox h3 {
  width: calc(100% + 2rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .txtBox h3 {
    width: 100%;
  }
}
.mainWrap.-top .secSeason .txtBox .readTxt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .txtBox .readTxt {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secSeason .gmTtl,
.mainWrap.-top .secSeason .driver__ttl {
  font-size: 3.4rem;
  line-height: 41px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .gmTtl,
  .mainWrap.-top .secSeason .driver__ttl {
    text-align: left;
    font-size: 2.8rem;
    line-height: 33px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .schBox {
    text-align: left;
  }
}
.mainWrap.-top .secSeason .schBox .gmTtl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .schBox .gmTtl {
    padding-left: 3.5rem;
  }
}
.mainWrap.-top .secSeason .schBox .place {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .schBox .place {
    margin-bottom: 3rem;
    padding-left: 3.5rem;
  }
}
.mainWrap.-top .secSeason .schBox ul {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3.5rem;
  width: 880px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .schBox ul {
    flex-direction: column;
    width: 100%;
    padding-left: 3.5rem;
    margin: 0 auto 8rem;
  }
}
.mainWrap.-top .secSeason .driversBox {
  gap: 0 6.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox {
    gap: 4rem 0;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secSeason .driversBox .driver {
  width: calc(50% - 3.25rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox .driver {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.mainWrap.-top .secSeason .driversBox .driver__name {
  font-size: 4.4rem;
  line-height: 40px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox .driver__name {
    font-size: 3.6rem;
    line-height: 33px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secSeason .driversBox .driver__name span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
  font-weight: 400;
  vertical-align: 5px;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox .driver__name span {
    font-size: 1.5rem;
  }
}
.mainWrap.-top .secSeason .driversBox .driver__info {
  align-items: flex-start;
}
.mainWrap.-top .secSeason .driversBox .driver__info img {
  width: 281px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox .driver__info img {
    width: 263px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secSeason .driversBox .driver__info .readTxt {
  width: calc(100% - 281px);
  padding-left: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .driversBox .driver__info .readTxt {
    width: 100%;
    padding-left: 0;
  }
}
.mainWrap.-top .secSeason .mvBox {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .mvBox {
    margin-top: -3rem;
    padding-bottom: 6rem;
  }
}
.mainWrap.-top .secSeason .mvBox video {
  margin: -20rem 0 -10rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason .mvBox video {
    margin: 0;
  }
}
.mainWrap.-top .secSeason.season2026 {
  background: #000;
  padding-bottom: 1rem;
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason.season2026 {
    padding-top: 0;
  }
}
.mainWrap.-top .secSeason.season2026 .inner-l {
  top: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason.season2026 .inner-l {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason.season2026 .inner-l .schBox .gmTtl,
  .mainWrap.-top .secSeason.season2026 .inner-l .schBox .place,
  .mainWrap.-top .secSeason.season2026 .inner-l .schBox ul {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSeason.season2026 .inner-l .schBox ul {
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secSponsor {
  padding-bottom: 5rem;
  padding-top: 7rem;
  margin-top: -7rem;
  background: #000;
}
.mainWrap.-top .secSponsor .inner-l h2 {
  margin-top: -3rem;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l h2 {
    margin-top: 0;
    top: -2rem;
  }
}
.mainWrap.-top .secSponsor .inner-l h2::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l h2::after {
    position: absolute;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .h2Sub {
    margin-top: -2rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .racing {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .racing {
    margin-bottom: 4.5rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .racing img {
  width: 290px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .racing img {
    width: 236px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .racing p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .racing p {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox {
    padding: 0 2.5rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox .rankBox .sponsorTtl {
  display: inline-block;
  border-bottom: 1px solid #525252;
  padding: 0 2rem 0.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox .rankBox .sponsorTtl {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox a.base {
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox a.base {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox a.base.gold img {
    width: 70%;
    max-width: 306px;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul {
    gap: 3rem 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul li a img {
    width: 70%;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox ul.silver img {
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul.silver img {
    width: 70%;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox ul.bronze {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul.bronze {
    font-size: 1.6rem;
    gap: 1.5rem 0;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox ul.sup {
  gap: 4.5rem 6rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul.sup {
    gap: 2.5rem 0;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox ul.csa {
  gap: 4.5rem 6rem;
  border-top: 1px solid #525252;
  padding-top: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSponsor .inner-l .sponsorBox ul.csa {
    gap: 3rem 0;
    margin-bottom: 7rem;
  }
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox .sponsorship {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.mainWrap.-top .secSponsor .inner-l .sponsorBox .sponsorship a img {
  display: block;
  margin: 1rem auto 0;
}
.mainWrap.-top .secResult {
  background: #000 url("/assets/img/top/bg02.jpg") no-repeat;
  background-size: 1920px;
  background-position: center top;
  padding: 5.5rem 0 7.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult {
    background-size: 1200px;
    padding: 3.5rem 0 5rem;
  }
}
.mainWrap.-top .secResult .inner-l .soon {
  font-size: 4rem;
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .soon {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
.mainWrap.-top .secResult .inner-l .h2Sub {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .h2Sub {
    margin-bottom: 5.5rem;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .yearBox {
    width: 100%;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox .yearTtl {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .yearBox .yearTtl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox .yearTtl span {
  font-size: 3.4rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .yearBox .yearTtl span {
    font-size: 2.4rem;
    margin-left: 1rem;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox.inactive .yearTtl:hover {
  cursor: pointer;
  opacity: 0.8;
}
.mainWrap.-top .secResult .inner-l .yearBox.inactive .yearTtl::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon-plus.svg") no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: -3px;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .yearBox.inactive .yearTtl::after {
    width: 19px;
    height: 19px;
    vertical-align: -2px;
    margin-left: 1rem;
    background-size: 19px;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox.inactive .yearTtl.open::after {
  background: url("/assets/img/icon-minus.svg") no-repeat;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secResult .inner-l .yearBox.inactive .yearTtl.open::after {
    width: 19px;
    height: 19px;
    vertical-align: -2px;
    margin-left: 1rem;
    background-size: 19px;
  }
}
.mainWrap.-top .secResult .inner-l .yearBox.inactive .yearInner {
  display: none;
}
.mainWrap.-top .secTopics {
  padding: 5.5rem 0 8rem;
  background: #000;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secTopics {
    padding: 3.5rem 0 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secTopics .h2Sub {
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secTopics .newsInner {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secTopics .newsInner {
    margin-bottom: 6rem;
  }
}
.mainWrap.-top .secSupport {
  background: #273678;
  padding: 5.5rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport {
    padding: 4rem 0 9rem;
  }
}
.mainWrap.-top .secSupport .inner-l {
  background: url("/assets/img/top/bg03.png") no-repeat;
  background-position: right 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l {
    background-size: 262px;
    background-position: center 13rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l h3 {
    font-size: 2.8rem;
  }
}
.mainWrap.-top .secSupport .inner-l .taskIntro {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .taskIntro {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.mainWrap.-top .secSupport .inner-l .taskIntro .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 50px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .taskIntro .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 29px;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask {
  max-width: 1100px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask {
    margin: 0 auto 4.5rem;
    gap: 2.5rem 0;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask li {
  width: 33.33%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 2.5rem 1rem 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    padding: 0rem 0 0 0;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask li:nth-child(2) {
  border: none;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li:nth-child(2) {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li:nth-child(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask li .num {
  font-size: 9rem;
  font-weight: 100;
  line-height: 163px;
  margin: -4rem 0 -2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li .num {
    font-size: 7.1rem;
    line-height: 129px;
    margin: -1rem 0 -2rem;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask li .ttl {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li .ttl {
    font-size: 2.2rem;
    line-height: 28px;
    margin-bottom: 2.5rem;
    height: auto;
  }
}
.mainWrap.-top .secSupport .inner-l .ulTask li .readTxt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .ulTask li .readTxt {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secSupport .inner-l .stuBox {
  width: 920px;
  margin: 0 auto 8rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .stuBox {
    width: 100%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .stuBox img {
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .stuBox .txt {
  padding-left: 2.5rem;
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .stuBox .txt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 29px;
  }
}
.mainWrap.-top .secSupport .inner-l .prefBox {
  width: 920px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .prefBox {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .prefBox .header {
  align-items: center;
  gap: 0 5.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .prefBox .header {
    gap: 2.5rem 0;
  }
}
.mainWrap.-top .secSupport .inner-l .prefBox .header img:first-child {
  width: 655px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .prefBox .header img:first-child {
    width: 100%;
  }
}
.mainWrap.-top .secSupport .inner-l .prefBox .header img:last-child {
  width: calc(100% - 655px - 5.5rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .prefBox .header img:last-child {
    width: 160px;
    margin: 0 auto;
  }
}
.mainWrap.-top .secSupport .inner-l .prefBox .txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 38px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .prefBox .txt {
    font-size: 1.8rem;
    line-height: 29px;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip {
  background: #fff;
  border-radius: 22px;
  color: #273678;
  padding: 3.5rem 4rem 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip {
    padding: 1.5rem 2rem 4.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .mainTtl {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .mainTtl {
    font-size: 2.4rem;
    line-height: 43px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .ttl {
  margin-bottom: 3.5rem;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .ttl {
    font-size: 1.5rem;
    line-height: 23px;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .readTxt {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .readTxt {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .valTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .valTtl {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .ulVal {
  gap: 0 3rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .ulVal {
    margin-bottom: 3rem;
    gap: 1.5rem 0;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .ulVal li {
  background: #EBEBEB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: calc(33.33% - 2rem);
  font-size: 2rem;
  font-weight: bold;
  line-height: 31px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .ulVal li {
    width: 100%;
    font-size: 1.8rem;
    line-height: 28px;
    height: 120px;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox {
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left {
    width: 100%;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left > a {
  background: #273678;
  width: 605px;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  height: 50px;
  line-height: 47px;
  border-radius: 25px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left > a {
    width: 100%;
    display: flex;
    font-size: 2rem;
    height: 77px;
    line-height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left > a img {
  vertical-align: -5px;
  margin-right: 1rem;
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left .tel {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left .tel {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .left .tel a {
    color: #273678;
    border-bottom: 1px solid #273678;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right {
  width: 380px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right {
    width: 180px;
    margin: 0 auto;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right .kyojoTtl {
  color: #000;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right .kyojoTtl {
    margin-bottom: 1rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right .txt p {
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right .txt p {
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secSupport .inner-l .sponsorShip .contactBox .right .txt a {
  color: #000;
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
body.-sub {
  background: #000 url("/assets/img/sub-bg.jpg?20250516") no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  body.-sub {
    background-size: 1200px;
  }
}
body.-sub header#header .navbar {
  position: fixed;
  top: 0;
}
body.-sub header#header .navbar::after {
  background: none;
}
body.-sub header#header .navbar .container-fluid {
  flex-direction: row;
  align-items: center;
}
body.-sub header#header .navbar .container-fluid .navLeft {
  margin-bottom: 0;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar .container-fluid .navLeft {
    margin-top: 0;
  }
}
body.-sub header#header .navbar .container-fluid .navLeft .navbar-brand {
  width: 153px;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar .container-fluid .navLeft .navbar-brand {
    width: 70px;
  }
}
body.-sub header#header .navbar .container-fluid .navLeft .backToTop {
  display: block;
  margin: 1.5rem 0 0 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar .container-fluid .navLeft .backToTop {
    margin: 1rem 0 0 2rem;
    font-size: 1.5rem;
  }
}
body.-sub header#header .navbar .container-fluid .navLeft .backToTop a {
  display: block;
}
body.-sub header#header .navbar .container-fluid .collapse {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar .container-fluid .collapse {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
body.-sub header#header .navbar .container-fluid .collapse.show {
  opacity: 1;
  visibility: visible;
}
body.-sub header#header .navbar.scrolled::after {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar.scrolled::after {
    background: none;
  }
}
body.-sub header#header .navbar.scrolled .container-fluid {
  max-width: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar.scrolled .container-fluid {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
body.-sub header#header .navbar.scrolled .container-fluid .navLeft {
  margin-top: 0;
  align-items: center;
}
body.-sub header#header .navbar.scrolled .container-fluid .navLeft .navbar-brand {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar.scrolled .container-fluid .navLeft .navbar-brand {
    width: 70px;
  }
}
body.-sub header#header .navbar.scrolled .container-fluid .navLeft .backToTop {
  margin: 0.4rem 0 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.-sub header#header .navbar.scrolled .container-fluid .navLeft .backToTop {
    margin: 1rem 0 0 2rem;
  }
}
body.-sub header#header .navbar.scrolled .container-fluid .navbar-collapse {
  display: flex;
}
body.-sub .secMv {
  padding-top: 24.5rem;
  text-align: center;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 1200px) {
  body.-sub .secMv {
    padding-top: 15.5rem;
    padding-bottom: 6.5rem;
  }
}
body.-sub .secMv h2.baseTtl::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -4.5rem;
  bottom: auto;
}
@media screen and (max-width: 1200px) {
  body.-sub .secMv h2.baseTtl::after {
    position: absolute;
    top: -3rem;
  }
}
body.-sub .secMv .h2Sub {
  margin-bottom: 0;
}
body.-sub .btmBackToTop {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  body.-sub .btmBackToTop {
    font-size: 1.5rem;
  }
}
body.-sub .btmBackToTop a {
  display: block;
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  body.news .secMv {
    padding-bottom: 5rem;
  }
}
body.news .secNewsList {
  padding-bottom: 13rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList {
    padding-bottom: 10rem;
  }
}
body.news .secNewsList .newsInner {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList .newsInner {
    margin-bottom: 5rem;
  }
}
body.news .secNewsList .newsInner .pageNavi {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList .newsInner .pageNavi {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  body.newsDetail header#header .navbar .backToTop {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
}
body.newsDetail .secDetail {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail {
    padding-bottom: 8rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner {
    padding-bottom: 4.5rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat {
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat .new {
  color: #F5FF00;
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner h1 {
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner h1 {
    font-size: 2rem;
    line-height: 30px;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content {
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto;
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content p, body.newsDetail .secDetail .inner-l .detailInner .contentInner .content img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner .content p, body.newsDetail .secDetail .inner-l .detailInner .contentInner .content img {
    margin-bottom: 2rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content a {
  color: #fff;
  text-decoration: underline;
}
body.contact .secMv {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secMv {
    padding-bottom: 4.5rem;
    padding-top: 13.5rem;
  }
}
body.contact .secForm {
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm {
    padding: 0 2rem 9rem;
  }
}
body.contact .secForm .inner-m {
  padding: 4.5rem 0 7.5rem;
  background: #fff;
  color: #000;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m {
    padding: 3rem 2rem 6.5rem;
  }
}
body.contact .secForm .inner-m .formTtl {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 34px;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formTtl {
    font-size: 1.8rem;
    line-height: 31px;
  }
}
body.contact .secForm .inner-m .formNotes {
  color: #FF0000;
  font-size: 1.4rem;
}
body.contact .secForm .inner-m .mw_wp_form {
  padding-top: 7rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .mw_wp_form {
    padding-top: 3.5rem;
  }
}
body.contact .secForm .inner-m .formInner {
  max-width: 500px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner {
    margin: 0 auto 2rem;
  }
}
body.contact .secForm .inner-m .formInner dl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl {
    margin-bottom: 3rem;
  }
}
body.contact .secForm .inner-m .formInner dl dt {
  border-left: 10px solid #273678;
  display: flex;
  gap: 0 1.5rem;
  padding-left: 0.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl dt {
    margin-bottom: 2rem;
  }
}
body.contact .secForm .inner-m .formInner dl dt .required {
  font-size: 1.4rem;
  background: #EA0024;
  color: #fff;
  border-radius: 6px;
  line-height: 25px;
  padding: 0rem 1rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl dt .required {
    padding: 0rem 0.7rem;
  }
}
body.contact .secForm .inner-m .formInner dl dd.check input {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 3px;
}
body.contact .secForm .inner-m .formInner dl dd input[type=text],
body.contact .secForm .inner-m .formInner dl dd input[type=tel],
body.contact .secForm .inner-m .formInner dl dd textarea {
  padding: 0.3rem 0 0.3rem 0.7rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl dd input[type=text],
  body.contact .secForm .inner-m .formInner dl dd input[type=tel],
  body.contact .secForm .inner-m .formInner dl dd textarea {
    max-width: 100%;
  }
}
body.contact .secForm .inner-m .formInner dl dd textarea {
  width: 100%;
}
body.contact .secForm .inner-m .formInner dl dd.notes {
  font-size: 1.4rem;
  margin: 3rem 0 1rem;
}
body.contact .secForm .inner-m .formInner dl.name dd span {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl.name dd span {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.contact .secForm .inner-m .formInner dl.name dd .name {
  margin-bottom: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl.name dd .name {
    margin-bottom: 1rem;
  }
}
body.contact .secForm .inner-m .formInner dl.name dd input {
  max-width: calc(100% - 90px);
}
body.contact .secForm .inner-m .formInner dl.name dd .error {
  margin-left: 1rem;
}
body.contact .secForm .inner-m .formInner dl.address .formPostcode input {
  width: 115px;
}
body.contact .secForm .inner-m .formInner dl.tel dd span {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .formInner dl.tel dd span {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.contact .secForm .inner-m .formInner dl.tel dd .name {
  margin-bottom: 2.5rem;
  align-items: center;
}
body.contact .secForm .inner-m .formInner dl.tel dd input {
  max-width: calc(100% - 160px);
}
body.contact .secForm .inner-m .formInner dl.tel dd .error {
  margin-left: 1rem;
}
body.contact .secForm .inner-m .formInner .readTxt a {
  color: #000;
}
body.contact .secForm .inner-m .privBtn {
  text-align: center;
}
body.contact .secForm .inner-m .privBtn a {
  color: #000;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 28px;
  height: 30px;
  display: inline-block;
  width: 210px;
  font-weight: bold;
  border-radius: 15px;
}
body.contact .secForm .inner-m .privBtn a img {
  vertical-align: 1px;
  margin-right: 0.5rem;
}
body.contact .secForm .inner-m .submit {
  text-align: center;
}
body.contact .secForm .inner-m .submit .submitBtn {
  position: relative;
  display: inline-block;
  margin: 0 1rem 2rem;
}
body.contact .secForm .inner-m .submit .submitBtn::after {
  content: "";
  display: block;
  background: url("/assets/img/icon-arrow-right-white.svg") no-repeat;
  width: 35px;
  height: 43px;
  position: absolute;
  right: 2.5rem;
  top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .submit .submitBtn::after {
    top: 1.5rem;
    width: 32px;
    background-size: 32px;
    height: 40px;
    right: 2rem;
  }
}
body.contact .secForm .inner-m .submit .submitBtn input {
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #0D4483;
  padding: 2rem 8rem 2rem 3rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .submit .submitBtn input {
    font-size: 1.8rem;
    padding: 2rem 6.5rem 2rem 2rem;
  }
}
body.contact .secForm .inner-m .submit .submitBtn:nth-child(1) {
  display: none;
}
body.contact .secForm .inner-m .mw_wp_form_confirm .required,
body.contact .secForm .inner-m .mw_wp_form_confirm .confirmNone,
body.contact .secForm .inner-m .mw_wp_form_confirm .privacyBox {
  display: none;
}
body.contact .secForm .inner-m .mw_wp_form_confirm .submit .submitBtn:nth-child(1) {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-m .thanksTxt {
    text-align: left;
  }
}
body.privacy .secPrivacy {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.privacy .secPrivacy {
    padding-bottom: 7rem;
  }
}
body.privacy .secPrivacy .inner-s {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.privacy .secPrivacy .inner-s {
    padding-bottom: 3rem;
  }
}
body.privacy .secPrivacy .inner-s h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.privacy .secPrivacy .inner-s .readTxt {
  margin-bottom: 4rem;
  line-height: 30px;
}
body.result .secMv {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.result .secMv {
    padding-bottom: 8.5rem;
  }
}
body.result .secDetail {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1200px) {
  body.result .secDetail {
    padding-bottom: 7.5rem;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .content {
  padding: 2rem 0 0;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  body.result .secDetail .inner-l .detailInner .contentInner .content {
    padding: 0;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 1200px) {
  body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox {
    margin-bottom: 5rem;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .left,
body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .right {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1200px) {
  body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .left,
  body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .right {
    width: 100%;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox img {
  margin-bottom: 1.5rem;
}
body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .readTxt p {
  margin-bottom: 3rem;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  body.result .secDetail .inner-l .detailInner .contentInner .content .flexBox .readTxt p {
    margin-bottom: 2rem;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .youtubeBox {
  margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
  body.result .secDetail .inner-l .detailInner .contentInner .youtubeBox {
    margin-top: 5rem;
  }
}
body.result .secDetail .inner-l .detailInner .contentInner .youtubeBox iframe, body.result .secDetail .inner-l .detailInner .contentInner .youtubeBox img {
  max-width: 900px;
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
}
/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */