@charset "UTF-8";

 /**content****/
 .mono .waku-900{
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mono .waku-1200{
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mono .waku-1440{
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.conte-normal.top0{
	padding: 0px 0 120px;
}
.conte-normal.c-first{
	padding: 90px 0 120px;
}
.conte-normal{
	padding: 120px 0 120px;
}
.conte-normal + .conte-normal{
	padding: 0px 0 120px;
}

.bg-w .conte-normal{
	padding: 90px 0 90px;
}

.bg-w .conte-normal.d-none + .conte-normal{
	padding: 90px 0 90px;
}
.conte-normal.d-none + .conte-normal{
	padding: 120px 0 120px;
}


.conte-normal.bg-w{
	background: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}
.conte-normal.bg-w + #banner{
	padding-top: 150px;
}

.mono .second-sec{
	margin-top:90px;
}




/**content-end****/




/**title****/
.mono .title-large.t-en{
	font-size: 60px;
	position: relative;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.mono .title-large.t-en:after,
.mono .title-large.t-en:before{
	content: '';
	display: block;
	width: 28px;
	height: 30px;
	position: absolute;
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/titile-ster-top.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .title-large.t-en:before{
	left: -24px;
	top: -4px;
}
.mono .title-large.t-en:after{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/titile-ster-bt.png)no-repeat;
	background-size: contain;
	background-position: center;
	right: -6px;
	bottom: 12px;
	width: 13px;
	height: 13px;
}
.mono .title-large{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.mono .bg-gold .title-large.t-en:before{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/titile-ster-top-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .bg-gold .title-large.t-en:after{
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/titile-ster-bt-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.mono .title-large.t-kira:before{
	content: '';
	display: block;
	position: absolute;
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/title-kira.png)no-repeat;
	background-size: contain;
	background-position: center;
	left:calc((100% - 35px) / 2);
	top: -46px;
	width: 40px;
	height: 50px;
}

.mono .title.shadow-rb{
	padding: 6px 6px 10px 10px;
	position: relative;
	display: inline-block;
	transform:skewX(-15deg);

}
.mono .title.shadow-rb:after,
.mono .title.shadow-rb:before{
	content: '';
	display: block;
	position: absolute;
}
.mono .title.shadow-rb:after{
	width: 100%;
	height: 2px;
	background: #111;
	left: 4px;
	bottom: 0px;
}
.mono .title.shadow-rb:before{
	width: 3px;
	height: 80%;
	background: #111;
	right: -4px;
	bottom: 0px;
}

.mono .c-chu{
	background: #eae8e8;
	padding: 6px 16px;
	font-size: 12px;
	display: table;
	margin: 0px auto 0;
}
.mono .c-chu p{
	font-size: 12px;
	text-align: center;
}
.mono .c-chu em{
	font-weight: bold;
	font-size: 12px;
}

.mono .t-underline{
	padding-bottom: 4px;
	border-bottom: solid 2px #8FC31F;
	margin-bottom: 6px;
	display: inline-block;
}


.mono .no-large{
	text-align:center;
	font-weight:bold;
	width: 155px;
	height: 130px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	line-height: 1;
}
.mono .no-large + .no-sub-title{
	text-align:center;
	font-weight:bold;
	font-size: clamp(10px, 0.8vw, 10px);
	color: var(--btn-main);
	margin-bottom: 30px;
}


.mono .title-m0{
	text-align:center;
	font-weight:bold;
	font-size: clamp(34px, 1.2vw, 24px);
	line-height: 1.2;
}
.mono .title-m0 + .sub-title{
	text-align:center;
	font-size: clamp(12px, 0.85vw, 14px);
	font-weight:bold;
	color: var(--btn-main);
	margin-bottom: 40px;
	margin-top: 6px;
}

.mono .title-m1{
	text-align:center;
	font-weight:bold;
	font-size: clamp(22px, 1.2vw, 32px);
}
.mono .title-m1 + .sub-title{
	text-align:center;
	font-size: clamp(18px, 1.1vw, 24px);
	font-weight:bold;
}
.mono .title-m1.t-under,
.mono .title-m1 + .sub-title.t-under{
	margin-bottom: 60px;
	padding-bottom: 4px;
	position:relative;
}
.mono .title-m1.t-under::after,
.mono .sub-title.t-under::after{
	border-bottom: solid 2px #8FC31F;
	display: block;
	width:100px;
	position:absolute;
	bottom:-20px;
	left:calc((100% - 100px) / 2);
}
.mono .title-m1 + .sub-title .t-large{
	font-size:1.3rem;
	position:relative;
	top:2px;
}
.mono .title-m1.single{
	margin-bottom: 40px;
}



.mono .title-m2{
	text-align: left;
    margin-bottom: 10px;
    font-size: clamp(18px, 1.1vw, 24px);
    font-weight: bold;
}


/**title-end****/





.mono .character{
	display: none;
}





/***banner*********/

.mono .conte-banner{
	display: flex;
	align-items:  center;
	justify-content: flex-start;
}
.mono .conte-banner li{
	flex: 1 1 auto;
	margin: 0 15px;
}


/***banner-end*********/

.mono .other-detail{
	padding: 50px 0 20px;
	display: table;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
.mono .other-detail .title{
	margin-bottom: 15px;
}
.mono .other-detail table{
	margin: 0 auto 10px;
	width: 100%;
}
.mono .other-detail table + table{
	margin-top: 20px;
}
.mono .other-detail table th,
.mono .other-detail table td{
	font-size: 14px;
	text-align: center;
}
.mono .other-detail table th{
	font-weight: bold;
}




.mono .col-02{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mono .col-02 .col-01{
	width: calc((100% - 40px)/2);
} 

.mono .col-10{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mono .col-10 .col-02{
	width: calc(((100% - 40px) / 10) * 2);
}
.mono .col-10 .col-08{
	width: calc(((100% - 40px) / 10) * 8);
}


/****************************************************************/

@media screen and (max-width: 1179px) {


  /**content****/
  .conte-normal{
    padding: 90px 15px 90px;
  }
  .mono .waku-1200{
    max-width:calc(1200px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }
  .mono .waku-900{
    max-width:calc(900px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }


}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

  /**content****/

  .conte-normal.top0 {
    padding: 0px 0 50px;
	}
  .conte-normal{
    padding: 50px 15px 50px;
  }
  .bg-w .conte-normal + .conte-normal,
  .conte-normal + .conte-normal {
      padding: 0px 0 50px;
  }
  .conte-normal.c-first,
  .conte-normal.d-none + .conte-normal,
  .bg-w .conte-normal,
  .conte-normal{
    padding: 50px 0 50px;
  }
  .bg-w .conte-normal.d-none + .conte-normal {
    padding: 50px 0 50px;
  }
	.mono .title-large.t-en{
		margin-bottom: 30px;
		font-size: 44px;
		font-weight: normal;
	}
  .mono .title-large{
    font-size: 18px;
    margin-bottom: 40px;
  }
	.mono .title-m1.single {
	    margin-bottom: 20px;
	}
	.mono .title-m1.t-under, .mono .title-m1 + .sub-title.t-under {
	    margin-bottom: 40px;
	    padding-bottom: 4px;
	    position: relative;
	}
	.mono .title-m1.t-under::after, .mono .sub-title.t-under::after {
	    bottom: -12px;
	}



	.mono .c-chu p,
	.mono .c-chu em{
		font-size: 10px;
		letter-spacing: 0;
	}


	.mono .other-detail table th,
	.mono .other-detail table td{
		font-size: 12px;
	}
	.mono .other-detail table td{
		text-align: left;
	}
	.mono .other-detail table + p{
		text-align: left;
	}
	.mono .second-sec{
		margin-top: 50px;
	}


	.mono .col-10 .col-02{
		width: calc(((100% - 20px) / 10) * 2);
	}
	.mono .col-10 .col-08{
		width: calc(((100% - 20px) / 10) * 8);
	}



}
@media screen and (max-width: 460px) {

}









