@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100;200;300;400;700;900&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Shippori+Mincho+B1:wght@400;700&display=swap&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0");
body {
  color: #393E46;
  font-family: "Josefin Sans", "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 16px;
  background-color: #EEEEEE;
  background: linear-gradient(110deg, #FFFFFF 35vw, #EEEEEE calc(35vw + 2px));
  height: auto;
}
body.content {
  background: linear-gradient(110deg, #FFFFFF 10vw, #EEEEEE calc(10vw + 2px));
}
body.content header {
  margin-top: 90px;
}
body.content header h1 span {
  color: #EC5252;
}
body.content header h1 span.head-ruby {
  color: #393E46;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  body.content header {
    margin-left: 20vw;
  }
}
body.content.single-page header {
  color: #929AAB;
  font-weight: bold;
  margin-left: 20vw;
  margin-bottom: 65px;
}
body.content.single-page header a {
  cursor: pointer;
}
body.content.single-page header a:before {
  content: "<";
  position: relative;
  left: -10px;
  top: -2px;
}
@media screen and (max-width: 480px) {
  body.content.single-page header {
    margin: 30px 5vw;
  }
}

br.mb {
  display: none;
}
@media screen and (max-width: 480px) {
  br.mb {
    display: block;
  }
}

header, main {
  margin-left: 35vw;
}

a {
  color: inherit;
}
a:hover {
  color: #EC5252;
}
a:active {
  color: #FFFFFF;
}

h1 span {
  color: #EC5252;
}

ul, li {
  list-style: none;
  padding-left: 0;
}

header {
  margin-top: 135px;
}
header h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 6px solid;
  margin-bottom: 70px;
}

span.unavailable:after {
  background: #EC5252;
  width: 100px;
  display: block;
  position: relative;
  height: 5px;
  content: "";
  transform: skewY(-6deg);
  top: -1rem;
  z-index: 1;
}

.parall-base, .parall-list-white, .parall-list, main section.profile ul.genre-list li {
  display: inline-block;
  font-family: "Josefin Sans", "Zen Kaku Gothic Antique";
  font-weight: 700;
  padding: 2px 15px;
  position: relative;
  margin: 0 2px;
}
.parall-base:before, .parall-list-white:before, .parall-list:before, main section.profile ul.genre-list li:before {
  transform: skewX(162deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.1));
}

.parall-list, main section.profile ul.genre-list li {
  color: #EEEEEE;
}
.parall-list:before, main section.profile ul.genre-list li:before {
  background-color: #393E46;
}

.parall-list-white {
  color: #393E46;
}
.parall-list-white:before {
  background-color: #EEEEEE;
  border: #393E46 solid 1px;
}

.link-external {
  color: #929AAB;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.1em;
  vertical-align: middle;
}

main .menu dl {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  margin-bottom: 35px;
}
main .menu dl dt {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 200px;
  display: flex;
  align-items: baseline;
}
main .menu dl dt img {
  display: block;
  margin-right: 1rem;
}
main .menu dl dt:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}
main .menu dl dt:after {
  margin: 0 0.4em;
  border-top: 1px dashed #929AAB;
}
main .menu dl dd {
  width: 250px;
}
@media screen and (max-width: 480px) {
  main .menu dl {
    width: 100%;
  }
  main .menu dl dt:after {
    display: none;
  }
  main .menu dl dd {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-left: 2rem;
  }
}
main section.profile {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  main section.profile {
    margin-top: 75px;
  }
}
main section.profile img#profile-icon {
  position: absolute;
  left: calc(35vw - 260px);
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 480px) {
  main section.profile img#profile-icon {
    left: calc(45vw - 260px);
    width: 200px;
  }
}
main section.profile h1 {
  color: #EC5252;
  font-size: 1.8rem;
}
main section.profile h1 img {
  display: inline;
}
@media screen and (max-width: 480px) {
  main section.profile h1 img {
    display: inline-block;
    position: relative;
    top: 1.2rem;
  }
}
main section.profile h1 div.name {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  main section.profile h1 div.name {
    display: block;
    margin-left: 3.5rem;
    margin-top: -0.7rem;
    position: relative;
  }
}
main section.profile h1 span.speak {
  color: #929AAB;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  main section.profile h1 span.speak {
    display: inline-block;
    position: relative;
    top: 1rem;
  }
}
main section.profile h1 span.hello {
  color: #929AAB;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5rem;
}
main section.profile h1 span.ruby {
  color: #393E46;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 0.5rem;
}
main section.profile .addit {
  margin-bottom: 3rem;
}
main section.profile h2 {
  border-bottom: 1px solid;
  font-size: 1rem;
  margin-bottom: 1rem;
}
main section.profile p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  main section.profile ul.genre-list {
    display: flex;
    flex-wrap: wrap;
  }
  main section.profile ul.genre-list li {
    margin-bottom: 0.5rem;
  }
}
main section.profile .addit-contact-list {
  display: flex;
}
main section.profile .addit-contact-list svg {
  position: absolute;
  top: -8px;
}
@media screen and (max-width: 480px) {
  main section.profile .addit-contact-list {
    flex-wrap: wrap;
  }
}
main section.profile dl {
  margin-right: 2rem;
}
main section.profile dl dt {
  font-size: 1.25rem;
  font-family: "Josefin Sans";
  font-weight: 700;
  text-align: center;
}
main section.profile dl dt img {
  display: inline-block;
  margin-right: 0.4rem;
}
main section.profile dl dd {
  font-size: 0.6rem;
  font-weight: 700;
  display: block;
  padding: 2px 15px;
  margin: 0.5rem 2px;
  position: relative;
  line-height: 2;
  height: 1.3rem;
}
main section.profile dl dd:before {
  transform: skewX(160deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: #393E46 solid 1px;
}
@media screen and (max-width: 480px) {
  main section.profile dl {
    margin-bottom: 1rem;
  }
  main section.profile dl dd {
    display: none;
  }
}
main#contents {
  margin-left: 20vw;
}
main#contents article ul li {
  border-top: solid 1px;
  padding: 40px 0;
}
main#contents article ul li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
main#contents article ul li .article-heading {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
  width: 25%;
  min-width: 265px;
}
main#contents article ul li .article-heading h2 {
  line-height: 1.2;
  margin-bottom: 15px;
}
main#contents article ul li .article-heading .article-attr {
  display: flex;
}
@media screen and (max-width: 480px) {
  main#contents article ul li .article-heading {
    flex-direction: column-reverse;
    font-size: 0.9rem;
    width: 100%;
  }
  main#contents article ul li .article-heading h2 {
    margin: 15px 0;
  }
}
main#contents article ul li .article-body {
  max-width: 500px;
}
main#contents article ul li .article-body img {
  border: 1px solid;
}
@media screen and (max-width: 480px) {
  main#contents article ul li .article-body .excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 480px) {
  main#contents {
    margin: auto 5vw auto;
  }
}
main#single {
  margin-left: 20vw;
}
main#single article {
  max-width: 735px;
}
main#single .serif, main#single .reader .reader-options .switch {
  font-family: "Shippori Mincho B1", serif;
}
main#single .sans-serif {
  font-family: "Noto Sans JP";
}
main#single .post-info {
  padding: 0 40px 27px;
}
main#single .post-info .post-attr {
  margin-bottom: 68px;
}
main#single .post-info .attr-category {
  margin-bottom: 24px;
}
main#single .post-info .post-date {
  color: #929AAB;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  main#single .post-info {
    padding: 0 20px 12px;
  }
  main#single .post-info .post-attr {
    font-size: 0.8rem;
    margin-bottom: 36px;
  }
  main#single .post-info .attr-category {
    margin-bottom: 12px;
  }
  main#single .post-info .post-date {
    font-size: 0.9rem;
  }
}
main#single .reader {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}
main#single .reader .reader-options {
  border-top: 1px solid;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  padding: 25px 40px 0;
}
main#single .reader .reader-options .switch button {
  border: 1px solid #929AAB;
  height: 30px;
  width: 30px;
}
main#single .reader .reader-body {
  padding: 0 40px;
  margin-top: 45px;
  letter-spacing: -0.02em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  main#single .reader .reader-body {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 480px) {
  main#single {
    margin: auto 5vw auto;
  }
}

footer {
  width: 100%;
  color: #393E46;
  padding: 1.5rem 2rem 0.6rem;
}/*# sourceMappingURL=styles.css.map */