@charset "utf-8";
/* ===================================================================

 file name  :staff.css
 style info :スタッフ

=================================================================== */

/* =============================

	overwrite

=============================== */

/* =================================== */
/*
#main .staff-list
---------------------------*/
#main .staff-list {
	width: 88.4%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .staff-list li {
	width: 45%;
	margin-bottom: 10%;
}
#main .staff-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#main .staff-list li a figure {
	margin-bottom: 1em;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 50%;
	z-index: 1;
}
#main .staff-list li a figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#main .staff-list li a p {
	font-size: 1.2rem;
	margin-bottom: 0.3em;
}
#main .staff-list li a h2 {
	font-size: 1.4rem;
	font-weight: 700;
}
@media screen and (min-width: 768px){
	#main .staff-list {
		width: 100%;
		justify-content: center;
	}
	#main .staff-list li {
		width: 20%;
		margin:0 2% 6%;
	}
	#main .staff-list li a:hover{
		opacity: 0.6;
	}
	#main .staff-list li a figure img {
		transition: transform ease .3s;
	}
	#main .staff-list li a:hover figure img{transform: scale(1.1);}
	#main .staff-list li a p {
		margin-left:-5%;
		margin-right:-5%;
		font-size: 1.6rem;
	}
	#main .staff-list li a h2 {
		margin-left:-5%;
		margin-right:-5%;
		font-size: 2rem;
	}

}








/*
#main .staff-idx 一覧
---------------------------*/
#main .staff-idx .panel-tab {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .staff-idx .panel-tab li {
	width: 49%;
	margin: 1% 0;
}
#main .staff-idx .panel-tab li a {
	display: block;
	padding: 0.5em 0;
	border: 1px solid #e4a59b;
	font-size: 1.3rem;
	color: #e4a59b;
	text-decoration: none;
	text-align: center;
}
#main .staff-idx .panel-tab li.current a {
	background: #e4a59b;
	color: #fff;
}
@media screen and (min-width: 768px){
	#main .staff-idx .panel-tab {
		max-width: 720px;
		margin: 0 auto 80px;
		justify-content: center;
	}
	#main .staff-idx .panel-tab li{
		width: 31%;
		margin: 1%;
	}
	#main .staff-idx .panel-tab li a {
		font-size: 1.6rem;
		padding: 1em 0;
	}
	#main .staff-idx .panel-tab li a:hover{
		background: #e4a59b;
		color: #fff;
	}
}

#main .staff-idx .panels {
	position: relative;
	margin-bottom: 20px;
}
#main .staff-idx .panels .panel{
	position: absolute;
	width: 100%;
	top: 0;
	transition: opacity ease .3s;
	opacity: 0;
	pointer-events: none;
}
#main .staff-idx .panels .panel.show {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}
@media screen and (min-width: 768px){
	#main .staff-idx .panels {
		margin-bottom: 60px;
	}
}






/*
#main .article-main 詳細ページ
---------------------------*/
#main .article-main {
	padding-top: 40px;
}
#main .article-main header .catch {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}
#main .article-main header .img{
	margin: 0 -15px
}
#main .article-main header .img figure {
	position: relative;
	padding-bottom: 64%;
}
#main .article-main header .img figure img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#main .article-main header .name {
	position: relative;
	margin-top: -40px;
	background: #fef6f6;
	padding: 1.5em 2em;
	overflow: hidden;
}
#main .article-main header .name::after{
	content: attr(data-division);
	position: absolute;
	right: 0.3em;
	bottom: -0.1em;
	line-height: 1;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	z-index: -1;
}
#main .article-main header .name .pos {
	display: inline-block;
	border-right: 1px solid #333;
	padding-right: 1.5em;
	margin-right: 1.5em;
	font-size: 1.2rem;
}
#main .article-main header .name h1 {
	position: relative;
	top: 0.1em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
}
@media screen and (min-width: 768px){
	#main .article-main {
		padding-top: 60px;
	}
	#main .article-main header{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#main .article-main header .catch {
		width: 500px;
		margin: 0 -160px 90px 0 ;
		font-size: 2.6rem;
		text-align: left;
		position: relative;
		z-index: 1;
	}
	#main .article-main header .img{
		width: 600px;
		margin: 0;
	}
	#main .article-main header .name {
		position: absolute;
		width: 540px;
		left: 0;
		bottom: 30px;
		margin-top: 0;
	}
	#main .article-main header .name::after{
		font-size: 3.4rem;
	}
	#main .article-main header .name .pos {
		font-size: 1.8rem;
	}
	#main .article-main header .name h1 {
		font-size: 2.2rem;
	}
}

/* .comment
---------------------------*/
#main .article-main .comment {
	padding: 40px 0 20px;
	position: relative;
}
#main .article-main .comment section {
	font-size: 1.2rem;
	padding-bottom: 2em;
}
#main .article-main .comment section h2 {
	position: relative;
	padding: 0.3em 0 0.3em 1em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #333333;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
}
#main .article-main .comment section h2::before{
	content: '';
	width: 3px;
	height: calc(100% - 0.8em);
	position: absolute;
	left: 0;
	top: 0.4em;
	background: #333333;
}
@media screen and (min-width: 768px){
	#main .article-main .comment {
		padding: 80px 0 60px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#main .article-main .comment section {
		width: 47%;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .article-main .comment section.wide{ width: 100%;}
	#main .article-main .comment section h2 {
		font-size: 2rem;
	}
}

/* #works
---------------------------*/
#main .article-main #works {
	margin-bottom: 20px;
	padding: 36px 0 0;
	position: relative;
}
#main .article-main #works::after{
	content: '';
	width: calc(100% + 15px);
	height: 1px;
	position: absolute;
	left: -15px;
	top: 0;
	background: #c7c7c7;
}
#main .article-main header + #works::after{display: none;}
#main .article-main #works h2 {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (min-width: 768px){
	#main .article-main #works {
		margin-bottom: 80px;
		padding: 60px 0 0;
	}
	#main .article-main header + #works{
		padding-top: 80px;
	}
	#main .article-main #works::after{
		width: 100%;
		left: 0;
	}
	#main .article-main #works h2 {
		font-size: 2.4rem;
	}

}

/* #others
---------------------------*/
#main .article-main #others {
	background: #fefdf8;
	padding: 40px 0;
	margin-bottom: 40px;
}
#main .article-main #others .ttl-column{
	margin-bottom: 3em;
}
#main .article-main #others .btn-pic_staff {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main .article-main #others .staff-list + .btn-pic_staff {
	margin-top: 30px;
}
@media screen and (min-width: 768px){
	#main .article-main #others {
		padding: 80px 0;
		margin-bottom: 60px;
	}
	#main .article-main #others .ttl-column{
		margin-bottom: 4em;
	}
	#main .article-main #others .btn-pic_staff {
		width: 460px;
	}
	#main .article-main #others .staff-list + .btn-pic_staff {
		margin-top: 60px;
	}
}