@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*line-height: 140%;*/
	font-family: YuGothic, "微軟正黑體", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	font-family:YuGothic, "微軟正黑體", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #3E3E3E;
	background:#FFFFFF;
	font-size:14px;
}
.yellow{
	background-color: #fff;
}
.times{
	font-family:"Times New Roman", Times, serif;
}
.yugothic{
	font-family:YuGothic, "微軟正黑體", "Yu Gothic", Meiryo, sans-serif;
}
.mincho{
	font-family: "微軟正黑體";
}

:-moz-selection {
    color:#ffffff;
    background:#b8b8b8;
}
:selection {
    color:#ffffff;
    background:#b8b8b8;
}
::-moz-selection {
    color:#ffffff;
    background:#b8b8b8;
}
::selection {
    color:#ffffff;
    background:#b8b8b8;
}


header, section, article, footer, nav{
	display:block;
}

h1{
	font-size:200%;
	font-weight:900;
}
h2{
	font-size:160%;
	font-weight:900;
}
h3{
	font-size:140%;
	font-weight:900;
}
h4{
	font-size:120%;
	font-weight:900;
}
h5{
	font-size:110%;
	font-weight:900;
}
a img {
	border:none;
}
.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

#container{
	padding-top:140px;
	-webkit-transition:padding-top 0.3s ease-out;
	transition:padding-top 0.3s ease-out;
}
.wrapper{
	position:relative;
	max-width:1200px;
	margin:0 auto;
}


/* ---------- HEADER ---------- */
#header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#ffffff;
	background-image: url(img/bg.jpg);
	height:160px;
	z-index:9;
	border-bottom:solid 1px #f1efef;
	border-bottom:solid 1px #ffffff;
	-webkit-transition:height 0.3s ease-out;
	transition:height 0.3s ease-out;
}
.home #header{
	border-bottom:solid 1px #ffffff;
}
#header.smaller{
	height:87px;
	height:110px;
}
.home #header.smaller{
	border-bottom:solid 1px #f1efef;
	border-bottom:solid 1px #ffffff;
}
#header #logo{
	display:block;
	margin:25px auto 15px auto;
	width:320px;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
#header.smaller #logo{
	margin:15px auto 8px auto;
	width:230px;
}
#header #logo img{
	display:block;
	width:100%;
}
#header #nav ul{
	list-style:none;
	text-align:center;
}
#header #nav ul li{
	display:inline-block;
	margin:0 15px;
	margin:0 1%;
	padding:13px 0 10px 0;
	line-height:100%;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	position:relative;
}
#header.smaller #nav ul li{
	padding:0px 0 6px 0;
}
#header #nav ul li.current{
	border-bottom: solid 2px #b9a7a7;

}
   		
					 
#header #nav ul li a{
	display:block;
	text-decoration:none;
	font-family:"微軟正黑體","Times New Roman", Times, serif;
	line-height:100%;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	letter-spacing:1px;
	font-size:98%;
	
}
#header #nav ul li a:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 24px;
	top: 37px;
	width: 0;
	height: 2px;
	background: #94806E;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#header #nav ul li a:hover:after{
	width:100%;
	left:0;
}

/*
#header #nav li ul {display:none;}
#header #nav li ul li,#header #nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
#header #nav li ul li a {
  background:none repeat scroll 0 0 #152732;
  min-width:100%;
  padding:0.625rem;
}
#header #nav li ul li,.#header #nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
*/

#header.smaller #nav ul li a:after{
	top:20px;
	top:31px;
}
#header #nav .sns{
	position:fixed;
	right:5%;
	right:40px;
	top:41px;
	text-align:right;
	-webkit-transition:top 0.3s ease-out;
	transition:top 0.3s ease-out;
}
#header.smaller #nav .sns{
	top:22px;
}
#header #nav .sns .sep{
	display:inline-block;
	width:1px;
	height:16px;
	vertical-align:middle;
	margin:0 20px;
	background:#222222;
}
#header #nav .sns a{
	display:inline-block;
	height:18px;
	line-height:18px;
	vertical-align:middle;
}
#header #nav .sns a img{
	display:block;
	height:100%;
	width:auto;
}






/* ---------- MAIN ---------- */
/* ----- TOP ----- */
#main{
	padding-bottom:5px;
}
#main_visual{
	width:100%;
	/*background-image:url(img/top/main_visual.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;*/
	position:relative;
	min-height:520px;
	/*height:calc(100vh - 140px);*/
}
#main_visual .one_visu{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
#main_visual img{
	width:100%;
	height:100%;
	display:block;
	-khtml-opacity:0;
	opacity:0;
}
#main_visual .title{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:-40px;
	margin-top:-30px;
	color:#ffffff;
	font-family: "微軟正黑體";
	font-size:514.28%;
	font-size:6.5vmax;
	font-size:4vmax;
	text-align:center;
	font-weight:100;
	line-height:110%;
}
.animate_contents .border{
	padding:57px;
	padding:3%;
}
.animate_contents .box{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0.2%;
	opacity:0;
	-webkit-transition:opacity 0.9s ease-out;
	transition:opacity 0.9s ease-out;
}
.animate_contents .box.loaded{
	-khtml-opacity:1;
	opacity:1;
}
.animate_contents .left{
	float:left;
}
.animate_contents .right{
	float:right;
}
.animate_contents .large{
	width:68.53%;
}
.animate_contents .small{
	width:31.47%;
}
.animate_contents .half{
	width:50%;
}
.animate_contents .third{
	width:33.33%;
	float:left;
	padding-right:1px;
	padding-left:1px;
}
.animate_contents .oneLine .third:first-of-type{
	padding-left:0;
	padding-right:2px;
}
.animate_contents .oneLine .third:last-of-type{
	padding-left:2px;
	padding-right:0;
}
.animate_contents .third.loaded{
	padding-right:1px;
	padding-left:1px;
}
.animate_contents .oneLine .third.loaded:first-of-type{
	padding-left:0;
	padding-right:2px;
}
.animate_contents .oneLine .third.loaded:last-of-type{
	padding-left:2px;
	padding-right:0;
}
.animate_contents .wide{
	width:100%;
}
.animate_contents .box.full{
	width:100%;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.animate_contents .box.full.loaded{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.animate_contents .box img{
	display:block;
	width:100%;
}
.animate_contents .box .relative{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
.animate_contents .box .desc{
	display:block;
	position:absolute;
	left:0;
	top:50%;
	padding-left:10%;
	width:280px;
	margin-top:-118px;
}
.animate_contents .box .desc.white{
	margin-top:-107px;
}
.animate_contents .box .desc .title{
	font-family:"Times New Roman", Times, serif;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	font-size:242.86%;
	display:block;
	padding-bottom:15px;
	line-height:100%;
	position:relative;
	margin-bottom:20px;
	font-weight:100;
	letter-spacing:2px;
}
.animate_contents .box .desc .title:after{
	content:'';
	display:block;
	width:40px;
	height:2px;
	background:#e8da65;
	position:absolute;
	left:0;
	bottom:0;
}
.animate_contents .box .desc .subtitle{
	font-family: "FP-ヒラギノ明朝 StdN W2";
	display:block;
	line-height:100%;
	font-size:128.57%;
	padding-bottom:10px;
	font-weight:400;
}
.animate_contents .box .desc p{
	display:block;
	font-size:85.71%;
	font-family:YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	letter-spacing:1px;
	line-height:180%;
	padding-bottom:25px;
}

/* ----- LOOKBOOK ----- */
.lookbook{
	padding-top:50px;
}
.title_block{
	text-align:center;
    padding-right: 1.7%;
    padding-left: 1.7%;
	padding-bottom:0.7%;
}
.title_block .title{
	display:inline-block;
	padding:30px 0 20px;
	position:relative;
	margin:0 auto 50px auto;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	font-weight:100;
	line-height:100%;
	font-style:italic;
	font-size:146%;
	letter-spacing:4px;
}
.title_block .title:after{
	content: '';
	display: block;
	width: 65px;
	position: absolute;
	left: 40%;
	margin-left: -20px;
	bottom: 0;
	/*border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;*/
}
.title_block img{
	display:block;
	width:100%;
}
.lookbook .animate_contents .border{
	padding-top:0;
	padding-bottom:0;
	padding-right:1%;
	padding-left:1%;
}
.lookbook .animate_contents p{
	display:block;
	text-align:center;
	line-height:190%;
	font-family: "微軟正黑體";
	font-size:114.28%;
	padding:3% 0.7%;
}
.lookbook .animate_contents .box {
    padding: 0.7%;
}
.lookbook .animate_contents .box.loaded {
    padding: 0.7%;
}

/* ---------- FOOTER ---------- */
#footer{
	border-top: 1px dashed #b9a7a7;
	padding-top: 60px;
}
#footer .title{
	display:block;
	width:250px;
	margin:0 auto;
}
#footer .title img{
	display:block;
	width:100%;
}
#footer  ul{
	list-style:none;
	text-align:center;
	padding-top:40px;
}
#footer ul li{
	display:inline-block;
	padding:13px 1.5% 10px 1.5%;
	line-height:10px;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	position:relative;
}
#footer ul li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	position:absolute;
	right:-1.5%;
	top:50%;
	margin-top:-10px;
	height:20px;
	display:block;
}
#footer ul li:last-of-type:after{
	display:none;
}
#footer ul li a{
	display:block;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	line-height:10px;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	letter-spacing:1px;
}
.corpo_links{
	padding-top:40px;
	text-align:center;
}
.corpo_links a{
	display:inline-block;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	line-height:10px;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	letter-spacing:1px;
	padding-right:15px;
	margin:0 15px;
	position:relative;
}
.corpo_links a:after{
	content:'';
	display:block;
	width:10px;
	height:8px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-4px;
	background-image:url(img/blank.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#footer .copyrights{
	display:block;
	text-align:center;
	padding:20px 0 30px 0;
	font-size:85.71%;
	letter-spacing:1px;
}
#to_top{
	display:block;
	position:fixed;
	right:0;
	bottom:0;
	background-image:url(img/to_top.gif);
	background-position:center center;
	background-repeat:no-repeat;
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition: -khtml-opacity 0.6s ease-out, opacity 0.6s ease-out;
	transition: -khtml-opacity 0.6s ease-out, opacity 0.6s ease-out;
}
#to_top.showed{
	-khtml-opacity:1;
	opacity:1;
	width:40px;
	height:40px;
}
.ifSp{
	display:none;
}

.yellow{
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.animate_contents .box.full .desc .special_link:hover,
a.yellow:hover,
a .yellow:hover,
button.yellow:hover{
	background-color: #998080;
	background-color: #998080;
	color: #FFF;
}

.share_links .oneSns,
#to_top.showed,
.corpo_links a,
#footer ul li a,
#header #logo a img,
#header #nav .sns a img{
	-webkit-transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
	transition: -khtml-opacity 0.3s ease-out, opacity 0.3s ease-out;
}

.share_links .oneSns:hover,
#to_top.showed:hover,
.corpo_links a:hover,
#footer ul li a:hover,
#header #logo a:hover img,
#header #nav .sns a:hover img{
	-khtml-opacity:0.5;
	opacity:0.5;
}

#main_visual,
.title_block_img img,
.title_block img,
.products .title_block_img{
	-khtml-opacity:0;
	opacity:0;
	-webkit-transition: -khtml-opacity 1.2s ease-out, opacity 1.2s ease-out;
	transition: -khtml-opacity 1.2s ease-out, opacity 1.2s ease-out;
}

#main_visual.ready,
.title_block_img img.ready,
.title_block img.ready,
.products .title_block_img.ready{
	-khtml-opacity:1;
	opacity:1;
}


.animate_contents .box img,
#products_list ul li .image img,
#news_list ul li img,
#links_menu .links_list li img,
#cat_links ul li .image img{
	-webkit-transition:-khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
	transition:-khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
	background:#ffffff;
}
	
	
.animate_contents .box .relative:hover img,
#products_list ul li a:hover img,
#news_list ul li a:hover img,
#links_menu .links_list li .relative:hover img,
#cat_links ul li a:hover img{
	/*-webkit-transform: scale(1.03);-ms-transform: scale(1.03);transform: scale(1.03);*/
	-khtml-opacity:0.6;
	opacity:0.6;
}
/* ----- STORY ----- */
.title_block_img{
	position:relative;
}
.title_block_img .title{
	display: block;
	line-height: 100%;
	color: #fff;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	font-size: 262.86%;
	display: block;
	text-align: center;
	padding-bottom: 13px;
	margin-bottom: 25px;
	font-weight: 100;
	letter-spacing: 2px;
}
.title_block_img .title:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.title_block_img .subtitle{
	font-family: YuMincho, "微軟正黑體", "Yu Mincho", "MS Mincho", Roboto, Verdana, "Droid Sans", serif;
	display: block;
	line-height: 100%;
	font-size: 171.43%;
	font-size: 157.14%;
	text-align: center;
	color: #94806E;
	font-weight: 400;
}
.title_block_img img{
	display:block;
	width:100%;
}
.title_block_img .title_area{
	position:absolute;
	left:0;
	width:100%;
	height:120px;
	top:50%;
	margin-top:-60px;
	text-align:center;
}
.contents_wrap{
	margin:0 auto;
	max-width:1050px;
}
.contents_wrap2{
	margin:0 auto;
	max-width:1200px;
}
.int_title {
	width:96%;
	padding:10px 0;
	margin:0 auto;
}
.int_title .title{
	display:block;
	float:left;
	width:33.33%;
	line-height:100%;
	position:relative;
	font-family:"Times New Roman", Times, serif;
/*-ms-transform:rotate(0.03deg);-o-transform:rotate(0.03deg);-webkit-transform:rotate(0.03deg);transform:rotate(0.03deg);*/
	font-size:242.86%;
	padding-bottom:13px;
	font-weight:100;
	letter-spacing:2px;
}
.int_title .title:after{
	content: '';
	display: block;
	width: 53%;
	height: 2px;
	background-color: #b9a7a7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.int_title p{
	font-family: "微軟正黑體";
	display: block;
	line-height: 160%;
	font-size: 114.28%;
	float: left;
	width: 66.66%;
	letter-spacing: 1px;
}
.int_title_p2{
	font-family: "微軟正黑體";
	display: block;
	font-size: 1.15em;
	line-height: 1.6em;
	float: left;
	width: 100%;
	letter-spacing: 2px;
	padding-bottom: 30px;
}
.greyBg{
	background:#fafafa;
}
.decalImg{
	margin-top:50px;
}
.decalImg_marg{
	margin-top:130px;
}
.decalImg img{
	margin-top:-50px;
}
.int_contents{
	width:96%;
	margin:0 auto;
}
.int_contents .left{
	float:left;
}
.int_contents .right{
	float:right;
}
.int_contents .image{
	width:52%;
	padding-bottom:30px;
}
.int_contents .text{
	width:48%;
	padding:40px 0;
}
.int_contents .text .title{
	display:block;
	padding:0 10% 15px 5%;
	font-family: "FP-ヒラギノ明朝 StdN W2";
	display:block;
	line-height:160%;
	font-size:128.57%;
}
.int_contents .text p{
	display:block;
	padding:0 10% 0 5%;
	line-height:180%;
}
.int_contents .right.text .title{
	padding-right:5%;
	padding-left:10%;
}
.int_contents .right.text p{
	padding-right:5%;
	padding-left:10%;
}
.border_about{
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 5%;
}
/* TABLET SIZE */
@media screen and (max-width: 1280px){
	#header #nav ul li{
		font-size:95%;
		margin:0 0.7%;
	}
	
	#footer {
    border-top: 1px dashed #b9a7a7;
    padding-top: 40px;
    }
	#footer ul li{
		padding:13px 1% 10px 1%;
		font-size:95%;
	}
	#footer ul li:after{
		right:-1%;
	}
	.title_block_img .title{
		font-size:260%;
		margin-bottom:20px;
		letter-spacing:1px;
	}	
}


/* SMARTPHONES SIZE */
@media screen and (max-width: 850px){
	*{
		font-weight:400;
	}
	body{
		text-size-adjust:none;
		-webkit-text-size-adjust: none;
		font-weight:400;
	}
	.ifSp{
		display:block;
	}
	.ifPc{
		display:none !important;
	}
	
	
	.yellow,
	.animate_contents .box.full .desc .special_link:hover, 
	a.yellow:hover, 
	a .yellow:hover, 
	button.yellow:hover,
	
	.share_links .oneSns,
	#to_top.showed,
	.corpo_links a,
	#footer ul li a,
	#header #logo a img,
	#header #nav .sns a img,
	
	#to_top,
	.animate_contents .box img,
	#header,
	#header #logo,
	#container,
	#header #nav ul li,
	#header #nav .sns{
		-webkit-transition: inherit;
		-moz-transition: inherit;
		-ms-transition: inherit;
		-o-transition: inherit;
		transition: inherit;
	}
	.seemore:hover:after{
		animation:inherit;
		-webkit-animation-name:inherit;
		-webkit-animation-duration:inherit;
		-webkit-animation-iteration-count:inherit;
		-webkit-animation-timing-function:inherit;
		-webkit-animation-delay:inherit;
		-webkit-animation-direction:inherit;
		-webkit-animation-fill-mode:inherit;
	}

	
	.animate_contents .box .relative:hover img,
	#products_list ul li a:hover img,
	#news_list ul li a:hover img,
	#links_menu .links_list li .relative:hover img,
	#cat_links ul li a:hover img,
	.share_links .oneSns:hover,
	#to_top.showed:hover,
	.corpo_links a:hover,
	#footer ul li a:hover,
	#header #logo a:hover img,
	#header #nav .sns a:hover img{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
	}
	#container{
		padding-top:70px;
	}
	#container.menuOpen{
		padding-top:0;
	}
	
	.yellow,
	.animate_contents .box.full .desc .special_link:hover, 
	a.yellow:hover, 
	a .yellow:hover, 
	button.yellow:hover{
		background-color:#e8da65;
	}
	
	
/* ---------- HEADER ---------- */
	#header{
		height:95px;
	}
	.home #header{
		border-bottom:none;
	}
	.menuOpen #header{
		position:relative;
		height:auto;
		border-bottom:none;
	}
	#header.smaller{
		height:95px;
	}
	.home #header.smaller{
		border-bottom:none;
	}
	#header #logo{
		width:280px;
		padding-top:15px;
		margin-top:0;
		margin-bottom:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.menuOpen  #header #logo{
		display:none;
	}
	#header.smaller #logo{
		padding-top:15px;
		width:280px;
		margin-top:0;
		margin-bottom:0;
	}
	#menuOpener{
		display:block;
		width:25px;
		height:22px;
		position:absolute;
		top:15px;
		right:25px;
		z-index:9;
		padding:11px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.menuOpen #menuOpener{
		position:fixed;
	}
	#menuOpener .relative{
		display:block;
		width:25px;
		height:22px;
		position:relative;
	}
	#menuOpener .relative .bar{
		display:block;
		width:25px;
		height:2px;
		background:#182028;
		position:absolute;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	#menuOpener .relative .bar:first-of-type{
		top:0px;
		left:0px;
	}
	#menuOpener .relative .bar:nth-of-type(2){
		top:8px;
		left:0px;
	}
	#menuOpener .relative .bar:nth-of-type(3){
		top:16px;
		left:0px;
	}
	#menuOpener.opened .relative .bar:first-of-type{
		-ms-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
		left: -1px;
		top: 7px;
		width: 25px;
		height:2px;
	}
	#menuOpener.opened .relative .bar:nth-of-type(2){
		-moz-opacity:0;
		-khtml-opacity:0;
		opacity:0;
		left:20px;
		width:0;
		height:0;
		top:21px;
	}
	#menuOpener.opened .relative .bar:nth-of-type(3){
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		left: -1px;
		top: 7px;
		width: 25px;
		height:2px;
	}
	#header #nav{
		display:none;
	}
	#header #nav.opened{
		display:block;
		position:relative;
		width:100%;
		height:100%;
		background:#ffffff;
	}
	.menuOpen #spHider{
		height:0;
		overflow:hidden;
	}
	#header #nav ul{
		padding-top:30px;
		padding-bottom:2px;
	}
	#header #nav ul li{
		display:block;
		width:100%;
		padding:7px 0;
		border:none;
		margin:0;
	}
	#header #nav ul li.current{
		border:none;
	}
	#header.smaller #nav ul li{
		display:block;
		width:100%;
		padding:10px 0;
		margin:0;
	}
	#header #nav ul li a{
		font-size:142.86%;
		padding:5px 0;
	}
	#header #nav ul li a:hover{
	color: #9E9E9E;
	}
	#header.smaller #nav ul li a{
		font-size:142.86%;
	}
	#header #nav .sns{
		position:relative;
		right:inherit;
		top:inherit;
		text-align:center;
		padding-top:20px;
		padding-right:8px;
		padding-bottom:20px;
	}
	#header #nav .sns a{
		height: 22px;
		line-height: 22px;
	}
	#header #nav .sns .sep{
		height: 20px;
		margin: 0 25px;
	}
	#header #nav .corpo_links{
		max-width:250px;
		margin:0 auto;
		border-top:solid 1px #f1efef;
		border-bottom:solid 1px #f1efef;
		padding-top:10px;
	}
	#header #nav .corpo_links a{
		margin-bottom:5px;
	}
	#header #nav ul li a:after{
		display:none;
	}

	
/* ---------- MAIN ---------- */
/* ----- TOP PAGE ----- */
	#main{
		padding-bottom: 5px;
	}
	#main_visual{
		min-height:inherit;
		height:calc(100vh - 70px);
		min-height:auto !important;
		height:auto !important;
		max-height:auto !important;
	}
	/*#main_visual img{
		-khtml-opacity:1;
		opacity:1;
	}*/
	#main_visual .title{
		font-size:6.2vmax;
		font-size:280%;
		font-size:250%;
		margin-top:-70px;
		line-height:140%;
	}
	
	.top .animate_contents .border .oneLine {
		padding-bottom:40px;
	}
	
	.top #news_list{
		padding-bottom:30px;
	}
	.top #news_list ul li{
		padding-bottom:20px;
	}
	.top #news_list .more{
		padding-bottom:0px;
	}
/* ----- STORY ----- */
	.title_block_img .title_area{
		height:90px;
		margin-top:-45px;
	}
	.title_block_img .title{
		font-size:160%;
		margin-bottom:20px;
		letter-spacing:1px;
	}
	
	.title_block_img .subtitle{
		font-size:150%;
		font-size:120.71%;
	}
	.contents_wrap{
		padding:0 3%;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.contents_wrap2{
		padding:0 6%;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.int_title{
		width:100%;
		padding:15px 0;
	}
	.int_title .title{
		float:none;
		width:100%;
		margin-bottom:10px;
		font-size:200%;
	}
	.int_title p{
	float: none;
	width: 100%;
	font-size: 100%;
	font-family: '微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	line-height: 160%;
	letter-spacing: 0px;
	}
	/*.int_title p br{
		display:none;
	}*/
	.story .animate_contents .oneLine{
		padding-bottom:0;
	}
	.int_contents{
		width: 100%;	
	}
	.int_contents .image{
		width: 100%;
		padding:0;
	}
	.int_contents .text{
		padding:20px 0 25px 0;
		width: 100%;
	}
	.int_contents .right{
		float: none;
		clear:both;
	}
	.int_contents .left{
		float: none;
		clear:both;
	}
	.decalImg_marg{
		margin-top:80px;
	}
	.int_contents .text .title{
		padding:0 0 10px 0;
		font-size:121.43%;
		line-height:150%;
	}
	.int_contents .right.text .title{
		padding:0 0 10px 0;
	}
	.int_contents .text p{
		padding:0;
		font-family:'微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
		font-size:100%;
		line-height:160%;
	}
	.int_contents .right.text p{
		padding:0;
	}	
	
/* ----- LOOKBOOK ----- */
	.lookbook{
		padding-top:5px;
	}
	.lookbook .title_block .title{
		font-size:135.71%;
		letter-spacing:3px;
		margin-bottom:20px;
	}
	.lookbook .animate_contents .oneLine{
		padding-bottom:0;
	}
	.lookbook .animate_contents p{
		font-family:'微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
		font-size:92.85%;
		text-align:left;
		line-height:180%;
		padding:4% 3%;
	}
	.lookbook .animate_contents p br{
		display:none;
	}
	.about .contents_wrap{
		padding:15px 4% 5px 4%;
	}
	.about .contents_wrap .animate_contents .box{
		padding-right:0;
		padding-left:0;
	}
	.about .contents_wrap .animate_contents .box.loaded{
		padding-right:0;
		padding-left:0;
	}
	.about .animate_contents .half{
		width: 100%;
	}
	.about .animate_contents .left{
		float: none;
	}
	.about .animate_contents .right{
		float: none;
	}
    .border_about{
	padding: 0;

	  }
	
	
/* ---------- FOOTER ---------- */
	#footer{
	border-top: dashed 1px #b9a7a7;
	padding-top: 0;
	padding-bottom: 15px;
	}
	#footer .title{
		display:none;
	}
	#footer ul{
		display:none;
	}
	#footer .corpo_links{
		display:none;
	}

	.corpo_links{
		padding-bottom:10px;
		padding-top:0;
	}
	.corpo_links a{
		padding-top:5px;
		padding-bottom:5px;
		padding-right:15px;
		padding-left:15px;
		margin-bottom:10px;
	}
	.corpo_links a:after{
		background-image:url(img/blank_sp.png);
		background-size:10px 8px;
		width:10px;
		height:8px;
		margin-top:-4px;
	}
	#footer .copyrights{
		padding:10px 0;
		font-family:YuGothic,"微軟正黑體","Yu Gothic",Meiryo, Roboto, Verdana, "Droid Sans", sans-serif;
	}
	#to_top{
		position:relative;
		width:100%;
		height:40px;
		background-color:#cec5bc;
		right:inherit;
		bottom:inherit;
		background-image:url(img/to_top.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:10px 20px;
	}
	#to_top.showed{
		position:relative;
		width:100%;
		height:40px;
		right:inherit;
		bottom:inherit;
	}
	.markimg{ width:80vw;}
	.markimg2{ width:85vw;}
	.markimg3{ width:45vw;}
}
@media screen and (max-width: 480px){
	*{
		font-weight:400;
	}
	body{
		text-size-adjust:none;
		-webkit-text-size-adjust: none;
		font-weight:400;
	}
	.ifSp{
		display:block;
	}
	.ifPc{
		display:none !important;
	}
	
	
	.yellow,
	.animate_contents .box.full .desc .special_link:hover, 
	a.yellow:hover, 
	a .yellow:hover, 
	button.yellow:hover,
	
	.share_links .oneSns,
	#to_top.showed,
	.corpo_links a,
	#footer ul li a,
	#header #logo a img,
	#header #nav .sns a img,
	
	#to_top,
	.animate_contents .box img,
	#header,
	#header #logo,
	#container,
	#header #nav ul li,
	#header #nav .sns{
		-webkit-transition: inherit;
		-moz-transition: inherit;
		-ms-transition: inherit;
		-o-transition: inherit;
		transition: inherit;
	}
	.seemore:hover:after{
		animation:inherit;
		-webkit-animation-name:inherit;
		-webkit-animation-duration:inherit;
		-webkit-animation-iteration-count:inherit;
		-webkit-animation-timing-function:inherit;
		-webkit-animation-delay:inherit;
		-webkit-animation-direction:inherit;
		-webkit-animation-fill-mode:inherit;
	}

	
	.animate_contents .box .relative:hover img,
	#products_list ul li a:hover img,
	#news_list ul li a:hover img,
	#links_menu .links_list li .relative:hover img,
	#cat_links ul li a:hover img,
	.share_links .oneSns:hover,
	#to_top.showed:hover,
	.corpo_links a:hover,
	#footer ul li a:hover,
	#header #logo a:hover img,
	#header #nav .sns a:hover img{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
	}
	#container{
		padding-top:70px;
	}
	#container.menuOpen{
		padding-top:0;
	}
	
	.yellow,
	.animate_contents .box.full .desc .special_link:hover, 
	a.yellow:hover, 
	a .yellow:hover, 
	button.yellow:hover{
		background-color:#e8da65;
	}
	
	
/* ---------- HEADER ---------- */
	#header{
		height:85px;
	}
	.home #header{
		border-bottom:none;
	}
	.menuOpen #header{
		position:relative;
		height:auto;
		border-bottom:none;
	}
	#header.smaller{
		height:85px;
	}
	.home #header.smaller{
		border-bottom:none;
	}
	#header #logo{
		width:240px;
		padding-top:15px;
		margin-top:0;
		margin-bottom:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.menuOpen  #header #logo{
		display:none;
	}
	#header.smaller #logo{
		padding-top:15px;
		width:240px;
		margin-top:0;
		margin-bottom:0;
	}
	#menuOpener{
		display:block;
		width:25px;
		height:22px;
		position:absolute;
		top:15px;
		right:25px;
		z-index:9;
		padding:11px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.menuOpen #menuOpener{
		position:fixed;
	}
	#menuOpener .relative{
		display:block;
		width:25px;
		height:22px;
		position:relative;
	}
	#menuOpener .relative .bar{
		display:block;
		width:25px;
		height:2px;
		background:#182028;
		position:absolute;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	#menuOpener .relative .bar:first-of-type{
		top:0px;
		left:0px;
	}
	#menuOpener .relative .bar:nth-of-type(2){
		top:8px;
		left:0px;
	}
	#menuOpener .relative .bar:nth-of-type(3){
		top:16px;
		left:0px;
	}
	#menuOpener.opened .relative .bar:first-of-type{
		-ms-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
		left: -1px;
		top: 7px;
		width: 25px;
		height:2px;
	}
	#menuOpener.opened .relative .bar:nth-of-type(2){
		-moz-opacity:0;
		-khtml-opacity:0;
		opacity:0;
		left:20px;
		width:0;
		height:0;
		top:21px;
	}
	#menuOpener.opened .relative .bar:nth-of-type(3){
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		left: -1px;
		top: 7px;
		width: 25px;
		height:2px;
	}
	#header #nav{
		display:none;
	}
	#header #nav.opened{
		display:block;
		position:relative;
		width:100%;
		height:100%;
		background:#ffffff;
	}
	.menuOpen #spHider{
		height:0;
		overflow:hidden;
	}
	#header #nav ul{
		padding-top:30px;
		padding-bottom:2px;
	}
	#header #nav ul li{
		display:block;
		width:100%;
		padding:7px 0;
		border:none;
		margin:0;
	}
	#header #nav ul li.current{
		border:none;
	}
	#header.smaller #nav ul li{
		display:block;
		width:100%;
		padding:10px 0;
		margin:0;
	}
	#header #nav ul li a{
		font-size:142.86%;
		padding:5px 0;
	}
	#header #nav ul li a:hover{
	color: #9E9E9E;
	}
	#header.smaller #nav ul li a{
		font-size:142.86%;
	}
	#header #nav .sns{
		position:relative;
		right:inherit;
		top:inherit;
		text-align:center;
		padding-top:20px;
		padding-right:8px;
		padding-bottom:20px;
	}
	#header #nav .sns a{
		height: 22px;
		line-height: 22px;
	}
	#header #nav .sns .sep{
		height: 20px;
		margin: 0 25px;
	}
	#header #nav .corpo_links{
		max-width:250px;
		margin:0 auto;
		border-top:solid 1px #f1efef;
		border-bottom:solid 1px #f1efef;
		padding-top:10px;
	}
	#header #nav .corpo_links a{
		margin-bottom:5px;
	}
	#header #nav ul li a:after{
		display:none;
	}

	
/* ---------- MAIN ---------- */
/* ----- TOP PAGE ----- */
	#main{
		padding-bottom: 5px;
	}
	#main_visual{
		min-height:inherit;
		height:calc(100vh - 70px);
		min-height:auto !important;
		height:auto !important;
		max-height:auto !important;
	}
	/*#main_visual img{
		-khtml-opacity:1;
		opacity:1;
	}*/
	#main_visual .title{
		font-size:6.2vmax;
		font-size:280%;
		font-size:250%;
		margin-top:-70px;
		line-height:140%;
	}
	
	.top .animate_contents .border .oneLine {
		padding-bottom:40px;
	}
	
	.top #news_list{
		padding-bottom:30px;
	}
	.top #news_list ul li{
		padding-bottom:20px;
	}
	.top #news_list .more{
		padding-bottom:0px;
	}
/* ----- STORY ----- */
	.title_block_img .title_area{
		height:90px;
		margin-top:-45px;
	}
	.title_block_img .title{
		font-size:160%;
		margin-bottom:20px;
		letter-spacing:1px;
	}
	
	.title_block_img .subtitle{
		font-size:150%;
		font-size:120.71%;
	}
	.contents_wrap{
		padding:0 3%;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.contents_wrap2{
		padding:0 6%;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.int_title{
		width:100%;
		padding:15px 0;
	}
	.int_title .title{
		float:none;
		width:100%;
		margin-bottom:10px;
		font-size:200%;
	}
	.int_title p{
	float: none;
	width: 100%;
	font-size: 100%;
	font-family: '微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	line-height: 160%;
	letter-spacing: 0px;
	}
	/*.int_title p br{
		display:none;
	}*/
	.story .animate_contents .oneLine{
		padding-bottom:0;
	}
	.int_contents{
		width: 100%;	
	}
	.int_contents .image{
		width: 100%;
		padding:0;
	}
	.int_contents .text{
		padding:20px 0 25px 0;
		width: 100%;
	}
	.int_contents .right{
		float: none;
		clear:both;
	}
	.int_contents .left{
		float: none;
		clear:both;
	}
	.decalImg_marg{
		margin-top:80px;
	}
	.int_contents .text .title{
		padding:0 0 10px 0;
		font-size:121.43%;
		line-height:150%;
	}
	.int_contents .right.text .title{
		padding:0 0 10px 0;
	}
	.int_contents .text p{
		padding:0;
		font-family:'微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
		font-size:100%;
		line-height:160%;
	}
	.int_contents .right.text p{
		padding:0;
	}	
	
/* ----- LOOKBOOK ----- */
	.lookbook{
		padding-top:5px;
	}
	.lookbook .title_block .title{
		font-size:135.71%;
		letter-spacing:3px;
		margin-bottom:20px;
	}
	.lookbook .animate_contents .oneLine{
		padding-bottom:0;
	}
	.lookbook .animate_contents p{
		font-family:'微軟正黑體','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
		font-size:92.85%;
		text-align:left;
		line-height:180%;
		padding:4% 3%;
	}
	.lookbook .animate_contents p br{
		display:none;
	}
	.about .contents_wrap{
		padding:15px 4% 5px 4%;
	}
	.about .contents_wrap .animate_contents .box{
		padding-right:0;
		padding-left:0;
	}
	.about .contents_wrap .animate_contents .box.loaded{
		padding-right:0;
		padding-left:0;
	}
	.about .animate_contents .half{
		width: 100%;
	}
	.about .animate_contents .left{
		float: none;
	}
	.about .animate_contents .right{
		float: none;
	}
    .border_about{
	padding: 0;

	  }
	
	
/* ---------- FOOTER ---------- */
	#footer{
	border-top: dashed 1px #b9a7a7;
	padding-top: 0;
	padding-bottom: 15px;
	}
	#footer .title{
		display:none;
	}
	#footer ul{
		display:none;
	}
	#footer .corpo_links{
		display:none;
	}

	.corpo_links{
		padding-bottom:10px;
		padding-top:0;
	}
	.corpo_links a{
		padding-top:5px;
		padding-bottom:5px;
		padding-right:15px;
		padding-left:15px;
		margin-bottom:10px;
	}
	.corpo_links a:after{
		background-image:url(img/blank_sp.png);
		background-size:10px 8px;
		width:10px;
		height:8px;
		margin-top:-4px;
	}
	#footer .copyrights{
		padding:10px 0;
		font-family:YuGothic,"微軟正黑體","Yu Gothic",Meiryo, Roboto, Verdana, "Droid Sans", sans-serif;
	}
	#to_top{
		position:relative;
		width:100%;
		height:40px;
		background-color:#cec5bc;
		right:inherit;
		bottom:inherit;
		background-image:url(img/to_top.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:10px 20px;
	}
	#to_top.showed{
		position:relative;
		width:100%;
		height:40px;
		right:inherit;
		bottom:inherit;
	}
	.markimg{ width:80vw;}
	.markimg2{ width:85vw;}
	.markimg3{ width:45vw;}
	.markimg4{ width:95vw;}
	.markimg5{ width:40vw;}
}
