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



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



@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
/*
font-family: 'Shippori Mincho', serif;
Regular 400
Medium 500
Semi-bold 600
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,400;0,500;0,600;1,300&display=swap');
/*
font-family: 'Be Vietnam', sans-serif;
Light 300 italic
Regular 400
Medium 500
Semi-bold 600
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@600&display=swap');
/*
font-family: 'Cormorant Infant', serif;
semi-bold 600
/*



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


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

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

html{
    width: 100%;
    height: 100%;
}

body{
    background:#FFF;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    font-family:'Shippori Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','Times New Roman', serif;
    font-weight:400;
	
	
	color: #FF0004;
}


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


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

#loader-bg .spinner {
    width: 100px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    font-size: 0;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#loader-bg .spinner > div {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color:#CFD2D3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#loader-bg .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#loader-bg .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}




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

/* standard */
.fade,
.fade.delighter{
	will-change: transform,animation,position;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	opacity:0;
    position: relative;
    top: 40px;
	-webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
}
/* start */
.fade.delighter.started{
	opacity:1;
    top: 0;
}

/* end */
.fade.delighter.ended{
}
/* ---------------- */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.spOnly{display: none;}




















#header{
	width: 100%;
	position: relative;
	background: #D6D1C4;
}


#header .image01{
	width: 68%;
	padding-top: 30%;
	background: url("../../images/header_pc01.jpg") center center;
	background-size: cover;
	position: relative;
}
#header .image01 h3{
	position: absolute;
	top: 50%;
	left: 5%;
	width: 23%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#header .image01 .cover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #D6D1C4;
	-webkit-transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#header.start .image01 .cover{width: 0;}


#header .image02{
	width: 68%;
	padding-top: 30%;
	background: url("../../images/header_pc02.jpg") center center;
	background-size: cover;
	position: relative;
}
#header .image02 .cover{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background: #D6D1C4;
	-webkit-transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#header.start .image02 .cover{width: 0;}


#header .titleBox{
	width: 32%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#header .titleBox .title{
	position: absolute;
	width: 20%;
	top: 45%;
	left: 65%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#header .titleBox .title:before{
	content: '';
	position: absolute;
	top:9%;
	bottom: 91%;
	left: -40%;
	width: 10px;
	z-index: 10;
	background: #BBC6C3;
	-webkit-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
}
#header.start .titleBox .title:before{bottom: 0;}

#header .titleBox .title:after{
	content: '';
	position: absolute;
	top:0%;
	bottom:100%;
	left: -40%;
	width: 10px;
	z-index: 15;
	background: #9C182F;
	-webkit-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
#header.start .titleBox .title:after{top: 65%;bottom: 0;}


#header .titleBox .title h1{
	width: 100%;
	position: relative;
	left: -15%;
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.7s;
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.7s;
}
#header.start .titleBox .title h1{left: 0;opacity: 1;}
#header .titleBox .title h1:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #BB6125;
}


#header .titleBox .date{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	margin: 0 auto;
	width: 67%;
	opacity: 0;
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
}
#header.start .titleBox .date{bottom: 6%;opacity: 1;}


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


.main{
	width: 100%;
	overflow: hidden;
}


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







.seasonTitle{
	width: 100%;
	background: #7B6756;
	padding: 50px 0;
	margin-top: 110px;
	position: relative;
}
.seasonTitle .cover,
.seasonTitle.delighter .cover{
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 50;
	-webkit-transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.seasonTitle.delighter.started .cover{width: 0%;}


.seasonTitle .inner{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.seasonTitle .inner:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 250px);
	height: 6px;
	background: #D6D1C4;
}
.seasonTitle .inner:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 250px);
	height: 6px;
	background: #D6D1C4;
}
.seasonTitle .inner h2{
	width: 235px;
	padding: 18px 0;
}
.seasonTitle .inner h3{
	width: 250px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}



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


.navigation{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 120px;
	color: #4E4A33;
}
.navigation .navi{
	width: 100%;
	margin: 0 auto;
}
.navigation .navi ul{
	width: 105%;
	font-size: 0;
	text-align: center;
}
.navigation .navi ul li,
.navigation .navi ul.delighter li{
	width: 45%;
	margin-right:5%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: 30px;
	opacity: 0;
	-webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.navigation .navi ul.delighter.started li{top: 0;opacity: 1;}

.navigation .navi ul li.n02{transition-delay:0.5s;}

.navigation .navi h2{
	width: 100%;
}

.navigation .navi .navImage{
	width: 100%;
	position: relative;
}
.navigation .navi .navImage a{
	width: 100%;
	position: relative;
	display: block;
}
.navigation .navi .n01 .navImage{border-top: 6px solid #BB6125;}
.navigation .navi .n02 .navImage{border-top: 6px solid #9C182F;}

.navigation .navi .navImage a .img{
	position:relative;
	z-index: 1;
}
.navigation .navi .navImage a .cover{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity:0;
	background: rgba(214,209,196,0.5);
	-webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
	transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.navigation .navi .navImage a .more{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	font-size: 20px;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 0.4em 0.7em 0.5em;
	border: 2px solid;
	display: inline-block;
	opacity: 0;
	background: rgba(255,255,255,0.5);
	-webkit-transform:translate(-50%,-50%) scale(0.7);
	transform:translate(-50%,-50%) scale(0.7);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.navigation .navi .n01 .navImage .more{border-color: #BB6125;color: #BB6125;}
.navigation .navi .n02 .navImage .more{border-color: #9C182F;color: #9C182F;}

.navigation .navi .copy{
	font-weight: 600;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.04em;
	text-align: left;
	margin-top: 1.2em;
}


@media(min-width:769px) {
.navigation .navi .navImage a:hover .cover{opacity: 1;}
.navigation .navi .navImage a:hover .more{
	-webkit-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1);
	opacity: 1;
}
}



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



.wideBAR{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wideBAR p,
.wideBAR p.delighter{
	width: 0%;
	height: 5px;
	margin: 0 auto;
	-webkit-transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.c01 .wideBAR p{background: #4E4A33;}
.c02 .wideBAR p{background: #3D4543;}
.wideBAR.last p{background: #3D4543;}




.wideBAR p.delighter.started{width: 100%;}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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





.wideLimit{
	width: 83%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	/*background:rgba(25,64,125,0.3);*/
}


.category{
	width: 100%;
	margin: 230px auto 0;
}




.category .categoryTitle{
	width: 100%;
	margin-bottom: 185px;
	position: relative;
}
.category .categoryTitle .cover01,
.category .categoryTitle.delighter .cover01{
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 50;
	-webkit-transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.category .categoryTitle.delighter.started .cover01{width: 0%;}

.category .categoryTitle .cover02,
.category .categoryTitle.delighter .cover02{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 45;
	-webkit-transition: width 1.5s cubic-bezier(0.5, 0, 0.75, 0) 0.5s;
	transition: width 1.5s cubic-bezier(0.5, 0, 0.75, 0) 0.5s;
}
.category .categoryTitle.delighter.started .cover02{width: 0%;}

.category.c01 .categoryTitle .cover02{background: #D6D1C4;}
.category.c02 .categoryTitle .cover02{background: #BBC6C3;}



.category .categoryTitle .titleImage{
	width: 100%;
	padding-top: 33.6%;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.category.c01 .categoryTitle .titleImage{background-image:url("../../images/title_c01_pc.jpg");}
.category.c02 .categoryTitle .titleImage{background-image:url("../../images/title_c02_pc.jpg");}

.category .categoryTitle .titleImage h2{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	line-height: 0.66;
	padding-top: 0.2em;
	font-size: 73px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: rgba(197,185,172,0.5);
}
.category.c02 .categoryTitle .titleImage h2{color: #9C182F;}

.category .categoryTitle .titleBar{
	width: 100%;
	padding-top: 120px;
	position:relative;
}
.category.c01 .categoryTitle .titleBar{background: #D6D1C4;}
.category.c02 .categoryTitle .titleBar{background: #BBC6C3;}

.category .categoryTitle .titleBar h3{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #4E4A33;
	font-weight: 600;
	text-align: center;
	line-height:1;
	font-size: 32px;
	letter-spacing: 0.1em;
	padding-top: 1em;
	background: rgba(197,185,172,0.5);
}
.category.c02 .categoryTitle .titleBar h3{color: #3D4543;}



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


.category .subTitle{
	width: 100%;
	position: relative;
	padding: 50px 0;
}
.category .subTitle:before,
.category .subTitle.delighter:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	margin: 0 auto;
	height:5px;
	z-index: 5;
	-webkit-transition: width 1.2s cubic-bezier(0.11, 0, 0.5, 0);
	transition: width 1.2s cubic-bezier(0.11, 0, 0.5, 0);
}
.category .subTitle:after,
.category .subTitle.delighter:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	margin: 0 auto;
	height:5px;
	z-index: 5;
	-webkit-transition: width 1.2s cubic-bezier(0.11, 0, 0.5, 0);
	transition: width 1.2s cubic-bezier(0.11, 0, 0.5, 0);
}

.category .subTitle.delighter.started:before,
.category .subTitle.delighter.started:after{width: 100%;}

.category.c01{ color: #4E4A33;}
.category.c01 .subTitle:before,
.category.c01 .subTitle:after{background: #4E4A33;}

.category.c02{ color: #3D4543;}
.category.c02 .subTitle:before,
.category.c02 .subTitle:after{background: #3D4543;}


.category .subTitle .inner,
.category .subTitle.delighter .inner{
	position: relative;
	opacity: 0;
	top: 30px;
	-webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.category .subTitle.delighter.started .inner{top: 0;opacity: 1;}


.category .subTitle h3{
	font-size: 45px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	letter-spacing: 0.13em;
}

.category .subTitle .copy{
	position: absolute;
	top: 50%;
	right: 0%;
	width: 50%;
	text-align: right;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.category .subTitle.fun .copy{margin-right: 3%;}
.category .subTitle.var .copy{margin-right: 5%;}
.category .subTitle.lay .copy{margin-right: 3%;}
.category .subTitle.oth .copy{margin-right: 3%;}


.category .subTitle h4{
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.12em;
	padding: 0 1em;
	display: inline-block;
	position: relative;
}

.category .subTitle h4:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 8px;
}
.category.c01 .subTitle h4:after{background: #BB6125;}
.category.c02 .subTitle h4:after{background: #9C182F;}



.category .catchCopy{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin-top: 80px;
}
.category .catchCopy p{
	width: 98%;
	margin: 0 auto;
}

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

.function{
	width: 83%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.function .funInner{
	padding: 160px 0;
}
.function .funUnit{
	width: 100%;
	margin-bottom: 60px;
}
.function .funUnit.last{margin-bottom: 0;}
.function .funUnit.odd{padding-right: 9%;}
.function .funUnit.even{padding-left: 9%;}

.function .funUnit .photo,
.function.delighter .funUnit .photo{
	width: 230px;
	float: left;
	opacity: 0;
	position: relative;
	left: -5%;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.function.delighter.started .funUnit .photo{opacity: 1;left: 0;}

.function .funUnit .info,
.function.delighter .funUnit .info{
	width: calc(100% - 280px);
	float: right;
	opacity: 0;
	position: relative;
	right: -5%;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.function.delighter.started .funUnit .info{opacity: 1;right: 0;}


.function .funUnit.f01 .photo,.function.delighter .funUnit.f01 .photo,
.function .funUnit.f01 .info,.function.delighter .funUnit.f01 .info{transition-delay:0s;-webkit-transition-delay:0s;}
.function .funUnit.f02 .photo,.function.delighter .funUnit.f02 .photo,
.function .funUnit.f02 .info,.function.delighter .funUnit.f02 .info{transition-delay:0.4s;-webkit-transition-delay:0.4s;}
.function .funUnit.f03 .photo,.function.delighter .funUnit.f03 .photo,
.function .funUnit.f03 .info,.function.delighter .funUnit.f03 .info{transition-delay:0.8s;-webkit-transition-delay:0.8s;}
.function .funUnit.f04 .photo,.function.delighter .funUnit.f04 .photo,
.function .funUnit.f04 .info,.function.delighter .funUnit.f04 .info{transition-delay:1.2s;-webkit-transition-delay:1.2s;}



.function .funUnit .info{
	width: calc(100% - 280px);
	float: right;
}
.function.c01 .funUnit .title{
	width: 100%;
	position: relative;
	padding: 10px 0 20px;
	z-index: 10;
}
.function.c01 .funUnit .title.spView{display: none;position: relative;}

.function .funUnit .title .spInner,
.function.delighter .funUnit .title .spInner{
	opacity: 0;
	position: relative;
	right: -5%;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.function.delighter.started .funUnit .title .spInner{opacity: 1;right: 0;}





.function.c02 .funUnit .title{
	width: 100%;
	position: relative;
	padding: 15px 0 25px;
	z-index: 10;
	
}

.function .funUnit .title .icon{
	width: 65px;
}
.function.c01 .funUnit .title h3{
	position: absolute;
	top: calc(50% - 4px);
	left: 90px;
	font-size: 18px;
	letter-spacing: 0.08em;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.function.c02 .funUnit .title h3{
	font-size: 20px;
	letter-spacing: 0.08em;
}
.function .funUnit .title h3 span{
font-family: 'Be Vietnam', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0;
	font-size: 20px;
	display: inline-block;
	padding-right: 0.3em;
}
.function.c01 .funUnit .funBody{
	width: 100%;
	position: relative;
	padding-top: 135px;
}
.function.c02 .funUnit .funBody{
	width: 100%;
	position: relative;
	padding-top: 150px;
}
.function .funUnit .funBody:after{
	content: '';
	position: absolute;
	left: -90px;
	top: 0px;
	width: calc(100% + 90px);
	height: 2px;
}
.function.c01 .funUnit .funBody:after{background: url("../../images/fun_dotline_c01.svg") left center repeat-x;}
.function.c02  .funUnit .funBody:after{background: url("../../images/fun_dotline_c02.svg") left center repeat-x;}

.function .funUnit .funBody p{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-right: 4%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

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


.nameTitle{
	width: 90%;
	margin: 140px auto 80px;
}
.nameTitle.left{text-align: left;}
.nameTitle.right{text-align: right;}

.nameTitle .nameSet{
	display: inline-block;
	text-align: left;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 0.8;
	font-size: 30px;
	position: relative;
}

.nameTitle .nameSet .cover,
.nameTitle.delighter .nameSet .cover{
	position: absolute;
	top: -1px;
	bottom: -10px;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 50;
	-webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.nameTitle.right .nameSet .cover,
.nameTitle.right.delighter .nameSet .cover{right: auto;left: 0;}

.nameTitle.delighter.started .nameSet .cover{width: 0;}





.nameTitle .nameSet .num{}
.nameTitle.right .nameSet .num{text-align: right;}


.nameTitle .nameSet .name{
	padding-left: 190px;
	position: relative;
	padding-bottom: 0.1em;
	z-index: 10;
}
.nameTitle.right .nameSet .name{padding-left: 0;padding-right: 190px;}
.nameTitle.left .nameSet .name2{padding-left: 190px;margin-top:8px;}
.nameTitle.right .nameSet .name2{padding-right: 190px;margin-top:8px;}

.nameTitle .nameSet .resHide{display:inline-block;font-style: normal;}
.nameTitle .nameSet .resShow{display: none;}


.nameTitle .nameSet span,
.nameTitle.delighter .nameSet span{
	display: block;
	opacity: 0;
	left: -20px;
	position: relative;
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.nameTitle.delighter.started .nameSet span{opacity: 1;left: 0;}

.nameTitle.right .nameSet span,
.nameTitle.right.delighter .nameSet span{
	left: auto;
	right: -20px;
}
.nameTitle.right.delighter.started .nameSet span{opacity: 1;left:auto;right: 0;}


.nameTitle .nameSet .name:before,
.nameTitle.delighter .nameSet .name:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 10px;
	-webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.nameTitle.right .nameSet .name:before{left: auto;right: 0;}
.nameTitle.delighter.started .nameSet .name:before{width: 180px;}




.nameTitle .nameSet .name:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 10px;
}

.c01 .nameTitle .nameSet .name:before{background: #BB6125;}
.c01 .nameTitle .nameSet .name:after{background: #D6D1C4;}
.c02 .nameTitle .nameSet .name:before{background: #9C182F;}
.c02 .nameTitle .nameSet .name:after{background: #BBC6C3;}




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


.itemUnit .itemBox{
	width: 100%;
	position: relative;
	padding-bottom: 20%;
}
.itemUnit .itemBox .baseColor,
.itemUnit .itemBox .baseColor.delighter{
	width: 0;
	position:absolute;
	left: 0;
	top: 80px;
	bottom: 0;
	z-index: -1;
	-webkit-transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
	transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}
.itemUnit .itemBox.reverse .baseColor{
	left: auto;
	right: 0;
}
.itemUnit .itemBox .baseColor.delighter.started{width: 50.9%;}






.c01 .itemUnit .itemBox .baseColor{background: #E2DED5;}
.c02 .itemUnit .itemBox .baseColor{background: #D9DFDD;}


.itemSet{
	width: 90%;
	margin: 0 auto;
}
.itemSet .scene{
	width: 51%;
	float: left;
	position: relative;
}
.reverse .itemSet .scene{float: right;}

.itemSet .itemInfo{
	width:40%;
	float: right;
}
.reverse .itemSet .itemInfo{float: left;}

.itemSet .itemInfo .itemSlide{
	width: 100%;
	margin: 0 auto 60px;
	border: 1px solid #D1CCBD;
}
.itemSet .itemInfo .text{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	min-height: 195px;
	padding-bottom: 1.5em;
}

.item01 .slick-dots li:nth-child(1) button{background: linear-gradient(90deg, #6F7271 0%, #6F7271 50%, #000 50%, #000 100%);}
.item01 .slick-dots li:nth-child(2) button{background: linear-gradient(90deg, #B1B1B1 0%, #B1B1B1 50%, #EEE6D0 50%, #EEE6D0 100%);}
.item01 .slick-dots li:nth-child(3) button{background: linear-gradient(90deg, #00263A 0%, #00263A 50%, #202945 50%, #202945 100%);}

.item02 .slick-dots li:nth-child(1) button{background: linear-gradient(90deg, #B1B1B1 0%, #B1B1B1 50%, #EEE6D0 50%, #EEE6D0 100%);}
.item02 .slick-dots li:nth-child(2) button{background: linear-gradient(90deg, #6F7271 0%, #6F7271 50%, #000 50%, #000 100%);}
.item02 .slick-dots li:nth-child(3) button{background: linear-gradient(90deg, #323E48 0%, #323E48 50%, #051C2C 50%, #051C2C 100%);}
.item02 .slick-dots li:nth-child(4) button{background: linear-gradient(90deg, #00263A 0%, #00263A 50%, #202945 50%, #202945 100%);}



.itemSet .itemInfo .itemNoSlide{
	width: 100%;
	margin: 50px auto 50px;
}



.itemSet .specBox{
	width: 100%;
	padding: 0.8em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.c01 .itemSet .specBox{border-color: #D6D1C4;}
.c02 .itemSet .specBox{border-color: #BBC6C3;}



.spec{
	width: 100%;
	position: relative;
	line-height: 1.2;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.spec .name{
	width: calc(100% - 80px);
	font-size: 16px;
}
.spec .name span{
	font-size: 13px;
	padding-left: 0.5em;
	letter-spacing: 0;
}
.spec .num{
	width: calc(100% - 80px);
	font-size: 14px;
	margin-top: 0.3em;
}

.spec .buy{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.spec .buy a{
	font-weight: 600;
	font-size: 17px;
	line-height:1;
	border: 2px solid;
	padding: 0px 13px 2px 13px;
}
.c01 .spec .buy a{color: #FFF;border-color:#BB6125;background: #BB6125}
.c02 .spec .buy a{color: #FFF;border-color:#9C182F;background: #9C182F}



@media(min-width:769px) {
.c01 .spec .buy a:hover{color: #BB6125;background:none;}
.c02 .spec .buy a:hover{color: #9C182F;background:none;}
}





.itemUnit .centerImage{
	width: 61%;
	margin: 8% 0 0 39%;
}
.itemUnit .centerImage.reverse{
	width: 61%;
	margin-left: 0;
}
.itemUnit .movie{
    width: 72%;
    margin: 8% auto 0;
}


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



.youtube_pc{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube_pc .player{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.youtube_pc .youtubeBody iframe{
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.youtube_pc .thumb{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
    cursor: pointer;
}
.youtube_pc .thumb .playBT{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    line-height: 1;
    text-align: center;
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.youtube_pc .thumb .playBT .play{
    width: 95px;
    height: 95px;
    border: 1px solid #FFF;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(255,255,255,0.4);
	border-radius:50%;
	position: relative;
    -webkit-transition:all 0.4s;	
	transition:all 0.4s;
}
.youtube_pc .thumb .playBT .play:after{
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    width: 0;
    height: 0;
    border-left: 28px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transform:translate(-40%,-50%);
	        transform:translate(-40%,-50%);
}

@media (min-width: 769px) {
.youtube_pc .thumb:hover .playBT .play{background: rgba(255,255,255,0);}
}



.youtube_sp{
	width:100%;
	position:relative;
    overflow: hidden;
}
.youtube_sp .yotubeBody{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto;
}
.youtube_sp .yotubeBody iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



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




.layerStyle{width: 100%;}
.layerStyle .nameTitle{width: 98%;}

.layerStyle .itemBox{
	width: 100%;
	position: relative;
	padding-bottom: 120px;
}
.layerStyle .itemBox .baseColor,
.layerStyle .itemBox .baseColor.delighter{
	width:0;
	position:absolute;
	right: 0;
	top: 80px;
	bottom: 0;
	background: #DCD8CE;
	z-index: -1;
	-webkit-transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
	transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}
.layerStyle .itemBox.reverse .baseColor{
	left: 0;
	right: auto;
}
.layerStyle .itemBox .baseColor.delighter.started{width: calc(50% + 529px);}







.layerStyle .itemSet{
	width: 98%;
	margin: 0 auto;
}
.layerStyle .itemSet .scene{
	width: 47%;
	float: left;
	position: relative;
}
.layerStyle .reverse .itemSet .scene{float: right;}

.layerStyle .itemSet .itemInfo{
	width:42%;
	float: right;
	padding-right: 5%;
}
.layerStyle .reverse .itemSet .itemInfo{
	width:42%;
	float: left;
	padding-right: 0;
	padding-left: 5%;
}
.layerStyle .itemInfo .itemPhoto{
	margin: 0 auto 40px;
}
.layerStyle .itemSet .specBox{
	width: 100%;
	padding: 0.8em 0;
	position: relative;
	border-top: none;
	border-bottom: 1px solid #4E4A33;
}
.layerStyle .itemSet .text{padding-bottom: 3em;}
.layerStyle .itemSet .specBox:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: calc(100% - 110px);
	background: #4E4A33;
}
.layerStyle .specBox .shoulder{
	position: absolute;
	top: -0.8em;
	left: 0;
	z-index: 5;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 1;
	padding-right: 1.5em;
	letter-spacing: 0.05em;
}
.layerStyle .spec .buy a{color: #FFF;border-color:#9B552B;background: #9B552B}

@media(min-width:769px) {
.layerStyle .spec .buy a:hover{color: #9B552B;background:none;}
}




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



.otherItem{
	width: 100%;
	margin-top: 200px;
}
.otherItem .baseColor,
.otherItem .baseColor.delighter{
	width:0;
	position:absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #D9DFDD;
	z-index: -1;
	-webkit-transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
	transition: width 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}
.otherItem .baseColor.delighter.started{width: 66%;}









.otherItem .item{
	width: 100%;
	padding: 25px 0 70px;
}
.otherItem .item .itemImage{
	width:50%;
	float: left;
	padding-left: 5%;
}
.otherItem .item .itemInfo{
	width: 40%;
	padding-right: 5%;
	float: right;
}
.otherItem .item .itemInfo h3{
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0.05em;
	position: relative;
	display: inline-block;
	margin-top: 1em;
}
.otherItem .item .itemInfo h3:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: -1em;
	height: 9px;
	background: #9C182F;
}

.otherItem .item .itemInfo .text{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	padding: 1em 0;
	margin-top: 3em;
	border-top: 2px solid #3D4543;
	border-bottom: 2px solid #3D4543;
}
.otherItem .specBox{
	width: 100%;
	padding: 0.8em 0;
	margin: 60px 0 0;
	border-bottom: 1px solid #3D4543;
}








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

.collectionBanner{
	width: 100%;
	max-width: 1080px;
	margin: 230px auto;
}

.collectionBanner .banner{
	width:70%;
	max-width: 900px;
	margin: 0 auto;
}
.collectionBanner .banner a{
	position: relative;
	width: 100%;
	padding-top: 37%;
	display: block;
	border: 3px solid;
	background-position: center center;
	background-size: cover;
}

.collectionBanner .banner.down a{
	background-image:url("../../images/banner_down.jpg");
	border-color: #BB6125;
}
.collectionBanner .banner.karl a{
	background-image:url("../../images/banner_karl.jpg");
	border-color: #9C182F;
}


.collectionBanner .banner a h4{
	position: absolute;
	top: 55%;
	left: 5%;
	z-index: 10;
	width: 65%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.collectionBanner .banner a .more{
	position: absolute;
	top: 65%;
	right: 5%;
	z-index: 15;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #FFF;
	border: 1px solid #FFF;
	line-height: 1;
	padding: 0.4em 0.7em 0.5em;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
	transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}


.collectionBanner .banner a .cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
	transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.collectionBanner .banner.down a .cover{background: rgba(214,209,196,0.5);}
.collectionBanner .banner.karl a .cover{background: rgba(187,198,195,0.5);}



@media(min-width:769px) {
.collectionBanner .banner a:hover .cover{opacity: 1;}
.collectionBanner .banner.down a:hover .more{background: #BB6125;}
.collectionBanner .banner.karl a:hover .more{background: #9C182F;}

}














/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.nextContents{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.nextContents h2{
	display: inline-block;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 42px;
	letter-spacing: 0.1em;
	color: #332E20;
	padding: 0 0.7em;
	position: relative;
}
.nextContents h2:after{
	content: '';
	position: absolute;
	bottom: 0.16em;
	left: 0;
	right: 0;
	height: 1px;
	background: #332E20;
}

.nextContents .otherBanner{
	width: 70%;
	max-width: 698px;
	margin: 0 auto;
}
.nextContents .otherBanner.b01{margin-top: 90px;}
.nextContents .otherBanner.b02{margin-top: 60px;}

.nextContents .otherBanner a{
	border: 2px solid #4E4A33;
	display: block;
	position: relative;
}
.nextContents .otherBanner.b01 a{
	background:url("../../images/banner_other01.jpg") center center;
	background-size: cover;
}
.nextContents .otherBanner.b02 a{
	background:url("../../images/banner_other02.jpg") center center;
	background-size: cover;
}
.nextContents .otherBanner a p{
	position: relative;
	z-index: 10;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.nextContents .otherBanner a span{
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.nextContents .otherBanner a .cover{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(187,198,195,0.5);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}


@media(min-width:769px) {
.nextContents .otherBanner a:hover p{opacity: 0;}
.nextContents .otherBanner a:hover span{opacity: 1;}
.nextContents .otherBanner a:hover .cover{opacity: 1;}
}



















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



.footer{
	width: 100%;
	background: #7B6756;
	padding: 90px 0 60px;
	color: #D6D1CA;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	position: relative;
	margin-top: 250px;
}
.footer .instagram{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 18px;
}
.footer .instagram .icon{
	width: 32px;
	margin: 18px auto 0;
}
.footer h2{
	width: 140px;
	margin: 100px auto 0;
}
.footer .copyright{
	letter-spacing: 0.12em;
	font-size: 14px;
	margin: 45px auto 0;
}
.footer .copyright br{display: none;}

.footer .pagetop{
	position: absolute;
	display: block;
	cursor: pointer;
	width: 90px;
	right: 0;
	top: 25%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

@media(min-width:769px) {
.footer .instagram a:hover{opacity:0.6;}
.footer .pagetop:hover{opacity:0.6;}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sideNavi{
    position: fixed;
    top: 50%;
    right:-95px;
    width: 90px;
    z-index: 100;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.sideNavi.view{right: 0;}
.sideNavi ul{}
.sideNavi ul li{width: 100%;margin-bottom: 35px;}


.sideNavi .title{
	width: 90%;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 0.03em;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #D6D1C4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.sideNavi .image{
	width: 100%;
	position: relative;
	margin-top: 7px;
	border-top: 6px solid;
}
.sideNavi .n01 .image{border-color: #9F662D;}
.sideNavi .n02 .image{border-color: #9C182F;}

.sideNavi .image span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0.5;
	background: #D6D1C4;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}




.sideNavi ul li a{display: block;}
.sideNavi ul li.current .image span{opacity:0;}
.sideNavi .n01.current .title{color: #9F662D;}
.sideNavi .n02.current .title{color: #9C182F;}
.sideNavi ul li a:hover .image span{opacity:0;}
.sideNavi .n01 a:hover .title{color: #9F662D;}
.sideNavi .n02 a:hover .title{color: #9C182F;}

.sideNavi .pagetop{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.sideNavi .pagetop:hover{
	opacity:0.5;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.spBottomNavi{display: none;}






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

.otherSlider .slick-list{overflow:visible;}


.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);
	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;
	position: relative;
    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:-3vw;
    width: 6vw;
    height: 6vw;
    position:absolute;
    top:50%;
    z-index:50;
	border:none;
}

.slick-prev{left:-12vw;}
.slick-next{right:-12vw;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 1vw;
    width: 4vw;
    height: 4vw;  
    margin: auto;
    border-bottom: solid 1px #564F24;  
    border-right: solid 1px #564F24;  
    -webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}

.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 1vw;  
    width: 4vw;
    height: 4vw;  
    margin: auto;  
    border-bottom: solid 1px #564F24;  
    border-right: solid 1px #564F24;
    -webkit-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:-34px;
	z-index:10;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
    height:13px;
	width:30px;
	padding:0px;
    line-height: 0;
    outline:medium none;
    position: relative;
	background: #CCC;
}

.slick-dots li.slick-active button:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #4E4A33;
}




.tips{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 0;
	padding-top: 3px;
	position: absolute;
	bottom: -31px;
}


.tips span{
    display: inline-block;
    margin: 0 7px;
    padding: 0;
	height:14px;
	width:30px;
    position: relative;
}

.tips span.avtive:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #76777A;
}

