@charset "UTF-8";
/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    /*--------------------------------------------------------------------------------
    　▼ m_header　
    --------------------------------------------------------------------------------*/
    #m_header {
        display: block;
        padding: 20px 0;
    }
    #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%; text-align: center;}
    
    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;}
    /*--------------------------------------------------------------------------------
    　▼ スペシャル
    --------------------------------------------------------------------------------*/
    #special .movie_box { width: 100%;}
		
		.youtube {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
		}
		.movie { width: 100% !important;}
    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    #footer { padding: 20px 0;}
}
/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@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.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;}
		
		.fl_box {
				float: none;
				width: 100%;
				padding-right: 0;
				padding-bottom: 30px;
		}
		.fl_box img { width: 100%;}
		.fr_box {
				float: none;
				width: 100%;
				padding-bottom: 50px;
		}
		
    
    /*--------------------------------------------------------------------------------
　▼ フォーム
--------------------------------------------------------------------------------*/
		form {
				margin: 0 auto;
				width: 300px;
				padding: 1em;
		}
		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;
		}
    
  
  
    .sound_box { width:auto; text-align: center; padding: 20px 0 40px;}
    .sound_txt { float: none; padding-bottom:10px;}
    .sound_btn { float: none; padding-bottom: 10px;}
  
    .sound_btn02 { text-align: center;}
    .clear { clear:both;}
  
  
  
  
  
  
}
