/**************************************************************** 
 MVエリア */
.card-top-bg {
	max-height: 100vh;
}

@media (max-width: 768px) {
	.card-top-bg {
		max-height: 85vh;
		overflow: hidden;
	}
}

.card-img-overlay {
	position: absolute;
	z-index: 2;
}

.top-overlay{
	z-index: 2;
}

.top-msg h1 {
	font-style: italic;
	line-height: 0.9;
	font-size: clamp(4rem, 1.0546rem + 6.1363vw, 8.4181rem);
	color: var(--main-blue);
}
.top-msg-sp h1 {
	font-style: italic;
	line-height: 1;
	font-size: clamp(3rem, 0.1301rem + 12.2449vw, 6rem);
	color: #fff;
}

.condition-items{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.condition-box{
	width: 40%;
	color: var(--main-navy);
	margin-right: 3rem;
}

.condition-title {
	font-size: clamp(16px, 9.69px + 1.6828vw, 42px);
}
.condition-item{
	border: 1px solid var(--main-navy);
	border-radius: 8px;
}
.condition-info {
	font-size: clamp(14px, 11.57px + 0.6472vw, 24px);
	flex-shrink: 0!important;
}
.condition-info div:nth-of-type(1) {
	font-size: clamp(1.2rem, 3vw, 28px);
}

@media (max-width: 992px) {
	.condition-box{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.icon-condition {
		width: 36px;
		height: 21px;
	}
}
/**************************************************************** 
 リフト運行状況 */

.lift-status-bar {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.lift-status-title {
	flex: 0 0 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lift-status-title__icon {
	flex: 0 0 auto;
	width: 28px;
}

.lift-status-ticker {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.lift-status-ticker__track {
	display: flex;
	width: max-content;
	flex-shrink: 0;
	animation: liftTicker 40s linear infinite;
}

.lift-status-ticker__group {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.lift-status-ticker__group span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 20px;
	height: 40px;
	white-space: nowrap;
	font-size: 16px;
	color: #222;
}

.status {
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
}
.status--open {
	border: 2px solid #34BA36;
	border-radius: 50%;
}
.status--stop::before,
.status--stop::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	left: 50%;
	top: 50%;
	background: #777;
}
.status--stop::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.status--stop::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.lift-status-link {
	flex: 0 0 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--main-navy);
	color: #fff;
	text-decoration: none!important;
	font-size: 12px;
}

@keyframes liftTicker {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {

	.lift-status-bar {
		display: grid;
		grid-template-columns: 145px minmax(0, 1fr);
		grid-template-rows: 48px 44px;
		height: auto;
	}
	
	.lift-status-title {
		grid-column: 1;
		grid-row: 1;
		flex: none;
		width: auto;
		padding: 6px 8px;
	}
	
	.lift-status-title__icon {
		width: 22px;
		font-size: 18px;
	}
	.lift-status-ticker {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}
	.lift-status-ticker__group span {
		padding: 0 14px;
		font-size: 11px;
	}
	
	.lift-status-link {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		min-height: 44px;
		flex: none;
		font-size: 12px;
	}
}

/**************************************************************** 
 新着情報 */
 .information-heading {
	width: fit-content;
}
.info-title {
	font-size: 2rem;
}

.news-category {
	background: #508CC4;
	color: #fff;
	text-align: center;
	border-radius: 999px;
}

.event-category {
	background: #589D8E;
	color: #fff;
	text-align: center;
	border-radius: 999px;
}

.info-text-link {
	position: relative;
}

.info-text-link:hover {
	color: var(--main-blue) !important;
	text-decoration: none;
}
.info-text-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.info-text-link:hover::after {
	transform: scaleX(1);
}


.more-info {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--main-navy);
	text-decoration: none !important;
	border-bottom: 2px solid var(--main-navy);
	transition: color .3s ease, border-color .3s ease;
}

.more-info-arrow {
	display: inline-block;
	width: 24px;
	height: 7px;
	background-color: currentColor;
	-webkit-mask: url("/common/img/icon_arrow.svg") center / contain no-repeat;
	mask: url("/common/img/icon_arrow.svg") center / contain no-repeat;
	transition: transform .3s ease;
}

.more-info:hover {
	color: var(--main-blue);
	border-bottom-color: var(--main-blue);
}
.more-info:hover .more-info-arrow {
	transform: translateX(5px);
}

@media (max-width: 768px) {
	.more-info {
		font-size: 14px;
	}
	.info-title {
		font-size: 23px;
	}
}

/**************************************************************** 
 おすすめ情報 */

.recommend-inner{
	width: min(1200px, 100%);
}

.recommend-title h2{
	font-style: italic;
	font-size: 2.5rem;
 }
.recommend-title p{
	position: absolute;
	right: 0;
	bottom: -0.5rem;
}
.img-megaphone{
	position: absolute;
	width: 90px;
	left: 96px;
	top: 10px;
	z-index: 2;
}
.recommend-banners{
	flex: 1;
	gap: 2rem;
}
.recommend-banner{
	position: relative;
	flex: 0 1 280px;
	margin: -24px 0;
    box-shadow: 4px 4px 0 #fff, 8px 8px 0 var(--main-navy);
    transform: translate(0, 0);
	transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.recommend-banner:hover {
	transform: translate(6px, 6px);
	box-shadow: 0 0 0 #000;
}

@media (max-width: 767px){
	.recommend-pd {
		padding: 40px 12px 72px;
	}
	.recommend-inner{
		flex-direction: column;
		align-items: center !important;
	}
	.recommend-title{
		width: 100%;
	}
	.recommend-title p{
		bottom: 0.5rem;
	}
	.recommend-banners{
		width: 100%;
		margin-top: 2rem;
	}
}

/**************************************************************** 
 施設概要 */
.feature {
	position: relative;
	padding-left: 80px;
	padding-top: 96px;
}

.feature-bg {
	position: relative;
	border-radius: 60px 0 0 0;
	width: 92%;
	margin-left: auto;
}

.hero-bg {
	display: block;
	min-height: 520px;
	object-fit: cover;
}

.feature-content {
	position: absolute;
	top: 80px;
	left: 38%;
	width: 48%;
}
.feature-content h2 {
	background: #fff;
	color: var(--main-navy);
	font-size: clamp(1.6rem, 3vw, 3rem);
}

.feature-text {
	text-shadow: 1px 1px 2px var(--main-blue), -1px -1px 2px var(--main-blue), 1px -1px 2px var(--main-blue), -1px 1px 2px var(--main-blue);
	position: absolute;
	z-index: 5;
}

.feature-min {
	font-size: 3rem;
	letter-spacing: -0.05rem;
}

.feature-map {
	position: absolute;
	right: 4%;
	top: 50px;
}

.feature-woman {
	position: absolute;
	left: clamp(20px, 8vw, 148px);
	bottom: 0;
	width: clamp(300px, 38vw, 569px);
	z-index: 10;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	.feature {
		padding-left: 40px;
		padding-top: 60px;
	}
	.hero-bg {
		max-height: 420px;
	}
	.feature-content {
		top: 12px;
		width: 62%;
		left: 32%;
	}
	
	.feature-map {
		right: 30px;
		top: 30px;
		width: 160px;
	}
	.feature-woman {
		left: 20px;
		width: min(35vw, 400px);
	}
}

@media screen and (max-width: 768px) {
	.feature {
		width: 100%;
		min-height: 600px;
		max-height: 760px;
		height: 104svh;
		padding: 0;
		overflow: hidden;
	}
	.feature-bg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.hero-bg {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.feature-content {
		position: absolute;
		top: 30px;
		left: 30px;
		width: calc(100% - 60px);
		z-index: 20;
	}
	.feature-content p {
		margin-bottom: 10px;
	}
	.feature-text {
		position: static;
		margin-top: 20px;
	}
	.feature-map {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 100px;
		z-index: 4;
	}
	.feature-woman {
		position: absolute;
		left: 50%;
		bottom: clamp(-60px, -3vh, 0px);
		width: min(80vw, 420px);
		transform: translateX(-50%);
		z-index: 10;
	}
}

/**************************************************************** 
 楽しみ方 */
 .find-topic {
 	position: relative;
	background: #E5E9F2;
	padding-bottom: 240px;
}

.bg-texture {
	background-image: url("/top/img/tex1.webp"), url("/top/img/tex2.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: 10% 20%, 90% 100%;
}

.fav-msg {
	font-style: italic;
	letter-spacing: .2rem;
	line-height: 1;
	font-size: 6rem;
	color: #fff;
	margin-right: 96px;
}

.fav-text {
	position: absolute;
	left: 60%;
	top: 144px;
}

.fav-mt {
	margin-top: 48px;
}

@media (min-width: 768px) and (max-width: 996px) {
	.fav-text {
		top: 104px;
	}
}
@media (max-width: 768px) {
	.bg-texture {
		background-position: 40% 100%, 80% 100%;
	}

	.find-topic {
		padding-bottom: 80px;
	}
	.fav-msg {
		font-size: 3rem;
		margin-right: 0px;
	}
	.fav-text {
		position: absolute;
		left: 4%;
		top: 96px;
	}
	.fav-mt {
		margin-top: 170px;
	}
}

.topic {
	position: relative;
	width: 100%;
}
.topic--01 {
	transform: translateY(0);
}
.topic--02 {
	transform: translateY(60px);
}
.topic--03 {
	transform: translateY(80px);
}
.topic--04 {
	transform: translateY(120px);
}
.topic--05 {
	transform: translateY(160px);
}
.topic--06 {
	transform: translateY(200px);
}
.topic--07 {
	transform: translateY(220px);
}

.topic-heading {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	transform: translate(-96px, 6px);
}

.topic-icon {
	position: absolute;
	left: -30px;
	top: -62px;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.topic-label {
	position: relative;
	z-index: 2;
	min-height: 37px;
	display: flex;
	align-items: center;
	padding: 16px 40px 16px 96px;
	background: var(--main-navy);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	clip-path: polygon(
		12px 0,
		100% 0,
		calc(100% - 12px) 100%,
		0 100%
	);
}

.topic-card {
	position: relative;
	width: 100%;
	max-width: 520px;
	overflow: hidden;
	background: #fff;
	border: 2px solid var(--main-navy);
	border-radius: 32px;
	box-shadow: 7px 7px 0 #000;
	transform: translate(0, 0);
	transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.topic-card:hover {
	transform: translate(7px, 7px);
	box-shadow: 0 0 0 #000;
}

.topic-image {
	position: relative;
	overflow: visible;
}

.topic-image img {
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.topic-en {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -12px;
	margin: 0;
	padding: 0;
	color: var(--main-blue);
	font-size: clamp(28px, 4vw, 46px);
	font-style: italic;
	font-weight: 800;
	line-height: .9;
	letter-spacing: 1.5px;
	white-space: nowrap;
}

.topic-en--small {
	color: var(--main-blue);
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	line-height: .9;
	letter-spacing: 1.5px;
	white-space: nowrap;
}

.topic-body {
	position: relative;
	min-height: 125px;
	padding: 32px 48px 30px;
	color: var(--main-navy);
	text-decoration: none!important;
}

.topic-body-small {
	min-height: 125px;
	padding: 32px 48px 30px;
	color: var(--main-navy);
	text-decoration: none!important;
}

.topic-body p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
}
.topic-body p:nth-of-type(2) {
	font-size: 16px;
	line-height: 1.8;
}

a:hover {
  text-decoration: none!important;
}

.topic-arrow {
	position: absolute;
	right: 18px;
	bottom: 14px;
	width: 56px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--main-navy);
}
.topic-arrow-small {
	position: absolute;
	right: 16px;
	bottom: 14px;
	width: 56px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--main-navy);
}

.topic-small-list {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.topic-card--small {
	display: flex;
	align-items: stretch;
}

.topic-card--small .topic-image {
	flex: 0 0 40%;
}
.topic-card--small .topic-image img {
	aspect-ratio: auto;
}

@media (max-width: 992px) {
	.topics-section {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	.topics-row {
		row-gap: 60px;
	}
	.topic--02 {
		transform: translateY(40px);
	}
	.topic--03 {
		transform: translateY(50px);
	}
	.topic--04 {
		transform: translateY(70px);
	}
	.topic--05 {
		transform: translateY(90px);
	}
	.topic--06 {
		transform: translateY(110px);
	}
	.topic--07 {
		transform: translateY(130px);
	}
	.topic-body {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media (max-width: 768px) {

	.topic--01,
	.topic--02,
	.topic--03,
	.topic--04,
	.topic--05,
	.topic--06,
	.topic--07 {
		transform: none;
	}

	.topic-heading {
		left: -5px;
		top: -25px;
	}
	
	.topic-icon {
		left: 72px;
		top: 72px;
		width: 32%;
		height: 32%;
	}
	.topic-label {
		min-height: 32px;
		padding: 12px 32px 16px 80px;
		font-size: 16px;
		transform: translate(80px, 24px);
		clip-path: polygon(
			9px 0,
			100% 0,
			calc(100% - 9px) 100%,
			0 100%
		);
	}
	
	.topic-card {
		box-shadow: 5px 5px 0 #000;
	}
	
	.topic-en {
		bottom: -3px;
		font-size: clamp(25px, 8vw, 38px);
		letter-spacing: -1px;
	}
	
	.topic-body {
		min-height: 110px;
		padding: 18px 20px 25px;
	}
	
	.topic-card--small {
		display: block;
	}
	.topic-card--small .topic-image {
		width: 100%;
		height: auto;
		overflow: visible;
	}
	
	.topic-card--small .topic-en {
		position: absolute;
		left: 0;
		bottom: -12px;
		z-index: 5;
		font-size: clamp(25px, 8vw, 38px);
		line-height: .9;
	}
	
	.topic-card--small .topic-body {
		width: 100%;
		min-height: 80px;
		padding: 28px 20px 22px;
	}
	
	.topic-card--small .topic-image img {
		aspect-ratio: 21 / 9;
	}
}

/**************************************************************** 
 MOVIE */
.movie {
 	border-top: 1px solid #000;
 	border-bottom: 1px solid #000;
}
.movie-heading {
	color: var(--main-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.movie-heading h2 {
	font-style: italic;
	font-size: 3.2rem;
	font-weight: 800;
	margin: 0;
}
.movie-title {
	flex-shrink: 0;
}

.movie-description {
	text-align: left;
}

@media (max-width: 768px) {
	.movie-heading {
		flex-direction: column;
		gap: 10px;
	}
	.movie-title img {
		width: 80%;
	}
	.movie-description {
		text-align: center;
	}
}

.movie-carousel {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.movie-track {
	display: flex;
	gap: 30px;
	width: max-content;
	animation: movie-slide 50s linear infinite;
}
.movie-item {
	flex: 0 0 400px;
}

@keyframes movie-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-1 * var(--movie-set-width)));
	}
}

.movie-carousel:hover .movie-track {
	animation-play-state: paused;
}

.youtube-thumbnail {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background: #000;
}

.youtube-thumbnail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.youtube-play-icon {
	width: 24px;
	height: 18px;
	object-fit: contain;
	display: block;
}

.youtube-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: #ff0000;
	cursor: pointer;
}

.youtube-play-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.info-link {
	display: flex;
	position: relative;
	min-height: 150px;
	padding: 24px 48px 24px 32px;
	color: #fff;
	background: var(--main-blue);
	border-radius: 16px;
	text-decoration: none;
}

.info-link p {
	margin: 0;
	font-size: .9rem;
}

.info-arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.movie-carousel {
		padding: 10px 0;
	}
	.movie-track {
		gap: 16px;
	}
	.movie-item {
		flex: 0 0 calc(50vw - 15px);
	}
	.info-link {
		min-height: 120px;
		padding: 20px;
	}
	.info-link p {
		font-size: .8rem;
	}
}