
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&family=M+PLUS+Rounded+1c:wght@100;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400&display=swap');


/******************************************************/
/* header */
/******************************************************/

.head_logo{
	max-width: 300px;
	position: absolute;
	left: 20px;
	top: 27px;
}

.head_date{
	max-width: 250px;
	position: absolute;
	right: 225px;
	top: 30px;
}

header .sns.sns_head{
	top: 33px;
}

.menu-trigger{
	top:45px;
}



@media only screen and (max-width:768px){

	header{
		height: 55px;
		border-bottom: 5px solid #72bb2a;
	}

	.head_logo{
		width: 55px;
		left: 5px;
		top: 9px;
	}

	header .sns.sns_head{
		top: 4px;
		right:50px;
	}

	.menu-trigger{
		top:24px;
		right: 15px;
	}

	.head_date{
		display: none;
	}

}



/******************************************************/
/* main */
/******************************************************/

main{
	padding-top: 100px;
}

.tr_wrapper .main_cover{
	margin-left: -30px!important;
}

.tit_set{
	z-index: -1;
}

.tr_wrapper{
	position: relative;
	width: 67%;
}

.tr_wrapper .main_cover{
	z-index: 2;
	width: 10vw;
	margin-left: -50px;
	position: absolute;
	top: 0;
}

.tit_set .tit_left{
	width: 25%;
	margin:0  auto 0 6vw;
	text-align: center;
}



.tit_set .tit_left.gravel img{
	width: 100%;
	margin:-2vw 0 0 1.5vw;
}


.main_left{
	width: 7vw;
}



.slick-dots{display: none!important;}


@media only screen and (max-width:768px){

	.tit_set{
		height: auto;
	}

	main{
		padding-top: 5px;
	}

	.tr_wrapper{
		width: 100%;
	}

	.tit_set .tit_left{
		width: 50%;
		margin:0  auto 0 auto;
	}

	.main_left{
		display: none;
	}


    .tit_set .tit_left img,
	.tit_set .tit_left.gravel img{
        margin: 30px auto 30px auto;
    }




}



/******************************************************/
/* 競技内容 */
/******************************************************/

h3.lower_tit{
	font-weight: 600;
	font-size: 150%;
	border-bottom: 1px solid #000;
	margin: 60px 0 50px 0;
	line-height: 200%;
}


.breadcrumb{
	margin-left: 11.2vw;
	box-sizing: border-box;
	margin-bottom: 40px;
}


.breadcrumb ul {
  display: flex;
  gap: 0.5em;
  font-size: 80%;
  font-weight: 500;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 0.5em;
}

.breadcrumb li:last-child::after {
  content: "";
}


.lead{
	font-weight: 500;
	line-height: 260%;
	margin-bottom: 40px;
}

.spec_box{
	margin-top: 0;
}


.spec_box.cl01 dl{
	display: block;
}

.spec_box.cl01 dl dt{
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
}

.spec_box.cl01 dl dd{
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}


.spec_box.cl01 dl dd:last-child{
	border-bottom:none!important;
}



.clm_2set,
.clm_3set{
	display: flex;
	justify-content: space-between;
}


.clm_2set .clm01,
.clm_2set .clm02{
  width: 48%;
}


.clm_3set .clm01,
.clm_3set .clm02,
.clm_3set .clm03{
  width: 32%;
}



.clm_2set .clm01 iframe,
.clm_2set .clm02 iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.ind_dl li{
	text-indent: -1em;
	margin-left: 1em;
	line-height: 200%;
}


@media only screen and (max-width:768px){
	.breadcrumb{
		margin-left: 30px;
		margin-bottom: 15px;
	}

	h3.lower_tit{
		font-size: 120%;
		margin: 20px 0 20px 0;
	}

	.lead{
		line-height: 220%;
		margin-bottom: 20px;
	}

	.ind_dl li{
		line-height: 180%;
	}


	.clm_2set,
	.clm_3set{
		display: block;
	}


	.clm_2set .clm01,
	.clm_2set .clm02,
	.clm_3set .clm01,
	.clm_3set .clm02,
	.clm_3set .clm03{
		margin-bottom: 20px;
		width: 100%;
	}

	.clm_2set .clm01:last-child,
	.clm_2set .clm02:last-child,
	.clm_3set .clm01:last-child,
	.clm_3set .clm02:last-child,
	.clm_3set .clm03:last-child{
		margin-bottom: 0;
	}


}


/******************************************************/
/* ヒルクライムスペシャルコンテンツ */
/******************************************************/
.sp_set{
	display: flex;
	justify-content: space-between;
	background:#f0f6fb ;
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
}

.sp_set .sp_right{
	width: 60%;
	padding: 50px;
	box-sizing: border-box;
	line-height: 200%;
}


.sp_logo{
	text-align: center;
	margin-bottom: 30px;
}


.sp_set .sp_right h3{
	font-weight: 800;
	font-size: 150%;
}



@media only screen and (max-width:768px){
	.sp_set{
		display: block;
		padding: 15px;
	}

	.sp_set .sp_right{
		width: 100%;
		padding: 0;
	}

	.sp_logo{
		width: 50%;
		margin: 25px auto 25px auto;
	}

	.sp_set .sp_right h3{
		font-weight: 800;
		font-size: 140%;
		line-height: 150%;
		margin-bottom: 15px;
	}

}


/******************************************************/
/* ヒルクライムスポンサー */
/******************************************************/

.spo_learge{
 margin-bottom: 20px;
}

.spo_small{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.spo_small li{
	margin:40px 40px 0 0;
}


@media only screen and (max-width:768px){

	.spo_learge{
		width: 40%;
		margin-bottom:0;
	}

	.spo_small li{
		width: 25%;
		margin: 20px 20px 0 0;
	}



}
