

/* reset
---------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-family: desktop;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #fff;
}
a:focus {
  outline: thin dotted #1f1f1f;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  font-size: 0;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
sup {
  vertical-align: super;
}
b,
strong,
em {
  font-style: normal;
  font-weight: bold;
}
p{
line-height: 200%;
}


/* body
---------------------------------------------- */
body {
  background-color: #444444;
  line-height: 1.4;
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

/* link
---------------------------------------------- */
a {
text-decoration: none;
color: #2e2e2e;
}
a:hover {
text-decoration: underline;
color: #ccc;
}
/* sup
---------------------------------------------- */
sup {
font-size: 76.94%;
}
/* common parts
============================================== */
/* clearfix
---------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
/* hide_text
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.hide_text {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
/* layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */



#wrapper{
width: 100%;
}
.inner{
width: 80%;
margin: 0 auto;
overflow: hidden;
}
#header,
.gnav,
#footer {
width: 100%;
}
#header{
height: 100vh;
}
#header h1{
  width: 600px;
margin: 0 auto;
margin-top: 270px;
}

.path{    
stroke:#fff;
fill:rgba(0,0,0,0);
stroke-width:1;
stroke-dasharray: 3000;
stroke-dashoffset:3000;
animation: DASH 3s ease-in alternate forwards;
-webkit-animation:DASH 3s ease-in 0s forwards;
-o-animation:DASH 3s ease-in 0s forwards;
animation:DASH 3s ease-in 0s forwards;
}
@keyframes DASH{
0%{stroke-dashoffset:3000;fill:rgba(0,0,0,0);}
50%{stroke-dashoffset:200;fill:rgba(0,0,0,0);}
100%{stroke-dashoffset:0;fill:#fff;}
}
@-moz-keyframes DASH{
0%{stroke-dashoffset:3000;fill:rgba(0,0,0,0);}
50%{stroke-dashoffset:200;fill:rgba(0,0,0,0);}
100%{stroke-dashoffset:0;fill:#fff;}
}
@-webkit-keyframes DASH{
0%{stroke-dashoffset:3000;fill:rgba(0,0,0,0);}
50%{stroke-dashoffset:200;fill:rgba(0,0,0,0);}
100%{stroke-dashoffset:0;fill:#fff;}
}
@-o-keyframes DASH{
0%{stroke-dashoffset:3000;fill:rgba(0,0,0,0);}
50%{stroke-dashoffset:200;fill:rgba(0,0,0,0);}
100%{stroke-dashoffset:0;fill:#fff;}
}
@-ms-keyframes DASHf{
0%{stroke-dashoffset:3000;fill:rgba(0,0,0,0);}
50%{stroke-dashoffset:200;fill:rgba(0,0,0,0);}
100%{stroke-dashoffset:0;fill:#fff;}
}

section{
min-height: 300px;
}

.information .inner ul li{
margin-bottom: 20px;
font-size: 1rem;
}

.profile .inner {

}
.profile .inner .top{
margin-bottom: 20px;
font-size: 1rem;
}
.works{
  padding: 140px 0;
  text-align: center;
  color: #fff;
}
.works a{
  display: inline-block;
  padding: 30px 0;
  color: #fff;
}
.works img.mid{
  width: 92%;
  margin: 0 4%;
}

#footer{
margin-bottom: 40px;
text-align: center;
}
#footer .inner .copy{
  text-align: center;
  font-size: 85%;
  color: #fff;
}






/* touch
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */

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

.pc{display: none;}

body{
font-size: 16px;
}

p{
line-height: 150%;
}

p span{
fxont-size: 18px;
}

#header h1{
  width: 90%;
margin: 0 auto;
margin-top: 200px;
}

#header svg{
  width: 100%;
}

#footer .copy{
  text-align: center;
  font-size: 58%;
}

}

