@charset "UTF-8";
/*----------------共通カラー----------------*/
/*----------------ページ共通----------------*/
/*----------------head_logo----------------*/
#st_head_logo {
  background-color: #f4f4f4;
  padding: 50px 0;
  margin: 0 auto;
}
#st_head_logo h2 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#st_head_logo h2 img {
  width: 260px;
}

/*----------------マチュア企画----------------*/
#story_mature {
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  /*----------------共通スタイル----------------*/
  /*----------------head_lead----------------*/
  /*----------------アイテム紹介----------------*/
  /*----------------コンテンツ本文----------------*/
}
#story_mature img {
  width: 100%;
  height: auto;
}
#story_mature p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
#story_mature h1,
#story_mature h2,
#story_mature h3,
#story_mature h4,
#story_mature h5,
#story_mature h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 0;
}
#story_mature a {
  text-decoration: none;
}
#story_mature .st_lead p {
  font-size: 16px;
  line-height: 1.7;
}
#story_mature .st_spec {
  margin: 20px auto 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
#story_mature .st_spec a {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#story_mature .st_spec a small {
  font-weight: bold;
}
#story_mature .st_spec :hover {
  text-align: center;
}
#story_mature .st_spec .st_btn {
  background-color: #b70003;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  margin: 10px auto 0;
  color: #fff;
  width: 260px;
}
#story_mature .st_flex {
  display: flex;
  align-items: flex-start;
}
#story_mature #st_head {
  margin: 50px auto 80px;
  padding: 0 100px;
}
#story_mature #st_head h1 {
  margin: 0 auto 40px;
  width: 840px;
}
#story_mature #st_head .st_lead {
  margin: 80px auto 0;
  border: 1px solid #cccccc;
  padding: 35px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
#story_mature #st_head .st_lead img {
  width: 640px;
}
#story_mature #st_head .st_lead p {
  font-size: 16px;
  margin: 0 0 1em;
}
#story_mature #st_person_wrap {
  padding: 60px 20px;
  margin: 50px auto 0;
  background-color: #f4f4f4;
  /*----------------共通矢印スタイル----------------*/
}
#story_mature #st_person_wrap h3 {
  margin: auto;
  padding: 0 0 30px;
  text-align: center;
}
#story_mature #st_person_wrap h3 img {
  width: 542px;
}
#story_mature #st_person_wrap .st_flex {
  gap: 20px;
  justify-content: center;
}
#story_mature #st_person_wrap .st_person {
  flex: 1;
}
#story_mature #st_person_wrap .st_person img {
  width: 214px;
}
#story_mature #st_person_wrap .st_person-box {
  background-color: #fff;
  overflow: visible;
  margin: -300px 0 0 30px;
  padding: 295px 20px 20px 20px;
  display: flex;
}
#story_mature #st_person_wrap .st_person_link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 2px solid #c33;
  padding-bottom: 5px;
  margin: 15px 0 0;
  /*ホバーしたときに下線矢印も同時に色を変える*/
  /* Qiita準拠のCSS矢印 */
}
#story_mature #st_person_wrap .st_person_link p {
  transition: all 0.3s ease;
  text-align: right;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #7a5c57;
  line-height: 1;
  letter-spacing: 0.3px;
  width: 11em;
  text-decoration: none;
}
#story_mature #st_person_wrap .st_person_link p:hover .arrow {
  border-bottom: 1px solid #b70003;
  border-right: 1px solid #b70003;
}
#story_mature #st_person_wrap .st_person_link p:hover {
  color: #b70003;
}
#story_mature #st_person_wrap .st_person_link .st_arrow {
  display: inline-block;
  width: 15px;
  height: 12px;
  border-right: 3px solid #b70003;
  /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: 0 5px -7px 0;
  padding: 0;
}
#story_mature .st_link {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#story_mature .st_link a {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  text-decoration: none;
  padding: 20px 0 0;
}
#story_mature .st_link a:hover {
  opacity: 0.7;
}
#story_mature .st_link a::after {
  content: "▶";
  color: #9d0003;
  padding-left: 1.5em;
  font-size: 0.8em;
}
#story_mature .st_link a.st_read_more {
  padding: 20px 50px 0;
}
#story_mature .st_kv_title {
  margin: 80px auto -20px;
}
#story_mature .st_kv {
  margin: 60px auto 40px;
  padding: 0;
  display: flex;
}
#story_mature .st_kv img {
  display: block;
  flex: 1;
}
#story_mature #st_info {
  margin: 70px 100px;
  padding: 50px;
  background-color: #f9f3e9;
}
#story_mature #st_info h4 {
  margin: 0 auto;
  padding: 0 0 20px;
}
#story_mature #st_info .st_flex {
  gap: 30px;
}
#story_mature #st_info .st_flex img {
  width: 360px;
}
#story_mature .st_person_detail {
  background-color: #f4f4f4;
  margin: 0;
  padding: 80px 120px 0;
}
#story_mature .st_person_detail h3 {
  margin: 0 0 15px;
  padding: 0;
}
#story_mature .st_person_detail .st_title_margin_top {
  margin-top: 40px;
}
#story_mature .st_person_detail .st_flex {
  gap: 35px;
}
#story_mature .st_person_detail .st_flex > img {
  width: 406px;
}
#story_mature .st_person_detail .st_flex .st_lead p {
  font-size: 16px;
}
#story_mature .st_person_detail .st_flex .st_lead .st_read_more_pt {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Arial", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "YuGothic", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}
#story_mature .st_person_detail .st_flex .st_lead .st_read_more_pt::after {
  content: "▶";
  color: #b70003;
  padding-left: 0.5em;
  font-size: 0.9em;
}
#story_mature .st_person_detail .st_flex .st_lead_margin_top {
  margin-top: 1em;
}
#story_mature #st_person4 {
  padding: 80px 120px;
}/*# sourceMappingURL=style_pc.css.map */