@charset "utf-8";
/* CSS Document */
#all {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}
.area_title {
  margin: 15px auto 10px;
  width: 150px;
}
.prodacts_area {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.prodacts_flex_line {
  display: flex;
  justify-content: center;
}
.prodacts_box {
  display: flex;
  width: 580px;
  border: 2px solid #4978B1;
  background: #fff;
  color: #1D1D1D;
  margin: 10px;
  padding: 15px;
  /*  box-shadow: 0 0 2px #000;*/
  text-align: left;
}
.prodacts_data {
  font-size: 14px;
  color: #5B5B5B;
}
.prodacts_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.prodacts_thumb a {
  max-width: 180px;
}
.prodacts_thumb a.wide {
  max-width: 250px;
}
.prodacts_thumb img {
  width: 100%;
}
.text_info {
  width: 50%;
  padding-left: 2%;
  text-align: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
}
.prodacts_title {
  display: inline-block;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.prodacts_adult {
  display: inline-block;
  background: #e06287;
  color: #fff;
  padding: 2px 5px;
  margin: 2% 0;
}
.all_age {
  background: #000;
}
.prodacts_art:not(.note), .prodacts_scenario:not(.note) {
  font-weight: bold;
	margin-top: 0.4em;
}
.note {
  display: block;
  color: #5B5B5B;
  font-size: small;
}
a.site {
  /*display: block;*/
  margin-top: 1em;
  display: inline-block;
  background: #005AA9;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5% 4%;
  transition: all 0.2s;
}
a.site:hover {
  opacity: 0.8;
}
h1.SiteTitle {
  padding: 0 20px;
  position: relative;
  width: 300px;
  margin: 3% auto 3%;
  font-size: 40px;
  color: #2B2B2B;
  text-align: center;
}
.subtitle {
  color: #5B5B5B;
  font-size: 20px;
  margin-bottom: -8%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.prodacts_link_area {
  max-width: 1000px;
  justify-content: space-around;
  margin: 0 auto;
  display: flex;
}
a.dl_linkbox {
  text-decoration: none;
  transition: all 0.2s;
}
a.dl_linkbox:hover {
  opacity: 0.8;
}
.dl_linkbox {
  color: #FCFCFC;
  text-decoration: none;
  padding: 5px 100px 6px;
  font-weight: bold;
  font-size: 20px;
}
.prodacts_link_area.text {
  padding: 10px 0;
}
.dl_linkbox.steam {
  background: #171a21;
}
.dl_linkbox.fanza {
  background: #ee2737;
}
.dl_linkbox.dlsite {
  background: #293366;
}
b {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .prodacts_area {
    margin: 0 auto 0;
  }
  .prodacts_flex_line {
    display: block;
    flex-direction: column;
    width: auto;
  }
  .prodacts_box {
    display: flex;
    width: auto;
    padding: 5px;
    margin: 20px 10px;
  }
  .prodacts_thumb {
    width: 50%;
  }
  .text_info {
    width: 100%;
    font-size: small;
  }
  .prodacts_title {
    font-size: 14px;
  }
  h1.SiteTitle {
    margin: 3% auto 5%;
  }
  h1.SiteTitle#top_ajast {
    margin-bottom: 50px;
  }
  .subtitle {
    margin-bottom: -5%;
  }
  .prodacts_data {
    font-size: 12px;
    color: #5B5B5B;
  }
  .prodacts_link_area {
    flex-direction: column;
    display: flex;
  }
  .dl_linkbox {
    padding: 10px 0;
  }
}