@charset "UTF-8";
@font-face {
  font-family: "TBJNorguba-Regular";
  src:
    url("../font/TBJNorguba-Regular.woff2") format("woff2"),
    url("../font/TBJNorguba-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #0f0f0f;
  position: relative;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 24px;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  font-weight: normal;
}
p {
  font-size: 14px;
  /* font-weight: 500; */
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.scroll {
  opacity: 0;
  transition: opacity 1s;
  /* transform: translateY(5%); */
}
.scroll.scrollin {
  opacity: 1;
  /* transform: translateY(0%); */
}
.tbj {
  font-family: "TBJNorguba-Regular";
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.onload .tbj {
  opacity: 1;
}
.sec_tit {
  /* text-align: center; */
  margin-bottom: 10px;
}
.sec_tit h1 {
  font-size: 120px;
}
.sec_tit h2 {
  font-size: 100px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 80%);
}
.modal_close_btn {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.modal_close_btn span {
  position: absolute;
  height: 2px;
  background-color: #f5f5f5;
  width: 100%;
}
.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
  top: 20px;
}
.modal_wrap {
  height: 100%;
  width: 100%;
}
.modal_contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_inner {
  max-width: 1080px;
  margin: auto;
  padding: 40px 40px;
  width: 80%;
  /* height: 100%; */
}
.modal_inner .sp {
  display: none;
}
header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
}
.onload header {
  opacity: 1;
}
header .wrap {
  width: 100%;
  height: 100%;
  /* background-image: url(../img/noise_bg_pc.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
header .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 20px; */
  padding-left: 20px;
}
header .logo {
  width: 110px;
}
header .logo a {
  display: block;
  line-height: 0;
}
header .logo a img {
  width: 100%;
}
header .link {
  display: flex;
  align-items: center;
  height: 100%;
}
header .link .ticket {
  line-height: 1;
  height: 100%;
  margin-left: 15px;
}
header .link .ticket a {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transition: 0.3s;
  background-color: #1202aa;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 1;
}
header .link .ticket a:hover {
  color: #1202aa;
  background-color: #fff;
}
header .link .sns {
  display: flex;
  /* margin-left: 20px; */
  align-items: center;
}
header .link .sns .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .link .sns .icon a {
  display: flex;
  padding: 13px;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
header .link .sns a svg {
  fill: #ffffff;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
header .link .sns .icon a:hover svg {
  /* fill: #1202aa; */
  opacity: 0.5;
}
#fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 998;
  background-color: #000;
}
#fixed .wrap {
  height: 100%;
  width: 100%;
  /* background-image: url(../img/noise_bg_pc.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
#fixed .inner {
  height: 100%;
  width: 100%;
}
#fixed .bbs {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  /* opacity: 0; */
}
#fixed .bbs ul {
  animation: flowing 800s linear infinite;
  font-size: 30px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  padding-top: 2px;
}
#fixed .bbs ul li {
  display: inline-block;
  padding-right: 5px;
  line-height: 1;
}
#fixed .bbs ul li span {
  /* margin: 0 5px; */
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
#fixed .bbs ul li span::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #6e6e6e;
  width: 1px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#fv {
  padding-top: 70px;
  background-color: #0f0f0f;
}
#fv .kv_area {
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}
.onload #fv .kv_area {
  opacity: 1;
}
#fv .wrap {
  /* height: 100svh; */
  /* width: 100vw; */
  /* position: relative; */
}
#fv .inner {
  width: 100%;
  height: 100%;
  line-height: 0;
}
#fv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fv .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}
#fv .bg .swiper {
  height: 100%;
  width: 100%;
  z-index: 1;
}
#fv .bg .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#fv .bg .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#fv .bg .swiper .thumb_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
#fv .bg .swiper .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

#fv .logo {
  position: absolute;
  z-index: 2;
  width: 50%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(1%);
  transition: 1s ease 0.5s;
}
body.onload #fv .logo {
  transform: translateY(0%);
  opacity: 1;
}
#fv .top_right {
  position: absolute;
  z-index: 1;
  width: 20%;
  top: 10%;
  left: 50%;
  width: 15%;
}
#fv .top_left {
  position: absolute;
  z-index: 1;
  width: 20%;
  top: 10%;
  left: 2%;
  width: 15%;
}
#fv .top_left .sp {
  display: none;
}
#fv .bottom_right {
  position: absolute;
  position: absolute;
  bottom: 5%;
  right: 2%;
  z-index: 1;
  width: 45%;
}
#fv .bottom_left {
  position: absolute;
  bottom: 5%;
  left: 2%;
  z-index: 1;
  width: 10%;
}
#fv .bottom_left .sp {
  display: none;
}
#fv .kv_assets {
  opacity: 0;
  transform: translateY(20%);
  transition: 1s ease 0.5s;
}
body.onload #fv .kv_assets {
  transform: translateY(0%);
  opacity: 1;
}
#read {
  background-color: #0f0f0f;
}

#read .wrap {
  position: relative;
}
#read .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}
#read .text.sp {
  display: none;
}
#read .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-image: url(../img/read_bg_pc.webp);
}
#read .bg:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
}
#read .bg .bg_img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#read .text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  /* line-height: 1.8; */
  display: inline-flex;
  flex-direction: column;
}
#read .text h3 span {
  display: inline-block;
  background-color: rgb(0 0 0 / 80%);
  width: fit-content;
  margin-bottom: 3px;
  padding: 3px 3px;
  padding-bottom: 6px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#read .text h3 br.sp {
  display: none;
}
#read .text .date {
  /* display: flex; */
  /* align-items: baseline; */
  margin-bottom: 10px;
}
#read .text h1 {
  font-size: 120px;
  margin-bottom: 5px;
  color: #1202aa;
}
#read .text .date p {
  margin-bottom: 0;
  font-weight: 900;
  color: #1202aa;
  font-size: 16px;
}
#read .text .date p span {
  display: inline-block;
  background-color: #000000a3;
  width: fit-content;
  padding: 5px;
  line-height: 1;
  background-color: #ffffff;
}
#read .text h1 span {
  display: inline-block;
  background-color: #ffffff;
  width: fit-content;
  padding: 10px;
  line-height: 1;
  padding-bottom: 0;
}
#read .text .time {
  margin-bottom: 30px;
}
#read .text .time p {
  font-weight: bold;
}
#read .text .time p span {
  display: inline-block;
  background-color: #000;
  width: fit-content;
  padding: 5px 2px;
  line-height: 1;
  padding: 3px 3px;
  padding-bottom: 6px;
  letter-spacing: 0.08em;
}
#read .text h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
#read .text h4 span {
  display: inline-block;
  background-color: #000;
  width: fit-content;
  padding: 5px 2px;
  line-height: 1;
  padding: 3px 3px;
  padding-bottom: 6px;
  letter-spacing: 0.08em;
}
#read .text p {
  /* font-size: 20px; */
  /* font-weight: bold; */
  /* margin-bottom: 50px; */
}
#read .text h5 {
  font-size: 18px;
  font-weight: bold;
  /* margin-bottom: 10px; */
  display: inline-flex;
  /* flex-direction: column; */
  width: 100%;
  flex-wrap: wrap;
}
#read .text h5 span {
  display: inline-block;
  background-color: rgb(0 0 0 / 80%);
  width: fit-content;
  margin-bottom: 3px;
  padding: 5px 2px;
  line-height: 1;
  padding: 3px 3px;
  padding-bottom: 6px;
  letter-spacing: 0.08em;
}
#read .text h5:nth-child(1) {
}
#buy-ticket {
  background-color: #0f0f0f;
}
#buy-ticket .wrap {
}
#buy-ticket .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
  color: #fff;
  padding-bottom: 120px;
}

#buy-ticket .head {
  margin-bottom: 40px;
}
#buy-ticket .head p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
#buy-ticket .head p:nth-child(1) {
  margin-bottom: 20px;
}
#buy-ticket .head .note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
#buy-ticket .head .note br.sp {
  display: none;
}
#buy-ticket .head p span {
  font-size: 18px;
}
#buy-ticket .tit {
  margin-bottom: 30px;
}
#buy-ticket .tit h2 {
  font-size: 120px;
  /* font-weight: bold; */
}
#buy-ticket .btn {
  /* display: flex; */
  /* justify-content: center; */
  /* margin-bottom: 20px; */
}
#buy-ticket .btn .btn_inner a {
  max-width: 480px;
  padding: 0 20px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: left;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #1202b1;
  position: relative;
}

#buy-ticket .btn .btn_inner a .arrow {
  color: #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
  transform: translateX(25%) rotate(45deg);
  z-index: 2;
  right: 40px;
}

#buy-ticket .btn .btn_inner a .arrow::before,
#buy-ticket .btn .btn_inner a .arrow::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 1px;
  transition: 0.3s;
}

#buy-ticket .btn .btn_inner a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#buy-ticket .btn .btn_inner a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#buy-ticket .btn .btn_inner a:hover {
  background-color: #fff;
  color: #1202b1;
}
#buy-ticket .btn .btn_inner a:hover .arrow::before,
#buy-ticket .btn .btn_inner a:hover .arrow::after {
  background: #1202b1;
}
#buy-ticket .btn .btn_inner {
  margin-bottom: 10px;
  width: 100%;
}
#buy-ticket .btn .note {
  font-size: 12px;
  margin-bottom: 20px;
}
#buy-ticket .btn .modal_btn {
  font-size: 16px;
  text-decoration: underline;
  transition: 0.3s;
}
#buy-ticket .btn .modal_btn:hover {
  opacity: 0.5;
}
#buy-ticket .info {
}
#buy-ticket .info a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s;
}
#buy-ticket .info a:hover {
  opacity: 0.5;
}

#buy-ticket .group_area {
  display: flex;
  margin-bottom: 20px;
}
#buy-ticket .group_area .group {
  width: 50%;
  position: relative;
  padding-left: 20px;
}
#buy-ticket .group_area .group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #1202aa;
}
#buy-ticket .group_area .group h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
#buy-ticket .group_area .group h4 span {
  font-size: 20px;
}
#buy-ticket .group_area .group p {
  font-size: 16px;
  line-height: 1;
}
#buy-ticket .note_area {
  margin-bottom: 30px;
}
#buy-ticket .note_area p {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 50%;
}
#buy-ticket .btn_area {
  display: flex;
  margin-bottom: 50px;
}
#buy-ticket .btn_area .btn {
  /* margin-right: 10px; */
  /* text-align: center; */
  width: 100%;
}
#buy-ticket .support_area {
}
#buy-ticket .support_area p {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.8;
}
#buy-ticket .support_area a {
  font-size: 12px;
  text-decoration: underline;
  transition: 0.3s;
}
#buy-ticket .support_area a:hover {
  opacity: 0.5;
}
#content {
  position: relative;
}
#content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  /* opacity: 0.6; */
  background-position: center;
  background-size: cover;
  background-image: url(../img/content_bg_pc.webp);
}
#content .bg_img:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
#content .bg .bg_img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#content .content_inner {
  position: relative;
  /* z-index: 1; */
  /* margin-top: -100svh; */
}

#content .sports-music {
}
#content .sports-music .wrap {
}
#content .sports-music .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
  padding-bottom: 0;
}
#content .sports-music .sec_tit,
#content .special .sec_tit {
  color: #1202aa;
  margin-bottom: 0;
}

#content .coming {
  /* text-align: center; */
}
#content .special .wrap {
}
#content .special .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
}
#content .coming h3 {
  font-size: 80px;
  color: #c4c4c4;
}

#gallery {
}
#gallery .wrap {
}
#gallery .inner {
  aspect-ratio: 16 / 9;
  position: relative;
}
#gallery .swiper {
  width: 100%;
  height: 100%;
}
#gallery .swiper-wrapper {
}
#gallery .swiper-pagination {
  bottom: 20px;
  height: 10px;
}
#gallery .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
#gallery .swiper-pagination-bullet-active {
  background-color: #1202aa;
}
#gallery .swiper-slide {
}
#gallery .swiper-slide .thumb_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
#gallery .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
#gallery .swiper-button::after {
  content: none;
}
#gallery .swiper-button {
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gallery .swiper-button-prev {
  left: 0;
}
#gallery .swiper-button-next {
  right: 0;
}
#gallery .swiper-button .arrow {
}
#gallery .swiper-button .arrow {
  /* display: inline-block; */
  /* vertical-align: middle; */
  color: #1202aa;
  /* line-height: 1; */
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: translateX(25%) rotate(-135deg);
}
#gallery .swiper-button.swiper-button-next {
  transform: scale(-1, 1);
}
#gallery .swiper-button .arrow::before,
#gallery .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 1px;
}

#gallery .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#gallery .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

#access {
}
#access .wrap {
}
#access .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
  padding-bottom: 0;
}
#access .map {
  /* max-width: 1000px; */
  /* margin: auto; */
}
#access .iframe_wrap {
  aspect-ratio: 2 / 1;
  position: relative;
  margin-bottom: 20px;
  border: solid 1px #c6c6c6;
}
#access .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
#access .text {
  /* text-align: center; */
}
#access .text h4 {
  font-size: 28px;
  font-weight: bold;
}
#access .text h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

#access .text p {
  font-size: 12px;
}

#sponsor {
}
#sponsor .wrap {
}
#sponsor .inner {
  max-width: 1200px;
  margin: auto;
  padding: 180px 40px;
  text-align: left;
}
#sponsor ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 1px; */
}
#sponsor ul li {
  margin-left: -1px;
}
#sponsor ul li:nth-child(1) {
  /* margin-left: 0; */
}
#sponsor ul li a {
  padding: 40px;
  transition: 0.3s;
  display: block;
  border: solid 1px #f5f5f5;
}
#sponsor ul li a:hover {
  opacity: 0.5;
}
#sponsor ul li .img_wrap {
  line-height: 0;
  width: 100%;
}

footer {
  background-color: #0f0f0f;
  padding: 60px 40px;
  color: #fff;
  padding-top: 80px;
}
footer .wrap {
}
footer .inner {
  /* text-align: center; */
  position: relative;
}
footer .sns {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .sns .icon {
  height: 25px;
  width: 25px;
  margin-left: 25px;
}
footer .sns .icon a {
  /* padding: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
footer .sns .icon a:hover {
  opacity: 0.5;
}
footer .sns .icon a svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
footer .group_01 {
  margin-bottom: 5px;
}
footer .group_01 p {
  font-weight: normal;
  font-size: 14px;
}
footer .group_02 {
  margin-bottom: 30px;
}
footer .group_02 h5 {
  margin-bottom: 10px;
}
footer .group_02 h5 a {
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: bold;
}
footer .group_02 h5 a:hover {
  opacity: 0.5;
}
footer .group_02 .note {
}
footer .group_02 .note p {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: 1.5;
}
footer .group_03 {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer .group_03 a {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 5px;
  transition: 0.3s;
}
footer .group_03 a:hover {
  opacity: 0.5;
}
footer .copy {
}
footer .copy p {
  font-size: 10px;
}
@media screen and (max-width: 860px) {
  #fv .logo {
    width: 100%;
    padding: 0 20px;
  }
  #read .inner {
    padding: 80px 20px;
  }
  #read .text h3 {
    font-size: 4.2vw;
    margin-bottom: 10px;
  }
  #read .text h1 {
    font-size: 18vw;
  }
  #read .text h4 {
    font-size: 8vw;
  }
  #read .text p {
    font-size: 3.5vw;
    /* margin-bottom: 60px; */
  }
  #read .text .time {
    margin-bottom: 40px;
  }
  #read .text h5 {
    text-align: left;
    font-size: 3.5vw;
    margin-bottom: 8px;
  }
  #read .text h5 br {
    display: none;
  }
  #read .text h3 br.sp {
    display: block;
  }
  #buy-ticket .inner {
    padding: 80px 20px;
  }
  #buy-ticket .head .note br.sp {
    display: block;
  }
  #content .sports-music .inner {
    padding: 80px 20px;
    padding-bottom: 0;
    padding-top: 80px;
  }
  #content .special .inner {
    padding: 80px 20px;
    padding-top: 40px;
  }
  #access .inner {
    padding: 80px 20px;
    padding-bottom: 0;
  }
  #sponsor .inner {
    padding: 80px 20px;
  }
  #sponsor ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #sponsor ul li {
  }
  #sponsor ul li:nth-child(4) {
    margin-top: -1px;
  }
  #buy-ticket .tit h2 {
    font-size: 20vw;
  }

  .sec_tit h1 {
    font-size: 20vw;
  }
  #content .coming h3 {
    font-size: 11vw;
  }
  .sec_tit h2 {
    font-size: 15vw;
  }
  #gallery .swiper-button .arrow {
    width: 15px;
    height: 15px;
  }
  #gallery .swiper-button {
    width: 50px;
    height: 50px;
  }
  header .link .sns {
    display: none;
  }
  #buy-ticket .head p span {
    font-size: 14px;
  }
  #buy-ticket .head p {
    font-size: 18px;
  }
  #buy-ticket .btn a {
    width: 100%;
    font-size: 18px;
  }
  .modal_inner {
    padding: 20px;
    width: 100%;
  }
  #access .text h4 {
    font-size: 20px;
  }
  #access .text h5 {
    font-size: 14px;
  }
  #fv .top_right {
    display: none;
  }
  #fv .top_left {
    left: auto;
    right: 40px;
    width: 40%;
  }
  #fv .top_left .sp {
    display: block;
  }
  #fv .top_left .pc {
    display: none;
  }
  #fv .bottom_right {
    display: none;
  }
  #fv .bottom_left {
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
  }
  #fv .bottom_left .sp {
    display: block;
  }
  #fv .bottom_left .pc {
    display: none;
  }

  #gallery .inner {
    aspect-ratio: 3 / 2;
  }
  #access .text p {
    font-size: 10px;
  }
  .modal_inner .sp {
    display: block;
  }
  .modal_inner .pc {
    display: none;
  }
  #sponsor ul li a {
    padding: 10px;
  }
  footer {
    padding: 60px 20px;
  }
  footer .sns {
    position: relative;
  }
  footer .sns .icon {
    margin-left: 0;
    margin-right: 20px;
  }
  #buy-ticket .group_area {
    display: block;
  }
  #buy-ticket .group_area .group {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  #buy-ticket .group_area .group h4 {
    font-size: 20px;
  }
  #buy-ticket .group_area .group::before {
    width: 2px;
  }
  #buy-ticket .btn .btn_inner a {
    width: 100%;
    min-width: unset;
    font-size: 16px;
    height: 75px;
  }
  #buy-ticket .btn .btn_inner a .arrow {
    right: 20px;
  }
  #buy-ticket .support_area p br {
    display: none;
  }
  header {
    height: 60px;
  }
  #fv {
    padding-top: 0px;
  }
  header .logo {
    width: 90px;
  }
  .modal_close_btn {
    right: 20px;
  }
  #buy-ticket .group_area .group p {
    font-size: 14px;
  }
  #read .bg {
    background-image: url(../img/read_bg_sp.webp);
  }
  #content .bg {
    background-image: url(../img/content_bg_sp.webp);
  }
  #read .bg:before {
    opacity: 0.5;
    /* background: #000000; */
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
  }
  #read .text.pc {
    display: none;
  }
  #read .text.sp {
    display: block;
  }
  #buy-ticket .note_area p {
    padding-left: 0;
  }
  #read .text h5 span {
    margin-bottom: 2px;
  }
  #buy-ticket .group_area .group h4 span {
    font-size: 14px;
  }
  #buy-ticket .tit {
    margin-bottom: 20px;
  }
  #gallery .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  header .link .ticket a {
    font-size: 30px;
  }
}
