body, body.top_bg {
  background-color: #fff7e3;
}

ol,
ul {
  list-style: none;
}

h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 26px;
  padding: 0 28px 12px;
  border-bottom: 2px solid #9fa0a0;
  color: #3e3a39;
}

.contents {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  background-color: #fff;
}

/* top-banner */
.top-banner {
  margin: 0 auto 36px;
  padding-top: 16px;
  text-align: center;
}
.banner_70off {
  margin-bottom: 44px;
}

/* link-area */
.link-area {
  text-align: center;
  margin-bottom: 60px;
}
.link-area h3 {
  margin-bottom: 12px;
  color: #666;
  font-weight: normal;
  font-size: 28px;
}

/* lp-nav */
.page-nav {
  display: flex;
  justify-content: space-around;
  margin-bottom: 14px;
}
.page-nav li a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 12px 0 4px;
  text-align: center;
  text-decoration: none;
  color: #706f70;
}

.nav_menu {
  border-top: 2px solid #9fa0a0;
}

.nav_menu a {
  font-size: 18px;
}

.nav_menu li {
  width: 100%;
  border-right: 2px solid #9fa0a0;
  margin-top: 12px;
}
.nav_menu li:last-child {
  border-right: none;
}

span.free {
  background-color: #706f70;
  border-radius: 5px;
  color: #fff;
  padding: 10px 12px 8px;
  font-weight: bold;
}

.menu-active a {
  border-bottom: #ff7709 6px solid;
}
.nav_genre {
  border-top: 2px solid #ff7709;
  margin-bottom: 40px;
  padding: 0 20px;
  background-color: #fff9f0;
}
.nav_genre a {
  font-size: 16px;
}

/* block */
.women_recom_all {
  margin-bottom: 60px;
}

/* manga-list */
.manga-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  margin: 0 0 28px;
  word-break: break-word;
} 
.list-6 {
  padding-right: 28px;
  padding-left: 28px;
}

.list-3_left {
  padding-left: 28px;
}
.list-3_right {
  padding-right: 28px;
}

.manga-box {
  width: 132px;
  text-align: center;
}

.manga-inner {
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.manga-genre {
  margin-bottom: 4px;
  font-size: 14px;
}
.manga-genre a {
  color: #4d4d4d;
}

.manga-cover {
  width: 132px;
  min-height: 216px;
  margin: 0 auto;
}
.manga-cover img {
  width: 132px;
  height: auto;
}

.manga-title {
  overflow: hidden;
  height: 16px;
  margin-bottom: 4px;
  text-overflow: clip;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.manga-title a {
  color: #3e3a39;
}

.manga-author-name {
  overflow: hidden;
  height: 15px;
  margin-bottom: 6px;
  text-overflow: clip;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  overflow-wrap: break-word;
  color: #6b6b6b;
  word-break: break-all;
}

.manga-author-name a {
  color: #6b6b6b;
}

/* btn */
.btn_more a {
  display: block;
  margin: 0 auto;
  background-color: #f6f6f6;
  margin-bottom: 70px;
  padding: 14px;
  border: 2px solid #6b6b6b;
  border-radius: 12px;
  text-align: center;
  font-size: 24px;
  color: #3e3a39;
}

.btn_more a:hover {
  color: #999;
  border: 2px solid #bababa;
  text-decoration: none;
}

/* 話題のコミック、メディア化コミック */
.topic-media {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.topic-media h2 {
  font-size: 22px;
  padding-bottom: 8px;
}

.topic-media .btn_more a {
  font-size: 22px;
}

.women_topic, .women_media{
  width: 50%;
}

.women_topic h2 {
  padding-right: 0;
}
.women_media h2 {
  padding-left: 0;
}

/* 注釈 */
.notice {
  padding: 24px 40px 80px;
  border-top: 2px solid #9fa0a0;
}
.notice p {
  font-size: 17px;
  font-weight: bold;
  color: #3e3a39;
}


/* ABJマーク */
.tab-footer-inner_div a {
  color: #333;
  font-size: 14px;
}

/* フッター前お得情報 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bg_wall_wrapper #prArea{
  width: 950px;
  margin: auto;
  padding: 1px 0 18px;
  background: #fbda37;
  border: 1px solid #fbda37;
  border-radius: 3px;
  text-align: center;
  color: #000;
}
.bg_wall_wrapper #prArea ul,
.bg_wall_wrapper #prArea ol {
  list-style: none;
}
.bg_wall_wrapper #prArea .prAreaTitle{
  margin: 13px 8px 0;
  text-align: center;
}
.bg_wall_wrapper #prArea .prAreaTitle h4{
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: normal;
}
.bg_wall_wrapper #prArea .prAreaTopBtn{
  width: 90%;
  margin: 8px auto 0;
}
.bg_wall_wrapper #prArea .prAreaTopBtn li{
  float: left;
  width: 25%;
  text-align: center;
}
.bg_wall_wrapper #prArea .prAreaTopBtn li a{
  display: block;
  padding: 3px 0 13px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.bg_wall_wrapper #prArea .prAreaTopBtn img{
  width: 100%;
  max-width: 126px;
}
.bg_wall_wrapper #prArea .prAreaTopBtn li span{
  display: block;
  font-size: 12px;
}
.bg_wall_wrapper #prArea .prAreaTopBtn .balloonArea {
  height: 34px;
  width: 80%;
  margin: 0 auto;
}
.bg_wall_wrapper #prArea .prAreaTopBtn .balloon {
  position: relative;
  height: 26px;
  margin: 0 1px;
  background: #fff;
  border-radius: 5px;
  line-height: 27px;
  font-size: 12px;
}
.bg_wall_wrapper #prArea .prAreaTopBtn .balloon:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg_wall_wrapper #prArea .prAreaBottomBtn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.bg_wall_wrapper #prArea .prAreaBottomBtn a,
.bg_wall_wrapper #prArea .prAreaBottomBtn a:hover {
  position: relative;
  display: inline-block;
  width: 43%;
  margin: 0 1%;
  padding: 8px 5px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.bg_wall_wrapper #prArea .prAreaBottomBtn a:hover {
  opacity: .8;
}
.bg_wall_wrapper #prArea .prAreaBottomBtn a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* TOPへ戻る */
.pc_with.h-right {
  padding: 0 28px;
  box-sizing: border-box;
}