/*
Source Han Sans SC Light
font-family: "source-han-sans-cjk-sc", sans-serif;
font-weight: 200;
font-style: normal;

Source Han Sans SC Normal
font-family: "source-han-sans-cjk-sc", sans-serif;
font-weight: 300;
font-style: normal;

Source Han Sans SC Medium
font-family: "source-han-sans-cjk-sc", sans-serif;
font-weight: 500;
font-style: normal;

Source Han Sans SC Bold
font-family: "source-han-sans-cjk-sc", sans-serif;
font-weight: 700;
font-style: normal;
*/
/*
Source Han Serif SC Light
font-family: "source-han-serif-sc", serif;
font-weight: 300;
font-style: normal;

Source Han Serif SC Regular
font-family: "source-han-serif-sc", serif;
font-weight: 400;
font-style: normal;
*/
header {
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-weight: 500;
  font-style: normal;
}
ul.news {
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1.heading span {
  font-family: "source-han-serif-sc", serif;
  font-weight: 300;
  font-style: normal;
}
h1.heading span {
  margin-bottom: 0.5%;
}
.contents_center h1.heading span {
  padding: 0.1% 13% 0 18%;
  margin-bottom: 4%;
}
#story_contents_area {
  font-family: "source-han-serif-sc", serif;
  font-weight: 400;
  font-style: normal;
}
.chara_name {
  font-family: "source-han-serif-sc", serif;
  font-weight: 400;
  font-style: normal;
}
.chara_cv {
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.chara_comment {
  font-family: "source-han-serif-sc", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 8%;
}
.chara_info {
  font-family: "source-han-serif-sc", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1%;
  font-size: 17px;
  line-height: 1.8em;
}
.spec_head {
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.spec_contents {
  font-family: "source-han-serif-sc", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
}
.main-info_area_contents .banner_area {
  justify-content: flex-end;
}
h1.heading span {
  padding: 0.1% 3% 0 4%;
  letter-spacing: 95%;
}
#story_contents_area .text_area01 {
  letter-spacing: 1%;
  line-height: 2em;
}
#story_contents_area .text_area03 {
  letter-spacing: 1%;
  line-height: 2em;
}
#story_contents_area .text_area02 span {
  letter-spacing: 2%;
  line-height: 1.8em;
}
#chara_area h1.heading span {
  padding: 0.1% 4% 0 6%;
}
@media screen and (max-width: 800px) {
  h1.heading span {
    padding: 0.1% 4% 0 6%;
  }
  .contents_center h1.heading span {
    padding: 0.1% 13% 0 18%;
  }
  h1.heading span {
    font-size: 2.6vw;
  }
  .main-info_area_contents .banner_area {
    justify-content: center;
  }
  #story_contents_area .text_area01 {
    font-size: 14px;
  }
  #story_contents_area .text_area03 {
    font-size: 14px;
  }
  .chara_info {
    font-size: 16px;
  }
  .chara_comment {
    font-size: 4.9vw;
  }
}