/** Shopify CDN: Minification failed

Line 411:0 Unexpected "{"

**/
@charset "UTF-8";
/* CSS Document */

/***
* common.css
*/

/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
main, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
a:focus,
button:focus{
  outline: none;
}
input{
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline:none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

sup,
sub{
  line-height: 1;
  vertical-align: baseline;
  position: relative;   
}
sup{ bottom: 5px; }
sub{ top: 0.5em; }

small{
  font-size:72.5%;
}

/* utility */

.floatL{
  float:left;	
}

.floatR{
  float:right;	
}

.clearBoth{
  clear:both;	
}

.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */

.anti{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition{
  transition-duration: 0.5s;
}

::-moz-selection { opacity:0.1; background: #eee; }
::selection { opacity:0.1; background: #eee; }

sup{
  font-size:68.75%;
}

a{
  color:#000;
  text-decoration:none;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 10px;
  appearance: none;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}

textarea{
  font-size: 10px;
  outline: none;
  border-radius: 0;
}

img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
}

.ja{
  font-feature-settings: "palt" 1;
}

button, input, select, textarea{
  font-family: a-otf-gothic-bbb-pr6n, "sans-serif";
  font-size : 100%;
}

/***
* common
*/

html,body{
  height:100%;
  margin:0;
}

body{
	position:relative;
  font-family: Arial, Helvetica, a-otf-gothic-bbb-pr6n, "sans-serif";
  font-weight: normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  フェードイン処理オフ  */
  /* opacity: 0; */
  /*  フェードイン処理オフ  */
}


body.fixed{
	width:100%;
	height:100%;
	position:fixed;
}

#wrapper{
	position: relative;
  height:auto !important;
  height: 100%;
  min-height: 100%;
  transition-duration: 0.5s;
}

#wrapper.blur{
  filter: blur(1rem);
  transition-duration: 0.5s;
}

.slick-slide{
  outline: none;
}

.fade_off{
  visibility: hidden;
  opacity: 0;
  transition-duration: 1.5s;
}

.fade_on{
  visibility: visible;
  opacity: 1;
  transition-duration: 1.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
  
  }


.online #navOnline,
.online #footerNavOnline,
.online #navOnlineSub ul li a.current, 
.online #navSpOnlineInner ul li a.current,
.online #footerNavOnlineSub ul li a.current {
  font-weight: bold;
}

/* .hyke #navHyke,
.fw22 #navHykeSub ul:first-child li:nth-child(1),
.ss22 #navHykeSub ul:first-child li:nth-child(2),
.fw21 #navHykeSub ul:first-child li:nth-child(3),
.fw20 #navHykeSub ul:first-child li:last-child{
  font-weight: bold !important;
} */

#news #navSub li:nth-child(1),
#story #navSub li:nth-child(2),
#contact #navSub li:nth-child(3),
#stockist #navSub li:nth-child(4),
#accout #navCart li:nth-child(1),
#bag #navCart li:nth-child(2) {
  font-weight: bold;
}

#navHykeSub ul li a.current {
  font-weight: bold;
}

#images #navAll #navHyke a,
#looks #navAll #navHyke a,
#movie #navAll #navHyke a {
  font-weight: bold;
}

/* #movie.fw22 #navHykeSub ul:nth-child(2) li:nth-child(1),
#images.ss22 #navHykeSub ul:nth-child(3) li:nth-child(1),
#looks.ss22 #navHykeSub ul:nth-child(3) li:nth-child(2),
#movie.ss22 #navHykeSub ul:nth-child(3) li:nth-child(3),
#images.fw21 #navHykeSub ul:nth-child(4) li:nth-child(1),
#looks.fw21 #navHykeSub ul:nth-child(4) li:nth-child(2),
#movie.fw21 #navHykeSub ul:nth-child(4) li:nth-child(3),
#images.ss21 #navHykeSub ul:nth-child(5) li:nth-child(1),
#looks.ss21 #navHykeSub ul:nth-child(5) li:nth-child(2),
#movie.ss21 #navHykeSub ul:nth-child(5) li:nth-child(3){
  font-weight: bold;
}*/

/*#images.ss25 #footerNavHyke,
#images.ss25 #footerNavHykeSub ul:first-child li:nth-child(1),
#images.ss25 #footerNavHykeSub ul:nth-child(2) li:nth-child(1),*/
#looks.ss25 #footerNavHyke,
#looks.ss25 #footerNavHykeSub ul:first-child li:nth-child(1),
#looks.ss25 #footerNavHykeSub ul:nth-child(2) li:nth-child(1),
#movie.ss25 #footerNavHyke,
#movie.ss25 #footerNavHykeSub ul:first-child li:nth-child(1),
#movie.ss25 #footerNavHykeSub ul:nth-child(2) li:nth-child(2),
  
#images.fw24 #footerNavHyke,
#images.fw24 #footerNavHykeSub ul:first-child li:nth-child(2),
#images.fw24 #footerNavHykeSub ul:nth-child(3) li:nth-child(1),
#looks.fw24 #footerNavHyke,
#looks.fw24 #footerNavHykeSub ul:first-child li:nth-child(2),
#looks.fw24 #footerNavHykeSub ul:nth-child(3) li:nth-child(2),
#movie.fw24 #footerNavHyke,
#movie.fw24 #footerNavHykeSub ul:first-child li:nth-child(2),
#movie.fw24 #footerNavHykeSub ul:nth-child(3) li:nth-child(3),
  
#images.ss24 #footerNavHyke,
#images.ss24 #footerNavHykeSub ul:first-child li:nth-child(3),
#images.ss24 #footerNavHykeSub ul:nth-child(4) li:nth-child(1),
#looks.ss24 #footerNavHyke,
#looks.ss24 #footerNavHykeSub ul:first-child li:nth-child(3),
#looks.ss24 #footerNavHykeSub ul:nth-child(4) li:nth-child(2),
#movie.ss24 #footerNavHyke,
#movie.ss24 #footerNavHykeSub ul:first-child li:nth-child(3),
#movie.ss24 #footerNavHykeSub ul:nth-child(4) li:nth-child(3),  

#images.fw23 #footerNavHyke,
#images.fw23 #footerNavHykeSub ul:first-child li:nth-child(4),
#images.fw23 #footerNavHykeSub ul:nth-child(5) li:nth-child(1),
#looks.fw23 #footerNavHyke,
#looks.fw23 #footerNavHykeSub ul:first-child li:nth-child(4),
#looks.fw23 #footerNavHykeSub ul:nth-child(5) li:nth-child(2),
#movie.fw23 #footerNavHyke,
#movie.fw23 #footerNavHykeSub ul:first-child li:nth-child(4),
#movie.fw23 #footerNavHykeSub ul:nth-child(5) li:nth-child(3),
/*
#images.ss23 #footerNavHyke,
#images.ss23 #footerNavHykeSub ul:first-child li:nth-child(4),
#images.ss23 #footerNavHykeSub ul:nth-child(5) li:nth-child(1),
#looks.ss23 #footerNavHyke,
#looks.ss23 #footerNavHykeSub ul:first-child li:nth-child(4),
#looks.ss23 #footerNavHykeSub ul:nth-child(5) li:nth-child(2),
#movie.ss23 #footerNavHyke,
#movie.ss23 #footerNavHykeSub ul:first-child li:nth-child(4),
#movie.ss23 #footerNavHykeSub ul:nth-child(5) li:nth-child(3)

#images.fw22 #footerNavHyke,
#images.fw22 #footerNavHykeSub ul:first-child li:nth-child(4),
#images.fw22 #footerNavHykeSub ul:nth-child(5) li:nth-child(1),
#looks.fw22 #footerNavHyke,
#looks.fw22 #footerNavHykeSub ul:first-child li:nth-child(4),
#looks.fw22 #footerNavHykeSub ul:nth-child(5) li:nth-child(2),
#movie.fw22 #footerNavHyke,
#movie.fw22 #footerNavHykeSub ul:first-child li:nth-child(4),
#movie.fw22 #footerNavHykeSub ul:nth-child(5) li:nth-child(3),

#images.ss22 #footerNavHyke,
#images.ss22 #footerNavHykeSub ul:first-child li:nth-child(5),
#images.ss22 #footerNavHykeSub ul:nth-child(5) li:nth-child(1),
#looks.ss22 #footerNavHyke,
#looks.ss22 #footerNavHykeSub ul:first-child li:nth-child(5),
#looks.ss22 #footerNavHykeSub ul:nth-child(5) li:nth-child(2),
#movie.ss22 #footerNavHyke,
#movie.ss22 #footerNavHykeSub ul:first-child li:nth-child(5),
#movie.ss22 #footerNavHykeSub ul:nth-child(5) li:nth-child(3)
 
#images.ss21 #footerNavHyke,
#images.ss21 #footerNavHykeSub ul:first-child li:nth-child(2),
#images.ss21 #footerNavHykeSub ul:last-child li:nth-child(2),
#looks.ss21 #footerNavHyke,
#looks.ss21 #footerNavHykeSub ul:first-child li:nth-child(2),
#looks.ss21 #footerNavHykeSub ul:last-child li:nth-child(3),
#movie.ss21 #footerNavHyke,
#movie.ss21 #footerNavHykeSub ul:first-child li:nth-child(2),
#movie.ss21 #footerNavHykeSub ul:last-child li:nth-child(4),

#images.fw20 #footerNavHyke,
#images.fw20 #footerNavHykeSub ul:first-child li:nth-child(3),
#images.fw20 #footerNavHykeSub ul:last-child li:nth-child(2),
#looks.fw20 #footerNavHyke,
#looks.fw20 #footerNavHykeSub ul:first-child li:nth-child(3),
#looks.fw20 #footerNavHykeSub ul:last-child li:nth-child(3),
#movie.fw20 #footerNavHyke,
#movie.fw20 #footerNavHykeSub ul:first-child li:nth-child(3),
#movie.fw20 #footerNavHykeSub ul:last-child li:nth-child(4)
*/
{
  font-weight: bold;
}

/*#images.ss25 #navSpHykeInner ul:nth-child(2) li:nth-child(2),*/
#looks.ss25 #navSpHykeInner ul:nth-child(2) li:nth-child(2),
#movie.ss25 #navSpHykeInner ul:nth-child(2) li:nth-child(3),
  
#images.fw24 #navSpHykeInner ul:nth-child(3) li:nth-child(2),
#looks.fw24 #navSpHykeInner ul:nth-child(3) li:nth-child(3),
#movie.fw24 #navSpHykeInner ul:nth-child(3) li:nth-child(4),
  
#images.ss24 #navSpHykeInner ul:nth-child(4) li:nth-child(2),
#looks.ss24 #navSpHykeInner ul:nth-child(4) li:nth-child(3),
#movie.ss24 #navSpHykeInner ul:nth-child(4) li:nth-child(4),
  
#images.fw23 #navSpHykeInner ul:nth-child(5) li:nth-child(2),
#looks.fw23 #navSpHykeInner ul:nth-child(5) li:nth-child(3),
#movie.ss23 #navSpHykeInner ul:nth-child(5) li:nth-child(4),
  
#images.ss23 #navSpHykeInner ul:nth-child(6) li:nth-child(2),
#looks.ss23 #navSpHykeInner ul:nth-child(6) li:nth-child(3),
#movie.ss23 #navSpHykeInner ul:nth-child(6) li:nth-child(4),

#images.ss22 #navSpHykeInner ul:nth-child(6) li:nth-child(2),
#looks.ss22 #navSpHykeInner ul:nth-child(6) li:nth-child(3),
#movie.ss22 #navSpHykeInner ul:nth-child(6) li:nth-child(4),

#images.fw21 #navSpHykeInner ul:nth-child(5) li:nth-child(2),
#looks.fw21 #navSpHykeInner ul:nth-child(5) li:nth-child(3),
#movie.fw21 #navSpHykeInner ul:nth-child(5) li:nth-child(4),

#images.ss21 #navSpHykeInner ul:nth-child(3) li:nth-child(2),
#looks.ss21 #navSpHykeInner ul:nth-child(3) li:nth-child(3),
#movie.ss21 #navSpHykeInner ul:nth-child(3) li:nth-child(4),

#images.fw20 #navSpHykeInner ul:nth-child(4) li:nth-child(2),
#looks.fw20 #navSpHykeInner ul:nth-child(4) li:nth-child(3),
#movie.fw20 #navSpHykeInner ul:nth-child(4) li:nth-child(4){
  font-weight: bold;
}


#news #footerNavSub li:nth-child(1),
#story #footerNavSub li:nth-child(2),
#contact #footerNavSub li:nth-child(3),
#stockist #footerNavSub li:nth-child(4),
#accout #footerNavCart li:nth-child(1),
#bag #footerNavCart li:nth-child(2){
  font-weight: bold;
}

#news #navSpMainInner ul:nth-child(2) li:nth-child(1),
#story #navSpMainInner ul:nth-child(2) li:nth-child(2),
#contact #navSpMainInner ul:nth-child(2) li:nth-child(3),
#stockist #navSpMainInner ul:nth-child(2) li:nth-child(4),
#accout #navSpMainInner ul:nth-child(3) li:nth-child(1),
#bag #navSpMainInner ul:nth-child(3) li:nth-child(2){
  font-weight: bold;
}

/* add */
.three #navThree,
.three #navThreeSub,
.three #footerNavThree,
.three #footerNavThreeSub,
.three #navSpTh{
  font-weight: bold;
}

#po #navPorter,
#po #navPorterSub,
#po #footerNavPorter,
#po #footerNavPorterSub,
#po #navSpPo{
  font-weight: bold;
}