@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900');
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
video{
	width:auto;
	height:auto;
}
#gvVideo{
	position: relative;
	padding:0;
	margin:10% auto;
	width:70%;
}
.covervid-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.covervid-video{
	height: auto;
	width:100%;
	display: block;
}
.topLink{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
html {
	min-height: 100%;
	position: relative;
}
img{
	vertical-align: bottom;
}
a{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	text-decoration: none;
	cursor:pointer;
	color:#222222;
	outline: none;
}
button:focus{
  outline: none;
}
.hover:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

body {
	font-size:14px;
	font-family: 'Yantramanav', "Helvetica Neue" , 'hiragino kaku gothic pro' , 'ヒラギノ角ゴ Pro W3' , "メイリオ" , sans-serif;
	line-height: 1.42857143;
	font-weight:100;
	color:#222222;
	margin-bottom: 5em;
}

li{
	list-style: none;
}
ul , p{
	margin:0;
	padding:0;
}
#gvgv_gnav ul li a.activebottom{
	border-bottom:1px solid #222222;
	padding-bottom:3px;
}
#topcontrol i.fa{
	font-size:30px;
	color:#CFCFCF;
}
/**********************************original*****************************/
#allContentsWrapper{
	width:85%;
	margin:30px auto 0;
	flex: 1;
}
.sidrWrapper{
	width:15%;
	position:fixed;
}
#contentWrapper{
	width:85%;
	float:right;
	margin-bottom:55px;
	position:relative;
}
.topV{
	width:48%;
	margin:0 auto;
	position:relative;
}
.topV img , .topVlong img , .topVleft img , .topVright img{
	width:100%;
}
.topVlong{
	width:100%;
	margin:0 auto;
	position:relative;
}
.topVgroup{
	padding-top:50px;
}
.topVleft{
	width:40%;
	float:left;
	position:relative;
}
.topVright{
	width:60%;
	float:left;
	padding-top:50px;
	position:relative;
}
.collectionTitle{
	position:absolute;
	bottom:0;
	left:-130px;
	border:1px #222222 solid;
	padding:10px 25px;
	font-size:26px;
}
.collectionTitleRight{
	position:absolute;
	bottom:-100px;
	right:30px;
	border:1px #222222 solid;
	padding:10px 25px;
	font-size:26px;
}
#visuallook{
	font-size:18px;
	float:right;
	padding-top:40px;
}
#visuallook a:after{
	font-size: 16px;
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left:7px;
	line-height:18px;
}

.collectionTitle_long{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#222222;
	border:1px #222222 solid;
	padding:10px 25px;
	font-size:22px;
	z-index:9999;
}
.toptwodoor{
	position:absolute;
	bottom:10px;
	right:20px;
	font-size:24px;
}
/******************************* menu *******************************/
.logoimg{
	max-height:42px;
}
.logoimg_new{
	max-height:38px;
	margin-bottom:12px;
}
#gvgv_menu{
	float:left;
	width:100%;
}
.logo{
	float:left;
	max-height:40px;
}
#gvgv_menu_m h1{
	margin:0;
	padding:0;
}
#gvgv_menu_m h1 span{
	font-size:12px;
	font-weight:100;
	width:100%;
	padding:7px;
	display:block;
}
#gvgv_gnav ul {
	width:100%;
	float:left;
}
#gvgv_gnav ul li {
	float: left;
	width:100%;
	padding:30px 0 0;
}
#gvgv_menu.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: #000000;
	background: rgba(0,0,0,.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#gvgv_nav_bar {
	display: none;
	position: absolute;
	right: 30px;
	top: 40px;
	width: 28px;
	height: 35px;
	cursor: pointer;
	z-index: 101;
}
#gvgv_nav_bar div {
	position: relative;
}
#gvgv_nav_bar span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #222222;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#gvgv_nav_bar span:nth-child(1) {
	top: 0;
}
#gvgv_nav_bar span:nth-child(2) {
	top: 11px;
}
#gvgv_nav_bar span:nth-child(3) {
	top: 22px;
}
.collectionsBtn p{
	cursor: pointer;
}
.collectionsList{
	display:none;
}
.collectionsList li{
	padding:15px 0 0!important;
}
.archives{
	padding-left:10px;
}
/******************************* footer *******************************/
footer{
	color:#CFCFCF;
	width:85%;
	margin:15px auto;
	bottom: 0;
	position: absolute;
}
#footerInner{
	width:100%;
	float:left;
}
#copyright{
	float: left;
	font-size: 12px;
}

#footerMenuWrapper{
	float: right;
	font-size: 14px;
}
#footerMenuWrapper p{
	float:left;
}
.footerSNSIcon {
	float: left;
	margin-left: 2px;
}

.footerSNSIcon li{
	float: left;
	margin-left: 25px;
	font-size: 18px;
}
.footerSNSIcon li a{
	color:#CFCFCF;
}
/**********************************about*****************************/
.about{
	text-align:left;
	margin-bottom:80px;
}
.titlebox{
	font-weight:100;
	border:1px #222222 solid;
	padding:10px 35px;
	font-size:28px;
	display:inline-block;
}
.desiignername{
	width:100%;
}
.about h2{
	font-weight:100;
	margin:70px 0;
	padding-bottom:5px;
	border-bottom:1px #222222 solid;
	display:inline-block;
	font-size:20px;
}
.about p{
	font-size:15px;
	line-height:1.8;
}
/**********************************collections*****************************/
.collectionsWrapper{
	margin-bottom:80px;
}
.seasons{
	margin:0 0 5%;
}
.collections , .collectionslong{
	margin-left:-3%;
}
.collections_new_wrap{
	margin-left:-3%;
}
.collections li{
	width:22%;
	float:left;
	margin:0 0 3% 3%;
}
.collections_new li{
	width:22%;
	float:left;
	margin:0 0 3% 3%;
}
.collectionslong li{
	width:47%;
	float:left;
	margin:0 0 3% 3%;
}
.collections_new img,
.collections li img ,
.collectionslong li img{
	width:100%;
}
.collectionDetail{
	margin:20px 0 40px;
}
.collectionDetail p{
	font-size:12px;
	line-height:2.2;
}
#collaboration h2{
	font-size:13px;
	font-weight:100;
	padding-bottom:5px;
	border-bottom:1px solid #222222;
	display:inline-block;
	margin:0;
}
#collaboration dt a{
	margin-top:25px;
	font-size:18px;
	display:block;
}
#collaboration dt a:after{
	font-size: 16px;
	font-family: 'FontAwesome';
	content: "\f08e";
	margin-left:7px;
	line-height:18px;
}
#collaboration dd{
	font-size:13px;
	margin:7px 0 0;
	padding:0;
	line-height:1.8;
}
/******************************* stockists *******************************/
.stockists_jp{
	text-align:left;
	margin-bottom:80px;
}
.location{
	width:100%;
}
.stockists{
	margin-bottom:20px;
	width:100%;
	float:left;
}
.stockists h2{
	font-weight:100;
	margin:30px 0 20px;
	padding-bottom:5px;
	border-bottom:1px #222222 solid;
	display:inline-block;
	font-size:20px;
}
.stockistsWrapper dl{
	width:50%;
	float:left;
	margin-bottom:30px;
	padding-right:20px;
}
.stockistsWrapper dt{
	font-size:18px;
}
.stockistsWrapper dd{
	padding-top:10px;
	margin:0;
	line-height:2.2;
	font-size:13px;
}
.stockistsWrapper dd span.googlemap a{
	color:#CFCFCF;
}
.stockistsWrapper dd span.googlemap a:after{
	font-size: 15px;
	font-family: 'FontAwesome';
	content: "\f041";
	margin-left:7px;
	line-height:18px;
}
.stockists_nav{
	margin:5px 0 25px;
}
.stockists li:first-child:before{
	content:" ";
	padding-right:0;
}
.stockists li:before{
	content:"|";
	padding-right:15px;
}
.stockists li:first-child{
	margin-left:0;
}
.stockists li{
	display:inline-block;
	margin-left:15px;;
}
.urls:after{
	font-size: 15px;
	font-family: 'FontAwesome';
	content: "\f08e";
	margin-left:8px;
	line-height:16px;
	color:#cfcfcf;
}
@media only screen and (max-width: 767px) {
	#gvVideo{
		width:90%;
	}
	#allContentsWrapper{
		width:100%;
		margin:0;
	}
	.sidrWrapper{
		width:100%;
		position:relative;
		z-index:99999;
	}
	#contentWrapper{
		width:95%;
		margin:120px auto 50px;
		float:none;
	}
	.topV{
		width:80%;
		margin:20px auto 30px;
		text-align:center;
	}
	.topVlong{
		text-align:center;
	}
	.topVgroup{
		padding-top:20px;
		text-align:center;
	}
	.topVleft{
		width:90%;
		float:none;
		margin:0 auto;
	}
	.topVright{
		width:100%;
		float:none;
		padding-top:20px;
	}
	.collectionTitle{
		position:static;
		font-size:22px;
		text-align:center;
		display:inline-block;
		margin:30px 0;
	}
	.collectionTitle_long{
		position:static;
		color:#222222;
		border:1px #222222 solid;
		font-size:22px;
		text-align:center;
		display:inline-block;
		margin:30px 0;
	}
	.collectionTitleRight{
		position:static;
		display:inline-block;
		margin:30px 0;
	}
	.toptwodoor{
		position:static;
		font-size:24px;
	}
/******************************* menu *******************************/
	#gvgv_menu{
		width:100%;
		padding-top:30px;
		position:fixed;
		background: rgba(255, 255, 255, 0.9);
		float:none;
	}
	#gvgv_menu_m h1{
		width:100%;
		text-align:center;
	}
	#gvgv_menu_m h1 span{
		display:block;
	}
	#gvgv_gnav,
	.gvgv_gnav_inner {
		width: 100%;
		padding: 0;
		z-index:99999;
	}
	#gvgv_gnav {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#gvgv_gnav.fixed {
		padding-top: 0;
		background: transparent;
	}
	.logo {
		margin:10px;
	}
	#gvgv_gnav {
		position: absolute;
		left: -768px;
		top:103px;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#gvgv_gnav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		width:100%;
		padding-bottom:30px;
	}
	#gvgv_gnav ul li {
		float: none;
		position: static;
		text-align:center;
		width:100%;
	}
	#gvgv_gnav #gvgv_gnav ul li a,
	#gvgv_gnav.fixed #gvgv_gnav ul li a {
		width: 100%;
		display: block;
		color: #222222;
	}
	#gvgv_nav_bar {
		display: block;
	}
	.open #gvgv_nav_bar span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #gvgv_nav_bar span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #gvgv_nav_bar span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #gvgv_gnav {
		-moz-transform: translateX(768px);
		-webkit-transform: translateX(768px);
		transform: translateX(768px);
	}
	.subMenuContents li a{
		height:40px;
		vertical-align:middle;
		font-size:11px;
	}
	#gvgv_gnav ul.archives{
		padding:0;
	}
/******************************* footer *******************************/
	footer{
		text-align:center;
		width:100%;
	}
	#copyright , #footerMenuWrapper, #footerMenuWrapper p{
		width:100%;
	}
	#footerMenuWrapper p{
		padding:12px 0;
	}
	.footerSNSIcon{
		text-align:center;
		float:none;
	}
	.footerSNSIcon li:first-child{
		margin-left:0;
	}
	.footerSNSIcon li{
		float:none;
		display: inline-block;
		font-size: 22px;
	}
/**********************************about*****************************/
	.about , .collectionsWrapper{
		text-align:center;
	}
	.titlebox{
		font-size:25px;
	}
	.about h2{
		margin:30px 0 50px;
		font-size:18px;
	}
	.about p{
		font-size:13px;
		padding:0 10px;
		text-align:left;
	}
/**********************************collections*****************************/
	.seasons{
		margin:0 0 5%;
	}
	.collections , 
	.collections_new_wrap{
		margin-left:0;
	}
	.collections li ,
	.collections_new li{
		width:90%;
		float:none;
		margin:0 auto 5%;
	}
	.collectionDetail , #collaboration{
		text-align:left;
		width:90%;
		margin:30px auto 0;
	}
	#visuallook{
		float:none;
		padding-top:0;
	}
/**********************************stockists*****************************/
	#stockiststitle{
		text-align:center;
	}
	.stockists{
		padding:0 10px;
	}
	.stockistsWrapper dl{
		width:100%;
		float:left;
		margin-bottom:15px;
		padding-right:0;
	}
	.stockists_nav li{
		width:32%;
	}
	.stockists li:before{
		content:" ";
		padding-right:0;
	}
	.stockists li{
		margin-left:0px;;
	}
}