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


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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;1,200;1,300&display=swap');
/*font-family: 'Poppins', sans-serif; 300/Light  200/Extra-Light*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');

/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Noto Serif JP', serif;*/



/* ---------- 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:#4D5858;
    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;/*Nomal*/
	
}









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


#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    min-height:100%;
    top:0px;
    left:0px;
    background:#FFF;
    z-index:1000;
    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%);
	   -moz-transform:translateY(-50%);
	    -ms-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{
    -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%;
    height: 100%;
    overflow: hidden;
    position: relative;
}



#header .mianImage{
    width: 100%;
    height: 100%;
    position: relative;
	background: url("../../images/mainimage.jpg") center center no-repeat;
	background-size: cover;
}



#header .title{
    position: absolute;
    top: 50%;
    left: 5%;
	width: 30%;
    z-index: 100;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}

#header .title .peanuts{
	width: 100%;
	display: block;
	position:absolute;
	top: 37%;
	left: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	   -moz-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	    -ms-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	        transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
}
#header .title .golf{
	width: 100%;
	display: block;
	position:absolute;
	bottom:37%;
	left: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	   -moz-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	    -ms-transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
	        transition: all 2.0s cubic-bezier(0.25, 1, 0.5, 1) 1.0s;
}
#header .title.start .peanuts{
	top: 0%;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
#header .title.start .golf{
	bottom:0%;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;

}



#header .title .bar{
	width: 100%;
	padding-top: 62%;
	display: block;
	position: relative;
}
#header .title .bar:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0%;
	height: 1px;
	background: #FFF;
	 -webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
            transform:rotate(0deg);
	-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);
}
#header .title.start .bar:after{
	width: 100%;
}

#header .title.start.end .bar:after{
	width: 25%;
}
#header .title.start.end.after .bar:after{
	 -webkit-transform:rotate(-24deg);
	   -moz-transform:rotate(-24deg);
	    -ms-transform:rotate(-24deg);
            transform:rotate(-24deg);
}









#header .title02{
    position: absolute;
    top: 50%;
    left: 5%;
	width: 30%;
    z-index: 100;
	display: none;
	webkit-opacity:0.5;
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	opacity:0.5;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}

#header .logoPeanuts{
    position:absolute;
    top: 15px;
    left: 18px;
    width: 135px;
    z-index: 120;
}
#header .logoOnward{
    position:absolute;
    top: 15px;
    right: 20px;
    width: 80px;
    z-index: 120;
}



.scrollbar{
    width: 30px;
    position: absolute;
    left:50px;
    bottom: 0;
    height:80px;
    z-index: 500;
}
.scrollbar p{
    width: 15px;
    margin-left: 8px;
}
.scrollbar .base{
	width:1px;
	height:80px;
	position: absolute;
	bottom:0;
	left: 0;
	overflow: hidden;
    z-index: 5;
    background:rgba(255, 255, 255, 0.5);
}
.scrollbar .bar{
	width:1px;
	height:80px;
	position: absolute;
	bottom:0;
	left: 0;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(
			to bottom,
			rgba(77, 88, 88, 1) 50%,
			rgba(77, 88, 88, 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%;
	background: #6FCFEB;
	padding: 130px 0 130px;
}
#lead .catch{
    width: 100%;
}

#lead .catch .main{
    margin-bottom:70px;
    width: 100%;
    position: relative;
}
#lead .catch .main .line,
#lead .catch.delighter .main .line{
    width: 0%;
    height: 2px;
    background: #4D5858;
    position: absolute;
    -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:65px;right:0;}
#lead .catch .main .line.l02{top:162px;left:0;}

#lead .catch.delighter.started .main .line{width: 72%;}

#lead .catch .main h1,
#lead .catch.delighter .main h1{
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: 30px;
    -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{
	color: #4D5858;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	font-size: 35px;
	letter-spacing: 0.08em;
    margin: 0 auto;
	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 .catch .leadText,
#lead .catch.delighter .leadText{
    width: 95%;
    margin: 40px auto 0;
	top: 30px;
	position: relative;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 2.0s;
	   -moz-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 2.0s;
	    -ms-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 2.0s;
	        transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 2.0s;
}
#lead .catch.delighter.started .leadText{
	 top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
#lead .leadText p{
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 23px;
    text-align: center;
    line-height: 2.0;
	letter-spacing: 0.05em;
}
#lead .leadText p br.res{display: none;}


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



.menu{
    width: 100%;
    max-width: 1000px;
    margin: 200px auto 0;
	overflow: hidden;
}

.menu .category{
    width: 107%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.menu .category li,
.menu .category.delighter li{
    width: 26.33333%;
	margin-right: 7%;
    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 .category.delighter.started li{
    top: 0;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}
.menu .category.delighter.ended{}


.menu .category.delighter li.m01{
    -webkit-transition-delay:0.2s;
	   -moz-transition-delay:0.2s;
	    -ms-transition-delay:0.2s;
	        transition-delay:0.2s;
}
.menu .category.delighter li.m02{
    -webkit-transition-delay:0.5s;
	   -moz-transition-delay:0.5s;
	    -ms-transition-delay:0.5s;
	        transition-delay:0.5s;
}
.menu .category.delighter 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: 'Poppins', sans-serif;
    font-weight: 300;
	font-style: italic;
    font-size: 22px;
    letter-spacing: 0.04em;
	line-height: 1.2;
}
.menu .category h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.04em;
	line-height: 1.2;
	position: relative;
	padding: 20px 0;
	margin-top: 10px;
}
.menu .category h2 span{
	display: block;
	font-size: 21px;
}
.menu .category h2:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #54C0E8;
}
.menu .category h2:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #54C0E8;
}


.menu .category .navImage{
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
    /*background: #D4CA9F;*/
    background: #B9DBE5;

}
.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 .copyright{
	position:absolute;
	right: 3%;
	bottom: 2.5%;
	width: 30%;
	z-index:10;
	 -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);
}
@media(min-width:769px) {
.menu .category .navImage:hover .copyright {
	-webkit-opacity:0.4;
	-moz-opacity:0.4;
	-ms-opacity:0.4;
	opacity:0.4;
}
}

.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: 'Poppins', sans-serif;
    font-weight: 300;
	font-style: italic;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #4D5858;
    padding: 10px 10px 9px;
    color: #4D5858;
    letter-spacing: 0.05em;
    -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;
}

.fullLine p,
.fullLine.delighter p{
    width: 0%;
    height: 5px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    background: #CFD2D3;
    -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: 95%;
    margin: 200px auto 0;
}
.scene .sceneHeader{
    width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.scene .sceneHeader .title{
    position:relative;
    text-align:center;
    padding-bottom:25px;
}

.scene .sceneHeader .title .num,
.scene .sceneHeader.delighter .title .num{
    position:relative;
    text-align:center;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
	font-style: italic;
    font-size: 40px;
	line-height: 1;
	top: -30px;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	  -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.scene .sceneHeader.delighter.started .title .num{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}

.scene .sceneHeader .title h3,
.scene .sceneHeader.delighter .title h3{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.5;
	margin-top: 0.3em;
    text-align: center;
    letter-spacing: 0.05em;
    display: inline-block;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
	top: -30px;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.scene .sceneHeader.delighter.started .title h3{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}

.scene .sceneHeader .title h3 br{display: none;}

.scene .sceneHeader .title .line,
.scene .sceneHeader.delighter .title .line{
    position: absolute;
    bottom: 0;
	left: 0;
    right:0;
	margin: 0 auto;
    height: 2px;
	width: 0%;
    background: #6FCFEB;
	 -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) ;
}
.scene .sceneHeader.delighter.started .title .line{width: 100%;}





.scene .sceneHeader h2,
.scene .sceneHeader.delighter h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    position: relative;
    top: 40px;
    margin: 80px 0 90px;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.scene .sceneHeader.delighter.started h2{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}
.scene .sceneHeader h2 span{
	display: block;
	font-size: 68px;
}

.scene .sceneHeader .secneLead,
.scene .sceneHeader.delighter .secneLead{
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    top: 40px;
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    -webkit-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	   -moz-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	    -ms-transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
	        transition: all 1.3s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
.scene .sceneHeader.delighter.started .secneLead{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}
.scene .sceneHeader .secneLead br.res{display:none;}
.scene .sceneHeader .secneLead br.res02{display: none;}









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


.scene .gender{
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 210px auto 0;
}
.scene .gender .line{
    position: absolute;
    height: 2px;
    background: #6FCFEB;
    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: 52px;
    text-align: center;
    padding: 30px 0;
    position: relative;
    top: 15px;
    -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.7s;
	   -moz-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
	    -ms-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
	        transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.scene .gender.delighter.started h3{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top:0px;
}


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

.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: 3;
    -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: 3;
    -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: 110px 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: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
    width: 100%;
	padding-top: 45%;
    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: 42%;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top;
    padding: 16px 0;
}
.itemList dl .price{
    width: 8em;
	position: absolute;
	top: 0;
	right: 100px;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.08em;
    padding: 16px 0;
}
.itemList dl .price p{text-align:right;display:inline-block; width:8em;}
.itemList dl .price span{
    font-size: 11px;
    letter-spacing: 0.03em;
}


.itemCoordinate .itemList dl .price{right: 35%;}




.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 #B8D8EB;
    background:#B8D8EB;
    color: #4D5858;
	line-height: 1;
	font-family: 'Poppins', 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: #4D5858;
}
}


.itemList .otherItem{
    display: none;
}
.itemList .otherTrigger{
    margin:16px auto 0;
    border: 1px solid #4D5858;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 9px 0 11px;
	width: 200px;
    cursor: pointer;
	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: 190px auto 0;
}
.itemCoordinate .title{
    width: 100%;
}
.itemCoordinate .title .line,
.itemCoordinate .title.delighter .line{
    position:relative;
    height: 2px;
    background: #3CB4E5;
    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: 1;
	letter-spacing: 0.03em;
    font-size: 65px;
    text-align: center;
    padding-bottom:25px;
    position: relative;
    top: 20px;
    -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.6s;
	   -moz-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
	    -ms-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
	        transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.itemCoordinate .title.delighter.started h2{
    top: 0px;
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

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

.itemCoordinate .styles .leftStyle{
    width: 48%;
    float: left;
}
.itemCoordinate .styles .rightStyle{
    width: 48%;
    float: right;
}



.itemCoordinate .coordinateImage{
    width: 100%;
}
.itemCoordinate .coordinateImage .zoom{
    position: relative;
    width: 100%;
}
.itemCoordinate .coordinateImage .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;
}
.itemCoordinate .coordinateImage img::selection{
    background-color: transparent;
}


.itemCoordinate .itemList{
	margin-top: 25px
}







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



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

.footer .relationBanner{
    width: 100%;
    margin: 0 auto 250px;
}
.footer .relationBanner a{
	width: 100%;
	display:block;
	background: #BBC6C3;
	border: 1px solid #BBC6C3;
	position: relative;
	color:#FFF;
	padding: 60px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .relationBanner h3{
	width: 70%;
	margin: 0 auto;
    font-size: 34px;
    letter-spacing: 0.08em;
	text-align: center;
	position: relative;
	line-height: 1;
	padding-bottom: 0.5em;
}
.footer .relationBanner h3:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	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 {background: #FFF;color:#4D5858;border-color:#4D5858;}
.footer .relationBanner a:hover h3:after{background: #4D5858;}
}


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


.footer .footerTitle{
	width: 77%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 35px;
}
.footer .footerTitle .bar,
.footer .footerTitle.delighter .bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	margin: 0 auto;
	background: #BBC6C3;
	-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) ;
}
.footer .footerTitle.delighter.started .bar{
	width: 100%;
}
.footer .footerTitle h3,
.footer .footerTitle.delighter h3{
	font-family: 'EB Garamond', serif; 
	font-size: 60px;
	font-weight: 400;
	margin: 0 auto;
	position: relative;
	line-height: 0.7;
	letter-spacing: 0.05em;
	z-index: 20;
	text-align: center;
	top: -15px;
	-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.6s;
		-moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
		  -ms-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
		  		  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.footer .footerTitle.delighter.started h3{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
	top: 0;
}


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


.footer .otherContents{
    width: 100%;
    margin: 140px auto 0;
}
.footer .otherContents .inner{
    width: 95%;
    margin: 0 auto;
}
.footer .otherContents ul{
    width: 105%;
    font-size: 0;
}
.footer .otherContents ul li{
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
}
.footer .otherContents ul li .banner{
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.footer .otherContents ul li .banner.n01{background-image:url("../../images/next01.jpg");}
.footer .otherContents ul li .banner.n02{background-image:url("../../images/next02.jpg");}
.footer .otherContents ul li .banner.n03{background-image:url("../../images/next03.jpg");}
.footer .otherContents ul li .banner.n04{background-image:url("../../images/next04.jpg");}
.footer .otherContents ul li .banner.n05{background-image:url("../../images/next05.jpg");}

.footer .otherContents ul li .banner:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: rgba(187,198,195,0.5);
}
/*.footer .otherContents ul li a{color: #FF0000;}*/
.footer .otherContents ul li a  .banner:after{
	background: rgba(184,216,235,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
@media(min-width:769px) {
.footer .otherContents ul li a:hover .banner:after{background: rgba(255,255,255,0.5)}
}
.footer .otherContents ul li .banner .inner{
    width: 55%;
    margin: 0 auto;
    padding: 5% 0;
    position: relative;
    z-index: 10;
}
.footer .otherContents ul li .banner .inner{
    width: 55%;
    margin: 0 auto;
    padding: 5% 0;
    position: relative;
    z-index: 10;
}
.footer .otherContents ul li .banner .subtitle{
	position: absolute;
	z-index: 15;
	width: 40%;
	bottom: 7%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.footer .otherContents ul li .banner.n04 span{
    position: absolute;
    bottom: 4%;
    right: 4%;
    width: 20%;
    z-index: 4;
}
.footer .otherContents ul li h4{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: 0.05em;
	color: #4D5858;
}
.footer .otherContents ul li h4 .peanuts{
    width:7em;
    display: inline-block;
    vertical-align:middle;
    position: relative;
    margin-top: 0.3em;
    padding-right: 0.4em;
}


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

.footer .golf{
    width: 100%;
    margin: 180px auto 0;
}
.footer .golf h2{
    width:70%;
    max-width:465px;
    margin: 0 auto 80px;
}
.footer .golf h4{
    font-size: 35px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 20px;
	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: #BBC6C3;
    border: 1px solid #BBC6C3;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.footer .golf ul li a span{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	 -webkit-transition: all 0.3s;
	     -moz-transition: all 0.3s;
		   -ms-transition: all 0.3s;
		           transition: all 0.3s;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
}

.footer .golf ul li:first-child{
    width: 48.5%;
	display: block;
	margin-left: 25.0%;
	margin-bottom: 3.5%;
}
.footer .golf ul li:last-child{
    width: 48.5%;
	display: block;
	margin-left: 25.0%;
	margin-top: 12%;
}	
@media(min-width: 769px) {
.footer .golf ul li a:hover{background: #FFF;border-color:#4D5858;}
.footer .golf ul li a:hover span{
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

}



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


.footer .sns{
    width: 100%;
    text-align: center;
    margin: 220px auto 0;
	color: #4D5858;
}
.footer .sns h3{
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 26px;
    position: relative;
    letter-spacing: 0.02em;
    display: inline-block;
}
.footer .sns h3:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4D5858;
}
.footer .sns .instagram{
    width: 40px;
    margin: 30px auto 0;
}


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


.footer .thanks{
    width: 100%;
    text-align: center;
    margin: 160px auto 200px;
	color: #4D5858;
}
.footer .thanks a{
	color: #4D5858;
	display: inline-block;
}

.footer .thanks h3{
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 30px;
    position: relative;
	line-height: 1.4;
    letter-spacing: 0.02em;
    display: inline-block;
}
.footer .thanks h3:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4D5858;
}
.footer .thanks h4{
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 28px;
    position: relative;
	line-height: 1.4;
    letter-spacing: 0.02em;
    display: block;
	margin-top: 1em;
}


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

.footer .onwardLogo{
    width: 240px;
    margin: 0 auto;
}
.footer .copyright{
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 40px 0 100px;
	color: #4D5858;
}

.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 .thanks a:hover,
.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%;
    margin-bottom:3px;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    color: #4D5858;
}
.sideNavi .num span{
	font-style: italic;
	display: block;
}
.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;
}
.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;
    display:block;
    font-size:0;
    line-height:0;
    margin-top:-15px;
    width: 30px;
    height: 30px;
    position:absolute;
    top:50%;
    z-index:50;
	border:none;
}

.slick-prev{left:-3%;}
.slick-next{right:-3%;}

.slick-prev::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;
    bottom: 0;  
    left: 7px;  
    width: 12px;
    height: 12px;  
    margin: auto;
    border-bottom: solid 1px #000;  
    border-right: solid 1px #000;  
    -webkit-transform:rotate(135deg);
	   -moz-transform:rotate(135deg);
	    -ms-transform:rotate(135deg);
            transform:rotate(135deg);
}

.slick-next::after{
	display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 7px;  
    width: 12px;  
    height: 12px;  
    margin: auto;  
    border-bottom: solid 1px #000;  
    border-right: solid 1px #000;
    -webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-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:-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;
}



































