@charset "UTF-8";

/*---- h2_about_0A --------*/
.hdng_about_0A {}
.hdng_about_0A h2 {
  position: relative;
  pointer-events: none;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  line-height: 1.0;
  vertical-align: middle;
  font-size: 2rem;
  margin-left: 4rem;
  margin-bottom: 1.618rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #444;
}
.hdng_about_0A i {
  font-style: normal;
}
.hdng_about_0A h2 i {
  position: absolute;
  top: 50%; left: 0%;
  transform: translate(-4rem, -50%);
  font-size: 4rem;
  color: deepskyblue;
}
.hdng_about_0A h2 i:before {
  font-family: "icomoon";
  content: "\e9d2";
  font-weight: normal;
}
/*---- h2_works_0A --------*/
.hdng_works_0A {
  margin-top: 6.852rem;
  margin-bottom: 4.235rem;
}
.hdng_works_0A h2 {
  position: relative;
  pointer-events: none;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  line-height: 1.0;
  vertical-align: middle;
  font-size: 2rem;
  margin-left: 4rem;
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #444;
}
.hdng_works_0A h2 span {
  position: absolute;
  z-index: -1;  
  width: 100vw;
  height: 50vw;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(238,174,202);
  background: linear-gradient(-90deg, #FF00A1, #F6FF00);
  clip-path: polygon(80% 11%, 0 53%, 100% 100%);
  opacity: 0.05; 
  pointer-events: none;
}
.hdng_works_0A i {
  font-style: normal;
}
.hdng_works_0A h2 i {
  position: absolute;
  top: 50%; left: 0%;
  transform: translate(-4rem, -50%);
  font-size: 4rem;
  color: deepskyblue;
}
.hdng_works_0A h2 i:before {
  font-family: 'icomoon';
  content: "\e9d2";
  font-weight: normal;
}
.hdng_works_0A .category span {
  font-size: 90%;
  color: #222;
  margin-left: 1rem;
}
.hdng_works_0A span.year i:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  color: gray;  
}
.hdng_works_0A span.pixiv i:before {
  font-family: 'icomoon';
  content: "\eaee";
  font-weight: normal;
  color: gray; 
}