@charset "utf-8";
/*all
------------------------------------------------*/
html{
	background: #f2f2f2;
	color: #333;
	font-size: 62.5%;
	line-height: 1.5;
}
body{
	font-size: 1.4rem;
	margin-top: -21px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
main{
	-webkit-overflow-scrolling: touch;
}
a{
	text-decoration: none;
}
img{
	line-height: 0;
}
li{
	list-style: none;
}
.btn_gray{
	color: #fff;
  background: linear-gradient(to right bottom, #232f4a 49.9%, #323d55 50%);
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
}
.sp{
	display: none;
}
footer small{
	margin: 0;
}
.c_sns{
	position: absolute;
	bottom: 110px;
	right: 10px;
	display: flex;
	font-size: 2.0rem;
	z-index: 99;
}
.c_sns a{
	color: #fff;
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 3px 0;
	margin-left: 5px;
	z-index: 99;
}
.c_sns li a._facebook {
    background-color: #3b5a9a;
}
.c_sns li a._twitter {
    background-color: #2aade3;
}
.c_sns li a._youtube {
    background-color: #cb2129;
}
.totop a{
	display: block;
	background: rgba(204,204,204,0.8);
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 20px 0 0;
	line-height: 1.0;
  position: fixed;
	bottom: -10px;
	right: 10px;
	opacity: 0;
	transition: all .3s;
}
.totop a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(315deg);
  position: absolute;
  top: 10px;
  left: 43%;
}
.totop.is-fixed a{
	opacity: 1;
	bottom: 20px;
}
/*nav
------------------------------------------------*/
.p_header{
	height: 100px;
  background-color: rgba(255, 255, 255, 0.78);
	width: 100%;
	display: flex;
	justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
	box-shadow: 0 1px 3px 0 #999;
}
.p_header__nav,
.p_header__hamburger,
.p_header__hamburger-items,
.p_header__about{
	display: flex;
	list-style: none;
}
.p_header__logo{
	opacity: 0;
	position: absolute;
	left: 10px;
}
.p_header__about{
	position: absolute;
	right: 10px;
	top: 35px;
}
._anchor{
	padding: 30px 0;
}
._anchor a{
	color: #333;
	font-size: 1.6rem;
	display: block;
	padding:0 50px;
	border-left: solid 1px #333;
	font-weight: bold;
	letter-spacing: 0.5px
}
._anchor:first-child a{
	border: none;
}
.p_header__about li a{
	background: url("../images/icon_blank.png") no-repeat 95% 50% #232f4a;
	width: 116px;
  height: 36px;
	color: #fff;
	padding: 10px 25px 10px 15px;
	border-radius: 3px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.3rem;
	margin: 0 4px;
	transition: all .3s;
}
.p_header__about li a:hover{
	background-color: #364c7c;
}
.arrow{
  position: relative;
  display: inline-block;
}
.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #1b1b1b;
  border-right: solid 1px #1b1b1b;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 15px;
}
.is-fixed {
  position: fixed;
	top: 0;
	height: 60px;
}
.is-fixed ._anchor{
	padding: 15px 0;
}
.is-fixed .p_header__logo{
	opacity: 1;
	padding: 5px 0 5px 15px;
}
.is-fixed .p_header__about{
	top: 18px;
}
/*MV
------------------------------------------------*/
#top{
	background: url("../images/main_v2.jpg") no-repeat 50% 0;
	background-size: cover;
  height: 100vh;
	line-height: 0;
}
.top__content {
    position: absolute;
    top: 47vh;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px){
	.top__content {
    top: 49vh;
	}
	.top__content-1 img{
		width: 25vw;
	}
}

.top__content-btn{
	position: absolute;
	top:90%;
	right: -20%;
}
/*ranking
------------------------------------------------*/
#ranking{
	background: url("../images/bg_ranking.png") no-repeat 50% 0;
	background-size: cover;
	padding: 50px 0 110px;
}
#ranking h2.c_section__heading{
	border-bottom: solid 1px #fff;
	width: 80%;
	min-width: 900px;
	margin: 0 0 30px auto;
}

#ranking a{
	color: #fff;
}
.ranking__content-team>a{
	display: block;
	width: 100%;
    height: auto;
	cursor: pointer;
}
.js_modal-open{
	color: #fff;
}
.c_section__content{
	display: flex;
	justify-content: center	
}
.c_section__content>li{
	width: 350px;
	margin-left: 20px;
}
.colmrow{
	display: flex;
}
.inline{
	display: inline-block;
}
.ranking__title{
	background: rgba(102,102,102,0.4);
	padding: 10px 15px 3px;
}
.group-a .ranking__title{
	border-bottom: solid 4px #c21441;
}
.group-b .ranking__title{
	border-bottom: solid 4px #1a57d3;
}
.ranking__title a{
	display: inline-block;
	border-radius: 4px;
	padding: 3px 5px;
	line-height: 0;
	float: right;
	margin-right: -5px;
	margin-top: -3px;
	transition: all .4s;
}
.group-a .ranking__title a{
	background: #ff265e;
}
.group-a .ranking__title a:hover{
	background: #ff5b85;
	box-shadow: 0 0 10px 0 rgba(255,38,94,0.7);
}
.group-b .ranking__title a{
	background: #1181ff;
}
.group-b .ranking__title a:hover{
	background: #439bff;
	box-shadow: 0 0 10px 0 rgba(17,129,255,0.7);
}
.ranking__content{
	background: rgba(8,15,22,0.9);
	position: relative;
	color: #fff;
	padding: 10px;
}
.group-a,.group-b{
	z-index: 0;
}
.ranking__content:before{
	content: "";
	width: 75%;
	height: 75%;
	position: absolute;
	z-index: -1;
	top: 20%;
	left: 12%;
	background: rgba(255,38,94,0.7);
	box-shadow: 0 0 70px 15px rgba(255,38,94,0.8);
}
.group-a .ranking__content:before{
	background: rgba(255,38,94,0.7);
	box-shadow: 0 0 70px 15px rgba(255,38,94,0.8);
}
.group-b .ranking__content:before{
	background: rgba(17,129,255,0.7);
	box-shadow: 0 0 70px 15px rgba(17,129,255,0.8);
}
.ranking__content-team{
	border-bottom: solid 1px #383b41;
	background: url("../images/btn_popup_team.png") no-repeat 99% 90%;
	padding: 5px 0 0;
	transition: all .4s;
}
.ranking__content-team:last-child{
	border: none;
}
.group-a .ranking__content-team:hover{
	background: url("../images/btn_popup_team.png") no-repeat 99% 90% rgba(255,49,102,0.1);
	box-shadow: 0 0 25px 3px rgba(255,49,102,0.4);
}
.group-b .ranking__content-team:hover{
	background: url("../images/btn_popup_team.png") no-repeat 99% 90% rgba(21,126,244,0.1);
	box-shadow: 0 0 25px 3px rgba(21,126,244,0.5);
}
.ranking__content-number{
	padding: 20px 18px;
}
.ranking__content-itemwrap{
	padding: 10px;
}
.ranking__content-teamname{
	font-weight: bold;
}
.ranking__content-itemname{
	font-size: 1.1rem;
	border-bottom: solid 1px #bebebe;
	border-top: solid 1px #bebebe;
}
.ranking__content-score{
	font-weight: bold;
	padding: 0 8px 0 5px;
	font-size: 1.3rem
}
.group-a .ranking__content-score{
	color: #ff265e;
}
.group-b .ranking__content-score{
	color: #1181ff;
}
/*leaguerule
------------------------------------------------*/
#rule{
	background: url("../images/bg_leaguerule.png") no-repeat 50% 0;
	background-size: cover;
	padding: 60px 0 130px;
}
#rule h2.c_section__heading{
	border-bottom: solid 1px #000;
	width: 80%;
	min-width: 800px;
	margin: 0 auto 10px 0;
	text-align: right;
}
h3.leadtxt{
	font-size: 2.0rem;
	letter-spacing:3px; 
	margin-bottom: 4px
}
.leaguerule{
	text-align: right;
	width: 80%;
	min-width: 800px;
}
#rule .btn_gray{
	padding: 20px 80px 20px 60px;
	font-size: 1.55rem;
	letter-spacing: 1px;
	position: relative;
	font-weight: bold;
	margin:18px 5px 0 0; 
	transition: all .3s;
}
#rule .btn_gray:after{
	content: "";
	width: 25px;
	height: 28px;
	position: absolute;
	right:45px;
	top: 50%;
	margin-top: -15px;
	background: url("../images/icon_pdf.png") no-repeat 98% 0; 
}
#rule .btn_gray:hover{
	opacity: .85;
}
/*==spesialrule==*/
.d_section{
	width: 750px;
	margin: 0 auto;
}
.d_section__heading{
	margin: 65px auto 15px;
	border-bottom: solid 2px #ebff0f;
	width: 222px;
	text-align: center;
	padding-bottom: 5px;
}
.lead{
	text-align: center;
}
.d_section__content{
	margin-top:35px; 
}
.spesialrule li dl{
	display: grid;
	grid-template-rows: 43px;
	grid-template-columns: 1fr 370px;
	align-items: center;
}
.spesialrule li{
	padding: 5px 0 40px 100px;
}
.spesialrule li:nth-of-type(1){
	background: url("../images/txt_rules_1game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(2){
	background: url("../images/txt_rules_2game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(3){
	background: url("../images/txt_rules_3game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(4){
	background: url("../images/txt_rules_4game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(5){
	background: url("../images/txt_rules_5game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(6){
	background: url("../images/txt_rules_6game.png") no-repeat 0 0;
}
.spesialrule li:nth-of-type(7){
	background: url("../images/txt_rules_7game.png") no-repeat 0 0;
}
.spesialrule li dt::after{
	content: "";
	height: 2px;
	border-bottom: dashed 1px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}
.spesialrule li dt::before{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.spesialrule li:nth-of-type(1) dt::after{
	width: 40px;
	border-bottom-color: #d2e80f;
}
.spesialrule li:nth-of-type(1) dt::before{
	background: #d2e80f;
}
.spesialrule li:nth-of-type(2) dt::after{
	width: 25px;
	border-bottom-color: #c2e323;
}
.spesialrule li:nth-of-type(2) dt::before{
	background: #c2e323;
}
.spesialrule li:nth-of-type(3) dt::after{
	width: 37px;
	border-bottom-color: #b1dd38;
}
.spesialrule li:nth-of-type(3) dt::before{
	background: #b1dd38;
}
.spesialrule li:nth-of-type(4) dt::after{
	width: 25px;
	border-bottom-color: #9ad655;
}
.spesialrule li:nth-of-type(4) dt::before{
	background: #9ad655;
}
.spesialrule li:nth-of-type(5) dt::after{
	width: 38px;
	border-bottom-color: #81ce74;
}
.spesialrule li:nth-of-type(5) dt::before{
	background: #81ce74;
}
.spesialrule li:nth-of-type(6) dt::after{
	width: 10px;
	border-bottom-color: #5ec2a0;
}
.spesialrule li:nth-of-type(6) dt::before{
	background: #5ec2a0;
}
.spesialrule li:nth-of-type(7) dt::after{
	width: 40px;
	border-bottom-color: #37b5d0;
}
.spesialrule li:nth-of-type(7) dt::before{
	background: #37b5d0;
}
.spesialrule li dt{
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
}
.spesialrule li dd{
	color: #666;
	font-size: 1.2rem;
}
span.x{
	font-size: 1.4rem;
	color: #b0b0b0;
	padding: 10px;
	vertical-align: middle;
}
span.first {
	padding-left: 30px;
}
span.Latter {
	padding-left: 23px;
}
.on3{
	background: url("../images/icon_3on3.png") no-repeat 7% 48%;
	background-size: auto;
}
.on2{
	background: url("../images/icon_2on2.png") no-repeat 10% 48%;
	background-size: auto;
}
.on1{
	background: url("../images/icon_1on1.png") no-repeat 15% 48%;
	background-size: auto;
}
.time{
	background: url("../images/icon_normal.png") no-repeat 5% 62%;
	background-size: auto;
}
.shield{
	background: url("../images/icon_shield.png") no-repeat 3% 48%;
	background-size: auto;
}
.status{
	background: url("../images/icon_status.png") no-repeat 0 48%;
	font-size: 1.8rem;
}
.scale{
	background: url("../images/icon_scale.png") no-repeat 3% 48%;
	background-size: auto;
}

/*==prize==*/
.prize .d_section__content,
.prize .d_section__content dl{
	display: flex;
	align-items: center
}

.prize .d_section__content li{
	margin: 0 25px;
}
.place_1st{
	border: solid 4px #d0e712;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	color: #c7d30b;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	padding: 25px 0;
	letter-spacing: 2px;
	margin-right: 20px;
}
.place_2nd{
	background: #d0e712;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	padding: 24px 0;
	margin-right: 15px;
}
.prize small{
	color: #666;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 10px;
	display: block;
}
/*schedule
------------------------------------------------*/
#schedule{
	background: url("../images/bg_schedule.jpg") no-repeat 50% 0;
	background-size: cover;
	padding: 60px 0 150px;
}
#schedule h2.c_section__heading{
	border-bottom: solid 1px #fff;
	width: 80%;
	min-width: 900px;
	margin: 0 0 10px auto;
}
#schedule p{
	width: 80%;
	min-width: 900px;
	margin: 0 0 30px auto;
	color: #fff;
}
.schedule__list{
	width: 60%;
	min-width: 700px;
	margin: 0 auto;
}
.schedule__list li a{
	display: flex;
	justify-content: space-between;
	padding: 6px 15px 6px 30px;
	margin-bottom: 1px;
	align-items: center;
	position: relative;
}
.schedule__list li{
	transition: all .3s;
}
.schedule__list li._red:hover{
	box-shadow: 0 0 40px #ff265e;
	position: relative;
	z-index: 3;
}
.schedule__list li._blue:hover{
	box-shadow: 0 0 40px #1181ff;
	position: relative;
	z-index: 3;
}
.schedule__list li._purple:hover{
	box-shadow: 0 0 40px #6944d2;
	position: relative;
	z-index: 3;
}
.schedule__list li._red a{
	background: url("../images/icon_schedule_group_a.png") no-repeat 0 0 #fff;
}
.schedule__list li._blue a{
	background: url("../images/icon_schedule_group_b.png") no-repeat 0 0 #fff;
}
.schedule__list li .teamname{
	width: 100%;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.schedule__list li .teamname span{
	vertical-align: middle;
	display: inline-block;
	width: 46%;
	padding: 8px 0
}
.schedule__list li .date{
	color: #666;
	font-weight: bold;
	width: 19%;
	padding: 8px 5px 8px 0;
	border-right: solid 1px #bfbfbf;
}
.schedule__list li .linkyoutube{
	border-left: solid 1px #bfbfbf;
}
.schedule__list li .date span{
	font-size: 1.2rem;
}
.vs{
	vertical-align: middle
}
._blue .vs{
	filter: hue-rotate(240deg);
}
._purple .vs{
	filter: hue-rotate(90deg) brightness(400%);
}
.linkyoutube{
	padding: 5px 0 0 10px;
}
._blue .linkyoutube img{
	filter: hue-rotate(240deg);
}
._purple .linkyoutube img{
	filter: hue-rotate(90deg) brightness(400%);
}
#schedule h3{
	text-align: center;
	margin: 45px 0 20px
}
.schedule__list li._purple a{
	background: linear-gradient(to right, rgba(227,186,255,0.7) 0%,rgba(105,68,210,0.7) 100%);
	border:solid 1px rgba(255,255,255,0.2);
}
.schedule__list li._purple .teamname,
.schedule__list li._purple .date{
	color: #fff;
}
.schedule__list li._purple  div{
	border-color: #fff;
}
.schedule__list li._purple a::before{
	content: "";
	width: 90%;
	height: 40%;
	position: absolute;
	z-index: -1;
	top:45%;
	left: 5%;
	background: rgba(36,82,255,0.5);
	box-shadow: 0 0 40px 10px rgba(36,82,255,0.5);
}

/*footer
------------------------------------------------*/
.p_footer__copyright{
    height: 24px;
    background-color: #363639;
    text-align: center;
    line-height: 1;
    margin: 0;
}
.p_footer__copyright small {
    font-size: 1.2rem;
    line-height: 26px;
	color: #fff;
}
/*modal
------------------------------------------------*/
.modalbox{
	background: #000;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.master-2_team__name {
	color: #fff;
	text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
	letter-spacing: .14em;
}
.master-2_team__members{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.master-2_team__members li{
	color: #fff;
	width: 15%;
	margin-left: 10px;
	text-align: center;
}

.master-2_team__members li:first-child{
	margin-left: 0;
}
.master-2_team__members li img{
	border-radius: 50%;
	border:solid 2px #b3144b;
	width: 100%;
}
.modalbox._b .master-2_team__members li img{
border-color: #0c63bb;
}
.master-2_team__description {
    color: #000;
    letter-spacing: .03em;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 25px;
    margin-top: 25px;
}
.master-2_modal__close a{
	border: solid 1px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: all .3s;
}
.team-detail{
	display: block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 10px 20px;
	width: 120px;
	text-align: center;
	margin: 15px 0 0 auto;
	transition: all .3s;
}
._a .master-2_modal__close a,
._a .team-detail{
	color: #ff265e;
	border-color:#ff265e;
}
._a .master-2_modal__close a:hover,
._a .team-detail:hover{
	background: #ff265e;
	color: #fff;
}
._b .master-2_modal__close a,
._b .team-detail{
	color: #1181ff;
	border-color:#1181ff;
}
._b .master-2_modal__close a:hover,
._b .team-detail:hover{
	background:#1181ff;
	color: #fff;
}
/*match-table
------------------------------------------------*/
.master-2_modal{
	background-color: #000;
}
.master-2_match-table {
   color: #fff;
	padding: 30px;
}
.master-2_match-table__heading {
    font-size: 2.0rem;
    letter-spacing: .14em;
    text-align: center;
    margin: 0 0 10px;
}
.master-2_match-table__table {
    width: 100%;
    table-layout: fixed;
}
table {
    border-collapse: collapse;
}
.master-2_match-table__table th, .master-2_match-table__table td {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .16em;
    border: 1px solid #000;
    padding: 10px 0;
}
.master-2_match-table__tr {
    height: 65px;
}
.master-2_match-table__table th:first-child, .master-2_match-table__table td:first-child {
    width: 20%;
}
.master-2_match-table._a .master-2_match-table__table th {
    background-color: #b3144b;
}
.master-2_match-table._b .master-2_match-table__table th {
    background-color: #0c63bb;
}
.master-2_match-table._a .master-2_match-table__table td {
    background-color: #530f29;
}
.master-2_match-table._b .master-2_match-table__table td {
    background-color: #08274f;
}
.master-2_match-table__table td:empty{
	position: relative;
}
.master-2_match-table__table td:empty::after{
	content: "";
	width: 130%;
	height: 1px;
	border-top: solid 2px #000;
	position: absolute;
	top: 50%;
	left: -13%;
	transform: rotate(38deg);
}
@media (max-width: 1024px){
	.p_header__about {
    top: -40px;
}
	.is-fixed .p_header__nav{
		margin-left: -120px;
	}
	.c_sns{
		bottom: 30px;
	}
}
@media screen and (max-width: 812px){
	.p_header{
		height: 50px
	}
	.c_sns{
		bottom: 110px;
	}
	._anchor{
		padding: 10px 0;
	}
	.top__content {
	width: 80vh;
    position: absolute;
    top: 43%;
    left: 50%;
	text-align: center
}
	.top__content img{
		width: 100%;
		height: auto;
	}
	.top__content-btn{
		display: none;
		right: 0px;
    top: 100%;
	}
}
@media (max-width: 768px){
	.top__content {
	width: 80%;
    position: absolute;
    top: 47%;
    left: 52%;
	text-align: center
}
	.is-fixed .p_header__nav{
		margin-left: -250px;
	}
	.is-fixed .p_header__logo{
		padding: 5px 0;
	}
		.is-fixed .p_header__logo img{
	width: 45px;
	height: 50px;
	object-fit: cover;
	object-position: 0 0;
}
	._anchor a{
		padding: 0 15px;
	}
	.top__content-btn{
	display: block;
}
#ranking h2.c_section__heading,
#rule h2.c_section__heading,
.leaguerule,
#schedule h2.c_section__heading,
	#schedule p,
.schedule__list{
	min-width: 0;
	width: 100%;
	padding: 0 15px;
}
	.c_section__content>li{
		margin-left: 0;
	}
	.schedule__list li{
		min-width: 0;
		width: 100%;
	}
	.teamname{
		width: 100%;
	}
		.teamname span{
		width: 45%;
		font-size: 1.2rem;
		vertical-align: middle;
		padding: 5px;
	}
	.date{
		width: 24%;
	}
}
@media (max-width: 667px){
		.top__content {
	width: 75vh;
    position: absolute;
    top: 43%;
    left: 50%;
	text-align: center
}
	.top__content-btn{
	display: none;
}
}

@media (max-width: 414px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	body{
		width: 100%;
		max-width: 100%;
		height: auto;
		overflow-x: hidden;
		box-sizing: border-box;
	}

	img{
		max-width: 100%;
		height: auto;
	}
	/*nav
------------------------------------------------*/
.p_header{
	height: 60px;
	width: 100vw;
}
		.is-fixed .p_header__nav{
		margin-left: 35px;
	}
.p_header__about{
	position: absolute;
	left: 5px;
	top: -50px;
}
._anchor{
	padding: 16px 0;
}
._anchor a{
	color: #333;
	font-size: 1.3rem;
	display: block;
	padding:0 25px;
	letter-spacing: 0;
}
._anchor:first-child a{
	border: none;
}
.p_header__about li a{
	display: block;
	padding: 10px 15px 10px 0;
	text-align: center;
	width: 100px;
	letter-spacing: 0;
	font-size: 1.1rem;
	margin: 10px 2px;
}
.arrow{
  position: relative;
  display: inline-block;
}
.p_header.is-fixed {
	height: 40px;
}
.is-fixed .arrow::before{
  top: -10px;
  left: 84%;
}
.is-fixed ._anchor a{
	padding: 0 23px 0 10px;
	}
.is-fixed ._anchor{
	padding: 12px 0;
}
	.is-fixed nav{
		margin-left: 35px;
	}
.is-fixed .p_header__logo{
	padding:3px 0;
}
	.is-fixed .p_header__logo img{
	width: 27px;
	height: 30px;
	object-fit: cover;
	object-position: 0 0;
}
.is-fixed .p_header__about{
	opacity: 0;
	display: none;
}
	.c_sns {
		height: 100px;
    top: 10px;
}
/*MV
------------------------------------------------*/
#top{
	background: url("../images/main_v2.jpg") no-repeat 50% 0;
	background-size: cover;
  height: 100vh;
	line-height: 0;
	width: 100%;
	position: relative;
}
.top__content {
	width: 80%;
    position: absolute;
    top: 44%;
    left: 52%;
	text-align: center
}
	.top__content img{
		width: 100%;
		height: auto;
	}
.top__content-btn{
	position: absolute;
	top:110%;
	right: -30px;
	display: block;
}
	.top__content-btn a{
		width: 100%;
		display: block;
	}
	/*ranking
------------------------------------------------*/
	#ranking{
		padding-bottom: 80px
	}
	#ranking h2.c_section__heading{
		padding: 0 15px;
		width: 100%;
		margin: 0 0 30px;
		min-width: 0;
	}
	.c_section__content{
		display: block;
	}
	.c_section__content .group-a{
		margin-bottom: 10px;
	}
/*leaguerule
------------------------------------------------*/
	#rule{
		width: 100%;
		padding-bottom: 80px;
	}
	#rule h2.c_section__heading{
		min-width: 0;
		width: 100%;
		padding: 0 15px;
	}
	.leaguerule{
		min-width: 0;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}
	h3.leadtxt{
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	#rule .btn_gray{
		margin: 18px auto 0;
	}
	.c_section__content>li{
		margin: 0 auto;
	}
	.d_section{
		width: 100%;
	}
	.lead{
		padding: 0 10px;
		font-size: 1.3rem;
	}
	.d_section__content{
		width: 100%;
		margin-top: 30px;
		padding: 0 10px;
	}
	.spesialrule li dl{
		display: block;
	}
	.spesialrule li dt{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.spesialrule li dt::before,
	.spesialrule li dt::after{
		display: none;
	}
	.spesialrule li{
		padding-bottom: 20px;
	}
	.spesialrule li dd{
		width: 100%;
    margin-left: -5px;
	}
	.prize .d_section__content{
		display: block;
		margin:10px 0 0 15px;
	}
	.prize .d_section__content li{
		margin: 0;
	}
	.prize .d_section__content li:last-child{
		margin-top: 10px;
	}
.place_2nd{
		margin: 0 35px 0 10px;
	}
	/*schedule
------------------------------------------------*/
	#schedule{
		padding-bottom: 80px;
	}
	#schedule h2.c_section__heading,
	#schedule p{
		width: 100%;
		min-width: 0;
		padding: 0 15px;
	}
	.schedule__list{
	min-width: 0;
		width: 100%;
		padding: 0 10px;
	}
	.schedule__list li a{
		min-width: 0;
		width: 100%;
		background-position: -3px -3px;
	}
	.schedule__list li a{
		padding: 0 6px 0 16px;
		min-height: 50px;
	}
	.schedule__list li .date{
		font-size: 1.2rem;
		padding: 0px 10px 0px 14px;
		width: 17%;
	}
	.schedule__list li .date span{
		font-size: 1.0rem;
		display: block;
		width: 40px;
		text-align: center;
	}
	.schedule__list li .teamname{
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.schedule__list li .teamname span{
		width: 43%;
		font-size: 1.2rem;
		vertical-align: middle;
		padding: 5px;
	}
	.vs{
		width: 6%;
	}
	.linkyoutube{
		padding: 5px 0 0 5px;
		text-align: center;
	}
	.linkyoutube img{
		width: 80%;
	}
	/*modal
------------------------------------------------*/
	.master-2_team__members li{
		width: 30%;
	}
	.master-2_modal__close a{
		line-height: 1.2;
	}
	/*match-table
------------------------------------------------*/
	.master-2_match-table__table th, .master-2_match-table__table td{
		width: 10%;
		min-height: 10px;
		font-size: 1.0rem;
		padding: 5px 0;
	}
	.master-2_match-table__tr{
		height: 12vw;
	}
	.master-2_match-table__table td:empty::after{
		transform: rotate(50deg);
		width: 150%;
		left: -26%;
	}
	}
/*animation
-------------------------------------------------*/
h2.c_section__heading{
	opacity: 0;
}
h2.c_section__heading.scrollin{
	animation: slideleft .4s ease-out both;
	position: relative;
}
#rule h2.c_section__heading.scrollin{
	animation: slideright .4s ease-out both;
	position: relative;
}
@keyframes slideleft{
	0%{opacity: 0;left: 200px;}
	100%{opacity: 1;left: 0;}
}
@keyframes slideright{
	0%{opacity: 0;right: 200px;}
	100%{opacity: 1;right: 0;}
}
.top__content-btn{
	animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes vertical {
    0% { transform:translateY(-8px); opacity: .75; }
  100% { transform:translateY(  0px); opacity: 1; }
}
 .group-a.scrollin .ranking__content-team:nth-of-type(1){
	animation:numberred 1s ease-out .2s;
}
 .group-a.scrollin .ranking__content-team:nth-of-type(2){
	animation:numberred 1s ease-out .4s;
}
.group-a.scrollin .ranking__content-team:nth-of-type(3){
	animation:numberred 1s ease-out .6s;
}
.group-a.scrollin .ranking__content-team:nth-of-type(4){
	animation:numberred 1s ease-out .8s;
}
@keyframes numberred{
	0%{box-shadow: 0 0 25px 3px rgba(255,49,102,0);}
	50%{box-shadow: 0 0 25px 3px rgba(255,49,102,0.4);}
	100%{box-shadow: 0 0 25px 3px rgba(255,49,102,0);}
}
 .group-b.scrollin .ranking__content-team:nth-of-type(1){
	animation:numberblue 1s ease-out .2s;
}
 .group-b.scrollin .ranking__content-team:nth-of-type(2){
	animation:numberblue 1s ease-out .4s;
}
.group-b.scrollin .ranking__content-team:nth-of-type(3){
	animation:numberblue 1s ease-out .6s;
}
.group-b.scrollin .ranking__content-team:nth-of-type(4){
	animation:numberblue 1s ease-out .8s;
}
@keyframes numberblue{
	0%{box-shadow: 0 0 25px 3px rgba(17,129,255,0);}
	50%{box-shadow: 0 0 25px 3px rgba(17,129,255,0.4);}
	100%{box-shadow: 0 0 25px 3px rgba(17,129,255,0);}
}
.spesialrule .d_section__content li{
	opacity: 0;
}
.spesialrule .d_section__content li.scrollin{
	animation: scalein .5s ease both;
}
@keyframes scalein{
	0%{opacity: 0;transform: scale(1.5);}
	100%{opacity: 1;transform: scale(1.0);}
}
.schedule__list li.scrollin{
	animation: scalein .5s ease both;
}
.top__content-1 img{
	animation: light 2s ease .5s;
}
@keyframes light{
	0%{filter: drop-shadow(0px 0px 10px rgba(255,255,255,0));}
	50%{filter: drop-shadow(0px 0px 10px rgba(255,255,255,.8));}
	100%{filter: drop-shadow(0px 0px 0 rgba(255,255,255,0));}
}

@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 }
}