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


/*	暫定カラーコード
#494949:グレー
#f0eded:ホワイトグレー
#096b30:グリーン
#f8a30e:オレンジ
*/

#portfolio h1{
	font-family: 'Gloria Hallelujah', cursive;
	line-height: 3em;
	font-size: 18px
}

#portfolio h2{
	width: 400px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:50px;;
	line-height:1em;
	color:#fff;
	border-left:25px solid #096b30;
	padding:10px;
	margin:0px 10px 50px 10px;
	color: #096b30;
	background-color:#fff;
	z-index: 99999;
}

.contentMainArea h2{
	margin-left: 30px;
}





/*************
※メインビジュアル
*************/
#portfolio header{
	height:450px;
	background-image:url(../../portfolio/portfolio_img/mainVisual.png);
}

#portfolio #titleArea{
	position:absolute;
	top:135px;
	left:50px;
	width: 450px;
	background-color: #f0eded;
	color:#494949;
	overflow: hidden;
	opacity:0.6;
}

#portfolio #titleArea li{
	margin-bottom: 10px;
	padding-bottom: 24px;
}


#titleArea li{
	font-family: 'Permanent Marker', cursive;
	font-size:2.5em;
	line-height:50px;
	margin:20px;
	margin-top:10px;
}

#titleArea li:first-child{
	margin-top:40px;
}

#portfolio #mainContent{
	background-image:url(../../portfolio/portfolio_img/backGround.jpg);
	background-attachment:fixed;
	background-size:cover;
}

/*************
※aboutエリア
*************/
#aboutArea{
	
}
#aboutArea .innerContainer{
	background-color: #f0eded;
	padding-top: 50px;
}

#aboutArea h2{
	color: #096b30;
	background-color:#fff;
	transform:rotate(-1deg);
}
#aboutPhoto{
	float: left;
	padding:20px;
	margin-right:30px;
}

#profileArea{
	padding: 30px;
}

#profileArea dl {
	line-height: 2.5em;
	font-size: 80%;
	width:500px;
}
#profileArea dt {
	width: 100px;
	float:left;
	clear:left;
}

#profileArea dd{
	margin-left:100px;
}

#profileContent{
	float: left;
	width:460px;
}

#profileContent h3,
#worksArea h3,
#careerArea h3{
	line-height: 2em;
	text-align: center;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 150%;
	width: 100%;
	border-top: 5px solid #096b30;
	border-bottom: 5px solid #096b30;
	color: #096b30;
	margin:0 0 20px 0px;
	padding: 10px 0 10px 10px;
}

#careerArea{
	overflow: hidden;
}
#careerArea p{
	padding: 0 10% 20px 10%;
	padding-bottom: 20px;
	line-height: 2em;

}

#favoriteArea{
	width: 400px;
}

.favoriteItem{
	width: 220px;
	float: left;
}

.favoIcon{
	width: 60px;
	float:left;
	margin-right:5px;
}

.favText{
	width:180px;
	font-size:75%;
}

/*************
※skillsエリア
*************/
#skillsArea .outerContainer{
	background-color: #494949;
	position: relative;
	padding-top: 100px;
}
#skillsArea .innerContainer{
}
#skillsArea .contentMainArea{
}
#skillsArea h2{
	position: absolute;
	top:-100px;
	border-left:25px solid #f8a30e;
	background-color:#777;
	color: #f8a30e;
	transform:rotate(1deg);
}

#skillInfoArea{
	width: 930px;
	margin: 0 auto;
}

.skillInfo{
	width: 298px;
	margin: 5px;
	float: left;
	border: 1px solid #f8a30e;
	position: relative;
}
.skillIcon{
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
}

.skillName{
	text-align: center;
	color: #f0eded;
}

.skillLv{
	margin-top: 0;
	text-align: center;
	line-height: 0.8em;
}
.skillTxt{
	font-size: 90%;
	color: #f0eded;
	margin: 15px 20px 30px 20px;
}
.multiIcon{
	width: 150px;
	text-align: center;
	margin: 0 auto;
}

.multiIcon .skillIcon{
	margin-left: 10px;
	float: left;
}

/*************
※worksエリア
*************/
#worksArea .outerContainer{
}
#worksArea .innerContainer{
	background-color: #f0eded;
	padding-bottom:50px;
}
#worksArea .contentMainArea{
}
#worksArea h2{

}

#worksArea ul{
	margin:0 auto;
	width:840px;
	text-align:center;
}

#worksArea ul li{
	margin:20px auto;
	margin-left:18px;
	float:left;
}

#worksArea h4{
	line-height: 50px;
	margin-left: 5%;
	font-size: 120%;
	background-color: #fff;
	color: #096b30;
	padding-left: 2%;
	width: 300px;
	border-left: 10px solid #f8a30e;
}


.worksList{
	
}

#worksInfo{
	overflow: hidden;
}

#worksList img{
	transition:0.6s;
}

#worksList img:hover{
	opacity:0.8;
}

/*************
※contactエリア
*************/
#contactArea .outerContainer{
	background-color: #494949;
}
#contactArea .innerContainer{
}
#contactArea .contentMainArea{
}

#contactArea .container{

	padding-top: 10px;
}

/*	暫定カラーコード
#494949:グレー
#f0eded:ホワイトグレー
#096b30:グリーン
#f8a30e:オレンジ
*/

#contactArea h2{
	color: #096b30;
	margin-top: 30px;
	background-color: #f0eded;
	border-left-color: #096b30;
}
#contactArea h3{
	width: 50%;
	color: #f0eded;
	margin: 0 auto;
	text-align: center;
}

.white{
	color: #fff;
}

.orange{
	color: #f8a30e;
}


#contactArea .container p{
	text-align: center;
	font-size: 80%;
	padding-bottom: 20px;
}
.otherLink{
	padding-bottom: 100px !important;
	margin-bottom: 10px;
}
.otherLink a{
	margin: 0 auto;
	font-size: 120%;
	width: 20%;
	line-height: 40px;
	background-color: #f8a30e;
	color: #494949;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
	写真フレーム(差し込んだ風)
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.photoFrame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.photoFrame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.photoFrame:before,
.photoFrame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #f0eded; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.photoFrame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.photoFrame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
斜線部分を直後のヘッダと考えSVGで描画
svg描画を必要とするヘッダには下記クラスをセットで付与
.svgContentHeader
	position: relative;
.svgHeader
	svgタグに付与、この中にSVG描画を記載
.svgHeaderContainer
	.svgContentHeaderの中に子要素でコンテナを作り記載
	描画の透過部分で背景が見えることを防ぐ

<div class="svgContentHeader">
	<svg class="svgHeader" version="1.1" xmlns="http://www.w3.org/2000/svg">
		<polygon points="0 200 1920 0 1920 200"/>
	</svg>
	<div class="container">
		<div class="svgHeaderContainer"></div>
	</div>
</div>
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

.svgContentHeader{
	position: relative;
	width: 100%;
	height: 200px;
	fill:#494949;
}

.svgHeader{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.svgHeaderContainer{
	height: 200px;
	z-index:998;
	width: 100%;
	background-color: #f0eded;
}

