@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリーページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main {
    /*-------------------------------------
        見逃し配信
    -------------------------------------*/
    /*-------------------------------------
        ストーリー
    -------------------------------------*/
    /*-------------------------------------
        バックナンバー
    -------------------------------------*/
  }
  #main .mainInner {
    padding-bottom: 10%;
  }
  #main .h1_tit {
    background: url(../images/story/sp/h1_tit_sp.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    width: 87.5%;
    padding-top: 15%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .inner {
    margin: 0 auto;
  }
  #main #mydo_area {
    margin: 0px auto 20px;
    width: 87.5%;
    text-align: center;
    position: relative;
    z-index: 15;
  }
  #main #mydo_area a {
    background-color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
    text-decoration: none;
  }
  #main #mydo_area a .num {
    margin-right: 5px;
    vertical-align: middle;
    font-family: "Hiragino Mincho ProN",serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    color: #f00;
  }
  #main #mydo_area a .last {
    margin-right: 5px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #f00;
    text-decoration: none;
  }
  #main #mydo_area a img {
    margin-right: 10px;
    vertical-align: middle;
    width: 100px;
    height: auto;
  }
  #main #next-story_area .inner {
    width: 87.5%;
  }
  #main #next-story_area .img_main {
    margin: 0 auto;
    width: 87.5%;
  }
  #main #next-story_area .img_main img {
    width: 100%;
    height: auto;
  }
  #main #next-story_area .title_area {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #313131;
  }
  #main #next-story_area .title_area .img_story-number {
    padding-bottom: 10px;
    text-align: center;
  }
  #main #next-story_area .title_area .img_story-number img {
    width: auto;
    height: 30px;
  }
  #main #next-story_area .title_area .text_title {
    display: none;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
  }
  #main #next-story_area .title_area .text_onair {
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
    font-style: italic;
  }
  #main #next-story_area .next_area {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.8em;
  }
  #main #next-story_area .slide_img {
    padding: 30px 0;
  }
  #main #next-story_area .next_area .slide_img_wrap {
    width: 89.2858%;
    position: relative;
    box-sizing: border-box;
    padding: 12.5% 3.5715%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl {
    width: 128%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -14%;
  }
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_left,
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_right {
    width: 14.0625%;
    height: 0;
    padding-top: 18.75%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_left {
    left: 0;
    background: url(../images/story/btn_list_image_left.png) no-repeat center center;
    background-size: 100% auto;
  }
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_right {
    right: 0;
    background: url(../images/story/btn_list_image_right.png) no-repeat center center;
    background-size: 100% auto;
  }
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_left a,
  #main #next-story_area .next_area .slide_img_wrap .btn_ctrl .btn_right a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999em;
    overflow: hidden;
  }
  #main #next-story_area .next_area .slide_img_wrap .slide_img_wrap_inner {
    position: relative;
    overflow: hidden;
  }
  #main #next-story_area .next_area .slide_img li {
    float: left;
    list-style: none;
  }
  #main #backnumber {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: skew(0deg, -3.1deg);
    -ms-transform: skew(0deg, -3.1deg);
    -webkit-transform: skew(0deg, -3.1deg);
    transform: skew(0deg, -3.1deg);
  }
  #main #backnumber .bnInner {
    -moz-transform: skew(0deg, 3.1deg);
    -ms-transform: skew(0deg, 3.1deg);
    -webkit-transform: skew(0deg, 3.1deg);
    transform: skew(0deg, 3.1deg);
  }
  #main #backnumber h3 {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }
  #main #backnumber .back_wrap {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 100%;
  }
  #main #backnumber .back_wrap ul {
    text-align: center;
    letter-spacing: -.4em;
  }
  #main #backnumber .back_wrap ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40.625%;
    padding-top: 28.125%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
  #main #backnumber .back_wrap ul li .img_story-number {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
  }
  #main #backnumber .back_wrap ul li .thumbs {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main #backnumber .back_wrap ul li .thumbs img {
    width: 100%;
    height: 100%;
  }
  #main #backnumber .back_wrap ul li a:active .img_story-number {
    background-color: transparent;
  }
}
@media screen and (min-width: 700px) {
  #main {
    /*-------------------------------------
        見逃し配信
    -------------------------------------*/
    /*-------------------------------------
        ストーリー
    -------------------------------------*/
    /*-------------------------------------
        バックナンバー
    -------------------------------------*/
  }
  #main .mainInner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  #main .h1_tit {
    background: url(../images/story/h1_tit.png) no-repeat center center;
    margin: 0 auto 50px;
    width: 960px;
    height: 46px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main #mydo_area {
    margin: 0 auto;
    width: 960px;
    padding-bottom: 30px;
    text-align: center;
  }
  #main #mydo_area a {
    background-color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #000;
    text-decoration: none;
  }
  #main #mydo_area a .num {
    margin-right: 5px;
    vertical-align: middle;
    font-family: "Hiragino Mincho ProN",serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #f00;
  }
  #main #mydo_area a .last {
    margin-right: 5px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #f00;
  }
  #main #mydo_area a img {
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #next-story_area .inner {
    margin: 0 auto;
    width: 960px;
  }
  #main #next-story_area .img_main {
    margin: 0 auto;
    padding: 20px 0;
    width: 615px;
  }
  #main #next-story_area .img_main img {
    width: 100%;
    height: auto;
  }
  #main #next-story_area .title_area {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px dotted #313131;
  }
  #main #next-story_area .title_area .img_story-number {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #main #next-story_area .title_area .img_story-number img {
    vertical-align: middle;
  }
  #main #next-story_area .title_area .text_title {
    display: none;
  }
  #main #next-story_area .title_area .text_onair {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 22px;
    font-style: italic;
    line-height: 1.0em;
  }
  #main #next-story_area .next_area {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.8em;
  }
  #main #next-story_area .slide_img_wrap {
    padding-bottom: 50px;
  }
  #main #next-story_area .slide_img {
    padding: 30px 0;
    text-align: center;
  }
  #main #next-story_area .slide_img li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #main #next-story_area .slide_img li img {
    width: 95%;
    height: auto;
  }
  #main #backnumber {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: skew(0deg, -3.1deg);
    -ms-transform: skew(0deg, -3.1deg);
    -webkit-transform: skew(0deg, -3.1deg);
    transform: skew(0deg, -3.1deg);
  }
  #main #backnumber .bnInner {
    -moz-transform: skew(0deg, 3.1deg);
    -ms-transform: skew(0deg, 3.1deg);
    -webkit-transform: skew(0deg, 3.1deg);
    transform: skew(0deg, 3.1deg);
  }
  #main #backnumber h3 {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }
  #main #backnumber .back_wrap {
    margin: 0 auto;
    padding-left: 20px;
    padding-bottom: 60px;
    width: 1000px;
  }
  #main #backnumber .back_wrap ul {
    letter-spacing: -.4em;
  }
  #main #backnumber .back_wrap ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 225px;
    height: 127px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
  #main #backnumber .back_wrap ul li:nth-child(4n) {
    margin-right: 0;
  }
  #main #backnumber .back_wrap ul li .img_story-number {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
  }
  #main #backnumber .back_wrap ul li .thumbs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main #backnumber .back_wrap ul li .thumbs img {
    width: 100%;
    height: 100%;
  }
  #main #backnumber .back_wrap ul li a:hover .img_story-number {
    background-color: transparent;
  }
}
/* =====================================================================
*    Mydo見逃し配信
* =================================================================== */
/* =====================================================================
*    タイトル
* =================================================================== */
/* =====================================================================
*    次回予告
* =================================================================== */
/* =====================================================================
*    バックナンバー
* =================================================================== */
