@charset "UTF-8";
:root{
	--color-white: #fff;
	--color-black: #000;
	--color-green: #007b89;
	--color-gold: #CCB379;
	--en-font: "optima-nova-lt-pro", sans-serif;
	--jp-font: "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
}
.mv-text{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	img{
		width: auto;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.mv-text{
		img{
			height: 46%;
		}
	}
}
.secondary-heading{
    font-size: clamp(2rem, 3vw, 3rem);
}
.fb-container{
	min-height: calc(100svh * 3);
	position: relative;
	&::after{
		content: "";
		height: 100svh;
		display: block;
	}
}
.fb{
	height: 100svh;
	background: url(../images/location/bg-fb.webp) no-repeat top center/ cover;
		/* &::after{
		content: "";
		height: 100svh;
		display: block;
	} */
}
.general-section .inner{
	&.inner-fb{
		max-width: 1500px;
		position: relative;
		&::before{
			content: "";
			width: auto;
			height: 86%;
			background: url(../images/location/fb-text.svg) no-repeat left center / contain;
			position: absolute;
			top: 50%;
            left: calc(10 / 1500 * 100vw);
			aspect-ratio: 63 / 812;
			transform: translateY(-50%);
		}
	}
	&.inner-fb2{
		padding-block: 0;
		padding-inline: calc(152 / 1680 * 100%) calc(106 / 1680 * 100%);
		max-width: 100%;
	}
}
.fb-contents-wrap{
	grid-template-columns: min(37vw, 470px) 1fr;
	align-items: end;
	gap: 120px;
	.lead{
		margin: 0 0 .5em 0;
		font-size: 2.1rem;
		font-weight: 500;
		.small-text{
			font-size: 88%;
		}
		& + .note{
			margin-bottom: 32px;
		}
	}
	.note{
		margin-block: 0 calc(90 / 640 * 100%);
	}
}
.fb-contents-wrap .note.has-next {
        margin-block: 0 1rem;
}
.fb-contents-wrap{
	height: 100%;
	section{
		display: flex;
		flex-direction: column;
        justify-content: flex-end;
        height: inherit;
		position: relative;
		/* &::before{
			content: attr(data-fb-num);
            text-align: right;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            color: var(--color-green);
			font-family: var(--en-font);
			font-size: 3.6rem;
			letter-spacing: .2rem;
		} */
		 &.justify-center{
			justify-content: center;
		 }
	}
}
.fb-grid{
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(4px, 1.6vw, 16px);
}
.fb-content-ttl{
	margin-bottom: clamp(.8em, 2.3vw, 1.3em);
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	line-height: 1.6;
}
.fb-content-ttl sub{
	font-size: 14px;
	vertical-align: baseline;
}
.fb-progress {
  position: absolute;
  top: calc(200 / 5761 * 100%);
  right: 40px;
  width: 2px;
  height: min(640px, 75vh);
  background: rgba(0,0,0,.15);
  z-index: 1;
  &:has(.is-active){
	position: fixed;
	top: 20%;
  }
  &:has(.is-last){
	position: absolute;
	/* top: 70%; */
	top: 78%;
  }
}

.fb-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--color-green);
  transform-origin: top;
}

.arena-lists-wrap{
	margin-bottom: 16px;
	padding-bottom: 16px;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #707070;
	&:last-child{
		align-items: flex-start;
	}
}
.arena-ttl{
	padding: 6px;
	width: calc(20% - 6px);
	height: 32px;
	display: grid;
	place-items: center;
	background-color: var(--color-green);
	color: var(--color-white);
	font-size: 15px;
}
.arena-content{
	width: calc(80% - 6px);
}

@media screen and (max-width: 1366px) {
	.general-section .inner.inner-fb{
		padding: 32px 0;
	}
	.fb-contents-wrap {
		grid-template-columns: 37vw 1fr;
		gap: 60px;
	}
	.general-section .inner{
		&.inner-fb{
			&::before{
				height: 80%;
			}
		}
	}
}
@media screen and (max-width: 1366px) {
	.fb-progress {
		height: 70vh;
	}
	/* .fb-contents-wrap {
		grid-template-columns: 45vw 1fr;
		gap: 60px;
	} */
	.general-section .inner{
		&.inner-fb{
			&::before{
				left: calc(45 / 1500 * 100vw);
			}
		}
	}
}
@media screen and (max-width: 890px) {
	.fb-contents-wrap {
        grid-template-columns: 2fr 1fr;
        gap: 40px;
		section{
			&::before{
				top: -20px;
			}
		}
	}
}
@media screen and (max-width: 767px) {
	.general-section .inner{
		&.inner-fb{
			padding-top: 72px;
			&::before{
				height: 75%;
                top: auto;
				left: -2%;
                transform: translateY(0);
			}
		}
		&.inner-fb2{
			margin-right: 0;
			padding-inline: calc(55 / 375 * 100% - 32px) 0;
		}
	}
	.fb-kv-wrap{
		position: relative;
		position: relative;
		/* &::before{
			content: attr(data-fb-sp-num);
            text-align: right;
            display: block;
            position: absolute;
            top: 4px;
            right: 4px;
            color: var(--color-white);
            font-family: var(--en-font);
            font-size: 2.4rem;
            letter-spacing: .2rem;
            z-index: 1;
		} */
	}
	.fb-contents-wrap{
		section{
			&::before{
				content: none;
			}
		}
		.note{
			margin-bottom: calc(30 / 619 * 100%);
		}
	}
	.fb-contents-wrap{
		grid-template-columns: auto;
		gap: 32px;
	}
	.fb-progress {
		right: 3%;
	}
	.sp-is-light{
		color: var(--color-white);
	}
	.fb-progress {
		display: none;
	}
}

.life{
	background: #fff;
	transition: all .3s ease-out;
	&.general-section .inner {
        &.inner-fb {
            &::before {
               content: none;
            }
        }
    }
}
.life.is-active{
	background: #F1F3F4;
}
.life-grid{
	margin-bottom: 240px;
	grid-template-columns: calc(380 / 1250 * 100%) 1fr;
	align-items: start;
	gap: calc(224 / 1250 * 100%);
	position: relative;
	&:first-of-type{
		margin-top: 180px;
	}
	&:last-of-type{
		margin-bottom: 0;
	}
	.lead{
		margin-bottom: 2.4em;
		font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	}
}
.life-grid2{
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(16px, 2.4vw, 24px);
}
.loc-heading{
	margin-bottom: .6em;
	flex-direction: column;
	gap: 8px;
	font-size: clamp(3.2rem, 4.2vw, 4.2rem);
	letter-spacing: .3rem;
	small{
		font-size: clamp(1.6rem ,1.8vw, 1.8rem);
		letter-spacing: 0;
	}
}
.is-sticky{
	position: sticky;
	top: 160px;
}

.life-info{
	background: #f5efe6;
	.loc-heading{
		margin-bottom: 1em;
	}
}
.tab-container{
	margin: 1.3em 0;
}
.tab{
	padding: 4px;
	height: 60px;
	align-content: center;
	flex: 1;
	background-color: var(--color-white);
	transition: all .3s ease-out;
	cursor: pointer;
	border-right: 1px solid #707070;
	line-height: 1.3;
	&:last-child{
		border-right: none;
	}
	&.is-active,
	&:hover{
		background-color: var(--color-green);
		color: var(--color-white);
	}
}
.content {
    display: none;
	&.is-active{
		display: block;
	}
}
/* .li-grid{
	height: 100%;
	grid-template-columns: 1fr 320px;
	border: 1px solid var(--color-black);
} */
.li-lists-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.li-lists{
	margin-top: clamp(10px, 2vw, 20px);
    width: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
}
.li-item{
	padding: clamp(10px, 1.6vw, 16px) clamp(4px, .8vw, 8px) 6px;
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #dcdcdc;
}
.loc-name{
	font-size: 14px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	position: relative;
	line-height: 1.6;
}
.loc-time{
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.life{
		&.general-section .inner{
			&.inner-fb{
				padding-top: 32px;
			}
			&.inner-fb2{
				width: 100%;
				padding-inline: 0;
			}
		}
	}
	.life-grid{
		margin-bottom: clamp(40px, 8vw, 80px);
		grid-template-columns: auto;
		gap: 24px;
		&:first-of-type {
			margin-top: 32px;
		}
		.contents-l.is-sticky{
			position: static;
		}
		.lead + figure{
			aspect-ratio: 5 / 3;
			img{
				height: 100%;
				object-fit: cover;
			}
		}
		&.shopping{
			.lead + figure{
				img{
					object-position: center bottom;
				}
			}
		}
		&.education{
			.lead + figure{
				img{
					object-position: center 48%;
				}
			}
		}
		&.hospital{
			.lead + figure{
				img{
					object-position: center 70%;
				}
			}
		}
		&.culture{
			.lead + figure{
				img{
					object-position: center 65%;
				}
			}
		}
		&.park{
			.lead + figure{
				img{
					object-position: center 90%;
				}
			}
		}
	}
	.tab{
		width: calc(100% / 3);
		flex: auto;
		font-size: 13px;
		&:nth-child(3){
			border-right: none;
		}
		&:nth-child(4),
		&:nth-child(5),
		&:last-child{
			border-top: 1px solid #707070;
		}
	}
	.li-lists-wrap {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.li-lists + .li-lists{
		margin-top: 0;
	}
	.loc-name{
		&::before{
			width: 24px;
			height: 26px;
			line-height: 1.5;
			font-size: 14px;
		}
	}
	.sp-text-center{
		text-align: center;
	}
}

.pickup-contents{
	margin: clamp(60px, 15vw, 160px) 0;
}
.pickup-contents:last-child{
	margin-bottom: 0;
}
.pickup-heading{
	margin-bottom: 1em;
	padding: 16px 10px 15px 2.6rem;
	background: var(--color-gold);
	font-family: var(--en-font);
	font-size:  clamp(2.2rem, 2.8vw, 2.8rem);
	letter-spacing: .15rem;
	position: relative;
}
.pickup-heading::before{
	content: "";
	width: 20px;
	height: 1px;
	background: var(--color-white);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pickup-section {
	margin-bottom: clamp(32px, 8vw, 80px);
}
.pickup-section:last-child{
	margin-bottom: 0;
}
.pickup-section .lead{
	margin: 0 0 .6em;
	font-size: clamp(1.45rem, 1.7vw, 1.7rem);
}
.pickup-section .note{
	margin: 0 0 clamp(2.4em, 4.2vw, 3em);
}
.pickup-section figure{
	margin: 0 0 24px;
}
.pickup-shop-name{
	margin-bottom: clamp(.6em, 2.4vw, 1em);
	font-size: clamp(2.2rem, 2.4vw, 2.4rem);
}
.pickup-shop-name sub{
	margin-left: 8px;
	font-size: 13px;
	vertical-align: baseline;
}
.shop-info-wrap{
	background: var(--color-white);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
}
.shop-info-wrap:has(.etc){
	position: relative;
}
.etc{
	position: absolute;
	bottom: 6%;
	right: 20px;
	font-size: clamp(13px, 1.6vw, 16px);
}
.shop-info-heading{
	padding: 20px;
	font-size: 2rem;
	font-family: var(--en-font);
	color: var(--color-green);
	border-bottom: 2px solid var(--color-green);
}
.shop-info-heading span{
	margin-left: 8px;
	font-size: 13px;
	font-family: var(--jp-font);
	font-weight: 600;
}
.shop-info-contents-wrap{
	padding: 20px clamp(20px, 4vw, 40px) clamp(30px, 6vw, 60px);
}

.floor-contents{
	display: none;
}
.floor-contents.is-active{
	display: block;
}
.floor-lists{
	margin: 32px auto 12px;
	width: 90%;
	justify-content: center;
	align-items: center;
	gap: 16px 0;
}
.floor-tab{
	padding-inline: 16px;
	width: fit-content;
    display: inline-block;
	flex-wrap: wrap;
	align-content: center;
	font-size: clamp(1.6rem, 2vw, 2rem);
	cursor: pointer;
	transition: all .3s ease-out;
	position: relative;
	font-family: var(--en-font);
	letter-spacing: .15rem;
}
.floor-tab::after{
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: var(--color-black);
}
.floor-tab:last-child::after{
	content: none;
}
.floor-tab.is-active,
.floor-tab:hover{
	color: var(--color-green);
}

.floor-ttl{
	margin-bottom: 1em;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	line-height: 1.4;
}
.floor-num{
	margin-right: 8px;
	padding: clamp(4px, .6vw, 6px) 10px;
	display: inline-grid;
	place-items: center;
	background: #d9eaeb;
	font-family: var(--en-font);
	font-size: clamp(2.1rem, 2.6vw, 2.6rem);
	color: var(--color-green);
	letter-spacing: .5rem;
}
.pickup-shop-lists{
  display: grid;
  gap: 10px;
}
.pickup-shop-lists li{
	padding-left: 1.6rem;
	position: relative;
	align-content: center;
	line-height: 1.4;
}
.pickup-shop-lists li::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--color-green);
	border-radius: 50%;
}
.pickup-shop-lists.is-two-col {
  grid-template-columns: repeat(2, 1fr);
}
.pickup-shop-lists.is-one-col {
  grid-template-columns: 1fr;
}
.pickup-grid{
	display: grid;
 	 grid-template-columns: repeat(3, 1fr);
	 gap: 20px;
}
@media screen and (max-width: 767px) {
	.floor-ttl{
		text-align: center;
	}
	.floor-num{
		margin: 0 0 12px 0;
		width: 100%;
	}
	.pickup-shop-lists li{
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) and (max-height: 775px) {
	.fb-contents-wrap section {
		justify-content: center;
	}
	.fb-contents-wrap .note{
		margin-bottom: 2em;
	}
	.fb-kv-imgs .img-wrapper{
		height: calc(100vh - 186px);
	}
	.fb-kv-imgs .img-wrapper .fit-img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.general-section .inner.inner-fb::before {
		height: calc(100vh - 232px);
	}
}