@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*/
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

/*================================================
　汎用
================================================ */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}



img {
    width: 100%;
    vertical-align: bottom;
}



* {
    position: relative;
    font-weight: 100;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



ul {
    list-style: none;
}

a {
    z-index: 100;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}
a img:hover {
    opacity: 0.7;
    transition: all 0.2s;
}

.s a:link {opacity: 1;}
.s a:visited {opacity: 1;}
.s a:hover {opacity: 1;}
.s img:hover {opacity: 1;}




.pc {display: block;}
.sp {display: none;}
.s .pc {display: none;}
.s .sp {display: block;}


#loader {
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
}


.note{
  color: #fff;
  margin: 60px auto 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.s .note{
  margin: 10% auto;
  font-size: 3.6vw;
  line-height: 1.5;
}

p{
  line-height: 1.6;
}


/*------------------------------------------------------------------
 body ------------------------------------------------------------
------------------------------------------------------------------*/
body {
    background: #000;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 1px;
    margin: 0;
    color: #0e1d49;
}


/*------------------------------------------------------------------
 container ------------------------------------------------------
------------------------------------------------------------------*/
.container {
    position: relative;
    width: 100%;
}

/*------------------------------------------------------------------
 content ---------------------------------------------------------
------------------------------------------------------------------*/

/*------------------------------------------------------------------
 float --------------------------------------------------------------
------------------------------------------------------------------*/
.floatbtn {
  display: block;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 101;
}

.floatbtn img{
  width: 14vw;
}
.s .floatbtn img{
  width: 30vw;
}
/*------------------------------------------------------------------
 sec共通 --------------------------------------------------------------
------------------------------------------------------------------*/
.mv-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  z-index: 3;
}
.s .mv-logo {
  top: 10px;
}
.mv-logo--image {
  height: 60px;
}
.s .mv-logo--image {
  height: 40px;
}
.mv-logo--image img{
  width: auto;
  height: 100%;
}
.mv--title {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 1200px;
  z-index: 2;
}
.s .mv--title {
  top: 26px;
  width: 95%;
}
.mv--day {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: 2;
}
.mv--players {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.mv--players--slider {
  position: relative;
}
.mv--players--slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, -42% 0%, -59% 100%, 0% 100%);
  clip-path: polygon(0% 0%, -42% 0%, -59% 100%, 0% 100%);
  transition: 1s ease-in;
}
/* .mv--players--slide.__now {
  -webkit-clip-path: polygon(0 0, 58% 0, 41% 100%, 0 100%);
  clip-path: polygon(0 0, 58% 0, 41% 100%, 0 100%);
  
  z-index: 2;
}
.mv--players--slide.__old {
  -webkit-clip-path: polygon(0 0, 58% 0, 41% 100%, 0 100%);
  clip-path: polygon(0 0, 58% 0, 41% 100%, 0 100%);
  z-index: 1;
} */
.mv--players--slide_sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, -100% 100%, 0% 100%);
  transition: 1s ease-in;
}
/* .mv--players--slide_sp.__now {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  z-index: 2;
}
.mv--players--slide_sp.__old {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  z-index: 1;
} */



.mv--bg {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 52vw;
}
.s .mv--bg {
  height: 164vw;
}

.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 25s infinite;
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 0;}
	100%{ opacity: 0;}
}

/*------------------------------------------------------------------
 sec共通 --------------------------------------------------------------
------------------------------------------------------------------*/
section {
  position: relative;
}
.sec_innner{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.s .sec_innner{
  margin: 0 auto;
  padding: 0 5%;
}
.sec_innner._sec01{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec_innner._sec02,
.sec_innner._sec03,
.sec_innner._sec04 {
  padding: 11.1vw 2vw 8.4vw;
}
.s .sec_innner._sec02,
.s .sec_innner._sec03,
.s .sec_innner._sec04 {
  padding: 15.7vw 5% 16vw;
}
.sec_innner._banner{
  padding: 6vw 2vw;
}
.s .sec_innner._banner{
  padding: 15.7vw 5% 16vw;
}
.sec_innner._sponsor{
  padding: 6vw 2vw;
}
.s .sec_innner._sponsor{
  padding: 15.7vw 5% 16vw;
}
.sec_ttl{
  width: 20vw;
  margin: 0 auto 3.7vw;
}
.s .sec_ttl{
  width: 44.1vw;
  margin: 0 auto 3.7vw;
}
.sec_ttl._sec03{
  width: 30vw;
}
.s .sec_ttl._sec03{
  width: 63.5vw;
}
.sec_ttl._sec04{
  width: 21vw;
}
.s .sec_ttl._sec04{
  width: 44.3vw;
}
.wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  margin-top: 2.7vw;
}
.kome{
  color: #ff0000;
}
.sec_btn {
  text-align: center;
  margin: 40px auto;
  width: 320px;
  line-height: 4;
  border-radius: 4px;
  background-color: #006298;
  position: relative;
}
.sec_btn::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-8%, -50%) rotate(45deg);
}
/*------------------------------------------------------------------
 bg ------------------------------------------------------------
------------------------------------------------------------------*/
.bg{
  background-size: cover;
  background-repeat: no-repeat;
}
.bg._sec01_bg{
  background-image: url(../img/sec01_bg.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 36vw;
  position: relative;
}
.s .bg._sec01_bg{
  background-image: url(../img/sp_sec01_bg.jpg);
  background-size: cover;
  background-position: top center;
  height: 43vh;
  width: 100%;
}

.bg._sec02_bg{
  background-image: url(../img/sec02_bg.jpg);
}

.bg._sec03_bg{
  background-color: #006298;
}

.bg._sec04_bg{
  background-color: #010101;
}

.bg._banner_bg{
  background-color: #006298;
}

.bg._sponsor_bg{
  background-color: #fff;
}

/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/


/*------------------------------------------------------------------
 sec01 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec01_box{
  color: #fff;
  line-height: 2;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
}

.s .sec01_box{
  font-size: 4.2vw;
}

/*------------------------------------------------------------------
 sec02 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec02_box{
  background: rgba(255,255,255,0.9);
  background-image: url(../img/sec02_box01_bg.png);
  background-repeat: no-repeat;
  background-size: 4.6vw;
  background-position: 0 1.5vw;
  padding: 4.4vw 8vw;
  text-align: center;
  margin-bottom: 5.5vw;
  text-align: center;
}
.s .sec02_box{
  background-image: none;
  padding: 6vw 3vw;
  text-align: center;
  margin-bottom: 4.2vw;
}
.sec02_box:nth-child(3) {
  background-image: url(../img/sec02_box02_bg.png);
}
.s .sec02_box:nth-child(3) {
  background-image: none;
}
.sec02_box:nth-child(4) {
  background-image: url(../img/sec02_box03_bg.png);
}
.s .sec02_box:nth-child(4) {
  background-image: none;
}
.sec02_box:last-child {
  background-image: url(../img/sec02_box04_bg.png);
}
.s .sec02_box:last-child {
  background-image: none;
  margin-bottom: 0;
}
.sec02_box h3{
  color: #006298;
  font-size: 2.2vw;
  font-weight: bold;
  margin-bottom: 14px;
}
.s .sec02_box h3{
  font-size: 2.5rem;
  margin-bottom: 2vw;
  line-height: 1.2;
}
.img_box{
  width: 46%;
  margin-right: 2vw;
}
.s .img_box{
  width: 100%;
  margin-right: 0;
  margin-bottom: 4vw;
}
.img_box._3coloumn{
  width: 31%;
  margin-right: 3%;
}
.s .img_box._3coloumn{
  width: 100%;
  margin-right: 0;
  margin-bottom: 4vw;
}
.img_box:last-child{
  margin-right: 0;
}
.s .img_box:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
.img_box p{
  margin-top: 0.5vw;
}
.sec02_box3_img{
  width: 80%;
  margin: 2.7vw auto 0;
}
.s .sec02_box3_img{
  width: 100%;
}
.sec02_box3_img p{
  margin-top: 0.5vw;
}
.sec02_box_day{
  width: 28.2vw;
  margin: 0 auto 1.3vw;
}
.s .sec02_box_day{
  width: 84.9vw;
  margin: 0 auto 4.2vw;
}
.sec02_btn {
  position: relative;
  display: block;
  width: 300px;
  margin: 24px auto 0;
  padding: 20px;
  background-color: #006298;
}
.sec02_btn::after {
  content: '';
  background: no-repeat center/contain url(../img/arrow.webp);
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}


/*------------------------------------------------------------------
 sec03 --------------------------------------------------------------
------------------------------------------------------------------*/
.s .sec03_box {
  padding: 15px 15px 20px;
  background-color: #010101;
}
.sec03_box p {
  padding: 15px;
  background-color: #016099;
  background: linear-gradient(135deg, transparent 15px, #016099 0) top left,
	linear-gradient(-135deg, transparent 15px, #016099 0) top right,
	linear-gradient(-45deg, transparent 15px, #016099 0) bottom right,
	linear-gradient(45deg, transparent 15px, #016099 0) bottom left;
  background-size: 50% 50%;
	background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}


/*------------------------------------------------------------------
 sec04 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec04_box {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 5% 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.s .sec04_box {
  display: block;
  padding: 0 2% 25px;
  margin-bottom: 25px;
}
.sec04_box._box2 {
  align-items: flex-start;
}
.sec04_box:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sec04_box_img {
  width: 35%;
}
.s .sec04_box_img {
  width: 80%;
  margin: 0 auto 20px;
}
.sec04_box_content {
  width: calc(65% - 50px);
}
.s .sec04_box_content {
  width: 100%;
}
.sec04_box_day {
  width: 240px;
  margin-bottom: 20px;
}
.s .sec04_box_day {
  width: 200px;
  margin-bottom: 8px;
}
.sec04_box_title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.s .sec04_box_title {
  margin-bottom: 20px;
  font-size: 28px;
}
.sec04_box_text {
  text-align: left;
  color: #fff;
}
.sec04_box_plusGuest {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.s .sec04_box_plusGuest {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.sec04_box_plusGuest li {
  width: 130px;
}
.sec04_box_plusGuest li p {
  margin-top: 5px;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
.s .sec04_box_plusGuest li p {
  font-size: 12px;
}


/*------------------------------------------------------------------
 banner --------------------------------------------------------------
------------------------------------------------------------------*/
.banner_box{
  margin: auto;
}
.banner_box img {
  border: 1px solid #fff;
  max-width: 600px;
  margin: auto;
  display: block;
}
.banner_box h3 {
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.s .banner_box h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.s .banner_box{
  width: 100%;
}


/*------------------------------------------------------------------
 sponsor --------------------------------------------------------------
------------------------------------------------------------------*/
.sponsor_title {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.2vw;
}
.s .sponsor_title {
  font-size: 2.5rem;
}
._sponsor ul {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
._sponsor ul li {
  margin-bottom: 16px;
}
._sponsor ul li p {
  text-align: center;
  color: #333;
}
._sponsor ul li img {
  width: 100%;
}
._sponsor .sizeL {
  gap: calc(10% /2);
}
.s ._sponsor .sizeL {
  gap: 16px;
}
._sponsor .sizeL li {
  width: 30%;
}
.s ._sponsor .sizeL li {
  width: 100%;
}



/*------------------------------------------------------------------
 フェードイン --------------------------------------------------------------
------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
