<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC
-------------------------------------------------- */
@media screen and (min-width:1000px){
	main{
		margin-top: 60px;
	}

	.title{
		background: #16c46c;
		padding: 20px 0;
	}

	h1{
		display: block;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		text-align: center;
		font-size: 42px;
		line-height: 42px;
		font-weight: 600;
		color: #ffffff;
	}

	h1 span{
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
		position: relative;
		z-index: 1;
		margin-top: 20px;
	}

	h1 span::before{
		content: "";
		display: block;
		width: 100%;
		max-width: 1230px;
		height: 1px;
		background-image : linear-gradient(to right, #ffffff 2px, transparent 2px);
		background-size: 3px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		position: absolute;
		left: 0;
		top: -10px;
	}

	h1 span::after{
		content: "";
		display: block;
		width: 60px;
		height: 14px;
		background: url("../img/title_darts.png") 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -16px;
		right: 0;
		z-index: 1;
	}
	
	.wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1300px;
		margin: 60px auto 0;
	}
	
	.characterAll{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 60px;
	}
	
	.characterAll li{
		width: 47.5%;
		margin-top: 60px;
	}
	
	.characterAll img{
		width: 100%;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	}
	
	.characterAll a:nth-child(2){
		display: block;
		width: 100%;
		margin: 20px auto 0;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		border-radius: 4px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
		padding: 15px 0;
	}
	
	.characterAll a:nth-child(2):hover{
		margin: 23px auto -3px;
	}
	
	.characterAll a.aoba{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #037fbf;
		background-size: 26px auto, auto;
		color: #ffffff;
	}
	
	.characterAll a.harusaki{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #e50011;
		background-size: 26px auto, auto;
		color: #ffffff;
	}
	
	.characterAll a.takanashi{
		background: url("../img/character_icon_bk.png") right 20px center no-repeat, #ffdf52;
		background-size: 26px auto, auto;
		color: #403813;
	}
	
	.characterAll a.kakyoin{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #16c46c;
		background-size: 26px auto, auto;
		color: #ffffff;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:999px){
	main{
		margin-top: 60px;
	}

	.title{
		background: #16c46c;
		padding: 20px 0;
	}

	h1{
		display: block;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
		color: #ffffff;
	}

	h1 span{
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		position: relative;
		z-index: 1;
		margin-top: 20px;
	}

	h1 span::before{
		content: "";
		display: block;
		width: 82%;
		height: 1px;
		background-image : linear-gradient(to right, #ffffff 2px, transparent 2px);
		background-size: 3px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		position: absolute;
		left: 0;
		top: -10px;
	}

	h1 span::after{
		content: "";
		display: block;
		width: 40px;
		height: 12px;
		background: url("../img/title_darts.png") 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -14px;
		right: 20px;
		z-index: 1;
	}
	
	.characterAll{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 60px;
	}
	
	.characterAll li{
		width: 90%;
		margin: 40px auto 0;
	}
	
	.characterAll img{
		width: 100%;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	}
	
	.characterAll a{
		display: block;
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		text-decoration: none;
		border-radius: 4px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
		padding: 15px 0;
	}
	
	.characterAll a.aoba{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #037fbf;
		background-size: 22px auto, auto;
		color: #ffffff;
	}
	
	.characterAll a.harusaki{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #e50011;
		background-size: 22px auto, auto;
		color: #ffffff;
	}
	
	.characterAll a.takanashi{
		background: url("../img/character_icon_bk.png") right 20px center no-repeat, #ffdf52;
		background-size: 22px auto, auto;
		color: #403813;
	}
	
	.characterAll a.kakyoin{
		background: url("../img/character_icon_wh.png") right 20px center no-repeat, #16c46c;
		background-size: 22px auto, auto;
		color: #ffffff;
	}
}</pre></body></html>