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

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

  全般

------------------------------------  */
body {
  font-size: 1.4rem;
  line-height: 150%;
  background: #131313;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", Meiryo, Helvetica, Arial, Verdana, sans-serif;
}
a:hover{
  text-decoration: none;
  opacity: 1;
  transition: none;
}
ul{
  list-style: none;
}
.topic-path a{
  color:#fff;
}
/* ------------------------------------

  ヘッダー

------------------------------------  */
.global-header{
  height: 74px;
  overflow: hidden;
  background: #d31616;
}
.global-header__inner{
  max-width: 1120px;
  padding: 0;
}
.global-header__sitename{
  line-height: 0;
}
.global-header__sitename a img{
  max-width: 143px;
  max-height: 74px;
}
.global-header__nav{
  width:auto;
  margin: 0 0 0 auto;
}
.global-header__nav > ul{
  padding-left: 0px;
  position: relative;
}
.global-header__nav li{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  line-height: 38px;

  font-size: 1.8rem;
}
.global-header__nav > ul li > a{
  padding: 0;
}
.global-header__sp img{
  max-width: 143px;
  max-height: 74px;
}
.global-header__nav > ul li a:after{
  content:none;
}
@media screen and (min-width: 756px) {
  .global-header__sp{
    display: none;
  }
  .global-header__nav img{
    display: none;
  }
  .global-header__nav li:last-child{
    border: none;
    padding-right: 0;
  }
  .global-header__nav > ul{
    margin-right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .global-header__nav li{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 980px) {
  .global-header__nav li{
    font-size: 1.2rem;
  }
}
@media screen and (min-width:756px) and (max-width: 768px) {
  .global-header__nav {
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    height: 37px;
    background: none;
  }
  .global-header__nav > ul{
    padding: 0;
  }
  .global-header__nav > ul li{
    width: auto;
  }
  .global-header__nav > ul li > a{
    color: #fff;
    text-align: center;
    font-size:1.2rem;
    border-bottom:none;
    font-weight:normal;
  }
}
@media screen and (max-width: 768px){
  .global-header{
    position: relative;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 755px) {
  .global-header{
    position: fixed;
    top: 0;
    z-index: 10000;
    display: block;
    width: 100%;
    height:50px;
  }
  .global-header__inner{
    height: 50px;
  }
  .global-header__sitename a img{
    max-height: 50px;
    width: 71px;
  }
  .global-header__sp{
    position: absolute;
    right: 0;
    top: 2px;
  }
  .global-header__sp img{
    max-height: 50px;
    width: 40px;
    padding-top: 3px;
  }
  .global-header__nav{
    display: block;
    visibility: hidden;
    transition: .3s;
    width: 0;
    height: 0;
    right: auto;
    left: 0;
    background: rgb(211, 22, 22);
  }
  .global-header__nav.active{
    visibility: visible;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .global-header__nav > ul li a {
    border-bottom: none;
    text-align: center;
    color: #fff;
    font-size:1.3rem;
    line-height: 1.2;
  }
  .global-header__nav > ul li{
    width: 50%;
    border: 1px solid #FFFFFF;
    padding-bottom: 6px;
    padding-top: 4px;
    height: 50px;
  }
  .global-header__nav > ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .global-header__nav img{
    display: block;
    margin: auto;
    max-height: 24px;
  }
}
/* ------------------------------------

  フッター

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

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

  レイアウト

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

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

  トップページ

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


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

  スマホ用のスタイル

------------------------------------  */
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .content {
    padding: 0;
    overflow: hidden;
  }
  .content__sub {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 755px) {
  body {
    padding-top: 50px;
  }
}
  /* ------------------------------------

    ヘッダー

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

    フッター

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

    トップページ

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

    サイドバー

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


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

  ページャー

------------------------------------  */
.paging li{
  line-height: 2.4;
}
.paging  .paging__current span{
  color: #d31616;
  font-size: 1.8rem;
  background: none;
  border:none;
}
.paging li a,
.paging li span {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #303030;
  color: #ffffff;
  background-color: #303030;
  font-size: 14px;
  text-decoration: none;
  height: auto;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 3px;
}
.paging li a:hover{
  background-color: #e8e8e8;
}
.paging .paging__prev a,
.paging .paging__next a {
  text-indent: -9999px;
  position: relative;
  padding: 5px 17px;
  width: 36px;
  height: 28px;
}
.paging__next a:after,
.paging__prev a:after {
  color: #fff;
  position: absolute;
  display: block;
  text-indent: 0;
  top: 6px;
}
.paging__next a:after {
  content: "＞";
  right: 10px;
}
.paging__prev a:after {
  content: "＜";
  left: 10px;
}
.paging .paging__first a,
.paging .paging__last a{
  font-weight: normal;
}
/* ------------------------------------

  ページトップ

------------------------------------  */
.pgtop{
  max-width: 60px;
  margin-left: auto;
  width: 20%;
  position: fixed;
  bottom: 80px;
  right: -100px;
  display: block;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s;
  background: rgb(19 19 19 / 50%);
  padding: 6px 0 0;
}

.pgtop:hover img{
  opacity: 0.35;
}
/* ------------------------------------

  作品詳細

------------------------------------  */
.workPost__keyvisual{
  max-width: 980px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 2%;
}
.workPost__keyvisual img{
  width: 100%;
}
.workPost__readBtn{
  max-width: 340px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 2%;
}
.workPost__readBtn img{
  width: 100%;
}
.workPost__sns{
  text-align: center;
}
.workPost__sns div{
  display: inline-block;
  vertical-align: top;
}
.workPost__pvBox__inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.workPost__pvBox iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.workPost .workPost__lineupSec {
  margin: auto;
  max-width: 980px;
  display: block;
  width: 100%;
  padding: 0 10px 5%;
  margin-bottom: 0;
}
.workPost__lineupSec1 ul{
  display: flex;
  align-items: flex-start;
  max-width: 1114.75px;
}
.workPost__lineupSec1 li:nth-child(1) h2 {
  margin-right: 10px;
}
.workPost__lineupSec1 li:nth-child(2) h2 {
  margin-left: 10px;
}
.workPost__description{
  /* padding: 0% 2% 0% 5%; */
  padding: 0 9.4px 0 23.5px;
}
.workPost__profil{
  font-size: 2.5rem;
  line-height: 110%;
  /* padding: 0% 2% 3% 5%; */
  padding: 0 9.4px 14px 23.5px;
  margin-top: 14px;
}
.comicList{
  margin-top: 5%;
  display: block;
  width: 100%;
}
.comicList ul li{
  font-size: 1.6rem;
  position: relative;
  line-height: 150%;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  text-align: center;
  margin-bottom: 9px;
}
.comicList img{
  width: 100%;
  vertical-align: bottom;
}
.comicList__overlay{
  position: absolute;
  z-index: 99;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, .6);
  transition: .3s;
  overflow: auto;
}
.comicList__overlay div{
  width: 100%;
  height: 100%;
}
.comicList__overlay a{
  display: block;
  padding: 50% 0% 0% 0%;
  text-decoration: none;
  color: #fff;
  height: 100%;
}
.workPost__lineupSec2 ul{
  max-width: 952px;
  margin: 1.6rem auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.workPost h2{
  border-left: 12px #d31616 solid;
  border-bottom: 2px #d31616 solid;
  max-width: 1118px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  color: #fff;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px 5px;
  margin-bottom: 10px;
}
.workPost__description p{
  margin-bottom: 15px;
}
.lineup_osusume ul {
  padding: 0% 2%;
  width: 80%;
}
.lineup_osusume img {
  width: 100%;
}
.lineup_osusume img:hover {
  opacity: 0.6;
}
.lineup_osusume li {
  padding: 0% 1%;
  width: 48%;
  float: left;
}
.lineup_osusume dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.lineup_osusume:after{
    content: "";
    clear: both;
}
@media screen and (min-width: 681px) {
  .workPost__pvBox{
    width: 640px;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .workPost h2{
    font-size: 2.5rem;
    font-weight: normal;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
  }
  .workPost__lineupSec2{
    max-width: 980px;
    margin: auto;
    margin-bottom: 75px;
    clear: both;
    overflow: hidden;
  }
  .comicNew{
    background: #282828;
    max-width: 980px;
    padding-bottom: 73px;
    padding-top: 25px;
    overflow: hidden;
    position: relative;
    margin-top: 2%;
    display: flex;
    align-items: flex-start;
  }
  .coverNew__image{
    padding: 0% 4%;
    margin: 0 auto;
    display: block;
    width: 33%;
  }
  .coverNew__image img{
    width:100%;
    max-width: 240px;
    margin: auto;
    display: block;
  }
  .comicNew__description{
    display: block;
    margin: 0%;
    width: 66%;
  }
  .comicNew__button{
    max-width: 145px;
    float: left;
    clear: both;
  }
  .comicNew__title{
    color: #fff;
    font-size: 3rem;
    line-height: 120%;
    padding: 2% 2% 2% 0%;
    clear: both;
  }
  .comicNew__date{
    color: #fff;
    padding-bottom: 3%;
  }
  .comicNew__description .workPost__description{
    margin: 0px;
    padding: 0px;
    margin-right: 6%;
  }
  .comicList__btn{
    display: none;
  }
  .comicNew a{
    max-width: 200px;
    position: absolute;
    bottom: 25px;
    right: 2%;
  }
  .comicNew img{
    width: 100%;
    vertical-align: bottom;
  }
  .timeline_box_pc{
    max-width: 550px;
    width: 90%;
    background-color: #282828;
    margin: auto;
    clear: both;
    overflow: hidden;
    margin-top: 2%;
  }
  .comicList div:hover{
    opacity: 1;
    background-color: rgb(19, 19, 19, 0.3);
  }
  .workPost__lineupSec1 ul li {
    width: 100%;
    margin: 0 auto;
  }
  .workPost__lineupSec1 ul li:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .workPost__lineupSec1 ul li:nth-child(2) {
    margin: 0 0 0 40px;
  }
  .comicList img{
    height: 100%;
  }
  .comicList__img{
    height: 100%;
  }
}
@media screen and (max-width: 680px) {/* スマートフォン用スタイル */
  .workPost__pvBox{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .comicNew__description{
    color: #fff;
    padding: 4% 0% 1% 0%;
  }
  .workPost__lineupSec {
    padding: 0 0 10%;
  }
  .workPost__lineupSec1 ul li {
    padding-bottom: 10%;
    margin: auto;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .workPost__lineupSec2{
    max-width: 980px;
    clear: both;
    margin-bottom: 5%;
    overflow: hidden;
  }
  .timeline_box_sp{
    width: 75%;
    background-color: #282828;
    margin: auto;
    margin-bottom: 10%;
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  .workPost__description{
    padding: 0% 3% 0% 3%;
  }
  .comicNew__button{
    width: 25%;
    max-width: 145px;
    display: block;
  }
  .comicNew{
    background: #282828;
    max-width: 1114.75px;
    padding-bottom: 2%;
  }
  .workPost__lineupSec1 ul{
    display: block;
  }
  .workPost__profil{
    color: #fff;
    font-size: 2rem;
    line-height: 110%;
    padding: 0% 3% 3% 3%;
  }
  .coverNew__image{
    padding: 4% 3% 0% 3%;
    float: left;
    max-width: 240px;
    width: 40%;
  }
  .coverNew__image img{
    width: 100%;
  }
  .comicNew__button{
    width: 25%;
    max-width: 145px;
    float: left;
    display: block;
  }
  .comicNew__button img{
    width: 100%;
  }
  .comicNew__description .workPost__description{
    margin-top: 2%;
    clear: both;
  }
  .comicNew__title{
    color: #fff;
    font-size: 2rem;
    line-height: 120%;
    padding-bottom: 3%;
    margin-top: 11%;
    padding-right: 2%;
    word-break: break-all;
  }
  .comicNew__date{
    color: #fff;
    padding-bottom: 2%;   
  }
  .comicNew a img{
    width: 100%;
    margin: auto;
    max-width: 240px;
  }
  .comicNew a{
    padding-bottom: 1%;
    padding-top: 4%;
    width: 49%;
    display: block;
    margin: auto;
    max-width: 240px;
  }
  .comicList ul li{
    margin: 0% 3% 0% 3%;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 150%;
    display: block;
    float: left;
    width: 44%;
    color: #fff;
  }
  .comicList__btn img{
    padding-top: 2%;
    margin-bottom: 20%;
  }
  .comicList ul li{
    margin: 0% 3% 0% 3%;
    font-size: 1.8rem;
    line-height: 150%;
    display: block;
    width: 44%;
    color: #fff;
  }
  .comicList{
    padding: 0 10px;
  }
  .lineup_osusume {
    padding-bottom: 10%;
  }
  .lineup_osusume ul {
    width: 100%;
    box-sizing: content-box;
  }
  .lineup_osusume li {
    width: 46%;
  }
  .lineup_osusume dt {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lineup_osusume dd {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .comicList__img{
    height: 0;
    overflow: hidden;
    padding-top: 157%;
    width: 100%;
    position: relative;
  }
  .comicList__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
/* ------------------------------------

  雑誌詳細

------------------------------------  */
.magazinePost{
  max-width: 980px;
  width: 100%;
  margin: 0 auto 30px;
}
.magazinePost a:hover img{
  opacity: 0.35;
}
.magazinePost a img{
  transition: .3s;
}
.magazinePost-top{
  max-height: 155px;
  background: url(../img/gekkansunday2019/bg01.png);
  text-align: center;
}
.magazinePost-visual{
  max-width: 980px;
  width: 100%;
  margin: auto;
}
.magazinePost-visual img{
  margin: auto;
  display: block;
  max-width: 980px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.magazinePost__main{
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.block01{
  background: #272727;
  width: 35%;
  margin-bottom: 10px;
}
.block01 img{
  max-width: 329px;
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.block01__textbox1{
  font-size: 1.4rem;
  width: 90%;
  margin: auto;
  padding-bottom: 3%;
}
.block01__textbox1 h2{
  border-bottom: 2px #d31616 solid;
  padding-bottom: 5px;
  margin: 0px 10px;
  margin-bottom: 10px;
  outline: none;

  margin-top: 10px;
  font-size: 2rem;
  color: #ffbd2e;
  font-weight: bold;
  border-left: none;
  padding-left: 0;
  line-height: 100%;
}
.block01__textbox1 p{
  line-height: 130%;
}
.block01__textbox2{
  text-align: center;
  line-height: 33px;
  font-size: 2rem;
  border-top: 12px solid #131313;
  font-weight: bold;
}
.block01__btnarea{
  text-align: center;
  line-height: 33px;
  border-top: 12px solid #131313;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
.block01__btn{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffbd2e;
  border: 1px solid;
  margin-top: 15px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 15px;
}
.block01__btn a{
  color: #ffbd2e;
  display: block;
  width: 100%;
  height: 100%;
}
.block01__btn a:hover{
  color: #000;
  background-color: #ffbd2e;
}
.block02{
  width: 62%;
  overflow: hidden;
}
.block02__box1{
  float: left;
  height: auto;
}
.block02__box1 a{
  display: block;
}
.block02__box1,
.block02__box2{
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
.block02 img{
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.block02__box2{
  float: right;
  height: auto;
}
.block02__box3{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  width: 100%;
  color: #fff;
}
.block02__box4{
  padding: 10px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 150%;
  width: 95%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  box-sizing: content-box;
}
.block02__box4 span{
  color: #ffbd2e;
  display: block;
  font-size: 1.3rem;
}
.block02__box5{
  text-align: center;
  line-height: 33px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #272727;
  margin-bottom: 3%;
  width: 100%;
  float: right;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .magazinePost__main{
    display: block;
  }
  .block01{
    background: #272727;
    width: 100%;
    position: relative;
    overflow: auto;
    padding-bottom: 40px;
  }
  .block01 img{
    max-width: 329px;
    width: 45%;
    margin: auto;
    display: block;
    margin-top: 20px;
    float: left;
    margin-right: 4%;
    margin-left: 3%;
  }
  .block01__textbox1{
    font-size: 1.6rem;
    color: #fff;
    width: 45%;
    margin: auto;
    float: left;
    padding-top: 15px;
  }
  .block01__textbox2{
    position: absolute;
    bottom: 20px;
    right: 3%;
    line-height: 2rem;
    font-size: 2rem;
    border-top: none;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: right;
    width: 45%;
  }
  .block01__btn{
    display: inline-block;
    width: 40%;
    margin: auto;
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .block02{
    width: 95%;
    margin: auto;
    padding-top: 0px;
  }
  .block02__box1{
    float: left;
    height: auto;
    clear: both;
  }
  .block02__box2{
    float: right;
    height: auto;
    overflow: hidden;
  }
  .block02__box3{
    position: static;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0px;
    width: 100%;
    color: #fff;
  }
  .block02__box4{
    padding: 10px 5px 10px 5px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 150%;
    width: 100%;
    text-overflow: ellipsis;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .block02__box5{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #272727;
    width: 100%;
    margin-bottom: 5%;
    float: right;
    overflow: hidden;
    line-height: 130%;
    padding: 5px 0px;
  }
}
@media screen and (max-width: 350px) {
  .block01__btn{
    width: 70%;
  }
}
@media screen and (max-width: 340px) {
  .block01__textbox2{
    font-size: 1.6rem;
  }
  .block01__textbox1{
    font-size: 1.4rem;
  }
}
/* ------------------------------------

  雑誌詳細

------------------------------------  */
.apBlock{
  max-width: 800px;
  margin: 0 auto 2rem;
}
.apBlock p{
  line-height: 1.6;
    margin-bottom: 2rem;
}
.apBlock img {
  width: 100%;
  display: block;
}
.apBlock-black {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.apBlock img {
  width: 100%;
  display: block;
}
.apBlock-black img {
  max-width: 700px;
  margin: 1rem auto;
}
.apBlock__img{
  max-width: 198px;
  margin: auto;
  margin-bottom: 4rem;
}
.apBtn {
  max-width: 681px;
  margin: auto;
  padding: 2rem 2rem 3rem;
}
.apBtn a {
  display: block;
}
.apBlock__textbox {
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem 1rem;
  margin: 4rem auto;
  color: #000;
}
.apBlock__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2rem auto;
}
.apBlock__text-red {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 2rem;
}
.apBlock__sub {
  color: #000;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
}
.apBlock__list {
  border-radius: 10px;
  background-color: #fff;
  padding: 1rem 2rem;
  margin: 1rem auto;
  list-style: disc;
}
.apBlock__list li {
  line-height: 1.6;
  margin: 0 0 1rem 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 681px) {
  .apBlock__textbox {
    padding: 2rem;
  }
}
/* ------------------------------------

  雑誌詳細2

------------------------------------  */
.award-post2{
  color: #000;
  margin: auto;
}
.award-post2__inner {
  background-image: url(../img/gekkansunday2019/bg03.png);
  background-size: 13px;
  background-repeat: repeat;
  padding: 0 0 68px;
}
.award-post2__div__container {
  margin: 0 auto;
  max-width: 950px;
}
.award-post2__award__container {
  margin: 0 1rem;
}
.award-post2__award__container:nth-child(n+2) {
  border-top: solid 2px #000;
  padding-top: 2rem;
}
.award-post2__title {
  background-image: url(../img/gekkansunday2019/bg02.png);
  background-repeat: repeat-x;
  max-height: 250px;
  background-position: 0 50%;
  text-align: center;
}
.award-post2__title2 {
  margin: 0;
  border: none;
  text-align: center;
  padding: 0 0 1rem;
  margin-bottom: 3rem;
  border-bottom: solid 3px #000;
  position: relative;
}
.award-post2__title2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 15px 18px 0 18px;
}
.award-post2__title2 img {
  max-width: 410px;
  width: 70%;
}
.award-post2__title2::after {
  display: block;
  content: '';
  border-bottom: 0 solid #000;
  margin-top: 1rem;
}
.award-post2__rookie__award {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
}
.award-post2__rookie__award::before {
  content: '●';
  color: #eb0000;
  padding-right: 0.5rem;
}
.h3_award-post2__name {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}
.award-post2__number {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  width: 70%;
  padding: 1rem;
  text-align: center;
  margin: 1rem auto;
}
.award-post2__award__container__container {
  padding: 0 1.5rem;
}
.award-post2__img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.award-post2__img {
  border: solid 1px #ccc;
}
.award-post2__img img {
  display: block;
}
.award-post2__name {
  background-color: #000;
  color: #fff;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 10px;
}
.award-post2__content::after {
  display: block;
  content: '';
  border-bottom: dotted 2px #000;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/* 選外佳作 */
.award-post2__award__container_container02 {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.award-post2__img02 {
  width: 25%;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.award-post2__img02 img {
  display: block;
  border: solid 1px #ccc;
}
.award-post2__name02::after {
  display: block;
  content: '';
  border-bottom: dotted 2px #000;
  margin: 1rem 0
}
/* 総評 */
.h2_general_comment {
  margin-top: 3rem;
}
/* 下部リンク */
.award_link_container {
  padding:0 2rem;
}
.link_award {
  max-width:450px;
  text-align:center;
  margin: 2rem auto;
  border-radius: 10px;
}
.link_award a {
  color:#fff;
  padding:2rem;
  display:block;
  font-weight:bold;
  font-size:16px;
  text-decoration:none;
}
.bg_red {
  background-color: #eb0000;
}
.bg_black {
  background-color:#000;
}
.rookie_award_sns {
 text-align:center;
 padding:2rem;
}
.rookie_award_sns div {
  display:inline-block;
  bottom: 4px;
}
@media screen and (min-width: 681px) {
  .award-post2__rookie__award {
    font-size: 1.8rem;
  }
  .h3_award-post2__name {
    font-size: 1.8rem;
  }
  .award-post2__number {
    max-width: 400px;
    font-size: 2rem;
    margin: 2rem auto;
  }
  .comment {
    font-size: 1.8em;
  }
  .award-post2__award__container__container {
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .award-post2__img__container {
    display: block;
    width: 27%;
    margin-right: 3rem;
  }
  .award-post2__text_container {
    width: 65%;
  }
 .award-post2__name {
  padding: 1rem 2rem;
}
  /* 選外佳作 */
  .award-post2__award__container_container02 {
    padding: 0 4rem;
  }
}
/* ------------------------------------

  雑誌詳細3

------------------------------------  */
.award-post3{
  margin: auto;
  position: relative;
}
.award-post3 h2{
  font-weight: bold;
  font-size: 2rem;
  border-left: 12px #d31616 solid;
  border-bottom: 2px #d31616 solid;
  max-width: 1118px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px 5px;
  margin-bottom: 10px;
  /* margin-top: 35px; */
}
.award-post3__sec1 {
  max-width: 980px;
  margin: auto;
}
.award-post3__sec1 .ulink li {
  max-width: 40%;
  width: 80%;
  line-height: 65px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
}
.award-post3__sec1 .ulink a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 10px 10px 20px 20px;
  background: #303030;
}
.award-post3__sec1 .ulink a:hover {
  color: yellow;
}
.award-post3 .ulink {
  text-align: center;
}
.award-post3 .post-thumbnail img {
  display: none;
}
@media screen and (max-width: 680px) {
  .award-post3__sec1 .ulink li {
    display: block;
    max-width: 90%;
    width: 90%;
    margin: auto;
    line-height: 40px;
  }
}
.award-post3__sns_box {
  max-width: 980px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.award-post3__kekka_sns {
  float: right;
  position: relative;
  padding-right: 22px;
  margin-top: 0px;
}
.award-post3__kekka_sns div {
  float: left;
  padding-left: 4px;
}
@media screen and (max-width: 680px) {
  .award-post3__kekka_sns {
    display: none;
  }
}
@media screen and (min-width: 681px) {
  .award-post3 .shinzinsho_s {
    float: left;
    width: 30%;
  }
  .award-post3 .shinzinsho_s img {
    width: 100%;
  }
  .award-post3 .shinzinsho_s img:hover {
    opacity: 0.7;
  }
  .award-post3__sec1 .shinzinsho_s a {
    margin: 0;
    background: none;
  }
  .award-post3__sec1 .shinzinsho_list {
    color: #fff;
    width: 66%;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    float: right;
  }
  .award-post3__sec1 .shinzinsho_list p {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .award-post3__sec1 .shinzinsho_list li {
    font-size: 1.4rem;
    max-width: inherit;
    line-height: 130%;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
  }
  .award-post3__sec1 .shinzinsho_list a {
    color: #fff;
    display: initial;
    margin: 10px 0;
    background: none;
  }
  .award-post3__sec1 .shinzinsho_more {
    margin-top: 20px;
    text-align: right;
    font-size: 1.6rem !important;
  }
  .award-post3 .shinzin_line {
    display: inline-block;
    width: 76%;
    clear: both;
    padding: 20px 30px;
    border-bottom: 2px #d31616 solid;
  }
}
@media screen and (max-width: 680px) {
  .award-post3 .shinzinsho_s {
    float: left;
    width: 40%;
  }
  .award-post3 .shinzinsho_s img {
    width: 100%;
  }
  .award-post3 .shinzinsho_s img:hover {
    opacity: 0.7;
  }
  .award-post3__sec1 .shinzinsho_s a {
    margin: 0;
    background: none;
  }
  .award-post3__sec1 .shinzinsho_list {
    color: #fff;
    width: 58%;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    float: right;
  }
  .award-post3__sec1 .shinzinsho_list p {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .award-post3__sec1 .shinzinsho_list li {
    font-size: 1.3rem;
    max-width: inherit;
    line-height: 130%;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
  }
  .award-post3__sec1 .shinzinsho_list a {
    color: #fff;
    display: initial;
    margin: 10px 0;
    background: none;
  }
  .award-post3__sec1 .shinzinsho_more {
    margin-top: 15px;
    text-align: right;
    font-size: 1.4rem !important;
  }
  .award-post3 .shinzin_line {
    display: inline-block;
    width: 96%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 2px #d31616 solid;
  }
}
/* ------------------------------------

  雑誌詳細4

------------------------------------  */
.award-post{
  margin:auto;
}
.sec-web-mochikomi__wrapper{
  margin:auto;
}
.sec-web-mochikomi {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.sec-web-mochikomi img {
  width: 100%;
  display: block;
}
.bt-mochikomi {
  max-width: 493px;
  margin: auto;
  padding: 4rem 2rem;
}
.bt-mochikomi a {
  display: block;
}
.sec-web-mochikomi-bule {
  background-color: #346ec6;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.title-web-mochikomi {
  max-width: 275px;
  margin: 1rem auto;
  width: 59%;
}
.tantou-web-mochikomi {
  padding: 1rem;
}
.tantou-web-mochikomi img {
  margin-bottom: 2rem;
}
.list-web-mochikomi {
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem;
  margin: 1rem;
  font-size: 1.5rem;
  list-style: disc;
  color: #000;
}
.list-web-mochikomi li {
  line-height: 1.6;
  margin: 0 0 1rem 1rem;
}
.list-web-mochikomi li:last-child {
  margin-bottom: 0;
}
.web-mochikomi-sns {
  text-align: center;
  padding: 2rem;
}
.web-mochikomi-sns div {
  display: inline-block;
  bottom: 4px;
}
/* 新人賞募集 */
.sec-web-mochikomi-black {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.sec-web-mochikomi-black img {
  max-width: 700px;
  margin: 1rem auto;
}
.textbox-white {
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem 1rem;
  margin: 4rem auto;
}
.title-award {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2rem auto;
}
.title-award-sub {
  color: #000;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
}
.text-red-award {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 2rem;
}
.list-award {
  border-radius: 10px;
  background-color: #fff;
  padding: 1rem 2rem;
  margin: 1rem auto;
  list-style: disc;
}
.list-award li {
  line-height: 1.6;
  margin: 0 0 1rem 1rem;
  font-size: 1.5em;
}
.bt-mochikomi {
  max-width: 681px;
  margin: auto;
  padding: 2rem 2rem 3rem;
}
.bt-mochikomi img {
  width: 100%;
}
.img-genkou {
  max-width: 198px;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 681px) {
  .tantou-web-mochikomi {
    padding: 3rem;
  }
  .list-web-mochikomi {
    margin: 3rem;
  }
  /* 新人賞募集 */
  .textbox-white {
    padding: 2rem;
  }
}
/* ------------------------------------

  雑誌詳細

------------------------------------  */
.workList {
  max-width: 980px;
  padding-bottom: 95px;
  margin: auto;
  margin-top: 40px;
}
.wl-box__img img {
  width: 100%;
}
.wl-box__contents .cap{
  color:#000;
}
.workList__header{
  position: relative;
}
.workList__sns{
  position: absolute;
  right: 22px;
  bottom: -2px;
  display: flex;
}
@media screen and (min-width: 981px) {
  .wl-box {
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
    float: left;
    position: relative;
    width: 308px;
    height: 180px;
    overflow: hidden;
  }
  ul .wl-box:nth-child(3n+1) {
    clear: left;
  }
  .workList__main ul:after{
    content: "";
    clear: both;
    display: block;
  }
  .wl-box__img {
    position: relative;
    top: 0;
    left: 0;
    width: 308px;
    height: 180px;
    z-index: 98;
    vertical-align: bottom;
    background: #fff;
  }
  .wl-box:hover .wl-box__contents{
    z-index: 99;
    opacity: 1;
  }
  .wl-box__img .l3 {
    font-weight: bold;
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    line-height: 120%;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 3px white, -2px 2px 3px white, 2px -2px 3px white, -2px -2px 3px white;
  }
  .wl-box__img .l3 span {
    display: block;
    font-size: 1.2rem;
  }
  .wl-box .l2 {
    right: 0;
    background: #444444;
    opacity: 0.9;
  }
  .wl-box__contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 308px;
    height: 180px;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
  }
  .wl-box__contents .cap {
    text-align: left;
    padding: 10px;
    position: absolute;
    line-height:15px;
  }
  .wl-box__contents a {
    position: absolute;
    bottom: 0;
    width: 50%;
    opacity: 0.9;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
  }
  .wl-box__contents a:hover {
    color: yellow;
  }
  .wl-box__contents .l1 {
    left: 0;
    background: #d31616;
    opacity: 0.9;
  }
  .link03{
    display: none;
  }
}
@media screen and (max-width: 980px) and (min-width: 769px){
  .workList__main ul {
    text-align: center;
    margin-left: -15px;
  }
  .wl-box {
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    width: 45%;
    height: 180px;
    overflow: hidden;
  }
  .wl-box__img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 98;
    vertical-align: bottom;
    background:#fff;
  }
  .wl-box:hover .wl-box__contents{
    z-index: 99;
    opacity: 1;
  }
  .wl-box__img .l3 {
    font-weight: bold;
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    line-height: 120%;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 3px white, -2px 2px 3px white, 2px -2px 3px white, -2px -2px 3px white;
  }
  .wl-box__img .l3 span {
    display: block;
    font-size: 1.2rem;
  }
  .wl-box .l2 {
    right: 0;
    background: #444444;
    opacity: 0.9;
  }
  .wl-box__contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
  }
  .wl-box__contents .cap {
    text-align: left;
    padding: 10px;
    position: absolute;
  }
  .wl-box__contents a {
    position: absolute;
    bottom: 0;
    width: 50%;
    opacity: 0.9;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  .wl-box__contents a:hover {
    color: yellow;
  }
  .wl-box__contents .l1 {
    left: 0;
    background: #d31616;
    opacity: 0.9;
  }
  .link03{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .workList{
    margin-top:0;
  }
  .link03{
    display: block;
  }
  .wl-box {
    margin-top: 15px;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    position: relative;
    width: 45%;
  }
  .wl-box__img {
    width: 100%;
  }
  .wl-box__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .wl-box__img .l3 {
    background: #fff url(../img/gekkansunday2019/item03.png) no-repeat;
    background-size: 15px;
    background-position: right center;
    text-align: left;
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 5px 20px 5px 5px;
    color: #333;
    font-weight: bold;
  }
  .wl-box__img .l3 p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .wl-box__img .l3 span {
    display: block;
      font-size: 1.2rem;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 3px;
  }
  .wl-box .l2 {
    display: none;
  }
  .wl-box__contents .cap {
    display: none;
  }
  .wl-box__contents .link03 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30%;
  }
  .wl-box__contents .l1 {
    display: none;
  }
  .workList__main ul{
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 680px) {
  .workList__sns{
    display: none;
  }
}
/* ------------------------------------

  widget header

------------------------------------  */
.widget-common__header h1,
.widget-common__header h2{
  border-left: 12px #d31616 solid;
  border-bottom: 2px #d31616 solid;
  max-width: 1118px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 681px) {
  .widget-common__header h1,
  .widget-common__header h2{
    border-left: 12px #d31616 solid;
    border-bottom: 2px #d31616 solid;
    max-width: 1118px;
    font-size: 2.5rem;
    font-weight: normal;
    color: #fff;
    padding-left: 15px;
    padding-bottom: 5px;
    margin: 0px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    line-height: 15px;
  }
  
}
/* ------------------------------------

  widget footer

------------------------------------  */
.widget-common__footer{
  margin-top: 20px;
}
.widget-common__footer a{
  border-radius:0;
  display: block;
  max-width: 472px;
  width: 80%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #303030;
  border:none;
  padding:0;
  margin: auto;
  height: auto;
}
.widget-common__footer a:hover{
  color: yellow;
}
@media screen and (min-width: 681px) {
  .widget-common__footer a{
    font-size: 1.8rem;
    line-height: 57px;
  }
}
@media screen and (max-width: 680px) {
  .widget-common__footer a{
    font-size: 1.2rem;
    line-height: 40px;
  }
}
/* ------------------------------------

  scroll-s

------------------------------------  */
.scroll-slider__container{
  border-top: none;
  overflow: visible;
  max-width: 980px;
  margin: 0 auto 75px;
}
.scroll-slider .slick-prev,
.scroll-slider .slick-next{
  background: #303030!important; 
  width: 39px;
  height: 39px;
}
.slick-prev:before{
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  border: 9px solid transparent;
  border-right: 13px solid #6b6b6b;
}
.slick-next:before{
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  border: 9px solid transparent;
  border-left: 13px solid #6b6b6b;
}
.slick-prev:before, .slick-next:before{
  opacity: 1!important;
}
.scroll-slider .slick-slide{
  margin: 10px;
  overflow: hidden;
  height: 189px;
}
.scroll-slider__caption{
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #d31616;
  width: 100%;
  margin: auto;
  font-weight: bold;
  padding: 5px;
  max-width: 168px;
  line-height: 20px;
}
.scroll-slider__slide img{
  border:none;
  max-width: 168px;
  width: 100%;
}
.scroll-slider .slick-slide a:hover img {
  opacity: 0.8;
}
.slick-list{
  max-width: 952px;
}
.scroll-slider .slick-prev{
  left: -60px;
}
.scroll-slider .slick-next{
  right: -60px;
}
.scroll-slider.slick-slider{
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1137px) {
  .scroll-slider .slick-slide{
    height: 238px;
  }
  .scroll-slider.slick-slider{
    max-width: 80%;
  }
}
@media screen and (max-width: 928px){
  .scroll-slider .slick-prev{
    left: -40px;
  }
  .scroll-slider .slick-next{
    right: -40px;
  }
}
@media screen and (max-width: 680px) {
  .scroll-slider .slick-slide{
    height: auto;
  }
  .scroll-slider.slick-slider{
    color: #d31616;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    width: 100%;
    margin: auto;
    font-weight: bold;
  }
  .scroll-slider__caption{
    color: #d31616;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    margin: auto;
    font-weight: bold;
    position: relative;
    background: none;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .scroll-slider .slick-prev{
    width: 17.55px;
    height: 17.55px;
    left: -35px;
  }
  .scroll-slider .slick-next{
    width: 17.55px;
    height: 17.55px;
    right: -35px;
  }
  .slick-prev:before{
    left: -1px;
    border: 5px solid transparent;
    border-right: 7px solid #6b6b6b;
  }
  .slick-next:before{
    right: -1px;
    border: 5px solid transparent;
    border-left: 7px solid #6b6b6b;
  }
}
/* ------------------------------------

  4列バナーH型（SP2列）

------------------------------------  */
.p4s2-banner-h__inner{
  max-width: 980px;
}
.p4s2-banner-h__item a:hover{
  color: yellow;
}
.p4s2-banner-h__box01, .p4s2-banner-h__box02{
  width:100%;
}
.p4s2-banner-h__box02{
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000;
  opacity: 0.8;
  width: calc(90% - 8px);
  text-align: left;
  height: 100px;
  font-size: 1.4rem;
  /* font-weight: bold; */
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .p4s2-banner-h__main {
    margin-left: 4%;
    max-width: 940px;
    width: 100%;
  }
  .p4s2-banner-h__item{
    width: 24%;
    position: relative;
    margin: 10px 0;
    height: 315px;
  }
  .p4s2-banner-h__box01{
    height: 100%;
  }
  .p4s2-banner-h__box01 figure{
    height: 100%;
  }
  .p4s2-banner-h__item:nth-child(4n){
    width: 24%;
    position: relative;
    margin: 10px 0;
  }
  .p4s2-banner-h__item a{
    display: block;
    color: #fff;
    border: 4px solid #d31616;
    width: 90%;
    margin: auto;
    height:100%;
  }
  .p4s2-banner-h__box01 img{
    height: 100%;
    width: 100%;
    vertical-align: top;
  }
  .p4s2-banner-h__box02{
    height: 95px;
    padding: 10px;
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  .p4s2-banner-h__main {
    margin-left: 4%;
    max-width: 940px;
    width: 100%;
  }
  .p4s2-banner-h__item{
    width: 33%;
    position: relative;
    margin: 10px 0 20px;
  }
  .p4s2-banner-h__item:nth-child(2n){
    margin: 10px 0 20px;
  }
  .p4s2-banner-h__item:nth-child(4n){
    width: 33%;
    position: relative;
    margin: 10px 0 20px;
  }
  .p4s2-banner-h__item a{
    width: 90%;
    display: block;
    color: #fff;
    border: 4px solid #d31616;
    height:100%;
  }
  .p4s2-banner-h__box01 img{
    height: auto;
    width: 100%;
    vertical-align: top;
  }
  .p4s2-banner-h__box02{
    height: 95px;
    padding: 10px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 680px) {
  .p4s2-banner-h__inner{
    padding: 0;
  }
  .p4s2-banner-h__main {
    background: #272727;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 10px;
    padding-bottom: 15px;
    overflow: auto;
  }
  .p4s2-banner-h__item{
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    margin: 10px 1.5% 0;
  }
  .p4s2-banner-h__item:nth-child(4n),
  .p4s2-banner-h__item:nth-child(2n){
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    margin: 10px 1.5% 0;
  }
  .p4s2-banner-h__item a{
    max-width: 229px;
    display: block;
    color: #fff;
    border: 2px solid #d31616;
    height: 100%;
    width: 90%;
    margin: auto;
  }
  .p4s2-banner-h__box01 img{
    height: auto;
    width: 100%;
    max-width: 229px;
    vertical-align: top;
  }
  .p4s2-banner-h__box02{
    bottom: 2px;
    width: calc(90% - 4px);
    max-height: 50px;
    max-width: 225px;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 5px;
  }
  .p4s2-banner-h__box02 p {
    line-height: 15px;
  }
}
/* ------------------------------------

  4列バナーH型（SP2列）

------------------------------------  */
.p2s2-banner-s__inner{
  max-width: 950px;
}
.p2s2-banner-s__item a:hover img{
  opacity: 0.6;
}
.p2s2-banner-s li a img{
  width: 95%;
  margin:auto;
}
@media screen and (min-width: 767px) {
  .p2s2-banner-s__item{
    max-width: 450px;
    width: 50%;
    margin: 10px 0 0 0;
  }
  .p2s2-banner-s__item:nth-child(2n){
    max-width: 450px;
    width: 50%;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p2s2-banner-s__item{
    width: 50%;
    margin : 5px 0 0 0;
    max-width: 680px;
  }
  .p2s2-banner-s__item:nth-child(2n){
    margin : 5px 0 0 0;
  }
  .p2s2-banner-s__inner{
    margin-top: 40px;
  }
}
/* ------------------------------------

  3列バナーS型（SP2列）

------------------------------------  */
.p3s2-banner-s{
  margin-bottom: 15px;
}
.p3s2-banner-s__inner{
  max-width: 950px;
}
.p3s2-banner-s__item a:hover img{
  opacity: 0.6;
}
.p3s2-banner-s__item img{
  margin:auto;
}
.p3s2-banner-s__main ul{
  justify-content: flex-start;
}
.p3s2-banner-s__main{
  max-width: 900px;
  text-align: center;
  margin: auto;
}
.home .p3s2-banner-s__header{
  display: none;
}
@media screen and (min-width: 767px) {
  .p3s2-banner-s__item {
    width: calc((100% - 60px) / 3);
    margin: 14px 10px 0;
  }
  .p3s2-banner-s__item:nth-child(3n) {
    width: calc((100% - 60px) / 3);
    margin: 14px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .p2s2-banner-s__main ul{
    justify-content: center;
  }
  .p3s2-banner-s__item {
    width: 50%;
    margin: 10px 0 0 0;
    max-width: 680px;
  }
  .p3s2-banner-s__item:nth-child(2n),
  .p3s2-banner-s__item:nth-child(3n){
    width: 50%;
    margin : 10px 0 0 0;
  }
  .p3s2-banner-s__main ul{
    justify-content: space-between;
  }
  .p3s2-banner-s__item img{
    width: 95%;
  }
}
/* ------------------------------------

  1列カードV型（SP1列）

------------------------------------  */
.p1s1-card-v__box03{
  bottom: 25px;
  right: 4%;
  left: auto;
  padding-left: 33px;
}
.p1s1-card-v__box03__link{
  display: inline-block;
  width: 180px;
  height: 43px;
  margin-right: 5%;
  max-width: 300px;
}
.p1s1-card-v__box03__link a{
  display: block;
  height: 100%;
}
.p1s1-card-v__box03__link--01 a{
  background: url(../img/gekkansunday2019/btn04.png) no-repeat center/contain;
  text-indent: -9999px;
}
.p1s1-card-v__box03__link--02 a{
  background: url(../img/gekkansunday2019/btn01.png) no-repeat center/contain;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p1s1-card-v__inner{
    max-width: 980px;
    padding-bottom: 5%;
    margin: auto;
  }
  .p1s1-card-v__item{
    padding: 20px 0;
  }
  .p1s1-card-v__item__inner{
    /* padding: 20px 2.57% 20px 2.57%; */
    padding: 0 2.57%;
    background-color: #282828;
  }
  .p1s1-card-v__box01{
    max-width: 240px;
    width: 22%;
    height: 22%;
    background: #8B8B8B;
    text-align: center;
    display: block;
    margin-right: 5%;
    margin-top: 33px;
    padding: 0;
  }
  .p1s1-card-v__box01__img{
    display: block;
    margin: 0;
    width: 100%;
  }
  .p1s1-card-v__box02{
    background-color: #282828;
    width: 69%;
    min-height: 324px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 91px;
  }
  .p1s1-card-v__box02__heading{
    font-size: 2rem;
    color: #ffffff;
    padding-top: 33px;
    padding-bottom: 10px;
    border-bottom: 2px #d31616 solid;
    line-height: 120%;
  }
  .p1s1-card-v__box02__title{
    padding-top: 17px;
    font-size: 2rem;
    color: #ffbd2e;
    line-height: 120%;
    font-weight: normal;
    margin: 0;
  }
  .p1s1-card-v__box02__author{
    padding-top: 7px;
    font-size: 1.4rem;
    color: #ffbd2e;
  }
  .p1s1-card-v__box02__price{
    padding: 5px;
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 160%;
  }
  .p1s1-card-v__box02__img{
    display: none;
  }
  .p1s1-card-v__box02__text{
    padding-top: 17px;
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .p1s1-card-v__item__inner{
    background-color: #282828;
    padding: 5%;
  }
  .p1s1-card-v__box01{
    display: none;
  }
  .p1s1-card-v__box02__heading{
    font-size: 1.7rem;
    padding-bottom: 10px;
    border-bottom: 2px #d31616 solid;
    line-height: 120%;
  }
  .p1s1-card-v__box02{
    max-width: 730px;
    min-height: 415px;
    position: relative;
    padding-bottom: 0;
    width: 100%;
  }
  .p1s1-card-v__box02__img{
    max-width: 180px;
    width: 55%;
    background: #8B8B8B;
    text-align: center;
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 5%;
    margin-bottom: 3%;
    line-height: 0;
  }
  .p1s1-card-v__box02__img img{
    width: 100%;
  }
  .p1s1-card-v__box02__title{
    padding-top: 17px;
    font-size: 1.6rem;
    color: #ffbd2e;
    line-height: 120%;
    margin: 0;
  }
  .p1s1-card-v__box02__author{
    padding-top: 7px;
    font-size: 1.4rem;
    color: #ffbd2e;
  }
  .p1s1-card-v__box02__price{
    padding: 5px;
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 160%;
    word-break: break-all;
  }
  .p1s1-card-v__box02__text{
    padding: 5px;
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 160%;
    /* background-color: #282828; */
    clear: both;
    width: 98%;
    margin-bottom: 3%;
  }
  .p1s1-card-v__box03__link{
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .p1s1-card-v__box03__link a{
    width: 100%;
    height: 0;
    padding-top: 24%;
  }
  .p1s1-card-v__box03{
    position: relative;
    left: auto;
    right: auto;
    margin: auto;
    padding-left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    height: 50px;
  }
  .p1s1-card-v__item {
    margin-bottom: 20px;
  }
}
/* ------------------------------------

  carousel-s

------------------------------------  */
.carousel-s{
  width: 100%;
  height: 100%;
}
.carousel-s__wrapper{
  padding: 26px 0 0;
}
.carousel-s__item a:focus {
  outline: none!important;
}
.carousel-s img{
  width: 800px;
  border: #000 3px solid;
}
.slick-dots li button:before{
  font-size: 12px!important;
  color: #666!important;
  opacity: 1!important;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before,
.slick-dots li button:focus {
  outline: none!important;
  color: #d31616!important;
}
.carousel-s .slick-dots{
  bottom: 10px;
}
.carousel-s .slick-list{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 800px;
  height: 424px;
  overflow: visible;
}
.carousel-s .slick-list:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background: url(../img/gekkansunday2019/item04.png);
  background-position: right top;
  z-index: 1000;
}
.carousel-s .slick-list:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background: url(../img/gekkansunday2019/item05.png);
  background-position: left top;
  z-index: 1000;
}
.slick-dots li{
  margin: 0!important;
}
@media screen and (min-width: 800px) {
  .carousel-s__wrapper{
    height: 486px;
    position: relative;
  }
}
@media screen and (min-width: 825px) {
  .carousel-s .slick-list:before{
    right: 100%;
    left: -100%;
  }
  .carousel-s .slick-list:after{
    left: 100%;
    right: -100%;
  }
}
@media screen and (max-width: 799px) {
  .carousel-s .slick-list{
    position: relative;
    height: auto;
    width: auto;
  }
  .carousel-s .slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 824px) {
  .carousel-s .slick-list:before,
  .carousel-s .slick-list:after{
    content: none;
  }
  .carousel-s img{
    max-width: 800px;
    width: 100%;
    height: auto;
    border: solid 3px #000;
  }
}
@media screen and (max-width: 768px) {
  .carousel-s__wrapper{
    background: #131313
  }
}
@media screen and (max-width: 680px) {
  .carousel-s__wrapper{
    padding: 0;
  }
}
/* ------------------------------------

  3列バナーV型(SP2列)

------------------------------------  */
.p3s2-banner-v__inner{
  max-width: 980px;
  padding: 0;
}
.p3s2-banner-v__item{
  margin: 0 0 15px;
  width: 33%;
}
.p3s2-banner-v__item:nth-child(3n){
  margin: 0 0 15px;
}
.p3s2-banner-v__item a{
  color: #fff;
}
.p3s2-banner-v__box02__author{
  font-size: 1.2rem;
}
.p3s2-banner-v__main{
  margin-left: 20px;
}
.p3s2-banner-v__box01 img{
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p3s2-banner-v__box01{
  height: 0;
  overflow: hidden;
  padding-top: 30%;
  position: relative;
}
@media screen and (max-width: 800px){
  .p3s2-banner-v__box01{
    margin-right: 5%;
  }
}
@media screen and (max-width: 980px){
  .p3s2-banner-v__item{
    width: 49%;
    font-size: 1.2rem;
    overflow: hidden;
    min-height: 38px;
  }
  .p3s2-banner-v__item:nth-child(2n){
    margin: 0 0 15px;
  }
  .p3s2-banner-v__item:nth-child(3n){
    margin: 0 0 15px;
  }
  .p3s2-banner-v__box01 img{
    display: block;
  }
}
/* ------------------------------------

  記事詳細

------------------------------------  */
.post-main {
  position: relative;
  z-index: 1;
}
.post-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #131313;
  width: 100%;
  height: 65px;
  z-index: -1;
}
.post-main__date,
.post-main__title{
  max-width: 980px;
  margin: auto;
}
.prev-next {
  display: none;
}
@media screen and (max-width: 768px){
  .post-main__date,
  .post-main__title{
    padding: 10px 10px 0;
  }
}