﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}
#header h1 img{
	width: 250px;
}

#mainnav a{
	color: #000;
}

#mainImg{
  overflow: hidden;
  width: 100%;
}

/*#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}*/

#mainImg iframe{
  width: 100%;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
    color: #fff;
    background-color: #000;
}


/* 共通
------------------------------------------------------------*/

/*0108 poster---------------------------*/
.hover1 img{
	transition: .4s;
}
.hover1 img:hover{
	opacity: 0.6;
}
/*--------------------------------------*/


img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

header,
#mainImg,
#sec10,
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
footer{
    background-color: #fff;
}

/*SEC01 Artist*/

#sec01{
	padding: 70px 0 0;
    background-color: #fff;
}

#sec01 ul{
	float: left;
	width: 25%;
	margin :2% 4%;
	overflow: hidden;
}

#sec01 .innerS{
	overflow :hidden;
	padding:0;
}

#sec01 ul li.topp{
	transition: .5s;
}
#sec01 ul li.topp:hover{
	opacity: 0.5;
}

#sec01 ul li.insta{
	width: 18%;
	height: auto;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}


#sec01 ul li.name{
	background-color : #000;
	color :#fff;
	font-weight :500;
	text-align: center;
	display :iblock;
	padding :0 5px;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
    background-color: #fff;
}

#sec02 p{
	font :bold 1.5em system-ui;
	border-left : 3px solid #000;
	padding-left :5px;
}

#sec02 ul{
	float: left;
	width: 25%;
	margin :2% 4%;
	overflow: hidden;
}

#sec02 ul li.black{
	background-color : #000;
	color :#fff;
	font-weight :500;
	display :inline-block;
	padding :0 10px;
    margin-bottom: 5px;
}

#sec02 .innerS{
	overflow :hidden;
	padding:0 0 20px 0;
}


#sec02 ul li.music{
	width: 30px;
	height: 30px;
	float: left;
    transition: .5s;
    margin: 10px 5px 0 0;
    border: solid 1px #ccc;
    border-radius: 15%;
    padding: 1px;
}
#sec02 ul li.lileft{
	clear: both;
	font-size: 1em;
	padding-top: 10px;
}
#sec02 ul li.lileft2{
    clear: both;
	font-size: 1em;
}


#sec02 ul li.music:hover{
	opacity: 0.5;
}

#sec02 ul li.music a{
	display: block;
}

#sec02 ul li.music img{
	width: 100%%;
	/*padding: 10px 10px 10px 8px;*/
	height: auto;
	margin:  0 auto;
	display: block;
}


#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 20px;
}

#sec03 .se{
    background-color: #000;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

#sec03 table{
    width: 100%;
    text-align: center;
}

#sec03 table th,
#sec03 table td{
    border: solid 1px black;
    border-bottom: solid 1px #000;
    width: 25%;
    padding: 5px;
}
#sec03 table .two{
    width: 50%;
}
#sec03 table th{
    color: #000;
    background-color: #eee;
}
#sec03 table .non{
    border: none;
}
#sec03 table .noleft{
    border-left: solid 1px #000;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* SEC04 BRAND
------------------------------------------------------------*/

.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 40px 40px;
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
	transition: .5s;
}
.col3 .img:hover{
	opacity: 0.5;
}

/*#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
    -webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}*/

/*#sec04_02::before {
    background:url(../images/tokyo.jpg) no-repeat left top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 220px 20px;
    content: "";
    z-index: -1;
}*/
#sec04_02{
	padding: 70px 0 50px;
}

#sec04_02::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image:url(../images/bgSec04.jpg);
    background-size:cover;
}


#sec04_02 img{
	width: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}



/*#SEC06   Artist
-----------------------------------------------------------*/

#sec06 .innerS div{
	margin-bottom: 20px;
}
#sec06 .innerS img{
    width: 60%;
}

#sec06 .innerS div.comment{
    margin-bottom: 50px;
    width: 450px;
    background-color: #eeefff;
    padding: 10px;
}
#sec06 .innerS div.comment p{
    display: inline-block;
}
#sec06 .innerS div.comment .right{
    display: block;
    text-align: right;
}



/* #SEC07  Press
-----------------------------------------------------------*/

#sec07 .innerS p.day{
	font :bold 1.5em system-ui;
	border-left : 3px solid #000;
	padding-left :5px;
    margin-bottom: 10px;
}
#sec07 .innerS div{
    margin-bottom: 15px;
}

#sec07 .jaket{
	overflow: hidden;
}

#sec07 .jaket div{
	float: left;
	width: 45%;
	margin-right :5%;
}
#sec07 .jaket ul{
	float: left;
	width: 50%;
}
#sec07 .on ul,
#sec07 .pro ul{
    width: 100%;
    overflow: hidden;
    
}
#sec07 .on ul li,
#sec07 .pro li{
    float: left;
    margin-right: 10px;
    line-height: 2.6;
}
#sec07 .on ul li.botom,
#sec07 .pro ul li.botom{
    width: 5%;
    margin-left: 10px;
}

#sec07 audio{
        width: 100%;
    }

#sec07 .innerS div .name{
	background-color : #ccc;
	color :#fff;
	font-weight :500;
	text-align: center;
	display :iblock;
	padding :0 5px;
    margin-bottom: 20px;
}
#sec07 .innerS div p.text{
    width: 98%;
    margin: 0 auto;
}

/*全体------------------------------------------------------*/
.hidden_box {
    margin: 35px 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



/*---------------------------------------------*/

.form div{
	padding-top: 3%;
}

.form dd{
	padding-bottom: 10px;
}

.form li{
	margin: 0;
	padding-left: 10px;
	display: block;
}

.form span{
	padding-left: 5%;
	color: #ff0000;
}

span.required,
span.optional{
	padding: 0 2%;
}

.form textarea{
	padding:7px;
}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

}

@media only screen and (max-width: 1200px){


}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}

}




@media only screen and (min-width: 799px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 50px;
	}
    #sec07 .innerS{
        width: 90%;
    }
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 50px;
		margin-bottom: 10px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	#sec02 ul{
		width :42%;
	}

	#sec01 ul{
		width :42%;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 100px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 80px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 30px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 100px;
		z-index: -100;
	}
	#mainImg iframe{
		width: 100%;
	}
	.col3 li{
		margin: 30px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}

	#sec06,
	#sec07{
		padding-top: 120px;
	}

	#sec01{
		padding: 50px 0 0;
	}

	#sec02 ul li.music{
	width: 27px;
    height: 27px;
    /* margin-bottom: 5px; */
    margin: 5px 5px 5px 0;
	}

    #sec02 ul li{
        font-size: 14px;
        line-height: 1.5;
    }

    #sec02 ul li.music img{
	    width: 100%;
	}
    #sec02 ul li.lileft,
    #sec02 ul li.lileft2{
	font-size: 0.8em;
}
    #sec02 ul li.lileft{
        padding-top: 5px;
    }
    
    #sec07 .jaket div{
	    float: none;
	    width: 80%;
	    margin-bottom :5%;
    }
    #sec07 .jaket ul{
	    float: none;
	    width: 100%;
    }
    #sec07 audio{
        width: 100%;
    }
    #sec07 .on ul li.botom,
    #sec07 .pro ul li.botom{
    width: 10%;
    margin-left: 0;
    }
    #sec07 .innerS div.on{
        margin-bottom: 5px;
    }
    #sec10{
        padding: 0;
    }
    #se03{
        padding: 0;
    }
}




@media only screen and (max-width: 470px){

	section#sec03 h2 {
		font-size : 18px;
	}
	section#sec03 h2 span{
		padding: 0 15px;
	}
	#sec02,
	#sec03{
		padding-top: 30px;
    }
    #sec02{
        padding-bottom: 0;
    }
    #sec06 .innerS img{
        width: 80%;
        display: block;
        margin: 0 auto 10px;
    }
    #sec06 .innerS div.profile{
        width: 90%;
        margin: 0 auto 20px;
    }
    #sec06 .innerS div.comment{
        width: 340px;        
        padding: 5px;
}

}
