body {
	color: #000;
}
.pc {
	display: block;
}
@media (max-width: 992px) {
.pc {
	display: none;
}}
.sp {
	display: none;
}
@media (max-width: 992px) {
.sp {
	display: block;
}}
/* = Selected Text
----------------------------------------------- */
::selection {
	background:#C0C0C0; /* Safari */
}

::-moz-selection {
	background:#C0C0C0; /* Firefox */
}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
}
header .container {
	padding: 20px 0;
}
@media (max-width: 992px) {
header .container {
	padding: 20px 15px;
}}
header .left_n {
	float: left;
}
header .center_n {
	text-align: center;
}
header .right_n {
	float: right;
}
header .container img {
	height: 15px;
}
#slideshow {
   position:absolute;
   width:100%;
   height:100%;
   top: 0;
}
#slideshow ul {
	padding: 0;
}
#slideshow li {
   position:absolute;
   height:100%;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
   background-size: cover;
}
.logo_zoe {
	position: absolute;
	z-index: 9999;
	width: 196px;
	height: 76px;
	top: 50%;
	left: 50%;
	margin-left: -98px;
	margin-top: -38px;
}
@media (max-width: 992px) {
.logo_zoe {
	position: absolute;
	z-index: 9999;
	width: 120px;
	height: 47px;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -23px;
}
.logo_zoe img {
	width: 100%;
}}
.img01 {
	margin: 50px auto 0;
	text-align: center;
	display: block;
}
.second {
	margin: 60px auto 0;
	clear: both;
}
.three {
	clear: both;
	margin: 150px auto 0;
	text-align: center;
}
.four {
	position: relative;
}
.fifth {
	clear: both;
	padding: 80px 0 0;
}
.collection {
	padding: 50px 0 150px;
}
.lb-caption {
	display: none !important;
}
.sp_fancy {
	width: 80%;
	margin:  auto ;
	padding-top: 80px;
}
.sp_fancy img {
	width: 100%;
	margin-bottom: 50px;
}
.s1 {
	margin-top: -30px;
}
.s2 {
	margin-top: -20px;
}
.s3 {
	margin-top: -50px;
}
.fancybox-inner {
	z-index: 9999;
}
.about {
	text-align: center;
	padding-top: 200px;
}
.about h1 {
	font-family: 'Carme', sans-serif;
	font-size: 18px;
	margin-bottom: 70px;
}
.about p.eng {
	font-family: 'Carme', sans-serif;
	/*font-weight: bold;*/
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 200%;
}
.about p {
	font-size: 9px;
	line-height: 250%;
}
.contact_zoe {
	margin: 60px 0 0;
	font-size: 18px !important;
	font-family: 'Carme', sans-serif;
	/*font-weight: bold;*/
}
#pt {
	text-align: center;
	padding: 20px 0 40px;
}
.mailto {
	display:block;
	text-align: center;
	font-family: 'Carme', sans-serif;
	color: #000;
	margin-bottom: 60px
}
#zoe-archive {
	clear: both;
	margin: -50px auto 60px;
	text-align: center;
}
#zoe-archive a {
	color: #000;
}
.archive_zoe {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Carme', sans-serif;
}
.fancybox-wrap {
	max-height: 900px !important;
	width: 800px !important;
}
@media (max-width: 992px) {
.fancybox-wrap {
	max-height: 900px !important;
	width: auto !important;
}}
.fancybox-inner {
	margin: auto !important;
}