@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : TOPページCSS
===================================================================== */

/* =====================================================================
*    ヘッダー：上部帯・メインビジュアル・メニュー
* =================================================================== */
#header {
}

@media screen and (min-width:700px){
    #header {
        position: relative;
        z-index: 10;
    }
}

/* 上部帯枠 */
#header .header_band {
    width: 100%;
    height: 30px;
    background: url(../images/common/bg_brown.jpg) repeat center top;
    position: relative;
}

#header .header_band .img_pratinight_logo {
    width: 60px;
    height: auto;
    padding-top: 6px;
    padding-left: 1%;
}

#header .header_band .sns {
    width: 100%;
    position: absolute;
    top: 5px;
    right: 0;
}

#header .header_band .sns ul {
    letter-spacing: -.40em;
    text-align: right;
}

#header .header_band .sns ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
}

@media screen and (min-width:700px){
    #header .header_band {
        height: 40px;
        position: relative;
        z-index: 10;
    }

    #header .header_band .img_pratinight_logo {
        width: 100px;
        padding-top: 5px;
        padding-left: 10px;
    }

    #header .header_band .sns {
        top: 10px;
        padding-right: 10px;
    }

    #header .header_band .sns ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 0;
    }
}

/* メインビジュアル枠 */
#header .main_visual {
    width: 100%;
    height: 0;
    position: relative;
    background: url(../images/top/img_header_mainvisual_sp.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 125%;
    overflow: hidden;
}

#header .main_visual .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#header .main_visual h1 {
    width: 75.9375%;
    height: auto;
    padding-top: 57.2%;
    padding-left: 2%;
}

#header .main_visual .onair_group {
    width: 40.3125%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 102.8%;
    padding-left: 48.2%;
}

#header .main_visual .onair {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 1.3%;
}

/* 動く要素：PC崩れ防止 */
#header .main_visual .visual_move {
    width: 1200px;
    height: 650px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
	opacity: 0;
}

    #header .main_visual .visual_move .move00 {
        width: 1444px;
        height: auto;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -722px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move01 {
        width: 128px;
        height: auto;
        position: absolute;
        top: 348px;
        left: -128px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move02 {
        width: 141px;
        height: auto;
        position: absolute;
        top: 93px;
        left: 164px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move03 {
        width: 241px;
        height: auto;
        position: absolute;
        top: 7px;
        left: 530px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move04 {
        width: 109px;
        height: auto;
        position: absolute;
        top: 269px;
        left: 652px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move05 {
        width: 133px;
        height: auto;
        position: absolute;
        top: 192px;
        left: 769px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move06 {
        width: 99px;
        height: auto;
        position: absolute;
        top: 61px;
        left: 816px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move07 {
        width: 219px;
        height: auto;
        position: absolute;
        top: 309px;
        left: 899px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move08 {
        width: 132px;
        height: auto;
        position: absolute;
        top: -25px;
        left: 914px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move09 {
        width: 87px;
        height: auto;
        position: absolute;
        top: 150px;
        left: 968px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move10 {
        width: 262px;
        height: auto;
        position: absolute;
        top: 2px;
        left: 1062px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move .move11 {
        width: 94px;
        height: auto;
        position: absolute;
        top: 414px;
        left: 1250px;
        transform: translate3d(0, 0, 0);
    }

    #header .main_visual .visual_move div,
    #header .main_visual h1,
    #header .main_visual .onair,
    #header .main_visual .onair_group {
        display: none;
    }

@media screen and (min-width:700px){
    #header .main_visual {
        height: auto;
        background: url(../images/top/bg_header_mainvisual.jpg) repeat-x center top;
        background-size: auto 100%, auto 100%;
        padding-top: 0;
    }

    #header .main_visual .inner {
        width: 100%;
        height: 650px;
        position: relative;
    }

    #header .main_visual h1 {
        width: 470px;
        padding-top: 315px;
        padding-left: 40px;
        position: relative;
        z-index: 1;
    }

    #header .main_visual .onair_group {
        width: 200px;
        padding-top: 300px;
        padding-left: 50px;
    }

    #header .main_visual .onair {
        width: 408px;
        /*height: 65px;*/
		height: 104px;/*放送終了時*/
        background: url(../images/common/img_onair_pc_end.png) no-repeat center bottom;
        bottom: 75px;
        left: auto;
        right: 0;
        padding-bottom: 0;
    }

    #header .main_visual .onair img {
        display: none;
    }

    #header .main_visual .sns {
        position: absolute;
        bottom: 5px;
        right: 0;
        letter-spacing: -.40em;
    }

    #header .main_visual .sns li {
        width: 50px;
        height: auto;
        display: inline-block;
        letter-spacing: normal;
        padding-left: 10px;
    }

    /* 動く要素：初期表示 */
    #header .main_visual .visual_move {
		opacity: 1;
    }
}

/* メニュー枠 */
#header #nav {
    background:url(../images/common/bg_brown.jpg) repeat center top;
}

#header #nav ul {
    letter-spacing: -.40em;
    text-align: center;
}

#header #nav ul li {
    width: 33%;
    display: inline-block;
    padding-bottom: 5px;
    background: url(../images/top/bg_header_nav_bottom.png) no-repeat center bottom;
    background-size: auto 5px;
}

#header #nav ul li.news,
#header #nav ul li.intro {
    width: 50%;
}

#header #nav ul li:nth-child(n + 6) {
    background:  none;
    padding-bottom: 0;
}

#header #nav ul li a {
    display: block;
    background: url(../images/top/bg_header_nav_side.png) no-repeat right center;
    background-size: 4px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #nav ul li:nth-child(3n + 2) a {
    background: none;
    padding-right: 0;
}

#header #nav ul li a img {
    width: 94.7%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#header #nav ul li.news a img {
    width: 64.1%;
}

#header #nav ul li.intro a img {
    width: 78.1%;
}

@media screen and (min-width:700px){

    #header #nav ul li,
    #header #nav ul li.news,
    #header #nav ul li.intro {
        width: 21%;
        min-width: 170px;
        padding-bottom: 10px;
        background: url(../images/top/bg_header_nav_bottom.png) no-repeat center bottom;
        background-size: auto 10px;
    }

    #header #nav ul li:nth-child(n + 5) {
        background:  none;
        padding-bottom: 0;
    }

    #header #nav ul li a,
    #header #nav ul li:nth-child(3n + 2) a {
        background: url(../images/top/bg_header_nav_side.png) no-repeat right center;
        background-size: 8px auto;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
        padding-right: 8px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }

    #header #nav ul li:nth-child(4n+1) a {
        background: url(../images/top/bg_header_nav_side.png) no-repeat right center, url(../images/top/bg_header_nav_side.png) no-repeat left center;
        background-size: 8px auto, 8px auto;
        padding-left: 8px;
    }

    #header #nav ul li:nth-child(3n) a,
    #header #nav ul li:last-child a {
        background: url(../images/top/bg_header_nav_side.png) no-repeat right center;
        background-size: 8px auto;
        padding-right: 8px;
    }

    #header #nav ul li a img {
        width: 62.5%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }

    #header #nav ul li:nth-child(2) a img {
        width: 79.5%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }

    #header #nav ul li a:hover:before {
        content: "";
        background: url(../images/top/btn_header_nav_over.png) no-repeat center center;
        background-size: 79.365% auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
}


/* =====================================================================
*    コンテンツ枠
* =================================================================== */
.contents {
    background: url(../images/common/bg_race_top.png) repeat-x center top, url(../images/common/bg_contents.jpg) repeat center top;
    background-size: auto 6px ,105px auto;
    padding-top: 6px;
}

@media screen and (min-width:700px){
    .contents {
        background: url(../images/common/bg_race_top.png) repeat-x center top, url(../images/common/bg_race_bottom.png) repeat-x center bottom, url(../images/common/bg_contents.jpg) repeat center top;
        background-size: auto 12px, auto 12px ,211px auto;
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: hidden;
        position: relative;
        z-index: 10;
		margin-top: -10px;
    }

    .contents > .inner {
        height: 860px;
        margin-top: 50px;
    }
}

/* 新着情報 */
#news .inner {
    width: 93.75%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

#news h1 {
    display: none;
}

#news .news_list {
    height: 45px;
    overflow: hidden;
    margin-right: 55px;
    transition: height .3s ease;
}

#news .news_list.open {
    height: 150px;
    overflow-y: auto;
}

#news dl {
    overflow: hidden;
}

#news dl dt {
    min-height: 30px;
    color: #4a3b32;
    font-size: 1.1rem;
    line-height: 1.4em;
    font-weight: bold;
    float: left;
    padding-top: 7px;
    padding-bottom: 8px;
}

#news dl dd {
    min-height: 30px;
    color: #4a3b32;
    font-size: 1.1rem;
    line-height: 1.4em;
    padding-left: 7em;
    padding-top: 7px;
    padding-bottom: 8px;
}

#news dl dd a {
    color: #4a3b32;
    text-decoration: underline;
}

#news .more_btn {
    width: 45px;
    height: 45px;
    background: url(../images/common/bg_brown.jpg) repeat center top;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
}

@media screen and (min-width:700px){
    #news {
        width: 29.1666666%;
        height: 600px;
        background: url(../images/top/bg_news.png) no-repeat right top;
        background-size: 400px 630px;
        padding-top: 30px;
        padding-right: 50px;
        position: absolute;
        top: -30px;
        right: -50px;
    }

    #news .inner {
        width: 100%;
        height: 100%;
        background: #FFFFFF url(../images/common/bg_race_top.png) repeat-x center top;
        background-size: auto 12px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #news h1 {
        width: 65.7%;
        height: 60px;
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }

    #news .news_list {
        width: 71.428571428%;
        height: 430px;
        background-color: #fbf9f8;
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
    }

    #news .news_list::-webkit-scrollbar {
    width: 7px;
    }

    #news .news_list::-webkit-scrollbar-track {
    background-color: #e9e6e4;
    }

    #news .news_list::-webkit-scrollbar-thumb {
        background-color: #d294a3;
    }

    #news dl {
        padding: 15px 4%;
    }

    #news dl dt {
        min-height: auto;
        font-size: 1.4rem;
        line-height: 1.6em;
        float: none;
        padding-top: 15px;
        padding-bottom: 0;
    }

    #news dl dd {
        min-height: auto;
        font-size: 1.4rem;
        line-height: 1.6em;
        padding-left: 0;
        padding-top: 1em;
        padding-bottom: 15px;
    }

    #news .more_btn {
        display: none;
    }
}

/* ストーリー */
#story .inner {
    background-color: #FFFFFF;
    padding-top: 14.0625%;
    margin-bottom: 10.9375%;
}

#story h1 {
    width: 79.6875%;
    margin-left: auto;
    margin-right: auto;
}

#story .movie_wrapper {
    width: 100%;
    background: url(../images/top/bg_story_movie_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8%;
    margin-bottom: 7.03125%;
}

#story .movie_wrapper .movie {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#story .movie_wrapper .movie a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#story .movie_wrapper .story_no {
    width: 25%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14%;
}

#story .movie_wrapper .story_onair {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
}

#story .movie_wrapper .story_onair span {
    font-size: 0.85em;
    display: block;
	padding-top: 5px;
}

#story .story_more {
    background: url(../images/common/bg_green.jpg) repeat center top;
}

#story .story_more a {
    display: block;
    width: 50%;
    height: 100%;
    background: url(../images/top/bg_story_more_sp.png) no-repeat right center;
    background-size: 17px auto;
    padding: 7.8125% 21.875%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:700px){
    #story {
        width: 69.1666666%;
        height: 790px;
        background: url(../images/top/bg_story.png) no-repeat left bottom;
        background-size: 590px 360px;
        padding-bottom: 50px;
        padding-left: 60px;
        position: absolute;
        top: 0px;
        left: -60px;
    }

    #story .inner {
        width: 100%;
        height: 100%;
        background: #FFFFFF url(../images/common/bg_race_top.png) repeat-x center top;
        background-size: auto 12px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #story h1 {
        width: 40.96385542%;
        height: 53px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }

    #story .movie_wrapper {
        max-width: 690px;
        background: url(../images/top/bg_story_movie.jpg) no-repeat center top;
        background-size: 100% auto;
        padding-top: 6%;
        margin-left: auto;
        margin-right: auto;
    }

    #story .movie_wrapper .movie {
        width: 72.463768%;
    }

    #story .movie_wrapper .movie a {
        display: none;
    }

    #story .movie_wrapper .story_no {
        width: 134px;
        padding-top: 55px;
    }

    #story .movie_wrapper .story_onair {
        font-size: 1.8rem;
        padding-top: 20px;
    }

    #story .story_onair {
        font-size: 1.8rem;
        padding-top: 630px;
    }

    #story .story_more {
        width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 705px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    #story .story_more a {
        width: 56.25%;
        background: none;
        padding: 5% 21.875%;
    }

    #story .story_more a:hover {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        background: url(../images/common/bg_pink.jpg) repeat center top;
    }
}

/* シェアボタン（SP) */
#sns ul{
    letter-spacing: -.40em;
}

#sns ul li {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
}

#sns ul li.twitter {
    background-color: #1da1f2;
}

#sns ul li.line {
    background-color: #00b300;
}

#sns ul li a {
    width: 37.5%;
    display: block;
    padding: 5% 31.25%;
}

/* LINEボタン（PC) */
@media screen and (min-width:700px){
    #sns_line {
        width: 29.1666666%;
        height: 170px;
        position: absolute;
        top: 620px;
        right: 0px;
    }

    #sns_line .inner {
        width: 100%;
        height: 100%;
        background: #FFFFFF url(../images/common/bg_race_top.png) repeat-x center top;
        background-size: auto 12px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #sns_line h1 {
        width: 90%;
        max-width: 270px;
        height: 59px;
        display: block;
        margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 27px;
    }

    #sns_line .btn_add {
        width: 100%;
        height: 70px;
        background: url(../images/common/bg_green.jpg) repeat center top;
    }

    #sns_line .btn_add a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    #sns_line .btn_add a:hover {
        background: url(../images/common/bg_pink.jpg) repeat center top;
    }

    #sns_line .btn_add a:after {
    content: ' ';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    }

    #sns_line .btn_add a img {
        width: 90;
        max-width: 150px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    #news .news_list {
        width: 71.428571428%;
        height: 430px;
        background-color: #fbf9f8;
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
    }

    #news .news_list::-webkit-scrollbar {
    width: 7px;
    }

    #news .news_list::-webkit-scrollbar-track {
    background-color: #e9e6e4;
    }

    #news .news_list::-webkit-scrollbar-thumb {
        background-color: #d294a3;
    }

    #news dl {
        padding: 15px 4%;
    }

    #news dl dt {
        min-height: auto;
        font-size: 1.4rem;
        line-height: 1.6em;
        float: none;
        padding-top: 15px;
        padding-bottom: 0;
    }

    #news dl dd {
        min-height: auto;
        font-size: 1.4rem;
        line-height: 1.6em;
        padding-left: 0;
        padding-top: 1em;
        padding-bottom: 15px;
    }

    #news .more_btn {
        display: none;
    }
}

/* =====================================================================
*    補足情報枠
* =================================================================== */
.aside_contents {
    width: 100%;
    background: url(../images/top/bg_aside_contents_01.jpg) repeat-x center bottom;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:700px){
    .aside_contents {
        height: 540px;
        background: url(../images/top/bg_aside_contents_01.jpg) repeat-x center bottom;
        background-size: auto 100%;
        position: relative;
        z-index: 10;
    }

    .aside_contents:before {
        content: ' ';
        width: 208px;
        height: 391px;
        background: url(../images/top/bg_aside_contents_02.png) no-repeat center top;
        position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -820px;
    }

    .aside_contents .inner {
        height: 100%;
        overflow: hidden;
    }
}

/* Twitterタイムライン */
@media screen and (min-width:700px){
    #sns_twitter {
        width: 40.8333333%;
        padding-top: 60px;
        padding-left: 6.6666666%;
        float: left;

    }

    #sns_twitter h1 {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    #sns_twitter #timeline {
        width: 100%;
        height: 355px;
    }
}

/* ytv MyDo!動画枠 */
#mydo_area {
    width: 100%;
}

#mydo_area h1 {
    display: none;
}

#mydo_area .mydo_btn {
    display: none;
}

@media screen and (min-width:700px){
    #mydo_area {
        width: 40.8333333%;
        padding-top: 60px;
        margin-left: 52.5%;
    }
    
    #mydo_area h1 {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        display: block;
    }

    #mydo_area .embed_area {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
    }

    #mydo_area .embed_area > .video-js,
    #mydo_area .embed_area > img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #mydo_area .mydo_btn {
        width: 65.3%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #mydo_area .mydo_btn a {
        width: 100%;
        height: 100%;
        display: block;
        margin-top: 4%;
    }

    #mydo_area .mydo_btn a img {
        opacity: 1;
    }

    #mydo_area .mydo_btn a:hover img {
        opacity: 0.7;
    }
}

/* =====================================================================
*    PAGETOPボタン
* =================================================================== */
@media screen and (max-width:699px){
    .pagetop {
        background: url(../images/top/bg_aside_contents_01.jpg) repeat-x center bottom;
        background-size: auto 100%;
    }
}