@charset "utf-8";
.about-us{
	font-feature-settings: "palt";
	word-break: break-all;
}
.about-us .ly-about-main .el-about-bk .el-img{
	width: 100%;
	height: 820px;
	object-fit: cover;
}
.about-us .ly-about-main .ly-about-title{
	background: #fff;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -160px;
	box-sizing: border-box;
	padding: 140px 100px 0 100px;
}
.about-us .ly-about-main .el-logo{
	text-align: center;
	margin-bottom: 80px;
}
.about-us .ly-about-main .el-logo .el-img{
	max-width: 320px;
}
.about-us .ly-about-main .el-about-title{
	text-align: center;
	font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 36px;
	margin-bottom: 48px;
	line-height: 1.6;
}
.about-us .ly-about-main .el-about-lead{
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: .5px;
}
.about-us .ly-about-cont{
	max-width: 1020px;
	width: 100%;
	margin: 60px auto 200px;
}
.about-us .ly-about-cont .el-about-category{
	font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 20px;
	margin: 0 auto 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777;
}
.about-us .ly-about-cont .el-about-sectitle{
	font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 36px;
	padding-bottom: 80px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.6;
	width: 90%;
	margin: 0 auto;
}
.about-us .ly-about-cont .el-about-sectitle:after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 90px;
	background-color: #b1b1b1;
}
.about-us .ly-about-cont .el-sec-desc{
	margin: 20px 0;
	font-size: 18px;
	line-height: 2.0;
	letter-spacing: .5px;
}
.about-us .ly-profile{
	background: #f5f5f5;
	padding: 0 0 120px;
}
.about-us .ly-plofile-body{
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:  space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-us .ly-plofile-body .el-photo-body{
	width: 38%;
	margin-right: 6%;
}
.about-us .ly-plofile-body .bl-profile-txt{
	width: 56%;
}
.about-us .ly-plofile-body .el-profile-en{
	font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto 20px;
	letter-spacing: 1px;
	color: #777;
}
.about-us .ly-plofile-body .el-profile-name{
	font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto 40px;
	letter-spacing: 1px;
}
.about-us .ly-plofile-body .el-sec-desc{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.about-us .shop-btn{
	margin: 40px auto 0;
	max-width: 400px;
	width: 90%;
}
.about-us .shop-btn .el-btn{
	box-sizing: border-box;
	padding: 20px 0;
	display: block;
	border: 1px solid #333;
	text-align: center;
	font-size: 16px;
	background: #fff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}
.about-us .shop-btn .el-btn:hover{
	background: #333;
	color: #fff;
}

.about-us .about-online-shop{
	position: fixed;
	bottom: 0;
	right: 0;
	background: #333;
	box-sizing: border-box;
	padding: 4px 20px 4px 16px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}
.about-us .about-online-shop:hover{
	background: var(--header-category);
}

.about-us .about-online-shop .el-link{
	display: block;
	box-sizing: border-box;
	padding: 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}
.about-us .about-online-shop .about-svg{
	fill: #fff;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	position: relative;
	top: -2px;
}
.about-us .about-online-shop .el-shop-name{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
}

/* --- SP ---------- */
@media print, screen and (max-width: 979px) {
	.about-us .ly-about-main .el-about-bk .el-img{
		height: 500px;
	}
	.about-us .ly-about-main .ly-about-title{
		padding: 60px 20px;
		top: 0;
	}
	.about-us .ly-about-main .el-logo{
		margin-bottom: 40px;
	}
	.about-us .ly-about-main .el-logo .el-img{
		max-width: 200px;
	}
	.about-us .ly-about-main .el-about-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about-us .ly-about-main .el-about-lead{
		font-size: 15px;
	}
	.about-us .ly-about-cont{
		margin: 40px auto 60px;
	}
	.about-us .ly-about-cont .el-about-category{
		font-size: 14px;
		margin-bottom: 28px;
	}
	.about-us .ly-about-cont .el-about-sectitle{
		font-size: 24px;
		padding-bottom: 40px;
	}
	.about-us .ly-about-cont .el-about-sectitle:after{
		height: 60px;
	}
	.about-us .ly-about-cont .el-sec-desc{
		max-width: 540px;
		width: 90%;
		margin: 24px auto;
		font-size: 14px;
	}
	.about-us .ly-plofile-body{
		display: block;
	}
	.about-us .ly-plofile-body{
		max-width: 540px;
		width: 86%;
		padding: 40px 0 40px;
	}
	.about-us .ly-plofile-body .el-photo-body{
		width: 100%;
		margin: 0 auto 40px;
	}
	.about-us .ly-plofile-body .bl-profile-txt{
		width: 100%;
	}
	.about-us .ly-plofile-body .el-profile-name{
		margin-bottom: 28px;
	}
	.about-us .ly-plofile-body .el-sec-desc{
		font-size: 14px;
		line-height: 1.6;
	}
	.about-us .ly-plofile-body .el-profile-en{
		font-size: 14px;
	}


}