@charset "UTF-8";

/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

    /*--------------------------------------------------------------------------------
    　▼ mobile_header nav　
    --------------------------------------------------------------------------------*/
    #m_header {
        display: block;
        padding: 20px 0;
    }
    #m_header .logo { text-align: right;}
    #m_header #toggle_btn {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通　
    --------------------------------------------------------------------------------*/
    .box { padding: 20px 0;}
    .inner_box { width: 90%;}
    .anchor-point { top: -10px;}
    
    /*--------------------------------------------------------------------------------
    　▼ header　
    --------------------------------------------------------------------------------*/
    #header,
    #fixedBox { display: none;}

    /*--------------------------------------------------------------------------------
    　▼ NEWS
    --------------------------------------------------------------------------------*/
    #news .fl {
        float: none;
        width: 100%;
    }
    #news .fr {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0 0;
    }

    table.news_table tr th {
        width: 20%;
        color: #999;
        padding: 0 0 10px;
        line-height: 1.5em;
    }
    table.news_table tr td { padding: 0 0 10px;}


    /*--------------------------------------------------------------------------------
    　▼ BIOGRAPHY
    --------------------------------------------------------------------------------*/
    #biography .fl,
    #biography .fr {
        float: none;
        width: 100%;
        min-height: auto;
    }

    ul.ul03 li {
        display: block;
        width: 100%;
        padding-bottom: 25px;
    }

    ul.ul03 li:nth-child(odd),
    ul.ul03 li:nth-child(even) { padding: 0;}
    .name span.blue { position: static;}

    table.table01,
    table.table01 tbody { width: 100%;}
    table.table01 tr th {
        width: 25%;
        text-align: right;
    }
    table.table01 tr td { width: 75%;}
    
    .movie {
      width: 80%;
      margin: 0 auto;
    }


    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    #footer { padding: 20px 0;}
}



/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    #mobile-bar .inner img { width: auto !important; height: 100px !important;}

    /*--------------------------------------------------------------------------------
    　▼ m_header
    --------------------------------------------------------------------------------*/
    #m_header #toggle_btn { top: 20px;}
    #m_header #toggle_btn img { width: 50px !important;}
    #m_header .main { padding: 30px 0 0;}


    /*--------------------------------------------------------------------------------
    　▼ 共通
    --------------------------------------------------------------------------------*/
    .in_box { padding: 20px 0 0;}


    /*--------------------------------------------------------------------------------
    　▼ NEWS
    --------------------------------------------------------------------------------*/
    table.news_table tr th {
        display: block;
        width: 100%;
        padding: 5px 0 0;
    }
    table.news_table tr td {
        display: block;
        width: 100%;
        padding: 0 0 5px;
    }

    /*--------------------------------------------------------------------------------
    　▼ BIOGRAPHY
    --------------------------------------------------------------------------------*/
    .photo { width: 80%; display: block; margin: 0 auto; text-align: center;}
    .name {
        display: block;
        width: 100%;
    }
    .photo img { width: 80%; margin: 0 auto;}
    .artwork { padding: 10px 0;}


    /*--------------------------------------------------------------------------------
    　▼ DISCOGRAPHY
    --------------------------------------------------------------------------------*/
    ul.ul01 { padding: 40px 0 0;}
    ul.ul01 li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    ul.ul01 li .img_box img { width: 100%;}
    ul.ul01 li .img_box { width: 80%; margin: 0 auto; padding-top: 70%;}
    ul.ul01 li:nth-child(3n - 1) { margin: 0 0 30px;}
    table,table.table01 { height: auto;}
    table.table02 { display: none;}
    
    .movie {
      width: 100%;
      margin: 0 auto;
    }

    /*--------------------------------------------------------------------------------
    　▼ SPECIAL
    --------------------------------------------------------------------------------*/
    #special .movie_box { width: 100%;}
    #special .fl,
    #special .fr {
        float: none;
        width: 100%;
    }
    #special .fr { padding-top: 20px;}
}


