@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=Cormorant+Infant:wght@600&display=swap');
/*
font-family: 'Cormorant Infant', serif;
semi-bold 600
*/
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');
/*
font-family: 'Gowun Batang', serif;
Regular 400
Bold 700
*/

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


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


#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 .loading{
	width: 8em;
	height: 8em;
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  color: #ADC9B8;
  font-size: 11px;
  text-indent: -99999em;
  margin: 1em auto;
  position: relative;
  width: 8em;
  height: 8em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
	position: absolute;
	content: '';
	width:4.2em;
	height: 8.2em;
	background: #FFF;
	border-radius: 8.2em 0 0 8.2em;
	top: -0.05em;
	left: -0.05em;
	-webkit-transform-origin: 4.1em 4.1em;
	transform-origin: 4.1em 4.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}
.loader:after {
	position: absolute;
	content: '';
	width: 4.4em;
	height: 8.3em;
	background: #FFF;
	border-radius: 0 8.2em 8.2em 0;
	top: -0.05em;
	left: 3.95em;
	-webkit-transform-origin: 0.1em 4.1em;
	transform-origin: 0.1em 4.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





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



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

.spOnly{display: none;}





















#header{
	width: 100%;
	height: 100%;
	position: relative;
}

#header .title{
	position: absolute;
	z-index: 50;
	width: 46%;
	bottom: 10%;
	opacity: 1;
}
#header.start .title{
	opacity: 1;
}
@media(min-width:1600px) {
	#header .title{width: 736px;}
}


#header .title .inner{
	width: 100%;
	padding-top: 46%;
	position: relative;

}
#header .title .bk{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0%;
	background: rgba(111,160,136,0.6);
	-webkit-transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
	transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
}
#header.start .title .bk{width: 100%;}


#header .title .logo{
	position: absolute;
	z-index: 10;
	top: 15%;
	left: 13%;
	width: 30%;
	opacity: 0;
	-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);
}
#header.start .title .logo{left: 17%;opacity: 1;}

#header .title h1{
	position: absolute;
	z-index: 10;
	top: 49%;
	left: 14%;
	width: 59%;
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
#header.start .title h1{left: 18%;opacity: 1;}

#header .title h2{
	position: absolute;
	z-index: 10;
	top: 75%;
	left: 14%;
	width: 60%;
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
#header.start .title h2{left: 18%;opacity: 1;}


#header .title .line{
	position: absolute;
	z-index: 10;
	top: 71%;
	left: 17%;
	width: 0%;
	height: 2px;
	background: #FFF;
	-webkit-transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
	transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
}
#header.start .title .line{width: 70%;}





#header .sp_logo{display: none;}



#header .mainSlick{
	width: 100%;
	height: 100%;
}
#header .mainSlick li{
	width: 100%;
	background-position: center center;
	background-size: cover;
}
#header .mainSlick .img01{
	background-image:url("../../images/main_pc01.jpg");
}
#header .mainSlick .img02{
	background-image:url("../../images/main_pc02.jpg");
}
#header .mainSlick .img03{
	background-image:url("../../images/main_pc03.jpg");
}






.scrollbar{
    width: 30px;
    position: absolute;
	right:calc(50% - 530px);
    bottom: -45px;
    height:100px;
    z-index: 300;
}
.scrollbar p{
    width: 15px;
    margin-left:7px;
}
.scrollbar .base{
	width:1px;
	height:100px;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 5;
    background:#4E8168;
}
.scrollbar .bar{
	width:1px;
	height:100px;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(
			to bottom,
			rgba(153, 188, 171, 1) 50%,
			rgba(153, 188, 171, 0) 50%
		);
		background-position: 0 -100px;
		background-size: 100% 200%;
		animation: scrolldown 3.0s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
	0% {background-position: 0 -100px;}
	60% {background-position: 0 0;}
	100% {background-position: 0 100px;}
}



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


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

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





.topArea{
	width: 90%;
	max-width: 1040px;
	margin: 120px auto 0;

}
.topArea .lead,
.topArea .lead.delighter{
	width: 100%;
	opacity:0;
    position: relative;
    top: 40px;
	-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);
}
.topArea .lead.delighter.started{
	opacity:1;
    top: 0;
}
.topArea .lead .subTitle{
	width: 100%;
	position: relative;
}
.topArea .lead .subTitle h2{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 1em 0;
}
.topArea .lead .subTitle .logo{
	position: absolute;
	top: 50%;
	right: 0;
	width: 120px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.topArea .lead .subTitle:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ADC9B8;
	height: 2px;
	width: 100%;
}

.topArea .lead p.copy{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
	margin-top: 2em;
	width: 85%;
}



.mainNavi{
	width: 100%;
	margin-top: 140px;
}
.mainNavi ul{
	width: 104%;
	font-size: 0;
	text-align: left;
}
.mainNavi ul li,
.mainNavi.delighter ul li{
	width: 29.33333%;
	margin-right: 4%;
	display: inline-block;
	text-align: center;
	opacity: 0;
	position: relative;
	top: 30px;
}
.mainNavi.delighter.started ul li{
	opacity: 1;
	top: 0;
	-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);
}
.mainNavi.delighter.started ul li:nth-child(2){transition-delay: 0.4s;-webkit-transition-delay: 0.4s;}
.mainNavi.delighter.started ul li:nth-child(3){transition-delay: 0.8s;-webkit-transition-delay: 0.8s;}


.mainNavi ul li h3{
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0.3em 0 0.4em;
	line-height: 1;
	border-top: 1px solid #ADC9B8;
	border-bottom: 1px solid #ADC9B8;
}

.mainNavi ul li h4{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 1em;
}

.mainNavi ul li .sp_more{display: none;}

.mainNavi .navImage{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.mainNavi .navImage a{
	width: 100%;
	position: relative;
	display: block;
}
.mainNavi .navImage a .img{
	position:relative;
	z-index: 1;
}
.mainNavi .navImage a .cover{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity:0;
	background: rgba(255,255,255,0.6);
	-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);
}
.mainNavi .navImage a .more{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	color: #483729;
	font-size: 20px;
	font-family: 'Gowun Batang', serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 0.5em 0.6em;
	border: 2px solid #483729;
	display: inline-block;
	opacity: 0;
	background: rgba(173,201,184,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);
}
@media(min-width:769px) {
	.mainNavi .navImage a:hover .cover{opacity: 1;}
	.mainNavi .navImage a:hover .more{
		-webkit-transform:translate(-50%,-50%) scale(1);
		transform:translate(-50%,-50%) scale(1);
		opacity: 1;
	}
}




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



.category{
	width: 100%;
	margin-top: 200px;
}
.category.c01{padding-bottom: 200px;}

.categoryTitle{
	width: 100%;
	position: relative;
}
.categoryTitle .cover,
.categoryTitle.delighter .cover{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	z-index: 80;
	-webkit-transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1);
}
.categoryTitle.delighter.started .cover{
	width: 0;
}

.categoryTitle .titleImage{
	width: 100%;
	padding-top: 33.5%;
	position: relative;
	background-position: center center;
	background-size: cover;
}
@media(min-width:1700px) {
	.categoryTitle .titleImage{padding-top: 570px;}
}




.categoryTitle .titleImage h2,
.categoryTitle.delighter .titleImage h2{
	position: absolute;
	top:55%;
	left: 50%;
	margin: 0 auto;
	padding: 0.5em 2.5em 0.7em;
	z-index: 50;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	display: inline-block;
	border: 2px solid #FFF;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
	transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
}
.categoryTitle.delighter.started .titleImage h2{
	opacity: 1;
	top: 50%;
}

.categoryTitle .titleImage h2 span{
	display: block;
	font-family: 'Cormorant Infant', serif;
	font-size: 58px;
	letter-spacing: 0.1em;
}

.c03 .categoryTitle .titleImage h2{padding-left: 1.0em;padding-right: 1.0em;}
.c03 .categoryTitle .titleImage h2 span{
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.c01 .categoryTitle .titleImage{background-image:url("../../images/category01.jpg");}
.c01 .categoryTitle .titleImage h2{background: rgba(132,93,50,0.5)}
.c02 .categoryTitle .titleImage{background-image:url("../../images/category02.jpg");}
.c02 .categoryTitle .titleImage h2{background: rgba(229,212,211,0.8)}
.c03 .categoryTitle .titleImage{background-image:url("../../images/category03.jpg");}
.c03 .categoryTitle .titleImage h2{background: rgba(189,205,195,0.7)}

.categoryTitle .titleBar,
.categoryTitle.delighter .titleBar{
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 0.8em 1em;
	line-height: 1.6;
	letter-spacing: 0.08em;
	font-size: 32px;
	font-weight: 600;
	opacity: 0;
	position: relative;
	top: 20px;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
.categoryTitle.delighter.started .titleBar{
	opacity: 1;
	top: 0;
}


.c01 .categoryTitle .titleBar{background: #C3B19F;}
.c02 .categoryTitle .titleBar{background: #F0E5E5;color: #483729;}
.c03 .categoryTitle .titleBar{background: #BCCDC3;color: #483729;}




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



.category .subTitle{
	width: 90%;
	max-width: 1040px;
	position: relative;
	padding: 60px 0;
	margin: 150px auto 0;
	text-align: center;
}
.category .subTitle.second{margin-top: 250px;}

.category .subTitle:before,
.category .subTitle.delighter:before{
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height:3px;
	background: #483729;
	z-index: 5;
	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);
}
.category .subTitle:after,
.category .subTitle.delighter:after{
	content: "";
	position: absolute;
	bottom: 30%;
	right: 0;
	width: 100%;
	margin: 0 auto;
	height:3px;
	background: #483729;
	z-index: 5;
	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);
}
.category .subTitle.delighter.started:before{top: 0;opacity: 1;}
.category .subTitle.delighter.started:after{bottom: 0;opacity: 1;}

.category .subTitle .inner,
.category .subTitle.delighter .inner{
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.category .subTitle.delighter.started .inner{opacity: 1;}

.category .subTitle h3{
	font-size: 45px;
	font-family: 'Gowun Batang', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
.category .subTitle h4{
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding: 0 0em;
	margin-top: 0.7em;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.category .subTitle.second h4{
	padding: 0 1.5em;
}
.category .subTitle h4:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 100%;
	height: 10px;
	z-index: -1;
	background: #C3B19F;
}



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


.textBox{
	width: 100%;
	margin-top: 190px;	
}
.textBox .heading,
.textBox.delighter .heading{
	border-top: 2px solid #483729;
	border-bottom: 2px solid #483729;
	position: relative;
	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);
}


.textBox.posLeft .heading{
	width: 50%;
	left: -50px;
	border-right: 2px solid #483729;
}

.textBox.posRight .heading{
	width:calc(50% + 150px);
	right: -50px;
	margin-left:calc(50% - 150px);
	border-left: 2px solid #483729;
}
.textBox.delighter.started.posLeft .heading{opacity: 1;left: 0;}
.textBox.delighter.started.posRight .heading{opacity: 1;right: 0;}




.textBox .heading h3{
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.2em 0;
	position: relative;
}
.textBox.posLeft .heading h3{
	width: 90%;
	max-width: 520px;
	float: right;
}
.textBox.posRight .heading h3{
	display: inline-block;
	padding: 0.2em 3em 0.2em 0.8em;
}
.textBox .heading h3 span{
	font-family: 'Gowun Batang', serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.2em 0;
	display: inline-block;
}
.c01 .textBox .heading h3{background:linear-gradient(transparent 88%, #C3B19F 88%);}
.c02 .textBox .heading h3{background:linear-gradient(transparent 88%, #F0E5E5 88%);}
.c03 .textBox .heading h3{background:linear-gradient(transparent 88%, #BCCDC3 88%);}



.textBox .inner,
.textBox.delighter .inner{
	width: 90%;
	max-width: 1040px;
	margin: 50px auto 0;
	opacity: 0;
	top: 20px;
	position: relative;
	-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;
}
.textBox.delighter.started .inner{top: 0;opacity: 1;}

.textBox .inner p{
	font-size: 20px;
	line-height: 2.0;
	left: 0.05em;
}
.textBox.posLeft .inner p{
	width: 80%;
}
.textBox.posRight .inner p{
	width: 65%;
	margin-left: 35%;
}








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


.contents01{
	width: 100%;
	margin-top: 110px;
}
.contents01 .colum,
.contents01 .colum.delighter{
	width: 100%;
	position: relative;
	margin-top: 80px;
	opacity: 0;
	top: 30px;
	-webkit-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) ;
}
.contents01 .colum.delighter.started{opacity: 1;top: 0;}

.contents01 .colum.farst{margin-top: 0}

.contents01 .colum .bk{
	background: #C3B19F;
	position: absolute;
	z-index: 1;
	width: calc(50% - 110px);
	top: 0;
	bottom: 0;
	left: 0;
}

.contents01 .colum .spView{display: none;}

.contents01 .colum .inner{
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.contents01 .colum .inner .photo{
	width: 36%;
	max-width: 380px;
}
.contents01 .colum .inner .text{
	position: absolute;
	top: 0;
	left: calc(50% - 85px);
}

.contents01 .colum .inner .text h4{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.4em 0 0.5em 0.6em;
	border-top:2px solid #B7A28C;
	border-bottom:2px solid #B7A28C;
	border-left:2px solid #B7A28C;
}
.contents01 .colum .inner .text p{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	margin-top: 1.5em;
}



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


.contents02{
	width: 100%;
	margin-top: 110px;
}
.contents02 .colum,
.contents02 .colum.delighter{
	width: 100%;
	position: relative;
	margin-top: 80px;
	opacity: 0;
	top: 30px;
	-webkit-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) ;
}
.contents02 .colum.delighter.started{opacity: 1;top: 0;}


.contents02 .colum .bk{
	background: #C3B19F;
	position: absolute;
	z-index: 1;
	width: calc(50% - 500px);
	top: 0;
	bottom: 0;
	left: 0;
}
.contents02 .colum .inner{
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.contents02 .colum .spView{display: none;}
.contents02 .colum .inner .photo{
	width: 400px;
}

.contents02 .colum .inner .text{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 440px);
}

.contents02 .colum .inner .text h4{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #845D32;
	padding: 0.4em 0 0.5em 0.6em;
	border-top:2px solid #B7A28C;
	border-bottom:2px solid #B7A28C;
	border-right:2px solid #B7A28C;
}
.contents02 .colum .inner .text h4 span{
	font-family: 'Gowun Batang', serif;
	font-weight: 600;
	font-size: 24px;
	padding-right: 0.6em;
	margin-right: 0.6em;
	position: relative;
}
.contents02 .colum .inner .text h4 span:after{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 16px;
	background: #845D32;
	top: 55%;
	right: -1px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	
}
.contents02 .colum .inner .text p{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	margin-top: 1.5em;
	color: #845D32;
}


.contents02 .colum.reverse .bk{left: auto;right: 0;}
.contents02 .colum.reverse .inner .photo{float: right;}
.contents02 .colum.reverse .inner .text{right: auto;left: 0;}
.contents02 .colum.reverse .inner .text h4{border-left:2px solid #B7A28C;border-right:none;}


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

.imageSlider{
	width: 100%;
	margin-top: 40px;
	background: #C3B19F;
	padding: 50px 0;
	position: relative;
}
.imageSlider .cover01,
.imageSlider.delighter .cover01{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 80;
	-webkit-transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.imageSlider.delighter.started .cover01{width: 0;}

.imageSlider .cover02,
.imageSlider.delighter .cover02{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #C3B19F;
	z-index: 50;
	-webkit-transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1) 1.3s;
	transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1) 1.3s;
}
.imageSlider.delighter.started .cover02{width: 0;}



.imageSlick{
	width: 100%;
}
.imageSlick li{
	margin: 0 2.8vw;
}





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


.fixPhoto{
	width: 100%;
	margin-top: 100px;
	padding: 50px 0 250px;
	position: relative;
}
.fixPhoto .cover,
.fixPhoto.delighter .cover{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 80;
	-webkit-transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.fixPhoto.delighter.started .cover{width: 0;}


.c02 .fixPhoto{background: #F0E5E5;}
.c03 .fixPhoto{background: #BCCDC3;}

.fixPhoto ul,
.fixPhoto.delighter ul{
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	font-size: 0;
	opacity: 0;
	top: 30px;
	position: relative;
	-webkit-transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.fixPhoto.delighter.started ul{top: 0;opacity: 1;}

.fixPhoto ul li{
	width: 50%;
	display: inline-block;
}
.fixPhoto ul li:nth-child(1){padding-right: 2%;}
.fixPhoto ul li:nth-child(2){padding-left: 2%;}



















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




.wideBAR{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wideBAR p,
.wideBAR p.delighter{
	width: 0%;
	height: 5px;
	margin: 0 auto;
	background: #483729;
	-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);
}

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








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

.footer{
	width: 100%;
	padding: 90px 0 60px;
	color: #483729;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	position: relative;
}
.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:-122px;
    width: 120px;
    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: 50px;}

.sideNavi .title{
	width: 90%;
	font-weight: 500;
	line-height: 1;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #D0CFCD;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sideNavi .title br.res{display: none;}


.sideNavi .image{
	width: 100%;
	position: relative;
	margin-top: 7px;
	border-top: 6px solid;
}
.sideNavi .n01 .image{border-color: #B7A28C;}
.sideNavi .n02 .image{border-color: #E5D4D3;}
.sideNavi .n03 .image{border-color: #BDCDC3;}


.sideNavi .image span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0.6;
	background: #FFF;
	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 ul li a:hover .image span{opacity:0;}
.sideNavi ul li.current .title{color: #4E4A33;}
.sideNavi ul li a:hover .title{color: #4E4A33;}


.sideNavi .pagetop{
    width: 80%;
    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 */

.imageSlick .slick-prev,
.imageSlick .slick-next {
    cursor:pointer;
    display:block;
    font-size:0;
    line-height:0;
    margin-top:-2.5vw;
    width: 5vw;
    height: 5vw;
    position:absolute;
    top:50%;
    z-index:30;
	border:none;
}
.imageSlick .slick-prev{left:25.2vw;}
.imageSlick .slick-next{right:25.2vw;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -2vw 0 0 -1.0vw;
	border-top: 2vw solid transparent;
	border-right: 2vw solid rgba(255,255,255,0.7);
	border-bottom: 2vw solid transparent;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -2vw 0 0 -1.1vw;
	border-top: 2vw solid transparent;
	border-left: 2vw solid rgba(255,255,255,0.7);
	border-bottom: 2vw solid transparent;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slick-prev:hover::after,
.slick-next:hover::after{
	opacity: 0.5;
}


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

