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

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Cultura New Bold by DSType
 * URL: https://www.myfonts.com/products/bold-cultura-new-131161
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: TT Norms Pro Expanded Medium by TypeType
 * URL: https://www.myfonts.com/products/expanded-medium-tt-norms-269426
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: TT Commons Classic Medium Italic by TypeType
 * URL: https://www.myfonts.com/products/medium-italic-tt-commons-classic-258616
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: TT Commons Classic Regular by TypeType
 * URL: https://www.myfonts.com/products/regular-tt-commons-classic-258591
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */


@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&display=swap');
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
Regular 400
Medium 500
*/

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

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

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


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


#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: 25px;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s;
}
/* 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: #00F0FF;
	opacity: 0.3;
	z-index: 1000;
}

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

*/







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

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

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





#header{
	width: 100%;
	padding-top: 61%;	
	position: relative;
	background: #EBF0DF;
}

#header .coverLeft{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 100;
	background: #EBF0DF;
	-webkit-transition: width 1.0s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.0s cubic-bezier(0.76, 0, 0.24, 1);
}
#header .coverRight{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 100;
	background: #EBF0DF;
	-webkit-transition: width 1.0s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.0s cubic-bezier(0.76, 0, 0.24, 1);
}
#header.start .coverLeft{width: 0;}
#header.start .coverRight{width: 0;}




.cover-slider_wrap {
	position: absolute;
	width: calc(50% - 2px);
	top: 0;
	bottom: 0;
	z-index: 5;
	overflow: hidden;
}
.cover-slider_wrap.slide01{left: 0;}
.cover-slider_wrap.slide02{right: 0;}

.cover-slider {backface-visibility: hidden;}

.cover-slider_slide{
	position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
	left: 0;
	right:100%;
    background-size:cover;
    background-position: center;
    list-style: none;
    z-index: 1;
}
.cover-slider_slide.active{
	animation-duration: 1600ms;
	animation-fill-mode: forwards;
	animation-name: slidein;
	animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
.cover-slider_slide.inactive{
	animation-duration: 1600ms;
	animation-fill-mode: forwards;
	animation-name: slideout;
	animation-timing-function:cubic-bezier(0.45, 0, 0.55, 1);
}


.slide01 .cover-slider_slide:nth-child(1){background-image: url("../../images/mainpc01.jpg");right: 0;}
.slide01 .cover-slider_slide:nth-child(2){background-image: url("../../images/mainpc02.jpg");}
.slide01 .cover-slider_slide:nth-child(3){background-image: url("../../images/mainpc03.jpg");}
.slide02 .cover-slider_slide:nth-child(1){background-image: url("../../images/mainpc04.jpg");right: 0;}
.slide02 .cover-slider_slide:nth-child(2){background-image: url("../../images/mainpc05.jpg");}
.slide02 .cover-slider_slide:nth-child(3){background-image: url("../../images/mainpc06.jpg");}
@keyframes slidein{
	0% {left: 0;right: 100%;}
	100%  {left: 0;right: 0%;}
}
@keyframes slideout{
	0% {left: 0;right: 0;}
	100%  {left: 100%;right: 0%;}
}



#header .titleSet{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#header .titleSet .titleMountain{
	position:absolute;
	width: calc(50% - 2px);
	top: 0;
	bottom: 0;
	left:0;
}
#header .titleSet .titleSpace{
	position:absolute;
	width: calc(50% - 2px);
	top: 0;
	bottom: 0;
	right:0;
}

#header .titleSet h2{
	position: absolute;
	top: 9%;
	width: 7.5%;
}
#header .titleSet .titleMountain h2{
	right: 0%;
	opacity: 0;
	-webkit-transition: right 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s 0.7s;
	transition: right 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s 0.7s;
}
#header.start .titleSet .titleMountain h2{right: 3.5%;opacity: 1;}

#header .titleSet .titleSpace h2{
	left: 0%;
	opacity: 0;
	-webkit-transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s 0.7s;
	transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.8s 0.7s;
}
#header.start .titleSet .titleSpace h2{left: 3.5%;opacity: 1;}


#header .titleSet .titleSpace h3{
	position: absolute;
	top: 46.5%;
	left:3.5%;
	width: 2.5%;
	opacity: 0;
	-webkit-transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 0.8s 1.4s;
	transition: top 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, opacity 0.8s 1.4s;
}
#header.start .titleSet .titleSpace h3{top: 44.5%;opacity: 1;}



#header .titleSet .logo{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 18%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}

#header .titleSet .spDate{display: none;}



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






.lead{
	width: 100%;
	position: relative;
	margin-top: 120px;
}
.lead .leadInner{
	width: 85%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.lead .leadTitle{
	box-sizing: border-box;
	position:relative;
	color: #62873D;
	padding: 16px 0 20px 0;
}

.lead .leadTitle:before,
.lead.delighter .leadTitle:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #CCC4A7;
	-webkit-transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
	transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
}
.lead.delighter.started .leadTitle:before{top: 0;opacity: 1;}

.lead .leadTitle:after,
.lead.delighter .leadTitle:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #CCC4A7;
	-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;
}
.lead.delighter.started .leadTitle:after{bottom: 0;opacity: 1;}

.lead .leadTitle h2,
.lead.delighter .leadTitle h2{
	font-size: 47px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-family: "TTNormsProExpandedMedium";
	position: relative;
	left: 0px;
	opacity: 0;
	text-align: center;
	-webkit-transition:opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.lead.delighter.started .leadTitle h2{opacity: 1;}

.lead .leadTitle h2 em{
	 display: inline-block;
	 padding: 0 0.2em;
}
.lead .leadTitle h2 span{
	font-size: 0.45em;
	letter-spacing: 0.08em;
	display: block;
}


.lead .leadTitle .logo01,
.lead.delighter .leadTitle .logo01{
	position: absolute;
	width: 115px;
	top: 50%;
	left: 2.5%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
	opacity: 0;
	-webkit-transition:opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.lead.delighter.started .leadTitle .logo01{opacity: 1;}
.lead .leadTitle .logo02,
.lead.delighter .leadTitle .logo02{
	position: absolute;
	width: 115px;
	top: 50%;
	right: 2.5%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
	opacity: 0;
	-webkit-transition:opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.lead.delighter.started .leadTitle .logo02{opacity: 1;}


.lead .leadInner .leadBody{
	width: 80%;
	max-width: 655px;
	margin: 90px auto 0;
}
.lead .leadBody p,
.lead.delighter .leadBody p{
	font-family: 'Zen Old Mincho', serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4;
	position: relative;
	opacity: 0;
	top: 25px;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.0s 0.5s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 1.0s 0.5s;
}
.lead.delighter.started .leadBody p{top: 0;opacity: 1;}



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


.mainNavi{
	width: 88.5%;
	margin: 100px auto 0;
	position: relative;
}
.mainNavi .navBox{
	width: 49%;
	position: relative;
}
.mainNavi .navBox.to01{float: left}
.mainNavi .navBox.to02{float: right;}



.mainNavi  .navBox .topic,
.mainNavi  .navBox.delighter .topic{
	width: 100%;
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	opacity: 0;
	-webkit-transition:opacity 0.6s 0.3s;
	transition: opacity 0.6s 0.3s;
}
.mainNavi  .navBox.delighter.started .topic{opacity: 1;}

.mainNavi .navBox .name{
	width: 85%;
	margin: 7px auto 0;
	position: relative;
	padding: 13px 0 15px;
}
.mainNavi .navBox .name:before,
.mainNavi .navBox.delighter .name:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #CCC4A7;
	-webkit-transition: top 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
	transition: top 0.6s cubic-bezier(0.25, 1, 0.5, 1) , opacity 0.6s;
}
.mainNavi .navBox.delighter.started .name:before{top:0;opacity: 1;}

.mainNavi .navBox .name:after,
.mainNavi .navBox.delighter .name:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #CCC4A7;
	-webkit-transition: bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
	transition: bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1) , opacity 0.6s;
}
.mainNavi .navBox.delighter.started .name:after{bottom: 0;opacity: 1;}

.mainNavi .navBox .name h2,
.mainNavi .navBox.delighter .name h2{
	font-family: "CulturaNewBold";
	font-size: 22px;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1;
	opacity: 0;
	-webkit-transition:opacity 0.6s 0.3s;
	transition: opacity 0.6s 0.3s;
}
.mainNavi .navBox.delighter.started .name h2{opacity: 1;}


.mainNavi .categoryImage{
	width: 100%;
	margin: 5.5% auto 0;
	overflow: hidden;
	position: relative;
}
.mainNavi .navBox .categoryImage .viewCover,
.mainNavi .navBox.delighter .categoryImage .viewCover{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 100;
	background: #FFF;
	-webkit-transition: bottom 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: bottom 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.mainNavi .navBox.delighter.started .categoryImage .viewCover{bottom: 100%;}

.mainNavi .categoryImage a{
	position: relative;
	display: block;
}
.mainNavi .categoryImage a .img{
	position:relative;
	z-index: 1;
}
.mainNavi .categoryImage a .cover{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity:0;
	background: rgba(235,240,223,0.6);
	-webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
	transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.mainNavi .categoryImage a .more{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	color: #62873D;
	white-space: nowrap;
	padding: 0.7em 1.4em;
	border: 1px solid #62873D;
	border-radius:4px;
	display: inline-block;
	opacity: 0;
	background: rgba(235,240,223,0.6);
	-webkit-transform:translate(-50%,-50%) scale(0.7);
	transform:translate(-50%,-50%) scale(0.7);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainNavi .spMore{display: none;}


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





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



.wrapper{
	width: 100%;
}



.separator{
	width: 80%;
	max-width: 1040px;
	height: 4px;
	position: relative;
	margin: 280px 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: #646754;
	-webkit-transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.6s cubic-bezier(0.76, 0, 0.24, 1);
}

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


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




.category{width: 100%;margin-top: 220px;overflow: hidden;}
.category.c01{}
.category.c02{}


.categoryHeader{
	width: 100%;
	position: relative;
	overflow: hidden;
}

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

.categoryHeader:before,
.categoryHeader:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 20;
}
.categoryHeader:before{top: 0;}
.categoryHeader:after{bottom: 0;}

.c01 .categoryHeader:before,
.c01 .categoryHeader:after{background: #CEB97E;}
.c02 .categoryHeader:before,
.c02 .categoryHeader:after{background: #62873D;}



.categoryHeader .left{
	width: 23%;
	position: relative;
	padding-top: 54.5%;
	background-position: center center;
	background-size: cover;
	z-index: 10;
}
.c01 .categoryHeader .left{background-image: url("../../images/c01title_left_pc.jpg");}
.c02 .categoryHeader .left{background-image: url("../../images/c02title_left_pc.jpg");}

.categoryHeader .left .logo{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	z-index: 5;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.categoryHeader .right{
	width: 68.7%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	z-index: 10;
}
.c01 .categoryHeader .right{background-image: url("../../images/c01title_right_pc.jpg");}
.c02 .categoryHeader .right{background-image: url("../../images/c02title_right_pc.jpg");}

.categoryHeader .center,
.categoryHeader.delighter .center{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26%;
	width: 8.3%;
	opacity: 0;
	z-index: 50;
	-webkit-transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, opacity 1.2s 1.2s;
	transition: left 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, opacity 1.2s 1.2s;
}
.categoryHeader.delighter.started .center{left: 23%;opacity: 1;}

.categoryHeader .center .date{
	position: absolute;
	width: 16%;
	top: 7%;
	left: 12%;
	z-index: 20;
}


.categoryHeader .center .dark{
	position: absolute;
	width: 77%;
	z-index: 15;
}
.c01 .categoryHeader .center .dark{bottom: 4%;left: -1%;}
.c02 .categoryHeader .center .dark{bottom: 26%;left: -2%;}


.categoryHeader .center .thin{
	position: absolute;
	/*width: 77%;*/
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.c01 .categoryHeader .center .thin span,
.c01 .categoryHeader.delighter .center .thin span{
	display: block;
	position: absolute;
	width: 77%;
	opacity: 0;
	bottom: 4%;
	right: 16%;
	-webkit-transition: left 1.7s cubic-bezier(0.25, 1, 0.5, 1) 1.7s, opacity 1.0s 1.7s;
	transition: right 1.7s cubic-bezier(0.25, 1, 0.5, 1) 1.7s, opacity 1.0s 1.7s;
	}
.c01 .categoryHeader.delighter.started .center .thin span{right: -21%;opacity: 1}

.c02 .categoryHeader .center .thin span,
.c02 .categoryHeader.delighter .center .thin span{
	display: block;
	position: absolute;
	width: 77%;
	opacity: 0;
	bottom: 10%;
	left: -2%;
	-webkit-transition: bottom 1.7s cubic-bezier(0.25, 1, 0.5, 1) 1.7s, opacity 1.0s 1.7s;
	transition: bottom 1.7s cubic-bezier(0.25, 1, 0.5, 1) 1.7s, opacity 1.0s 1.7s;
}
.c02 .categoryHeader.delighter.started .center .thin span{bottom: 3.5%;opacity: 1}








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


.feature{
	width: 82%;
	max-width: 1080px;
	margin:250px auto 0;
}
.feature.f01{margin-top: 160px;}

.feature .title{
	width: 100%;
	position: relative;
	line-height: 1.3;
}
.c01 .feature .title{color: #CEB97E;}
.c02 .feature .title{color: #62873D;}

.feature .title:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	-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);
}
.feature.view .title:after{width: 100%;}

.c01 .feature .title:after{background: #CCC4A7;}
.c02 .feature .title:after{background: #B1C090;}

.feature .title .num{
	width: 92%;
	margin: 0 auto;
	font-family: "TTCommonsClassicMediumItalic";
	font-size: 14px;
	letter-spacing: 0.03em;
	margin-bottom: 0.5em;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.feature.view .title .num{opacity: 1;}

.feature .title h2{
	width: 92%;
	margin: 0 auto;
	font-family: "TTNormsProExpandedMedium";
	font-size: 42px;
	letter-spacing: 0.09em;
	padding-bottom: 0.5em;
	position: relative;
	line-height: 1.1;
	opacity:0;
}
.feature .title h2 br{display: none;}

.feature .title h2 span{
	position: relative;
	top: 10px;
	left: 20px;
	opacity:0;
}

.feature .text{
	width: 92%;
	margin: 1.2em auto 0;
	font-family: 'Zen Old Mincho', serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4;
	opacity: 0;
	top: 20px;
	position: relative;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, opacity 1.0s 1.2s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, opacity 1.0s 1.2s;
}
.feature.view .text{opacity: 1;top: 0;}

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


.imageSet{
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.imageSet.areaA{margin-top: 150px;}
.imageSet.areaB{margin-top: 100px;}

.imageSet div{position: relative;}


.imageSet .inLeft,
.imageSet .inLeft.delighter{
	left: 3vw;
	opacity: 0;
	-webkit-transition: left 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: left 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.imageSet .inLeft.delighter.started{left: 0;opacity: 1;}

.imageSet .inRight,
.imageSet .inRight.delighter{
	right:3vw;
	opacity: 0;
	-webkit-transition: right 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: right 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.imageSet .inRight.delighter.started{right: 0;opacity: 1;}

.imageSet .inTop_m,
.imageSet .inTop_m.delighter{
	margin-top:3vw;
	opacity: 0;
	-webkit-transition: margin 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
	transition: margin 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.8s;
}
.imageSet .inTop_m.delighter.started{margin-top: 0;opacity: 1;}





.f0101 .p01{z-index: 1;width: 40%;margin-left: 12.5%;}
.f0101 .p02{z-index: 2;width: 54%;margin-left: 38%;margin-top: -11%;}

.f0102 .p01{z-index: 3;width: 43.5%;margin-left: 12.5%;}
.f0102 .p02{z-index: 2;width: 52.5%;position: absolute;top:18%;right:0;}
.f0102 .p03{z-index: 1;width: 40%;margin-left: 7.5%;margin-top: -18%;}

.f0103 .p01{z-index: 1;width: 40%;margin-left: 12.5%;}
.f0103 .p02{z-index: 2;width: 58.5%;margin-left:33.5%;margin-top: -5%;}
.f0103 .p03{z-index: 3;width: 42.5%;margin-left: 7.5%;margin-top: -10%;}

.f0104 .p01{z-index: 1;width: 45%;margin-left: 9.5%;}
.f0104 .p02{z-index: 2;width: 43%;margin-left: 49%;margin-top: -15%;}

.f0201 .p01{z-index: 3;width: 40%;margin-left: 12.5%;}
.f0201 .p02{z-index: 2;width: 40%;margin-left:50%;margin-top: -37%;}
.f0201 .p03{z-index: 1;width: 41.5%;margin-left: 16.5%;margin-top: -7%;}

.f0202 .p01{z-index: 1;width: 52.5%;margin-left: 47.5%;}
.f0202 .p02{z-index: 2;width: 40%;margin-left: 7.5%;margin-top: -42%;}

.f0301 .p01{z-index: 1;width: 40%;margin-left: 12.5%;}
.f0301 .p02{z-index: 2;width: 42%;margin-left:50%;margin-top: -20%;}
.f0301 .p03{z-index: 3;width: 49%;margin-left: 16.5%;margin-top: -9%;}

.f0401 .p01{z-index: 2;width: 40%;margin-left: 12.5%;}
.f0401 .p02{z-index: 1;width: 39%;margin-left: 49.5%;margin-top: -26%;}

.f0402 .p01{z-index: 2;width: 43.5%;margin-left: 46.5%;}
.f0402 .p02{z-index: 1;width: 56.5%;margin-left: 7.5%;margin-top: -17.5%;}

.f0501 .p01{z-index: 2;width: 40%;margin-left: 10%;}
.f0501 .p02{z-index: 1;width: 58.5%;margin-left: 41.5%;margin-top: -21%;}

.f0502 .p01{z-index: 1;width: 69.5%;margin-left: 6%;}
.f0502 .p02{z-index: 2;width: 43%;margin-left: 47%;margin-top: -9%;}





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

.movieArea{
	width: 100%;
	margin: 100px auto 0;
	position: relative;
}

.movieArea .cover,
.movieArea.delighter .cover{
	position: absolute;
	top: -1px;
	left: 0;
	bottom: -1px;
	width: 100%;
	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: 75%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	line-height: 0;
	font-size: 0;
}
.movieArea .youtube{
	position:relative;
	z-index: 10;
	width:100%;
	padding-top:56.25%;
	background: #000;
}
.movieArea .player{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.movieArea .youtube iframe{
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.movieArea .thumb{
	position:absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index:5;
    cursor: pointer;
	display: block;
	overflow: hidden;
}		
.movieArea .thumb .playBT{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
	bottom: 0;
    z-index: 10;
    line-height: 1;
    text-align: center;
}
.movieArea .thumb .playBT .play{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    width: 130px;
    height: 130px;
    margin: -65px auto 0;
    padding:36px;
}
.movieArea .thumb .playBT .play:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #FFF;
	border-radius:100%;
	-webkit-transition:transform 0.4s;
	transition:transform 0.4s;
}

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





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





.itemListSet{
	width: 68%;
	max-width: 860px;
	margin: 160px auto 0;
}
.itemListSet ul.itemList{
	width: 100%;
	font-size: 0;
}
.itemListSet ul.itemList > li{
	width: 46.5%;
	margin-bottom: 70px;
	display: inline-block;
}
.itemListSet ul.itemList > li:nth-child(odd){margin-right: 7%;}
.itemListSet ul.itemList > li:nth-last-child(-n+2){margin-bottom:0;}

.itemBox{width: 100%;}
.itemBox h2{
	font-family: "CulturaNewBold";
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.c01 .itemBox h2{color: #3D4543;}
.c02 .itemBox h2{color: #62873D;}

.itemBox .itemSlide{
	position: relative;
	margin-top: 18px;
	padding-bottom: 55px;
}
.itemBox .itemSlide .itemSlick{border: 1px solid #3D4543;}


.itemBox .copy{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
.itemBox .spec{
	width: 100%;
	position: relative;
	margin-top: 45px;
	font-family: "TTCommonsClassicRegular";
	line-height: 1.3;
}
.itemBox .spec h3{font-size: 16px;letter-spacing: 0.06em;}
.itemBox .spec h3 span{font-size: 14px;}
.itemBox .spec h4{font-size: 12px;letter-spacing: 0.06em;margin-top: 0.3em;}

.itemBox .spec .detail{
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	width: 90px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemBox .spec .detail a{
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
	border: 1px solid;
	border-radius: 4px;
}
.c01 .itemBox .spec .detail a{color: #3D4543;border-color:#CEB97E;background: #CEB97E;}
.c02 .itemBox .spec .detail a{color: #EBF0DF;border-color:#62873D;background: #62873D;}


@media(min-width:769px) {
.c01 .itemBox .spec .detail a:hover{
	border-color:#3D4543;
	background: #FFF;
	color: #CEB97E;
}
.c02 .itemBox .spec .detail a:hover{
	border-color:#3D4543;
	background: #FFF;
	color: #62873D;
}
}





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

.fi0101 .slick-dots li:nth-child(1) button{background: #56663A;}
.fi0101 .slick-dots li:nth-child(2) button{background: #00263A;}
.fi0101 .slick-dots li:nth-child(3) button{background: #D7BC6C;}

.fi0102 .slick-dots li:nth-child(1) button{background: #56663A;}
.fi0102 .slick-dots li:nth-child(2) button{background: #00263A;}
.fi0102 .slick-dots li:nth-child(3) button{background: #D7BC6C;}

.fi0103 .slick-dots li:nth-child(1) button{background: #56663A;}
.fi0103 .slick-dots li:nth-child(2) button{background: #00263A;}
.fi0103 .slick-dots li:nth-child(3) button{background: #F5F3ED;}

.fi0104 .slick-dots li:nth-child(1) button{background: #56663A;}
.fi0104 .slick-dots li:nth-child(2) button{background: #00263A;}

.fi0105 .slick-dots li:nth-child(1) button{background: #544B41;}
.fi0105 .slick-dots li:nth-child(2) button{background: #00263A;}
.fi0105 .slick-dots li:nth-child(3) button{background: #F0EEEE;}

.fi0106 .slick-dots li:nth-child(1) button{background: #84795F;}
.fi0106 .slick-dots li:nth-child(2) button{background: #00263A;}

.fi0201 .slick-dots li:nth-child(1) button{background: #00263A;}
.fi0201 .slick-dots li:nth-child(2) button{background: #3F4B63;}
.fi0201 .slick-dots li:nth-child(3) button{background: #D3D3D3;}

.fi0202 .slick-dots li:nth-child(1) button{background: #00263A;}
.fi0202 .slick-dots li:nth-child(2) button{background: #3F4B63;}
.fi0202 .slick-dots li:nth-child(3) button{background: #D3D3D3;}

.fi0301 .slick-dots li:nth-child(1) button{background: #EDE6D9;}
.fi0301 .slick-dots li:nth-child(2) button{background: #979178;}
.fi0301 .slick-dots li:nth-child(3) button{background: #00263A;}

.fi0302 .slick-dots li:nth-child(1) button{background: #EDE6D9;}
.fi0302 .slick-dots li:nth-child(2) button{background: #979178;}
.fi0302 .slick-dots li:nth-child(3) button{background: #00263A;}

.fi0401 .slick-dots li:nth-child(1) button{background: #F6C8B1;}
.fi0401 .slick-dots li:nth-child(2) button{background: #D9CADD;}
.fi0401 .slick-dots li:nth-child(3) button{background: #484A61;}
.fi0401 .slick-dots li:nth-child(4) button{background: #D2D1E0;}
.fi0401 .slick-dots li:nth-child(5) button{background: #D1E6E9;}
.fi0401 .slick-dots li:nth-child(6) button{background: #EFEDE9;}

.fi0402 .slick-dots li:nth-child(1) button{background: #62846F;}
.fi0402 .slick-dots li:nth-child(2) button{background: #BB4031;}
.fi0402 .slick-dots li:nth-child(3) button{background: #2A3C47;}
.fi0402 .slick-dots li:nth-child(4) button{background: #4A6D99;}
.fi0402 .slick-dots li:nth-child(5) button{background: #BFB9B9;}
.fi0402 .slick-dots li:nth-child(6) button{background: #F3F3F5;}

.fi0501 .slick-dots li button{background-position: center center;background-size: cover;}
.fi0501 .slick-dots li:nth-child(1) button{background-image: url("../../images/color_f0501_01.jpg");}
.fi0501 .slick-dots li:nth-child(2) button{background-image: url("../../images/color_f0501_02.jpg");}
.fi0501 .slick-dots li:nth-child(3) button{background-image: url("../../images/color_f0501_03.jpg");}
.fi0501 .slick-dots li:nth-child(4) button{background-image: url("../../images/color_f0501_04.jpg");}


.itemBox .singleColor{
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: 23px;
	left: 0;
	text-align: center;
}
.fi0502 .singleColor span{
	width: 28px;
	height: 14px;
	display: inline-block;
	background: #ED9488;
	position: relative;
}
.fi0502 .singleColor span:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #46493A;
}

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


.om01 .slick-dots li:nth-child(1) button{background: #867A84;}
.om01 .slick-dots li:nth-child(2) button{background: #00263A;}

.om02 .slick-dots li:nth-child(1) button{background: #636658;}
.om02 .slick-dots li:nth-child(2) button{background: #867A84;}
.om02 .slick-dots li:nth-child(3) button{background: #373949;}
.om02 .slick-dots li:nth-child(4) button{background: #242330;}

.om03 .slick-dots li:nth-child(1) button{background: #636658;}
.om03 .slick-dots li:nth-child(2) button{background: #867A84;}
.om03 .slick-dots li:nth-child(3) button{background: #373949;}
.om03 .slick-dots li:nth-child(4) button{background: #242330;}

.om04 .slick-dots li:nth-child(1) button{background: #35393C;}
.om04 .slick-dots li:nth-child(2) button{background: #EDE9E5;}

.om05 .slick-dots li:nth-child(1) button{background: #35393C;}
.om05 .slick-dots li:nth-child(2) button{background: #EDE9E5;}

.om06 .slick-dots li:nth-child(1) button{background: #35393C;}
.om06 .slick-dots li:nth-child(2) button{background: #EDE9E5;}

.om07 .slick-dots li:nth-child(1) button{background: #412924;}
.om07 .slick-dots li:nth-child(2) button{background: #272B3A;}
.om07 .slick-dots li:nth-child(3) button{background: #F4F3EF;}

.om08 .slick-dots li:nth-child(1) button{background: #C79250;}
.om08 .slick-dots li:nth-child(2) button{background: #746A59;}
.om08 .slick-dots li:nth-child(3) button{background: #242B38;}

.om09 .slick-dots li:nth-child(1) button{background: #A7A7A5;}
.om09 .slick-dots li:nth-child(2) button{background: #242B38;}


.os01 .slick-dots li:nth-child(1) button{background: #B8AFC7;}
.os01 .slick-dots li:nth-child(2) button{background: #352F4A;}
.os01 .slick-dots li:nth-child(3) button{background: #CFD0D0;}
.os01 .slick-dots li:nth-child(4) button{background: #00263A;}

.os02 .slick-dots li:nth-child(1) button{background: #B8AFC7;}
.os02 .slick-dots li:nth-child(2) button{background: #352F4A;}
.os02 .slick-dots li:nth-child(3) button{background: #CFD0D0;}
.os02 .slick-dots li:nth-child(4) button{background: #00263A;}

.os03 .slick-dots li:nth-child(1) button{background: #B8AFC7;}
.os03 .slick-dots li:nth-child(2) button{background: #CFD0D0;}
.os03 .slick-dots li:nth-child(3) button{background: #00263A;}

.os04 .slick-dots li:nth-child(1) button{background: #00263A;}
.os04 .slick-dots li:nth-child(2) button{background: #F1EDE9;}

.os05 .slick-dots li:nth-child(1) button{background: #F1EDE9;}
.os05 .slick-dots li:nth-child(2) button{background: #00263A;}

.os06 .slick-dots li button{background-position: center center;background-size:cover;}
.os06 .slick-dots li:nth-child(1) button{background-image: url("../../images/color_os06_01.jpg");}
.os06 .slick-dots li:nth-child(2) button{background-image: url("../../images/color_os06_02.jpg");}



/*------*/



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



.otherItems{
	width: 85%;
	max-width: 1080px;
	margin: 260px auto 0;
}

.otherItems .otherTitle{
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding: 15px 0;
}
.otherItems .otherTitle:before,
.otherItems .otherTitle.delighter:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	opacity: 0;
	
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
}
.otherItems .otherTitle.delighter.started:before{top: 0;opacity: 1;}

.otherItems .otherTitle:after,
.otherItems .otherTitle.delighter:after{
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	opacity: 0;
	-webkit-transition: bottom 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
	transition: bottom 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s;
}
.otherItems .otherTitle.delighter.started:after{bottom: 0;opacity: 1;}


.c01 .otherItems .otherTitle:before{background: #CCC4A7;}
.c01 .otherItems .otherTitle:after{background: #CCC4A7;}
.c02 .otherItems .otherTitle:before{background: #B1C090;}
.c02 .otherItems .otherTitle:after{background: #B1C090;}


.otherItems .otherTitle h3,
.otherItems .otherTitle.delighter h3{
	width: 93%;
	margin: 0 auto;
	line-height: 1;
	font-family: "TTNormsProExpandedMedium";
	font-size: 51px;
	letter-spacing: 0.08em;
	opacity: 0;
	-webkit-transition:opacity 1.2s 0.3s;
	transition: opacity 1.2s 0.3s;
}
.otherItems .otherTitle.delighter.started h3{opacity: 1;}

.c01 .otherItems .otherTitle h3{color: #CEB97E;}
.c02 .otherItems .otherTitle h3{color: #62873D;}


.otherItems .otherTitle h3 span{
	 display: block;
	font-size: 0.79em;

}
.otherItems .otherItemList{
	width: 100%;
	margin-top: 85px;
}
.otherItems .otherItemList ul.list{
	width: 103%;
	font-size: 0;
}
.otherItems .otherItemList ul.list > li{
	width: 30.3333%;
	margin-right: 3%;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}
.otherItems .otherItemList ul.list > li:nth-last-child(-n+3){margin-bottom:0;}


.otherItems .itemBox .itemSlide{margin-top:0;}
.otherItems .itemBox .spec{
	margin-top: 0px;
	padding: 14px 0;
	border-top: 1px solid #636A68;
	border-bottom: 1px solid #636A68;
}

.otherItems .itemBox .spec h3{line-height: 1.05;}
.otherItems .itemBox .spec h3 br{display: none;}

.otherItems .itemBox .spec .detail a{
	background: #FFF;
	padding: 8px 0;
	border-radius: 4px;
}



.c01 .otherItems .itemBox .spec .detail a{color: #CEB97E;border: 1px solid #CEB97E;}
.c02 .otherItems .itemBox .spec .detail a{color: #62873D;border: 1px solid #62873D;}

@media(min-width:769px) {
.c01 .otherItems .itemBox .spec .detail a:hover{background: #CEB97E;color: #3D4543;}
.c02 .otherItems .itemBox .spec .detail a:hover{background: #62873D;color: #F0EEEE;}
}


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


.allBanner{
	width: 75%;
	max-width: 960px;
	margin: 350px auto 0;
	position: relative;
	color: #EBF0DF;
}
.allBanner .spLink{display: none;}


.allBanner .cover,
.allBanner.delighter .cover{
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	width: 100%;
	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);
}
.allBanner.delighter.started .cover{width: 0%;}




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


.allBanner .bannerInner{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.c01 .allBanner .bannerInner{background:rgba(206,185,126,0.6);}
.c02 .allBanner .bannerInner{background:rgba(98,135,61,0.7);}


.allBanner .detail{
	padding: 4.5% 0;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.allBanner .detail h2{
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.allBanner .detail h2 span{
	font-size: 28px;
}
.allBanner .detail .line{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 160px;
}

.allBanner .detail .line span:nth-child(1){
	width: 100%;
	height: 1px;
	display: block;
	background: #EBF0DF;
}
.allBanner .detail .line span:nth-child(2){
	width: 1px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	right: 6%;
	background: #EBF0DF;
	/*-webkit-transform:translate(0%,0%) rotate(45deg);*/
	transform:translateY(-13%) rotate(45deg);
}

.allBanner .more{
	position: absolute;
	top: 50%;
	right: 5%;
	display: inline-block;
	z-index: 15;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.allBanner .more a{
	display: block;
	border: 2px solid #EBF0DF;
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	padding: 15px 28px;
	border-radius: 3px;
	color: #EBF0DF;
}
/*
.c01 .allBanner .more a{background: #CEB97E;}
.c02 .allBanner .more a{background: #62873D;}
*/

@media(min-width: 769px) {
.c01 .allBanner .more a:hover{background:#CEB97E;}
.c02 .allBanner .more a:hover{background:#62873D;}
}





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





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

.otherContents h2{
	width: 100%;
	margin: 0 auto;
	padding:35px 0;
	position: relative;
	text-align: center;
}

.otherContents h2 span,
.otherContents h2.delighter span{
	position: relative;
	color: #62873D;
	text-align: center;
	font-family: "TTNormsProExpandedMedium";
	font-size: 51px;
	letter-spacing: 0.09em;
	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: #3D4543;
	-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 h2:before,
.otherContents h2.delighter:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 5;
	opacity: 0;
	background: #3D4543;
	-webkit-transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
	transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
}
.otherContents h2.delighter.started:before{top: 0;opacity: 1;}







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

.otherContents h3{
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}
.otherContents .photo{
	margin-top: 20px;
	position: relative;
}





.otherContents .more{
	margin: 18px auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.otherContents .more a{
	display: inline-block;
	font-family: "TTCommonsClassicRegular";
	letter-spacing: 0.04em;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 30px;
	color: #3D4543;
	border: 1px solid #62873D;
	border-radius:4px;
}

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

.otherContents .more span{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px 30px;
	color: #3D4543;
	border: 1px solid #62873D;
	border-radius:4px;
}

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



.footer{
	width: 100%;
	margin-top: 300px;
	padding: 65px 0 50px;
	color: #D9D8D6;
	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: 20px;
}
.footer .instagram .icon{
	width: 38px;
	margin: 15px auto 0;
}
.footer h2{
	width: 220px;
	margin: 16% auto 0;
}

.footer .copyright{
	letter-spacing: 0.1em;
	font-size: 17px;
	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: 80px;
	right: 0%;
	top: 130px;
}



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


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


.sideNavi .logo{
	width: 90%;
	margin: 0 auto;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sideNavi .title{
	width: 100%;
	line-height: 1;
	font-family: "CulturaNewBold";
	font-size: 14px;
	letter-spacing: 0.03em;
	margin: 12px auto;
	padding-bottom: 4px;
	text-align: center;
	position: relative;
	color: #3D4543;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	border-bottom: 1px solid #CFD0D0;
}

.sideNavi .image{
	width: 95%;
	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.5;
	background: #CFD0D0;
	display: block;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sideNavi ul li a{display: block;}

.sideNavi ul li.current .logo{opacity:1;}
.sideNavi ul li a:hover .logo{opacity:1;}

.sideNavi ul li.current .image span{opacity:0;}
.sideNavi ul li a:hover .image span{opacity:0;}

.sideNavi ul li.current .title{opacity:1;}
.sideNavi ul li a:hover .title{opacity:1;}


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






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


.spBottomNavi{display: none;}





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


/* ========================= Slider =============================== */

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	outline:none;
}
.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;
    position:absolute;
    z-index:50;
	border:none;
}

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

.slick-next::after{
/*	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 1vw;  
    width: 3.8vw;
    height: 3.8vw;  
    margin: auto;  
    border-bottom: solid 1px #3D5B58;  
    border-right: solid 1px #3D5B58;
    -webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	*/
}



/* slick-dots */
.slick-dots{
    display:block;
    list-style:outside none none;
    padding:0;
    text-align:center;
    width:100%;
	position:absolute;
	bottom:-33px;
	z-index:10;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    position: relative;
}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
    height:14px;
	width:28px;
	padding:0px;
    line-height: 0;
    outline:medium none;
    position: relative;
	background: #00F5FF;
}

.slick-dots li button:after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid;
	border-color:#FFF;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.slick-dots li.slick-active button:after{
	border-color:#46493A;
}







