@charset "UTF-8";
/*
Theme Name: petitcomic
Author: Shogakukan
Author URI: https://petitcomic.com/
*/

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

  全般

------------------------------------  */
/*html*/
body{
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul{
  margin:0;
  padding:0;
  display:table;
}
li{
  list-style:none;
  display:table-cell;
  vertical-align:top;
}
a:hover,a:active{
  text-decoration:none;
}
li a:hover{
  text-decoration: none;
}
/*リセット系*/
a:focus, *:focus { outline:none; }
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

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

  ヘッダー

------------------------------------  */
/*id、class*/
.gNav{
  display: none;
}
.contents{
  margin:0 auto;
  max-width:1100px;
  width: 100%;
}
.widthFixed{
  padding:0 55px;
}
.text-center{
  margin: 0 auto;
}
#bg{
  margin-top:2px;
  background:#fff url(./../img/petitcomic2019/bg.png) 50% 0% fixed;
  background-size:255px 255px;
  box-sizing: border-box;
}
#containerFixed{
  position: relative;
  width:100%;
  /*overflow:hidden;*/
  z-index:9999;
}
#containerFixed.add{
  position: fixed;
  top:0;
  background:url('../img/petitcomic2019/bg_fixed.png') 50% 0% no-repeat;
  background-size:3000px 168px;
}
.container.add{
  padding-top: 180px;
}
.gf_header {
  border-bottom: 1px solid #999;
}
.gf_title {
  margin: 20px 0 10px;
}
#containerRelative{
  position: relative;
}
#logoArea{
  padding:15px 0 0 0;
  font-size:12px;
  line-height:1.1;
}
#logoArea > div.col-xs-6.col-sm-3{
  padding-left:0;
}
#logoArea > .col-xs-6.col-sm-6 > h1{
  margin: 0;
}
#logoArea > .col-xs-6.col-sm-6 > a > img,
#logoArea > .col-xs-6.col-sm-6 > h1 > a > img{
  width: 100%;
  height:auto;
}
#sns{
  margin:50px 0 0 0;
}
#sns > ul{
  margin-left:auto;
}
#sns > ul > li{
  padding-right:5px;
  vertical-align:middle;
}
#menuArea{
  margin:0 auto 0 auto;
}
.container{
  width: auto;
}
/*↓メニュー追加 修正↓*/
#mainMenu,#mainMenu2{
  position: relative;
  width:100%;
  text-align:center;
}
#mainMenu{
  margin:10px auto 0 auto;
}
#mainMenu2{
  margin:0 auto 10px auto;
}
#mainMenu > li,
#mainMenu2 > li{
  padding:5px 0;
  width:20%;
  font-size:14px;
}
#mainMenu > li:nth-child(2n+1) {
  background-color:#e696be;
}
#mainMenu > li:nth-child(2n+0) {
  background-color:#76a1da;
}
#mainMenu2 > li:nth-child(2n+1) {
  background-color:#76a1da;
}
#mainMenu2 > li:nth-child(2n+0) {
  background-color:#e696be;
}
#mainMenu a,
#mainMenu2 a{
  display:block;
  width:100%;
  height:100%;
  color:#fff;
}
#mainMenu > li > a.new:before,
#mainMenu2 > li > a.new:before{
  content: "New!";
  font-size: 10px;
  color: #FF0;
  padding-right: 0.5em;
  vertical-align: middle;
}
#subMenu{
  margin-top:5px;
  position: absolute;
  left:0;
  display:none;
  z-index: 1;
  table-layout:fixed;
}
#subMenu li{
  width:180px;
  background-color:#fff;
}
#subMenu2{
  margin-top:5px;
  position: absolute;
  left:0;
  display:none;
  z-index: 1;
  table-layout:fixed;
}
#subMenu2 li{
  width:180px;
  background-color:#fff;
}
#subMenu li a,
#subMenu2 li a{
  position: relative;
  width:180px;
}
.subNew{
  position: absolute;
  top:0;
  left:0;
  width: 40px;
  z-index: 1;
}
/*↑メニュー追加 修正↑*/
/* ------------------------------------

  フッター

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


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

  トップページ

------------------------------------  */
/* スライダー */
.scroll-slider__header{
  display: none;
}
.top-slider__wrapper {
  width: 960px;
  margin: 0 auto 35px;
  border: 1px solid #bdbdbd;
}
.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}
.slick-dots {
  position: absolute;
  right: 0;
  bottom: -40px!important;
  padding: 10px 0!important;
}
.slick-dots li {
  width: 20px!important;
  height: 20px!important;
  margin: 0 4px;
}
.slick-dots li button {
  font-size: inherit!important;
  width: 12px!important;
  height: 12px!important;
  background: rgba(255,106,168,0);
  border: solid 1px #fff!important;
  border-radius: 0!important;
  margin: 0!important;
  display: inline-block!important;
  cursor: pointer!important;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #fff!important;
}
.top-slider__slide {
  opacity: 1;
}
.scroll-slider__slide img{
  border: none;
}

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

  スマホ用のスタイル

------------------------------------  */
@media screen and (max-width: 768px) {
  .content {
    padding: 0;
  }
  .globalface{
    display: block;
  }
  body{
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content {
    overflow: hidden;
  }
  .content__sub {
    width: auto;
    padding: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0!important;
  }
  /* ------------------------------------

    ヘッダー

  ------------------------------------  */
  .globalface{
    display: none;
  }
  #containerFixed{
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  #logoArea {
    width: 100%;
    font-size: 9px;
    margin: 15px auto 0 auto;
    padding: 0 0 0 3px;
  }
  li#share li {
    display: block;
  }
  #sns > ul{
    margin-bottom: 0;
  }
  #sns > ul > li {
    padding-right: 3px;
  }
  #mainMenu > li, #mainMenu2 > li{
    font-size: 12px;
    padding: 0;
  }
  #mainMenu > li > a.new:before, #mainMenu2 > li > a.new:before{
    display: block;
  }
  #mainMenu > li a, #mainMenu2 > li a{
    padding: 10px 0;
  }
  #mainMenu > li a.new, #mainMenu2 > li a.new{
    padding: 0;
  }
  #mainMenu2 {
    margin: 0 auto 0 auto;
  }
  #subMenu li{
    width: 25%;
  }
  #subMenu2 li{
    width: 50%;
  }
  #subMenu li a, #subMenu2 li a {
    width: auto;
  }
  #subMenu{
    width: 100%;
  }
  #subMenu2 {
    width: 100%;
  }
  #subMenu, #subMenu2 {
    margin-top: 0;
    top: 100%;
  }

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

    フッター

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


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

    レイアウト

  ------------------------------------  */
  .content__inner {
    width: auto;
    overflow: hidden;
  }
  .content__wrapper {
    padding: 0 10px;
  }
  /* パンくず */
  .topic-path {
    width: auto;
  }
  /* コンテント */
  .content__main {
    width: auto;
    padding: 0;
  }
  /* スライダー */

  .slick-dots {
    text-align: center!important;
  }

  .widthFixed{
    padding: 0;
  }
  .petitcomic-scroll{
    padding: 0!important;
  }
  .slick-dots li button{
    border: solid 1px #ff6aa8!important;
  }
  .slick-dots li.slick-active button {
    background-color: #ff6aa8!important;
  }
  .slick-dots{
    bottom: auto!important;
    top: 100%;
  }
}
/* ------------------------------------

  carousel-s

------------------------------------  */
.slick-prev, .slick-next {
  width: 34px!important;
  height: 34px!important;
  margin-top: -17px;
  z-index: 99;
}
.scroll-slider__container{
  margin: 0 auto;
  max-width: 1100px;
  background: url(../img/petitcomic2019/bg02.png)  0 135%/100% no-repeat;
  padding: 70px 0 ;
  margin: 10px auto 50px;
  border: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 34px!important;
  opacity: 1!important;
  color: #fff!important;
}
.scroll-slider__wrapper{
  max-width: 100%;
  min-width: auto;
}
.petitcomic-scroll {
  padding: 0 70px;
}
.slick-next {
  right: 25px!important;
}
.slick-prev {
  left: 25px!important;
}
.scroll-slider__caption{
  display: none;
}

@media screen and (max-width: 1800px) {
  .top-slider .slick-prev,
  .petitcomic-scroll .slick-prev {
    left: 5%;
  }
}
@media screen and (max-width: 1600px){
  .top-slider .slick-prev,
  .petitcomic-scroll .slick-prev {
    background-position: 50px 50%!important;
    left: -44px;
  }
}
.petitcomic-scroll .slick-disabled {
  display: none !important;
}
.scroll-slider__btn-wrapper {
  padding: 30px 0 0 0;
}
.scroll-slider__btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 17px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: inline-block;
  width: 12px;
  height: 14px;
  margin: 0 0 0 8px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
}
@media screen and (max-width: 767px){
  .scroll-slider__container{
    padding: 0;
  }
  .container-fluid {
    padding: 0!important;
  }
  #sns {
    margin: 0;
  }
}

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

  1列リストS型(SP1列)
  
  ------------------------------------  */
.p1s1-list-s{
  background: #7dccf3 url(../img/petitcomic2019/bg14.png) 0% 0% no-repeat;
  padding: 14px 0 0 0;
  margin-top: 30px;
}
.p1s1-list-s__header{
  min-width: auto;
}
.p1s1-list-s__header h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f62af;
  margin-left: 90px;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
}
.p1s1-list-s__inner{
  padding: 0px 15px 20px 160px;
}
.p1s1-list-s__wrapper{
  padding: 0 0 14px;
}
.p1s1-list-s__main{
  padding: 0;
  background: none;
  min-width: auto;
}
.p1s1-list-s__main p{
  padding: 0;
  display: flex;
  align-items: center;
}
.p1s1-list-s__item a{
  display: inline-block;
  font-size: 1.6rem;
  color: #0f62af;
  text-align: justify;
  transition: none;
  padding-left: 10px;
  border-left: solid 1px #444;
  width: calc(100% - 65px);
}
.p1s1-list-s__item a.new:before {
  content: "New!";
  font-size: 10px;
  color: #FF0;
  padding-right: 0.5em;
  vertical-align: middle;
  letter-spacing: 0;
}
.p1s1-list-s__item a:hover{
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.p1s1-list-s__date{
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  padding-right: 5px;
  letter-spacing: 0;
}
.p1s1-list-s .widget-common__header h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f62af;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 20px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
  .p1s1-list-s{
    background: #7dccf3 url(../img/petitcomic2019/bg15.png) 0% 0%/105px 60px no-repeat;
  }
  .p1s1-list-s__inner {
    padding: 0 15px;
  }
  .p1s1-list-s__header {
    margin: 0 auto 30px;
  }
  .p1s1-list-s__item a{
    font-size: 1.4rem;
  }
  .p1s1-list-s .widget-common__header h2{
    margin: 0 auto 30px;
  }
}
/* ------------------------------------

  3列カードV型(SP1列)

------------------------------------  */
.petitcomic-author-list h2{
  color: #42c340;
  text-align:center;
  margin-top: 30px;
  margin-bottom: 3px;
}
.petitcomic-author-list > p{
  text-align:center;
  font-size:1.2em;
}
#p3s1-card-v__header,
#petitcomic-author-list{
  padding-top: 200px;
  margin-top:-200px;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
#p3s1-card-v__header,
#petitcomic-author-list{
  padding-top: 140px;
  margin-top:-140px;
}
}
.p3s1-card-v__header h2{
  color: #42c340;
  text-align:center;
  margin-top: 30px;
}
.p3s1-card-v__item{
  margin: 0 16px 10px 0;
  width: calc((100% - 32px) / 3);
  padding: 0;
}
.p3s1-card-v__item:nth-child(3n) {
  margin: 0 0 10px;
}
.p3s1-card-v__item__inner{
  background: #fccf00 url(../img/petitcomic2019/bg03.png) 0% 0%/360px repeat-x;
}
.p3s1-card-v__link__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.p3s1-card-v__link a{
  background: none;
  width: 50%;
  position: relative;
  padding-top: 45px;
  margin: 0;
}
.p3s1-card-v__link a:before{
  content: "";
  width: 40px;
  height:40px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.p3s1-card-v__link a.p3s1-card-v__btn01:before{
  bottom:auto;
  top:0;
}
.p3s1-card-v__link a.p3s1-card-v__btn01{
  padding-top: 65px!important;
}
.p3s1-card-v__link a:nth-child(1){
  padding-top: 80px;
}
.p3s1-card-v__link a.p3s1-card-v__btn01:before{
  background: url(../img/petitcomic2019/btn01.png) center/contain no-repeat;
  width: 60px;
  height:60px;
}
.p3s1-card-v__link a.p3s1-card-v__btn02:before{
  background: url(../img/petitcomic2019/btn02.png) center/contain no-repeat;
}
.p3s1-card-v__link a.p3s1-card-v__btn03:before{
  background: url(../img/petitcomic2019/btn03.png) center/contain no-repeat;
}
.p3s1-card-v__link a.p3s1-card-v__btn04:before{
  background: url(../img/petitcomic2019/btn04.png) center/contain no-repeat;
}
.p3s1-card-v__link{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.p3s1-card-v__link__inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.p3s1-card-v__box01 {
  width: 45%;
}
.p3s1-card-v__box01 figure {
  height: 250px;
}
.p3s1-card-v__box01 img{
  height: auto;
}
.p3s1-card-v__box02{
  position: relative;
  width: 55%;
}
.p3s1-card-v__box02 p{
  margin: 0;
  padding: 0 5px;
}
.p3s1-card-v__date{
  font-size: 1rem;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
  .p3s1-card-v__item__inner{
    background-size: 320px;
    min-height: 270px;
  }
  .p3s1-card-v__item{
    width: 100%;
    margin: 0 0 10px;
  }
  .p3s1-card-v__link{
    height: 68%;
  }
  .p3s1-card-v__box02{
    width: 70%;
  }
  .p3s1-card-v__box01 {
    width: 30%;
    min-width: 145px;
  }
  .p3s1-card-v__box01 figure{
    height: auto;
  }
  .p3s1-card-v__box01 img {
    height: auto;
    width: 100%;
    min-width: 145px;
  }
  .p3s1-card-v__link a{
    margin: 5px 0 0;
  }
}

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

4列バナーH型(SP2列)

/* ------------------------------------  */
.p4s2-banner-h{
  max-width: 1100px;
  width: 100%;
  background: url(../img/petitcomic2019/bg20.png) left top no-repeat;
  padding: 10px 15px;
  margin-top: 30px;
}
.p4s2-banner-h__inner{
  padding: 0 55px;
}
.p4s2-banner-h__header {
  margin-left: 90px;
}
.p4s2-banner-h__header h2{
  margin: 5px 0 20px;
  color: #dc3c78;
  font-size: 2.4rem;
  font-weight: bold;
}
.p4s2-banner-h__header h3{
  color: #dc3c78;
  font-weight: bold;
  margin: 10px 0 20px;
}
.p4s2-banner-h__box02__title{
  color: #dc3c78;
}
.p4s2-banner-h__item {
  width: 23%;
  width: calc(25% - 14px);
  display: block;
}
.home .p4s2-banner-h{
  padding: 10px 15px 0;
}
.home .p4s2-banner-h__item{
  margin: 0 7px 10px;
}
.home .p4s2-banner-h .pagination{
  display:none;
}
.p4s2-banner-h .widget-common__header h1,
.p4s2-banner-h .widget-common__header h2{
  color: #dc3c78;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 10px 0 20px 90px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
  .p4s2-banner-h{
    background: url(../img/petitcomic2019/bg17.png) repeat;
    background-size: 18px 18px;
    padding: 10px 8px;
  }
  .home .p4s2-banner-h__item,
  .p4s2-banner-h__item {
    width: 50%;
    margin: 0 0 20px;
    padding: 0;
  }
  .p4s2-banner-h__inner{
    padding: 0 0 30px;
  }
  .p4s2-banner-h__header {
    margin-left: 0;
  }
  .p4s2-banner-h__header h2{
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .p4s2-banner-h .widget-common__header h1,
  .p4s2-banner-h .widget-common__header h2{
  margin-left: 0;
  }
}
/* ------------------------------------

  4列バナーS型(SP2列)

/* ------------------------------------  */
.p4s2-banner-s {
  margin: auto;
  max-width: 1100px;
  padding: 0 55px 30px;
  width: 100%;
}
.p4s2-banner-s__inner {
  padding: 0 10px;
}
.p4s2-banner-s__item {
  padding: 0 5px 10px;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
  .p4s2-banner-s{
    padding: 0;
  }
}
/* ------------------------------------

  5列カードV型(SP3列)

/* ------------------------------------  */
/* 
  共通
*/
.container {
  max-width: 1130px;
  width: auto!important;
}
.p5s3-banner-h {
  margin-top: 30px;
}
.p5s3-banner-h__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.p5s3-banner-h__main{
  padding: 0;
}
.p5s3-banner-h__item{
  display: block;
}
.p5s3-banner-h__box02__link {
  display: flex;
  justify-content: center;
}
.p5s3-banner-h__box02__link--01, .p5s3-banner-h__box02__link--02{
  background: none;
}
.p5s3-banner-h__box02__link--01{
  position: relative;
}
.p5s3-banner-h__box02__link--01:before{
  content: "";
  background: url(../img/petitcomic2019/btn01.png) center/contain no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
}
.p5s3-banner-h__box02__link--02:before{
  content: "";
  background: url(../img/petitcomic2019/btn11.png) center/contain no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.p5s3-banner-h__box02__link--01:after{
  content: "ためし\A 読み";
  color: #00aeeb;
  white-space: pre;
}
.p5s3-banner-h__box02__link--02:after{
  content: "買う";
  color: #eb6d80;
}
.p5s3-banner-h__box02__link--02 {
  padding-top: 28px;
}
.p5s3-banner-h__box02__link a {
  line-height: 1.2;
}
.p5s3-banner-h__box02__link span{
  display: none;
}
.p5s3-banner-h__box01__text{
  display: none;
}
.p5s3-banner-h__box02 {
  margin: 10px;
}
.p5s3-banner-h__header{
  text-indent: -9999px;
  background:  url(../img/petitcomic2019/mini_title03.png) top left/contain no-repeat;
  height: 28px;
  margin: 0 0 10px;
  width: 325px;
  height: 41px;
}
/* 
  TOPページ
*/
.home .p5s3-banner-h{
  background: #fccf00 url(../img/petitcomic2019/bg12.png) top left/auto no-repeat;
}
.home .p5s3-banner-h__header h3 {
  margin: 0 0 3px;
  font-weight: bold;
}
.home .p5s3-banner-h__header p{
  display: block;
  font-size: 14px;
  color: #e95504;
}
.home .p5s3-banner-h__box02{
  display: none;
}
.home .p5s3-banner-h__header {
  color: #e95504;
  padding: 15px 0 15px 105px;
  height: auto;
  width:auto;
  background: none;
  text-indent: 0;
  margin: 0 15px 10px;
}
.home .p5s3-banner-h__box01__text{
  display: block;
}
.home .p5s3-banner-h__main{
  padding: 0 15px;
}
.home .p5s3-banner-h__inner {
  padding: 0 55px 5px;
}
.home .p5s3-banner-h__item{
  margin-bottom: 0;
}
.home .p5s3-banner-h .widget-common__header h2{
  color: #e95504;
  padding: 15px 0 15px 105px;
  height: auto;
  width:auto;
  background: none;
  text-indent: 0;
  margin: 0 15px 10px;
  border-bottom: none;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {/* スマートフォン用スタイル */
  .home .container{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {/* スマートフォン用スタイル */
  .p5s3-banner-h__header{
    width: 100%;
    height: 76px;
  }
  .home .p5s3-banner-h{
    background:#fccf00 url(../img/petitcomic2019/bg13.png) 0 0/auto no-repeat;
    background-size: 105px 60px;
  }
  .home .p5s3-banner-h__header,
  .home .p5s3-banner-h .widget-common__header h2 {
    padding: 15px 8px 0;
    width: auto;
    height:auto;
  }
  .home .p5s3-banner-h__inner{
    padding: 0 5px 15px;
  }
  .home .p5s3-banner-h__main {
    padding: 0;
  }
  .home .p5s3-banner-h__item{
    padding: 0 8px;
    margin: 0 auto 10px;
  }
  .single-work .p5s3-banner-h__item{
    margin: 0 0 20px;
    padding: 0 5px;
    width: calc(100% / 3);
  }
  .single-work .p5s3-banner-h__item:nth-child(5n){
    margin: 0 0 20px;
  }
}
/* ------------------------------------

  1列カードS型(SP1列)

/* ------------------------------------  */
.p1s1-banner-s{
  padding: 0px 70px;
  max-width: 1100px;
}
.p1s1-banner-s__item{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p1s1-banner-s{
    padding: 0;
  }
}
/* ------------------------------------

  プチコミック専用コミックス一覧メインビジュアル

------------------------------------  */
.comic-anc-area{
  width:100%;
  display: flex;
}
.comic-anc-area li{
  width: 49.5%;
  text-align: center;
}
.comic-anc-area li.new-book{
  margin-right:1%;
  background-color:#ea7e40;
}
.comic-anc-area li.already-on-book{
  background-color:#f6982a;
}
.comic-anc-area li a{
  color:#FFF;
  display:block;
  position:relative;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (max-width: 768px){
.comic-anc-area li a{
    font-size: 2.5vw;
    line-height: 1.2;
    padding: 10px 0;
}
}
.comic-anc-area li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  position:absolute;
  right:10px;
}



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

  プチコミック専用作者リスト

------------------------------------  */
.petitcomic-author-list ul {
  width: 100%;
}
.petitcomic-author-list li li {
  width: 33.33%;
  font-size: 1.2rem;
  padding: 5px 5px;
  text-align: center;
}
.petitcomic-author-list li li a {
  display: block;
}
.petitcomic-author-list > ul p{
  color: #fff;
  text-align: center;
  margin: 0;
}
.petitcomic-author-list > ul:nth-child(2n) p{
  background: #8dc21f;
}
.petitcomic-author-list > ul:nth-child(2n-1) p{
  background: #c3d600;
}
.patternA li:nth-child(2n-1){
  background: #d6e6ae;
}
.patternA li:nth-child(2n){
  background: #ebf3d8;
}
.patternB li:nth-child(2n-1){
  background: #ebf3d8;
}
.patternB li:nth-child(2n){
  background: #d6e6ae;
}

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

  プチコミック専用 雑誌

------------------------------------  */
/* common */
.item__midashi{
  display: block;
  background: url(../img/petitcomic2019/bg07.png) center/cover no-repeat;
  padding-top: 35px;
  min-height: 64px;
}
.item__btnarea {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.item__btnarea a {
  width: 65px;
  display: inline-block;
  margin: 0 10px;
  color:#fff;
}
.item__btnarea a:hover {
  text-decoration: none;
  color: #fff;

}
.item__btnarea a span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 5px;
}
.item__midashi{
  text-align: center;
  line-height: 1.3em;
  font-weight: normal;
}

/* 各コンテンツCSS */
.petitcomic-magazine-post{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 50px;
}
.magazines-template-default .content__inner,
.petitcomic-template-default .content__inner,
.petit_extra-template-default .content__inner,
.petit_ane-template-default .content__inner{
  max-width: 100%;
}
.sec01{
  background: url(../img/petitcomic2019/bg04.png) center/cover no-repeat;
  padding: 30px 55px 20px 55px;
  display: flex;
  margin: 0 20px;
}
.sec01__image{
  position: relative;
  padding: 0 15px;
  width: 50%;
}
.sec01__image img{
  width:450px;
}
.sec01__image__text img{
  width: 460px;
}
.sec01__image__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec01__info {
  display: flex;
  width: 50%;
}
.sec01__info figure {
  padding-right: 10px;
  width: 52%;
}
.next .sec01__info figure{
  width: 155px;
}
.sec01__info figure img{
  width: 100%;
}
.sec01__info__number{
  margin: 10px auto 0;
  color: #1e965a;
  font-size: 4.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.sec01__info__text{
  text-align: center;
  color: #1e965a;
  font-size:1.4rem;
}
.sec01 .item__btnarea a:nth-child(1) {
  color: #ec6c00;
}
.sec01 .item__btnarea a:nth-child(2) {
  color: #e8546b;
}
.sec01__info figure{
  padding: 0 20px;
}
.sec01__info__textarea{
  padding: 0 20px;
  width: 100%;
}
.extra_number .sec01__info__textarea,
.ane_petit .sec01__info__textarea,
.next .sec01__info__textarea,
.sinkan .sec01__info__textarea{
  max-width: 240px;
}
.sec02{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.sec02__item{
  width: 50%;
  padding: 0 20px;
}
.sec02__item dt img{
  display: block;
  width: 100%;
}
.sec02 .item__midashi{
  font-size: 2rem;
}
.sec02__info,
.sec03__info{
  text-align: center;
  padding-bottom: 15px;
}
.sec02__info h2,
.sec03__info h2{
  margin: 0;
  padding: 10px 0px;
}
.sec02__info h3{
  margin: 0 0 15px;
}
.sec03__info h3{
  margin: 0 0 5px;
}
.sec02__info__text,
.sec03__info__text{
  text-align: left;
  padding: 10px 20px;
  color: #fff;
}
.sec03 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.sec03__item{
  width: 25%;
  padding: 0 15px;
  margin: 0;
}
.sec03__info {
  width: 100%;
  display: inline-block;
}
.sec03 .item__btnarea{
  display: flex;
}
.sec03 .item__btnarea a:first-child {
  width: 65px;
}
.sec03 .item__btnarea a{
  width:40px;
  margin: 0 2px;
}
.sec03 .item__midashi{
  font-size: 1.3rem;
}
.sec04{
  background: #f3b3cf;
  margin: 0 20px;
}
.sec04__title{
  color: #fff;
  padding: 43px 160px;
  font-size: 2.6rem;
  font-weight: normal;
}
.sec04__title02{
  color: #fff;
  font-size: 2rem;
  padding: 0 25px;
}
.sec04 .item__btnarea a span{
  font-size: 1rem;
}
.sec04__list{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 20px;
}
.sec04__list__img{
  width: 87px;
  height: 87px;
  margin: 5px;
}
.sec04__list li {
  width: 50%;
  display: flex;
  margin-top: 10px;
}
.sec04__list__author{
  font-size: 2.2rem;
  color: #e75297;
  margin: 0;
}
.sec04__list__title{
  font-size: 1.6rem;
  color: #575757;
}
.sec04__list__textarea{
  width: calc(100% - 230px);
}
.sec04 .item__btnarea a{
  width: auto;
}
.sec04 .item__btnarea {
  width: 140px;
  margin: 0 0 0 auto;
}
.sec05 {
  padding: 0 85px;
  margin: 100px auto;
  max-width: 1130px;
}
.sec02 .item__btnarea a,
.sec02 .item__btnarea a{
  margin: 0 10px;
  width: auto;
}
.sec02 .item__btnarea a:nth-child(1) img,
.sec03 .item__btnarea a:nth-child(1) img,
.sec04 .item__btnarea a:nth-child(1) img{
  width: 48px;
}
.sec02 .item__btnarea a:nth-child(2) img,
.sec03 .item__btnarea a:nth-child(2) img,
.sec04 .item__btnarea a:nth-child(2) img{
  width: 32px;
}
.sec02 .item__btnarea a:nth-child(3) img,
.sec03 .item__btnarea a:nth-child(3) img,
.sec04 .item__btnarea a:nth-child(3) img{
  width: 32px;
}
.sec03 .item__btnarea a:nth-child(2),
.sec03 .item__btnarea a:nth-child(2),
.sec04 .item__btnarea a:nth-child(3),
.sec04 .item__btnarea a:nth-child(3){
  padding-top: 15px;
}
.sec03 .item__btnarea a{
  margin:0 5px;
}
.sec03__info{
  background-color: #f0b400;
}
.sec03 .item__btnarea a span{
  font-size: 1rem;
}
.sec03__info h2{
  font-size: 2.2rem;
  color: #e95504;
}
.sec03__info h3{
  font-size: 2rem;
  color: #fff;
}
.sec03__info h4{
  font-size: 1.6rem;
  color: #fff;
}
.sec04__title{
  background: #f3b3cf url(../img/petitcomic2019/bg08.png)left top no-repeat;
  background-size: 360px 70px;
  padding: 40px 0 40px 120px;
}
.sec04 .item__btnarea a{
  margin: 0 5px;
}
.sec06__img{
  width: 15%;
}
.sec06__textarea {
  width: 35%;
}
/* sinkan,next専用CSS */
.next .sec01,
.sinkan .sec01{
  background: url(../img/petitcomic2019/bg04.png) center/cover no-repeat;
}
.next .item__midashi,
.sinkan .item__midashi{
  color: #e95504;
}
.next .sec02__info h2,
.sinkan .sec02__info h2{
  font-size: 2.4rem;
  color: #e95504;
  font-weight: normal;
}
.next .sec02__info,
.sinkan .sec02__info{
  background-color: #f0b400;
}
.next .sec02__info h3,
.sinkan .sec02__info h3{
  color: #fff;
  font-size: 2.1rem;
}
/* next専用CSS */
.next .sec01__info{
  justify-content: space-between;
  padding: 0 15px;
}

/* ane_petit専用CSS */
.ane_petit .sec01{
  background: url(../img/petitcomic2019/bg05.png) center/cover no-repeat;
}
.ane_petit .sec01__info__textarea .sec01__info__number,
.ane_petit .sec01__info__textarea .sec01__info__text{
  color:#fff;
}
.ane_petit .item__btnarea a span{
  color:#fff;
}
.ane_petit .sec01__info figure img {
  width: 170px;
}
.ane_petit .item__midashi{
  color: #7a4e9b;
}
.ane_petit .sec02__info{
  background-color: #dc503c;
}
.ane_petit .sec02__info h2,
.ane_petit .sec02__info h3{
  color:#fff;
}
.ane_petit .sec03__info {
  background-color: #dc503c;
}
.ane_petit .sec03__info h2{
  color:#fff;
}
/* extra_number専用CSS */
.extra_number .sec01{
  background: url(../img/petitcomic2019/bg06.png) center/cover no-repeat;
}
.extra_number .sec01__info__number{
  color:#fff;
}
.extra_number .sec01__info__text{
  color:#fff;
}
.extra_number .item__btnarea a span{
  color:#fff;
}
.extra_number .sec02__info{
  background-color: #e097bf;
}
.extra_number .item__midashi{
  color:#a574af;
}
.extra_number .sec03__info{
  background-color: #e097bf;
}
.extra_number .sec03__info h2{
  color: #fff;
}
.extra_number .sec02__info h2,
.extra_number .sec02__info h3{
  color:#fff;
}
@media screen and (max-width: 768px) {
  .magazines-template-default .container,
  .petitcomic-template-default .container,
  .petit_extra-template-default .container,
  .petit_ane-template-default .container{
    padding-left:0;
    padding-right:0;
  }
  .petitcomic-magazine-post{
      padding: 0;
  }
  .magazines-template-default .content__wrapper,
  .petitcomic-template-default .content__wrapper,
  .petit_extra-template-default .content__wrapper,
  .petit_ane-template-default .content__wrapper{
    padding: 0;
  }
  .sec01{
    display: block;
    padding: 0;
    margin:0;
  }
  .sec01__info figure {
    padding: 0 10px 0 0;
    max-width: 170px;
  }
  .sec01__info__textarea{
    padding: 0;
    margin: auto 5px;
  }
  .sec01__image{
    width: 100%;
    padding: 28px 0 0 0;
    text-align: center;
  }
  .sec01__info{
    width: 100%;
    padding: 30px 10px 40px;
    justify-content: center;
  }
  .sec01__info__number {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .sec02{
    padding: 0;
  }
  .sec02__item {
    width: 100%;
    padding: 0;
  }
  .sec03__item{
    width: 50%;
    text-align: center;
  }
  .sec03{
    padding: 0;
  }
  .sec03 .sec03__item:nth-child(2n){
    padding: 0 0 0 8px;
  }
  .sec03 .sec03__item:nth-child(2n-1){
      padding: 0 8px 0 0;
  }
  .sec04{
    margin:0;
  }
  .sec04__list li {
    width: 100%;
    padding: 10px 0;
  }
  .sec04__list__author{
    font-size: 1.6rem;
  }
  .sec04__list__title{
    font-size:1.4rem;
  }
  .sec04__list__img {
    width: 72px;
    height: 72px;
  }
  .item__btnarea{
    width: 90%;
    margin: auto;
  }
  .sec04 .item__btnarea {
    justify-content: flex-end;
    max-width: 136px;
    min-width: auto;
  }
  .sec04 .item__btnarea a{
    margin: 0;
  }
  .sec05{
    margin: 30px auto 0;
    padding: 0 0 50px;
  }
  .sec06{
    flex-wrap:wrap;
  }
  .sec06__img img {
    width: 90%;
  }
  .sec06__img{
    width: 30%;
    margin-bottom:10px;
  }
  .sec06__textarea {
    width: 70%;
    margin-bottom:10px;
  }
  .sec01__info figure img{
    width: 170px;
  }
}
/* ------------------------------------

  プチコミック専用 コミック詳細

------------------------------------  */
.peti-work-post .sec01{
  background: url(../img/petitcomic2019/bg10.png) center/cover no-repeat;
}
.peti-work-post .item__btnarea a span{
  color: #fff;
}
.peti-work-post .sec01__info__author{
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
.peti-work-post .sec01 .item__btnarea a:nth-child(1){
  width: 93px;
}
.peti-work-post .item__btnarea {
  align-items: flex-end;
  justify-content: center;
}
.work-post__text {
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.6;
  font-weight: normal;
  padding: 0 5px;
}
h2.work-post__title {
  width: 50%;
}
h2.work-post__title img{
  width: 70%;
}
.work-post__sec02 {
  margin-bottom: 40px;
}
ul.work-post__list {
  flex-wrap: wrap;
  display: flex;
}
.work-post__list li{
  display: flex;
  margin-top: 10px;
  width: 50%;
  padding: 0 10px;
}
.work-post__list li img {
  width: 150px;
  height: 150px;
}
.work-post__textarea {
  width: calc(100% - 150px);
}
.work-post__list hr {
  height: 0;
  margin: 5px 3px;
  border: 0;
  border-top: 1px solid #575757;
}
.work-post__name{
  font-size: 2rem;
  color: #dc6e8c;
}
.work-post__name span{
  font-size: 1.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  h2.work-post__title {
    width: auto;
  }
  h2.work-post__title img{
    width: auto;
  }
  .peti-work-post .sec01__info__author{
    font-size:1.8rem;
    font-weight: normal;
    margin-top: 5px;
  }
  .peti-work-post .sec01 {
    background: #dc6e8c;
  }
  .work-post__list li{
    width: 100%;
    padding: 0;
  }
  .work-post__list li img {
    width: 108px;
    height: 108px;
  }
  .work-post__textarea{
    width: calc(100% - 110px);
  }
}

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

  プチコミック専用 Web話紹介

------------------------------------  */
.SP{
  display: none;
}
.webwork-intro{
  padding: 0 70px;
}
.webwork-intro p{
  text-align: center;
  font-size: 2rem;
  margin: 30px 0 3px 0;
}
.webwork-menu ul{
  display: flex;
}
.webwork-menu ul li {
  width: 25%;
  text-align: center;
  display: block;
}
.webwork-menu ul li a{
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.webwork-menu ul li:nth-child(2n-1) a{
  background: #f9803c;
}
.webwork-menu ul li:nth-child(2n) a{
  background: #ff9f25;
}
.webwork-content{
  display: flex;
  padding: 0 55px;
}
.webwork-content-col{
  width:50%;
  padding: 0 15px;
}
.webwork-section,
.webcomic-section{
  background: url(../img/petitcomic2019/bg11.png) ;
  padding: 20px;
  background-size: 19px 21px;
  margin: 30px 0;
}
.webwork-subtitle{
  font-size: 1.6rem;
  line-height: 1em;
  color: #f9803c;
  text-align: center;
}
.webwork-title{
  background: #f9803c;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
}
.webwork-box{
  border-bottom: solid 1px #f9803c;
  display: block;
  margin-bottom: 30px;
  max-width: 365px;
}
.webcomic-box{
  max-width: 365px;
}
.webwork-box:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.webwork-box__catch{
  font-size: 1.6rem;
  line-height: 1.4em;
  text-align: center;
}
.webwork-box dl,
.webcomic-box dl{
  display: flex;
}
.webwork-box dt,
.webcomic-box dt{
  width: 47%;
  padding-right:3%;
}
.webwork-box dd,
.webcomic-box dd{
  width: 50%;
}
.webwork-box dd {
    text-align: center;
}
.webwork-content .item__btnarea {
  align-items: flex-end;
  justify-content:center;
}
.webwork-content .item__btnarea a{
  margin: 0 15px;
}
.webwork-content .item__btnarea a span{
  white-space: nowrap;
}
.webwork-content .item__btnarea a:nth-child(1) {
  color: #00aeeb;
  text-align: center;
}
.webwork-content .item__btnarea a:nth-child(2) {
  color: #f9803c;
  text-align: center;
}
.webwork-content .item__btnarea a:nth-child(1) img{
  width: 63px;
}
.webwork-content .item__btnarea a:nth-child(2) img{
  width: 45px;
}
.webwork-box__title{
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  color: #f9803c;
}
.webwork-box__no{
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0;
  color: #f9803c;
}
.webwork-box__date{
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 5px 0 10px 0;
  color: #666;
}
  
.webcomic-box__title{
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  text-align: left;
  color: #f9803c;
}
.webcomic-box__author{
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 5px 0 10px 0;
  text-align: left;
  color: #f9803c;
}
.webcomic-box__exp{
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #575757;
  margin: 10px 0 20px 0;
}
.webcomic-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 365px;
}
.webcomic-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
}
.webcomic-list li:nth-child(2n-1){
  background-color: #ffdd4f; 
}
.webcomic-list li:nth-child(2n){
  background-color: #ffea81;
}
.webcomic-list__author{
  margin: 0;
}
.webcomic-list__title{
  margin: 0;
}
.webcomic-list__title a{
  color: #f9803c;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .SP{
    display: block;
  }
  .webwork-sp-title{
    background-color: #dd4021;
    color: #fff;
    padding: 7px 0 4px 0;
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  .webwork-content{
    display: block;
  }
  .webwork-content-col{
    width:100%;
    padding: 0;
  }
  .webwork-section, .webcomic-section{
    padding: 15px;
  }
  .webcomic-section ul,
  .webwork-section ul{
    display: block;
  }
  .webwork-box,
  .webcomic-box{
    max-width:100%;
    display: block;
  }
  .webcomic-list{
    max-width: 100%;
  }
  .webwork-intro, .webwork-content{
    padding: 0;
  }
  .webwork-intro p{
    font-size: 3.2vw;
  }
  .webwork-content .item__btnarea{
    justify-content: space-around;
  }
  .webwork-content .item__btnarea a:nth-child(1) img {
    width: 100%;
  }
  .webwork-content .item__btnarea a:nth-child(2) img {
    width: 80%;
  }
  .webwork-content .item__btnarea a {
    margin: 0 5px;
    width: 50%;
    max-width: 80px;
  }
  .webwork-menu ul li a{
    font-size: 2.5vw;
    line-height: 1.2;
    padding: 10px 0;
  }
}
/* ------------------------------------

  PETITCOMIC専用新人賞詳細

------------------------------------  */
.nopc{
  display: none;
}
.nosp{
  display: block;
}
.peti-award-post {
  padding: 0 55px;
  width: 100%;
}
.main-visual {
  margin-bottom: 30px;
}
.main-visual h2 {
  padding: 0 15px 15px;
}
.main-visual ul {
  display: flex;
  padding-top: 35px;
}
.main-visual ul li {
  width: 33.33%;
  background: url(../img/petitcomic2019/bg18.png);
  background-size: 10px;
  padding: 20px;
  position: relative;
  margin: 0 15px;
  border-bottom: none;
  border-right: 1px solid #fff;
  display: block;
}
.main-visual ul li:after{
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/petitcomic2019/item14.png)center/contain no-repeat;
  width: 70px;
  height: 50px;
}
.main-visual-box {
  background: #fff;
  height: 100%;
  padding-top: 10px;
}
.main-visual-box h3{
  margin: 0;
}
.main-visual-box p {
  padding: 11px;
  text-align: justify;
  color: #575757;
  line-height: 1.8;
}
.dtOpen{
  background: url(../img/petitcomic2019/item16.png) 98% center no-repeat #ff658d;
  background-size: 2.8rem;
}
.dtClose{
  background: url(../img/petitcomic2019/item15.png) 98% center no-repeat #ff658d;
  background-size: 2.8rem;
}
.award-post ul,.award-post li{
  display: block;
}
.award-post ul {
  margin-bottom: 10px;
}
.award-post > dd{
  display: none;
}
.award-post h2{
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  margin: 10px 0;
}
.award-post h2 span{
  display: block;
  font-size: 1.6rem;
}
.award-post > dt {
  padding: 10px;
  line-height: 1.4;
  cursor: pointer;
}
.award-post__left, .award-post__right {
  width: 50%;
  padding: 0 15px;
}
.award-post__midashi{
  font-size: 2.2rem;
  width: 180px;
  margin: 60px auto 20px auto;
  padding: 8px 0;
  background-color: #2bab38;
  text-align: center;
  color: #fff000;
}
.award-post__accordion {
  display: flex;
  align-items: flex-start;
}
.award-post__prize {
  display: block;
}
.award-post__prize li {
  display: block;
  margin: 15px 0;
    border-bottom: 1px dashed #2bab38;
}
.award-post__prize p {
  margin-top: 5px;
  font-size: 2.2rem;
  color: #2bab38;
}
.award-post__green{
  margin-top: 5px;
  font-size: 1.6rem;
}
.award-post__shimekiri h4{
  font-size: 2.6rem;
  color: #e95504;
}
.award-post__shimekiri span{
  font-size: 1.6rem;
  color: #e95504;
  display: block;
  line-height: 1.8;
}
.award-post__shimekiri li:nth-child(2n-1){
  background: #f1f39a;
}
.award-post__shimekiri li{
  background: #f7fabd;
  padding: 10px;
  color: #2bab38;
  font-size: 2rem;
}
.award-post__shimekiri li span{
  color: #2bab38;
  font-size: 1.4rem;
}
.award-post__jadge p {
  font-size: 2.6rem;
  color: #2bab38;
  line-height: 1.4;
  text-align: justify;
}
.award-post__jadge span {
  font-size: 1.6rem;
}
.award-post__oubo dt {
  padding: 10px 0 0 0;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #2bab38;
  font-weight: normal;
}
dl.award-post__oubo dd {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2bab38;
}
dl.award-post__oubo dd p{
  width: 50%;
}
.award-post__oubo dd{
  display: flex;
  align-items: flex-start;
}
.award-post__oubo dd img {
  width: 41.66%;
  margin-left: 30px;
}
.award-post__note {
  line-height: 1.8;
}
#pointClose {
  background: #ff658d;
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  color: #FFF;
  padding: 15px;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nopc{
    display: block;
  }
  .nosp{
    display: none;
  }
  .peti-award-post {
    padding: 0;
    margin-bottom: 50px;
  }
  .main-visual ul{
    flex-wrap: wrap;
    padding-top: 0;
  }
  .main-visual-box{
    text-align: center;
  }
  .main-visual-box p{
    text-align: center;
    font-size: 1.7rem;
  }
  .main-visual ul li{
    margin-top: 50px;
    width: 100%;
    background-size: 2.5vw;
  }
  .main-visual ul li:after{
    width: 12vw;
    top: -35px;
  }
  .main-visual-box img {
    width: 60%;
  }
  .award-post {
    margin: 0 10px;
  }
  .award-post__accordion {
    display: block;
  }
  .award-post__left, .award-post__right {
    width: 100%;
  }
  .award-post__prize p {
    font-size: 1.6rem;
  }
  .award-post__shimekiri h4{
    font-size: 2.2rem;
  }
  .award-post__shimekiri li span {
    display: inline;
  }
  .award-post__shimekiri li {
    font-size: 1.8rem;
  }
  .award-post__jadge p{
    font-size: 2.2rem;
  }
  .award-post__oubo dd {
    display: block;
  }
  .award-post__oubo dd img {
    width: auto;
    margin: auto;
    text-align: center;
    display: block;
  }
  dl.award-post__oubo dd p{
    width: 100%;
  }
}
/* ------------------------------------

  PETITCOMIC専用新人賞詳細

------------------------------------  */
.petitcomic-free .sec01{
  background: url(../img/petitcomic2019/bg19.png) center/cover no-repeat;
}
.petitcomic-free .sec01__info__text{
  color: #76439d;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}
.petitcomic-free .sec01__info__text span{
  font-size: 18px;
  padding-right: 1em;
}
.sec01__title{
  background-color: #2bab38;
  color: #fff;
  padding: 7px 0 4px 0;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.petitcomic-free .content__main{
  width: 100%;
  background: none;
}
.petitcomic-free__next{
  background: #FFF;
  padding: 30px;
  border: solid 5px #ff658d;
  border-radius: 30px;
  width: 50%;
  margin: 30px auto;
}
.petitcomic-free__next .text01{
  font-size: 18px;
  color: #ff658d;
}
.petitcomic-free__next .text02{
  font-size: 22px;
  color: #ff658d;
}
.petitcomic-free__next .text02 span{
  font-size: 19px;
}
.petitcomic-free__next .text03{
  font-size: 16px;
  margin: 0;
}
.petitcomic-free__read{
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}
.petitcomic-free__read,
.petitcomic-free__next{
  text-align: center;
}
.petitcomic-free__read a{
  display: inline-block;
  background: #76439d;
  padding: 15px 50px;
  color: #FFF;
  font-size: 20px;
  margin: 10px auto 30px auto;
}
.petitcomic-free__read a:hover{
  background: #936abf;
  color: #FFF;
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .petitcomic-free .sec01__image {
    text-align: center;
  }
  .petitcomic-free .sec01{
    background: #bea5dd;
  }
  .petitcomic-free .sec01__info__textarea{
    margin: 0;
  }
  .petitcomic-free__read a{
    padding: 5vw 10vw;
    font-size: 4vw;
    margin: 2vw auto 8vw auto;
  }
  .petitcomic-free__next{
    padding: 8vw 0;
    border: solid 1vw #ff658d;
    border-radius: 8vw;
    width: 100%;
    margin: 10vw auto;
  }
  .next .sec01__info__textarea{
    margin: auto 5px;
  }
  .next .sec01__info{
    justify-content: center;
    padding: 10px 0 80px;
  }
}
/* ------------------------------------

  SNSボタン

------------------------------------  */
.petitcomic-sns {
  margin-top: 30px;
  text-align: center;
  max-width: 1100px;
  padding: 0 55px;

}
.petitcomic-sns ul {
  display: flex;
  padding: 0 15px;
}
.petitcomic-sns li {
  width: 25%;
  display: block;
}
.petitcomic-sns a {
  display: block;
  width: 100%;
  height: 100%;
}
.petitcomic-sns ul > li:nth-child(1) {
  background-color: #3b5998;
}
.petitcomic-sns ul > li:nth-child(2) {
  //background-color: #31a6df;
  background-color: #000;
}
.petitcomic-sns ul > li:nth-child(3) {
  background-color: #9bc94a;
}
.petitcomic-sns ul > li:nth-child(4) {
  background-color: #d93175;
}
@media screen and (max-width: 768px) {
  .petitcomic-sns{
    padding: 0;
  }
  .petitcomic-sns ul{
    padding: 0;
  }
}
/* ------------------------------------

  ページャー

------------------------------------  */
.pagination{
  width: 100%;
}
.paging{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2.5;
}
.paging li span, .paging li a{
  background: #fff;
  color: #e696be;
  border: 1px solid  #e696be;
}
.paging li a:hover{
  background: #e696be;
  color: #fff;
  opacity: 1;
}
.paging li.paging__current span {
  background: #e696be;
  color: #fff;
}
