body {
  margin: 0;
  background-color: #101f3e;
}

.fixedBox {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
}

.lp_snf {
  color: #333;
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.lp_snf .pc {
  display: block !important;
}
.lp_snf .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp_snf .pc {
    display: none !important;
  }
  .lp_snf .sp {
    display: block !important;
  }
}
.lp_snf figure {
  text-align: center;
  margin: 0 auto 1.5em;
  line-height: 0;
}
.lp_snf figure img {
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
}
.lp_snf figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp_snf figure {
    margin-bottom: 10px;
  }
}
.lp_snf p {
  font-size: clamp(14px, 3.7vw, 18px);
  line-height: 1.65em;
}
.lp_snf .mb0 {
  margin-bottom: 0 !important;
}
.lp_snf .t_c {
  text-align: center;
}
.lp_snf .t_l {
  text-align: left;
}
.lp_snf section {
  padding: 2.5% 0;
  margin: 0 auto;
}
.lp_snf section .inner {
  box-sizing: border-box;
  max-width: calc(1000px + 6%);
  width: 100%;
  padding: 0 3%;
  margin: 0 auto 7%;
}
.lp_snf section .inner:last-of-type {
  margin-bottom: 0;
}

.RaceDayWrap_Inner, .RaceTopRaceMenuWrap, .RaceDayWrap {
  background-color: white;
}

.RaceDayWrap {
  padding: 15px 10px;
}

.RaceDayWrap_Inner {
  font-size: 22px;
}

.lp_snf .sec_1{
  background: url(../img/bg_1.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 2% 0 5.5%;
}
.lp_snf .sec_1 figure.logo{
  width: 29.3%;
  margin-bottom: 2.5%;
}
.lp_snf .sec_1 figure.kv{
  width: 62.3%;
  margin: auto 0 auto auto;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_1{
    background: url(../img/bg_1_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 4% 0 90%;
  }
  .lp_snf .sec_1 figure.logo{
    width: 85%;
    margin-bottom: 2.5%;
  }
  .lp_snf .sec_1 figure.kv img{
    width: 160%;
    max-width: none;
    margin: auto 0 auto -61%;
  }
}

.lp_snf .sec_2{
  padding: .5%;
  display: flex;
  justify-content: space-between;
}
.lp_snf .sec_2 figure{
  width: 24.5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  border: #fff solid 3px;
  border-radius: 1em;
  padding: 1% 1.5% 1% 0;
}
.lp_snf .sec_2 figure img{
  height: 5vw;
}
.lp_snf .sec_2 figure.btn_1{
  box-shadow:
    0 0 4px #31c0ed,
    0 0 8px #31c0ed,
    0 0 12px #31c0ed;
}
.lp_snf .sec_2 figure.btn_2{
  box-shadow:
    0 0 4px #f84599,
    0 0 8px #f84599,
    0 0 12px #f84599;
}
.lp_snf .sec_2 figure.btn_3{
  box-shadow:
    0 0 4px #f5b568,
    0 0 8px #f5b568,
    0 0 12px #f5b568;
}
.lp_snf .sec_2 figure.btn_4{
  box-shadow:
    0 0 4px #35cd92,
    0 0 8px #35cd92,
    0 0 12px #35cd92;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_2 figure{
    padding: 0 !important;
    justify-content: center;
    border-radius: .75em;
  }
  .lp_snf .sec_2 figure img{
    width: 110%;
    height: auto;
    max-width: none;
    margin-left: -5%;
  }
}
.lp_snf .sec_3{
  background: url(../img/bg_2.png) no-repeat center top;
  padding: 8% 0;
}
.lp_snf .sec_3 p{
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(14px, 3.7vw, 18px);
  text-align: center;
  line-height: 2em;
}
.lp_snf .sec_3 .box_1{
  position: relative;
  margin-top: 8%;
  padding: 0 3% 3%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: #f5b08b solid 5px;
  border-radius: 24px;
  box-shadow:
    0 0 5px #ea5808,
    0 0 15px #ea5808,
    0 0 20px #ea5808,
    0 0 5px #ea5808 inset,
    0 0 15px #ea5808 inset,
    0 0 20px #ea5808 inset;
}
.lp_snf .sec_3 .box_1 .ttl{
  width: 100%;
  margin: -8% auto 2%;
  position: relative;
}
.lp_snf .sec_3 .box_1 .ttl img{
  position: relative;
  display: inline;
  z-index: 2;
  width: 61.8%;
}
.lp_snf .sec_3 .box_1 .ttl::before{
  position: absolute;
  display: block;
  content: '';
  width: 59%;
  height: 60px;
  background-color: #101f3e;
  inset: 0;
  margin: 4.8% auto auto;
}
.lp_snf .sec_3 .box_1 figure{
  width: 45%;
  margin-left: 0;
  padding-top: 1em;
}
.lp_snf .sec_3 .box_1 .txt{
  width: 51%;
  padding-right: 2%;
}
.lp_snf .sec_3 .box_1 .txt figure{
  width: 100%;
  margin-bottom: .5em;
  padding-top: 0;
  text-align: left;
}
.lp_snf .sec_3 .box_1 .txt p{
  text-align: left;
  line-height: 1.65em;
  font-size: clamp(14px, 3.7vw, 18px);
}
.lp_snf .sec_3 .ttl{
  position: relative;
}
.lp_snf .sec_3 .ttl img{
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_3{
    background-size: 180% auto;
  }
  .lp_snf .sec_3 .box_1{
    margin-top: 8%;
    padding: 0 3% 6%;
    flex-flow: column;
    border: #f5b08b solid 3px;
    border-radius: 20px;
  }
  .lp_snf .sec_3 .box_1 .ttl{
    margin: -12% auto 2%;
  }
  .lp_snf .sec_3 .box_1 .ttl img{
    width: 81%;
  }
  .lp_snf .sec_3 .box_1 .ttl::before{
    width: 80%;
  }
  .lp_snf .sec_3 .box_1 figure,
  .lp_snf .sec_3 .box_1 .txt{
    width: 90%;
    margin: 0 auto;
  }
  .lp_snf .sec_3 .box_1 .txt{
    margin-top: 5%;
  }
}

.lp_snf .sec_4{

}
.lp_snf .sec_4 .ttl{
  position: relative;
  margin-bottom: -2%;
}
.lp_snf .sec_4 .ttl img{
  position: relative;
  z-index: 2;
}
.lp_snf .sec_4 .ttl::after{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #b6ebfc;
  box-shadow:
    0 0 5px #31c0ed,
    0 0 15px #31c0ed,
    0 0 20px #31c0ed;
  inset: 0;
  margin: auto auto;
  z-index: 1;
}
.lp_snf .box_2{
  display: flex;
  justify-content: space-between;
}
.lp_snf .box_2 figure{
  width: 43.5%;
}
.lp_snf .box_2 .txt{
  width: 52%;
}
.lp_snf .box_2 figure{
  margin-left: 0;
}
.lp_snf .box_2 .txt figure,
.lp_snf .box_2+.box_2 .txt figure{
  width: 100%;
  text-align: left;
  margin-left: -.5em;
  margin-bottom: .5em;
}
.lp_snf .box_2 .txt .txt_box{
  color: #fff;
  font-style: italic;
  font-size: clamp(16px, 4.3vw, 18px);
}
.lp_snf .box_2 .txt .txt_box a{
  display: block;
  margin: -3% 0 0 -1%;
}
.lp_snf .box_2+.box_2{
  flex-flow: row-reverse;
  margin-top: 3%;
}
.lp_snf .box_2+.box_2 figure{
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .lp_snf .box_2,
  .lp_snf .box_2+.box_2{
    flex-flow: column;
  }
  .lp_snf .box_2 figure,
  .lp_snf .box_2 .txt{
    width: 90%;
    margin: 5% auto 0;
  }
  .lp_snf .box_2+.box_2 figure{
    margin-right: auto;
  }
}

.lp_snf .sec_5{
  background: url(../img/bg_3.jpg) no-repeat center top;
  padding: 8% 0;
}
.lp_snf .box_3{
  padding: 4%;
  width: 96%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  border: #fac2a9 solid 5px;
  border-radius: 24px;
  box-shadow:
    0 0 5px #ea5808,
    0 0 15px #ea5808,
    0 0 20px #ea5808,
    0 0 5px #ea5808 inset,
    0 0 15px #ea5808 inset,
    0 0 20px #ea5808 inset;
}
.lp_snf .sec_5 .box_2 figure{
  width: 48%;
}
.lp_snf .sec_5 .box_2 .txt{
  width: 48%;
}
.lp_snf .sec_5 .box_2 .txt figure{
  width: auto;
}
.lp_snf .box_3+.ttl{
  margin-top: 5%;
}
.lp_snf .box_3 .ttl_bar{
  text-align: left;
  position: relative;
}
.lp_snf .box_3 .ttl_bar::after{
  position: absolute;
  display: block;
  content: '';
  width: 78%;
  height: 3px;
  background-color: #fff;
  box-shadow:
    0 0 5px #fff,
    0 0 15px #fff,
    0 0 20px #fff;
  inset: 0;
  margin: auto 0 auto auto;
}
.lp_snf .box_3 p{
  letter-spacing: .05em;
  line-height: 1.65em;
  font-style: italic;
}
.lp_snf .box_3 a{
  display: block;
  text-align: center;
}
.lp_snf .box_3 p+p{
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_5{
    background-size: 180% auto;
  }
  .lp_snf .box_3{
    border: #fac2a9 solid 3px;
    border-radius: 20px;
  }
  .lp_snf .sec_5 .box_2 figure{
    width: 90%;
  }
  .lp_snf .sec_5 .box_2 .txt{
    width: 100%;
  }
  .lp_snf .sec_5 .box_2 .txt figure{
    padding-left: 2.5%;
  }
  .lp_snf .box_3 .ttl_bar{
    margin-top: 5%;
  }
  .lp_snf .box_3 .ttl_bar::after{
    width: 48%;
  }
  .lp_snf .box_3 p{
    width: 90%;
    margin: 0 auto;
  }
}
.lp_snf .sec_6{
  background: #101f3e url(../img/bg_4.jpg) no-repeat center top;
  padding: 5% 0;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_6{
    background-size: 110% auto;
  }
}
.lp_snf .sec_7{
  background: #101f3e url(../img/bg_5.jpg) no-repeat center top;
  padding: 8% 0;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_7{
    background-size: 110% auto;
  }
}
.lp_snf .sec_7 .box_cut{
  max-width: 640px;
  margin: 0 auto;
}
.lp_snf .sec_7 .box_cut figure{
  text-align: left;
}
.lp_snf .sec_7 .box_cut p{
  color: #fff;
}
.lp_snf .sec_8{
  background: #0a0026 url(../img/bg_6.jpg) no-repeat center top;
  padding: 8% 0;
}
@media screen and (max-width:767px) {
  .lp_snf .sec_8{
    background-size: 200% auto;
  }
}
.faq{
  line-height: 1.65em;
  border-radius: 10px;
}
.faq dt{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 1.2em 2.5em 1.2em 1.5em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  border: #fff solid 3px;
  border-radius: 16px;
  box-shadow:
  0 0 2px #35cd92,
  0 0 6px #35cd92,
  0 0 10px #35cd92,
  0 0 2px #35cd92 inset,
  0 0 6px #35cd92 inset,
  0 0 10px #35cd92 inset;
}
/*
.faq dt::after{
  display: block;
  content: '';
  position: absolute;
  width: .75em;
  height: .75em;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  inset: 0 0 0 0;
  margin: 1.25em auto auto 95%;
  transition-duration: .5s;
  transform: rotate(45deg);
}
.faq dt.active::after{
  transform: rotate(-135deg);
  margin-top: 1.5em;
}
*/
.faq dd{
  display: none;
  padding: 1.5em .5em 1em;
  margin-bottom: 2em;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.65em;
}
.faq dd:last-of-type{
  margin-bottom: 0;
}
.faq + .faq{
  margin-top: 3%;
}
@media screen and (max-width:768px) {
  .faq{
    font-size: 4.2vw;
  }
  .faq dt{
    text-align: center;
    background-size: 1em auto;
    background-position: .5em 1.2em;
    padding: 1em 2.5em 1em 1em;
    line-height: 1.3em;
    font-size: 4.3vw;
  }
  /*.faq dt::after{
    margin: auto auto auto 90%;
  }*/
  .faq dd{
    background-size: .9em auto;
    padding: 1em;
    background-position: .5em 1.2em;
    font-size: 4.3vw;
  }
}

.lp_snf .txt_box_tgl{
  max-height: 280px;
  position: relative;
  overflow: hidden;
}
.lp_snf .txt_box_tgl::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 166, 244, 0) 100%);
  inset: 0;
  margin: auto auto 0;
}
.lp_snf .txt_box_tgl.active::before{
  display: none;
}
.lp_snf .txt_box_tgl a.txt_btn{
  position: absolute;
  inset: 0 0 -10%;
  margin: auto auto 0;
  display: block;
  z-index: 2;
  height: fit-content;
}
.lp_snf .txt_box a img,
.lp_snf .txt_box_tgl a.txt_btn img{
  width: auto;
  max-width: 100%;
}
.lp_snf .txt_box_tgl.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-bottom: 0;
  transition-duration: 0.5s;
}
.lp_snf .txt_box_tgl.active a.txt_btn{
  position: relative;
}
.lp_snf .sec_4 .box_2 .txt_box_tgl::before {
  display: none;
}
.lp_snf .sec_4 .box_2 .txt_box_tgl a.txt_btn{
  position: relative;
  inset: 0;
}
@media screen and (max-width:767px) {
.lp_snf .txt_box_tgl a.txt_btn{
  bottom: 0;
}
}

.box_scratch {
  position: relative;
  max-width: 566px;
  margin: 5% auto;
}

.card_img img {
  display: block;
  width: 100%; /* 必要に応じて調整 */
  height: auto;
}

/* card_txt 絶対配置 + 中央揃え */
.card_txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/* card_tama 絶対配置 + 中央揃え */
.card_tama {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto;
  transform: translateX(-50%);
  display: none;
}

/* card_txt フェード点滅 */
.card_txt.fade-blink {
  animation: fadeBlink 1s ease-in-out infinite;
}

@keyframes fadeBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* card_tama 左右揺れ */
.card_tama.shake {
  animation: shake 0.5s infinite alternate;
}

@keyframes shake {
  0% { transform: translateX(-5%); }
  100% { transform: translateX(5%); }
}

/* tama子要素の切り替え */
.card_tama img {
  display: block;
}

.card_tama img.hidden {
  display: none;
}

.lp_footer{
  text-align: center;
  color: #fff;
}
.lp_footer a{
  color: #fff;
}

.BtnPagetop{
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 10%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.BtnPagetop a{
  display: block;
}
.BtnPagetop.show {
  opacity: 1;
  visibility: visible;
}

.BtnPagetop img{
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .BtnPagetop{
    width: 20%;
  }
}
