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




@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');
/*
font-family: 'Noto Serif JP', serif;
Light 300
Regular 400
Medium 500
SemiBold 600
*/

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');
/*
font-family: 'Crimson Text', serif;
Regular 400
Regular 400 Italic
SemiBold 600
*/



@font-face {
  font-family: "CulturaNewBook";
  src: url('../../font/CulturaNewBook/font.woff2') format('woff2'), url('../..//CulturaNewBook/font.woff') format('woff');
}







/* ---------- 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;
	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:#E4E1D9;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;	
	font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:400;
	color:#FF0004;
}


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


#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    top:0;
    left:0;
	bottom: 0;
	right: 0;
	height: 100vh;
    z-index:1000;
	background: #FFF;
    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: top 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
	transition: top 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
}
/* start */
.fade.delighter.started{
	opacity:1;
    top: 0;
}

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








/*



body:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 50%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 5%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 5%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide2:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 10%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide2:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 10%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide3:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 15%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}
.guide3:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 15%;
	top: 0;
	background: #FF0004;
	opacity: 0.1;
	z-index: 1000;
}



*/







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

.spOnly{display: none;}
.pcOnly{display: block;}

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





#header{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;
	/*overflow: hidden;*/
}
#header .title{
	position: absolute;
	width: 57%;
	z-index: 20;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}


/*#header.start .title{opacity: 1;top: 55%}*/



#header .title h1{
	width: 100%;
	padding: 0 3.5%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
#header h1:before{
	content: "";
	position: absolute;
	top: -6%;
	bottom: -6%;
	left: 50%;
	margin: auto;
	width: 2px;
	z-index: 25;
	opacity: 0;
	background: #5E7775;
	-webkit-transition: left 1.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.6s;
	transition: left 1.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.6s;
}
#header.start h1:before{left: 0;opacity: 1;}

#header h1:after{
	content: "";
	position: absolute;
	top: -6%;
	bottom: -6%;
	right: 50%;
	margin: auto;
	width: 2px;
	z-index: 25;
	opacity: 0;
	background: #5E7775;
	-webkit-transition: right 1.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.6s;
	transition: right 1.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.6s;
}
#header.start h1:after{right: 0;opacity: 1;}

#header .title h1 span{
	width: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 1.6s 0.8s;
	transition:  opacity 1.6s 0.8s;
}
#header.start .title h1 span{opacity: 1;}


#header .title .date{
	width: 12.7%;
	margin: 6% auto 0;
	position:relative;
	line-height: 1;
	opacity: 0;
	top: 30px;
	padding-bottom: 1.5%;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.0s 1.5s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.0s 1.5s;
}
#header.start .title .date{top: 0;opacity: 1;}

#header .date:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -0.5%;
	left: -0.5%;
	height: 2px;
	margin: 0 auto;
	z-index: 25;
	background: #5E7775;
	-webkit-transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}


#header h2{
	position: absolute;
	z-index: 20;
	height: 67vh;
	max-height: 500px;
	width: auto;
	top: 50%;
	right: 1%;
	opacity: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition: right 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.5s 1.5s;
	transition: right 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.5s 1.5s;
}
#header h2 img{height: 100%;width: auto;}

#header.start h2{right: 5.5%;opacity: 1;}


#header .vegas{
    width: 100%;
    height: 100%;
    position: relative;
	z-index: 10;
	
}
#header .vegas .vegasImage{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width:100%;
    z-index: 10;
}


.scrollbar{
    width: 25px;
    position: absolute;
    left:4%;
	right: 0;
    bottom: -60px;
    height:140px;
    z-index: 300;
}
.scrollbar p{
    width: 15px;
	margin-top: 5px;
}
.scrollbar .base{
	width:1px;
	height:140px;
	position: absolute;
	bottom:0px;
	right: 0;
	overflow: hidden;
    z-index: 5;
    background:#C5B9AC;
}
.scrollbar .bar{
	width:1px;
	height:140px;
	position: absolute;
	bottom:0px;
	right: 0;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(
			to bottom,
			rgba(94, 119, 117, 1) 50%,
			rgba(94, 119, 117, 0) 50%
		);
		background-position: 0 -140px;
		background-size: 100% 200%;
		animation: scrolldown 3.0s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

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





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



.lead{
	width: 100%;
	position: relative;
	margin-top: 130px;
}
.lead .leadInner{
	width: 78%;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}

.lead .leadTitle{
	padding-left: 3%;
	box-sizing: border-box;
	position:relative;
	color: #212322;
}


.lead .leadTitle:after,
.lead.delighter .leadTitle:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	width: 2px;
	background: #2D2A26;
	-webkit-transition: bottom 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: bottom 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.lead.delighter.started .leadTitle:after{bottom: 0;}


.lead .leadTitle h2,
.lead.delighter .leadTitle h2{
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	font-family: "CulturaNewBook";
	position: relative;
	left: 20px;
	opacity: 0;
	-webkit-transition: left 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.5s 0.3s;
	transition: left 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.5s 0.3s;
}
.lead.delighter.started .leadTitle h2{left: 0;opacity: 1;}



.lead .leadInner .leadBody{
	width: 94%;
	margin: 75px auto 0;
}
.lead .leadBody p,
.lead.delighter .leadBody p{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2.5;
	position: relative;
	color: #212322;
	opacity: 0;
	top: 25px;
	-webkit-transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.0s, opacity 1.5s 1.0s;
	transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.0s, opacity 1.5s 1.0s;
}
.lead.delighter.started .leadBody p{top: 0;opacity: 1;}


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


.mainNavi{
	width: 100%;
	margin: 100px auto 0;
	position: relative;
}
.mainNavi .navBox,
.mainNavi .navBox.delighter{
	width: 45%;
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.0s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) , opacity 1.0s;
}
.mainNavi .navBox.to01{float: left;color: #5E7775;}
.mainNavi .navBox.to02{float: right;color: #5B7E96;}

.mainNavi .navBox.delighter.started{top: 0;opacity: 1}



.mainNavi  .topic{
	width: 100%;
	font-family: "CulturaNewBook";
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}

.mainNavi .name{
	width: 100%;
	position: relative;
	margin-top: 10px;
	font-family: "CulturaNewBook";
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1;
}

.mainNavi .name:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
}
.mainNavi .name:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
}
.mainNavi .to01 .name:before,
.mainNavi .to01 .name:after{background: #3D5B58;}
.mainNavi .to02 .name:before,
.mainNavi .to02 .name:after{background: #415364;}

.mainNavi .name h2{
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 15px 0 19px;
	position: relative;
}
.mainNavi .name h2:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #000;
}
.mainNavi .name h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.mainNavi .to01 .name h2:before,
.mainNavi .to01 .name h2:after{background: #3D5B58;}
.mainNavi .to02 .name h2:before,
.mainNavi .to02 .name h2:after{background: #415364;}


.mainNavi .navBox .hoge,
.mainNavi .navBox.delighter .hoge{
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1.0s 0.6s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1.0s 0.6s;
}
.mainNavi .navBox.delighter.started .hoge{top: 0;opacity: 1}


.mainNavi .photo{
	width: 100%;
	margin: 25px auto 0;
}
.mainNavi .photo a{
	position: relative;
	display: block;
}
.mainNavi .photo a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.mainNavi .to01 .photo a:after{background: #6E837F;}
.mainNavi .to02 .photo a:after{background: #688799;}

.mainNavi .more{
	width: 68%;
	margin: 15px auto 0;
	text-align: center;
}

.mainNavi .more a{
	width: 100%;
	display: block;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 10px 0 9px;
	border-radius: 4px;
}
.mainNavi .to01 .more a{border: 1px solid #6E837F;color: #5E7775;}
.mainNavi .to02 .more a{border: 1px solid #688799;color: #5B7E96;}




@media(min-width:769px) {
.mainNavi .photo a:hover:after{opacity: 0.4;}
.mainNavi .to01 .more a:hover{background: #6E837F;color: #FFF;}
.mainNavi .to02 .more a:hover{background: #688799;color: #FFF;}

}



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













.wrapper{
	width: 100%;
}

.separator{
	width: 75%;
	max-width: 960px;
	height: 2px;
	position: relative;
	margin: 180px auto 0;
}
.separator span,
.separator.delighter span{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	margin: 0 auto;
	background: #2D2A26;
	-webkit-transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.separator.delighter.started span{width: 100%;}


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








.category{width: 100%;margin-top: 180px;}
.category.c01{}
.category.c02{}


.categoryHeader{
	width: 100%;
	padding: 145px 0;
	position: relative;
}
.c01 .categoryHeader{background: #536D69;color: #212322;}
.c02 .categoryHeader{background: #688799;color: #2D2A26;}



.categoryHeader .cover,
.categoryHeader.delighter .cover{
	position: absolute;
	width: 100%;
	top: -1px;
	bottom: -1px;
	right: 0;
	z-index: 50;
	background: #E4E1D9;
	-webkit-transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.categoryHeader.delighter.started .cover{width: 0;}



.categoryHeader .categoryPhoto{
	width: 523px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	border: 1px solid;
}
.c01 .categoryHeader .categoryPhoto{border-color: #3D5B58;}
.c02 .categoryHeader .categoryPhoto{border-color: #415364;}


.categoryHeader .categoryPhoto span{
	display: block;
	width: 100%;
	padding-top: 78.8%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c01 .categoryHeader .categoryPhoto span{background-image: url("../../images/category01_pc.jpg");}
.c02 .categoryHeader .categoryPhoto span{background-image: url("../../images/category02_pc.jpg");}


.categoryHeader .categoryPhoto:after,
.categoryHeader.delighter .categoryPhoto:after{
	content: "";
	top: -1px;
	bottom: -1px;
	left: -2px;
	width: calc(100% + 4px);
	position: absolute;
	z-index: 7;
	-webkit-transition: width 1.4s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
	transition: width 1.4s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
}
.c01 .categoryHeader .categoryPhoto:after{background: #536D69;}
.c02 .categoryHeader .categoryPhoto:after{background: #688799;}

.categoryHeader.delighter.started .categoryPhoto:after{width: 0;}

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

.categoryHeader .categoryInner,
.categoryHeader.delighter .categoryInner{
	position: absolute;
	top: 25px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 1.2s 1.4s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 1.2s 1.4s;
}
.categoryHeader.delighter.started .categoryInner{top:0;opacity: 1}


.categoryHeader .title{
	font-family: "CulturaNewBook";
	letter-spacing: 0.11em;
	line-height: 1;
	margin-top: 35px;
}
.categoryHeader .title  .topic{font-size: 12px;letter-spacing: 0.08em;}
.categoryHeader .title  .topic span{font-size: 14px;}


.categoryHeader .title h2{
	font-size: 48px;
	margin-top: 30px;
	padding-top: 25px;
	position:relative;
}
.categoryHeader .title h2:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 2px;
	z-index: 5;
}
.c01 .categoryHeader .title h2:after{background: #3D5B58;}
.c02 .categoryHeader .title h2:after{background: #415364;}

.categoryHeader .title .season{
	font-size: 26px;
	line-height: 1.2;
	margin-top: 35px;
}

.categoryHeader .catch{
	position: absolute;
	top: 50%;
	right: 7%;
	width: 100px;
	border-top: 2px solid;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.c01 .categoryHeader .catch{border-color: #3D5B58;}
.c02 .categoryHeader .catch{border-color: #415364;}

.categoryHeader .catch span{
	margin-top: 25%;
	display: block;
}


.categoryHeader .copy{
	position: absolute;
	left: 5%;
	bottom: 7%;
	z-index: 15;
	width: 37%;
}
.categoryHeader .copy p,
.categoryHeader.delighter .copy p{
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.05em;
	position: relative;
	opacity: 0;
	top:25px;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 1.2s 1.4s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 1.2s 1.4s;
	
}
.categoryHeader.delighter.started .copy p{top:0;opacity: 1}

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



.feature{
	width: 82%;
	max-width: 1060px;
	margin: 200px auto 0;
}
.feature.f01,
.feature.f04{margin-top: 110px;}


.c01 .feature{color: #3D5B58;}
.c02 .feature{color: #5B7E96;}



.feature .featureBody{
	width: 88.5%;
	margin: 0 auto;
	position: relative;
}
.feature .featureBody:before,
.feature.delighter .featureBody:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	width: 2px;
	-webkit-transition: bottom 1.8s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 1.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.feature.delighter.started .featureBody:before{bottom: 0;}

.feature .featureBody:after,
.feature.delighter .featureBody:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 100%;
	right: 0;
	width: 2px;
	-webkit-transition: bottom 1.8s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 1.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.feature.delighter.started .featureBody:after{bottom: 0;}


.c01 .feature .featureBody:before,
.c01 .feature .featureBody:after{background: #2D2A26;}
.c02 .feature .featureBody:before,
.c02 .feature .featureBody:after{background: #415364;}


.feature .featureBody .textBox,
.feature.delighter .featureBody .textBox{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 30px;
	-webkit-transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1.6s 0.6s;
	transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1.6s 0.6s;
}
.feature.f02 .featureBody .textBox,
.feature.f03 .featureBody .textBox,
.feature.f04 .featureBody .textBox{padding-bottom:110px;}


.feature.delighter.started .featureBody .textBox{top: 0;opacity: 1;}






.feature .topic{
	font-family: "CulturaNewBook";
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1;
}
.feature .topic span{
	font-size: 19px;
}

.feature .featureBody .textInner{
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.feature h2{
	width: 100%;
	font-family: "CulturaNewBook";
	font-size: 46px;
	line-height: 1;
	letter-spacing: 0.08em;
}
.feature h3{
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-top: 0.8em;
}
.feature .copy{
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2.4;
	margin-top: 2.6em;
}

.feature .photo,
.feature.delighter .photo{
	width: 100%;
	padding-top: 61.5%;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, opacity 1.4s 1.3s;
	transition: top 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, opacity 1.4s 1.3s;
}
.feature.delighter.started .photo{top: 0;opacity: 1;}



.feature.f01 .photo{background-image: url("../../images/feature01.jpg");}
.feature.f02 .photo{background-image: url("../../images/feature02.jpg");}
.feature.f03 .photo{background-image: url("../../images/feature03.jpg");}
.feature.f04 .photo{background-image: url("../../images/feature04.jpg");}
.feature.f05 .photo{background-image: url("../../images/feature05.jpg");}
.feature.f06 .photo{background-image: url("../../images/feature06.jpg");}


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

.pointList{
	width: 82%;
	max-width: 1060px;
	margin: 130px auto 0;
	position: relative;
	padding-top: 1px;
	color: #5E7775;
}

.pointList h2.titlePC{
	width: 32px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.pointList h2.titlePC span{display: block;padding: 40px 0;}
.pointList h2.titlePC span:before{
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	height: 2px;
	background: #212322;
}
.pointList h2.titlePC span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -15px;
	right: -15px;
	height: 2px;
	background: #212322;
}

.pointList h2.titleSP{display: none;}


.pointList .pointBody{
	width: 86.5%;
	margin-left: 9%;
	position: relative;
}
.pointList ul{
	width: 100%;
}
.pointList ul li{
	margin-top: 50px;
	width: 100%;
	position: relative;
}
.pointList ul li:first-child{margin-top: 35px;}

.pointList .photo{
	position: relative;
	width: 290px;
}
.pointList .photo span{
	display: block;
	width: 100%;
	padding-top: 114%;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}
.pointList li:nth-child(1) .photo span{background-image: url("../../images/pointlist01.jpg");}
.pointList li:nth-child(2) .photo span{background-image: url("../../images/pointlist02.jpg");}
.pointList li:nth-child(3) .photo span{background-image: url("../../images/pointlist03.jpg");}
.pointList li:nth-child(4) .photo span{background-image: url("../../images/pointlist04.jpg");}

.pointList .photo .cover,
.pointList .delighter .photo .cover{
	position: absolute;
	width: calc(100% + 2px);
	top: -1px;
	bottom: -1px;
	right: -1px;
	z-index: 5;
	background: #E4E1D9;
	-webkit-transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.pointList .delighter.started .photo .cover{width: 0;}




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


.pointList .detail{
	width: calc( 90% - 290px );
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.pointList .detail .detailInner,
.pointList .delighter .detail .detailInner{
	position: absolute;
	top: calc(50% + 25px);
	opacity: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%); 
	-webkit-transition: top 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.4s 0.5s;
	transition: top 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.4s 0.5s
}

.pointList .delighter.started .detail .detailInner{top: 50%;opacity: 1;}

.pointList .spTitle{display: none;}

.pointList .detail h3{
	position:relative;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
}
.pointList .detail h3 span{
	display: block;
	width: 100%;
}

.pointList .detail h3:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #2D2A26;
}
.pointList .detail h3:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #2D2A26;
}

.pointList .detail p{
	width: 100%;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	margin: 8% auto 0;
}




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




.itemMain{
	width: 82%;
	max-width: 1060px;
	margin: 140px auto 0;
	position: relative;
}
.itemMain.set01{margin-top: 230px;}


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

.itemMain .visualBox{width: 49%;position: relative;z-index: 10;}
.itemMain.sta .visualBox{float: left;margin-left: 4%;}
.itemMain.rev .visualBox{float: right;margin-right: 4%;}
.itemMain .visualBox a{display: block;overflow: hidden;z-index: 5;position: relative;}

.itemMain .visualBox .cover,
.itemMain .visualBox.delighter .cover{
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: calc( 100% + 2px );
	background: #E4E1D9;
	z-index: 50;
	-webkit-transition: width 1.8s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.itemMain .visualBox.delighter.started .cover{width: 0;}


@media(min-width:769px) {
.itemMain .visualBox a{display: block;overflow: hidden;}
.itemMain .visualBox a img{-webkit-transition: all 0.5s;transition: all 0.5s;}
.itemMain .visualBox a:hover img{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05);}
}


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

.itemMain .itemName,
.itemMain .delighter .itemName{
	position: absolute;
	top: 0;
	width: 6%;
	z-index: 25;
	left: -12%;
	opacity: 0;
	padding: 80px 0;
	-webkit-transition: left 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s;
	transition: left 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s;
}

.itemMain.sta .delighter.started .itemName{left: -8%;opacity: 1;}
.itemMain.rev .delighter.started .itemName{right: -8%;opacity: 1;}

.itemMain .itemName:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	z-index: 2;
	-webkit-transition: bottom 2.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 2.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.itemMain.sta .itemName:before{left: 2px;}
.itemMain.rev .itemName:before{right: 2px;}
.c01 .itemMain .itemName:before{background: #3D5B58;}
.c02 .itemMain .itemName:before{background: #415364;}

.itemMain .itemName h2{
	width: 26px;
	position:relative;
	padding: 20px 0;
	left: -10px;
	z-index: 10;
	background: #E4E1D9;
}
.itemMain .itemName h2 span,
.itemMain .delighter .itemName h2 span{
	display: block;
	position: relative;
}



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


.itemMain .itemBox,
.itemMain .itemBox.delighter{
	width: 36%;
	top: 40px;
	opacity: 0;
	position:relative;
	color: #2D2A26;
	-webkit-transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.5s 0.3s;
	transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.5s 0.3s;
}
.itemMain .itemBox.delighter.started{top: 0;opacity: 1;}

.itemMain.sta .itemBox{float: right;margin-right: 4%;}
.itemMain.rev .itemBox{float: left; margin-left: 4%;}

.itemListOnly{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}


.itemMain .itemBox .itemSlide{
	width: 100%;
	position: relative;
	padding-bottom: 48px;
}
.itemMain .itemBox .itemSlide .itemSlick{border-top: 2px solid;border-bottom: 2px solid;}
.c01 .itemMain .itemBox .itemSlide .itemSlick{border-color:  #3D5B58;}
.c02 .itemMain .itemBox .itemSlide .itemSlick{border-color:  #415364;}



.itemMain .itemBox .text{
	width: 97%;
	margin: 0 auto;
}
.itemMain .itemBox .text p{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.slick-dots li button{background-position: center center;background-size: cover;}

.set01 .slick-dots li:nth-child(1) button{background: #081F2D;}
.set01 .slick-dots li:nth-child(2) button{background: #373A36;}
.set01 .slick-dots li:nth-child(3) button{background: #F8F2D9;}

.set02 .slick-dots li:nth-child(1) button{background: #402020;}
.set02 .slick-dots li:nth-child(2) button{background: #212322;}
.set02 .slick-dots li:nth-child(3) button{background: #2C323E;}

.set03 .slick-dots li:nth-child(1) button{background: #302F2A;}
.set03 .slick-dots li:nth-child(2) button{background: #C7893E;}

.set04 .slick-dots li:nth-child(1) button{background: #C1BDB4;}
.set04 .slick-dots li:nth-child(2) button{background: #65665D;}

.set05 .slick-dots li:nth-child(1) button{background: #2B3415;}
.set05 .slick-dots li:nth-child(2) button{background: #993921;}
.set05 .slick-dots li:nth-child(3) button{background: #898A8D;}
.set05 .slick-dots li:nth-child(4) button{background: #12284C;}

.set06 .slick-dots li:nth-child(1) button{background: #12284C;}
.set06 .slick-dots li:nth-child(2) button{background: #A79F88;}




/*------*/

.itemList{
	width: 100%;
	margin: 35px auto 0;
}
.itemList dl{
	width: 100%;
	display: block;
	font-size: 0;
	position: relative;
	text-align: left;
	margin-top: 14px;
}
.itemList dl:not(.other):nth-child(1){margin-top: 0;}

.itemList dl .name{
	width: calc( 100% - 90px);
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.05em;
}


.itemList dl .name span{font-size: 13px;}
.itemList dl .num{
	width: calc( 100% - 90px);
	font-size: 12px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 0.2em;
}
.itemList dl .num span{padding: 0 0.2em;}


.itemList dl dd{
	width: 85px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemList dl dd a{
	line-height: 1;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-align: center;
	display: block;
	padding: 8px 0px 6px;
	width: 100%;
	border-radius:4px;
	border: 1px solid #2D2A26;
	color: #2D2A26;
}

@media(min-width: 769px) {
.c01 .itemList dl dd a:hover{background:#5C7974;border-color: #5C7974;color: #FFF;}
.c02 .itemList dl dd a:hover{background:#517D90;border-color: #517D90;color: #FFF;}
}

.coordinate .itemList dl{margin-top: 12px;}
.coordinate .itemList dl .name{width: calc( 100% - 80px);letter-spacing: 0.03em;}
.coordinate .itemList dl .num{width: calc( 100% - 80px);letter-spacing: 0.03em;margin-top: 0em;}
.coordinate .itemList dl dd{width: 75px;}
.coordinate .itemList dl dd a{font-size: 14px;}


/*------*/


.itemList .otherItem{display: none;}
.itemList .otherTrigger{
	margin-top:18px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.itemList .otherTrigger p.more{
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-left: 50px;
	padding:8px 10px 6px 0;
	opacity: 1;
	letter-spacing: 0.05em;
	-webkit-transition: opacity 0.7s cubic-bezier(0.76, 0, 0.24, 1);
	transition: opacity 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
.itemList .otherTrigger.open p.more{opacity: 0;}

.itemList .otherTrigger p.close{
	position: absolute;
	top: 0;
	left: 50px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding:8px 10px 6px 0;
	opacity: 0;
	-webkit-transition: opacity 0.7s cubic-bezier(0.76, 0, 0.24, 1);
	transition: opacity 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
.itemList .otherTrigger.open p.close{opacity: 1;}

.itemList .otherTrigger span{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 30px;
	border-radius:4px;
	display: block;
	border: 1px solid #2D2A26;
}
.itemList .otherTrigger span:after,
.itemList .otherTrigger span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 15px;
	height: 1px;
	background: #2D2A26;
	-webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.itemList .otherTrigger span:before{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.itemList .otherTrigger.open span:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.itemList .otherTrigger.open span:after{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
@media(min-width: 769px) {
.itemList .otherTrigger span{-webkit-transition: background 0.4s;transition: background 0.4s;}
.itemList .otherTrigger:hover span{background:#BEBBB3;}
}


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


.otherImage{margin: 120px auto 0;}
.otherImage p{position: relative;}

.otherImage .inLeft,
.otherImage .inLeft.delighter{
	position: relative;
	left:4vw;
	opacity: 0;
	-webkit-transition: left 2.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: left 2.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.otherImage .inLeft.delighter.started{left: 0;opacity: 1;}
.otherImage .inRight,
.otherImage .inRight.delighter{
	position: relative;
	right:4vw;
	opacity: 0;
	-webkit-transition: right 2.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: right 2.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.otherImage .inRight.delighter.started{right: 0;opacity: 1;}




.otherImage.set01{width: 100%;max-width: 1280px;overflow: hidden;}
.otherImage.set01 .img01{width: 43.7%;float: right;z-index: 5;margin-right: 9%;}
.otherImage.set01 .img02{width: 60%;float: left;margin-top: -9%;}

.otherImage.set02{width: 100%;max-width: 1280px;overflow: hidden;}
.otherImage.set02 .img01{width: 43.7%;float: right;margin-right: 16.5%;}
.otherImage.set02 .img02{width: 50%;float: left;margin-top:-7%; z-index: 5;}
.otherImage.set02 .img03{width: 41.4%;float: right;margin-top:13%;}

.otherImage.set03{width: 80%;max-width: 1040px;}
.otherImage.set03 .img01{width: 53.8%;float: right;}
.otherImage.set03 .img02{width: 43%;float: left;margin-top:57%;}

.otherImage.set04{width: 75%;max-width: 960px;}
.otherImage.set04 .img01{width: 58%;float: right;z-index: 5;margin-right: 4%;}
.otherImage.set04 .img02{width: 46%;float: left;margin-top: -8%;}

.otherImage.set05{width: 85%;max-width: 1080px;}
.otherImage.set05 .img01{width: 51.8%;float: right;z-index: 5;}
.otherImage.set05 .img02{width: 41.5%;float: left;margin-top:-22%;margin-left: 9%;}

.otherImage.set06{width: 75%;max-width: 960px;}
.otherImage.set06 .img01{width: 46.6%;margin-left: 35%;}




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


.movieArea{
	width: 100%;
	margin: 120px auto 0;
	position: relative;
}
.movieArea .videoBox{
	width: 80%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	line-height: 0;
	font-size: 0;
}
.movieArea .youtube{
	position:relative;
	z-index: 10;
	width:100%;
	padding-top:56.25%;
	background: #000;
}
.movieArea .player{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.movieArea .youtube iframe{
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.movieArea .thumb{
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index:5;
    cursor: pointer;
	display: block;
	overflow: hidden;
}		
.movieArea .thumb .playBT{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 10;
    line-height: 1;
    text-align: center;
}
.movieArea .thumb .playBT .play{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    width: 148px;
    height: 84px;
    margin: -42px auto 0;
    padding:19px 52px;
}
.movieArea .thumb .playBT .play:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #FFF;
	border-radius:4px;
	-webkit-transition:transform 0.4s;
	transition:transform 0.4s;
}

@media (min-width: 769px) {
.movieArea .thumb .playBT:hover .play:before{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
}




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



.coordinate{
	width: 84%;
	max-width: 1080px;
	margin: 260px auto 0;
	position: relative;
}

.coordinate .coordTitle{
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.coordinate .coordTitle h2,
.coordinate .coordTitle.delighter h2{
	position: absolute;
	top: 50px;
	left: 20px;
	width: 300px;
	font-family: "CulturaNewBook";
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	opacity: 0;
	-webkit-transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.2s 0.5s;
	transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.2s 0.5s;
}
.coordinate .coordTitle.delighter.started h2{left: 0;opacity: 1;}

.c01 .coordinate .coordTitle h2{color: #3D5B58;}
.c02 .coordinate .coordTitle h2{color: #415364;}

.coordinate .coordTitle h2 br.res{display: none;}

.coordinate .coordTitle .copy{
	font-size: 14px;
	width: calc(100% - 330px);
	min-height: 340px;
	margin-left: 330px;
	letter-spacing: 0.08em;
	line-height: 2.6;
	padding: 150px 0 60px;
	box-sizing: border-box;
	position: relative;
}
.c01 .coordinate .coordTitle .copy{color: #5E7775;}


.coordinate .coordTitle .copy:after,
.coordinate .coordTitle.delighter .copy:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	width: 4px;
	background: #2D2A26;
	-webkit-transition: bottom 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.coordinate .coordTitle.delighter.started .copy:after{bottom: 0;}


.coordinate .coordTitle .copy p,
.coordinate .coordTitle.delighter .copy p{
	width: 80%;
	margin: 0 auto;
	position: relative;
	left: -20px;
	opacity: 0;
	-webkit-transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.2s 0.5s;
	transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.2s 0.5s;
}
.coordinate .coordTitle.delighter.started .copy p{left: 0;opacity: 1;}



/*------*/


.coordinate .cooedItems{
	width: 100%;
	margin: 90px auto 0;
	color: #2D2A26;
}
.coordinate .cooedItems li,
.coordinate .cooedItems.delighter li{
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
	transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
}
.coordinate .cooedItems.delighter.started li{opacity: 1;top: 0;}


.coordinate .cooedItems li.left{
	padding-right: 1.8%;
}
.coordinate .cooedItems li.center{
	padding:0 0.9%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.coordinate .cooedItems li.right{
	padding-left: 1.8%;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}







.collectionItems{
	width: 100%;
	margin: 90px auto 0;
	color: #2D2A26;
	font-size: 0;
}
.collectionItems ul{
	width: 100%;
}
.collectionItems ul .collectionList,
.collectionItems.delighter ul .collectionList{
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	top: 30px;
	opacity: 0;
	position: relative;
	-webkit-transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
	transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
}
.collectionItems .collectionList:nth-child(1){
	padding-right: 1.8%;
}
.collectionItems .collectionList:nth-child(2){
	padding:0 0.9%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.collectionItems .collectionList:nth-child(3){
	padding-left: 1.8%;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.collectionItems.delighter.started ul .collectionList{opacity: 1;top: 0;}




.collectionItems .itemSlide{
	width: 100%;
	position: relative;
	padding-bottom: 57px;
}
.collectionItems .itemSlide .itemSlick{position: relative;}
.collectionItems .itemSlide .itemSlick:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	border: 1px solid #415364;
	pointer-events: none;
}

/* slick-dots */
.collectionItems .slick-dots{bottom:-38px;}
.collectionItems .slick-dots li{
    margin: 0 2%;
	width: 11%;
	padding-top: 4.3%;
	position: relative;
}
.collectionItems .slick-dots li button{
	position: absolute;
	height:auto;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}



.collectionItems .cl01 .slick-dots li:nth-child(1) button{background: #A9A89F;}
.collectionItems .cl01 .slick-dots li:nth-child(2) button{background: #2B3415;}
.collectionItems .cl01 .slick-dots li:nth-child(3) button{background: #402020;}
.collectionItems .cl01 .slick-dots li:nth-child(4) button{background: #993921;}
.collectionItems .cl01 .slick-dots li:nth-child(5) button{background: #12284C;}
.collectionItems .cl01 .slick-dots li:nth-child(6) button{background: #1A1A1A;}

.collectionItems .cl02 .slick-dots li:nth-child(1) button{background: #402020;}
.collectionItems .cl02 .slick-dots li:nth-child(2) button{background: #A9A89F;}
.collectionItems .cl02 .slick-dots li:nth-child(3) button{background: #1A1A1A;}

.collectionItems .cl03 .slick-dots li:nth-child(1) button{background: #54565A;}
.collectionItems .cl03 .slick-dots li:nth-child(2) button{background: #1D252C;}





.collectionItems .colorTips{
	width: 100%;
	padding: 25px 0 20px;
	font-size: 0;
	text-align: center;
}
.collectionItems .colorTips span{
	display: inline-block;
	width: 11%;
	padding-top: 4.3%;
	margin: 0 2%;
}

.collectionItems .text{
	width: 97%;
	margin:0 auto;
}
.collectionItems .text p{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
.collectionItems .itemList{
	padding: 15px 0;
	margin-top: 20px;
	border-top: 1px solid #415364;
	border-bottom: 1px solid #415364;
}
.collectionItems .itemList dl dd a{border-radius:0px;}














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


.allBanner{
	width: 84%;
	max-width: 1080px;
	margin: 250px auto 0;
	position: relative;
	border: 2px solid;
}
.c01 .allBanner{border-color: #3D5B58;color: #5E7775;}
.c02 .allBanner{border-color: #415364;color: #5B7E96}

.allBanner .spLink{display: none;}



.allBanner .photo{
	width: 60%;
	padding-top: 39%;
	background-position: center center;
	background-size: cover;
	position: relative;
}	
.c01 .allBanner .photo{background-image: url("../../images/banner_c01.jpg");}
.c02 .allBanner .photo{background-image: url("../../images/banner_c02.jpg");}

.allBanner .photo a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 2;
}



.allBanner .bannerInner{
	position: absolute;
	width: 40%;
	top: 0;
	bottom: 0;
	right: 0;
}
.allBanner .detail{
	position: absolute;
	width: 80%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}


.allBanner .detail h2{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
.allBanner .detail .more{
	width: 100%;
}
.allBanner .detail .more a{
	display: block;
	border: 1px solid;
	text-align: center;	
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;	
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 10px 0;
	border-radius: 3px;
}
.c01 .allBanner .detail .more a{border-color: #3D5B58;color: #5E7775;}
.c02 .allBanner .detail .more a{border-color: #415364;color: #5B7E96;}


@media(min-width: 769px) {
.c01 .allBanner .detail .more a:hover{background:#5C7974;border-color: #5C7974;color: #FFF;}
.c02 .allBanner .detail .more a:hover{background:#517D90;border-color: #517D90;color: #FFF;}
}

.allBanner .detail .line{
	position:relative;
	width: 100%;
	padding-top: 55%;
	margin: 0 auto;
}
.allBanner .detail .line span{
	position: absolute;
	top: 15%;
	bottom: 18%;
	left: 50%;
	width: 1px;
}
.c01 .allBanner .detail .line span{background-color: #3D5B58;}
.c02 .allBanner .detail .line span{background-color: #415364;}



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





.otherContents{
	width: 85%;
	max-width: 1080px;
	margin: 250px auto 0;
	text-align: center;
	
}

.otherContents h2,
.otherContents h2.delighter{
	width: 90%;
	margin: 0 auto;
	padding-bottom:30px;
	position: relative;
	text-align: center;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
	transition: top 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
}
.otherContents h2.delighter.started{opacity: 1;top: 0;}

.otherContents h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 5;
	background: #212322;
}

.otherContents h2 span,
.otherContents h2.delighter span{
	position: relative;
	color: #2D2A26;
	text-align: center;
	font-family: "CulturaNewBook";
	font-size: 46px;
	letter-spacing: 0.08em;
	line-height: 1;
}



.otherContents .otherList{
	width: 100%;
	margin-top: 85px;
	overflow: hidden;
	color: #212322;
	border-bottom: 2px solid #212322;
}
.otherContents .otherList ul{
	width: 108.6%;
	font-size: 0;
	position: relative;
}
.otherContents .otherList ul li{
	width: 25.333%;
	margin-right: 8%;
	display: inline-block;
	vertical-align: top;
}
.otherContents .otherList ul:before{
	content: "";
	position: absolute;
	top: 103px;
	bottom: 85px;
	left: 29.333%;
	width: 2px;
	background: #212322;
}
.otherContents .otherList ul:after{
	content: "";
	position: absolute;
	top: 103px;
	bottom: 85px;
	left: 62.666%;
	width: 2px;
	background: #212322;
	display: block;
}

.otherContents h3{
	font-family: "CulturaNewBook";
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0.08em;
}
.otherContents h4{
	font-weight: 500;
	font-size: 17px;
	line-height: 1.0;
	letter-spacing: 0.05em;
	margin-top: 0.7em;
}


.otherContents .photo{
	margin-top: 20px;
	position: relative;
}
.otherContents .more{
	margin: 20px auto 35px;
	width: 100%;
	position: relative;
	border-radius:4px;
	overflow: hidden;
	border: 2px solid #212322;
}
.otherContents .more span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	color: #3D3935;
	letter-spacing: 0.03em;
	padding: 11px 0;
}
.otherContents .more a{
	display: block;
	width: 100%;
	color: #212322;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 23px;
	line-height: 1;
	padding: 10px 0;
	letter-spacing: 0.05em;
	border-radius:1px;
}

@media(min-width:769px) {
.otherContents .more a:hover{background: #212322;color: #FFF;}
}


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



.footer{
	width: 100%;
	margin-top: 350px;
	padding: 8% 0 60px;
	color: #D9D8D6;
	font-family: "CulturaNewBook";
	font-weight: 400;
	line-height: 1;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: url("../../images/footer_pc.jpg") center center;
	background-size: cover;
}

.footer .instagram{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 22px;
}
.footer .instagram .icon{
	width: 38px;
	margin: 10px auto 0;
}

.footer h2{
	width: 540px;
	margin: 16% auto 0;
}


.footer .copyright{
	letter-spacing: 0.1em;
	font-size: 18px;
	margin: 30px auto 0;
}
.footer .copyright br{display: none;}

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


.footer .pagetop{
	position: absolute;
	display: block;
	cursor: pointer;
	width: 80px;
	right: 2%;
	top: 130px;
}



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


.sideNavi{
    position: fixed;
    top: 50%;
    right:-111px;
    width: 110px;
    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{width: 80px;margin: 0 auto;}
.sideNavi ul li{width: 100%;margin-bottom: 35px;}

.sideNavi .title{
	width: 100%;
	line-height: 1.1;
	font-family: "CulturaNewBook";
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0 auto;
	text-align: left;
	position: relative;
	color: #A7A8A9;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 4px 0 5px 5px;
	border-bottom: 1px solid #A7A8A9;
	border-top: 1px solid #A7A8A9;
}
.sideNavi .image{
	width: 95%;
	position: relative;
	overflow: hidden;
	margin: 10px auto 0;
}
 .sideNavi .image span{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 5;
	opacity: 0.5;
	background: #D9D8D6;
	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.n01.current .title{color: #5E7775;border-color:#5E7775;}
.sideNavi ul li.n01 a:hover .title{color: #5E7775;border-color:#5E7775;}
.sideNavi ul li.n02.current .title{color: #5B7E96;border-color:#5B7E96;}
.sideNavi ul li.n02 a:hover .title{color: #5B7E96;border-color:#5B7E96;}

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




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


#trigger{display: none;}
.spNavi{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;
}
.coordinate .slick-list{overflow:visible;}
.coordinate .collectionItems .slick-list{overflow:hidden;}


.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;
    width: 5.6vw;
    height: 5.6vw;
    position:absolute;
    top:30vw;
    z-index:50;
	border:none;
}
.slick-prev{left:-5vw;}
.slick-next{right:-5vw;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 1vw;
    width: 3.8vw;
    height: 3.8vw;  
    margin: auto;
    border-bottom: solid 1px #3D5B58;  
    border-right: solid 1px #3D5B58;  
    -webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 1vw;  
    width: 3.8vw;
    height: 3.8vw;  
    margin: auto;  
    border-bottom: solid 1px #3D5B58;  
    border-right: solid 1px #3D5B58;
    -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:-33px;
	z-index:10;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    position: relative;
}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
    height:14px;
	width:36px;
	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;
}
.c01 .slick-dots li.slick-active button:after{border-color:#2D2A26;}
.c02 .slick-dots li.slick-active button:after{border-color:#2D2A26;}







