<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: bros2019
Author: Shogakukan
Author URI: https://bigcomicbros.net/
*/
/* css
----------------------------*/
body {
  color: #000;
  min-width: 1000px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.page-header {
  height: 130px;
}

.content__sub {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
}

.content__main {
  border-radius: 20px;
  max-width: 820px;
  min-width: auto;
  width: 100%;
  margin-right: 40px;
  padding: 40px;
}

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

  共通（各ページのCSS）

------------------------------------  */
.container {
  position: relative;
}

.content__inner {
  max-width: 1160px;
  min-width: auto;
  margin: 0 auto;
  width: 100%;
}

.content__wrapper {
  align-items: flex-start;
  margin-top: 20px;
  padding: 0 10px;
}

.topic-path {
  background: #333333;
  color: #fff;
  padding: 15px 10px;
  max-width: 100%;
  max-width: 1180px;
  margin: auto;
}

.topic-path a {
  color: #fff;
}

.topic-path:after {
  content: "";
  width: 100%;
  z-index: -1;
  height: 50px;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.prev-next {
  display: none;
}

@media screen and (max-width: 768px) {

  /* スマートフォン用スタイル */
  body {
    min-width: auto;
  }

  .content {
    padding: 0;
  }

  .content__wrapper {
    padding: 0px;
  }

  .content__inner {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 0;
  }

  .content__sub {
    border-radius: 0;
    max-width: 100%;
    padding: 15px;
  }

  .content__main {
    border-radius: 0;
    margin-right: 0;
    padding: 15px;
  }

  .topic-path {
    padding: 15px 20px;
  }
}

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

  ヘッダー

------------------------------------  */
.global-header {
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #F0F0F0;
}

.global-header__inner {
  max-width: 1180px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-header__sitename {
  min-width: auto;
}

.global-header__sitename a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  width: 246px;
  height: 30px;
  background: url(../img/common/bros2019/header-logo.png) no-repeat;
}

.global-header__nav {
  align-items: baseline;
  justify-content: flex-end;
}

.global-header__nav&gt;ul li {
  padding: 0;
}

.global-header__nav&gt;ul li&gt;a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 30px 0 0;
  color: #000;
}

.global-header__nav&gt;ul li&gt;a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.global-header__nav&gt;ul li.global-header__nav__04&gt;a:before {
  background-repeat: no-repeat;
}

.header-search__form input[type="search"] {
  margin: 0;
  width: 167px;
  height: 30px;
  font-size: 1.3rem;
  padding-left: 35px;
  background: url(../img/bros2020/nav_search.png) 6px -4px no-repeat;
  background-size: 29px;
}

.header-search__input {
  flex: 1 1 auto;
}

/* 
.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;
}

.top-nav {
  width: 90%;
  max-width: 1160px;
  margin: 25px auto;
}

.top-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border-radius: 40px;
  padding: 5px 70px;
}

.top-nav__btn img {
  width: 85%;
}

.top-nav__btn {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.header-search {
  position: relative;
}

.header-search:after {
  content: "";
  border-bottom: 1px solid #000;
  width: 131px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.global-header__searchbtn {
  display: none;
}

.gNav {
  display: none;
}

.header-search-sp {
  display: none;
}

.widget-common__footer {
  margin-top: 5px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {

  /* スマートフォン用スタイル */
  .global-header__menubtn {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bros2020/nav_open.png);
    text-indent: -9999px;
    border: none;
    background-size: cover;
    background-position: 0 0;
    height: 50px;
  }

  .global-header__menubtn.open {
    background-image: url(../img/bros2020/nav_close.png);
  }

  .gNav {
    display: none;
    position: fixed;
    left: 0;
    z-index: 102;
    width: 100%;
  }

  .gNav-group {
    padding: 40px 40px 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    transition: 0.5s;
  }

  .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__text {
    font-size: 1.8rem;
    color: #fff;
  }

  .gNav.open .gNav-group {
    visibility: visible;
    transition: 0.3s;
  }

  .global-header__searchbtn {
    position: absolute;
    top: 0;
    right: 47px;
    display: block;
    width: 40px;
    height: 50px;
    background-image: url(../img/bros2020/nav_search.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center -5px;
    text-indent: -9999px;
  }

  .header-search-sp {
    position: fixed;
    top: 50px;
    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/common/bros2019/search.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px;
    border-radius: 25px;
  }

  .top-nav {
    margin: 20px 0;
    width: 100%;
  }

  .top-nav__inner {
    border-radius: 0;
    padding: 10px 0;
  }

  .top-nav__btn img {
    width: 100%;
  }

  .global-header__sitename a {
    width: 198px;
    height: 23px;
    background-size: contain;
  }

  .global-header {
    padding: 15px 10px;
    z-index: 102;
  }
}

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

  ローカルナビ

------------------------------------  */
.lNav-wrap {
  position: relative;
  padding-bottom: 30px;
}

.lNav {
  max-width: 1170px;
  margin: auto;
  padding: 30px 10px;
  align-items: center;
  position: relative;
}

.lNav h1 {
  margin-bottom: 0;
}

.lNav-menu {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 20px;
}

.lNav-menu a {
  color: #fff;
  padding: 0 10px;
  margin: 0 10px;
}

nav ul {
  display: flex;
  list-style: none;
}

.lNav-menu-sp {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 101;
  font-weight: bold;
}

.lNav-menu-sp:after {
  content: "";
  border: 5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 108%;
  top: 8px;
}

.lNav-wrap .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.lNav-wrap .slick-dots {
  bottom: -40px;
}

/* ビックコミック背景 */
.lNav-wrap.bigcomic {
  background: #b29664;
}

/* ビッグコミックオリジナル背景 */
.lNav-wrap.original {
  background: #b0000d;
}

/* スペリオール背景 */
.lNav-wrap.superior {
  background: #212e58;
}

/* スピリッツ背景 */
.lNav-wrap.spirits {
  background: #0065a7;
}

/* 月刊スピリッツ背景 */
.lNav-wrap.spiritsm {
  background: #ff8201;
}

/* スペリオール、スピリッツスライダー */
.superior-top .carousel-s__wrapper,
.spirits-top .carousel-s__wrapper {
  max-width: 880px;
  width: 75%;
  margin-right: 10px;
}

.superior-top .slick-slide img,
.spirits-top .slick-slide img {
  width: 100%;
}

/* ビッグコミックトップ */
.p1s1-card-f.p1s1-card-f--03 {
  background: #b29664;
}

.p1s1-card-f.p1s1-card-f--03 .p1s1-card-f__inner {
  max-width: 1160px;
  width: 100%;
}

.p1s1-card-f--03 .p1s1-card-f__item {
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .p1s1-card-f.p1s1-card-f--03 {
    width: 100%;
  }
}

/* スペリオールトップ */
.superior-top-banner {
  max-width: 1160px;
  padding: 40px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .superior-top-banner {
    padding: 15px;
  }
}

/* スペリオール、スピリッツトップ */
.superior-top .p1s1-card-f__header,
.spirits-top .p1s1-card-f__header {
  display: none;
}

.superior-top .p1s1-card-f__box01__img, 
.spirits-top .p1s1-card-f__box01__img {
  display: none;
}

.superior-top .p1s1-card-f.p1s1-card-f--02, 
.spirits-top .p1s1-card-f.p1s1-card-f--02 {
  background: none;
  padding: 0;
}

.p1s1-card-f__box03__link a {
  font-size: 1.4rem;
}

.superior-top .p1s1-card-f__box03__date, 
.spirits-top .p1s1-card-f__box03__date {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.superior-top .p1s1-card-f__box02__img,  
.spirits-top .p1s1-card-f__box02__img {
  transition: all 0.3s;
}

.superior-top .p1s1-card-f__box02 a:hover+.p1s1-card-f__box02__img, 
.spirits-top .p1s1-card-f__box02 a:hover+.p1s1-card-f__box02__img {
  opacity: 0.7;
}

.superior-top .p1s1-card-f__box02&gt;a,
.spirits-top .p1s1-card-f__box02&gt;a {
  display: block;
  width: 100%;
  height: 83%;
  height: calc(100% - 65px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.superior-top .p1s1-card-f__main,
.spirits-top .p1s1-card-f__main {
  position: relative;
  height: 100%;
}

.spirits .scroll-slider__wrapper,
.spiritsm .scroll-slider__wrapper {
  padding: 0 10px;
}

.superior .slick-list,
.spirits .slick-list,
.spiritsm .slick-list {
  max-width: 1160px;
  margin: auto;
}

.scroll-slider .slick-slide img {
  display: block;
  width: 220px;
}

.scroll-slider .slick-slide {
  width: 220px;
}

.spirits-block {
  display: flex;
  max-width: 1160px;
  margin: 60px auto 30px;
  background: #011422;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  align-items: center;
}

.spirits-block__video {
  margin-right: 40px;
  width: 100%;
  max-width: 400px;
}

.spirits-block__video video {
  height: 100%;
  display: block;
}

@media screen and (min-width: 767px) {

  /* スペリオール、スピリッツトップ */
  .superior-top,
  .spirits-top {
    max-width: 1160px;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }

  .superior-top .p1s1-card-f.p1s1-card-f--02, 
  .spirits-top .p1s1-card-f.p1s1-card-f--02 {
    /* height: 445px; */
    position: relative;
    width: 25%;
  }

  .superior-top .p1s1-card-f .p1s1-card-f__inner, 
  .spirits-top .p1s1-card-f .p1s1-card-f__inner {
    max-width: 290px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    margin: 0 0 0 auto;
  }

  .superior-top .p1s1-card-f__item, 
  .spirits-top .p1s1-card-f__item {
    flex-wrap: wrap;
    padding-bottom: 0;
    height: 100%;
  }

  .superior-top .p1s1-card-f__box02__img, 
  .spirits-top .p1s1-card-f__box02__img {
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 0;
    height: 100%;
  }

  .p1s1-card-f__box02__img img {
    height: 100%;
    max-height: 450px;
  }

  .superior-top .p1s1-card-f__box02, 
  .spirits-top .p1s1-card-f__box02 {
    width: 100%;
    padding: 0;
    max-width: 100%;
    height: 100%;
  }

  .superior-top .p1s1-card-f__box03,
  .spirits-top .p1s1-card-f__box03 {
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 290px;
  }

  .superior-top .p1s1-card-f__box03__link,
  .spirits-top .p1s1-card-f__box03__link {
    display: flex;
    height: 65px;
  }

  .superior-top .p1s1-card-f__box03__link a,
  .spirits-top .p1s1-card-f__box03__link a {
    background: #333333;
    border-radius: 0;
    padding: 21px 0 21px 8px;
    margin: 0;
  }

  .superior-top .p1s1-card-f__box03__link a:nth-child(2),
  .spirits-top .p1s1-card-f__box03__link a:nth-child(2) {
    position: relative;
  }

  .superior-top .p1s1-card-f__box03__link a:nth-child(2):before,
  .spirits-top .p1s1-card-f__box03__link a:nth-child(2):before {
    content: "";
    position: absolute;
    border-right: 1px solid #444;
    right: -1px;
    top: 15px;
    height: 50%;
  }

  .superior-top .p1s1-card-f__box03__text,
  .spirits-top .p1s1-card-f__box03__text {
    margin-bottom: 25px;
  }

  .superior-top .p1s1-card-f__box03__label,
  .spirits-top .p1s1-card-f__box03__label {
    margin-bottom: 12px;
  }

  .series-list {
    padding: 0 0 65px 0;
  }

  .series-list__header {
    border-bottom: 2px solid #000;
    min-width: 0;
    margin: 0 auto 20px;
    padding: 0 0 8px;
  }

  .series-list__header h3 {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .series-list__wrapper {
    padding: 15px 15px 40px;
    background-color: #ccc;
  }

  .series-list__contents {
    min-width: 0;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
  }

  .series-list__contents p {
    font-size: 1.2rem;
    padding: 5px 10px;
    letter-spacing: 2px;
  }

  .series-list__contents p:last-child {
    margin-bottom: 0;
    ;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .series-list {
    width: calc(100% - 260px);
  }
}

@media screen and (min-width: 769px) {
  .superior-top .p1s1-card-f__box02__img a:after,
  .spirits-top .p1s1-card-f__box02__img a:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  }
}

@media screen and (max-width: 768px) {
  .series-list {
    width: 100%;
  }

  .lNav {
    padding: 10px;
    height: 80px;
    z-index: 101;
  }

  .lNav-menu {
    visibility: hidden;
    height: 0;
    position: absolute;
    top: 80px;
    left: 0;
    display: block;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0;
    background: #606060;
  }

  .lNav-menu li {
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 0;
    height: 50px;
  }

  .lNav-menu.active {
    visibility: visible;
    height: 250px;
    width: 100%;
    z-index: 99;
  }

  .post-type-archive-bigcomic .lNav-menu.active,
  .post-type-archive-bigoriginal .lNav-menu.active {
    height: 250px;
  }

  .lNav-menu a {
    display: block;
    padding: 10px;
    margin: 0;
  }

  .superior-top .carousel-s__wrapper,
  .spirits-top .carousel-s__wrapper {
    width: 100%;
  }

  .superior-top .p1s1-card-f__inner,
  .spirits-top .p1s1-card-f__inner {
    background-color: transparent;
  }

  .series-list__contents p {
    width: 100%;
    padding: 0 0 20px 0;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .scroll-slider .slick-slide img {
    display: block;
    width: 220px;
    padding: 5px;
    border: none;
  }

  .scroll-slider .slick-slide {
    width: 220px;
  }

  .spirits-block {
    display: block;
    padding: 20px;
    margin: 40px 15px 20px;
  }

  .spirits-block__video {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .spirits .scroll-slider .slick-slide,
  .spiritsm .scroll-slider .slick-slide {
    width: auto;
  }

  .spirits .scroll-slider__wrapper,
  .spiritsm .scroll-slider__wrapper {
    padding: 0 15px;
  }

  .superior-top,
  .spirits-top {
    display: block;
  }

  .superior-top .p1s1-card-f .p1s1-card-f__inner,
  .spirits-top .p1s1-card-f .p1s1-card-f__inner {
    max-width: 1160px;
  }

  .superior-top .p1s1-card-f.p1s1-card-f--02,
  .spirits-top .p1s1-card-f.p1s1-card-f--02 {
    width: 100%;
  }

  .superior-top .p1s1-card-f__box02,
  .spirits-top .p1s1-card-f__box02 {
    width: 45%;
    padding: 0 8px 0 0;
    max-width: 230px;
  }

  .superior-top .p1s1-card-f__box02__img:after,
  .spirits-top .p1s1-card-f__box02__img:after {
    width: 0;
  }

  .superior-top .p1s1-card-f__box03,
  .spirits-top .p1s1-card-f__box03 {
    position: relative;
    max-width: none;
    width: 55%;
    z-index: 99;
  }

  .superior-top .p1s1-card-f__box03__text,
  .superior-top .p1s1-card-f__box03__label,
  .spirits-top .p1s1-card-f__box03__text,
  .spirits-top .p1s1-card-f__box03__label {
    margin-bottom: 10px;
  }

  .superior-top .p1s1-card-f__box03__link,
  .spirits-top .p1s1-card-f__box03__link {
    display: block;
  }

  .superior-top .p1s1-card-f__box03__link a,
  .spirits-top .p1s1-card-f__box03__link a {
    background: #000;
    border-radius: 22px;
    padding: 14px 4px;
    margin-bottom: 10px;
  }

  .p1s1-card-f__box03__link.p1s1-card-f__box03__link--enq a {
    font-size: 1.1rem;
    height: 50px;
    padding: 17px 2px 14px;
  }

  .p1s1-card-f__box02__link a:after,
  .p1s1-card-f__box03__link a:after {
    margin-left: 0;
  }
}

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

  ページャー

------------------------------------  */
.paging li span,
.paging li a {
  border: none;
  border-radius: 50%;
  padding: 8px 0px;
  width: 40px;
  height: 40px;
}

.paging__page a {
  background: #efefef;
}

li.paging__current span {
  background: #000;
  color: #fff;
}

li.paging__first a,
li.paging__prev a,
li.paging__next a,
li.paging__last a {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
}

li.paging__first a:before,
li.paging__prev a:before,
li.paging__next a:before,
li.paging__last a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 2px;
  top: 15px;
}

li.paging__first a:before,
li.paging__prev a:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
}

li.paging__next a:before,
li.paging__last a:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

li.paging__first a:after,
li.paging__last a:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 8px;
  top: 15px;
}

li.paging__first a:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
}

li.paging__last a:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

.paging {
  margin: 0;
}

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

  1列バナーH型(SP1列)

------------------------------------  */
.p1s1-banner-f {
  max-width: 100%;
  padding: 40px;
}

.post-type-archive-bigcomic .p1s1-banner-f,
.post-type-archive-bigcomic_zoukan .p1s1-banner-f {
  padding: 40px 0;
}

.p1s1-banner-f__main {
  justify-content: center;
}

.p1s1-banner-f__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.p1s1-banner-f__item {
  display: flex;
  width: 100%;
  max-width: 920px;
}

.p1s1-banner-f__box01 {
  background: #fff;
  margin-right: 10px;
  height: auto;
  border-radius: 20px;
}

.p1s1-banner-f__box01__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p1s1-banner-f__box01 .p1s1-banner-f__box01__img {
  background: none;
}

.p1s1-banner-f__box02 {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.p1s1-banner-f__box02__inner {
  min-width: auto;
  padding: 0;
}

.p1s1-banner-f__box02__text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 70px;
}

.p1s1-banner-f__box02__link {
  color: #fff;
  border: 3px solid #fff;
  width: 200px;
  height: 54px;
  display: block;
  border-radius: 25px;
  padding: 15px 0px;
  margin: 30px auto;
}

.p1s1-banner-f__box02__link:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}

.p1s1-banner-f__box01 img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p1s1-banner-f {
    padding: 15px;
  }

  .post-type-archive-bigcomic .p1s1-banner-f,
  .post-type-archive-bigcomic_zoukan .p1s1-banner-f {
    padding: 30px 0;
  }

  .p1s1-banner-f__item {
    display: block;
  }

  .p1s1-banner-f__box01 {
    border-radius: 20px;
    padding: 10px 0;
    margin: 10px auto;
  }

  .p1s1-banner-f__box01__img img {
    width: 100%;
    max-width: 100%;
  }

  .p1s1-banner-f__box02 {
    height: auto;
    padding: 0;
  }

  .p1s1-banner-f__box02__text {
    margin-bottom: 27px;
    font-size: 2.8rem;
  }

  .p1s1-banner-f__box02__link {
    width: 200px;
    padding: 12px 0px;
    display: block;
    margin: 20px auto;
  }
}

@media screen and (min-width: 769px) {
  .p1s1-banner-f__box01 {
    padding: 0;
    margin-right: 10px;
  }

  .p1s1-banner-f__box01 img {
    width: 100%;
    max-height: 460px;
  }
}

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

  1列バナーH型(SP1列)

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

.p1s1-banner-h__inner {
  margin: auto;
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 20px 40px;
}

.p1s1-banner-h__header {
  font-size: 2rem;
  letter-spacing: 2px;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.p1s1-banner-h__box01 {
  margin-bottom: 10px;
}

.p1s1-banner-h__box02__text {
  text-align: center;
}

.p1s1-banner-h__box02__text--01 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 5px;
}

.p1s1-banner-h__box02__text--02 {
  font-weight: bold;
  line-height: 1.57;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.p1s1-banner-h__box02__link a {
  margin: 0 auto 12px;
}

.p1s1-banner-h__box02__link a:last-child {
  margin-bottom: 0;
}

.p1s1-banner-h__box02__link a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  display: inline-block;
  margin-left: 5px;
}

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

  1列バナーS型(SP1列)

------------------------------------  */
.p1s1-banner-s {
  margin: 0 auto;
}

.p1s1-banner-s__item {
  width: 100%;
}

.p1s1-banner-s__box01__btn01 {
  width: 380px;
  padding: 12px;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  background: #3b9dff;
  display: block;
}

.p1s1-banner-s__box01__btn01:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .p1s1-banner-s {
    padding: 0;
  }

  .p1s1-banner-s__box01__btn01 {
    width: calc(100% - 30px);
  }
}

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

  1列バナーV型(SP1列)

------------------------------------  */
.p1s1-banner-v {
  background: #efefef;
  /* padding: 40px 0; */
}

.p1s1-banner-v__header {
  font-size: 2rem;
  letter-spacing: 2px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p1s1-banner-v__inner {
  width: 100%;
  background: #fff;
  padding: 5px;
  margin: 0;
}

.p1s1-banner-v__box02__title {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.57;
}

.p1s1-banner-v__box01__img img {
  width: 100%;
  max-width: 90px;
}

.p1s1-banner-v__item {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}

.p1s1-banner-v__item:last-child {
  border-bottom: none;
}

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

  1列リストH型(SP1列)

------------------------------------  */
.p1s1-list-h {
  width: 640px;
  /* margin-top: 40px; */
}

.p1s1-list-h__header {
  font-size: 2rem;
  letter-spacing: 2px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p1s1-list-h__box01__img {
  margin-bottom: 20px;
}

.p1s1-list-h__box01__text--01 {
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.p1s1-list-h__box01__text--01 {
  letter-spacing: 1px;
  line-height: 1.71;
}

@media screen and (max-width: 768px) {
  .p1s1-list-h {
    width: 100%;
    padding: 0 15px;
  }
}

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

  1列カードF型(SP1列)

------------------------------------  */
.p1s1-card-f {
  width: auto;
  padding: 40px;
}

.p1s1-card-f.p1s1-card-f--02 {
  background: #212e58;
}

.p1s1-card-f.p1s1-card-f--01 {
  background: #b0000d;
}

.p1s1-card-f.p1s1-card-f--01 .p1s1-card-f__inner {
  background: #8d000b;
}

.p1s1-card-f__inner {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin: 0 auto;
}

.p1s1-card-f__box01__label {
  background-color: #b29664;
}

.p1s1-card-f__box01 .bigcomic,
.p1s1-card-f__box01 .bigcomic_zoukan {
  background: #b29664;
}

.p1s1-card-f__box01 .bigoriginal,
.p1s1-card-f__box01 .bigoriginal_zoukan {
  background: #b0000d;
}

.p1s1-card-f__box01 .bigsuperior {
  background: #212e58;
}

.p1s1-card-f__box01 .spirits {
  background: #0065a7;
}

.p1s1-card-f__box01 .spirits_m {
  background: #ff8201;
}

.p1s1-card-f__box01__img {
  line-height: 0;
  overflow: hidden;
  height: 310px;
  border-radius: 0 20px 20px 0;
  text-align: center;
}

.p1s1-card-f__box01__img img {
  height: 310px;
}

.p1s1-card-f__box02 {
  padding: 25px 20px 0 40px;
  min-width: auto;
}

.p1s1-card-f__box03 {
  color: #fff;
  padding: 25px 30px 0 20px;
  text-align: center;
}

.p1s1-card-f__box03__label {
  background: #c53841;
}

.p1s1-card-f__box03__date {
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.p1s1-card-f__box03__title {
  display: none;
}

.p1s1-card-f__box03__text {
  line-height: 1.1;
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 50px;
}

.p1s1-card-f__box02__link a,
.p1s1-card-f__box03__link a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
  margin-bottom: 10px;
  border-radius: 22px;
}

.p1s1-card-f__box02__link a:first-child,
.p1s1-card-f__box03__link a:first-child {
  display: none;
}

.p1s1-card-f__box02__link a:after,
.p1s1-card-f__box03__link a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  display: inline-block;
  margin-left: 5px;
}

.p1s1-card-f__box03__link.p1s1-card-f__box03__link--enq a {
  display: inline-block;
}

/* 単行本詳細 */
.single-comics .p1s1-card-f.p1s1-card-f--01 .p1s1-card-f__inner {
  background: none;
}

.single-comics .p1s1-card-f.p1s1-card-f--01 .p1s1-card-f__inner,
.single-comics .p1s1-card-f.p1s1-card-f--02 .p1s1-card-f__inner {
  padding: 0;
}

.single-comics .p1s1-card-f__item {
  flex-wrap: wrap;
}

.single-comics .p1s1-card-f {
  background: none;
}

.single-comics .p1s1-card-f__box02__link a:first-child {
  display: block;
}

.single-comics .p1s1-card-f__box01 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-comics .p1s1-card-f__box01__label {
  order: 1;
  font-size: 1.2rem;
  margin-right: 12px;
  margin-bottom: 10px;
}

.single-comics .p1s1-card-f__box01__date {
  order: 2;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.single-comics .p1s1-card-f__box01__title {
  order: 3;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}

.single-comics .p1s1-card-f__box01__text {
  order: 4;
  width: 100%;
  font-size: 1.6rem;
}

.single-comics .p1s1-card-f__header {
  display: none;
}

.single-comics .p1s1-card-f__box02 {
  padding: 0;
  width: 33%;
}

.single-comics .p1s1-card-f__box02__img {
  width: 100%;
  margin-bottom: 15px;
}

.single-comics .p1s1-card-f__box02__link a {
  padding: 9px;
  font-size: 1.4rem;
}

.single-comics .p1s1-card-f__box02__link.tameshi {
  background: #349cff;
}

.single-comics .p1s1-card-f__box04__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.single-comics .content__main {
  padding: 0;
}

.single-comics .p1s1-card-f__box04 {
  width: 67%;
}

.single-comics .p1s1-card-f__box04__link a {
  color: #349cff;
  margin-right: 50px;
  position: relative;
}

.single-comics .p1s1-card-f__box04__link a:last-child {
  margin-right: 25px;
}

.single-comics .p1s1-card-f__box04__link a:after {
  content: "";
  border-right: 2px solid #349cff;
  border-bottom: 2px solid #349cff;
  transform: rotate(-45deg);
  top: 8px;
  right: -18px;
  position: absolute;
  width: 8px;
  height: 8px;
}

.single-comics .p1s1-card-f__box04__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.single-comics .frame-movie {
  width: 100%;
  display: block;
  position: relative;
}

.single-comics .frame-movie::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
}

.single-comics .frame-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {

  .p1s1-card-f.p1s1-card-f--01,
  .p1s1-card-f.p1s1-card-f--02,
  .p1s1-card-f.p1s1-card-f--03 {
    padding: 40px 0;
  }

  .p1s1-card-f.p1s1-card-f--01 .p1s1-card-f__inner,
  .p1s1-card-f.p1s1-card-f--02 .p1s1-card-f__inner,
  .p1s1-card-f.p1s1-card-f--03 .p1s1-card-f__inner {
    width: 100%;
    padding: 30px 10px;
  }

  .p1s1-card-f--01 .p1s1-card-f__box02__img,
  .p1s1-card-f--02 .p1s1-card-f__box02__img,
  .p1s1-card-f--03 .p1s1-card-f__box02__img {
    width: 100%;
  }

  .p1s1-card-f__inner {
    border-radius: 0;
  }

  .p1s1-card-f--01 .p1s1-card-f__item,
  .p1s1-card-f--02 .p1s1-card-f__item,
  .p1s1-card-f--03 .p1s1-card-f__item {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .p1s1-card-f__box01__img img {
    height: auto;
  }

  .p1s1-card-f__box02 {
    padding: 0 15px 0 0;
    width: 45%;
    margin: 0;
  }

  .p1s1-card-f__box03 {
    padding: 0;
    width: 55%;
    position: relative;
  }

  .p1s1-card-f__box03__label,
  .p1s1-card-f__box03__date,
  .p1s1-card-f__box03__text {
    margin-bottom: 10px;
  }

  .p1s1-card-f__box01__img {
    border-radius: 0;
    height: auto;
  }

  .p1s1-card-f__box05 {
    width: 100%;
    margin-top: 10px;
  }

  .single-comics .p1s1-card-f__box02 {
    margin: auto;
    width: 100%;
  }

  .single-comics .p1s1-card-f__box04 {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .single-comics .content__main {
    padding: 10px;
  }
}

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

  1列カードH型(SP1列)

------------------------------------  */
.p1s1-card-h__box01__title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.p1s1-card-h__box01__label {
  background-color: #b29664;
}

.p1s1-card-h__box01 .bigcomic,
.p1s1-card-h__box01 .bigcomic_zoukan {
  background: #b29664;
}

.p1s1-card-h__box01 .bigoriginal,
.p1s1-card-h__box01 .bigoriginal_zoukan {
  background: #b0000d;
}

.p1s1-card-h__box01 .bigsuperior {
  background: #212e58;
}

.p1s1-card-h__box01 .spirits {
  background: #0065a7;
}

.p1s1-card-h__box01 .spirits_m {
  background: #ff8201;
}

.p1s1-card-h__box01__img {
  margin-bottom: 10px;
}

.p1s1-card-h__box01__text--01 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.p1s1-card-h__box01__text--02 {
  letter-spacing: 1px;
  line-height: 1.71;
}

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

  1列リストF型(SP1列)

------------------------------------  */
.p1s1-list-f {
  padding: 15px;
  background: #0065a7;
}

.p1s1-list-f__inner {
  width: 1160px;
  background: #011422;
  border-radius: 20px;
}

.p1s1-list-f__header {
  display: none;
}

.p1s1-list-f__text {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p1s1-list-f__box02--01 {
  background: url("./../img/bros2020/banner02.jpg") no-repeat center;
}

.p1s1-list-f__box02--01 img {
  visibility: hidden;
}

.p1s1-list-f__box02--02 {
  width: 640px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p1s1-list-f__inner {
    width: 100%;
    padding: 25px;
  }

  .p1s1-list-f__text {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .p1s1-list-f__box02--01 {
    height: 180px;
  }

  .p1s1-list-f__box02--02 {
    width: 100%;
  }
}

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


  1列リストV型(SP1列)

------------------------------------  */
.p1s1-list-v {
  max-width: 100%;
  padding: 0;
}

.p1s1-list-v__inner {
  max-width: 1160px;
  margin: auto;
}

.p1s1-list-v__header {
  letter-spacing: 3px;
  text-align: center;
  margin: 40px;
}

.p1s1-list-v__header__title {
  font-size: 3.2rem;
}

.p1s1-list-v__item {
  border-bottom: 1px solid #e5e5e5;
}

.p1s1-list-v__item a {
  width: 100%;
}

.p1s1-list-v .p1s1-list-v__item:last-child {
  border-bottom: none;
}

.p1s1-list-v__box01 {
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p1s1-list-v__box01 img {
  width: auto;
  max-height: 133px;
  display: block;
  margin: auto;
  object-fit: contain;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .p1s1-list-v__box01 img {
    max-width: 170px;
  }
}

.p1s1-list-v__box02 {
  max-width: 480px;
  width: 100%;
}

.p1s1-list-v__box02__label {
  background-color: #b29664;
}

.p1s1-list-v__box02__label.bigcomic,
.p1s1-list-v__box02__label.bigcomic_zoukan {
  background-color: #b29664;
}

.p1s1-list-v__box02__label.bigoriginal,
.p1s1-list-v__box02__label.bigoriginal_zoukan {
  background-color: #b0000d;
}

.p1s1-list-v__box02__label.bigsuperior {
  background-color: #212e58;
}

.p1s1-list-v__box02__label.spirits {
  background-color: #0065a7;
}

.p1s1-list-v__box02__label.spirits_m {
  background-color: #ff8201;
}

.p1s1-list-v__footer {
  background: none;
  text-align: center;
  margin-top: 40px;
}

.p1s1-list-v__footer span {
  font-weight: bold;
}

.p1s1-list-v__footer__link {
  position: relative;
}

.p1s1-list-v__footer__link:after {
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 15px;
}

.p1s1-list-v__footer a {
  font-size: 1.6rem;
  width: 240px;
  height: 54px;
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 12px;
  border-radius: 30px;
  background: #fff;
}

.p1s1-list-v~.scroll-slider__container {
  border-top: none;
}

.post-type-archive-spirits .p1s1-list-v,
.post-type-archive-spirits_m .p1s1-list-v {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p1s1-list-v {
    padding: 0;
  }

  .p1s1-list-v__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }

  .post-type-archive-spirits .p1s1-list-v,
  .post-type-archive-spirits_m .p1s1-list-v {
    padding: 15px;
  }
}

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

  1列リストS型(SP1列)

------------------------------------  */
.bros2020-p1s1-list-s {
  max-width: 100%;
  padding: 40px;
}

.post-type-archive-bigcomic .bros2020-p1s1-list-s,
.post-type-archive-bigcomic_zoukan .bros2020-p1s1-list-s {
  padding: 0px;
}

.bros2020-p1s1-list-s__inner {
  max-width: 1160px;
  margin: auto;
}

.bros2020-p1s1-list-s__item {
  margin-bottom: 8px;
}

.bros2020-p1s1-list-s__item a {
  width: 100%;
}

.p1s1-list-s__box02 {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.p1s1-list-s__box02:last-child {
  border-bottom: none;
}

.p1s1-list-s__box02 p {
  margin-bottom: 8px;
}

.bros2020-p1s1-list-s__item {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.p1s1-list-s__box02__label {
  background: #ccc;
  color: #fff;
  display: inline-block;
  padding: 1px 18px;
  border-radius: 5px;
}

.p1s1-list-s__box02__label {
  background-color: #b29664;
}

.p1s1-list-s__box02__label.bigcomic,
.p1s1-list-s__box02__label.bigcomic_zoukan {
  background-color: #b29664;
}

.p1s1-list-s__box02__label.bigoriginal,
.p1s1-list-s__box02__label.bigoriginal_zoukan {
  background-color: #b0000d;
}

.p1s1-list-s__box02__label.bigsuperior {
  background-color: #212e58;
}

.p1s1-list-s__box02__label.spirits {
  background-color: #0065a7;
}

.p1s1-list-s__box02__label.spirits_m {
  background-color: #ff8201;
}

.bros2020-p1s1-list-s~.scroll-slider__container {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .bros2020-p1s1-list-s {
    padding: 15px;
  }

  .bros2020-p1s1-list-v__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }

  .post-type-archive-spirits .bros2020-p1s1-list-s,
  .post-type-archive-spirits_m .bros2020-p1s1-list-s {
    padding: 15px;
  }
}

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

  2列カードH型(SP1列)

------------------------------------  */
.p2s1-card-h {
  width: auto;
  padding: 0;
}

.p2s1-card-h__header h3 {
  font-size: 3.2rem;
  letter-spacing: 3px;
  text-align: center;
  margin: 40px;
}

.p2s1-card-h__item {
  border: 1px solid #efefef;
  border-radius: 10px;
  width: calc(50% - 24px);
  margin: 0 12px 24px;
  overflow: hidden;
  background: #f8f8f8;
}

.p2s1-card-h__box01__img {
  height: 140px;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.p2s1-card-h__box01__img img {
  width: auto;
  height: auto;
  max-height: 140px;
  border-radius: 10px 10px 0 0;
}

.p2s1-card-h__box03 {
  border-radius: 0 0 10px 10px;
}

.p2s1-card-h__box03 a {
  margin: 0 6px 12px;
}

.p2s1-card-h__box03__btn01 {
  background: #3b9dff !important;
}

.p2s1-card-h__box03 a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  display: inline-block;
  margin-left: 5px;
}

.p2s1-card-h__footer {
  background: none;
  text-align: center;
}

.p2s1-card-h__footer a {
  font-size: 1.6rem;
  width: 240px;
  height: 54px;
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 12px;
  border-radius: 30px;
  background: #fff;
}

.p2s1-card-h__box02--main {
  width: 100%;
}

.p2s1-card-h__box02--sub {
  height: auto;
  width: 30%;
  max-width: 70px;
}

.p2s1-card-h__box02__text--01 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p2s1-card-h__item {
    width: 100%;
    margin: 0 0 24px;
  }

  .p2s1-card-h__box03 a {
    position: relative;
    width: 90%;
    width: calc(100% - 48px);
    display: block;
    margin: 0 auto 12px;
  }

  .p2s1-card-h__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }

  .p2s1-card-h__box01__img {
    height: 140px;
    text-align: center;
  }

  .p2s1-card-h__box01__img img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

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

  3列バナーS型(SP1列)

------------------------------------  */
.p3s1-banner-s {
  width: 100%;
}

.p3s1-banner-s__inner {
  max-width: 1160px;
  margin: auto;
}

.p3s1-banner-s__main {
  justify-content: center;
}

.p3s1-banner-s__item {
  width: 366px;
  margin: 0 10px 20px;
}

@media screen and (max-width: 768px) {
  .p3s1-banner-s {
    padding: 15px;
  }

  .p3s1-banner-s__item {
    margin: 0 auto 30px;
    width: 100%;
  }
}

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

  3列カードH型(SP1列)

------------------------------------  */
.p3s1-card-h {
  width: 100%;
  background: #d9dade;
  padding: 40px;
}

.p3s1-card-h__inner {
  max-width: 1160px;
  padding: 0;
}

.p3s1-card-h__header {
  text-align: center;
  margin: 20px 0 30px;
  padding-top: 50px;
}

.p3s1-card-h__header h3 {
  font-size: 3.2rem;
  letter-spacing: 3px;
  line-height: 21px;
}

.p3s1-card-h__item {
  border-radius: 15px;
  overflow: hidden;
}

.p3s1-card-h__box01 {
  height: 148px;
}

.p3s1-card-h__box02__title {
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.p3s1-card-h__box02__text--01 {
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.p3s1-card-h__box02__text--02 {
  line-height: 20px;
  letter-spacing: 1px;
}

.p3s1-card-h__box03 a {
  position: relative;
}

.p3s1-card-h__box03__btn01 {
  background: #3b9dff !important;
}

.p3s1-card-h__box03 a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  display: inline-block;
  margin-left: 5px;
}

.p3s1-card-h__footer {
  background: none;
}

.p3s1-card-h__footer a {
  font-size: 1.6rem;
  width: 240px;
  height: 54px;
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 12px;
  border-radius: 30px;
  background: transparent;
  font-weight: bold;
}

.p3s1-card-h__item {
  width: calc((100% /3) - 25px);
}

@media screen and (max-width: 768px) {
  .p3s1-card-h {
    padding: 15px;
  }

  .p3s1-card-h__item {
    width: 100%;
  }

  .p3s1-card-h__box01__img img {
    width: auto;
    max-height: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* ビッグコミックオリジナル */
.post-type-archive-bigoriginal .p3s1-card-h__header {
  margin: 0;
}

/* スペリオール */
.p3s1-card-h.lightBlue {
  background: #dadbe0;
}

/* ビッグオリジナル */
.p3s1-card-h.red {
  background: #e2bfc3;
}

/* スピリッツ */
.p3s1-card-h.blue {
  background: #c0d3e1;
}

.p3s1-card-h.blue .p3s1-card-h__header h3 {
  color: #0c5d94;
}

.p3s1-card-h.blue .p3s1-card-h__footer a {
  color: #0c5d94;
  border: 3px solid #0c5d94;
}

/* 月刊スピリッツ */
.p3s1-card-h.orange {
  background: #f3d9c0;
}

@media screen and (max-width: 768px) {
  .p3s1-card-h__box02 {
    padding: 25px;
  }

  .p3s1-card-h__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }
}

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

  3列カードH型(SP2列)

------------------------------------  */
.p3s2-card-h {
  width: 468px;
  padding: 0;
}

.p3s2-card-h__header {
  border-bottom: 1px solid #000;
  margin: 24px 8px;
  padding-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.p3s2-card-h__box03 a {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  padding-right: 8px;
}

.p3s2-card-h__box03 a:first-child {
  border-bottom: #333 1px solid;
}

.p3s2-card-h__box03 a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("./../img/bros2020/btn_icon01.png") right center;
  right: 25px;
  top: 17px;
}

.p3s2-card-h__box01 a {
  display: block;
}

.p3s2-card-h__box01 figure {
  line-height: 0;
}

.p3s2-card-h__item {
  width: 140px;
}

.p3s2-card-h__footer {
  background: none;
}

.p3s2-card-h__footer a {
  font-size: 1.6rem;
  width: 240px;
  height: 54px;
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 12px;
  border-radius: 30px;
  background: #fff;
}

/* 
作家一覧
*/
.p3s2-card-h.author {
  width: auto;
}

.author .p3s2-card-h__item {
  width: calc((100% / 3) - 17px);
  background: #f8f8f8;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #efefef;
  min-height: 240px;
}

.author .p3s2-card-h__box03 a {
  background: none;
  width: auto;
  padding: 0 10px;
  height: auto;
}

.author .p3s2-card-h__box03 a:after {
  background: none;
}

.author .p3s2-card-h__box03 {
  display: flex;
  justify-content: center;
}

.author .p3s2-card-h__box03 a:first-child {
  border-bottom: none;
}

.author .p3s2-card-h__box02__title {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.author .p3s2-card-h__box01 {
  min-height: 115px;
  text-align: center;
}

.author .p3s2-card-h__box01 img {
  width: 100px;
}

.author .p3s2-card-h__box02 {
  text-align: center;
}

.author .p3s2-card-h__box01 figure {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p3s2-card-h {
    width: 100%;
    padding: 0;
  }

  .p3s2-card-h__item {
    width: 50%;
  }

  .p3s2-card-h__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }

  .author .p3s2-card-h__item {
    width: 47%;
    margin: 0 auto 24px;
    padding: 10px 10px 20px;
  }

  .author .p3s2-card-h__box01 {
    min-height: 100px;
  }
}

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

  3列バナーH型(SP2列)

------------------------------------  */
.p3s2-banner-h {
  width: 100%;
  padding: 0;
}

.p3s2-banner-h__inner {
  width: 820px;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
}

.p3s2-banner-h__header {
  padding: 0 12px;
}

.p3s2-banner-h__box01 {
  margin-bottom: 20px;
}

.p3s2-banner-h__box02__label {
  font-size: 1.2rem;
  background: #b29664;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.p3s2-banner-h__box02 .bigcomic,
.p3s2-banner-h__box02 .bigcomic_zoukan {
  background: #b29664;
}

.p3s2-banner-h__box02 .bigoriginal,
.p3s2-banner-h__box02 .bigoriginal_zoukan {
  background: #b0000d;
}

.p3s2-banner-h__box02 .bigsuperior {
  background: #212e58;
}

.p3s2-banner-h__box02 .spirits {
  background: #0065a7;
}

.p3s2-banner-h__box02 .spirits_m {
  background: #ff8201;
}

.p3s2-banner-h__box02__date {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.66;
}

.p3s2-banner-h__box02__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.75;
}

.p3s2-banner-h__box02__author {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.p3s2-banner-h__inner {
  width: 100%;
  padding: 0;
}

.p3s2-banner-h__item a {
  width: 100%;
}

.p3s2-banner-h__item {
  padding: 0 10px 0;
  max-width: calc((100% /3) - 1px);
}

@media screen and (max-width: 768px) {
  .p3s2-banner-h__inner {
    width: 100%;
    padding: 0;
  }

  .p3s2-banner-h__item {
    margin: 0 auto 40px;
    max-width: 374px;
  }

  .p3s2-banner-h__box01 {
    margin-bottom: 15px;
  }

  .post-type-archive-comics .p3s2-banner-h {
    padding: 0;
  }

  .post-type-archive-comics .p3s2-banner-h__item {
    padding: 0 5px 0;
  }
}

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

  4列バナーH型(SP2列)

------------------------------------  */
/* トップページ */
.p4s2-banner-h {
  width: 100%;
  padding: 0;
}

.home .p4s2-banner-h {
  background: #fff;
  padding: 0;
}

.home .p4s2-banner-h--01 .p4s2-banner-h__inner {
  width: 820px;
  margin: auto;
  padding: 40px 40px 0;
  background: #fff;
  border-radius: 20px;
}

.p4s2-banner-h__header {
  font-size: 2rem;
  letter-spacing: 2px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.home .p4s2-banner-h--01 h2 {
  text-align: center;
}

.home .p4s2-banner-h h2 {
  margin-bottom: 35px;
}

.home .p4s2-banner-h__box02 {
  padding-top: 15px;
}

.p4s2-banner-h h2 {
  font-size: 2.0rem;
}

.p4s2-banner-h__box01 {
  width: 100%;
  height: auto;
}

.p4s2-banner-h__box02__date {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.66;
  font-weight: bold;
}

.p4s2-banner-h__box02__title {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.57;
  font-weight: bold;
}

/* スペリオール */
.post-type-archive-bigsuperior .p4s2-banner-h {
  background: #d9dade;
}

.post-type-archive-bigsuperior .p4s2-banner-h__inner {
  margin: auto;
  max-width: 1160px;
}

.post-type-archive-bigsuperior .p4s2-banner-h__box01 {
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p4s2-banner-h--01 .p4s2-banner-h__box01 {
  height: auto;
}

/* オリジナル */
.p4s2-banner-h.p4s2-banner-h--02 {
  background: #e2bfc3;
}

.post-type-archive-bigoriginal .p4s2-banner-h {
  padding: 40px;
}

.post-type-archive-bigoriginal .p4s2-banner-h h2 {
  margin-bottom: 40px;
}

.post-type-archive-bigoriginal .p4s2-banner-h__inner {
  margin: auto;
  max-width: 1160px;
}

.post-type-archive-bigoriginal .p4s2-banner-h__box01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-archive-bigoriginal .p4s2-banner-h__box02__date {
  padding: 12px 16px;
  background-color: #212e58;
  color: #fff;
  line-height: 1.16;
  font-weight: 700;
}

.post-type-archive-bigoriginal .p4s2-banner-h__box02__title {
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.57;
  font-size: 1.4rem;
  padding-top: 15px;
}

.post-type-archive-bigoriginal .p4s2-banner-h__footer {
  background: none;
}

.post-type-archive-bigoriginal .p4s2-banner-h__footer a {
  font-size: 1.6rem;
  width: 240px;
  height: 54px;
  display: inline-block;
  text-align: center;
  border: 3px solid #000;
  padding: 12px;
  border-radius: 30px;
}

/* スペリオール */
.p4s2-banner-h.superior {
  background: #dadbe0;
}

.post-type-archive-bigsuperior .p4s2-banner-h {
  padding: 40px;
}

/* ビッグオリジナル */
.p4s2-banner-h.original {
  background: #e2bfc3;
}

/* スピリッツ */
.p4s2-banner-h.spirits {
  background: #d7e2e8;
}

/* 月刊スピリッツ */
.p4s2-banner-h.spiritsm {
  background: #f1e3d6;
}

@media screen and (max-width: 768px) {
  .home .p4s2-banner-h {
    padding: 60px 15px;
  }

  .post-type-archive-bigoriginal .p4s2-banner-h {
    padding: 15px;
  }

  .post-type-archive-bigoriginal .p4s2-banner-h__footer a {
    width: 200px;
    height: 44px;
    padding: 8px;
  }

  .post-type-archive-bigsuperior .p4s2-banner-h {
    padding: 15px;
  }
}

.post-type-archive-bigoriginal .p4s2-banner-h__box02__date {
  background-color: #b0000e;
  padding: 7px 15px;
  color: #fff;
}

.post-type-archive-bigoriginal .p4s2-banner-h__item {
  max-width: 270px;
  overflow: hidden;
}

.post-type-archive-bigoriginal .p4s2-banner-h__header {
  border-bottom: none;
  padding-bottom: 0;
}

.post-type-archive-bigoriginal .p4s2-banner-h__header h3 {
  text-align: center;
  font-size: 3.2rem;
}

.post-type-archive-bigoriginal .p4s2-banner-h__main {
  padding: 0 10px;
}

.post-type-archive-bigoriginal .p4s2-banner-h__box01 img,
.post-type-archive-bigsuperior .p4s2-banner-h__box01 img {
  display: block;
  margin: auto;
  object-fit: contain;
  height: auto;
  max-height: 153px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .post-type-archive-bigoriginal .p4s2-banner-h__box01 img,
  .post-type-archive-bigsuperior .p4s2-banner-h__box01 img {
    max-width: 220px;
  }
}

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

  .p4s2-banner-h__box01,
  .p4s2-banner-h__box02 {
    width: 90%;
    width: calc(100% - 16px);
  }

  .home .p4s2-banner-h--01 .p4s2-banner-h__inner {
    width: 100%;
    border-radius: 0;
    padding: 0 20px;
  }

  .p4s2-banner-h {
    width: 100%;
  }

  .home .p4s2-banner-h {
    padding: 0;
  }

  .post-type-archive-bigoriginal .p4s2-banner-h__box01 {
    width: calc(100% - 16px);
  }

  .post-type-archive-bigoriginal .p4s2-banner-h__inner {
    width: 100%;
  }

  .post-type-archive-bigoriginal .p4s2-banner-h__item {
    width: 50%;
    max-width: 100%;
    margin: 0 0 10px
  }
}

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

スクロールS型 

------------------------------------  */
.carousel-s__wrapper {
  background: none;
}

.scroll-slider__wrapper {
  max-width: 100%;
  min-width: auto;
}

.scroll-slider__container {
  border-top: none;
  overflow: hidden;
  padding: 0;
}

.scroll-slider__container .widget-common__header {
  max-width: 1160px;
  margin: auto;
}

.post-type-archive-bigoriginal .scroll-slider__container,
.post-type-archive-bigsuperior .scroll-slider__container,
.post-type-archive-spirits .scroll-slider__container,
.post-type-archive-spirits_m .scroll-slider__container {
  padding: 40px 40px 0;
}

.scroll-slider__caption {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.57;
  font-weight: bold;
  overflow: hidden;
}

.scroll-slider.slick-slider {
  position: relative;
  max-width: 1160px;
  overflow: hidden;
  margin-bottom: 40px;
}

.post-type-archive-bigoriginal .scroll-slider.slick-slider,
.post-type-archive-spirits .scroll-slider.slick-slider,
.post-type-archive-spirits_m .scroll-slider.slick-slider {
  margin-bottom: 0;
}

.scroll-slider .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
}

.scroll-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
}

.slick-next:before {
  content: '';
  position: absolute;
  right: 58px;
  top: 38px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  transform: rotate(-45deg);
}

.slick-prev:before {
  content: '';
  position: absolute;
  display: block;
  left: 58px;
  top: 38px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  transform: rotate(45deg);
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.home .scroll-slider__container:last-of-type .scroll-slider .slick-slide {
  height: 360px;
  border: 1px solid #f0f0f0;
}

.home .scroll-slider__container:last-of-type .scroll-slider a {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .scroll-slider__container:last-of-type .scroll-slider img {
  display: block;
  width: 100%;
  margin: auto;
  object-fit: contain;
  height: auto;
  border: none;
}

@media screen and (max-width: 768px) {
  .home .scroll-slider__container:last-of-type .scroll-slider {
    border: none;
  }

  .post-type-archive-bigoriginal .scroll-slider__container,
  .post-type-archive-bigsuperior .scroll-slider__container,
  .post-type-archive-spirits .scroll-slider__container,
  .post-type-archive-spirits_m .scroll-slider__container {
    padding: 15px 15px 0;
  }
}

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

作家詳細

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

.single-author .author-post {
  display: flex;
  align-items: flex-start;
}

.single-author .p1s1-card-h.p1s1-card-h--01 {
  margin: 0 40px 0 0;
}

.single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__header {
  display: none;
}

.single-author .p1s1-card-h.p1s1-card-h--02 {
  margin: 0 auto;
  padding-top: 110px;
}

.single-author .p1s1-card-h__box01__title {
  border-bottom: none;
}

.p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title {
  position: relative;
  font-size: 2.4rem;
}

.single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title:after {
  content: "";
  width: 100vw;
  max-width: 710px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0 10px;
}

.single-author .p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__header h2,
.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__header h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  font-size: 2rem;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__box01 {
  display: flex;
  flex-wrap: wrap;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__item {
  margin-bottom: 20px;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__box01__label {
  order: 1;
  align-self: flex-start;
  margin: 0 5px 5px 0;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__box01__title {
  width: 100%;
  order: 2;
  margin: 0;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__box01__img {
  order: 3;
}

.p1s1-card-h.p1s1-card-h--02 .p1s1-card-h__header {
  margin-bottom: 25px;
}

.single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__img img {
  border-radius: 50%;
}

.author-post__bottom {
  padding: 40px 30px;
  border-top: 1px solid #e5e5e5;
}

.author-post__bottom a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.author-post__bottom a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  right: 102%;
  top: 2px;
  border-radius: 50%;
}

.author-post__bottom a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}

@media screen and (min-width: 767px) {
  .single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title {
    width: 100vw;
    max-width: 710px;
  }
}

@media screen and (max-width: 768px) {
  .single-author .content__main {
    display: block;
    padding: 30px 15px;
  }

  .single-author .p1s1-card-h.p1s1-card-h--02 {
    width: 100%;
  }

  .single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title:after {
    width: 100%;
    max-width: 100%;
  }

  .single-author .p1s1-card-h.p1s1-card-h--01 {
    width: 100%;
  }

  .single-author .p1s1-card-h__box01__sns div {
    padding: 25px 15px;
  }

  .single-author .p1s1-card-h.p1s1-card-h--02 {
    padding-top: 10px;
  }

  .single-author .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__img img {
    width: 140px;
  }

  .single-author .author-post {
    display: block;
    padding: 0;
  }
}

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

作品詳細

------------------------------------  */
/* 
carousel-s
*/
.single-work .slick-dots {
  display: none;
}

.single-work .slick-list {
  padding: 0 !important;
}

.single-work .slick-track {
  width: 100% !important;
  transform: none !important;
}

.single-work .carousel-s__item {
  width: 100%;
}

.single-work .content__inner {
  background: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: 20px;
}

.single-work .carousel-s__wrapper,
.single-work .slick-slide img {
  border-radius: 20px 20px 0 0;
}

.single-work .p1s1-banner-h__box02__text--01 {
  display: none;
}

.single-work .carousel-s__item img {
  height: 400px;
  width: auto;
  margin: auto;
}

.work-post-contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.single-work h2,
.single-work h3 {
  font-size: 2rem;
  margin: 0;
}

.single-work .p1s1-banner-h__header,
.single-work .p1s1-card-h__header,
.single-work .p1s1-list-h__header {
  padding: 0 0 15px;
}

.single-work .p1s1-list-h__box01__text h2 {
  font-size: 2rem;
  border-bottom: 2px solid #000;
}



/* 「ツイートして応援しよう」ボタン */
.tw-supportBtn {
  margin-bottom: 40px;
  text-align: center;
}
.tw-supportBtn a.twBtn {
  text-align: center;
  background-color: rgb(29, 155, 240);
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 9px 30px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 1.4rem;
  margin: 0 5px 5px;
  font-weight: bold;
  letter-spacing: 1px;
}






/* left */
.work-post-col01 {
  max-width: 300px;
}

.work-post-col01 .p1s1-card-h {
  margin: 20px 20px 20px 40px;
}

.work-post-col01 .p1s1-card-h__header h2,
.work-post-col01 .p1s1-card-h__header h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.work-post-col01 .p1s1-card-h__box01__title {
  border-bottom: none;
}

.work-post-col01 .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title:after {
  content: none;
}

.work-post-col01 .p1s1-card-h__box01 {
  display: flex;
  flex-direction: column;
}

.work-post-col01 .p1s1-card-h__box01__img {
  order: -1;
  height: 100%;
}

.work-post-col01 .p1s1-card-h__box01__img img {
  border-radius: 50%;
  margin-top: 15px;
}

.work-post-col01 .p1s1-card-h.p1s1-card-h--01 .p1s1-card-h__box01__title {
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.work-post-col01 .p1s1-card-h__box01__sns div {
  padding: 0 10px;
}

/* right */
.work-post-col02 .p1s1-list-h__box01__img img {
  width: 100%;
}

.work-post-col02 {
  padding: 20px 40px 20px 20px;
  min-width: auto;
}

.work-post-col02 .p3s2-card-h__box02 {
  display: none;
}

.work-post-col02 .p3s2-card-h {
  width: 640px;
}

.work-post-col02 .p3s2-card-h__item {
  width: 30.8%;
}

.work-post-col01 .widget-common__header h2,
.work-post-col02 .widget-common__header h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* 登場人物紹介 */

.profile_3column div {
  display: flex;
  align-items: center;
}

.profile_3column img {
  width: 95px;
  min-width: 95px;
  height: auto;
  border-radius: 50%;
  margin-right: 15px;
}

.profile_3column p br:nth-child(1) {
  display: none;
}

/* コミックス一覧 */
.work-post-col02 .scroll-slider .slick-slide img {
  width: 200px;
}

.work-post-col02 .scroll-slider .slick-slide,
.scroll-slider .slick-slide {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .work-post-contents {
    flex-wrap: wrap;
    padding: 15px;
  }

  .work-post-contents .scroll-slider__container {
    border-top: none;
  }

  .work-post-contents .scroll-slider__title {
    font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding: 0 0 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .single-work .topic-path {
    margin: 0;
  }

  .single-work .content__inner {
    border-radius: 0;
  }

  .work-post-contents .p1s1-list-h {
    padding: 0;
  }

  .profile_3column div {
    padding-bottom: 15px;
  }

  .single-work .carousel-s__item img {
    width: 100%;
    height: auto;
  }

  .single-work .scroll-slider .slick-track&gt;div:nth-of-type(n+3) {
    display: none;
  }

  .work-post-col01 {
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .work-post-col01 .p1s1-card-h__box01__img img {
    width: 140px;
  }

  .work-post-col02 {
    order: 1;
    width: 100%;
  }

  .work-post-col02 {
    padding: 0;
  }

  .work-post-col02 .p1s1-list-v {
    padding: 0;
  }

  .work-post-col02 .p1s1-list-v__box02 {
    padding: 0 0 0 10px;
  }

  .work-post-col02 .p1s1-list-v__box02 {
    width: 50%;
  }

  .work-post-col02 .p1s1-list-v__box02__title {
    font-size: 1.4rem;
  }

  .work-post-col02 .p1s1-list-v__box02__label {
    font-size: 1.2rem;
    padding: 1px 15px;
  }

  .work-post-col02 .p3s2-card-h__item {
    width: 50%;
  }

  .work-post-col02 .p3s2-card-h {
    width: 100%;
    padding: 0;
  }

  .work-post-col02 .p1s1-list-v__box02__text {
    display: none;
  }

  .work-post-col01 .p1s1-banner-h__inner {
    width: 100%;
    padding: 20px 0;
  }

  .work-post-col01 .p1s1-card-h {
    width: 100%;
    margin: 0;
  }

  .work-post-col01 .p1s1-banner-h__box02__link a {
    width: 100%;
  }

  .work-post-col02 .p3s2-card-h__header {
    margin: 24px 0;
  }

  .work-post-col02 .p1s1-list-v__footer {
    margin-top: 0;
  }

  .work-post-col02 .scroll-slider .slick-slide img {
    width: 100%;
  }

  .work-post-col02 .scroll-slider .slick-slide {
    width: 50%;
  }

  .work-post-col02 .scroll-slider__header {
    padding: 0;
  }

  .work-post-col02 .p1s1-list-h__box01 {
    max-width: 100%;
  }

  .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%;
  }
}

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

twitterウィジェット

------------------------------------  */
/* 共通 */
.sidebar-twitter__content {
  max-width: 1160px;
  margin: auto;
}

/* ビッグオリジナル、スペリオール、月刊スピリッツ、スピリッツ */
.post-type-archive-spirits .sidebar-twitter__heading,
.post-type-archive-spirits_m .sidebar-twitter__heading,
.post-type-archive-bigsuperior .sidebar-twitter__heading,
.post-type-archive-bigoriginal .sidebar-twitter__heading {
  display: none;
}

.post-type-archive-spirits .sidebar-twitter__content iframe,
.post-type-archive-spirits_m .sidebar-twitter__content iframe,
.post-type-archive-bigsuperior .sidebar-twitter__content iframe,
.post-type-archive-bigoriginal .sidebar-twitter__content iframe {
  border-radius: 30px;
}

/* スペリオール、月刊スピリッツ、スピリッツ */
.post-type-archive-spirits .sidebar-twitter,
.post-type-archive-spirits_m .sidebar-twitter,
.post-type-archive-bigsuperior .sidebar-twitter {
  background: none;
  padding: 60px 40px 13px;
}

/* ビッグオリジナル */
.post-type-archive-bigoriginal .sidebar-twitter {
  background: #ead8d8;
  border-radius: 0;
  padding: 60px 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sidebar-twitter {
    margin: 0px;
  }

  .post-type-archive-bigoriginal .sidebar-twitter,
  .post-type-archive-spirits .sidebar-twitter,
  .post-type-archive-spirits_m .sidebar-twitter,
  .post-type-archive-bigsuperior .sidebar-twitter {
    padding: 15px;
  }
}

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

雑誌詳細

------------------------------------  */
.magazinePost {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  max-width: 820px;
  margin: auto;
  padding: 0;
}

.magazinePost .p1s1-banner-h__box02__link a {
  width: 100%;
}

.magazinePost .p1s1-banner-h {
  width: 300px;
  padding: 0 0 20px;
  min-width: auto;
}

.magazinePost .p1s1-banner-h__box02__link {
  margin-bottom: 40px;
}

.magazinePost .p1s1-banner-h__inner {
  padding: 0 40px 20px 0;
}

.magazinePost .p1s1-banner-h__header h3 {
  margin: 0;
}

.single-magazines .bros2020-p1s1-list-s {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .magazinePost {
    border-radius: 0;
    display: block;
  }

  .magazinePost .p1s1-banner-h {
    width: 100%;
  }

  .magazinePost .p1s1-banner-h__inner {
    width: 100%;
    padding: 0;
  }

  .p1s1-banner-h__box01__img {
    text-align: center;
  }

  .p1s1-banner-h__box02__link a {
    margin: 0 auto 12px;
    width: 100%;
  }

  .p1s1-banner-h__box02__link a:last-child {
    margin-bottom: 30px;
  }

  .magazinePost .p1s1-banner-h__box02__link a:last-child {
    margin-bottom: 0;
  }

  .magazinePost .series-list {
    border-top: none;
  }

  .magazinePost .series-list__header {
    border-bottom: 2px solid #000;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 0 0 8px;
    margin-bottom: 20px;
  }

  .magazinePost .sidebar-twitter {
    margin: 0;
  }

}

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

  Webコミック・コラム

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

.post-type-archive-webwork .p2s1-card-h__box01__img img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post-type-archive-webwork .p2s1-card-h__box03 a {
  background: #3b9dff;
}

.post-type-archive-webstory .content__wrapper,
.single-webstory .content__wrapper {
  padding: 0;
}

.post-type-archive-webstory .content__main {
  max-width: 1160px;
  margin: 0 auto;
}

.single-webstory .content__main {
  margin: 0 auto 40px;
  max-width: 1160px;
  box-sizing: border-box;
}

.webgallery-detail-mainvisual__image img {
  width: 100%;
}

.webgallery-detail-desc2__contents-block img {
  width: 100%;
}

@media screen and (max-width: 768px) {

  /* スマートフォン用スタイル */
  .webcontents-list-main {
    padding: 0;
  }
}

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

  ニュース詳細

------------------------------------  */
.post-main__date {
  padding: 0 15px 0 0;
}

.post-main__header {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: baseline;
}

.post-main__header .post-main__label {
  color: #fff;
  display: inline-block;
  padding: 1px 18px;
  border-radius: 5px;
}

.post-main__header .bigcomic,
.post-main__header .bigcomic_zoukan,
.post-main__header .other {
  background: #b29664;
}

.post-main__header .bigoriginal,
.post-main__header .bigoriginal_zoukan {
  background: #b0000d;
}

.post-main__header .bigsuperior {
  background: #212e58;
}

.post-main__header .spirits {
  background: #0065a7;
}

.post-main__header .spirits_m {
  background: #ff8201;
}

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

  絞り込み検索

------------------------------------  */
.authorIistSearch {
  margin-bottom: 20px;
}

.authorIistSearch__header h2 {
  margin-bottom: 35px;
  font-size: 2.0rem;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}

.authorIistSearch__btn01 a,
.authorIistSearch__btn02 a {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin: 8px 4px;
}

.authorIistSearch__btn01 a:hover,
.authorIistSearch__btn02 a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

.authorIistSearch__btn01 a {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 4px 5px;
}

.authorIistSearch__btn02 a {
  border-radius: 25px;
  padding: 4px 10px 2px;
}

.authorIistSearch__main ul {
  list-style: none;
}

.authorIistSearch__main li {
  display: inline-block;
}

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

  各誌全作品表示

------------------------------------  */
.allworklist {
  max-width: 1160px;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto;
}
.allworklist__inner {
  overflow-x: auto;
}
.allworklist table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  border-radius: 20px;
  table-layout: fixed;
}
.allworklist__box01,
.allworklist__box02,
.allworklist__box03,
.allworklist__box04,
.allworklist__box05 {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-collapse: collapse;
}
.allworklist tr:last-child .allworklist__box01,
.allworklist tr:last-child .allworklist__box02,
.allworklist tr:last-child .allworklist__box03,
.allworklist tr:last-child .allworklist__box04,
.allworklist tr:last-child .allworklist__box05 {
  border-bottom: none;  
}
.allworklist__box01,
.allworklist__box02 {
  width: 100px;
  padding: 10px;
}
.allworklist__box03 {
  width: 200px;
}
.allworklist__box03 a {
  display: block;
  padding: 10px;
}
.allworklist__box03__img img {
  vertical-align: bottom;
}
.allworklist__box04 a,
.allworklist__box05 a {
  display: flex;
  align-items: center;
  min-height: 91px;
  padding: 10px;
}
.allworklist__box05 {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .allworklist {
    border-radius: 0;
  }
  .allworklist__box03 {
    width: 120px;
  }
  .allworklist__box04 a,
  .allworklist__box05 a {
    min-height: 59px;
  }
}
</pre></body></html>