@charset "UTF-8";
em {
  font-style: italic; }

.blog-body__text {
  font-size: 1.14286rem;
  line-height: 1.5; }

.blog-body__item .img + .blog-body__text {
  margin: 30px 0; }

.blog-body__text p {
  margin-bottom: 1.5em; }

.blog-body__text p + p {
  margin-bottom: 0.5em; }

.header-nav__link--instagram::before {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(/files/user/images/design/instagram-icon.png?v=1560328738);
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; }

.header-nav__link--instagram {
  position: relative;
  width: 34px;
  height: 0;
  padding-top: 34px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  background-repeat: no-repeat;
  opacity: 1; }

.header-nav__link--instagram:before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Slick Slider */
.slick-slider .article-list-item__heading {
  box-sizing: border-box;
  margin: 5px 0;
  font-size: 0.85714rem;
  line-height: 1.3; }

.article-list__head {
  display: block;
  margin-bottom: 20px;
  font-weight: bold; }

/* button */
.c-button--post-contents {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px; }

.c-button--post-contents__inner {
  display: inline-block;
  min-width: 240px;
  padding: 10px;
  border-radius: 2em;
  background-color: #00c300;
  color: #fff !important;
  font-size: 1.07143rem;
  font-weight: normal;
  text-align: center;
  cursor: pointer; }

.c-button--post-contents.-type2 .c-button--post-contents__inner {
  background-color: #aba188; }

.c-button--post-contents.-type3 .c-button--post-contents__inner {
  background-color: #4e6988; }

/* pages */
.p-actor__text {
  margin-bottom: 21px;
  font-size: 2.42857rem;
  font-weight: bold;
  line-height: 1.3; }

.p-actor__block {
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background-color: #efefef; }
  .p-actor__block__summary {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.28571rem; }
    .p-actor__block__summary + .p-actor__block__img {
      margin-left: 10px; }
  .p-actor__block__img {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 35%; }

.p-actor__list-title {
  margin-top: 80px; }

.c-article__head .blog-title__text {
  margin-bottom: 0; }

.c-article__head .blog-article__date {
  text-align: right; }

.c-article__head .c-article-tag {
  margin-top: 16px; }

.c-article-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -10px; }
  .c-article-tag-wrap {
    margin-top: 40px; }
  .c-article-tag__item {
    margin-bottom: 10px;
    margin-left: 10px; }
  .c-article-tag__link {
    box-sizing: border-box;
    display: block;
    height: 25px;
    padding: 0 15px;
    border-radius: 5px;
    border-radius: 16px;
    /*デフォルトカラー*/
    background-color: #999;
    color: #fff;
    font-size: 1rem;
    line-height: 25px;
    text-align: center; }

/* ページ用CSS */
.p-channel__logo {
  width: 100%; }
  .p-channel__logo > img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.p-channel__text {
  margin-top: 10px;
  font-size: 1.14286rem; }
  .p-channel__text--em {
    display: inline-block;
    position: absolute;
    padding: 3px;
    background-color: #F0163A;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }

.p-channel__block {
  margin-right: 50px;
  margin-left: 50px;
  padding: 16px 16px;
  border-radius: 4px;
  background-color: #efefef; }

.p-channel__list {
  position: relative;
  max-height: 400px;
  margin-top: 15px;
  overflow-y: auto; }
  .p-channel__list::-webkit-scrollbar {
    display: none; }

.p-channel__item {
  box-sizing: border-box;
  position: relative;
  padding-left: 30px; }
  .p-channel__item::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background-color: #000;
    content: ""; }
  .p-channel__item__link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; }
    .p-channel__item__link:focus, .p-channel__item__link :hover, .p-channel__item__link :active {
      outline: none; }
  .p-channel__item__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-channel__item__data {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .p-channel__item__data::before {
      position: absolute;
      top: 8px;
      left: -30px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #000;
      content: ''; }
  .p-channel__item__thumb {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px;
    text-align: center; }
    .p-channel__item__thumb > img {
      max-width: 100%; }
  .p-channel__item__time {
    color: #51C300;
    font-size: 1rem;
    line-height: 1; }
  .p-channel__item__text {
    margin-left: 15px;
    font-size: 1.14286rem;
    font-weight: bold; }
  .p-channel__item:first-child .p-channel__item__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-channel__item:first-child .p-channel__item__data {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .p-channel__item:first-child .p-channel__item__thumb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0; }
  .p-channel__item:nth-of-type(2) .p-channel__item__link {
    padding-top: 25px; }
  .p-channel__item:not(:first-child) .p-channel__text--em {
    top: 6px; }
  .p-channel__item:not(:first-child) .p-channel__item__link {
    border-top: 1px dashed #000; }
  .p-channel__item:not(:first-child) .p-channel__item__data {
    -ms-flex-order: 1;
    order: 1; }
  .p-channel__item:not(:first-child) .p-channel__item__thumb {
    -ms-flex-order: 2;
    order: 2;
    max-width: 30%; }

.p-channel__news-area {
  margin-top: 60px; }

.p-channel__article {
  margin-top: 60px;
  border: 1px solid #000; }
  .p-channel__article__head {
    padding: 15px 20px;
    background-color: #000;
    color: #fff; }
  .p-channel__article__main {
    padding: 20px; }
  .p-channel__article__hedding {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    font-weight: bold;
    text-align: center; }
    .p-channel__article__hedding > a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .p-channel__article__image__tag {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #f0163a;
    color: #fff;
    font-size: 0.85714rem;
    text-align: center;
    z-index: 100; }

.wrapper.-monthly {
  padding: 0; }

/*  mothly top  */
.p-monthly {
  font-family: 'Noto Sans JP',sans-serif; }
  .p-monthly a {
    display: block; }
  .p-monthly .p-monthly_heading--lv2, .p-monthly .p-monthly_heading--lv3 {
    margin: 0 0 10px;
    font-family: 'Staatliches', cursive;
    line-height: 1; }
  .p-monthly_heading--lv1 {
    font-weight: bold; }
    .-normal .p-monthly_heading--lv1 {
      font-size: 46px; }
  .p-monthly_header {
    position: relative;
    background: linear-gradient(to right, #BF002A, #FF3F5F);
    text-align: center; }
    .p-monthly_header.-normal {
      display: table;
      height: 440px; }
      .p-monthly_header.-normal:before {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 240px;
        background: #eee;
        content: "";
        z-index: 1; }
    .p-monthly_header_text {
      font-weight: bold; }
      .-normal .p-monthly_header_text {
        display: table-cell;
        position: relative;
        width: 100%;
        vertical-align: middle;
        z-index: 100; }
  .p-monthly_text {
    font-weight: bold; }
  .-two_column .p-monthly_list:after {
    display: block;
    clear: both;
    content: ""; }
  .-push .p-monthly_item:not(:first-child) {
    margin-top: 48px; }
  .-push .p-monthly_item img {
    width: 100%;
    box-shadow: 1px 5px 10px -3px #999; }
  .p-monthly_special {
    height: 180px;
    overflow: hidden;
    background: linear-gradient(to right, #BF002A, #FF3F5F);
    color: #fff; }
    .p-monthly_special_inner {
      position: relative; }
    .p-monthly_special_month {
      position: absolute;
      font-family: 'Staatliches';
      line-height: 1;
      opacity: 0.8; }
    .p-monthly_special_link {
      position: relative;
      background: url(/files/user/images/design/monthly/link_arrow.png?v=) no-repeat;
      text-align: center; }
    .p-monthly_special_title {
      font-size: 34px;
      font-weight: bold; }
    .p-monthly_special_text {
      font-weight: bold; }
    .p-monthly_special_soon {
      display: inline-block;
      margin: 20px 0 0;
      padding: 0 5px;
      border: 1px solid #fff;
      font-size: 10px; }
  .p-monthly_other {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center; }
    .p-monthly_other.-july {
      background: linear-gradient(to right, #ee7300, #fabd00); }
    .p-monthly_other.-june {
      background: linear-gradient(to right, #1d66b1, #36a7e0); }
    .p-monthly_other_month {
      position: absolute;
      font-family: 'Staatliches';
      line-height: 1;
      opacity: 0.8; }
    .p-monthly_other_link {
      background: url(/files/user/images/design/monthly/link_arrow.png?v=) no-repeat;
      font-weight: bold; }
  .p-monthly_original {
    background: #f0f0f0; }
    .p-monthly_original_heading {
      text-align: center; }
    .p-monthly_original_list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .p-monthly_original_item img {
      width: 100%; }

.heading-colored {
  border-color: #36BD82;
  color: #36BD82; }

.header-subcategory {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-top: 10px;
  margin-left: -10px; }
  .header-subcategory__item {
    margin-bottom: 10px;
    margin-left: 10px; }
  .header-subcategory__tag {
    box-sizing: border-box;
    display: block;
    padding: 6px 15px;
    border-radius: 5px;
    background-color: #36BD82;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center; }

.p-news__adx-banner {
  margin-top: 30px; }
  .p-news__adx-banner > a {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .p-news__adx-banner > a img {
      width: 100%; }

.p-program__main-img > a {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .p-program__main-img > a > img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.p-program__list-wrap {
  margin-top: 20px; }

.p-program__list:not(:first-child) {
  margin-top: 15px; }

.p-program__list__item:not(:first-child) {
  margin-top: 5px; }

.p-program__performer {
  position: relative;
  height: 100%;
  opacity: 1;
  transition: .3s;
  z-index: 0; }
  .p-program__performer-area {
    max-width: 550px; }
  .p-program__performer__title {
    margin: 25px 0 20px;
    font-size: 1.71429rem;
    font-weight: bold;
    line-height: 1; }
  .p-program__performer__day-title {
    width: 70px;
    margin: 25px 0 20px;
    padding: 2px;
    background-color: #51C300;
    color: #fff;
    font-size: 1.14286rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center; }
  .p-program__performer__btn {
    display: block;
    margin: 10px auto 0; }
  .p-program__performer.is-hide {
    height: 0;
    opacity: 0;
    z-index: -1000; }
  .p-program__performer__list__item:not(:first-child) {
    margin-top: 20px; }
  .p-program__performer__list__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 25px);
    margin-left: -25px; }
  .p-program__performer__list__quarter {
    box-sizing: border-box;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 20px;
    padding-left: 25px; }
    .p-program__performer__list__quarter > dd {
      margin-top: 6px;
      font-weight: bold;
      text-align: center; }
  .p-program__performer__list__circle {
    position: relative; }
    .p-program__performer__list__circle::before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .p-program__performer__list__circle__content {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 50%;
      background-color: #000;
      color: #fff; }
    .p-program__performer__list__circle__center-box > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .3s; }
      .p-program__performer__list__circle__center-box > a:hover::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        z-index: 100; }
    .p-program__performer__list__circle__center-box img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      width: 100%;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .p-program__performer__list__day {
    text-align: center; }
  @media screen and (max-width: 800px) {
  .blog-body__text div,
  .blog-body__text h1,
  .blog-body__text h2,
  .blog-body__text p,
  .blog-body__text {
    font-size: 1.10857rem;
    line-height: 1.7; }
  .header-nav__list-item--group .header-nav__link,
  .header-nav__list-item--group .header-nav__link:first-child {
    margin: 0 calc((100% - 34px * 4) / 9) 4px; }
  .header-nav__link--instagram {
    min-height: 0;
    padding: 0;
    padding-top: 34px;
    float: none;
    opacity: 1; }
  .adc-banner__list {
    margin: 30px 0; }
  .adc-banner__list .blog-article__adc {
    margin-bottom: 10px;
    padding: 0; }
  .sidebar-row {
    margin-top: 0; }
  .sidebar-row .article-list-item__date,
  .sidebar-ranking--popular-topics .article-list-item__date,
  .sidebar-ranking--daily-ranking .article-list-item__date {
    display: none; }
  .sidebar-row:last-child {
    padding-bottom: 0; }
  .slick-slider .sidebar-ranking__list-item {
    box-sizing: border-box;
    margin-top: 0;
    padding-right: 8px; }
  .slick-slider .article-list-item--sidebar {
    width: inherit; }
  .slick-slider .article-list-item__inner {
    position: relative;
    padding-bottom: inherit;
    overflow: inherit; }
  .slick-slider .article-list-item__image {
    display: inherit;
    position: inherit;
    width: 100%;
    height: calc(27vw * 0.563) !important;
    margin-right: inherit;
    padding-top: inherit;
    float: inherit;
    overflow: hidden; }
  .slick-slider .article-list-item__image > a {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    width: inherit;
    height: inherit;
    transform: translate(-50%, -50%); }
  .slick-slider .article-list-item__image > a > img {
    -webkit-transform: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100% !important;
    max-width: inherit;
    transform: inherit; }
  .slick-slider .article-list-item__image:after {
    display: none; }
  .sidebar-ranking {
    margin-top: 0; }
  .sidebar-row:first-child {
    padding-right: 23px;
    padding-left: 23px; }
  .sidebar-row:first-child .sidebar-ranking__unit-image {
    margin-right: 0; }
  .main > * {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0; }
  .article-list-item--pickup .article-list-item {
    margin-top: 0; }
  .article-list__body .article-list-item {
    margin-top: 0;
    margin-bottom: 0 !important; }
  .main-row .adc-post__item {
    margin-top: 10px; }
  .main-row .adc-post__title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar-ranking--daily-ranking,
  .sidebar-ranking--popular-topics {
    margin-bottom: 20px; }
  .article-list__body > .sidebar-row:first-child {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0; }
  .customer-transfer__slide--more-button {
    height: initial !important;
    padding: 5px 0 !important; }
  .slick-slider .article-list-item__heading,
  .slick-slider .article-list-item__heading a {
    -webkit-line-clamp: inherit;
    display: block;
    overflow: inherit;
    text-overflow: inherit; }
  .page-nav {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 15px; }
  .slick-list .customer-transfer__slide--more-button__outer {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 38vw !important;
    transform: translateY(-50%); }
  .article-list__head {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 15px; }
  .sidebar-ranking .sidebar-ranking__pickup-item--big {
    margin: 0 8px; }
  .sidebar-ranking .sidebar-ranking__pickup-item--big .sidebar-ranking__unit-image {
    margin-right: 0; }
  .customer-transfer__body {
    margin: 0; }
  .sidebar-ranking__pickup-item:first-child .sidebar-ranking__unit-image,
  .sidebar-ranking__pickup-item--big .sidebar-ranking__unit-image {
    position: relative;
    padding-bottom: 56.3%; }
  .sidebar-ranking__pickup-item:first-child .sidebar-ranking__unit-image img,
  .sidebar-ranking__pickup-item--big .sidebar-ranking__unit-image img {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%); }
  .sidebar-row {
    width: 100%; }
  .sidebar-row + .sidebar-row {
    margin-bottom: 0; }
  .sidebar-row + .main-row {
    margin-top: 20px;
    margin-bottom: -20px; }
  .blog-article__adc + .sidebar-row {
    margin-bottom: 0; }
  .ogp__text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .customer-transfer--head-slider {
    margin: -20px -15px 0;
    padding: 15px 15px 10px;
    background-color: #efefef; }
  .sidebar-ranking--daily-ranking .customer-transfer__slider {
    counter-reset: daily-ranking; }
  .sidebar-ranking--daily-ranking .sidebar-ranking__list-item {
    position: relative; }
  .sidebar-ranking--daily-ranking .customer-transfer__slider .sidebar-ranking__list-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #51c300;
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    content: counter(daily-ranking);
    counter-increment: daily-ranking;
    z-index: 1; }
  .sidebar-ranking .sidebar-ranking__unit-caption {
    font-weight: bold; }
  .sidebar-ranking--daily-ranking .slick-slide:nth-last-of-type(2) .sidebar-ranking__list-item::before,
  .sidebar-ranking--daily-ranking .slick-slide:nth-last-of-type(3) .sidebar-ranking__list-item::before {
    background: url(/files/user/images/design/video-ranking-ico.png?v=1555462532) 0 0 no-repeat;
    background-size: 20px 20px;
    content: "";
    counter-increment: none; }
  .sidebar-ranking__list-item--recommend {
    width: auto;
    min-height: 1px;
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #eee; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit-image {
    width: 80px;
    margin-right: 0;
    margin-left: 0;
    float: right; }
  .article-list-item--related {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .article-list-item--related + .sidebar-row {
    padding: 0px 0px 0px 15px; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit-caption {
    width: calc(100% - 88px); }
  .article-list-item--related .article-list-item__heading a {
    -webkit-line-clamp: 2; }
  .sidebar-adarea {
    margin-top: 20px; }
  .article-list__head + .article-list__body > .article-list-item--main {
    margin-bottom: 15px !important; }
  .sidebar-ranking--daily-ranking .article-list-item__heading a,
  .sidebar-ranking--popular-topics .article-list-item__heading a {
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; }
      .c-article-tag-wrap {
        margin-top: 30px; }
      .c-article-tag__link {
        height: 20px;
        font-size: 0.85714rem;
        line-height: 20px; }
    .p-channel__block {
      margin-right: 0;
      margin-left: 0; }
    .p-channel__list {
      margin-top: 10px; }
    .p-channel__list::-webkit-scrollbar {
      display: none; }
      .p-channel__item__data {
        -ms-flex-align: start;
        align-items: flex-start; }
        .p-channel__item__data::before {
          top: 1px; }
      .p-channel__item__text {
        margin-top: -5px; }
      .p-channel__item:nth-of-type(2) .p-channel__item__link {
        padding-top: 30px; }
    .p-channel__item:not(:first-child) .p-channel__item__text {
      font-size: 14px; }
    .p-channel__news-area {
      margin-top: 35px; }
    .p-channel__article {
      margin-top: 40px; }
      .p-channel__article__main {
        padding: 10px; }
      .p-channel__article__image__tag {
        padding: 3px 6px;
        font-size: 0.71429rem; }
    .p-monthly_heading--lv2 {
      font-size: 60px;
      text-align: center; }
    .p-monthly_heading--lv3 {
      font-size: 38px;
      text-align: center; }
    .p-monthly_itemBox {
      padding: 0 30px; }
    .p-monthly_itemBox.-two_column {
      margin-bottom: 30px; }
    .p-monthly_itemBox.-two_column:first-child {
      margin-top: 70px; }
    .p-monthly_title {
      padding-top: 20px;
      background: url(/files/user/images/design/monthly/bg_title_sp.png?v=) no-repeat right top; }
      .p-monthly_text {
        font-size: 12px;
        line-height: 2; }
    .p-monthly_itemList {
      margin-top: 50px; }
    .-two_column .p-monthly_item {
      width: calc(50% - 12px); }
      .-two_column .p-monthly_item:nth-child(odd) {
        margin: 0 24px 50px 0;
        float: left; }
      .-two_column .p-monthly_item:nth-child(even) {
        margin: 0 0 50px 0;
        float: right; }
      .-two_column .p-monthly_item img {
        width: 100%; }
      .p-monthly_special {
        margin-top: 80px; }
        .p-monthly_special_month {
          bottom: -23px;
          left: -20px;
          font-size: 195px; }
        .p-monthly_special_link {
          height: 180px;
          background-position: bottom 23px center;
          background-size: 110px auto; }
        .p-monthly_special_title {
          margin: 10px 0 5px; }
        .p-monthly_special_text {
          padding: 0 40px;
          font-size: 14px; }
        .p-monthly_special_soon {
          display: none; }
        .p-monthly_other_month {
          bottom: -23px;
          left: -20px;
          font-size: 195px; }
      .p-monthly_other_title {
        padding: 20px 0 5px;
        font-size: 21px; }
        .p-monthly_other_title span {
          font-size: 18px; }
      .p-monthly_other_text {
        padding: 0 40px;
        font-size: 14px; }
      .p-monthly_original {
        margin-top: 80px; }
        .p-monthly_original_heading {
          margin-bottom: 60px; }
          .p-monthly_original_heading img {
            width: 256px;
            margin-top: -24px; }
      .p-monthly_originalBox {
        margin: 0 0 80px;
        padding: 0 30px; }
      .p-monthly_original_item {
        width: 30%;
        margin: 30px 4px 0; }
    .p-news__adx-banner {
      margin-top: 20px; }
      .p-news__adx-banner > a {
        width: 100%; }
      .p-program__performer__title {
        font-size: 1.35714rem; }
      .p-program__performer__day-title {
        font-size: 1rem; } }
  @media (max-width: 768px) {
    .p-actor__text {
      margin-bottom: 15px;
      font-size: 1.85714rem; }
      .p-actor__block__summary {
        font-size: 1rem; }
    .p-actor__list-title {
      margin-top: 40px; }
      .p-program__performer__list__block {
        max-width: 100%;
        margin-left: 0; }
      .p-program__performer__list__quarter {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 0; }
      .p-program__performer__list__quarter:nth-of-type(odd) {
        padding-right: 5px; }
      .p-program__performer__list__quarter:nth-of-type(even) {
        padding-left: 5px; } }
  @media screen and (min-width: 801px) {
    .c-article__head .blog-article__date {
      margin-top: 10px; }
    .p-monthly_heading--lv2 {
      font-size: 80px; }
    .p-monthly_heading--lv3 {
      font-size: 66px; }
    .p-monthly_itemBox {
      display: -ms-flexbox;
      display: flex;
      width: 800px;
      margin: 0 auto; }
    .p-monthly_itemBox.-two_column {
      margin-bottom: 65px; }
    .p-monthly_itemBox.-two_column:first-child {
      margin-top: 90px; }
    .p-monthly_title {
      width: 355px;
      margin-right: 43px;
      background: url(/files/user/images/design/monthly/bg_title_pc.png?v=) no-repeat 30px 50px; }
      .p-monthly_text {
        font-size: 10px; }
    .p-monthly_itemList {
      width: 402px; }
    .-two_column .p-monthly_item {
      float: left; }
      .-two_column .p-monthly_item:nth-child(odd) {
        margin: 0 34px 60px 0; }
      .-two_column .p-monthly_item:nth-child(even) {
        margin: 0 0 60px 0; }
      .p-monthly_special {
        margin-top: 100px; }
        .p-monthly_special_inner {
          width: 1000px;
          margin: 0 auto; }
        .p-monthly_special_month {
          top: -70px;
          font-size: 370px; }
        .p-monthly_special_link {
          width: 800px;
          height: 180px;
          margin: 0 auto;
          background-position: right center; }
        .p-monthly_special_title {
          padding: 20px 0 5px; }
        .p-monthly_special_text {
          font-size: 12px; }
      .p-monthly_other {
        width: 1000px;
        height: 160px;
        margin: 60px auto 0;
        background-position: right center; }
        .p-monthly_other_month {
          top: -65px;
          font-size: 370px; }
        .p-monthly_other_link {
          width: 800px;
          height: 160px;
          margin: 0 auto;
          background-position: right center; }
      .p-monthly_other_title {
        padding: 25px 0 10px;
        font-size: 28px; }
        .p-monthly_other_title span {
          font-size: 23px; }
      .p-monthly_other_text {
        font-size: 12px; }
      .p-monthly_original {
        margin-top: 180px; }
        .p-monthly_original_heading {
          margin-bottom: 125px; }
          .p-monthly_original_heading img {
            margin-top: -42px; }
      .p-monthly_originalBox {
        width: 800px;
        margin: 0 auto 125px; }
        .p-monthly_original_list {
          margin-top: 45px; }
      .p-monthly_original_item {
        width: 134px; }
        .p-monthly_original_item:not(:first-child) {
          margin-left: 30px; } }
  @media (max-width: 800px) {
    .p-channel__item:first-child {
      width: 100%; }
    .article-list-item--keysize {
      margin-bottom: 0px !important; }
    .article-list-item--keysize + .article-list-item,
    .article-list-item--keysize + .article-list-item + .article-list-item {
      margin-top: 15px !important; } }