
@media (max-width: 640px){
	.sp { display: block;}
	body {
		min-width: 100%;
	}
	h2 {
		margin-bottom: 20px;
	}
	section#sns #twitter h2 {
		margin-bottom: 20px;
	}
	header {
		background: none;
	}
	header h1 {
		width: 80px;
		height: 80px;
	}
	header h1 p {
		top: 26px;
		left: 17px;
	}
	header h1 p a {
		display: block;
		width: 45px;
		height: 29px;
		background-size: cover;
	}
	header nav {
		display: none;
		padding-top: 0px;
		padding-left: 0px;
		min-width: 80%;
		position: absolute;
		width: 80%;
		height: 100%;
		top: 0;
		right: 0;
	    background: #ffd200;
	}
	header nav ul {
		padding: 120px 0 0 60px;
	}
	header nav li {
		font-size: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	header nav li:before {
		display: inline-block;
		content: ">";
		color: #fff;
		margin-right: 10px; 
	}
	header nav li.sns:before {
		display: none;
	}
	header nav li.sns {
		position: relative;
		width: 40px;
		height: 40px;
		top: 30px;
		left: 0px;
	}
	
	.col5,.col4,.col3,.col2 {
		display: block;
	}
	.col5 > div,.col4 > div,.col3 > div,.col2 > div {
		margin-right: 0px;
	}

	section#contact .box,
	section#discography .col2,
	footer .box {
		width: 100%;
	}
	.btn a {
		width: 100%;
		margin: 0 auto;
	}
	section .box {
		padding: 30px 15px;
		box-sizing: border-box;
	}
	.list  {
		text-align: center;
	}
	.list a {
		display: inline-block;
		font-size: 16px;
		width: auto;
		border-radius: 50px;
		background: #ffd200;
		font-weight: bold;
		padding: 8px 33px;
		box-sizing: border-box;
		margin: 0 auto 30px;
	}
	#top .left {
		width: auto;
    	float: none;
	}
	.right,	.left {
		width: 100%;
    	float: none;
	}
	#cnt section.right,
	#cnt section.left {
		width: 100%;
		margin-right: 0;
	}
	#cnt section .disco_block .left {
		width: 40%;
		margin-right: 5%;
		float: left;
	}
	#cnt section .disco_block .right {
		width: 55%;
		float: right;
	}
	
	/*	sns
	-----------------*/
	section#sns ul,
	section#sns .twitwrap {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#twitter iframe,
	.twitwrap iframe { width: 740px !important; }
	section#sns .twitwrap {
		width: 90%;
		max-width: 90%;
		height: auto;
	}
	section#sns ul, section#sns .twitwrap {
    margin: 0 auto;
	}
	section#sns div#blog li a {
		display: block;
		background: #fff;
		padding: 20px;
		box-shadow: 2px 2px 0px 0px #ffd200;
		-moz-box-shadow: 2px 2px 0px 0px #ffd200;
		-webkit-box-shadow: 2px 2px 0px 0px #ffd200;
	}
	section#sns div#blog li .date {
		font-size: 12px;
		margin-bottom: 10px;
		display: block;
	}
	/*	discography
	-----------------*/
	section#discography .detail {
		padding: 20px;
	}
	section#discography .detail p {
		margin: 20px 0;
	}
	section#discography {
		background: url(../images/disco_bg.png) no-repeat center top;
		background-attachment: inherit;
    background-size: cover;
	}
	
	/*	member
	-----------------*/
	section#member .img {
		width: 160px;
		height: 160px;
		margin-right: 4%;
		border-radius: 20px;
		float: left;
	}
	
	section#member .right {
		width: 48%;
		float: left;
	}
	section#member .class {
		font-size: 12px;
		font-weight: bold;
		background: #ffd200;
		display: inline-block;
		margin: 0 auto 20px;
		color: #fff;
		padding: 0 15px;
	}
	section#member div.name {
		margin-bottom: 10px;
	}
	section#member h3 {
		font-size: 22px;
		margin: 0 auto 10px;
	}
	section#member .col5 > div {
		margin-bottom: 40px;
	}
	section#member .col5 > div:last-child {
		margin-bottom: 0px;
	}
	
	/*	works
	-----------------*/
	#cnt section#works .left,
	section#works .left {
		width: 20%;
	}
	#cnt section#works .right,
	section#works .right {
		width: 75%;
		margin-left: 5%;
		box-sizing: border-box;
	}
	#cnt section#works .right:after,
	section#works .right:after {
		top: 39px;
	}
	#cnt section#works .col3 > div,
	section#works .col3 > div {
		margin-bottom: 40px;
	}
	#cnt section#works .col3 > div:last-child,
	section#works .col3 > div:last-child {
		margin-bottom: 0px;
	}
	#cnt section#works .left .img,
	section#works .left .img {
		border-radius: 20px;
		width: 100%;
		height: auto;
		max-width: 130px;
		margin: 0 auto;
		overflow: hidden;
	}
	#cnt section#works .left h3,
	section#works .left h3 {
		margin-top: 5px;
		font-size: 10px;
	}
	
	/*	contact
	-----------------*/
	section#contact p {
		text-align: left;
		margin-bottom: 30px;
	}
	section#contact {
		padding: 0 0 165px;
	}
	section#contact a {
		margin-bottom: 30px;
	}
	section#contact #totop a {
		display: block;
		width: 36px;
		height: 40px;
		background: url(../images/totop.png) no-repeat center top;
		background-size: 100%;
		text-indent: -9999px;
		margin: 0 auto;
	}
	section#contact {
		background: url(../images/contact_bg.png) no-repeat center top;
		background-attachment: inherit;
		background-size: cover;
	}

	/*	cnt section
	-----------------*/
	#cnt section .inner {
	    width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#cnt h2 {
		height: 200px;
		line-height: 200px;
	    margin-bottom: 30px;
	}
	#cnt article {
		margin: 0 0 30px;
	}
	
	/*	cnt about
	-----------------*/
	#cnt section#about .text strong {
		font-size: 31px;
		display: inline-block;
		margin-bottom: 40px;
		font-weight: bold;
		line-height: 150%;
	}
	
	/*	cnt discography
	-----------------*/
	#cnt section#discography .box {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	#cnt section#member .box:last-child {
		margin: 0;
		padding-bottom: 30px;
	}
	
	/*	cnt member
	-----------------*/
	#cnt section#member .box {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	#cnt section#member .img {
		width: 228px;
		height: 228px;
		float: none;
		margin: 0 auto;
	}
	#cnt section#member .right {
		float: none;
		width: 100%;
		text-align: center;
	}
	#cnt section#member .class {
		margin: 20px auto 20px;
	}
	#cnt section#member h3 {
		font-size: 22px;
		text-align: center;
	}
	#cnt section#member .text {
		text-align: left;
		margin-bottom: 20px;
	}
	
	/*	cnt contact
	-----------------*/
	#cnt section#contact .box {
		margin: 0 0 30px;
		padding: 30px 20px 0;
	}
	
	
	
	/*	footer
	-----------------*/
	footer {
		height: auto;
		padding: 40px 20px 20px;
		box-sizing: border-box;
	}
	footer .box {
		height: auto;
	}
	footer nav,footer h1 {
		float: none;
		margin: 0 auto;
	}
	footer nav,footer nav a {
		color: #fff;
		height: auto;
	}
	footer > div > p {
		display: none;
	}
	footer nav li {
		margin-right: 9px;
	}
	

	header #menuBar {
		cursor: pointer;
		width: 60px;
		height: 60px;
		background: url(../images/menu_sp_on.png) no-repeat center;
		position: absolute;
		background-size: cover; 
		right: 10px;
		top: 10px;
		z-index: 999999;
	}
	header.active #menuBar {
		background: url(../images/menu_sp_off.png) no-repeat center;
		background-size: cover; 
	}
	nav {
		font-family: myriadpro_Bold, serif;
	}
	
}











