@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  background-color: #000000;
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  word-break: break-all;
}

.basein {
  width: 1200px;
  margin: auto;
}

p {
  line-height: 1.8;
}

.btn {
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn a {
  min-width: 250px;
  background-color: #990066;
  border-radius: 0.5rem;
  border: 1px solid #990066;
  color: white;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn a:hover {
  color: #990066 !important;
  background-color: white;
}
.btn.green a {
  background-color: #009933;
  border-color: #009933;
}
.btn.green a:hover {
  color: #009933 !important;
  background-color: white;
}
@media all and (max-width: 1200px) {
  .btn a {
    min-width: 20vw;
    padding: 1.5vw 2vw;
    font-size: 90%;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .btn {
    padding: 8% 0;
  }
  .btn a {
    width: 80%;
    padding: 3vw 5vw;
  }
}

.line01 {
  position: absolute;
  left: 50%;
  top: -180vh;
  opacity: 0;
  transition: 1.5s;
  min-height: 200vh;
  width: 20%;
  max-width: 250px;
  background-image: url("../img/back01_p.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-200%);
}
.line01.js-target.js-active {
  top: 0;
  opacity: 1;
}

.line02, .line04 {
  width: 200%;
  height: 5rem;
  position: absolute;
  right: -20%;
  opacity: 1;
  top: 50%;
  background-color: #182987;
  opacity: 0.5;
  transform: rotate(-15deg);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-animation: revealRightToLeft 0.3s linear 1s forwards;
          animation: revealRightToLeft 0.3s linear 1s forwards;
}

.line03 {
  width: 200%;
  height: 5rem;
  position: absolute;
  right: -20%;
  opacity: 1;
  top: 70%;
  background-color: #5f1985;
  opacity: 0.5;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform: rotate(15deg);
  -webkit-animation: revealLeftToRight 0.3s linear 1.4s forwards;
          animation: revealLeftToRight 0.3s linear 1.4s forwards;
}

.line04 {
  top: 150%;
  -webkit-animation: revealRightToLeft 0.3s linear 3s forwards;
          animation: revealRightToLeft 0.3s linear 3s forwards;
}

@-webkit-keyframes revealRightToLeft {
  0% {
    /* 右端に隠れている */
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    /* 全て表示 */
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
}

@keyframes revealRightToLeft {
  0% {
    /* 右端に隠れている */
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    /* 全て表示 */
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
}
@-webkit-keyframes revealLeftToRight {
  0% {
    /* 右端に隠れている */
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    /* 全て表示 */
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
}
@keyframes revealLeftToRight {
  0% {
    /* 右端に隠れている */
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    /* 全て表示 */
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
}
.fuwatto.js-target {
  transition: 0.3s;
  opacity: 0;
}
.fuwatto.js-target.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}
.fuwatto.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fuwatto.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rotate.js-target {
  transition: 0.3s;
  opacity: 0;
}
.rotate.js-target.js-active {
  -webkit-animation: rotate 0.3s linear 0s normal both;
          animation: rotate 0.3s linear 0s normal both;
}
.rotate.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.rotate.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rotate-before.js-target {
  transition: 0.3s;
}
.rotate-before.js-target.js-active:before {
  -webkit-animation: rotate 0.3s linear 0s normal both;
          animation: rotate 0.3s linear 0s normal both;
}
.rotate-before.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.rotate-before.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hamburger-menu {
  display: block;
  display: none;
  position: absolute;
  transition: all 0.5s;
  z-index: 100;
  right: 0;
  top: 0;
}
.hamburger-menu p {
  position: absolute;
  font-size: 60%;
  top: 0;
}
.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0) !important; /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 0px;
  background-color: white;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
  right: 0;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
  right: 0;
}

.anchor {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
  height: 0;
  width: 100%;
}

header#header {
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 5;
  transition: 0.5s;
}
header#header:after {
  content: "";
  width: 99%;
  bottom: 0;
  left: 0.5%;
  background-color: #07619c;
  height: 1px;
  position: absolute;
}
header#header.back {
  background-color: rgba(34, 34, 34, 0.5);
}
header#header.hide {
  top: -150px;
}
header#header a {
  color: white;
}
header#header .flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
header#header .flex .head_menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header#header .flex .head_menu nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header#header .flex .head_menu nav ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 1%;
}
header#header .flex .head_menu nav ul.menu li {
  list-style: none;
  position: relative;
  padding: 0 1rem;
  width: 32%;
  padding: 0.5% 1%;
}
header#header .flex .head_menu nav ul.menu li a {
  font-size: 100%;
  letter-spacing: 0.2rem;
  transition: 0.3s;
  display: block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
header#header .flex .head_menu nav ul.menu li a:hover {
  transform: scale(1.1);
  color: #e84e57;
}
header#header .flex .head_menu nav ul.menu .sub-menu {
  display: none;
}
header#header .flex .btn {
  margin-left: 1rem;
}

main {
  padding-top: 150px;
  z-index: 2;
  position: relative;
}

#mv {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
#mv:after {
  content: "";
  width: 99%;
  bottom: 0;
  left: 0.5%;
  background-color: #07619c;
  height: 1px;
  position: absolute;
}
#mv .mv_block {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#mv .mv_block .logo {
  max-width: 800px;
  width: 50%;
  z-index: 3;
}
#mv .mv_block .logo img.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}
#mv .mv_block .date {
  width: 100%;
  position: relative;
  z-index: 3;
}
#mv .mv_block .date h2 {
  font-size: 300%;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6), -1px 1px 3px rgba(0, 0, 0, 0.6), 1px -1px 3px rgba(0, 0, 0, 0.6), -1px -1px 3px rgba(0, 0, 0, 0.6);
}
#mv .mv_block .date .days {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 1rem 0;
}
#mv .mv_block .date .days .day {
  margin: 1rem;
  background-color: #17489c;
  display: flex;
  position: relative;
  padding: 0.2rem 1rem;
  padding-right: 14rem;
}
#mv .mv_block .date .days .day .time {
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
  font-weight: 700;
  font-size: 180%;
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 0px #17489c, -1px 1px 0px #17489c, 1px -1px 0px #17489c, -1px -1px 0px #17489c;
}
#mv .mv_block .date .days .day.day02 {
  background-color: #e84e57;
}
#mv .mv_block .date .days .day.day02 .time {
  text-shadow: 1px 1px 0px #e84e57, -1px 1px 0px #e84e57, 1px -1px 0px #e84e57, -1px -1px 0px #e84e57;
}
#mv .mv_block .place {
  padding: 1rem 0;
  font-weight: 700;
  z-index: 3;
  font-size: 250%;
  font-family: "BIZ UDGothic", sans-serif;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000;
}
#mv .mv_block .price {
  margin: 2rem 0;
  z-index: 3;
}
#mv .mv_block .price .price_block {
  margin: 1rem;
  background-color: #f0ea4b;
  display: flex;
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 8rem;
  color: black;
}
#mv .mv_block .price .price_block strong {
  color: black;
  position: absolute;
  right: 1rem;
  letter-spacing: 0.2rem;
  bottom: 0.5rem;
  font-weight: 700;
  font-size: 280%;
  font-family: "BIZ UDGothic", sans-serif;
  text-shadow: 1px 1px 0px #f0ea4b, -1px 1px 0px #f0ea4b, 1px -1px 0px #f0ea4b, -1px -1px 0px #f0ea4b;
}
#mv .mv_block .mv_image {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#mv .mv_block .mv_image img {
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
#mv .mv_block .mv_image img.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}

.back_body {
  margin: auto;
  background-color: #003366;
}

.section {
  padding-bottom: 5rem;
}
.section .title {
  background-color: #e84e57;
  padding: 0.5rem;
  margin: 0;
  position: relative;
  z-index: 3;
}

.logo_image {
  max-width: 500px;
  width: 60%;
  margin: 2rem auto;
}

.point {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.point b {
  font-size: 200%;
  color: white;
  position: relative;
  font-family: "Oswald", sans-serif;
  z-index: 2;
  line-height: 1;
}
.point:after {
  content: "";
  border-radius: 5rem;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: #cf000e;
}

#guest_block .guests {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  margin: auto auto;
  padding-bottom: 5rem;
}
#guest_block .guests .guest_data {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#guest_block .guests .guest_data .text {
  margin: 2rem auto;
  border-radius: 1rem;
  background-color: #000000;
  padding: 1rem 2rem;
  min-width: 80%;
}
#guest_block .guests .guest_data .text h4 {
  margin: 0;
  padding: 0;
  font-size: 200%;
  font-weight: 900;
  text-shadow: 1px 1px 0px #c24793, -1px 1px 0px #c24793, 1px -1px 0px #c24793, -1px -1px 0px #c24793;
}
#guest_block .guests .guest_data .text span {
  display: block;
  font-weight: 800;
}
#guest_block .guests .guest_data.day2_guest .day2_guest_image {
  margin-bottom: 1rem;
}
#guest_block .guests .guest_data.day2_guest .text {
  margin-bottom: 1rem;
}
#guest_block .guest02 {
  position: relative;
}
#guest_block .guest02:before {
  content: "";
  width: 90%;
  left: 5%;
  top: 0;
  height: 2px;
  background-color: white;
  position: absolute;
}
#guest_block .guest02:after {
  content: "";
  width: 90%;
  left: 5%;
  bottom: 5%;
  height: 2px;
  background-color: white;
  position: absolute;
}

#valorant .valorant_image {
  max-width: 70%;
  margin: 3rem auto;
}

#taiken .sf6_image {
  max-width: 70%;
  margin: 3rem auto;
}
#taiken .sf6_logos {
  max-width: 70%;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#taiken .sf6_logos .image {
  width: 20%;
}
#taiken .sf6_logos .text {
  width: 78%;
}
#taiken .sf6_logos .text .title_name {
  font-size: 400%;
  padding: 0.5rem 1rem;
  background-color: #000000;
  border-radius: 1rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
#taiken .sf6_logos .text span {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 200%;
  letter-spacing: 0.1rem;
}
#taiken .sf6_logos .btn {
  margin: 5% 0 10%;
  align-items: center;
  width: 100%;
}
#taiken .esports_titles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: auto auto;
  padding-bottom: 5rem;
}
#taiken .esports_titles .esports_title {
  width: 25%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#taiken .esports_titles .esports_title.puyo {
  position: relative;
  top: -1.4rem;
}
#taiken .esports_titles .esports_title.puyo .image {
  position: relative;
  z-index: 2;
}
#taiken .esports_titles .esports_title.puyo .text {
  position: relative;
  top: -1.1rem;
}
#taiken .esports_titles .esports_title .text {
  margin: 1rem auto;
  border-radius: 1rem;
  background-color: #000000;
  padding: 0.5rem;
  width: 100%;
}
#taiken .esports_titles .esports_title .text h4 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  font-weight: 900;
  text-shadow: 1px 1px 0px #c24793, -1px 1px 0px #c24793, 1px -1px 0px #c24793, -1px -1px 0px #c24793;
}
#taiken .esports_titles .esports_title .text span {
  font-size: 120%;
  display: block;
  font-weight: 800;
}

#d_contents {
  padding-bottom: 5rem;
}
#d_contents .d_contents_titles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  margin: 5rem auto auto;
}
#d_contents .d_contents_titles .d_contents_title {
  width: 50%;
  padding: 1rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#d_contents .d_contents_titles .d_contents_title .text_name {
  font-size: 150%;
  font-weight: 800;
}
#d_contents .d_contents_titles .d_contents_title .text {
  margin: 1rem auto;
  border-radius: 1rem;
  background-color: #000000;
  padding: 1rem 0.5rem;
  width: 100%;
}
#d_contents .d_contents_titles .d_contents_title .text h4 {
  margin: 0;
  padding: 0;
  font-size: 200%;
  font-weight: 900;
  text-shadow: 1px 1px 0px #c24793, -1px 1px 0px #c24793, 1px -1px 0px #c24793, -1px -1px 0px #c24793;
}
#d_contents .d_contents_titles .d_contents_title .logos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#d_contents .d_contents_titles .d_contents_title .logos .image {
  width: 25%;
}
#d_contents .d_contents_titles .d_contents_title .logos .text_name {
  width: 72%;
}
#d_contents .d_contents_titles .d_contents_title .btn {
  margin: 5% 0;
  width: 100%;
}

#venue_map .venue_image {
  width: 80%;
  margin: 5rem auto;
  position: relative;
}
#venue_map .venue_image img {
  width: 100%;
}
#venue_map .venue_image .point {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}
#venue_map .venue_image .point.point01 {
  top: 30%;
  left: 61%;
}
#venue_map .venue_image .point.point02 {
  top: 69%;
  left: 50.5%;
}
#venue_map .venue_image .point.point03 {
  top: 69%;
  left: 65%;
}
#venue_map .venue_image .point.point04 {
  top: 69%;
  left: 82.5%;
}
#venue_map .venue_image .point.point05 {
  top: 30%;
  left: 82.5%;
}
#venue_map .venue_image .point.point06 {
  top: 26%;
  left: 42%;
}
#venue_map .venue_image .point.point07 {
  top: 45%;
  left: 7%;
}
#venue_map .venue_image .point.point08 {
  top: 48%;
  left: 42%;
}
#venue_map .venue_text {
  width: 60%;
  margin: 3rem auto;
  display: flex;
  gap: 1rem;
}
#venue_map .venue_text .left, #venue_map .venue_text .right {
  width: 100%;
}
#venue_map .venue_text .left .venue_name, #venue_map .venue_text .right .venue_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1rem;
}
#venue_map .venue_text .left .venue_name span, #venue_map .venue_text .right .venue_name span {
  padding: 0.5rem;
  display: inline-block;
  font-size: 140%;
  font-weight: 800;
  text-align: left;
}

#schedule_list .booth_schedule {
  width: 80%;
  margin: 3rem auto;
}
#schedule_list .booth_schedule .booth_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#schedule_list .booth_schedule .booth_name span {
  padding: 0.5rem;
  display: inline-block;
  font-size: 150%;
  font-weight: 800;
}
#schedule_list .booth_schedule .schedule_data .days {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: center;
}
#schedule_list .booth_schedule .schedule_data .days .day_data {
  width: 100%;
}
#schedule_list .booth_schedule .schedule_data .days .day_schele_list .block {
  margin: 0.5rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #ccffff;
  align-items: center;
  justify-content: space-around;
  color: black;
  flex-wrap: wrap;
  min-height: 8rem;
}
#schedule_list .booth_schedule .schedule_data .days .day_schele_list .block:nth-of-type(even) {
  background-color: #ffffff;
}
#schedule_list .booth_schedule .schedule_data .days .day_schele_list .block h4 {
  padding: 0;
  margin: 0;
  font-size: 150%;
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #666666;
}
#schedule_list .booth_schedule .schedule_data .days .day_schele_list .block .text {
  padding-top: 1rem;
  width: 100%;
  text-align: right;
  font-size: 130%;
  font-weight: bold;
}
#schedule_list .booth_schedule .schedule_data .day {
  margin: 1rem 0;
  background-color: #17489c;
  display: flex;
  position: relative;
  padding: 0.2rem 1rem;
  padding-right: 14rem;
  font-size: 130%;
}
#schedule_list .booth_schedule .schedule_data .day .time {
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
  font-weight: 700;
  font-size: 200%;
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 0px #17489c, -1px 1px 0px #17489c, 1px -1px 0px #17489c, -1px -1px 0px #17489c;
}
#schedule_list .booth_schedule .schedule_data .day.day02 {
  background-color: #e84e57;
}
#schedule_list .booth_schedule .schedule_data .day.day02 .time {
  text-shadow: 1px 1px 0px #e84e57, -1px 1px 0px #e84e57, 1px -1px 0px #e84e57, -1px -1px 0px #e84e57;
}
#schedule_list .booth_schedule .attention {
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
}

#access_map .map_block {
  width: 80%;
  margin: 5rem auto auto;
}
#access_map .map_block .map_data {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#access_map .map_block .map_data h3 {
  font-size: 200%;
  font-weight: bold;
}
#access_map .map_block .map_data .address {
  text-align: left;
}
#access_map .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#access_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#suttle_bus .bus_block {
  width: 80%;
  margin: 5rem auto auto;
}
#suttle_bus .bus_block .bus a {
  margin-bottom: 5%;
  display: inline-block;
}

#sponsor_list .sponsor_block {
  width: 80%;
  margin: 5rem auto auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#sponsor_list .sponsor_block .block {
  width: 50%;
  padding: 1rem;
  margin-bottom: 1rem;
}

footer {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
footer .logo_block {
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .logo_block .image {
  width: 20%;
}
footer .logo_block .text {
  width: 75%;
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo_block .text b {
  font-size: 150%;
}
footer .names h3 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 1.5;
}
footer .copyright {
  padding-top: 5rem;
  text-align: left;
}

.commingsoon {
  position: relative;
}
.commingsoon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  left: 0;
  top: 0;
  z-index: 3;
}
.commingsoon:after {
  content: "Comming Soon!";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-size: 300%;
  font-weight: 900;
  z-index: 4;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1300px) {
  .basein_block .block,
.basein {
    width: 98%;
    margin: 0 1%;
  }
  .basein_block .block.w100,
.basein.w100 {
    width: 100%;
    margin: 0;
  }
  .anchor {
    margin-top: -10vw;
    padding-top: 10vw;
  }
}
@media all and (max-width: 1224px) {
  html {
    font-size: 1.3vw;
  }
}
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .sp_nolink > a {
    pointer-events: none;
  }
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  p {
    text-align: initial;
  }
  body {
    overflow-x: hidden;
    font-size: 3.8vw;
    width: 100%;
  }
  body.fix_top {
    padding-top: 15vw;
  }
  img {
    max-width: 100%;
  }
  .basein {
    width: 90%;
    margin: 0 5%;
  }
  .basein.w100 {
    width: 100%;
    margin: 0;
  }
  .googlemap {
    width: 100%;
    height: 30vh;
  }
  html {
    font-size: 3.8vw;
  }
  .hamburger-menu {
    display: flex;
    top: 5%;
  }
  .hamburger-menu .menu-btn {
    height: 15vw;
    width: 15vw;
    margin-top: 1%;
    margin-right: 2%;
  }
  .anchor {
    margin-top: -15vw;
    padding-top: 15vw;
  }
  main {
    padding-top: 15vw;
  }
  .point {
    width: 2rem;
    height: 2rem;
  }
  .point b {
    font-size: 150%;
  }
  header#header {
    z-index: 100;
    height: 15vw;
    background: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  }
  header#header.hide {
    top: -15vw;
  }
  header#header.back {
    background: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  }
  header#header .flex h1 {
    width: 80%;
    padding: 0 5%;
  }
  header#header .flex h1 a .logo {
    max-width: 10vw;
  }
  header#header .flex .head_menu {
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    width: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: 0.5s;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2% 5%;
    padding-top: 15vw;
  }
  header#header .flex .head_menu.on {
    left: 0;
    opacity: 1;
    padding: 2% 5%;
  }
  header#header .flex .head_menu nav {
    justify-content: center;
    width: 80%;
  }
  header#header .flex .head_menu nav > div {
    width: 100%;
  }
  header#header .flex .head_menu nav ul.menu {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  header#header .flex .head_menu nav ul.menu li[class*=has-children]:after {
    position: absolute;
    top: 3vw;
    left: 6vw;
    width: 3vw;
    padding-top: 2vw;
  }
  header#header .flex .head_menu nav ul.menu li {
    width: 100%;
  }
  header#header .flex .head_menu nav ul.menu li a {
    width: 100%;
    display: block;
    white-space: wrap;
    padding: 4vw 0 !important;
    text-align: left;
    text-shadow: none;
    color: #fff;
    font-size: 120%;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    padding-left: 10vw;
    width: auto;
    margin-bottom: 4vw;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li {
    padding: 0;
    position: relative;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li:after {
    content: "";
    position: absolute;
    left: -7vw;
    width: 3vw;
    height: 2px;
    display: block;
    background-color: #e84e57;
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li a {
    white-space: wrap;
    margin-bottom: 0;
    word-break: auto-phrase;
    font-size: 150%;
  }
  header#header .flex .head_menu .btn {
    width: 100%;
    margin: 0;
  }
  #mv .mv_block {
    padding-top: 35vw;
  }
  #mv .mv_block .logo {
    width: 80%;
  }
  #mv .mv_block .date h2 {
    font-size: 200%;
  }
  #mv .mv_block .date .days {
    flex-direction: column;
    width: 80%;
    margin: 1rem auto;
  }
  #mv .mv_block .mv_image {
    top: 0;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  #guest_block .guests {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }
  #guest_block .guests .guest_data {
    width: 100%;
  }
  #valorant .valorant_image {
    max-width: 90%;
  }
  #taiken .sf6_image {
    max-width: 90%;
    margin-bottom: 1rem;
  }
  #taiken .sf6_logos {
    margin: 1rem auto;
    max-width: 90%;
  }
  #taiken .sf6_logos .text .title_name {
    font-size: 170%;
  }
  #taiken .sf6_logos .text span {
    margin-top: 0.5rem;
    display: block;
    font-size: 100%;
  }
  #taiken .esports_titles {
    width: 90%;
    padding-bottom: 0;
  }
  #taiken .esports_titles .esports_title {
    width: 50%;
  }
  #taiken .esports_titles .esports_title .text {
    margin: 0.5rem 0;
  }
  #taiken .esports_titles .esports_title .text h4 {
    font-size: 100%;
  }
  #taiken .esports_titles .esports_title .text span {
    font-size: 80%;
  }
  #taiken .esports_titles .esports_title.puyo {
    top: -1.1rem;
  }
  #taiken .esports_titles .esports_title.puyo .text {
    top: -0.8rem;
  }
  #d_contents .d_contents_titles {
    width: 90%;
  }
  #d_contents .d_contents_titles .d_contents_title {
    padding-bottom: 1rem;
  }
  #d_contents .d_contents_titles .d_contents_title .text h4 {
    font-size: 100%;
  }
  #d_contents .d_contents_titles .d_contents_title .text_name {
    font-size: 75%;
  }
  #d_contents .d_contents_titles .d_contents_title .btn.green a {
    width: 100%;
  }
  #d_contents .btn {
    justify-content: center;
  }
  #venue_map .venue_text {
    width: 90%;
    gap: 0;
    flex-direction: column;
  }
  #schedule_list .booth_schedule {
    width: 90%;
  }
  #schedule_list .booth_schedule .schedule_data .days {
    flex-direction: column;
  }
  #schedule_list .booth_schedule .schedule_data .day .time {
    font-size: 150%;
  }
  #schedule_list .booth_schedule .attention {
    text-align: left;
    text-indent: -1rem;
    margin-left: 1rem;
  }
  #access_map .map_block {
    width: 90%;
  }
  #access_map .map_block .map_data {
    margin: 1rem auto;
    flex-direction: column;
  }
  #access_map .map_block .map_data h3 {
    margin: 0;
    padding: 0;
  }
  #access_map .map_block .map_data .address {
    font-size: 90%;
  }
  #sponsor_list .sponsor_block {
    width: 90%;
  }
  #sponsor_list .sponsor_block .block {
    margin: 0;
    padding: 0.2rem;
  }
  .backlines {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
  }
  footer {
    padding: 0;
    margin-bottom: 15vw;
  }
  footer .logo {
    padding: 20% 10% 5%;
  }
  footer .logo a {
    font-weight: bold;
    font-size: 130%;
  }
  footer .logo a .icon {
    max-width: 10vw;
  }
  footer .logo h2 {
    padding-top: 5%;
    font-size: 110%;
  }
  footer .flex_footer {
    flex-direction: column;
  }
  footer .flex_footer .left_footer, footer .flex_footer .right_footer {
    width: 100%;
  }
  footer .address_block {
    padding: 0 5% 5% 10%;
  }
  footer .address_block .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .address_block .flex address {
    margin: 5% 0;
    font-size: 90%;
    line-height: 1.5;
  }
  footer .menu_block {
    padding: 0 5% 5%;
  }
  footer .menu_block .left, footer .menu_block .right {
    font-size: 100%;
  }
  footer .menu_block .left a, footer .menu_block .right a {
    padding: 5% 3%;
    font-weight: bold;
  }
  footer .menu_block .right .sns {
    padding: 5% 0;
  }
  .fixed_catalog {
    width: 100%;
    max-width: inherit;
    height: 4rem;
  }
  .fixed_catalog .catalog, .fixed_catalog .order {
    width: 100%;
  }
  .fixed_catalog .catalog:after, .fixed_catalog .order:after {
    width: 7vw;
    padding-top: 7vw;
  }
  #totop {
    bottom: -15vw;
  }
  #totop.show {
    bottom: 15vw;
  }
  #page2nd #subpage {
    padding-top: 15vw;
  }
  .form {
    padding: 5% 0;
  }
  .form dl {
    margin-bottom: 3%;
  }
  .form dl dt, .form dl dd {
    width: 100%;
  }
  .form dl dt.hissu {
    padding-right: 0;
    padding-left: 5vw;
  }
  .form dl dt.hissu::before {
    right: inherit;
    left: 0;
  }
  .form dl p {
    margin: 0;
  }
  .form .form_block {
    padding: 5%;
  }
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:before {
    width: 3.8vw;
    height: 3.8vw;
  }
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:after {
    height: 1.5vw;
    width: 3vw;
    top: 0vw;
    left: 2vw;
  }
  .form .form_block select,
.form .form_block input[type=date],
.form .form_block input[type=tel],
.form .form_block input[type=url],
.form .form_block input[type=text],
.form .form_block input[type=email],
.form .form_block textarea {
    padding: 2vw;
    margin: 1% 0;
  }
  .form .form_block .wpcf7-form-control-wrap,
.form .form_block .wpcf7-form-control {
    width: 100%;
    display: block;
  }
  .form .form_block .wpcf7-list-item {
    margin: 5%;
    width: 100%;
    display: block;
  }
  .form .form_block .wpcf7-list-item input[type=checkbox] {
    margin-right: 5%;
  }
  .form .form_block .btn input[type=submit],
.form .form_block .btn input[type=button] {
    min-width: auto;
  }
  .form .form_block .select_block:before {
    width: 10vw;
  }
  .form .form_block .select_block:after {
    content: "";
    width: 3vw;
    height: 3vw;
    right: 3vw;
    top: calc(50% - 0.5vw);
  }
  .form .form_block .select_block select {
    padding-right: 10vw;
  }
  .single .single_title {
    margin: 5% 0;
    text-align: left;
    word-break: auto-phrase;
  }
  .single .single_block {
    padding: 0;
  }
  .single .btn.b02 a {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .single .inner {
    padding: 0;
  }
  .news_title h1, .news_title .h2 {
    padding: 6% 0% 0% 0%;
  }
  .news_list .block a {
    flex-direction: column;
  }
  .news_list .block a .date, .news_list .block a h3 {
    width: 100%;
  }
  .news_list .block a h3 {
    font-size: 110%;
  }
  .single_inner,
.white_inner {
    margin: 1rem;
    padding: 1rem;
  }
}
/*****page navigation******************************************************/
.navigation.pagination {
  padding: 5% 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 40px;
  height: 40px;
}
.page-numbers a, .page-numbers span {
  font-size: 130%;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.page-numbers a.current, .page-numbers span.current {
  color: white;
  position: relative;
  background-color: black;
}
.page-numbers a:hover, .page-numbers span:hover {
  color: white;
  position: relative;
  background-color: black;
}
.page-numbers .prev, .page-numbers .next {
  background-color: none;
  padding: 0 5px;
  font-size: 100%;
  font-weight: normal;
}
.page-numbers .prev img {
  transform: scaleX(-1);
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel=prev] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel=next] {
  position: absolute;
  right: 0;
}

@media all and (max-width: 1200px) {
  .page-numbers li {
    width: 3vw;
    height: 3vw;
  }
  .page-numbers li a.current, .page-numbers li span.current {
    border: none;
  }
  .page-numbers li a.current:after, .page-numbers li span.current:after {
    display: none;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .page-numbers li {
    width: 10vw;
    height: 10vw;
  }
  .page-numbers li a, .page-numbers li span {
    padding: 1vw;
  }
  .page-numbers li .prev, .page-numbers li .next {
    padding: 1vw;
    font-size: 70%;
  }
}
/***********************************************************/
.def_font {
  font-family: "Courier New", Courier, monospace;
}

.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}
.nolink:after {
  display: none !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

/* display */
.none {
  display: none !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9 ;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
/*
* ContactForm7にてメール送信後にメッセージをアニメーションさせる
*/
/* 送信後、表示指定していないものは全部消す */
.wpcf7 form.sent > *:not(.tt-show) {
  display: none;
}

/* 送信結果表示、最初は消す */
.wpcf7 form .wpcf7-response-output {
  transform: translateY(50px);
  opacity: 0;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 5px;
  margin: 1rem auto;
  color: black;
}

/* 送信結果表示、送信後は出す */
.wpcf7 form .wpcf7-response-output.tt-show,
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  opacity: 1;
  color: black;
}
/*# sourceMappingURL=default.css.map */