﻿html,
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic",'Hiragino Kaku Gothic Pro',"小塚ゴシック Pro R",'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
}

img{
	border: 0;
}
a{
	outline: none;
}
p img{
	max-width: 100%;
}

/*============================
	Loading
============================*/
#loader {
	width: 105px;
	height: 105px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -52px;
	margin-left: -52px;
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background: #E6C3B4;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}


/*============================
	Video
============================*/
/*
video {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	background: url(../video/vid_bg.jpg) no-repeat;
	background-size: contain;
}
#volume{
	width: 150px;
	height: 30px;
	position: absolute;
	bottom: 5%;
	right: 10px;
	font-size: 16px;
	z-index: 50;
}
.sound_on{
	width: 150px;
	height: 30px;
	background: url(../img/sound_control.png);
}
.sound_off{
	width: 150px;
	height: 30px;
	background: url(../img/sound_control.png);
	background-position: 0 -30px;
}
#volume div{
	color: #000;
	float: left;
}
.volumeon{
	width: 30px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 78px;
}
.mute{
	width: 35px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 6px;
}
*/
/*============================
	section
============================*/
div.wrap{
	margin: 0;
	padding: 0;
	margin: auto;
	width: 100%;
}

#top{
/*	background: #ccc url(../img/bg2.jpg) no-repeat top;*/
	background: no-repeat top;
	max-width: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 1080px;
	position: relative;
	z-index: 10;
}
/*
#top{
	background: #ccc url(../video/vid_bg.jpg) no-repeat top;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	z-index: 10;
}
*/
#profile{
	background: url(../img/profile_bg.jpg) no-repeat top;
	background-position: 0 -180px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
}
#news{
	background: #ffffa2;
	padding-bottom: 20px;
}
#onlineshop{
	background: #fff;
	height: 600px;
	padding-bottom: 20px;
}
#collection{
	background: url(../img/collection_bg1.jpg);
	padding-bottom: 20px;
}
#collection_robe{
	background: url(../img/collection_bg2.jpg);
	padding-bottom: 120px;
	position: relative;
}
#archiveWomens{
	background: #e6e6e6;
	padding-bottom: 20px;
}
#archiveMens{
	background: #cdc46a;
	padding-bottom: 20px;
}
#stockist{
	background: #CEC5D3;
	overflow: auto;
	position: relative;
	padding-bottom: 100px;
}
#press{
	background: #003c8a;
	height: 1080px;
	position: relative;
}
#contact{
	background: #ffffff;
	height: 1080px;
	position: relative;
}
#about{
	background: url(../img/about_bg.jpg) no-repeat top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 1080px;
	position: relative;
}
#thanks{
	background: url(../img/18ss/bg_bottom.jpg) no-repeat top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 1080px;
	position: relative;
}

div.top{
	width: 100%;
	margin: auto;
}

div.profile,
div.news,
div.onlineshop,
div.collection,
div.archiveWomens,
div.archiveMens,
div.stockist{
	max-width: 1200px;
	margin: auto;
}
div.top h1{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 50%;
	margin: auto;
	width: 100%;
	text-align: center;
}
div.top h1 img{
	width: 900px;
}
@media screen and (max-width: 800px) {
	div.top h1{
		top: 40%;
		width: 100%;
	}
	div.top h1 img{
		width: 90%;
	}
}

h2.title{
	text-align: center;
	margin: 0;
	padding-top: 100px;
}

div.profile h2.title{
	font-size: 36px;
}
div.profile p{
	line-height: 30px;
	color: #505050;
	font-size: 16px;
	letter-spacing: -0.5px;
	font-family: 'Hiragino Kaku Gothic Pro',"小塚ゴシック Pro R",'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
}
div.profile h2.title{
	cursor: pointer;
}
div.profile input{
	display: none;
}
div.profile p{
	height: 0;
	overflow-y: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
div.profile input:checked ~ p{
	height: 900px;
	opacity: 1;
}
div.about{
	max-width: 1200px;
	margin: auto;
	color: #505050;
	line-height: 30px;
	font-size: 16px;
}

div.about table th{
	text-align: justify;
	text-justify: distribute-all-lines;
	font-weight: normal;
	padding-right: 15px;
	vertical-align: top;
}

div.news #instafeed{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	overflow: auto;
	margin-top: 100px;
}
div.news #instafeed li{
	display: block;
	width: 380px;
	height: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px !important;
	margin-left: 0 !important;
}
div.news #instafeed li:nth-child(3n){
	margin-right: 0;
}
div.news #instafeed li a{
	margin: 0;
	padding: 0;
	display: block;
}
div.news #instafeed li img{
	width: 100%;
	height: 380px;
	padding: 0;
	margin: 0;
	object-fit: cover;
}
div.news .readMore{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	div.news #instafeed{
		width: 100% !important;
		padding-left: 4%;
		box-sizing: border-box;
	}
	div.news #instafeed li{
		width: 28% !important;
		height: 28% !important;
		float: left;
		margin-left: 2% !important;
		margin-right: 2% !important;
		margin-bottom: 4%;
	}
	div.news #instafeed li img{
		height: 100%;
		object-fit: cover;
	}
}


div.collection h2.title{
	padding: 100px 0;
}
div.collection p{
	margin: auto;
}
div.collection .sequence{
	margin-top: 40px;
	margin-left: -30px;
	overflow: auto;
	margin-bottom: 50px;
}
div.collection .sequence .block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 532px;
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #111 url(../img/progress.gif) no-repeat center center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

div.collection .sequence .block2 {
	float: left;
	position: relative;
	overflow: hidden;
	width: 790px;
	height: 532px;
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #111 url(../img/progress.gif) no-repeat center center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

div.collection .sequence .backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #111;
}
div.collection .sequence .backdrop img{
	max-width: 100%;
}

div.collection .sequence .overlay {
	display: none;
	z-index: 5;
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: #111;
	color: #fff;
	background: url(../img/bk-mosaic.png);
	letter-spacing: 0.2px;
	line-height: 20px;
	font-family: "Athelas","Fanwood Text", serif;
}
div.collection .sequence .overlay p{
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 200px;
	height: 10px;
}

div.collection .sequence .block .number {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 78%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
div.collection .sequence .block .number:hover {
	opacity: 0;
}


div.collection_robe{
	max-width: 1200px;
	margin: auto;
}
div.collection_robe .title{
	padding: 100px 0;
}
div.collection_robe #robeListWrap{
	overflow: auto;
	margin-left: -25px;
}
div.collection_robe #robeListWrap .robeList{
	float: left;
	margin: 0 0 25px 0;
	margin-left: 25px;
}
div.collection_robe #robeListWrap .robeList img{
	height: 330px;
}
div.collection_robe #robeListWrap2{
	overflow: auto;
	margin-bottom: 50px;
	margin-left: -25px;
}
div.collection_robe #robeListWrap2 .robeList{
	float: left;
	margin: 0 0 25px 0;
	margin-left: 25px;
}
div.collection_robe #robeListWrap2 .robeList img{
	width: 220px;
	height: 330px;
}
/*
#collection_robe .collection:after{
	content: "";
	background: url(../img/chain.png) repeat-x;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 60px;
}
*/

div.archiveWomens h2.title{
	padding: 100px 0;
}
div.archiveWomens #archiveListWrap{
	overflow: auto;
	margin-bottom: 50px;
	margin-left: -27px;
}
div.archiveWomens .archiveList{
	float: left;
	position: relative;
}
div.archiveWomens .archiveList{
	margin: 13px 0;
	margin-left: 27px;
}
div.archiveWomens .archiveList img{
	height: 340px;
}
div.archiveWomens .middle img{
	height: 524px;
}
div.archiveWomens .middle-b img{
	height: 430px;
}
div.archiveWomens .middle-c img{
	height: 478px;
}
div.archiveWomens .middle-d img{
	height: 368px;
}
div.archiveWomens .middle-e img{
	height: 428px;
}
div.archiveWomens .middle-f img{
	height: 616px;
}
div.archiveWomens .large img{
	height: 708px;
}
div.archiveWomens .logo{
	display: block;
	clear: both;
	margin-top: 18px;
}
div.archiveWomens .logo img{
	height: 165px;
}
div.archiveWomens video{
	height: 368px;
	margin-right: 1px;
}
div.archiveWomens .archiveList p{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/bg-mosaic.png);
	color: #fff;
	padding: 10px;
	width: 180px;
	height: 50px;
}
div.archiveWomens .archiveList p span{
	width: 180px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.archiveWomens .clear{
	clear: both;
}
#aw15_16{
	float: left;
}

div.archiveMens h2.title{
	padding: 100px 0;
}
div.archiveMens #archiveListWrap{
	overflow: auto;
	margin-bottom: 50px;
	margin-left: -27px;
}
div.archiveMens .archiveList{
	float: left;
	position: relative;
}
div.archiveMens .archiveList{
	margin: 13px 0;
	margin-left: 27px;
}
div.archiveMens .archiveList img{
	height: 340px;
}
div.archiveMens .middle2-a img{
	height: 380px;
}
div.archiveMens .middle2-b img{
	height: 706px;
}
div.archiveMens .archiveList p{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/bg-mosaic.png);
	color: #fff;
	padding: 10px;
	width: 180px;
	height: 50px;
}
div.archiveMens .archiveList p span{
	width: 180px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.archiveMens .clear{
	clear: both;
}
div.archiveMens .middle-e img{
	height: 523px;
}

div.stockist h2.title{
	margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
	div.stockist .stockistBlock{
		width: 550px;
		height: 300px;
		position: relative;
		float: left;
		margin: auto;
	}
}
@media screen and (max-width: 800px) {
	div.stockist .stockistBlock{
		width: 550px;
		height: 300px;
		position: relative;
		margin: auto;
	}
}
div.stockist p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #505050;
	margin: auto;
	width: 100%;
	height: 220px;
	font-size: 16px;
	line-height: 28px;
}
div.stockist p span.box{
	display: block;
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
	padding: 16px 0;
	font-size: 30px;
	font-weight: bold;
	border: 4px solid #505050;
	letter-spacing: -2px;
}

div.press h2.title{
	padding-top: 100px;
}
div.press p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	margin: auto;
	width: 100%;
	height: 220px;
	font-size: 16px;
	line-height: 28px;
}
div.press p span.box{
	display: block;
	width: 380px;
	margin: auto;
	padding: 16px;
	font-size: 48px;
	font-weight: bold;
	border: 4px solid #fff;
}
div.press p span.small{
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

div.contact h2.title{
	padding-top: 100px;
}
div.contact p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #505050;
	margin: auto;
	width: 100%;
	height: 400px;
	font-size: 16px;
	line-height: 28px;
}
div.contact p span.box{
	display: block;
	width: 380px;
	margin: auto;
	padding: 16px;
	font-size: 48px;
	font-weight: bold;
	border: 4px solid #505050;
}
div.contact p span.small{
	display: block;
	font-size: 13px;
	line-height:  24px;
	margin-top: 10px;
}
div.contact p span.engrish{
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-family: "Athelas","Fanwood Text", serif;
}

div.thanks h2.title{
	padding-top: 100px;
}
div.thanks p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #111;
	margin: auto;
	width: 100%;
	height: 280px;
	font-size: 16px;
	line-height: 28px;
}

/*============================
	navi
============================*/
.navWrap{
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	filter:alpha(opacity=40);
	background-color: rgba( 58, 50, 18, 0.50 );
	z-index: 10;
}
ul.hNav{
	max-width: 1300px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	position: relative;
}
@media screen and (max-width: 1450px) {
	.navWrap{
		height: 80px;
	}
	ul.hNav{
		width: 800px;
		text-align: left;
		line-height: 30px;
	}
}
ul.hNav li{
	display: inline-block;
	padding: 0 5px;
	/* For IE 6/7 */
	*display: inline;
	*zoom: 1;
	color: #fff;
	margin-top: 8px;
}
ul.hNav li.hNav2 img{
	width: 100%;
	max-width: 83px;
}
ul.hNav li a{
	display:;
}
ul.hNav li a:hover{
	border-bottom: 1px solid #fff;
}
ul.hNav li.hNav3 a{
	margin-right: 40px;
}

.mercedes-benz{
	margin: 0;
	padding: 0;
	height: 40px;
	position: absolute;
	top: 0px;
	right: -120px;
}
.mercedes-benz img{
	height: 40px;
}
@media screen and (max-width: 1450px) {
	.mercedes-benz{
		right: -150px;
	}
}

ul.movenavi{
	margin: auto 0;
	padding: 0;
	width: 12px;
	height: 624px;
	list-style: none;
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 2;
}
ul.movenavi li{
	width: 11px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
}
ul.movenavi li.nav1 a{
	background: url(../img/nav1.png) no-repeat;
	height: 27px;
}
ul.movenavi li.nav2 a{
	background: url(../img/nav2.png) no-repeat;
	height: 56px;
}
ul.movenavi li.nav3 a{
	background: url(../img/nav3.png) no-repeat;
	height: 70px;
}
ul.movenavi li.nav4 a{
	background: url(../img/nav4.png) no-repeat;
	height: 48px;
}
ul.movenavi li.nav5 a{
	background: url(../img/nav5.png) no-repeat;
	height: 97px;
}
ul.movenavi li.nav6 a{
	background: url(../img/nav6.png) no-repeat;
	height: 62px;
}
ul.movenavi li.nav7 a{
	background: url(../img/nav7.png) no-repeat;
	height: 55px;
}
ul.movenavi li.nav8 a{
	background: url(../img/nav8.png) no-repeat;
	height: 67px;
}
ul.movenavi li.nav9 a{
	background: url(../img/nav9.png) no-repeat;
	height: 40px;
}
ul.movenavi li.nav10 a{
	background: url(../img/nav10.png) no-repeat;
	height: 85px;
}
ul.movenavi li a{
	text-decoration: none;
	color: #505050;
	display: block;
}
ul.movenavi li a:hover{
	border-right: 1px solid #505050;
	margin-right: -2px;
}

h3.copyright{
	position: fixed;
	top: 50%;
	right: 20px;
	margin: auto;
	background: url(../img/copyright.png) no-repeat;
	width: 16px;
	height: 330px;
	text-indent: -9999px;
	margin-top: -151px;
	z-index: 1;
}
p.pagetop{
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 5%;
	z-index: 1;
}
p.pagetop img{
	max-width: 100%;
}
h2.bigTitle{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 240px;
	text-align: center;
	z-index: 2;
	display: none;
}
h2.startVideo,
h2.archiveWomens{
	color: #fff;
}
h2.profile{
	width: 100%;
	height: 200px;
}
h2.profile img{
	width: 100%;
	max-width: 760px;
}
h2.about{
	width: 100%;
	max-width: 1000px;
	height: 200px;
}
h2.about img{
	width: 100%;
	max-width: 1000px;
}
h2.collection{
	width: 100%;
	max-width: 1200px;
	height: 200px;
}
h2.collection img{
	width: 100%;
	max-width: 1200px;
}
h2.robe{
	width: 100%;
	max-width: 1200px;
	height: 200px;
}
h2.robe img{
	width: 100%;
	max-width: 1200px;
}
h2.archiveWomens{
	width: 100%;
	max-width: 950px;
	height: 200px;
}
h2.archiveWomens img{
	width: 100%;
	max-width: 950px;
}
h2.aw15-16{
	width: 100%;
	max-width: 1200px;
	height: 200px;
}
h2.aw15-16 img{
	width: 100%;
	max-width: 1200px;
}
h2.archiveMens{
	width: 100%;
	max-width: 950px;
	height: 200px;
}
h2.archiveMens img{
	width: 100%;
	max-width: 950px;
}
h2.stockist{
	width: 100%;
	max-width: 800px;
	height: 200px;
}
h2.stockist img{
	width: 100%;
	max-width: 800px;
}
h2.press{
	width: 100%;
	max-width: 600px;
	height: 200px;
}
h2.press img{
	width: 100%;
	max-width: 600px;
}
h2.contact{
	width: 100%;
	max-width: 1200px;
	height: 200px;
}
h2.contact img{
	width: 100%;
	max-width: 1200px;
}
h2.thanks{
	width: 100%;
	max-width: 1400px;
	height: 200px;
}
h2.thanks img{
	width: 100%;
	max-width: 1400px;
}
h2.news{
	width: 100%;
	max-width: 1300px;
	height: 200px;
}
h2.news img{
	width: 100%;
	max-width: 1300px;
}

@media screen and (max-width: 1300px) {
/*	.movenavi,*/
	.pagetop,
	.copyright{
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	div.profile,
	div.about,
	div.collection,
	div.collection_robe,
	div.archiveWomens,
	div.archiveMens{
		padding: 0 20px 0 40px;
	}
	ul.movenavi{
		left: 15px;
	}
	div.collection .sequence .block {
		width: 30%;
		max-height: 420px;
	}
	div.collection_robe .robeList img{
		height: 325px;
	}
	div.archiveWomens .archiveList img,
	div.archiveMens .archiveList img{
		height: 328px;
	}
	div.archiveWomens .middle img{
		height: 500px;
	}
	div.archiveWomens .large img{
		height: 680px;
	}
	div.archiveWomens .logo img{
		height: 165px;
	}
}