html {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}

h3 {
	font-weight: 200;
}

a {
	color: #ddd;
}

.main_content {
	height: 100%;
	background: #fff;
}

.main {
	background-color: #fff;
}

/*header */

.header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100vh;
	opacity: .8;
	background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header h1 {
	font-size: 40px;
	position: absolute;
	z-index: 10;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100vh;
	letter-spacing: .1em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header h1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 388px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header .ml12 {
	font-size: 48px;
	font-weight: 200;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #000;
}

.header .ml12 .letter {
	line-height: 1em;
	display: inline-block;
}

/*about */

.content {
	font-weight: 100;
	height: 100%;
	padding-bottom: 40px;
	text-align: center;
}

.content h2 {
	font-size: 4rem;
	font-weight: 100;
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #555;
}

.content h3 {
	font-size: 2rem;
	font-weight: 100;
	margin-top: 80px;
	margin-bottom: 10px;
	letter-spacing: .05em;
	color: #555;
}

.part-title {
	font-size: 2rem;
	font-weight: 100;
	margin-top: 80px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: .05em;
	color: #555;
}

.about-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.info-list {
	width: 100%;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

.info-list li {
	font-size: 1.5rem;
	font-weight: 200;
	height: 100%;
	margin: 10px;
	letter-spacing: .05em;
	color: #777;
}

.info-list li strong {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 3rem;
	letter-spacing: .2rem;
	color: #555;
}

.info-list li span {
	font-size: 1.5rem;
	line-height: 1;
}

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

  P5

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

#p5Canvas {
	z-index: 10;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	opacity: .4;
}

#p5Canvas canvas {
	width: 100vw;
	height: auto;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

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

  portfolio

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

#portfolio p {
	font-weight: 300;
}

/* Load animation */

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

  skill

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

svg {
	width: 160px;
	height: 160px;
}

.skill {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	max-height: 500px;
	margin-bottom: 100px;
	padding: 0;
	text-align: center; /*box-shadow */
	-webkit-box-shadow: none;
	box-shadow: none;
}

.skill li {
	font-weight: 100;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 2rem;
	text-align: center;
}

.skill li:before {
	font-size: 12px;
	position: absolute;
	bottom: -2rem;
	width: 100%;
	content: attr(data-name);
}

.skill li:after {
	font-size: 2rem;
	position: absolute;
	top: 3.7rem;
	left: 0;
	width: 100%;
	content: attr(data-percent);
	text-align: center;
}

.skill svg {
	width: 8rem;
	height: 10rem;
}

.skill svg:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.skill svg:nth-child(2) path {
	opacity: .9;
	fill: none;
	stroke-width: 25;
	stroke-dasharray: 629;
	stroke: #fff;
}

.skill.animated svg:nth-child(2) path {
	-webkit-animation: load 10s;
	animation: load 10s;
}

.skill-gradient {
	width: 0;
	height: 0;
}

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

  snsWrapper

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

.snsWrapper {
	position: fixed;
	z-index: 1000;
	right: 40px;
	bottom: 45px;
}

.snsWrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.snsWrapper li {
	margin: 20px 0;
}

.snsWrapper img {
	width: 15px;
	height: auto;
}

@-webkit-keyframes load {

0% {
	stroke-dashoffset: 0;
}

}

@keyframes load {

0% {
	stroke-dashoffset: 0;
}

}

