@charset "utf-8";
#loader-wrap {
	background: rgba(109, 114, 90, 1);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
#loader {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#loader-txt {
	color: #fff;
    font-size: 3em;
	font-size: 2em;
    position: absolute;
    text-align: right;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* width: 55px;*/
    z-index: 5;
	font-family: "Gilda Display", serif;
}
#loader-txt > span {
	font-size: 60%;
	position: absolute;
	left: 100%;
	bottom: 50%;
	transform: translateY(60%);
}

.site-footer { padding-bottom: 10px; }
/*==================================================================
	Mainvisual
===================================================================*/
.mainvisual { position: relative;}
.mainvisual .main_slider .item {
	position: relative;
	z-index: 0;
}
.mainvisual .cont {
	position: absolute;
	top: 57%;
	left: 0;
	right: 0;
	transform: translatey(-50%);
	text-align: center;
	z-index: 1;
	margin: auto;
	opacity: 0;
	filter: blur(5px);
	transition: all 1s linear;
	transition-delay: 0.5s;
	text-align: center;
}
.mainvisual .cont .ttl { 
	color: #bfb274;
	font-size: 6rem;
	line-height: 1.2;
	letter-spacing: 0.015em;
	margin-bottom: 20px;
}
.mainvisual .cont .ttl_md {
	font-size: 3rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
	color: #fff;
}
.mainvisual .cont .txt {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 2;
	color: #fff;
	margin-bottom: 5px;
}
.mainvisual .item.is_index .cont {
	opacity: 1;
	filter: blur(0);
}
.mainvisual .img {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.mainvisual video,
.mainvisual .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.mainvisual video {
	object-position: bottom right;
	height: 100vh;
}
.mainvisual .item02 .cont {
	top: auto;
    bottom: 3%;
    right: 5.5%;
    left: auto;
	text-align: left;
	transform: translateY(0);
}
.mainvisual .item03 .cont { top: 20%;}
@media screen and (max-width: 1000px) {
	.mainvisual video,
	.mainvisual .img { height: calc(100vh - 164px);}
}
@media screen and (max-width: 767px) {
	.mainvisual video,
	.mainvisual .img { height: calc(100vh - 140px);}
	.mainvisual .cont .ttl { 
		font-size: 9vw;
		margin-bottom: 10px;
		text-shadow: rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px, rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px, rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px;
	}
	.mainvisual .cont .ttl_md { font-size: 6.5vw;}
	.mainvisual .cont .txt { 
		font-size: 4vw;
		text-shadow: rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px, rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px, rgba(0, 0, 0, .3) 0px 0px 4px, rgba(0, 0, 0, .3) 0px 0px 12px;
	}
	.mainvisual .item03 .cont { top: 25%;}
}
/*==================================================================
	Section merit
===================================================================*/
.sec_merit {
    position: relative;
    background: url("../imgs/merit_bg.jpg") no-repeat center center/cover;
    padding: 50px 0 35px;
	padding: 30px 0 20px;
	overflow: hidden;
}
.sec_merit .inner { max-width: 1045px; max-width: 960px;}
@media screen and (max-width: 767px) {
	.sec_merit .inner { width: 75%;}
   	.sec_merit { background: url("../imgs/merit_bg_sp.jpg") no-repeat center center/cover; padding: 20px 0 20px;}
}
/*==================================================================
	Section info
===================================================================*/
.sec_information {
	position: relative;
	text-align: center;
	background: url(../imgs/information_bg.jpg) no-repeat top left / cover;
	text-align: center;
	padding: 165px 0 165px;
	color: #fff;
}
.sec_information .ttl {
	font-size: 2rem;
	letter-spacing: 0.055em;
	margin-bottom: 40px;
	color: #eed57e;
}
.sec_information .open_txt {
	font-size: 2rem;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}
.sec_information .open_txt .sm { font-size: 90%;}
.sec_information .open_txt .lg { font-size: 140%;}
.sec_information .open_txt .md { font-size: 130%;}
.sec_information .open_txt.mb35 { margin-bottom: 35px;}
.sec_information .time {
	font-size: 1.6rem;
	letter-spacing: 0.22em;
	margin-bottom: 35px;
}
.sec_information .time span { margin: 0 0 10px;}
.sec_information .info-nextDay__txt {
	font-size: 1.2rem;
	margin-bottom: 55px;
}
.sec_information .notice {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 90px;
}
.sec_information .sec_top_btn { margin: auto;}
.sec_information .info_bnr {
	max-width: 790px;
	margin: 80px auto 0;
}
.sec_information .info_bnr a { transition: all .3s;}
@media screen and (max-width: 1024px) {
	.sec_information .ttl { margin-bottom: 25px;}
}
@media screen and (max-width: 767px) {
	.sec_information { padding: 60px 0;}
	.sec_information .ttl { font-size: 1.6rem;}
	.sec_information .open_txt {
		font-size: 1.3rem;
        letter-spacing: 0.01em;
		margin-bottom: 20px;
	}
	.sec_information .open_txt .lg { letter-spacing: 0;}
	.sec_information .open_txt.mb35 { margin-bottom: 25px;}
	.sec_information .time {
		font-size: 1.2rem;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.sec_information .info-nextDay__txt { margin-bottom: 30px;}
	.sec_information .notice { margin-bottom: 40px;}
	.sec_information .info_bnr { margin: 40px auto 0;}
}

/*==================================================================
	Section Urban
===================================================================*/
:root { --pg-value:0;}
.sec_urban {
	background: #696a5b;
	position: relative;
	overflow: hidden;
	padding-top: 130vh;
}
.sec_urban .inner {
	max-width: 100%;
	padding: 0;
}
.sec_urban .bg_leaf {
	position: absolute;
	right: 0;
	top: 0;
	width: 49.1%;
	z-index: 10;
}
.urban_list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 calc(2*1.33vw);
}
.urban_list .cols {
	height: 100%;
	justify-content: center;
	position: relative;
	width: calc(100%/3);
	padding: 0 calc(2*1.33vw);
	display: grid;
	grid-template-columns: auto;
	gap: calc(4*1.333vw) 0;
	z-index: 0;
}
.urban_list .cols .img {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
}
.urban_list .cols .img .pos_rel { height: 100%;}
.urban_list .cols:nth-child(2) .img { height: auto;}
.urban_list .cols:nth-child(1) { transform: translateY(calc((var(--pg-value)) * 9vh));}
.urban_list .cols:nth-child(2) {
	margin-top: calc((var(--pg-value) - 1)* 50vh);
	transform: translateY(calc((var(--pg-value)) * 15vh));
}
.urban_list .cols:nth-child(3) { transform: translateY(calc((var(--pg-value)) * 9vh));}
.urban_list .cols .img img {
	height: 100%;
	object-fit: cover;
}
.sec_urban .bg_animate {
	position: absolute;
	top: 0;
	left: 0;
}
.urban_list .cols .num {
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 3px 5px;
	position: absolute;
	z-index: 0;
	left: 5px;
	bottom: 5px;
}
.urban_list .cols > .num {
	bottom: calc(9vh + 5px);
	left: calc(5px + 2*1.333vw);
}
.urban_list .cols:nth-child(2) > .num {
	bottom: calc(15vh + 5px);
}
.urban_cont {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0;
}
.urban_cont .lbl {
	font-size: 3.1rem;
	font-size: 1.6vw;
	letter-spacing: 0.15em;
	display: inline-block;
	position: relative;
	padding: 0 0 7px;
}
.urban_cont .lbl:after {
	content: "";
	width: 48px;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.urban_cont .ttl {
	color: #bfb274;
	font-size: 10rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-size: 5.21vw;
	margin: 5.8vw 0;
	margin: 11.8vh 0;
}
.urban_cont .txt {
	font-size: 1.6rem;
	font-size: 0.84vw;
	letter-spacing: 0.1em;
	line-height: 2.2;
	text-align: center;
}
.urban_image {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: -9px;
	z-index: 1;
	clip-path: inset(calc((var(--pg-value)) * (100vh/3 - (var(--pg-value)/2)*1.333vw)) calc((var(--pg-value)) * (100vw/3 + 2.789*1.333vw)));
}
.urban_image img {
	height: 100%;
	object-fit: cover;
}
.is_fixed .urban_image,
.is_fixed .urban_cont {
	position: fixed;
	top: 0;
	bottom: auto;
}
.is_bottom .urban_image,
.is_bottom .urban_cont {
	position: absolute;
	top: auto;
	bottom: 0;
}
.urban_note {
	font-size: 1rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 20px;
	column-gap: 20px;
}
.urban_note .num {
	background-color: rgba(0, 0, 0, .5);
	mix-blend-mode: multiply;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px 1px;
	line-height: 1.1;
}
.urban_note .num + .num { margin-left: 2px;}
@media screen and (max-width: 1024px) {
	.urban_cont .ttl { margin: 14vh 0;}
	.urban_image { left: 0; }
}
@media screen and (max-width: 1000px) {
	.urban_list {
		width: 160%;
		left: 50%;
		transform: translateX(-50%);
	}
	.urban_image {
		width: 160vw;
		left: 50%;
		transform: translateX(-50%);
		clip-path: inset(calc((var(--pg-value)) * (100vh/3 - (var(--pg-value)/2)*1.333vw)) calc((var(--pg-value)) * (160vw/3 + 2.789*1.333vw)));
	}
	.urban_cont .ttl { font-size: 8vw;}
	.urban_cont .txt { font-size: 1.2vw;}
	.urban_cont .lbl { font-size: 2.2vw;}
	.urban_list .cols:nth-child(1) .num {
		left: auto;
		right: 5px;
	}
	.urban_list .cols:nth-child(1) > .num {
		right: calc(5px + 2*1.333vw);
	}
}
@media screen and (max-width: 767px) {
	.urban_cont .ttl { font-size: 9vw;}
	.urban_cont .lbl {
		font-size: 4.2vw;
		padding: 0 0 3px;
	}
	.urban_cont .ttl { margin: 16vh 0;}
	.urban_cont .txt {
		font-size: 3vw;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.urban_list .cols { gap: calc(5*1.333vh);}
	.urban_note {
		padding: 0 15px;
		top: 10px;
	}
}
.simpleParallax { height: 100%;}

/*==================================================================
	Section LOCATION / PLAN / ACCESS
===================================================================*/
.sec_top .sec_top_contents {
	background: url(../imgs/bg_wrap.jpg) no-repeat 0 0 / cover;
	padding: clamp(150px, 18vw, 300px) 0 clamp(100px, 9vw, 150px);
	padding: clamp(150px, 18vw, 200px) 0 clamp(100px, 9vw, 150px);
}
.sec_top {
	position: relative;
	z-index: 0;
}
.sec_top.is_fixed .sec_top_contents {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sec_top:last-child,
.sec_top:last-child .sec_top_contents {
	position: relative !important;
	height: auto !important;
}
.sec_top .wrap { padding: 0 calc(4 * 1.33vw);}
.sec_top_head {
	font-size: clamp(2rem, 2.38095238vw, 4rem);
	letter-spacing: 0.1em;
	margin-bottom: -5.8%;
	position: relative;
	z-index: 1;
}
.sec_top_img {
	position: relative;
}
.sec_top_txt {
	font-size: clamp(1.4rem, 0.952380952vw, 1.6rem);
	margin-bottom: 32px;
}
.sec_top_box {
	margin-top: -10%;
	margin-left: auto;
	padding: clamp(20px, 2.38095238vw, 40px);
	width: 45.3%;
}
.sec_top_btn {
	background-color: #505146;
	border: 1px solid #FFF;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1;
	height: 50px;
	width: 210px;
	position: relative;
	text-align: center;
}
.sec_top_btn:before {
	background-color: #FFF;
	content: "";
	display: block;
	height: 50px;
	width: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: linear 0.15s;
}
.sec_top_btn:hover:before {
	height: 25px;
	width: 25px;
}
.sec_top_btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #505146;
	transform: translateY(-50%);
	transition: ease-in-out 0.15s;
	opacity: 0;
}
.sec_top_btn:hover::after { opacity: 1;}
@media only screen and (max-width:767px){
	.sec_top .wrap { padding: 0;}
	.sec_top_head { 
		margin-bottom: -12.5%;
		padding-left: 15px;
	}
	.sec_top_box {
		margin-top: -13%;
		width: 84%;
	}
	.sec_top_img .pic_cap {
		bottom: 17.5%;
        right: 0;
        left: auto;
	}
	
}
/*==================================================================
	Section PICKUP
===================================================================*/
.sec_pickup {
	background-color: #f0f0ed;
	padding: 165px 0 20px;
	position: relative;
	z-index: 1;
}
.sec_pickup .container { max-width: 1200px;}
.sec_pickup .container_text {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.sec_pickup .container_text::before {
	content: "";
	width: 42%;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}
.sec_pickup .container_text::after {
	content: "";
	width: 42%;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.container_text .catch {
	background-color: transparent;
    color: #1a1a1a;
    display: inline-block;
    font-size: 2rem;
	letter-spacing: 0.15em;
	font-weight: 400;
    line-height: 1;
    position: relative;
    padding: 0 50px 5px;
    z-index: 3;
}
.sec_pickup .swiper-slide {
    position: relative;
    transition: all .8s;
}
.sec_pickup .swiper-slide > a {
	display: block;
	padding-right: 24px;
}
.sec_pickup .swiper-slide h3 {
	color: #2a1c1e;
	font-size: 1.8rem;
	letter-spacing: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}
.sec_pickup .swiper-slide h3 .viewmore {
	color: #2a1c1e;
	display: inline-block;
	margin-left: auto;
	font-size: 1.2rem;
	position: relative;
	right: 0;
	bottom: 5px;
	text-transform: uppercase;
}
.sec_pickup .swiper-slide h3 .viewmore:before, .sec_pickup .swiper-slide h3 .viewmore:after {
	border-top: 1px solid #2a1c1e;
	border-right: 1px solid #2a1c1e;
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	top: 8px;
	right: -10px;
	transform: rotate(45deg);
	transition: all ease-in-out 0.25s;
}
.sec_pickup .swiper-slide h3 .viewmore:after { right: -14px;}
.sec_pickup .swiper-slide h3+p {
	color: #333333;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0;
}
.sec_pickup .swiper-container {
    margin: 0;
  	padding-bottom: 50px;
    overflow-x: hidden;
}
.inner_card .container_img { overflow: hidden;}
.inner_card .container_img img {
    width: 100%;
    max-width: none;
    transition: all .8s;
}
.sec_pickup .swiper-slide a:hover .container_img img { transform: scale(1.1);}
.container_img {
    position: relative;
    z-index: 0;
}
.swiper-wrapper { height: auto;}
.sec_pickup  .swiper-container>.swiper-scrollbar {
	border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #2a1c1e;
}
.sec_pickup  .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #2a1c1e;
}
@media only screen and (max-width:767px){
	.sec_pickup {
		padding: 60px 0 10px;
	}
	.sec_pickup .container_text { margin-bottom: 35px;}
	.sec_pickup .container_text::before,
	.sec_pickup .container_text::after { width: 35%; }
	.container_text .catch {
		font-size: 1.8rem;
		padding: 0 20px;
	}
	.sec_pickup .swiper-slide > a { padding-right: 12px;}
	.sec_pickup .swiper-slide h3 { font-size: 1.3rem;}
	.sec_pickup .swiper-slide h3+p { font-size: 1.2rem;}
	.sec_pickup .swiper-slide h3 .viewmore {
		font-size: 1.2rem;
		text-align: right;
		position: relative;
		top: 0;
	}
	.sec_pickup .swiper-slide h3 .viewmore:before,
	.sec_pickup .swiper-slide h3 .viewmore:after {
		height: 4px;
		width: 4px;
		top: 8px;
	}
	.sec_pickup .swiper-container>.swiper-scrollbar { height: 4px;}
}
.foot_caption {
	background-color: #f0f0ed;
}
