@charset "UTF-8";

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

    /*--------------------------------------------------------------------------------
    　▼ m_header　
    --------------------------------------------------------------------------------*/
    #m_header {
        display: block;
        padding: 20px 0;
        background: pink;
    }
    #m_header .logo { text-align: right;}
    #m_header #toggle_btn {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .main { padding: 30px 0 0;}

    /*--------------------------------------------------------------------------------
    　▼ 共通　
    --------------------------------------------------------------------------------*/
    .inner_box { width: 90%;}
    .anchor-point { top: -10px;}

    /*--------------------------------------------------------------------------------
    　▼ header　
    --------------------------------------------------------------------------------*/
    #header,
    #fixedBox { display: none;}

    /*--------------------------------------------------------------------------------
    　▼ アーティスト
    --------------------------------------------------------------------------------*/
    #artist.box { padding: 0 0 30px;}
    .photo,
    .name { display: block; width: 100%;}
    
    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;}

    /*--------------------------------------------------------------------------------
    　▼ ディスコグラフィ
    --------------------------------------------------------------------------------*/
    .cd_title.cd_title01 { min-height: auto;}
    .img_box { min-height: 100px;}
    #discography .pt20 { padding-top: 10px !important;}
    table.table01 { width: 100%;}
    table.table01 tr th { width: 25%;}
    table.table01 tr td { width: 75%;}


    /*--------------------------------------------------------------------------------
    　▼ スペシャル
    --------------------------------------------------------------------------------*/
    #special .movie_box { width: 100%;}

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



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

    .title_box {
        text-align: left;
    }

    #ticket table,
    #ticket table tbody,
    #ticket table tr { display: block; width: 100%;}
    #ticket table tr th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        border-bottom: none;
        font-weight: bold;
    }
    #ticket table tr td {
        display: block;
        padding: 5px 0 10px;
        width: 100%;
    }
    #ticket table tr td a { display: block; word-break:break-all;}

    #information table,
   #information table tbody,
    #information table tr { display: block; width: 100%;}
    #information table tr th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        border-bottom: none;
        font-weight: bold;
    }
    #information table tr td {
        display: block;
        padding: 5px 0 10px;
        width: 100%;
    }
    #information table tr td a { display: block; word-break:break-all;}


    /*--------------------------------------------------------------------------------
    　▼ m_header　
    --------------------------------------------------------------------------------*/
    #mobile-bar .inner img { width: auto !important; height: 100px !important;}
    #m_header #toggle_btn img { width: 50px !important;}


    /*--------------------------------------------------------------------------------
    　▼ アーティスト
    --------------------------------------------------------------------------------*/
    #artist { padding: 30px 0;}

    #artist .fl,
    #artist .fr {
        float: none;
        width: 100%;
        padding: 30px;
        display: block;
    }
    #artist .fr { margin-top: 20px;}
    #artist .fl img,
    #artist .fr img { width: 100%;}
    .photo { width: 80%; margin: 0 auto;}
    
    
    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;}


    /*--------------------------------------------------------------------------------
    　▼ ディスコグラフィ
    --------------------------------------------------------------------------------*/
    ul.ul01 li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    ul.ul01 li:nth-child(3n - 1) { margin: 0 0 30px;}
    ul.ul01 li .img_box { width: 80%; margin: 0 auto; padding-top: 70%;}
    ul.ul01 li .img_box img { width: 100%;}
    ul.ul02 li { text-align: left; margin-bottom: 0; display: list-item;}
    ul.ul02 li:nth-child(3n - 1) { margin: 0;}
    table.table01 { width: 80%;}
    table.table01 tr th { width: 20%;}
    table.table01 tr td { width: 80%; display: table-cell;}
    table.sp_none { display: none;}

    /*--------------------------------------------------------------------------------
    　▼ フォーム
    --------------------------------------------------------------------------------*/
    form {
        margin: 0 auto;
        width: 100%;
        padding: 1em;
    }

    form table tr th,td {
      width:100%;
      display:block;
    }

    input, textarea {
      width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #999;
    }

    textarea {
        vertical-align: top;
        resize: vertical;
    }

    .button button {
      margin-left: 0px;
        font-size: 16px;
        width: 200px;
        height: 40px;
        background-color: #FF9900;
        color: #fff;
        border-radius: 0.5em;
    }
    
}


