* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
html {
    font-size: 62.5%}
blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,ul {
    margin: 0;
    padding: 0;
    font-weight: 400;}

body {
    padding: 2rem 6rem 4rem;
    min-height: 100vh;
    font: 400 1.8rem 'Noto Sans JP', sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    scroll-behavior: smooth}    
::selection {
    background: #333;
    color: #fff}
::-moz-selection {
    background: #333;
    color: #fff}
p {
    margin: 0.12rem 0;
    line-height: 1.5}
h3 {
    margin-bottom: 1rem;
    font-size: 3.2rem}

h4 {
    font-weight: 600;
}

h5 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 4rem 0rem 1.5rem 0rem;
}
ul {
    list-style-type: none;
    list-style-position: inside}
a {
    text-decoration: none;
    -webkit-transition: none;
    transition: none}

a:visited {
    color: #000;}
a:hover {
    text-decoration: underline;
    cursor: pointer;}

img {
    display: block;
    max-width: 100%;
}
.site-header .logo {
    padding: 0rem;
   }
.site-header a.logo img{
        width: 6rem;
        display: block;
        margin: -1rem;}
.spin {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.spin:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.home-navigation {
    min-height: 9vh;
    font-size: 1.5rem;
    line-height: 2.4rem
    font-weight: 500;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin-top: 0rem;
    margin-left: -1.4rem;
    }
.home-navigation li {
    display: inline-block}
.home-navigation a {
    color: #000;
    text-decoration: none;
    padding: 2rem 1.4rem;
    position: relative;
    -webkit-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out}
.home-navigation a:hover {
    color: #452af7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out}
.italic {
    font-style: italic
}
.site-block {
    width: 88rem;
    max-width: 100%}
.site-block p {
    width: 72rem;
    max-width: 100%}
.projects h2 {
    font-weight: 400;
    margin: 4rem 0rem 1.5rem 0rem;
    margin-bottom: .4rem;
    font-size: 2.8rem;
    }
.projects h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 300;}
.projects p {
   font-size: 1.5rem;
    line-height: 3rem;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0;
    color: #000;
    max-width: 800px;
}
.project {
    margin-top: 0;
}
.project-gallery {
    margin: 3rem 0rem 0rem 0rem;
}

.project-gallery li {
    margin-bottom: 4rem;
}

.project-gallery2 li img{
    margin-bottom: 4rem;
   display: inline-block;
}

a.button, span.button{
    padding: 15px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #000;
    display: block;
    max-width: 16rem;
    text-align: center;
    margin: 2rem 0rem;
}


a.button:hover, a.buttonnav:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

a.buttonnav {
    padding: 15px;
    border: 0px solid #000;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #000;
    display: block;
    max-width: 16rem;
    text-align: center;
}


footer {
    margin-top: 6rem;
}

footer h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

footer li {
    list-style: disc;
    list-style-position: inside;
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    color: #555;
    max-width: 800px;}

.line {
  border-bottom: 1px solid #d3d3d3;
  margin: 10px 0px;
}

.project-block img {
    margin: 1rem 0rem 4rem 0rem;

}

.project-block h1 {
    max-width: 800px;
}


.project-block h2 {
    margin-bottom: .4rem;
    font-size: 3rem
    }

.project-block h2 span, .projects h2 span{
    display: block;
    font-size: 1.7rem
}

.project-block h3 {
    font-size: 2.8rem;
    margin: 10rem 0rem 0rem 0rem;
    padding: 0;
}

.project-block h4, .project-block h2, .projects h4{
    text-transform: uppercase;
    font-weight: 400;
    margin: 4rem 0rem 1.5rem 0rem;
}

.project-block p, ul.project-block li{
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0;
    color: #000;
    max-width: 700px;
    }

ul.project-block {
    list-style: disc;
    list-style-position: outside;
    margin: 0rem 0rem 0rem 2rem;
}

.project-block a {
 display: block;
 margin: 1rem 0rem 1rem 0rem;
}

p.quote, .quote {
    font-size: 2.3rem;
    font-weight: 300;
    margin: 1rem 0rem 3rem 0rem;
    line-height: 4rem;
}

.intro .quote {
    font-size: 2.3rem;
    font-weight: 300;
    margin: 1rem 0rem 1rem 0rem;
    line-height: 4rem;
}

p.smallquote, .smallquote {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem 0rem 3rem 2rem;
    padding: 0rem 0rem 0rem 2rem;
    line-height: 3rem;
    border-left:  1px solid #333;
}

p.spaced {
    margin: 8rem 0rem 5rem 0rem;  
}

small {
    font-size: 1.1rem;
    color: #555;
    display: block;
    text-align: center;}


.backtop {
    display: block;
    margin: 4rem 0rem;
}

p.before {
    font-size:  2.5rem;
    margin: 40rem 0rem 10rem 0rem;
    color:  lightgrey;

}


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

li.hide {
    display: none;
}
}


