@charset "UTF-8";
/*------------------------
一覧
------------------------*/

.profile .lead {
	width: 1000px;
	font-size: 1.8rem;
	margin: 0 auto 40px;
}

/*------------------------
トッププロフィール
------------------------*/
.top-profile{
	width: 1000px;
	margin: 0 auto 60px;
}
.top-profile .image{
	position: relative;
	margin-right: 60px;
	margin-bottom: 25px;
}
/*
.top-profile .image::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -5px;
	width: 100%;
	height: 1px;
	background: var(--txtcolor);
}
.top-profile .image::after {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	width: 1px;
	height: 100%;
	background: var(--txtcolor);
}
*/
.top-profile .text-wrap{
	flex: 1;
}
.top-profile .text-wrap h2{
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1;
	border-bottom: 2px solid var(--btncolor);
}
.top-profile .text-wrap ul{
	margin-bottom: 25px;
}
.top-profile .text-wrap ul li{
	display: flex;
	margin-bottom: 6px;
	font-size: 1.5rem;
}
.top-profile .text-wrap ul li p{
	flex: 1;
	display: flex;
}
.top-profile .text-wrap ul li span{
	width: 24%;
	display: inline-block;
}
.top-profile .text-wrap ul li p::before{
	content: ":";
	margin-right: 20px;
}
.top-profile .text-wrap .l-btn a{
	display: block;
    position: relative;
    padding: 15px;
    width: 280px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #000;
}
.top-profile .text-wrap .l-btn a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate( -45deg);
	transform: rotate( -45deg );
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}
.top-profile .text-wrap .l-btn a:hover {
	background: var(--mygray);
}
.top-profile .img-wrap .sns-area span{
	display: block;
}
.top-profile .img-wrap .sns-area span a {
	display: block;
	margin-right: 20px;
}
.top-profile .img-wrap .sns-area span a img {
	width: 35px;
	height: 35px;
}


/*------------------------
biography
------------------------*/
.biography{
	background: var(--bgcolor);
    padding: 60px 0 120px;
}
.biography .inner{
	width: 1000px;
	margin: 0 auto;
}
.biography h2{
	font-size: 5.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.biography .tab_area {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.biography .tab_area .one_tab {
	margin: 0 10px 10px 0;
}
.biography .tab_area .one_tab a {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 4px 15px 6px;
	border: 1px solid var(--mygray);
	border-radius: 50vw;
	background: #fff;
}
.biography .tab_area .one_tab a.select {
	background: var(--btncolor);
	color: #fff;
}
.biography .tab_main {
	display: none;
}
.biography .tab_main.is_show {
	display: block;
}
.biography .contents{
	background: #fff;
	padding: 40px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.biography .tab_main a{
	text-decoration: underline;
}


/*------------------------
biography
------------------------*/
.detail-profile {
	margin: 0px 0 100px;
}
.detail-profile .inner{
	width: 1000px;
	margin: 0 auto;
}
.detail-profile h2{
	font-size: 5.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.detail-profile ul li {
	display: flex;
	margin-bottom: 6px;
	font-size: 1.5rem;
}
.detail-profile ul li span {
	width: 27%;
    display: inline-block;
}
.detail-profile ul li p {
	flex: 1;
	display: flex;
}
.detail-profile ul li p::before {
	content: ":";
	margin-right: 40px;
}

#other-works h3{
	font-weight: bold;
	margin-bottom: 3px;
}
#other-works p{
	margin-bottom: 25px;
}