@charset "utf-8";
.top__hero{
	width: 100%;
	height: 80vh;
}
.top__hero-wrap{
	width: 100%;
	height: 100%;
}
.top__hero-item{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
/* 	background-attachment: fixed; */
}
.top__hero-item div{
	position: absolute;
	bottom: 80px;
	right: 5%;
	color: #fff;
	text-align: right;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5)
}
.top__hero-item div p{
	font-family: serif;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.top__hero-item div a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #eee;
	font-size: 14px;
	margin: 10px 0 0;
}
.top__hero-item div a:before{
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ccc;
	margin-right: 10px;
}

.top__hero-item:focus{outline: none;}
.slick-list,
.slick-track{
	height: 100%;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots{
	bottom: 20px;
	text-align: right;
	padding: 0 5%;
	box-sizing: border-box;
}
.slick-dots li button:before{
	color: #fff;
	opacity: 0.9;
}
.slick-dots li.slick-active button:before{
	color: #666;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
	0% {
		background-size: cover;
	}
	100% {
		background-size: cover;
	}
}

@media (max-width: 640px) {
	.slick-dots{
		padding: 0 5%;
	}
	.top__hero-text{
		font-size: 26px;
		line-height: 180%;
	}
	.top__hero-btn{
		width: 90%;
	}
	.top__hero-btn a{
		width: 100%;
		margin: 20px 0 0;
	}
	.top__hero-business{
		bottom: 35%;
		left: 5%;
		font-size: 18px;
	}
}

.profile_inner{
	display: block;
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.profile_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 60px 0 0;
}
.profile_img{
	width: 50%;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	margin: -260px 0 0;
}
.profile_img:after{
	content: "";
	display: block;
	padding-top: 100%;
}
.profile_info{
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.profile_name{
	font-size: 60px;
}
.profile_job{
	font-size: 16px;
	margin-top: 20px;
}
.profile_btn{
	margin: 16px 0 0;
}
.profile_btn a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	height: 32px;
	padding: 0 20px;
	border: 1px solid #666;
	box-sizing: border-box;
	border-radius: 16px;
	margin-right: 5px;
}
@media (max-width: 640px) {
	.profile_wrap{
		display: block;
	}
	.profile_img{
		margin: -30px auto 0;
	}
	.profile_info{
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
		text-align: center;
	}
	.profile_name{
		font-size: 42px;
	}
	.profile_btn{
		margin: 30px 0 0;
	}
}


.profile_text{
	font-size: 14px;
	line-height: 2.1em;
	margin: 60px 0 0;
	white-space: pre-wrap;
}

.profile_history{
	font-size: 12px;
	line-height: 2.1em;
	margin: 60px 0 0;
}
.profile_history dl{
	display: flex;
	flex-wrap: wrap;
}
.profile_history dl dt,
.profile_history dl dd{
	margin: 10px 0;
	white-space: pre-wrap;
}
.profile_history dl dt{
	width: 70px;
}
.profile_history dl dd{
	width: calc(100% - 70px);
}


.profile_list{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

h3{
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 40px;
	padding-bottom: 20px;
}

.profile_shop{
	display: block;
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 100px auto 0;
	text-align: center;
}
.profile_shop-title{
	font-size: 18px;
	margin-bottom: 40px;
}
.profile_shop-wrap{
	display: flex;
	justify-content: center
}
.profile_shop a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #666;
}
@media (max-width: 640px) {
	.profile_shop a{
		margin: 0 10px;
		width: calc(50% - 20px);
	}
}


.profile_list-inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.profile_cell{
	position: relative;
	width: calc(25% - 30px);
	margin: 15px 15px 30px;
	padding: 0 0 40px;
}
@media (max-width: 1000px) {
	.profile_cell{
		width: calc(100%/3 - 30px);
	}
}
@media (max-width: 640px) {
	.profile_cell{
		width: calc(50% - 30px);
	}
}

.profile_cell-img{
	background-size: cover;
	background-position: center center;
}
.profile_cell-img:after{
	content: "";
	display: block;
	padding-top: 100%;
}
.profile_cell-title{
	margin: 20px 0 0;
	font-family: serif;
	font-size: 18px;
	line-height: 1.5em;
}
.profile_cell-tag{
	margin: 15px 0 0;
	font-size: 10px;
	line-height: 1.7em;
	color: #666;	
}
.profile_cell-tag span:after{
	content: "、";
}
.profile_cell-tag span:last-child:after{
	content: "";
}
.profile_cell-btn{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	line-height: 8px;
	letter-spacing: 0.1em;
	color: #666;
	bottom: 10px;
	left: 0;
}
.profile_cell-btn:before{
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #999;
	margin-right: 10px;
}