@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　location
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.location .c-title--page--full > picture::after {
  display: none;
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,.blur,.zoom,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.5s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,30px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-30px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-30px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(30px,0); 
}
.blur {
  -webkit-filter: blur(14px);
	filter: blur(14px);  
}
.zoom{
  transform: scale(1.1,1.1); 
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

.mv {
	opacity: 1;
  -webkit-filter: blur(0);
	filter: blur(0);
	transform: translate(0,0) scale(1,1); 
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
main{
	background: #000;
	color: #FFF;
}
main p + p{
	margin-top: 0;
}
.layout-box{
	display: flex;
	justify-content: space-between;
}
.serif{
  font-family: "游明朝体36ポかな M", "Yu Mincho 36p Kana M", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sp{
	display: none;	
}

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 180px 0 130px;
	text-align: center;
}
.intro h2{
	margin-bottom: 50px;
	font-size: 2.8rem;
  line-height: 2;
}
.intro .txt{
	font-size: 1.8rem;
}


/* history
-----------------------------------------------------------------*/
.history-intro{
	position: relative;
	padding: 170px 0 100px;
	background: url(../img/location/revision/bg_histrory.webp) no-repeat center top #413630;
	background-size: 110% auto;
	text-align: center;
}
.history-intro::before,
.history-intro::after{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	content: "";
	pointer-events: none;
}
.history-intro::before{
	top: 0;
	height: 100px;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.history-intro::after{
	bottom: 0;
	height: 200px;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.history h2{
	margin-bottom: 25px;
	font-size: 3.6rem;	
  letter-spacing: .22em;
	font-family: 'EB Garamond', serif;
}
.history .txt-lead{
	margin-bottom: 70px;
	font-size: 2.8rem;	
}
.history .acc-cont{
  display: none;
	max-width: 1100px;
	margin: 0 auto 80px;
}
.history .acc-cont .pic{
	position: relative;
	margin-bottom: 30px;
}
.history .acc-cont .pic .caption{
	position: static;
	display: block;
	margin-top: 10px;
	text-align: right;
}
.history .acc-cont > div + div{
	margin-top: 130px;
}
.history .acc-cont h3{
	margin-bottom: 40px;
	font-size: 2.8rem;
}
.history .acc-cont .txt{
	font-size: 1.8rem;
  line-height: 2;
}
.history .btn-toggle{
	width: fit-content;
	margin-inline: auto;
	cursor: pointer;
}
.history .btn-toggle p{
	font-size: 1.8rem;
}
.history .btn-toggle .ttl-close{
  display: none;
}
.history .btn-toggle.on .ttl-close{
  display: block;
}
.history .btn-toggle.on .ttl-open{
  display: none;
}
.history .btn-toggle .btn-ico{
	position: relative;
	width: 70px;
	height: 70px;
	margin: 10px auto;
	border-radius: 100vmax;
	border: 1px solid #FFF;
}
.history .btn-toggle .btn-ico::before,
.history .btn-toggle .btn-ico::after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 1px;
	display: block;
	content: "";
	background: #FFF;
}
.history .btn-toggle .btn-ico::before{
	transform: translateX(-50%);
}
.history .btn-toggle .btn-ico::after{
	transform: translateX(-50%) rotate(90deg);	
}
.history .btn-toggle.on .btn-ico::before{
	transform: translateX(-50%) rotate(45deg);
}
.history .btn-toggle.on .btn-ico::after{
	transform: translateX(-50%) rotate(-45deg);
}
.history-scenery{
	padding: 105px 0 150px;
}
.history-scenery .txt-lead{
	margin-bottom: 150px;
	font-size: 2.2rem;
	line-height: 2;
	text-align: center;
}
.history-scenery-area{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	max-width: 1100px;
	margin: 0 auto 50px;
}
.history-scenery-area p{
	width: 50%;
}
.history-scenery-area p:nth-child(odd){
	padding-left: 10px;
}
.history-scenery-area p:nth-child(even){
	padding-right: 10px;
}
.history-scenery-area p:nth-child(n+3){
	margin-top: 200px;
}
.history-scenery-area p > span{
	position: relative;
	display: block;
	width: fit-content;
}
.history-scenery-area p .caption{
	position: static;
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 1.3rem;
}
.history-scenery-area .s01 > span{
	margin-left: auto;
}
.history-scenery-area .s02 > span{
	margin-top: 20%;
	margin-left: auto;
}
.history-scenery-area .s03 > span{
	/*margin-top: 30%;*/
}
.history-scenery-area .s04 > span{
	/*margin-top: 0;*/
}
.history-scenery-area .s05{
	width: 100%;
	/*margin-top: 150px;*/
}
.history .layout-box{
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;	
}
.history .layout-box + .layout-box{
	margin-top: 70px;
}
.history .layout-box._rev{
	flex-direction: row-reverse;
}
.history .layout-box .pic{
	position: relative;
	width: 50%;
}
.history .layout-box .pic .caption{
	position: static;
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 1.3rem;
	line-height: 1.4;
}
.history .layout-box .txt-area{
	width: 50%;
	padding: 0 10px;
}
.history .layout-box .txt-area p{
	width: fit-content;
	margin-inline: auto;
	font-size: 1.8rem;
	line-height: 2.2;
}
.history .txt-close{
	margin-top: 90px;
	font-size: 1.8rem;
	line-height: 2.2;
	text-align: center;
}


/* kyu-kyoryuchi
-----------------------------------------------------------------*/
.kyu-kyoryuchi .kv{
	position: relative;
}
.kyu-kyoryuchi .kv::before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
.kyu-kyoryuchi .kv-slider-area{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
  height: 100dvh;
	background: #000;	
}
#canvas--wrap {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}
canvas {
	display: block;
	width: 100vw !important;
	height: 100vh !important;
}
#indicator {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 10;
}
.dot {
	width: 35px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background-color 0.3s;
}
.dot + .dot{
	margin-top: 30px;
}
.dot.active {
	background-color: rgba(255, 255, 255, 1);
}
#slide-number {
	margin-top: 40px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
}
#caption {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 1.5rem;
	color: #fff;
	z-index: 10;
	pointer-events: none;
	white-space: pre-wrap;
}
.kyu-kyoryuchi .kv .ttl-area{
	position: absolute;
	left: 0;
	top: 8.3vw;
	width: 100%;
	pointer-events: none;
}
.kyu-kyoryuchi .kv h2{
	margin-bottom: 35px;
	font-size: 3.6rem;
	line-height: 2;
	letter-spacing: .22em;
	font-family: 'EB Garamond', serif;
}
.kyu-kyoryuchi .kv .txt-lead{
	font-size: 1.8rem;
	line-height: 2;
}
.kyu-kyoryuchi .txt-intro{
	position: relative;
	padding: 130px 0;
	text-align: center;
}
.kyu-kyoryuchi .txt-intro::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #FFF;
	opacity: 0;
	transition: 2s;
	transition-delay: .2s;	
}
.kyu-kyoryuchi .txt-intro.on::before{
	opacity: 1;
}
.kyu-kyoryuchi .txt-intro p{
	position: relative;
	font-size: 2.2rem;
	transition: 1.5s;
	transition-delay: .2s;
}
.kyu-kyoryuchi .txt-intro.on p{
	color: #333;
}
.kyoryuchi-scenery{
	background: #FFF;
	color: #333;
}
.kyoryuchi-scenery .pic-main{
	position: relative;
}
.kyoryuchi-scenery .pic-main .caption{
	bottom: -10px;
	transform: translateY(100%);
	color: #333;
	text-shadow: none;
}
.kyoryuchi-scenery-area{
	display: flex;
	flex-wrap: wrap;
	background: url(../img/location/revision/bg_kyoryuchi.webp) no-repeat center top;
	background-size: 110% auto;
}
.kyoryuchi-scenery-area p{
	position: relative;
	width: 50%;
}
.kyoryuchi-scenery-area p._wide{
	width: 100%;
}
.kyoryuchi-scenery-area p > span{
	position: relative;
	display: block;
	width: fit-content;
}
.kyoryuchi-scenery-area p > span .caption{
	position: static;
	display: block;
	margin-top: 10px;
	text-align: right;
	color: #333;
	text-shadow: none;
	font-size: 1.3rem;
}
.kyoryuchi-scenery-area .ks01{
	margin-left: 7%;
	/*transform: translateY(-30%);*/
}
.kyoryuchi-scenery-area .ks02{
	margin: 120px auto 0;
}
.kyoryuchi-scenery-area .ks03{
	margin: 0 5% 0 auto;
	/*transform: translateY(-50%);*/
}
.kyoryuchi-scenery-area .ks04{
	margin-left: 25%;
	/*transform: translateY(20%);*/
}
.kyoryuchi-scenery-area .ks05{
	margin: 0 5% 0 auto;
}
.kyoryuchi-scenery-area .ks06{
	margin: 150px auto 0;
}

.kyoryuchi-scenery-area p.txt-middle{
	width: 100%;
	margin-bottom: 250px;
	font-size: 1.8rem;
}
.kyoryuchi-scenery-area p.txt-middle span{
	margin-inline: auto;
}
.kyoryuchi-scenery .txt-close{
	margin-top: -100px;
	padding: 0 0 130px;
	text-align: center;
	font-size: 2.2rem;
}



/* location__future
-----------------------------------------------------------------*/
.location__future{
	position: relative;
	overflow: hidden;
}
.location__future__main a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgb(255 0 0 .3);
	text-align: center;
}
.location__future__main h2{
	margin-bottom: 25px;
	font-size: 3.6rem;
	letter-spacing: .22em;
	font-family: 'EB Garamond', serif;
}
.location__future__main .txt-lead{
	margin-bottom: 60px;
	font-size: 2.8rem;
	letter-spacing: .05em;
}
.location__future__main .txt{
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.location__future .caption{
	z-index: 10;
}
.map-future{
	padding-top: 90px;
	background: #FFF;
	text-align: center;
}
.pic-map-future{
	position: relative;
	width: fit-content;
	margin-inline: auto;
}
.pic-map-future .caption{
	color: #333;
	text-shadow: none;
}
















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}
		
/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 70px 0 40px;
	}
	.intro h2{
		margin-bottom: 40px;
		font-size: 2rem;
		line-height: 1.8;
	}
	.intro .txt{
		font-size: 1.4rem;
	}
	

/* history
-----------------------------------------------------------------*/
	.history-intro{
		padding: 100px 0 50px;
		background-size: 200% auto;
	}
	.history-intro::before{
		height: 100px;
	}
	.history-intro::after{
		height: 200px;
	}
	.history h2{
		margin-bottom: 15px;
		font-size: 2rem;	
	}
	.history .txt-lead{
		margin-bottom: 35px;
		font-size: 1.6rem;	
	}
	.history .acc-cont{
		margin: 0 auto 50px;
	}
	.history .acc-cont .pic{
		margin-bottom: 30px;
	}
	.history .acc-cont .pic .caption{
		margin-top: 10px;
		font-size: 1rem;
	}
	.history .acc-cont > div + div{
		margin-top: 80px;
	}
	.history .acc-cont h3{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.history .acc-cont .txt{
		font-size: 1.1rem;
		line-height: 1.8;
		text-align: justify;
	}
	.history .btn-toggle p{
		font-size: 1.2rem;
	}
	.history .btn-toggle .btn-ico{
		position: relative;
		width: 50px;
		height: 50px;
	}
	.history .btn-toggle .btn-ico::before,
	.history .btn-toggle .btn-ico::after{
		width: 20px;
	}
	.history-scenery{
		padding: 50px 0 60px;
	}
	.history-scenery .txt-lead{
		margin-bottom: 150px;
		font-size: 2rem;
	}
	.history-scenery-area{
		display: block;
		margin: 0 auto 20px;
	}
	.history-scenery .l-inner{
		padding: 0;
	}
	.history-scenery-area p{
		width: 100%;
	}
	.history-scenery-area p:nth-child(odd){
		padding-left: 0;
	}
	.history-scenery-area p:nth-child(even){
		padding-right: 0;
	}
	.history-scenery-area p:nth-child(n+2){
		margin-top: 0;
	}
	.history-scenery-area p .caption{
		margin-top: 10px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.history-scenery-area .s01 > span{
		width: 34vw;
	}
	.history-scenery-area .s01 > span .caption,
	.history-scenery-area .s03 > span .caption{
		padding-right: 10px;
	}
	.history-scenery-area .s02 > span{
		margin-top: -40vw;
		margin-left: 10px;
		width: 54vw;
	}
	.history-scenery-area .s03 > span{
		margin-top: 15vw;
		margin-left: auto;
		width: 60vw;
	}
	.history-scenery-area .s04 > span{
		margin-left: 4vw;
		width: 42vw;
	}
	.history-scenery-area .s05 > span{
		margin-top: 20vw;
		width: 84vw;
	}
	.history-scenery-area .s06{
		position: absolute;
		right: 4vw;
		bottom: 50vw;
		width: 100%;
	}
	.history-scenery-area .s06 > span{
		width: 45vw;
		margin-left: auto;
	}
	.history .layout-box{
		display: block;
		padding: 0 8%;	
	}
	.history .layout-box + .layout-box{
		margin-top: 70px;
	}
	.history .layout-box._rev{
		flex-direction: row-reverse;
	}
	.history .layout-box .pic{
		width: auto;
		margin-top: 40px;
	}
	.history .layout-box .pic .caption{
		font-size: 1rem;
	}
	.history .layout-box .txt-area{
		width: auto;
	}
	.history .layout-box .txt-area p{
		font-size: 1.3rem;
		line-height: 2;
		text-align: center;
	}
	.history .txt-close{
		margin-top: 60px;
		font-size: 1.3rem;
	}


/* kyu-kyoryuchi
-----------------------------------------------------------------*/
	.kyu-kyoryuchi .kv-slider-area{
		height: 177.866vw;
	}
	#indicator {
		top: auto;
		bottom: 20vw;
		right: 20px;
		transform: none;
	}
	.dot {
		width: 15px;
		height: 2px;
	}
	.dot + .dot{
		margin-top: 10px;
	}
	#slide-number {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	#caption {
		right: 15px;
		font-size: 1rem;
		color: #fff;
	}
	.kyu-kyoryuchi .kv .ttl-area{
		position: absolute;
		left: 0;
		top: 21.33vw;
		width: 100%;
		pointer-events: none;
	}
	.kyu-kyoryuchi .kv h2{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.kyu-kyoryuchi .kv .txt-lead{
		font-size: 1.3rem;
		letter-spacing: .1em;
	}
	.kyu-kyoryuchi .txt-intro{
		padding: 90px 0;
	}
	.kyu-kyoryuchi .txt-intro p{
		font-size: 1.6rem;
	}
	.kyoryuchi-scenery .pic-main .caption{
		font-size: 1rem;
	}
	.kyoryuchi-scenery-area{
		display: block;
		background-size: 300% auto;
	}
	.kyoryuchi-scenery-area p{
		width: 100%;
	}
	.kyoryuchi-scenery-area p > span .caption{
		font-size: 1rem;
	}
	.kyoryuchi-scenery-area .ks01{
		margin-left: 0;
		width: 58vw;
	}
	.kyoryuchi-scenery-area .ks02{
		margin: 0 0 0 auto;
		width: 40vw;
	}
	.kyoryuchi-scenery-area .ks03{
		margin: -25vw auto 0 8vw;
		width: 42vw;
	}
	.kyoryuchi-scenery-area .ks04{
		margin-top: 30vw;
		margin-left: 3vw;
		width: 36vw;
	}
	.kyoryuchi-scenery-area .ks05{
		top: -50vw;
		margin: 0 2vw 0 auto;
		width: 55vw;
	}
	.kyoryuchi-scenery-area .ks06{
		margin: -5vw auto 0;
		width: 75vw;
	}
	
	.kyoryuchi-scenery-area p.txt-middle{
		margin-bottom: 10vw;
		font-size: 1.6rem;
	}
	.kyoryuchi-scenery-area p.txt-middle span{
		margin-inline: auto;
	}
	.kyoryuchi-scenery .txt-close{
		margin-top: -50px;
		padding: 0 0 60px;
		font-size: 1.5rem;
	}



/* location__future
-----------------------------------------------------------------*/
	.location__future{
		overflow: hidden;
	}
	.location__future__main h2{
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.location__future__main .txt-lead{
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.location__future__main .txt{
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.location__future__main .btn img{
		width: 50px;
	}
	.map-future{
		padding-top: 60px;
	}

}