@charset "UTF-8";
body,html {
  font-size: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
body {
  color: rgb(103, 92, 149);
}
#header a {
  color: rgb(103, 92, 149);
}
#header a:hover {
  color: pink;
}
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 20px;
  box-sizing: border-box;
}
ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.nav-center {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
}
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.header-logo {
  position: absolute;
  width: 130px;
  height: auto;
}
#header a {
  color: rgb(103, 92, 149);
}
#header a:hover {
  color: pink;
}
#mainvisual {
  height: 100vh;
  padding: 10% 0;
  background-image: url("../img/koushi.gif");
  background-repeat: repeat;
  position: relative;
}
.main-box {
  display: flex;
  justify-content: center;
}
.nanrakano-img {
  width: 450px;
  height: 450px;
  background-color: aqua;

}
.main-anime {
  width: 20%;
}
.big {
  font-size: 6rem;
}
#profile {
  text-align: center;
  min-height: 100vh;
}
.profile-text {
  padding-top: 3%;
  text-align: left;
  width: 600px;
  font-size: 1.1rem;
  color: rgb(103, 92, 149);
  margin-right: auto;
  margin-left: auto;
}
.name-1 {
  font-size: 2rem;
  margin: 0;
  color: pink;
}
.name-2 {
  font-size: 0.8rem;
  color: pink;
}
#footer {
  background-color:rgb(183, 213, 255);
  padding: 3rem 0;
}
#footer img {
  width: 10%;
  margin-top: 3%;
  margin-left: 20%;
}
#footer p {
  margin-top: 10%;
  margin-left: 80%;
}
@media screen and (max-width: 480px) {
  .header-logo {
    position: static;
    width: 120px;
  }
  nav {
    position: static;
    height: 80px;
  }
  .main-box {
    flex-direction: column-reverse;
  }
  .main-anime {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}