@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
  color: #333;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

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

a img {
  border: none;
}
a img:hover {
  border: none;
}
a img:focus {
  opacity: 1;
}

a {
  transition: 0.3s;
  color: #366395;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #366395;
  word-wrap: break-word;
}

a:visited {
  text-decoration: none;
}

ul, ol, dl {
  list-style-position: outside;
}

li, dt, dd {
  font-size: 16px;
  list-style: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  li, dt, dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.inner {
  width: 490px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .inner {
    width: 89.091vw;
  }
}

* {
  margin: 0;
  padding: 0;
}

.scroll {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .scroll {
    overflow: auto;
  }
}

.keyvisual_pc {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: block;
  transition: 0.3s;
  opacity: 1;
  z-index: 999;
  background: url(../img/keyvisual_pc.png) no-repeat, #54C2F0;
  background-size: 100%;
  background-position-x: center;
  background-position-y: bottom;
}
@media print, screen and (min-width: 2001px) {
  .keyvisual_pc {
    background-position-y: top;
  }
}
@media screen and (max-width: 2000px) {
  .keyvisual_pc {
    background-position-y: center;
  }
}
@media screen and (min-height: 960px) {
  .keyvisual_pc {
    background-position-y: bottom;
  }
}
@media screen and (max-width: 1439px) {
  .keyvisual_pc {
    background-position-y: bottom;
  }
}
.keyvisual_pc img {
  width: 634px;
  margin: 50px auto 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .keyvisual_pc {
    display: none;
  }
}
.keyvisual_pc_scroll {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 33px;
  z-index: 9;
  background-color: #124385;
  border-radius: 80px;
}
@media only screen and (max-width: 1024px) {
  .keyvisual_pc_scroll {
    border-radius: 14.545vw;
  }
}
.keyvisual_pc .scrollbar-text {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 22px;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.keyvisual_pc .scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.keyvisual_pc .scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 34px;
  background: #fff;
  animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hide {
  opacity: 0;
  pointer-events: none;
  animation-delay: 2s;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.pc--fix {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 2000px) {
  .pc--fix {
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .pc--fix {
    display: none;
  }
}
.pc--fix_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.pc--fix--list:nth-of-type(1) {
  background: url(../img/contents_bg_left.png) no-repeat left bottom, #54C2F0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 550px) / 2);
  height: 100%;
}
.pc--fix--list:nth-of-type(1) .note {
  display: none;
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(1) .note {
    display: block;
  }
}
@media print, screen and (min-width: 2001px) {
  .pc--fix--list:nth-of-type(1) {
    background-size: 135%;
  }
}
@media screen and (max-width: 2000px) {
  .pc--fix--list:nth-of-type(1) {
    background-size: 162%;
  }
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(1) {
    width: calc((100% - 550px) / 2 + 214px);
    background-size: 750px;
  }
}
.pc--fix--list:nth-of-type(1) .pc--fix--logo {
  width: 370px;
  height: 206px;
  position: absolute;
  top: 65px;
}
@media print, screen and (min-width: 2001px) {
  .pc--fix--list:nth-of-type(1) .pc--fix--logo {
    right: 40px;
    width: 370px;
  }
}
@media screen and (max-width: 2000px) {
  .pc--fix--list:nth-of-type(1) .pc--fix--logo {
    width: 370px;
    right: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(1) .pc--fix--logo {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(1) .pc--fix--nav {
    left: auto;
    right: 80px;
  }
}
.pc--fix--list:nth-of-type(2) {
  background: url(../img/contents_bg_right.png) no-repeat right bottom, #54C2F0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((100% - 550px) / 2);
  height: 100%;
}
@media print, screen and (min-width: 2001px) {
  .pc--fix--list:nth-of-type(2) {
    background-size: 135%;
  }
}
@media screen and (max-width: 2000px) {
  .pc--fix--list:nth-of-type(2) {
    background-size: 162%;
  }
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(2) {
    width: calc((100% - 550px) / 2 - 211px);
    background-size: 650px;
  }
}
@media screen and (max-width: 1439px) {
  .pc--fix--list:nth-of-type(2) .pc--fix--nav {
    display: none;
  }
}
.pc--fix .pc--fix--nav {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 300px;
  background-color: #fff;
  border: 4px solid #124385;
  padding: 48px 45px;
  border-radius: 36px;
}
.pc--fix .pc--fix--nav nav ul li {
  margin-bottom: 12px;
}
.pc--fix .pc--fix--nav nav ul li a {
  color: #124385;
  font-size: 14px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pc--fix .pc--fix--nav nav ul li span {
  font-size: 26px;
}
.pc--fix .pc--fix--nav_list {
  font-size: 18px;
  margin: 0 0 6px 6px;
}
.pc--fix .pc--fix--nav_list li a {
  padding: 0px 0 10px;
  border-bottom: 2px dotted #6a6a6a;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px !important;
}
.pc--fix .pc--fix--nav_list li a::before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
}
.pc--fix .pc--fix--nav_list li:nth-of-type(1) a::before {
  background: url("../img/lineup_anchor01.svg") no-repeat left top;
  background-size: contain;
}
.pc--fix .pc--fix--nav_list li:nth-of-type(2) a::before {
  background: url("../img/lineup_anchor02.svg") no-repeat left top;
  background-size: contain;
}
.pc--fix .pc--fix--nav_list li:nth-of-type(3) a::before {
  background: url("../img/lineup_anchor03.svg") no-repeat left top;
  background-size: contain;
}
.pc--fix .pc--fix--nav_list li:nth-of-type(4) a::before {
  background: url("../img/lineup_anchor04.svg") no-repeat left top;
  background-size: contain;
}
.pc--fix .pc--fix--nav_list li:nth-of-type(5) a::before {
  background: url("../img/lineup_anchor05.svg") no-repeat left top;
  background-size: contain;
}
.pc--fix .pc--fix--nav_list li:last-of-type {
  border-bottom: 0;
}

.nav_sp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .nav_sp {
    display: block;
    /* ハンバーガーアイコンの設置スペース */
    /* ハンバーガーメニューのアイコン */
    /* 三本線の一番上の棒の位置調整 */
    /* 三本線の一番下の棒の位置調整 */
    /* メニューのデザイン*/
    /* メニュー黒ポチを消す */
  }
  .nav_sp .drawer_hidden {
    display: none;
  }
  .nav_sp .drawer_open {
    display: flex;
    height: 13.091vw;
    width: 13.091vw;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
    background-color: #124385;
    border-radius: 10.909vw;
    top: 4.364vw;
    right: 3.273vw;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .nav_sp .drawer_open.show {
    pointer-events: all;
    opacity: 1;
    transition: 0.3s ease;
    transition: opacity 0.5s;
  }
  .nav_sp .drawer_open span:nth-child(1),
  .nav_sp .drawer_open span:nth-child(2) {
    content: "";
    display: block;
    height: 0.545vw;
    width: 5.455vw;
    background: #ffffff;
    transition: 0.5s;
    position: absolute;
  }
  .nav_sp .drawer_open span:nth-child(1) {
    top: 4vw;
  }
  .nav_sp .drawer_open span:nth-child(2) {
    top: 5.455vw;
  }
  .nav_sp .drawer_open span:nth-child(3) {
    position: absolute;
    top: 6.545vw;
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-weight: 650;
    height: 2.364vw;
    width: 9.091vw;
    display: block;
    right: 1.818vw;
    font-size: 2.364vw;
  }
  .nav_sp .drawer_open span:nth-child(4) {
    position: absolute;
    top: 6.545vw;
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-weight: 650;
    height: 2.364vw;
    width: 9.091vw;
    display: none;
    right: 1.818vw;
    font-size: 2.364vw;
  }
  .nav_sp .drawer_open.active span:nth-child(3) {
    display: none;
  }
  .nav_sp .drawer_open.active span:nth-child(4) {
    display: block;
  }
  .nav_sp .drawer_open.active span:nth-child(1) {
    top: 4.727vw;
    transform: rotate(25deg);
  }
  .nav_sp .drawer_open.active span:nth-child(2) {
    top: 4.727vw;
    transform: rotate(-25deg);
  }
  .nav_sp .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #54C2F0;
    transition: 0.5s;
  }
  .nav_sp .nav_content::before {
    width: 100%;
    height: 171.455vw;
    display: block;
    content: "";
    background: url("../img/nav_decoretion.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .nav_sp .nav_content.active {
    left: 0;
  }
  .nav_sp .nav_list {
    list-style: none;
    width: 80vw;
    background-color: #fff;
    border: 0.727vw solid #124385;
    padding: 12.364vw 13.818vw;
    border-radius: 6.545vw;
    margin: 20vw auto 0;
  }
  .nav_sp .nav_list li {
    margin-bottom: 4.727vw;
  }
  .nav_sp .nav_list li a {
    color: #124385;
    font-size: 3.273vw;
    font-weight: 650;
    display: flex;
    align-items: center;
    gap: 2.182vw;
    line-height: 100%;
  }
  .nav_sp .nav_list li span {
    font-size: 6.545vw;
    line-height: 100%;
  }
  .nav_sp .nav_list .nav_item_lineup {
    margin: 0 0 1.455vw 4.364vw;
  }
  .nav_sp .nav_list .nav_item_lineup li {
    margin-bottom: 0;
  }
  .nav_sp .nav_list .nav_item_lineup li a {
    font-size: 4vw;
    padding: 1.636vw 0 2.182vw;
    border-bottom: 0.364vw dotted #6a6a6a;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 0.545vw;
  }
  .nav_sp .nav_list .nav_item_lineup li a::before {
    width: 4.727vw;
    height: 4.727vw;
    display: block;
    content: "";
    margin-top: 0.545vw;
  }
  .nav_sp .nav_list .nav_item_lineup li:nth-of-type(1) a::before {
    background: url("../img/lineup_anchor01.svg") no-repeat left top;
    background-size: contain;
  }
  .nav_sp .nav_list .nav_item_lineup li:nth-of-type(2) a::before {
    background: url("../img/lineup_anchor02.svg") no-repeat left top;
    background-size: contain;
  }
  .nav_sp .nav_list .nav_item_lineup li:nth-of-type(3) a::before {
    background: url("../img/lineup_anchor03.svg") no-repeat left top;
    background-size: contain;
  }
  .nav_sp .nav_list .nav_item_lineup li:nth-of-type(4) a::before {
    background: url("../img/lineup_anchor04.svg") no-repeat left top;
    background-size: contain;
  }
  .nav_sp .nav_list .nav_item_lineup li:nth-of-type(5) a::before {
    background: url("../img/lineup_anchor05.svg") no-repeat left top;
    background-size: contain;
  }
  .nav_sp .nav_list .nav_item_lineup li:last-of-type {
    border-bottom: 0;
  }
  .nav_sp .nav_content.active {
    left: 0;
  }
}

.contents {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding-top: 500px;
}
@media screen and (max-width: 1439px) {
  .contents {
    margin-right: calc((100% - 550px) / 2 - 211px);
  }
}
@media only screen and (max-width: 1024px) {
  .contents {
    max-width: 100%;
    padding-top: 0;
    margin: 0;
  }
}
.contents .keyvisual {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contents .keyvisual {
    display: block;
    height: 174.545vw;
    width: 100%;
    position: relative;
  }
}
.contents .keyvisual_sp {
  width: 100%;
  background-color: #54C2F0;
  height: 163.636vw;
  position: absolute;
  margin-top: -0.182vw;
  top: 0;
  z-index: 1;
}
.contents .keyvisual .logo {
  width: 74.182vw;
  margin: 0 auto 100.182vw;
  position: relative;
  top: 10.909vw;
  padding-bottom: 14.909vw;
  z-index: 2;
}
.contents .keyvisual .date {
  width: 78.182vw;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.contents .news {
  position: relative;
  z-index: 1;
  background-color: #F2FFE7;
  padding: 80px 0 94px;
  /* アコーディオンメニュー （Q&Aの場合）*/
}
.contents .news::after {
  width: 100%;
  height: 23px;
  content: "";
  display: block;
  background: url("../img/wave_bg_under.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  z-index: 6;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .news::after {
    height: 4.182vw;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .news {
    padding: 14.545vw 0 17.091vw;
  }
}
.contents .news::before {
  width: 100%;
  height: 78px;
  content: "";
  display: block;
  background: url("../img/wave_bg.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .contents .news::before {
    height: 14.182vw;
  }
}
.contents .news_decoration {
  width: 196px;
  height: 209px;
  content: "";
  display: block;
  background: url("../img/news_decoration.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .news_decoration {
    width: 35.636vw;
    height: 38vw;
    right: -0.727vw;
  }
}
.contents .news h2 {
  color: #124385;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .news h2 {
    font-size: 12.727vw;
    line-height: 100%;
    margin-bottom: 0;
  }
}
.contents .news h2 span {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 200%;
}
@media only screen and (max-width: 1024px) {
  .contents .news h2 span {
    gap: 1.818vw;
    font-size: 3.636vw;
  }
}
.contents .news h2 span::before {
  width: 30px;
  height: 1px;
  display: block;
  content: "";
  background-color: #124385;
}
@media only screen and (max-width: 1024px) {
  .contents .news h2 span::before {
    width: 5.455vw;
  }
}
.contents .news li {
  padding: 20px 0;
  border-bottom: 1px solid #B8CDCC;
}
@media only screen and (max-width: 1024px) {
  .contents .news li {
    padding: 3.636vw 0;
  }
}
.contents .news li:last-child {
  border-bottom: none;
}
.contents .news li:first-child {
  border-bottom: 1px solid #B8CDCC;
}
.contents .news li .list {
  display: none;
  font-size: 14px;
  line-height: 150%;
  width: 430px;
  margin-top: 16px;
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .contents .news li .list {
    font-size: 2.545vw;
    width: 78.182vw;
    margin-top: 2.909vw;
  }
}
.contents .news li .list-open {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 1024px) {
  .contents .news li .list-open {
    gap: 5.091vw;
  }
}
.contents .news li .list-open p {
  font-size: 18px;
  width: 430px;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .news li .list-open p {
    font-size: 3.273vw;
    width: 78.182vw;
  }
}
.contents .news li .list-open p span {
  font-size: 16px;
  line-height: 210%;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .contents .news li .list-open p span {
    font-size: 2.909vw;
    line-height: 210%;
  }
}
.contents .news li .list-open::after {
  /* 閉じている時 */
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  background: url("../img/news_plus.svg") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .news li .list-open::after {
    width: 5.818vw;
    height: 5.818vw;
  }
}
.contents .news li .list-open.active::after {
  background: url("../img/news_minus.svg") no-repeat left top;
  background-size: contain;
}
.contents .about {
  position: relative;
  padding: 134px 0 390px;
}
@media only screen and (max-width: 1024px) {
  .contents .about {
    padding: 24.364vw 0 70.909vw;
  }
}
.contents .about::before {
  width: 531px;
  height: 281px;
  display: block;
  content: "";
  background: url("../img/about_decoration.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .about::before {
    width: 96.545vw;
    height: 51.091vw;
    top: -14.545vw;
  }
}
.contents .about::after {
  width: 100%;
  height: 307px;
  content: "";
  display: block;
  background: url("../img/event_curb.svg") no-repeat left top;
  background-size: contain;
  background-position-y: 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 8;
}
@media only screen and (max-width: 1024px) {
  .contents .about::after {
    height: 55.818vw;
  }
}
.contents .about h2 {
  font-size: 16px;
  padding-bottom: 15px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 650;
  width: 350px;
  color: #124385;
  background: url("../img/about_line.svg") no-repeat left bottom;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .about h2 {
    width: 63.636vw;
    font-size: 2.909vw;
    padding-bottom: 2.727vw;
    margin: 0 auto 3.636vw;
  }
}
.contents .about h2 span {
  font-size: 22px;
  letter-spacing: ー2px;
}
@media only screen and (max-width: 1024px) {
  .contents .about h2 span {
    font-size: 4vw;
    letter-spacing: -0.036vw;
  }
}
.contents .about p {
  text-align: center;
  font-size: 24px;
  color: #124385;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .contents .about p {
    font-size: 4.364vw;
    margin-bottom: 5.455vw;
  }
}
.contents .about p:last-of-type {
  font-size: 18px;
  margin-bottom: 72px;
  line-height: 220%;
  /* 39.6px */
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 1024px) {
  .contents .about p:last-of-type {
    font-size: 3.273vw;
    margin-bottom: 13.091vw;
    letter-spacing: -0.036vw;
  }
}
.contents .about_img {
  width: 490px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_img {
    width: 89.091vw;
    margin: 0 auto 7.273vw;
  }
}
.contents .about_sponsor {
  /* 画像のサイズ調整 */
}
.contents .about_sponsor h3 {
  width: 430px;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
  font-size: 22px;
  font-weight: 650;
  color: #124385;
  border-bottom: 2px dotted #54C2F0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor h3 {
    width: 78.182vw;
    padding-bottom: 4.364vw;
    font-size: 4vw;
    margin-bottom: 5.818vw;
  }
}
.contents .about_sponsor .swiper-wrapper {
  transition-timing-function: linear;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor .swiper-wrapper {
    gap: 3.636vw;
  }
}
.contents .about_sponsor .swiper-container {
  overflow: hidden;
}
.contents .about_sponsor .swiper-slide {
  width: 100px !important;
}
.contents .about_sponsor .swiper-slide img {
  display: block;
}
.contents .about_sponsor .about_sponsor_list {
  display: flex;
  height: 46px;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor .about_sponsor_list {
    height: 8.364vw;
    gap: 4.545vw;
  }
}
.contents .about_sponsor .about_sponsor_list p {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor .about_sponsor_list p {
    font-size: 2.909vw;
  }
}
.contents .about_sponsor .about_sponsor_list div:nth-of-type(1) {
  width: 116px;
  height: 35px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor .about_sponsor_list div:nth-of-type(1) {
    width: 21.091vw;
    height: 6.364vw;
  }
}
.contents .about_sponsor .about_sponsor_list div:nth-of-type(2) {
  width: 156px;
  height: 46px;
}
@media only screen and (max-width: 1024px) {
  .contents .about_sponsor .about_sponsor_list div:nth-of-type(2) {
    width: 28.364vw;
    height: 8.364vw;
  }
}
.contents .event {
  background-color: #9BC83A;
  padding: 5px 0 65px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .event {
    padding: 0.909vw 0 11.818vw 0;
  }
}
.contents .event::before {
  width: 529px;
  height: 415px;
  display: block;
  content: "";
  background: url("../img/event_decoration.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -300px;
  right: 5px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .event::before {
    width: 96.182vw;
    height: 75.455vw;
    top: -54.545vw;
    right: 0.909vw;
  }
}
.contents .event::after {
  width: 100%;
  height: 121px;
  display: block;
  content: "";
  background: url("../img/event_decoration_under.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .event::after {
    height: 22vw;
    bottom: 5.455vw;
  }
}
.contents .event_content {
  width: 490px;
  margin: 0 auto;
  padding: 52px 40px 70px;
  background-color: #fff;
  border: 3px solid #1D9E50;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content {
    width: 89.091vw;
    padding: 9.455vw 7.273vw 12.727vw;
    border: 0.545vw solid #1D9E50;
    border-radius: 9.091vw;
  }
}
.contents .event_content_list {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content_list {
    margin-bottom: 6.545vw;
  }
}
.contents .event_content_list h3 {
  font-size: 38px;
  color: #124385;
  margin-bottom: 10px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content_list h3 {
    font-size: 6.909vw;
    margin-bottom: 1.818vw;
  }
}
.contents .event_content_list h3 span {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content_list h3 span {
    font-size: 3.636vw;
    gap: 1.455vw;
  }
}
.contents .event_content_list h3 span::before {
  width: 30px;
  height: 1px;
  background-color: #124385;
  content: "";
  display: block;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content_list h3 span::before {
    width: 5.455vw;
  }
}
.contents .event_content_list p {
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content_list p {
    font-size: 4vw;
  }
}
.contents .event_content .location p {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .location p {
    margin-bottom: 3.636vw;
    font-size: 4vw;
  }
}
.contents .event_content .location p span {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .location p span {
    font-size: 3.273vw;
  }
}
.contents .event_content .location .link a {
  color: #124385;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 9px 18px 9px 62px;
  width: 260px;
  border: 2px solid #124385;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .location .link a {
    width: 47.273vw;
    font-size: 2.909vw;
    border-radius: 9.091vw;
    padding: 1.636vw 3.273vw 1.636vw 11.273vw;
  }
}
.contents .event_content .location .link a::before {
  width: 13px;
  height: 16px;
  display: block;
  content: "";
  background: url("../img/icon_map.svg") no-repeat left top;
  background-size: contain;
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .location .link a::before {
    width: 2.364vw;
    height: 2.909vw;
    margin-right: 1.455vw;
  }
}
.contents .event_content .location .link a::after {
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  background: url("../img/event_arrow.svg") no-repeat left top;
  background-size: contain;
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .location .link a::after {
    width: 2.182vw;
    height: 2.182vw;
    margin-left: 7.273vw;
  }
}
.contents .event_content .access {
  margin-bottom: 0;
}
.contents .event_content .access h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .access h3 {
    margin-bottom: 3.636vw;
  }
}
.contents .event_content .access .link a {
  color: #124385;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  padding: 10px 18px 10px 52px;
  width: 260px;
  border: 2px solid #124385;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .access .link a {
    width: 47.273vw;
    font-size: 2.909vw;
    border-radius: 9.091vw;
    gap: 5.455vw;
    padding: 1.818vw 3.273vw 1.818vw 9.455vw;
  }
}
.contents .event_content .access .link a::after {
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  background: url("../img/event_arrow.svg") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .event_content .access .link a::after {
    width: 2.182vw;
    height: 2.182vw;
  }
}
.contents .lineup {
  padding: 110px 0 262px 0;
  position: relative;
  /* モーダル内スライダー */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
}
@media only screen and (max-width: 1024px) {
  .contents .lineup {
    padding: 20vw 0 47.636vw 0;
  }
}
.contents .lineup::before {
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  background: url("../img/event_bg_undercurb.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  background-position-y: -5px;
  top: -1px;
  left: 0;
  z-index: 8;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup::before {
    height: 9.091vw;
    background-position-y: -0.727vw;
  }
}
.contents .lineup h2 {
  width: -moz-fit-content;
  width: fit-content;
  color: #124385;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 26px;
  display: grid;
  align-items: center;
  gap: 0 28px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup h2 {
    font-size: 12.727vw;
    margin-bottom: 4.727vw;
    gap: 0 5.091vw;
  }
}
.contents .lineup h2 span {
  font-size: 20px;
  display: flex;
  align-items: center;
  grid-column: 1/3;
  grid-row: 1/2;
  line-height: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup h2 span {
    font-size: 3.636vw;
    margin-bottom: 2.182vw;
  }
}
.contents .lineup h2 span::before {
  width: 30px;
  height: 1px;
  display: block;
  content: "";
  background-color: #124385;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup h2 span::before {
    width: 5.455vw;
    margin-right: 1.818vw;
  }
}
.contents .lineup h2::after {
  width: 77px;
  height: 9px;
  display: block;
  content: "";
  background: url("../img/dot.svg") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup h2::after {
    width: 14vw;
    height: 1.636vw;
  }
}
.contents .lineup_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 12px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_anchor {
    gap: 1.818vw 2vw;
    margin-bottom: 18.182vw;
  }
}
.contents .lineup_anchor_list {
  position: relative;
}
.contents .lineup_anchor_list a {
  width: 239px;
  color: #333;
  font-weight: 650;
  padding: 14px 20px 14px 12px;
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 8px;
  border-radius: 12px;
  border: 2.5px solid #187A3B;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_anchor_list a {
    width: 43.455vw;
    padding: 2.545vw 3.636vw 2.545vw 2.182vw;
    font-size: 3.091vw;
    gap: 1.455vw;
    border-radius: 2.182vw;
    border: 0.455vw solid #187A3B;
  }
}
.contents .lineup_anchor_list a::before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-size: 100%;
  margin-top: 3px;
  background-size: contain !important;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_anchor_list a::before {
    width: 3.636vw;
    height: 3.636vw;
    margin-top: 0.545vw;
  }
}
.contents .lineup_anchor_list::after {
  width: 14px;
  height: 8px;
  display: block;
  content: "";
  background: url("../img/lineup_arrow.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_anchor_list::after {
    top: 4.545vw;
    right: 2.909vw;
    width: 2.545vw;
    height: 1.455vw;
  }
}
.contents .lineup_anchor_list:nth-of-type(1) a::before {
  background: url("../img/lineup_anchor01.svg") no-repeat left top;
}
.contents .lineup_anchor_list:nth-of-type(2) a::before {
  background-size: contain;
  background: url("../img/lineup_anchor02.svg") no-repeat left top;
}
.contents .lineup_anchor_list:nth-of-type(3) a::before {
  background: url("../img/lineup_anchor03.svg") no-repeat left top;
}
.contents .lineup_anchor_list:nth-of-type(4) a::before {
  background: url("../img/lineup_anchor04.svg") no-repeat left top;
}
.contents .lineup_anchor_list:nth-of-type(5) a::before {
  background: url("../img/lineup_anchor05.svg") no-repeat left top;
}
.contents .lineup_area {
  position: relative;
  margin-bottom: 110px;
}
.contents .lineup_area:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area {
    margin-bottom: 20vw;
  }
}
.contents .lineup_area_number {
  color: #fff;
  font-size: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 46px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area_number {
    font-size: 4.364vw;
    gap: 2.545vw;
    margin-bottom: 8.364vw;
  }
}
.contents .lineup_area_number span {
  font-size: 36px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area_number span {
    font-size: 6.545vw;
    margin-bottom: 1.455vw;
  }
}
.contents .lineup_area h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 46px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area h3 {
    font-size: 7.273vw;
    margin-bottom: 8.364vw;
  }
}
.contents .lineup_area h3 span {
  font-size: 20px;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area h3 span {
    font-size: 3.636vw;
  }
}
.contents .lineup_area_genre {
  text-align: center;
  font-size: 40px;
  color: #F2971B;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_area_genre {
    font-size: 7.273vw;
    margin-bottom: 7.636vw;
  }
}
.contents .lineup .area_right {
  position: relative;
}
.contents .lineup .area_right h3 {
  padding-top: 102px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .area_right h3 {
    padding-top: 18.545vw;
  }
}
.contents .lineup .area_right .lineup_area_number {
  padding: 16px 40px 8px 40px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 40px 0 0 40px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .area_right .lineup_area_number {
    padding: 2.909vw 7.273vw 1.455vw 7.273vw;
    border-radius: 7.273vw 0 0 7.273vw;
  }
}
.contents .lineup .area_left .lineup_area_number {
  padding: 16px 48px 8px 40px;
  border-radius: 0 40px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .area_left .lineup_area_number {
    padding: 2.909vw 8.727vw 1.455vw 7.273vw;
    border-radius: 0 7.273vw 7.273vw 0;
  }
}
.contents .lineup .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 26px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content {
    gap: 5.455vw 4.727vw;
  }
}
.contents .lineup .content button {
  width: 228px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content button {
    width: 41.455vw;
  }
}
.contents .lineup .content button .content_img {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content button .content_img {
    margin-bottom: 1.818vw;
  }
}
.contents .lineup .content button .content_img img {
  border: 2px solid #124385;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content button .content_img img {
    border-radius: 3.636vw;
  }
}
.contents .lineup .content button .content_img::after {
  width: 30px;
  height: 30px;
  content: "＋";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  background-color: #124385;
  color: #fff;
  font-size: 20px;
  bottom: 0;
  right: 0;
  border-radius: 10px 0px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content button .content_img::after {
    width: 5.455vw;
    height: 5.455vw;
    font-size: 3.636vw;
    border-radius: 1.818vw 0;
  }
}
.contents .lineup .content button p {
  font-size: 20px;
  text-align: center;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content button p {
    font-size: 3.636vw;
  }
}
.contents .lineup .content .date0913::before {
  width: 68px;
  height: 68px;
  display: block;
  content: "";
  background: url("../img/lineup_date0913.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: -8px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content .date0913::before {
    width: 12.364vw;
    height: 12.364vw;
    top: -3.273vw;
    left: -1.455vw;
  }
}
.contents .lineup .content .date0914::before {
  width: 68px;
  height: 68px;
  display: block;
  content: "";
  background: url("../img/lineup_date0914.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: -8px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .content .date0914::before {
    width: 12.364vw;
    height: 12.364vw;
    top: -3.273vw;
    left: -1.455vw;
  }
}
.contents .lineup .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 1439px) {
  .contents .lineup .modal {
    justify-content: flex-start;
    margin-left: calc((100% - 550px) / 2 + 210px);
    max-width: 551px;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal {
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
.contents .lineup .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.contents .lineup .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents .lineup .modal_scroll {
  display: block;
  margin-bottom: 90px;
  width: 370px;
  height: 180px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal_scroll {
    width: 67.273vw;
    height: 32.727vw;
    margin-bottom: 16.364vw;
  }
}
.contents .lineup .modal_scroll_list {
  width: 360px;
  height: 180px;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal_scroll_list {
    width: 65.455vw;
    height: 32.727vw;
    padding: 1.818vw 0;
  }
}
.contents .lineup .modal_scroll .text_scroll {
  overflow-y: scroll;
}
.contents .lineup .modal__content {
  position: relative;
  border-radius: 40px;
  border: 4px solid #187A3B;
  background: #fff;
  max-width: 490px;
  padding: 30px 60px 50px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__content {
    border: 0.727vw solid #187A3B;
    max-width: 89.091vw;
    max-height: 158.182vw;
    height: auto;
    padding: 5.455vw 10.909vw 9.091vw;
    border-radius: 7.273vw;
  }
}
.contents .lineup .modal_genre {
  text-align: center;
  font-size: 20px;
  font-weight: 650;
  color: #9BC83A;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal_genre {
    font-size: 3.636vw;
    position: relative;
    margin-bottom: 3.636vw;
  }
}
.contents .lineup .modal__slide {
  position: relative;
  z-index: 11;
}
.contents .lineup .modal__slide .modal_img {
  width: 360px;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_img {
    width: 65.455vw;
    margin-bottom: 4.727vw;
  }
}
.contents .lineup .modal__slide .modal_img img {
  border-radius: 16px;
  border: 1px solid #333;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_img img {
    border-radius: 2.909vw;
  }
}
.contents .lineup .modal__slide h4 {
  font-size: 30px;
  font-weight: 650;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide h4 {
    font-size: 5.455vw;
    margin-bottom: 1.455vw;
  }
}
.contents .lineup .modal__slide h4 span {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide h4 span {
    font-size: 3.636vw;
  }
}
.contents .lineup .modal__slide .modal_official {
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_official {
    font-size: 3.636vw;
    margin-bottom: 3.636vw;
  }
}
.contents .lineup .modal__slide .modal_content {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_content {
    font-size: 2.909vw;
  }
}
.contents .lineup .modal__slide .modal_link a {
  font-size: 16px;
  margin-top: 10px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_link a {
    margin-top: 1.818vw;
    font-size: 2.909vw;
  }
}
.contents .lineup .modal__slide .modal_link p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__slide .modal_link p {
    font-size: 2.909vw;
  }
}
.contents .lineup .modal__close-btn {
  position: absolute;
  left: 110px;
  display: flex;
  width: 260px;
  height: 50px;
  padding: 12px 28px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
  bottom: 50px;
  border-radius: 60px;
  background: #1D9E50;
  color: #fff;
  font-size: 20px;
  font-weight: 650;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .modal__close-btn {
    width: 47.273vw;
    height: 9.091vw;
    padding: 2.182vw 5.091vw;
    border-radius: 10.909vw;
    font-size: 3.636vw;
    bottom: 9.091vw;
    left: 20vw;
  }
}
.contents .lineup .swiper-button-prev {
  display: flex;
  width: 60px !important;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #dbf7b3;
  border-radius: 60px;
  padding: 15px;
  content: url(../img/arrow_urban.svg);
  border: 3px solid #187A3B;
  position: absolute;
  left: -30px;
  top: 405px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .swiper-button-prev {
    width: 10.909vw !important;
    height: 10.909vw;
    padding: 2.727vw;
    border: 0.545vw solid #187A3B;
    left: -5.455vw;
    top: 73.636vw;
    border-radius: 10.909vw;
  }
}
.contents .lineup .swiper-button-next {
  display: flex;
  width: 60px !important;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #dbf7b3;
  border-radius: 60px;
  padding: 15px;
  border: 3px solid #187A3B;
  content: url(../img/arrow_urban.svg);
  transform: rotate(180deg);
  right: -30px;
  position: absolute;
  top: 405px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .swiper-button-next {
    width: 10.909vw !important;
    height: 10.909vw;
    padding: 2.727vw;
    border: 0.545vw solid #187A3B;
    right: -5.455vw;
    top: 73.636vw;
    border-radius: 10.909vw;
  }
}
.contents .lineup .urbansports {
  position: relative;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .urbansports {
    margin-bottom: 25.455vw;
  }
}
.contents .lineup .urbansports::before {
  width: 265px;
  height: 240px;
  display: block;
  content: "";
  background: url("../img/lineup_content01_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -120px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .urbansports::before {
    width: 48.182vw;
    height: 43.636vw;
    top: -21.818vw;
  }
}
.contents .lineup .urbansports .lineup_area_number {
  background-color: #1D9E50;
}
.contents .lineup .urbansports .modal_official {
  color: #1D9E50;
}
.contents .lineup .esports::before {
  width: 275px;
  height: 213px;
  display: block;
  content: "";
  background: url("../img/lineup_content02_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .esports::before {
    width: 50vw;
    height: 38.727vw;
    top: -14.545vw;
  }
}
.contents .lineup .esports .lineup_area_number {
  background-color: #54C2F0;
}
.contents .lineup .esports .modal__content {
  border: 4px solid #54C2F0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .esports .modal__content {
    border: 0.727vw solid #54C2F0;
  }
}
.contents .lineup .esports .swiper-button-prev,
.contents .lineup .esports .swiper-button-next {
  content: url("../img/arrow_esport.svg");
  background-color: #BAE9FF;
  border: 3px solid #1B7EBE;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .esports .swiper-button-prev,
  .contents .lineup .esports .swiper-button-next {
    border: 0.545vw solid #1B7EBE;
  }
}
.contents .lineup .esports .modal__close-btn {
  background-color: #54C2F0;
}
.contents .lineup .esports .modal_genre {
  color: #54C2F0;
}
.contents .lineup .esports .modal_official {
  color: #54C2F0;
}
.contents .lineup .live::before {
  width: 287px;
  height: 221px;
  display: block;
  content: "";
  background: url("../img/lineup_content03_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .live::before {
    width: 52.182vw;
    height: 40.182vw;
    top: -10.909vw;
  }
}
.contents .lineup .live .lineup_area_number {
  background-color: #F2971B;
}
.contents .lineup .live .modal__content {
  border: 4px solid #F2971B;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .live .modal__content {
    border: 0.727vw solid #F2971B;
  }
}
.contents .lineup .live .modal__content::before {
  width: 120px;
  height: 120px;
  display: block;
  content: "";
  background: url("../img/icon_live0913.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .live .modal__content::before {
    width: 21.818vw;
    height: 21.818vw;
    top: -3.636vw;
    left: -3.636vw;
  }
}
.contents .lineup .live .swiper-button-prev,
.contents .lineup .live .swiper-button-next {
  content: url("../img/arrow_live.svg");
  background-color: #FFEFD8;
  border: 3px solid #F2971B;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .live .swiper-button-prev,
  .contents .lineup .live .swiper-button-next {
    border: 0.545vw solid #F2971B;
  }
}
.contents .lineup .live .modal__close-btn {
  background-color: #F2971B;
}
.contents .lineup .live .modal_genre {
  color: #F2971B;
}
.contents .lineup .live .modal_official {
  color: #F2971B;
}
.contents .lineup .foods::before {
  width: 290px;
  height: 260px;
  display: block;
  content: "";
  background: url("../img/lineup_content04_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .foods::before {
    width: 52.727vw;
    height: 47.273vw;
    top: -10.909vw;
  }
}
.contents .lineup .foods .lineup_area_number {
  background-color: #EA6061;
}
.contents .lineup .foods .modal__content {
  border: 4px solid #EA6061;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .foods .modal__content {
    border: 0.727vw solid #EA6061;
  }
}
.contents .lineup .foods .modal__content::before {
  width: 120px;
  height: 120px;
  display: block;
  content: "";
  background: url("../img/icon_foods.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .foods .modal__content::before {
    width: 21.818vw;
    height: 21.818vw;
    top: -3.636vw;
    left: -3.636vw;
  }
}
.contents .lineup .foods .swiper-button-prev,
.contents .lineup .foods .swiper-button-next {
  content: url("../img/arrow_foods.svg");
  background-color: #FFDDDD;
  border: 3px solid #EA6061;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .foods .swiper-button-prev,
  .contents .lineup .foods .swiper-button-next {
    border: 0.545vw solid #EA6061;
  }
}
.contents .lineup .foods .modal__close-btn {
  background-color: #EA6061;
}
.contents .lineup .foods .modal_genre {
  color: #EA6061;
}
.contents .lineup .foods .modal_official {
  color: #EA6061;
}
.contents .lineup .booth::before {
  width: 260px;
  height: 223px;
  display: block;
  content: "";
  background: url("../img/lineup_content05_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -65px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .booth::before {
    width: 47.273vw;
    height: 40.545vw;
    top: -11.818vw;
  }
}
.contents .lineup .booth .lineup_area_number {
  background-color: #1B7EBE;
}
.contents .lineup .booth .modal__content {
  border: 4px solid #1B7EBE;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .booth .modal__content {
    border: 0.727vw solid #1B7EBE;
  }
}
.contents .lineup .booth .modal__content::before {
  width: 120px;
  height: 120px;
  display: block;
  content: "";
  background: url("../img/icon_booth.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .booth .modal__content::before {
    width: 21.818vw;
    height: 21.818vw;
    top: -3.636vw;
    left: -3.636vw;
  }
}
.contents .lineup .booth .swiper-button-prev,
.contents .lineup .booth .swiper-button-next {
  content: url("../img/arrow_booth.svg");
  background-color: #DDEAFF;
  border: 3px solid #1B7EBE;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup .booth .swiper-button-prev,
  .contents .lineup .booth .swiper-button-next {
    border: 0.545vw solid #1B7EBE;
  }
}
.contents .lineup .booth .modal__close-btn {
  background-color: #1B7EBE;
}
.contents .lineup .booth .modal_genre {
  color: #1B7EBE;
}
.contents .lineup .booth .modal_official {
  color: #1B7EBE;
}
.contents .lineup::after {
  width: 100%;
  height: 91px;
  content: "";
  display: block;
  background: url("../img/attention_curb.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 8;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup::after {
    height: 16.545vw;
    bottom: -0.909vw;
  }
}
.contents .lineup_comingsoon {
  padding: 45px 0 56px;
}
.contents .lineup_comingsoon p {
  font-size: 28px;
  text-align: center;
  color: #124385;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contents .lineup_comingsoon p span {
  letter-spacing: -15px;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_comingsoon p span {
    letter-spacing: -2.727vw;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_comingsoon p {
    font-size: 5.091vw;
    letter-spacing: -0.2px;
    gap: 5.455vw;
  }
}
.contents .lineup_list_andmore {
  width: 228px;
  height: 200px;
  border: 2px solid #124385;
  position: relative;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_list_andmore {
    width: 41.455vw;
    height: 36.364vw;
    border-radius: 3.636vw;
  }
}
.contents .lineup_list_andmore p {
  font-size: 22px;
  color: #124385;
}
@media only screen and (max-width: 1024px) {
  .contents .lineup_list_andmore p {
    font-size: 4vw;
  }
}
.contents .attention {
  background-color: #9BC83A;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contents .attention {
    padding-top: 7.273vw;
  }
}
.contents .attention::before {
  width: 100%;
  height: 411px;
  display: block;
  content: "";
  background: url("../img/attention_decoration.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -240px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .contents .attention::before {
    height: 74.727vw;
    top: -43.636vw;
  }
}
.contents .attention::after {
  width: 264px;
  height: 107px;
  display: block;
  content: "";
  background: url("../img/attention_decoration_under.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .attention::after {
    width: 48vw;
    height: 19.455vw;
  }
}
.contents .attention h2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 28px;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .attention h2 {
    font-size: 5.091vw;
    margin-bottom: 5.091vw;
  }
}
.contents .attention_content {
  margin: 0 auto 46px;
  width: 490px;
  border-radius: 20px;
  border: 3px solid #187A3B;
  background: #FFF;
  padding: 15px 0;
  position: relative;
  height: 202px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_content {
    margin: 0 auto 8.364vw;
    width: 89.091vw;
    border-radius: 3.636vw;
    padding: 2.727vw 0;
    height: 36.727vw;
  }
}
.contents .attention_content_note {
  height: 202px;
  overflow-x: hidden;
  padding: 20px 36px 36px 34px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_content_note {
    height: 36.727vw;
    padding: 3.636vw 6.545vw 6.545vw 6.182vw;
  }
}
.contents .attention_content_note h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_content_note h3 {
    font-size: 3.273vw;
    margin-bottom: 1.455vw;
  }
}
.contents .attention_content_note p {
  width: 410px;
  margin-bottom: 26px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_content_note p {
    width: 74.545vw;
    margin-bottom: 4.727vw;
    font-size: 2.545vw;
  }
}
.contents .attention_content_note p:last-of-type {
  margin-bottom: 0;
}
.contents .attention_decoretion {
  position: relative;
}
.contents .attention_decoretion::before {
  width: 130px;
  height: 89px;
  content: "";
  background: url("../img/attention_decoration_middle.svg") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_decoretion::before {
    width: 96.364vw;
    height: 48vw;
    width: 23.636vw;
    height: 16.182vw;
    bottom: -1.818vw;
  }
}
.contents .attention_sponsor {
  width: 447px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsor {
    width: 81.273vw;
  }
}
.contents .attention_sponsor h3 {
  padding-bottom: 24px;
  border-bottom: 2px dotted #fff;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 650;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsor h3 {
    font-size: 5.091vw;
    border-bottom: 0.364vw dotted #fff;
    padding-bottom: 4.364vw;
    margin-bottom: 3.636vw;
  }
}
.contents .attention_sponsor p {
  font-size: 18px;
  font-weight: 650;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsor p {
    font-size: 3.273vw;
    margin-bottom: 7.273vw;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsor {
    margin-bottom: 5.818vw;
  }
}
.contents .attention_sponsorship {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsorship {
    width: 80vw;
    margin: 0 auto;
  }
}
.contents .attention_sponsorship h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 650;
  padding-bottom: 24px;
  border-bottom: 2px dotted #fff;
  margin-bottom: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsorship h3 {
    padding-bottom: 4.364vw;
    margin-bottom: 3.636vw;
    font-size: 4.364vw;
    border-bottom: 0.364vw dotted #fff;
  }
}
.contents .attention_sponsorship p {
  font-size: 16px;
  font-weight: 650;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsorship p {
    font-size: 2.909vw;
  }
}
@media only screen and (max-width: 1024px) {
  .contents .attention_sponsorship {
    margin-bottom: 5.818vw;
  }
}
.contents .attention .last-child {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention .last-child {
    margin-bottom: 10.909vw;
  }
}
.contents .attention_recruitment {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_recruitment {
    padding-bottom: 5.455vw;
  }
}
.contents .attention_recruitment a {
  width: 430px;
  border-radius: 60px;
  border: 3px solid #187A3B;
  background: #FFF;
  color: #187A3B;
  text-align: center;
  font-size: 24px;
  font-weight: 650;
  display: inline-flex;
  padding: 15px 26px 15px 80px;
  justify-content: flex-end;
  align-items: center;
  gap: 105px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_recruitment a {
    border-radius: 10.909vw;
    border: 0.545vw solid #187A3B;
    width: 78.182vw;
    font-size: 4.364vw;
    padding: 2.727vw 4.727vw 2.727vw 14.545vw;
    gap: 19.091vw;
  }
}
.contents .attention_recruitment a::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background: url("../img/contact_arrow.svg") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_recruitment a::after {
    width: 3.273vw;
    height: 3.273vw;
  }
}
.contents .attention_contact {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 112px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_contact {
    padding-bottom: 20.364vw;
  }
}
.contents .attention_contact a {
  width: 430px;
  border-radius: 60px;
  border: 3px solid #187A3B;
  background: #FFF;
  color: #187A3B;
  text-align: center;
  font-size: 24px;
  font-weight: 650;
  display: inline-flex;
  padding: 15px 26px 15px 80px;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_contact a {
    border-radius: 10.909vw;
    border: 0.545vw solid #187A3B;
    width: 78.182vw;
    font-size: 4.364vw;
    padding: 2.727vw 4.727vw 2.727vw 14.545vw;
    gap: 8.727vw;
  }
}
.contents .attention_contact a::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background: url("../img/contact_arrow.svg") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .contents .attention_contact a::after {
    width: 3.273vw;
    height: 3.273vw;
  }
}
.contents .pagetop {
  background-color: #187A3B;
  position: absolute;
  bottom: 88px;
  right: 30px;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  .contents .pagetop {
    bottom: 16vw;
    right: 5.455vw;
    border-radius: 9.091vw;
  }
}
.contents .pagetop a {
  width: 64px;
  padding: 21px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .contents .pagetop a {
    width: 11.636vw;
    height: 11.636vw;
    padding: 3.818vw;
  }
}
.contents footer {
  background-color: #187A3B;
  padding: 24px 0;
}
@media only screen and (max-width: 1024px) {
  .contents footer {
    padding: 4.364vw 0;
  }
}
.contents footer p {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contents footer p {
    font-size: 2vw;
  }
}

/* Swiperの矢印部分 */
/* @media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
} */