@charset "utf-8";
/*------------------------------------------------------------
	area
------------------------------------------------------------*/
#main {
	overflow: hidden;
	background: url(../img/special/area/bg.png) repeat left top / 9.6rem;
}
#main .topBox {
	padding: 19.2rem 0 11.5rem;
	position: relative;
	text-align: justify;
}
#main .topBox .pageTitle {
	margin: 0 auto 1.4rem;
	width: 40rem;
}
#main .topBox .pageTitle img {
	width: 100%;
}
#main .topBox .mapImage {
	margin: 0 auto 5rem;
	width: 121.5rem;
	position: relative;
}
#main .topBox .mapImage .posImg {
	width: 14.4rem;
	display: block;
	position: absolute;
	left: 12.3rem;
	top: -5rem;
}
#main .topBox .headLine02 {
	margin: 0 auto 4.1rem;
	max-width: 70rem;
	width: fit-content;
	position: relative;
}
#main .topBox .headLine02 .posImg {
	width: 19.3rem;
	display: block;
	position: absolute;
	left: calc(100% + 2.9rem);
	top: -4.4rem;
}
#main .mapTab {
	margin: 0 auto -21rem;
	width: 76.2rem;
	position: relative;
}
#main .mapTab .map {
	position: relative;
	z-index: 3;
	transform: translateX(3%);
}
#main .mapTab .map .areaMap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
#main .mapTab .map > img {
	opacity: 0;
}
#main .mapTab .map > img.on {
	opacity: 1;
}
#main .mapTab .posImg {
	width: 33.8rem;
	position: absolute;
	left: -11.8rem;
	top: -6.4rem;
}
#main .tabBox {
	padding: 14.4rem 0 0;
	position: relative;
	z-index: 1;
}
#main .tabBox.on {
	display: block;
}
#main .tabBox::before {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: -100rem;
	mask-image: url(../img/special/area/mask.png),url(../img/special/area/mask02.png);
	mask-position: center top,center  7.5rem;
	mask-size: 100% 8rem,100% 100%;
	mask-repeat: no-repeat;
	background-color: #E6002D;
	pointer-events: none;
}
#main .tabBox02::before {
	background-color: #8E1427;
}
#main .tabBox03::before {
	background-color: #EEB200;
}
#main .tabBox04::before {
	background-color: #FEA861;
}
#main .tabInner {
	padding: 10rem 10rem 8.6rem;
	border-radius: 10rem;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: justify;
}
#main .tabInner .titleBox {
	position: relative;
}
#main .tabInner .photo {
	margin-bottom: 3.5rem;
	border-radius: 6rem;
	overflow: hidden;
}
#main .tabInner .heading01 {
	width: 26.4rem;
	position: absolute;
	top: -2.7rem;
	left: 50%;
	transform: translateX(-50%);
}
#main .tabInner .heading01notth {
	width: 36.6rem;
	position: absolute;
	top: -2.7rem;
	left: 50%;
	transform: translateX(-50%);
}
#main .tabInner .heading02 {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .tabInner .heading02 span {
	background: linear-gradient(to top,#FE0 1rem,transparent 0%) no-repeat center bottom 0.9rem;
}
#main .tabInner .slideBox {
	margin-top: 4.8rem;
	padding: 6.1rem 0 0;
	position: relative;
	background: url(../img/special/area/icon.png) no-repeat center top / 100%;
}
#main .tabInner .slideBox .posImg {
	width: 20.6rem;
	position: absolute;
	right: -3rem;
	top: -2.6rem;
}
#main .tabInner .slideUl li {
	display: block !important;
}
#main .tabInner .slideUl .image {
	margin-bottom: 2rem;
	aspect-ratio: 800/535;
	overflow: hidden;
	border-radius: 4rem;
}
#main .tabInner .slideUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .tabInner .slick-arrow {
	width: 6rem;
	height: 6rem;
	font-size: 0;
	position: absolute;
	top: 23.8rem;
	z-index: 4;
	transition: 0.3s;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.20);
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #fff url(../img/common/arrow05.png) no-repeat center center / 1.2rem;
}
#main .tabInner .slick-prev {
	left: -4rem;
}
#main .tabInner .slick-next {
	right: -4rem;
	transform: rotate(180deg);
}
#main .tabInner .ttlList li {
	display: block !important;
}
#main .tabInner .heading03 {
	padding-bottom: 3.2rem;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
#main .tabInner .heading03 .num {
	margin: 0 auto 0.7rem;
	width: 13.2rem;
	display: block;
}
#main .comBox {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#main .tabInner .slick-arrow:hover {
		transform: scale(1.1);
	}
	#main .tabInner .slick-next:hover {
		transform: scale(1.1) rotate(180deg);
	}
}
@media all and (max-width: 896px) {
	#main .topBox {
		padding: 10rem 0 23.333vw;
	}
	#main .topBox .pageTitle {
		margin-bottom: 2.4rem;
		width: 28rem;
	}
	#main .topBox .mapImage {
		margin: 0 -1.2rem 4.7rem -2.3rem;
		width: auto;
	}
	#main .topBox .mapImage .posImg {
		width: 12.821vw;
		left: 11.026vw;
		top: -4.359vw;
	}
	#main .topBox .headLine02 {
		margin-bottom: 3.5rem;
		max-width: inherit;
	}
	#main .topBox .headLine02 .posImg {
		width: 6.7rem;
		left: auto;
		right: -0.8rem;
		top: -4.5rem;
	}
	#main .topBox .content {
		margin: 0 3rem;
	}
	#main .mapTab {
		margin: 0 0.5rem -9.2rem 0.3rem;
		width: auto;
	}
	#main .mapTab .posImg {
		width: 43.333vw;
		left: 2.051vw;
		top: -17.692vw;
	}
	#main .mapTab .map {
		transform: none;
	}
	#main .mapTab .map img {
		width: 100%;
	}
	#main .tabBox::before {
		mask-size: 100% 2.2rem,100% 100%;
		mask-position: center top,center 2rem;
	}
	#main .tabBox {
		padding: 6.7rem 1rem 0;
	}
	#main .tabInner {
		padding: 5rem 3rem 6.9rem;
		border-radius: 2.5rem;
		text-align: justify;
	}
	#main .tabInner .photo {
		margin-bottom: 2.5rem;
		border-radius: 2rem;
	}
	#main .tabInner .heading01 {
		width: 13.2rem;
		top: -1.4rem;
		transform: translateX(-50%);
	}
	#main .tabInner .heading01notth {
		width: 18.3rem;
		top: -1.4rem;
		transform: translateX(-50%);
	}
	#main .tabInner .heading02 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .tabInner .heading02 span {
		background: linear-gradient(to top,#FE0 0.6rem,transparent 0%) no-repeat center bottom 0.5rem;
	}
	#main .tabInner .slideBox {
		margin-top: 2.4rem;
		background: url(../img/special/area/icon02_sp.png) no-repeat center top / 27.2rem,url(../img/special/area/icon01_sp.png) repeat-x left top / 6.9rem;
	}
	#main .tabInner .slideBox .posImg {
		width: 10.3rem;
		right: -1.6rem;
		top: -1.2rem;
	}
	#main .tabInner .heading03 {
		padding-bottom: 1.4rem;
		font-size: 1.5rem;
	}
	#main .tabInner .heading03 .num {
		width: 9.2rem;
	}
	#main .tabInner .slideUl .image {
		margin-bottom: 1.2rem;
		border-radius: 1.35rem;
	}
	#main .tabInner .slick-arrow {
		width: 3.5rem;
		height: 3.5rem;
		top: calc(74 / 270 * (100vw - 12rem));
		background-size: 0.7rem;
	}
	#main .tabInner .slick-prev {
		left: -2rem;
	}
	#main .tabInner .slick-next {
		right: -2rem;
	}
}
.comFixedBtn a {
	min-height: 8.6rem;
	pointer-events: none;
}
.comFixedBtn a .en {
	padding: 0.6rem 1.2rem;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 3rem;
	color: #fff;
	display: block;
	background: #E6002D;
}
.comFixedBtn a[href^="#south"] .en {
	background: #8E1427;
}
.comFixedBtn a[href^="#west"] .en {
	background: #EEB200;
}
.comFixedBtn a[href^="#east"] .en {
	background: #FEA861;
}