@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.logo{
	width: 75%;
	margin: 15% auto;
	display: flex;
	column-gap: 30px;
	align-items: center;
}

.logo img{
	max-width: 100%;
	margin: 0 auto;
}

.logo .el{
	width: 75%;
	margin: 0 auto;
}

.logo p{
	font-size: 25px;
}

.lead{
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2.4;
	margin: 10% auto;
}

.noto-sans{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.lineup{
	width: 90%;
	margin: 20% auto;
}

.lineup h1{
	text-align: center;
	color: #EB5414;
	font-size: 25px;
	margin: 3% auto;
}

.lineup ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.lineup ul li{
	position: relative;
}

.lineup ul li p{
	position: absolute;
	font-size: 15px;
	top: 2%;
	right: 2%;
	color: #EB5414;
	margin: 0;
	line-height: 1;
}

.box{
	margin: 0 auto 10%;
	padding-top: 15%;
	width: 90%;
}

.box h1{
	color: #EB5414;
	font-size: 30px;
	margin: 3% 0;
	line-height: 1.4;
}

.box h1:before{
	content: '';
	border-left: solid 4px #EB5414;
	padding-right: 10px;
}

.box .lead{
	text-align: left;
	margin: 5% 0;
	line-height: 1.8;
	font-size: 12px;
}

.other{
	margin: 5% auto;
}

.other img{
	margin-bottom: 2%;
}

.box a{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.box a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	display: block;
	width: 80%;
	margin: 10% auto;
	text-align: center;
	background-color: #ea5414;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	font-size: 18px;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.box_last{
	margin-bottom: 10%;
}

@media(min-width:750px){
	
.logo{
	width: 70%;
}

.logo .el{
	width: 60%;
}

.lead{
	margin: 8% auto;
}

.noto-sans{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.lineup{
	width: 90%;
	margin: 15% auto 10%;
}
}




