@charset "utf-8";
/* common
------------------------------*/
.contentsWrapper {
  width: 990px;
  margin: 0 auto;
  padding: 15px 0 0;
  padding-bottom: 1px;
  background: #fff;
  text-align: center;
}
/* brCramb
------------------------------*/
.brCramb.top {
  width: 970px;
  height: auto;
  margin: 0 auto 10px;
  padding: 3px 10px 2px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  color: #373737;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
}
.brCramb.top h1 {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}
.brCramb.top a {
  color: #069;
}
.brCramb.top span.brCramb_m:after {
  content: ">";
  display: inline;
  padding: 0 3px;
}
/* navi_left
------------------------------*/
#navi_left {
  width: 182px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: left;
}
#navi_left .navBanner {
  margin-bottom: 8px;
}
#navi_left .navBanner a {
  display: block;
}
#navi_left .navBanner a + a {
  margin-top: 6px;
}
#navi_left .btnQuestionnaire {
  margin-bottom: 6px;
}
#navi_left .btnQuestionnaire {
  border: 1px solid #ffb630;
  border-radius: 3px;
}
#navi_left .btnQuestionnaire a {
  display: block;
  width: 180px;
  padding: 7px 0 5px 10px;
  border-top: 1px solid #ffb630;
  border-radius: 3px;
  background: #fffaf2;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  font-feature-settings: "palt";
}
#navi_left .btnQuestionnaire a:first-child {
  border-top: none;
}
#navi_left .btnQuestionnaire a:hover {
  background: #fff;
}
#navi_left .btnQuestionnaire a .btn_text {
  font-weight: bold;
}
#navi_left .btnNewRegist {
  margin: 5px auto 8px !important;
  padding: 5px 0;
  border: 1px solid #ffbc58;
  border-radius: 3px;
  background: #fffbe9;
  text-align: center;
}
#navi_left .btnNewRegist .new_regist_text {
  margin: 5px auto 3px;
  font-size: 10px;
}
#navi_left .btnNewRegist a,
#navi_left .btnNewRegist a:hover {
  display: block;
  text-decoration: none;
}
#navi_left .btnNewRegist .new_regist_btn {
  margin: 5px;
  padding: 10px 0;
  border: 1px solid #f90;
  border-radius: 3px;
  background: #f90;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#navi_left .naviArea,
#navi_left .navSearchComic,
#navi_left .navSearchTitle {
  margin: 0 auto 8px;
}
#navi_left .naviArea .menu_title,
#navi_left .navSearchComic .menu_title,
#navi_left .navSearchTitle .menu_title {
  height: 30px;
  margin-bottom: 5px;
  padding: 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
#navi_left .naviArea ul,
#navi_left .navSearchComic ul,
#navi_left .navSearchTitle ul {
  margin: 0 5px;
}
#navi_left .naviArea li a,
#navi_left .navSearchComic li a,
#navi_left .navSearchTitle li a {
  display: inline-block;
  position: relative;
  height: 25px;
  padding-left: 1em;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  font-feature-settings: "palt";
}
#navi_left .naviArea li a:before,
#navi_left .navSearchComic li a:before,
#navi_left .navSearchTitle li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  margin: -4px 2px 0 5px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #777;
}
#navi_left .naviArea li a.markCheck:before {
  border-color: transparent transparent transparent #ff8c2f;
}
#navi_left .naviArea li.appeal_icon a,
#navi_left .navSearchTitle li.appeal_icon a {
  padding: 0;
}
#navi_left .naviArea ul li.appeal_icon a:before,
#navi_left .navSearchTitle ul li.appeal_icon a:before {
  content: none;
}
#navi_left .navSearchComic .sub_menu_title {
  height: 25px;
  padding: 0 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}
#navi_left .navSearchComic ul + .sub_menu_title {
  height: 30px;
  margin-top: 5px;
  padding: 5px 5px 0;
  border-top: 1px solid #e7e7e7;
}
/* contentsArea
------------------------------*/
.contentsArea {
  width: 770px;
  float: right;
}
.contentsArea * {
  box-sizing: border-box;
}
.contentsArea a {
  backface-visibility: hidden; /* Chromeでhover時に1px動くことがある対策 */
  transition: all .3s;
  color: #333;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
.contentsArea img {
  width: 100%;
  height: auto;
}
.contentsArea ul, ol {
  list-style: none;
}
.contentsArea .secArea {
  width: 740px;
  margin: auto;
}
.contentsArea .secArea + .secArea {
  margin-top: 55px;
}
.contentsArea .bannerArea a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contentsArea .pageTitle {
  height: 28px;
  line-height: 28px;
  text-align: left;
}
.contentsArea .pageTitle .titleTxt,
.contentsArea .pageTitle .titleSeo {
  display: inline-block;
  vertical-align: middle;
}
.contentsArea .pageTitle .titleTxt {
  padding-left: 1px;
  font-size: 18px;
  font-weight: bold;
}
.contentsArea .pageTitle .titleSeo {
  padding-left: 15px;
  font-size: 14px;
}
.contentsArea .secTitle {
  display: block;
  position: relative;
  width: 740px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: left;
}
.contentsArea .secTitle a {
  display: block;
  text-decoration: none;
}
.contentsArea .secTitle a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  clear: both;
  transform: rotate(45deg);
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
.contentsArea .secTitle .titleTxt {
  display: inline-block;
  color: #444;
  font-size: 20px;
  font-weight: bold;
}
.contentsArea .secTitle .rightLinkMore {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}
/* navigate
------------------------------*/
.contentsArea .navigate {
  display: table;
  width: 746px;
  margin: 5px auto 20px;
  border-spacing: 3px 0;
  text-align: center;
}
.contentsArea .navigate a {
  display: table-cell;
  min-width: 50px;
  height: 34px;
  background: #ffc826;
  color: #000;
  font-size: 12px;
  line-height: 34px;
  text-decoration: none;
  font-feature-settings: "palt";
}
.contentsArea .navigate a:first-child {
  border-radius: 3px 0 0 0;
}
.contentsArea .navigate a:last-child {
  border-radius: 0 3px 0 0;
}
.contentsArea .navigate a:hover {
  opacity: .8;
}
/* title_list
----------------------------*/
.title_list {
  display: flex;
  flex-wrap: wrap;
}
.title_list .title_wrap {
  display: flex;
  flex: 0 0 20%;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin-bottom: 20px;
  padding: 0 6px;
  text-align: center;
}
/* title_list_scroll
----------------------------*/
.title_list_scroll {
  display: block;
  box-sizing: border-box;
}
.title_list_scroll .swiper-wrapper {
  box-sizing: border-box;
}
.title_list_scroll a {
  display: block;
}
.title_list_scroll .title_wrap {
  display: flex;
  flex: 0 0 19.23%;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding: 0 12px 0 0;
  text-align: center;
}
.title_wrap .thum_box,
.title_wrap .text_box {
  width: 100%;
  max-width: 180px;
}
.title_wrap .thum_box a {
  display: block;
  position: relative;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}
.title_wrap .thum_box img {
  /* border: 1px #eee solid; */
}
.title_wrap .text_box {
  margin-top: auto;
}
.title_wrap .title_name,
.title_wrap .author_name {
  height: 16px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  word-break: break-all;
  font-feature-settings: "palt";
}
.title_wrap .title_name {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
}
.title_wrap .author_name {
  color: #767676;
}
.title_wrap .author_name a {
  color: #767676;
  font-size: 10px;
}
.title_wrap span.blank {
  display: block;
  max-width: 180px;
  height: 28px;
  margin: 4px auto 0;
}
.title_wrap img.plusMore {
  border: none;
}
/* mark
------------------------------*/
.camMark {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 18px;
  padding: 0 4px;
  border: 1px solid #d00;
  background: #fff;
  color: #d00;
  font-size: 11px;
  line-height: 18px;
}
.camMark.new {
  background: #ec1e0d;
  color: #fff;
}
/* btn_box
------------------------------*/
.btn_box {
  margin: 0 auto;
}
.btn_box a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  margin: 4px auto 0;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  color: #797979;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  font-feature-settings: "palt";
}
.btn_box a:hover {
  background: #fff;
}
.btn_box.yellow a {
  border: 1px solid #d8c90f;
  background: #fbda37;
  color: #5c4d31;
}
.btn_box.yellow a:hover {
  opacity: .7;
  background: #fbda37;
}
.btn_box.btn_nomember a {
  border: 1px solid #ec1e0d;
  background: #fff;
  color: #ec1e0d;
}
.btn_box.btn_nomember a:hover {
  opacity: .7;
}
/* .bottomLinks
------------------------------*/
.contentsArea .bottomLinks {
  display: flex;
  flex-wrap: wrap;
  width: 740px;
  margin: 0 auto;
}
.contentsArea .bottomLinks li {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
.contentsArea .bottomLinks li a {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  text-decoration: none;
}
.contentsArea .bottomLinks li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  clear: both;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/* 3列構成 */
.contentsArea .bottomLinks.three li {
  width: 33.33%;
}
.contentsArea .bottomLinks.three li:nth-child(-n+3) {
  border-top: 1px solid #ddd;
}
.contentsArea .bottomLinks.three li:nth-child(3n+3),
.contentsArea .bottomLinks.three li:last-child {
  border-right: 1px solid #ddd;
}
/* タブエリア
------------------------------*/
.tabBox {
  display: flex;
  width: 740px;
  margin: auto;
  border-bottom: 2px solid #ffc826;
}
.tabBox li {
  box-sizing: border-box;
  width: 20%;
  height: 32px;
  margin-top: 6px;
  border-top: 1px solid #ffc826;
  border-right: 1px solid #ffc826;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-feature-settings: "palt";
}
.tabBox li.selected {
  height: 38px;
  margin-top: 0;
  border: 1px solid #ffc826;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background: #ffc826;
  font-weight: bold;
  line-height: 41px;
}
.tabBox li:first-child:not(.selected) {
  border-left: 1px solid #ffc826;
}
.tabPanel {
  display: none;
}
.tabPanel::after {
  content: " ";
  display: block;
  clear: both;
}
.tabPanel.open {
  display: block;
}
/* トップスライドバナー
------------------------------*/
.topBannerArea {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.topBannerArea a {
  display: block;
}
.topBannerArea .swiper_topBanner > .swiper-pagination {
  position: relative;
  bottom: unset;
  padding: 6px 0 8px;
  line-height: 0;
}
.topBannerArea .swiper_topBanner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.topBannerArea .swiper-pagination .swiper-pagination-bullet-active {
  background: #f90;
}
/* 今週のイチオシ作品
------------------------------*/
.pickupArea {
  margin: 0 auto 55px;
  padding: 10px 15px 0;
  border-top: 2px solid #ffc826;
  border-bottom: 1px solid #ffc826;
  background: #fffaf1;
}
.pickupArea .secTitle {
  border-bottom: none;
}
.pickupArea .pickup_box {
  height: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.pickupArea .koma_thumb a {
  display: block;
}
.pickupArea .koma_thumb img {
  width: 100%;
  max-width: 380px;
}
.pickupArea .koma_info {
  display: flex;
  padding: 8px;
}
.pickupArea .title_thumb {
  flex: 0 0 30%;
}
.pickupArea .title_thumb a {
  display: block;
}
.pickupArea .text_box {
  flex: 1;
  padding-left: 8px;
  text-align: left;
}
.pickupArea .title_name,
.pickupArea .author_name {
  min-height: 14px;
  max-height: 28px;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  word-break: break-all;
}
.pickupArea .title_name a {
  display: block;
  color: #333;
  white-space: normal;
}
.pickupArea .author_name {
  margin-top: 4px;
  font-size: 10px;
}
.pickupArea .author_name a {
  display: inline;
  color: #9f9f9f;
}
.pickupArea .btn_box a {
  max-width: 120px;
  height: 32px;
  margin: 8px 0 0;
  line-height: 30px;
}
/* swiper */
.pickupArea .swiper_pickup > .swiper-pagination {
  position: relative;
  bottom: unset;
  padding: 20px 0;
  line-height: 0;
}
.swiper_pickup .swiper-pagination .swiper-pagination-bullet-active {
  background: #f90;
}
.swiper_pickup .swiper-button-prev,
.swiper_pickup .swiper-button-next {
  display: block;
  top: unset;
  bottom: 4px;
  width: 24px;
  height: 40px;
  background: transparent;
}
.swiper_pickup .swiper-button-prev {
  left: 0;
}
.swiper_pickup .swiper-button-next {
  right: 0;
}
.swiper_pickup .swiper-button-prev::after,
.swiper_pickup .swiper-button-next::after,
.swiper_pickup .swiper-rtl .swiper-button-prev::after,
.swiper_pickup .swiper-rtl .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
.swiper_pickup .swiper-button-prev::after {
  left: 4px;
  transform: translateY(-50%) rotate(225deg);
}
.swiper_pickup .swiper-button-next::after {
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
}
/* 今週の新刊
------------------------------*/
#new .tabPanel ul {
  margin: 16px auto 0;
}
#new .title_wrap.wide {
  flex: 0 0 60%;
  flex-wrap: nowrap;
  text-align: left;
}
#new .title_wrap.wide .info_box {
  max-width: 250px;
  margin-left: 10px;
}
#new .title_wrap.wide .title_name,
#new .title_wrap.wide .author_name {
  padding: 0;
  text-align: left;
}
#new .title_wrap.wide .title_name {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
#new .title_wrap.wide .introduction {
  height: 160px;
  margin: 10px auto 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
}
#new .title_wrap.wide .introduction br {
  display: none;
}
#new .title_wrap.wide .btn_box {
  width: 140px;
  margin: 0 auto 0 0;
}
/* 人気特集から探す
------------------------------*/
.bnr_top,
.bnr_bottom {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.bnr_bottom.col-4 a {
  flex: 0 0 25%;
  margin-bottom: 10px;
  padding: 0 4px;
}
/* ランキング
------------------------------*/
.rankArea .rank_num {
  height: 22px;
  margin: 0 auto;
  color: #f60;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.rankArea .rank_num a {
  color: #f60;
  text-decoration: none;
}
.rankArea .rank_num span {
  font-size: 14px;
}
/* シーモアコミックスとは
------------------------------*/
.contentsArea .aboutArea {
  position: relative;
  z-index: 0;
  width: 770px;
  padding-bottom: 56px;
  border-top: 10px solid #f25821;
  background: #fff url("/sol/cc/template/common/cmoaoriginal/images/bg_grid.png") top center / 12px 12px;
}
.aboutArea .about_title {
  margin: 16px 28px 0;
  padding: 12px 16px;
  background: #fff;
  text-align: center;
}
.aboutArea .about_inner {
  width: 91%;
  margin: 20px auto 0;
  padding: 16px 20px 24px;
  border: 2px solid #f25821;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}
.aboutArea .about_lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.aboutArea .about_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 16px 0;
  border-top: 2px solid #f25821;
}
.aboutArea .about_link li {
  flex: 0 0 50%;
  text-align: left;
}
.aboutArea .about_link li a {
  color: #f25821;
  font-size: 16px;
  line-height: 1.8;
}
.aboutArea .about_link li a:hover {
  opacity: .7;
  text-decoration: underline;
}
.aboutArea .about_link li a .icon_arw {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: none;
  border-radius: 20px;
  background: #f25821;
}
.aboutArea .about_link li a .icon_arw::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.aboutArea .skew_textbox {
  box-sizing: border-box;
  width: 50%;
  margin: 52px auto 30px;
  padding: 10px 32px;
  transform: translateX(-2px) skewX(calc(10deg * -1));
  border: 1px solid #1a1a1a;
  background-color: #fff;
  box-shadow: 9px 9px 0 #1a1a1a;
}
.aboutArea .skew_textbox_inner {
  transform: skewX(10deg);
}
.aboutArea .skew_textbox .skew_textbox_title {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
/* 各レーベルエリア
------------------------------*/
.label_wrap .label_box {
  position: relative;
  left: -3px;
  width: 90%;
  margin: 24px auto 0;
  border: 1px solid #333;
  background: #fff;
}
.label_wrap .label_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: inherit;
  background: #ff7922;
}
.label_wrap .label_box.color_girl::before {
  background: #ff6e78;
}
.label_wrap .label_box.color_boy::before {
  background: #00b4f0;
}
.label_wrap .label_box.color_tl::before {
  background: #ffc314;
}
.label_wrap .label_box.color_bl::before {
  background: #69f;
}
.label_wrap .label_box.color_sexy::before {
  background: #e565a5;
}
.label_wrap .label_box + .label_box {
  margin-top: 40px;
}
.label_wrap .label_ttl h2 {
  display: inline-block;
  padding-bottom: 6px;
  background: linear-gradient(to right, #ff7922 0%, #ff7922 100%) left bottom / 100% 2px repeat-x;
  font-size: 20px;
  font-weight: bold;
}
.label_wrap .color_girl .label_ttl h2 {
  background: linear-gradient(to right, #ff6e78 0%, #ff6e78 100%) left bottom / 100% 2px repeat-x;
}
.label_wrap .color_boy .label_ttl h2 {
  background: linear-gradient(to right, #00b4f0 0%, #00b4f0 100%) left bottom / 100% 2px repeat-x;
}
.label_wrap .color_tl .label_ttl h2 {
  background: linear-gradient(to right, #ffc314 0%, #ffc314 100%) left bottom / 100% 2px repeat-x;
}
.label_wrap .color_bl .label_ttl h2 {
  background: linear-gradient(to right, #69f 0%, #69f 100%) left bottom / 100% 2px repeat-x;
}
.label_wrap .color_sexy .label_ttl h2 {
  background: linear-gradient(to right, #e565a5 0%, #e565a5 100%) left bottom / 100% 2px repeat-x;
}
.label_wrap .label_ttl a {
  display: block;
  position: relative;
  padding: 16px 16px 10px;
  background: none;
  text-align: left;
}
.label_wrap .label_ttl a:hover {
  opacity: .6;
}
.label_wrap .label_ttl a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  clear: both;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ff7922;
  border-right: 2px solid #ff7922;
}
.label_wrap .color_girl .label_ttl a::after {
  border-color: #ff6e78;
}
.label_wrap .color_boy .label_ttl a::after {
  border-color: #00b4f0;
}
.label_wrap .color_tl .label_ttl a::after {
  border-color: #ffc314;
}
.label_wrap .color_bl .label_ttl a::after {
  border-color: #69f;
}
.label_wrap .color_sexy .label_ttl a::after {
  border-color: #e565a5;
}
.label_wrap .label_lead {
  margin-top: 8px;
  padding-right: 1.2em;
  color: #555;
  font-size: 14px;
}
/* ↓↓レーベル書影のカスタムキー作成されたら削除 */
.label_wrap .title_list {
  padding: 16px 8px;
}
.label_wrap .title_list .title_wrap {
  margin-bottom: 0;
}
/* ↑↑レーベル書影のカスタムキー作成されたら削除 */
.label_wrap .title_list_scroll > ul {
  padding: 16px 0 20px 16px;
}