/***********************リセット*********************/
*{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
ul, li{
	list-style:none;
}
li img{
	vertical-align: bottom;
}
img{
	border:0px;
	border:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}

html,body {
}

body{
	height:100%;
	background: #000;
}
#profileHeaderWrap {
    position: fixed;
    height: 60px;
    background: rgba(0,0,0,0.6);
    box-shadow: 0 1px 3px 0 #000;
    width: 100%;
    min-width: 1000px;
    top: 0;
    z-index: 9999;
}
#profileHeaderWrap #profileHeader{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
} 
#profileHeader .contentsLogo{
    position: absolute;
    max-width: 200px;
    width: 100%;
    left: 50%;
    margin-left: -90px;
    top: 18px;
}
#profileHeader .contentsLogo img{
    width: 100%;
}
#profileHeader .form_open_content{
    display: none;
}
#profileHeader #header .header-tel{
    display: none;
}
#profileHeaderWrap #profileHeader ul#contentsMenu{
    padding-top: 10px;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li{
    position: relative;
    float: left;
    text-align: center;
    width: 10%;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(5){
    margin-left: 20%;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(1) a{
    background: none;
 
}
#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(5) a{
    background: none;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li a{
 	display:block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Cormorant Upright', serif;
	font-size:18px;
    line-height: 18px;
	font-style:italic;
	color:#d8bead;
	padding:5px 0;
	letter-spacing:1px;
	background:url(/pc/img/header_menu_line.png) left no-repeat;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li span{
    display: block;
    color:#d8bead;
    font-size: 10px;
    line-height: 10px;
    transform: scale(0.8);
	font-style: normal;
    margin-top: 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li a:hover{
	color:#fff;
    text-shadow: 0 0 3px #fff;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li a:hover span{
	color:#fff;
    text-shadow: 0 0 3px #fff;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li a.active{
    color: #fff;
    text-shadow: 0 0 3px #fff;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li a.active span{
    color: #fff;
    text-shadow: 0 0 3px #fff;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a.active{
    color: #d8bead;
    text-shadow: 0 0 0 transparent ;
}
#profileHeaderWrap #header ul#contentsMenu li.menu8 a.active span{
    color: #d8bead;
    text-shadow: 0 0 0 transparent ;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a:hover{
	color:#fff;
    text-shadow: 0 0 3px #fff;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a:hover span{
	color:#fff;
    text-shadow: 0 0 3px #fff;
}
/* Btn Hover */
#profileHeaderWrap #profileHeader ul#contentsMenu li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
/* Fixed Btn Hover */
#profileHeaderWrap #profileHeader ul#contentsMenu li:after {
    bottom: -15px;
}
#profileHeaderWrap #profileHeader ul#contentsMenu li:hover:after {
    background: #fff;
    bottom: -11px;
}

#shadowing{
	display:none;
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.95;
	min-width:960px;
}
#box{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:46%;
	min-width:500px;
	height:300px;
	padding:100px 2%;
	margin:-250px 0 0 -25%;
	border:1px solid #ccc ;
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:10000;
}
#boxtitle{
}
























#supersized-loader{
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(http://www.y-giardino.jp/gravure/img/progress.gif) no-repeat center center;
}
#supersized{
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
	max-width: 1280px;
	min-width: 1280px;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
	text-align: center;
}
#supersized.speed img{
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}/*Speed*/
#supersized.quality img{
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}/*Quality*/
		
#supersized li{
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:50%;
	width:100%;
	height:100%;
	max-width: 1280px;
	min-width: 1280px;

	margin-left: -640px;
	background: #000;
	background-cover:cover;
}
#supersized a{
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading {
	background:url(http://www.y-giardino.jp/gravure/img/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img{
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img{
	display:inline;
}


/********************************** ログイン ***********************/
#login_area{
	background: #fafafa;
	color:#000;
	text-align:center;
	position:absolute;
	bottom:2px;
	right:60px;
	z-index:9000;
}

#login_area span{
	display:inline-block;
	margin-right:10px;
	color:#000;
}
#login_area input.text{
	width:50px;
	height:20px;
	color:#000;
}
#login_area input.button{
	color:#000;
	letter-spacing:1px;
	padding:2px 5px;
}
form {
  padding:5px;
}

.button:hover {
  background: #ee3e52;
}


/**********一般ページヘもどる********/
#return_public{
	position:fixed;
	width:180px;
	right:5px;
	bottom:150px;
	z-index:9000;
}

#return_public input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-size: 1em;
	transition: border-color 0.3s;
	width: 100%;
	padding:20px 20px;
}

#return_public input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

#return_public .memberOut {
	background: #f16272;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

#return_public .memberOut:hover {
	background: #ee3e52;
}



#headerWrap{
	position:fixed;
	background-image:url(/pc/img/header_bg.png);
	background-repeat:x-repeat;
	width:1920px;
	height:123px;
	left:50%;
	margin-left:-960px;
	min-width:1000px;
	z-index:9999;
}
#header{
	position:relative;
	width:1000px;
	margin:0px auto;
}
#logo{
	position:absolute;
	width:176px;
	left:50%;
	margin-left:-88px;
	top:0px;
}
#contentsTel{
	position:absolute;
	top:110px;
	right:0px;
}

#contentsTel img{
	width:450px;
}


/***********************メニュー*********************/
#menu{
	position:absolute;
	width:1000px;
	margin:0px auto;
	top:0px;
	left:0px;
}
#menu ul{
}
#menu li{
	float:left;
	width:140px;
}
#menu li a{
	display:inline-block;
}
.spacer{
	font-size:6px;
	height:6px;
}

.gravureTop{
	color:#000;
	background-color:#fafafa;
	text-align:center;
	padding:5px 0px;
	margin-left:10px;


}
.gravureTop a{
	padding:5px 10px;

}

span.gravureTop a:hover{
	color:#000;
	background-color:#f66;
	text-align:center;
}
