@charset "UTF-8";
@font-face{
	font-family: 'AdobeBlank';
    src:url('../img/betsucomi2019/AdobeBlank.otf') format("opentype");
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../img/betsucomi2019/fa-brands-400.eot");
    src: url("../img/betsucomi2019/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../img/betsucomi2019/fa-brands-400.woff2") format("woff2"), url("../img/betsucomi2019/fa-brands-400.woff") format("woff"), url("../img/betsucomi2019/fa-brands-400.ttf") format("truetype"), url("../img/betsucomi2019/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../img/betsucomi2019/fa-regular-400.eot");
    src: url("../img/betsucomi2019/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../img/betsucomi2019/fa-regular-400.woff2") format("woff2"), url("../img/betsucomi2019/fa-regular-400.woff") format("woff"), url("../img/betsucomi2019/fa-regular-400.ttf") format("truetype"), url("../img/betsucomi2019/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../img/betsucomi2019/fa-solid-900.eot");
    src: url("../img/betsucomi2019/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../img/betsucomi2019/fa-solid-900.woff2") format("woff2"), url("../img/betsucomi2019/fa-solid-900.woff") format("woff"), url("../img/betsucomi2019/fa-solid-900.ttf") format("truetype"), url("../img/betsucomi2019/fa-solid-900.svg#fontawesome") format("svg"); }
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../img/betsucomi2019/fontawesome6/fa-brands-400.woff2") format("woff2"), url("../img/betsucomi2019/fontawesome6/fa-brands-400.ttf") format("truetype"); }
/*
Theme Name: betsucomi2019
Author: Shogakukan
Author URI: https://betsucomi.shogakukan.co.jp/
*/

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

  全般

------------------------------------  */
html {
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
/*html*/
body{
  background: #fff;
  color: #898989;
  font-family: 'Lucida Grande', Meiryo, メイリオ, sans-serif;
  line-height: 1.7;
}
ul{
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    //font-family: tbudrgothic-std, AdobeBlank; //2022/03/29 作品一覧の作家名がfontの影響で消えているという指摘があり対応
    font-family: tbudrgothic-std;
    font-weight: 900;
    line-height: 1.5;
}
a:hover,a:active{
text-decoration:none;
}
.content__inner{
    max-width: 1010px;
}
.content__main{
    width: 720px;
}
.content__sub {
    width: 290px;
    padding: 20px 15px 15px 5px;
}
.post-main p{
    font-size: 1.6rem;
}
.widget-common__header h2 {
    border-bottom: none;
    padding: 4px 10px;
    margin: 0;
}
/*リセット系*/
a:focus, *:focus { outline:none; }
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.mk1{
    border-radius: 0px 4px 6px 15px / 0px 10px 10px 40px;
    background-image: linear-gradient(0.5deg, #ffcdeb, #ffcdeb 60%, transparent 50%, transparent);
    padding: 0 5px;
    line-height: 1.8;
}
.mk2{
    border-radius: 0px 4px 6px 15px / 0px 10px 10px 40px;
    background-image: linear-gradient(0.5deg, #c1f4fe, #c1f4fe 60%, transparent 50%, transparent);
    padding: 0 5px;
    line-height: 1.8;
}
.mk3{
    border-radius: 0px 4px 6px 15px / 0px 10px 10px 40px;
    background-image: linear-gradient(0.5deg, #b1fdab, #b1fdab 60%, transparent 50%, transparent);
    padding: 0 5px;
    line-height: 1.8;
}
/* ------------------------------------

  ヘッダー

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

.contents{
margin:0 auto;
max-width:1100px;
}
.widthFixed{
padding:0 55px;
}
.global-header__logo {
    display: flex;
    margin-bottom: 0;
    margin-left: 20px;
    align-items: center;
    font-family: tbudrgothic-std, AdobeBlank;
}
.global-header__logo a{
    width: 208px;
    padding-top: 80px;
    height: 0;
    background: url(../img/betsucomi2019/header_logo.png) no-repeat center/contain;
    overflow: hidden;
    display: block;
}
.global-header__logo span{
    color: #5cdcfc;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 52px;
}
.global-header__logo .global-header__month{
    display: inline-block;
    font-size: 2.6rem;
    color: #ffff76;
    background: #ff74c8;
    border-radius: 50px;
    text-align: center;
    width: 52px;
    height: 52px;
}
.global-header{
    width: 100%;
    background: url(../img/betsucomi2019/bg01.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.global-header__inner{
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
    position: relative;
}
nav.global-header__nv1 {
    max-width: 552px;
    width: 54%;
    margin: 0 25px 0 auto;
}
.global-header__nv1 ul{
    display: flex;
}
.global-header__nv1 li{
    margin-left: 3px;
    max-width: 135px;
    height: 80px;
    width: calc(100% / 3 - 3px);
    list-style-type: none;
}
.global-header__nv1 li a{
    display: block;
    overflow: hidden;
    background: url(../img/betsucomi2019/gnavi01.png) no-repeat;
    height: 0;
    padding-top: 80px;
    transition: none;
}
.global-header__nv1 li:nth-child(1) a{
    background-position: 0 0;
}
.global-header__nv1 li:nth-child(1) a:hover{
    background-position: 0 -80px;
}
.global-header__nv1 li:nth-child(2) a{
    background-position: -140px 0;
}
.global-header__nv1 li:nth-child(2) a:hover{
    background-position: -140px -80px;
}
.global-header__nv1 li:nth-child(3) a{
    background-position: -280px 0;
}
.global-header__nv1 li:nth-child(3) a:hover{
    background-position: -280px -80px;
}
.global-header__nv1 li:nth-child(4) a{
    background-position: -420px 0;
}
.global-header__nv1 li:nth-child(4) a:hover{
    background-position: -420px -80px;
}
.global-header__nv2{
    background: #74e1fc;
    width: 100%;
    position: relative;
}
.global-header__nv2 > ul{
    max-width: 1025px;
    margin: auto;
    text-align: center;
    padding: 3px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 35px;
}
.global-header__nv2 ul p{
    position: relative;
}
.global-header__nv2 ul > li > p:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 14px;
    height: 11px;
    background: url(../img/betsucomi2019/item10.png) 0 0 no-repeat;
}
.global-header__nv2 .n7:hover p:after,
.global-header__nv2 .n8:hover p:after{
    background: url(../img/betsucomi2019/item10.png) 0 -11px no-repeat;
}
.global-header__nv2 > ul > li > a,
.global-header__nv2 > ul > li > p{
    color: #fff;
    font-size: 1.4rem;
    padding: 9px 0 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    padding: 9px 12px 10px;
    transition: none;
    margin: 0 2px;
    font-family: tbudrgothic-std, AdobeBlank;
    font-weight: 600;
}
.global-header__nv2-sub li{
    width: 50%;
    padding: 2px;
    text-align: left;
}
.global-header__nv2-sub img{
    margin-right: 8px;
    width: 70px;
    height: 70px;
}
.global-header__nv2-sub li a{
    display: flex;
    padding: 3px;
    font-size: 1.5rem;
    color: #fff;
    visibility: visible;
}

.global-header__nv2 .global-header__nv2-sub{
    position: absolute;
    top: 42px;
    left: calc(50% - 240px);
    transform: translateX(-50%);
    visibility: hidden;
    background: #ff74c8;
    display: flex;
    flex-wrap: wrap;
    width: 528px;
    overflow: hidden;
    height: 0;
    transition: .3s;
    z-index: 99;
}
.global-header__nv2-sub .title{
    font-weight: bold;
}

.n7 .global-header__nv2-sub{
    width: 264px;
    left: calc(50% + 240px);
    font-weight: bold;
    transform: none;
}
.n7 .global-header__nv2-sub li{
    width: 100%;
}
.n7 .global-header__nv2-sub li a{
    justify-content: center;
    padding: 9px 12px;
}
.n8 .global-header__nv2-sub li a p{
    width: calc(100% - 38px);
}

@media screen and (min-width: 769px) {
    .global-header__nv2 a:hover {
        background: #fff;
        color: #74e1fc;
        opacity: 1;
    }
    .global-header__nv2 .n7 > p:hover,
    .global-header__nv2 .n8 > p:hover{
        background: #fff;
        color: #74e1fc;
        opacity: 1;
    }
    .global-header__nv2-sub li a:hover{
        background: #fff;
        color: #ff74c8;
        opacity: 1;
    }
    .global-header__nv2 .n7:hover .global-header__nv2-sub,
    .global-header__nv2 .n8:hover .global-header__nv2-sub{
        height: auto;
        visibility: visible;
    }
    .n8 .global-header__nv2-sub li a p{
        width: calc(100% - 78px);
    }
}
/* ------------------------------------

  フッター

------------------------------------  */
.footer-pagetop{
    position: relative;
    width: 100%;
    text-align: center;
    background: url(../img/betsucomi2019/bg07.png) repeat-x;
    height: 40px;
    color: #e35dae;
}
.footer-pagetop__link {
    position: absolute;
    width: 137px;
    height: 50px;
}
.footer-pagetop__link a{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/betsucomi2019/footer_logo.png) no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 50px;
}
.footer-pagetop__link a:hover{
    opacity:1;
}
.footer-pagetop__cpy{
    font-size:1.1rem;
}
@media screen and (min-width: 769px) {
    .footer-bnr{
        display: none;
    }
    .footer-pagetop__cpy{
        display: none;
    }
    .footer-pagetop__link {
        right: 50px;
        top: -20px;
    }
}
@media screen and (max-width: 768px) {
    .footer-bnr{
        padding-bottom: 50px;
        margin: 20px 10px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        line-height: 0;
    }
    .footer-bnr li:first-child {
        margin-left: 0;
    }
    .footer-bnr li{
        width: 25%;
        margin-left: -1px;
    }
    .footer-bnr li img{
        border: 1px solid #cdcdcd;
        width: 100%;
    }
    .footer-pagetop {
        height: 35px;
    }
    .footer-pagetop__link {
        right: 10px;
        top: -20px;
    }
    .footer-pagetop__cpy{
        padding: 16px 0 0;
    }
}
@media screen and (max-width: 640px) {
    .footer-bnr li{
        width: 50%;
        margin-top: -1px;
    }
    .footer-bnr li:nth-child(2n-1) {
        margin-left: 0;
    }
}
/* ------------------------------------

  トップページ

------------------------------------  */
.bt-content{
    width: 690px;
    margin: auto;
}
.bt-content__block{
    display: flex;
    margin-bottom: 10px;
}
.bt-content__cover{
    margin-right: 14px;
    width: 43.5%;
}
.bt-content__cover img{
    border: 1px solid #ff97c6;
    width: 100%;
    height: 100%;
}
.bt-content__vol{
    width: 54%;
    max-width: 376px;
}
.bt-content__vol h2 {
    margin: 0;
    line-height: 0;
}
.bt-content__menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bt-content__menu li{
    max-width: 182px;
    width:100%;
}
.bt-content__menu li a{
    background: url(../img/betsucomi2019/bg02.png) no-repeat;
    display: block;
    line-height: 0;
}
.bt-content__menu1 li {
    margin: 10px 0 0 0;
}
.bt-content__menu2 li{
    width: 100%;
    margin-left: 10px;
}
.bt-content__menu2 li:nth-child(1){
    padding-bottom: 5px;
}
.bt-content__menu2 li:nth-child(2){
    padding-top: 5px;
}
.bt-content__menu2{
    width: 28%;
}
.bt-content__rensai{
    text-align: center;
    margin-bottom: 10px;
}
.bt-content__rensai img{
    max-height: 96px;
}
.bt-content__rensai a{
    display: block;
    background: url(../img/betsucomi2019/bg04.png);
    background-size: auto 96px;
    padding: 0 10px;
    max-height: 96px;
}
.bt-content__gakuen{
    display: flex;
    text-align: center;
}
.bt-content__gakuen a{
    width: calc(50% - 5px);
    display: block;
    padding: 10px 0;
    background: #74e1fc;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
.bt-content__gakuen a:nth-child(1){
    margin-right: 10px;
}
.bt-content__fc{
    width: 71.6%;
    color: #5cdcfc;
    background: #d0fe63 url(../img/betsucomi2019/bg03.png) ;
    max-width: 496px;
    max-height: 204px;
    overflow: hidden;
}
.bt-content__fc a{
    display: block;
}
.bt-content__fc img {
    vertical-align: top;
    padding: 15px 6px 0;
}
.bt-slider{
    display: inline-block!important;
    width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
    .bt-content__menu ul li:nth-child(2n-1) {
        padding: 0 5px 0 0;
    }
    .bt-content__menu ul li:nth-child(2n) {
        padding: 0 0 0 5px;
    }
    .bt-content__menu2 li:nth-child(2n){
        padding: 5px 0 0 0!important;
    }
    .bt-content__menu2 li:nth-child(2n-1){
        padding: 0 0 5px 0!important;
    }
    .bt-content__menu2 li{
        width: 100%!important;
    }
    .bt-content__block,
    .bt-content__rensai,
    .bt-content__gakuen{
        padding: 0 10px;
    }
    .bt-content__vol{
        max-width: 100%;
    }
}
@media screen and (min-width: 480px) {

    .bt-content__fc h2{
        width: 100px;
        height: 133px;
        background: url(../img/betsucomi2019/item11.png) no-repeat;
        background-size: contain;
        text-indent: -9999px;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (max-width: 768px) and (min-width: 479px){
    /* .bt-content__menu2 li {
        width: 100%!important;
    } */
    .bt-content__block{
        margin-top: 12px;
        width: 100%;
    }
    .bt-content__fc h2{
        width: 90px;
        margin-right: 15px;
        height: 133px;
    }
}
@media screen and (max-width: 479px) {
    .bt-content__cover {
        max-width: 300px;
        margin: 10px auto;
        width: 100%;
    }
    .bt-content__block {
        display: block;
        padding: 0 10px;
    }
    .bt-content__vol {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }
    .content__sub .p1s1-banner-s {
        max-width: 100%;
    }
    .bt-content__gakuen a {
        width: 100%;
        margin: 0 0 10px;
    }
    .bt-content__gakuen {
        display: block;
    }
    .bt-content__gakuen {
        padding: 0 10px;
    }
    .bt-content__rensai {
        padding: 0 10px;
    }
    .bt-content__menu2 li {
        margin: 10px 0 0 0;
    }

    .bt-content__fc {
        width: 100%;
        max-width: 100%;
        max-height: 100%!important;
    }
    .bt-content__menu2 {
        width: 100%;
    }
    .bt-content__menu ul li:nth-child(2n) {
        padding: 0 0 0 5px!important;
    }
    .bt-content__menu2 li:nth-child(2n-1){
        padding: 0 5px 0 0!important;
    }
    .bt-slider{
        width: 100%!important;
    }
    .bt-content__fc h2{
        color: #5cdcfc;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 10px 0 0;
        line-height: 1;
    }
    .bt-content__menu2 li{
        width: 50%!important;
    }
}
/* ------------------------------------

  スマホ用のスタイル

------------------------------------  */
@media screen and (min-width: 769px){
    body{
        min-width: 1025px;
        padding-top: 127px;
    }
    .global-header__nv2 > ul,
    .global-header__nv1 ul,
    .global-header__nv2 .global-header__nv2-sub{
        display: flex!important;
    }
    .global-header__nv2 .n7 .global-header__nv2-sub{
        flex-direction: column;
    }
    .global-header{
        min-width: 1025px;
    }
}
@media screen and (max-width: 768px) {

    body {
        position: relative;
        padding-top: 52px;
    }
    .home .content {
        padding: 0;
    }
    .content__sub {
        width: 100%;
        padding: 0;
    }
    .content__main{
        width: auto;
        padding: 0;
    }
  /* ------------------------------------

    ヘッダー

  ------------------------------------  */
  .global-header{
    width: 100%;
    height: 54px;
    background-size: 24px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
    min-width: auto;
  }
  .global-header__spbtn{
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .global-header__spbtn img {
    width: 40px;
    height: 40px;
  }
  .global-header__logo a{
    width: 126px;
    padding-top: 50px;
    background-size: auto 50px;
  }
  .global-header__logo .global-header__month{
    width: 34px;
    height: 34px;
    line-height: 37px;
    font-size: 1.8rem;
  }
  .global-header__logo span{
    font-size: 1.8rem;
  }
  nav.global-header__nv1 {
    display: none;
  }
  .global-header__nv2 > ul {
    display: none;
    text-align: left;
    padding: 0;
    padding-left: 0!important;
    overflow-y: scroll;
    height: calc(100% - 52px);
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
  }
  .global-header__nv2 .global-header__nv2-sub li:first-child a{
    border-top: 1px solid #fff;
  }
  .global-header__nv2 .global-header__nv2-sub li a {
    background: #fdc0e5;
    color: #f241ac;
    border-bottom: 1px solid #fff;
  }
  .global-header__nv2 .n7 .global-header__nv2-sub li a {
    justify-content: flex-start;
  }
  nav.global-header__nv2 > ul >li {
    border-bottom: 1px solid #fff;
  }
  .global-header__nv2-sub p span:nth-of-type(2){
    display: none;
  }
  .global-header__nv2 .global-header__nv2-sub li a:hover {
    opacity: 1;
  }
  .global-header__nv2 .global-header__nv2-sub {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    width: 100%;
    overflow: visible;
    height: auto;
    transform: none;
  }
  .global-header__nv2-sub img{
    width: 30px;
    height: 30px;
  }
  nav.global-header__nv2 li{
    background: #ff74c8;
    width: 100%;
    padding: 0;
  }
  .global-header__nv2 > ul > li > a{
    background: #ff74c8;
    border-radius: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: tbudrgothic-std, AdobeBlank;
  }
  .global-header__nv2 > ul > li > p{
    background: #f241ac;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: tbudrgothic-std, AdobeBlank;
  }
  .global-header__nv2-sub{
    height: 0;
    transition: all .3s;
  }
  .active .global-header__nv2 {
    height: auto;
    visibility: visible;
  }
  .active .active .global-header__nv2-sub {
    height: auto;
    visibility: visible;
  }
  .global-header__nv2 ul p span:nth-of-type(2){
    display: none;
  }
  .global-header__nv2 ul > li > p:after{
    right: 5px;
    left: auto;
    transform: none;
    top: 18px;
    background: none;
    border: 4px solid transparent;
    border-top: 8px solid #fff;
    width: 0;
    height: 0;
  }
  .global-header__nv2 .n7:hover p:after,
  .global-header__nv2 .n8:hover p:after{
    background: none;
  }
  .global-header__nv2{
    height:0;
    background: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
  }
  /* ------------------------------------

    フッター

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


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

    レイアウト

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

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

    トップページ

  ------------------------------------  */
  .bt-content{
    width: 100%;
  }
  .bt-content__cover{
    line-height: 0;
  }
  .bt-content__vol h2{
    text-align: center;
  }
  .bt-content__menu li {
    max-width: 100%;
    width: 50%;
    padding: 0 5px;
  }
  /* .bt-content__fc{
    width: 100%;
    max-width: 100%;
  } */
  /* .bt-content__fc > a > img{
    width: 30%;
  } */
  .bt-content__fc{
    max-width: 100%;
    max-height: 223px;
  }
  .bt-slider{
    display: inline-block!important;
    width: calc(100% - 115px);
  }
}
/* ------------------------------------

サイドバー

------------------------------------  */
.content__sub .p1s1-list-s {
    padding: 0 0 20px 0;
}
.content__sub .sidebar-twitter{
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    .home .content__sub{
        padding: 0 5px;
    }
    .content__sub .p1s1-list-s,
    .content__sub .p1s1-banner-s,
    .content__sub .sidebar-twitter{
        width: calc(50% - 10px);
        margin: 10px 5px;
        max-width: 100%;
    }
  .sidebar > div {
    display: flex;
    flex-wrap: wrap;
  }
  .content__sub > .p1s1-banner-s {
    max-width: 240px;
  }
}
@media screen and (max-width: 640px) {
    .home .content__sub .p1s1-list-s,
    .home .content__sub .p1s1-banner-s,
    .home .content__sub .sidebar-twitter{
        width: calc(50% - 10px);
        margin: 10px 5px;
        max-width: 100%;
    }
    .content__sub .p1s1-list-s,
    .content__sub .p1s1-banner-s,
    .content__sub .sidebar-twitter{
        width: calc(50% - 10px);
        margin: 10px 0;
        max-width: 100%;
    }
    .content__sub .p1s1-banner-s{
        width: 100%!important;
    }  
    .content__sub .p1s1-list-s{
        width: 100%!important;
    }
    .content__sub .sidebar-twitter{
        width: 100%!important;
    }

}
/* ------------------------------------

  ベツコミ専用 連載詳細

------------------------------------  */
.betsucomi-work{
    width: 690px;
    margin:auto;
}
.betsucomi-work__header h2{
    margin: 0;
}
.betsucomi-work__header h2 a{
    height: 60px;
    display: inline-block;
}
.betsucomi-work__header h2 img{
    height: 100%;
}
.betsucomi-work__header h3{
    background: #ff74c8;
    font-size: 16px;
    padding: 2px 10px;
    color: #fff;
}
.betsucomi-work__main{
    display: flex;
    justify-content: space-between;
}
.betsucomi-work__box01,
.betsucomi-work__box02{
    width: 50%;
    max-width: 334px;
}
.betsucomi-work__main h4{
    font-size: 2rem;
    margin-bottom: 8px;
}
.betsucomi-work__main p{
    font-size: 1.6rem;
    margin: 10px 0;
}
.betsucomi-work__footer a{
    color: #fff;
    font-size:2.4rem;
    width: 50%;
    display: block;
    background: #58ced9 url(../img/betsucomi2019/btn_icon01.png) right center/16px 16px no-repeat;
    padding: 10px 0;
    text-align: center;
}
.work-news-Area {
  margin-top: 2em;
  padding: 30px 0 0 0;
}

.work-news-Area .work-newsTit{
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}

.work-news-Area .work-newsTit img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 171px;
}
.work-news-Area .work-newsTit span{
  background-color: #b8b8b8;
  width: calc(100% - 171px + 26px);
  color: #FFFFFF;
  padding-left: 6px;
  position: absolute;
  font-size: 12px;
  bottom: 3px;
  right: 0;
}
.work-newsBox{
  border: solid 1px #e5e5e5;
  padding: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.work-newsBox .p1s1-list-v__item{
  border-bottom:0;
  padding:0;
}
.p1s1-list-v__main .work-newsBox .p1s1-list-v__item:first-child{
  border-top:0;
}
@media screen and (max-width: 768px) {
  .betsucomi-work{
    width: 100%;
  }
  .betsucomi-work__box01,
  .betsucomi-work__box02{
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .betsucomi-work__main {
    display: block;
  }
  .betsucomi-work__footer a{
    width:100%;
  }
  .betsucomi-work__main h4{
    text-align: center;
  }
}
/* ------------------------------------

  ベツコミ専用 最新号

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

.betsucomi-magazine{
    width: 690px;
    margin: 0 auto;
}
.magazene-header{
    display: flex;
}
.magazene-header__logo img:first-child {
    width: 200px;
    height: 100px;
}
.magazene-header h2 {
    font-size: 2.4rem;
}
.magazene-header__month {
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #ffff00;
    background: #ffac6b;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    font-size: 3.6rem;
    line-height: 2.1;
}
.magazene-header .price{
    font-size: 1.4rem;
    padding-top: 4px;
    display: block;
    font-weight: normal;
}
.magazene-header .date{
    color: #ff74c8;
    font-size: 3.6rem;
}
.magazene-btn{
    padding: 0 0 10px;
    position: relative;
}
.magazene-btn a{
    color: #fff;
    display: block;
}
.magazene-btn__list{
    display: flex;
    flex-wrap:wrap;
    margin-top: 10px;
}
.magazene-btn__list li{
    width: calc(100% / 3);
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.magazene-btn__list li:nth-child(1),
.magazene-btn__list li:nth-child(2),
.magazene-btn__list li:nth-child(3){
    border-top: 1px solid #ddd;
}
.magazene-btn__list li:nth-child(3n-2) {
    border-left: 1px solid #ddd;
}
.magazene-btn .magazene-btn01,
.magazene-btn .magazene-btn02{
    background: #b975ff;
    font-weight: bold;
    text-align: center;
    padding: 9px;
    font-size: 1.6rem;
    position: relative;
    width: 49.5%;
    color: #fff;
}
.magazene-cap{
    background: none;
    width: 100%;
    color: #999;
    font-weight: normal;
    text-align: center;
    font-size: 1.2rem;
}
.magazene-btn01{
    cursor: pointer;
}
.magazene-btn .magazene-btn02{
    position: absolute;
    right: 0;
    top: 0pt;
}
.magazene-btn01:after,
.magazene-btn02:after{
    content:"";
    width:15px;
    height:15px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(../img/betsucomi2019/item15.png) 0 0 /15px auto no-repeat;
    display: block;
}
.magazene-btn01.open:after{
    background: url(../img/betsucomi2019/item15.png) 0 -15px /15px auto no-repeat;
}
.magazene-btn p:nth-child(1){
    margin-right: 2px;
}
.magazene-btn p:nth-child(2){
    margin-left: 2px;
}
.magazene-title{
    border: 1px solid #b975ff;
    text-align: center;
    padding: 4px 10px;
    color: #b975ff;
    margin-bottom: 15px;
    font-size: 2rem;
}
.magazine-block__wrap h2{
    font-size: 2.4rem;
    background: #ffe600;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.magazine-block__wrap .magazine-block:nth-of-type(1) {
    border-top: none;
}
.magazine-block{
    border-top: 1px solid #dcdcdc;
    padding: 16px 0;
}
.greenttl{
    color: #54d13f;
    font-size: 1.8rem;
    font-weight: bold;
}
.magazine-block{
    display: flex;
    align-items: flex-start;
}
.magazine-block .magazine-block__textarea{
    padding: 0 0 0 10px;
    width: 65%;
}
.magazine-block--yellow{
    background: #ffff9e;
    padding: 0;
}
.magazine-block--yellow .magazine-block__textarea{
    padding: 10px;
    width: 50%;
}
.magazine-block img{
    width: 35%;
}
.magazine-block--yellow img{
    width: 50%;
}
.magazine-block--table img{
    width: 90px;
    height: 90px;
}
.magazine-block__textarea h3{
    color: #fd5fa7;
    font-size: 2.4rem;
    margin: 0;
}
.magazine-block__textarea h4{
    font-size: 1.6rem;
    margin: 0 0 2px;
}
.magazine-block__text{
    font-size: 1.6rem;
}
.magazine-block--table ul{
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
    overflow: hidden;
}
.betsucomi-magazine .magazine-block--table{
    margin-bottom: 0;
}
.magazine-block--table li {
    width: 50%;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: -1px;
}
.magazine-block--table li:nth-child(2n) {
    border-right: none;
}
.magazine-block--table li:last-child{
    border-bottom:none;
}
.magazine-block--table h2{
    font-size: 1.5rem;
}
.magazine-block__title{
    padding: 0 10px;
    width: calc(100% - 90px);
}
.magazine-block__title h3{
    color: #fd5fa7;
    font-size: 1.5rem;
    margin: 0;
}
.magazine-block__title h4{
    font-size: 1.5rem;
}
.magazine-block__btn {
    text-align: right;
}
.magazine-block__btn a {
    font-family: 'Font Awesome 5 Brands';
    background: #5AA5FF;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 16px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5aa5ff), to(#3636d6));
    background-image: -webkit-linear-gradient(top, #5aa5ff, #3636d6);
    background-image: linear-gradient(top, #5aa5ff, #3636d6);
}
.magazine-block__btn a:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    content: "\f518";
    font-weight: bold;
    margin-right: 6px;
}
.magazine-block__note{
    padding: 20px 0;
    font-size: 1.2rem;
    background: url(../img/betsucomi2019/item16.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .betsucomi-magazine{
        width: 100%;
    }
    .magazene-btn01 {
        margin-bottom: 7px;
    }
    .magazene-btn{
        white-space: nowrap;
    }
    .magazene-btn .magazene-btn01,
    .magazene-btn .magazene-btn02 {
        width: 100%;
    }
    .magazene-btn .magazene-btn02 {
        position: relative;        
        top: auto;
        right: auto;
    }
    .magazene-header {
        display: block;
        padding: 9px;
    }
    .magazene-header__month{
        width: 44px;
        height: 44px;
        font-size: 2.6rem;
        line-height: 1.85;
        letter-spacing: -1px;
    }
    .magazene-header h2{
        font-size:1.8rem;
    }
    .magazene-btn__list li{
        width: 50%;
    }
    .magazine-block {
        flex-wrap:wrap;
        text-align: center;
    }
    .magazine-block__textarea {
        text-align: left;
    }
    .magazine-block img {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .magazine-block02 img{
        order:2;
    }
    .magazine-block02 .magazine-block__textarea{
        order: 1;
        width:100%;
    }
    .magazine-block--table li{
        width: 100%;
    }
}
/* ------------------------------------

  ベツコミ専用 デラックス

------------------------------------  */
.magazene-header__logo {
    display: flex;
}
.magazene-header__logo img:nth-child(2) {
    width: 200px;
    border: 1px solid #b975ff;
    margin: 0 0 0 12px;
}
.magazene-header .magazene-header__delux {
    padding-left: 12px;
    font-size: 2rem;
    max-width: 266px;
}
.magazene-header__delux .date{
    color: #ff74c8;
    font-size: 3rem;
}
.magazene-header__delux .price{
    font-size: 1.6rem;
}
.magazene-btn.delux .magazene-btn01{
    background: #5cdcfc;
}
.magazene-title.delux{
    border: 1px solid #5cdcfc;
    text-align: center;
    margin: 12px 0 12px;
    padding: 4px 0;
    color: #5cdcfc;
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .magazene-header__logo img:first-child{
        display: block;
    }
    .magazene-header__logo {
        display: block;
        text-align: center;
    }
    .magazene-header__logo img:nth-child(2){
        margin: auto;
    }
    .magazene-header .magazene-header__delux{
        text-align: center;
        max-width: 100%;
    }
    .magazene-btn.delux {
        display: flex;
    }
    .magazene-btn.delux .magazene-btn01 {
        margin-bottom: 0;
    }
    .magazene-btn.delux .magazene-btn01,
    .magazene-btn.delux .magazene-btn02{
        width: 50%;
    }
    .magazene-btn.delux p:nth-child(1) {
        margin-right: 0;
    }
    .magazene-btn.delux p:nth-child(2) {
        margin-left: 0;
    }
    .magazene-btn.delux .magazene-btn01, .magazene-btn .magazene-btn02{
        padding: 9px 2px 9px 0;
        text-align: center;
        font-size: 1.3rem;
    }
    .magazene-btn.delux .magazene-btn01:after,
    .magazene-btn.delux .magazene-btn02:after{
        right: 0px;
    }
}
/* ------------------------------------

  ベツコミ専用 壁紙ダウンロード

------------------------------------  */
.bt-wallpaper__header h2{
    background:  url(../img/betsucomi2019/content_title06.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 433px;
    height: 100px;
}
.bt-wallpaper__header h3{
    border: 1px solid #cdcdcd;
    padding: 4px;
    margin-bottom: 35px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}
.bt-wallpaper__block{
    width: 480px;
    text-align: center;
    margin: auto;
}   
.bt-wallpaper__block img{
    border: 1px solid #cdcdcd;
}
.bt-wallpaper__block p{
    font-size: 1.6rem;
}
.bt-wallpaper__block h2{
    color: #fd5fa7;
    font-size: 2rem;
    margin: 8px 0 0px 0px;
}
.bt-wallpaper__download{
    text-align: center;
    max-width: 470px;
    margin: auto;
}
.bt-wallpaper__download a{
    display: block;
    background: #ff9c00;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 4px 0;
    margin: 0 10px;
    font-size: 1.6rem;
}
.bt-wallpaper__download img{
    border: 1px solid #cdcdcd;
    height: 100px;
    margin-bottom: 5px;
}
.bt-wallpaper__download p{
    font-size: 1.2rem;
}
.bt-wallpaper__download ul{
    display: flex;;
    flex-wrap: wrap;
}
.bt-wallpaper__download li{
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.bt-wallpaper__footer {
    background: url(../img/betsucomi2019/dots.png) top center no-repeat;
    padding: 20px 10px;
}
.bt-wallpaper__footer p{
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .bt-wallpaper__header h2{
        width: 100%;
        margin: 0;
    }
    .bt-wallpaper__block{
        width: 100%;
    }
}
/* ------------------------------------

  通常記事詳細

------------------------------------  */
.news-post{
    max-width: 690px;
    width: 100%;
    margin: 20px auto;
}
.news-post__header{
    position: relative;
}
.news-post__header h2{
    width: 400px;
    height: 80px;
    background: url(../img/betsucomi2019/content_title04.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.news-post__header h3{
    border: 1px solid #959595;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 2rem;
}
.news-post__header p{
    font-size: 1.3rem;
    padding: 10px 0 4px;
    font-weight: bold;
}
.news-post__sns{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 60px;
    right: 0;
    height: 40px;
}    
.news-post__sns a{
    font-size: 3.6rem;
    padding: 2px 0px 0;
}
.news-post__sns a:before{
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
}
.news-post__sns .fb a:before{
    color: #3B5998;
    content: "\f082";
}
.news-post__sns .tw a:before{
    color: #1DA1F2;
    content: "\f081";
}
.news-post__sns .line a:before{
    color: #1dcd00;
    content: "\f3c0";
}
.news-post__sns li {
    margin: 0 0px 0px 6px;
}
.news-post__main h4{
    color: #399ffe;
    margin-top: 12px;
    font-size: 1.8rem;
    margin: 12px 0 0;
}
.news-post__link:hover{
    text-decoration: underline;
}
.news-post__link{
    color: #db4437;
    text-decoration: underline;
}
.news-post__btn{
    display: block;
    background: #5ac7d2;
    color: #fff;
    font-weight: bold;
    padding: 4px 20px;
    text-decoration: none;
    text-align: center;
    width: 160px;
    font-size: 1.6rem;
}
.news-post__main p{
    font-size: 1.6rem;
    padding: 6px 0;
}
.news-post__main .cap{
    font-size: 1.2rem;
}
.news-post__cover{
    line-height: 0;
}
.news-post__cover img{
    width: 220px;
}
@media screen and (max-width: 768px) {
    .news-post{
        padding: 0 10px;
    }
    .news-post__header h2{
        width: 100%;
        height: 20vw; 
    }
    .news-post__sns a:before{
        color: #fff !important;
        width: 100%;
    }
    .news-post__sns{
        width: 100%;
        bottom: auto;
        position: relative;
    }
    .news-post__sns a{
        line-height: 1.1;
        width: 100%;
        display: block;
    }
    .news-post__sns li{
        width: 33.33%;
        text-align: center;
        margin: 0;
    }
    .news-post__sns .fb{
        background-color: #3B5998;
    }
    .news-post__sns .tw{
        background-color: #1DA1F2;
    }
    .news-post__sns .line{
        background-color: #1dcd00;
    }
}
/* ------------------------------------

  新人賞詳細

------------------------------------  */
.award-post{
    max-width: 690px;
    width: 100%;
    margin: 20px auto;
}
.award-post__header h2{
    width: 456px;
    height: 100px;
    background: url(../img/betsucomi2019/content_title07.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.award-post__nav {
    display: flex;
}
.award-post__nav li{
    width: 50%;
    display: inline-block;
    border: 1px solid #90d1ff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
.award-post__nav li a{
    transition: none;
}
.award-post__nav li a{ 
    color: #90d1ff;
    display: block;
    padding: 6px;
}
.award-post__nav li.on a{
    color: #fff;
} 
.award-post__nav li.on{
    background: #90d1ff;
}
.award-post__main article{
    border: 1px solid #90d1ff;
    border-top: none;
    padding: 10px 25px;
}
.award-post__main section{
    padding: 10px 0;
}
.award-post__main h3{
    color: #ff74c8;
    border: 1px solid #ff74c8;
    padding: 3px 10px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.award-post__main h4{
    color: #960;
    padding: 6px 0 0;
    font-size: 1.8rem;
    margin: 0;
}
.award-post__main h5{
    margin: 0;
}
.award-post__text{
    padding: 6px 0;
    font-size: 1.6rem;
}
.award-post__debut .award-post__text p{
    position: relative;
    display: inline-block;
}
.award-post__debut .award-post__text .mk1:before{
    font-size: 2.2rem;
}
.award-post__debut .award-post__text p:before{
    content :"★";
    font-size: 1.6rem;
}
.award-post__debut .debut-ttl{
    font-size: 2.2rem;
    font-family: tbudrgothic-std, AdobeBlank;
    font-weight: 900;
}
.award-post__debut .debut-text1{
    font-size: 3.6rem;
    font-weight: bold;
}
.award-post__debut .debut-text2{
    font-size: 2.7rem;
    font-weight: bold;
}
.award-post__debut .debut-text3{
    font-size: 2.2rem;
    font-weight: bold;
}
.award-post__debut .debut-cap1{
    font-size: 1.8rem;
    padding-left: 20px;
}
.award-post__debut .debut-cap2{
    font-size: 1.3rem;
    padding-left: 10px;
}
.award-post__text .mk3{
    font-weight: bold;
} 
.award-post__main ol{
    margin: 6px 1.5em;
    font-size: 1.4rem;
}
.award-post__cap{
    font-size: 1.2rem;
}
.award-post__link{
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px;
    background: #87e05b;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}
.award-post__link span{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.6rem;
}
.award-post__link span:after{
    content: "\f101";
    padding-left: 5px;
}
.award-post__wrap{
    display: flex;
    align-items :flex-start;
}
.award-post__wrap p {
    width: 70%;
}
.award-post__wrap figure {
    width: 30%;
}
.award-post__text .mk1{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .award-post__header h2{
        max-width: 640px;
        width: 100%;
    }
    .award-post__main article{
        padding:10px;
    }
    .award-post__nav li a {
        font-size: 2.1rem;
    }
    .award-post__cap{
        font-size: 1.5rem;
    }
    .award-post__wrap figure {
        width: 60%;
        padding-left: 5%;
    }
}
/* ------------------------------------

  作者詳細

------------------------------------  */
.author-post{
    max-width: 690px;
    margin: auto;
}
.author-post__header h2{
    line-height: 0;
}
.author-post__header h2 a{
    background: url(../img/betsucomi2019/content_title03.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    max-width: 491px;
    width: 100%;
    height: 0;
    padding-top: 100px;
    display: inline-block;
}
.author-post__author{
    background: #e4ffe4;
    padding: 12px;
    font-size: 12px;
    margin: 15px 0;
}
.author-post__author{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.author-post__author h2 span{
    font-size: 1.2rem;
}
.author-post__author h2{
    color: #027e2f;
    border-bottom: 1px solid #a2d0b3;
    margin-bottom: 12px;
    font-size: 1.6rem;
}
.author-post__author a{
    background: #afffaf;
    color: #989898;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
.author-post__author li{
    font-size: 1.2rem;
}
.author-post__author div:nth-child(1){
    width: 85%;
}
.author-post__author img{
    max-width: 80px;
}
.author-post__main {
    margin: 0 0 15px;
}
.author-post__name{
    text-align: center;
    background: #afffaf;
    padding: 6px 0;
    margin: 0 0 15px;
}
.author-post__name h3{
    color: #027e2f;
    font-size: 1.5rem;
    margin: 0;
}
.author-post__name p{
    font-size: 1.4rem;
}
.author-post__name p span{
    font-weight: bold;
}
.author-post__textarea{
    text-align: center;
}
.author-post__textarea p{
    text-align: left;
}
.author-post__backnumber{
    border: 1px solid #a2d0b3;
    padding: 12px;
    margin-bottom: 16px;
}
.author-post__backnumber h3{
    color: #027e2f;
    border-bottom: 1px solid #a2d0b3;
    margin-bottom: 12px;
    font-size: 1.4rem;
}
.author-post__backnumber ul{
    display: flex;
    flex-wrap: wrap;
}
.author-post__backnumber a{
    color: #898989;
}
.author-post__backnumber li{
    width: 33.33%;
    width: calc(100% / 3);
    font-size: 1.2rem;
}
.author-post > a{
    font-size: 1.6rem;
    padding-top: 15px;
    margin-top: 15px;
    color: #898989;
    text-decoration: none;  
}
.author-post > a:before {
    content: "\f0a8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .author-post__header h2 a{
        width: 100%;
        padding-top: 21%;
    }
    .author-post__author div:nth-child(1){
        margin-right: 10px;
    }
    .author-post__backnumber li{
        width: 50%;
        line-height: 1.5;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .author-post__name h3{
        font-size: 2rem;
    }
}
/* ------------------------------------

  1列バナーS型(SP1列)

------------------------------------  */
.p1s1-banner-s{
    max-width: 270px;
    margin: 0 auto;
}
.p1s1-banner-s__header{
    background: #ff74c8 url(../img/betsucomi2019/bg05.png) no-repeat right center;
    background-size: 260px auto;
    color: #fff;
    padding: 6px 6px 3px;
    font-size: 1.7rem;
}
.p1s1-banner-s__header h3{
    margin: 0;
}
.p1s1-banner-s__item{
    width: 100%;
    margin: 0;
}
.p1s1-banner-s__item img{
    display: block;
}
.p1s1-banner-s__main {
    border: 1px solid #ff74c8;
    padding: 0;
}
.p1s1-banner-s__item{
    padding: 0;
}
.sidebar .p1s1-banner-s__item{
    padding: 10px 10px 0;
}
.sidebar .p1s1-banner-s__main{
    padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
    .p1s1-banner-s{
        padding: 0;
    }
    .sidebar .p1s1-banner-s__item{
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
    }
    .sidebar .p1s1-banner-s__item:last-child{
        border-bottom: none;
    }
    .p1s1-banner-s__main{
        padding: 0;
    }
}
/* ------------------------------------

  1列リストS型(SP1列)

------------------------------------  */
.p1s1-list-s{
    max-width: 270px;
    margin: 0 auto;
}
.p1s1-list-s__header{
    background: #ff74c8 url(../img/betsucomi2019/bg05.png) no-repeat right center;
    background-size: 260px auto;
    color: #fff;
    padding: 6px 6px 3px;
    font-size: 1.7rem;
}
.p1s1-list-s__header h3{
    margin: 0;
}
.p1s1-list-s__header {
    max-width: 100%;
    min-width: auto;
}
.p1s1-list-s__wrapper {
    padding: 0;
}
.p1s1-list-s__main {
    max-width: 100%;
    min-width: auto;
    padding: 0;
    border: 1px solid #ff74c8;
    border-radius: 0;
}
.p1s1-list-s__main p{
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 7px;
}
.p1s1-list-s__main p:last-child{
    border-bottom: none;
}
.p1s1-list-s__item a{
    color: #898989;
    font-size: 1.2rem;
}
.p1s1-list-s__item a::before{
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    content: "\f101";
    font-weight: bold;
    color: #ff74c8;
}

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

  1列リストV型(SP1列)

------------------------------------  */
.p1s1-list-v__header__title{
    background: url(../img/betsucomi2019/content_title04.png) center/contain no-repeat;
    padding-top: 80px;
    height: 0;
    width: 400px;
    overflow: hidden;
}
.marker__half__gray{
    background: linear-gradient(transparent 50%, #eaeaea 50%);
}

.p1s1-list-v__main .p1s1-list-v__item:first-child{
    border-top: 1px solid #cdcdcd;
}
.p1s1-list-v__item{
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}
.p1s1-list-v__item a{
    color: #898989;
}
.p1s1-list-v__box01 {
    width: 130px;
}
.p1s1-list-v__img {
    width: 130px;

    height: 130px;
    overflow: hidden;
    position: relative;
}
.p1s1-list-v__img img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.p1s1-list-v__box02{
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    flex-direction: column;
    width: calc(100% - 130px);
}
.p1s1-list-v__box02__label {
    display: none;
}
.p1s1-list-v__box02__date {
    order: 1;
    font-size:1.2rem;
}
.p1s1-list-v__box02__title {
    order: 2;
    font-size: 1.8rem;
    font-family: tbudrgothic-std, AdobeBlank;
    font-weight: 900;
    padding-bottom: 5px;
}
.p1s1-list-v__box02__text {
    order: 3;
}
.p1s1-list-v__box02 p{
    margin-bottom: 0;
}
.p1s1-list-v__box02__text {
    font-size: 1.4rem;
}
.p1s1-list-v__footer{
    display: none;
}
@media screen and (max-width: 768px) {
    .page-template-page-news .content {
        padding: 0;
    }
    .p1s1-list-v{
        padding: 0;
    }
    .p1s1-list-v__item{
        padding: 15px 10px;
    }
    .p1s1-list-v__box01{
        max-width: 100px;
    }
    .p1s1-list-v__box02 {
        width: calc(100% - 100px);
        padding: 0 0 0 10px;
    }
    .p1s1-list-v__img {
        width: 100px;
        height: 100px;
    }
    .p1s1-list-v__box02__text{
        display: none;
    }
    .p1s1-list-v__box02__title{
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 640px) {
    .p1s1-list-v__header__title{
        width: 100vw;
        height: 20vw;
    }
}
/* ------------------------------------

  1列テーブルV型(SP1列)

------------------------------------  */
.p1s1-table-v__box02 table{
    border-collapse: separate;
    border-spacing: 0 3px;
}
.p1s1-table-v{
    max-width: 520px;
    margin: 30px auto;
}
.p1s1-table-v__header{
    display: none;
}
.p1s1-table-v__box02__text{
    color: #027e2f;
}
.p1s1-table-v__box02 table th{
    color: #898989;
    background: #afffaf;
}
@media screen and (max-width: 768px) {
}

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

  2列カードV型(SP1列)

------------------------------------  */
.p2s1-banner-h__inner{
    max-width: 690px;
}
.comics-list__title{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.comics-list__title h1 {
    text-indent: -9999px;
    background: url(../img/betsucomi2019/content_title02.png) center/contain no-repeat;
    width:200px;
    height:100px;
}
.comics-list__title a{
    border-radius: 25px;
    display: block;
    background: #fff948;
    color: #fd5fa7;
    font-weight: bold;
    padding: 4px 20px;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 1.6rem;
}
.comics-list__title p {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.p2s1-banner-h__header h3,
.widget-common__header h2{
    padding: 4px 10px;
    text-align: center;
    font-size: 2.2rem;
    margin: 0;
    background: #acf64f;
    color: #fff;
    border-bottom: none;
    width: 100%;
}
.p2s1-banner-h__tab a{
    border: 1px solid #acf64f !important;
    background: #fff;
    color: #acf64f;
}
.p2s1-banner-h__tab a.active{
    background: #acf64f;
    color:#fff;
    position: relative;
}
.p2s1-banner-h__tab a.active:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    left: -100%;
    right: -100%;
    margin: auto;
    border-style: solid;
    border-color: #acf64f transparent transparent transparent;
    border-width: 10px 30px 0 30px;
    z-index: 1;
  }
.p2s1-banner-h__header h3,
.p2s1-banner-h__header h4{
    background: #acf64f;
    color: #fff;
}
.p2s1-banner-h__item a{
    background: #5ac7d2;
    color: #fff;
}
.p2s1-banner-h__item h5 {
    color: #fd5fa7;
}
.p2s1-banner-h__item{
    border-right:none;
}
.p2s1-banner-h__item img{
    padding: 0;
    margin-bottom: 8px;
}
.p2s1-banner-h__main .BC-p2s1-banner-h__item:nth-child(2n-1){
    border-right: 1px solid #dcdcdc;
}
.p2s1-banner-h__main ul li:nth-child(2n-1){
    border-right: 1px solid #dcdcdc;
}
.work-template-default .p2s1-banner-h__header a {
    color: #ffba4e;
    border: 1px solid #ffba4e;
    background-image: url(../img/betsucomi2019/item18.png);
    padding-right: 12px;
    font-size: 1.2em!important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right;
    padding: 8px 0 5px 0;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.p2s1-banner-h__text{
    text-align: center;
}
@media screen and (max-width: 768px) {
  .p2s1-banner-h__item{
    border-right: none;
    width:50%;
  }
  .p2s1-banner-h__header a{
    width: auto;
    margin: 0 0 0 auto;
  }

}
@media screen and (max-width: 690px) {
    .work-template-default .p2s1-banner-h__header a {
        margin-right: 10px;
    }
}
@media screen and (max-width: 640px) {
    .p2s1-banner-h__item{
        width: 100%;
    }
    .p2s1-banner-h__header a{
        width: 100%;
        margin: 0 10px 12px;
    }
    .p2s1-banner-h__main .p2s1-banner-h__item:nth-child(2n-1){
        border-right:none;
    }
    .work-template-default .p2s1-banner-h__header a {
        margin: 6px 0;
        padding: 4px 20px;
    }
    .p2s1-banner-h__main ul li:nth-child(1),
    .p2s1-banner-h__main ul li:nth-child(2){
        border-top: none;
    }
}
/* ------------------------------------

  ベツコミ専用2列バナーH型(SP1列) 

------------------------------------  */
.BC-p2s1-banner-h__header p{
    display: none;
}
.BC-p2s1-banner-h__inner{
    max-width: 1000px;
    margin: auto;
}
.BC-p2s1-banner-h__main ul{
    display: flex;
    flex-wrap: wrap;
}
.BC-p2s1-banner-h__item {
    width: 50%;
}
.BC-p2s1-banner-h__box02 h4{
    font-size: 2.6rem;
}
.BC-p2s1-banner-h__box02 h5{
    font-size: 1.8rem;
}
.BC-p2s1-banner-h__box02 .small{
    font-size:2.1rem;
}
.BC-p2s1-banner-h__header p{
    display: block;
    background: #ff74c8;
    font-size: 1.6rem;
    padding: 2px 10px;
    color: #fff;
    font-weight:bold;
}
.BC-p2s1-banner-h__header h3{
    background: url(../img/betsucomi2019/content_title01.png) center/contain no-repeat;
    font-size: 0.8rem;
    display: block;
    overflow: hidden;
    height: 100px;
    padding-top: 100px;
    max-width: 433px;
    width: 100%;
    margin: 0;
}
.BC-p2s1-banner-h__item{
    width: calc(50% - 5px);
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: 10px;
    line-height: 0;
    height: 120px;
    overflow: hidden;
}
.BC-p2s1-banner-h__item a {
    width: 100%;
    height: 100%;
    display: block;
}
.BC-p2s1-banner-h__inner{
    max-width: 690px;
    margin: auto;
}
ul .BC-p2s1-banner-h__item:nth-child(2n-1) {
    margin-right: 10px;
}
.BC-p2s1-banner-h__item img{
    position: absolute;
    right: 0;
    top: 0;
}
.BC-p2s1-banner-h__box02 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    line-height: 1;
}
.BC-p2s1-banner-h__box02 h4{
    color: #79c7ff;
    margin: 0;
}
.BC-p2s1-banner-h__box02 h5{
    color: #898989;
    margin: 0;
}
.BC-p2s1-banner-h__box02 .small{
    color: #79c7ff;
}
@media screen and (max-width: 768px) {
    .BC-p2s1-banner-h__item {
        width: 100%;
    }
    .BC-p2s1-banner-h__inner{
        padding: 0 10px;
    }
    ul .BC-p2s1-banner-h__item:nth-child(2n-1) {
        margin-right: 0;
    }
    .BC-p2s1-banner-h__box01 img {
        width: 100%;
    }
    .BC-p2s1-banner-h__item img{
        position: relative;
    }
    .BC-p2s1-banner-h__item{
        min-height: 100px;
        height: auto;
    }
    .BC-p2s1-banner-h__box02 h4{
        line-height: 1.1;
    }
    .BC-p2s1-banner-h__item {
        width: 100%;
    }
}
/* ------------------------------------

  3列リストS型(SP2列)

------------------------------------  */
.p3s2-list-s__header a{
    background: url(../img/betsucomi2019/content_title03.png) center/contain no-repeat;
    font-size: 0.8rem;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 100px;
    max-width: 491px;
    width:100%;
}
.p3s2-list-s__inner{
    max-width: 690px;
}
.p3s2-list-s__item a{
    color: #898989;
    display: block;
}
.p3s2-list-s__item.new a:after{
    content: "NEW";
    border-radius: 0px 4px 4px 25px / 0px 10px 4px 40px;
    background-image: linear-gradient(1.6deg, #a7effe, #a7effe 50%, transparent 30%, transparent);
    color: #3351ff;
    font-size: 10px;
    padding: 0 5px;
}
.p3s2-list-s__item span {
    color: #a45e70;
}
.p3s2-list-s__item .new {
    border-radius: 0px 4px 4px 25px / 0px 10px 4px 40px;
    background-image: linear-gradient(1.6deg, #a7effe, #a7effe 50%, transparent 30%, transparent);
    color: #3351ff;
}
@media screen and (max-width: 768px) {
    .p3s2-list-s{
        padding: 0;
    }
    .p3s2-list-s__header a{
        width: 100%;
    }
}

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

  5列バナーH型(SP3列)

------------------------------------  */
.p5s3-banner-h__inner {
    max-width: 690px;
}
.p5s3-banner-h__header h3 {
    border: 1px solid #6f706f;
    font-size: 16px;
    padding: 3px 10px;
    margin: 20px 0 8px;
}
.p5s3-banner-h__box01 .num{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.p5s3-banner-h__box01__text--01{
    min-height: 42px;
}
.p5s3-banner-h__box02__link a {
    background-color: #58ced9;
    color: #fff;
    font-weight: bold;
    height: auto;
    padding: 10px 0;
    line-height: 0;
}
.p5s3-banner-h__box02 .p5s3-banner-h__box02__link--01 {
    display: none;
}
.p5s3-banner-h__box02__link--02 span {
    display: none;
}
.p5s3-banner-h__box02__link--02 {
    background: url(../img/betsucomi2019/btn_icon01.png) right/16px 16px no-repeat;
}
.p5s3-banner-h__box02__link--02:after {
    content: "予約・購入\Aためし読み";
    white-space:pre;
    line-height: 1.5;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .p5s3-banner-h__item {
        margin: 0 5px 20px 0;
    }
    .p5s3-banner-h__main li:nth-child(3n) {
        margin: 0;
    }
    .p5s3-banner-h__main li:nth-child(5n) {
        margin: 0 5px 20px 0;
    }
}
/* ------------------------------------

  twitterウィジェット

------------------------------------  */
.sidebar-twitter__heading{
    background: #74e1fc url(../img/betsucomi2019/bg06.png) no-repeat right center;
    margin: 0;
}
.sidebar-twitter{
    background: none;
    width: 100%;
    margin: 20px auto;
    padding: 0;
}
.sidebar-twitter__content{
    border: 1px solid #74e1fc;
    border-radius: 0;
}
.sidebar-twitter__heading{
    text-align: left;
}
/* ------------------------------------

  SNSボタン

------------------------------------  */
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.betsucomi-sns ul{
    display: flex;
}
.betsucomi-sns li {
    font-size: 20px;
    list-style-type: none;
    margin: 0 5px;
    text-align: center;
}
.betsucomi-sns li a {
    display: block;
    font-size: 36px;
    padding: 2px 0px 0;
    line-height: 1;
}
.betsucomi-sns .sns-t a {
    color: #00b0ed;
}
.betsucomi-sns .sns-f a {
    color: #3b5998;
}
.betsucomi-sns .sns-l a {
    color: #00c300;
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-line:before {
    content: "\f3c0";
}
@media screen and (max-width: 768px) {
    .betsucomi-sns li{
        display: inline-block;
        width: calc(100% / 3);
        text-align: center;
        margin: 0 !important;
    }
    .betsucomi-sns .sns-t a {
        background-color: #00b0ed;
    }
    .betsucomi-sns li a {
        color: #fff !important;
        width: 100%;
    }
    .betsucomi-sns .sns-f a {
        background-color: #3b5998;
    }
    .betsucomi-sns .sns-l a {
        background-color: #00c300;
    }
}
/* ------------------------------------

  ニュース詳細

------------------------------------  */
.post-main {
    position: relative;
}
.post-main__title{
    border: 1px solid #959595;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 2rem;
}
.post-main article .prm p {
    font-size: 1.6rem;
    padding: 6px 0;
}
.post-main article a {
    color: #db4437;
    text-decoration: underline;
    font-size: 1.6rem;
}
.post-main article .prm h4 {
    color: #399ffe;
    margin-top: 12px;
    font-size: 1.8rem;
    margin: 0;
}
.post-main article .shop a {
    display: block;
    background: #5ac7d2;
    color: #fff !important;
    font-weight: bold;
    padding: 4px 20px;
    text-decoration: none;
    text-align: center;
    width: auto;
    width: 160px;
}
.post-main article .prm p.cap1 {
    font-size: 1.2rem;
    margin: 0;
}
.post-main .post-main__date {
    font-weight: bold;
    font-size: 1.3rem;
}
.post-header{
    position: relative;
    padding: 0 0 10px;
}
.post-header .oldH1{
    background: url(../img/betsucomi2019/content_title04.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 400px;
    height: 80px;
    margin-bottom: 10px;
}
.snsArea{
    display: flex;
    font-size: 36px;
    list-style-type: none;
    justify-content: flex-end;
    width: 100%;
}
.snsArea li{
    font-size: 20px;
    float: left;
    list-style-type: none;
    margin: 0 5px;
    text-align: center;
}
.snsArea li a{
    display: block;
    font-size: 36px;
    padding: 2px 0px 0;
    line-height: 1;
}
.snsArea li a:before{
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
}
.snsArea__fb a:before{
    content: "\f082";
}
.snsArea__tw a:before{
    font-family: "Font Awesome 6 Brands"!important;
    content: "\e61a";
}
.snsArea__line a:before{
    content: "\f3c0";
}
.single-post .content__inner > a {
    font-size: 1.6rem;
    padding-top: 15px;
    margin-top: 15px;
    color: #898989;
    text-decoration: none;
}
.single-post .content__inner > a:before {
    content: "\f0a8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}
@media screen and (min-width: 769px) {
    .snsArea {
        top: -40px;
        position: absolute;
    }
    .snsArea li{
        margin: 0 0px 0px 6px;
    }
    .snsArea__fb a:before{
        color: #3B5998;
    }
    .snsArea__tw a:before{
        color: #0F1419;
    }
    .snsArea__line a:before{
        color: #1dcd00;
    }
}
@media screen and (max-width: 768px) {
    .snsArea {
        position: relative !important;
        clear: both;
        margin-bottom: 10px;
        width: 100%;
    }
    .snsArea li{
        display: inline-block;
        width: calc(100% / 3);
        text-align: center;
        margin: 0 !important;
    }
    .snsArea li a{
        color: #fff !important;
        width: 100%;
    }
    .snsArea__fb a{
        background-color: #3b5998;
    }
    .snsArea__tw a{
        background-color: #0F1419;
    }
    .snsArea__line a{
        background-color: #00c300;
    }
}
@media screen and (max-width: 640px) {
    .post-header .oldH1{
        width: 100vw;
        height: 20vw;
    }
}
/* ------------------------------------

  ページャー

------------------------------------  */
.pagination{
    width: 100%;
}
.paging{
    line-height: 2.5;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.paging li span, .paging li a{
    background: #fff;
    color: #ff74c8;
    border: 1px solid  #ff74c8;
    font-family: tbudrgothic-std, AdobeBlank;
    padding: 0 5px;
}
.paging li a:hover{
    background: #ff74c8;
    color: #fff;
    opacity: 1;
}
.paging li.paging__current span {
    background: #ff74c8;
    color: #fff;
}
/* ------------------------------------

  ページトップ

------------------------------------  */
.pgtop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background:  url(../img/betsucomi2019/pgtop.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.pgtop:hover {
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    .pgtop {
        bottom: 160px;
    }
}
