@charset "utf-8";
/* CSS Document */

img {
  max-width: 100%;
}

main{
  padding: 50vw 0 0;
}
.mv{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52.778vw;
}

h1 {
  top: -43px;
}

header .logo {
  top: 2.5vw;
  left: 2.5vw;
  margin: 0;
}

header .logo img {
  width: 11.8vw;
  max-width: 170px;
}

header .logo_umi {
  position: absolute;
  top: 0.694vw;
  right: 0.694vw;
  z-index: 4;
}
header .logo_umi img {
  width: 10.4167vw;
  max-width: 150px;
}

header .inner {
  top: 0.694vw;
  right: 12.5vw;
}

@media screen and (min-width:1440px) {
  header .inner {
    right: 180px;
  }
}

.about_area {
  position: relative;
  margin-bottom: 0;
  padding: 80px 30px 96px;
  z-index: 5;
  background: url(../img/bg_wave.svg) no-repeat center top;
  background-size: 100% auto;
}
.title{
  padding: 12px 15px;
  font-size: 36px;
  font-weight: bold;
}
.title strong{
  color: #e90068;
}
.title span{
  font-size: 28px;
}
.about_area p{
  text-align: center;
}
.box_text{
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  box-shadow: 7px 7px #97c720;
  padding: 10px 15px;
}
.about_area_news{
  margin: 0 auto 60px;
}
.about_area_news::before,
.about_area_news::after {
  content:'';
  display: block;
  width: 100%;
  height: 16px;
  background: url(../img/line_wave.png) repeat-x center center transparent;
}
.about_area_news::before {
  margin: 0 auto 20px;
}
.about_area_news::after {
  margin: 20px auto 0;
}
.about_area_news li {
  padding: 1em 0;
  border-top: 1px dashed #ffffff;
}
.about_area_news li > a,
.about_area_news li > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.about_area_news span {
  line-height: 1.8;
}
.about_area_news .news_hd {
  width: 8em;
}
.about_area_news .news_content {
  width: calc(100% - 9em);
}
.about_area_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto 0;
}
.about_area_list li{
  width: 47.9%;
  margin: 0;
  padding: 0 8px 8px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.about_area_list li strong{
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.about_area_list li span{
  display: inline-block;
  margin: 12px 0 0;
}
.about_area_list li .list_inner{
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  box-shadow: 8px 8px #fef865;
  overflow-y: auto;
}
.about_area_list li .list_inner video,
.about_area_list li .list_inner iframe{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.about_area_list li:nth-child(2) .list_inner iframe{
  height: auto;
}
.about_area_btn{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
.about_area_btn li {
  width: 31%;
}
.about_area_btn li + li {
  margin-left: 3%;
}
.about_area_btn li a {
  display: block;
}
.about_area_btn li .about_area_btn_link{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 3.75em;
  margin: 0 8px 8px 0;
  padding: 0 15% 0 5%;
  color: #00a0e9;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background: url(../img/arrow_b.png) no-repeat right 21px center #fff;
  background-size: 5.68% auto;
  transition: color 0.5s, background-color 0.5s;
}
.about_area_btn li .about_area_btn_link::after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn_shadow.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.about_area_list .about_area_btn{
  margin-top: 1em;
}
.about_area_list .about_area_btn li {
  width: 80%;
}
.about_area_list .about_area_btn li .about_area_btn_link {
  padding: .8em 15% .8em 5%;
}

.about_area_lead {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 6% 0 0;
}
.about_area_lead--text {
  width: 44.5%;
  color: #008ecf;
}
.about_area_lead--text h2 {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 2.4vw;
  font-weight: bold;
}
.about_area_lead--text p {
  font-size: 1.6vw;
  text-align: left;
}
.about_area_lead--text p a {
  text-decoration: underline;
}
.about_area_lead--graph {
  width: 48.3%;
}
.about_area_lead--graph figcaption {
  margin: 0 0 .5em;
  color: #ffffff;
  font-size: 1.6vw;
  font-weight: bold;
  text-align: center;
}
.about_area_lead--graph img {
  width: 100%;
  height: auto;
}

#slider{
  position: relative;
  width: 100%;
  height: 0;
  padding: 52.7777% 0 0;
  background-color:#1a1a1a;
  z-index: 1;
  overflow: hidden;
}
.slider_item_image{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider_item{
  z-index:1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform:translate(50px, 0) scale(1);
  opacity:0;
  transform-origin: center;
}
.slider_item .slider_item_image img{
  transform:scale(1.03);
  transition:transform 8s .2s;
}
.slider_item.current{
  z-index:3;
  transform:translate(0, 0) scale(1);
  opacity:1;
  transition:opacity 1s .2s, transform 1s .2s;
  transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider_item.current .slider_item_image img{
  transform:scale(1);
}
.slider_item.prev {
  z-index:2;
  transform:translate(0, 0) scale(0.9);
  opacity:0;
  transition:opacity .3s .1s, transform .4s 0s;
  transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)
 }
.slider_item img{
  width: 100%;
  height: auto;
}
.slider_item_text{
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
.slider_item_text.t01{
  top: 9%;
  width: 65.4%;
  max-width: 942px;
}
.slider_item_text.t02{
  top: 55%;
  width: 71.8%;
  max-width: 1034px;
}
.slider_item_text.t03{
  top: 8.5%;
  width: 70.4861%;
  max-width: 1015px;
}
.slider_item_text img{
  width: 100%;
  height: auto;
}

.bnr_campaign{
  position: absolute;
  top: 99vh;
  top: min(91%, 99vh);
  right: 10px;
  z-index: 1;
  transform: translateY(-100%);
}

.movie{
  position: relative;
  padding: 90px 0 80px;
  background: url(../img/bg_movie.png) repeat center top;
  z-index: 5;
}
.movie:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: calc(23 / 1440 * 100%);
  z-index: 5;
  background: url(../img/bg_wave_u.png) no-repeat center top;
  background-size: 100% auto;
}
.movie:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  padding: calc(23 / 1440 * 100%);
  z-index: 5;
  background: url(../img/bg_wave_l.png) no-repeat center bottom;
  background-size: 100% auto;
}
.movie h1 {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
}
.movie h1:before{
  content: '';
  display: block;
  width: 49px;
  height: 88px;
  margin: 0 15px 0 0;
  background: url(../img/hd_movie_01.png) no-repeat center center;
  background-size: cover;
}
.movie h1:after{
  content: '';
  display: block;
  width: 49px;
  height: 88px;
  margin: 0 0 0 15px;
  background: url(../img/hd_movie_02.png) no-repeat center center;
  background-size: cover;
}
.movie h1 .title{
  padding: 8px 40px;
  color: #00a0e9;
  font-size: 40px;
  background: #fff83f;
  box-shadow: none;
}
.movie ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.movie ul li {
  width: calc(320 / 1020 * 100%);
  margin: 0 calc(20 / 1020 * 100%) calc(30 / 1020 * 100%) 0;
  text-align: center;
}
.movie ul li:nth-child(3n) {
  margin-right:0;
}
.movie .item_hd{
  display: block;
  margin: .5em 0 0;
  padding: 0 1em;
  color: #fff;
  font-size: 16px;
}

.movie_area{
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  margin: 0 auto;
  padding: 56.25% 0 0;
}
.movie_area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venue_map {
  position: relative;
  height: 836px;
  margin-top: -2.5%;
  padding: 90px 30px 0;
  z-index: 6;
  background: url(../img/bg_map.png) repeat center top;
  background-size: auto 100%;
}

.scroll_contents{
  position: relative;
  margin-top: -2px;
  background: #fff;
  overflow: hidden;
  z-index: 5;
}
.schedule_container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 46px 0;
}

.schedule_item {
  display: flex;
  margin: 0px 10px 20px;
  border-radius: 8px;
  overflow: hidden;
}

.schedule_item_left {
  background-color: #97c720;
  color: #fff;
  min-width: 170px;
  text-align: center;
  position: relative;
}

.schedule_item_left p {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}

.schedule_item_left p > br:nth-child(1) {
  display: none;
}

.schedule_item_left p span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}

.tournament_opened .schedule_item_left {
  background-color: #e90068;
}

.tournament_final .schedule_item_left {
  background-color: #eac100;
}

.schedule_item_right {
  background-color: #f4f9e8;
  padding: 36px 39px 0px 39px;
  width: 753px;
}

.tournament_opened .schedule_item_right {
  background-color: #fde5f0;
}

.tournament_final .schedule_item_right {
  background-color: #fdf9e5;
}

.schedule_item_right dl,
.schedule_item_right dt,
.schedule_item_right dd {
  box-sizing: border-box;
}

.schedule_item_right dl {
  margin-bottom: 22px;
}

.schedule_item_right dt {
  font-weight: bold;
  float: left;
  width: 120px;
}

.schedule_item_right dd {
  margin-left: 120px;
  margin-bottom: 18px;
}

.schedule_item_right dd + dd {
  margin-top: -18px;
}

.schedule_item_right dd a {
  text-decoration: underline;
}

.schedule_item_right dd:after {
  content: '';
  display: block;
  clear: both;
}

.schedule_item_right a:hover {
  opacity: 1;
}

.schedule_item_right p {
  margin-bottom: 43px;
}

.schedule_item_right p a {
  display: inline-block;
  margin-bottom: 7px;
}

.schedule_item_right > *:last-child{
  margin-bottom: 36px;
}


.tournament_result {
  font-size: 18px;
  background-color: #fff;
  color: #e90068;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 20px;
  line-height: 1.3;
}

.tournament_result span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.tournament_result span br{
  display: none;
}

.tournament_movies {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tournament_movies li {
  width: calc(240 / 750 * 100%);
  margin: 24px calc(15 / 750 * 100%) 0 0;
}
.tournament_movies li:nth-child(3n){
  margin-right: 0;
}
.tournament_movies li figure {
  cursor: pointer;
}

.schedule_link{
  margin-top: 20px;
}
.schedule_link a {
  position: relative;
}
.schedule_link a::after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn_shadow.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.schedule_btn {
  position: relative;
  display: block;
  padding: .5em 3.5em .5em;
  color: #00a0e9;
  font-weight: normal;
  text-align: center;
  background: url(../img/arrow_b.png) no-repeat right 21px center #fff;
  background-size: 1em auto;
  transition: color 0.5s, background-color 0.5s;
  z-index: 1;
}

.schedule_btn img {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 16px;
}

.btn_closed {
  background-color: #cdcdcd;
}

footer{
  z-index: 5;
}

@media screen and (min-width:1020px) {
  .about_area_btn li .about_area_btn_link{
    font-size: 22px;
  }
  .about_area_lead {
    margin-top: 60px;
  }
  .about_area_lead--text h2 {
    font-size: 24px;
  }
  .about_area_lead--text p {
    font-size: 16px;
  }
  .about_area_lead--graph figcaption {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .about_area_btn li a:hover {
    opacity: 1;
  }
  .about_area_btn li a:hover .about_area_btn_link{
    color: #fff;
    background-color: #0092d4;
    background-image: url(../img/arrow.png);
  }
  a:hover .schedule_btn {
    color: #fff;
    background-color: #0092d4;
    background-image: url(../img/arrow.png);
  }
}

@media screen and (max-width:767px) {
  main{
    padding: 115vw 0 0;
  }

  a img:hover {
    opacity: 1;
  }

  h1 {
    top: -10px;
  }
  header .logo{
    left: 50%;
    transform: translateX(-50%);
    width: 22.67%;
  }
  header .logo img{
    width: 100%;
    max-width: 100%;
  }
  header .logo_umi {
    top: 1.33vw;
    right: auto;
    left: 1.33vw;
    width: 20%;
  }
  header .logo_umi img {
    width: 100%;
  }

  header .inner {
    top: 0;
    right: -100%;
  }
  header .inner.active{
    right: 0;
  }

  h1{
    top: -2.2%;
    width: 96%;
  }

  .title {
    display: block;
    font-size: 4.55vw;
    box-shadow: 4px 4px #97c720;
    padding: 10px 0;
  }
  .title span{
    font-size: 3.7vw;
  }
  .box_text{
    padding: .25em .5em;
    font-size: 3.7vw;
  }

  main .inner {
    padding: 0 10px;
  }

  .inner_top {
    padding-top: 62px;
    margin-bottom: 29px;
    flex-direction: column;
    align-items: center;
  }

  .inner_top_left {
    margin-bottom: 7px;
  }

  .inner_top_left img {
    width: 244px;
  }

  .inner_top_right {
    margin-top: 0;
    margin-left: 0;
    align-self: auto;
  }

  .inner_top_right img:nth-child(1) {
    display: none;
  }

  .inner_top_right img:nth-child(2) {
    display: inline;
    width: 345px;
  }

  #slider{
    padding-top: 125.3333vw;
  }
  .slider_item_text.t01{
    top: 28vw;
    width: 99.07%;
    max-width: 743px;
  }
  .slider_item_text.t02{
    top: 50vw;
    width: 94.13%;
    max-width: 706px;
  }
  .slider_item_text.t03{
    top: 24vw;
    width: 98.13%;
    max-width: 736px;
  }

  .about_area{
    margin-bottom: 0;
    padding: 12% 0 12%;
    background-image: url(../img/bg_tournament_sp.png);
    background-size: 100% 100%;
  }
  .about_area .inner{
    padding: 0;
  }
  .about_area h2{
    font-size: 4.8vw;
  }
  .about_area_news{
    margin: 0 auto 9%;
    padding: 0 2%;
  }
  .about_area_news::before,
  .about_area_news::after {
    height: calc(13 / 750 * 100vw);
    background: url(../img/line_wave_sp.png) repeat-x center center transparent;
    background-size: auto 100%;
  }
  .about_area_news::before {
    margin: 0 auto 10%;
  }
  .about_area_news::after {
    margin: 6% auto 0;
  }
  .about_area_news ul{
    margin: 0 1.25em;
  }
  .about_area_news li {
    padding: 1.25em 0;
    font-size: 3.73vw;
    border-top: 1px dashed #ffffff;
  }
  .about_area_news li > a,
  .about_area_news li > div {
    display: block;
  }
  .about_area_news span {
    display: block;
  }
  .about_area_news .news_hd {
    width: auto;
  }
  .about_area_news .news_content {
    width: auto;
  }
  .about_area_list{
    display: block;
    margin: 11% auto 0;
  }
  .about_area_list li{
    width: auto;
    margin: 0 auto 7.5%;
    font-size: 3.2vw;
  }
  .about_area_list li strong{
    font-size: 4.267vw;
  }
  .about_area_list li:nth-child(2) .list_inner{
    height: 60vh;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .about_area_list li:nth-child(2) .list_inner iframe{
    width: 800px !important;
  }

  .about_area_btn{
    display: block;
  }
  .about_area_btn li{
    width: 61%;
    margin: 0 auto 5%;
  }
  .about_area_btn li + li{
    margin-left: auto;
  }
  .about_area_btn li .about_area_btn_link{
    min-height: 3.75em;
    padding: 0 15% 0 5%;
    font-size: 4.267vw;
  }

  .about_area_list .about_area_btn {
    margin-top: 1.5em;
  }
  .about_area_list .about_area_btn li {
    width: 85%;
  }
  .about_area_list .about_area_btn li .about_area_btn_link {
    padding: .75em 15% .75em 5%;
  }

  .about_area_lead {
    flex-wrap: wrap;
    width: 80.5%;
    margin: 10% auto 0;
  }
  .about_area_lead--text {
    width: 100%;
    margin: 0 0 3%;
  }
  .about_area_lead--text h2 {
    margin: 0 0 .25em;
    font-size: 4.8vw;
  }
  .about_area_lead--text p {
    font-size: 3.7vw;
  }
  .about_area_lead--graph {
    width: 100%;
  }
  .about_area_lead--graph figcaption {
    font-size: 3.7vw;
  }

  .mv {
    height: auto;
  }
  .bnr_campaign{
    top: 90%;
    right: 6px;
    width: calc(434/750*100%);
  }

  .movie{
    padding: 15% 0 15%;
    background-image: url(../img/bg_movie_sp.png);
  }
  .movie:before {
    padding: calc(18 / 750 * 100%);
    background-image: url(../img/bg_wave_u_sp.png);
  }
  .movie:after {
    padding: calc(18 / 750 * 100%);
    background-image: url(../img/bg_wave_l_sp.png);
  }
  .movie h1{
    margin-bottom: 10%;
  }
  .movie h1 .title{
    padding: 6px 1em;
    font-size: 6.4vw;
  }
  .movie h1::before{
    width: 6.533vw;
    height: calc(6.37vw + 12px);
  }
  .movie h1::after{
    width: 6.533vw;
    height: calc(6.37vw + 12px);
  }
  .movie ul li {
    width: calc(340 / 710 * 100%);
    margin: 0 calc(28 / 710 * 100%) calc(42 / 710 * 100%) 0;
    text-align: center;
  }
  .movie ul li:nth-child(3n) {
    margin-right:calc(28 / 710 * 100%) ;
  }
  .movie ul li:nth-child(2n) {
    margin-right: 0;
  }
  .movie .item_hd{
    display: block;
    margin: .5em 0 0;
    padding: 0 1em;
    color: #fff;
    font-size: 16px;
  }

  .venue_map {
    margin-top: -4.5%;
    background: url(../img/bg_map_sp.png) repeat center top #fff;
    z-index: 4;
  }

  .schedule_container {
    margin-bottom: 0;
  }

  .schedule_item_left {
    min-width: 75px;
    padding: 0 10px;
  }

  .schedule_item_left p {
    font-size: 15px;
    line-height: 1.3;
  }

  .schedule_item_left p br:nth-child(1) {
    display: block;
  }

  .schedule_item_left p span {
    font-size: 12px;
    display: block;
    padding-top: 10px;
  }

  .schedule_item_right {
    padding: 30px 15px;
  }

  .schedule_item_right p {
    margin-bottom: 0;
  }

  .schedule_item_right a:hover {
    opacity: 1;
  }

  .tournament_opened .schedule_item_right dl {
    margin-bottom: 20px;
  }

  .schedule_item_right dt {
    float: none;
    margin-bottom: 5px;
  }

  .schedule_item_right dt br {
    display: none;
  }

  .schedule_item_right dd {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .tournament_movies {
    display: block;
    margin-top: 7.5%;
  }
  .tournament_movies li {
    width: 90%;
    margin: 5% auto 0;
  }
  .tournament_movies li:nth-child(3n){
    margin-right: auto;
  }

  .schedule_btn {
    margin-top: 5%;
    font-size: 14px;
    padding: 10px 30px;
  }
  .schedule_item_right p a{
    display: block;
  }

  .tournament_opened .schedule_btn {
    margin-bottom: 23px !important;
    padding: 10px 77px;
  }

  .tournament_result {
    font-size: 12px;
    padding: 15px;
  }

  .tournament_result span {
    font-size: 15px;
    margin-top: 5px;
  }

  .tournament_result span br{
    display: block;
  }

  .banner {
    padding-bottom: 27px;
  }

  .banner .inner {
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .banner .inner img {
    padding: 0;
  }

  .banner p {
    font-size: 11px;
  }
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
  width: 960px !important;
  max-width: 90%;
}
.movie-wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}
.movie-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2024/11/25 bnr_message */
.bnr_message {
  width: 80.5%;
  margin: 0 auto 8%;
}

@media screen and (min-width: 768px) {
  .bnr_message {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 30px;
    cursor: pointer;
  }
}