@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Author : Hirohisa Yamada
  Date : 2021.04.02
  Copyright(C)HARD DISK. All rights reserved.
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 common
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 768px) {
	.br-sp { display:none;text-align: left !important; }
	.p-sp {text-align: left !important;}
	.ac-sp { text-align: left !important; }
}
@media screen and (min-width: 768px) {
	.br-pc { display:none; }
	.p-sp {text-align: center !important;}
	.ac-sp { text-align: center !important; }
}
@media screen and (max-width: 992px) {
	.br-md { display:none;text-align: left !important; }
	.ar-pc {text-align: left;}
}
@media screen and (min-width: 992px) {
	.ar-pc {text-align: right;}
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 logo svg
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

@media (min-width: 992px) {
	.logo {
		width : 120px;
		margin: 20px auto 20px;
	}
	.footerLogo {
		width : 150px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 992px) {
	.logo {
		width : 60px;
		margin: 50px auto 20px;	
	}
	.footerLogo {
		width : 100px;
		margin-bottom: 40px;
	}
}

.ec-layoutRole__main {
	margin-top: 30px !important;
}
.ec-shelfGrid__item a:hover {
	
}
.ec-blockBtn--action {
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.ec-blockBtn--action:hover {
	background-color: #5a5a5a !important;
	border: 1px solid #5a5a5a !important;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 title
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.jojibeni {
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";font-weight:600 !important;
	letter-spacing: 0.3em;
}
