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

@import url(notosansjapanese.css);



/* ---------- RESET ---------- */


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, sub, sup, tt, var,
dl, dt, dd, b, u, i, center,
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, textarea, input {
  margin:0;
  padding:0;
  border:0;
  font-size: 100%;
  font:inherit;
  vertical-align: baseline;
  text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  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;
}
input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
input:focus, textarea:focus{
  -webkit-apparence:none;
  outline: none;
  border:none;
}
img{
	border:none;
	outline:none;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
img a{
	border:none;
	outline: none;
}
a:focus{
	outline:none;
}
hr {
  height:0;
  margin:0;
  padding:0;
  border:0;
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration:none;
}

input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
a{
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
a.nohover:hover {
  opacity: 1.0;
}

img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
}
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-box-shadow:none;
    box-shadow:none;   
    outline:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
}




* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}


html,body{
	min-height:100%;
	z-index:1;
	position:relative;
}
body{
	color:#5A5A5A;
	font-weight:300;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
    line-height: 1.7;
}

.main{
	margin:0 !important;
	padding:0 !important;
	width:100%;
	height:100%;
}


.main img{
	width:100%;
	height:auto;
}





/* --------------------- LOADING ------------------------ */
#loader-bg{
	display:block;
	position:fixed;
	width:100%;
	height:100vh;
	min-height:100vh;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:10000;
	overflow:hidden;
}
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 48%;
  margin: -20px auto 0;
  left: 0;
  right: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FDF500;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce1{

  background-color: #2887E9;

}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* ---------------------------------------------------------- */







/* standard */
.fadeIn,
.fadeIn.delighter{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 40px;
	-webkit-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* start */
.fadeIn.delighter.started{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}
/* end */
.fadeIn.delighter.ended{
}



/* ---------------------------------------------------------------------------- */


html,body{
    height: 100%;
    color: #5A5A5A;
}

/* ----------------------------------------------------------- */

.mainImage{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mainImage .leftImage{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/main01_pc.jpg");
}
.mainImage .rightImage{
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/main02_pc.jpg");
}



.mainImage .leftImage span,
.mainImage .rightImage span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #FFF;
    -webkit-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainImage .leftImage.start span,
.mainImage .rightImage.start span{
    left: 100%;
}


.mainImage h1.title{
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 55%;
    font-family:'DINPro-Regular';
    font-size: 2.8vw;
    color: #FFF;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    
    -webkit-text-shadow:0px 0px 6px rgba(0,0,0,0.7);
	   -moz-text-shadow:0px 0px 6px rgba(0,0,0,0.7);
	    -ms-text-shadow:0px 0px 6px rgba(0,0,0,0.7);
	        text-shadow:0px 0px 6px rgba(0,0,0,0.7);

    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
    
    -webkit-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainImage h1.title.start{
    top:50%;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
.mainImage h1.title .leftTit{
    width: 48.5%;
    float: left;
    text-align: right;
}
.mainImage h1.title .rightTit{
    width: 49%;
    float: right;
    text-align: left;
}




.spTitle{display: none;}




/*-----------*/


.introduction{
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 150px 0 200px;
}
.introduction h2{
    font-family:'DINPro-Regular';
    font-size: 32px;
    text-align: center;
    line-height: 1.8;
}
.introduction h3{
    font-size: 18px;
    letter-spacing: 0.24em;
    text-align: center;
    line-height: 3.2;
    margin-top: 50px;
}
.introduction h3 br.res{display: none;}


.introduction .about{
    width: 100%;
    position: relative;
    margin-top: 100px;
    border: 1px solid #CECECE;
}
.introduction .about .textBox{
    width: 100%;
    padding: 25px 230px 25px 25px;
    box-sizing: border-box;
}
.introduction .about .textBox h4{
    font-family:'DINPro-Regular';
    font-size: 22px;
    margin-bottom: 0.7em;
    line-height: 1;
}
.introduction .about .textBox p{
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.introduction .about .linkAll{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 190px;
    background: rgba(206,206,206,0.2);
}
.introduction .about .linkAll a{
    display: block;
    width: 100%;
    height: 100%;
    color: #5A5A5A;
    font-size: 18px;
    position: relative;
}
.introduction .about .linkAll a p{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.introduction .about .linkAll a span{
    font-family:'DINPro-Regular';
    font-size: 20px;
    display: block;
}





/*-----------*/


.category{
    width: 100%;
}
.category.women{
    background: #F5F5F5;
    padding-bottom: 240px;
}

.category .cateNavi{
    width: 100%;
}
.category .cateNavi .cateTitle{
    width: 50%;
    height: 90px;
    font-size: 58px;
    font-family:'DINPro-Light';
    letter-spacing: 0.05em;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
}
/* standard */
.category .cateNavi .cateTitle span,
.category .cateNavi .cateTitle span.delighter{
    position: absolute;
    top: 80%;
    right: 0;
    width: 95%;
    max-width: 700px;
    display: block;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* start */
.category .cateNavi .cateTitle span.delighter.started{
    top: 50%;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;

}
/* end */
.category .cateNavi .cateTitle span.delighter.ended {
}





.category.men .cateNavi .cateTitle span{left:3%;right:inherit;}





.category .cateNavi .cateAnchor{
    width: 50%;
    height: 90px;
    position: relative;
    text-align: right;
}


/* standard */
.category.women .cateNavi .cateAnchor .anchorIn,
.category.women .cateNavi .cateAnchor .anchorIn.delighter{
    width: 95%;
    max-width: 700px;
    position: relative;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* start */
.category.women .cateNavi .cateAnchor .anchorIn.delighter.started{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;

}
/* end */
.category.women .cateNavi .cateAnchor .anchorIn.delighter.ended {
}




.category .cateNavi .cateAnchor a{
    color: #8A8A8A;
    letter-spacing: 0.05em;
    font-size: 30px;
    font-family:'DINPro-Light';
    line-height: 1.0;
    display: inline-block;
    position: relative;
    padding-right: 38px;
}

.category .cateNavi .cateAnchor a:before{
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    display: block;
    width: 1px;
    height: 52px;
    background: #8F8F8F;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.category .cateNavi .cateAnchor a:after{
    content: "";
    position: absolute;
    top: 31px;
    right: 4px;
    display: block;
    width: 18px;
    height: 18px;
    border-left: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
    -webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.category .cateNavi .cateAnchor a span{
    margin-top: 28px;
    display: block;
}


.category.men .cateNavi .cateAnchor{
    text-align: left;
}

/* standard */
.category.men .cateNavi .cateAnchor .anchorIn,
.category.men .cateNavi .cateAnchor .anchorIn.delighter{
    width: 95%;
    max-width: 700px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* start */
.category.men .cateNavi .cateAnchor .anchorIn.delighter.started{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;

}
/* end */
.category.men .cateNavi .cateAnchor .anchorIn.delighter.ended {
}









.category.men .cateNavi .cateAnchor a{
    padding-left: 40px;
    padding-right: 0;
}
.category.men .cateNavi .cateAnchor a:before{
    top:inherit;
    bottom: 0;
    right: inherit;
    left: 13px;
}
.category.men .cateNavi .cateAnchor a:after{
    bottom: 31px;
    top: inherit;
    right: inherit;
    left: 4px;
    -webkit-transform:rotate(-225deg);
	   -moz-transform:rotate(-225deg);
	    -ms-transform:rotate(-225deg);
            transform:rotate(-225deg);
}
.category.men .cateNavi .cateAnchor a span{
    margin-bottom: 28px;
    margin-top: 0;
}




.category.women .cateNavi .cateTitle{float: left;}
.category.women .cateNavi .cateAnchor{float: right;background: #FFF;}


.category.men .cateNavi .cateTitle{float: right;}
.category.men .cateNavi .cateAnchor{float: left;background: #F5F5F5;}












.category .categoryInner{
    width: 95%;
    max-width: 1400px;
    margin: auto;
}

.category .group{
    margin-top: 240px;
}
.category .group.farst{margin-top: 150px;}

.category .group .imageSlide{
    width: 47%;
    max-width: 650px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/* standard */
.category .group .imageSlide .cover,
.category .group .imageSlide.delighter .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    z-index: 60;
    background: #F5F5F5; 
	-webkit-transition:all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition:all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition:all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition:all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category.men .group .imageSlide .cover,
.category.men .group .imageSlide.delighter .cover{background: #FFF;}

/* start */
.category .group .imageSlide.delighter.started .cover{
    width: 1%;
    left: 100%;

}
/* end */
.category .group .imageSlide.delighter.ended .cover{
}



/* standard */
.category .group .imageSlide .farst img,
.category .group .imageSlide.delighter .farst img{
    -webkit-transform:scale(1.3);
	   -moz-transform:scale(1.3);
	    -ms-transform:scale(1.3);
	        transform:scale(1.3);	
    display: block;
	-webkit-transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: all 2.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
}

/* start */
.category .group .imageSlide.delighter.started .farst img{
    -webkit-transform:scale(1.0);
	   -moz-transform:scale(1.0);
	    -ms-transform:scale(1.0);
	        transform:scale(1.0);
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
/* end */
.category .group .imageSlide.delighter.ended .farst img{
}



/*IE*/
@media all and (-ms-high-contrast: none) {
.category .group .imageSlide .farst img,
.category .group .imageSlide.delighter .farst img{
    -webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}
.category .group .imageSlide.delighter.started .farst img{
    -webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}
}






.category .group .spNum{display: none;}


.category .group .info{
    width: 50%;
}

.category .group.odd .imageSlide{float: left;}
.category .group.odd .info{float: right;}
.category .group.even .imageSlide{float: right;}
.category .group.even .info{float: left;}




.category .group .info .infoInner{
    width: 90%;
    max-width: 495px;
    margin: 0 auto;
}

.category .group .info .num{
    color: #808080;
    font-family:'DINPro-Light';
    font-size: 17px;
    width: 100%;
    line-height: 1;
}
.category .group .info .num span{
    position: relative;
    display: inline-block;
    background: #954;
    width: 30px;
    vertical-align: top;    
}
.category .group .info .num span:after{
    content: "";
    position: absolute;
    top: -1px;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 20px;
    background: #808080;
    -webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}




.category .group .spec{
    margin-top: 50px;
    position: relative;
}
.category .group .spec h2{
    margin-top: 50px;
    font-family:'DINPro-Medium';
    font-size: 17px;
    color: #333333;
    line-height: 1.2;
    position: relative;
}
.category .group .spec h2:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top:-15px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #333;
}
.category .group .spec h3{
    margin-top: 6px;
    font-family:'DINPro-Regular';
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
}
.category .group .spec h4{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 1.4em 0 0.4em;
}
.category .group .spec h4 br{display: none;}
.category .group .spec .comment{
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

.category .group .spec .buy{
    width: 100%;
    margin-top: 25px;
    line-height: 1;
    text-align: right;
}
.category .group .spec .buy span{
    font-size: 13px;
    color: #5A5A5A;
    display:block;
    width: 100%;
    text-align: right;
}

.category .group .spec .buy a{
    font-family:'DINPro-Regular';
    font-size: 14px;
    color: #5A5A5A;
    display:inline-block;
    width: 80px;
    text-align: right;
    position: relative;
}
.category .group .spec .buy a:after{
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 1px;
    top: 50%;
    right: 33px;
    background: #979797;
    -webkit-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	        transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.category .group .spec .spItem{display: none;}


.category .group .itemImagePC{
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
.category .group .itemImagePC ul{
    width: 102%;
    font-size: 0;
}
.category .group .itemImagePC ul li{
    width: 48%;
    margin-right: 2%;
    display: inline-block;
}
.category .group .itemImagePC.single ul{width: 100%;text-align: center;}
.category .group .itemImagePC.single ul li{width: 55%;margin-right: 0%;}






/* youtube */
.youtubeBox{
	width:95%;
    max-width: 1400px;
	margin:240px auto 0;
	position:relative;
}
.youtubeBox .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto;
}
.youtubeBox .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* standard */
.youtubeBox .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    z-index: 20;
    background: #F5F5F5; 
	-webkit-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition:all 1.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category.men .youtubeBox .cover,
.category.men .youtubeBox .cover.delighter{background: #FFF;}

/* start */
.youtubeBox .cover.delighter.started{
    width: 1%;
    left: 100%;
}
/* end */
.youtubeBox .cover.delighter.ended{
}




















/* ========================= Slider =============================== */

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	outline:none;
}
.slick-list:focus{
	outline:none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Prev Next Button */

.slick-prev,
.slick-next {
    cursor:pointer;
    display:block;
    font-size:0;
    line-height:0;
    margin-top:-15px;
    width: 30px;
    height: 30px;
    position:absolute;
    top:50%;
    z-index:50;
	border:none;
}

.slick-prev{left:0%;}
.slick-next{right:0%;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 7px;  
    width: 12px;
    height: 12px;  
    margin: auto;
    border-bottom: solid 1px #FFF;  
    border-right: solid 1px #FFF;  
    -webkit-transform:rotate(135deg);
	   -moz-transform:rotate(135deg);
	    -ms-transform:rotate(135deg);
            transform:rotate(135deg);
}
.slick-prev::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    left: 6px;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #FFF;
}
.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 7px;  
    width: 12px;  
    height: 12px;  
    margin: auto;  
    border-bottom: solid 1px #FFF;  
    border-right: solid 1px #FFF;
    -webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
.slick-next::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    right: 6px;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #FFF;
}


/* slick-dots */

.slick-dots {
    display: block;
    list-style: outside none none;
    padding: 0;
    text-align:right;
    width: 100%;
	position:absolute;
	bottom:-20px;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
}
.slick-dots li button {
    cursor:pointer;
    display:block;
    font-size:0;
    height:2px;
	width:12px;
	padding:0px;
    line-height: 0;
    outline:medium none;
	background:#CCC;
 
}
.slick-dots li.slick-active button {
	background:#000;
}




.slide-dots{
    display:inline-block;
    padding: 0;
    text-align:right;
	position:absolute;
	bottom:-27px;
    right: 0;
    line-height: 1;
}
.slide-dots:before{
    content: "";
    position: absolute;
    left: -12px;
    top: -9px;
    width: 1px;
    height: 30px;
    background: #5A5A5A;
}
.slide-dots:after{
    content: "";
    position: absolute;
    left: -12px;
    top: -25px;
    width: 1px;
    height: 16px;
    background: #FFF;
}
.slide-dots li{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 0 0 8px;
    
}
.slide-dots li button{
	padding:0px; 
    font-family:'DINPro-Regular';
    font-size: 13px;
    color: #5A5A5A;
}
.slide-dots li button:before{
    content: "0";
}
.slide-dots li.slick-active button{
	color: #7D7D7D;
}
.slide-dots li.slick-active:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #5A5A5A;
}



















.AllLink{
    width: 95%;
    max-width: 1400px;
    margin: 160px auto 180px;
    text-align:right;
}
.AllLink p{
    width: 500px;
    display: inline-block;
}
.AllLink a{
    color: #5A5A5A;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    position: relative;
    letter-spacing: 0.1em;
}
.AllLink a span{
    font-family:'DINPro-Regular';
    font-size: 23px;
    padding-right: 0.3em;
    letter-spacing: 0.01em;
}
.AllLink a:after{
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #8B8B8B;
    top: 50%;
    left: 0;
    -webkit-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	        transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.AllLink a i{font-style: normal;}



footer{
    font-family:'DINPro-Regular';
    text-align: center;
    padding-bottom: 20px;
}
footer .title{
    font-size: 16px;
    line-height: 1.5;
}
footer .title .res{
    display: none;
}
footer .copyright{
    font-size: 12px;
    margin-top: 50px;
}





.sideWomen{
    position: fixed;
    width:10px;
    top: 50%;
    right: -15px;
    z-index: 500;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
    -webkit-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sideWomen.view{
    right: 6px;
}



.sideMen{
    position: fixed;
    width:10px;
    top: 50%;
    right: -15px;
    z-index: 499;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
    -webkit-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sideMen.view{
    right: 6px;
}












@media (min-width: 1400px) {
.mainImage h1.title{font-size: 39px;}
}



@media (min-width: 769px) {

.introduction .about .linkAll a:hover{background: rgba(206,206,206,0.7);}

.category .cateNavi .cateAnchor a:hover{color: #000;}
.category.women .cateNavi .cateAnchor a:hover:before{background: #000; top: 6px;}
.category.women .cateNavi .cateAnchor a:hover:after{border-color:#000;top: 37px;}

.category.men .cateNavi .cateAnchor a:hover:before{background: #000; bottom: 6px;}
.category.men .cateNavi .cateAnchor a:hover:after{border-color:#000;bottom: 37px;}


.category .group .spec .buy a:hover{color: #000;}
.category .group .spec .buy a:hover:after{width: 10px;background: #000;}

.category .group .itemImagePC a:hover{
    -webkit-opacity:0.7;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	opacity:0.7;
}

.AllLink a:hover{color: #000;}
.AllLink a:hover:after{width: 20px;left: 230px;background: #000;}

}






@media (max-width:1050px) {

.mainImage h1.title{font-size: 3.5vw;}

.introduction{ padding: 130px 0 170px;}
.introduction h2{font-size: 30px;}
.introduction h3{font-size: 17px;}
.introduction .about{margin-top: 80px;}
.introduction .about .textBox{padding: 20px 200px 20px 20px;}
.introduction .about .linkAll{width: 170px;}
.introduction .about .linkAll a{font-size: 17px;}
.introduction .about .linkAll a span{font-size: 19px;}

.category.women{padding-bottom: 200px;}

.category .cateNavi .cateTitle{font-size: 52px;}
.category .cateNavi .cateAnchor a{font-size: 28px;}


.category .group{margin-top: 200px;}
.category .group.farst{margin-top: 100px;}
.category .group .imageSlide{width: 50%;}
.category .group.odd .info .infoInner{width: 90%;margin-left: 8%;}
.category .group.even .info .infoInner{width: 90%;margin-left: 2%;}
.category .group .spec h4{margin: 1.0em 0 0.3em;}
.category .group .spec .buy{ margin-top: 10px;}
.category .group .itemImagePC{margin-top: 40px;}
.category .group .spec .comment{letter-spacing: 0.05em;line-height: 1.5;}
.youtubeBox{margin-top:200px;}

}







@media (max-width: 768px) {
.wide{display: none;}

.mainImage{height: 75%;}
.mainImage h1.title{display: none;}

.spTitle{
    display: block;
    width: 100%;
    height: 25%;
    position: relative;
    text-align: center;
}
.spTitle h1.title{
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 55%;
    font-family:'DINPro-Regular';
    font-size: 3.8vw;
    color: #5A5A5A;
    line-height: 1.4;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
    -webkit-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition:all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.spTitle h1.title.start{
    top:48%;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

.spTitle h1.title br{display: none;}




.introduction{padding: 2% 0 25%;}
.introduction h2{display: none;}
.introduction h3{font-size: 16px;letter-spacing: 0.2em;margin-top: 0;}

.introduction .about{margin-top: 12%;}
.introduction .about .textBox{padding: 25px;}
.introduction .about .textBox h4{font-size: 21px;margin-bottom: 0.5em;}
.introduction .about .textBox p{font-size: 13px;letter-spacing: 0.05em;line-height: 1.8;}

.introduction .about .linkAll{position:relative;width: 100%;}
.introduction .about .linkAll a{height:inherit;font-size: 16px;display: block;padding: 5px 0;}
.introduction .about .linkAll a p{position:relative;top:0;
    -webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}
.introduction .about .linkAll a span{font-size: 18px;display: inline-block;padding-right: 0.2em;}





.category.women{padding-bottom: 25%;}


.category .cateNavi .cateTitle{height: 80px;font-size: 36px;text-align: center;letter-spacing: 0.05em;}
.category .cateNavi .cateAnchor{height: 80px;}
.category .cateNavi .cateAnchor a{font-size: 30px;padding-right: 38px;}
.category .cateNavi .cateAnchor a span{ margin-top: 20px;}
.category .cateNavi .cateAnchor a:before{height: 62px;}
.category .cateNavi .cateAnchor a:after{top: 40px;}
.category.men .cateNavi .cateAnchor a:after{bottom: 41px;}
.category.men .cateNavi .cateAnchor a span{margin-bottom: 20px;margin-top: 0;}

.category .cateNavi .cateTitle span,
.category .cateNavi .cateTitle span.delighter{width: 100%;}
.category.men .cateNavi .cateTitle span{left:0%;}

.category .categoryInner{width: 75%;}

.category .group{margin-top: 25%;}
.category .group.farst{margin-top: 20%;}
.category .group .imageSlide{width: 100%;}
.category .group .info{width: 100%;margin-top: 23%;}

.category .group.odd .imageSlide{float: none;}
.category .group.odd .info{float: none;}
.category .group.even .imageSlide{float: none;}
.category .group.even .info{float: none;}


.category .group .info .infoInner{width: 100%;max-width: none;}
.category .group.odd .info .infoInner{width: 100%;margin-left: 0%;}
.category .group.even .info .infoInner{width: 100%;margin-left: 0%;}



.category .group .info .num{display: none;}
.category .group .spNum{
    display: block;
    color: #808080;
    font-family:'DINPro-Light';
    font-size: 17px;
    width: 100%;
    line-height: 1;
    text-align: right;
    margin-bottom: 15px;
}
.category .group .spNum span{
    position: relative;
    display: inline-block;
    background: #954;
    width: 30px;
    vertical-align: top;    
}
.category .group .spNum span:after{
    content: "";
    position: absolute;
    top: -1px;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 20px;
    background: #808080;
    -webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}


.category .group .spec{
    margin-top:18%;
}
.category .group .spec .spItem{display: block;width: 70%;margin: 0 auto;}
.category .group .spec h2{width: 70%;margin-left: auto;margin-right: auto;margin-top: 40px;}
.category .group .spec h3{width: 70%;margin-left: auto;margin-right: auto;}
.category .group .spec h4{font-size: 15px;letter-spacing: 0.05em;margin: 1.8em 0 0.4em;}
.category .group .spec .comment{font-size: 13px;letter-spacing: 0.05em;line-height: 1.7;}


.category .group .itemImagePC{display: none;}


.category .group .spec .buy{margin-top: 25px;}
.category .group .spec .buy a{font-size: 15px;width: 100px;}
.category .group .spec .buy a:after{width: 65px;right: 35px;}

.youtubeBox{width:90%;margin-top:20%;}


.AllLink{width: 90%;margin: 20% auto 20%;}



}





@media (max-width: 640px) {

.spTitle h1.title{font-size: 5.0vw;}

.introduction h3{font-size: 15px;letter-spacing: 0.2em;}
.introduction h3 br.res{display: block;}
.introduction .about{margin-top: 16%;}

.category .cateNavi .cateTitle{font-size: 30px;}
.category .cateNavi .cateAnchor a{font-size: 26px;}
.category .cateNavi .cateAnchor a span{ margin-top: 23px;}
.category.men .cateNavi .cateAnchor a span{margin-bottom: 23px;margin-top: 0;}
.category .categoryInner{width: 85%;}

.youtubeBox{width:95%;margin-top:20%;}


.AllLink{width: 90%;margin: 23% auto 23%;}
.AllLink p{width: 100%;}
.AllLink a{font-size: 18px;padding: 10px 0;}
.AllLink a span{font-size: 21px;}
.AllLink a:after{width: 100%;z-index: -1;}
.AllLink a i{display: inline-block;background: #FFF;padding-left: 10px;}

footer .title{font-size: 15px;}
footer .copyright{font-size: 12px;margin-top: 40px;}

}



@media (max-width: 480px) {

.mainImage{height: 70%;}
.spTitle{height: 30%;}

.spTitle h1.title{ line-height:1.5; font-size: 5.8vw;}
.spTitle h1.title br{display: block;}

.introduction h3{font-size:14px;letter-spacing: 0.1em;line-height: 2.8;}
.introduction .about{margin-top: 18%;}
.introduction .about .textBox{padding: 20px;}
.introduction .about .linkAll a{font-size: 15px;padding: 7px 0;}
.introduction .about .linkAll a span{font-size: 17px;}

.category.women{padding-bottom: 30%;}

.category .cateNavi .cateTitle{height:70px;font-size: 28px;}
.category .cateNavi .cateAnchor{height: 70px;}
.category .cateNavi .cateAnchor a{font-size: 21px;padding-right: 30px;}
.category.men .cateNavi .cateAnchor a{padding-left: 29px;}
.category .cateNavi .cateAnchor a span{ margin-top: 22px;}

.category .cateNavi .cateAnchor a:before{height: 52px;}
.category .cateNavi .cateAnchor a:after{top: 35px;width: 14px;height: 14px;right: 6px;}
.category.men .cateNavi .cateAnchor a:after{bottom: 36px;left:6px;}
.category.men .cateNavi .cateAnchor a span{margin-bottom: 22px;margin-top: 0;}


.category .categoryInner{width: 92%;}


.category .group{margin-top: 29%;}
.category .group .info{width: 96%;margin: 23% auto 0;}

.category .group .spec .spItem{width:80%;}
.category .group .spec h2{width:80%;font-size: 17px;}
.category .group .spec h3{width:80%;font-size: 13px;}

.category .group .spec h4{letter-spacing: 0.05em;}
.category .group .spec h4 br{display: block;}


.AllLink{margin: 23% auto 25%;}
.AllLink a{font-size: 16px;}
.AllLink a span{font-size: 18px;}

footer .title{font-size: 15px;}
footer .copyright{font-size: 11px;margin-top: 30px;}

.sideWomen,
.sideMen{display: none;}

}


@media (max-width: 360px) {

.spTitle h1.title{ font-size: 6.5vw;}

.introduction h3{font-size:13px;letter-spacing: 0.08em;line-height: 2.5;}
.introduction .about .textBox{padding:15px;}
.introduction .about .textBox h4{ font-size: 18px;}
.introduction .about .textBox p{ font-size: 12px;letter-spacing: 0.04em;line-height: 1.7;}

.category .cateNavi .cateTitle{font-size: 26px;}
.category .group .spec .spItem{width:90%;}
.category .group .spec h2{width:90%;font-size: 16px;}
.category .group .spec h3{width:90%;font-size: 13px;}
.category .group .spec h4{font-size: 14px;letter-spacing: 0.04em;}
.category .group .spec .comment{font-size: 12px;letter-spacing: 0.03em;line-height: 1.7;}

}



































