html {
  scroll-behavior: smooth;
}

body {
  color: #7BA07E;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.common-contents {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.common-title {
  font-size: 1.3rem;
  font-weight: 700;
}

@media (min-width: 787px) {
  #canvas {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 786px) {
  #canvas {
    width: 100%;
    max-width: 100vw;
    height: 70vh;
    min-height: 300px;
  }
}
.top {
  position: relative;
  height: 100dvh;
}
.top-canvas {
  position: absolute;
  left: calc(50vw - 350px);
  top: calc(50dvh - 300px);
}
@media screen and (max-width: 430px) {
  .top-canvas {
    top: 0;
    left: 0;
  }
}
.top-text {
  display: flex;
  position: absolute;
  left: calc(50vw - 200px);
  top: calc(50dvh - 270px);
  width: calc(100% - (50vw - 200px));
  height: 400px;
}
@media screen and (max-width: 430px) {
  .top-text {
    top: 100px;
    left: 80px;
  }
}
.top-monyo {
  position: absolute;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  top: 50%;
  left: 20%;
  color: rgba(123, 160, 126, 0.2117647059);
}
@media screen and (max-width: 430px) {
  .top-monyo {
    font-size: 24px;
  }
}
.top-monyo::before {
  content: "MONYOMONYO";
  position: absolute;
  left: -3px;
  top: -3px;
  color: white;
}
.top-design {
  position: absolute;
  right: 0;
  top: 42px;
  font-size: 30px;
  color: #7BA07E;
}
@media screen and (max-width: 430px) {
  .top-design {
    top: 24px;
    font-size: 14px;
  }
}
.top-arrow {
  position: absolute;
  top: calc(100dvh - 200px);
  width: 100%;
  text-align: center;
  fill: #7BA07E;
  animation: arrow_anime 0.5s ease-in infinite alternate;
}
.top-arrow svg {
  width: 20px;
  height: 20px;
}
.top-arrow-text {
  position: absolute;
  top: calc(100dvh - 200px + 1.5rem);
  width: 100%;
  text-align: center;
  color: #7BA07E;
  letter-spacing: 0.5rem;
  animation: arrow_text_anime 3s ease-in infinite alternate;
}

@keyframes arrow_anime {
  0% {
    opacity: 70%;
    transform: translateY(0);
  }
  100% {
    opacity: 100%;
    transform: translateY(5px);
  }
}
@keyframes arrow_text_anime {
  0% {
    opacity: 20%;
  }
  100% {
    opacity: 100%;
  }
}
.works {
  position: relative;
}
.works-wave {
  fill: #7BA07E;
  position: relative;
}
.works-top {
  bottom: -10px;
}
.works-sectionTitle {
  position: absolute;
  width: 100%;
  top: 0;
}
.works-content {
  background-color: #7BA07E;
}
.works-item {
  padding-bottom: 40px;
  cursor: pointer;
  text-decoration: none;
}
.works-item:hover .works-item-text {
  color: rgba(255, 255, 255, 0.6705882353);
  transition: 0.7s;
}
.works-item:hover .works-item-image {
  filter: brightness(80%);
  transition: 0.3s;
}
.works-item-text {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  line-height: 0.7rem;
}
.works-item-image {
  width: 100%;
}
.works-item-skill {
  font-size: 0.7rem;
}

.about-content {
  display: flex;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 430px) {
  .about-content {
    flex-direction: column;
  }
}
.about-person {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 430px) {
  .about-person {
    width: 100%;
  }
}
.about-skills {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 430px) {
  .about-skills {
    width: 100%;
    padding-top: 50px;
    justify-content: center;
  }
}
.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-kao {
  width: 200px;
  height: 200px;
  background-color: #969696;
  border-radius: 50%;
}
.about-text {
  text-align: justify;
  width: 70%;
  padding-top: 40px;
  font-size: 0.8rem;
}
.about-rect {
  width: 100px;
  height: 100px;
  background-color: #969696;
}

.contact {
  display: none;
}

.detail-wrap {
  position: fixed;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2862745098);
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-wrap.on {
  visibility: visible;
}
.detail-item {
  width: calc(90% - 100px);
  height: 90%;
  background-color: #7BA07E;
  border-radius: 30px;
  display: flex;
}
.detail-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-right {
  width: 50%;
}
.detail-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.detail-arrow:hover {
  transform: scale(1.05);
  transition: 0.3s;
  cursor: pointer;
}
.detail-arrow.left {
  left: calc(5% + 25px);
}
.detail-arrow.left img {
  position: relative;
  left: -2px;
}
.detail-arrow.right {
  right: calc(5% + 25px);
}
.detail-arrow.right img {
  position: relative;
  left: 2px;
}

footer {
  background-color: #7BA07E;
  width: 100%;
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */