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


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


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;
}


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;
}

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;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}
html,body{
	min-height:100%;
	height:100%;
	z-index:1;
	position:relative;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	background:#FFF;
}

/* [IE8-] New Tag from HTML5 */
main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {display: block;}
address {font-style: normal;}

@media all and (orientation: landscape) {
body, html {width: 100%;}
}




@font-face {
	font-family:'DINPro-Light';
	src: url("../../fonts/DINPro-Light.eot");
	src: url("../../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), 
	url('../../fonts/DINPro-Light.woff2') format('woff2'),
	url('../../fonts/DINPro-Light.woff') format('woff'),
	url('../../fonts/DINPro-Light.ttf') format('truetype'),
	url('../../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
}

@font-face {
	font-family:'DINPro-Regular';
	src:url('../../fonts/DINPro-Regular.eot');
	src:url('../../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Regular.woff2') format('woff2'),
	url('../../fonts/DINPro-Regular.woff') format('woff'),
	url('../../fonts/DINPro-Regular.ttf') format('truetype'),
	url('../../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
}

@font-face {
	font-family:'DINPro-Medium';
	src:url('../../fonts/DINPro-Medium.eot');
	src:url('../../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Medium.woff2') format('woff2'),
	url('../../fonts/DINPro-Medium.woff') format('woff'),
	url('../../fonts/DINPro-Medium.ttf') format('truetype'),
	url('../../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
}

@font-face {
	font-family:'DINPro-Bold';
	src:url('../../fonts/DINPro-Bold.eot');
	src:url('../../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Bold.woff2') format('woff2'),
	url('../../fonts/DINPro-Bold.woff') format('woff'),
	url('../../fonts/DINPro-Bold.ttf') format('truetype'),
	url('../../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
}



.clear:after,
ul:after,
li:after,
dl:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}


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


#loader-bg{
	display:block;
	position:fixed;
	width:100%;
	height:100vh;
	min-height:100vh;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:1000;
	overflow:hidden;
}


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

nav{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

nav.backColor{
    background:rgba(255,255,255,0.8);
}

nav ul{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: right;
}
nav ul li{
    display: inline-block;
    font-family:'DINPro-Medium';
    font-size: 17px;
    margin-left: 18px;
}
nav ul li a{
    color: #000;
    -webkit-transition:all 0.3s;	
	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;
}


@media screen and (min-width: 769px) {
nav ul li a:hover{color: #999;}
}


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


.main{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}


.header{
    width: 100%;
    background: #FFF;
}
.header .mainimage{
}
.header h1{
    width: 320px;
    margin: 160px auto 100px;
}
.header .read{
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.header .read p{
    padding: 0.8em 0;
}
.header h2{
    font-family:'DINPro-Medium';
    text-align: center;
    font-size: 34px;
    margin: 80px auto 80px;
}





.fade{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 30px;

}
/* standard */
.fade.delighter{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 30px;
	-webkit-transition:all 1.0s;	
	   -moz-transition:all 1.0s;
	    -ms-transition:all 1.0s;
	        transition:all 1.0s;
}
/* start */
.fade.delighter.started{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
	top:0;
}
/* end */
.fade.delighter.started.ended{
}







.bkglay{
     background: #F7F7F7;
}






.products{
    width: 100%;
    background: #F7F7F7;
    padding: 140px 0 30px;
}
.products h2{
    font-family:'DINPro-Medium';
    text-align: center;
    font-size: 34px;
}

.products .item{
    width: 100%;
    max-width: 1100px;
    margin: 120px auto 0;
}
.products .item .itemImage{
    width: 50%;
    float: left;
}
.products .item .spec{
    width: 50%;
    float: right;
    position: relative;
}

.products .item .spec .specIn{
    width: 100%;
    max-width: 380px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.products .item .spec h3{
    font-family:'DINPro-Medium';
    font-size: 30px;
}
.products .item .spec h4{
    font-family:'DINPro-Regular';
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1em;
}
.products .item .spec .buy{
    margin-top: 1.0em;
}
.products .item .spec .buy a{
    font-family:'DINPro-Regular';
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    -webkit-transition:all 0.3s;	
	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;
}
.products .item .spec .comment{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
}

.products .item .spec .comingsoon{
    margin-top: 1.0em;
    font-family:'DINPro-Regular';
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 5px 10px;
    color: #666;
}









.look{
    width: 100%;
    background: #F7F7F7;
    padding: 140px 0 40px;
}
.look h2{
    font-family:'DINPro-Medium';
    text-align: center;
    font-size: 34px;
}
.look .lookImage{
    width: 90%;
    max-width: 850px;
    margin: 120px auto 0;
}







.shop{
    width: 100%;
    background: #F7F7F7;
    padding: 130px 0 0;
}
.shop h2{
    font-family:'DINPro-Medium';
    text-align: center;
    font-size: 34px;
}

.shop .shopname{
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
}
.shop .shopname h3{
    font-family:'DINPro-Medium';
    font-size: 22px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0.5em 0.3em;
}
.shop .shopname h3 a{
    color: #000;
    -webkit-transition:all 0.3s;	
	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;
}
.shop .shopname h4{
    margin-top: 1em;
}
.shop .shopname p{
    font-size: 13px;
    margin-top: 1em;
    line-height: 1.5;
}
.shop .shopname p br.res{display: none;}







.wtaps{
    width: 100%;
    background: #F7F7F7;
    padding-top: 160px;
}
.wtaps .hp{
    width: 450px;
    margin: 0 auto;
}
.wtaps .hp a{
    display: block;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 150px;
    -webkit-transition:all 0.3s;	
	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;
}
.wtaps .banner{
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.wtaps .banner a{
    -webkit-transition:all 0.3s;	
	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;
}
.wtaps .banner span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #F7F7F7;
    z-index: 10;
}
/* standard */
.wtaps .banner span.delighter{
	-webkit-transition:all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* start */
.wtaps .banner span.delighter.started{
    width: 0;
}
/* end */
.wtaps .banner span.delighter.ended{
}




.footer{
	padding:150px 0 70px;
	width:100%;
	text-align:center;
    background: #F7F7F7;
}
.footer .hh{
    width: 120px;
    margin: 0 auto;
}









@media screen and (min-width: 769px) {
.products .item .spec .buy a:hover{ color: #FFF; background: #000;}
.shop .shopname h3 a:hover{color: #999;}
.wtaps .hp a:hover{-webkit-opacity:0.6;-moz-opacity:0.6;-ms-opacity:0.6;opacity:0.6;}
.wtaps .banner a:hover{-webkit-opacity:0.6;-moz-opacity:0.6;-ms-opacity:0.6;opacity:0.6;}
}









/* ========================= 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:-2.5%;
    padding:5% 5% 0 0;
    position:absolute;
    top:50%;
    z-index:50;
	border:none;
}

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

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 0px;  
    width: 20px;  
    height: 20px;  
    margin: auto;
    border-bottom: solid 2px #000;  
    border-right: solid 2px #000;  
    -webkit-transform:rotate(135deg);
	   -moz-transform:rotate(135deg);
	    -ms-transform:rotate(135deg);
            transform:rotate(135deg);
}
.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0px;  
    width: 20px;  
    height: 20px;  
    margin: auto;  
    border-bottom: solid 2px #000;  
    border-right: solid 2px #000;
    -webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}





/* standard */
.styles.delighter .slick-prev{
	-webkit-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;	
	   -moz-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	    -ms-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	        transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* start */
.styles.delighter.started .slick-prev{
	left:-7.5%;
}
/* end */
.styles.delighter.started.ended .slick-prev{
}

/* standard */
.styles.delighter .slick-next{
	-webkit-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;	
	   -moz-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	    -ms-transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
	        transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* start */
.styles.delighter.started .slick-next{
	right:-7.5%;
}
/* end */
.styles.delighter.started.ended .slick-next{
}



/* 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;
}



.products .slick-dots{bottom: -19px; text-align: center;}
.products .slick-dots li{ margin: 0 3px;}
.products .slick-dots li button {
    height:6px;
	width:6px;
    background:#333;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px; 
	radius:4px; 
}
.products .slick-dots li.slick-active button {background:#ff5930;}





























@media screen and (max-width: 900px) {
.products .item .spec .specIn{width: 90%; top: 0;}
.products .item .spec .comment{font-size: 13px;}
}




@media screen and (max-width: 768px) {

.wide{display: none;}

.header h1{width: 40%;margin: 20% auto 10%;}
.header h2{margin: 10% auto;}

.products{padding: 18% 0 0;}
.products .item{width: 100%;margin: 15% auto 0;}
.products .item .itemImage{width: 80%;float: none; margin: 0 auto 60px;}
.products .item .spec{width: 100%;float: none;margin: 0 auto;}
.products .item .spec .specIn{max-width:none;position:relative;top: 0;width: 80%;}
.products .item .spec .comment{font-size: 14px;}


.look{padding: 18% 0 30px;}
.look .lookImage{width: 100%;max-width: none;margin: 15% auto 0;}


.shop{padding-top: 15%;}

.wtaps{padding-top: 20%;}
.wtaps .hp{width: 60%;}
.wtaps .hp a{padding: 20px 35%;}
.wtaps .banner{ width: 90%;margin-top:0%;}


.footer{padding:20% 0 13%;}
.footer .hh{width: 17%;}

.slick-prev{left:-1%;}
.slick-next{right:-1%;}
.slick-prev::after{width: 15px; height: 15px;border-color:#FFF;}
.slick-next::after{width: 15px; height: 15px;border-color:#FFF;}

.slick-dots {text-align:center;bottom:-25px;}

}












@media screen and (max-width: 600px) {


nav{position:relative;padding-top: 15px;height: 45px;}
nav ul{text-align: center;padding:0;}
nav ul li{ font-size: 16px; margin: 0 1em;}
nav.backColor{position:fixed;}

.header .mainimage.space{padding-bottom: 45px;}

.header h1{width: 47%;margin: 19% auto 12%;}
.header .read{font-size: 14px;}
.header h2{margin: 12% auto;font-size: 30px;}

.products{padding-top: 20%;}
.products h2{font-size: 30px;}
.products .item .itemImage{width: 100%; margin-bottom: 50px;}
.products .item .spec .specIn{width: 90%;}
.products .item .spec h3{font-size: 28px;}
.products .item .spec .comment{font-size: 13px;}

.look{padding-top: 21%;}
.look h2{font-size: 30px;}

.shop{padding-top: 20%;}
.shop h2{font-size: 30px;}
.shop .shopname h3{font-size: 20px;}
.shop .shopname p br.res{display: block;}

.wtaps{padding-top: 24%;}
.wtaps .hp{width: 90%;}

.footer .hh{width: 22%;}

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




@media screen and (max-width: 450px) {
nav{padding-top: 12px;height: 40px;}
nav ul li{ font-size: 15px;}

.header .mainimage.space{padding-bottom: 40px;}
.header h1{width: 50%;}
.header h2{margin: 14% auto;font-size: 25px;}
.header .read{line-height: 1.8;}

.products{padding-top: 23%;}
.products h2{font-size: 28px;}
.products .item .spec h3{font-size: 25px;}
.products .item .spec h4{font-size: 14px;}

.look{padding-top: 23%;}
.look h2{font-size: 28px;}

.shop{padding-top: 23%;}
.shop h2{font-size: 28px;}
.shop .shopname p{font-size: 12px;}
.shop .shopname h4{font-size: 15px;}

.wtaps{padding-top: 25%;}

.footer{padding:25% 0 20%;}
.footer .hh{width: 28%;}

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

}




@media screen and (max-width: 360px) {

.header h1{width: 53%;}
.header .read{line-height: 1.7;letter-spacing: 0.02em;}
.products .item .spec .comment{line-height: 1.7;letter-spacing: 0.02em;}
}





































