@charset "UTF-8";
/*----------------共通カラー----------------*/
/*----------------ページ共通----------------*/
body {
  margin: 0;
  padding: 0;
}
body img {
  width: 100%;
  height: auto;
}
body p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 0;
}

/*----------------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;
  /*----------------共通スタイル----------------*/
  /*----------------head_lead----------------*/
  /*----------------グレー背景item----------------*/
}
#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-decoration: none;
  color: #000;
  font-weight: bold;
}
#story_mature .st_spec a small {
  font-weight: bold;
}
#story_mature .st_spec .st_btn {
  background-color: #b70003;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  margin: 10px 50px 0;
  color: #fff;
}
#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_head #st_theme {
  padding: 20px;
  margin: 50px auto 0;
  background-color: #f4f4f4;
}
#story_mature #st_head #st_theme h3 {
  margin: auto;
  padding: 0 30px;
}
#story_mature #st_head #st_theme .st_flex {
  margin: 30px auto;
  padding: 0;
  align-items: center;
}
#story_mature #st_head #st_theme .st_flex p.st_left_tx {
  margin: 0;
  padding: 0 0 0 30px;
}
#story_mature #st_head #st_theme .st_flex p.st_right_tx {
  margin: 0;
  padding: 0 30px 0 0;
}
#story_mature #st_head #st_theme .st_flex img {
  width: 50%;
}
#story_mature #st_head .st_link {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#story_mature #st_head .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_head .st_link a:hover {
  opacity: 0.7;
}
#story_mature #st_head .st_link a::after {
  content: "▶";
  color: #9d0003;
  padding-left: 1.5em;
  font-size: 0.8em;
}
#story_mature #st_head .st_link a.st_read_more {
  padding: 20px 50px 0;
}
#story_mature #st_head .st_kv_title {
  margin: 80px auto -20px;
}
#story_mature #st_head .st_kv {
  margin: 60px auto 40px;
  padding: 0;
  display: flex;
}
#story_mature #st_head .st_kv img {
  display: block;
  flex: 1;
}
#story_mature #st_item_wrap {
  background-color: #f4f4f4;
  margin: 0 auto;
  padding: 1px 0;
}
#story_mature #st_item1,
#story_mature #st_item2,
#story_mature #st_item3 {
  margin: 60px auto;
  padding: 0 100px;
}
#story_mature #st_item1 h4,
#story_mature #st_item2 h4,
#story_mature #st_item3 h4 {
  margin: 50px auto 30px;
}
#story_mature #st_item1 p.st_tx,
#story_mature #st_item2 p.st_tx,
#story_mature #st_item3 p.st_tx {
  margin: 0 20px 20px;
}
#story_mature #st_item1 .st_flex,
#story_mature #st_item2 .st_flex,
#story_mature #st_item3 .st_flex {
  gap: 20px;
}
#story_mature #st_item1 .st_flex > div,
#story_mature #st_item2 .st_flex > div,
#story_mature #st_item3 .st_flex > div {
  flex: 1;
}
#story_mature #st_item1 .st_sub,
#story_mature #st_item2 .st_sub,
#story_mature #st_item3 .st_sub {
  margin: 20px auto 0;
  padding: 0 20px;
}
#story_mature #st_item1 .st_bigger,
#story_mature #st_item2 .st_bigger,
#story_mature #st_item3 .st_bigger {
  display: block;
  margin: 0 -20px;
}
#story_mature #st_staff_pc {
  margin: 10px 0 50px;
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
}/*# sourceMappingURL=style_pc.css.map */