@charset "UTF-8";
body,html {
  font-size: 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;
}
#mainvisual {
  min-height: 100vh;
  padding: 10% 0;
  background-image: url("../img/koushi.gif");
  background-repeat: repeat;
  position: relative;
}
.main-box {
  display: flex;
}
.main-logo {
  margin-left: 20%;
  width: 50%;
  height: 50%;
}
.main-anime {
  width: 20%;
  margin-left: 5%;
  padding-top: 10%;
}
.yubi-icon {
  position:absolute;
  width: 13%;
  top: 40%;
  left: 45%;
  z-index: 1000;
  cursor: pointer;
}
.flying-star {
  position: fixed;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 999;
}
/*
#loading {
  background-color: rgb(167, 158, 250);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translateY(0);
}
.loadtext {
  color: rgb(255, 40, 140);
  font-size: 3rem;
  font-weight: bold;
}
.L {
  color: rgb(93, 0, 255);
  font-size: 5rem;
  font-weight: bold;
}
  */
#about {
  position: relative;
  text-align: center;
  background-color: #9991d4;
  min-height: 100vh;
  padding: 10% 0;
}
#about p {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  color: pink;
}
.hidden-char {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  opacity: 0; /* 最初は隠す */
  transition: opacity 0.5s, transform 0.5s;
}
.light-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  border: none;
  color: yellow;
}
.big {
  font-size: 6rem;
}
#profile {
  text-align: center;
  min-height: 100vh;
  padding: 10% 0;
}
#profile h1 {
  margin: 0;
}
.profile-img {
  display: flex;
  justify-content: center;
}
.profile-img img {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  box-shadow: 10px 0 20px rgb(211, 231, 255);
}
.profile-text {
  padding-top: 3%;
  text-align: left;
  margin-left: 5%;
  width: 600px;
  font-size: 1.1rem;
  color: rgb(103, 92, 149);
}
.skill {
  font-size: 0.8rem;
  color: rgb(106, 148, 255);
}
.profile-pr {
  color:rgb(106, 148, 255);
  font-weight: bold;
  font-size: 1.1rem;
}
.name-1 {
  font-size: 2rem;
  margin: 0;
  color: pink;
}
.name-2 {
  font-size: 0.8rem;
  color: pink;
}
#profile a {
  background-color: rgb(255, 217, 247);
  color: #93b9ff;
  font-weight: bold;
}
a.btn--color.btn--cubic {
  border-bottom: 5px solid pink;
}
a.btn--color.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid pink;
}
a.btn--radius {
  border-radius: 100vh;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.btn::after {
  content: "もっと知りたい？"
}
.btn:hover::after {
  content: "もっと知りたい！"
}
#work {
  padding-top: 10%;
  text-align: center;
  min-height: 100vh;
  padding: 10% 0;
}
.row {
  padding-top: 5%;
}
.card {
  width: 100%;
  background-color: rgb(241, 232, 255);
}
.card-box {
  display: flex;
}
.card-text {
  text-align: left;
}
.card-body a {
  bottom: 0;
  text-decoration: none;
  color: #ff1ca8;
}
.zoom-box {
  display: inline-block;
  overflow: hidden;
}
.zoom-box a {
  display: block;
  transition-duration: .5s;
}
.zoom-box a:hover {
  transform: scale(1.2);
}
.card-title {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #ffe0ff, #ffe0ff 4px,rgb(255, 214, 221) 3px, rgb(255, 214, 221) 8px);
  background: repeating-linear-gradient(-45deg, #ffe0ff, #ffe0ff 4px,rgb(255, 214, 221)3px, rgb(255, 214, 221)k 8px);
  border-radius: 7px;
  margin: 0.5rem 0;
  color:#8a99f3;
}
.card-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(255, 214, 221);
  width: 0;
  height: 0;
}
.sozai h5 {
  padding-bottom: 5%;
}
.sozai-flex {
  display: flex;
  justify-content: center;
  padding-top: 5%;
  align-items: center;
}
.sozai-flex p {
  padding-top: 10%;
  padding-left: 5%;
  width: 30%;
  text-align: left;
}
.sozai-flex img {
  width: 40%;
}
.sozai-column {
  flex-direction: column;
  width: 60%;
}
.sozai-name {
  color:#8a99f3;
  font-size: 1.5rem;
}
.tsuiki {
  color:#ff1ca8;
  font-size: 1.1rem;
}
#contact {
  padding-top: 10%;
  height: 1000px;
  text-align: center;
}
.contact {
  width: 500px;
  border: 2px solid pink;
  border-radius: 5%;
  margin-right: auto;
  margin-left: auto;
}
.contact input,.contact textarea {
  background-color: rgb(221, 240, 255);
}
div.wpcf7 .wpcf7-spinner {
  display: block;
}
#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-logo {
    display: none;
  }
  .main-anime {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .yubi-icon {
    top: 45%;
  }
  #about p {
    width: 90%;
  }
  .light-btn {
    top: 50%;
  }
  .hidden-char {
    width: 60%;
    top: 80%;
  }
  .profile-img {
    display: block;
  }
  .profile-img img {
    width: 50%;
  }
  .profile-text {
    width: 90%;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .sozai-flex {
    flex-direction: column;
  }
  .sozai-flex p {
    padding-left: 0;
    width: 90%;
    text-align: left;
  }
  .sozai-flex img {
    width: 80%;
  }
  .tsuiki {
    max-width: 100%;
  }
  #contact {
    padding-top: 50%;
    max-width: 100%;
  }
  #contact p {
    max-width: 100%;
  }
  .contact {
    width: 100%;
  }
  #footer p {
    padding-left: 60%;
    margin: 0;
  }
  #footer img {
    width: 40%;
  }
}