@charset "UTF-8";
.fc_gry {
  color: #bbb !important;
}

.fc_red {
  color: #df2121 !important;
}

.fc_blu {
  color: #00aeff;
}

.fc_blu1 {
  color: #0078ff !important;
}

.fc_yel {
  color: #ffd800 !important;
}

.fc_yel1 {
  color: #fff600 !important;
}

.fc_orn {
  color: #ffa800 !important;
}

.fc_orn1 {
  color: #ff7200 !important;
}

.fc_orn2 {
  color: #ff5400 !important;
}

.fc_l_blu {
  color: #20d3e8 !important;
}

.fc_l_blu1 {
  color: #25bfff !important;
}

.fc_grn {
  color: #19d700 !important;
}

.fc_l_grn {
  color: #b2df00 !important;
}

.fc_ppl {
  color: #8447ff !important;
}

.fc_ppl1 {
  color: #9c00ed !important;
}

.fc_ppl2 {
  color: #b947d5 !important;
}

.fc_pnk {
  color: #ff82b9 !important;
}

.fc_pnk1 {
  color: #f344c8 !important;
}

.fc_pnk2 {
  color: #ff0076 !important;
}

.fc_pnk3 {
  color: #e3295e !important;
}

/* .fancybox
---------------------------------------- */
/*.fancybox-slide--iframe{
  @media screen and ( max-width:1100px){
    padding: calc( 40 /750*100vw);
  }

  .fancybox-content{
    max-width: 1200px;
    height: auto;

    &:before{
      content: '';
      display: block;
      padding-top: 56.25%;
    }

    iframe{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
  }
}*/
body {
  background: url(../img/psjapan2024/kv_bg@2x.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body {
    background-image: url(../img/psjapan2024/kv_bg@sp.jpg);
    background-size: 100% auto;
  }
}

.grecaptcha-badge {
  display: none !important;
}

#pageWrapper {
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}
#pageWrapper.scrolled {
  background: rgba(0, 0, 0, 0.5);
}

header .container {
  padding-top: 22px;
  padding-bottom: 22px;
}
header figure {
  margin: 0;
}
header .header_nav li:after {
  /*
  @media screen and ( max-width:1750px) {
    margin: 0 .8em;
  }
  @media screen and ( max-width:1640px) {
    margin: 0 .6em;
  }
  @media screen and ( max-width:1400px) {
    margin: 0 .4em;
  }
  */
}
header .header_nav a {
  /*
  @media screen and ( max-width:1750px) {
    font-size: 14px;
  }
  @media screen and ( max-width:1640px) {
    font-size: 12px;
  }
  @media screen and ( max-width:1400px) {
    font-size: 11px;
  }
  */
}

.header_logo {
  /*
  @media screen and ( max-width:1750px) {
    width: 270px;
  }
  @media screen and ( max-width:1640px) {
    width: 240px;
  }
  @media screen and ( max-width:1500px) {
    width: 200px;
  }
  @media screen and ( max-width:1500px) {
    width: 160px;
  }
  */
}

.header_bottom_nav {
  padding: 12px 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .header_bottom_nav {
    display: none;
  }
}
.header_bottom_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_bottom_nav li:after {
  content: "｜";
  margin: 0 1em;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .header_bottom_nav li:after {
    margin: 0 0.7em;
  }
}
.header_bottom_nav li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .header_bottom_nav li a {
    font-size: 13px;
  }
}

.pagetop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: calc(30 /750*100vw);
    right: calc(30 /750*100vw);
  }
}
@media screen and (max-width: 767px) {
  .pagetop img {
    width: calc(100 /750*100vw);
  }
}
.pagetop.scrolled {
  opacity: 1;
  visibility: visible;
}

#kv {
  margin-bottom: 110px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #kv {
    margin-bottom: calc(240 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  #kv .container {
    height: auto;
  }
}

.kv_img {
  max-width: none;
  margin-top: -42px;
  margin-left: -27px;
}
@media screen and (max-width: 767px) {
  .kv_img {
    width: calc(698 /750*100vw);
    margin: 0 auto;
    margin-top: calc(-20 /750*100vw);
  }
}

.fixed_cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(-45deg, rgb(255, 0, 0) 0%, rgba(255, 208, 0, 0.99608) 100%);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .fixed_cta_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: calc(100 /750*100vw);
    border-radius: 0;
    border: none;
    border-top: calc(2 /750*100vw) solid #fff;
    background: linear-gradient(-45deg, rgb(255, 0, 0) 0%, rgba(255, 208, 0, 0.99608) 100%);
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
.fixed_cta_btn .en {
  font-family: "Play", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fixed_cta_btn .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(26 /750*100vw);
  }
}
.fixed_cta_btn .en:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fixed_cta_btn .en:after {
    width: calc(2 /750*100vw);
    height: calc(30 /750*100vw);
    margin: 0 calc(24 /750*100vw);
  }
}
.fixed_cta_btn .jp {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fixed_cta_btn .jp {
    padding-bottom: calc(4 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.fixed_cta_btn.scrolled {
  opacity: 1;
  visibility: visible;
}

.base {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.502);
  -webkit-box-shadow: 0 0 20px 5px rgb(0, 30, 255);
          box-shadow: 0 0 20px 5px rgb(0, 30, 255);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base {
    padding: calc(10 /750*100vw);
    border: calc(2 /750*100vw) solid #fff;
    border-radius: calc(15 /750*100vw);
    -webkit-box-shadow: 0 0 calc(20 /750*100vw) calc(5 /750*100vw) rgb(0, 30, 255);
            box-shadow: 0 0 calc(20 /750*100vw) calc(5 /750*100vw) rgb(0, 30, 255);
  }
}
.base_base {
  padding: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .base_base {
    padding: calc(80 /750*100vw) calc(30 /750*100vw);
    border-radius: calc(10 /750*100vw);
  }
}
.base_base p {
  color: #fff;
}
.base_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base_row {
    display: block;
  }
}
.base_row_col {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .base_row_col {
    width: 100%;
  }
}
.base_in_base {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1b1b1b;
}

.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -1.2em;
  text-align: center;
}
.sec_ttl .en {
  padding: 0 5px;
  font-family: "Play", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), to(#5a42ec));
  background: linear-gradient(90deg, #09bbfe, #5a42ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec_ttl .en {
    padding: 0;
    font-size: calc(60 /750*100vw);
    line-height: 1.3;
  }
}
.sec_ttl .jp {
  margin-top: 5px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_ttl .jp {
    margin-top: calc(10 /750*100vw);
  }
}

.post_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .post_list_item {
    padding: calc(40 /750*100vw) 0;
  }
}
.post_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .post_list_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post_list_item_meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .post_list_item_meta {
    margin-right: 0;
    margin-bottom: calc(20 /750*100vw);
  }
}
.post_list_item_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  height: 30px;
  margin-right: 20px;
  background: #ff8328;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post_list_item_cat {
    min-width: calc(150 /750*100vw);
    height: calc(40 /750*100vw);
    margin-right: calc(32 /750*100vw);
  }
}
.post_list_item_time {
  padding-right: 20px;
  border-right: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post_list_item_time {
    padding-right: 0;
    border-right: none;
  }
}
.post_list_item_ttl {
  width: 100%;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .post_list_item_ttl {
    padding-right: calc(32 /750*100vw);
    margin-bottom: calc(-10 /750*100vw);
  }
}
.post_list_item_ttl:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/psjapan2024/link_arrow.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 50px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(9, 187, 254)), to(rgb(90, 66, 236)));
  background: linear-gradient(90deg, rgb(9, 187, 254) 0%, rgb(90, 66, 236) 100%);
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    width: calc(460 /750*100vw);
    height: calc(90 /750*100vw);
    border-radius: calc(20 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}
.btn:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn:before {
    width: calc(14 /750*100vw);
    height: calc(14 /750*100vw);
    left: calc(32 /750*100vw);
  }
}
.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn01 {
    width: calc(600 /750*100vw);
    height: calc(100 /750*100vw);
    border-radius: calc(50 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}
.btn01:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn01:before {
    width: calc(14 /750*100vw);
    height: calc(14 /750*100vw);
    left: calc(32 /750*100vw);
  }
}

.link_arrow {
  padding-bottom: 3px;
  padding-left: 24px;
  background: url(../img/psjapan2024/link_arrow.png) 0 50% no-repeat;
  font-size: 15px;
  color: #00c6ff;
}
@media screen and (max-width: 767px) {
  .link_arrow {
    padding-bottom: calc(5 /750*100vw);
    padding-left: calc(48 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}

#about {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about {
    margin-bottom: calc(80 /750*100vw);
  }
}
#about .base_base {
  padding-top: 0;
}
#about h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 20px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#2400ff));
  background: linear-gradient(90deg, #ff0000 0%, #2400ff 100%);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #about h2 {
    height: calc(60 /750*100vw);
    margin-top: calc(30 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(34 /750*100vw);
  }
}
#about h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  margin-top: 48px;
  margin-bottom: 30px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#2400ff));
  background: linear-gradient(90deg, #ff0000 0%, #2400ff 100%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #about h3 {
    height: calc(60 /750*100vw);
    margin-top: calc(60 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(34 /750*100vw);
  }
}
#about dl {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 767px) {
  #about dl {
    padding-top: calc(40 /750*100vw);
    padding-bottom: calc(40 /750*100vw);
  }
}
#about dl:first-child {
  padding-top: 0;
}
#about dl:last-child {
  padding-bottom: 10px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #about dl:last-child {
    padding-bottom: calc(40 /750*100vw);
    border-bottom: 1px solid #898989;
  }
}
#about dl dt {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about dl dt {
    font-size: calc(28 /750*100vw);
  }
}
#about dl dd {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about dl dd {
    margin-top: calc(16 /750*100vw);
    font-size: calc(34 /750*100vw);
    line-height: 1.6;
  }
}
#about dl dd small {
  font-size: 15px;
  color: #bbb;
}
#about .official_ambassador_img01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #about .official_ambassador_img01 {
    width: calc(400 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
  }
}
#about .official_theme_song_img01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #about .official_theme_song_img01 {
    width: calc(400 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
  }
}

.about_txt {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about_txt {
    margin-top: calc(40 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}
.about_img01 {
  margin-top: -95px;
}
@media screen and (max-width: 767px) {
  .about_img01 {
    width: calc(332 /750*100vw);
    margin-top: calc(-120 /750*100vw);
  }
}

.sp_supporter_about {
  width: 760px;
  height: 226px;
  padding-top: 16px;
  margin: 0 auto;
  /* margin-top: -64px; */
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1b1b1b;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about {
    width: 100%;
    height: auto;
    padding: calc(40 /750*100vw);
    padding-top: calc(30 /750*100vw);
    /* margin-top: calc(-40 /750*100vw); */
    border-radius: calc(20 /750*100vw);
  }
}
.sp_supporter_about_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #ffd800 !important;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about_ttl {
    font-size: calc(40 /750*100vw);
  }
}
.sp_supporter_about_txt {
  margin-top: 6px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about_txt {
    font-size: calc(26 /750*100vw);
  }
}
.sp_supporter_about_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about_sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(40 /750*100vw);
  }
}
.sp_supporter_about_sns .sns_item {
  width: 300px;
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about_sns .sns_item {
    width: 100%;
    margin: 0;
    margin-bottom: calc(30 /750*100vw);
  }
}
.sp_supporter_about_sns .sns_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about_sns .sns_item:last-child {
    margin-bottom: 0;
  }
}
.sp_supporter_about_sns .sns_item_icon:before {
  font-size: 20px;
}
.sns_item {
  width: 100%;
  margin-bottom: 15px;
}
.base_in_base .sns_item {
  margin-bottom: 20px;
}
.sns_item:last-child {
  margin-bottom: 0;
}
.sns_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
}
.sns_item_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .sns_item_icon {
    width: calc(50 /750*100vw);
    height: calc(50 /750*100vw);
  }
}
.sns_item_icon:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sns_item_icon:before {
    font-size: calc(22 /750*100vw);
  }
}
.sns_item_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sns_item_id {
    height: calc(50 /750*100vw);
  }
}
.sns_item_id.small {
  font-size: 10px;
}
.sns_item.l .sns_item_icon {
  width: 40px;
  height: 40px;
}
.sns_item.l .sns_item_id {
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sns_item.l .sns_item_id {
    font-size: calc(26 /750*100vw);
  }
}
.sns_item_x .sns_item_icon {
  background: #5a42ec;
}
.sns_item_x .sns_item_id {
  background: -webkit-gradient(linear, left top, right top, from(rgb(9, 187, 254)), to(rgb(90, 66, 236)));
  background: linear-gradient(90deg, rgb(9, 187, 254) 0%, rgb(90, 66, 236) 100%);
}
.sns_item_youtube .sns_item_icon {
  background: #ff0000;
}
.sns_item_youtube .sns_item_icon:before {
  content: "\f167";
}
.sns_item_youtube .sns_item_id {
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 89, 0)), to(rgb(255, 0, 0)));
  background: linear-gradient(90deg, rgb(253, 89, 0) 0%, rgb(255, 0, 0) 100%);
}
.sns_item_tiktok .sns_item_icon {
  background: #000;
}
.sns_item_tiktok .sns_item_icon:before {
  content: "\e07b";
}
.sns_item_tiktok .sns_item_id {
  background: -webkit-gradient(linear, left top, right top, from(rgb(49, 205, 176)), color-stop(50%, rgb(44, 142, 196)), to(rgb(53, 81, 164)));
  background: linear-gradient(90deg, rgb(49, 205, 176) 0%, rgb(44, 142, 196) 50%, rgb(53, 81, 164) 100%);
}
.supporter_list {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .supporter_list {
    padding: 0;
  }
}
.supporter_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -17px -20px;
}
@media screen and (max-width: 767px) {
  .supporter_list_items {
    margin: calc(-15 /750*100vw);
  }
}
.supporter_list_item {
  width: 33.3333333333%;
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .supporter_list_item {
    width: 50%;
    padding: calc(15 /750*100vw);
  }
}
.supporter_list_item_inner {
  height: 100%;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .supporter_list_item_inner {
    padding: calc(30 /750*100vw) calc(25 /750*100vw);
  }
}
.supporter_list_item_img_block {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .supporter_list_item_img_block {
    margin-bottom: 12px;
  }
}
.supporter_list_item_img {
  width: 100%;
  -webkit-box-shadow: 0 0 7px 3px #001eff;
          box-shadow: 0 0 7px 3px #001eff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .supporter_list_item_img {
    -webkit-box-shadow: 0 0 calc(7 /750*100vw) calc(3 /750*100vw) #001eff;
            box-shadow: 0 0 calc(7 /750*100vw) calc(3 /750*100vw) #001eff;
    border-radius: calc(10 /750*100vw);
  }
}
.supporter_list_item_txt_block {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .supporter_list_item_txt_block {
    margin-bottom: 15px;
  }
}
.supporter_list_item_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  color: #ffd800 !important;
}
.supporter_list_item_txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
}
.supporter_list_item .sns_item {
  margin-bottom: 15px;
}
.supporter_list_item .sns_item:last-child {
  margin-bottom: 0;
}
#news {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #news {
    margin-bottom: calc(80 /750*100vw);
  }
}
#news .sec_body {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #news .sec_body {
    margin-top: calc(40 /750*100vw);
  }
}
#news .post_list {
  max-height: 405px;
  padding-right: 20px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #news .post_list {
    max-height: 463px;
  }
}

#rule {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #rule {
    margin-bottom: calc(120 /750*100vw);
  }
}
#rule .sec_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #rule .sec_body {
    margin-top: calc(80 /750*100vw);
  }
}
#rule .sec_body h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 36px;
  margin-bottom: 16px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), color-stop(99%, #5a42ec));
  background: linear-gradient(90deg, #09bbfe 0%, #5a42ec 99%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #rule .sec_body h3 {
    height: calc(60 /750*100vw);
    margin-top: calc(52 /750*100vw);
    margin-bottom: calc(24 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
#rule .sec_body h3:first-child {
  margin-top: 0;
}
#rule .sec_body p {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #rule .sec_body p {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-size: calc(26 /750*100vw);
    white-space: nowrap;
  }
}
#rule .sec_body p a {
  font-size: 1em;
  color: #00c6ff;
}
#rule .sec_body table {
  width: 100%;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  #rule .sec_body table {
    display: block;
    margin-top: calc(30 /750*100vw);
  }
}
@media screen and (max-width: 767px) {
  #rule .sec_body tbody {
    display: block;
  }
}
#rule .sec_body tr {
  border-bottom: 1px solid #7d7d7d;
}

@media screen and (max-width: 767px) {
  #rule .sec_body tr {
    display: block;
  }
}
#rule .sec_body th, #rule .sec_body td {
  height: 45px;
  padding: 9px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #rule .sec_body th, #rule .sec_body td {
    display: block;
    height: auto;
    padding: calc(20 /750*100vw) calc(25 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}
#rule .sec_body th {
  width: 175px;
  background: #313131;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #rule .sec_body th {
    width: 100%;
    text-align: left;
  }
}
#rule .sec_body td {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #rule .sec_body td {
    padding: calc(20 /750*100vw) calc(25 /750*100vw);
  }
}
@media screen and (max-width: 767px) {
  #rule .sec_body td .fc_blu {
    display: block;
  }
}

#flow {
  background: linear-gradient(-30deg, rgb(255, 0, 0) 0%, rgb(36, 0, 255) 99%);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #flow {
    margin-bottom: calc(120 /750*100vw);
  }
}
#flow .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #flow .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#flow h2 .en {
  color: #fff;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
#flow h2 .jp {
  color: #fff;
}
#flow .sec_body {
  margin-top: 50px;
}
#flow .list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #flow .list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#flow .list_item {
  width: 280px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #flow .list_item {
    width: 100%;
    margin-bottom: calc(90 /750*100vw);
    margin-right: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #flow .list_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#flow .list_item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #flow .list_item_img_block {
    margin-right: calc(30 /750*100vw);
    position: static;
  }
}
#flow .list_item_img_block:before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  border-bottom: 2px dotted #fff;
  position: absolute;
  top: 50%;
  right: -68px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #flow .list_item_img_block:before {
    width: 1px;
    height: calc(92 /750*100vw);
    border: none;
    border-left: calc(4 /750*100vw) dotted #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(120 /750*100vw);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  #flow .list_item_img_block img {
    width: calc(250 /750*100vw);
  }
}
#flow .list_item_txt_block {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #flow .list_item_txt_block {
    margin-top: 0;
  }
}
#flow .list_item p {
  color: #fff;
}
#flow .list_item_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow .list_item_title {
    margin-top: calc(-12 /750*100vw);
    font-size: calc(36 /750*100vw);
    text-align: left;
  }
}
#flow .list_item_text {
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow .list_item_text {
    margin-top: calc(-10 /750*100vw);
    font-size: calc(30 /750*100vw);
    line-height: 1.8;
    letter-spacing: 0;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    text-align: left;
  }
}
#flow .list_item_text span {
  font-size: 1em;
}
#flow .list_item:nth-child(1) .list_item_img_block:before {
  bottom: calc(-56 /750*100vw);
}
#flow .list_item:nth-child(2) .list_item_img_block:before {
  bottom: calc(-64 /750*100vw);
}
#flow .list_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #flow .list_item:last-child {
    margin-bottom: 0;
  }
}
#flow .list_item:last-child .list_item_img_block {
  position: relative;
  z-index: 1;
}
#flow .list_item:last-child .list_item_img_block:before {
  content: none;
}

.entry_qr {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .entry_qr {
    display: none;
  }
}
.entry_qr_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry_qr_txt_block {
  width: 313px;
  height: 80px;
  padding: 10px 20px;
  margin-right: 15px;
  background: url(../img/psjapan2024/entry_qr_txt_bg@2x.png) 50%/cover no-repeat;
}
.entry_qr_txt {
  color: #fff;
}
#knowledge {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #knowledge {
    margin-bottom: calc(120 /750*100vw);
  }
}
#knowledge .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #knowledge .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#knowledge .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #knowledge .sec_header {
    margin-bottom: calc(60 /750*100vw);
  }
}
#knowledge .sec_header p {
  margin-top: 42px;
  font-size: 15px;
  text-align: center;
  color: #bbb;
}
@media screen and (max-width: 767px) {
  #knowledge .sec_header p {
    margin-top: calc(64 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}

.knowledge_list {
  counter-reset: number 0;
}
.knowledge_list_item {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 80px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .knowledge_list_item {
    padding-top: calc(30 /750*100vw);
    padding-bottom: calc(30 /750*100vw);
    padding-left: 0;
    margin-bottom: calc(50 /750*100vw);
    border-radius: calc(10 /750*100vw);
    text-align: center;
  }
}
.knowledge_list_item:before {
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding-right: 3px;
  border-radius: 10px 0 10px 0;
  background: #000;
  font-family: "Play", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .knowledge_list_item:before {
    border-radius: calc(10 /750*100vw) 0 calc(10 /750*100vw) 0;
  }
}
.knowledge_list_item:last-child {
  margin-bottom: 0;
}
.knowledge_list_item_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), to(#5a42ec));
  background: linear-gradient(90deg, #09bbfe, #5a42ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .knowledge_list_item_ttl {
    margin: 0 auto;
    margin-bottom: calc(6 /750*100vw);
    font-size: calc(36 /750*100vw);
    line-height: 1.6;
  }
}

#local_tuat_info {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #local_tuat_info {
    margin-bottom: calc(120 /750*100vw);
  }
}
#local_tuat_info .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #local_tuat_info .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#local_tuat_info .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local_tuat_info .sec_header {
    margin-bottom: calc(80 /750*100vw);
  }
}
#local_tuat_info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 36px;
  margin-bottom: 16px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), color-stop(99%, #5a42ec));
  background: linear-gradient(90deg, #09bbfe 0%, #5a42ec 99%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #local_tuat_info h3 {
    height: calc(60 /750*100vw);
    margin-top: calc(52 /750*100vw);
    margin-bottom: calc(24 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
#local_tuat_info table.col2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #local_tuat_info table.col2 {
    margin-bottom: calc(60 /750*100vw);
  }
}
#local_tuat_info table.store-list_table.col2 {
  margin-bottom: 0;
}
#local_tuat_info table.col2 td {
  color: #2a2a2a;
}

table.col2 {
  width: 100%;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  table.col2 {
    display: block;
    margin-top: calc(30 /750*100vw);
  }
}
@media screen and (max-width: 767px) {
  table.col2 tbody {
    display: block;
  }
}
table.col2 tr {
  border-bottom: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  table.col2 tr {
    display: block;
  }
}
table.col2 th, table.col2 td {
  height: 45px;
  padding: 9px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  table.col2 th, table.col2 td {
    display: block;
    height: auto;
    padding: calc(20 /750*100vw) calc(25 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}
table.col2 th {
  width: 150px;
  background: #313131;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  table.col2 th {
    width: 100%;
    text-align: left;
  }
}
table.col2 td {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  table.col2 td {
    padding: calc(20 /750*100vw) calc(25 /750*100vw);
  }
}
@media screen and (max-width: 767px) {
  table.col2 td .fc_blu {
    display: block;
  }
}

#stores {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #stores {
    margin-bottom: calc(120 /750*100vw);
  }
}
#stores .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #stores .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#stores .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #stores .sec_header {
    margin-bottom: calc(80 /750*100vw);
  }
}
#stores .sec_header p {
  margin-top: 42px;
  font-size: 15px;
  text-align: center;
  color: #bbb;
}
@media screen and (max-width: 767px) {
  #stores .sec_header p {
    margin-top: calc(64 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}

.store-lists {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .store-lists {
    margin-top: calc(-12 /750*100vw);
  }
}
.store-list {
  width: 47% !important;
  margin-top: 40px !important;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .store-list {
    width: 100% !important;
    margin-top: calc(40 /750*100vw) !important;
  }
}
.store-list_header.clicked .store-list_region:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.store-list_body {
  display: none;
}
.store-list_entry_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  background: #1b1b1b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .store-list_entry_num {
    height: calc(60 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}
.store-list_region {
  border: none !important;
  background: #313131 !important;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .store-list_region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    font-size: calc(38 /750*100vw) !important;
  }
}
.store-list_region:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .store-list_region:before {
    width: calc(40 /750*100vw);
    height: calc(2 /750*100vw);
    right: calc(30 /750*100vw);
  }
}
.store-list_region:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .store-list_region:after {
    width: calc(40 /750*100vw);
    height: calc(2 /750*100vw);
    right: calc(30 /750*100vw);
  }
}
.store-list_region.clicked:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.store-list_table {
  border-collapse: collapse;
}
.store-list_table thead tr {
  background: #707070;
}
.store-list_table thead tr th {
  height: 40px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .store-list_table thead tr th {
    width: 100%;
    height: calc(60 /750*100vw) !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: calc(26 /750*100vw) !important;
    text-align: center;
  }
}
.store-list_table tbody tr {
  background: #fff;
}
.store-list_table tbody tr td {
  background: transparent;
  color: #2a2a2a;
}
.store-list_table tr {
  border: none !important;
  border-top: 1px solid #e5e5e5 !important;
}
@media screen and (max-width: 767px) {
  .store-list_table tr {
    display: table-row !important;
  }
}
.store-list_table th, .store-list_table td {
  width: 100%;
  height: 60px !important;
  padding: 8px 16px !important;
  border-right: 1px solid #e5e5e5 !important;
  vertical-align: middle;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  .store-list_table th, .store-list_table td {
    display: table-cell !important;
    height: auto !important;
    padding: calc(30 /750*100vw) calc(32 /750*100vw) !important;
    color: #2a2a2a !important;
  }
}
.store-list_table th a, .store-list_table td a {
  color: #2a2a2a;
}
.store-list_table th:nth-child(1), .store-list_table td:nth-child(1) {
  width: 140px;
  min-width: 140px;
}
.store-list_table th:last-child, .store-list_table td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .store-list_table.col2 {
    margin-top: 0 !important;
  }
}

.block_list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block_list {
    margin-top: calc(40 /750*100vw);
  }
}
.block_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -18px;
}
@media screen and (max-width: 767px) {
  .block_list_items {
    margin: calc(-20 /750*100vw) calc(-15 /750*100vw);
  }
}
.block_list_item {
  width: 33.3333333333%;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .block_list_item {
    width: 50%;
    padding: calc(20 /750*100vw) calc(15 /750*100vw);
  }
}
.block_list_item .btn01 {
  width: 100%;
}
#final_tuat_info {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #final_tuat_info {
    margin-bottom: calc(120 /750*100vw);
  }
}
#final_tuat_info .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #final_tuat_info .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#final_tuat_info .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #final_tuat_info .sec_header {
    margin-bottom: calc(80 /750*100vw);
  }
}
#final_tuat_info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 40px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), color-stop(99%, #5a42ec));
  background: linear-gradient(90deg, #09bbfe 0%, #5a42ec 99%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #final_tuat_info h3 {
    height: calc(60 /750*100vw);
    margin-top: calc(60 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}

.final_tuat_info_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .final_tuat_info_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.final_tuat_info_btns .btn01 {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .final_tuat_info_btns .btn01 {
    margin-right: 0;
    margin-bottom: calc(40 /750*100vw);
  }
}
.final_tuat_info_btns .btn01:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .final_tuat_info_btns .btn01:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .scholarship_bnr {
    width: calc(600 /750*100vw);
  }
}
.scholarship_txt {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scholarship_txt {
    font-size: calc(30 /750*100vw);
    line-height: 1.9;
  }
}
.scholarship_txt span {
  font-size: 1em;
}
.scholarship_txt small {
  font-size: 14px;
  line-height: 1;
  vertical-align: 6px;
}
@media screen and (max-width: 767px) {
  .scholarship_txt small {
    font-size: calc(22 /750*100vw);
    line-height: 3;
    vertical-align: calc(20 /750*100vw);
  }
}

.scholarship_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .scholarship_list_items {
    margin: calc(-15 /750*100vw);
  }
}
.scholarship_list_item {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item {
    padding: calc(15 /750*100vw);
  }
}
.scholarship_list_item:first-child {
  width: 100%;
}
.scholarship_list_item:first-child .scholarship_list_item_inner {
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(198, 170, 96)), color-stop(50%, rgb(241, 222, 155)), to(rgb(198, 170, 96)));
  background: linear-gradient(0deg, rgb(198, 170, 96) 0%, rgb(241, 222, 155) 50%, rgb(198, 170, 96) 100%);
}
@media screen and (max-width: 767px) {
  .scholarship_list_item:first-child .scholarship_list_item_inner {
    height: auto;
  }
}
.scholarship_list_item:first-child dt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item:first-child dt {
    font-size: calc(40 /750*100vw);
  }
}
.scholarship_list_item:first-child dd {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item:first-child dd {
    font-size: calc(50 /750*100vw);
  }
}
.scholarship_list_item:nth-child(2) .scholarship_list_item_inner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(157, 157, 157)), color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgb(198, 198, 198)), color-stop(75%, rgb(255, 255, 255)), to(rgb(157, 157, 157)));
  background: linear-gradient(0deg, rgb(157, 157, 157) 0%, rgb(255, 255, 255) 25%, rgb(198, 198, 198) 50%, rgb(255, 255, 255) 75%, rgb(157, 157, 157) 100%);
}
.scholarship_list_item:nth-child(3) .scholarship_list_item_inner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 232, 206, 0.99608)), to(rgb(251, 184, 160)));
  background: linear-gradient(0deg, rgba(255, 232, 206, 0.99608) 0%, rgb(251, 184, 160) 100%);
}
.scholarship_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item_inner {
    display: block;
    text-align: center;
    height: auto;
    padding: calc(30 /750*100vw) 0;
  }
}
.scholarship_list_item dt {
  margin-right: 20px;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item dt {
    margin-right: 0;
    margin-bottom: calc(20 /750*100vw);
    font-size: calc(30 /750*100vw);
    line-height: 1;
  }
}
.scholarship_list_item dd {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .scholarship_list_item dd {
    font-size: calc(40 /750*100vw);
    line-height: 1;
  }
}

#past_tuat {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #past_tuat {
    margin-bottom: calc(120 /750*100vw);
  }
}
#past_tuat .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #past_tuat .container {
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#past_tuat .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #past_tuat .sec_header {
    margin-bottom: calc(20 /750*100vw);
  }
}
#past_tuat h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #past_tuat h3 {
    font-size: calc(60 /750*100vw);
  }
}
#past_tuat h3 + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #past_tuat h3 + h4 {
    margin-top: calc(30 /750*100vw);
  }
}
#past_tuat h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#09bbfe), color-stop(99%, #5a42ec));
  background: linear-gradient(90deg, #09bbfe 0%, #5a42ec 99%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #past_tuat h4 {
    height: calc(60 /750*100vw);
    margin-top: calc(60 /750*100vw);
    margin-bottom: calc(30 /750*100vw);
    border-radius: calc(30 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .past_tuat_img01 {
    width: calc(630 /750*100vw);
  }
}
.past_tuat_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .past_tuat_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(70 /750*100vw);
  }
}
.past_tuat_btns .btn01 {
  width: 320px;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .past_tuat_btns .btn01 {
    width: calc(600 /750*100vw);
    margin-right: 0;
    margin-bottom: calc(40 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}
.past_tuat_btns .btn01:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .past_tuat_btns .btn01:last-child {
    margin-bottom: 0;
  }
}
.past_tuat_btns .btn01:before {
  content: none;
}
.past_tuat_btns + .past_tuat_btns {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .past_tuat_btns + .past_tuat_btns {
    margin-top: calc(40 /750*100vw);
  }
}
.past_tuat_media_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .past_tuat_media_btns {
    margin-top: calc(70 /750*100vw);
  }
}
.past_tuat_media_btns .btn01 {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .past_tuat_media_btns .btn01 {
    width: calc(600 /750*100vw);
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: calc(40 /750*100vw);
    font-size: calc(24 /750*100vw);
  }
}
.past_tuat_media_btns .btn01:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .past_tuat_media_btns .btn01:nth-child(2n) {
    margin-right: 0;
  }
}
.past_tuat_media_btns .btn01:before {
  content: none;
}
#movie {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #movie {
    margin-bottom: calc(120 /750*100vw);
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#movie .sec_body {
  margin-top: 40px;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  #movie .sec_body {
    margin-top: calc(60 /750*100vw);
    margin-bottom: calc(-8 /750*100vw);
  }
}
#movie .slick-slider .slick-track {
  background-color: transparent;
}
#movie .list_item {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #movie .list_item {
    padding: 0 calc(20 /750*100vw);
  }
}
#movie .list_item_inner {
  display: block;
  width: 475px;
}
@media screen and (max-width: 767px) {
  #movie .list_item_inner {
    width: calc(550 /750*100vw);
  }
}
#movie .list_item .media_cover {
  padding-top: 54.736842%;
  position: relative;
  z-index: 1;
}
#movie .list_item .media_cover img, #movie .list_item .media_cover iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#movie .list_item_text_block {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #movie .list_item_text_block {
    margin-top: calc(30 /750*100vw);
  }
}
#movie .list_item_title {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
#faq {
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #faq {
    margin-bottom: calc(120 /750*100vw);
    padding-top: calc(100 /750*100vw);
    padding-bottom: calc(100 /750*100vw);
  }
}
#faq .sec_body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #faq .sec_body {
    margin-top: calc(60 /750*100vw);
  }
}

/* 2023.08.24追加 */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  text-align: center;
  width: 100%;
  height: 100%;
}

/* 2024.05.29追加 */
.line-chat_img_block{
  width: 313px;
  height: 100px;
  padding: 7px 20px;
  margin-right: 15px;
  background: url(../img/psjapan2024/openchat.png?2024.05.30) 50%/cover no-repeat;
}
.openghat{
  margin-top: 20px;
}
.openchat-img{
  display: block;
  width: 100px;
}
.openchat_txt{
  color: #fff;
}
@media screen and (max-width: 767px){
  .line-chat_img_block{
    width: 263px;
    height: 83px;
    padding: 5px 13px;
  }
  .openchat-img {
    width: 70px;
  }
  .openchat_txt{
    color: #fff!important;
    line-height: 1.7;
  }
}

/* 2024.06.03 */
.regional-tournament{
  margin-bottom: 20px;
}
.regional-tournament span{
  font-size: 16px;
}
@media screen and (max-width: 767px){
  .regional-tournament{
    line-height: normal;
  }
  .regional-tournament span{
    font-size: 14px;
  }
}

/* 2024.06.05追加 */
.realnet{
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
.realnet img{
  width: 600px;
}
.store-list{
  /* width: 100%!important; */
}
.store-list_table td:nth-child(1) {
  min-width: 220px;
}
.btn-margin{
  gap: 0 50px;
}
@media screen and (max-width: 767px){
  #kv{
    margin-bottom: 110px!important;
  }
  .realnet{
    margin-bottom: 90px;
  }
  .store-list_table td:nth-child(1) {
    min-width: 140px;
  }
  #local_tuat_info table.col2 td{
    color: #2a2a2a;
  }
  .btn-margin{
    display: block!important;
  }
  .btn-margin div{
    display: grid;
    justify-content: center!important;
  }
  .btn-margin div:nth-child(2){
    margin-top: 33px;
  }
}

/* 2024.06.27追加 */
#movie .list_item_inner{
  width: 420px;
}
@media screen and (max-width: 767px) {
  #movie .list_item_inner {
    width: calc(550 /750*100vw);
  }
}

/* 2024.07.04追加 */
.sp{
  display: none;
}
.pc{
  display: block;
}
.campaign-text{
  width: 360px;
  margin: 0 auto;
}
.campaign-sec_body{
  margin-top: 50px;
}
.campaign{
  margin-bottom: 100px;
}
.campaignimg{
  width: 85%;
  margin: 0 auto 50px;
}
.campaignimg img{
  width: 100%;
}
.campaign-margin{
  margin-top: 15px;
}
.kv-campaign{
  width: 70%;
  margin: 60px auto 0;
}
.kv-campaign img{
  width: 100%;
}
#kv{
  text-align: center;
}


/* 2回目 */
/* .newkv-campaign{
  width: 100%;
} */


@media screen and (max-width: 767px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .campaignimg{
    width: 90%;
    margin-bottom: 20px;
  } 
  .campaign-text{
    width: 300px;
  }
  .kv-campaign{
    width: 88%;
    margin-top: 25px;
  }
  /* #kv{
    margin-bottom: 109px!important;
  } */
  .campaign-margin{
    margin-top: 10px;
  }

  /* 2回目 */
  #kv{
    margin-bottom: 20px!important;
  }
  
  .topcampaign{
    margin-top: 25px;
  }
}

.fixed_cta_btn{
  opacity: 1 !important;
  visibility: visible !important;
}

/*  2024.07.09追加 */
.indexbtn{
  display: none;
}
@media screen and (max-width: 767px){
  .indexbtn{
    display: block;
    margin-top: 25px;
  }
  .indexbtn-inner{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(600 /750*100vw);
    height: calc(100 /750*100vw);
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}


@media screen and (max-width: 767px) {
  /* .kv_index {
    display: block;
  } */

  /* .kv_index ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-left: 30px;
  } */

  /* .kv_index li {
    margin-bottom: 10px;
    width: calc(100% / 2 - 10px);
    text-align: left;
  } */

  /* .kv_index li a {
    padding-bottom: calc(5 / 750* 100vw);
    padding-left: calc(48 / 750* 100vw);
    font-size: calc(28 /750*100vw);
    background: url(../img/psjapan2024/link_arrow.png) 0 50% no-repeat;
    color: #fff;
  } */
}

/* 2024.07.10追加 */
.kv_index{
  margin-top: 50px;
  margin-bottom: 50px;
}

.kv_index ul {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  /* align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  padding-left: 30px; */
}

.kv_index ul li {
  margin-bottom: 10px;
  width: calc(100% / 4  - 10px);
}

.kv_index ul li a {
  width: auto;
}
.repeat-campaignimg{
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kv_index{
    margin-top: 40px;
  }
  .kv_index ul{
    display: block;
    display: flex;
    flex-wrap: wrap;
  }
    .kv_index ul li {
      margin: auto;
      margin-bottom: 10px;
      width: calc(100% / 2 - 10px);
      /* text-align: left; */
    }

    .kv_index ul li a {
      padding-bottom: calc(5 / 750* 100vw);
      padding-left: calc(48 / 750* 100vw);
      font-size: calc(28 /750*100vw);
      color: #fff;
    }
    .repeat-campaignimg{
      width: 100%;
    }
}

/* 2024.07.11 */
.finalgame_entry{
  font-size: 20px;
}
.text2023{
  text-align: left!important;
  justify-content: center;
  display: grid;
}
.knowledge_list_item_ttl{
  margin: 0 auto;
}
.knowledge_list_item{
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .finalgame_entry{
    font-size: 14px;
  }
}

/* 2024.07.16追加 */
.hinata-margin{
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .hinata-margin {
    margin-bottom: 15px;
  }
}

/* 2024.07.19追加 */
.sp_supporter_about{
  height: 425px;
}
@media screen and (max-width: 767px) {
  .sp_supporter_about{
    height: 490px;
  }
}

/* 2024.07.26追加 */
.full{
  display: flex;
  align-items: center;
  justify-content: center;
}
.full div:last-child{
  margin-left: 20px;
}