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

/************************************************************
HTML TAGS
************************************************************/
/*----------------------------------------------- PC -----------------------------------------------*/
@media all and (min-width:801px){
*{
	margin: 0;
	padding: 0px;
}
        #lines-canvas {
            position: absolute;
              top: 0;
              left: 0;
              z-index: -20;
        }

#cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #191919;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    pointer-events: none;
    z-index: 1000;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
#cursor.active {
    transform: scale(0);
}

#stalker {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #dedede;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: 0.2s;
    opacity: .3;
    pointer-events: none;
    z-index: 1001;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#stalker.active {
    transform: scale(2.2);
}
.section {
  width: 100%;
}
img {
	vertical-align: bottom;
}
body {
	margin: 0px;
	padding: 0px ;
	background-color: #fff;
	color:#333333;
	font-style: normal;
	font-size: 13px !important;
	line-height: 1.7;
	letter-spacing:1px;
	font-feature-settings : "palt";
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-family: vdl-v7mincho, serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}
a,button,input,textarea {
}

h1{}

h2{
	font-size: 36px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 0.8;
	font-weight: 400;
}
h2 span {
	font-size: 12px;
	font-family: vdl-v7mincho, sans-serif;
	letter-spacing: 0.075em;
}

h3{}

h4{}

h5{}

::selection {
	background:#f2f2f2; /* Safari */
	color:#333;
}

::-moz-selection {
	background:#f2f2f2; /* Firefox */
	color:#333;

}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	line-height: 1.5;
}

td {
	line-height: 1.5;
}

ul,ol{
	list-style-type: none;
	color: #666666;
}

li img, dt img, dd img {
	vertical-align: bottom;
}

hr {
	margin: 0px;
	padding: 0px;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}
img {
	vertical-align: top;
}
a img{
	border: none;
}


/* custom size*/
p,li,dt,dd,th,td{
	font-size:14px;
	letter-spacing: 0.01em;
}

textarea{
	font-size:93%;
}

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}
section {
	padding-top: 80px;
}
.section {
	width: 100%;
	height: auto !important;
}
.section-content {
	height: auto !important;
	margin: auto;

}
.pagenation{
	padding: 10px;
	position: fixed;
	top: 50%;
	right: 13.8px;
	transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
}
.pagenation li{
	list-style-type: none;
	margin-bottom: 20px;
}
.pagenation a{
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #dedede;
	border-radius: 50%;
}
.pagenation a.active{
	background: #191919;
}
.is-current a {
	background: #000000;
}
.slider {
	width: 100%;
	height: 100%;
}
.slider li {
	width: 100%;
	height: 100%;
}
.slider li .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider .img {
	transform-origin: center;
	transform: scale(1.0);
	transition: 8s ease-out;
}
.slider .slick-active .img {
	transform: scale(1.1);
}
.button {
	display: inline-block;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 13px;
	font-family: vdl-v7mincho, sans-serif;
	position: relative;
	transition: all 0.3s;
}
.button::before, .button::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.button::before {
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	transform: scale(1, 0.1);
}
.button:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}
.button::after {
	transition: all 0.3s;
}
.button:hover::after {
	transform: scale(1, .1);
	opacity: 0;
}
/*header*/
header {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	
}
	header .header-logo {
		width: 100px;
		margin: 20px auto auto 20px;
		display: inline-block;
	}
	header .header-logo img {
		width: 100%;
	}
	header nav {
		width: calc(100% - 150px);
		position: absolute;
		top: 0px;
		right: 150px;
		text-align: center;
	}
	header nav ul{
		margin: 0 ;
		padding: 28px 0 0;
		text-align: right;
	}
	header nav ul li{
		list-style: none;
		display: inline-block;
		margin-left: 28px;
		padding-bottom: 5px;
	}
	header nav ul li a {
		font-size: 13px;
		text-decoration: none;
		color: #333333;
		letter-spacing: 0.1em;
		position: relative;
		display: inline-block;
	}
	header nav ul li a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #999;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}
	header nav ul li a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	header .shopping {
		position: fixed;
		top: 0;
		right: 0;
		transition: .5s;
		display: inline-block;
	}
	header .shopping img {
		width: 120px;
	}
	header .shopping.smaller img:first-child{
		width: 70px;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .shopping.smaller img:last-child{
		width: 80px;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .shopping:hover {
		-webkit-filter: brightness(1.2);
		-moz-filter: brightness(1.2);
		-o-filter: brightness(1.2);
		-ms-filter: brightness(1.2);
		filter: brightness(1.2);
	}
	header .sns {
		width: 60px;
		text-align: center;
		position: absolute;
		top: 140px;
		right: 0;
		line-height: 2.5;
	}
	header.sns a {

	}
	header .sns i {
		font-size: 18px;
	}
	header .sns a:hover {

	}
	header .copy {
		width: 250px;
		height: 20px;
		transform: rotate( 90deg );
		text-align: right;
		color: #333333;
		position: fixed;
		bottom: 140px;
		left: -95px;
	}
	header .copy p {
		font-size: 11px;

	}
	header .page-top {
		width: 250px;
		height: 20px;
		transform: rotate( 90deg );
		text-align: right;
		color: #333333;
		position: fixed;
		bottom: 140px;
		right: -102px;
	}
	header .page-top a {
		font-size: 13px;
		text-decoration: underline;
		transition: .2s;
	}
	header .page-top a:hover {
		text-decoration: none;
	}
#logoFix{width: 100px; position: fixed; left:1.8%; top:1.8%; z-index: 2;}
.path{
	stroke:#231815;
	fill:#fff;
	stroke-width:.5;
	stroke-DASHarray: 3000;
	stroke-DASHoffset:3000;
	-moz-animation:lineAnime 2s ease-in-out .5s forwards;
	-webkit-animation:lineAnime 2s ease-in-out .5s forwards;
	-o-animation:lineAnime 2s ease-in-out .5s forwards;
	animation:lineAnime 2s ease-in-out .5s forwards;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
@keyframes lineAnime{
	0%  {stroke-DASHoffset:3000;fill:#fff;}
	80% {stroke-DASHoffset:2000;fill:#fff;}
	100%{stroke-DASHoffset:0;fill:#231815;}
}

@-moz-keyframes lineAnime{
	0%  {stroke-DASHoffset:3000;fill:#fff;}
	80% {stroke-DASHoffset:2000;fill:#fff;}
	100%{stroke-DASHoffset:0;fill:#231815;}
}

@-webkit-keyframes lineAnime{
	0%  {stroke-DASHoffset:3000;fill:#fff;}
	80% {stroke-DASHoffset:2000;fill:#fff;}
	100%{stroke-DASHoffset:0;fill:#231815;}
}

@-o-keyframes lineAnime{
	0%  {stroke-DASHoffset:3000;fill:#fff;}
	80% {stroke-DASHoffset:2000;fill:#fff;}
	100%{stroke-DASHoffset:0;fill:#231815;}
}

@-ms-keyframes lineAnime{
	0%  {stroke-DASHoffset:3000;fill:#fff;}
	80% {stroke-DASHoffset:2000;fill:#fff;}
	100%{stroke-DASHoffset:0;fill:#231815;}
}
/* 縮小時のサイトロゴ */

/*footer*/
footer {
	width: 100%;
	margin-top: 50px;
	background-color: #ffffff;
}
	footer .inner {
		width: 100%;
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}

	footer .inner nav {
		width: 1000px;
		margin-top: 0px;
		text-align: center;
	}
	footer .inner nav ul {
		margin: 0 ;
		padding: 100px 0;
	}
	footer .inner nav ul li {
		list-style: none;
		display: inline-block;
		margin-left: 35px;
	}
	footer .inner nav ul li a {
		font-size: 13px;
		text-decoration: none;
		color: #333333;
		transition: .5s;
	}
	footer .inner nav ul li a:hover {
		color: #666666;
	}
	footer .inner nav ul li .no-visit {
		color: #999999;
	}
	footer .inner nav ul li .no-visit:hover {
		color: #666666;
	}
	/*bunzan*/
#bunzan {
	width: 100%;
	height: auto !important;
	margin-bottom: 0px;
}
	#bunzan .inner {
		width: calc(100% - 190px);
		margin: auto;
		background-color: #ffffff;
	}
	#bunzan .inner .container {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		background-color: #ffffff;
	}
	#bunzan .inner .container .bunzan-left {
		width: calc(60% - 60px);
		height: 450px;
		margin-right: 60px;
		float: left;
	}
	#map {
		width: 100%;
		height: 100%;
	}
	#bunzan .inner .container .bunzan-right {
		width: 40%;
		float: right;
	}
	#bunzan .inner .container .bunzan-right .text-1 {
		width: 100%;
		margin-bottom: 40px;
		padding-top: 60px;
		font-size: 13px;
		line-height: 2.3;
		letter-spacing: 0.075em;
	}
	#bunzan .inner .container .bunzan-right .text-1 strong{
		font-size: 22px;
	}
	#bunzan .inner .container .bunzan-right .button {
		width: 315px;
		padding: 20px 0px;
		margin: auto auto;
	}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .6s ease;
	-ms- transition: opacity .6s ease;
	-moz- transition: opacity .6s ease;
	transition: opacity .6s ease;
}
body.fadeout::after {
	opacity: 1;
}
body.fadeout article{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

/*scroll*/
@media all and (max-width:767px){.p-index-kv__title-triangle{margin-top:-10px}}.p-index-kv__title-triangle-in{fill:transparent}.p-index-kv__scroll{width:1px;height:60px;position:fixed;left:50%;z-index:100;background-color:#eee;top: 94%;}
@media all and (min-width:1025px){.p-index-kv__scroll{bottom:6.51042%}}
@media all and (min-width:768px) and (max-width:1024px){.p-index-kv__scroll{bottom:15.84507%}}
@media all and (max-width:767px){.p-index-kv__scroll{bottom:13.20423%}}.p-index-kv__scroll-pointer{width: 1px;height:10px;position:absolute;top:0;left:0;z-index:100;}.p-index-kv__scroll-pointer:before{content:'';display:block;width:1px;height:20px;border-radius:50%;background-color:#333}
@media all and (min-width:768px){.p-index-kv__scroll-text{color:#333;position:absolute;bottom:0; width:50px;font-size:10px; height: 90px; left:50%; font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
@media all and (max-width:767px){.p-index-kv__scroll-text{display:none}}
@-webkit-keyframes moveScrollPointer{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}}@keyframes moveScrollPointer{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}}@-webkit-keyframes scrollPointerInOut{0%{-webkit-transform:scale(0);transform:scale(0)}10%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes scrollPointerInOut{0%{-webkit-transform:scale(0);transform:scale(0)}10%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}.p-index-kv__scroll-pointer{-webkit-animation-name:moveScrollPointer;animation-name:moveScrollPointer;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}.p-index-kv__scroll-pointer:before{-webkit-animation-name:scrollPointerInOut;animation-name:scrollPointerInOut;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}}
}
/*----------------------------------------------- SP -----------------------------------------------*/
@media all and (max-width:800px){
*{
	margin: 0;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
body {
	margin: 0px ;
	padding: 0px;
	background-color: #fff;
	color:#333333;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:1px;
	font-feature-settings : "palt";
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-family: vdl-v7mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}

h1{}

h2{
	font-size: 32px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1;
	font-weight: 400;
}
h2 span {
	font-size: 10px;
	font-family: vdl-v7mincho, sans-serif;
	letter-spacing: 0.2em;
}

h3{}

h4{}

h5{}

p{

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	line-height: 1.5;
}

td {
	line-height: 1.5;
}

ul,ol{
	list-style-type: none;
	color: #666666;
}

li img, dt img, dd img {
	vertical-align: bottom;
}

hr {
	margin: 0px;
	padding: 0px;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}
img {
	vertical-align: top;
}
a img{
	border: none;
}


/* custom size*/
p,li,dt,dd,th,td{
	letter-spacing: 0.01em;
}

textarea{
	font-size:93%;
}

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*header*/
header {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
	header .header-logo {
    width: 60px;
    margin: 20px auto auto 20px;
    display: inline-block;
    }
	header .header-logo img {
		height: 100%;
	}
	header .shopping {
		background-image: url("../img/header/shopping_button@2x.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 60px;
		transition: .5s;
		display: inline-block;
	}
	header .shopping:hover {
		-webkit-filter: brightness(1.2);
		-moz-filter: brightness(1.2);
		-o-filter: brightness(1.2);
		-ms-filter: brightness(1.2);
		filter: brightness(1.2);
	}
	header .shopping a {
		display: inline-block;
		width: 100%;
	}
	header .shopping a img {
		width: 100%;
	}
	header .sns {
		width: 120px;
		text-align: center;
		position: absolute;
		top: 10px;
		right: 120px;
		line-height: 2.5;
	}
	header.sns a {
	}
	header .sns i {
		font-size: 18px;
		margin: auto 0px auto 15px;
	}
	header .sns a:hover {
	}
	header .copy {
		width: 250px;
		height: 20px;
		transform: rotate( 90deg );
		text-align: right;
		position: fixed;
		bottom: 140px;
		left: -115px;
	}
	header .copy p {
		font-size: 10px;
		color: #333333;
	}
	header .page-top {
		width: 250px;
		height: 20px;
		transform: rotate( 90deg );
		text-align: right;
		color: #333333;
		position: fixed;
		bottom: 140px;
		right: -115px;
	}
	header .page-top a {
		font-size: 12px;
		text-decoration: underline;
		transition: .2s;
	}
	header .page-top a:hover {
		text-decoration: none;
	}


/*footer*/
footer {
	width: 100%;
	background-color: #ffffff;
}
	footer .inner {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	footer .inner .footer-logo {
		width: 70px;
		margin: 10px auto 25px auto;
		display: inline-block;
	}
	footer .inner .footer-logo img {
		width: 100%;
	}
	footer .inner nav {
		display: none;
	}
	footer .inner nav ul {
		margin: 0 ;
		padding: 30px 0 0;
	}
	footer .inner nav ul li {
		list-style: none;
		display: inline-block;
		margin-left: 35px;
	}
	footer .inner nav ul li a {
		font-size: 13px;
		text-decoration: none;
		color: #333333;
		transition: .5s;
	}
	footer .inner nav ul li a:hover {
		color: #666666;
	}
	footer .inner nav ul li .no-visit {
		color: #999999;
	}
	footer .inner nav ul li .no-visit:hover {
		color: #666666;
	}
/*bunzan*/
#bunzan {
	width: 100%;
	margin-bottom: 60px;
}
	#bunzan .inner {
		width: 90%;
		margin: auto;
		background-color: #ffffff;
	}
	#bunzan .inner .container {
		width: 100%;
		max-width: 500px;
		margin: auto;
		background-color: #ffffff;
	}
	#bunzan .inner .container .bunzan-left {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
	#map {
		width: 100%;
		height: 100%;
	}
	#bunzan .inner .container .bunzan-right {
		width: 100%;
		text-align: center;
	}
	#bunzan .inner .container .bunzan-right .text-1 {
		width: 100%;
		margin-bottom: 40px;
		font-size: 13px;
		line-height: 2.3;
		letter-spacing: 0.075em;
		text-align: left;
	}
	#bunzan .inner .container .bunzan-right .button {
		width: 100%;
		max-width: 500px;
		padding: 20px 0px;
		margin: auto auto;
		border-radius: 5px;
		text-align: center;
		letter-spacing: 0.2em;
		color: #ffffff;
		background-color: #1b1b1b;
		display: inline-block;
		font-family: vdl-v7mincho, sans-serif;
		font-size: 13px;
	}
	#bunzan .inner .container .bunzan-right .button:hover {
		background-color: #2e2e2e;
		background-color: #2e2e2e;
	}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .6s ease;
	-ms- transition: opacity .6s ease;
	-moz- transition: opacity .6s ease;
	transition: opacity .6s ease;
}
body.fadeout::after {
	opacity: 1;
}
body.fadeout article{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.p-index-kv__scroll {
	display: none !important;
}
}