@charset "UTF-8";

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

	+ main
		+ box01
			- box01_01
			- box01_02
			- box01_03
			- box01_04
		- showroom
		- designBox01

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

/*----------------------------------------
	main
----------------------------------------*/

article {
	width: 1200px;
	padding: 0;
}

article #main {
	padding: 0;
}

#main figure img {
	position: relative;
	max-width: 100%;
	height: auto;
	z-index: 300;
}

#main figure + p {
	padding: 66px 130px 0;
	background: #000000;
}

#main figure + p + p {
	padding: 22px 130px 99px;
	background: #000000;
}

@media screen and (max-width:1000px) {
	article {
		width: 1000px;
	}

	#main > figure {
		width: 100%;
		text-align: center;
		background: #eee4d7
	}

	#main > figure img {
		width: 100%;
		min-width: 940px;
	}
}

/*----------------------------------------
	box01
----------------------------------------*/

#main #box01 {
	background: #000000;
}

#main #box01 > h1 {
	padding: 14px 0 15px;
	background: url(../img/parallelo_LP_bg01.jpg) repeat-y center top;
	color: #b98146;
	text-align: center;
}

/*----------------------------------------
	box01
----------------------------------------*/

#main #box01 #box01_1 {
	padding: 92px 130px 47px;
	background: #000000;
}

@media screen and (max-width:1000px) {
	#main #box01 #box01_1 {
		padding: 92px 30px 47px;
	}
}

/*----------------------------------------
	box01_1
----------------------------------------*/

#main #box01 #box01_1 > div {
	float: left;
}

#main #box01 #box01_1 > div h1 {
}

#main #box01 #box01_1 > div p {
	width: 630px;
}

#main #box01 #box01_1 > figure {
	float: right;
	padding-top: 6px;
}

/*----------------------------------------
	box01_2
----------------------------------------*/

#main #box01 #box01_2 {
}

/* #movieContents */
#movieContents {
	position: relative;
	z-index: 9000 !important;
	height: 576px;
	min-width: 1200px;
	width: 1200px;
}
@media screen and (max-width:1000px) {
	#movieContents {
		height: 480px;
		min-width: 1000px;
		width: 1000px;
		margin-left: 0;
	}
}

/* #parallelo */
#parallelo {
	position: absolute;
	height: 576px;
	min-width: 1200px;
	width: 1200px;
	left: 50%;
	margin-left: -50%;
}
@media screen and (max-width:1000px) {
	#parallelo {
		height: 562px;
		min-width: 1000px;
		width: 1000px;
	}
}

#parallelo .parallelo {
	width: 100%;
	display: none;
}

.parallelo p {
	position: absolute;
}

.parallelo span.parallelo_txt01 {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -52px;
	padding: 0;
}
@media screen and (max-width:1000px) {
	.parallelo span.parallelo_txt01 {
		top: 185px;
	}
}


.link {
}

.link a {
	display: block;
	left: 0;
	top: 0;
	height: 576px;
	width: 1200px;
	text-align: left;
	text-indent: -999px;
	background/*\**/:#fff\9;
	opacity: 0;
	filter: alpha(opacity=0);
}
@media screen and (max-width:1000px) {
	.link a {
		height: 480px;
		width: 1000px;
	}
}

/* #parallelo_pc */

#parallelo_pc {
	cursor: pointer;
}

/* #parallelo_ios */

#parallelo_ios {
	display: none;
	height: 675px;
	width: 1200px;
}

#parallelo_ios #main_video_sp {
	display: none;
	height: 675px;
	width: 1200px;
}
@media screen and (max-width:1000px) {
	#parallelo_ios #main_video_sp {
		height: 562px;
		width: 1000px;
	}
}

#parallelo_ios span.close_btn {
	display: none;
	padding: 15px 0;
	margin-top: -6px;
	background-color: #000000;
	text-align: center;
}

#parallelo_ios span.close_btn a {
	padding-left: 22px;
	background: #000000 url(../img/c_close_btn.gif) no-repeat left center;
}

/* #parallelo_sp */

#parallelo_sp {
	display: none;
	height: 675px;
	width: 1200px;
}
@media screen and (max-width:1000px) {
	#parallelo_sp {
		height: 562px;
		width: 1000px;
	}
}

#parallelo_sp #main_video_sp {
	display: none;
}

/* #glayLayer */
#glayLayer{
	display:none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.90;
    filter:alpha(opacity=90);
}

/* #main_movie */
#main_movie {
	display: none;
	position: relative;
	z-index: 9900 !important;
}

#main_movie #main_video {
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

#main_movie p.close_btn {
	position: absolute;
	top: 675px;
	left: 50%;
	margin-left: 570px;
	cursor: pointer;
}


/*----------------------------------------
	box01_3
----------------------------------------*/

#main #box01 #box01_3 {
	margin-top: 70px;
	padding: 0 130px  50px;
	background: #000000 url(../img/parallelo_LP_p03.gif) no-repeat left 130px top 11px;
}

@media screen and (max-width:1000px) {
	#main #box01 #box01_3 {
		padding: 0 30px;
		background: #000000 url(../img/parallelo_LP_p03.gif) no-repeat left 30px top 11px;
	}
}

#main #box01 #box01_3 div {
	min-height: 538px;
	padding-top: 56px;
	border-top: 1px solid #4d4d4d;
	background: url(../img/parallelo_LP_p04.jpg) no-repeat right 1px bottom;
}

#main #box01 #box01_3 div h1 {
	width: 330px;
}

#main #box01 #box01_3 div p {
	width: 330px;
}

#main #box01 #box01_3 div p:last-child {
	padding-bottom: 250px;
}

/*----------------------------------------
	box01_4
----------------------------------------*/

#main #box01 #box01_4 {
	margin-top: 74px;
	height: 590px;
	background: url(../img/parallelo_LP_p05.jpg) no-repeat left top;
}
@media screen and (max-width:1000px) {
	#main #box01 #box01_4 {
		height: 491px;
		background-size: 1000px 491px;
	}
}

#main #box01 #box01_4 h1 {
	padding: 0 130px  50px;
	text-align: center;
}

#main #box01 #box01_4 + p {
	padding: 70px 0;
	background-color: #fff;
	text-align: center;
}

/*----------------------------------------
	showroom
----------------------------------------*/

#showroom {
	padding: 0 0 60px;
	background: #ffffff;
}

#showroom > h1 {
	padding: 0 30px;
}

#showroom > div {
	width: 940px;
	margin: 0 auto;
}

#showroom #showtitle p {
	float: left;
	width: 470px;
}

#showroom #showtitle p#btn01 {
	float: right;
	width: 380px;
	border: none;
	background: #b38e5e;
	text-align: center;
}

#showroom #showtitle p#btn01 a {
	display: block;
	padding: 10px;
}

/* location */

#showroom #location section {
	float: left;
	width: 215px;
	margin-right: 27px;
}

#showroom #location section:nth-child(2) {
	margin-right: 26px;
}

#showroom #location section:last-child {
	margin-right: 0;
}

#showroom #location section p:first-child {
	padding: 5px 28px;
	background: #29292a;
	text-align: center;
}

#showroom #location section p.pic {
	margin: 4px 0 8px 0;
}

#showroom > p {
	text-align: center;
}

/*----------------------------------------
	designBox01
----------------------------------------*/

#main #collectionBox01 {
	width: 940px;
	margin: 0 auto 15px;
}

/*----------------------------------------
	cmnBox01
----------------------------------------*/

#main #cmnBox01 {
	width: 940px;
	margin: 0 auto 10px;
	padding: 30px 0;
}
