@charset "UTF-8";

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

    /*--------------------------------------------------------------------------------
    　▼ m_header　
    --------------------------------------------------------------------------------*/
    #m_header {
        display: block;
    }
    #m_header .logo {
      text-align: right;
      padding: 20px 0 0;
  }
    #m_header #toggle_btn {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .main { padding: 30px 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%; text-align: center;}
    
    ul.ul03 li {
        display: block;
        width: 100%;
        padding-bottom: 25px !important;
    }

    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%;}
		
		.youtube {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
		}
		.movie { width: 100% !important;}



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

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



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


    /*--------------------------------------------------------------------------------
    　▼ 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.ul03 li {
        width: 100%;
        display: block;
        padding-bottom: 25px !important;
    }

    ul.ul03 li:nth-child(odd) { padding-right: 0;}
    ul.ul03 li:nth-child(even) { padding-left: 0;}
  
    #artist .center img {
      width: 100%;
    }
  
    /*--------------------------------------------------------------------------------
    　▼ ディスコグラフィ
    --------------------------------------------------------------------------------*/
    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: 300px;
        padding: 1em;
        text-align: center;
    }

    form table tr {
    }

    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;
        text-align: center;
    }
    
}


