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

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
/*
font-family: 'Jost', sans-serif;
300/Light
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
/*
font-family: 'Josefin Sans', sans-serif;
300/Light
400/Regular
*/
@import url('https://fonts.googleapis.com/css2?family=Petrona&display=swap');
/*
font-family: 'Petrona', serif;
400/Regular
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
/*
font-family: 'EB Garamond', serif;
400/Regular
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
300/Light
400/Regular
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*
font-family: 'Noto Serif JP', serif;
400/Regular
*/





/* ---------- 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.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}


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{
	color:#FF0000;
    background:#FFF;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;   
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', Arial, Meiryo, sans-serif;
    font-weight:300;/*Light*/
	
}









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


#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background:#FFF;
    z-index:1000;
    overflow:hidden;
	-webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#loader-bg.start{
	height:0;
}



#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%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
#loader-bg .spinner > div {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color:#D0CFCD;
  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{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 40px;
	-webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1);
}
/* start */
.fade.delighter.started{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}

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




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


#header .pcMain{display: block;}
#header .spMain{display: none;}

#header .mianImage{
	width: 100%;
	padding-top: 58.5%;
	background: #D0CFCD;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#header .mianImage p{position: absolute;}

#header .pcMain p.p01{width:46%;top:0;left:0;z-index:2;}
#header .pcMain p.p02{width:44%;top:0;right:0;z-index:4;}
#header .pcMain p.p03{width:19%;top:19.2%;left:44%;z-index:8;}
#header .pcMain p.p04{width:33%;top:50%;right:50%;z-index:9;}
#header .pcMain p.p05{width:27%;bottom:10%;left:50%;z-index:10;}
#header .pcMain p.p06{width:23%;bottom:0;right:0;z-index:12;}
#header .pcMain p.p07{width:17%;bottom:25%;left:4%;z-index:14;}
#header .pcMain p.p08{width:27%;bottom:0;left:5%;z-index:7;}


#header .mianImage p span{
	position:relative;
	opacity:0;
	 -webkit-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
}

#header.start .mianImage p span{opacity:1;}

#header .pcMain p.p01 span{left: 5vw;}
#header .pcMain p.p02 span{top: 5vw;transition-delay:0.7s;t-webkit-ransition-delay:0.7s;}
#header .pcMain p.p03 span{top: -5vw;transition-delay:0.7s;t-webkit-ransition-delay:0.7s;}
#header .pcMain p.p04 span{left: -5vw;transition-delay:0.7s;t-webkit-ransition-delay:0.7s;}
#header .pcMain p.p05 span{top: -5vw;}
#header .pcMain p.p06 span{right: 5vw;}
#header .pcMain p.p07 span{top: -5vw;transition-delay:0.7s;t-webkit-ransition-delay:0.7s;}
#header .pcMain p.p08 span{left: 5vw;}

#header.start .pcMain p.p01 span{left: 0;}
#header.start .pcMain p.p02 span{top: 0;}
#header.start .pcMain p.p03 span{top: 0;}
#header.start .pcMain p.p04 span{left: 0;}
#header.start .pcMain p.p05 span{top: 0;}
#header.start .pcMain p.p06 span{right: 0;}
#header.start .pcMain p.p07 span{top: 0;}
#header.start .pcMain p.p08 span{left: 0;}


#header .mainTitle{
	position: absolute;
	right: 0;
	top: 50.75%;
	width: 37%;
	z-index: 50;
	overflow: hidden;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
}
#header .mainTitle h1{
	position: relative;
	left: 100%;
	background: rgba(26,86,50,0.5);
	-webkit-transition: all 1.6s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
	        transition: all 1.6s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
}
#header.start .mainTitle h1{
	left: 0;
}

#header .onward{
	width: 84px;
	position:absolute;
    top: -30px;
    right: 20px;
    z-index: 120;
	-webkit-transition: all 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
	        transition: all 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
}
#header .logo23ku{
	width: 140px;
	position:absolute;
    top: -30px;
    left:0;
	right: 0;
	margin: 0 auto;
    z-index: 120;
	-webkit-transition: all 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
	        transition: all 1.2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s;
}
#header.start .onward{top: 15px;}
#header.start .logo23ku{top: 15px;}


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



.scrollbar{
    width: 9px;
    position: absolute;
    left:0;
	right: 0;
	margin: 0 auto;
    bottom: -40px;
    height:80px;
    z-index: 50;
}
.scrollbar p{
    width: 15px;
    margin-left: 8px;
}
.scrollbar .base{
	width:1px;
	height:80px;
	position: absolute;
	bottom:0;
	left: 4px;
	overflow: hidden;
    z-index: 5;
    background:rgba(255, 255, 255, 0.5);
}
.scrollbar .bar{
	width:1px;
	height:80px;
	position: absolute;
	bottom:0;
	left: 4px;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(
			to bottom,
			rgba(101, 102, 93, 1) 50%,
			rgba(101, 102, 93, 0) 50%
		);
		background-position: 0 -80px;
		background-size: 100% 200%;
		animation: scrolldown 3.0s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

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







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


#lead{
    width: 100%;
}
#lead .catch{
    width: 100%;
	padding: 130px 0;
	background: #295135;
	color: #D6D1CA;
}
#lead .catch .main{
    width: 100%;
    position: relative;
}
#lead .catch .main .line,
#lead .catch.delighter .main .line{
    width: 0%;
    height: 2px;
    background: #D6D1CA;
    position: absolute;
	z-index: 10;
    -webkit-transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
#lead .catch .main .line.l01{top:50px;right:0;}
#lead .catch .main .line.l02{top:137px;left:0;}

#lead .catch.delighter.started .main .line{width:calc(50% + 280px);}

#lead .catch .main h1,
#lead .catch.delighter .main h1{
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 30px;
	z-index: 20;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.0s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.5s;
	   -moz-transition: all 1.0s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.5s;
	    -ms-transition: all 1.0s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.5s;
	        transition: all 1.0s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.5s;
}
#lead .catch.delighter.started .main h1{
    top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
#lead .catch h2,
#lead .catch.delighter h2{
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	font-size: 35px;
	letter-spacing: 0.08em;
    margin: 50px auto 0;
	text-align: center;
    position: relative;
    top: 30px;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	   -moz-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	    -ms-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	        transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
#lead .catch.delighter.started h2{
    top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}






#lead .leadText{
    width: 95%;
    margin:130px auto 0;
}
#lead .leadText p{
    font-family:'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 2.0;
	color: #295135;
	letter-spacing: 0.05em;
}
#lead .leadText p br.res{display: none;}
/*
#lead .leadText p br{display: none;}

#lead .leadText p br.res02{display: none;}
*/


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

.menu{
    width: 90%;
    max-width: 930px;
    margin: 150px auto 0;
	overflow: hidden;
	position: relative;
}
.menu:after,
.menu.delighter:after{
	content: "";
	position: absolute;
	top: 38px;
	left: 15%;
	right: 85%;
	height: 2px;
	background: #7E7F73;
	z-index: 1;
	-webkit-transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	   -moz-transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	    -ms-transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	        transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
}
.menu.delighter.started:after{right: 15%;}


.menu .category{
    width: 104%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
	position: relative;
	z-index: 5;
}
.menu .category li,
.menu.delighter .category li{
    width: 29.33333%;
	margin-right: 4%;
    display: inline-block;
    position: relative;
    top: 30px;
	vertical-align: top;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu.delighter.started .category li{
    top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

.menu.delighter .category li.m01{
    -webkit-transition-delay:0.2s;
	   -moz-transition-delay:0.2s;
	    -ms-transition-delay:0.2s;
	        transition-delay:0.2s;
}
.menu.delighter .category li.m02{
    -webkit-transition-delay:0.5s;
	   -moz-transition-delay:0.5s;
	    -ms-transition-delay:0.5s;
	        transition-delay:0.5s;
}
.menu.delighter .category li.m03{
    -webkit-transition-delay:0.8s;
	   -moz-transition-delay:0.8s;
	    -ms-transition-delay:0.8s;
	        transition-delay:0.8s;
}



.menu .category .num{
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.02em;
	line-height: 1.1;
	color: #295135;
	background:#FFF;
	width: 55%;
	margin: 0 auto;
}
.menu .category .num span{
	font-size: 34px;
	display: block;
}
.menu .category h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 0.04em;
	line-height: 1.0;
	color: #295135;
	margin-top: 30px;
}
.menu .category .menuName{
	width: 100%;
	padding-top: 4.2em;
	position: relative;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    line-height:1.6;
	color: #295135;
	letter-spacing: 0.05em;
}
.menu .category .menuName h3{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	 -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.menu .category .navImage{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    background: #7E7F73;

}
.menu .category .navImage .visual{
    width: 100%;
    padding-top: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform:scale3d(1.05,1.05,1);
	   -moz-transform:scale3d(1.05,1.05,1);
	    -ms-transform:scale3d(1.05,1.05,1);
	        transform:scale3d(1.05,1.05,1);
}
@media(min-width:769px) {
.menu .category .navImage:hover .visual {
	-webkit-opacity:0.35;
	-moz-opacity:0.35;
	-ms-opacity:0.35;
	opacity:0.35;
	-webkit-transform:scale3d(1,1,1);
	   -moz-transform:scale3d(1,1,1);
	    -ms-transform:scale3d(1,1,1);
	        transform:scale3d(1,1,1);
}
}
.menu .category .m01 .visual{background-image:url("../../images/menu01.jpg");}
.menu .category .m02 .visual{background-image:url("../../images/menu02.jpg");}
.menu .category .m03 .visual{background-image:url("../../images/menu03.jpg");}

.menu .category .navImage .caption{
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 10;
    width: 100%;
	height: 100%;
}
.menu .category .navImage .caption p{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 7em;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 1;
	padding: 10px 8px 8px;
    color: #FFF;
	border: 2px solid #FFF;
    letter-spacing: 0.02em;
    -webkit-transform:translateY(-50%) scale(0.8);
	   -moz-transform:translateY(-50%) scale(0.8);
	    -ms-transform:translateY(-50%) scale(0.8);
	        transform:translateY(-50%) scale(0.8);
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu .category .navImage:hover .caption p{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    -webkit-transform:translateY(-50%) scale(1);
	   -moz-transform:translateY(-50%) scale(1);
	    -ms-transform:translateY(-50%) scale(1);
	        transform:translateY(-50%) scale(1);
}
.menu .category .navImage a{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.menu .category .navImage .caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*background: rgba(212,202,159,0.5);*/
    background: rgba(255,255,255,0.6);
	content: '';
    -webkit-transition: all 0.6s;
	   -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	        transition: all 0.6s;
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	   -moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	    -ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	        transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);    
}
.menu .category .navImage:hover .caption::before {
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	   -moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	    -ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	        transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); 
}
.menu .category .navImage .caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*background: rgba(212,202,159,0.5);*/
    background: rgba(255,255,255,0.6);
	content: '';
    -webkit-transition: all 0.6s;
	   -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	        transition: all 0.6s;
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	   -moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	    -ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	        transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);    
}
.menu .category .navImage:hover .caption::before {
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	   -moz-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	    -ms-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	        transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); 
}



/*SP ONLY*/
.menu .category .more{
    display: none;
}






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


.fullLine{
    width: 100%;
	max-width: 1000px;
    height: 5px;
    margin: 300px  auto;
	position: relative;
}
.footer .fullLine{margin: 220px auto;}


.fullLine p,
.fullLine.delighter p{
    width: 0%;
    height: 5px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    background: #D6D1CA;
    -webkit-transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: width 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fullLine.delighter.started p{
    width: 100%;
}


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




.scene{
    width: 100%;
	padding: 0 2.5%;
    margin: 0 auto;
	overflow:hidden;
}
.scene.s01{
    margin-top: 250px;
}


.scene .sceneHeader{
    width: 100%;
	max-width: 1000px;
	margin: 0 auto;
/*	background:rgba(0,0,0,0.1);*/
}
.scene .sceneHeader .title{
    position:relative;
    text-align:center;
    padding-bottom:15px;
}

.scene .sceneHeader .title .num,
.scene .sceneHeader.delighter .title .num{
    position:relative;
	width: 100%;
    text-align:left;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
    font-size: 40px;
	color: #295135;
	line-height: 1;
}
.scene .sceneHeader .title .num p,
.scene .sceneHeader.delighter .title .num p{
	margin-left: 17%;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
	top: 0px;
	left: -30px;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.scene .sceneHeader.delighter.started .title .num p{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    left: 0;
}


.scene .sceneHeader .title .num:after,
.scene .sceneHeader.delighter .title .num:after{
	content: "";
	position: absolute;
	width:0%;
	height: 2px;
	background: #7E7F73;
	bottom: 0.3em;
	left: 0;
	-webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) ;
	    -ms-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.scene .sceneHeader.delighter.started .title .num:after{width: 15%;}


.scene .sceneHeader .title h3,
.scene .sceneHeader.delighter .title h3{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
	margin-top: 60px;
	color: #51534A;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
	top: 0px;
	left: 30px;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.scene .sceneHeader.delighter.started .title h3{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    left: 0;
}
.scene .sceneHeader .title h3 br{display: none;}

.scene .sceneHeader .title .line,
.scene .sceneHeader.delighter .title .line{
    position: absolute;
    bottom: 0;
    right:0;
	margin: 0 auto;
    height: 2px;
	width: 0%;
    background: #7E7F73;
	 -webkit-transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1) ;
	    -ms-transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1) ;
	        transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1) ;
}
.scene .sceneHeader.delighter.started .title .line{width: 85%;}


.scene .sceneHeader .catch,
.scene .sceneHeader.delighter .catch{
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	 top: 30px;
	  position: relative;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}
.scene .sceneHeader.delighter.started .catch{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}
.scene .sceneHeader .catch h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
	color: #295135;
    margin: 70px 0 85px;
}
.scene .sceneHeader .secneLead{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 2.0;
    text-align: center;
	color: #51534A;
    letter-spacing: 0.05em;
}
.scene .sceneHeader .secneLead br.res{display:none;}
.scene .sceneHeader .secneLead br.res02{display: none;}
.scene .sceneHeader .secneLead br.res04{display: none;}
.scene .sceneHeader br.s03res{display: none;}


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



.scene .gender{
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 210px auto 0;
}
.scene .gender .line{
    position: absolute;
    height: 2px;
    background: #7E7F73;
    width: 0;
}

.scene .gender .line.top,
.scene .gender.delighter .line.top{
    top: 0;
    left:0;
    width: 0;
    -webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
    }
.scene .gender .line.bottom,
.scene .gender.delighter .line.bottom{
    bottom: 0;
    right:0;
    width: 0;
    -webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) ;
	   -moz-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) ;
	    -ms-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) ;
	        transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1) ;
}
.scene .gender.delighter.started .line.top,
.scene .gender.delighter.started .line.bottom{
    width: 75%;
}
.scene .gender h3,
.scene .gender.delighter.started h3{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    line-height: 1;
    font-size: 58px;
    text-align: center;
    padding: 30px 0;
    position: relative;
    top: 15px;
	color: #295135;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	   -moz-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	    -ms-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	        transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.scene .gender.delighter.started h3{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top:0px;
}



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


.scene .subTitle{
	 width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 60px auto 0;
	text-align: center;
	color: #295135;
	line-height:1;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:  300;
}
.scene .subTitle p{
	font-size: 31px;
	letter-spacing: 0.1em;
}
.scene .subTitle h4{
	font-size: 41px;
	display: inline-block;
	letter-spacing: 0.03em;
	margin-top: 30px;
	position:relative;
}
.scene .subTitle h4:before,
.scene .subTitle h4:after{
	content: "";
	position: absolute;
	top: 46%;
	width: 23px;
	height: 23px;
	background: #D4CD9F;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	 -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.scene .subTitle h4:before{left:-50px;}
.scene .subTitle h4:after{right: -50px;}








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

.sideTitle.pcView{display: block;}
.sideTitle.spView{display: none;}

.sideTitle,
.sideTitle.delighter{
    position: absolute;
    width: 64px;
    top: 0;
    left: -12%;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); 
}
.sideTitle.delighter.started{
    left: -8%;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

.sideTitle .sub01,
.sideTitle.delighter .sub01{
    width: 100%;
    position: absolute;
    top: 20px;
    left:0;
    z-index: 5;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	   -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	    -ms-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}

.sideTitle .sub02,
.sideTitle.delighter .sub02{
    width: 100%;
    position: absolute;
    top: -20px;
    left:0;
    z-index: 5;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	   -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	    -ms-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
	        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.sideTitle.delighter.started .sub01,
.sideTitle.delighter.started .sub02{
    top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}


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



.itemMain{
    width: 88%;
    max-width: 1000px;
    margin: 80px auto 0;
    position: relative;
}


.itemMain .details{
    width: 39%;
    float: left;
}
.itemMain .details .partImage{
    width: 100%;
    display: block;
	position: relative;
}
.itemMain .details .partImage .copyright{
	position: absolute;
	z-index: 100;
	width: 22%;
	right: 3%;
	top: 71%;
}
.itemMain .details ul.slider{
    width:100%;
    display: block;
}

.itemMain .details ul.slider .zoom{
    position: relative;
    width: 100%;
}
.itemMain .details ul.slider .zoom img{
    display: lock;
    width: 100%;
    -webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	        transition: all 0.2s;
}
.itemMain .details ul.slider .zoom img::selection{
    background-color: transparent;
}

.itemMain .details ul.thumbnail{
    width: 102%;
    margin: 2% auto 0;
    font-size: 0;
}
.itemMain .details ul.thumbnail li{
    box-sizing: border-box;
    position:relative;
    cursor: pointer;
    display:inline-block;
    -webkit-transition: opacity 0.3s linear;
	   -moz-transition: opacity 0.3s linear;
	    -ms-transition: opacity 0.3s linear;
	        transition: opacity 0.3s linear;
}
.itemMain .details ul.thumbnail li img{
    width: 92%;
    position:relative;
}
.itemMain .details ul.thumbnail li.slick-current{
    -webkit-opacity:0.4;
	-moz-opacity:0.4;
	-ms-opacity:0.4;
	opacity:0.4;
}


.itemMain .details .comment{
    font-size: 16px;
	color: #65665D;
	letter-spacing: 0.03em;
	line-height: 1.8;
    width: 100%;
	padding-top: calc(100% - 185px);
    margin-top: 6%;
	position: relative;
}
.itemMain .details .comment p{
	position: absolute;
	top: 0;
	left: 0;
}





.itemList dl{
    width: 100%;
    display: block;
    font-size: 0;
    position: relative;
    text-align: left;
}
.itemList dl:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	height: 1px;
	background: #D8DFE1;
}
.itemList dl.farst:before{display: none;}

/*
.itemCoordinate .itemList dl:before{left: 0;right:100px;}
*/

 .itemList dl .name{
    width:calc(100% - 190px);
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
	padding-top: 0.8em;
	color: #65665D;
}
.itemCoordinate .itemList dl .name{
	width:calc(100% - 220px);
}


.itemList dl .price{
    width: 5em;
    font-size: 17px;
    line-height: 1.2;
    vertical-align: top;
    padding: 8px 0;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	 letter-spacing: 0.04em;
	 color: #65665D;
}
.itemList dl .price p{
	text-align:right;
}
.itemList dl .price span{
    font-size: 11px; 
	display: block;
}



.itemList dl dd{
	width: 75px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.itemList dl dd a{
    display: block;
    text-align: center;
    padding: 7px 0px 7px;
	width: 100%;
    border: 1px solid #98B8AD;
    background:#98B8AD;
    color: #51534A;
	line-height: 1;
	font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 14px;
	letter-spacing: 0.08em;
}
@media(min-width: 769px) {
.itemList dl dd a:hover{
    background:#FFF;
    border-color: #51534A;
}
}


.itemList .otherItem{
    display: none;
}
.itemList .otherTrigger{
    margin:16px auto 0;
    border: 1px solid #BAB9AF;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 9px 0 11px;
	width: 200px;
    cursor: pointer;
	color: #51534A;
	text-align: center;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.itemList .otherTrigger p{
    padding-left: 17px;
    position: relative;
	display: inline-block;
}
.itemList .otherTrigger p:after,
.itemList .otherTrigger p:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 1px;
    width: 11px;
    height: 1px;
    background: #4D5858;
}
.itemList .otherTrigger p:before{
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	   -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	    -ms-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	        transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transform:rotate(90deg);
	   -moz-transform:rotate(90deg);
	    -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
.itemList .otherTrigger.open p:before{
    -webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
            transform:rotate(0deg);
}


@media(min-width: 769px) {
.itemList .otherTrigger:hover{ background: #EFEFEF;}
}



.itemMain .styleImage{
    width: 55%;
    float: right;
	position: relative;
}

.itemMain .styleImage p{
    width: 100%;
    overflow: hidden;
}
.itemMain .styleImage p img{
    -webkit-transition: all 0.8s;
	   -moz-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	        transition: all 0.8s;
}
@media(min-width: 769px) {
.itemMain .styleImage p:hover img{
    -webkit-transform:scale3d(1.3,1.3,1);
	   -moz-transform:scale3d(1.3,1.3,1);
	    -ms-transform:scale3d(1.3,1.3,1);
	        transform:scale3d(1.3,1.3,1);
    -webkit-transition: all 8.0s;
	   -moz-transition: all 8.0s;
	    -ms-transition: all 8.0s;
	        transition: all 8.0s;
}
}

.itemMain .styleImage span.copyright{
	position: absolute;
	z-index: 100;
	width: 24%;
	right: 3%;
	bottom: 2%;
}




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



.itemCoordinate{
    width: 88%;
    max-width: 1000px;
    margin: 250px auto 0;
}
.itemCoordinate .title{
    width: 100%;
}
.itemCoordinate .title .line,
.itemCoordinate .title.delighter .line{
    position:relative;
    height: 2px;
    background: #7E7F73;
    width: 0%;
    -webkit-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: width 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.itemCoordinate .title.delighter.started .line{
    width: 80%;
}
.itemCoordinate .title h2,
.itemCoordinate .title.delighter h2{
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    line-height: 0.7;
	letter-spacing: 0.03em;
    font-size: 60px;
    text-align: center;
    position: relative;
    left: -30px;
	color: #295135;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	   -moz-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	    -ms-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	        transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.itemCoordinate .title.delighter.started h2{
    left: 0px;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}


.itemCoordinate .styles{
    width: 100%;
    position: relative;
    margin-top: 90px;
}

.itemCoordinate .styles .leftStyle{
    width: 48%;
    float: left;
}
.itemCoordinate .styles .rightStyle{
    width: 48%;
    float: right;
}
.itemCoordinate .coordinateImage{
    width: 100%;
	margin-top: 30px;
}
.itemCoordinate .itemList{
	margin-top: 25px
}



.itemCoordinate .coordiSubTitle{
	width: 100%;
    position: relative;
    margin:0 auto ;
	text-align: center;
	color: #295135;
	line-height:1;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:  300;
}
.itemCoordinate .coordiSubTitle p{
	font-size: 19px;
	letter-spacing: 0.1em;
}
.itemCoordinate .coordiSubTitle h4{
	font-size: 32px;
	display: inline-block;
	letter-spacing: 0.03em;
	margin-top: 10px;
	position:relative;
	height: 2.0em;
}

.itemCoordinate .coordiSubTitle.line01{margin-top:10px;}
.itemCoordinate .coordiSubTitle.line01 h4{margin:0;padding-top: 0.5em;}


.itemCoordinate .coordiSubTitle h4:before,
.itemCoordinate .coordiSubTitle h4:after{
	content: "";
	position: absolute;
	top: 46%;
	width: 14px;
	height: 14px;
	background: #D4CD9F;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	 -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.itemCoordinate .coordiSubTitle h4:before{left:-34px;}
.itemCoordinate .coordiSubTitle h4:after{right: -34px;}


.itemCoordinate .sideTitle,
.itemCoordinate .sideTitle.delighter{
    top: 120px;

}







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




.footer{
    width:85%;
	max-width: 1000px;
	margin: 250px auto 0;
    overflow: hidden;
    position: relative;
}



.footer .relationBanner{
    width: 80%;
	max-width: 600px;
    margin: 0 auto;
}
.footer .relationBanner a{
	width: 100%;
	display:block;
	background:url("../../images/f_relation.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 32%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .relationBanner a:after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(101,102,93,0.65);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.footer .relationBanner h3{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.2;
	z-index: 10;
	color: #FFF;
	padding: 16px 0;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
	 -webkit-transform:translate(-50%,-50%);
	   -moz-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}
.footer .relationBanner h3 span{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.footer .relationBanner h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.footer .relationBanner h3:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}


@media(min-width:769px) {
.footer .relationBanner a:hover:after{background: rgba(220,227,235,0.65);}
.footer .relationBanner a:hover h3{color: #295135;}
.footer .relationBanner a:hover h3:before{background: #295135;}
.footer .relationBanner a:hover h3:after{background: #295135;}
}




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



.footer .footerTitle{
	width: 77%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
.footer .footerTitle .bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background: #7E7F73;
}
.footer .footerTitle h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 54px;
	font-weight: 400;
	color: #295135;
	margin: 0 auto;
	position: relative;
	line-height: 0.7;
	letter-spacing: 0.03em;
	z-index: 20;
	text-align: center;
}

.footer .footerTitle.onlinestore{
	width: 100%;
}
.footer .footerTitle.onlinestore h3{
	line-height: 1;
	padding: 0.6em 0 0.3em;
}
.footer .footerTitle.onlinestore h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 2px;
	background: #7E7F73;
}

.footer .footerTitle.onlinestore h3:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85%;
	height: 2px;
	background: #7E7F73;
}


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



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

.footer .otherContents .otherTitle{
	color: #51534A;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2em;
}
.footer .otherContents .otherTitle h3{font-size: 30px;}
.footer .otherContents .otherTitle p{width: 22em;margin: 5px auto 30px;}
.footer .otherContents .otherTitle h4{font-size: 25px;}

.footer .otherContents .inner{
    width: 95%;
    margin: 90px auto 0;
}
.footer .otherContents ul{
    width: 105%;
    font-size: 0;
}
.footer .otherContents ul li{
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}
.footer .otherContents a{
	display: block;
    position: relative;
	width: 100%;
	padding-top: 45%;
    background-position: center center;
    background-size: cover;
	pointer-events: none;
}
.footer .otherContents a.n01{background-image:url("../../images/f_next01.jpg");}
.footer .otherContents a.n02{background-image:url("../../images/f_next02.jpg");}

.footer .otherContents a:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
	background: rgba(101,102,93,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .otherContents a .inner{
	width: 68%;
	position: absolute;
	top: 58%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	 -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.footer .otherContents a .inner .default{
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .otherContents a .inner .hover{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
@media(min-width:769px) {
.footer .otherContents a:hover:after{background: rgba(220,227,235,0.65);}
.footer .otherContents a:hover .default{
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
}
.footer .otherContents a:hover .hover{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
}




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


.footer .golf{
    width: 100%;
    margin: 0 auto;
}
.footer .golf h2{
    width:70%;
    max-width:320px;
    margin: 0 auto 50px;
}
.footer .golf h4{
    font-size: 31px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 15px;
	color:#4D5858;

}
.footer .golf ul{
    width: 101.5%;
    font-size: 0;
    text-align: center;
    margin-top: 120px;
}
.footer .golf ul li{
    width: 18.5%;
    margin-right: 1.5%;
    display: inline-block;  
}

.footer .golf ul li a{
    display: block;
	position: relative;
    background: #D6D1CA;
    border: 2px solid #D6D1CA;
    box-sizing: border-box;
}
.footer .golf ul li:first-child{
    width: 43%;
	display: block;
	margin-left: 28.5%;
	margin-bottom: 3.5%;
}
.footer .golf ul li:last-child{
    width: 48%;
	display: block;
	margin-left: 26.0%;
	margin-top: 12%;
}	
@media(min-width: 769px) {
.footer .golf ul li a:hover{background: #FFF;border-color:#295135;}
}




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

.footer .sns{
    width: 100%;
    text-align: center;
    margin: 200px auto;
	color: #373A36;
}
.footer .sns h3{
   font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    position: relative;
    letter-spacing: 0.02em;
    display: inline-block;
}
.footer .sns h3:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #373A36;
}
.footer .sns .instagram{
    width: 40px;
    margin: 30px auto 0;
}

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

.footer .onwardLogo{
    width: 240px;
    margin: 0 auto;
}


.footer .copyright{
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 40px 0 40px;
	color: #373A36;
}




.footer .pagetop{
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: -45px;
    cursor: pointer;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	        transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer .pagetop.view{
    right: 10px;
}

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



@media(min-width: 769px) {

.footer .sns a:hover,
.footer .onwardLogo a:hover{
    -webkit-opacity:0.6;
	-moz-opacity:0.6;
	-ms-opacity:0.6;
	opacity:0.6;
}
}










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

.sideNavi{
    position: fixed;
    top: 50%;
    right:-85px;
    width: 85px;
    max-width:7%;
    z-index: 100;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	   -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-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%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);  
}
.sideNavi.view{right: 0;}
.sideNavi ul{}
.sideNavi ul li{
    width: 100%;
    padding: 14px 0;
}
.sideNavi .num{
    width: 100%;
}
.sideNavi ul li a{
    display: block;
    -webkit-transition: all 0.6s;
	   -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	        transition: all 0.6s;
    -webkit-opacity:0.4;
	-moz-opacity:0.4;
	-ms-opacity:0.4;
	opacity:0.4;
}
.sideNavi ul li.current a{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
.sideNavi ul li a:hover{
    -webkit-opacity:1.0;
	-moz-opacity:1.0;
	-ms-opacity:1.0;
	opacity:1.0;
}

.sideNavi .pagetop{
    width: 45%;
    margin: 15px auto 0;
    cursor: pointer;
}




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



.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;
	width: 100%;
}
.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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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;
    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;
    font-size:0;
    line-height:0;
    margin-top:-20px;
    width: 40px;
    height: 40px;
    position:absolute;
    top:45%;
    z-index:110;
}

.slick-prev{left:-40px;}
.slick-next{right:-40px;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 0;  
	right: 0;
	background:url("../../images/slick_prev.svg") center center no-repeat;
	background-size: cover; 
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;

}
.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 0;  
	right: 0;
	background:url("../../images/slick_next.svg") center center no-repeat;
	background-size: cover; 
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}



/* slick-dots */
.slick-dots{
    display:block;
    list-style:outside none none;
    padding:0;
    text-align:center;
    width:100%;
	position:absolute;
	bottom:-25px;
	z-index:10;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
}
.slick-dots li button{
    cursor:pointer;
    display:block;
    font-size:0;
    height:8px;
	width:8px;
	padding:0px;
    line-height: 0;
    outline:medium none;
    position: relative;
	background:#FFF;
    -webkit-border-radius:8px;
       -moz-border-radius:8px;
	        border-radius:8px;
}


.slick-dots li.slick-active button{
    background:#000;
}






