@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');
/*
'Exo 2' is licensed under the  Open Font License.
https://fonts.google.com/specimen/Exo+2
*/

html {
 font-size: 62.5%;
}
body {
 font-size: 1.3rem;
 font-family:  Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
 letter-spacing: 0.2em;
 line-height: 180%;
 color: #625925;
}
a {
 text-decoration: none;
 transition: 0.5s;
}
h1 {
 padding-bottom: 1em;
 transform: rotate(8deg);
 -webkit-transform: rotate(8deg);
 font-size: 2.0rem;
 font-weight: normal;
 text-align: center;
}

h2,h3,h4 {
 font-family:  Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
}
h2 {
 padding: 0.5em 0em;
 color: #d2a982;
 font-size: 1.2em;
}
h3 {
 padding: 0.5em 1em;
 color: #666666;
}
em {
 background: linear-gradient(transparent 50%, #fff8ef 50%);
 font-style: normal;
}
input,textarea,button,select {
 padding: 0.2em;
 border: solid 1px #999999;
 font-family: inherit;
 font-size: 100%;
}
ol,ul {
 list-style: none;
}

p {
 padding: 0em 1em;
}
section {
 margin: 2em 0em;
}
section:last-of-type {
 padding-bottom: 10vh;
}


main,header {
 margin: 0em auto;
  width: 50%;
  min-width: 600px;
  box-sizing: border-box;
 height: 90vh;
}
main {
 display: block;
 padding: 10vh 3rem;
}
main a {
 color: #666666;
}
main h1 a {
 color: #625925;
}
header {
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 text-align: center;
}
header h1 {
 font-size: 5.0rem;
}
header p {
 padding: 0em;
 font-size: 1.2rem;
}
nav {
 height: 10vh;
 width: 100%;
 position: fixed;
  bottom: 0;
 background: rgba(255,248,239,1);
 font-family:   Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
        sans-serif;
 line-height: 10vh;
 z-index: 1;
}
nav ul {
 display: flex;
  justify-content: center;
  align-items: center;
 margin: 0em auto;
  width: 50%;
  min-width: 600px;
}
nav li {
 margin: 0em 1em;
 color: #ffffff;
}
nav li a {
 padding: 0.5em 1em;
 background: rgba(255,255,255,0.7);
 color: #555555;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
}
nav li a:hover {
 color: #999999;
}
nav {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.09) 20%, rgba(255,255,255,0.19) 100%),
    linear-gradient(240deg, rgba(255,248,239,0.09) 0%, rgba(255,248,239,0.19) 80%);
  filter: blur(18px);
  pointer-events: none;
}
