@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap");
/*================================
	reset
================================*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.snsBox, .header__inner, .header__subNav__inner, .searchBox__inner, .pageNav__inner, .footer__inner, .pageTitle__inner, .contents, .c-slogan__inner, .c-catch__inner, .c-contentNav__wrap, .c-pageVisual__inner, .c-footerVisual__wrap {
  *zoom: 1;
}

.snsBox:after, .header__inner:after, .header__subNav__inner:after, .searchBox__inner:after, .pageNav__inner:after, .footer__inner:after, .pageTitle__inner:after, .contents:after, .c-slogan__inner:after, .c-catch__inner:after, .c-contentNav__wrap:after, .c-pageVisual__inner:after, .c-footerVisual__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1240px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0050a5;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.snsBox, .header__inner, .header__subNav__inner, .searchBox__inner, .pageNav__inner, .footer__inner, .pageTitle__inner, .contents, .c-slogan__inner, .c-catch__inner, .c-contentNav__wrap, .c-pageVisual__inner, .c-footerVisual__wrap {
  position: relative;
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#wrapper {
  position: relative;
  z-index: 10 !important;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@media print, screen and (max-width: 767px) {
  body {
    min-width: auto;
    min-width: initial;
  }
}
/*================================
	base
================================*/
.pc-only {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit !important;
    width: 100%;
  }
}

html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 1;
}

#wrapper {
  position: relative;
  z-index: 10 !important;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  #wrapper {
    min-width: inherit;
  }
  #wrapper.-active:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 900;
  }
  #wrapper.-active .contents a,
  #wrapper.-active .footer a,
  #wrapper.-active .pageNav a {
    pointer-events: none;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.snsBox, .header__inner, .header__subNav__inner, .searchBox__inner, .pageNav__inner, .footer__inner, .pageTitle__inner, .contents, .c-slogan__inner, .c-catch__inner, .c-contentNav__wrap, .c-pageVisual__inner, .c-footerVisual__wrap {
  *zoom: 1;
}

.snsBox:after, .header__inner:after, .header__subNav__inner:after, .searchBox__inner:after, .pageNav__inner:after, .footer__inner:after, .pageTitle__inner:after, .contents:after, .c-slogan__inner:after, .c-catch__inner:after, .c-contentNav__wrap:after, .c-pageVisual__inner:after, .c-footerVisual__wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.snsBox, .header__inner, .header__subNav__inner, .searchBox__inner, .pageNav__inner, .footer__inner, .pageTitle__inner, .contents, .c-slogan__inner, .c-catch__inner, .c-contentNav__wrap, .c-pageVisual__inner, .c-footerVisual__wrap {
  position: relative;
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.pageNav {
  background-color: #fff;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .pageNav.-pc {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
  }
}

.breadCrumb {
  vertical-align: middle;
  width: 85%;
  font-size: 0;
}
.breadCrumb__item {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.breadCrumb__item + .breadCrumb__item:before {
  content: ">";
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
}
.breadCrumb__link {
  font-weight: 500;
  color: #000;
}
.breadCrumb__link:hover {
  opacity: 1;
  color: #0050A5;
  text-decoration: underline;
}

.c-width__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .c-width__inner {
    padding: 0 24px;
  }
}

/*================================
  Accept GDPR Bar
================================*/
.accept-gdpr-bar {
  position: fixed;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 176px 15px 15px;
  width: 100%;
  box-sizing: border-box;
  bottom: -80px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10000;
  visibility: hidden;
}

.accept-gdpr-bar.show {
  bottom: 0;
  visibility: visible;
}

.accept-gdpr-bar .pc-only {
  display: block;
}

.accept-gdpr-bar .sp-only {
  display: none;
}

.accept-gdpr-bar a {
  color: #fff;
  text-decoration: underline;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.accept-gdpr-bar a:hover {
  opacity: 0.7;
}

.accept-gdpr-bar__accept-btn {
  position: absolute;
  right: 64px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  border: none;
  height: 30px;
  width: 100px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.accept-gdpr-bar__accept-btn:hover {
  opacity: 0.7;
}

.accept-gdpr-bar__close-btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  height: 24px;
  width: 24px;
  background: transparent;
  cursor: pointer;
}

.accept-gdpr-bar__close-btn:before, .accept-gdpr-bar__close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  left: 0;
  width: 24px;
  padding: 0;
  background: #fff;
  margin-top: -1px;
}

.accept-gdpr-bar__close-btn:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accept-gdpr-bar__close-btn:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (max-width: 767px) {
  /*================================
    Accept GDPR Bar
  ================================*/
  .accept-gdpr-bar {
    padding: 22px 60px 64px 19px;
    bottom: -140px;
  }
  .accept-gdpr-bar.show {
    min-height: 120px;
    padding: 22px 60px 64px 19px;
  }
  .accept-gdpr-bar .pc-only {
    display: none;
  }
  .accept-gdpr-bar .sp-only {
    display: block;
  }
  .accept-gdpr-bar__accept-btn {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 19px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (hover: hover) {
  /* リンクの場合 */
  a:any-link:hover {
    opacity: 0.5;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.8;
  }
  /* 特定できない場合 */
  .button:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
body {
  min-width: none;
}

.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s, transform 1.2s;
}
.inview.-show {
  opacity: 1;
  transform: translateY(0);
}

/* header */
.header {
  position: fixed;
  background-color: #fcca00;
  height: 80px;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0;
  }
}
.header-space {
  display: block;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header-space {
    height: 70px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner::after {
  display: none;
}
.header__logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 92px;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav__item a {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header__box {
    margin-left: auto;
  }
}
.header__list {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .header__item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__item.-sp {
    display: block;
  }
}
.header__language {
  display: flex;
  gap: 24px;
}
.header__language__item {
  position: relative;
}
.header__language__item a {
  position: relative;
  color: #000;
  font-size: 1.6rem;
}
.header__language__item:first-child::after {
  position: absolute;
  content: "/";
  display: block;
  font-size: 1.6rem;
  right: -16px;
  top: 0;
}
.header__language__item.-active a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  bottom: -3px;
  left: 0;
}
.header__sp {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: block;
  }
}
.header__sp.-active {
  opacity: 1;
  pointer-events: auto;
}
.header__sp.-active nav {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header__sp.-active nav {
    right: 0;
  }
}
.header__sp nav {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  max-width: 330px;
  width: 95%;
  overflow-y: auto;
}
.header__sp__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__sp__btn {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin-right: -20px;
    background-color: #fcca00;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn .top,
  .header__sp__btn .middle {
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 20px;
    transition: all 0.4s ease-in-out;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__sp__btn .top {
  top: 25px;
}
.header__sp__btn .middle {
  top: 33px;
}
.header__sp__btn .bottom {
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 21.56px;
  height: 4.72px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_menu.svg) no-repeat;
  background-size: 21.56px;
}
.header__sp__btn.-active .top {
  transform: translateX(-50%) translateY(4px) rotate(-30deg);
}
.header__sp__btn.-active .middle {
  transform: translateX(-50%) translateY(-4px) rotate(30deg);
}
.header__sp__btn.-active .bottom {
  top: 38px;
  width: 21.5px;
  height: 8.06px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_close.svg) no-repeat;
  background-size: 21.5px;
}
.header__sp__language-list {
  display: flex;
  gap: 24px;
  margin-right: 86px;
  margin-top: 24px;
  margin-bottom: 63px;
  justify-content: flex-end;
}
.header__sp__language-item {
  position: relative;
}
.header__sp__language-item a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}
.header__sp__language-item:first-child::after {
  position: absolute;
  content: "/";
  display: block;
  font-size: 1.6rem;
  right: -16px;
  top: 0;
  color: #fff;
}
.header__sp__language-item.-active a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fcca00;
  border-radius: 10px;
  bottom: -3px;
  left: 0;
}
.header__sp__list {
  width: 266px;
  margin: 0 auto;
}
.header__sp__item {
  padding-bottom: 14px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 16px;
}
.header__sp__item a {
  font-size: 1.6rem;
  color: #fcca00;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__sp__item .circle {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #fcca00;
  border: 1px solid #fcca00;
  position: relative;
  overflow: hidden;
}
.header__sp__item .circle:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.header__sp__item .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__sp__sns-title {
  font-size: 1.6rem;
  color: #fcca00;
  text-align: center;
  margin-bottom: 12px;
}
.header__sp__sns-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 32px;
}
.header__sp__banner-link {
  display: block;
  margin: 0 auto;
  width: 266px;
}
.header__sp__banner-img {
  margin-bottom: 8px;
}
.header__sp__banner-text {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.header__sp__banner-text .circle {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.header__sp__banner-text .circle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fcca00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.header__sp__banner-text .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__sp__logo {
  margin-bottom: 40px;
}
.header__sp__logo-link {
  display: block;
  width: 122.76px;
  margin: 0 auto;
}

/* footer */
.footer {
  padding: 66px 0 78px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0 80px;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
.footer__sns__item {
  display: block;
  width: 35px;
}
.footer__sns__text {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer__sns__text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer__sns__link:any-link:hover {
    opacity: 1;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.footer__nav__item a {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  color: #fff;
}
.footer__nav__item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background-color: #fcca00;
}
@media screen and (max-width: 767px) {
  .footer__nav__item a::before {
    padding-left: 8px;
  }
}
.footer__logo {
  display: block;
  width: 135.08px;
  margin: 0 auto 32px;
}
.footer__copuright {
  font-size: 1.4px;
  text-align: center;
  color: #fff;
}

/* pagetop */
.page-top {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-top {
    display: flex;
    justify-content: center;
    margin-bottom: 66px;
  }
}
.page-top__link {
  position: relative;
  padding-top: 24px;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  color: #000;
  text-align: center;
}
.page-top__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* fv */
.fv__inner {
  background-color: #fcca00;
  position: relative;
  display: block;
}
.fv__inner > img {
  max-width: 9999px;
  width: 100%;
  aspect-ratio: 960/323;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__inner > img {
    aspect-ratio: 200/277;
  }
}
.fv__title {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32vw;
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: 75vw;
  }
}
.fv__logo {
  margin: 0 auto;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    padding: 22.3px 0;
  }
}
.fv__logo img {
  width: 360.91px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__logo img {
    width: 292.65px;
  }
}
.fv__img {
  display: block;
  position: absolute;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width: 767px) {
  .fv__img {
    display: none;
  }
}
.fv__img-1 {
  top: 5%;
  left: 82.5%;
  width: 3.04%;
}
.fv__img-2 {
  top: 72%;
  left: 9%;
  width: 8.233%;
}
.fv__img-3 {
  top: 64%;
  left: 62%;
  width: 5.4%;
}
.fv__img-4 {
  top: 34%;
  left: 69.5%;
  width: 8.28%;
}
.fv__img-5 {
  top: 4.4%;
  left: 32.3%;
  width: 4.507%;
}
.fv__img-6 {
  top: 49%;
  left: 23%;
  width: 3.3%;
}
.fv__img-7 {
  top: 15%;
  left: 14%;
  width: 14.305%;
}
.fv__img-8 {
  top: 22%;
  left: 7.2%;
  width: 5.06%;
}
.fv__img-9 {
  top: 71.5%;
  left: 36%;
  width: 6.47%;
}
.fv__img-10 {
  top: 2%;
  left: 64.5%;
  width: 7.595%;
}
.fv__img-11 {
  top: 72.5%;
  left: 90.7%;
  width: 2.303%;
}
.fv__img-12 {
  top: 51.8%;
  left: 75.5%;
  width: 11.932%;
}
.fv__img.-active {
  transform: translateY(0);
  opacity: 1;
}
.fv__img__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__img__sp {
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.5s, transform 0.5s;
  }
}
.fv__img__sp-1 {
  top: 61%;
  left: 23.8%;
  width: 25.31%;
}
.fv__img__sp-2 {
  top: 14.5%;
  left: 17%;
  width: 11.1%;
}
.fv__img__sp-3 {
  top: 86%;
  left: 49%;
  width: 18.98%;
}
.fv__img__sp-4 {
  top: 62.5%;
  left: 69.5%;
  width: 27.89%;
}
.fv__img__sp-5 {
  top: 8.8%;
  left: 36.5%;
  width: 34.57%;
}
.fv__img__sp-6 {
  top: 2.2%;
  left: 4%;
  width: 8.3%;
}
.fv__img__sp-7 {
  top: -2.3%;
  left: 77%;
  width: 19.83%;
}
.fv__img__sp-8 {
  top: 74%;
  left: 2%;
  width: 21.17%;
}
.fv__img__sp.-active {
  transform: translateY(0);
  opacity: 1;
}
.fv__img img {
  max-width: 9999px;
  width: 100%;
}

/* about */
.about {
  padding-top: 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
  }
}
.about__walk {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__walk {
    width: 100%;
  }
}
.about__walk::before {
  position: absolute;
  display: block;
  content: "";
  width: 518px;
  height: 345px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_footprints1.png) no-repeat;
  left: 0;
  top: 233px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about__walk::before {
    display: none;
  }
}
.about__walk::after {
  position: absolute;
  display: block;
  content: "";
  width: 519px;
  height: 345px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_footprints2.png) no-repeat;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about__walk::after {
    width: 97px;
    height: 74px;
    background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_footprints.png) no-repeat;
    background-size: 97px;
    right: 0;
    top: auto;
    bottom: -54px;
  }
}
.about__walk__img {
  position: relative;
  display: block;
  width: 750px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__walk__img {
    width: calc(100% - 48px);
    max-width: 366.4px;
  }
}
.about__walk__box {
  position: absolute;
  top: 163px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__walk__box {
    top: min(21vw, 87px);
    width: 100%;
    text-align: center;
  }
}
.about__walk__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 64px;
  line-height: 1.61;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__walk__title {
    font-size: min(4.83vw, 2rem);
    margin-bottom: 40px;
  }
}
.about__walk__title span {
  background: linear-gradient(transparent 78%, #fcca00 78%);
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .about__walk__title span {
    padding-left: 3px;
  }
}
.about__walk__text {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__walk__text {
    font-size: min(3.85vw, 1.6rem);
  }
}
.about__slogan {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1329px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__slogan {
    width: 100%;
  }
}
.about__slogan::before {
  position: absolute;
  content: "";
  display: block;
  width: 385.68px;
  height: 348.2px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust1.png) no-repeat;
  top: -105px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about__slogan::before {
    width: 101px;
    height: 131px;
    background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust1_sp.png) no-repeat;
    top: auto;
    bottom: 80px;
    left: 0;
    background-size: 101px;
  }
}
.about__slogan::after {
  position: absolute;
  content: "";
  display: block;
  width: 424.01px;
  height: 216.84px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust2.png) no-repeat;
  bottom: 62px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about__slogan::after {
    width: 122px;
    height: 89px;
    background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust2_sp.png) no-repeat;
    bottom: 80px;
    right: 0;
    background-size: 122px;
  }
}
.about__slogan__text {
  display: inline-block;
  margin: 80px auto 100px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__slogan__text {
    margin: 64px auto 135px;
    font-size: 1.6rem;
  }
}
.about__slogan__text span {
  font-size: 3.2rem;
  font-weight: bold;
  background: linear-gradient(transparent 78%, #fcca00 78%);
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .about__slogan__text span {
    font-size: 2rem;
  }
}
.about__carousel__inner {
  display: flex;
  gap: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__carousel__inner {
    gap: 12px;
  }
}
.about__carousel__list {
  display: flex;
  list-style: none;
  gap: 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .about__carousel__list {
    gap: 12px;
  }
}
.about__carousel__list.--scroll {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.about__carousel__item {
  width: 2351.2px;
}
@media screen and (max-width: 767px) {
  .about__carousel__item {
    width: 1173.9px;
  }
}
.about__carousel__item img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* map */
.map {
  padding: 147px 0 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map {
    padding: 101.2px 24px 0;
  }
}
.map::before {
  position: absolute;
  content: "";
  display: block;
  top: 100px;
  right: 0;
  width: 244.64px;
  height: 152.39px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust3.png) no-repeat;
  background-size: 244.64px;
}
@media screen and (max-width: 767px) {
  .map::before {
    top: 80px;
    right: 24px;
    width: 119.31px;
    height: 81.17px;
    background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust3_sp.png) no-repeat;
    background-size: 119.31px;
  }
}
.map__head {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .map__head {
    margin-bottom: 42px;
  }
}
.map__head__title {
  position: relative;
  display: inline-block;
  font-size: 4.4rem;
  font-weight: bold;
  padding-left: 54.49px;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .map__head__title {
    font-size: 2.4rem;
    padding-left: 35.04px;
  }
}
.map__head__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
  width: 36.49px;
  height: 58.56px;
  background-size: 36.49px;
}
@media screen and (max-width: 767px) {
  .map__head__title::before {
    background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
    width: 23.34px;
    height: 37.45px;
    background-size: 23.34px;
  }
}
.map__head__text {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .map__head__text {
    font-size: 1.6rem;
  }
}
.map-spot__btn {
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .map-spot__btn {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .map-spot__btn img {
    width: 796px;
    max-width: 796px;
  }
}
.map-spot__dl {
  position: relative;
  display: block;
  background-color: #fcca00;
  border-radius: 9px;
  padding: 29.5px 0 29.5px 27px;
  width: 440px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .map-spot__dl {
    width: 85vw;
    max-width: 320px;
    padding: 17px 0 16px 109px;
    text-align: initial;
  }
}
.map-spot__dl::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_map.svg) no-repeat;
  width: 84.21px;
  height: 48px;
  background-size: 84.21px;
}
@media screen and (max-width: 767px) {
  .map-spot__dl::before {
    left: 14.6px;
  }
}
.map-spot__dl::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/icon_dl_bk.svg) no-repeat;
  width: 24px;
  height: 24.5px;
  background-size: 24px;
}
@media screen and (max-width: 767px) {
  .map-spot__dl::after {
    right: 21px;
  }
}
.map-google {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .map-google {
    padding-top: 64px;
  }
}
.map-google__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .map-google__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.map-google__text {
  font-size: 1.6rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .map-google__text {
    margin-bottom: 16px;
  }
}
.map-google__iframe iframe {
  border-radius: 11px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map-google__iframe iframe {
    aspect-ratio: 57/70;
    height: 100%;
  }
}
.map-google__link {
  position: relative;
  display: block;
  background-color: #fcca00;
  border-radius: 9px;
  padding: 29.5px 0 29.5px 33.4px;
  width: 440px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .map-google__link {
    width: 85vw;
    max-width: 320px;
    padding: 17px 0 16px 109px;
    text-align: initial;
  }
}
.map-google__link::before {
  content: "";
  position: absolute;
  left: 20.6px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_phone.svg) no-repeat;
  width: 85.08px;
  height: 52.44px;
  background-size: 85.08px;
}
@media screen and (max-width: 767px) {
  .map-google__link::before {
    left: 13.9px;
  }
}
.map-google__link::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  width: 16px;
  height: 13.54px;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .map-google__link::after {
    right: 20px;
  }
}

/* facility */
.facility {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .facility {
    padding-top: 80px;
  }
}
.facility__inner {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff 1%, #fcca00 1%, #fcca00 100%);
}
@media screen and (max-width: 767px) {
  .facility__inner {
    padding-bottom: 48.5px;
  }
}
.facility__wrap {
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #fcca00 45%, #fcca00 100%);
}
.facility__splide {
  padding-left: calc(50vw - 600px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .facility__splide {
    padding-left: 24px;
    margin-bottom: 64px;
  }
}
.facility__slide__item {
  width: 560px;
}
.facility__slide__img {
  display: block;
  isolation: isolate;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .facility__slide__img {
    margin-bottom: 8px;
  }
}
.facility__slide__img img {
  transform: scale(1, 1);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .facility__slide__link:any-link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .facility__slide__link:any-link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.facility__slide__title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  padding-left: 76px;
  margin-bottom: 16px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .facility__slide__title {
    font-size: min(3.7vw, 1.6rem);
    padding-left: 61px;
    height: 45px;
  }
}
.facility__slide__title span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .facility__slide__title span {
    width: 45px;
    height: 45px;
  }
}
.facility__slide__text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .facility__slide__text {
    font-size: 1.6rem;
  }
}
.facility__slide__text .circle {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.facility__slide__text .circle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.facility__slide__text .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.facility__slide__controller {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: calc(50vw - 600px);
}
@media screen and (max-width: 767px) {
  .facility__slide__controller {
    margin-top: 21px;
    padding-right: 24px;
  }
}
.facility__slide__pagination {
  position: relative;
  bottom: auto;
}
.facility__slide__pagination .splide__pagination__page {
  background: #fff;
  opacity: 1;
}
.facility__slide__pagination .splide__pagination__page.is-active {
  background: #000;
}
.facility__slide__arrows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 112px;
  gap: 16px;
  box-sizing: content-box;
}
.facility__slide__arrows--prev, .facility__slide__arrows--next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}
.facility__slide__arrows--prev::before, .facility__slide__arrows--next::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.facility__slide__arrows--prev::after, .facility__slide__arrows--next::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  width: 17px;
  height: 2px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.facility__slide__arrows--prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.facility__slide__arrows--next {
  right: 0;
}
.facility__modal__dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.facility__modal__dd {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.facility__modal__link {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 16px;
}
.facility__modal__link.-blank {
  padding-left: 30px;
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-position: left center;
  background-size: 16px;
}
.facility__modal__link .circle {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.facility__modal__link .circle:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.facility__modal__link .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 39%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.facility__special {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .facility__special {
    padding: 0 24px;
  }
}
.facility__special__intro {
  font-size: 1.6rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .facility__special__intro {
    margin-bottom: 16px;
  }
}
.facility__special__link {
  display: block;
}
.facility__special__img {
  display: block;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
  margin-bottom: 16px;
}
.facility__special__img img {
  width: 100%;
  max-width: none;
}
.facility__special__text {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.facility__special__text .circle {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.facility__special__text .circle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.facility__special__text .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* world */
.world {
  position: relative;
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .world {
    padding: 80px 24px 0;
    width: 100%;
  }
}
.world::before {
  position: absolute;
  content: "";
  display: block;
  top: 100px;
  right: 0;
  width: 247px;
  height: 126.37px;
  background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust4.png) no-repeat;
  background-size: 247px;
}
@media screen and (max-width: 767px) {
  .world::before {
    top: 80px;
    right: 24px;
    width: 66.47px;
    height: 64.08px;
    background: url(/sports/various/world_athletics/mapandfun2025/images/img_map_illust4_sp.png) no-repeat;
    background-size: 66.47px;
  }
}
.world__head {
  position: relative;
  display: inline-block;
  margin-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .world__head {
    margin-bottom: 40px;
  }
}
.world__head__title {
  position: relative;
  display: inline-block;
  font-size: 4.4rem;
  font-weight: bold;
  padding-left: 54.49px;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .world__head__title {
    font-size: 2.4rem;
    padding-left: 35.04px;
    background-color: #fff;
  }
}
.world__head__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
  width: 36.49px;
  height: 58.56px;
  background-size: 36.49px;
}
@media screen and (max-width: 767px) {
  .world__head__title::before {
    background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
    width: 23.34px;
    height: 37.45px;
    background-size: 23.34px;
  }
}
.world__head__text {
  padding-left: 54.49px;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .world__head__text {
    font-size: 1.6rem;
    padding-left: 35.04px;
  }
}
.world__tokyo {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .world__tokyo {
    margin-bottom: 64px;
  }
}
.world__tokyo__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .world__tokyo__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.world .splide.is-initialized:not(.is-active) .splide__list.world__slide__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .world .splide.is-initialized:not(.is-active) .splide__list.world__slide__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .world__slide {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.world__slide__item {
  width: 560px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fcca00;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .world__slide__item {
    padding: 16px;
  }
}
.world__slide__img {
  margin-bottom: 16px;
}
.world__slide__year {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.world__slide__text {
  font-size: 1.6rem;
}
.world__banner__text {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.world__banner__img {
  margin-bottom: 16px;
  width: 100%;
}
.world__banner__inline {
  display: inline-block;
}
.world__banner__box {
  display: block;
}
.world__banner__link {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.world__banner__link .circle {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.world__banner__link .circle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.world__banner__link .circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fcca00;
  border-right: 2px solid #fcca00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sns */
.sns {
  position: relative;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 80px 0 64px;
  }
}
.sns__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.sns__head {
  position: relative;
  display: inline-block;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .sns__head {
    margin-bottom: 40px;
  }
}
.sns__head__title {
  position: relative;
  display: inline-block;
  font-size: 4.4rem;
  font-weight: bold;
  padding-left: 54.49px;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .sns__head__title {
    font-size: 2.4rem;
    padding-left: 35.04px;
  }
}
.sns__head__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
  width: 36.49px;
  height: 58.56px;
  background-size: 36.49px;
}
@media screen and (max-width: 767px) {
  .sns__head__title::before {
    background: url(/sports/various/world_athletics/mapandfun2025/images/icn_pin.svg) no-repeat;
    width: 23.34px;
    height: 37.45px;
    background-size: 23.34px;
  }
}
.sns__head__text {
  padding-left: 54.49px;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sns__head__text {
    font-size: 1.6rem;
    padding-left: 35.04px;
  }
}
.sns__title {
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-left: 54.49px;
}
@media screen and (max-width: 767px) {
  .sns__title {
    margin-bottom: 24px;
    padding-left: 35.04px;
  }
}
.sns__list {
  justify-content: center;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .sns__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.sns__item {
  width: 560px;
  height: 656px;
}
@media screen and (max-width: 767px) {
  .sns__item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sns__item.-Instagram {
    height: 120vmin;
    margin-bottom: 48px;
  }
}
.sns__inline {
  display: flex;
  justify-content: center;
}
.sns__link {
  position: relative;
  display: block;
  background-color: #fcca00;
  border: 1px solid #fcca00;
  border-radius: 8px;
  color: #000;
  padding: 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.sns__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
}
.sns__link::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sns__link:any-link:hover {
    opacity: 1;
  }
}
.sns__link:hover {
  color: #fcca00;
}
.sns__link:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.sns__link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sns__link__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  z-index: 10;
}

/*================================
	  sports sns
================================*/
.gallery_wrap {
  height: 85%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 40px;
}

.gallery_wrap::-webkit-scrollbar {
  display: none;
}

.gallery {
  background-color: #fff;
  padding: 15px 15px 10px 15px;
}

.gallery > div:nth-child(1) {
  width: 30%;
  margin: auto;
}

.gallery > div:nth-child(1) img {
  border-radius: 50%;
}

.gallery > div:nth-child(2) {
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
}

.gallery > div:nth-child(3) {
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
}

.gallery > div:nth-child(4) {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}

.gallery ul li {
  position: relative;
  width: 32.5%;
  margin-bottom: 7px;
}

.gallery ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gallery ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}

.twitter_wrap {
  height: 85%;
  margin-bottom: 40px;
  overflow: hidden;
}

/* */
/*================================
	modal
================================*/
.c-modal-youtube__img {
  position: relative;
}
.c-modal-youtube__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(/assets/images/icn_movie_play2.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

/*モーダル（動画）*/
.c-openMovieModal {
  cursor: pointer;
}

.c-openMovieModal .c-movieModal__content {
  display: none;
}

.c-movieModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: none 0.3s;
}
.c-movieModal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-movieModal.-active .c-movieModal__cols {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-movieModal.-active .c-movieModal__cols:before, .c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
}
.c-movieModal.-active .c-movieModal__cols:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-movieModal__cols {
  display: flex;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
}
.c-movieModal__cols:before, .c-movieModal__cols:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -37px;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.c-movieModal__cols:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__cols:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__inner {
  position: relative;
  max-width: 840px;
}
.c-movieModal__content {
  position: relative;
  width: 360px;
  padding: 60px 36px;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-movieModal {
    padding: 20px 5.33333%;
  }
  .c-movieModal__cols {
    display: block;
    width: 100%;
  }
  .c-movieModal__cols:before, .c-movieModal__cols:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
  .c-movieModal__inner {
    width: 100%;
  }
  .c-movieModal__content {
    width: 100%;
    padding: 30px 20px;
  }
  .c-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-movieModal {
    padding: 20px 14%;
  }
}
/*モーダル（HTML）*/
.c-openHtmlModal {
  cursor: pointer;
}

.c-modalContents {
  display: none;
}
.c-modalContents > :last-child {
  margin-bottom: 0;
}

.c-htmlModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-htmlModal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-htmlModal.-active .c-modalContents__content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-htmlModal .c-modalContents__body .c-modalContents {
  display: block;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-htmlModal {
    padding: 20px 5.33333%;
  }
  .c-htmlModal__inner {
    width: 100%;
    height: 70%;
  }
  .c-htmlModal__inner .c-modalContents {
    padding: 30px 20px;
  }
  .c-htmlModal__inner:before, .c-htmlModal__inner:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
}
/*modalContents*/
.c-modalContents__content {
  position: relative;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  padding-top: 80px;
  transition: all 0.2s 0.2s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-modalContents__content {
    width: 100%;
    padding-top: 48px;
  }
}
.c-modalContents__body {
  background-color: #fff;
  width: 1040px;
  height: 640px;
  overflow: auto;
  padding: 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__body {
    width: 100%;
    height: 70vh;
    padding: 0 24px 24px;
  }
}
.c-modalContents__close {
  position: absolute;
  background-color: #fff;
  width: 28px;
  height: 28px;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modalContents__close {
    right: 12px;
    top: 12px;
  }
}
.c-modalContents__close::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-modalContents__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modalContents__close::before, .c-modalContents__close::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 12px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
}
.c-modalContents__title {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
    font-weight: bold;
  }
}
.c-modalContents__sub {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-modalContents__sub {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.c-modalContents__txt {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-modalContents__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-modalContents__cols {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.c-modalContents__col {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-modalContents__col {
    margin-bottom: 24px;
  }
}
.c-modalContents__col + .c-modalContents__col {
  margin-left: 64px;
  width: 384px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-modalContents__col + .c-modalContents__col {
    margin-left: 0;
    width: 100%;
  }
}
.c-modalContents__img {
  margin-bottom: 24px;
}
.c-modalContents__img + .c-modalContents__img {
  margin-top: 24px;
}
.c-modalContents__caption {
  margin-top: 16px;
  font-size: 1.4rem;
}

/*モーダル（MAP）*/
.c-openMapModal {
  cursor: pointer;
}

.c-htmlModal-map {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-htmlModal-map.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-htmlModal-map.-active .c-modalContents__content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-htmlModal-map .c-modalContents__body-map .c-modalContents {
  display: block;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-htmlModal-map-map {
    padding: 20px 5.33333%;
  }
  .c-htmlModal-map__inner {
    width: 100%;
    height: 70%;
  }
  .c-htmlModal-map__inner .c-modalContents {
    padding: 30px 20px;
  }
  .c-htmlModal-map__inner:before, .c-htmlModal-map__inner:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
}
/*modalContents*/
.c-htmlModal-map .c-modalContents {
  padding-top: 147px;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents {
    padding-top: 100px;
  }
}
.c-htmlModal-map .c-modalContents img {
  width: 150vh;
  max-width: 9999px;
  margin: 0 auto;
}
.c-htmlModal-map .c-modalContents__content {
  position: relative;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  padding-top: 0;
  transition: all 0.2s 0.2s;
  background-color: #fff2bf;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__content {
    width: 100%;
    padding-top: 0;
  }
}
.c-htmlModal-map .c-modalContents__body-map {
  position: relative;
  background-color: #fff2bf;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 80px 80px;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__body-map {
    width: 100%;
    height: 100%;
    padding: 0 24px 24px;
  }
}
.c-htmlModal-map .c-modalContents__close {
  position: absolute;
  display: block;
  background-color: #fff2bf;
  width: 28px;
  height: 28px;
  right: 96px;
  top: 119px;
  cursor: pointer;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__close {
    right: 12px;
    top: 12px;
  }
}
.c-htmlModal-map .c-modalContents__close::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-htmlModal-map .c-modalContents__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-htmlModal-map .c-modalContents__close::before, .c-htmlModal-map .c-modalContents__close::after {
  content: "";
  position: absolute;
  display: block;
  right: 4px;
  top: 12px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
}
.c-htmlModal-map .c-modalContents__title {
  font-size: 3.6rem;
  color: #0050a5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.c-htmlModal-map .c-modalContents__sub {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__sub {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.c-htmlModal-map .c-modalContents__txt {
  font-size: 1.6rem;
}
.c-htmlModal-map .c-modalContents__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__cols {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.c-htmlModal-map .c-modalContents__col {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__col {
    margin-bottom: 24px;
  }
}
.c-htmlModal-map .c-modalContents__col + .c-htmlModal-map .c-modalContents__col {
  margin-left: 64px;
  width: 384px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-htmlModal-map .c-modalContents__col + .c-htmlModal-map .c-modalContents__col {
    margin-left: 0;
    width: 100%;
  }
}
.c-htmlModal-map .c-modalContents__img + .c-htmlModal-map .c-modalContents__img {
  margin-top: 24px;
}
.c-htmlModal-map .c-modalContents__caption {
  margin-top: 16px;
  font-size: 1.4rem;
}