@charset "UTF-8";
.section-5 .team-list > .team-item.item-1:before,
.section-5 .team-list > .team-item.item-2:before,
.section-5 .team-list > .team-item.item-3:before,
.section-5 .team-list > .team-item.item-4:before,
.section-5 .team-list > .team-item.item-5:before,
.section-5 .team-list > .team-item.item-6:before,
.section-5 .team-list > .team-item.item-7:before,
.section-5 .team-list > .team-item.item-8:before,
.section-5 .team-list > .team-item.item-9:before,
.section-5 .team-list > .team-item.item-10:before,
.section-5 .team-list > .team-item.item-11:before,
.section-5 .team-list > .team-item.item-12:before {
	font-family: 'Anton', sans-serif;
}

.header-block > .header-logo,
.main-visual > .main-text,
.section-1 .sponsor-logo,
.section-4 .section-title,
.section-4 .guest-list > .guest-item.-comingsoon > .guest-label,
.section-4 .guest-list > .guest-item.-adjust > .guest-label,
.section-5 .section-title,
.section-6 .section-title,
.section-7 .section-title,
.section-7 .event-budge,
.section-7 .event-budge-sub,
.section-7 .section-7-1 .section-title-sub,
.section-7 .section-7-1 .section-summary-bold,
.section-7 .section-7-1 .kit-block > .kit-item > .kit-item-photo > .kit-item-photo-caption,
.section-7 .section-7-2 .section-title-sub,
.section-7 .section-7-2 .section-text,
.section-8 .section-title,
.section-9 .section-title,
.section-12 .section-title,
.section-10 .section-title,
.section-13 .section-title,
.section-14 .section-title,
.section-14 .tournament-block,
.footer-block > .inner-block > .footer-logo {
	font: 0/0 a;
	color: transparent;
}

.section-4 .guest-list > .guest-item,
.section-5 .team-list,
.section-13 .table-block,
.section-6 .table-block,
.section-7 .section-7-1 .kit-block,
.section-7 .section-7-1 .kit-block > .kit-item,
.section-8 > .venue-block,
.section-8 > .venue-block > .venue-body > .btn-list,
.section-9 .logo-list,
.section-9 .logo-list > .logo-item .logo-item-link,
.section-12 .logo-list,
.section-12 .logo-list > .logo-item .logo-item-link,
.section-10 .logo-list-wide > .logo-item .logo-item-link,
.section-10 .logo-list-wide > .logo-item .logo-item-nolink,
.section-10 .logo-list,
.section-10 .logo-list > .logo-item .logo-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-2:before,
.section-2:after,
.section-4 .guest-list > .guest-item > .guest-item-description > .guest-name:before,
.section-6 .schedule-prize:before,
.section-7:before,
.section-7:after,
.section-7 .section-7-1 .btn-gray:before,
.section-8 > .venue-block > .venue-body > .btn-list > .btn-item > .btn-item-link.-arw:before {
	position: absolute;
	display: block;
	content: '';
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

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

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.sp-hide {
	display: block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner-block {
	position: relative;
	zoom: 1;
	margin: 0 auto;
}

/* cmn
---------------------------------------- */

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	position: relative;
	color: #000;
	height: 100vh;
	line-height: 1;
}

body a,
body button {
	cursor: pointer;
	color: #000;
}

body a:hover,
body button:hover {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: .6;
}

body .wrapper {
	width: clamp(1028px, 100%, 1028px);
	margin: 6% auto;
	position: relative;
	  flex: 1; /* 余った領域を占有 */
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  text-align: center;
}
body:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 32px;
	top: 0;
	background: url(../img/bg.png) top center no-repeat;
}
body:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 32px;
	bottom: 0;
	background: url(../img/bg2.png) top center no-repeat;
}

body .inner-block {
	width: 1028px;
}

body .fade {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

body .fade.is-show {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html, body {
      width: 100%;
      overflow-x: hidden;
    }
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
    }
    .container {
      width: 100%;
      max-width: 1000px; /* ← 追加！ */
      margin: 0 auto;    /* ← 中央寄せ */
    }
    .top {
    	width: 46%;
    	margin: 0 auto;
    }
    .top img,
    .bottom img {
      width: 100%;
      height: auto;
      display: block;
    }
    .middle {
      margin: 5% auto;
      display: flex;
      width: 100%;
    }
    .middle a {
      display: block;
      width: 47%;
      position: relative;
    }
    .middle a:first-child{
    	margin-right: 6%;
    }
    .middle a:last-child:after{
		content: '';
		position: absolute;
		width: 160px;
		height: 160px;
		top: -65px;
		right: -65px;
		background: url(../img/event.png) top center no-repeat;
		background-size: contain;
	}
    .middle img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block;
    }
    .bottom img{
    	width: 20%;
    	margin: 0 auto;
    }
    .bottom p{
    	margin-top: 2.5%;
    	font-size: 12px;
    	text-align: center;
    }
    a:hover{
    	opacity: .6;
    }



@media screen and (max-width: 768px) {
	body{
		height: auto;
	}
	body:before {
		height: 2%;
	}
	body:after {
		height: 2%;
	}
	body .wrapper{
		width: 80%;
		margin: 17% auto;
	}
	.top{
		width: 70%;
	}
	.middle {
		margin: 10% auto;
		display: block;
	}
	.middle a{
		width: 70%;
		margin: 0 auto;
	}
	.middle a:first-child{
		margin-right: auto;
		margin-bottom: 10%;
	}
	.middle a:last-child:after{
		content: '';
		position: absolute;
		width: 28%;
		height: 80%;
		top: -30%;
		right: -14%;
		background: url(../img/event.png) top center no-repeat;
		background-size: contain;
	}
	.bottom img {
		width: 33%;
	}
	a:hover{
		opacity: 1;
	}
	.bottom p{
		width: 90%;
		margin: 2.5% auto 0;
		line-height: 1.5;
	}



}


