@charset "utf-8";
.sp{
	display: none;
}
.inner{
	width: 90%;
  margin: 0 auto -90px;
  max-width: 1200px;
}
.main-top-cat{
  color: #0f3b60;
  font-family: 'Montserrat', sans-serif;
	font-size: 56px;
  font-weight: 900;
	text-align: center;
	margin-top: 40px;
}
.mian-text {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .02em;
  margin-top: 40px;
}
.menu{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.soccer-box{
	width: 50%;
	margin: 0 15px;
}
.soccer-img{
	
}
.soccer-img img{
	width: 100%;	
}
.soccer-about {
  color: #fff;
  background: #85BFED;
  width: 95%;
  position: relative;
  top: -120px;
  padding: 35px;
  margin: 0 auto;
}
.soccer-about .title{
	font-size: 12px;
}
.soccer-about h2{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
}
.soccer-about .text {
  font-weight: 200;
  line-height: 1.5;
  margin-top: 25px;
}
.soccer-about .btn a {
	color: #fff;
	display: block;
	text-decoration: none;
  text-align: center;
  border: solid 1px #fff;
  width: 75%;
  padding: 15px 0;
  margin: 30px auto 0;
}
.soccer-about .btn a:hover {
	color: #85BFED;
  border: solid 1px #85BFED;
  background: #fff;
  transition: all 1s ease-in-out;
}





.rurian-box{
	width: 50%;
	margin: 0 15px;

}
.rurian-img{
	
}
.rurian-img img{
	width: 100%;	
}
.rurian-about {
  color: #fff;
  background: #D2B8AB;
  width: 95%;
  position: relative;
  top: -120px;
  padding: 35px;
  margin: 0 auto;
}
.rurian-about .title{
	font-size: 12px;
}
.rurian-about h2{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
}
.rurian-about .text {
  font-weight: 200;
  line-height: 1.5;
  margin-top: 25px;
}
.rurian-about .btn a {
	color: #fff;
	display: block;
	text-decoration: none;
  text-align: center;
  border: solid 1px #fff;
  width: 75%;
  padding: 15px 0;
  margin: 30px auto 0;
}
.rurian-about .btn a:hover {
	color: #D2B8AB;
  border: solid 1px #D2B8AB;
  background: #fff;
  transition: all 1s ease-in-out;
}






