*{
	margin:0;
	padding:0;
}

a:link { color: #49697a; text-decoration: none;}
a:visited { color: #49697a; }
a:hover { color: #9a5c7a; text-decoration: underline;}
a:active { color: #49697a; }

body{
	margin:0;
	padding:0;
	background : #ffffff ;
	font-family: Futura, 'Century Gothic',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif ;
	color : #000000 ;
	font-size : 12px ;
	line-height : 2em ;
	letter-spacing: 0.1em;
    word-spacing: 0.01em;
	-webkit-text-size-adjust: 100%;
}
	
h1{
	margin:20px;
	padding:0;
	text-align: center;
	font-size:70px;
	line-height:1em;
	letter-spacing: 0.2em;
	font-weight: 100;
}

h2{
	margin:20px;
	padding:0;
	text-align: center;
	font-size:20px;
	line-height:1em;
	letter-spacing: 0.2em;
	font-weight: 400;
}

h3{
	margin:50px 0 50px;
	text-align: center;
	font-size:30px;
	line-height:1em;
	letter-spacing: 0.07em;
	font-weight: 100;
}

h4{
	margin:15px 0 30px;
	text-align: center;
	font-size:30px;
	line-height:1em;
	font-weight:bold;

}

h5{
	margin:20px 0 15px;
	text-align: center;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	letter-spacing: -0.05em;
}

p{
	margin:0 auto;
	padding:0;
	max-width: 700px;
	font-size:14px;
	line-height:2em;
}

br{
	line-height:1em;
}
	

span{
	font-size:12px;
	line-height:2em;
}

dl{
	margin:0px 20px 50px;
	padding:0;

}

dt{
	margin-top:2px;
	padding:0;
	font-size:15px;
	line-height:1.5m;
    overflow: hidden;
	width:426px;
}

dd{
	margin-top: 6px;
	padding:0;
	font-size:10px;
	line-height:2em;
    overflow: hidden;
	width:426px;
}

dd > a{
	display: inline-block;
	font-size: 11px;
	line-height:1.5em;
}


.header{
	margin:150px 30px 200px;
	text-align: center;
}

.header > img{
	max-width: 800px;
}

.wrapper{
	margin:0 auto
	overflow:hidden;
}

.profile{
	margin:50px auto 150px;
}

.name{
	margin:0 20px;
}

.career{
	margin:0 20px;
}

.works{
	margin:80px 0 50px 0;
}


.flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	position:relative;
	overflow:hidden;
}

.twitter{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
}


@media screen and (max-width: 559px) {


	
h1{
	margin:20px;
	padding:0;
	text-align: center;
	font-size:70px;
	line-height:1em;
	letter-spacing: 0.2em;
	font-weight: 100;
}

h2{
	margin:20px;
	padding:0;
	text-align: center;
	font-size:20px;
	line-height:1em;
	letter-spacing: 0.2em;
	font-weight: 400;
}

h3{
	margin:50px 0 50px;
	text-align: center;
	font-size:28px;
	line-height:1em;
	letter-spacing: 0.07em;
	font-weight: 100;
}

h4{
	margin:15px 0 30px;
	text-align: center;
	font-size:22px;
	line-height:1em;
	font-weight:bold;

}

h5{
	margin:20px 0 15px;
	text-align: center;
	font-size:14px;
	line-height:1em;
	font-weight:bold;
	letter-spacing: 0em;
}

p{
	margin:0 auto;
	padding:0;
	font-size:15px;
	line-height:2em;
}

br{
	line-height:1em;
}
	

span{
	font-size:12px;
	line-height:2em;
}

dl{
	width:100%;
	margin:0px 0px 60px;
	padding:0;

}

dt{
	width:92%;
	margin:2px 4% 0;
	padding:0;
	font-size:16px;
	line-height:1.5m;
}

dt > img{
	width:100%;
    height: auto;
}

dd{
	width:92%;
	margin:6px 4% 0;
	padding:0;
	font-size:11px;
	line-height:2em;
}

dd > a{
	display: inline-block;
	font-size: 12px;
	line-height:1.5em;
}




.header{
	margin:150px 4%;
	text-align: center;
}

.header > img{
	width: 100%;
}

.wrapper{
	margin:0 auto;
	width:100%;
}

.profile{
	margin:50px auto;
}

.name{
	margin:0 4%;
}

.career{
	margin:0 4%;
}

.works{
	margin:80px 0 50px 0;
}


.youtube{
	position: relative;
	width:100%;
	padding-top: 56.25%;
}
 
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.twitter{
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
}













}


