@charset "utf-8";


@media screen and (max-width:960px){
    .home .event{
        display: block;
    }
    *{
        box-sizing: border-box;
    }
    html,body{
        padding: 0;
        margin: 0 auto;
    }
    
	footer h4{
		padding-left: 17px;
	}
    
    footer .eventlist .fnav2{
        margin-bottom: 30px;
    }

    .imgbox .img-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }    
    .home .news, .home .link, .home .sns, .lineup {
        margin-top: 20px;
    }
        
}


@media screen and (min-width:561px) and (max-width:960px){

    
   .home .event .morebtn{
       position: absolute;
       right: -4px;
       bottom: 0;
       z-index: 2;
   }

    .home .title.top{
        margin-top: 0;
    }


    .twitter_box{
        display: block;
    }
    .twitter_box .box{
        width: 100%;
        margin-bottom: 20px;
    }

    .contents{
        padding: 0 30px;
    }

    .event_in .flex-box{
		display: flex;
		flex-direction: row;
		justify-content: start;
    }
    
    .home .event_in{
        width: 100%;
        margin-bottom: 20px;
    }
   
   
    .home .event_in .imgbox{
        width: 60%;
    }
    .img-contents{
       
    }
    .home .imgbox img{
        width: 100%;
        height: auto;
    }

    .home .img-title img{
        width: auto;
        max-width: 100%;
    }

   .home .event_in .text{
       width: 50%;
   }

   .link_list,.link{
       padding-left: 30px;
       padding-right: 30px;
   }


   .link_list li{
       margin-bottom: 30px;
       width: 100%;
       padding: 0 0px;
   }

   .link_list li:nth-child(2){
       margin-bottom: 50px;
   }

   .link_list li img{
       width:100%;
   }

   .news{
       padding-left: 30px;
       padding-right: 30px;
   }

   .morebtn{
       position: absolute;
       right: 30px;
       bottom: 0;
       z-index: 2;
   }

   .news_in{
		background-color: #fff;
		border-right: 4px solid #cecece;
		margin: 0 auto;
		min-height: 250px;
		padding: 25px 0;
		text-align: left;
	}
	
	.news_in li{
		border-bottom: 1px dotted #ccc;
		font-size: 14px;
		list-style: outside none none;
		padding: 15px 50px;
	}
	
	.news .news_in li span{
		font-weight: bold;
		margin-right: 15px;
    }
    
    .sns_list{
        margin-bottom: 45px;
    }
    .sns_list li{
        width: 100%;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sns_list li img{
        width: 100%;
    }

    .fnav_in{
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .fnav_in li{
       font-size: 13px;
       padding: 0 8px;
       text-align: center; 
    }

    .fnav_contents{
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: center;
    }

    .fnav2{
        padding:0 30px;
        width: 50%;
    }
    .fnav3{
        padding:0 30px;
        width: 50%;
    }
    .jcsgroup img{
        padding-left: 30px;
        padding-right: 30px;
    }

        
    .controls .filter{
        width: 49%;
        text-align: center;
        margin: auto auto 20px auto;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 3px;
        border: none;
        box-sizing: border-box;
    }

    .controls .filter:nth-child(odd){
        margin-right: 2%;
    }


	



}

