@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 13.3333333333vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.top_access {
  width: 100%;
  overflow-x: scroll;
}

.top_access .content_wrap {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .top_access .content_wrap {
    width: 200%;
  }
}

.top_access .content_wrap figure {
  width: 100%;
  position: relative;
}

.top_access .content_wrap figure img {
  width: 100%;
}

@media (max-width: 787px) {
  .top_access .content_wrap figure img {
    width: 150%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.g-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.g-header__lang a {
  color: #fff;
  font-family: "World Athletics Bold", sans-serif;
  /* font-weight: bold; */
}

.g-header__lang a+a {
  border-left: 2px solid #fff;
}

.g-header__lang a.is-active {
  font-family: "World Athletics Heavy", sans-serif;
  font-weight: 800;
}

.g-header__btn {
  background: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
}

.g-header__btn span {
  background: #fff;
  display: block;
}

.g-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}

.g-header__list {
  position: fixed;
  right: 0;
  background: #000;
  -webkit-transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  visibility: hidden;
  opacity: 0;
}

.g-header.is-open .g-header__list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .g-header {
    height: 80px;
    /* padding-right: 80px; */
    /* padding-left: 20px; */
  }

  .g-header__logo {
    margin: 0 auto;
    width: 240px;
  }

  .g-header__lang {
    right: 100px;
  }

  .g-header__lang a {
    font-size: 20px;
    padding: 0 15px;
  }

  .g-header__btn {
    width: 80px;
    height: 80px;
  }

  .g-header__btn span {
    width: 30px;
    height: 3px;
  }

  .g-header__btn span+span {
    margin-top: 9px;
  }

  .g-header__items.--schedule img {
    width: 30px;
  }

  .g-header__items.--ticket img {
    width: 38px;
  }

  .g-header__items.--seat img {
    width: 35px;
  }

  .g-header__items.--buy img {
    width: 35px;
  }

  .g-header__items.--rule img {
    width: 35px;
  }

  .g-header__items.--faq img {
    width: 40px;
  }

  .g-header__items.--note img {
    width: 50px;
  }

  .g-header__items.--partner img {
    width: 45px;
  }

  .g-header__items.--info img {
    width: 45px;
  }

  .g-header__items:nth-child(n+2) {
    border-top: 2px solid #fff;
  }

  .g-header__items img {
    position: absolute;
    left: 30px;
  }

  .g-header__link {
    padding: 25px 30px;
    padding-left: 90px;
    width: 350px;
    font-size: 18px;
  }

  .g-header__link img {
    width: 32px;
    margin-right: 10px;
  }

  .g-header__list {
    top: 80px;
    height: calc(100vh - 80px);
  }
}

@media (max-width: 767px) {
  .g-header {
    height: 13.3333333333vw;
    /* padding-right: 13.3333333333vw; */
  }

  .g-header__logo {
    margin: 0 auto;
    width: 43.2vw;
  }

  .g-header__lang {
    right: 14.6666666667vw;
  }

  .g-header__lang a {
    font-size: 3.2vw;
    padding: 0 1.3333333333vw;
  }

  .g-header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }

  .g-header__btn span {
    width: 7.3333333333vw;
    height: 0.8vw;
  }

  .g-header__btn span+span {
    margin-top: 1.2vw;
  }

  .g-header__items.--schedule img {
    width: 5.6vw;
  }

  .g-header__items.--ticket img {
    width: 8vw;
  }

  .g-header__items.--seat img {
    width: 6vw;
  }

  .g-header__items.--buy img {
    width: 6.4vw;
  }

  .g-header__items.--rule img {
    width: 6vw;
  }

  .g-header__items.--faq img {
    width: 7.4666666667vw;
  }

  .g-header__items.--note img {
    width: 8.8vw;
  }

  .g-header__items.--partner img {
    width: 7.6vw;
  }

  .g-header__items.--info img {
    width: 7.6vw;
  }

  .g-header__items:nth-child(n+2) {
    border-top: 0.2666666667vw solid #fff;
  }

  .g-header__link {
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .g-header__link img {
    width: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }

  .g-header__list {
    top: 13.3333333333vw;
    height: calc(100vh - 13.3333333333vw);
    min-width: 40vw;
  }
}

.g-footer {
  background: #281e37;
}

.g-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-footer__logo {
  display: block;
  margin: 0 auto;
}

.g-footer__copy {
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .g-footer {
    padding: 95px 0 105px;
  }

  .g-footer__sns {
    margin-bottom: 90px;
  }

  .g-footer__items {
    margin: 0 48px;
  }

  .g-footer__items.--x {
    width: 47px;
  }

  .g-footer__items.--fb {
    width: 27px;
  }

  .g-footer__items.--ig {
    width: 53px;
  }

  .g-footer__items.--yt {
    width: 57px;
  }

  .g-footer__items.--tt {
    width: 46px;
  }

  .g-footer__logo {
    width: 432px;
    margin-bottom: 35px;
  }

  .g-footer__copy {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .g-footer {
    padding: 12.6666666667vw 0 20.6666666667vw;
  }

  .g-footer__sns {
    margin-bottom: 12vw;
  }

  .g-footer__items {
    margin: 0 6.4vw;
  }

  .g-footer__items.--x {
    width: 6.2666666667vw;
  }

  .g-footer__items.--fb {
    width: 3.6vw;
  }

  .g-footer__items.--ig {
    width: 7.0666666667vw;
  }

  .g-footer__items.--yt {
    width: 7.6vw;
  }

  .g-footer__items.--tt {
    width: 6.1333333333vw;
  }

  .g-footer__logo {
    width: 57.6vw;
    margin-bottom: 4.6666666667vw;
  }

  .g-footer__copy {
    font-size: 2.4vw;
  }
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.btn_color {
  background-color: #ff8b2e;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2px 0 0 2px;
}

.btn01 {
  top: 24%;
  right: 27%;
}

@media (max-width: 1080px) {
  .btn01 {
    top: 24%;
    right: 27%;
  }
}

.btn02 {
  top: 32%;
  left: 10%;
}

@media (max-width: 1080px) {
  .btn02 {
    top: 32%;
    left: 10%;
  }
}

.btn03 {
  top: 42%;
  left: 17%;
}

@media (max-width: 1080px) {
  .btn03 {
    top: 42%;
    left: 17%;
  }
}

.btn04 {
  top: 46%;
  right: 52%;
}

@media (max-width: 1080px) {
  .btn04 {
    top: 46%;
    right: 52%;
  }
}

.btn05 {
  top: 40%;
  right: 35%;
}

@media (max-width: 1080px) {
  .btn05 {
    top: 40%;
    right: 35%;
  }
}


.btn06 {
  top: 36%;
  right: 90%;
}

.btn07 {
  top: 38.2%;
  right: 89.5%;
}

.btn08 {
  top: 45%;
  right: 83.5%;
}

.btn09 {
  top: 48%;
  right: 82.5%;
}

.btn10 {
  top: 49%;
  right: 78.5%;
}

.btn11 {
  top: 50%;
  right: 77%;
}

.btn12 {
  top: 51%;
  right: 75.5%;
}

.btn13 {
  top: 50.5%;
  right: 55.5%;
}

.btn14 {
  top: 50.5%;
  right: 55.5%;
}

.btn15 {
  top: 49.5%;
  right: 49.5%;
}

.btn16 {
  top: 49.5%;
  right: 48%;
}

.btn17 {
  top: 46%;
  right: 42%;
}

.btn18 {
  top: 37.5%;
  right: 31.5%;
}

.btn19 {
  top: 30%;
  right: 30%;
}

.btn20 {
  top: 30%;
  right: 33%;
}

.btn21 {
  top: 28%;
  right: 35%;
}

.btn22 {
  top: 93%;
  right: 86%;
}

.btn23 {
  top: 88%;
  right: 88%;
}

.btn24 {
  top: 69%;
  right: 66.5%;
}

.btn25 {
  top: 32%;
  right: 11.5%;
}

.btn26 {
  top: 31%;
  right: 8.5%;
}

.btn27 {
  top: 25%;
  right: 14.5%;
}

.btn28 {
  top: 22%;
  right: 12%;
}

.btn29 {
  top: 26%;
  right: 8.5%;
}

.btn30 {
  top: 17%;
  right: 43.2%;
}

.btn16 .btn_color,
.btn17 .btn_color,
.btn18 .btn_color,
.btn19 .btn_color,
.btn20 .btn_color,
.btn21 .btn_color,
.btn22 .btn_color,
.btn23 .btn_color,
.btn24 .btn_color,
.btn29 .btn_color {
  font-size: 1.5rem !important;
  letter-spacing: -0.2rem !important;
}

.btn16 .btn_color span,
.btn17 .btn_color span,
.btn18 .btn_color span,
.btn19 .btn_color span,
.btn20 .btn_color span,
.btn21 .btn_color span,
.btn22 .btn_color span,
.btn23 .btn_color span,
.btn24 .btn_color span,
.btn29 .btn_color span {
  display: inline-block !important;
  padding-left: 0 !important;
  padding-right: 2px !important;
  line-height: 1 !important;
  text-align: center !important;
  width: 18px !important;
}

@media (max-width: 787px) {
  .btn06 {
    top: 36%;
    right: 86.5%;
  }

  .btn07 {
    top: 39.2%;
    right: 84.5%;
  }

  .btn08 {
    top: 45%;
    right: 76%;
  }

  .btn09 {
    top: 47.5%;
    right: 74.5%;
  }

  .btn10 {
    top: 48%;
    right: 69.5%;
  }

  .btn11 {
    top: 49%;
    right: 66.5%;
  }

  .btn12 {
    top: 50%;
    right: 63.5%;
  }

  .btn13 {
    top: 50.5%;
    right: 55.5%;
  }

  .btn14 {
    top: 49.5%;
    right: 37.5%;
  }

  .btn15 {
    top: 48.5%;
    right: 24.5%;
  }

  .btn16 {
    top: 47.5%;
    right: 21%;
  }

  .btn17 {
    top: 45%;
    right: 14%;
  }

  .btn18 {
    top: 37%;
    right: -2%;
  }

  .btn19 {
    top: 30%;
    right: -3%;
  }

  .btn20 {
    top: 29.5%;
    right: 2.5%;
  }

  .btn21 {
    top: 27.5%;
    right: 5%;
  }

  .btn22 {
    top: 92.5%;
    right: 79.5%;
  }

  .btn23 {
    top: 87%;
    right: 83%;
  }

  .btn24 {
    top: 70%;
    right: 51.5%;
  }

  .btn25 {
    top: 31%;
    right: -33.5%;
  }

  .btn26 {
    top: 29.5%;
    right: -37.5%;
  }

  .btn27 {
    top: 24%;
    right: -26.5%;
  }

  .btn28 {
    top: 21%;
    right: -30%;
  }

  .btn29 {
    top: 25%;
    right: -35.5%;
  }

  .btn30 {
    top: 16%;
    right: 16.5%;
  }

  .logo_wrap img {
    width: 100% !important;
  }
}

.js_modalBtnWrap {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 2%;
}

.js_modalBtnCont {
  display: block;
  transition: 0.3s;
}

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  transform: scale(1.2, 1.2);
}

.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90vw;
  max-width: 100%;
  background-color: #fff;
  max-height: 600px;
  padding: 40px;
  border-radius: 10px;
  border: 4px solid #613f89;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .js_modalContInner {
    width: 96vw;
    display: block;
    padding: 20px;
  }
}

.js_modalContInner .content_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1080px) {
  .js_modalContInner .content_inner {
    display: block;
  }
}

.js_modalContInner .content_inner .logo_wrap {
  width: 48%;
}

@media (max-width: 1080px) {
  .js_modalContInner .content_inner .logo_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.js_modalContInner .content_inner .txt_wrap {
  width: 48%;
}

@media (max-width: 1080px) {
  .js_modalContInner .content_inner .txt_wrap {
    width: 100%;
  }
}

.js_modalContInner .content_inner .txt_wrap h3 {
  font-size: 3.6rem;
  margin-bottom: 40px;
  color: #613f89;
  border-bottom: 2px solid #613f89;
  padding-bottom: 10px;
}

@media (max-width: 1080px) {
  .js_modalContInner .content_inner .txt_wrap h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.js_modalContInner .content_inner .txt_wrap p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #613f89;
}

.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
}

.js_modalCont>*+* {
  margin-top: 10px;
}

.js_modalContInner>.js_modalClose+* {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  /* overflow: hidden; */
  cursor: pointer;
  z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #613f89;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 3px;
  height: 30px;
}

.js_modalClose::before {
  transform: rotate(45deg);
}

.js_modalClose::after {
  transform: rotate(-45deg);
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 40px;
  background-color: #ccc;
}

.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}

.md_textblock>*+* {
  margin-top: 10px;
}

.md_textblock>*+.js_modalBtnWrap {
  margin-top: 20px;
}

table {
  width: 100%;
}

table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}

table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}

.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

/*# sourceMappingURL=style.css.map */

/* .anotherクラスのみに適用するピンの装飾 */
.another .btn_color {
  background-color: #725997;
  /* width: 50px;
  height: 70px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  padding: 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}


/* 白い丸の背景 */
.another .btn_color span {
  background-color: #fff;
  color: #725997;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(45deg);
  padding-left: 2px;
  padding-bottom: 2px;
  /* ピンの上部に配置 */
}

.another:hover,
.another:focus {
  transition: all 0.3s ease;
  transform: scale(1.2, 1.2);
}

.event .btn_color {
  background-color: #ff8b2e;
}

.event .btn_color span {
  color: #ff8b2e;
}

.medal .btn_color {
  background-color: #ff0000;
}

.medal .btn_color span {
  color: #ff0000;
}

@media (min-width: 768px) {
  .map_lang.g-header__lang {
    right: 30px !important;
  }
}

@media (max-width: 767px) {
  .map_lang.g-header__lang {
    right: 2.666667vw;
  }
}

/* .g-header__list {
  position: fixed;
  right: 0;
  background: #000;
  -webkit-transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  transition: 0.4s cubic-bezier(0.75, 0.04, 0.33, 0.98);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  visibility: hidden;
  opacity: 0;
}

.g-header.is-open .g-header__list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
} */

@media (min-width: 768px) {

  a,
  .--tgl {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  .--tgl:hover {
    opacity: 0.65 !important;
  }
}