@charset "utf-8";
@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'); */

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #fff;
  height: 100%;
}
a {
  color: #fff;
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
}
.p100{
  width: 100%;
}
.mb30 {
  margin-bottom: 30px;
}

/* ----- header ----- */
.header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  height: 57px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
.pc .header {
  height: 80px;
}
.header--logo {
  width: 59px;
  opacity: 1;
  transition: all .4s;
}
.header--logo.active {
  opacity: 0;
}
.pc .header--logo {
  width: 80px;
}
.hamburger {
  position: relative;
  width: 57px;
  height: 57px;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  display: inline-block;
  right: 8px;
  height: 3px;
  background: #fff;
  transition: all .4s;
}
.hamburger span:first-child {
  top: 15px;
  width: 31px;
}
.hamburger span:nth-child(2) {
  top: 27px;
  width: 41px;
}
.hamburger span:last-child {
  top: 39px;
  width: 23px;
}
.hamburger.active span:first-child {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}
.hamburger.active span:nth-child(2) {
  width: 0;
}
.hamburger.active span:last-child{
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}
.gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  background: no-repeat top center/cover url(../img/bg_gnav.webp);
  text-align: center;
  font-weight: bold;
  font-family: 'Teko';
}
.gnav.__none {
  display: none;
}
.gnav p {
  padding: 80px 0 40px;
  font-size: 4.8rem;
}
/* .gnav p::before {
  content: "";
  display: block;
  width: 126px;
  height: 57px;
  background: no-repeat top center/contain url(../img/gnav_bg_menu.webp);
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */
.pc .gnav p::before {
  top: 100px;
}
.pc .gnav p {
  padding: 100px 0 75px;
}
.gnav--menu {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
/* .gnav--menu::before {
  content: "";
  display: block;
  width: 270px;
  height: 410px;
  background: no-repeat top center/contain url(../img/gnav_bg_list.webp);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */
.gnav--menu li {
  margin-bottom: 30px;
}
.pc .gnav--menu li {
  margin-bottom: 50px;
}
.gnav--menu li:last-child {
  margin-bottom: 0;
}
.gnav--menu li a {
  display: block;
  padding: 10px;
  font-size: 3.2rem;
}
.gnav--menu li a:hover {
  opacity: 0.7;
}
.pc .gnav--menu li a {
  line-height: 1.25;
}

/* --- bg --- */
body.active {
  overflow: hidden;
}
.pc #bg {
  background: top center/cover url(../img/bg_pc.webp);
  background-attachment: fixed;
}
main {
  max-width: 740px;
  margin: 0 auto;
  background: no-repeat top center/cover url(../img/bg.webp);
}
.pc main {
  border-right: 10px solid #6eabcd;
  border-left: 10px solid #6eabcd;
}

/* ----- base ----- */
.sec {
  position: relative;
  padding: 20px 10px 60px;
  overflow: hidden;
}
.sec::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.secHeadline01 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.6rem;
}
.secHeadline01.mb0 {
  margin-bottom: 0;
}
.pc .secHeadline01 {
  font-size: 4rem;
}
.secHeadline02 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 3.2rem;
}
.pc .secHeadline02 {
  font-size: 3.6rem;
}
.secText {
  margin-bottom: 1.6rem;
  line-height: 1.75;
  font-size: 1.6rem;
}
.secText.mb0 {
  margin-bottom: 0;
}
.pc .secText {
  font-size: 1.8rem;
}
.secImgae {
  position: relative;
  margin-top: 32px;
}
.secImage--btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 40px;
}

/* --- youtube --- */
#movie{
	position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
  /* background:no-repeat top center/contain url("../img/mv.webp"); */
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-weight: bold;
}
#loading.disappear{
  display: none;
}
#youtube-area{
  position: fixed;
  z-index: 1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
 	opacity: 0;
}
.pc #youtube-area{
  max-width: 740px;
  margin: 0 auto;
  border-right: 10px solid #6eabcd;
  border-left: 10px solid #6eabcd;
}
#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}
@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.pc #youtube {
  transform: translate(-50%, -50%) scale(1.64);
}
#youtube-mask{
  position: absolute;
  z-index: 2;
  top:0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
#youtube-area h1{
  width: 86%;
  position:absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#fff;
  text-shadow: 0 0 15px #666;
}
#container{
  position: relative;
  z-index: 3;
}


/* --- sec1 --- */
.secBeginning {
  padding-top: 170px;
}
.pc .secBeginning {
  padding-top: 200px;
}
.secBeginning::before {
  background: no-repeat center/contain url(../img/sec1_title.webp);
  width: 332px;
  aspect-ratio: 664/261;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.pc .secBeginning::before {
  width: 360px;
  top: 60px;
}

/* --- sec2 --- */
.sec2-title {
  width: 103px;
  margin: 0 auto 20px;
}
.pc .sec2-title {
  width: 150px;
}
.pickup-container {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.pickup-list {
  width: calc((300px)*3 + 24px);
  display: flex;
  justify-content: space-around;
  gap: 12px;
}
.pickup-item {
  width: 300px;
}
.pickup-movie {
  aspect-ratio: 560/315;
  margin-bottom: 8px;
}
.pickup-movie iframe {
  width: 100%;
  height: 150%;
}
.pickup-item img {
  display: block;
  margin-bottom: 10px;
}
.pickup-item h2 {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1.6rem;
}
.pickup-item p {
  font-size: 1.4rem;
  opacity: .3;
}

/* --- sec3 --- */
.seceFlection {
  padding-top: 76px;
}
.seceFlection::before {
  background: no-repeat center/contain url(../img/sec3_title.webp);
  width: 360px;
  aspect-ratio: 707/121;
  top: 20px;
  left: 1%;
}
.pc .seceFlection::before {
  width: 400px;
  top: 15px;
  left: 10px;
}

/* --- sec4 --- */
.secRecord {
  padding-top: 58px;
  padding-bottom: 70px;
}
.secRecord::before {
  background: no-repeat center/contain url(../img/sec4_title.webp);
  width: 346px;
  aspect-ratio: 691/121;
  top: 0;
  left: 1%;
}
.pc .secRecord::before {
  width: 400px;
  left: 10px;
}

/* --- sec5 --- */
.secBest {
  padding-top: 57px;
}
.secBest::before {
  background: no-repeat center/contain url(../img/sec5_title_02.webp);
  width: 298px;
  aspect-ratio: 597/121;
  top: 0;
  left: 1%;
}
.pc .secBest::before {
  width: 350px;
  left: 10px;
}

/* --- floatBtn --- */
.floatBtn {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 3;
  display: block;
  width: 70px;
}

/* チケット購入ボタン */
#floatTicketBtn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  display: block;
  width: 120px;
}
/* FINAL GAMES 2023ボタン */
#floatFinalBtn {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 10;
  display: block;
  width: 80px;
}
.pc #floatFinalBtn {
  bottom: 20px;
  width: 100px;
}

/* --- footer --- */
footer {
  width: 100%;
  background: #000c19;
  padding: 40px 20px;
  position: relative;
  z-index: 5;
}
.foot_inner{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.info {
  padding-left: 20px;
}
.info p {
  max-width: 300px;
}
.sns {
  margin: 10px 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sns li {
  display: flex;
  align-items: center;
  width: 44px;
}
.sns li a {
  display: block;
  padding: 7px;
}
.sns li a img {
  width: 100%;
  height: auto;
}

.share {
  padding: 10px 20px 0 0;
  text-align: center;
}
.share h2 {
  margin-bottom: 5px;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
}
.share ul {
  display: flex;
  justify-content: space-between;
}
.share ul li {
  width: 40px;
}
.copy{
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

/* アニメーション */
.fadein {
  opacity: 0;
  transform : translate(0,50px);
  transition : all 1500ms;
}
.fadein02 {
  transform : translate(0,90px);
}
.pc .fadein02 {
  transform : translate(0,130px);
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.fadein02.scrollin{
  transform: translate(0, 40px);
}
.pc .fadein02.scrollin{
  transform: translate(0, 80px);
}


/* モーダル */
body._open {
  overflow-y: hidden;
}
.modal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
}
.modal._show {
  display: block;
}
.modal-inner {
  height: 100%;
  display: grid;
  place-items: center;
}
.modal-content {
  position: relative;
  margin: 0 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  min-width: 300px;
  aspect-ratio: 16/9;
}
.pc .modal-content {
  max-width: 800px;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
}