﻿/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/*====================================================
default
====================================================*/

body {
	line-height: 1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#FFF;
	color: #444;
	overflow: hidden;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* === End of CSS RESET === */

/* === clearfix === */
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
/* === End of clearfix === */
    

h1,h2 {
	font-family: 'Raleway', cursive;
	color:#555;
	font-size: 60px;
	padding:200px 0 0 0;
}
h3{
	font-family: 'Cabin', sans-serif;
	line-height:2em;
	font-size:90%;
	color: #CCC;
	font-size: 22px;
}

p,dl{
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    margin:20px auto 0 auto ;
    text-align: left;
    width: 410px;
}

dt{
	float:left;
	width:80px;
}

dd{
	margin-left:80px;
}

a{
	color: white;
	color/*\**/: #858585\9;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #AAA;
	border-bottom: 2px dotted;	
}

a:active {
	color: lightblue;
}

.section {
	position: absolute;
}

.settings, .navigation {
	position: fixed;
	z-index: 9999999;
	top: 0;
	background: rgba(10,10,10, 0.5);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}



.navigation {
	left: 0;
	width: 100%;
}

.sp-canvas {
	display: inline;
}

.arrow {
	position: relative;
	display: inline-block;
}

.navigation2 a{
	position:absolute;
	transition: 0.25s;
	width: 100px;
	height: 100px;
	border-radius: 300px;
	font-size: 18px;
	text-align: center;
	background: #000;
	color:#FFF;	
	display: block;
}
.navigation2 a:hover{
	background:#666;
	border-bottom:none;
}

.navigation2 a span{
  display: block;
  padding-top: 43px;
 }

.navigation2 a.home_next{
	top: -950px;
	left: 350px;	
}

.navigation2 a.web_next{
	top: -950px;
	left: 1623px;
}

.navigation2 a.app_next{
	top: 350px;
	left: 2123px;
	transform: rotate(90deg);		
}

.navigation2 a.photo_next{
	top: 1550px;
	left: 1000px;
	transform: rotate(135deg);
}

.navigation2 a.about_next{
	top: 1000px;
	left: -380px;
	transform: rotate(135deg);
}	

.navigation2 a.contact_next{
	top: -400px;
	left: -800px;
	transform: rotate(45deg);
}	

.home { 
	width: 600px;
	height: 600px;
	border-radius: 300px;
	font-size: 25px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: -1200px;
	left: -300px;
}
.web {
	width: 600px;
	height: 600px;
	border-radius: 300px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: -1200px;
	left: 973px;
}

.app {
	width: 600px;
	height: 600px;
	border-radius: 300px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: -300px;
	left: 1873px;
	transform: rotate(90deg);

}

.photo {
	width: 600px;
	height: 600px;
	border-radius: 300px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: 973px;
	left: 973px;
	transform: rotate(135deg);
}

.about {
	width: 600px;
	height: 600px;
	border-radius: 300px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: 973px;	
	left: -300px;
	transform: rotate(135deg);
}


.contact {
	width: 600px;
	height: 600px;
	border-radius: 300px;
	text-align: center;
	background:#F0F0F0;
	opacity:0.95;
	top: -300px;	
	left: -1200px;
	transform: rotate(45deg);
}



.highlight {
	animation: highlight 1s alternate 2;
}

@keyframes point-down {
	from {
		top: 0;
	}
	to {
		top: 5px;
	}
}

@keyframes highlight {
	to {
		background: lightblue;
	}
}


address{
	color:#CCC;
	position: fixed;
	z-index: 9999999;
	bottom:5px;
	right:10px;
	font-size:12px;
}

label{
	margin:10px 0;
	display:block;
}

.submit {
border-radius: 20px;
padding: 7px 30px;
cursor: pointer;
border: none;
transition-duration:0.4s;
background:#CCC;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.submit:hover{
background:#FFF;
}

.break{
	clear:both;
	float: left;
}


#mail{
width:600px;
height:600px;
margin:0 auto;
}

#mail h3{
margin:30px 0 0 0;
}

#mail h3 a {

border-radius: 30px;
padding: 7px 30px;
cursor: pointer;
border: none;
background: #CCC;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#mail h3 a:hover {
background: white;
}


/*====================================================
960px以下 for スマートフォン
====================================================*/

.navigation li {
	float: left;
	width: 33.3%;
}

.navigation a {
	display: block;
	padding: 15px 10px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	transition: 0.25s;
	font-size:40px;
}

.navigation li:last-child a {
	border-radius: 0 0 10px 0;
}

.navigation a:hover {
	background: rgba(15,15,15, 0.5);
}

/*====================================================
768px以上 
====================================================*/
@media only screen and (min-width: 960px){

.navigation li {
	float: left;
	width: 16.6%;
}

.navigation a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	transition: 0.25s;
	font-size:20px;
}

.navigation li:last-child a {
	border-radius: 0 0 10px 0;
}

.navigation a:hover {
	background: rgba(15,15,15, 0.5);
}

}

