@charset "UTF-8";
/*
Theme Name: bros2019
Author: Shogakukan
Author URI: https://bigcomicbros.net/
*/

/* ------------------------------------

  全般

------------------------------------  */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

body {
  color: #666;
  background: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",arial,helvetica,sans-serif;
  overflow: hidden;
}
a {
  color: #666;
  cursor: pointer;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}
/* BROSにはサイドバー非表示 */
.content__sub {
  display: none;
}
.content__inner {
  max-width: 1203px;
  min-width: 1000px;
  margin: 0 auto;
  width: 1000px;
}


/* ------------------------------------

  ヘッダー

------------------------------------  */
.global-header {
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #F0F0F0;
}
.global-header__inner {
  max-width: 1203px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-header__sitename a{
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  width: 246px;
  height: 30px;
  background: url(img/bros2019/header-logo.png) no-repeat;
}
.global-header__nav {
  align-items: center;
}
.global-header__nav > ul li {
  padding: 0;
}
.global-header__nav > ul li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 45px 0 0;
  color: #666;
}
.global-header__nav > ul li > a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(img/bros2019/list.png);
  background-repeat: no-repeat;
  margin-right: 5px;
}
.global-header__nav > ul li.global-header__nav__04 > a:before {
  background-image: url(img/bros2019/list2.png);
  background-repeat: no-repeat;
}
.header-search__form input[type="search"]{
  margin: 0;
  width: 167px;
  height: 30px;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  font-size: 1.3rem;
  padding-left: 35px;
  background: url(img/bros2019/footer-search.png) 10px center no-repeat;
  background-size: 19px;
}
.header-search__form button,
.global-header__searchbtn,
.header-search-sp,
.global-header__back,
.gNav,
.top-nav{
  display: none;
}
.nav-magazine {
  padding: 15px 0 10px;
}
.nav-magazine ul {
  width: 785px;
  height: 35px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.nav-magazine li {
  position: relative;
}
.nav-magazine li a:hover {
  opacity: 1;
}
.nav-magazine .selected .issue-logo-balloon,
.nav-magazine li:hover .issue-logo-balloon {
  display: block;
}
.issue-logo-balloon {
  display: none;
  position: absolute;
  bottom: -12px;
  left: 52px;
  background-color: #fff;
}

/* ------------------------------------

  フッター

------------------------------------  */
.global-footer {
  border: none;
  padding: 0 0 40px;
}
.global-footer__inner {
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3e3e3e;
}
.global-footer__copyright {
  padding-top: 40px;
}
.global-footer__copyright small,
.global-footer__note {
  color: #95989A;
  font-size: 1.2rem;
  line-height: 2.2;
}
.global-footer__links {
  padding: 0;
  margin: 0;
}
.global-footer__links a {
  color: #fff;
  border-right: 1px solid #fff;
}
.global-footer__serachform > button {
  cursor: pointer;
  margin-top: 4px;
  position: relative;
  top: -2px;
  width: 60px;
  height: 30px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #3e3e3e;
  background-color: #c1c1c1;
  border-radius: 5px;
  border: none;
}
.global-footer__serachform input {
  width: 226px;
  height: 30px;
  margin-right: 15px;
  padding-left: 35px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  background-image: url(img/bros2019/footer-search.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 10px;
  border: none;
  border-radius: 25px;
  color: #666;
}
.pagetop {
  right: 15px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background: url(img/bros2019/arrow-top-black.png) center center no-repeat;
  text-indent: -9999px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
}
/* SNS投稿・ABJ非表示 */
.footer-sns,
.abj{
  display: none;
}



/* ------------------------------------

  メインエリア

------------------------------------  */
.container {
  border-top: 2px ridge #000;
}
.home .container {
  border-top: none;
}

/* ------------------------------------

  トップページ

------------------------------------  */
.slick-dotted.slick-slider {
  margin: 0 0 100px 0!important;
}
.top-slider .slick-slide {
  margin: 0 5px;
}
.top-slider .slick-next {
  right: -44px;
}
.top-slider .slick-next,
.top-slider .slick-next:hover,
.top-slider .slick-next:focus{
  background: #000 url(img/bros2019/arrow_white_right.png) no-repeat 14px 50%;
}
.top-slider .slick-prev {
  left: -44px;
}
.top-slider .slick-prev,
.top-slider .slick-prev:hover,
.top-slider .slick-prev:focus {
  background: #000 url(img/bros2019/arrow_white_left.png) no-repeat 50px 50%;
}
.scroll-slider__btn:after {
  background-image: url(img/bros2019/arrow_right.white.png);
}
.top-slider .slick-next:hover,
.top-slider .slick-prev:hover{
  opacity: 0.75;
}
.top-slider .slick-dots {
  bottom: -45px;
}
.top-slider .slick-dots li button:before {
  color: #e5e5e5;
  opacity: 1;
}
.top-slider .slick-dots li.slick-active button:before {
  color: #95989a;
}
.top-search {
  border-top: 2px solid #000;
  padding: 0 0 95px 0;
}
.top-search__inner {
  max-width: 1203px;
  min-width: 1000px;
  margin: 0 auto;
}
.top-search__title {
  padding: 20px 0 60px 0;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
}
.genre_ban {
  width: 1000px;
  margin: 0 auto;
}
.genre_ban:after {
  content: " ";
  display: table;
  clear: both;
}
.genre_ban a {
  width: 470px;
  height: 120px;
  display: inline-block;
  float: left;
}
.genre_ban a:last-child {
  float: right;
}
.genre_ban a img {
  width: 100%;
  height: auto;
}
.top-search_other {
  float: none;
  margin: 90px auto 0;
  width: 450px;
  position: relative;
}
.sort__menu:first-child .sort__menu-title {
  border-top: none;
}
.sort__select:hover,
.sort__menu:hover {
  cursor: pointer;
}
.sort__menu:hover .sort__menu-link-text,
.sort__menu:hover .sort__menu-title-link-text,
.sort__option:hover .sort__option-text,
.sort__menu-title-text:hover,
.sort__select:hover .sort__select-text,
.sort__menu-contents-text:hover {
  color: #3B9DFF;
}

.top-search_other dt {
  display: block;
  padding: 32px 0;
  background-color: #000;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.top-search_other dt:before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  background-image: url(img/bros2019/btn_back2.png);
  background-size: 50px auto;
}
.top-search_other dd {
  position: absolute;
  z-index: 1;
  width: 450px;
}
.sort__menu-contents-text2 {
  display: block;
  width: 225px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 18px 18px 16px 18px;
  border-top: 1px solid #CBCBCB;
}
.sort__menu-contents-text2:nth-child(odd) {
  border-right: 1px solid #CBCBCB;
}
.top-search_other-text {
  background-image: url(img/bros2019/arrow_bottom_white.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
/* 雑誌発売情報 */
.top-release {
  border-top: 2px solid #000;
}
.top-release__wrapper {
  background-color: #CBE7FF;
}

/* ------------------------------------

  NEWS(個別記事)

------------------------------------  */
.topic-path {
  display: none;
}
.content__main {
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-post .content__wrapper {
  max-width: 1203px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 20px;
}
.post-main__title {
  color: #666;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-main__header {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.post-main__date {
  padding: 0 15px 10px 0;
  font-size: 1.2rem;
}
.prev-next {
  padding: 0 0 90px;
  list-style: none;
}
.prev-next:after {
  content:'';
  display: table;
  clear: both;
}
.prev-next .prev,
.prev-next .next {
  font-size: 1.6rem;
}
.prev-next .prev {
  float: left;
}
.prev-next .next {
  float: right;
}
.prev-next .prev:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  vertical-align: middle;
  margin: 0 12px 0 0;
  background-image: url(img/bros2019/arrow_left.png);
  background-repeat: no-repeat;
}
.prev-next .next:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  vertical-align: middle;
  margin: 0 12px 0 0;
  background-image: url(img/bros2019/arrow_right.png);
  background-repeat: no-repeat;
}


/* ------------------------------------

  NEWS一覧

------------------------------------  */
.news-list__cate {
  background-image: url(img/bros2019/label.png);
}

.news-list__cate--1 {
  background-image: url(img/bros2019/label.png);
}
.news-list__cate--2 {
  background-image: url(img/bros2019/label2.png);
}
.news-list__cate--3 {
  background-image: url(img/bros2019/label3.png);
}
.news-list__cate--4 {
  background-image: url(img/bros2019/label4.png);
}
.news-list__cate--5 {
  background-image: url(img/bros2019/label5.png); 
}
.news-list__cate--6 {
  background-image: url(img/bros2019/label6.png); 
}
.news-list__cate--7 {
  background-image: url(img/bros2019/label7.png); 
}
.news-list__cate--1 span {
  background-color: #6583B3;
}
.news-list__cate--2 span {
  background-color: #E26161;
}
.news-list__cate--3 span {
  background-color: #BA7767;
}
.news-list__cate--4 span {
  background-color: #FF9B38;
}
.news-list__cate--5 span {
  background-color: #57B257;
}
.news-list__cate--6 span {
  background-color: #8774A5;
}
.news-list__cate--7 span {
  background-color: #FFBA1D;
}

/* ------------------------------------

  作品詳細　BROS専用作品紹介

------------------------------------  */
.gallery-mainvisual__btn::after {
  background-image: url(img/bros2019/square.png);
}

.top-information-area a,
.wp_free_area a,
.comic-profile__contents a,
.comic-detail-introduction__text a,
.wp_free_area a, .wp_rensai_area a {
  color: #0000ff !important;
}
.webgallery-profile__contents h2,
.comic-profile__contents h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}
.webgallery-profile__contents .profile_3column,
.comic-profile__contents .profile_3column {
  display: flex;
  flex-wrap: wrap;
}
.webgallery-profile__contents .profile_3column div,
.comic-profile__contents .profile_3column div {
  width: 300px;
  margin: 0 50px 40px 0;
}
.webgallery-profile__contents .profile_3column div img,
.comic-profile__contents .profile_3column div img {
  display: block;
  width: 138px;
  height: 138px;
  margin: 0;
}
.webgallery-profile__contents .profile_3column div:nth-child(3n),
.comic-profile__contents .profile_3column div:nth-child(3n) {
  margin: 0 0 40px 0;
}

/* ページナビゲーション */
.wp-pagenav-number {
  width: 450px;
  padding: 0 0 90px;
  margin: 0 auto;
  text-align: center;
}
.wp-pagenavi .previouspostslink {
  float: left;
  background-image: url(img/bros2019/arrow_left.png);
}
.wp-pagenavi .nextpostslink {
  float: right;
  background-image: url(img/bros2019/arrow_right.png);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  text-indent: -119988px;
  overflow: hidden;
  width: 23px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 0;
  border: 0;
}
.wp-pagenavi .page {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #000;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 0 2px;
  color: #000;
  background-color: #fff;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #000;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 0 2px;
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .extend {
  border: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* 絞り込みのボタン */
.comic-list-title__button {
  float: right;
}
.comic-list-title__button::after {
  content: "";
  display: block;
  clear: both;
}
.comic-list-title__button-sort,
.comic-list-title__button-search{
  float: left;
  width: 150px;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
  background-color: #000;
}
.comic-list-title__button-sort {
  margin-right: 2px;
}
.comic-list-title__button-sort:after,
.comic-list-title__button-search:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  margin: 0 0 0 13px;
  background-image: url(img/bros2019/arrow.png);
}
.issue-backnumber-list-title__button-sort._on,
.issue-backnumber-list-title__button-search._on,
.comic-list-title__button-search._on,
.comic-list-title__button-sort._on {
  background-color: #3B9DFF;
}
.comic-list-title__button-search._on::after,
.comic-list-title__button-sort._on::after {
  background-image: url(img/bros2019/arrow_up.png);
}


.issue-backnumber-list-title__button-sort:hover,
.issue-backnumber-list-title__button-search:hover,
.comic-list-title__button-search:hover,
.comic-list-title__button-sort:hover {
  cursor: pointer;
}
.comic-list-title__button-search:hover,
.comic-list-title__button-sort:hover {
  color: #FFF;
  background-color: #3B9DFF;
}
/* 絞り込みのフィルター */
.sort__menu input[type=radio],
.sort__menu-contents input[type=radio],
.search_comic input[type=radio] {
  display: none;
}
.sort {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
}
.sort__select {
  display: block;
  padding: 13px 15px;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
}
.sort__select-checkbox {
  display: none;
}
.sort__select-text {
  position: absolute;
  top: 17px;
  font-size: 1.4rem;
  color: #666;
  left: 45px;
}
.sort__select:last-child {
  border: none;
}
.sort__menu:first-child .sort__menu-title {
  border-top: none;
}
.sort__menu-title {
  border-top: 1px solid #666;
  padding: 18px 15px;
  font-size: 1.4rem;
  color: #666;
}
.sort__menu-title-text {
  background-image: url(img/bros2019/arrow_g_b.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
.sort__menu-title-text._on {
  background-image: url(img/bros2019/arrow_g_t.png);
}
.sort__menu-title-year {
  display: block;
}
.sort__menu-title-link {
  display: block;
  padding: 18px 15px;
}
.sort__menu-title-link-text {
  font-size: 1.4rem;
  color: #666;
}
.sort__menu-title-link-2 {
  border-top: 1px solid #666;
}
.sort__menu-contents {
  background-color: #F0F0F0;
}
.sort__menu-contents-text {
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 18px 30px;
  border-top: 1px solid #CBCBCB;
}
.sort__menu-contents-text-2 {
  font-size: 1.4rem;
  color: #666;
  display: block;
  padding: 18px 30px;
  border-top: 1px solid #CBCBCB;
  text-align: center;
}
.sort__option {
  display: block;
  padding: 13px 15px;
  position: relative;
  border-top: 1px solid #666;
  text-align: right;
}
.sort__option-checkbox {
  display: none;
}
.sort__option-text {
  position: absolute;
  top: 16px;
  font-size: 1.4rem;
  color: #666; 
}
.sort__option-text {
  right: 50px;
}
.sort__select-checkbox:checked + .sort__select-icon:before,
.sort__option-checkbox:checked + .sort__option-icon:before {
  content: "";
  background-image: url(img/bros2019/icon_checked.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.sort__select-checkbox + .sort__select-icon:before,
.sort__option-checkbox + .sort__option-icon:before {
  content: "";
  background-image: url(img/bros2019/icon_unchecked.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.sort__select-checkbox:checked + .sort__select-icon + .sort__select-text,
.sort__option-checkbox:checked + .sort__option-icon + .sort__option-text {
  color: #3B9DFF; }

.sort-wrapper {
  position: relative; }

#s-contents {
  display: none;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  z-index: 100; }

.sorts_container {
  position:relative;
}

/* ------------------------------------

  作家一覧

------------------------------------  */
.author-list {
  margin-top: 55px;
}

/* ------------------------------------

  作家詳細

------------------------------------  */
.author-works__label {
  background-image: url(img/bros2019/label.png);
}

.author-works__label--1 {
  background-image: url(img/bros2019/label.png);
}
.author-works__label--2 {
  background-image: url(img/bros2019/label2.png);
}
.author-works__label--3 {
  background-image: url(img/bros2019/label3.png);
}
.author-works__label--4 {
  background-image: url(img/bros2019/label4.png);
}
.author-works__label--5 {
  background-image: url(img/bros2019/label5.png); 
}
.author-works__label--6 {
  background-image: url(img/bros2019/label6.png); 
}
.author-works__label--7 {
  background-image: url(img/bros2019/label7.png); 
}
.author-works__label--1 span{
  background-color: #6583B3;
}
.author-works__label--2 span{
  background-color: #E26161;
}
.author-works__label--3 span{
  background-color: #BA7767;
}
.author-works__label--4 span{
  background-color: #FF9B38;
}
.author-works__label--5 span{
  background-color: #57B257;
}
.author-works__label--6 span{
  background-color: #8774A5;
}
.author-works__label--7 span{
  background-color: #FFBA1D;
}

/* ------------------------------------
  アンケート
------------------------------------  */
.enquete__body a:after {
  background-image: url(img/bros2019/icn-blank-black.png);
}
/* ------------------------------------
  連載作品
------------------------------------  */
.series-list__wrapper {
  background-color: #CBE7FF;
}

/* ------------------------------------
  次号予告
------------------------------------  */
.link-backnumber > a:after {
  background-image: url(img/bros2019/icn-arrow-circle.png);
}
/* ------------------------------------
  増刊号
------------------------------------  */
.zoukan__info:before {
  background: url(img/bros2019/icn-arrow-back-white.png);
}
.zoukan__link:after {
  background-image: url(img/bros2019/arrow_w_right.png);
}
/* ------------------------------------
  twiter タイムラインウィジェット
------------------------------------  */
.sidebar-twitter {
  margin: 0 0 20px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.sidebar-twitter__heading {
  display: none;
}
.sidebar-twitter__content {
  width: 520px;
  margin: 0 auto;
  padding: 50px 0 0;
}


/* ------------------------------------
  SNSのシェアボタン
------------------------------------  */
.snsbtns {
  padding: 60px 10px;
  text-align: center;
}
.snsbtns__btn {
  margin-bottom: 10px;
}



/* ------------------------------------
  リンク用ボタン
------------------------------------  */
.btn-link > a,
.btn-link > span {
  height: 48px;
  font-size: 1.4rem;
  line-height: 48px;
  margin-bottom: 15px;
  padding: 0 10px;
  display: block;
  text-align: center;
}
.btn-link--001 > a{
  background: #000;
  color: #fff;
}
.btn-link--001 > a .btn-link__txt:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 0 10px;
  background-image: url(img/bros2019/btn-icn-arrow.png);
}
.btn-link--002 > a{
  background: #3B9DFF;
  color: #fff;
}
.btn-link--002 > a .btn-link__txt:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 10px;
  background-image: url(img/bros2019/btn-icn-blank.png);
}
.btn-link--003 > a{
  background: #000;
  color: #fff;
}
.btn-link--003 > a .btn-link__txt:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 10px;
  background-image: url(img/bros2019/btn-icn-blank.png);
}
.btn-link--004 > span{ /* 伊藤修正 非アクティブ時のグレーボタンを追加 */
  background: #e8e8e8;
  color: #fff;
}
.btn-link--004 > span .btn-link__txt:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 10px;
  background-image: url(img/bros2019/btn-icn-blank.png);
}


/* ------------------------------------

  コミックス一覧

------------------------------------  */
.post-type-archive-comics .content__main .page-title,
.post-type-archive-author .content__main .page-title {
  display: none;
}
.comic-list-main {
  margin-top: 55px;  
}
.comic-list-main__label {
  background-image: url(img/bros2019/label.png);
}
.comic-list-main__label--1 {
  background-image: url(img/bros2019/label.png);
}
.comic-list-main__label--2 {
  background-image: url(img/bros2019/label2.png);
}
.comic-list-main__label--3 {
  background-image: url(img/bros2019/label3.png);
}
.comic-list-main__label--4 {
  background-image: url(img/bros2019/label4.png);
}
.comic-list-main__label--5 {
  background-image: url(img/bros2019/label5.png); 
}
.comic-list-main__label--6 {
  background-image: url(img/bros2019/label6.png); 
}
.comic-list-main__label--7 {
  background-image: url(img/bros2019/label7.png); 
}
.comic-list-main__label--1 span {
  background-color: #6583B3;
}
.comic-list-main__label--2 span {
  background-color: #E26161;
}
.comic-list-main__label--3 span {
  background-color: #BA7767;
}
.comic-list-main__label--4 span {
  background-color: #FF9B38;
}
.comic-list-main__label--5 span {
  background-color: #57B257;
}
.comic-list-main__label--6 span {
  background-color: #8774A5;
}
.comic-list-main__label--7 span {
  background-color: #FFBA1D;
}


/* ------------------------------------

  コミックス詳細

------------------------------------  */
.comic-detail-btns__btn:after {
  background-image: url(img/bros2019/arrow2.png);
}

/* ------------------------------------

  Webコミック・コラム

------------------------------------  */
.webgallery-detail-button__contents:after {
  background-image: url(img/bros2019/arrow2.png);
}


/* ------------------------------------

  Webコミック・コラム 一覧

------------------------------------  */
.webcontents-list-panel__label {
  background-image: url(img/bros2019/label.png);
}
.webcontents-list-panel__label--1 {
  background-image: url(img/bros2019/label.png);
}
.webcontents-list-panel__label--2 {
  background-image: url(img/bros2019/label2.png);
}
.webcontents-list-panel__label--3 {
  background-image: url(img/bros2019/label3.png);
}
.webcontents-list-panel__label--4 {
  background-image: url(img/bros2019/label4.png);
}
.webcontents-list-panel__label--5 {
  background-image: url(img/bros2019/label5.png); 
}
.webcontents-list-panel__label--6 {
  background-image: url(img/bros2019/label6.png); 
}
.webcontents-list-panel__label--7 {
  background-image: url(img/bros2019/label7.png); 
}
.webcontents-list-panel__label--1 span {
  background-color: #6583B3;
}
.webcontents-list-panel__label--2 span {
  background-color: #E26161;
}
.webcontents-list-panel__label--3 span {
  background-color: #BA7767;
}
.webcontents-list-panel__label--4 span {
  background-color: #FF9B38;
}
.webcontents-list-panel__label--5 span {
  background-color: #57B257;
}
.webcontents-list-panel__label--6 span {
  background-color: #8774A5;
}
.webcontents-list-panel__label--7 span {
  background-color: #FFBA1D;
}

/* ------------------------------------

  作品カルーセル パーツ

------------------------------------  */
.scroll-slider__link:after {
  background-image: url(img/bros2019/arrow_w_right.png);
}
.scroll-slider .slick-next,
.scroll-slider .slick-next:hover {
  background: #000 url(img/bros2019/arrow_white_right.png) no-repeat 50% 50%;
}
.scroll-slider .slick-prev,
.scroll-slider .slick-prev:hover{
  background: #000 url(img/bros2019/arrow_white_left.png) no-repeat 50% 50%;
}
.scroll-slider .slick-next:hover,
.scroll-slider .slick-prev:hover {
  opacity: 0.75;
}
.scroll-slider__btn:after {
  background-image: url(img/bros2019/arrow_right.white.png);
}


/* ------------------------------------

  404

------------------------------------  */
.error404 .content__heading {
  display: none;
}
.error404 .content__main {
  width: 1000px;
  height: 700px;
  background: url(img/bros2019/404_PC.png) 0 0 no-repeat;
}
.error404 .post-main__title {
  padding: 0 0 40px;
}


/* ------------------------------------

  スマホ用のスタイル

------------------------------------  */
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */

  body {
    padding-top: 71px;
  }
  .container {
    border-top: none;
  }

  /* ------------------------------------

    ヘッダー

  ------------------------------------  */
  .global-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 71px;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
    opacity: 0.9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .global-header__inner {
    display: block;
    position: relative;
  }
  .global-header__sitename {
    position: absolute;
    width: 198px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 23px;
    right: 94px;
    right: 50%;
    margin-right: -94px;
  }
  .global-header__sitename a {
    width: 198px;
    height: 23px;
    background: url(img/bros2019/header-logo.png) no-repeat;
    background-size: 198px 24px;
  }
  .global-header__back {
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 23px;
    height: 25px;
  }
  .global-header__back.global-header__back--none {
    display: none;
  }

  .home .global-header__back {
    display: none;
  }
  .global-header__searchbtn {
    position: absolute;
    top: 0;
    right: 47px;
    display: block;
    width: 40px;
    height: 70px;
    background-image: url(img/bros2019/nav_search.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center center;
    text-indent: -9999px;
  }
  .header-search-sp {
    position: fixed;
    top: 72px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 18px 40px;
    z-index: 102;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header-search-sp__inner {
    margin: 0;
  }
  .header-search-sp__form {
    position: relative;
    font-size: 0;
    line-height: 1;
  }
  .header-search-sp__form input[type="search"] {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(img/bros2019/search.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px;
    border-radius: 25px;
  }
  .global-header__menubtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 47px;
    height: 70px;
    background-image: url(img/bros2019/nav_open.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: center center;
    text-indent: -9999px;
  }
  .global-header__menubtn--open {
    background-image: url(img/bros2019/nav_close.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: center center;
  }
  .gNav {
    position: absolute;
    display: none;
    position: fixed;
    left: 0;
    z-index: 100;
  }
  .gNav-comic {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
  }
  .gNav-comic__inner {
    display: table-row;
  }
  .gNav-comic__btn {
    display: table-cell;
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
  }
  .gNav-group {
    padding: 40px 40px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .gNav-group__link {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px 0;
    border: 1px solid #95989A;
    border-radius: 25px;
    text-align: center;
  }
  .gNav-group__link-gold {
    border: 1px solid #d3b669;
  }
  .gNav-group__text {
    font-size: 1.8rem;
    color: #fff;
  }
  .top-nav {
    display: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .home .top-nav {
    display: table;
  }
  .top-nav__inner {
    display: table-row;
  }
  .top-nav__btn {
    display: table-cell;
    padding: 10px;
    border-right: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    }
  .top-nav__btn:last-child {
    border-right: 0;
  }
  .nav-magazine {
    display: none;
  }

  .content {
    padding: 0;
  }
  .content__inner {
    min-width: auto;
    margin: 0 auto;
    width: auto;
  }

  /* カルーセルS型 */
  .top-slider__wrapper {
    width: 100%;
  }
  .top-slider .slick-slide {
    margin: 0;
  }
  .top-slider__slide {
    opacity: 1;
  }
  .top-slider .slick-dots {
    bottom: -30px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px!important;
  }
  .scroll-slider__link {
    background-image: url(img/bros2019/arrow_g_r.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
  }



  /* ------------------------------------
    SNSのシェアボタン
  ------------------------------------  */
  .snsbtns {
    padding: 30px 10px;
  }

  /* ------------------------------------
    4列バナーF型（SP1列）
  ------------------------------------  */
  .top-minibanner {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .top-minibanner li{
    width: 100%;
  }
  .top-minibanner li:last-child {
    margin-bottom: 0;
  }
  /* ------------------------------------

    NEWS一覧

  ------------------------------------  */
  .news-list__cate {
    background-image: url(img/bros2019/label_s.png);
  }

  .news-list__cate--1 {
    background-image: url(img/bros2019/label_s.png);
  }
  .news-list__cate--2 {
    background-image: url(img/bros2019/label2_s.png);
  }
  .news-list__cate--3 {
    background-image: url(img/bros2019/label3_s.png);
  }
  .news-list__cate--4 {
    background-image: url(img/bros2019/label4_s.png);
  }
  .news-list__cate--5 {
    background-image: url(img/bros2019/label5_s.png); 
  }
  .news-list__cate--6 {
    background-image: url(img/bros2019/label6_s.png); 
  }
  .news-list__cate--7 {
    background-image: url(img/bros2019/label7_s.png); 
  }

  /* ------------------------------------

    NEWS(個別記事)

  ------------------------------------  */
  .post-main__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .single-post .content__wrapper {
    min-width: auto;
    width: auto;
    padding-top: 30px;
  }
  .single-post .content__wrapper .post-main {
    padding: 0 15px;
  }
  .post-main__header {
    position: relative;
  }
  .single-post .webcontents-list-panel__label {
    position: static;
  }
  /* 動画、地図のiframe対応 */
  .frame-movie {
    width: 100%;
    display: block;
    position: relative;
  }
  .frame-movie::before {
    content: "";
    display: inline-block;
    padding-top: 56.25%;
  }
  .frame-movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 前へ次へ */
  .single-post .prev-next {
    padding: 30px 15px;
  }


  /* ------------------------------------
    twiter タイムラインウィジェット
  ------------------------------------  */
  .sidebar-twitter__content {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }

  /* ------------------------------------

  コミックス詳細

  ------------------------------------  */
  .comic-detail-main__btns > .btn-link {
    margin-top: 0;
  }

  /* ------------------------------------

  コミックス一覧、作家一覧

  ------------------------------------  */
  .post-type-archive-comics .page-title,
  .post-type-archive-author .page-title {
    margin-bottom: 0;
  }
  /* 絞り込みのフィルター */
  .comic-list-title__button {
    float: none;
    background: #e6e6e6;
  }
  .comic-list-title__button-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .comic-list-title__button-sort,
  .comic-list-title__button-search {
    float: none;
    width: 50%;
  }
  .comic-list-main,
  .author-list {
    margin-top: 15px;
  }


}
