


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

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, #gFooter, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}


img,figure, figcaption, #gFooter, header,
menu, nav, output, ruby,  summary,
time, mark, audio, video,a {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
#gFooter, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
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;
}

a,a:link {
	color:inherit;
	text-decoration: none;
}
a:visited {
	color:inherit;
	text-decoration: none;
}
a:hover {
	color:inherit;
	text-decoration: none;
}
a:active {
	color:inherit;
	text-decoration: none;
}


.active {
opacity: 0.5;
pointer-events: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.clearfix:after {
    content:"";
    display:block;
    clear:both;
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}


html,body{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",YuGothic,'Yu Gothic','Roboto','Helvetica Neue',"メイリオ","Meiryo",sans-serif;
	font-feature-settings : "palt";

}

::selection {
	background:#00B8DB; /* Safari */
}

::-moz-selection {
	background:#00B8DB; /* Firefox */
}

html *{/*
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
	margin: 0px;
	padding: 0px;
	webkit-tap-highlight-color:#00B8DB;
	tap-highlight-color:#00B8DB;
}
body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	text-align: center;
	line-height: 1;
	letter-spacing: 0em;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms ease-out;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

#cover{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	background-color: #FFF;
	z-index: 100000;
}

header{
	position: fixed;
	right: 0;
	top:0;
	width: 100%;
	z-index: 100;
}

header nav{
	position: fixed;
	right: 0;
	top:0;
	margin-right: 24px;
}

header nav li{
	float: left;
	color:#00B8DB;
	font-size: 1.2rem;
	padding: 40px 19px;
}

p.contact{
	position: fixed;
	bottom: 40px;
	right: 43px;
	z-index: 100;
}

footer{
	width: 100px;
	font-family:'Roboto',sans;
	font-size:1.2rem;
	letter-spacing: 0.2em;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding:32px 40px;
	text-align: left;
}
footer small{

}

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

	header nav{
		position: fixed;
		right: 0;
		top:0;
		margin-right: 10px;
	}

	header nav li{
		padding: 40px 19px;
	}

	p.contact{
		bottom: 40px;
		right: 23px;
	}



	footer{
		width: 50px;
		padding:23px 20px;
	}
}
@media screen and (min-width: 768px) {
	header nav li a{
		transition: all 250ms 0s ease;
	}
	header nav li a:hover{
		opacity: 0.5;
	}
	.section5 a,
	.section8 a,
	p.contact{
		transition: all 250ms 0s ease;
	}
	.section5 a:hover,
	.section8 a:hover,
	p.contact:hover{
		transform: translateY(10px);
		opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {

	header nav{
		position: fixed;
		right: 0;
		top:0;
		margin-right: 10px;
	}
	p.contact{
		bottom: 20px;
		right: 20px;
		z-index: 100;
	}
	p.contact svg{
		width: 51px;
		height: 34px;
	}


	header nav li{
		padding: 20px 15px;
	}


	footer{
		width: 50px;
		padding:23px 20px;
	}
}
