/* 週刊文春WOMAN記事一覧 */

#woman-kv {
  height: 162px;
  margin: 0 auto;
  padding: 2.5% 0 0 0;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#woman-kv .logo {
  width: 34%;
  margin: 0 auto;
}
#woman-kv .explain {
  width: 60%;
  margin: 1.5% auto;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  color: #fff;
}
#woman-kv .social {
  text-align: center;
}
#woman-kv .social a {
  width: 35%;
  padding: 1.5% 0;
  display: inline-block;
  border-radius: 3px;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
}
#woman-kv .social .tw {
  background-color: #000000;
  /* 背景色が黒の場合に同化してしまうので白枠を追加 */
  border: 1px solid #ffffff;
}
#woman-kv .social .tw::before {
  content: "";
  width: 15px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  background-image: url(/common/images/common/ico-x-white.svg);
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 75%;
  vertical-align: middle;
}
#woman-latest-issue {
  margin: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#woman-latest-issue .cover {
  width: 120px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  line-height: 0;
}
#woman-latest-issue .cover a {
  border: 1px solid #ddd;
}
#woman-latest-issue .explain {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
}
#woman-latest-issue .explain .subtitle {
  margin-bottom: 1.5%;
  font-size: 10px;
  font-size: 1.0rem;
  color: #7e7e7e;
}
#woman-latest-issue .explain .title {
  margin-bottom: 1.5%;
  line-height: 20px;
  line-height: 2.0rem;
}
#woman-latest-issue .explain .notes {
  font-size: 10px;
  font-size: 1.0rem;
  color: #7e7e7e;
}
#woman-latest-issue .link {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 12px auto 0;
  width: 85%;
}
#woman-latest-issue .link a {
  width: calc(50% - 5px);
  padding: 15px 5px;
  display: block;
  border: solid 2px #aeaeae;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #2379ca;
}
#woman-latest-issue .link a span {
  text-decoration: none;
  padding-bottom: .05em;
}