@charset "UTF-8";
#owner #wrapper{
	background: #000;
	max-width: 1300px;
	margin: 0 auto;
}
/*------------------------
	profile
------------------------*/
#profile{
	padding: 0 30px 60px;
}
#profile .profile_about{
	display: flex;
	align-items: center;
	padding-bottom: 60px;
	border-bottom: solid 1px #2d2d2d;
}
#profile .profile_about .owner_img{
	width: 26%;
}
#profile .profile_about dl{
	width: 70%;
	margin-left: 4%;
	text-align: left;
}
#profile .profile_about dl dt{
	color: #e2c330;
	font-size: 2.5vw;
	line-height: 1.2em;
	margin-bottom: 1vw;
}
#profile .profile_about dl dt span{
	font-size: 60%;
}
#profile .profile_about dl dd{
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: "Noto Sans JP", Meiryo, serif;
}
#profile .profile_overview dl{
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px #2d2d2d;
}
#profile .profile_overview dl dt{
	width: 26%;
    font-size: 1.2em;
    padding-left: 30px;
	font-family: 'Noto Serif JP', serif;
}
#profile .profile_overview dl dd{
	width: 70%;
	padding-left: 4%;
	border-left: solid 1px #2d2d2d;
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: "Noto Sans JP", Meiryo, serif;
}
#profile .profile_overview #history dd ul li{
	display: flex;
}
#profile .profile_overview #history dd ul li .year{
	margin-right: 2vw;
}
#profile .profile_overview #achieve dd{
	display: flex;
	justify-content: space-between;
}
#profile .profile_overview #achieve dd .achieve_img{
	display: inline-block;
	width: 40%;
}
#profile .profile_overview #achieve dd .achieve_img img{
	float: left;
	width: 48%;
}
#profile .profile_overview #achieve dd .achieve_img img:nth-child(2n){
	margin-left: 4%;
}
#profile .profile_overview #achieve dd .achieve_img img:nth-child(n+3){
	margin-top: 4%;
}
#profile .profile_overview #youtube_channel dd .youtube_overview{
	margin-bottom: 2vw;
}
#profile .profile_overview #youtube_channel dd .youtube_overview img{
	margin-top: 0.5vw;
	width: auto!important;
}
#profile .profile_overview #youtube_channel dd .youtube_overview .btn_red{
	padding: 1vw 2vw;
}
#profile .profile_overview #artist dd{
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
   justify-content: space-between;
}
#profile .profile_overview #artist dd p{
	width: 33.333%;
}
/*1300px以下*/
@media screen and (max-width: 1299px) {
	#profile .profile_about dl dd{
		font-size: 1.2vw;
	}
	#profile .profile_overview dl dt{
	    font-size: 1.2vw;
	}
	#profile .profile_overview dl dd{
		font-size: 1.1vw;
	}
	#profile .profile_overview #youtube_channel dd .youtube_overview img{
		height: 6vw!important;
	}
}
/*SP*/
@media screen and (max-width:979px){
	#profile{
		padding: 0;
	}
	#profile .profile_about{
		display: block;
		padding: 0 5vw 7vw;
	}
	#profile .profile_about .owner_img{
		width: 70%;
		margin: 0 15% 1vw;
	}
	#profile .profile_about dl{
		width: 100%;
		margin-left: 0;
	}
	#profile .profile_about dl dt{
		color: #e2c330;
		font-size: 8vw;
		line-height: 1.2em;
		margin-bottom: 2vw;
	}
	#profile .profile_about dl dd{
		font-size: 4vw;
	}
	#profile .profile_overview dl{
		display: block;
		padding: 7vw 5vw;
	}
	#profile .profile_overview dl dt{
		width: 100%;
	    font-size: 5vw;
		text-align: center;
		padding-left: 0;
		margin-bottom: 5vw;
	}
	#profile .profile_overview dl dd{
		width: 100%;
		padding-left: 0;
		border-left: 0;
		font-size: 4vw;
	}
	#profile .profile_overview #history dd ul li{
		display: block;
		margin-bottom: 3vw;
	}
	#profile .profile_overview #history dd ul li .year{
		width: 100%;
		color: gray;
	}
	#profile .profile_overview #history dd ul li .thing{
		margin-left: 3%;
	}
	#profile .profile_overview #achieve dd{
		display: block;
	}
	#profile .profile_overview #achieve dd .achieve_img{
		margin-top: 5vw;
		width: 100%;
	}
	#profile .profile_overview #youtube_channel dd .youtube_overview{
		margin-bottom: 5vw;
	}
	#profile .profile_overview #youtube_channel dd .youtube_overview img{
		margin-top: 1vw;
		width: 100%!important;
		height: auto!important;
	}
	#profile .profile_overview #youtube_channel dd .youtube_overview .btn_red{
		width: 100%;
		padding: 3vw 0;
		margin-top: 5vw;
	}
	#profile .profile_overview #artist dd p{
		width: 50%;
	}
}

/*------------------------
	portfolio
------------------------*/
#portfolio{
	text-align: center;
}
#portfolio h3{
	margin-bottom: 30px;
}
#portfolio .portfolio_list{
	padding: 0 60px 30px;
	display: inline-block;
}
#portfolio .portfolio_list .portfolio_box{
	float: left;
	width: 48%;
	margin-bottom: 2.5vw;
}
#portfolio .portfolio_list .portfolio_box:nth-child(2n){
	margin-left: 4%;
}
#portfolio .portfolio_list .portfolio_box .portfolio_movie{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: solid 1px white;
	box-sizing: border-box;
}
#portfolio .portfolio_list .portfolio_box .portfolio_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#portfolio .portfolio_list .portfolio_box h4{
	margin-top: 1vw;
	font-size: 1.3vw;
	font-weight: normal;
}
#portfolio .gallary_link a{
	font-size: 1.3vw;
	padding: 1.5vw 3vw;
}
/*SP*/
@media screen and (max-width: 979px) {
	#portfolio{
		padding: 7vw 5vw;
		text-align: center;
	}
	#portfolio h3{
		margin-bottom: 4vw;
	}
	#portfolio .portfolio_list{
		padding: 0;
	}
	#portfolio .portfolio_list .portfolio_box{
		width: 100%;
		margin-bottom: 8vw;
	}
	#portfolio .portfolio_list .portfolio_box:nth-child(2n){
		margin-left: 0;
	}
	#portfolio .portfolio_list .portfolio_box h4{
		margin-top: 2vw;
		font-size: 5vw;
		font-weight: normal;
	}
	#portfolio .gallary_link a{
		width: 100%;
		padding: 4vw 0;
		margin-top: 5vw;
		font-size: 4.5vw;
	}
}



