@charset "UTF-8";
/* ==========================================================================
 出力先階層
========================================================================== */
/* ==========================================================================
 Foundation
========================================================================== */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }

/* -----------------------------------------------------------------
 Only
----------------------------------------------------------------- */
/* =================================================================
 /lineup/br-t09/ 専用CSS
================================================================= */
/*お好みのカテゴリーを選ぶ*/
.o-rec {
  position: relative;
  max-width: 100%;
  padding-left: 205px;
  margin-bottom: 25px; }
  .o-rec .o-rec_img {
    text-align: center;
    margin: auto; }
    .o-rec .o-rec_img img {
      width: 100%;
      height: auto; }
  .o-rec .o-rec_list {
    position: absolute;
    width: 100%;
    max-width: 100%;
    border: 5px solid #67c4c9;
    z-index: 1;
    background-color: #fff;
    padding: 10px 12px; }
    .o-rec .o-rec_list.-pos01 {
      left: 0;
      top: 0;
      width: auto; }
    .o-rec .o-rec_list.-pos02 {
      left: 0;
      bottom: 0;
      width: auto; }

/*おまかせ自動録画設定*/
.o-rec02 {
  position: relative;
  padding-left: 160px;
  padding-bottom: 40px;
  max-width: 100%; }
  .o-rec02 .o-rec02_img {
    text-align: center;
    margin: auto; }
    .o-rec02 .o-rec02_img img {
      width: 100%;
      height: auto; }
  .o-rec02 .o-rec02_list {
    position: absolute;
    width: 100%;
    max-width: 100%;
    border: 5px solid #67c4c9;
    z-index: 1;
    background-color: #fff;
    padding: 10px 12px; }
    .o-rec02 .o-rec02_list.-pos01 {
      left: 0;
      bottom: 0;
      width: auto; }

/*「時短機能」初回設定からも設定できる*/
.o-rec03 {
  position: relative;
  padding-bottom: 70px; }
  .o-rec03 .o-rec03_img {
    margin: 0 auto 0 3%; }
    .o-rec03 .o-rec03_img img {
      width: 50%; }
  .o-rec03 .o-rec03_list {
    position: absolute;
    width: 100%;
    max-width: 100%;
    border: 5px solid #67c4c9;
    z-index: 1;
    background-color: #fff;
    padding: 10px 12px; }
    .o-rec03 .o-rec03_list.-pos01 {
      left: 50%;
      right: 0;
      top: 0;
      width: auto; }
    .o-rec03 .o-rec03_list.-pos02 {
      left: 50%;
      right: 0;
      top: 130px;
      width: auto; }
  .o-rec03 .o-rec03_grid {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .o-rec03 .o-rec03_grid_row.-txt {
      width: 50%;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 50%;
      flex: 1 1 50%; }
    .o-rec03 .o-rec03_grid_row.-img {
      width: 50%;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 50%;
      flex: 1 1 50%;
      padding-left: 10px;
      max-width: 50%; }

/*その他、スマホでできること*/
.fzContainer {
  margin-top: 37px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777; }

.fzDl {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777; }

/* 音声検索・音声操作が可能に */
.o-anytimeList {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .o-anytimeList_in {
    margin-left: 98px; }
    .o-anytimeList_in:first-child {
      margin-left: 0; }
    .o-anytimeList_in_wrap {
      margin-bottom: 12px; }

.o-anytimeTxt {
  font-size: 1.6rem; }
  .o-anytimeTxt.-or {
    color: #dd6f02; }
  .o-anytimeTxt.-large {
    font-size: 2.4rem;
    font-weight: 700; }

/* 見る・録る　時短で見る */
.o-listItem {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }
  .o-listItem_in {
    margin-left: 5%;
    flex: 0 0 30.33%; }
    .o-listItem_in:first-child {
      margin-left: 0; }
    .o-listItem_in.-twoCol {
      max-width: calc(50% - 40px);
      flex: 0 0 49%; }
    .o-listItem_in.-tac {
      text-align: center; }
    .o-listItem_in_wrap.-img {
      margin-bottom: 35px;
      min-height: 295px; }
    .o-listItem_in_wrap.-arrowTop {
      position: relative; }
      .o-listItem_in_wrap.-arrowTop::after {
        width: 40px;
        height: 40px;
        margin: auto;
        display: block;
        content: '';
        background: url(../images/icon_arrow_other.png) left top/contain no-repeat;
        transform: rotate(-90deg);
        position: absolute;
        top: -75px;
        right: 0;
        left: 0; }
    .o-listItem_in_wrap.-arrowRight {
      position: relative; }
      .o-listItem_in_wrap.-arrowRight::after {
        width: 40px;
        height: 40px;
        display: block;
        content: '';
        background: url(../images/icon_arrow_other.png) left top/contain no-repeat;
        position: absolute;
        top: 8px;
        right: -60px; }
    .o-listItem_in_wrap_item.-ttl {
      padding: 8px 0;
      background: #0390d5;
      border-radius: 4px;
      text-align: center;
      line-height: 1;
      color: #fff;
      font-size: 2rem; }
    .o-listItem_in_wrap_item.-img {
      margin-top: 20px;
      margin-bottom: 16px; }
      .o-listItem_in_wrap_item.-img img {
        width: 100%;
        height: auto; }
      .o-listItem_in_wrap_item.-img.-type02 {
        margin-top: 0;
        margin-bottom: 35px; }
    .o-listItem_in_wrap_item.-txt {
      line-height: 1.75;
      font-size: 1.6rem;
      color: #535353; }
      .o-listItem_in_wrap_item.-txt.-type02 {
        line-height: 1.35;
        font-size: 2.4rem;
        font-weight: 300; }
      .o-listItem_in_wrap_item.-txt.-type03 {
        max-width: 400px;
        height: 60px;
        margin: 0 auto 10px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #7acacd;
        border-radius: 4px;
        line-height: 1.2;
        font-size: 1.8rem;
        font-weight: 300;
        color: #fff; }
      .o-listItem_in_wrap_item.-txt.-tac {
        text-align: center; }

@media screen and (max-width: 1230px) {
  .o-rec03 .o-rec03_img img {
    width: 40%; }
  .o-rec03 .o-rec03_list.-pos01 {
    left: 40%; }
  .o-rec03 .o-rec03_list.-pos02 {
    top: 100px;
    left: 40%; }
  .o-rec03 .o-rec03_grid_row.-txt {
    width: 70%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%; }
  .o-rec03 .o-rec03_grid_row.-img {
    width: 30%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%; } }
@media screen and (max-width: 640px) {
  /*お好みのカテゴリーを選ぶ*/
  .o-rec {
    margin-bottom: 12px;
    padding: 0; }
    .o-rec .o-rec_img {
      width: 100%;
      text-align: center;
      margin: auto;
      margin-bottom: 10px; }
    .o-rec .o-rec_list {
      border-width: 0;
      padding: 0;
      margin-bottom: 10px;
      font-size: 1.1rem;
      font-weight: 400;
      color: #535353;
      text-align: left;
      position: relative;
      width: auto;
      padding-left: 25px; }
      .o-rec .o-rec_list::before {
        content: attr(data-num);
        background-color: #67c4c9;
        font-weight: 700;
        text-align: center;
        display: block;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 1.2rem;
        height: 18px;
        width: 18px;
        padding-top: 0; }
      .o-rec .o-rec_list.-pos01 {
        width: auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
      .o-rec .o-rec_list.-pos02 {
        width: auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
      .o-rec .o-rec_list.-pos03 {
        width: auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }

  /*おまかせ自動録画設定*/
  .o-rec02 {
    padding-left: 0;
    padding-bottom: 0; }
    .o-rec02 .o-rec02_list {
      position: static;
      border-width: 3px;
      z-index: 1;
      background-color: #fff;
      padding: 6px 6px 4px; }
      .o-rec02 .o-rec02_list.-pos01 {
        left: auto;
        bottom: auto;
        width: auto; }

  /*「時短機能」初回設定からも設定できる*/
  .o-rec03 {
    padding-bottom: 20px; }
    .o-rec03 .o-rec03_img {
      margin: 0; }
      .o-rec03 .o-rec03_img img {
        width: 100%; }
    .o-rec03 .o-rec03_list {
      border-width: 0;
      padding: 0;
      margin-bottom: 10px;
      font-size: 1.1rem;
      font-weight: 400;
      color: #535353;
      text-align: left;
      position: relative;
      width: auto;
      padding-left: 25px; }
      .o-rec03 .o-rec03_list::before {
        content: attr(data-num);
        background-color: #67c4c9;
        font-weight: 700;
        text-align: center;
        display: block;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 1.2rem;
        height: 18px;
        width: 18px;
        padding-top: 0; }
      .o-rec03 .o-rec03_list.-pos01 {
        width: auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
      .o-rec03 .o-rec03_list.-pos02 {
        width: auto;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
    .o-rec03 .o-rec03_grid {
      display: block; }
      .o-rec03 .o-rec03_grid_row.-txt {
        width: 100%;
        margin-bottom: 10px; }
      .o-rec03 .o-rec03_grid_row.-img {
        text-align: center;
        padding-left: 0;
        width: auto;
        max-width: 100%; }

  /* 音声検索・音声操作が可能に */
  .o-anytimeList {
    display: block; }
    .o-anytimeList_in {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .o-anytimeList_in:first-child {
        margin-left: 0; }
      .o-anytimeList_in_wrap {
        margin-top: 20px;
        margin-bottom: 12px; }

  .o-anytimeTxt {
    display: inline-block;
    font-size: 1.2rem; }
    .o-anytimeTxt.-or {
      color: #dd6f02; }
    .o-anytimeTxt.-large {
      font-size: 2.4rem;
      font-weight: 700; }

  /* 見る・録る　時短で見る */
  .o-listItem {
    display: block;
    margin-top: 20px; }
    .o-listItem_in {
      margin-left: 0; }
      .o-listItem_in.-twoCol {
        max-width: none; }
      .o-listItem_in.-spCol {
        display: flex;
        flex-direction: column; }
        .o-listItem_in.-spCol .-spColItem:first-child {
          order: 2; }
        .o-listItem_in.-spCol .-spColItem:last-child {
          order: 1; }
      .o-listItem_in_wrap {
        margin-bottom: 30px; }
        .o-listItem_in_wrap.-img {
          min-height: auto; }
        .o-listItem_in_wrap.-arrowRight, .o-listItem_in_wrap.-arrowTop {
          margin-bottom: 40px;
          position: relative; }
          .o-listItem_in_wrap.-arrowRight::after, .o-listItem_in_wrap.-arrowTop::after {
            margin: auto;
            display: block;
            content: '';
            background: url(../images/icon_arrow_other.png) left/20px auto no-repeat;
            transform: rotate(90deg);
            position: absolute;
            top: auto;
            bottom: -50px;
            right: 0;
            left: 0; }
        .o-listItem_in_wrap_item.-img {
          text-align: center; }
          .o-listItem_in_wrap_item.-img img {
            width: auto; }
          .o-listItem_in_wrap_item.-img.-type02 {
            margin-bottom: 10px; }
        .o-listItem_in_wrap_item.-txt.-type03 {
          height: 40px;
          margin-top: 10px;
          margin-bottom: 0;
          font-size: 1.2rem; }
        .o-listItem_in_wrap_item.-ttl {
          font-size: 1.4rem; }
        .o-listItem_in_wrap_item.-txt {
          font-size: 1.2rem; }
          .o-listItem_in_wrap_item.-txt.-type02 {
            font-size: 1.4rem; } }
.bnrbox {
  text-align: center; }

.p-table.-alternate .p-table_tbody_tr:nth-of-type(2n) {
  background: none; }

.p-table.-alternate .p-table_tbody_tr.p-table_tbody_tr--accent {
  background: #d1edef; }

.c-grid.-fCenter {
  justify-content: center; }

.c-grid .c-grid_row.no-flex {
  display: block; }

.c-btn.-fill02.-full {
  max-width: 100%; }

.p-unit .p-unit_small.-taCenter {
  padding-left: 0;
  word-break: break-all;
  text-align: center; }

@media screen and (max-width: 1230px) {
  .p-dl .p-dl_item {
    margin-bottom: 6px; } }
@media screen and (max-width: 640px) {
  .c-icon.-arw02 {
    background-size: 10px auto; }

  .p-unit_img {
    padding-left: 20px;
    padding-right: 20px; } }
.newIcon {
  position: relative;
  padding-left: 45px; }

.newIcon::before {
  width: 40px;
  height: 40px;
  margin: auto;
  background: #c00c0c;
  border-radius: 50%;
  content: 'NEW';
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.l-lineup .l-lineup_mv_bnr {
  margin-top: 20px;
  position: static; }

.l-lineup_mv_item_onSale {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #535353; }

.icon-blank00 {
  display: inline-block;
  background: url(../images/icon_window.png) left center no-repeat;
  margin-left: 0;
  padding-left: 32px; }

@media screen and (max-width: 1230px) {
  .l-lineup .l-lineup_mv_small {
    top: 340px; } }
.is-hideSP {
  display: block; }

@media screen and (max-width: 640px) {
  .l-lineup_mv_item_onSale {
    display: none; }

  .is-hideSP {
    display: none; } }
.p-unit_ttl.-fz16 {
  font-size: 1.6rem; }

@media screen and (max-width: 640px) {
  .p-unit_ttl.-fz16 {
    font-size: 1.4rem; } }
/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
