/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
html {
  scroll-behavior: smooth;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  margin: unset !important;
}
main a {
  text-decoration: none;
  transition: 0.2s;
}
main a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.dispPC {
  display: none;
}
@media only screen and (min-width: 988px) {
  .dispPC {
    display: block;
  }
}

.dispSP {
  display: block;
}
@media only screen and (min-width: 988px) {
  .dispSP {
    display: none;
  }
}

.contents {
  font-family: "noto sans jp", sans-serif;
}

.kv-area img {
  width: 100%;
}

.slide_anchor-link {
  padding-block: 40px;
}
@media only screen and (max-width: 988px) {
  .slide_anchor-link {
    pbadding-block: 20px;
    position: relative;
  }
}
.slide_anchor-link .slide_anchor-link__list {
  max-width: 1000px;
  margin-inline: auto;
}
.slide_anchor-link .slide_anchor-link__list li {
  width: 430px;
  margin-inline: 20px;
}
@media only screen and (max-width: 988px) {
  .slide_anchor-link .slide_anchor-link__list li {
    width: 260px !important;
    margin-inline: 10px;
  }
}
.slide_anchor-link .slide_anchor-link__list li img {
  width: 100%;
}
.slide_anchor-link .slick-prev,
.slide_anchor-link .slick-next {
  position: absolute !important;
  top: calc(50% - 30px);
  z-index: 3;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: auto;
  height: auto;
}
@media only screen and (max-width: 988px) {
  .slide_anchor-link .slick-prev,
  .slide_anchor-link .slick-next {
    top: calc(50% - 12px);
  }
}
.slide_anchor-link .slick-prev {
  left: -110px;
}
.slide_anchor-link .slick-next {
  right: -110px;
}
@media only screen and (max-width: 988px) {
  .slide_anchor-link .slick-list {
    margin-inline: auto;
    width: 80%;
  }
  .slide_anchor-link .slick-prev {
    width: 24px;
    left: 5px;
  }
  .slide_anchor-link .slick-next {
    width: 24px;
    right: 5px;
  }
}

.lead_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/lead_bg_pc.jpg");
  background-size: contain;
  background-color: #002d55;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding-block: 35px;
  border-top: 20px solid #002d55;
  border-bottom: 10px solid #002d55;
}
@media only screen and (max-width: 988px) {
  .lead_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/lead_bg_sp.jpg");
    gap: 4.63vw;
    padding-bottom: 6.48vw;
  }
}
.lead_area p {
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-inline: auto;
}
@media only screen and (max-width: 988px) {
  .lead_area p {
    font-size: 3.43vw;
    line-height: 2;
  }
}
.lead_area p span {
  background-color: rgba(255, 135, 9, 0.9);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.lead_area img {
  width: 750px;
  margin-inline: auto;
  display: block;
}
@media only screen and (max-width: 988px) {
  .lead_area img {
    width: 90%;
  }
}

.sec_style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 50px 100px;
}
@media only screen and (max-width: 988px) {
  .sec_style {
    padding-block: 40px 80px;
  }
}

.sec_h3 {
  font-size: 80px;
  text-align: center;
  margin-bottom: 50px;
  color: #002d55;
  font-family: "DRIBBLE_font", sans-serif;
  background-image: url("/assets/img/fan/kokohashizuoka20260524/ttl_bg_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 988px) {
  .sec_h3 {
    font-size: 48px;
    margin-bottom: 40px;
    background-image: url("/assets/img/fan/kokohashizuoka20260524/ttl_bg_sp.png");
  }
}

.sec_contents {
  max-width: 1080px;
  margin-inline: auto;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px;
}
@media only screen and (max-width: 988px) {
  .sec_contents {
    width: calc(100% - 50px);
    padding: 5px;
  }
}
.sec_contents + .sec_h3 {
  margin-top: 150px;
}
@media only screen and (max-width: 988px) {
  .sec_contents + .sec_h3 {
    margin-top: 60px;
  }
}

.sec_contents_inner {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #FF8709;
  padding-block: 55px 65px;
}
@media only screen and (max-width: 988px) {
  .sec_contents_inner {
    padding-block: 30px 50px;
  }
}

.sec_contents_inner_padding {
  padding-inline: 90px;
}
@media only screen and (max-width: 988px) {
  .sec_contents_inner_padding {
    padding-inline: 22px;
  }
}

.sec_txt {
  font-size: 18px;
  line-height: 2;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .sec_txt {
    font-size: 14px;
  }
}
.sec_txt small {
  font-size: 14px;
}
@media only screen and (max-width: 988px) {
  .sec_txt small {
    font-size: 12px;
  }
}

.sec_txt_l {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 2;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .sec_txt_l {
    font-size: 20px;
    padding-inline: 25px;
  }
}

.sec_txt_m {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .sec_txt_m {
    font-size: 16px;
  }
}

.sec_txt_s {
  font-size: 16px;
  line-height: 1.6;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .sec_txt_s {
    font-size: 14px;
  }
}
.sec_txt_s small {
  font-size: 14px;
}
@media only screen and (max-width: 988px) {
  .sec_txt_s small {
    font-size: 12px;
  }
}

.sec_h4 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  color: #FF8709;
}
@media only screen and (max-width: 988px) {
  .sec_h4 {
    margin-bottom: 30px;
  }
}
.sec_h4_en {
  padding: 20px 40px;
  border-top: 2px solid #FF8709;
  border-bottom: 2px solid #FF8709;
  font-size: 50px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .sec_h4_en {
    padding: 8px;
    font-size: 30px;
    width: 100%;
    line-height: 1.2;
  }
}
.sec_h4_jp {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 988px) {
  .sec_h4_jp {
    font-size: 18px;
  }
}

.sec_h5 {
  width: fit-content;
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #002d55;
  margin-inline: auto;
  padding: 10px 40px;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .sec_h5 {
    font-size: 16px;
    padding: 6px 30px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
}

.sec_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 340px;
  height: 80px;
  font-weight: 500;
  background-color: #002d55;
  font-size: 21px;
  line-height: 1.4em;
  color: #fff;
  border-radius: 8px;
  margin-inline: auto;
  position: relative;
  outline: 1px solid;
  outline-color: #002d55;
  outline-offset: 0px;
}
@media only screen and (max-width: 988px) {
  .sec_btn {
    max-width: 340px;
    width: 80%;
    height: 50px;
    font-size: 16px;
  }
}
.sec_btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 15px;
  top: calc(50% - 7px);
}
@media only screen and (max-width: 988px) {
  .sec_btn:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
}
.sec_btn:hover {
  opacity: 1;
}
@media only screen and (min-width: 988px) {
  .sec_btn:hover {
    animation: light 0.8s infinite;
  }
  @keyframes light {
    100% {
      outline-color: transparent;
      outline-offset: 12px;
    }
  }
}

.sec_btn_s {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 210px;
  height: 50px;
  font-weight: 500;
  background-color: #002d55;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  border-radius: 8px;
  margin-inline: auto;
  position: relative;
  outline: 1px solid;
  outline-color: #002d55;
  outline-offset: 0px;
}
@media only screen and (max-width: 988px) {
  .sec_btn_s {
    max-width: 340px;
    width: 80%;
    height: 50px;
    font-size: 16px;
  }
}
.sec_btn_s:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 12px;
  top: calc(50% - 5px);
}
@media only screen and (max-width: 988px) {
  .sec_btn_s:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
}
.sec_btn_s:hover {
  opacity: 1;
}
@media only screen and (min-width: 988px) {
  .sec_btn_s:hover {
    animation: light 0.8s infinite;
  }
  @keyframes light {
    100% {
      outline-color: transparent;
      outline-offset: 12px;
    }
  }
}

.coming_soon {
  text-align: center;
  color: #002d55;
  font-size: 100px;
  font-family: "DRIBBLE_font", sans-serif;
}
@media only screen and (max-width: 988px) {
  .coming_soon {
    font-size: 11vw;
  }
}

.uniform_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/uniform_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .uniform_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/uniform_bg_sp.jpg");
  }
}
.uniform_area .sec_txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 988px) {
  .uniform_area .sec_txt {
    margin-bottom: 30px;
  }
}
.uniform_h4 {
  font-size: 32px;
  color: #FF8709;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 988px) {
  .uniform_h4 {
    font-size: 4.2vw;
    margin-bottom: 40px;
  }
}
.uniform_h4 span {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding-block: 7px;
  width: 100%;
  background-color: #FF8709;
  line-height: 1.3;
  font-family: "noto sans jp", sans-serif;
}
@media only screen and (max-width: 988px) {
  .uniform_h4 span {
    font-size: 28px;
    padding: 10px;
  }
}
.uniform_img {
  width: 100%;
  margin: 0 auto 50px;
  display: block;
  border-radius: 15px;
}
@media only screen and (max-width: 988px) {
  .uniform_img {
    margin-bottom: 30px;
  }
}
.uniform_map {
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}
@media only screen and (max-width: 988px) {
  .uniform_map {
    margin-bottom: 30px;
  }
}

.event_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/event_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .event_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/event_bg_sp.jpg");
  }
}
.event_area .sec_contents_inner_padding {
  margin-inline: 90px;
  padding-inline: 0;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #002d55;
}
@media only screen and (max-width: 988px) {
  .event_area .sec_contents_inner_padding {
    margin-inline: 25px;
    padding-inline: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.event_area .sec_contents_inner_padding:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.event_area .sec_txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 988px) {
  .event_area .sec_txt {
    margin-bottom: 40px;
  }
}
.event_area .sec_h4_en {
  min-width: 350px;
}
@media only screen and (max-width: 988px) {
  .event_area .sec_h4_en {
    min-width: unset;
    width: 100%;
  }
}
.event_area .lineup {
  width: 90%;
  margin: 40px auto 0;
}
.event_area .lineup ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 40px;
}
@media only screen and (max-width: 988px) {
  .event_area .lineup ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.event_area .lineup ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 988px) {
  .event_area .lineup ul li {
    gap: 20px;
  }
}
.event_area .lineup ul li img {
  width: 100%;
}
.event_img {
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 988px) {
  .event_img {
    margin-bottom: 30px;
  }
}
.event_coming_soon {
  margin-top: 40px;
}

.promotion_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/promotion_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .promotion_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/promotion_bg_sp.jpg");
  }
}
.promotion_img {
  margin-top: 80px;
  max-width: 660px;
  margin-inline: auto;
  display: block;
  animation: floatMystery 6s ease-in-out infinite;
}
@media only screen and (max-width: 988px) {
  .promotion_img {
    margin-top: 30px;
    width: calc(100% - 50px);
  }
}
@keyframes floatMystery {
  0%, 10% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-6px, -12px) rotate(-1deg);
  }
  35% {
    transform: translate(-6px, -12px) rotate(-1deg);
  }
  55% {
    transform: translate(8px, -8px) rotate(1.5deg);
  }
  65% {
    transform: translate(8px, -8px) rotate(1.5deg);
  }
  90% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.schedule_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/schedule_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .schedule_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/schedule_bg_sp.jpg");
  }
}
.schedule_area .sec_h3 {
  color: #fff;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
.schedule_area .coming_soon {
  color: #FF8709;
  font-size: 120px;
  padding-block: 85px;
}
@media only screen and (max-width: 988px) {
  .schedule_area .coming_soon {
    font-size: 11vw;
    padding: 10px 0;
  }
}

.tickets_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/tickets_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .tickets_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/tickets_bg_sp.jpg");
  }
}
.tickets_area dl {
  margin: 60px auto 40px;
  display: grid;
  grid-template-columns: 48% calc(52% - 1px);
  gap: 1px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 988px) {
  .tickets_area dl {
    margin: 30px auto;
    display: block;
    background: none;
    border: none;
  }
}
.tickets_area dt {
  width: 100%;
  height: 100px;
  background-color: #002d55;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .tickets_area dt {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font-size: 14px;
    height: auto;
    padding: 5px;
  }
}
.tickets_area dd {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
  color: #002d55;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .tickets_area dd {
    font-size: 16px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 15px 5px;
    height: auto;
  }
}

.access_area {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/access_bg_pc.jpg");
}
@media only screen and (max-width: 988px) {
  .access_area {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/access_bg_sp.jpg");
  }
}
.access_area .sec_contents_inner_padding + .sec_contents_inner_padding {
  margin-top: 60px;
}
@media only screen and (max-width: 988px) {
  .access_area .sec_contents_inner_padding + .sec_contents_inner_padding {
    margin-top: 30px;
  }
}
.access_area .archive_time {
  padding: 5px 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #002d55;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 988px) {
  .access_area .archive_time {
    font-size: 10px;
  }
}
.access_area .archive_ttl {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  color: #002d55;
  margin-bottom: 40px;
}
@media only screen and (max-width: 988px) {
  .access_area .archive_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.access_area .archive_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 50px;
}
@media only screen and (max-width: 988px) {
  .access_area .archive_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.access_area .archive_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 988px) {
  .access_area .archive_list li {
    gap: 10px;
  }
}
.access_area .archive_list img {
  width: 100%;
}
.access_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 988px) {
  .access_contents {
    gap: 30px;
  }
}
.access_contents_inner {
  max-width: 485px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 988px) {
  .access_contents_inner {
    gap: 20px;
  }
}

.last_area {
  border-top: 10px solid #002d55;
  border-bottom: 10px solid #002d55;
}
.last_lead {
  background-image: url("/assets/img/fan/kokohashizuoka20260524/last_bg_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 35.7%;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .last_lead {
    background-image: url("/assets/img/fan/kokohashizuoka20260524/last_bg_sp.jpg");
    padding-top: 52%;
  }
}
.last_lead img {
  width: 80%;
  max-width: 725px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.last_sponsor {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8709;
}
@media only screen and (max-width: 988px) {
  .last_sponsor {
    height: auto;
    padding: 20px 0;
  }
}
.last_sponsor figure {
  width: 80%;
  max-width: 500px;
  margin-inline: auto;
}
.last_sponsor figure img {
  width: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}