@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

body {
  color: #131246;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section {
  letter-spacing: 0.2em;
  padding: 20px 0;
}
@media screen and (max-width: 1099px) {
  section {
    padding: 10px 0;
  }
}

section.sns {
  padding: 0;
}

.inner {
  max-width: 1200px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .inner {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}
.inner.en-nav {
  width: 95%;
}

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

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #131246;
}
a:hover {
  cursor: pointer;
}

a.link {
  font-weight: bold;
}
a.link:hover {
  opacity: 0.5;
  transition: 0.3s;
}

p,
h1,
h2,
h3,
h4,
td,
th {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  p {
    letter-spacing: normal;
  }
}

.wrap {
  overflow: hidden;
}

.sp-non {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp-non {
    display: none;
  }
}

.sp-tab-non {
  display: block;
}
@media screen and (max-width: 1099px) {
  .sp-tab-non {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-tab-non {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-br {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1099px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tab {
    display: none;
  }
}

.tab-br {
  display: block;
}
@media screen and (max-width: 1099px) {
  .tab-br {
    display: none;
  }
}

.tab-sp-br {
  display: none;
}
@media screen and (max-width: 1099px) {
  .tab-sp-br {
    display: block;
  }
}

.fixed-sns-icon-group {
  position: fixed;
  right: 0;
  bottom: 0%;
  z-index: 10000;
}
.fixed-sns-icon-group .fixed-sns-icon-mail {
  background-color: #fff;
  border: solid 2px #d11bb3;
  border-right: none;
  border-radius: 20% 0 0 20%;
  margin-bottom: 0.5em;
}
.fixed-sns-icon-group .fixed-sns-icon-mail img {
  width: 1.5em;
}
.fixed-sns-icon-group .fixed-sns-icon-twitter {
  background-color: #fff;
  border: solid 2px #d11bb3;
  border-right: none;
  margin-bottom: 0.5em;
  border-radius: 20% 0 0 20%;
}
.fixed-sns-icon-group .fixed-sns-icon-twitter img {
  width: 22px;
}
.fixed-sns-icon-group .fixed-sns-icon-youtube {
  background-color: #fff;
  border: solid 2px #d11bb3;
  border-right: none;
  margin-bottom: 0.5em;
  border-radius: 20% 0 0 20%;
}
.fixed-sns-icon-group .fixed-sns-icon-youtube img {
  width: 28px;
}
.fixed-sns-icon-group a {
  padding: 1em 0.6em 1em 1em;
  display: block;
}
.fixed-sns-icon-group a:hover img {
  opacity: 0.7;
}
.fixed-sns-icon-group a img {
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .fixed-sns-icon-group a {
    padding: 0.5em 0.4em 0.5em 0.5em;
  }
}

.title-fix-btn {
  position: fixed;
  bottom: 10px;
  right: 70px;
  transition: 0.3s;
  z-index: 9999;
}
.title-fix-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .title-fix-btn {
    right: 50px;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

footer {
  background: linear-gradient(180deg, #012189, #014ccf);
  color: #4158d0;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 40px 0;
    height: 220px;
  }
}

.footer-inner {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .footer-inner {
    display: block;
  }
}

.sns-box {
  display: flex;
}
@media screen and (max-width: 600px) {
  .sns-box {
    justify-content: center;
  }
}

.icon {
  margin-right: 30px;
  transition: all 0.3s;
  width: 30px;
  display: block;
}
.icon:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .icon:last-child {
    margin-right: 0;
  }
}

.footer-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .footer-text {
    text-align: center;
    line-height: 1.8;
  }
}

.d_2024 header {
  height: 70px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .d_2024 header {
    height: 50px;
  }
}
.d_2024 header h1 {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .d_2024 header h1 {
    width: 250px;
    margin: auto;
  }
}
.d_2024 .header-pc {
  background-color: #01010c;
  height: 77px;
  padding: 10px;
  display: block;
  border-radius: 50px;
  position: relative;
  padding: 0;
  width: 1000px;
  position: fixed;
  z-index: 99999;
  right: -450px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1099px) {
  .d_2024 .header-pc {
    display: none;
  }
}
.d_2024 #d_2024_header.UpMove {
  position: fixed;
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -100px);
  }
}
.d_2024 #d_2024_header.DownMove {
  position: fixed;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translate(-50%, -100px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.d_2024 .header-sp {
  display: none;
}
@media screen and (max-width: 1099px) {
  .d_2024 .header-sp {
    display: block;
    background-color: #01010c;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
  }
}
.d_2024 .openbtn {
  position: relative;
  background: #01010c;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 10px;
}
.d_2024 .openbtn span.open {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.d_2024 .openbtn span.open:nth-of-type(1) {
  top: 15px;
  width: 45%;
}
.d_2024 .openbtn span.open:nth-of-type(2) {
  top: 23px;
  width: 45%;
}
.d_2024 .openbtn span.open:nth-of-type(3) {
  top: 31px;
  width: 45%;
}
.d_2024 .openbtn.active span.open:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 45%;
}
.d_2024 .openbtn.active span.open:nth-of-type(2) {
  opacity: 0;
}
.d_2024 .openbtn.active span.open:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 45%;
}
.d_2024 .openbtn.active .header-sp-box {
  right: 15px;
}
.d_2024 ul {
  display: flex;
  color: #fff;
}
.d_2024 ul.header-list-wrap {
  align-items: center;
  height: 70px;
  margin-left: 3rem;
}
@media screen and (max-width: 1099px) {
  .d_2024 ul.header-list-wrap {
    margin-left: 0;
  }
}
.d_2024 ul.header-list-wrap li {
  position: relative;
}
.d_2024 ul.header-list-wrap li:last-child .header-list {
  margin-right: 0;
}
.d_2024 ul.header-list-wrap li a {
  text-align: center;
}
.d_2024 ul.header-list-wrap li a span {
  display: block;
  font-size: 0.6rem;
  margin-top: 4px;
}
.d_2024 ul.g-navi-child {
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 110%;
  background: #fff;
  border-radius: 40px;
  border: solid 2px #01010c;
  opacity: 0;
  width: 210px;
  padding: 0.5rem;
  z-index: 0;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
}
.d_2024 #d_2024_header > ul > li:hover ul.g-navi-child {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  display: block;
}
.d_2024 #d_2024_header > ul > li:hover ul.g-navi-child li {
  margin: 1.5rem 1rem;
}
.d_2024 #d_2024_header > ul > li:hover ul.g-navi-child li a {
  color: #01010c;
  text-align: left;
  font-weight: bold;
  scroll-behavior: smooth;
  padding-left: 25px;
}
.d_2024 #d_2024_header > ul > li:hover ul.g-navi-child li a span {
  padding-left: 25px;
}
.d_2024 .is-active-child::after {
  position: absolute;
  content: "";
  background: #fe4803;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 13px;
  transform: translateX(-50%);
}
.d_2024 .header-list {
  padding: 20px 10px;
  margin-right: clamp(10px, 1.5vw, 30px);
  font-weight: bold;
  display: inline-block;
}
.d_2024 .is-active .header-list {
  color: #fff;
  position: relative;
}
.d_2024 .is-active .header-list::after {
  position: absolute;
  content: "";
  background: #fe4803;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.d_2024 .language-wrap {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .d_2024 .language-wrap {
    top: 93%;
    right: 70px;
  }
}
.d_2024 .language-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 10px;
}
.d_2024 .language-btn-list {
  padding: 5px;
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.d_2024 .language-btn-list:first-child {
  position: relative;
}
.d_2024 .language-btn-list:first-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-60deg);
  top: 11px;
}
.d_2024 .language-btn-list:last-child {
  margin-right: 0;
}
.d_2024 .language-btn-list-is-active {
  color: #9a9a9a;
  transition: all 0.3s;
}
.d_2024 .language-btn-list-is-active:hover {
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .d_2024 .language-btn-list-is-active:hover {
    color: #000;
  }
}
.d_2024 .header-sp-box {
  position: fixed;
  top: 55px;
  height: 610px;
  right: -300px;
  background-color: #fff;
  padding: 20px 30px 10px 10px;
  border: 2px solid #000;
  z-index: 10000;
  border-radius: 30px;
  transition: all 0.3s;
}
.d_2024 .header-sp-box .header-list-wrap {
  display: block;
}
.d_2024 .header-sp-box .header-list {
  color: #000;
  padding: 8px 20px 5px 30px;
  margin-bottom: 13px;
}
.d_2024 .header-sp-box .header-list:after {
  bottom: auto;
  top: 14px;
  left: 15px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .header-sp-box .header-list {
    margin-bottom: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 1099px) {
  .d_2024 .header-sp-box ul.g-navi-child-sp {
    display: block;
    margin-left: 2rem;
  }
  .d_2024 .header-sp-box ul.g-navi-child-sp li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
  }
  .d_2024 .header-sp-box ul.g-navi-child-sp li::before {
    content: "";
    height: 1px;
    width: 10px;
    background-color: #01010c;
    margin-right: 10px;
  }
  .d_2024 .header-sp-box ul.g-navi-child-sp li a {
    color: #01010c;
    text-align: left;
    font-size: 0.8rem;
  }
  .d_2024 .header-sp-box ul.g-navi-child-sp li a span.nav-subtext-sp {
    width: 100%;
    text-align: left;
    margin-top: 6px;
  }
  .d_2024 .header-sp-box ul.g-navi-child-sp li.is-active-child::after {
    position: absolute;
    content: "";
    background: #fe4803;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 12px;
    left: -15px;
    transform: translateX(-50%);
  }
}
.d_2024 .header-sp-box .language-btn {
  border: #000 1px solid;
}
.d_2024 .header-sp-box .language-btn-list {
  color: #000;
}
.d_2024 .header-sp-box .language-btn-list::after {
  background-color: #000;
}
.d_2024 .click-on {
  position: relative;
}
.d_2024 .click-on::after {
  position: absolute;
  content: "";
  background: #fe4803;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .d_2024 .click-on::after {
    bottom: auto;
    top: 17px;
    left: 15px;
  }
}

.d_2024:lang(en) ul.g-navi-child {
  top: 130%;
  width: 200px;
}
.d_2024:lang(en) .is-active-child::after {
  position: absolute;
  content: "";
  background: #fe4803;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 3px;
  left: 0;
  transform: translateX(-50%);
}
.d_2024:lang(en) .header-sp-box {
  height: 450px;
}
.d_2024:lang(en) .header-sp-box ul.g-navi-child-sp li.is-active-child::after {
  bottom: 2px;
  left: -17px;
}
.d_2024:lang(en) .header-sp-box .language-wrap {
  right: 70px;
}
@media screen and (max-width: 600px) {
  .d_2024:lang(en) .header-list {
    padding: 15px 20px 5px 30px;
  }
  .d_2024:lang(en) .header-list::after {
    top: 19px;
  }
}

main {
  background-color: #f2f2f2;
  color: #131246;
  overflow: hidden;
}

.top {
  text-align: center;
  padding-top: 0;
  z-index: 2000;
  font-size: 0;
}
.top img {
  width: 100%;
}
.top .kv {
  position: relative;
}
.top .kv img {
  max-height: 90vh;
  width: auto;
}
.top .kv img.subimg {
  position: absolute;
  bottom: -14%;
  left: 23%;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .top .kv img.subimg {
    bottom: -25%;
    left: 14%;
    width: 70%;
  }
}
.top .top-kv-btn a {
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 2.5rem;
  display: inline-block;
  padding-top: 10px;
  position: relative;
  transition: all 0.3s;
}
.top .top-kv-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .top .top-kv-btn a {
    font-size: 1.5rem;
    height: 75px;
  }
}
.top .top-kv-btn-en {
  font-family: "Josefin Sans", sans-serif;
}
.top .top-kv-btn-en a {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .top .top-kv-btn-en a {
    font-size: 1.5rem;
    height: 75px;
  }
}

.lang-box {
  position: absolute;
  right: 0;
  z-index: 300;
}

.lang {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em 2em 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5em;
  background-color: #131246;
  padding: 20px 15px 20px 22px;
  color: #fff;
  border-radius: 10px;
  border: solid 2px #d11bb3;
  justify-content: space-between;
  width: 160px;
}
@media screen and (max-width: 1099px) {
  .lang {
    padding: 20px 5px 20px 12px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .lang {
    padding: 10px 5px 10px 7px;
    width: 80px;
  }
}
.lang::after {
  position: absolute;
  content: "/";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
@media screen and (max-width: 1099px) {
  .lang::after {
    font-size: 1rem;
  }
}
.lang li {
  font-size: 1.5rem;
}
.lang li .current {
  position: relative;
  padding: 5px;
}
.lang li .current::after {
  background-color: #fff;
  height: 1px;
  position: absolute;
  content: "";
  width: 80%;
  left: 45%;
  bottom: 3px;
  transform: translateX(-50%);
  font-size: 1.5rem;
}
@media screen and (max-width: 1099px) {
  .lang li .current {
    font-size: 1rem;
  }
}
.lang li a {
  padding: 5px;
  color: #fff;
  transition: all 0.3s;
}
.lang li a:hover {
  color: #aaaaaa;
}
@media screen and (max-width: 1099px) {
  .lang li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1099px) {
  .lang {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .lang {
    font-size: 0.5em;
  }
}

.event-end {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
.event-end p {
  font-size: 30px;
  background-color: #131246;
  padding: 0.5em 1em;
  color: #fff;
  border-radius: 10px;
  border: solid 2px #d11bb3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1099px) {
  .event-end p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .event-end p {
    font-size: 14px;
    width: 65vw;
  }
}

.link-youtube {
  color: #d11bb3 !important;
  transition: all 0.3s;
}
.link-youtube:hover {
  opacity: 0.7;
}

.anchor-link {
  padding: 10px 0 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .anchor-link {
    position: static;
    padding: 10px 0;
    transform: translate(0, 0);
    z-index: 1000;
  }
}
.anchor-link ul.anchor-link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media screen and (max-width: 1099px) {
  .anchor-link ul.anchor-link-box {
    flex-wrap: wrap;
  }
}
.anchor-link ul.anchor-link-box li {
  width: 180px;
  text-align: center;
  margin: 5px;
  font-size: 16px;
}
.anchor-link ul.anchor-link-box li.en {
  max-width: 300px;
}
.anchor-link ul.anchor-link-box li.en a {
  padding: 0.7em 2em 0.7em 1em;
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box li.en {
    width: 100%;
    max-width: 100%;
  }
}
.anchor-link ul.anchor-link-box li.en-geme a {
  padding: 1.2em 2em 1.2em 0.5em;
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box li.en-geme a {
    padding: 1em 2em 1em 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box li {
    margin: 3px;
    padding: 0;
    width: 48%;
    font-size: 10px;
  }
}
.anchor-link ul.anchor-link-box li .icon {
  height: 18px;
}
.anchor-link ul.anchor-link-box li a {
  display: table-cell;
  border: solid 2px #d11bb3;
  border-radius: 15px;
  background-color: #fff;
  border-image-slice: 1;
  vertical-align: middle;
  width: 20%;
  font-weight: bold;
  font-size: 0.9em;
  color: #000f6a;
  padding: 1.7em 2em 1.7em 0.5em;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.anchor-link ul.anchor-link-box li a:hover {
  color: #c3c4d0;
}
.anchor-link ul.anchor-link-box li a.no-link {
  pointer-events: none;
  color: #ccc;
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box li a {
    display: block;
    width: 100%;
    height: auto;
    border: solid 2px #d11bb3;
    border-bottom: 2px solid #d11bb3;
    border-radius: 10px;
    border-image-slice: 1;
    padding: 1em 2em 1em 1em;
  }
}
.anchor-link ul.anchor-link-box.en-link li {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box.en-link li {
    width: 48%;
  }
}
.anchor-link ul.anchor-link-box.en-link li a {
  height: 100px;
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box.en-link li a {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .anchor-link ul.anchor-link-box.en-link li.en {
    width: 100%;
    max-width: 100%;
  }
}

.is-fixed {
  position: fixed;
  top: 1%;
  width: 100%;
}
.is-fixed ul.anchor-link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.arrow_u::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -6px;
  transform: rotate(45deg);
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置*/
  position: absolute;
  bottom: 5%;
  right: 50%;
}
@media screen and (max-width: 1099px) {
  .scrolldown2 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 25px;
  /*テキストの形状*/
  color: #00106b;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00106b;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -10px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: linear-gradient(to bottom, #d11bb3 40%, #154fc0 100%);
}

.news {
  margin: 1em 0;
}
@media screen and (max-width: 1099px) {
  .news {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .news {
    margin: 0;
  }
}
.news a {
  color: #131246;
}
.news a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news ul {
  width: 100%;
}
.news ul .news-grid {
  display: grid;
  width: 100%;
  padding-bottom: 2em;
  margin-bottom: 2em;
  grid-template-columns: 120px 130px auto;
  grid-template-rows: 1fr;
  border-bottom: 1px solid #b1b1b8;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .news ul .news-grid {
    grid-template-columns: 110px 1fr 1fr;
    row-gap: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .news ul .news-grid {
    grid-template-columns: repeat(2);
  }
}
.news ul .news-grid .day {
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1099px) {
  .news ul .news-grid .day {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.news ul .news-grid .label {
  background-color: #d11bb3;
  border-radius: 10px;
  color: #fff;
  padding: 5px 8px;
  margin-left: 10px;
  text-align: center;
  width: fit-content;
  font-size: 0.8em;
}
@media screen and (max-width: 1099px) {
  .news ul .news-grid .label {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.news ul .news-grid .text {
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (max-width: 1099px) {
  .news ul .news-grid .text {
    grid-row: 2/3;
    grid-column: 1/4;
    padding-left: 0;
  }
}

.event {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .event {
    padding: 40px 0;
  }
}
.event .event-icon {
  margin: 3em 0;
}
.event .event-icon .event-icon-box {
  display: flex;
}
@media screen and (max-width: 600px) {
  .event .event-icon .event-icon-box {
    display: block;
  }
}

.prof {
  margin-top: 4em;
}
.prof h3 {
  font-size: 1.5em;
  padding: 0.2em;
  display: inline-block;
  background-color: #012189;
  color: #fff;
}
.prof .prof-area {
  display: flex;
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .prof .prof-area {
    display: block;
  }
}
.prof .prof-area img {
  width: 23%;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .prof .prof-area img {
    width: 80%;
    margin: 0 10%;
  }
}
.prof .prof-area .prof-text {
  margin-left: 1.5em;
}
@media screen and (max-width: 600px) {
  .prof .prof-area .prof-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .prof .prof-area .prof-text p {
    font-size: 14px;
  }
}
.prof tr {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .prof tr {
    font-size: 14px;
  }
}
.prof tr td.cap {
  width: 100px;
}

#stage-program {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #stage-program {
    padding-bottom: 20px;
  }
}
#stage-program .text a {
  color: #131246;
}

.timeline {
  position: relative;
  margin-top: 80px;
  margin-bottom: 60px;
}
.timeline.zenyasai {
  margin-top: 40px;
}

.timeline__text {
  font-size: 1.2em;
  border: solid 2px #fff inset;
  background-color: #d11bb3;
  padding: 0.5em;
  width: fit-content;
  color: #fff;
}

.timeline__line {
  border-right: 2px solid #012189;
  left: 0.7rem;
  position: absolute;
  top: 15px;
  height: 100%;
}

.timeline__items {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.timeline__item {
  margin-bottom: 2em;
}
.timeline__item div {
  margin-bottom: 0.5em;
}

.timeline__top {
  align-items: center;
  display: flex;
}

.timeline__circle {
  background-color: #012189;
  border-radius: 9999px;
  height: 1.5rem;
  width: 1.5rem;
}

.timeline__title {
  flex: 1;
  margin-left: 0.5rem;
}
.timeline__title .program-time {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #012189;
  padding: 0.5em;
  color: #fff;
}

.timeline__desc {
  margin-left: 2rem;
  line-height: 1.5;
}
.timeline__desc .program-ttl {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .timeline__desc .program-ttl {
    font-size: 1em;
  }
}
.timeline__desc .program-performer {
  margin-bottom: 1em;
  line-height: 2.3;
}
@media screen and (max-width: 600px) {
  .timeline__desc .program-performer {
    text-indent: 0;
    padding-left: 0;
  }
}
.timeline__desc .program-performer .performer {
  border-radius: 20px;
  background-color: #d11bb3;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-right: 1em;
}
.timeline__desc .program-content {
  margin-bottom: 1em;
  line-height: 2.3;
}
@media screen and (max-width: 600px) {
  .timeline__desc .program-content {
    text-indent: 0;
    padding-left: 0;
  }
  .timeline__desc .program-content.en {
    text-indent: 0;
    padding-left: 0;
  }
}
.timeline__desc .program-content .content {
  border-radius: 20px;
  background-color: #d11bb3;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-right: 1em;
  margin-bottom: 1em;
}

h3.text-detail {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  h3.text-detail {
    font-size: 1em;
  }
}

.others-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .others-area {
    margin-top: 30px;
  }
}

.others-item {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .others-item {
    display: block;
    width: 100%;
  }
}
.others-item .others-ttl {
  flex: none;
  margin: 1em;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .others-item .others-ttl {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.others-item .others-ttl img {
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .others-item .others-ttl img {
    width: 70%;
  }
}
.others-item .others-txt {
  padding: 1em;
  line-height: 1.8;
  padding-left: 1em;
  margin: auto;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .others-item .others-txt {
    padding: 0.5em;
    padding-top: 10px;
    font-size: 14px;
  }
}
.others-item .others-txt ul {
  padding-left: 1em;
}
.others-item .others-txt ul li {
  margin-bottom: 0.5em;
}

.bold-txt {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  border-bottom: solid 2px #d11bb3;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .bold-txt {
    font-size: 16px !important;
    width: 100%;
  }
}

.others-item.sub {
  width: 100%;
}
.others-item.sub .others-ttl {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .others-item.sub .others-ttl {
    width: 100%;
  }
}
.others-item.sub .others-txt {
  margin-left: 0;
}

.btn {
  margin: 3em auto;
  text-align: center;
}

.areamap {
  margin-top: 5em;
}
@media screen and (max-width: 600px) {
  .areamap {
    margin-top: 3em;
    padding-bottom: 12em;
  }
}

a.btn-gradient {
  color: #fff;
  border-radius: 0;
  background-image: -webkit-linear-gradient(90deg, #4158d0, #c850c0 30%, #ffcc70);
  background-image: -webkit-linear-gradient(90deg, #4158d0, #c850c0 30%, #ffcc70);
  background-image: linear-gradient(90deg, #4abcfb, #940ecd);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 2em;
  padding: 0.5em;
  transition: all 0.3s;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  a.btn-gradient {
    font-size: 1em;
  }
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}

.sponsor {
  padding-bottom: 70px;
}
@media screen and (max-width: 1099px) {
  .sponsor {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sponsor {
    padding-bottom: 30px;
  }
}
.sponsor h2.title-text-sub {
  margin: 50px auto 20px;
}
@media screen and (max-width: 600px) {
  .sponsor h2.title-text-sub {
    margin-top: 0px;
  }
}
.sponsor .title-under {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.sponsor ul {
  display: grid;
  margin: auto;
  padding: 0.5em;
}
@media screen and (max-width: 600px) {
  .sponsor ul {
    display: block;
  }
}
.sponsor ul li {
  background-color: #fff;
  margin-bottom: 2.5em;
  border-radius: 8px;
  box-shadow: 0px 5px 5px -3px #a9bcde;
}
.sponsor ul li:last-child {
  margin-right: 0;
}

.sponsor-area {
  margin: 0 0.5em;
}
@media screen and (max-width: 600px) {
  .sponsor-area {
    margin: 1em 0 2em;
  }
}

.diamond .logo-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .diamond .logo-box {
    width: 100%;
    display: block;
  }
}
.diamond .logo-box li {
  margin: 0.5em;
}
@media screen and (max-width: 600px) {
  .diamond .logo-box li {
    margin-bottom: 1em;
  }
}

.platinum .logo-box {
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .platinum .logo-box {
    width: 90%;
  }
}
.platinum .logo-box li {
  margin: 0.5em;
}
@media screen and (max-width: 600px) {
  .platinum .logo-box li {
    margin-bottom: 1em;
  }
}

.logo-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em;
  transition: all 0.3s;
}
.logo-box a:hover {
  opacity: 0.7;
}

.link-no-img {
  padding: 0.8em 0.5em;
}

.sponsor-box {
  display: block;
}
.sponsor-box .gold .logo-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media screen and (max-width: 600px) {
  .sponsor-box .gold .logo-box {
    display: block;
    width: 80%;
  }
}
.sponsor-box .gold .logo-box li {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor-box .silver .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .sponsor-box .silver .logo-box {
    display: block;
    width: 75%;
  }
}
.sponsor-box .silver .logo-box li {
  margin-right: 20px;
  width: calc(25% - 20px);
}
.sponsor-box .silver .logo-box li:last-child {
  margin-right: 0;
}
.sponsor-box .silver .logo-box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}
@media screen and (max-width: 600px) {
  .sponsor-box .silver .logo-box li {
    width: 100%;
    margin-bottom: 1em;
  }
}
.sponsor-box .bronze .logo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.sponsor-box .bronze .logo-box li {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .sponsor-box .bronze .logo-box li {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
    margin-bottom: 1em;
  }
  .sponsor-box .bronze .logo-box li:nth-child(2n) {
    margin-right: 0;
  }
}
.sponsor-box .bronze .logo-box li img {
  flex: none;
}

.partner-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 600px) {
  .partner-box {
    display: block;
  }
}
.partner-box ul {
  display: flex;
  flex-wrap: wrap;
}
.partner-box li {
  margin-right: 15px;
  width: calc(50% - 7.5px);
}
.partner-box li:nth-child(2n) {
  margin-right: 0;
}
.partner-box .partner .logo-box {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .partner-box .partner .logo-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.partner-box .partner .logo-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .partner-box .partner .logo-box li {
    width: 40%;
  }
}

hr {
  margin-top: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgb(255, 72, 0) 0%, rgb(199, 36, 255) 100%);
  border: none;
}
@media screen and (max-width: 600px) {
  hr {
    margin-top: 50px;
  }
}

h3.status {
  font-size: 2em;
  font-weight: bold;
  color: #131246;
  padding: 10px;
  display: block;
  text-align: center;
  width: 30%;
  margin: 50px auto 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  h3.status {
    margin-bottom: 30px;
    width: 100%;
    margin: 10px auto 5px;
    font-size: 1.6em;
  }
}

h2.title-text {
  font-weight: bold;
  color: #131246;
  display: block;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 600px) {
  h2.title-text {
    margin: 30px auto 0;
  }
}

.status-sm {
  font-size: 1.4em !important;
}
@media screen and (max-width: 1099px) {
  .status-sm {
    font-size: 1em !important;
    height: 2.5em;
    margin-bottom: 1em !important;
  }
}

.map .btn {
  margin-top: 2em;
}

.text {
  line-height: 2;
  word-break: break-all;
}

.comingsoon {
  text-align: center;
  font-size: 2em;
}

.info-img-group {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4em;
}
@media screen and (max-width: 600px) {
  .info-img-group {
    margin-bottom: 2em;
  }
}
.info-img-group img {
  width: 15vw;
  padding: 0.2em;
}
@media screen and (max-width: 1099px) {
  .info-img-group img {
    width: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .info-img-group img {
    width: 35vw;
  }
}

table {
  width: 100%;
}

th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}
th.en {
  width: 180px;
}
@media screen and (max-width: 600px) {
  th {
    display: block;
    margin-bottom: 10px;
  }
}

tr {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #b1b1b8;
  padding-bottom: 20px;
  width: 100%;
}

td {
  line-height: 1.8;
}

tr.venue-wrap {
  display: flex;
}
@media screen and (max-width: 1099px) {
  tr.venue-wrap {
    display: block;
  }
}
tr.venue-wrap td.venue-wrap-td {
  display: flex;
}
@media screen and (max-width: 1099px) {
  tr.venue-wrap td.venue-wrap-td {
    display: block;
  }
}
tr.venue-wrap td.venue-wrap-td .venue-text {
  margin-right: 1em;
}

a {
  color: #fff;
}

.map-wrap {
  margin: 1em;
}
@media screen and (max-width: 1099px) {
  .map-wrap {
    margin: 1em 0;
  }
}

.pc-map {
  display: block;
}
@media screen and (max-width: 1099px) {
  .pc-map {
    display: none;
  }
}

.tab-map {
  display: none;
}
@media screen and (max-width: 1099px) {
  .tab-map {
    display: block;
  }
}

.title-sub {
  text-align: center;
}

h2.title-text-sub {
  font-size: 2.4em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text !important;
  display: inline-block;
  background: linear-gradient(90deg, #4158d0, #c850c0 30%, #ffcc70);
  background: -webkit-linear-gradient(0deg, #4158d0, #c850c0 30%, #ffcc70);
  background-clip: text;
  padding: 10px;
  display: inline-block;
  position: relative;
  margin: 50px auto 40px;
}
@media screen and (max-width: 600px) {
  h2.title-text-sub {
    margin-bottom: 20px;
  }
}
h2.title-text-sub::before,
h2.title-text-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: rgb(209, 27, 179);
  background: linear-gradient(90deg, rgb(255, 72, 0) 0%, rgb(199, 36, 255) 100%);
}
h2.title-text-sub::before::before,
h2.title-text-sub::after::before {
  left: -2em;
}
h2.title-text-sub::after {
  left: -2em;
}
h2.title-text-sub::before {
  right: -2em;
}
@media screen and (max-width: 600px) {
  h2.title-text-sub {
    margin-top: 20px;
    font-size: 1.3em;
  }
  h2.title-text-sub::before,
  h2.title-text-sub::after {
    width: 20px;
  }
  h2.title-text-sub::after {
    left: -0.8em;
  }
  h2.title-text-sub::before {
    right: -0.8em;
  }
}

.text-box {
  margin-bottom: 1em;
}
p.cs {
  color: #131246;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
}

.map-icon {
  width: 40px;
  margin-right: 10px;
}

.map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
}
@media screen and (max-width: 600px) {
  .map-btn {
    width: 330px;
  }
}

.ticket-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
}
@media screen and (max-width: 600px) {
  .ticket-btn {
    width: 330px;
  }
}

#event-about {
  background-color: rgb(220, 220, 220);
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #event-about {
    padding-bottom: 40px;
  }
}

#other-program {
  background-color: rgb(228, 228, 228);
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #other-program {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

#event-info {
  padding-top: 50px;
  background-color: rgb(228, 228, 228);
}
@media screen and (max-width: 600px) {
  #event-info {
    padding-top: 30px;
  }
}
#event-info .btn {
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  #event-info td {
    font-size: 14px;
  }
}

#game-exhibiton {
  padding-top: 20px;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  #game-exhibiton {
    padding-bottom: 60px !important;
  }
}

#sponsor {
  padding-top: 50px;
}
#sponsor h2.title-text-sub {
  margin-bottom: 5px !important;
}

.redtext {
  color: #d11bb3;
}

.lower-page {
  background-image: url(/images/bgi-lower_page.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding: 0;
  min-height: 100vh;
}

.header-lower {
  width: 100%;
  padding: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em 2em 0;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-left: 1em;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb li {
    font-size: 0.8em;
  }
}
.breadcrumb li a {
  color: #131246;
  transition: all 0.3s;
}
.breadcrumb li a:hover {
  color: #aaaaaa;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #131246;
}

[value="shooting"]:checked ~ .targets .target:not([data-category~="shooting"]),
[value="roleplaying"]:checked ~ .targets .target:not([data-category~="roleplaying"]),
[value="action"]:checked ~ .targets .target:not([data-category~="action"]),
[value="roguelike"]:checked ~ .targets .target:not([data-category~="roguelike"]),
[value="roguelite"]:checked ~ .targets .target:not([data-category~="roguelite"]),
[value="simulation"]:checked ~ .targets .target:not([data-category~="simulation"]),
[value="puzzle"]:checked ~ .targets .target:not([data-category~="puzzle"]),
[value="cardgame"]:checked ~ .targets .target:not([data-category~="cardgame"]),
[value="novel"]:checked ~ .targets .target:not([data-category~="novel"]),
[value="touhou"]:checked ~ .targets .target:not([data-category~="touhou"]),
[value="vr"]:checked ~ .targets .target:not([data-category~="vr"]),
[value="analog"]:checked ~ .targets .target:not([data-category~="analog"]),
[value="others"]:checked ~ .targets .target:not([data-category~="others"]) {
  display: none;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.filters {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099px) {
  .filters {
    text-align: center;
  }
}

.filters * {
  display: inline-block;
}

.filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  background-color: #aaaaaa;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.filters label:hover {
  background: #d22bcc;
  color: #fff;
}

[value="All"]:checked ~ .filters [for="All"],
[value="shooting"]:checked ~ .filters [for="shooting"],
[value="roleplaying"]:checked ~ .filters [for="roleplaying"],
[value="action"]:checked ~ .filters [for="action"],
[value="roguelike"]:checked ~ .filters [for="roguelike"],
[value="roguelite"]:checked ~ .filters [for="roguelite"],
[value="simulation"]:checked ~ .filters [for="simulation"],
[value="realtime"]:checked ~ .filters [for="realtime"],
[value="puzzle"]:checked ~ .filters [for="puzzle"],
[value="cardgame"]:checked ~ .filters [for="cardgame"],
[value="novel"]:checked ~ .filters [for="novel"],
[value="touhou"]:checked ~ .filters [for="touhou"],
[value="vr"]:checked ~ .filters [for="vr"],
[value="analog"]:checked ~ .filters [for="analog"],
[value="others"]:checked ~ .filters [for="others"] {
  background: #d22bcc;
  color: #fff;
}

.title-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .title-grid {
    margin-top: 0;
  }
}
.title-grid::after {
  display: block;
  content: "";
  width: calc(25% - 10px);
  height: 0;
}
@media screen and (max-width: 1099px) {
  .title-grid::after {
    width: calc(30% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .title-grid::after {
    width: calc(50% - 5px);
  }
}
.title-grid::before {
  content: "";
  display: block;
  width: calc(25% - 10px);
  height: 0;
  order: 1;
}
@media screen and (max-width: 1099px) {
  .title-grid::before {
    width: calc(30% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .title-grid::before {
    width: calc(50% - 5px);
  }
}
.title-grid li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 10px);
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .title-grid li {
    width: calc(30% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .title-grid li {
    width: calc(50% - 5px);
  }
}
.title-grid .title-grid-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 8px -5px #a9bcde;
}
.title-grid .title-grid-items div {
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
}
.title-grid .title-grid-items .game-img {
  width: 90%;
  margin: 0.5em auto 0.5em;
}
@media screen and (max-width: 600px) {
  .title-grid .title-grid-items .game-img {
    width: 100%;
    margin-top: 0;
  }
}
.title-grid .title-grid-items .game-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  color: #131246;
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
  flex-grow: 2;
  height: 2em;
  letter-spacing: -0.3px;
  z-index: 1;
}
.title-grid .title-grid-items .game-title.small-txt {
  font-size: 1em;
}
@media screen and (max-width: 1099px) {
  .title-grid .title-grid-items .game-title.small-txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .title-grid .title-grid-items .game-title.small-txt {
    font-size: 0.8em;
  }
}
.title-grid .title-grid-items .game-title.more-small-txt {
  font-size: 0.8em;
}
@media screen and (max-width: 1099px) {
  .title-grid .title-grid-items .game-title.more-small-txt {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  .title-grid .title-grid-items .game-title.more-small-txt {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1099px) {
  .title-grid .title-grid-items .game-title {
    font-size: 1em;
  }
  .title-grid .title-grid-items .game-title.small-txt {
    height: 3em;
  }
  .title-grid .title-grid-items .game-title.more-small-txt {
    height: 3em;
  }
}
.title-grid .title-grid-items .game-category {
  border-radius: 20px;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 0.8em;
}
.title-grid .title-grid-items .game-category.category1 {
  background-color: #5856cd;
}
.title-grid .title-grid-items .game-category.category2 {
  background-color: #8d53c7;
}
.title-grid .title-grid-items .game-category.category3 {
  background-color: #ca54bc;
}
.title-grid .title-grid-items .game-category.category4 {
  background-color: #e59295;
}
@media screen and (max-width: 600px) {
  .title-grid .title-grid-items .game-category {
    font-size: 0.5em;
  }
}
.title-grid .title-grid-items .game-creator {
  flex-grow: 2;
  margin-top: auto;
  padding-top: 0.5em;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  .title-grid .title-grid-items .game-creator {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .title-grid .title-grid-items .game-creator {
    font-size: 0.8em;
    line-height: 1.3;
  }
}

.button_Website {
  margin: auto;
  text-align: center;
}
.button_Website.hidden {
  visibility: hidden;
}

.button_Website a {
  display: inline-block;
  position: relative;
  padding: 1em 1em 1em 50px;
  color: #131246;
  font-weight: bold;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  .button_Website a {
    padding: 0.5em 0.5em 0.5em 30px;
    font-size: 0.8em;
  }
}

.button_Website a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #131246;
  border-radius: 50vh;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .button_Website a::before {
    display: none;
  }
}

.button_Website a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #131246;
  border-right: 1px solid #131246;
  transition: 0.3s;
}

.button_Website a:hover {
  text-decoration: underline;
}

.button_Website a:hover::before {
  background-color: #131246;
}

.button_Website a:hover::after {
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.bn {
  text-align: center;
}
.bn a {
  transition: all 0.3s;
}
.bn a:hover {
  opacity: 0.7;
}

.ribbon-wrapper {
  display: block;
  position: relative;
  z-index: 1000;
}

.ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  z-index: 1000;
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 0.6em;
  line-height: 16px;
  background: #d22bcc;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #d22bcc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 0.6em;
}

.ribbon:after {
  right: 0.6em;
}

.title-list .title-text-sub {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .title-list .title-text-sub {
    margin-bottom: 20px;
  }
}

.garally-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
.garally-wrap:first-of-type {
  margin-top: 0;
}
.garally-wrap h2 {
  font-size: 28px;
  padding: 1rem 2rem;
  margin-bottom: 1em;
  border-left: 10px solid #000;
  border-image: linear-gradient(180deg, #4abcfb, #940ecd);
  border-image-slice: 1;
}
@media screen and (max-width: 600px) {
  .garally-wrap h2 {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
}
.garally-wrap h2 span.garally-title {
  padding-right: 1rem;
  font-weight: bold;
}
.garally-wrap h2 .br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .garally-wrap h2 .br-sp {
    display: block;
  }
}
.garally-wrap .garally-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.garally-wrap .garally-list .garally-item {
  width: 25%;
  padding: 10px;
  transition: all 0.3s;
}
.garally-wrap .garally-list .garally-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .garally-wrap .garally-list .garally-item {
    width: 50%;
  }
}

.d_2024 .gallery-wrap {
  margin-bottom: 4rem;
}
.d_2024 .gallery-wrap ul {
  flex-wrap: wrap;
}
.d_2024 .gallery-wrap ul li {
  width: 15%;
  margin: 5px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .gallery-wrap ul li {
    margin: 4px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .gallery-wrap ul li {
    width: 23%;
    margin: 3px;
  }
}
.d_2024 .lb-outerContainer {
  margin-top: 10% !important;
}
@media screen and (max-width: 600px) {
  .d_2024 .lb-outerContainer {
    margin-top: 60% !important;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .lb-nav a.lb-next {
    background-size: 15% !important;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .lb-nav a.lb-prev {
    background-size: 25% !important;
  }
}
.d_2024 .gallery-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  padding: 10px;
  border-radius: 10px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 20px;
}
.d_2024 .gallery-sub-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 2rem 0;
  border-bottom: solid 1px #01010c;
  padding-bottom: 10px;
  line-height: 1.5;
}
.d_2024 .gallery-area-title {
  font-weight: bold;
  padding: 0 0.5rem;
  border-left: 5px solid #000;
  border-image: linear-gradient(to top, #fe4803 0%, #c825fa 100%);
  border-image-slice: 1;
  margin: 1rem 0;
  line-height: 1.5;
}
.d_2024 .gallery-text {
  margin: 10px 0;
}
.d_2024 .gallery-text p {
  margin: 5px 0;
}
.d_2024 .gallery-text a {
  color: #131246;
  border-bottom: 1px solid #131246;
}
.d_2024 .gallery-text a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.d_2024 .gallery-movie {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.d_2024 .gallery-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.info-top-img {
  text-align: center;
  margin-bottom: 20px;
}

.table_no_underline li {
  border-bottom: none !important;
}

.box-mb {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .box-mb {
    margin-bottom: 50px;
  }
}

.more-info {
  text-align: right;
}

.more-info-btn {
  color: #131246;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  padding: 5px;
}
.more-info-btn:hover .more-info-btn-img {
  opacity: 0.7;
}

.more-info-btn-img {
  margin-left: 10px;
  transition: all 0.3s;
  width: 22px;
}

.top-title-en {
  font-size: 44px !important;
  line-height: 1.1;
}
@media screen and (max-width: 1099px) {
  .top-title-en {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .top-title-en {
    font-size: 20px !important;
  }
}

button.gradient-btn {
  border: none;
  appearance: none;
  padding: 0;
}

.gradient-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 360px;
  height: 80px;
  line-height: 80px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 600px) {
  .gradient-btn {
    font-size: 16px !important;
    width: 260px !important;
  }
}

.gradient-btn::before,
.gradient-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.gradient-btn::before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(135deg, #fb4514 0%, #cc28e6 100%);
}

.gradient-btn::after {
  z-index: -2;
  background: linear-gradient(135deg, #cc28e6 0%, #fb4514 100%);
}

.gradient-btn:hover::before {
  opacity: 0;
}

.form-btn {
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 600px) {
  .form-btn {
    margin: 30px 0 20px 0;
  }
}

.form-btn-wrap {
  text-align: center;
}

.pdf-btn-img {
  width: 30px;
  margin-right: 10px;
}

.pdf-btn {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #000;
  width: 270px;
  height: 70px;
  color: #131246;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 600px) {
  .pdf-btn {
    margin-right: 0;
  }
}
.pdf-btn:nth-child(2n) {
  margin-right: 0;
}
.pdf-btn::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 20%;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.pdf-btn-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1099px) {
  .pdf-btn-wrap {
    display: block;
    text-align: center;
  }
}

.pdf-btn-bwrap {
  margin: 80px 0;
}
@media screen and (max-width: 1099px) {
  .pdf-btn-bwrap {
    margin: 40px 0;
  }
}

.parts-img-info7 {
  top: -30px !important;
  position: relative;
  z-index: 10;
}

.parts-img-info8 {
  bottom: -45px !important;
}

.parts-img-info1 {
  top: auto !important;
  bottom: 0;
}

.parts-img-info4 {
  top: auto !important;
  bottom: 80px;
}

@media screen and (max-width: 1099px) {
  .info-bread {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1099px) {
  .top-box-en {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .top-box-en {
    padding: 30px 20px 0px !important;
  }
}

.d_2024 {
  /* イベント概要 会場 */
  /* イベント概要 アクセス */
}
.d_2024 .bg-img-wrap {
  position: relative;
}
.d_2024 .bg-img-1 {
  position: absolute;
  top: 27%;
  left: 0;
  z-index: -1;
  width: 300px;
}
.d_2024 .bg-img-2 {
  position: absolute;
  top: 46%;
  right: 0;
  z-index: -1;
  width: 300px;
}
.d_2024 .bg-img-3 {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
  width: 300px;
}
.d_2024 .bg-img-4 {
  position: absolute;
  top: 100%;
  right: -50px;
  z-index: -1;
  width: 300px;
}
.d_2024 main {
  padding-top: 10px;
  background-image: url(/images/bg-2024.png);
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .d_2024 main {
    padding-top: 0;
  }
}
.d_2024 .top {
  width: 94%;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .top {
    width: 100%;
  }
}
.d_2024 .top-main-btn {
  margin-top: 20px;
}
.d_2024 .top-main-btn a {
  display: inline-block;
  width: 90%;
  height: auto;
}
.d_2024 .top-main-btn a :hover {
  transition: 0.3s;
  opacity: 0.7;
}
.d_2024 .news {
  margin: 0;
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .news {
    padding-top: 50px;
  }
}
.d_2024 .parts-img-1 {
  position: absolute;
  top: -43px;
  left: -69px;
  width: 120px;
  opacity: 0;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-1 {
    top: -43px;
    left: -26px;
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-1 {
    top: -41px;
    left: -10px;
    width: 48px;
  }
}
.d_2024 .parts-img-1.slidein.is-active {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.d_2024 .parts-img-2 {
  position: absolute;
  top: 68px;
  right: 64px;
  width: 124px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-2 {
    top: 71px;
    right: 64px;
    width: 85px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-2 {
    top: 31px;
    right: 30px;
    width: 49px;
  }
}
.d_2024 .parts-img-3 {
  position: absolute;
  bottom: -40px;
  right: -49px;
  width: 134px;
  opacity: 0;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-3 {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-3 {
    bottom: -19px;
    right: -14px;
    width: 57px;
  }
}
@keyframes poyoyon-sp {
  0% {
    right: -50%;
    opacity: 0;
  }
  100% {
    right: -30%;
  }
  70%,
  100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    right: -10%;
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    right: 0%;
    transform: translateX(0%);
  }
  70%,
  100% {
    opacity: 1;
  }
}
.d_2024 .parts-img-3.slidein.is-active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-3.slidein.is-active {
    animation: poyoyon-sp 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
}
.d_2024 .parts-img-4 {
  position: absolute;
  top: 160px;
  left: -69px;
  width: 120px;
  animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-4 {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-4 {
    display: none;
  }
}
@keyframes fuwafuwast {
  0% {
    transform: translateY(60px) rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(10deg);
  }
}
.d_2024 .parts-img-5 {
  position: absolute;
  top: 189px;
  right: -94px;
  width: 156px;
  opacity: 0;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-5 {
    top: auto;
    top: 189px;
    right: -34px;
    width: 87px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-5 {
    top: auto;
    right: -13px;
    width: 98px;
    bottom: -43px;
  }
}
.d_2024 .parts-img-5.slidein.is-active {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.d_2024 .parts-img-6 {
  position: absolute;
  top: 103px;
  left: -87px;
  width: 150px;
  opacity: 0;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-6 {
    width: 100px;
    left: -67px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-6 {
    display: none;
  }
}
.d_2024 .parts-img-6.slidein.is-active {
  animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.d_2024 .parts-img-7 {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  position: absolute;
  top: 651px;
  right: -63px;
  width: 142px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-7 {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-7 {
    display: none;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.d_2024 .parts-img-8 {
  position: absolute;
  bottom: -91px;
  left: -49px;
  width: 226px;
  animation: poyopoyo 2s ease-out infinite;
}
@media screen and (max-width: 1099px) {
  .d_2024 .parts-img-8 {
    bottom: -32px;
    left: -21px;
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .parts-img-8 {
    bottom: -34px;
    left: -16px;
    width: 94px;
  }
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}
.d_2024 .top-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.d_2024 .top-box {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 80px 60px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .d_2024 .top-box {
    padding: 30px 10px;
  }
}
.d_2024 .top-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  letter-spacing: 0em;
  position: relative;
  color: #000;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-title {
    font-size: 40px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .top-title {
    font-size: 30px;
  }
}
.d_2024 .top-title span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-title span::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .top-title span {
    font-size: 14px;
    margin-left: 5px;
  }
}
.d_2024 .top-title::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  bottom: -5px;
  left: 0;
}
.d_2024 .top-news-box {
  margin-top: 40px;
  display: block;
  color: #131246;
  height: 450px;
  overflow: scroll;
  overflow-x: hidden;
}
.d_2024 .top-news-box::-webkit-scrollbar {
  width: 5px;
  margin-left: 10px;
}
.d_2024 .top-news-box::-webkit-scrollbar-thumb {
  background-color: #b1b1b8;
  border-radius: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .d_2024 .top-news-box {
    display: block;
    margin-top: 20px;
  }
}
.d_2024 .top-news-box-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b8;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-news-box-list {
    display: block;
  }
}
.d_2024 .top-news-time {
  margin-right: 20px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-news-time {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
}
.d_2024 .top-news-text {
  line-height: 1.8;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-news-text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .d_2024 .top-news-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.d_2024 .message {
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .message {
    padding-top: 50px;
  }
}
.d_2024 .venue-text {
  margin-right: 0 !important;
}
.d_2024 .about-img-box {
  display: flex;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .d_2024 .about-img-box {
    width: 94%;
    margin-bottom: 20px;
  }
}
.d_2024 .top-box-inner {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .d_2024 .top-box-inner {
    margin-top: 20px;
  }
}
.d_2024 .stage {
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .stage {
    padding-top: 50px;
  }
}
.d_2024 .mt-10 {
  margin-top: 10px;
}
.d_2024 .mt-20 {
  margin-top: 20px;
}
.d_2024 .mb-0 {
  margin-bottom: 0;
}
.d_2024 .link-color {
  color: #131246;
}
.d_2024 .va-m {
  vertical-align: middle;
}
.d_2024 .about-sns-icon-twitter {
  width: 32px;
  padding-top: 10px;
}
.d_2024 .title {
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .title {
    padding-top: 50px;
  }
}
.d_2024 .top-about-venue {
  display: block;
  color: #131246;
}
.d_2024 .top-about-venue ul {
  display: block;
  color: #131246;
  padding-left: 1.5em;
}
.d_2024 .top-about-venue ul li {
  list-style-type: disc;
}
.d_2024 .top-about-access {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .top-about-access {
    display: block;
  }
}
.d_2024 .top-about-access-title {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .d_2024 .top-about-access-title {
    font-size: 14px;
  }
}
.d_2024 .top-about-access-text {
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .d_2024 .top-about-access-text {
    font-size: 14px;
  }
}
.d_2024 .about {
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .about {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .about {
    padding-top: 30px;
  }
}
.d_2024 .sponsor-2024 {
  padding-top: 90px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .sponsor-2024 {
    padding-top: 50px;
  }
}
.d_2024 .about-img {
  margin: 0 50px 50px 0;
  width: calc(33.3333333% - 33.3333333333px);
}
@media screen and (max-width: 1099px) {
  .d_2024 .about-img {
    margin: 0 30px 30px 0;
    width: calc(33.3333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .about-img {
    margin: 0 10px 10px 0;
    width: calc(33.3333333% - 6.6666666667px);
  }
}
.d_2024 .about-img:last-child {
  margin-right: 0;
}
.d_2024 .banner-2023-wrap {
  padding: 70px 0;
  padding: 20px 0 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .d_2024 .banner-2023-wrap {
    width: 90%;
    margin: auto;
  }
}
.d_2024 .banner-info-wrap {
  padding: 50px 0 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .d_2024 .banner-info-wrap {
    width: 90%;
    margin: auto;
  }
}
.d_2024 .banner-2023 {
  transition: all 0.3s;
  max-width: 700px;
  display: inline-block;
}
@media screen and (max-width: 1099px) {
  .d_2024 .banner-2023 {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .banner-2023 {
    width: 100%;
  }
}
.d_2024 .banner-2023:hover {
  opacity: 0.7;
}
.d_2024 footer {
  background: #000 !important;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}
.d_2024 th {
  width: 150px;
}
@media screen and (max-width: 1099px) {
  .d_2024 th {
    display: block;
  }
}
.d_2024 td {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1099px) {
  .d_2024 td {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 td {
    font-size: 14px;
  }
}
.d_2024 .about-link {
  color: #fe4803;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .d_2024 .about-link {
    font-size: 14px;
  }
}
.d_2024 .about-link:hover {
  opacity: 0.7;
}

.sponsor-2024-wrap {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap {
    margin-bottom: 0 !important;
  }
}
.sponsor-2024-wrap .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .platinum .logo-box {
    display: block;
  }
}
.sponsor-2024-wrap .platinum .logo-box li {
  width: 50% !important;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .platinum .logo-box li {
    width: 70% !important;
    margin: auto;
  }
}
.sponsor-2024-wrap .diamond {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .diamond {
    margin-top: 20px;
  }
}
.sponsor-2024-wrap .diamond .status {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .diamond .logo-box {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .diamond .logo-box li {
    margin: 0;
  }
}
.sponsor-2024-wrap .gold .logo-box {
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .sponsor-2024-wrap .gold .logo-box {
    width: 100% !important;
    margin: auto;
  }
}
.sponsor-2024-wrap .gold ul {
  width: 100%;
}
.sponsor-2024-wrap .gold li {
  margin: 0 20px 0px 0;
  width: calc(33.3333333% - 13.3333333333px);
  display: block !important;
}
.sponsor-2024-wrap .gold li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1099px) {
  .sponsor-2024-wrap .gold li {
    margin: 0 10px 0px 0;
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .sponsor-2024-wrap .gold li:nth-child(2n) {
    margin-right: 0;
  }
}
.sponsor-2024-wrap .gold li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .gold li a {
    padding: 0;
  }
}
.sponsor-2024-wrap .gold .logo-box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .gold .logo-box li {
    max-width: 250px;
  }
}
.sponsor-2024-wrap .silver .logo-box {
  display: flex !important;
}
@media screen and (max-width: 1099px) {
  .sponsor-2024-wrap .silver .logo-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .silver .logo-box {
    width: 90% !important;
    margin: auto;
  }
}
@media screen and (max-width: 1099px) {
  .sponsor-2024-wrap .silver .logo-box li {
    width: calc(50% - 10px) !important;
  }
  .sponsor-2024-wrap .silver .logo-box li:nth-child(2n) {
    margin-right: 0;
  }
}
.sponsor-2024-wrap .bronze .logo-box {
  width: 90% !important;
  margin: auto;
}
.sponsor-2024-wrap .bronze .logo-box li {
  margin: 0 20px 0px 0;
  width: calc(25% - 15px);
}
.sponsor-2024-wrap .bronze .logo-box li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .bronze .logo-box li {
    width: calc(50% - 10px) !important;
  }
  .sponsor-2024-wrap .bronze .logo-box li:nth-child(2n) {
    margin-right: 0;
  }
}
.sponsor-2024-wrap .bronze .logo-box li:last-child {
  margin-right: 0;
}
.sponsor-2024-wrap .partner-box {
  display: block;
}
.sponsor-2024-wrap .sponsor-area {
  border-bottom: 1px solid #b1b1b8;
  padding-bottom: 20px;
}
.sponsor-2024-wrap .logo-square {
  height: 160px;
}
@media screen and (max-width: 600px) {
  .sponsor-2024-wrap .logo-square {
    height: 120px;
  }
}
.sponsor-2024-wrap .logo-square img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.parts-img-2-1.slideinRight.is-active {
  animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.padding-non {
  padding: 0 !important;
}

.sponsor-title {
  margin-top: 15px;
  display: inline-block;
}

.date-name {
  width: 130px;
  display: inline-block;
}
.date-name.en {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .date-name {
    display: block;
  }
}

.top-gradation-btn-wrap {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .top-gradation-btn-wrap {
    margin: 30px 0;
  }
}

.top-gradation-btn {
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  color: #fff !important;
  border: none !important;
}
.top-gradation-btn::after {
  background: #fff !important;
  height: 2px !important;
  bottom: 12px !important;
}
@media screen and (max-width: 600px) {
  .top-gradation-btn {
    font-size: 1.2rem !important;
    padding: 25px 30px !important;
  }
}

.event-map {
  text-align: center;
}
.event-map img {
  width: 80%;
}
.event-map .map-title {
  text-align: left;
  margin: 45px 15px 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.event-map dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .event-map dl {
    display: block;
  }
}
.event-map dl dt {
  width: 20%;
  border-top: solid 1px #000;
  padding: 10px 0;
}
.event-map dl dt:last-of-type {
  border-bottom: solid 1px #000;
}
.event-map dl dt img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .event-map dl dt img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .event-map dl dt {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .event-map dl dt:last-of-type {
    border-bottom: none;
  }
}
.event-map dl dd {
  width: 80%;
  padding: 3% 0 20px 20px;
  border-top: solid 1px #000;
  line-height: 1.8;
}
.event-map dl dd:last-of-type {
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 600px) {
  .event-map dl dd {
    width: 100%;
    border-top: none;
    padding: 0 0 20px 0;
  }
  .event-map dl dd:last-of-type {
    border-bottom: none;
  }
}
.event-map dl dd a {
  color: #131246;
  word-break: break-all;
  border-bottom: solid 1px #131246;
}
.event-map dl dd a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.map-live-info {
  margin: 20px 15px 0 15px;
  line-height: 1.5;
}
.map-live-info .map-live-title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.map-live-info .map-live-info-title {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 10px 0;
}
.map-live-info .map-live-info-text {
  text-align: left;
}
.map-live-info .map-live-info-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.map-live-info .map-live-info-detail img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .map-live-info .map-live-info-detail img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.map-live-info .map-live-info-detail .map-live-info-detail-day {
  width: 40%;
  text-align: left;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .map-live-info .map-live-info-detail .map-live-info-detail-day {
    margin-left: 0;
    width: 100%;
  }
}
.map-live-info .map-live-info-detail .map-live-info-detail-day p {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .map-live-info .map-live-info-detail .map-live-info-detail-day p {
    font-size: 1rem;
  }
}
.map-live-info .map-live-info-detail .map-live-info-detail-day p a {
  color: #131246;
  border-bottom: solid 1px #131246;
}
.map-live-info .map-live-info-detail .map-live-info-detail-day p a:hover {
  opacity: 0.3;
  transition: 0.5s;
}

.stage-title-sub {
  margin-bottom: 10px;
}
.stage-title-sub h2.stage-title-text {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .stage-title-sub h2.stage-title-text {
    font-size: 1rem;
  }
}

.prof-2024 {
  margin-top: 30px;
}
.prof-2024 .prof-2024-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  padding: 10px;
  border-radius: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.prof-2024 .prof-area {
  display: flex;
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .prof-2024 .prof-area {
    display: block;
    width: 90%;
    margin: 30px auto;
  }
}
.prof-2024 .prof-area span.bold-txt {
  margin-right: 20px;
}
.prof-2024 .prof-area img {
  width: 23%;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .prof-2024 .prof-area img {
    width: 100%;
  }
}
.prof-2024 .prof-area .prof-text {
  margin-left: 1.5em;
}
@media screen and (max-width: 600px) {
  .prof-2024 .prof-area .prof-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .prof-2024 .prof-area .prof-text p {
    font-size: 14px;
  }
}
.prof-2024 .prof-area table.stage-prof-table tr {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.prof-2024 .prof-area table.stage-prof-table tr td {
  line-height: 1;
  width: auto;
  vertical-align: middle;
  padding: 10px 0;
}
.prof-2024 .prof-area table.stage-prof-table tr td.cap {
  width: 100px;
}

.timeline {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

.timeline-title-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px;
}

.timeline__title .program-time {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.timeline__desc_2024 {
  margin-left: 2rem;
}
.timeline__desc_2024 .program-ttl {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
  border-bottom: solid 2px #d11bb3;
}
@media screen and (max-width: 600px) {
  .timeline__desc_2024 .program-ttl {
    font-size: 1em;
  }
}
.timeline__desc_2024 .program-performer {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .timeline__desc_2024 .program-performer {
    text-indent: 0;
    padding-left: 0;
  }
}
.timeline__desc_2024 .program-performer .performer {
  border-radius: 20px;
  background-color: #d11bb3;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-right: 1em;
  margin-bottom: 10px;
  display: inline-block;
}
.timeline__desc_2024 .program-content {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .timeline__desc_2024 .program-content {
    text-indent: 0;
    padding-left: 0;
  }
  .timeline__desc_2024 .program-content.en {
    text-indent: 0;
    padding-left: 0;
  }
}
.timeline__desc_2024 .program-content .content {
  border-radius: 20px;
  background-color: #d11bb3;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-right: 1em;
  margin-bottom: 10px;
  display: inline-block;
}

.stage-cap {
  padding: 20px 0;
}
.stage-cap p {
  font-size: 0.8rem;
  margin: 10px 0;
}
.stage-cap p span {
  font-weight: bold;
}
.stage-cap p a {
  color: #131246;
  border-bottom: solid 1px #131246;
}
.stage-cap p a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.d_2024 .filter li {
  cursor: pointer;
}
.d_2024 .category li {
  display: none;
}
.d_2024 .category li.is-show {
  display: block;
}
.d_2024 .filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  background-color: #fff;
  color: #e84d6b;
  border-radius: 10px;
  border: 1px solid #e84d6b;
  cursor: pointer;
  transition: all 0.2s;
}
.d_2024 .filters label:hover {
  background: #e84d6b !important;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .d_2024 .title-grid {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1099px) {
  .d_2024 .title-grid li {
    width: calc(33.33333% - 10px) !important;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .title-grid li {
    width: calc(50% - 5px) !important;
  }
}
.d_2024 .title-grid .title-grid-items {
  box-shadow: none;
  border: 2px solid #000;
  height: 100%;
  transition: all 0.3s;
}
.d_2024 .game-creator {
  color: #131246;
  padding-top: 0px !important;
}
.d_2024 .booth-number {
  color: #fff;
  padding: 10px !important;
  display: block !important;
  background: #01010c;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .d_2024 .booth-number {
    width: 100%;
  }
}
.d_2024 .booth-number span {
  font-weight: bold;
  margin-top: 5px;
  font-size: 1.2em;
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .d_2024 .booth-number span {
    margin-top: 5px;
    display: block;
    font-size: 1.1em;
  }
}
.d_2024 .title-grid .title-grid-items .game-title {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
  flex-grow: 2;
  letter-spacing: -0.3px;
  z-index: 1;
  width: 90%;
  height: auto !important;
}
.d_2024 .title-grid .title-grid-items .game-title p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  word-wrap: break-word;
}
.d_2024 .title-grid .title-grid-items .game-title span {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
}
.d_2024 .ribbon {
  font-weight: bold;
}
.d_2024 .ribbon-sponsor {
  background-color: #6675da;
}
.d_2024 .ribbon-partner {
  background-color: #90c8ab;
}
.d_2024 .title-grid .title-grid-items .game-category {
  padding: 0.7em 0.6em 0.5em 0.6em;
}
.d_2024 .title-card {
  height: 100%;
  display: block;
}
.d_2024 .title-grid .title-grid-items .game-img {
  width: 90%;
  margin: 10px auto;
}
@media screen and (max-width: 600px) {
  .d_2024 .title-grid .title-grid-items .game-img {
    width: 100%;
    margin-top: 0;
  }
}
.d_2024 .title-grid {
  margin-top: 30px;
}

.filter {
  display: flex;
  flex-wrap: wrap;
}

.filter_list {
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  background-color: #fff;
  color: #e84d6b;
  border-radius: 10px;
  border: 1px solid #e84d6b;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) {
  .filter_list {
    font-size: 0.8rem;
    padding: 0.25rem;
  }
}
.filter_list:hover {
  background: #e84d6b !important;
  color: #fff;
}
.filter_list:last-child {
  margin-right: 0;
}

.filter li.is-active {
  background-color: #e84d6b;
  color: #fff;
}

.category-list:hover .title-grid-items {
  background-color: #ffe9ed;
}
.category-list:hover .game-img img {
  transform: scale(1.1);
}

.game-img {
  overflow: hidden;
}
.game-img img {
  transition: all 0.3s;
}

.d_2024 {
  /*　地図を2枚表示　*/
  /* 入場可能日 */
}
.d_2024 .ticket-sub {
  display: inline-block;
  font-size: 0.8rem;
}
.d_2024 .mt-10 {
  margin-top: 10px;
}
.d_2024 .mb-10 {
  margin-bottom: 10px;
}
.d_2024 .mt-30 {
  margin-top: 30px;
}
.d_2024 .mb-30 {
  margin-bottom: 30px;
}
.d_2024 .pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .d_2024 .pb100 {
    padding-bottom: 50px;
  }
}
.d_2024 .bb-non {
  border-bottom: none !important;
}
.d_2024 .ticket-area {
  margin-top: 40px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .ticket-area {
    text-align: center;
  }
}
.d_2024 .ticket-area-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .d_2024 .ticket-area-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.d_2024 .ticket-btn-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1099px) {
  .d_2024 .ticket-btn-wrap {
    display: inline-block;
    text-align: center;
  }
}
.d_2024 .ticket-btn {
  margin-right: 20px;
  width: 350px;
}
@media screen and (max-width: 1099px) {
  .d_2024 .ticket-btn {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .d_2024 .ticket-btn {
    width: clamp(300px, 58.33vw, 350px);
  }
}
.d_2024 .ticket-btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.d_2024 .fw-bold {
  font-weight: bold;
}
.d_2024 tr.venue-wrap td.venue-wrap-td {
  display: block;
}
.d_2024 .ticket-area-2day {
  display: flex;
  color: #131246;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .d_2024 .ticket-area-2day {
    display: block;
  }
}
.d_2024 .ticket-area-2day-title {
  font-weight: bold;
}
.d_2024 .ticket-area-2day-text {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .d_2024 .ticket-area-2day-text {
    margin-left: 16px;
  }
}

.top-logo-wrap {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .top-logo-wrap {
    margin-top: 100px;
  }
}

.top-logo {
  width: 300px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .top-logo {
    width: 200px;
  }
}

.bread {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .bread {
    display: block;
  }
}
.bread a {
  color: #131246;
}
@media screen and (max-width: 600px) {
  .bread a {
    font-size: 12px;
  }
}
.bread span {
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .bread span {
    font-size: 14px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .bread p {
    font-size: 12px;
    width: 100%;
    line-height: 1.1;
  }
}

.bred-text-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bred-text-wrap {
    margin-bottom: 5px;
  }
}

.event_exhibition_table th {
  width: 100% !important;
  display: block;
}

.gamescom-wrap {
  text-align: center;
  margin: 30px 0;
}

.gamescom {
  width: 30%;
}
@media screen and (max-width: 1099px) {
  .gamescom {
    max-width: 400px;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .gamescom {
    max-width: 300px;
    width: 80%;
  }
}

.event_exhibition_table ul {
  display: block;
}
.event_exhibition_table li {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1b1b8;
  padding-bottom: 30px;
}
.event_exhibition_table li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .event_exhibition_table li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.event_exhibition_table p {
  color: #131246;
}

.event_exhibition_table-title {
  font-size: 1.4rem;
  margin-top: 20px;
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1b1b8;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .event_exhibition_table-title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.event_exhibition_table-title-img-wrap {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.event_exhibition_table-title-img {
  width: 60%;
  max-width: 500px;
}
@media screen and (max-width: 1099px) {
  .event_exhibition_table-title-img {
    width: 70%;
  }
}

.th-mt {
  margin-top: 30px;
}

.th-mb {
  margin-bottom: 15px;
}

.th-l-mb {
  margin-bottom: 40px;
}

.th-sm-ul {
  margin-left: 20px;
  margin-bottom: 30px;
}

.th-sm-li {
  color: #131246;
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.event_exhibition_table-flex {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  .event_exhibition_table-flex {
    display: block !important;
  }
}

.event_exhibition_table-left {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .event_exhibition_table-left {
    width: 100%;
  }
}

.event_exhibition_table-right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .event_exhibition_table-right {
    margin-top: 30px;
    width: 100%;
  }
}

.event_exhibition_table-smtitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.event_exhibition_game-wrap {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 30px;
}

.event_exhibition_game-list {
  margin: 0 50px 50px 0;
  width: calc(33.3333333% - 33.3333333333px) !important;
  border-bottom: 0px !important;
}
.event_exhibition_game-list:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1099px) {
  .event_exhibition_game-list:nth-child(5) {
    margin-bottom: 0px;
  }
  .event_exhibition_game-list:nth-child(6) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .event_exhibition_game-list {
    width: calc(50% - 10px) !important;
    margin: 0 20px 0px 0;
    padding-bottom: 0px !important;
  }
  .event_exhibition_game-list:nth-child(3n) {
    margin-right: 20px;
  }
  .event_exhibition_game-list:nth-child(2n) {
    margin-right: 0px;
  }
  .event_exhibition_game-list:nth-child(5) {
    margin-bottom: 0px;
  }
  .event_exhibition_game-list:nth-child(6) {
    margin-bottom: 0px;
  }
}

.page-bottom-wrap {
  margin: 100px 0 150px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-bottom-wrap {
    margin: 100px 0 80px;
  }
}

.top-btn {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 25px 60px;
  color: #131246;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.top-btn::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 20%;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.top-btn-img {
  position: absolute;
  content: "";
  width: 70px;
  bottom: 15px;
  left: -40px;
}

.parts-img-2-6 {
  opacity: 0;
  right: -60px !important;
  left: auto !important;
  top: -15px !important;
}

@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}
.parts-img-2-6.slideinRight.is-active {
  animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.event_exhibition_game-list-title {
  text-align: center;
  margin-top: 10px;
}

.d_2024_event .bg-img-1 {
  top: 0%;
}

.news-link-banner-img {
  font-size: 0;
  display: inline-block;
  transition: all 0.3s;
}
.news-link-banner-img:hover {
  opacity: 0.8;
}

.news-link-wrap {
  margin-top: 15px;
}

.news-link {
  margin-top: 2px;
  color: #131246;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.news-link:hover {
  opacity: 0.7;
}
.news-link::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #131246;
}

.event_exhibition_table_top_text {
  line-height: 1.8;
}

.event_exhibition_table_smtext {
  margin-top: 10px;
  font-size: 0.8rem;
}

.goods-wrap p a :hover {
  opacity: 0.5;
  transition: 0.3s;
}
.goods-wrap p img {
  margin: 10px 0;
  width: 100%;
}
.goods-wrap ul.goods-box {
  color: #131246;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .goods-wrap ul.goods-box {
    margin: 20px 10px;
  }
}
.goods-wrap ul.goods-box li {
  width: 45%;
  margin: 10px;
}
.goods-wrap ul.goods-box li .goods-title {
  font-weight: bold;
  margin: 5px 0;
  border-bottom: solid 1px #131246;
  padding-bottom: 10px;
}
.goods-wrap ul.goods-box li .goods-detail p span {
  font-size: 0.8rem;
}
.goods-wrap ul.goods-box li .swiper-button-next {
  right: 1px;
}
.goods-wrap ul.goods-box li .swiper-button-prev {
  left: 1px;
}
.goods-wrap ul.goods-box li .swiper-button-next:after,
.goods-wrap ul.goods-box li .swiper-button-prev:after {
  font-size: 20px;
  color: #d11bb3;
}
@media screen and (max-width: 600px) {
  .goods-wrap ul.goods-box li {
    width: 100%;
    margin: 20px 0;
  }
}
.goods-wrap .goods-text {
  margin-bottom: 40px;
}
.goods-wrap .goods-text .goods-text-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: solid 1px #01010c;
  padding-bottom: 10px;
}
.goods-wrap .goods-text a {
  color: #131246;
}
.goods-wrap .goods-text a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.goods-wrap .goods-text .official-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #fe4803 0%, #c825fa 100%);
  padding: 10px;
  border-radius: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.goods-wrap .goods-notes {
  margin-top: 30px;
}
.goods-wrap .seven-area {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .goods-wrap .seven-area {
    padding-top: 50px;
  }
}
.goods-wrap .seven-area p {
  border: solid 1px #01010c;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .goods-wrap .seven-area p {
    margin-top: 20px;
    padding: 15px;
  }
}
.goods-wrap .seven-area span {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.other-events-wrap .other-events-box {
  margin: 50px 0;
}
.other-events-wrap .other-events-box a {
  color: #131246;
  border-bottom: solid 1px #131246;
}
.other-events-wrap .other-events-box a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.other-events-wrap .other-events-box .other-events-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: solid 1px #01010c;
  padding-bottom: 10px;
  line-height: 1.5;
}
.other-events-wrap .other-events-box .other-events-text {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.other-events-wrap .other-events-box .other-events-text p {
  width: 75%;
  margin-left: 20px;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .other-events-wrap .other-events-box .other-events-text p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.other-events-wrap .other-events-box .other-events-text a {
  color: #131246;
  border-bottom: solid 1px #131246;
}
.other-events-wrap .other-events-box .other-events-text a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.other-events-wrap .other-events-box .other-events-text img {
  width: 20%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .other-events-wrap .other-events-box .other-events-text img {
    width: 100%;
  }
}
.other-events-wrap .other-events-box iframe {
  margin: 20px 0;
}
.other-events-wrap .other-events-table {
  display: flex;
}
@media screen and (max-width: 600px) {
  .other-events-wrap .other-events-table {
    display: block;
  }
}
.other-events-wrap .other-events-table .other-events-table-wrap {
  margin: 20px 10px;
  width: 100%;
}
.other-events-wrap .other-events-table table {
  margin-bottom: 20px;
}
.other-events-wrap .other-events-table table tr {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .other-events-wrap .other-events-table table tr {
    width: 95%;
  }
}
.other-events-wrap .other-events-table table tr:first-child {
  border-top: 1px solid #b1b1b8;
}
.other-events-wrap .other-events-table table tr td {
  width: 400px;
}
.other-events-wrap .other-events-table table tr td.table-sub-title {
  width: 40%;
}
.other-events-wrap .other-events-table .other-events-table-title {
  margin: 20px 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #01010c;
}
.other-events-wrap .other-events-chara {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.other-events-wrap .other-events-chara .other-events-text {
  display: block;
  padding: 10px;
  margin: 5px;
  background: #f7f7f7;
}
.other-events-wrap .other-events-chara .chara-img {
  width: 48%;
  margin: auto;
}
.other-events-wrap .other-events-chara img {
  width: 100% !important;
  height: auto !important;
}
.other-events-wrap .other-events-chara p {
  width: 100% !important;
  margin: 10px 0 !important;
}
.other-events-wrap .other-events-chara p span {
  font-weight: bold;
  font-size: 1.2rem;
}
