

/*================================

collectionmainvisual

================================*/

#colmainvisual{
	position: relative;
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url(../images/concept/concept.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	}

@media only screen and (max-width : 640px){
#colmainvisual{
	height: 95vh;
	background-image: url(../images/concept/conceptsp.jpg);
	background-position: center bottom;
	}
	}

.coltitle{
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
/*	width: 500px;*/
	width: 640px;
	max-width: 1100px;
	height: auto;
	margin: auto auto;
	vertical-align: middle;
	text-align: center;
	}

@media only screen and (max-width : 640px){
.coltitle{
	width: 85%;
	max-width: 85%;
	top: 13%;
	}
	}

#colmainvisual .coltitle h2{
	font-size: 54px;
	text-align: center;
/*	letter-spacing: .2em;*/
	letter-spacing: .15em;
	padding-left: .8em;
	}

@media only screen and (max-width : 640px){
#colmainvisual .coltitle h2{
	font-size: 32px;
	}
	}

/*================================

lead

================================*/

#lead{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
	background-color: #000;
	}

@media only screen and (max-width : 640px){
#lead{
	min-height: auto;
	padding: 40px 0;
	}
	}

#lead p{
	padding: 0;
	letter-spacing: .05em;
	font-size: 18px;
	line-height: 2;
	}

@media only screen and (max-width : 640px){
#lead p{
	letter-spacing: .05em;
	line-height: 1.6;
	font-size: 16px;
	}
	}


/*================================

movie

================================*/

#movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
#movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}


/*================================

logo

================================*/

#logo {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 70px auto;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/common/logo.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

@media only screen and (max-width : 640px){
#logo {
	height: 25px;
	margin: 50px auto;
	}
	}



/*================================

collection

================================*/

#collection{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 900px;
	margin: 0 auto;
	padding: 0 0 70px;
	}

@media only screen and (max-width : 640px){
#collection{
	min-height: auto;
	padding: 0 0 40px;
	}
	}

#collection .col1,
#collection .col2,
#collection .col3,
#collection .col4,
#collection .col5,
#collection .col6,
#collection .col7,
#collection .col8{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	}

@media only screen and (max-width : 640px){
#collection .col1,
#collection .col2,
#collection .col3,
#collection .col4,
#collection .col5,
#collection .col6,
#collection .col7,
#collection .col8{
	margin: 0 0 30px;
	height: auto;
	}
	}

#collection .picture {
	position: relative;
	width: 100%;
	height: 490px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:1;
	filter: alpha(opacity=100);
	}

@media only screen and (max-width : 640px){
#collection .picture {
	height: 250px;
	background-size: 150%;
	background-position: center center;
	}
	}

#collection h5{
	margin-top: 40px;
	font-size: 21px;
	letter-spacing: .1em;
	line-height: 1.6;
	}

@media only screen and (max-width : 640px){
#collection h5{
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 0;
	}
	}

#collection p.copy{
	margin-top: 20px;
	letter-spacing: .1em;
	line-height: 2;
	}

@media only screen and (max-width : 640px){
#collection p.copy{
	margin-top: 10px;
	letter-spacing: .0;
	line-height: 1.8;
	}
	}

