@charset "UTF-8";
/* CSS Document */

/*************************************

   common

**************************************/

header.is-sub {
  position: fixed;
  top: 0;
}
.upage{
	margin-top: 150px;
	padding-bottom: 8em;
}


/*-------------------------

  header

-------------------------*/

.page_header{
	margin-bottom: 5em;
}
.page_header h2{
	font-size: 2.8em;
	display: block;
	line-height: 1;
	color: #000
}
@media (min-width:768px){
	.page_header{
		margin-bottom: 6em;
	}
	.page_header h2{
		font-size: 5em
	}
}
@media (min-width:1400px){
	.page_header h2{
		font-size: 7em
	}
}


/*************************************

   privacy　個人情報保護方針

**************************************/

#privacy > p{
	margin-bottom: 2em;
}
.page_content{
	max-width: 1200px;
	margin: 0 auto;
}

.en{
	font-size: 14px!important;
}

.privacy_wrap{
	margin-top: 3em
}
.privacy_wrap dl{
	border-bottom: solid 1px #ccc;
	padding: 1em 0 2em;
	margin-bottom: 2em;
}
.privacy_wrap dt{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 1em
}
.privacy_wrap dd p{
	font-size: 1em;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 1em
}

.privacy_wrap ul,
.privacy_wrap ol{
	margin: 1em auto;
	padding-left: 2em
}
.privacy_wrap li{
	list-style: disc;
	margin-bottom: .5em
}
.privacy_wrap ol li{
	list-style: decimal
}



/**************************************

   404 　Not Found

**************************************/
#notf .wrap{
	padding: 3em 0
}
#notf .page_header{
	margin-bottom: 0!important;
}
#notf .wrap h3{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6
}

#notf a{
	margin-top: 2em
}

#notf .btn1:after{
	background:var(--pink);
}


/**************************************

   Biography

**************************************/

#profile figure,
.profile_area{
	border-radius: 1em;
	width: 100%;
	overflow: hidden;
}
@media (min-width:1000px){
	#profile figure{
		width: 40%
	}
	.profile_area{
		width: 60%
	}
}

#profile figure img{
	vertical-align: bottom;
}

.profile_area{
	padding: 2em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.profile_area > div{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.profile_area *{
	color: #fff;
}

.prof_name{
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 3em;
}
.prof_name span{
	font-weight: 900;
	letter-spacing: 3px;
	margin-right: 1em;
	font-size: 2em;
	line-height: 1.1;
}
@media (max-width:767px){
	.prof_name p{
		margin-top: 1em;
	}
}
@media (min-width:768px){
	.prof_name span{
		font-size: 3em;
	}
}

.profile_area > div >p{
	font-weight: 400;
	margin-bottom: 2em;
	font-size: 15px;
}
.profile_en{
	line-height: 1.6;
	font-size: .9em;
}

#gaiyou{
	margin-top: -5px;
}

.bio_list{
	border-left: solid 2px var(--main-color);
	border-right: solid 2px var(--main-color);
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.bio_list h3{
	padding: 50px 0;
	font-size: 4em;
	font-family: var(--en-font2);
	text-align: center;
}

@media (min-width:1200px){
	.bio_list h3{
		font-size: 6em
	}
}

.bio_list_wrap{
	border-top: solid 2.5px var(--main-color);
	display: flex;
	flex-wrap: wrap;
}
.bio_list_wrap:last-of-type{
	border-bottom: solid 2.5px var(--main-color);
}
.bio_list_wrap dt{
	width: 30%;
	max-width: 250px;
	padding: 1em;
	border-right: solid 2.5px var(--main-color);
	text-align: center;
	font-weight: 600
}

#gaiyou .bio_list_wrap dt{
	font-family: var(--jp-font);
}
.bio_list_wrap dd{
	width: 70%;
	padding: 1em;
	font-family: var(--jp-font);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bio_list_wrap dd p{
	line-height: 1.5;
	font-weight: 500;
}
.bio_list_wrap dd p span{
	font-weight: 900;
	display: block;
	margin: 0;
}

.bio_list_wrap dd a{
	text-decoration: underline;
	color: var(--main-color);
}

@media (min-width:1000px){
	.bio_list_wrap dd p span{
		display: inline-block;
	}
}


#history{
	margin-bottom: 5em
}

#follow{
	margin: 3em auto;
}

#follow h3{
	font-weight: 900;
	color: var(--green);
	margin-bottom: 10px;
	font-size: 3em;
}
.sns_ic{
	justify-content: center
}

.sns_ic_btn{
	background: #000;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	transition: .3s
}
.sns_ic_btn i{
	font-size: 2em;
}

.sns_ic_btn:hover{
	background: var(--main-color);
}










