@charset "utf-8";


/*section-header*/

body#home .section.section-header{
	margin-bottom: 20px;
}

body#home .section-header .container {
	width: 100%;
	margin: 0;
	padding: 0;
}


body#home .section-header h1 {
	width: 100%;
}

body#home .section-header h1 a, 
ody#home .section-header h1 a:hover {
	color: #fff!important;
}

body#home .section-header h1 .main{
	letter-spacing:0.7em;
	line-height: 1.213483146em;
}

body#home .section-header h1 .text-unit{
	position:absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 126px;
}

@media (max-width: 768px) {
	body#home .section-header h1 .main{
		letter-spacing:0.5em;
	}
}

body#home .section-header h1 .sub{
	font-family: TradeGothicLTPro;
	font-weight: normal;
	font-style: normal;
	font-size: 43%;
	letter-spacing:0.15em;
	line-height: 63px;
}
body#home .section-header h1 .jp{
	font-size: 80%;
	letter-spacing:0;
}

body#home .section-header h1 .links a.btn {
	font-family: 'TradeGothicLTPro', "NotoSans-DL";
	font-size: 16px;
	padding: 8px 20px 5px;
	letter-spacing:0em;
	background-color: #333;
	text-shadow: none;
	color: #ffff00;
}

body#home .section-header h1 .links a.btn:hover {
	background-color: #ffff00;
	border: none;
	color: #333 !important;
}
body#home .section-header h1 .readmore span{
	font-size: 1.5rem;
	line-height: 0.75;
	font-weight: 100;
	letter-spacing:0;
	padding-bottom: 8px;
}

body#home .section-header .bxslider li img {
	width: 100%;
	min-height: 70vh;
	top: 0;
	position: absolute;
	object-fit: cover;
}

body#home h3, .jp{
	font-family: "NotoSans-SB";
	font-weight: 600 !important;
}

body#home #TOPICS h3{
	font-size: 1.05em;
}
.thumbnail{
	margin-bottom: 10px;
}

#TOPICS .thumbnail img{
	width: 100%;
	height: auto;
}

/*FACEBOOK表示用*/
.fb-page {
display:block !important;
margin-left:auto;
margin-right:auto;
background-color: #eee;
min-height: 500px;
border: 1px solid #efefef;
}
.fb-page blockquote {
border: 1px solid #cbcbcb;
}

