@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&Noto+Sans+JP:wght@100..900&Jost:ital,wght@1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 374px) {body {font-size: .9375em;}}
body * {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:visited,
a img,
a:before,
a:after {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.alC {
  text-align: center;
}
.alR {
  text-align: right;
}
.ilB {
  display: inline-block;
}

.pc,
.pcImg {
  display: none;
}

.wrapper {
  max-width: 1232px;
  margin: 0 auto;
}
.wrapperL {
  max-width: 1632px;
  margin: 0 auto;
  padding: 0 16px;
}

h1.mv img{
  width: 100%;
}

/***** gHeader *****/
.gHeader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 1000;
}

.gHeader .logo {
  width: 196px;
  margin-right: auto;
}

.gHeader .gNavToggle {
  display: block;
  position: relative;
  width: 35px;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.gHeader .gNavToggle:before,
.gHeader .gNavToggle:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #3FB0FC;
}
.gHeader .gNavToggle:before {
  box-shadow: #3FB0FC 0 -6px 0;
}
.gHeader .gNavToggle:after {
  box-shadow: #3FB0FC 0 6px 0;
}
.gHeader .gNavToggle.close:before {
  box-shadow: none;
  transform: rotate(45deg);
}
.gHeader .gNavToggle.close:after {
  box-shadow: none;
  transform: rotate(-45deg);
}

/***** gNav *****/
.gNav {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 32px 16px;
  overflow-y: auto;
  background-color: #fff;
}
.gNav .mainNav li a {
  position: relative;
  display: block;
  padding: 1em 0;
  font-size: 1.25em;
  color: #3FB0FC;
  font-weight: 900;
  z-index: 1;
}
.gNav .mainNav li a:hover {
  opacity: 1;
}
.gNav .mainNav li a.inactive {
  pointer-events: none;
  opacity: 0.3;
}

.gNav .snsNav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  column-gap: 2px;
}
.gNav .snsNav li {
  position: relative;
  flex: 1;
}
.gNav .snsNav li a {
  display: flex;
  align-items: center;
  height: 40px;
}

/***** gFooter *****/
.gFooter .fImapBoxnfo .logo {
  text-align: center;
}

.gFooter .mapBox h2 {
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 900;
}
.gFooter .mapBox .fInfoTxt p {
  border-bottom: 1px solid #fff;
  font-size: .909em;
  line-height: 2;
}
.gFooter .fInfo .snsNav {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.gFooter .mapBox .mapBox_inner {
  margin: 0 1em;
}
.gFooter .mapBox .mapBox_inner .logo,
.gFooter .mapBox .mapBox_inner h2 {
  text-align: center;
}
.gFooter .mapBox .mapBox_inner .fInfoTxt {
  margin-top: 1.5em;
}
.gFooter .mapBox .mapBox_inner .blueBtn {
  width: 320px;
  height: 58px;
  margin: 1em auto 1.455em;
  padding: .3em 0 .35em .967em;
  font-size: 1.25em;
  justify-content: inherit;
  border: 3px solid #3D3D3D;
}
.gFooter .mapBox .mapBox_inner .blueBtn::after {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border: 3px solid #3D3D3D;
}
.gFooter .mapBox .mapBox_inner .blueBtn:hover::after {
  top: 0;
  left: 0;
}
.gFooter .mapBox .mapBox_inner .blueBtn span {
  font-size: 1em;
}
.gFooter .mapBox .mapBox_inner .blueBtn span::after {
  width: 25px;
  height: 25px;
  top: .7em;
}

.gFooter .mapBox .snsNav {
  display: flex;
  align-items: center;
}
.gFooter .mapBox .snsNav li {
  margin-right: 16px;
}
.gFooter .mapBox .snsNav li:last-of-type {
  margin-right: 0;
}
.gFooter .mapBox small {
  font-size: .636em;
}
.gFooter .mapBox .mapBoxIframe {
  position: relative;
  width: 100%;
  height: 240px;
}
.gFooter .mapBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gFooter .mapBox .sns-copy {
  text-align: center;
  margin: 1.5em auto;
}
.gFooter .mapBox .sns-copy .snsNav {
  width: 100%;
  max-width: 127px;
  text-align: center;
  margin: auto;
}
.gFooter .mapBox .copy {
  line-height: 40px;
  text-align: center;
  font-size: .75em;
}
.gFooter .mapBox small {
  display: block;
  margin: 1.5em;
  text-align: center;
}

/***** mainContents *****/
.mainContents {
  overflow: hidden;
}
.mainContents p a,
.mainContents dd a {
  text-decoration: underline;
}
.contBox {
  padding-top: 57px;
}
.contBox h2 {
  margin-bottom: 32px;
  line-height: 0;
  text-align: center;
}
.contBox h3 {
  position: relative;
  margin-bottom: 40px;
  line-height: 0;
  text-align: center;
}
.contBox h3 span {
  position: absolute;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  padding: 0 .4em 2px;
  font-weight: 900;
  transform: translate(-50%);
}
.contBox h4.styh4 {
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content;
  min-width: 300px;
  line-height: 1.5;
  margin: 0 auto 32px;
  padding: .6667em 0;
  border: solid #fff;
  border-width: 3px 0;
  font-size: 1.5em;
  font-weight: 900;
  color: #323137;
  text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 374px) {
  .contBox h4.styh4 {
    min-width: 100%;
    text-align: center;
    font-size: 1.3em;
  }
}
.contBox h4.styh4::before,
.contBox h4.styh4::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  position: absolute;
}
.contBox h4.styh4::before {
  left: 0;
  top: -11px;
  background-color: #E60012;
}
.contBox h4.styh4::after {
  right: 0;
  bottom: -11px;
  background-color: #504B6B;
}

.contBox a {
  text-decoration: underline;
}

.mvBox {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.mvBox h1 img {
  width: 100%;
}
.bnrList {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 16px 16px 0;
}

/***** contents title *****/
.con_tit {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3.125em;
  color: #FFE923;
  -webkit-text-stroke: 1px #3FB0FC;
  text-shadow: 2px 4px 0px #3FB0FC;
}
.con_tit .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/***** btn title *****/
.blueBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.45em 0;
  border: 2px solid #3D3D3D;
  border-radius: 4px;
  background-color: #0098FF;
  transition: all 1s ease;
}
.blueBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-text-stroke: 1px #3D3D3D;
  color: #fff;
  font-size: 1.25em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: all .4s ease;
}
.blueBtn::after {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 4px;
  border: 2px solid #3D3D3D;
  border-radius: 4px;
  background-color: #FFE923;
  z-index: -1;
  transition: all .4s ease;
}
.blueBtn:hover {
  top: 0px;
  left: 0px;
  border: 2px solid #3D3D3D;
  border-radius: 4px;
  background-color: #FFE923;
  transition: all .4s ease;
}
.blueBtn:hover::after {
  opacity: 1;
  top: -1.5px;
  left: -1.5px;
  transition: all .4s ease;
}

.arw span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/ico-arw_w.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  top: 0;
  right: 14px;
}
.arw2 span {
  padding-left: 22px;
}
.arw2 span::before {
  position: absolute;
  content: '';
  background-image: url(../images/ico-arw_w.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  top: 0;
  left: 0;
  transform:rotate(90deg);
}

/***** anchor *****/
.acr{
  display: block;
}
.raceBox .acr{
  padding-top: 1.7em;
  margin-top: -1.2em;
}
.eventBox .acr{
  padding-top: 2em;
  margin-top: -2em;
}
.foodBox .acr{
  padding-top: 8em;
    margin-top: -8em;
}
@media screen and (min-width: 768px) {
  .foodBox .acr{
    padding-top: 2em;
    margin-top: -2em;
  }
}
.campBox .acr{
  padding-top: 2em;
  margin-top: -2em;
}

/***** rankingBtn *****/
.blueContBtn {
  width: 93.33vw;
  height: 21.33vw;
  padding: 1em;
  margin: 0 1em;
  text-align: center;
}
.blueContBtn span {
  letter-spacing: 0;
  font-size: 1.25em;
}
.blueContBtn::after {
  width: 93.33vw;
  height: 21.33vw;
}
.blueContBtn + .blueContBtn {
  margin-top: .7em;
}
.race03 .blueContBtn {
  margin-left: 0;
}


/***** ticketBtn *****/
.gHeader .ticketBtn {
  top: -1px;
  width: 105px;
  height: 40px;
  padding: 0;
  font-size: .7em;
}
.gHeader .ticketBtn::after {
  width: 105px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .gHeader .ticketBtn {margin-right: 26px;}
}

/***** con_txt *****/
.con_txt {
  padding: 0 1em;
  line-height: 2;
}
.con_txt h4 {
  padding-top: .3em;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 900;
  text-shadow: 4px 4px 0px #fff;;
  color: #3FB0FC;
}
.con_txt p {
  margin-top: 1em;
}

/***** localNav *****/
.localNav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  padding: 0 1em;
  margin: 0 auto 3em;
  z-index: 3;
}
.localNav li {
  width: 80px;
  height: 40px;
}
.localNav li a {
  padding: 0;
  width: 80px;
  height: 40px;
  border: 2px solid #3D3D3D;
}
.localNav li a::after {
  width: 80px;
  height: 40px;
  top: 3px;
  left: 3px;
}
.localNav li a span {
  font-size: 1em;
}
.localNav li a span::before {
  width: 16px;
  height: 16px;
  top: 13px;
  left: 8px;
}

/***** raceBox *****/
.raceBox {
  padding-bottom: 10em;
  background-image: url(../images/bg_sp.jpg);
}
.raceBox h2 {
  position: relative;
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  padding: 1.5em 0 1em;
  text-align: center;
  z-index: 1;
}
.raceBox h2::before {
  position: absolute;
  content: '';
  display: block;
  width: 105%;
  height: 105%;
  background-image: url(../images/bg_tit_top_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -6.7vw;
  left: -0.1vw;
  z-index: -1;
}
.raceBox .raceBoxItem {
  position: relative;
  z-index: 1;
  margin-top: 1em;
}
.raceBox .raceBoxItem.race02 .blueBtn {
  margin: 1.5em .8em 3em;
  padding: 1.3535em 0;
  border: 3px solid #3D3D3D;
  font-size: 1.1em;
}
.raceBox .raceBoxItem.race02 .blueBtn::after {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border: 3px solid #3D3D3D;
}
.raceBox .raceBoxItem.race02 .blueBtn:hover::after {
  top: 0;
  left: 0;
}
.raceBox .raceBoxItem.race02 .blueBtn.arw span::after {
  width: 25px;
  height: 25px;
  top: 23px;
}

.raceBox .raceBoxItem.race03 .blueBtn:first-of-type {
  margin: 1.5em 0 .5em;
}
.raceBox .raceBoxItem.race03 .blueBtn {
  margin: 1.5em 0 3em;
  padding: 1.3535em 0;
  padding: .8em;
  border: 3px solid #3D3D3D;
  font-size: 1.25em;
}
.raceBox .raceBoxItem.race03 .blueBtn::after {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border: 3px solid #3D3D3D;
}
.raceBox .raceBoxItem.race03 .blueBtn:hover::after {
  top: 0;
  left: 0;
}
.raceBox .raceBoxItem.race03 .blueBtn.arw span::after {
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
}

.raceBox .raceBoxItem .kushiSticker {
  width: 480px;
  margin-top: 32px;
  padding: 16px;
  border: 4px solid #FFE923;
  border-radius: 24px;
  background-color: rgba(63,176,252, .3);
}
.raceBox .raceBoxItem .kushiSticker figure {
  line-height: 1;
  width: 90%;
  margin: 0 auto;
}
.raceBox .raceBoxItem .kushiSticker figcaption {
  text-align: right;
  font-size: .75em;
}
.raceBox .raceBoxItem .kushiSticker p {
  font-size: .8em;
}

/***** eventBox *****/
.eventBox {
  margin-top: -10.6em;
  padding: 6em 0 9em 0;
  background-color: #FFF495;
}
@media screen and (max-width: 768px) {
  .eventBox {
    clip-path: polygon(0 130px, 100% 0, 100% calc(100% - 0px), 0 100%);
  }
}
.eventBox .con_txt {
  padding: 0;
}
.eventBox .event02 .con_txt {
  position: relative;
}
.eventBox .event_inner {
  padding: 0 1em;
}
.eventBox .event_inner div {
  margin-top: 1em;
}
.eventBox .event_inner .event02 {
  margin-top: 2em;
}
.eventBox .event_inner div figure {
  position: relative;
  width: 100%;
  max-width: 592px;
  margin: auto;
  text-align: center;
}

.cs {
  width: 90%;
  margin: 2.5em auto .5em;
  text-align: center;
}

/***** foodBox *****/
.foodBox {
  margin-top: -9.5em;
  background-color: #CFECFF;
  clip-path: polygon(0 0px, 100% 145px, 100% calc(100% - 145px), 0 100%);
}
.foodBox .foodBox_inner {
  margin-bottom: 1.8181em;
}

/***** campBox *****/
.campBox h3 {
  margin-bottom: 0.64em;
}
.campBox .campBox_inner p {
  margin-bottom: 1.8181em;
}
.campBox .campBox_inner figure {
  padding: 0 1em 2em;
}

/***** fmfBox *****/
.fmfBox {
  background-image: url(../images/fmf_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0px, 100% 100px, 100% calc(100% - 1px), 0 100%);
  overflow: hidden;
}
.fmfBox h2 {
  width: 100%;
  max-width: 780px;
  margin-bottom: 57vw;
  padding-top: 1.8em;
}
@media screen and (min-width: 768px) and (max-width: 1850px) {
  .fmfBox h2 {
    width: 100%;
    max-width: 717px;
  }
}
.fmfBox .fmfBox_inner {
  width: 100%;
  max-width: 91.47vw;
  margin: 1em auto 0;
  padding: 1em;
  background-color: #fff;
}
.fmfBox .fmfBox_inner h3 {
  margin-top: 2em;
}
.fmfBox .fmfBox_inner figure {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.fmfBox .fmfBox_inner .con_txt {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.75;
  z-index: 1;
}
.fmfBox .fmfBox_inner .con_txt p {
  margin: 0 0 1.5em;
}
.fmfBox .fmfBox_inner .con_txt .blueBtn {
  padding: 0.844em 0;
  border: 3px solid #3D3D3D;
}
.fmfBox .fmfBox_inner .con_txt .blueBtn::after {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border: 3px solid #3D3D3D;
}
.fmfBox .fmfBox_inner .con_txt .blueBtn:hover::after {
  top: 0;
  left: 0;
}
.fmfBox .fmfBox_inner .con_txt .blueBtn span {
  line-height: 1.2;
}
.fmfBox .fmfBox_inner .con_txt .blueBtn.arw span::after {
  width: 25px;
  height: 25px;
  top: 1.5em
}

/***** snsBox *****/
.snsBox {
  position: relative;
  padding: 40px 16px;
}

.snsBox .xBox {
  margin-bottom: 24px;
  padding: 4px;
  background-color: #292929;
  border-radius: 4px;
}
.snsBox .xBox h2 {
  line-height: 0;
  padding: 16px 0 19.5px;
  text-align: center;
}
.snsBox .xBox .xTimeline {
  padding: 2px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .snsBox .xBox .xTimeline {
    height: 250px!important;
    overflow: hidden;
  }
}
  
.snsBox .snsLinkList li:not(:last-child) {
  margin-bottom: 16px;
}
.snsBox .snsLinkList li a {
  display: flex;
  position: relative;
  max-width: 556px;
  height: 80px;
  margin: 0 auto;
  padding: 2px;
  text-decoration: none;
  border: 3px solid #3D3D3D;
  border-radius: 4px;
}
.snsBox .snsLinkList li a::after {
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border: 3px solid #3D3D3D;
}
.snsBox .snsLinkList li a:hover::after {
  top: 0;
  left: 0;
}
.snsBox .snsLinkList li a.ig {background: linear-gradient(90deg, #6A1EF5 0%, #CE2BCC 40%, #E8562F 60%, #F7D447 100%);}
.snsBox .snsLinkList li a.fb {background-color: #0766ff;}
.snsBox .snsLinkList li a.yt {background-color: #ff0000;}
.snsBox .snsLinkList li a span {
  width: 100%;
  padding-right: 25px;
  font-size: 1.5em;
  transition: background-color .4s ease;
}
.snsBox .snsLinkList li a span::after {
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  right: 1.32em;
}
.snsBox .snsLinkList li a span img {margin-right: 12px;}
.snsBox .snsLinkList li a:hover {opacity: 1;}
.snsBox .snsLinkList li a:hover::before {left: -13px;}
.snsBox .snsLinkList li a:hover span {background-color: transparent;}


/***** faqBox *****/
.faqBox {
  position: relative;
  padding: 2.5em 0 5em;
  background-image: url(../images/bg_tit_bottom.png),  url(../images/bg_faq_pc.jpg);
  background-size: 123% auto, 93px 108px;
  background-repeat: no-repeat, repeat;
  background-position: 0 top;
}
.faqBox h2 {
  width: 100%;
  max-width: 312px;
  margin-bottom: 1.5em;
  padding: 0.875em;
  text-align: left;
}
.faqBox .faqList {
  position: relative;
  padding: 0 1em;
}
.faqBox .faqList::after {
  content: '';
  display: block;
  width: 64px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 2;
}
.faqBox .faqList dt {
  position: relative;
  line-height: 1.5;
  padding: .5em 32px .5em 64px;
  font-size: 1.25em;
  font-weight: 700;
  cursor: pointer;
  transition: text-shadow .4s ease;
  background-color: #fff;
  box-shadow: 8px -8px #D0ECFE;
}
.faqBox .faqList dt:hover {
  text-shadow: rgba(255,255,255,.5) 0 0 8px;
}
.faqBox .faqList dt:hover::before {background-color: #fff;}
.faqBox .faqList dd + dt {
  margin-top: 1.3em;
}
.faqBox .faqList dt .toggle {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
}
.faqBox .faqList dt .toggle:before,
.faqBox .faqList dt .toggle:after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  background-color: #3FB0FC;
  transition: background-color .4s ease;
}
.faqBox .faqList dt .toggle:after {transform: rotate(90deg);}
.faqBox .faqList dt:hover .toggle:before,
.faqBox .faqList dt:hover .toggle:after {background-color: #3FB0FC;}
.faqBox .faqList dt.close .toggle:after {display: none;}
.faqBox .faqList dd {
  position: relative;
  line-height: 1.8125;
  padding: .8em .5em .8em 64px;
  background-color: #fff;
  box-shadow: -8px 8px #FFE92A;
}
.faqBox .faqList dt .icoQ,
.faqBox .faqList dd .icoA {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  font-family: "Racing Sans One", sans-serif;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 4px 4px 0 rgba(255,255,255,1);
  z-index: 2;
}
.faqBox .faqList dt .icoQ {
  top: 0;
  bottom: 10px;
  color: #3FB0FC;
  -webkit-text-stroke: .5px #FFE92A;
  text-shadow: 4px 4px 0 rgba(255,233,35,1);
}
.faqBox .faqList dd .icoA {
  color: #FFE923;
  -webkit-text-stroke: .5px #3FB0FC;
  text-shadow: 4px 4px 0 rgba(63,176,252,1);
  top: 24px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1264px;
    font-size: 1.25em;
  }

  .pc {
    display: block;
  }
  .pcImg {
    display: inline;
  }
  .sp,
  .spImg {
    display: none;
  }

  .mvBox {
    padding-top: 80px;
  }

  /***** gHeader *****/
  .gHeader {
    min-width: 1264px;
    justify-content: flex-end;
    align-items: normal;
    width: 100%;
    height: 80px;
    padding: 11px 36px 7px 0;
    box-shadow: rgba(0,0,0,.48) 0 0 8px;
  }

  .gHeader .logo {
    width: 300px;
    align-self: center;
  }

  .gHeader .ticketBtn {
    flex-direction: column;
    width: 204px;
    height: 58px;
    padding-left: 0;
  }
  .gHeader .ticketBtn span {
    column-gap: 8px;
    height: 100%;
    padding-right: 0;
    font-size: 18px;
  }
  .gHeader .ticketBtn span img {
    width: 32px;
  }
  .gHeader .ticketBtn::before {
    top: calc(50% - 42.35px);
    left: auto;
    right: -43px;
    width: 84.7px;
    height: 84.7px;
  }
  .gHeader .ticketBtn::after {
    width: 204px;
    height: 58px;
  }
  .gHeader .gNavToggle {display: none;}


  /***** gNav *****/
  .gNav {
    display: flex;
    align-items: normal;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0;
    overflow-y: hidden;
  }

  .gNav .mainNav {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex: 1;
    margin-right: 20px;
  }
  .gNav .mainNav li {
    display: flex;
    align-items: stretch;
  }
  .gNav .mainNav li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
    font-size: 20px;
  }
  @media screen and (max-width: 1330px) {
    .gNav .mainNav li a {
      font-size: 16px;
    }
  }
  .gNav .mainNav li a:hover::after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 20px);
    height: 8px;
    bottom: 19px;
    background-color: yellow;
    z-index: -1;
  }

  .gNav .snsNav {
    width: 140px;
    margin: 0;
  }
  .gNav .snsNav li {
    width: 59px;
    flex: auto;
  }
  .gNav .snsNav li a {
    padding-left: 0;
    height: 100%;
  }

  /***** gFooter *****/
  .gFooter .fInfo h2 {
    font-size: 1em;
  }
  .gFooter .fInfo .fInfoTxt {
    display: flex;
    max-width: 1080px;
    margin: 0 auto 64px;
    font-size: .909em;
  }
  .gFooter .fInfo .fInfoTxt > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
  } 
  .gFooter .fInfo .fInfoTxt p {
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: none;
    }
  
  .gFooter .mapBox {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    align-items: stretch;
    width: 100%;
  }
  .gFooter .mapBox .mapBox_inner {
    width: 50%;
    max-width: 800px;
    padding: 0 1em 0 0;
  }
  .gFooter .mapBox .mapBox_inner .logo {
    text-align: left;
  }
  .gFooter .mapBox .mapBox_inner h2 {
    margin-left: 2.2em;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
  }
  .gFooter .mapBox .mapBox_inner .fInfoTxt {
    margin-top: .8em;
    margin-left: 2.3em;
  }
  .gFooter .mapBox .mapBox_inner .blueBtn {
    margin: 1em 0 1.455em;
    border: 3px solid #3D3D3D;
    font-size: 1.4em;
  }
  .gFooter .mapBox .mapBox_inner .blueBtn span {
    font-size: .643em;
  }
  .gFooter .mapBox .mapBox_inner .blueBtn::after {
    width: 320px;
    height: 58px;
    top: 4px;
    left: 4px;
    border: 3px solid #3D3D3D;
  }
  .gFooter .mapBox .mapBox_inner .blueBtn span::after {
    width: 25px;
    height: 25px;
    top: .75em;
  }
  .gFooter .mapBox .mapBox_inner .blueBtn:hover::after {
    top: -.11em;
    left: -.1em;
  }
  .gFooter .mapBox .mapBox_inner  .mapBoxIframe {
    width: auto;
    max-height: 240px;
    margin-left: 2.3em;
  }
  .gFooter .mapBox .sns-copy {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.3em;
  }
  .gFooter .mapBox .sns-copy .snsNav {
    margin: 0;
  }
  .gFooter .mapBox small {
    text-align: right;
  }

  .gFooter .mapBox .map_img {
    width: 50%;
  }
  .gFooter .mapBox .map_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /***** mainContents *****/
  .mainContents {
    overflow: hidden!important;
  }

  .blueBtn span {
    -webkit-text-stroke: 1.5px #3d3d3d;
  }
  
  .contBox {
    padding-top: 160px;
  }
  .contBox h2 {
    margin-bottom: 80px;
  }
  .contBox h3 {
    margin-bottom: 48px;
  }
  .contBox h3 img {
    width: auto;
  }
  .contBox h3 span {
    padding: 0 .8em 2px;
    font-size: .9090em;
  }
  .contBox h4.styh4 {
    margin-bottom: 56px;
    padding: .3636em 0;
    font-size: 1.8181em;
  }

  /***** contents title *****/
  .con_tit {
    font-size: 4.5454545em;
    -webkit-text-stroke: 2px #3FB0FC;
    text-shadow: 5px 5px 0px #3FB0FC;
  }
  
  /***** rankingBtn *****/
  .blueContBtn {
    width: 100%;
    height: 72px;
    padding: 1em;
    margin: 0;
    text-align: center;
  }
  .blueContBtn span {
    letter-spacing: 0;
    font-size: 1.25em;
  }
  .blueContBtn::after {
    width: 100%;
    height: 72px;
  }
  .blueContBtn + .blueContBtn {
    margin-top: .7em;
  }
  .race03 .blueContBtn {
    margin-left: 0;
  }

  /***** localNav *****/
  .localNav {
    margin: 0 auto 4em;
  }
  .localNav li {
    width: 160px;
    height: 58px;
  }
  .localNav li a::after {
    width: 160px;
    height: 56px;
    top: 4px;
    left: 4px;
  }
  .localNav li a {
    width: 160px;
    height: 56px;
  }
  .localNav li a span {
    font-size: 1.25em;
  }
  .localNav li a span::before {
    width: 32px;
    height: 32px;
    top: 10px;
    left: 14px;
  }

  /***** raceBox *****/
  .raceBox {
    background-image: url(../images/bg_pc.jpg);
    padding-bottom: 400px;
  }
  .raceBox h2::before {
    position: absolute;
    content: '';
    width: 1533px;
    height: 544px;
    background-image: url(../images/bg_tit_top_pc.png);
    background-repeat: no-repeat;
    top: -3.5em;
    left: -15.1em;
  }
  .raceBox h2 {
    width: 100%;
    max-width: 1200px;
    padding: 4em 1em 0;
    margin: 0 auto 2em;
  }
  .raceBox h3#liveBox_acr img,
  .raceBox h3#kushifesBox_acr img {
    width: auto;
  }
  .raceBox .raceBox-inner {
    display: flex;
    align-items: center;
  }
  .raceBox .raceBox-inner figure {
    width: 63.541%;
  }
  .raceBox .raceBox-inner figure img {
    width: 100%;
  }
  .raceBox .raceBox-inner .con_txt {
    width: 400px;
    line-height: 2;
    font-weight: 200;
    font-size: 20px;
  }
  .raceBox .raceBox-inner .con_txt h4 {
    font-size: 2em;
  }
  .raceBox .raceBox-inner .con_txt h4.sTit {
    font-size: 1.63em;
  }
  .raceBox .raceBox-inner .con_txt h4.sTit span {
    font-size: .7em;
    font-weight: 700;
  }
  .raceBox .race01 .con_txt {
    margin-top: -2em;
    margin-left: -4em;
  }
  .raceBox .race01.liveBox .con_txt {
    margin-left: -2em;
  }
  .raceBox .race02 .raceBox-inner {
    flex-direction: row-reverse;
  }
  .raceBox .race02 .con_txt {
    margin-top: 2em;
    margin-right: -3.5em;
    z-index: 1;
  }
  .raceBox .race03 .con_txt {
    margin-top: 3em;
    margin-left: -4em;
  }
  .raceBox .race03 .con_txt p {
    margin-bottom: 2em;
  }
  /* btn */
  .raceBox .raceBoxItem {
    position: relative;
    z-index: 2;
  }
  .raceBox .raceBoxItem .blueBtn {
    margin: 1.5em 1em 3em;
    padding: 1.2em 0 1.25em;
    border: 3px solid #3D3D3D;
    letter-spacing: -2px;
  }
  .raceBox .raceBoxItem .blueBtn::after {
    border: 3px solid #3D3D3D;
  }
  .raceBox .raceBoxItem .blueBtn span {
    -webkit-text-stroke: 2px #3D3D3D;
    padding-right: 45px;
  }

  .raceBox .raceBoxItem.race02 .blueBtn {
    width: 640px;
    height: 122px;
    margin: auto;
    font-size: 1.8em;
    margin-top: -3.5em;
  }
  @media screen and (max-width: 1750px) {
    .raceBox .raceBoxItem.race02 .blueBtn {
      margin-top: -.7em;
    }
  }
  .raceBox .raceBoxItem.race02 .blueBtn::after {
    width: 640px;
    height: 122px;
  }
  .raceBox .raceBoxItem.race02 .blueBtn:hover {
    padding: 1.2em 0 1.25em;
  }
  .raceBox .raceBoxItem.race02 .blueBtn:hover::after {
    top: -2.5px;
    left: -2.6px;
  }
  .raceBox .raceBoxItem.race02 .blueBtn.arw span::after {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    right: .85em;
  }

  .raceBox .raceBoxItem.race03 {
    margin-top: 3.5em;
  }
  .raceBox .raceBoxItem.race03 .blueBtn {
    width: 392px;
    height: 72px;
    margin: 0 auto 1em;
    padding: .3em 0 .35em;
    font-size: 1.4em;
  }
  .raceBox .raceBoxItem.race03 .blueBtn:first-of-type {
    margin: 1.5em 0 1em;
  }
  .raceBox .raceBoxItem.race03 .blueBtn::after {
    width: 392px;
    height: 72px;
  }
  .raceBox .raceBoxItem.race03 .blueBtn:hover { 
    padding: .3em 0 .35em;
  }
  .raceBox .raceBoxItem.race03 .blueBtn:hover::after {
    top: -3px;
    left: -2.8px;
  }
  .raceBox .raceBoxItem.race03 .blueBtn.arw span::after {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    right: .642856em;
  }
  
  /***** eventBox *****/
  .eventBox {
    position: relative;
    margin-top: 0;
    padding: 0 0 0 0;
    height: 2000px;
  }
  .eventBox::before {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 400px solid #FFF495;
    border-left: 1232px solid transparent;
    margin-top: -400px;
  }
  .eventBox::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/bg_event.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -25em;
    top: -27vw;
    right: -3em;
    z-index: 1;
  }
  .eventBox .wrapper {
    width: 100%;
    position: absolute;
    top: -200px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .eventBox .con_tit {
    margin-bottom: 60px;
  }

  .eventBox .event_inner {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .eventBox .event_inner .con_txt h4 {
    font-size: 2em;
  }
  .eventBox .event_inner .con_txt h4.sTit {
    font-size: 1.6em;
  }
  .eventBox .event_inner > div {
    display: flex;
  }
  .eventBox .event_inner > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .eventBox .event_inner div figure {
    margin: inherit;
  }
  .eventBox .event_inner div:nth-child(2n) figure::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/event_ico.png);
    background-repeat: no-repeat;
    height: 1055px;
    top: -7em;
    left: 24em;
    right: -14em;
    z-index: 1;
  }
  .eventBox .event_inner .con_txt {
    width: 100%;
    max-width: 530px;
    font-size: 1em;
  }

  .eventBox .event_inner .eventItem:nth-child(1n) .con_txt {
    margin-left: 1em;
  }
  .eventBox .event_inner .eventItem:nth-child(2n) .con_txt {
    margin-right: 1em;
  }

  .eventBox .event_inner .event01 .con_txt {
    margin-top: 5.09em;
  }
  .eventBox .event_inner .event02 {
    position: relative;
    z-index: 1;
  }
  .eventBox .event_inner .event02 .con_txt {
    margin-top: 7em;
    width: 450px;
  }
  .eventBox .event_inner::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/bg_event2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1912px;
    height: 100%;
    bottom: -50em;
    left: -15em;
    z-index: -1;
  }
  .eventBox .event_inner .event03 .con_txt {
    margin-top: 5em;
  }


  /***** foodBox *****/
  .foodBox {
    position: relative;
    margin-top: -300px;
    background-color: #CFECFF;
    clip-path: polygon(0 0px, 100% 300px, 100% calc(100% - 300px), 0 100%);
    z-index: 10;
  }
  .foodBox .foodBox_inner {
    display: flex;
    align-items: center;
  }
  .foodBox .foodBox_inner .con_tit {
    padding-top: 1.5em;
    text-align: left;
  }
  .foodBox .food_img {
    width: 50%;
    line-height: 0;
  }
  .foodBox .food_img img {
    width: 100%;
  }
  .foodBox .con_txt h4 {
    font-size: 2em;
  }
  .foodBox .con_txt p {
    width: 100%;
    max-width: 400px;
  }
  .foodBox .con_txt {
    margin-left: 4em;
    position: relative;
    z-index: 1;
  }

  /***** campBox *****/
  .campBox {
    position: relative;
    padding: 0 1.8181em;
    background-color: #fff;
    height: 600px;
  }
  .campBox .wrapper {
    position: absolute;
    max-width: 1670px;
    top: -6em;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .campBox h3 {
    margin-bottom: 72px;
  }
  .campBox .con_txt h4 {
    font-size: 2em;
  }
  .campBox .camp01 {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .campBox .camp01 .con_txt {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: 3em;
  }
  .campBox .camp01 .con_txt h4 {
    margin-bottom: 117px;
    text-align: right;
  }
  .campBox .campBox_inner figure {
    padding: 0;
    width: 50%;
  }

  /***** fmfBox *****/
  .fmfBox {
    background-image: url(../images/fmf_bg_pc.jpg);
    background-repeat: no-repeat;
    clip-path: polygon(0 0px, 100% 400px, 100% calc(100% - 1px), 0 100%);
  }
  .fmfBox h2 {
    padding-top: 3em;
    margin-left: 1em;
    margin-bottom: 24em;
  }
  .fmfBox .fmfBox_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 1.8181em 1.8181em 0 1.8181em;
    background-color: #fff;
  }
  .fmfBox .fmfBox_inner h3 {
    margin: 0 0 25px -8px;
  }
  .fmfBox .fmfBox_inner figure {
    width: 100%;
    max-width: 560px;
    margin: 0;
  }
  .fmfBox .fmfBox_inner .con_txt {
    width: 100%;
    max-width: 510px;
    padding: 0;
    margin: 10px 10px 0;
    line-height: 1.85;
    z-index: 1;
  }
  .fmfBox .fmfBox_inner .con_txt p {
    margin-bottom: 24px;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn {
    width: 462px;
    height: 72px;
    margin: 0;
    padding: .3em 0 .35em .967em;
    font-size: 1.4em;
    justify-content: inherit;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn:hover { 
    padding: .3em 0 .35em .967em;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn::after {
    width: 462px;
    height: 72px;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn:hover::after {
    top: -3px;
    left: -3px;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn span {
    font-size: .85715em;
  }
  .fmfBox .fmfBox_inner .con_txt .blueBtn.arw span::after {
    width: 35px;
    height: 35px;
    top: .65em;
    right: .642856em;
  }

  /***** snsBox *****/
  .snsBox {
    padding: 160px 0;
  }
  .snsBox .wrapper {
    display: flex;
    column-gap: 80px;
  }

  .snsBox .xBox {
    max-width: 560px;
    margin-bottom: 0;
  }
  .snsBox .xBox .xTimeline iframe {
    height: 376px!important;
  }

  .snsBox .snsLinkList {
    flex: 1;
  }
  .snsBox .snsLinkList li:not(:last-child) {
    margin-bottom: 35px;
  }
  .snsBox .snsLinkList li a {
    width: 560px;
    height: 122px;
    margin: 0;
    font-size: 1.8em;
  }
  .snsBox .snsLinkList li a::after {
    width: 556px;
    height: 122px;
    border: 3px solid #3D3D3D;
  }

  .snsBox .snsLinkList li a span::after {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    right: 1.32em;
  }
.snsBox .snsLinkList li a span img {margin-right: 16px; width: 40px;}
.snsBox .snsLinkList li a:hover::after {
  top: -2.5px;
  left: -2.7px;
}


/***** faqBox *****/
  .faqBox {
    padding: 106px 0 160px;
    background-size: 46%, contain;
    background-position: 40px top;
  }
  .faqBox h2 {
    max-width: 565px;
  }
  .faqBox .faqList::after {
    width: 124px;
    height: 40px;
    bottom: -40px;
  }
  .faqBox .faqList dt {
    padding: .5em 64px .5em 124px;
    font-size: 1.415em;
  }
  .faqBox .faqList dd + dt {
    margin-top: 40px;
  }
  .faqBox .faqList dt .toggle {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: 24px;
  }
  .faqBox .faqList dt .toggle:before,
  .faqBox .faqList dt .toggle:after {
    width: 32px;
    left: calc(50% - 16px);
  }
  .faqBox .faqList dd {
    padding: .727em .727em .727em 124px;
  }
  .faqBox .faqList dt .icoQ,
  .faqBox .faqList dd .icoA {
    top: -8px;
    left: 0;
    width: 95px;
    height: 78px;
    font-size: 48px;
  }



}


@media screen and (min-width: 1232px) {
  .raceBox .race02 {
    margin-top: -3em;
  }
  .eventBox::before {
    border-left: 100vw solid transparent;
  }
}


@media screen and (min-width: 1580px) {
  .gHeader .logo {
    width: 262px;
  }
  .gNav .mainNav li a {
    padding: 0 20px;
  }
  .gNav .mainNav li a:hover::after {
    width: calc(100% - 40px);
  }


}
