@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
main {
  width: 100%;
  margin: 0 auto;
}

#voice-list span.eng {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#voice-list span.eng:before {
  content: "";
  width: 2px;
  height: 80px;
  background: #543D1E;
  margin-bottom: 1rem;
}
#voice-list h2 {
  padding-top: 8rem;
  padding-left: 2rem;
  font-size: 3.2rem;
  text-align: center;
}
#voice-list .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 7rem;
}
#voice-list .box {
  padding: 3rem;
  border-radius: 1rem;
  background: #fff;
  will-change: filter;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
#voice-list .box p {
  flex: 1;
}
#voice-list figure {
  margin-right: 2rem;
  text-align: center;
}
#voice-list figure figcaption {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #voice-list h2 {
    font-size: 2.8rem;
  }
  #voice-list .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
  #voice-list figure {
    width: 8rem;
  }
}
@media only screen and (max-width: 600px) {
  #voice-list h2 {
    font-size: 2.4rem;
  }
  #voice-list figure {
    width: 6rem;
  }
}/*# sourceMappingURL=voice.css.map */