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


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');


@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');
}




/* ---------- 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.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	        transition: all 0.4s;
}
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:#1E1E1E;
	background: #FFF;
	font-weight:300;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
    line-height: 1.7;
}






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



/* --------------------- LOADING ------------------------ */
#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    min-height:100%;
    top:0px;
    left:0px;
	background:#FFF;
    z-index:100;
    overflow:hidden;
	-webkit-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
	    -moz-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
		  -ms-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
		          transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#loader-bg.close{
	left: 100%;
}



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



/* standard */
.fadeIn,
.fadeIn.delighter{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 30px;
	-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{
}








.mainImage{
	width: 100%;
	overflow:hidden;
	font-size: 0;
	position: relative;
	z-index: 1000;
}
.mainImage .image01{
	width: 33.33333%;
	display:inline-block;
	padding-top: 40%;
	position: relative;
	background: url("../images/main01.jpg") center center no-repeat;
	background-size: cover;
}
.mainImage .image02{
	width: 33.33333%;
	display:inline-block;
	padding-top: 40%;
	position: relative;
	background: url("../images/main02.jpg") center center no-repeat;
	background-size: cover;
}
.mainImage .image03{
	width: 33.33333%;
	display:inline-block;
	padding-top: 40%;
	position: relative;
	background: url("../images/main03.jpg") center center no-repeat;
	background-size: cover;
}
.mainImage .image04{display: none;}

.mainImage div:after{
	content: '';
	position: absolute;
	background: #FFF;
	z-index: 50;
	width: 100%;
	left: 0;
	-webkit-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
	    -moz-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
		  -ms-transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
		          transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.mainImage .image01:after{
	top: 0;	
	height: 100%;
}
.mainImage .image02:after{
	bottom: 0;
	height: 100%;
	-webkit-transition-delay:0.4s;
		-moz-transition-delay:0.4s;
		  -ms-transition-delay:0.4s;
				  transition-delay:0.4s;
}
.mainImage .image03:after{
	top: 0;
	height: 100%;
}
.mainImage.start .image01:after{height: 0%;}
.mainImage.start .image02:after{height: 0%;}
.mainImage.start .image03:after{height: 0%;}


.mainImage h1{
	position: absolute;
	z-index: 20;
	bottom:10%;
	left: 2%;
	width: 39%;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
	    -moz-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
		  -ms-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
		          transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainImage h1.view{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
	bottom:5%;
}










.main{
	 width: 100%;
	 overflow: hidden;
	 padding-bottom: 20px;
}





.lead{
	width: 100%;
	height: 45vw;
	background: url("../images/lead_bk.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.lead h2{
	position: absolute;
	top: 50%;
	left: 19%;
	width: 280px;
	z-index: 10;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);  
}
.lead .text{
	position: absolute;
	bottom: 5%;
	right: 2%;
	z-index: 20;
	width: 485px;
	color: #FFF;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0.05em;
}

.lead .text br.res{display: none;}
.lead .text br.res02{display: none;}


.itemList{
    width: 100%;
    margin: 15% auto 0;
    max-width: 1600px;
}


h2.subTitile{
	font-family:'DINPro-Bold';
	font-size: 44px;
	line-height: 1.0;
	letter-spacing: 0.03em;
	text-align: center;
}
h2.subTitile br{display: none;}



.itemList .set{
    width: 100%;
    margin: 22% auto 0;
    position: relative;
}
.itemList .set.m01{margin-top: 15%;}

.itemList .set .imageBox{
	width: 50%;
    position: relative;
    overflow: visible;
}

.itemList h2.spTitle{display: none;}

.itemList .set.m01 .imageBox{float: left;}
.itemList .set.m02 .imageBox{float: left;}
.itemList .set.w01 .imageBox{float: right;}
.itemList .set.w02 .imageBox{float: right;}


.itemList .set.m01 .imageBox .slideImage,
.itemList .set.m02 .imageBox .slideImage{
    width: 85%;
	margin: 0 0 0 12%;
}
.itemList .set.w01 .imageBox .slideImage,
.itemList .set.w02 .imageBox .slideImage{
    width: 85%;
	margin: 0 0 0 3%;
}





.cover,
.cover.delighter{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 101%;
    background: #FFF;
    z-index: 100;
	-webkit-transition:all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cover.delighter.started{
    width: 0;
    left: 100%;
}







.itemList .itemInfo{
    width: 50%;
	float: right;
	position: relative;
}
.itemList .itemInfo .itemInner{
    width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
.itemList .itemInfo h2{
	font-family:'DINPro-Bold';
	font-size: 42px;
	line-height: 1.0;
	letter-spacing: 0.02em;
}


.itemList .itemInfo .singleImage{
	width: 100%;
	margin: 30px 0 0 0;
	position: relative;
}
.itemList .itemInfo .column{
	width: 100%;
	margin-top: 8%;
}
.itemList .itemInfo .column .spec{
	width: 42%;
	float: left;
}
.itemList .itemInfo .column .columnImage{
	width: 55%;
	float: right;
	position: relative;
}






.itemList .itemInfo .spec{
	line-height: 1.3;
	font-family:'DINPro-Regular';
}

.itemList .set.m01 .itemInfo .spec{margin: 0;}
.itemList .set.m02 .itemInfo .spec{margin: 80px 0 40px;}
.itemList .set.w01 .itemInfo .spec{margin: 60px 0 90px;}
.itemList .set.w02 .itemInfo .spec{margin: 60px 0 170px;}








.itemList .itemInfo .spec .item{
	margin-bottom: 1em;
}
.itemList .itemInfo .spec h3{font-size: 16px;}
.itemList .itemInfo .spec .num{font-size: 12px;}
.itemList .itemInfo .spec .num span{font-family:'DINPro-Medium';}
.itemList .itemInfo .spec h4{font-size: 16px;}

.itemList .itemInfo .spec .buy{}

.itemList .itemInfo .spec .buy a{
	font-family:'DINPro-Bold';
	color:#1E1E1E;
	font-size: 14px;
	letter-spacing: 1;
	text-decoration: underline;
}

@media (min-width: 769px) {
.itemList .itemInfo .spec .buy a:hover{text-decoration: none;}
}






.itemList .set.m01 .otherCut{
	width: 100%;
	margin: 30px auto 0 0;
	max-width: 600px;
	position: relative;
}
.itemList .set.m02 .otherCut{
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
}
.itemList .set.w01 .otherCut{
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
}
.itemList .set.w02 .otherCut{
	width: 92%;
	margin: 0 0 0 6%;
	max-width: 720px;
	position: relative;
}

















.campaign{
    width: 80%;
    margin: 20% auto 0;
    max-width: 1200px;
}

.campaign .campaignInner{
	width: 100%;
	margin-top:150px;
}
.campaign .present{
	width: 50%;
	float: right;
}

.campaign .infomation{
	width: 45%;
	float: left;
}

.campaign .infomation .comment{
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.campaign .infomation .comment span{
	display: block;
	font-size: 14px;
}

.campaign .infomation h3{
	font-size: 17px;
	margin-top: 30px;
	line-height: 1.3;
}
.campaign .infomation h4{
	font-size: 42px;
	font-family:'DINPro-Regular';
	line-height: 1.3;
}
.campaign .infomation h4 span{
	font-size: 30px;
}

.campaign .infomation h5{
	font-size: 17px;
	margin-top: 30px;
	line-height: 1.3;
}
.campaign .infomation .shoplist{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.2em;
}










.moreItem{
    width: 80%;
    margin: 20% auto 0;
    max-width: 1100px;
}
.moreItem .moreList{
	width: 100%;
	margin: 0 auto;
}
.moreItem .moreList ul{
	width: 105%;
	font-size: 0;
	text-align: left;
}
.moreItem .moreList ul li{
	width: 45%;
	margin-right: 5%;
	margin-top: 150px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.moreItem .moreList .moreSpec{
	width: 100%;
	display: block;
	position: relative;
	margin-top:10px;
}

.moreItem .moreList .moreSpec h4{
	line-height: 1.3;
	font-family:'DINPro-Regular';
	font-size: 19px;
}
.moreItem .moreList .moreSpec .num{
	line-height: 1.3;
	font-family:'DINPro-Regular';
	font-size: 14px;
	margin-top: 1px;
}

.moreItem .moreList .moreSpec .buy{
	position: absolute;
	top: 5px;
	right: 0;
}

.moreItem .moreList .moreSpec .buy a{
	font-family:'DINPro-Regular';
	background:#1E1E1E;
	color: #FFF;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1;
	padding: 2px 8px 2px;
}


@media (min-width: 769px) {
.moreItem .moreList .moreSpec .buy a:hover{background:#999;}
}






.allLink{
    width: 80%;
    margin: 12% auto 0;
    max-width: 1100px;
}
.allLink a{
	border: 1px solid #1E1E1E;
	display: block;
	font-family:'DINPro-Regular';
	letter-spacing: 0.02em;
    font-size: 28px;
	color: #1E1E1E;
	text-align: center;
	line-height: 1;
	padding: 28px 0 30px;
}
@media (min-width: 769px) {
.allLink a:hover{background:#CCC;border-color: #CCC;}
}






footer{
    width: 100%;
    padding:200px 0 50px;
    text-align: center;
}
footer .copyright{
    font-family:'DINPro-Regular';
    font-size: 13px;
}



.pagetop{
    position: fixed;
    right: -15px;
    bottom: 8px;
    width: 13px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.pagetop.view{
    right: 3px;
}






/* ========================= 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 */

.slideImage .slick-prev,
.slideImage .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;
    background:rgba(0,0,0,0.3);
    -webkit-border-radius:50%;
	   -moz-border-radius:50%;
	    -ms-border-radius:50%;
	        border-radius:50%;
}

.slideImage .slick-prev{left:8px;}
.slideImage .slick-next{right:8px;}

.slideImage .slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 10px;  
    width: 10px;
    height: 10px;  
    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);
}
.slideImage .slick-prev::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    left: 10px;
    width: 12px;
    height: 1px;
    margin: auto;
    background: #FFF;
}
.slideImage .slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 10px;  
    width: 10px;  
    height: 10px;  
    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);
}
.slideImage .slick-next::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    right: 10px;
    width: 12px;
    height: 1px;
    margin: auto;
    background: #FFF;
}

/*----*/


.itemSlide .slick-prev,
.itemSlide .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;
}

.itemSlide .slick-prev{left:-18px;}
.itemSlide .slick-next{right:-18px;}

.itemSlide .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);
}

.itemSlide .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-dots */

.slick-dots{
    display:block;
    list-style:outside none none;
    padding:0;
    text-align:center;
    width:100%;
	position:absolute;
	bottom:-40px;
	z-index:10;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
    height:10px;
	width:10px;
	padding:0px;
    line-height: 0;
    outline:medium none;
    position: relative;
	background:#FFF;
    -webkit-border-radius:8px;
       -moz-border-radius:8px;
	        border-radius:8px;
}

.slick-dots li.slick-active button{
    background:#C03636;
}




/*------*/


.slide-dots{
    display:inline-block;
    padding: 0;
    text-align:right;
	position:absolute;
	bottom:-30px;
    right: 0;
    line-height: 1;
}
.slide-dots li{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 0 0 12px;
}

.even .slide-dots{right:inherit;left:0;}
.even .slide-dots li{margin: 0 12px 0 0;}

.slide-dots li button{
	padding:0px; 
    font-family:'DINPro-Medium';
	line-height: 1.0;
    font-size: 20px;
    color: #333;
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	        transition: all 0.4s;
}
.slide-dots li button:before{
    content: "0";
}
.slide-dots li.slick-active button{
	color: #1E1E1E;
}
.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: #1E1E1E;
}

@media (min-width: 769px) {
.slide-dots li button:hover{color: #999;}
}


/*==============================================================*/






@media (min-width: 1500px) {

.itemList{margin-top: 13%;}
.itemList .set{margin-top: 20%;}
.itemList .set.m01{margin-top: 13%;}

.campaign{margin-top: 15%;}
.moreItem{margin-top: 15%;}


.lead h2{width: 290px;}

}



@media (max-width:1180px) {

.mainImage h1{width: 43%;}

.lead{height: 50vw;}
.lead h2{left: 17%;width: 240px;}
.lead .text{width: 460px;font-size: 13px;bottom: 7%;right: 3%;}

h2.subTitile{font-size: 42px;}

.itemList .itemInfo h2{font-size: 38px;}

.itemList .set.m02 .itemInfo .spec{margin: 60px 0 30px;}
.itemList .set.w01 .itemInfo .spec{margin: 40px 0 70px;}
.itemList .set.w02 .itemInfo .spec{margin: 40px 0 140px;}

.campaign{width: 85%;}
.campaign .campaignInner{margin-top:120px;}

.moreItem{width: 85%;}
.moreItem .moreList ul li{margin-top: 120px;}


.allLink{width: 85%;margin-top: 12%;}
footer{padding:15% 0 50px;}


}



@media (max-width:950px) {

.lead h2{left: 20%;width: 230px;}
.lead .text{width: 400px;line-height: 2.0;}

h2.subTitile{font-size: 38px;}


.itemList .itemInfo h2{font-size: 32px;}


.itemList .set{margin-top: 25%;}
.itemList .set.m01{margin-top: 15%;}

.itemList .set .imageBox{width: 55%;}

.itemList .set.m01 .imageBox .slideImage,
.itemList .set.m02 .imageBox .slideImage{width: 88%;margin: 0 0 0 6%;}
.itemList .set.w01 .imageBox .slideImage,
.itemList .set.w02 .imageBox .slideImage{width: 88%;margin: 0 0 0 6%;}

.itemList .itemInfo{width: 45%;}
.itemList .itemInfo .itemInner{width: 90%;margin: 0 0 0 2%;}
.itemList .set.w01 .itemInfo .itemInner,
.itemList .set.w02 .itemInfo .itemInner{width: 90%;margin: 0 0 0 8%;}
.itemList .itemInfo .column .spec{width: 100%;float: none;}
.itemList .itemInfo .column .columnImage{width: 65%;float: none;}

.itemList .set.m02 .itemInfo .spec{margin: 40px 0 30px;}
.itemList .set.w01 .itemInfo .spec{margin: 30px 0 60px;}
.itemList .set.w02 .itemInfo .spec{margin: 30px 0 100px;}


.itemList .set.m02 .otherCut{width: 90%;margin: 0 0 0 2%;}
.itemList .set.w01 .otherCut{width: 90%;margin: 0 0 0 8%;}
.itemList .set.w02 .otherCut{width: 97%;margin: 0 0 0 5%;}


.campaign{width: 90%;margin-top: 22%;}
.campaign .campaignInner{margin-top:100px;}
.campaign .present{width: 47%;}
.campaign .infomation{width: 50%;}
.campaign .infomation h4{font-size: 38px;}
.campaign .infomation h4 span{font-size: 26px;}

.moreItem{width: 90%;}
.moreItem .moreList ul li{margin-top: 100px;}
.moreItem .moreList .moreSpec h4{font-size: 18px;}
.moreItem .moreList .moreSpec .num{font-size: 13px;}
.moreItem .moreList .moreSpec .buy a{font-size: 14px;}


.allLink{width: 90%;margin-top:13%;}
footer{padding:16% 0 40px;}


}











@media (max-width: 768px) {

.wide{display: none;}

#loader-bg.close{height:0%;min-height:0%;left: 0%;}


.mainImage .image01{width: 50%;padding-top: 50%;}
.mainImage .image02{display: none;}
.mainImage .image03{width: 50%;padding-top: 50%;}


.mainImage .image03:after{top: inherit;bottom: 0;}

.mainImage .image04{
	width: 100%;
	display:block;
	padding-top: 50%;
	position: relative;
	background: url("../images/main04.jpg") center center no-repeat;
	background-size: cover;
}
.mainImage .image04:after{
	top: 0;
	height: 100%;
	-webkit-transition-delay:1.2s;
		-moz-transition-delay:1.2s;
		  -ms-transition-delay:1.2s;
				  transition-delay:1.2s;
}
.mainImage.start .image04:after{left: 100%;}

.mainImage h1{bottom:4%;left: 8%;width: 55%;}
.mainImage h1.view{bottom:4%;left: 4%;}



.lead{height: auto;padding: 14% 0;}
.lead h2{
	position:relative;
	top: 0;
	left: 0;
	width: 340px;
	margin: 0 auto;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	transform:none;
}
.lead .text{
	position:relative;
	bottom:0;
	right:0;
	width: 98%;
	font-size: 15px;
	line-height: 2.0;
	text-align: center;
	margin: 1.8em auto 0;
}
.lead .text br.res{display: block;}



h2.subTitile{font-size: 36px;}
h2.subTitile br{display: block;}


.itemList{margin-top: 20%;}

.itemList .set{ margin-top: 28%;}
.itemList .set.m01{margin-top: 18%;}


.itemList .set .imageBox{width: 78%;margin: 0 auto;}
.itemList .set.m01 .imageBox,
.itemList .set.m02 .imageBox,
.itemList .set.w01 .imageBox,
.itemList .set.w02 .imageBox{float: none;z-index: 50;position: relative;}

.itemList .set.m01 .imageBox .slideImage,
.itemList .set.m02 .imageBox .slideImage{
    width: 100%;
	margin: 0;
}
.itemList .set.w01 .imageBox .slideImage,
.itemList .set.w02 .imageBox .slideImage{
    width: 100%;
	margin: 0;
}


.itemList  .set.m01 .itemInfo{
	margin: 15% auto 0;
	width: 64%;
	float: none;
}
.itemList  .set.m02 .itemInfo,
.itemList  .set.w01 .itemInfo,
.itemList  .set.w02 .itemInfo{
    width: 78%;
	margin: 0 auto;
	float: none;
}


.itemList  .set.m01 .itemInfo .itemInner,
.itemList  .set.m02 .itemInfo .itemInner,
.itemList  .set.w01 .itemInfo .itemInner,
.itemList  .set.w02 .itemInfo .itemInner{
    width: 100%;
	margin: 0;
}

.itemList .itemInfo h2{
	display: none;
}
.itemList h2.spTitle{
	display: block;
	font-family:'DINPro-Bold';
	font-size: 32px;
	line-height: 1.0;
	letter-spacing: 0.03em;
	text-align: center;
	padding-bottom: 1.0em;
}


.itemList .itemInfo .singleImage{margin-top: 10%;}
.itemList .itemInfo .column{width: 100%;margin-top: 8%;}
.itemList .itemInfo .column .spec{width: 45%;float: left;}
.itemList .itemInfo .column .columnImage{width: 53%;float: right;}

.itemList .set.m01 .itemInfo .spec{margin: 0;}
.itemList .set.m02 .itemInfo .spec{margin:15px 0 0 0;}
.itemList .set.w01 .itemInfo .spec{margin:15px 0 0 0;}
.itemList .set.w02 .itemInfo .spec{margin:15px 0 0 0;}

.itemList .set.m01 .otherCut{margin-top: 10%;}
.itemList .set.m02 .otherCut,
.itemList .set.w01 .otherCut,
.itemList .set.w02 .otherCut{width: 80%;margin: 12% auto 0;}


.campaign{width: 80%;margin-top: 25%;}
.campaign .campaignInner{margin-top:40px;}
.campaign .infomation{width: 100%;float: none;}

.campaign .infomation h3{text-align: center;}
.campaign .infomation h4{text-align: center;}
.campaign .infomation h5{text-align: center;}
.campaign .infomation .shoplist{text-align: center;}

.campaign .present{
	width: 100%;
	float: none;
	padding: 0 15%;
	margin-top: 50px;
	background: #F7F7F7;
}

.moreItem{width: 90%;margin-top: 25%;}

.moreItem .moreList ul li{margin-top: 85px;}
.moreItem .moreList .moreSpec h4{font-size: 17px;}


.allLink{width: 90%;margin-top:15%;}
.allLink a{font-size: 26px;padding: 28px 0 30px;}
footer{padding:18% 0 40px;}


/*----*/

.slideImage .slick-prev,
.slideImage .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;
    background: none;
    -webkit-border-radius:0%;
	   -moz-border-radius:0%;
	    -ms-border-radius:0%;
	        border-radius:0%;
}

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

.slideImage .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);
}
.slideImage .slick-prev::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    left: 6px;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #FFF;
}
.slideImage .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);
}
.slideImage .slick-next::before{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;
    right: 6px;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #FFF;
}

/*----*/



.even .slide-dots{right:0;left:inherit;}
.even .slide-dots li{margin: 0 0 0 8px;}



}

@media (max-width: 720px) {
.moreItem .moreList .moreSpec .buy{position:relative;top: 0;right: 0;margin-top: 13px;}
}



@media (max-width: 640px) {

.mainImage .image01{padding-top: 60%;}
.mainImage .image03{padding-top: 60%;}
.mainImage .image04{padding-top: 60%;}

.mainImage h1{width: 70%;}

.lead{padding: 16% 0;}

.lead h2{width: 300px;}
.lead .text{font-size: 14px;}
.lead .text br.res02{display: block;}


h2.subTitile{font-size: 34px;}

.itemList{margin-top: 24%;}
.itemList .set{ margin-top: 33%;}
.itemList .set.m01{margin-top: 20%;}

.itemList h2.spTitle{font-size: 28px;padding-bottom: 10%;}

.itemList .set .imageBox{width: 85%;}

.itemList  .set.m01 .itemInfo{margin-top: 15%;width: 72%;}
.itemList  .set.m02 .itemInfo,
.itemList  .set.w01 .itemInfo,
.itemList  .set.w02 .itemInfo{width: 85%;}

.itemList .itemInfo .singleImage{margin-top:0;}
.itemList .itemInfo .column{width: 100%;margin-top: 15px;}
.itemList .itemInfo .column .spec{width: 100%;float: none;}
.itemList .itemInfo .column .columnImage{width: 60%;float: none;margin-top: 40px;}

.itemList .set.m01 .otherCut{margin-top:5%;}
.itemList .set.m02 .otherCut,
.itemList .set.w01 .otherCut,
.itemList .set.w02 .otherCut{width: 85%;margin: 15% auto 0;}



.campaign{width: 85%;}
.campaign .campaignInner{margin-top:40px;}
.campaign .infomation .comment{font-size: 16px;}
.campaign .infomation h3{font-size: 16px;margin-top: 20px;}
.campaign .infomation h4{font-size: 36px;}
.campaign .infomation h4 span{font-size: 26px;}
.campaign .infomation h5{font-size: 16px;margin-top: 30px;}
.campaign .infomation .shoplist{font-size: 16px;}

.campaign .present{padding: 0 5%;margin-top: 40px;}



.moreItem{margin-top: 30%;width: 70%;}
.moreItem .moreList ul{width: 100%;}
.moreItem .moreList ul li{width: 100%;margin-right: 0%;margin-top: 15%;}
.moreItem .moreList .moreSpec h4{font-size: 17px;}
.moreItem .moreList .moreSpec .num{font-size: 13px;}
.moreItem .moreList .moreSpec .buy{margin-top:10px;}
.moreItem .moreList .moreSpec .buy a{font-size: 13px;}


.allLink{width: 90%;margin-top:16%;}
.allLink a{font-size: 24px;padding: 24px 0 26px;}
footer{padding:16% 0 40px;}


footer .copyright{
    font-size: 12px;
}

.slide-dots{bottom:-22px;}
.slide-dots li{margin: 0 0 0 9px;}
.slide-dots li button{font-size: 16px;}




}



@media (max-width: 480px) {


.mainImage h1{width: 75%;}

.lead h2{width: 260px;}
.lead .text{font-size: 13px;letter-spacing: 0.02em;}


h2.subTitile{font-size: 30px;}


.itemList{margin-top: 27%;}
.itemList .set{ margin-top: 35%;}
.itemList .set.m01{margin-top: 25%;}

.itemList h2.spTitle{font-size: 24px;}


.itemList .itemInfo .column .columnImage{width: 70%;margin-top: 10%;}

.itemList .itemInfo .spec h3{font-size: 15px;}
.itemList .itemInfo .spec .num{font-size: 12px;}
.itemList .itemInfo .spec h4{font-size: 15px;}
.itemList .itemInfo .spec .buy a{font-size: 13px;}


.campaign{margin-top: 32%;}
.campaign .campaignInner{margin-top:30px;}
.campaign .infomation .comment{font-size:16px;}
.campaign .infomation h3{font-size: 15px;margin-top: 25px;}
.campaign .infomation h4{font-size: 30px;margin-top: 5px;}
.campaign .infomation h4 span{font-size: 20px;}
.campaign .infomation h5{font-size: 15px;margin-top: 25px;}
.campaign .infomation .shoplist{font-size: 15px;margin-top: 5px;}

.campaign .present{padding: 0%;margin-top: 35px;}


.moreItem{margin-top: 35%;width: 80%;}
.moreItem .moreList .moreSpec h4{font-size: 16px;}
.moreItem .moreList ul li{margin-top: 18%;}


.allLink{width: 80%;margin-top:20%;}
.allLink a{font-size: 20px;padding: 22px 0 24px;}
footer{padding:20% 0 30px;}




.slideImage .slick-prev::after{width:10px;height:10px;}
.slideImage .slick-prev::before{left:6px;width:12px;}
.slideImage .slick-next::after{width:10px;height:10px;}
.slideImage .slick-next::before{right:6px;width:12px;}


.slide-dots li button{font-size: 15px;}


}



@media (max-width: 360px) {

.lead h2{width: 220px;}
.lead .text{font-size: 12px;letter-spacing: 0em;margin-top: 1em;}

h2.subTitile{font-size: 27px;}
.itemList h2.spTitle{font-size: 22px;}

.campaign .infomation .comment{font-size:15px;}
.campaign .infomation .comment span{font-size:13px;}

.itemList .set .imageBox{width: 90%;}

.itemList  .set.m01 .itemInfo{margin-top: 15%;width: 75%;}
.itemList  .set.m02 .itemInfo,
.itemList  .set.w01 .itemInfo,
.itemList  .set.w02 .itemInfo{width: 90%;}
.itemList .set.m02 .otherCut,
.itemList .set.w01 .otherCut,
.itemList .set.w02 .otherCut{width: 90%;}

.campaign{width: 90%;}

.moreItem{width: 85%;}
.moreItem .moreList .moreSpec h4{font-size: 15px;}
.moreItem .moreList .moreSpec .num{font-size: 12px;}


.allLink a{font-size: 18px;}



.slide-dots li button{font-size: 14px;}
}







/*IE*/
@media all and (-ms-high-contrast: none) {

}




























