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



.red{color: #FF0004;}


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



@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');
}
@font-face {
  font-family: "IntegralCFMedium";
  src: url('../../font/IntegralCFMedium/font.woff2') format('woff2'), url('../../font/IntegralCFMedium/font.woff') format('woff');
}
@font-face {
  font-family: "TTNormsProExpandedBold";
  src: url('../../font/TTNormsProExpandedBold/font.woff2') format('woff2'), url('../../font/TTNormsProExpandedBold/font.woff') format('woff');
}
@font-face {
  font-family: "TTNormsProExpandedMedium";
  src: url('../../font/TTNormsProExpandedMedium/font.woff2') format('woff2'), url('../../font/TTNormsProExpandedMedium/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,
dl:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}


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

body{
    background:#FFF;
    width: 100%;
    height: 100%;
    line-height: 1;
    -webkit-text-size-adjust: 100%;	
	font-family: "Zen Kaku Gothic New", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color:#413D3C;
	/*color:#FF0004;*/
	font-weight: 400;
}


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


#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.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
	transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
}
/* start */
.fade.delighter.started{
	opacity:1;
    top: 0;
}

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


/*

.guide,
.guide1,
.guide2,
.guide3,
.guide4{opacity: 0.3;z-index: 1000;position: relative;}

body:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 50%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.3;
	z-index: 1000;
}
.guide:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 5%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}
.guide:after{
	content: '';
	position: fixed;
	width: 1px;
	right: 5%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}

.guide1:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 10%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}
.guide1:after{
	content: '';
	position: fixed;
	width: 1px;
	right: 10%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}
.guide2:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 15%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}
.guide2:after{
	content: '';
	position: fixed;
	width: 1px;
	right: 15%;
	top: 0;
	bottom: 0;
	background: #FF0004;
	opacity: 0.5;
	z-index: 1000;
}


.guide3:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 7.5%;
	top: 0;
	bottom: 0;
	background: #00B5FF;
	opacity: 0.5;
	z-index: 1000;
}
.guide3:after{
	content: '';
	position: fixed;
	width: 1px;
	right: 7.5%;
	top: 0;
	bottom: 0;
	background: #00B5FF;
	opacity: 0.5;
	z-index: 1000;
}
.guide4:before{
	content: '';
	position: fixed;
	width: 1px;
	left: 12.5%;
	top: 0;
	bottom: 0;
	background: #00B5FF;
	opacity: 0.5;
	z-index: 1000;
}
.guide4:after{
	content: '';
	position: fixed;
	width: 1px;
	right: 12.5%;
	top: 0;
	bottom: 0;
	background: #00B5FF;
	opacity: 0.5;
	z-index: 1000;
}

*/





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

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

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




#header{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;
}
#header .title{
	position: absolute;
	width: 4.3%;
	z-index: 20;
	top: 50%;
	right: 5%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#header .title h1{
	opacity: 0;
	left: -1.5vw;
	position: relative;
	-webkit-transition: left 1.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s;
	transition: left 1.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s;
}
#header.start .title h1{opacity: 1;left:0;}


#header .logo{
	position: absolute;
	width: 15%;
	z-index: 20;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#header .logo h2{
	width: 100%;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1.6s;
	transition: opacity 1.6s;
}
#header.start .logo h2{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;
}



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



.lead{
	width: 100%;
	padding: 125px 0 240px;
	position: relative;
	background: #EDE6D9;
}
.lead .leadHeader{
	width: 82%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.lead .leadHeader h3{
	width: 250px;
	margin: 0 auto;
}
.lead .leadHeader .text{
	width: 100%;
	margin-top: 40px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
}



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



.navi{
	width: 85%;
	max-width: 1080px;
	margin: 75px auto 0;
	position: relative;
}
.navi ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.navi ul li{
	width: 23%;
	position: relative;
}



.navi .num{
	text-align: center;
	font-size: 14px;
	color: #56663A;
	letter-spacing: 0.05em;
	padding-bottom: 0.7em;
	opacity: 0;
	position: relative;
	font-family: "TTNormsProExpandedMedium";
}

.navi .delighter .num{
	top: -15px;
	-webkit-transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
	transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
}
.navi .delighter.started .num{top: 0;opacity: 1;}
.navi li:nth-child(2).delighter .num{-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.navi li:nth-child(3).delighter .num{-webkit-transition-delay:0.6s;transition-delay:0.6s;}
.navi li:nth-child(4).delighter .num{-webkit-transition-delay:0.9s;transition-delay:0.9s;}



.navi h4{
	width: 100%;
	position: relative;
	font-size: 20px;
	text-align: center;
	color: #56663A;
	letter-spacing: 0.12em;
	line-height: 1.1;
	padding: 0.6em 0 0.4em;
	font-family: "IntegralCFMedium";
}
.navi h4 em{
	display: block;
	position: relative;
	opacity: 0;
}
.navi .delighter h4 em{
	-webkit-transition:opacity 1.0s cubic-bezier(0.5, 0, 0.75, 0);
	transition:opacity 1.0s cubic-bezier(0.5, 0, 0.75, 0);
}
.navi li:nth-child(2).delighter h4 em{-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.navi li:nth-child(3).delighter h4 em{-webkit-transition-delay:0.6s;transition-delay:0.6s;}
.navi li:nth-child(4).delighter h4 em{-webkit-transition-delay:0.9s;transition-delay:0.9s;}


.navi .delighter.started h4 em{opacity: 1;}

.navi h4 em span{
	display: block;
	font-size: 0.8em;
}
.navi h4::before,
.navi h4::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #413D3C;
	-webkit-transition: all 1.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: all 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.navi .delighter h4::before{top: 50%;}
.navi .delighter h4::after{bottom: 50%;}
.navi .delighter.started h4::before{top: 0;opacity: 1;}
.navi .delighter.started h4::after{bottom: 0;opacity: 1;}

.navi li:nth-child(2).delighter h4::before,
.navi li:nth-child(2).delighter h4::after{-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.navi li:nth-child(3).delighter h4::before,
.navi li:nth-child(3).delighter h4::after{-webkit-transition-delay:0.6s;transition-delay:0.6s;}
.navi li:nth-child(4).delighter h4::before,
.navi li:nth-child(4).delighter h4::after{-webkit-transition-delay:0.9s;transition-delay:0.9s;}


.navi .naviBody,
.navi .delighter .naviBody{
	display: block;
	position: relative;
	opacity: 0;
	top: 0px;
	-webkit-transition:top 1.0s cubic-bezier(0.33, 1, 0.68, 1),opacity 0.6s cubic-bezier(0.5, 0, 0.75, 0);
	transition:top 1.0s cubic-bezier(0.33, 1, 0.68, 1),opacity 0.6s cubic-bezier(0.5, 0, 0.75, 0);
}
.navi .delighter.started .naviBody{opacity: 1;top:0;}
.navi li:nth-child(2).delighter .naviBody{-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.navi li:nth-child(3).delighter .naviBody{-webkit-transition-delay:1.1s;transition-delay:1.1s;}
.navi li:nth-child(4).delighter .naviBody{-webkit-transition-delay:1.4s;transition-delay:1.4s;}



.navi .text{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.navi a{
	width: 100%;
	display: block;
	position: relative;
	margin-top: 20px;
}
.navi a .hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(86,102,58,0);
	-webkit-transition:background 0.6s;
	transition:background 0.6s;
}

.navi a .hover .more{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	z-index: 20;
	color: #56663A;
	font-size: 22px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	display: inline-block;
	padding: 0.5em 0.5em 0.4em;
	opacity: 0;
	font-family: "TTCommonsClassicRegular";
	background: rgba(211,211,211,0.8);
	-webkit-transform:translate(-50%,-50%) scale(1.2);
	transform:translate(-50%,-50%) scale(1.2);
}


@media(min-width:769px) {
.navi a:hover .hover{background: rgba(86,102,58,0.6);}
.navi a .hover .more{
	-webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
	transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.navi a:hover .hover .more{
	opacity: 1;
	-webkit-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1);
}
}


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







.wrapper{
	width: 100%;
}


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



.category{width: 100%;margin-top: 280px;}
.category#c01{margin-top: 0;}




.categoryHeader{
	width: 100%;
	position: relative;
}
#c01 .categoryHeader{background: #DDC285;}
#c02 .categoryHeader{background: #D4C9B2;}
#c03 .categoryHeader{background: #D8DAD3;}
#c04 .categoryHeader{background: #D7B8A1;}

.categoryHeader .cover,
.categoryHeader.delighter .cover{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 20;
	-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);
}
.categoryHeader.delighter.started .cover{width: 0;}

#c01 .categoryHeader .cover{background: #DDC285;}
#c02 .categoryHeader .cover{background: #D4C9B2;}
#c03 .categoryHeader .cover{background: #D8DAD3;}
#c04 .categoryHeader .cover{background: #D7B8A1;}


.categoryHeader .categoryImage{
	width: 100%;
	padding-top: 54%;
	position: relative;
	z-index: 5;
}
.categoryHeader .categoryImage span{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
.categoryHeader .categoryImage.single span{
	width: 100%;
	left: 0;
}
.categoryHeader .categoryImage.double span:nth-child(1){
	width: 50%;
	left: 0;
}
.categoryHeader .categoryImage.double span:nth-child(2){
	width: 50%;
	right: 0;
}
#c01 .categoryHeader .categoryImage.double span:nth-child(1){background-image: url("../../images/header_c0101.jpg");}
#c01 .categoryHeader .categoryImage.double span:nth-child(2){background-image: url("../../images/header_c0102.jpg");}
#c04 .categoryHeader .categoryImage.double span:nth-child(1){background-image: url("../../images/header_c0401.jpg");}
#c04 .categoryHeader .categoryImage.double span:nth-child(2){background-image: url("../../images/header_c0402.jpg");}

#c02 .categoryHeader .categoryImage.single span{background-image: url("../../images/header_c02.jpg");}
#c03 .categoryHeader .categoryImage.single span{background-image: url("../../images/header_c03.jpg");}

#c01 .categoryHeader h2{
	position: absolute;
	top: 6%;
	left: 7.5%;
	width: 55.2%;
	z-index: 10;
}
#c01 .categoryHeader h2 span,
#c01 .categoryHeader.delighter h2 span{
	display: block;
	position: relative;
	opacity: 0;
	top: 1.5vw;
	-webkit-transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
	transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
}
#c01 .categoryHeader.delighter.started h2 span{top: 0;opacity:1;}


#c02 .categoryHeader h2{
	position: absolute;
	bottom: 8%;
	left: 7.5%;
	width: 56.5%;
	z-index: 10;
}
#c02 .categoryHeader h2 span,
#c02 .categoryHeader.delighter h2 span{
	display: block;
	position: relative;
	opacity: 0;
	top: -1.5vw;
	-webkit-transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
	transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
}
#c02 .categoryHeader.delighter.started h2 span{top: 0;opacity:1;}



#c03 .categoryHeader h2{
	position: absolute;
	top: 50%;
	right: 4%;
	width: 31%;
	z-index: 10;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#c03 .categoryHeader h2 span,
#c03 .categoryHeader.delighter h2 span{
	display: block;
	position: relative;
	opacity: 0;
	left: -1.5vw;
	-webkit-transition: left 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
	transition: left 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
}
#c03 .categoryHeader.delighter.started h2 span{left: 0;opacity:1;}

#c03 .categoryHeader h3,
#c03 .categoryHeader.delighter h3{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26%;
	z-index: 10;
	opacity: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition: opacity 0.6s 1.0s;
	transition: opacity 0.6s 1.0s;
}
#c03 .categoryHeader.delighter.started h3{opacity:1;}






#c04 .categoryHeader h2{
	position: absolute;
	top: 50%;
	left: 9%;
	width: 72%;
	z-index: 10;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#c04 .categoryHeader h2 span,
#c04 .categoryHeader.delighter h2 span{
	display: block;
	position: relative;
	opacity: 0;
	top: 2.0vw;
	-webkit-transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
	transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.0s, opacity 0.6s 1.0s;
}
#c04 .categoryHeader.delighter.started h2 span{top: 0;opacity:1;}






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

.categoryLead{width: 100%;}
#c01 .categoryLead{background: #DDC285;}
#c02 .categoryLead{background: #D4C9B2;}
#c03 .categoryLead{background: #D8DAD3;}
#c04 .categoryLead{background: #D7B8A1; color: #46493A;}

.categoryLead p{
	width: 75%;
	max-width: 980px;
	margin: 0 auto;
	padding: 4.5em 0;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.08em;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*-----*/

.subLead{margin: 100px auto 90px;}
.collection .subLead{width: 94%;}
.coordinate .subLead{width: 85%;}


.subLead p{
	width: 100%;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.08em;
	text-align: justify;
	text-justify: inter-ideograph;
}


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

.infomation{
	width: 100%;
	position: relative;
}
#c01 .infomation{background:#C8CEA4;}
#c03 .infomation{background:#E0E0E0;}


.jarvi .infoInner{
	width: 75%;
	max-width: 910px;
	position: relative;
	margin: 0 auto;
	padding: 220px 0 130px;
}
.jarvi .title{
	width: 100%;
	color: #56663A;
}
.jarvi .title h2{
	font-family: "TTNormsProExpandedMedium";
	border-bottom: 1px solid #CEA66B;
	font-size: 40px;
	line-height: 0.7;
	letter-spacing: 0.05em;
}
.jarvi .title h3{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-top: 0.6em;
}
.jarvi .logo{
	position: absolute;
	top:75px;
	right: 0;
	width: 186px;
}
.jarvi .infoBody{
	width: 100%;
	margin: 55px auto 0;
	display: flex;
}
.jarvi .infoBody .images{
	width: 290px;
}
.jarvi .infoBody .photo span{
	  font-family: "TTCommonsClassicRegular";
	  font-size: 14px;
	  display: block;
	  letter-spacing: 0.03em;
	  margin-top: 5px;
	  text-align: right;
}
.jarvi .infoBody .text{
	width: calc(100% - 290px);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.5;
	position: relative;
}
.jarvi .infoBody .text p{
	position: absolute;
	top: calc(50% - 0.8em);
	left: 30px;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
/*----------*/


.goretex .infoInner{
 	width: 80%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	padding: 220px 0 410px;
	color: #6F6A6C;
}
.goretex .logo{
	 position: absolute;
	 top: 80px;
	 right: 0;
	width: 270px;
}
.goretex .title{
	position: relative;
	width: 600px;
	padding: 30px 0 25px 0;
	border-top: 1px solid #E8351D;
	border-bottom: 1px solid #E8351D;
}
.goretex .title h2{
  font-family: "TTNormsProExpandedMedium";
  font-size: 44px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.goretex .title h2 span{
	display: block;
	font-size: 0.8em;
}

.goretex .title h3{
  color: #E8351D;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
}

.goretex .title h3 br{display: none;}
.goretex .infoBody{
	width: 600px;
	margin-top: 45px;
}
.goretex .infoBody h3{
	font-family: 'Zen Old Mincho', serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.goretex .infoBody .text{
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin-top: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}



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


.infomation.breaththermo{
	margin-top: -270px;
}
.breaththermo .infoInner{
 	width: 75%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: calc(270px + 220px);
	padding-bottom: 140px;
	color: #6F6A6C;
}

.breaththermo .logo{
	 position: absolute;
	 top: calc(270px + 220px + 50px);
	 left: 0;
	width: 245px;
}
.breaththermo .title{
	width: 585px;
	margin-left: calc(100% - 585px);
	padding: 30px 0 25px 0;
	text-align: right;
	position: relative;
	border-top: 1px solid #E8351D;
	border-bottom: 1px solid #E8351D;
}
.breaththermo .title h2{
  font-family: "TTNormsProExpandedMedium";
  font-size: 44px;
  letter-spacing: 0.05em;
  display: inline-block;
}
.breaththermo .title h3{
  color: #E8351D;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-right: 1em;
  display: inline-block;
}

.breaththermo .infoBody{
	width: 585px;
	margin-top: 45px;
	margin-left: calc(100% - 585px);
}
.breaththermo .infoBody h3{
	font-family: 'Zen Old Mincho', serif;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	letter-spacing: 0.08em;
}
.breaththermo .infoBody .text{
	font-size: 18px;
	letter-spacing: 0.07em;
	line-height: 2.0;
	margin-top: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}






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



.feature{
	width: 100%;
	margin: 160px auto 0;
}

.featureTitle{
	width: 75%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}
#c01 .featureTitle{color: #56663A;}
#c02 .featureTitle{color: #544B41;}
#c03 .featureTitle{color: #6F6A6C;}
#c04 .featureTitle{color: #7F2D00;}

.featureTitle br.res{display: none;}
.featureTitle br.res02{display: none;}


.featureTitle.delighter .titleIn{
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s;
	transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s;
}
.featureTitle.delighter.started .titleIn{top: 0;opacity: 1;}


.featureTitle::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
}
.featureTitle.delighter::before{
	-webkit-transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}
.featureTitle.delighter.started::before{width: 100%;}
#c01 .featureTitle::before{background: #56663A;}
#c02 .featureTitle::before{background: #544B41;}
#c03 .featureTitle::before{background: #E8351D;}
#c04 .featureTitle::before{background: #7F2D00;}

.featureTitle .num{
	font-size: 23px;
	letter-spacing: 0.08em;
	line-height: 1.1;
	font-family: "JansonTextPro55Roman";
}
.featureTitle .num span{
	display: block;
	font-family: "JansonTextPro56Italic";
}
.featureTitle h3{
	font-size: 60px;
	letter-spacing: 0.07em;
	margin-top: 0.15em;
	font-family: "TTNormsProExpandedBold";
}
.featureTitle h3 span{
	font-size: 0.76em;
	display: block;
}





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

.itemMain{
	width: 75%;
	max-width: 960px;
	position: relative;
	margin: 75px auto 0;
	display: flex;
}

.itemMain .visualBox{
	width: 53%;
	position: relative;
	z-index: 10;
}
.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{
	width:40%;
	margin-left: 7%;
	position:relative;
	-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 .itemSlide{
	width: 100%;
	position: relative;
	padding-bottom: 63px;
}

.itemMain .itemBox .colorTip{
	width: 100%;
	text-align: center;
	position: relative;
}
.itemMain .itemBox .colorTip span{
	display: inline-block;
	width: 30px;
	height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 24px;
}
.itemMain .itemBox .colorTip span:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #413D3C;
}


/* slick-dots */
.slick-dots{
    display:block;
    list-style:outside none none;
    padding:0;
    text-align:center;
    width:100%;
	position:absolute;
	bottom:-42px;
	z-index:10;
	font-size: 0;
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
    margin: 0 10px;
	width:30px;
    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;}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
	width:100%;
	padding-top: 16px;
    line-height: 0;
    outline:medium none;
    position: relative;
	background: #000;
}
.slick-dots li.slick-active button:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #413D3C;
}
.slick-dots li button{background-position: center center;background-size: cover;}





.f01 .slick-dots li:nth-child(1) button{background: #4B5844;}
.f01 .slick-dots li:nth-child(2) button{background: #A64B3A;}
.f01 .slick-dots li:nth-child(3) button{background: #D8C2A7;}
.f01 .slick-dots li:nth-child(4) button{background: #353B4C;}

.f02 .slick-dots li:nth-child(1) button{background: #A07B4F;}
.f02 .slick-dots li:nth-child(2) button{background: #3D4C68;}

.f03 .slick-dots li:nth-child(1) button{background: #12243E;}
.f03 .slick-dots li:nth-child(2) button{background: #EEECEA;}
.f03 .slick-dots li:nth-child(3) button{background: #2C4D52;}
.f03 .slick-dots li:nth-child(4) button{background: #B1A089;}
.f03 .slick-dots li:nth-child(5) button{background: #A60C27;}

.f04 .slick-dots li:nth-child(1) button{background: #926640;}
.f04 .slick-dots li:nth-child(2) button{background: #253864;}

.f05 .slick-dots li:nth-child(1) button{background: #CBBBA0;}
.f05 .slick-dots li:nth-child(2) button{background: #1A1A1A;}

.f06 .slick-dots li:nth-child(1) button{background: #3B3E47;}
.f06 .slick-dots li:nth-child(2) button{background: #E1D3BD;}

.f09 .slick-dots li:nth-child(1) button{background: #EEECEA;}
.f09 .slick-dots li:nth-child(2) button{background: #856A48;}
.f09 .slick-dots li:nth-child(3) button{background: #1A1A1A;}

.f10 .slick-dots li:nth-child(1) button{background: #12243E;}
.f10 .slick-dots li:nth-child(2) button{background: #A60C27;}
.f10 .slick-dots li:nth-child(3) button{background: #B1A089;}

.f10 .slick-dots{padding-right: 40px;}
.f10 .slick-dots::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 16px;
	top: 0;
	right: calc(50% - 20px - 50px);
	background: #B1A089;
	
}

.f11 .slick-dots li:nth-child(1) button{background: #A8815F;}
.f11 .slick-dots li:nth-child(2) button{background: #363B1F;}
.f11 .slick-dots li:nth-child(3) button{background: #19285D;}





/*----*/

.itemMain .itemBox .text{
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin-bottom: 45px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*----*/

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

.itemList .name{
	width: calc( 100% - 95px );
	letter-spacing: 0.08em;
	font-size: 18px;
}
.itemList .name span{
	font-size: 0.8em;
	letter-spacing: 0.03em;
	padding-left: 0.2em;
	display: inline-block;
	padding-bottom: 0.1em;
	vertical-align: middle;
}
.itemList .num{
	width: calc( 100% - 95px );
	letter-spacing: 0.08em;
	font-size: 14px;
	margin-top: 0.3em;
}
.itemList .detail{
	width: 95px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemList .detail a{
	display: block;
	width: 100%;
	background: #A99467;
	border: 1px solid #A99467;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 6px 0px;
	letter-spacing: 0.05em;
}
@media(min-width: 769px) {
.itemList .detail a:hover{background:#FFF;color: #A99467;}
}


.coordinate .itemList .name,
.collection .itemList .name{font-size: 16px;}
.coordinate .itemList .detail,
.collection .itemList .detail{width: 85px;}
.coordinate .itemList .detail a,
.collection .itemList .detail a{font-size: 18px;}



/*----*/

.itemList .otherItem{display: none;}
.itemList .otherTrigger{
	margin-top:18px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.itemList .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);
}
.itemList .otherTrigger.open p.more{opacity: 0;}
.itemList .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);
}
.itemList .otherTrigger.open p.close{opacity: 1;}

.itemList .otherTrigger span{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 30px;
	display: block;
	border: 1px solid #413D3C;
}
.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: #413D3C;
	-webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),background 0.4s;
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),background 0.4s;;
}
.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{-webkit-transition: color 0.4s;transition: color 0.4s;}
.itemList .otherTrigger span{-webkit-transition: border-color 0.4s;transition: border-color 0.4s;}

.itemList .otherTrigger:hover{color:#A99467;}
.itemList .otherTrigger:hover span{border-color: #A99467;}
.itemList .otherTrigger:hover span:after,
.itemList .otherTrigger:hover span:before{background: #A99467;}
}




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


.imageSet{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 160px 0;
	position: relative;
}
.f03 .imageSet{padding-bottom: 0;}
.f05 .imageSet{padding-bottom: 0;}

.imageSet .image a,
.imageSet .image.delighter a{
	display: block;
	overflow: hidden;
	z-index: 5;
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s;
	transition: top 1.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s;
}
.imageSet .image.delighter.started a{top: 0;opacity: 1;}



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

.imageSet .image{position: relative;}

.imageSet .image.f0101{width: 44.5%;margin-left: 39%;}
.imageSet .image.f0102{width: 44.5%;margin-top: 10%;margin-left: 12.5%;}

.imageSet .image.f0201{width: 47.5%;margin-left: 36%;z-index: 3;}
.imageSet .image.f0202{width: 44.5%;margin-top: -10%;margin-left: 12.5%;z-index: 1;}
.imageSet .image.f0203{width: 27%;margin-top: -17%;margin-left: 60%;}

.imageSet .image.f0301{width: 44.5%;margin-left: 7.5%;z-index: 1;}
.imageSet .image.f0302{width: 44.5%;margin-top:-28%;margin-left: 47.5%;z-index: 3;}

.imageSet .image.f0501{width: 56.5%;margin-left: 2.5%;z-index: 2;}
.imageSet .image.f0502{width: 56.5%;margin-left: 7.5%;top: -1px; z-index: 1;}
.imageSet .image.f0503{width: 45.3%;position: absolute;z-index:3;left: 49.3%;top: 50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}

.imageSet .image.f0601{width: 40%;margin-left: 37.5%;}


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

.collection{
	width: 75%;
	max-width: 960px;
	margin:220px auto 0;
}

.subTitle{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 37px;
	position: relative;
}
.coordinate .subTitle{width: 90%;}

#c01 .subTitle{color: #56663A;}
#c02 .subTitle{color: #544B41;}
#c03 .subTitle{color: #6F6A6C;}
#c04 .subTitle{color: #7F2D00;}
.otherContents .subTitle{color: #413D3C;}


.subTitle::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
}
.subTitle::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
}
.otherContents .subTitle::before,
.otherContents .subTitle::after{right: auto;left: 0;}

.subTitle.delighter::before,
.subTitle.delighter::after{
	-webkit-transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}
.subTitle.delighter.started::before{width: 100%;}
.subTitle.delighter.started::after{width: 390px;}

#c01 .subTitle::before,
#c01 .subTitle::after{background: #56663A;}
#c02 .subTitle::before,
#c02 .subTitle::after{background: #544B41;}
#c03 .subTitle::before,
#c03 .subTitle::after{background: #E8351D;}
#c04 .subTitle::before,
#c04 .subTitle::after{background: #7F2D00;}
.otherContents .subTitle::before,
.otherContents .subTitle::after{background: #413D3C;}



.subTitle h2{
	font-size: 60px;
	letter-spacing: 0.07em;
	text-align: right;
	padding-right: 4%;
	line-height: 0.9;
	font-family: "TTNormsProExpandedBold";
}
.subTitle h2 span{
	font-size: 0.76em;
	display: block;
}
.otherContents .subTitle h2{text-align: left;padding-left: 4%;}

.subTitle.delighter h2{
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s;
	transition: top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s;
}
.subTitle.delighter.started h2{top: 0;opacity: 1;}





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

.collectionList{
	width: 93%;
	margin: 0 auto;
}
.collectionList ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.collectionList ul li{
	width: 47%;
	margin-top: 90px;
}
.collectionList ul li:nth-child(1),
.collectionList ul li:nth-child(2){margin-top: 0;}
.collectionList h3{
	letter-spacing: 0.07em;
	font-family: "TTNormsProExpandedBold";
	font-size: 20px;
	color: #F0F0F0;
	position: relative;
	padding-left: 22px;
}

.collectionList h3 span{
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #F0F0F0;
}
.collectionList .delighter h3{
	-webkit-transition: color 1.2s 0.3s;
	transition: color 1.2s 0.3s;
}
.collectionList .delighter span{
	-webkit-transition: background 1.2s 0.3s;
	transition: background 1.2s 0.3s;
}
#c01 .collectionList .delighter.started h3{color: #56663A;}
#c01 .collectionList .delighter.started h3 span{background: #56663A;}
#c04 .collectionList .delighter.started h3{color: #623C31;}
#c04 .collectionList .delighter.started h3 span{background: #623C31;}


.collectionList .image{
	width: 100%;
	margin-top: 23px;
	position: relative;
}
.collectionList .image::before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -1px;
	width: calc(100% + 2px);
	z-index: 10;
	background: #F0F0F0;
}
.collectionList .delighter .image::before{
	-webkit-transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}
.collectionList .delighter.started .image::before{width: 0;}

.collectionList .colorTips{
	width: 100%;
	padding: 25px 0;
	text-align: center;
}
.collectionList .colorTips span{
	width: 30px;
	height: 16px;
	margin: 0 10px;
	display: inline-block;
}

.collectionList .text{
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.85;
	margin-bottom: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}


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


.coordinate{
	width: 85%;
	max-width: 1080px;
	margin:220px auto 110px;
}


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

.coordinateList{
	width: 100%;
	margin: 0 auto;
}
.coordinateList ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.coordinateList ul li{
	width: 31.5%;
}
.coordinateList .image{
	width: 100%;
	margin-bottom: 45px;
	position: relative;
}

.coordinateList .image::before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -1px;
	width: calc(100% + 2px);
	z-index: 10;
	background: #F0F0F0;
}
.coordinateList .delighter .image::before{
	-webkit-transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}
.coordinateList .delighter.started .image::before{width: 0;}




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


.cover-slider_wrap{
	position: relative;
	width: 100%;
}
.cover-slider{
	backface-visibility: hidden;
	width: 100%;
	padding-top: 100%;
}
.cover-slider_slide{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
	width: 100% !important;
    background-size:cover;
    background-position: center center;
    list-style: none;
}
.slide01 .cover-slider_slide:nth-child(1){background-image: url("../../images/collection_c01_02-01.jpg");}
.slide01 .cover-slider_slide:nth-child(2){background-image: url("../../images/collection_c01_02-02.jpg");opacity: 0;}
.slide02 .cover-slider_slide:nth-child(1){background-image: url("../../images/collection_c01_04-01.jpg");}
.slide02 .cover-slider_slide:nth-child(2){background-image: url("../../images/collection_c01_04-02.jpg");opacity: 0;}

.slide03 .cover-slider_slide:nth-child(1){background-image: url("../../images/collection_c01_01-01.jpg");}
.slide03 .cover-slider_slide:nth-child(2){background-image: url("../../images/collection_c01_01-02.jpg");opacity: 0;}




.cover-slider_slide.active {
	animation-duration: 900ms;
	animation-name: slidein;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}
.cover-slider_slide.inactive {
	animation-duration: 900ms;
	animation-name: slideout;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes slidein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes slideout {
	0% {opacity: 1;}
	100% {opacity: 0;}
}




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

.movieArea{
	width: 75%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
#c01 .movieArea{width: 82%;max-width: 1040px;}

.movieArea.m05{margin-top: -270px;}
.movieArea.m07{margin-top: 130px;}


.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 .thumbImage,
.movieArea.delighter .thumb .thumbImage{
	opacity: 0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
	transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.movieArea.delighter.started .thumb .thumbImage{
	opacity: 1;
	-webkit-transform:scale(1.0);
	transform:scale(1.0);
}


.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;
	height: 100px;
	border: 1px solid #EDE6D9;
	z-index: 50;
	-webkit-transform:translateY(-50%) scale(1.0);
	transform:translateY(-50%) scale(1.0);
}
.movieArea .thumb .playBT .play span{
	position: absolute;
	top: 50%;
	left: 52%;
	background: #EDE6D9;
	width: 30%;
	height: 45%;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

@media(min-width: 769px) {
.movieArea .thumb .playBT .play{
-webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.movieArea .thumb .playBT .play span{
-webkit-transition: background 0.6s;
transition: background 0.6s;
}
.movieArea:hover .thumb .playBT .play{
	border-color: #FFF;
	-webkit-transform:translateY(-50%) scale(1.2);
	transform:translateY(-50%) scale(1.2);
}
.movieArea:hover .thumb .playBT .play span{background: #FFF;}
}







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

.allBanner{
	width: 75%;
	max-width: 960px;
	margin: 180px auto 0;
	position: relative;
}

.allBanner .spBT{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.allBanner .detail{
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	width: 45%;
	text-align: center;
	color: #EDE6D9;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#c04 .allBanner .detail{width: 50%;}

.allBanner .detail h3{
	font-weight: 500;
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.allBanner .detail h3 span{font-size: 26px;}

.allBanner .detail .arrow{
	width: 1px;
	height: 160px;
	margin: 20px auto 25px;
	background: #EDE6D9;
	position: relative;
}
.allBanner .detail .arrow span{
	position: absolute;
	bottom: -5px;
	left: -12px;
	width: 1px;
	height: 35px;
	background: #EDE6D9;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.allBanner .detail .more{}
.allBanner .detail .more a{
	color: #EDE6D9;
	font-size: 26px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	display: inline-block;
	padding: 0.7em 1em 0.6em;
	border: 2px solid #EDE6D9;
	font-family: "TTCommonsClassicRegular";
}
@media(min-width:769px) {
.allBanner .detail .more a:hover{color: #413D3C;background: #EDE6D9;}
}
.allBanner .image{
	padding-top: 63%;
	background-position: center center;
	background-size: cover;
}
#c01 .allBanner .image{background-image: url("../../images/allbanner_c01.jpg");}
#c02 .allBanner .image{background-image: url("../../images/allbanner_c02.jpg");}
#c03 .allBanner .image{background-image: url("../../images/allbanner_c03.jpg");}
#c04 .allBanner .image{background-image: url("../../images/allbanner_c04.jpg");}




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

.otherContents{
	width: 75%;
	max-width: 960px;
	margin:220px auto 0;
}

.otherContents .otherList{
	width: 100%;
	margin-top: 110px;
}
.otherContents .otherList ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.otherContents .otherList ul li{
	width: 31.3%;
	text-align: center;
}

.otherContents .otherList h4{
	font-family: "IntegralCFMedium";
	font-size: 24px;
	letter-spacing: 0.12em;
	line-height: 1.1;
}
.otherContents .otherList h4 span{
	display: block;
	font-size: 19px;
}
.otherContents .otherList .image{
	margin: 20px auto 25px;
}
.otherContents .otherList .more{}
.otherContents .otherList .more a{
	color: #FFF;
	background: #413D3C;
	font-size: 18px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	display: inline-block;
	padding: 0.6em 1.5em 0.5em;
	border: 1px solid #413D3C;
	font-family: "TTCommonsClassicRegular";
}
@media(min-width:769px) {
.otherContents .otherList .more a:hover{color: #413D3C;background: #FFF;}
}
.otherContents .otherList .more span{
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	letter-spacing: 0.05em;
}


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


.otherContents .sizeChart{
	width: 100%;
	margin: 150px auto 0;
	
}




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

.sns{
	width: 600px;
	margin: 175px auto 0;
}
.sns ul{
	width: 100%;
	display: flex;
}
.sns ul li{
	text-align: center;
	width: 33.3333%;
	padding: 25px 0;
	border-left: 1px solid #413D3C;
}
.sns ul li:first-child{border: none;}


.sns a{
	color: #413D3C;
	letter-spacing: 0.05em;
	font-size: 24px;
	font-family: "TTCommonsClassicRegular";
}
.sns .icon{
	width: 47px;
	margin: 20px auto 0;
	-webkit-transition:opacity 0.4s;
	transition:opacity 0.4s;
}



.sns .lineBanner{
	width: 550px;
	margin: 120px auto 0;
	border: 1px solid #413D3C;
}


@media(min-width:769px) {
.sns a:hover .icon{opacity: 0.5;}
.sns .lineBanner a:hover{opacity: 0.6;}
}







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




.footer{
	width: 100%;
	margin-top: 120px;
	padding: 240px 0 55px;
	color: #EDE6D9;
	font-family: "TTNormsProExpandedMedium";
	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 h2{
	width: 220px;
	margin: 0 auto;
}
.footer .copyright{
	letter-spacing: 0.1em;
	font-size: 20px;
	margin: 170px auto 0;
}
.footer .copyright br{display: none;}

.footer .pagetop{
	position: absolute;
	display: block;
	cursor: pointer;
	width: 50px;
	right: 2.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:20px;}
.sideNavi ul{width:100%;margin: 20px auto 0;}
.sideNavi ul li{width: 100%;padding: 12px 0 40px;}

.sideNavi ul li a{
	color: #413D3C;
	display: block;
	text-align: right;
	position: relative;
}
.sideNavi .num{
	font-family: "TTNormsProExpandedMedium";
	font-size: 12px;
	letter-spacing: 0.03em;
	text-align: right;
	position: absolute;
	top: -10px;
	right: -10px;
}

.sideNavi .title{
	width: 1px;
	height: 1px;
	font-size: 0px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	text-align: left;
	white-space: nowrap;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.sideNavi .title p{
	font-family: "IntegralCFMedium";
	font-size:14px;
	letter-spacing: 0.07em;
	position: absolute;
	top: -10px;
	left: 1px;
}
.sideNavi .title p em{
	display: block;
	font-size: 12px;
}


.sideNavi .current a{color:#C9B49A;}


.sideNavi .image{
	width: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
	margin: 0 auto;
}
.sideNavi .image span{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 5;
	opacity: 0.5;
	display: block;
	background: #CFD0D0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sideNavi ul li.current .image span{opacity:0;}
.sideNavi .pagetop{
    width: 100%;
    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:-7vw;background-image: url("../../images/slick_arrow_left.svg");}
.slick-next{right:-7vw;background-image: url("../../images/slick_arrow_right.svg");}










