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




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

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
Regular 400
*/


@font-face {
  font-family: "TTCommonsClassicRegular";
  src: url('../../font/TTCommonsClassicRegular/font.woff2') format('woff2'), url('../../font/TTCommonsClassicRegular/font.woff') format('woff');
}
@font-face {
  font-family: "JansonTextPro55Roman";
  src: url('../../font/JansonTextPro55Roman/font.woff2') format('woff2'), url('../../font/JansonTextPro55Roman/font.woff') format('woff');
}
@font-face {
  font-family: "JansonTextPro56Italic";
  src: url('../../font/JansonTextPro56Italic/font.woff2') format('woff2'), url('../../font/JansonTextPro56Italic/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:#FFF;
    width: 100%;
    height: 100%;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;	
	font-family: 'Shippori Mincho B1','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color:#524F52;
	font-weight: 500;
}


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


#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.3;
	z-index: 1000;
}


.guide:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 5%;
	top: 0;
	background: #00B5FF;
	opacity: 0.3;
	z-index: 1000;
}
.guide:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 10%;
	top: 0;
	background: #00B5FF;
	opacity: 0.3;
	z-index: 1000;
}

.guide2:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 5%;
	top: 0;
	background: #00B5FF;
	opacity: 0.2;
	z-index: 1000;
}
.guide2:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 10%;
	top: 0;
	background: #00B5FF;
	opacity: 0.2;
	z-index: 1000;
}
.guide3:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 7.5%;
	top: 0;
	background: #FF0004;
	opacity: 0.3;
	z-index: 1000;
}
.guide3:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 7.5%;
	top: 0;
	background: #FF0004;
	opacity: 0.3;
	z-index: 1000;
}
.guide4:before{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	left: 12.5%;
	top: 0;
	background: #FF0004;
	opacity: 0.3;
	z-index: 1000;
}
.guide4:after{
	content: '';
	position: fixed;
	width: 1px;
	height: 200vw;
	right: 12.5%;
	top: 0;
	background: #FF0004;
	opacity: 0.3;
	z-index: 1000;
}









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

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

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




#header{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;

}
#header .title{
	position: absolute;
	width: 100%;
	z-index: 20;
	top: 50%;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#header .title h1{
	width: 100%;
	text-align: center;
	font-size: 4.6vw;
	color: #FFF;
	opacity: 0;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0%;
	font-family: "JansonTextPro55Roman";
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
	-webkit-transition: all 3.0s cubic-bezier(0.33, 1, 0.68, 1);
	transition: all 3.0s cubic-bezier(0.33, 1, 0.68, 1);
}
#header.start .title h1{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	filter: blur(0);
}


/*
#header .title h1 span{
	top: 1em;
	opacity: 0;
	position: relative;
}
*/
#header .title h1 br{display: none;}



#header h2{
	position: absolute;
	top: 0;
	left: 3%;
	padding-top: 3%;
	width: 14%;
	opacity: 0;
	z-index: 40;
	-webkit-transition: opacity 1.0s 2.0s;
	transition: opacity 1.0s 2.0s;
}
#header.start h2{opacity: 1;}


#header .season{
	position: absolute;
	width: 100%;
	z-index: 50;
	bottom:6vh;
	left: 0;
	right: 0;
	letter-spacing: 0.15em;
	line-height: 1;
	font-family: "JansonTextPro55Roman";
	text-align: center;
	font-size: 1.5vw;
	color: #FFF;
	opacity: 0;
	-webkit-transition: opacity 1.0s 2.0s;
	transition: opacity 1.0s 2.0s;
}
#header.start .season{opacity: 1;}





#header .vegas{
    width: 100%;
    height: 100%;
    position: relative;
	z-index: 10;
	background-image: linear-gradient(45deg, rgba(248, 190, 170, 1), rgba(180, 165, 165, 1));
	
}
#header .vegas .vegasImage{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width:100%;
    z-index: 10;
}




.scrollbar{
    width: 25px;
    position: absolute;
    left:3%;
	right: 0;
    bottom: -60px;
    height:140px;
    z-index: 300;
}
.scrollbar p{
    width: 16px;
	margin-top: 10px;
}
.scrollbar .base{
	width:1px;
	height:140px;
	position: absolute;
	bottom:0px;
	right: 0;
	overflow: hidden;
    z-index: 5;
    background:#A4AC9F;
}
.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(147, 140, 142, 1) 50%,
			rgba(147, 140, 142, 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;}
}


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

.bkColor{width: 100%; background: #EDD8C2;padding-top: 1px;}



.lead{
	width: 84%;
	max-width: 1080px;
	margin: 100px auto 0;
	position: relative;
}
.lead .leadHeader{
	width: 100%;
	position: relative;
	font-family: "JansonTextPro55Roman";
	letter-spacing: 0.03em;
	line-height: 1.0;
	padding: 23px 0;
	background: #EDD8C2;
	z-index: 100;
}
.lead .leadHeader .inner{
	width: 100%;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0.8s 0.8s;
	transition: opacity 0.8s 0.8s;
}
.lead.delighter .leadHeader .inner{opacity: 0;}
.lead.delighter.started .leadHeader .inner{opacity: 1;}


.lead .leadHeader h3{
	width: 290px;
	margin: 0 auto;
}
.lead .leadHeader .season{
	font-size: 21px;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform:translateY(-40%);
	transform:translateY(-40%);
}


.lead .leadHeader:before{
	content: '';
	z-index: 10;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background:#938C8E;
	-webkit-transition: top 1.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: top 1.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.lead.delighter .leadHeader:before{top: 50%;opacity: 0;}
.lead.delighter.started .leadHeader:before{top: 0;opacity: 1;}


.lead .leadHeader:after{
	content: '';
	z-index: 10;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background:#938C8E;
	-webkit-transition: bottom 1.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 1.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.lead.delighter .leadHeader:after{bottom: 50%;opacity: 0;}
.lead.delighter.started .leadHeader:after{bottom: 0;opacity: 1;}





.lead .leadTitle{
	width: 100%;
	position: relative;
	text-align: center;
	padding: 10px 0 35px;
	overflow: hidden;
}
.lead .leadTitle  h2{
	font-size: 58px;
	line-height: 1;
	letter-spacing: 0.06em;
	position: relative;
	opacity: 0;
	-webkit-transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 1.5s, opacity 1.0s 2.0s;
	transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 1.5s, opacity 1.0s 2.0s;
}
.lead.delighter .leadTitle h2{top: 80px;opacity: 0;}
.lead.delighter.started .leadTitle h2{top: 0;opacity: 1;}


.lead .leadTitle:before{
	content: '';
	z-index: 10;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background:#938C8E;
	-webkit-transition: bottom 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.0s;
	transition: bottom 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.0s;
}
.lead.delighter .leadTitle:before{bottom: 100%;}
.lead.delighter.started .leadTitle:before{bottom: 0;}

.lead .leadTitle:after{
	content: '';
	z-index: 10;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background:#938C8E;
	-webkit-transition: bottom 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.0s;
	transition: bottom 1.4s cubic-bezier(0.76, 0, 0.24, 1) 1.0s;
}
.lead.delighter .leadTitle:after{bottom: calc(100% + 10px);}
.lead.delighter.started .leadTitle:after{bottom: 10px;}


.lead .leadTitle .season{display: none;}


.lead .leadBody{
	width: 90%;
	margin: 60px auto 0;
}
.lead .leadBody p,
.lead.delighter .leadBody p{
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.3;
	position: relative;
	opacity: 0;
	top: 25px;
	-webkit-transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.5s, opacity 1.5s 2.5s;
	transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.5s, opacity 1.5s 2.5s;
}
.lead.delighter.started .leadBody p{top: 0;opacity: 1;}


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



.mainNavi{
	width: 75%;
	max-width: 960px;
	margin: 100px auto 0;
	position: relative;
	padding-bottom: 160px;
}
.mainNavi .navInner{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}


.mainNavi .navBox,
.mainNavi.delighter .navBox{
	width: 28%;
	position: relative;
	top: 30px;
	opacity: 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #938C8E;
	-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.to02{margin: 0 8%;}
.mainNavi.delighter.started .navBox{top: 0;opacity: 1}

.mainNavi.delighter .navBox.to02{-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.mainNavi.delighter .navBox.to03{-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}



.mainNavi  .topic{
	width: 100%;
	font-family: "JansonTextPro56Italic";
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	position: relative;
}
.mainNavi  .topic em{
	font-size: 23px;
	display: inline-block;
	vertical-align:middle;
	padding-top: 0.1em;
	padding-left: 0.2em;
}
.mainNavi  .topic:before{
	content: '';
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30%;
	height: 1px;
	background:#938C8E;
}
.mainNavi  .topic:after{
	content: '';
	z-index: 100;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30%;
	height: 1px;
	background:#938C8E;
}


.mainNavi .name{
	width: 100%;
	position: relative;
	padding: 20px 0 15px;
}
.mainNavi .name h2{
	font-size: 29px;
	font-family: "JansonTextPro55Roman";
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 0.9;
}
.mainNavi .name h2 em{
	font-size: 24px;
	letter-spacing: 0.07em;
	font-family: "JansonTextPro56Italic";
}



.mainNavi .navBox .hoge{
	position: relative;
}
.mainNavi .photo{width: 100%;}
.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;
	background: #EDD8C2;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.mainNavi .more{
	width: 60%;
	margin: 25px auto 0;
	text-align: center;
}
.mainNavi .more a{
	width: 100%;
	display: block;
	font-family: "TTCommonsClassicRegular";
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 10px 0 9px;
	color: #524F52;
	border: 1px solid #524F52;
}




@media(min-width:769px) {
.mainNavi .photo a:hover:after{opacity: 0.4;}
.mainNavi .to01 .more a:hover{background:#D09CA2;border-color:#D09CA2;color:#FFF;}
.mainNavi .to02 .more a:hover{background:#E78F63;border-color:#E78F63;color:#FFF;}
.mainNavi .to03 .more a:hover{background:#A7BE8C;border-color:#A7BE8C;color:#FFF;}

}



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





.wrapper{
	width: 100%;
}


.separator{
	width: 75%;
	max-width: 960px;
	height: 2px;
	position: relative;
	margin: 290px 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: #413D3C;
	-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.c01{width: 100%;}
.category.c02{width: 100%;margin-top: 310px;}
.category.c03{width: 100%;margin-top: 310px;}


.categoryHeader{
	width: 100%;
	position: relative;
}
.c01 .categoryHeader{background: #FBE8EC;color:#A74E58;}
.c02 .categoryHeader{background: #F0DFCE;color: #B6431A;}
.c03 .categoryHeader{background: #EBE4C9;color: #62873D;}


.categoryHeader .cover,
.categoryHeader.delighter .cover{
	position: absolute;
	width: 100%;
	top: -1px;
	bottom: -1px;
	right: 0;
	z-index: 50;
	background: #FFF;
	-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;}

.c01 .categoryHeader .cover,
.c01 .categoryHeader.delighter .cover{background: #EDD8C2;}


.categoryHeader .categoryPhoto{
	width: 64%;
	margin-left: 36%;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.categoryHeader .categoryPhoto span{
	display: block;
	width: 100%;
	padding-top: 85%;
	background-size: cover;
	position: relative;
	background-position: center center;
}
.c01 .categoryHeader .categoryPhoto span{background-image: url("../../images/category01_pc.jpg");}
.c02 .categoryHeader .categoryPhoto span{background-image: url("../../images/category02_pc.jpg");}
.c03 .categoryHeader .categoryPhoto span{background-image: url("../../images/category03_pc.jpg");background-position: center bottom;}


.categoryHeader .categoryPhoto:after,
.categoryHeader.delighter .categoryPhoto:after{
	content: "";
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 1px);
	position: absolute;
	z-index: 7;
	-webkit-transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 0.9s;
	transition: width 2.0s cubic-bezier(0.76, 0, 0.24, 1) 0.9s;
}
.c01 .categoryHeader .categoryPhoto:after{background: #FBE8EC;}
.c02 .categoryHeader .categoryPhoto:after{background: #F0DFCE;}
.c03 .categoryHeader .categoryPhoto:after{background: #EBE4C9;}

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

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


.categoryHeader .categoryInner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 36%;
	text-align: center;
	z-index: 10;
}


.categoryHeader .title{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	 -webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}


.categoryHeader .title .topic{
	font-family: "JansonTextPro56Italic";
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1;
}
.categoryHeader .title .topic em{
	font-size: 28px;
	display: inline-block;
	vertical-align:middle;
	padding-top: 0.1em;
	padding-left: 0.2em;
}

.categoryHeader .title h2{
	font-size: 56px;
	font-family: "JansonTextPro55Roman";
	letter-spacing: 0.1em;
	text-align: center;
	line-height:1.2;
	margin: 0.7em auto 0;
	padding-bottom: 0.8em;
	position: relative;
}
.categoryHeader .title h2 em{
	display: block;
	font-size: 50px;
	letter-spacing: 0.07em;
	font-family: "JansonTextPro56Italic";
}

.c03 .categoryHeader .title h2{font-size: 50px;}
.c03 .categoryHeader .title h2 em{font-size: 46px;}
.c03 .categoryHeader .title h2 br{display: none;}

.categoryHeader .title .catch{
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding-top: 35px;
}

.categoryHeader .title .catch:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.c01 .categoryHeader .title .catch:after{background: #D09CA2;}
.c02 .categoryHeader .title .catch:after{background: #E78F63;}
.c03 .categoryHeader .title .catch:after{background: #A7BE8C;}

.categoryHeader .title .catch h3{
	width: 81px;
	margin: 0 auto;
}



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


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

.styleTitle{
	width: 88%;
	margin: 0 auto;
	position: relative;
}
.styleTitle .icon{
	width: 70px;
	margin-left: 4%;
	position: relative;
}
.styleTitle .styleName{
	width: 92%;
	margin: 40px auto 0;
	padding-bottom: 10px;
	position: relative;
}
.c01 .styleTitle .styleName{color: #A74E58;}
.c02 .styleTitle .styleName{color: #B6431A;}
.c03 .styleTitle .styleName{color: #62873D;}

.styleTitle .styleName:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.c01 .styleTitle .styleName:after{background: #EDD9D9;}
.c02 .styleTitle .styleName:after{background: #F5CFB7;}
.c03 .styleTitle .styleName:after{background: #D5E6CA;}

.styleTitle .styleName h2.top01{
	font-family: "JansonTextPro55Roman";
	font-size: 57px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	opacity: 0;
	overflow: hidden;
	padding-left: 0.2em;
	display: inline-block;
}
.styleTitle .styleName h2.top02{
	font-family: "JansonTextPro56Italic";
	font-size: 51px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	opacity: 0;
	overflow: hidden;
	display: inline-block;
	padding-left: 0.4em;
}

.styleTitle .styleName h2.low{
	font-family: "JansonTextPro56Italic";
	font-size: 51px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	opacity: 0;
	overflow: hidden;
	padding-left: 0.2em;
	margin-top: 1.9em;
}
.styleTitle .styleName h2 span{
	position: relative;
	top: 20px;
	left: 10px;
	opacity:0;
}
.styleTitle .styleName h2 br{display: none;}


.styleTitle .styleName .line{
	position: absolute;
	top: 45%;
	left: 55px;
	width: 110px;
	height: 110px;
	display: block;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.styleTitle .styleName .line:after,
.styleTitle.delighter .styleName .line:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0%;
	height: 1px;
	transform:rotate(-45deg);
}
.c01 .styleTitle .styleName .line:after{background: #EDD9D9;}
.c02 .styleTitle .styleName .line:after{background: #F5CFB7;}
.c03 .styleTitle .styleName .line:after{background: #D5E6CA;}

.styleTitle.delighter.started .styleName .line:after{
	animation-name:titleLine;
	animation-duration:1.2s;
	animation-fill-mode: forwards;
	animation-delay: 0.9s;
	animation-timing-function: ease-in-out;
}
@keyframes titleLine{
	0% {width: 0;transform:rotate(0deg);}
	35% {width: 100%;transform:rotate(0deg);}
	50% {width: 100%;transform:rotate(0deg);}
	100%  {width: 100%;transform:rotate(-45deg);}
}


.styleTitle .titleText,
.styleTitle.delighter .titleText{
	width: 90%;
	margin: 70px auto 0;
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 12s 1.5s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s, opacity 1.2s 1.5s;
}
.styleTitle.delighter.started .titleText{top: 0;opacity: 1;}


.styleTitle .titleText h3{
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.12em;
	line-height: 1.5;
}
.styleTitle .titleText h3 br{display: none;}
.styleTitle .titleText p{
	 width: 88.5%;
	 font-size: 15px;
	 letter-spacing: 0.1em;
	 line-height: 2.6;
	 margin-top: 3.6em;
	 color: #6F6A6C;
}

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

.styleTitle .sideTag{
	font-family: "TTCommonsClassicRegular";
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.06em;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

.styleTitle .sideTag span{
	display: block;
	position: absolute;
	border-left: 1px solid;
	border-right: 1px solid;
	top: -54px;
	left: 345px;
	white-space: nowrap;
	padding: 15px 45px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.c01 .styleTitle .sideTag span{border-color:#E9D0D0;color: #D09CA2;}
.c02 .styleTitle .sideTag span{border-color:#F3C3A6;color: #E78F63;}
.c03 .styleTitle .sideTag span{border-color:#D5E6CA;color: #A7BE8C;}







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


.styleImage{
	width: 100%;
	position: relative;
}
.styleImage p{position: relative;}

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

.styleImage .inTop,
.styleImage .inTop.delighter{
	position: relative;
	top:4vw;
	opacity: 0;
	-webkit-transition: top 2.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: top 2.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.styleImage .inTop.delighter.started{top: 0;opacity: 1;}







.style01 .styleImage .img01{width: 47.2%;z-index: 1;margin-left:5.4%;}
.style01 .styleImage .img02{width: 46.8%;z-index: 2;margin-left: 45.7%;margin-top: -40%;}
.style01 .styleImage .img03{width: 38.5%;z-index: 3;margin-left: 2%;margin-top: -20%;}
.style01 .styleImage .img04{width: 58.3%;z-index: 4;margin-left: 40.5%;margin-top: -33.7%;}

/*-----*/

.style02 .styleImage .img01{width: 47.2%;z-index: 2;margin-left:5.4%;}
.style02 .styleImage .img02{width: 72.2%;z-index: 1;margin-left: 28%;margin-top: -7%;}
.style02 .styleImage .img03{width: 37.7%;z-index: 3;margin-left: 10.5%;margin-top: -13%;}
.style02 .styleImage .img04{width: 72.2%;z-index: 4;margin-left: 28%;margin-top: -4.5%;}
.style02 .styleImage .itemBox{
	position: absolute;
	width: 38%;
	max-width: 23em;
	top: 0;
	right: 4%;
	padding-top: 23%;
}

/*-----*/

.style03 .styleImage .img02{width: 72.2%;z-index: 1;margin-left: 26%;}
.style03 .styleImage .img03{width: 37.7%;z-index: 2;margin-left: 2%;margin-top: -34%;}
.style03 .styleImage .img04{width: 58.3%;z-index: 3;margin-left: 31%;margin-top: -6%;}

.style03 .styleImage .img05{width: 72.2%;z-index: 5;margin-left: 26%;}
.style03 .styleImage .img06{width: 47.2%;z-index: 6;left:-3.5%;top: 0;padding-top: 40%;position:absolute;}
.style03 .styleImage .img06 .itemList02{width: 75%; max-width: 380px;margin-left: 0;padding-top: 8%;}
.style03 .styleImage .img07{width: 37.7%;z-index: 7;margin-left: 62.3%;margin-top: 10%;}
.style03 .styleImage .img08{width: 37.7%;z-index: 8;margin-left: 37%;margin-top: -20%;}

.style03 .styleImage .itemBox{display: none;}
/*-----*/

.style04 .styleImage .img01{width: 47.2%;z-index: 1;margin-left:5.4%;}
.style04 .styleImage .img02{width: 72.2%;z-index: 2;margin-left: 27.8%;margin-top: -8%;}
.style04 .styleImage .img03{width: 37.7%;z-index: 3;margin-left: 10%;margin-top: -20%;}

/*-----*/

.style05 .styleImage .img02{width: 43.5%;z-index: 2;margin-left: 46.5%;}
.style05 .styleImage .img03{width: 47.2%;z-index: 1;margin-left: 2%;margin-top: -43%;}
.style05 .styleImage .img04{width: 58.5%;z-index: 3;margin-left: 35.5%;margin-top: -6%;}

/*-----*/

.style06 .styleImage .img02{width: 43.5%;z-index: 2;margin-left: 46.5%;}
.style06 .styleImage .img03{width: 47.2%;z-index: 1;margin-left: 2%;margin-top: -44%;}
.style06 .styleImage .img04{width: 58.5%;z-index: 3;margin-left: 35.5%;margin-top: -7%;}











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



.stylingItems{
	width: 100%;
	margin-top: 220px;
	position: relative;
}
.stylingItems .stylingTitle{
	width: 98%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.stylingItems .stylingTitle:after,
.stylingItems.delighter .stylingTitle:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 20;
	border-top: 1px solid;
	background: #FFF;
	-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);
}
.stylingItems.delighter.started .stylingTitle:after{bottom: -80px;}

.stylingItems .stylingTitle.line2:after,
.stylingItems.delighter .stylingTitle.line2:after{height: 100px;}
.stylingItems.delighter.started .stylingTitle.line2:after{bottom: -100px;}

.stylingItems .stylingTitle.line2 br.res{display: none;}

.c01 .stylingItems .stylingTitle:after{border-color:  #E9D0D0;}
.c02 .stylingItems .stylingTitle:after{border-color:  #F3C3A6;}
.c03 .stylingItems .stylingTitle:after{border-color:  #D5E6CA;}

.stylingItems .stylingTitle:before,
.stylingItems.delighter .stylingTitle:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 21;
	opacity: 1;
	background: #FFF;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.stylingItems.delighter.started .stylingTitle:before{opacity: 0;}

.stylingItems .stylingTitle.line2:before,
.stylingItems.delighter .stylingTitle.line2:before{height: 100px;}


.stylingItems .stylingTitle h2{
	font-family: "JansonTextPro55Roman";
	font-size: 56px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding-bottom: 0.5em;
}
.c01 .stylingItems .stylingTitle h2{color: #A74E58;}
.c02 .stylingItems .stylingTitle h2{color: #B6431A;}
.c03 .stylingItems .stylingTitle h2{color: #62873D;}

.stylingItems .stylingTitle.line2 h2{padding-bottom: 0.3em;}


.itemList{
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	position: relative;
	z-index: 100;
	margin-top: 70px;
}
.itemList.center{justify-content:center;}

.itemList .listIn,
.delighter .itemList .listIn{
	width: 31.5%;
	opacity: 0;
	top: 40px;
	position: relative;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.0s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1),  opacity 1.0s;
}
.delighter.started .itemList .listIn{top: 0;opacity: 1;}
.itemList .listIn.posLeft{-webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
.itemList .listIn.posCenter{-webkit-transition-delay: 0.8s;transition-delay: 0.8s;margin: 0 2.75%;}
.itemList .listIn.posRight{-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}


.itemList .listIn02,
.delighter .itemList .listIn02{
	width: 37%;
	opacity: 0;
	top: 40px;
	position: relative;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.0s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1),  opacity 1.0s;
}
.delighter.started .itemList .listIn02{top: 0;opacity: 1;}
.itemList .listIn02.posLeft{-webkit-transition-delay: 0s;transition-delay: 0s;margin-right: 5.6%;}
.itemList .listIn02.posRight{-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}

.itemList .listIn02.row2nd{margin-top: 9%;}




.itemList h3{
	font-family: "JansonTextPro56Italic";
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
}
.itemList .itemImage{
	width: 100%;
	margin-top: 20px;
	position: relative;
	border: 1px solid;
}
.c01 .itemList .itemImage{border-color: #E9D0D0;}
.c02 .itemList .itemImage{border-color: #F3C3A6;}
.c03 .itemList .itemImage{border-color: #D5E6CA;}

.itemList .itemImage .function{
	position: absolute;
	pointer-events: none;
	z-index: 50;
	top: 1%;
	left:0.7%;
	width: 35%;
}


.itemList .itemCopy{
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.85;
	margin-top: 17%;
	color: #6F6A6C;
}

.itemList .listIn02 .itemCopy{margin-top: 15%;}

.itemList .spec{
	width: 100%;
	margin-top: 30px;
	font-family: "TTCommonsClassicRegular";
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 16px 0;
	position: relative;
	color: #6F6A6C;
}
.itemList .spec:before{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.itemList .spec:after{
	content: '';
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}


.c01 .itemList .spec:before,
.c01 .itemList .spec:after{background: #E9D0D0;}
.c02 .itemList .spec:before,
.c02 .itemList .spec:after{background: #F3C3A6;}
.c03 .itemList .spec:before,
.c03 .itemList .spec:after{background: #D5E6CA;}





.itemList .spec h4{font-size: 16px;}
.itemList .spec h4 em{padding-right: 0.5em;}
.itemList .spec h4 span{font-size: 0.8em;letter-spacing: 0.03em;}
.itemList .spec .num{font-size: 12px;margin-top: 0.5em;}


.itemList .detail{
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	width: 82px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemList .detail a{
	display: block;
	width: 100%;
	border: 1px solid;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 7px 0;
	letter-spacing: 0.05em;
}


.c01 .itemList .detail a{background: #A74E58;border-color: #A74E58;}
.c02 .itemList .detail a{background: #E78F63;border-color: #E78F63;}
.c03 .itemList .detail a{background: #A7BE8C;border-color: #A7BE8C;}

@media (min-width: 769px) {
.c01 .itemList .detail a:hover{color:#A74E58;background: #FFF;}
.c02 .itemList .detail a:hover{color:#E78F63;background: #FFF;}
.c03 .itemList .detail a:hover{color:#A7BE8C;background: #FFF;}
}





/* slick-dots */
.slick-dots{
    display:block;
    list-style:outside none none;
    padding:0;
    text-align:center;
    width:100%;
	position:absolute;
	bottom:-9%;
	z-index:10;
	font-size: 0;
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
    margin: 1.4% 1.7%;
	width:9.2%;
    padding: 0;
    position: relative;
	vertical-align: top;
}
.slick-dots li:first-of-type{margin-left: 0;}
.slick-dots li:last-of-type{margin-right: 0;}

.dots2line .slick-dots li:nth-child(1){margin-left: 15%;}
.dots2line .slick-dots li:nth-child(5){margin-right: 15%;}

.listIn02 .slick-dots li{margin: 1.4% 1.9%;width:8.0%;}


.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
	width:100%;
	padding-top: 45%;
    line-height: 0;
    outline:medium none;
    position: relative;
}
.itemMain .slick-dots{bottom:-9.5%;}
.slick-dots li{margin: 1.4% 2.1%;}
.itemMain .slick-dots li button{padding-top: 42%;}


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

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

.s01item01 .slick-dots li:nth-child(1) button{background: #424C61;}
.s01item01 .slick-dots li:nth-child(2) button{background: #2C2B2F;}
.s01item01 .slick-dots li:nth-child(3) button{background: #C0C0C2;}

.s01item02 .slick-dots li:nth-child(1) button{background: #C4DBDB;}
.s01item02 .slick-dots li:nth-child(2) button{background: #EFC1B5;}
.s01item02 .slick-dots li:nth-child(3) button{background: #C0C0D1;}
.s01item02 .slick-dots li:nth-child(4) button{background: #474D66;}
.s01item02 .slick-dots li:nth-child(5) button{background: #F8F6F3;}

.s01item03 .slick-dots li:nth-child(1) button{background: #F0EBE7;}
.s01item03 .slick-dots li:nth-child(2) button{background: #66695C;}
.s01item03 .slick-dots li:nth-child(3) button{background: #BB996B;}
.s01item03 .slick-dots li:nth-child(4) button{background: #E1D3C1;}
.s01item03 .slick-dots li:nth-child(5) button{background: #4E4D4E;}
.s01item03 .slick-dots li:nth-child(6) button{background: #EEE9E5;}
.s01item03 .slick-dots li:nth-child(7) button{background: #DFD7D2;}
.s01item03 .slick-dots li:nth-child(8) button{background: #343642;}
.s01item03 .slick-dots li:nth-child(9) button{background: #272729;}

.s02item01 .slick-dots li:nth-child(1) button{background: #C2C2C4;}
.s02item01 .slick-dots li:nth-child(2) button{background: #424C61;}
.s02item01 .slick-dots li:nth-child(3) button{background: #2C2B2F;}

.s02item02 .slick-dots li:nth-child(1) button{background: #C2C2C4;}
.s02item02 .slick-dots li:nth-child(2) button{background: #31476C;}

.s02item03 .slick-dots li:nth-child(1) button{background: #C2C2C4;}
.s02item03 .slick-dots li:nth-child(2) button{background: #424C61;}
.s02item03 .slick-dots li:nth-child(3) button{background: #2C2B2F;}

.s03item01 .slick-dots li:nth-child(1) button{background: #7C4739;}
.s03item01 .slick-dots li:nth-child(2) button{background: #F8F3EF;}
.s03item01 .slick-dots li:nth-child(3) button{background: #383B53;}

.s03item02 .slick-dots li:nth-child(1) button{background-image: url("../../images/s03item02tip01.jpg");}
.s03item02 .slick-dots li:nth-child(2) button{background-image: url("../../images/s03item02tip02.jpg");}
.s03item02 .slick-dots li:nth-child(3) button{background-image: url("../../images/s03item02tip03.jpg");}

.s03item03 .slick-dots li:nth-child(1) button{background-image: url("../../images/s03item03tip01.jpg");}
.s03item03 .slick-dots li:nth-child(2) button{background-image: url("../../images/s03item03tip02.jpg");}
.s03item03 .slick-dots li:nth-child(3) button{background-image: url("../../images/s03item03tip03.jpg");}
.s03item03 .slick-dots li:nth-child(4) button{background-image: url("../../images/s03item03tip04.jpg");}

.s04item01 .slick-dots li:nth-child(1) button{background: #B7B4C7;}
.s04item01 .slick-dots li:nth-child(2) button{background: #CCA49D;}
.s04item01 .slick-dots li:nth-child(3) button{background: #D7CDC5;}
.s04item01 .slick-dots li:nth-child(4) button{background: #626261;}
.s04item01 .slick-dots li:nth-child(5) button{background: #292E39;}

.s04item02 .slick-dots li:nth-child(1) button{background: #F4F3F1;}
.s04item02 .slick-dots li:nth-child(2) button{background: #72779D;}

.s04item03 .slick-dots li:nth-child(1) button{background: #F4F3F1;}
.s04item03 .slick-dots li:nth-child(2) button{background: #394252;}
.s04item03 .slick-dots li:nth-child(3) button{background: #393638;}

.s05item01 .slick-dots li:nth-child(1) button{background: #B2BAA2;}
.s05item01 .slick-dots li:nth-child(2) button{background: #E09A8D;}
.s05item01 .slick-dots li:nth-child(3) button{background: #464E5F;}

.s06item01 .slick-dots li:nth-child(1) button{background: #928699;}
.s06item01 .slick-dots li:nth-child(2) button{background: #B8C1C4;}
.s06item01 .slick-dots li:nth-child(3) button{background: #DBB6A6;}
.s06item01 .slick-dots li:nth-child(4) button{background: #B6C9CC;}
.s06item01 .slick-dots li:nth-child(5) button{background: #F6F5F4;}
.s06item01 .slick-dots li:nth-child(6) button{background: #CAC8C5;}
.s06item01 .slick-dots li:nth-child(7) button{background: #161B28;}

.s06item02 .slick-dots li:nth-child(1) button{background: #E39E87;}
.s06item02 .slick-dots li:nth-child(2) button{background: #F7F3F0;}
.s06item02 .slick-dots li:nth-child(3) button{background: #464E5F;}

.s06item03 .slick-dots li:nth-child(1) button{background: #E39E87;}
.s06item03 .slick-dots li:nth-child(2) button{background: #F7F3F0;}
.s06item03 .slick-dots li:nth-child(3) button{background: #464E5F;}

.s06item04 .slick-dots li:nth-child(1) button{background: #D8D6CD;}
.s06item04 .slick-dots li:nth-child(2) button{background: #A697B6;}
.s06item04 .slick-dots li:nth-child(3) button{background: #899BBF;}
.s06item04 .slick-dots li:nth-child(4) button{background: #B2BAA2;}
.s06item04 .slick-dots li:nth-child(5) button{background: #E39E87;}
.s06item04 .slick-dots li:nth-child(6) button{background: #2B3142;}

.s06item05 .slick-dots li:nth-child(1) button{background: #2B3142;}
.s06item05 .slick-dots li:nth-child(2) button{background: #EBE7E3;}




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


.itemMain{
	width: 89%;
	position: relative;
	margin: 120px auto 170px;
}


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

.itemMain .visualBox{
	width: 53%;
	position: relative;
	z-index: 10;
	float: left;
}
.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: #FFF;
	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 .itemBox,
.itemMain .itemBox.delighter{
	width: 39%;
	top: 40px;
	opacity: 0;
	position:relative;
	float: right;
	-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 .itemBox .itemSlide{
	width: 100%;
	position: relative;
}
.itemMain .itemBox .itemSlide .itemImageSlick:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	height: 1px;
	background: #6F6A6C;
}
.itemMain .itemBox .itemSlide .itemImageSlick:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	height: 1px;
	background: #6F6A6C;
}
.itemMain .itemBox .text{
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.85;
	margin: 16% auto 15%;
	color: #6A6969;
}


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

.itemList02{
	width: 100%;
	margin: 0px auto;
}
.itemList02 dl{
	width: 100%;
	display: block;
	font-size: 0;
	position: relative;
	text-align: left;
	margin-top: 20px;
	font-family: "TTCommonsClassicRegular";
	line-height: 1;
	color: #6F6A6C;
}
.itemList02 dl:not(.other):nth-child(1){margin-top: 0;}

.itemList02 dl .name{
	width: 100%;
	letter-spacing: 0.08em;
	font-size: 16px;
}
.itemList02 dl .name span{font-size: 0.8em;letter-spacing: 0.03em;}

.itemList02 dl .num{
	width: calc( 100% - 90px);
	letter-spacing: 0.08em;
	font-size: 12px;
	margin-top: 0.5em;
}


.itemList02 dl dd{
	width: 85px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemList02 dl dd a{
	display: block;
	width: 100%;
	background: #89AAC9;
	border: 1px solid;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 7px 0px;
	letter-spacing: 0.05em;
}
.c01 .itemList02 dl dd a{background: #A74E58;border-color: #A74E58;}
.c02 .itemList02 dl dd a{background: #E78F63;border-color: #E78F63;}
.c03 .itemList02 dl dd a{background: #A7BE8C;border-color: #A7BE8C;}


@media(min-width: 769px) {
.c01 .itemList02 dl dd a:hover{background:#FFF;color: #A74E58;}
.c02 .itemList02 dl dd a:hover{background:#FFF;color: #E78F63;}
.c03 .itemList02 dl dd a:hover{background:#FFF;color: #A7BE8C;}
}


/*------*/



.itemList02 .otherItem{display: none;}
.itemList02 .otherTrigger{
	margin-top:18px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #6F6A6C;
	font-family: "TTCommonsClassicRegular";
}
.itemList02 .otherTrigger p.more{
	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);
}
.itemList02 .otherTrigger.open p.more{opacity: 0;}

.itemList02 .otherTrigger p.close{
	position: absolute;
	top: 0;
	left: 50px;
	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);
}
.itemList02 .otherTrigger.open p.close{opacity: 1;}

.itemList02 .otherTrigger span{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 30px;
	display: block;
	border: 1px solid #6F6A6C;
}
.itemList02 .otherTrigger span:after,
.itemList02 .otherTrigger span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 15px;
	height: 1px;
	background: #6A6969;
	-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);
}
.itemList02 .otherTrigger span:before{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.itemList02 .otherTrigger.open span:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.itemList02 .otherTrigger.open span:after{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
@media(min-width: 769px) {
.itemList02 .otherTrigger span{-webkit-transition: background 0.4s;transition: background 0.4s;}
.itemList02 .otherTrigger:hover span{background:#F5F5F5;}
}






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


.movieArea{
	width: 96%;
	margin: 120px auto;
	position: relative;
}
.movieArea.s03{margin: 65px auto;}



.movieArea .cover,
.movieArea.delighter .cover{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 100.1%;
	z-index: 50;
	background: #FFF;
	-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);
}
.movieArea.delighter.started .cover{width: 0;}



.movieArea .videoBox{
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-height: 0;
	font-size: 0;
}
.movieArea .youtube{
	position:relative;
	z-index: 10;
	width:100%;
	padding-top:56.25%;
}
.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;
	margin: 0 auto;
    width: 100px;
	z-index: 50;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.movieArea .thumb .playBT:after{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.movieArea .thumb .playBT:hover:after{opacity: 0.3;}





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


.allBanner{
	width: 84%;
	max-width: 1080px;
	margin: 200px auto 0;
	position: relative;
	border: 2px solid;
}
.c01 .allBanner{border-color: #A74E58;color: #A74E58;}
.c02 .allBanner{border-color: #B6431A;color: #B6431A;}
.c03 .allBanner{border-color: #62873D;color: #62873D;}

.allBanner .spLink{display: none;}

.allBanner .photo{
	width: 60%;
	position: relative;
}	
.allBanner .photo span{
	display: block;
	width: 100%;
	padding-top: 64.5%;
	background-position: center center;
	background-size: cover;
}
.c01 .allBanner .photo span{background-image: url("../../images/banner_c01.jpg");}
.c02 .allBanner .photo span{background-image: url("../../images/banner_c02.jpg");}
.c03 .allBanner .photo span{background-image: url("../../images/banner_c03.jpg");}

.allBanner .photo a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 10;
}
.allBanner .bannerInner{
	position: absolute;
	width: 40%;
	top: 0;
	bottom: 0;
	right: 0;
}
.allBanner .detail{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.allBanner .detail h2{
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
.allBanner .detail h2 br.res{display: none;}

.allBanner .detail .more{
	width: 70%;
	margin: 0 auto;
}
.allBanner .detail .more a{
	display: block;
	border: 2px solid;
	text-align: center;	
	font-family: "TTCommonsClassicRegular";
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 11px 0;
}
.c01 .allBanner .detail .more a{border-color: #A74E58;color: #FFF;background: #A74E58;}
.c02 .allBanner .detail .more a{border-color: #B6431A;color: #FFF;background: #B6431A;}
.c03 .allBanner .detail .more a{border-color: #62873D;color: #FFF;background: #62873D;}


@media(min-width: 769px) {
.c01 .allBanner .detail .more a:hover{background:#FFF;color: #A74E58;}
.c02 .allBanner .detail .more a:hover{background:#FFF;color: #B6431A;}
.c03 .allBanner .detail .more a:hover{background:#FFF;color: #62873D;}
}

.allBanner .detail .line{
	position:relative;
	width: 100%;
	padding-top: 40%;
	margin: 0 auto;
}
.allBanner .detail .line span{
	position: absolute;
	top: 15%;
	bottom: 18%;
	left: 50%;
	width: 1px;
}
.c01 .allBanner .detail .line span{background-color: #A74E58;}
.c02 .allBanner .detail .line span{background-color: #B6431A;}
.c03 .allBanner .detail .line span{background-color: #62873D;}

.allBanner .detail .line span:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 7px;
	width: 1px;
	height: 20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.c01 .allBanner .detail .line span:after{background-color: #A74E58;}
.c02 .allBanner .detail .line span:after{background-color: #B6431A;}
.c03 .allBanner .detail .line span:after{background-color: #62873D;}


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


.otherContents{
	width: 84%;
	max-width: 1080px;
	margin: 350px auto 0;
	text-align: center;	
}
.otherContents h2{
	width: 100%;
	margin: 0 auto;
	padding-bottom:30px;
	position: relative;
	text-align: center;
}
.otherContents h2 span,
.otherContents h2.delighter span{
	position: relative;
	text-align: center;
	font-family: "JansonTextPro55Roman";
	font-size: 59px;
	letter-spacing: 0.05em;
	line-height: 1;
	opacity: 0;
	-webkit-transition:opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.otherContents h2.delighter.started span{opacity: 1;}
.otherContents h2 span br{display: none;}

.otherContents h2:after,
.otherContents h2.delighter:after{
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 5;
	opacity: 0;
	background: #D1C7C7;
	-webkit-transition: bottom 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
	transition: bottom 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
}
.otherContents h2.delighter.started:after{bottom: 0;opacity: 1;}

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

.otherContents h3{
	font-family: "JansonTextPro56Italic";
	font-size: 30px;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.3;
}
.otherContents h4{
	font-size: 20px;
	line-height: 1.2;
	margin-top: 0.5em;
	font-weight: 600;
}
.otherContents .photo{
	margin-top: 25px;
	position: relative;
}


.otherContents .more{
	margin: 25px auto 55px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.otherContents .more a{
	display:inline-block;
	font-family: "TTCommonsClassicRegular";
	font-size: 26px;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.0;
	padding: 0.3em 1.5em;
	color: #524F52;
	border: 1px solid #524F52;
}

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


}

.otherContents .more span{
	display: block;
	font-size: 20px;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 23px;
	padding: 10px 0;
	color: #413D3C;
	border: 1px solid #413D3C;
	background: #FFFEF0;
}





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



.footer{
	width: 100%;
	margin-top: 320px;
	padding: 170px 0 55px;
	color: #FFF;
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	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: 23px;
}
.footer .instagram .icon{
	width: 38px;
	margin: 15px auto 0;
}
.footer h2{
	width: 220px;
	margin: 12% auto 0;
}
.footer .copyright{
	letter-spacing: 0.1em;
	font-size: 20px;
	margin: 35px 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: 60px;
	right: 1.5%;
	top: 150px;
}





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


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


.sideNavi ul li a{
	color: #6F6A6C;
	line-height: 1;
	display: block;
	background: rgba(255,255,255,0.5);
	border-left: 1px solid #6F6A6C;
	border-bottom: 1px solid #6F6A6C;
}
.sideNavi .num{
	font-family: "JansonTextPro56Italic";
	font-size: 12px;
	padding: 0.4em 0 0.2em 7px;
	letter-spacing: 0.03em;
	border-top: 1px solid #6F6A6C;
	border-bottom: 1px solid #6F6A6C;
}

.sideNavi .title{
	width: 100%;
	line-height: 1.2;
	font-family: "JansonTextPro55Roman";
	font-size: 14px;
	position: relative;
	padding: 0.5em 0 0.5em 7px;
}
.sideNavi .title em{
	font-family: "JansonTextPro56Italic";
	display: block;
}




.sideNavi .n01.current a{border-color:#D09CA2;}
.sideNavi .n01.current a .num{border-color:#D09CA2;}
.sideNavi .n02.current a{border-color:#CB784F;}
.sideNavi .n02.current a .num{border-color:#CB784F;}
.sideNavi .n03.current a{border-color:#A7BE8C;}
.sideNavi .n03.current a .num{border-color:#A7BE8C;}


.sideNavi .image{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.sideNavi .image span{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 5;
	opacity: 0.65;
	display: block;
	background: #D4D9DA;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sideNavi ul li.current .image span{opacity:0;}
.sideNavi .pagetop{
    width: 70px;
    margin: 0 auto;
    cursor: pointer;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

@media (min-width: 769px) {
.sideNavi ul li a:hover .image span{opacity:0;}
.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;
}
.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: 6vw;
    height: 6vw;
    position:absolute;
    top:50%;
	margin-top: -3vw;
    z-index:50;
	border:none;
}
.slick-prev{left:-6vw;}
.slick-next{right:-6vw;}

.slick-prev::after{
	content: "";
	position: absolute;
	top:10%;
	left: 0;
	width: 45%;
	height: 80%;
	background: #524F52;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.slick-next::after{
	content: "";
	position: absolute;
	top:10%;
	right: 0;
	width: 45%;
	height: 80%;
	background: #524F52;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}




