@charset "UTF-8";
/* --- base --- */
@font-face {
	font-family: 'icons';
	src: url('../font/icons.ttf') format('truetype');
}
@font-face {
	font-family: 'icons';
	src: url('../font/icons.eot');
}
html {
	min-width: 320px;
}
body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
	margin: 0;
	padding: 0;
}
/* --- text define --- */
section h1 {
	font-size: 2rem;
	line-height: 5rem;
	color: #333;
	text-align: center;
	padding-top: 1rem;
}
h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.25rem;
}
p,li,dt,dd,th,td {
	font-size: 0.9rem;
	line-height: 1.4rem;
}
section p {
	margin: 0 1rem 1rem;
}
i {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-smoothing: antialiased;
}
img,video {
	max-width: 100%;
	height: auto;
}
/* --- class --- */
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
.clearfix {
	zoom: 1;
}
.center {
	text-align: center;
}
.red {
	color: #c00;
}
/* --- header --- */
header {
	text-align: center;
	background: #ffa800;
	height: 5rem;
	position: relative;
}
header h1 {
	text-indent: -9999px;
}
header h1 i {
	font-size: 4rem;
	line-height: 5rem;
	color: #fff;
	text-indent: -2rem;
	position: absolute;
	top: 0;
	left: 50%;
}
#smt_nav a {
	font-family: 'icons';
	font-size: 2rem;
	color: #ffa800;
	background: #fff;
	padding: 0 10px;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-smoothing: antialiased;
}
nav {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 5rem;
	left: 0;
	z-index: 2;
}
nav li {
	font-weight: bold;
	width: 50%;
	display: inline-block;
}
nav li a {
	color: #333;
	padding: 1.5rem 1rem;
	border-bottom: dotted 1px #ccc;
	display: block;
}
nav li:nth-child(2n) a{
	border-left: dotted 1px #ccc;
}
/* --- article --- */
article {
	position: relative;
}
article section {
	width: 100%;
	clear: both;
}
/* --- home --- */
.swiper-container {
	color: #fff;
	height: 14rem;
}
.swiper-container h1 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #fff;
	padding: 5rem 0 1rem;
}
.slide01 {
	background: url(../img/slide01.png) no-repeat center center;
	background-size: cover;
}
.slide02 {
	background: url(../img/slide02.png) no-repeat center center;
	background-size: cover;
}
.slide02 h1 {
	padding-top: 2rem;
}
.slide02 li {
	display: inline-block;
}
.slide02 a {
	font-family: 'icons';
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	padding: 0.5rem;
	background: #999;
	border-radius: 6px;
	display: block;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-smoothing: antialiased;
}
.slide02 .android:hover {
	background: #a4c639;
}
.slide02 .ios:hover {
	background: #ccc;
}
.point_box {
	color: #fff;
	padding: 5% 3% 6%;
	position: relative;
}
.point_box p {
	margin: 0;
}
#point01 {
	background: url(../img/point01.png) no-repeat center center;
	background-size: cover;
}
#point02 {
	background: url(../img/point02.png) no-repeat right 30%;
	background-size: cover;
}
#point03 {
	background: url(../img/point03.png) no-repeat center center;
	background-size: cover;
}
/* --- profile --- */
#profile img {
	width: 30%;
	margin: 0 35% 5%;
	border-radius: 100%;
}
#profile dl {
	padding: 0.3rem 1rem;
	margin: 0 1rem 1rem;
	border: solid 1px #ccc;
	border-radius: 4px;
}
#profile dt {
	width: 100px;
	padding: 0.5rem 0 0.4rem;
	float: left;
	clear: both;
}
#profile dd {
	padding: 0.5rem 0 0.4rem 110px;
	border-bottom: dotted 1px #ccc;
}
#profile dd:last-child {
	border: none;
}
#profile a:link,
#profile a:visited {
	color: #ffa800;
}
#profile a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#profile .skill_box {
	padding: 0.3rem 1rem;
	margin: 0 1rem 1rem;
	border: solid 1px #ccc;
	border-radius: 4px;
}
#profile .skill_box h2 {
	color: #ccc;
	margin: 0.5rem 0;
}
#profile ul {
	list-style: none;
}
#profile li {
	padding: 0.5rem 6rem 0.4rem 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
}
#profile li:last-child {
	border: none;
}
#profile li::before {
	font-family: 'icons';
	font-size: 1.2rem;
	color: #ccc;
	content: 'iiiii';
	position: absolute;
	top: 7px;
	right: 0;
	-webkit-font-smoothing: antialiased;
}
#profile li::after {
	font-family: 'icons';
	font-size: 1.2rem;
	color: #ffa800;
	content: 'iiiii';
	position: absolute;
	top: 7px;
	right: 0;
	-webkit-font-smoothing: antialiased;
}
#profile .s4::after {
	content: 'iiii';
}
#profile .s3::after {
	content: 'iii';
}
/* --- app, web --- */
.work_box {
	color: #fff;
	background: #ccc;
	position: relative;
}
.work_box:nth-child(2n) {
	background: #666;
}
.work_box img {
	display: none;
}
.work_box p {
	margin: 0;
}
.work_box li {
	margin-top: 0.5rem;
	display: inline-block;
}
#app .work_box li a {
	font-family: 'icons';
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 0.5rem;
	background: #999;
	border-radius: 6px;
	display: block;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-smoothing: antialiased;
}
#app .work_box li .android:hover {
	background: #a4c639;
}
#app .work_box li .ios:hover {
	background: #ccc;
}
#web .work_box li a {
	background: #999;
	padding: 0.25rem 3rem;
	border-radius: 4px;
	display: block;
}
#web .work_box li .web:hover {
	background: #ffa800;
}
.work_box .info {
	padding: 5% 3% 6%;
}
.work_box a {
	color: #fff;
}
/* --- app,web background --- */
#app .cjw {
	background: url(../img/app_cjw02.png) no-repeat center right;
	background-size: cover;
}
#web .sakiho {
	background: url(../img/web_sakiho02.png) no-repeat center right;
	background-size: cover;
}
#web .oda {
	background: url(../img/web_oda02.png) no-repeat center right;
	background-size: cover;
}
/* --- footer -- */
footer {
	color: #fff;
	text-align: center;
	background: #000;
	clear: both;
	position: relative;
}
footer li {
	display: inline-block;
}
footer li a {
	color: #fff;
	padding: 20px 15px;
	display: block;
}
footer li a:hover {
	color: #ffa800;
}
footer p {
	font-size: 0.6rem;
	color: #666;
}
@media only screen and (min-width: 710px) {
	/* --- text --- */
	section h1 {
		font-size: 3.5rem;
		line-height: 3.5rem;
		padding: 8rem 0 2rem;
	}
	h2 {
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	section p {
		margin: 0 0 1rem;
	}
	/* --- header --- */
	header {
		height: auto;
		background: none;
	}
	header h1 i {
		font-size: 6rem;
		line-height: 7rem;
		color: #ffa800;
		text-indent: -3rem;
		padding-top: 10px;
	}
	#smt_nav {
		display: none;
	}
	nav {
		position: static;
	}
	nav ul {
		padding: 7rem 0 1rem;
		display: block !important;
	}
	nav li,
	nav li:last-child {
		width: auto;
	}
	nav li a,
	nav li:nth-child(2n) a {
		padding: 2px 25px;
		border: none;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	nav li a:hover {
		color: #ffa800;
	}
	.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.fixed ul {
		background: #fff;
		padding: 0;
		border-bottom: solid 1px #ccc;
	}
	.fixed li a,
	.fixed li:nth-child(2n) a {
		padding: 20px 25px;
	}
	/* --- article --- */
	article section {
		max-width: 1000px;
		margin: 0 auto;
		clear: both;
	}
	/* --- home --- */
	.swiper-container {
		height: 30rem;
	}
	.swiper-container h1 {
		font-size: 4rem;
		line-height: 4rem;
		padding: 12rem 0 2rem;
	}
	.slide02 h1 {
		padding-top: 9.8rem;
	}
	.point_box {
		text-align: center;
		width: 33.3%;
		height: 280px;
		padding: 90px 3% 10%;
		float: left;
	}
	.point_box h2 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 0.5rem;
	}
	/* --- profile --- */
	#profile #spec_area {
		width: 470px;
		margin: 0 auto;
	}
	#profile img {
		width: 190px;
		margin: 0 0 30px;
		float: left;
	}
	#profile dl {
		margin: 2px 0 0 30px;
		padding: 0;
		border: none;
		float: left;
	}
	#profile p {
		clear: both;
	}
	#profile .skill_box {
		width: 32.6%;
		margin: 0 1% 1rem 0;
		float: left;
	}
	#profile .skill_box:last-child {
		margin-right: 0;
	}
	/* --- app, web --- */
	.work_box {
		width: 33.3%;
		float: left;
		position: relative;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		overflow: hidden;
	}
	.work_box:before {
		padding-top: 76%;
		display: block;
		content:"";
	}
	.work_box img {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.work_box .info {
		text-align: center;
		background: #333333;
		background: rgba(0, 0, 0, 0.6);
		padding: 5% 10% 6%;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	.work_box:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.work_box:hover .info {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	/* --- footer --- */
	footer {
		margin-top:  8rem;
		padding-bottom: 10px;
	}
}
