@charset "UTF-8";
@import url(games-2025.0.css);

h1, h2, h3, h4, h5, h6
,dl, dt, dd, ol, ul, li{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
h3:before{content:none;}

a:link,
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
}

/*a:visited{color:#005e94;}*/

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

#all {
  overflow: hidden;
}
/* 5a5657*/
/* d60139*/

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  /* color: #5a5657; */
  color: #BF092F;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  /* border-top: solid 2px #5a5657;
  border-right: solid 2px #5a5657; */
  border-top: solid 2px #BF092F;
  border-right: solid 2px #BF092F;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}


/* lp */
.lp-home .btn-link{
}
.lp-home 
header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.lp-home h2{
  font-size: 20px;
  /* color: #d60139; */
  /* color: #5a5657; */
  color: #332c31;
  font-weight: 600;
}

h3{
  font-size: 18px;
  color: #d60139;
  font-weight: 600;
}
h3 .caption {
  margin-right: 1rem;
  font-size: 42px;
}

.lp-home h3{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

.detail-dd{
  font-weight:600;
}
.detail-dt{
  padding:0;
}
.detail-dt ul{
  list-style: none;
  margin-left: 1rem;
}
.detail-dt ul li{
  margin: .1em 0;
}

.mainimage-wrapper{
  padding:0;
  line-height:150%;
  width:100%;
  background-color: #332c31;
  
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}
.mainimage{/*div*/
  width:1120px;
  margin:0 auto 0;
}
.main_image{/*img*/
  margin:0;
}
@media (min-width: 768px) {
  .mainimage{width:1120px;}
  .main_image{
    width:1120px;
  }
}
@media screen and (max-width: 767px) {
  .mainimage{width:100%;}
  .main_image{width:100%;}
}



/* header */
.header {
  /*position: relative;*/
  position:fixed;
  width:100%;
  z-index: 5;
  /*background-color: #081155;
  border-bottom: solid 3px #c12a29;
  background-color: #330007;*/
  /* background-color: #5a5657;
  border-bottom: solid 3px #d60139; */

background-color: #BF092F;
  border-bottom: solid 3px #29030b;

  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}
.header .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
}

.header__apply img.icon_ticket{
  width:120px;
  -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

main,#main{margin-top:83px;}

@media (max-width: 767px) {main,#main{margin-top:68px;}}

@media (min-width: 768px) {
  .header-wrap {
    margin: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .header__inner h1 {
    width: 160px;
  }
  .header__inner h1 .logo {
    width: 140px;
    height: 50px;
    background: url(/image/logos0t.png) 0 0 no-repeat;
    /*background-size: 140 45;*/
  }
  .header__apply {
    margin-left: 24px;
    width: 120px;
  }
  .header__apply img {
    display: block;
    width: 120px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header__inner {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    /*justify-content: left;*/
    justify-content: center;
    align-items: center;
  }
  .header__inner h1{
    color:#fff;
    line-height:120%;
    font-size:12px;
    margin-left:20px;
  }
  .header__inner h1 .logo {
    width: 120px;
    height: 32px;
    background: url(/image/logos0t.png) 0 0 no-repeat;
    /*background-size: 100%;*/
    background-size: 70%;
    background-position: 0px 0px;
  }
  .header__inner .hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
  }
  .header-wrap{
    height:65px;
  }
}


/* nav */
@media (max-width: 767px) {
  .nav {
    position: absolute;
    z-index: 999999;
    /*top: 0;*/
    right: -100vw;
    width: 90.6%;
    max-width: 340px;
    min-height: 100vh;
    background:#081155;
    background:#222;
    background:#5a5657;
    transition: all 0.6s;
  }
  .nav.is-open {
    right: 0;
  }
  .nav__inner {
    position: relative;
    padding: 42px 0 100vh 70px;
  }
  .nav__inner .nav__list--item {
    margin-bottom: 10px;
  }
  .nav__inner .nav__list--item:last-child {
    margin-bottom: 0;
  }
  .nav__inner .nav__list--item > a, .nav__inner .nav__list--item > .link__parent {
    display: block;
    padding: 5px 0;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Century Gothic Pro", sans-serif;
  }
  .nav__inner .nav__list--item > a span, .nav__inner .nav__list--item > .link__parent span {
    display: block;
    text-align: left;
  }
  .nav__inner .nav__list--item > a span.century, .nav__inner .nav__list--item > .link__parent span.century {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .nav__inner .nav__list--item > a.current, .nav__inner .nav__list--item > .link__parent.current {
    color: #002f7b !important;
  }
  .nav__inner .nav__list--item > a.soon span, .nav__inner .nav__list--item > .link__parent.soon span {
    color: #4E74AC !important;
  }
  .nav__inner .lower__list {
    display: none;
    padding: 6px 0 16px;
  }
  .nav__inner .lower__list.is-open {
    display: block;
   -webkit-animation: show 0.4s linear 0s;
            animation: show 0.4s linear 0s;
  }

 .nav__inner .nav__list--item:active{
    background-color: #238;
  }

  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav__inner .lower__list--item {
    padding-left: 1em;
  }
  .nav__inner .lower__list--item a {
    display: block;
    padding: 8px 0;
    color: #fff;
  }
  .nav__inner .lower__list--item a .century {
    margin-right: 0.4em;
    font-weight: 700;
    font-size: 2rem;
  }
  .nav__inner .lower__list--item a .ja {
    margin-left: 1.2em;
  }
  .nav__inner .lower__list--item a.soon .century, .nav__inner .lower__list--item a.soon .ja {
    color: #4E74AC;
  }
  .nav__inner .lower__list--item a.current > span {
    color: #002f7b;
  }
  .nav__inner .lnk__text {
    margin: 32px 56px 0 0;
  }
  .nav__inner .lnk__text a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  .nav__inner .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
  }
}

@media (min-width: 768px) {
  .nav {
    position: relative;
    z-index: 4;
  }
  .nav .lnk-this, .nav .link__parent {
  }
  .nav .lnk-this > span, .nav .link__parent > span {
    color: #fff;
  }
  .nav .lnk-this:hover, .nav .link__parent:hover {
  }
  .nav .lnk-this.soon, .nav .link__parent.soon {
    cursor: default !important;
  }
  .nav .lnk-this.soon:hover, .nav .link__parent.soon:hover {
    border-top: 4px solid #002f7b;
  }
  .nav .lnk-this.soon span, .nav .link__parent.soon span {
    color: #FD7D83 !important;
  }
  .nav__inner {
    width: 100%;
    height: 130px;
    height: 58px;
   /*display: none;*/
  }
  .nav .nav__list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .nav__list--item {
    position: relative;
  }
  .nav .nav__list--item a, .nav .nav__list--item .link__parent {
    margin-right: 1.4rem;
    /*margin-left: 1.4rem;*/
    padding: 0 0.2rem;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .nav .nav__list--item a.current, .nav .nav__list--item .link__parent.current {
    border-top-color: #fff;
  }
/*  .nav .nav__list--item a.current > span, .nav .nav__list--item .link__parent.current > span {
    color: #fff !important;
  }*/
  .nav .nav__list--item a span, .nav .nav__list--item .link__parent span {
    display: block;
    transition: all 0.4s;
  }
  .nav .nav__list--item a .century, .nav .nav__list--item .link__parent .century {
    font-size: 16px;
    font-size: 1.4rem;
    /*font-weight: 700;*/
    line-height: 1.01;
  }
  .nav .nav__list--item a .ja, .nav .nav__list--item .link__parent .ja {
    font-size: 12px;
    font-size: 0.9rem;
    line-height: 200%;
    
    color: #fff;
  }
  .nav .nav__list--item a.link__parent > .century, .nav .nav__list--item .link__parent.link__parent > .century {
    color: #fff;
  }
  .nav .nav__list--item a.link__parent:hover .lower__list, .nav .nav__list--item .link__parent.link__parent:hover .lower__list {
    display: block;
  }
  .nav .nav__list--item a.link__parent.soon, .nav .nav__list--item .link__parent.link__parent.soon {
    cursor: default !important;
  }
  .nav .nav__list--item a.link__parent.soon:hover, .nav .nav__list--item .link__parent.link__parent.soon:hover {
    background-color: transparent !important;
  }
  .nav .nav__list--item a.link__parent.soon span, .nav .nav__list--item .link__parent.link__parent.soon span {
    color: #D9D9D9 !important;
  }
  .nav .nav__list--under {
    margin-left: 9.5%;
    width: 90.5%;
  }
  .nav .lower__list {
    display: none;
    position: absolute;
    z-index: 4;
    top: 60px;
    left: 0.8em;
    /*background-color: #fff;*/
    /*background-color: #002080;*/
    background-color:#aab;
    background-color:#081155;
    background-color:#222;
    /* background-color:#5a5657; */
    background-color:#BF092F;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.24));
    font-size: 1.4rem;
  }
  .nav .lower__list--item a {
    padding: 0 40px 0 10px;
    height: 56px;
    align-items: flex-start;
    border: 0 !important;
    margin: 0;
  }
  .nav .lower__list--item a span {
    white-space: nowrap;
    /*color: #000 !important;*/
    color: #fff !important;
  }
  .nav .lower__list--item a span.ja {
    margin-left: 1.2em;
  }
  .nav .lower__list--item a:hover {
    background-color: #D9E2F0 !important;
  }
  .nav .lower__list--item a:hover span {
    color: #064097 !important;
  }
  .nav .lower__list--item a.soon {
    cursor: default !important;
  }
  
  .nav .lower__list--item a.soon:hover {
    background-color: #fff !important;
  }
  .nav .lower__list--item a.soon span {
    color: #D9D9D9 !important;
  }
  .nav .lower__list--item a.current {
    background-color: #D9E2F0;
  }
  .nav .lower__list--item a.current .century, .nav .lower__list--item a.current .ja {
    color: #064097 !important;
  }
}

/* news */
.lp-home .slick-dots {
  margin: 5.33vw auto 10.67vw;
  width: 94.6%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-home .slick-dots > li {
  padding: 0 1.33vw;
}
.lp-home .slick-dots > li button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 2.67vw;
  height: 2.67vw;
  font-size: 1px;
  line-height: 1px;
  background: #b3b3b3;
}
.lp-home .slick-dots > li.slick-active button {
/*  background: #897f0e;*/
  background: #005e94;
}

.lp-home .news_list_item {
   padding: 0 /*20*/10px;
  display:block;
  float:left;
  text-align:left;
}
.lp-home .news_list_item > .inner {
  width: 238px;
    border:1px solid #888;
}
.lp-home .news_list_item > .inner a {
  display: flex;
  flex-direction: column-reverse;
}
.lp-home .news_list_item > .inner a .item__photo {
  margin-bottom: /*2.67vw;*/20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-home .news_list_item > .inner a .item__photo img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  display: block;
  height: 160px;
  object-fit: cover;
}

.lp-home .news_list_item > .inner a .item__data .date {
  font-size: 14px;
    font-size: 1.2rem;
    font-weight:600;
  /*font-size: 3.73vw;*/
  color: #666666;
    color:#897f0e;
    color:#005e94;
  color:#BF092F;
}
.lp-home .news_list_item > .inner a .item__data .text {
 /* font-size: 14px;*/
    font-size: 1.2rem;
    color:#000;
/*  font-size: 3.73vw;*/
  font-weight: 700;
  width: 100%;
  height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lp-home .news_list_item > .inner a .item__data .text__sub {
  font-size: 12px;
/*  font-size: 3.2vw;*/
  font-weight: 400;
    color:#000;
}
.lp-home .news_list_item > .inner a .item__data .team {
  font-size: 14px;
  /*font-size: 3.73vw;*/
  font-weight: 700;
}
  .lp-home .slick-dots {
    margin: 40px auto 96px;
  }
  .lp-home .slick-dots > li {
    padding: 0 8px;
  }
  .lp-home .slick-dots > li button {
    width: 12px;
    height: 12px;
  }

@media (min-width: 768px) {
  .lp-home .news_list_item > .inner a .item__photo {
    margin-bottom: 20px;
    height:160px;
    /*overflow:hidden;*/
  }
  .news_list_photo {display: block;
    height: 160px;
    object-fit: cover;
    width: 238px;}
}





/* section共通 */
h3.ttl{
  font-size:20px;
  color:#000;
}

.lp-home section{
  padding: 10.67vw 0 14.93vw;
  padding: 70px 0 64px;
}

.lp-home .section_inner{
  width:90%;
  width:100%;
  margin:0 auto 0;
}

.lp-home .section_header{
  margin: 0 80px 20px;
  /*width: 89.3%;*/
  text-align:left;
  width:100%;
}

.lp-home .section_title {
  margin: 0 auto 6.4vw;
  width: 89.3%;
  font-size: 12px;
  font-size: 2rem;
  font-weight: 700;
/*  color: #DC000C;*/
}
.lp-home .section_title span {
  margin-right: 1rem;
  font-size: 28px;
  /*font-size: 7.47vw;*/
  font-size: 4rem;
    font-weight: 700;
}
.lp-home .info_data {
  margin: 0 auto 8vw;
  width: 89.3%;
}
.lp-home .info_data .ttl {
  margin-bottom: 8vw;
  font-size: 20px;
/*  font-size: 5.33vw;
  font-weight: 700;*/
  line-height: 1.8;
}
.lp-home .info_data .text {
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.7;
}

.lp-home .info_frame {
  width: 100%;
}
.lp-home .info_frame .frame {
  margin: 0 auto;
  width: 100%;
  max-width: 868px;
}
.lp-home .info_frame .frame__inner {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.lp-home .info_frame .frame__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-home .info_frame.frame-single {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lp-home .section_inner{
    /*width:1120px;*/
    margin:0 auto 0;
  }
  .lp-home .info {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-home .info_data {
    margin: 0;
    width: 380px;
  }
  .lp-home .info_data .ttl {
    margin-bottom: 40px;
    font-size: /*3*/1.5rem;
  }
  .lp-home .info_data .text {
    font-size: 1.6rem;
    line-height: 2;
    text-align:left;
  }
  .lp-home .info_frame {
    width: 700px;
  }
  .lp-home .info_frame img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .lp-home .info_frame.frame-single {
    width: 960px;
  }
  .lp-home .info_frame.frame-single .frame {
    width: 960px;
  }
  h3.venue_title{font-size:2em;}

  .venue_title.empha .num{
    font-size: 1.5em;
    font-weight: 700;
  }
  .venue_title.empha .slash{
    font-size: 1.2em;
    font-weight: 500;
  }
  .venue_title.empha .day{
    font-size: 0.8em;
    font-weight: 600;
    margin-left: -0.3em;
  }
}

@media (max-width: 767px) {

  .lp-home .section_title {
    margin: 0;
    width: auto;
    font-size: 2rem;
    font-size: 1rem;
  }
  .lp-home .section_title span {
    font-size: 5.3rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 379px){
  .lp-home .section_title {
    font-size: 0.7rem;
  }
}
@media (max-width: 349px){
  .lp-home .section_title {
    font-size: 0.5rem;
  }
}


/* セクション個別 */
.lp-home .prev {
  /*background: url(./japan_korea/image/bg-2019.jpg);
  background-size:cover;*/
  background-color:#eee;
}
@media (min-width: 768px) {
  .lp-home .prev .info_data {
    /*margin: 0;*/
    width: 440px;
  }
}

/*会場*/
.lp-home .venue {
  /*background: url(./japan_korea/image/entrio.jpg) 0 0 no-repeat;
  background-size:cover;*/
/*
  background: url(./image/ns2023mbg.jpg) 0 0 no-repeat;
  background-size:cover;
  */
}

/*チケット*/
.lp-home .ticket {
  /*
  */
  background-color:#eee;
  }


/*SNS*/
.lp-home .widget {
  padding: 13.33vw 0 8vw;
/*  background-color:#eee;*/
}
.lp-home .widget .section_inner {
  width: 90%;
}
.lp-home .widget .item {
  margin-bottom: 8vw;
  width: 100%;
}
.lp-home .widget .item .ttl {
  margin-bottom: 1.07vw;
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: 600;
}
.lp-home .widget .item > div {
  border: 1px solid #ddd;
  border-radius: 2.13vw;
}
@media (min-width: 768px) {
  .lp-home .widget {
    padding: 80px 0;
  }
  .lp-home .widget .section_inner {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    justify-content: space-between;
  }
  .lp-home .widget .item {
    margin-bottom: 0;
  }
  .lp-home .widget .item__twitter {
    /*width: 370px;*/
    width:45%;
  }
  .lp-home .widget .item__instagram {
    width: /*740*/370px;
    width:45%;
  }
  .lp-home .widget .item .ttl {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .lp-home .widget .item > div {
    border-radius: 8px;
  }
  .seatmap_image{width:80%;}
}


.titletheme{
  font-family:"ヒラギノ角ゴ ProN";
  font-size:30px;
  font-color:#000;
}


span.century {
    /*font-size: 1.5rem;*/
    font-size: 1.2rem;
    color: #fff;
    font-weight:600;
}
span.ja {
    /*font-size: 1rem;*/
    font-size: 0.8rem;
    color: #fff;
}

#century_1 {
    color: #d60139;
}
@media (max-width: 767px) {

.seatmap_image{
  width:80%;
}

}
.js-fade {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .8s, transform .8s;
}
.js-fade.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .2s;
}





.lp-home h2 .big{
    font-size: 3rem;
    font-weight: 600;
    }
.lp-home .movie {
  	background-color: #002f7b;
}
.lp-home .movie h2,
.lp-home .movie .info_data .ttl{
  color:#fff;
}


@media (max-width: 767px) {
  .main_image{width:100%;}
  .mainimage-wrapper, .mainimage{width:100%;padding:0;}
  
  .lp-home .section_header{margin:0 0 20px;}
  .seatmap_image{width:100%;}
}

@media (max-width: 767px) {
  .header__inner .hamburger{
      background: none;
  }
  #sp-menu-wrapper #sp-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
  }

  #sp-menu-wrapper #sp-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color:white;
    background-color:white;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
  }
  #sp-menu-wrapper #sp-menu span:nth-child(1) {top: 0;}
  #sp-menu-wrapper #sp-menu span:nth-child(2) {top: 9px;}
  #sp-menu-wrapper #sp-menu span:nth-child(3) {top: 18px;}
  #sp-menu-wrapper #sp-menu.open span:nth-child(1) {transform: translateY(9px) rotate(-135deg);}
  #sp-menu-wrapper #sp-menu.open span:nth-child(2) {opacity:0;transform:translateX(/*-60px*/60px);}
  #sp-menu-wrapper #sp-menu.open span:nth-child(3) {
      transform: translateY(-9px) rotate(135deg);
  }
}

/* other */
.info_block{
      width:100%;
  padding:20px 20px 28px 20px;
}
.info_block .info_title{
  font-size:20px;
  font-weight:500;
  border-bottom:1px solid #aaa;
}
.gmap_center{
  width:800px;
  margin:10px auto 15px;
}
h2{
  color:#000;
}
/*ニュース一覧*/
.topics-list .news_list_item {
  display:block;
  float: left;
  width:90%;
  margin:0px 20px 10px 15px;
  padding:3px 10px 8px;
  border-bottom:1px dotted #ccc;
  text-align:left;
	
}
.topics-list .news_list_item a{
  /* color:#5a5657; */
  color:#BF092F;
}
.topics-list .news_list_item .item__data .date {
    display: block;
  width: 95%;
  float: left;
  font-weight:bold;
/* color: #5a5657; */
  color:#BF092F;

}
.topics-ulist .news_list_item .item__data .text {
  display: block;
  width: 95%;
  float: left;
  padding: 15px 20px 3px 5px;
  font-weight:bold;
}
.topics-list .news_list_item .item__photo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .topics-list .post__list {
    padding-bottom: 80px;
  }
  .topics-list .news_list_item {
    padding: 10px 12px;
    flex-direction: row;
  }
  .topics-list .news_list_item .item__data {
    width: 725px;
  width: 95%;
    display: block;
    align-items: center;
  }
  .topics-list .news_list_item .item__data > div {
    flex: 1;
  }
  .topics-list .news_list_item .item__data .date {
    width: 140px;
    font-size: 1.2rem;
  }
  .topics-list .news_list_item .item__data .text {
    flex: 1;
    margin-top: 0;
    font-size: 1.2rem;
  }
  .topics-list .news_list_item .item__photo {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .info_block{padding:0;
  }
  .gmap_center{
    width:100%;
  }

  .info-title{padding:0;}

  .gmap_center iframe {
    width: 100%;
  }
  .topics-list .news_list_item,
  .topics-list .news_list_item .item__data,
    .topics-list-caption,
  .topics-list-outline,
  .topics-listitem{
      padding-left:0;
      padding-right:0;
  }
  .topics-list .news_list_item .item__data .date{
    width:100%;
  }

}


.spblock{display:none;}
.spinline{display:none;}
.pcblock{display:block;}
.pcinline{display:inline;}

/*@media screen and (max-device-width: 496px) {*/
@media screen and (max-width: 767px) {
/*  table {
  -webkit-text-size-adjust: 150%;
  }*/
  .spblock{display:block;}
  .spinline{display:inline;}
  .pcblock{display:none;}
  .pcinline{display:none;}

}

section.rule{
  
  background-color:#eee;
  
}
.rule .info{
  align-items: center;
  justify-content:center;
}
/* rules category */
.swiperRules {
  width: 300px;
  max-width:300px;
  height: 300px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


/* rules detail */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
  
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .modal {
    padding:0;
  }
  .swiperRules {
    width:100%;
    height:auto;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position:fixed;
  top:0;
  left:0;
}

.modal__content {
  position: relative;
  background-color: #fff;
  background-color: #64c8fa;
  width: 100%;
  max-width: 900px;
  max-width: 300px;
  padding: 20px;
}


.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  background: #e6454b;
  border: 1px solid #ccc;
  border: 1px solid #64c8fa;
  cursor: pointer;
  z-index: 10;
}
.swiper-button-prev,
.swiper-button-next{
  color:#fff;
  background-color:#64c8fa;
  opacity:0.4;
}
.swiper-pagenation{}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}


@media (min-width: 768px) {
.img_wrap{
    padding:8px 20px 5px 40px;
}
.guide_item{
    padding:8px 20px 5px 40px;
  }
  .guide_img{width:500px;padding-left:220px;}
  .main_guide_wrapper{
    padding:8px 20px 5px 40px;
  }
  .hash_guide{
    font-weight: 600;
    color: #081155;
    color: #222;
    font-size: 17px;
  }
  .hand_name{
    float:right;
}
}
@media (max-width: 767px){
  .guide_img{
      width:100%;padding:0;
  }
  .guide_item{
    padding-left:2px;
    padding-right:2px;
  }
  .main_guide_wrapper{
      padding-left:2%;
      padding-right:2%;
      width: 95%;
  }
  .hash_guide{
    position: relative;
    font-weight: 600;
    color: #081155;
    color: #222;
  }
  .hand_name{
    float:right;
  }
}
.main_guide_wrapper h2{font-weight:600;border-bottom:1px solid #aaa;margin-bottom:8px;}

h4{
  margin:30px 0 15px;
  font-size:16px;
  line-height: 100%;
  font-weight : normal;
  color: #000;
}
@media screen and (max-width: 600px) {
  .td-no{display:none;}
}

.mvtitle{padding:2px;line-height:120%;-webkit-text-size-adjust:none;}
.td-date{white-space:nowrap;}
.movie-embed{position: relative;}
.movie-embed iframe{top:0;left: 0;width: 640px;height: 350px;padding-left:80px;}
.movie-block{width:240px;margin-left:8px;display:block;float:left;background-color:#eee;}
.movie-block2{width:240px;margin-left:175px;display:block;float:left;background-color:#eee;}
.movie-block1{width:240px;margin-left:380px;display:block;float:left;background-color:#eee;}
.mvtime{margin:0px;padding:0px 8px 2px 0px;text-align:right;font-size:13px;line-height:100%;}
@media screen and (max-width: 759px) {.td-date{vertical-align:top;}.movie-block2,.movie-block1{margin-left:8px;}
.movie-embed{width:100%;height:0;padding-top:75%;}
.movie-embed iframe{position: absolute;width: 100%;height: 100%;padding:0;}}

/* 見出しがヘッダーに隠れるのを調整 */
:root { --header-h: 100px; }
.anchor-target { scroll-margin-top: var(--header-h); }

/* .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.45em;
  padding:.6em 1.1em;
  border-radius:9999px;            /* pill型 */
/*  border:1px solid #d60139;
  background:#d60139; color:#fff;
  text-decoration:none; line-height:1; font-weight:700;
  font-size: clamp(14px, 1.5vw, 24px); /* スマホ～PCで丁度よく */
/*  transition: background-color .18s, color .18s, border-color .18s, transform .18s, filter .18s;
}

.btn:hover{ background:#FD7D83; border-color:#FD7D83; transform:translateY(-1px); }
.btn:active{ transform:translateY(0); filter:brightness(.98); }
.btn:focus{ outline:3px solid color-mix(in srgb, #897f0e 25%, white 75%); outline-offset:3px; } */

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn02 a {
	background-color: #0d2f64;
	border: 1px solid #0d2f64;
	border-radius: 35px;
}

.btn02 a:hover {
	background-color: #0b1629;
	 border: 1px solid #0b1629;
}

/* .btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
} */

/* .btn02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
} */

.teams-teamlist {
}

.teams-teamlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teams-teamlist .team-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6666666667vw;
  width: 48.6%;
}
.teams-teamlist .team-list--item {
  display: block;
  /*width: 100%;*/
  border: 0.2666666667vw solid #8A8A8A;
}
.teams-teamlist .team-list--item .team-img {
  width: 100%;
  height: 280px;
}
.teams-teamlist .team-list--item .team-img img {
  width: 100%;
}
.teams-teamlist .team-list--item p {
  padding: 2.6666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.teams-teamlist .team-list--item p span {
  display: block;
  margin-bottom: 0.5333333333vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #8A8A8A;
}
.teams-teamlist .team-list--item a:hover {
  border-color: #FF0020;
  opacity: 1;
}
.teams-teamlist .team-list--item a:hover img {
  opacity: 1;
}
.teams-teamlist .team-list--item a:hover p, .teams-teamlist .team-list--item a:hover span {
  color: #e33;
}
@media (max-width: 767px) {
.teams-teamlist .team-list--item .team-img {
  height: auto;
}
  .teams-teamlist .team-list--item:nth-child(even) {
    margin-left: 1.4%;
  }
}
@media (min-width: 768px) {
  .teams-teamlist .team-list--item {
    margin: 0 20px 20px 0;
    width: 350px;
  }
  .teams-teamlist .team-list--item:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
  }
  .teams-teamlist .team-list--item {
    border: 1px solid #8A8A8A;
    background-size: 18px;
  }
  .teams-teamlist .team-list--item p {
    padding: 20px 16px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .teams-teamlist .team-list--item p span {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .teams-teamlist .team-list--item a:hover {
    background-size: 18px;
  }
}
