@charset "UTF-8";
#header {
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh; /*高さを全画面にあわせる*/
}

* {
  margin: 0px;
  padding: 0px;
  text-decoration-line: none;
  letter-spacing: 1px;
}

@font-face {
  font-family: "shippori-r"; /*任意のフォントファミリー名でOK*/
  src: url("font/ShipporiMincho-Regular.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}
@font-face {
  font-family: "shippori-sb"; /*任意のフォントファミリー名でOK*/
  src: url("font/ShipporiMincho-SemiBold.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}
@font-face {
  font-family: "shippori-b"; /*任意のフォントファミリー名でOK*/
  src: url("font/ShipporiMincho-Bold.ttf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
  font-display: swap; /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}
body {
  background: rgb(255, 255, 255);
  margin: 0;
  height: 200vh;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  display: block;
}

.nim {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 400px;
}

.fadein {
  background: rgb(255, 255, 255);
  position: fixed;
  text-align: center;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 888;
}

.fadein p {
  position: fixed;
  left: 41%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
  width: 120px;
}

.title {
  font-family: serif;
  margin-top: 5.8vh;
  margin-bottom: 0px;
  margin-left: 15%;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  position: fixed;
  z-index: 203;
  color: black;
  text-decoration-line: none;
  transform: scale(1, 0.7);
  letter-spacing: 4px;
}

.sketches {
  position: fixed;
  left: 78%;
  top: 70%;
  z-index: 201;
  transform: translateX(-50%) translateY(-50%);
}

.home {
  width: 260px;
  animation: change 6s linear infinite;
}

#menu {
  z-index: 2;
}

#menu-bar {
  position: fixed;
  margin-top: 7.5vh;
  margin-left: 80%;
  transform: translate(-40px, 0%);
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #000000;
  display: block;
  border-radius: 1px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 2rem 0;
}

.nav li a {
  font-family: "shippori-r", serif;
  position: fixed;
  margin-top: 10vh;
  margin-left: 80%;
  transform: translate(-10rem, 0%);
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}

.nav li a:hover {
  font-family: "shippori-b";
  font-weight: bold;
}

.menu-bg, #menu {
  top: 0;
  left: 0;
  position: absolute;
}

.menu-bg {
  position: fixed;
  margin-top: 10vh;
  margin-left: 80%;
  transform: translate(-40px, 0%);
  z-index: 1;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #000000, #000000);
  border-radius: 50%;
  transition: 0.3s ease;
}

.change {
  display: block;
}

.change .bar {
  background-color: rgb(255, 255, 255);
}

.change #bar1 {
  transform: translateY(2px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-4px) rotateZ(45deg);
}

.change-bg {
  width: 420px;
  height: 400px;
  transform: translate(-73%, -20%);
}

@keyframes change {
  0% {
    border-radius: 82% 18% 77% 23%/81% 22% 78% 19%;
  }
  25% {
    border-radius: 49% 51% 30% 70%/48% 69% 31% 52%;
  }
  50% {
    border-radius: 72% 28% 56% 44%/70% 80% 20% 30%;
  }
  75% {
    border-radius: 42% 58% 58% 42%/41% 80% 20% 59%;
  }
  100% {
    border-radius: 82% 18% 77% 23%/80% 22% 78% 19%;
  }
}
.text {
  width: 90px;
  height: auto;
  position: fixed;
  top: 79%;
  left: 30%;
  cursor: pointer;
  z-index: 203;
  opacity: 1;
}

.subtitle {
  padding-top: 10px;
  font-family: "shippori-sb", serif;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: italic;
}

.subtitle-nonitalic {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "shippori-sb", serif;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
}

.explain {
  font-family: "shippori-r", serif;
  margin-bottom: 100px;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: italic;
}

.explain2 {
  font-family: "shippori-r", serif;
  margin-bottom: 10px;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: italic;
}

.explain3 {
  text-align: right;
  font-family: "shippori-r", serif;
  margin-bottom: 15px;
  font-size: 10px;
  color: rgb(106, 106, 106);
  font-weight: normal;
  font-style: italic;
}

.image {
  margin: 0 auto;
  width: 250px;
}

.field {
  display: flex;
  justify-content: start;
}

.image_sns {
  margin: 0 auto;
  width: 100px;
  padding-bottom: 100px;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.wrapper1 {
  width: 35%;
  padding-top: 20vh;
  margin-left: auto;
  margin-right: auto;
}

.wrapper2 {
  padding-bottom: 20vh;
}

.image2 {
  width: 100%;
  text-align: center;
}

.footer {
  padding-top: 10%;
  font-family: serif;
  padding-bottom: 5%;
  font-size: 1rem;
  text-align: center;
}

/*-----------------------------ここはスマホ-----------------------------------------*/
@media screen and (max-width: 480px) {
  #header {
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh; /*高さを全画面にあわせる*/
  }
  .nim {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 150px;
  }
  .fadein {
    background: rgb(255, 255, 255);
    position: fixed;
    text-align: center;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 888;
  }
  .fadein p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
    width: 120px;
  }
  .title {
    font-family: serif;
    margin-top: 3vh;
    margin-bottom: 0px;
    margin-left: 6%;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    position: fixed;
    z-index: 203;
    color: black;
    text-decoration-line: none;
    transform: scale(1, 0.7);
    letter-spacing: 4px;
  }
  .sketches {
    position: fixed;
    left: 75%;
    top: 80%;
    z-index: 201;
    transform: translateX(-50%) translateY(-50%);
  }
  .home {
    width: 100px;
    animation: change 6s linear infinite;
  }
  #menu-bar {
    position: fixed;
    margin-top: 6vh;
    margin-left: 95%;
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
  .bar {
    height: 2px;
    width: 100%;
    background-color: #000000;
    display: block;
    border-radius: 1px;
    transition: 0.3s ease;
  }
  #bar1 {
    transform: translateY(-4px);
  }
  #bar3 {
    transform: translateY(4px);
  }
  .nav {
    transition: 0.3s ease;
    display: none;
  }
  .nav ul {
    padding: 0 22px;
  }
  .nav li {
    list-style: none;
    padding: 2rem 0;
  }
  .nav li a {
    font-family: "shippori-r", serif;
    position: fixed;
    margin-top: 8vh;
    margin-left: 90%;
    transform: translate(-8rem, 0%);
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
  }
  .nav li a:hover {
    font-family: "shippori-b";
    font-weight: bold;
  }
  .menu-bg, #menu {
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-bg {
    position: fixed;
    margin-top: 8vh;
    margin-left: 90%;
    transform: translate(-20px, 0%);
    z-index: 1;
    width: 0;
    height: 0;
    background: radial-gradient(circle, #000000, #000000);
    border-radius: 50%;
    transition: 0.3s ease;
  }
  .change {
    display: block;
  }
  .change .bar {
    background-color: rgb(255, 255, 255);
  }
  .change #bar1 {
    transform: translateY(2px) rotateZ(-45deg);
  }
  .change #bar2 {
    opacity: 0;
  }
  .change #bar3 {
    transform: translateY(-4px) rotateZ(45deg);
  }
  .change-bg {
    width: 360px;
    height: 360px;
    transform: translate(-73%, -20%);
  }
  @keyframes change {
    0% {
      border-radius: 82% 18% 77% 23%/81% 22% 78% 19%;
    }
    25% {
      border-radius: 49% 51% 30% 70%/48% 69% 31% 52%;
    }
    50% {
      border-radius: 72% 28% 56% 44%/70% 80% 20% 30%;
    }
    75% {
      border-radius: 42% 58% 58% 42%/41% 80% 20% 59%;
    }
    100% {
      border-radius: 82% 18% 77% 23%/80% 22% 78% 19%;
    }
  }
  .subtitle {
    padding-top: 1rem;
    font-family: "shippori-sb", serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: italic;
  }
  .subtitle-nonitalic {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "shippori-sb", serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: normal;
  }
  .explain {
    font-family: "shippori-r", serif;
    margin-bottom: 6rem;
    font-size: 10px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: italic;
  }
  .explain2 {
    font-family: "shippori-r", serif;
    margin-bottom: 1rem;
    font-size: 10px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: italic;
  }
  .explain3 {
    text-align: right;
    font-family: "shippori-r", serif;
    margin-bottom: 2rem;
    font-size: 10px;
    color: rgb(106, 106, 106);
    font-weight: normal;
    font-style: italic;
  }
  .image {
    margin: 0 auto;
    width: 100px;
  }
  .field {
    display: flex;
    justify-content: start;
  }
  .image_sns {
    margin: 0 auto;
    width: 60px;
    padding-bottom: 100px;
  }
  .fadeIn {
    opacity: 0;
    transition: 2s;
  }
  .fadeIn.is-show {
    opacity: 1;
  }
  .wrapper1 {
    width: 60%;
    padding-top: 25vh;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper2 {
    padding-bottom: 10vh;
  }
  .image2 {
    width: 100%;
    text-align: center;
  }
  .footer {
    bottom: 0%;
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=0.css.map */