@charset "UTF-8";
/* common
------------------------------*/
a {
  transition: opacity .15s;
}
a:hover {
  opacity: .7;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
/* layout
------------------------------*/
#contents_wrapper {
  padding: 24px 20px;
}
.co_container {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  width: 950px;
}
.tab_wrapper + .co_container {
  margin-top: 24px;
}
.contents_left {
  position: relative;
  width: 190px;
  text-align: left;
}
.contents_right {
  position: relative;
  width: 710px;
}
/* 共通パーツ
------------------------------*/
.icon_delete {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: none;
  cursor: pointer;
}
.icon_delete::before,
.icon_delete::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  transform: translate(-50%,-50%) rotate(-45deg);
  background: #666;
}
.icon_delete::after {
  transform: translate(-50%,-50%) rotate(45deg);
}
/* タブ
------------------------------*/
.tab_wrapper {
  display: flex;
  height: 56px;
  border-bottom: 1px solid #87ceeb;
}
.tab_content {
  flex: 1;
  margin: 0 4px;
  text-align: center;
}
.tab_content:first-child {
  margin-left: 0;
}
.tab_content:last-child {
  margin-right: 0;
}
.tab_content .explain {
  display: block;
  height: 44px;
  margin-top: 11px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
.tab_content.selected {
  position: relative;
  height: 64px;
  background: #fff;
}
.tab_content.selected .explain {
  height: 50px;
  margin-top: 0;
  border-top: 7px solid #87ceeb;
  border-color: #87ceeb;
  color: #333;
  line-height: 50px;
  pointer-events: none;
}
.tab_content .explain:hover {
  opacity: 1;
  color: #666;
  text-decoration: none;
}
.tab_content.selected .explain:hover {
  color: #87ceeb;
}
/* サイドナビ
------------------------------*/
.sidenav_area {
  box-sizing: border-box;
  /* background: #f8f8f8; */
  line-height: 1.4;
  text-align: left;
}
.sidenav_title {
  padding: 0 .3em 8px;
  border-bottom: 2px solid #ccc;
  font-size: 15px;
  font-weight: bold;
}
.sidenav_inner {
  padding: 16px 0;
}
/* サイドナビ内 ボタン
------------------------------*/
.contents_left .btn {
  position: relative;
  box-sizing: border-box;
  width: 94%;
  max-width: 280px;
  margin: 16px auto 8px;
  margin-top: 16px;
  padding: 8px 12px;
  transition: opacity .15s;
  border-radius: 50px;
  background: #56b4eb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.contents_left .btn:hover {
  opacity: .7;
}
.contents_left .btn.btn_clear_all {
  height: 30px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
}
.contents_left .btn.btn_clear_all .icon_delete {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 2px;
}
/* サイドナビ 絞り込み
------------------------------*/
.filter_block {
  display: block;
  margin: 0 auto 28px;
}
.filter_title {
  display: inline-block;
  padding-right: 1em;
  padding-left: .3em;
  background: linear-gradient(to right, #afe8ff 0%, #afe8ff 100%) left bottom / 100% 4px repeat-x;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.filter_block .ac_menu {
  margin-top: 8px;
}
.filter_block .ac_menu .ac_text {
  display: block;
  position: relative;
  padding: 4px 6px;
  color: #333;
  font-size: 12px;
  word-break: break-word;
}
.filter_block .ac_menu .parent_2 .ac_text {
  padding-left: 1.5em;
}
.filter_block .ac_menu .parent_3 .ac_text {
  padding-left: 2.5em;
}
.filter_block .ac_menu .parent_4 .ac_text {
  padding-left: 3.5em;
}
.filter_block .ac_menu .parent_5 .ac_text {
  padding-left: 4.5em;
}
/* 選択中 */
.filter_block .ac_menu .ac_text.selected {
  margin: 0;
  background: #efefef;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.filter_block .ac_menu .ac_text.selected::after {
  content: "";
  display: inline-block;
  position: relative;
  left: .5em;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
/* 選択解除 */
.filter_block .ac_menu .icon_delete {
  right: 12px;
}
.filter_block .ac_menu .clear_all {
  margin-top: -4px;
}
.filter_block .ac_menu .clear_all .icon_delete {
  right: auto;
  left: .3em;
}
.filter_block .ac_menu .clear_all .icon_delete::before,
.filter_block .ac_menu .clear_all .icon_delete::after {
  background: #01bbe6;
}
.filter_block .ac_menu .clear_all .ac_text {
  margin: 0;
  padding-left: 22px;
  color: #666;
}
/* チェックボックス */
.filter_block .ac_menu .check_box .ac_text {
  margin-left: 0;
  padding-left: 22px;
}
.filter_block .ac_menu .check_box .ac_text.checked {
  border-bottom: 1px solid #fff;
  background-color: #efefef;
}
.filter_block .ac_menu .check_box .ac_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: .5em;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border: 1px solid #999;
  border-radius: 2px;
}
.filter_block .ac_menu .check_box .ac_text.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: .75em;
  width: 3px;
  height: 7px;
  transform: translateY(-6px) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.filter_block .ac_menu .check_box .ac_text.checked::before {
  border-color: #56b4eb;
  background: #56b4eb;
}
/* レビューで絞り込み */
.filter_block.filter_review a {
  text-decoration: none;
}
.filter_block.filter_review a .review_star > span:hover {
  text-decoration: underline;
}
.filter_block .ac_menu .review_star {
  margin-right: -4px;
}
.filter_block .ac_menu .review_star img {
  position: relative;
  top: -2px;
  width: auto;
  height: 16px;
}
.filter_block .ac_menu .review_star img:last-of-type {
  margin-right: 4px;
}
/* もっと見る */
.filter_block .more_link {
  text-align: right;
}
.filter_block .more_link > * {
  display: block;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 11px;
  cursor: pointer;
}
/* 絞り込みフィルタ_キーワード
------------------------------*/
.filter_keyword {
  padding: 16px 8px;
  background: #f2f2f2;
}
.filter_keyword .filter_title {
  padding: 0;
  background: none;
}
.filter_keyword .filter_key_title {
  padding-left: 2px;
  color: #666;
}
.filter_key_wrap input {
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0;
  padding: 8px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #555;
  font-family: arial, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter_key_wrap:not(:first-child) {
  margin-top: 16px
}
.filter_key_wrap .note {
  padding-left: 2px;
  font-size: 10px
}
/* ページャー
------------------------------*/
.pageSlider,
.pageSlider * {
  box-sizing: border-box;
}
.pageSlider .swiper-button-lock {
  display: block;
}
.pageSlider {
  position: relative;
  height: 46px;
  margin: 20px 24px 0;
  padding: 6px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f6f6f6;
}
.pageSlider .swiper_Pager {
  margin: 0 4px;
  overflow: hidden;
}
.pageSlider .swiper-slide {
  display: inline-block;
  width: auto;
  margin: 0 4px;
}
.pageSlider .swiper-slide a {
  display: block;
  min-width: 60px;
  height: 32px;
  padding: 0 5px;
  border: 1px solid #666;
  border-radius: 5px;
  background: #eee;
  color: #666;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.pageSlider .swiper-slide.selected a {
  background: #fff;
  color: #373737;
  font-weight: bold;
}
.pageSlider .swiper-button-prev,
.pageSlider .swiper-button-next {
  width: 24px;
  height: 46px;
  margin-top: -23px;
  background: #bdbdbd;
}
.pageSlider .swiper-button-prev {
  left: -24px;
}
.pageSlider .swiper-button-next {
  right: -24px;
}
.pageSlider .swiper-button-prev:after,
.pageSlider .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  clear: both;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.pageSlider .swiper-button-prev:after {
  right: 50%;
  margin-right: -5px;
  transform: rotate(225deg);
}
.pageSlider .swiper-button-next:after {
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
}
/* h1 検索結果タイトル
------------------------------*/
.search_result_title {
  margin-left: -.5em;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.search_result_title span {
  font-weight: bold;
}
.search_result_title + .sort_area {
  margin-top: 20px;
}
/* sort_area
------------------------------*/
.sort_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 表示タイプ切り替え */
.sort_area .disp_type {
  display: flex;
}
.sort_area .disp_type li:not(:first-child) {
  margin-left: 16px;
}
.sort_area .disp_type li {
  font-size: 14px;
  line-height: 22px;
}
.sort_area .disp_type li a {
  display: inline-block;
  color: #08c;
}
.sort_area .disp_type .icon_disp {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("../../../../../common/images/2502/icon_disp_detail.png") no-repeat 0 0 / contain;
  vertical-align: bottom;
}
.sort_area .disp_type .icon_disp.type_image {
  background: url("../../../../../common/images/2502/icon_disp_image.png") no-repeat 0 0 / contain;
}
/* 並べ替え */
.sort_area .sort_box .sort_label {
  font-size: 12px;
  line-height: 34px;
}
.sort_area .sort_box select {
  width: 210px;
  height: 34px;
  padding: 0 24px 0 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sort_area .filter_pull {
  position: relative;
}
.sort_area .filter_pull::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  box-sizing: border-box;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  pointer-events: none;
}
.sort_area .btn_areas_left ul {
  display: flex;
}
.sort_area .btn_areas_left li * {
  display: block;
  width: 90px;
  height: 34px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.sort_area .btn_areas_left li.selected * {
  border: 1px solid #01bbe6;
  background: #01bbe6;
  color: #fff;
}
.sort_area .btn_areas_left li:first-child * {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.sort_area .btn_areas_left li:last-child * {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.sort_area .btn_areas_left li a:hover {
  text-decoration: none;
}
/* 絞り込みタグ表示
------------------------------*/
.search_word_tag_area {
  margin-top: 16px;
}
.search_word_tag {
  display: flex;
  flex-wrap: wrap;
  max-height: 102px;
  margin: 0 -4px;
  overflow: hidden;
}
.search_word_tag .tagbox {
  display: block;
  position: relative;
  height: 24px;
  margin: 4px;
  padding: 0 28px 0 12px;
  overflow: hidden;
  transition: opacity .15s;
  border: 1px solid #ccc;
  border-radius: 24px;
  background: #f6f6f6;
  color: #666;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search_word_tag .tagbox:hover {
  opacity: .6;
}
.search_word_tag .tagbox.word_limit {
  max-width: 8em;
}
.search_word_tag .tagbox.word_free {
  max-width: calc(50% - 30px);
  padding: 0 24px 0 6px;
  text-overflow: unset;
}
.search_word_tag .tagbox.word_free::before {
  content: "「";
}
.search_word_tag .tagbox.word_free::after {
  content: "」";
}
.search_word_tag .tagbox.word_free span {
  display: inline-block;
  max-width: calc(100% - 2em);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.search_word_tag .icon_delete {
  right: 4px;
}
.search_word_tag .icon_delete::before,
.search_word_tag .icon_delete::after {
  height: 10px;
}
.search_word_tag .delete_all {
  cursor: pointer;
  pointer-events: none;
}
.search_word_tag_area .tag_util_box {
  display: flex;
  justify-content: space-between;
  margin: 4px 4px 0;
  font-size: 11px;
}
.search_word_tag_area .tag_util_box .all_delete_tag,
.search_word_tag_area .tag_util_box .all_open_tag {
  color: #08c;
  cursor: pointer;
}
.search_word_tag_area.js-open .search_word_tag {
  max-height: unset;
  overflow: unset;
}
.search_word_tag_area.js-open .all_open_tag {
  display: none;
}
/* 検索結果件数
----------------------------*/
.search_result_num {
  margin-top: 12px;
  padding: 12px 0 0;
  border-top: 1px solid #e2e2e2;
  text-align: left;
}
.search_result_num + .pageSlider {
  margin-top: 12px;
}
/* 検索結果一覧（リスト表示）
----------------------------*/
.search_result_list {
  margin-top: 12px;
}
.search_result_wrap {
  display: flex;
  box-sizing: border-box;
  padding: 16px 0;
  border-top: 1px dotted #ccc;
}
.search_result_wrap:first-of-type {
  border: none;
}
.search_result_wrap a {
  color: #069;
}
.search_result_wrap .cover_thum {
  flex: 0 0 130px;
  text-align: center;
}
.search_result_wrap .cover_thum img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.search_result_wrap .text_box {
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
  padding-left: 16px;
  overflow: hidden;
  text-align: left;
}
.search_result_wrap .title_rank {
  color: #ff2b5f;
  font-size: 18px;
  font-weight: bold;
}
.search_result_wrap .title_rank img {
  margin-bottom: 3px;
}
.search_result_wrap .title_rank .el-E71A {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.search_result_wrap .title_rank .el-E71A::before {
  margin: 0 4px 0 0;
}
.search_result_wrap .title_rank.r1 .el-E71A {
  color: #ff9003;
}
.search_result_wrap .title_rank.r2 .el-E71A {
  color: #bcbcbc;
}
.search_result_wrap .title_rank.r3 .el-E71A {
  color: #998852;
}
.search_result_wrap .cl_title a,
.search_result_wrap .cl_title a:hover {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
.search_result_wrap .text_box_bottom {
  margin-top: 8px;
}
.search_result_wrap .text_box_bottom::after {
  content: "";
  display: block;
  clear: both;
}
.search_result_wrap .text_box_left {
  width: calc(100% - 190px);
  float: left;
}
.search_result_wrap .text_box_left p {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}
.search_result_wrap .text_box_left .cl_author {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.search_result_wrap .text_box_left .cl_review {
  margin: 0 0 4px -1px;
  line-height: 1.4;
}
.search_result_wrap .text_box_left .cl_review img {
  height: 15px;
  vertical-align: bottom;
}
.search_result_wrap .text_box_left .cl_review span {
  line-height: 1;
  vertical-align: bottom;
}
.search_result_wrap .text_box_left .cl_kanketsu {
  color: #963;
}
.search_result_wrap .cl_kanketsu .schedule {
  color: #f06;
}
.search_result_wrap .btn_box {
  width: 170px;
  float: right;
}
.search_result_wrap .btn_box a {
  display: block;
  box-sizing: border-box;
  height: 36px;
  border-radius: 4px;
  background: #ff3a62;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.search_result_wrap .btn_box a:hover {
  text-decoration: none;
}
/* 検索結果一覧（画像表示）
------------------------------*/
.search_result_area .title_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-bottom: 16px;
}
.search_result_area .title_list * {
  box-sizing: border-box;
}
.search_result_area .title_list li {
  display: flex; /* ボタンがなくてもtext_box下揃え */
  flex: 0 0 20%;
  flex-direction: column;
  max-width: 180px;
  margin-top: 16px;
  padding: 0 8px;
  text-align: center;
}
.search_result_area .title_wrap:nth-of-type(n + 6) {
  margin-top: 24px;
}
.search_result_area .title_wrap a {
  display: block;
}
.search_result_area .title_wrap a:hover {
  color: #08c;
}
.search_result_area .title_wrap .genre_name {
  width: 126px;
  margin: 0 auto 4px;
  font-size: 12px;
}
.search_result_area .title_wrap .genre_name.hq {
  letter-spacing: -2px;
}
.search_result_area .title_wrap .thum_box {
  /* 高さ224px前後の帯付きB6判（青年・女性）を基準 */
  height: 168px;
  /* 高さ240px前後の帯付き新書判（少年・少女）を基準 */
  /* height: 182px; */
  /* 高さ255px前後のB6/A5/B5判（青年・女性・ワイド・マンガ雑誌）を基準 */
  /* height: 190px; */
  /* 高さ280px前後の新書判（少年・少女）を基準 */
  /* height: 210px; */
}
.search_result_area .title_wrap .thum_box a {
  display: flex;
  position: relative;
  align-items: flex-start; /* 書影の上下揃え位置 */
  justify-content: center;
  height: 100%;
}
.search_result_area .title_wrap .thum_box a img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #eee;
}
.search_result_area .title_wrap .btn_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin: 7px auto 0;
}
.search_result_area .title_wrap .btn_box .btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  border: 1px solid #b8a98f;
  border-right: 1px solid #bdb29e;
  border-bottom: 2px solid #bdb29e;
  border-radius: 3px;
  background: #fff;
  color: #6e5b39;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.search_result_area .title_wrap .btn_box .btn:hover {
  color: #6e5b39;
}
.search_result_area .title_wrap .title_name,
.search_result_area .title_wrap .author_name {
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  word-break: break-all;
}
.search_result_area .title_wrap .title_name {
  margin-top: 4px;
}
.search_result_area .title_wrap .title_name a,
.search_result_area .title_wrap .author_name a {
  color: #08c;
}
.search_result_area .title_wrap .author_name,
.search_result_area .title_wrap .cl_review {
  margin-top: 2px;
}
.search_result_area .title_wrap .cl_review img {
  height: 15px;
  vertical-align: bottom;
}
/* 検索結果一覧アイコン
------------------------------*/
.cl_icon {
  margin-right: 2px;
}
.cl_icon::after {
  display: inline-block;
  padding: 2px 6px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
.cl_new::after {
  content: "NEW";
  border: 1px solid #f06;
  color: #f06;
}
.cl_soon::after {
  content: "配信予定";
  border: 1px solid #f06;
  color: #f06;
}
.cl_termlimit::after {
  content: "期間限定";
  border: 1px solid #ff4500;
  color: #ff4500;
}
.cl_complete::after {
  content: "完結";
  border: 1px solid #f00;
  color: #f00;
}
/* 検索結果0件のとき
------------------------------*/
.search_result_area .no_list {
  padding: 40px 1em 80px;
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.search_result_area .no_list ul {
  margin-top: 8px;
}
.search_result_area .no_list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.search_result_area .no_list ul li a {
  color: #08c;
}
.search_result_area .no_list ul li a:hover {
  text-decoration: underline;
}
/* サイドナビ＞もっと見るポップアップ
------------------------------*/
.popup_morelist .btn_close {
  position: fixed;
  z-index: 1000;
  top: 16px;
  right: 18px;
  width: 32px;
  height: 32px;
  text-align: left;
  cursor: pointer;
}
.popup_morelist .btn_close::before,
.popup_morelist .btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: #999;
}
.popup_morelist .btn_close::after {
  transform: translateY(-50%) rotate(45deg);
}
.popup_morelist .btn_close::before {
  transform: translateY(-50%) rotate(-45deg);
}
.morelist_wrapper {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 50%;
  box-sizing: border-box;
  flex-direction: column;
  width: 710px;
  max-height: 80vh;
  padding: 24px;
  transform: translateY(-50%);
  border-radius: 16px;
  background: #fff;
  text-align: left;
}
.morelist_title {
  font-size: 16px;
  font-weight: bold;
}
.morelist_inner {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100% - 32px);
  margin-top: 20px;
  padding-left: 16px;
  overflow-y: auto;
}
.morelist_inner::-webkit-scrollbar {
  width: 8px;
}
.morelist_inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.morelist_inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
.morelist_inner li {
  flex: 0 0 calc(50% - 16px);
  padding: .5em 0;
  font-size: 14px;
  line-height: 1.2;
}
.morelist_inner li:nth-child(even) {
  padding-left: 16px;
}
.morelist_inner li a {
  color: #069;
}
.black_bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
.popup_morelist .btn_close,
.morelist_wrapper,
.black_bg {
  visibility: hidden;
  transition: all .15s;
  opacity: 0;
}
body.js-pageOverlay {
  overflow: hidden;
}
.js-pageOverlay .popup_morelist .btn_close,
.js-pageOverlay .morelist_wrapper {
  visibility: visible;
  opacity: 1;
}
.js-pageOverlay .black_bg {
  visibility: visible;
  opacity: .4;
}
