@charset "UTF-8";

.renArticle {
	padding-bottom: 150px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.renArticle .wrap {
	width: 100%;
	position: relative;
}

.renArticle__container {
	margin: 0 auto;
	width: 950px;
	position: relative;
	z-index: 2;
}

.renArticle__title {
	padding: 66px 0 50px;
	line-height: 1;
	font-family: var(--dunbarLow);
	font-size: 55px;
	font-weight: 400;
	text-align: center;
}

.renArticle__title .jp {
	margin-top: 1em;
	font-size: 20px;
	font-weight: 700;
	display: block;
}
.renArticle__title + .info_box {
	max-width: min(90%,600px);
	margin: 0 auto 2.5em;
}

@media screen and (max-width: 1150px) {
	.renArticle {
		padding-bottom: 13.04348vw;
	}

	.renArticle__container {
		width: 82.6087vw;
	}

	.renArticle__title {
		padding: 5.73913vw 0 4.34783vw;
		font-size: 4.78261vw;
	}

	.renArticle__title .jp {
		font-size: 1.73913vw;
	}
}

@media screen and (max-width: 768px) {
	.renArticle {
		padding-bottom: 16vw;
		padding-bottom: 53.33333vw;
	}

	.renArticle__container {
		padding: 0 2.66667vw;
		width: 100%;
	}

	.renArticle__title {
		padding: 10.66667vw 0 6.4vw;
		font-size: 9.6vw;
	}

	.renArticle__title .jp {
		line-height: 1.5;
		font-size: 4vw;
	}
}

/* --------------------------------------------------
	bubble
-------------------------------------------------- */
.main {
	padding: 0;
	overflow: hidden;
}

.bubble-scene {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
}

.bubble {
	position: absolute;
	pointer-events: none;
	will-change: transform;
}

/* --------------------------------------------------
	wave
-------------------------------------------------- */
.wave {
	width: 200%;
	height: calc(100% + 2px);
	display: flex;
	position: absolute;
	/* top: -1px; */
	top: 0;
	left: 0;
	z-index: 1;

	/* display: none; */
}

.wave__inner {
	width: 100%;
	height: 100%;
	/* flex: 0 0 auto; */
	position: relative;
	animation: wave 10s linear infinite;
}

.wave__inner .waveCont {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wave__inner .waveWht1 {
	background: url("../renImages/top/waveWht01.webp") repeat-x center bottom;
	background-size: 50% 55px;
}

.wave__inner .waveBlu1 {
	background: url("../renImages/top/waveBlu01.webp") repeat-x center bottom;
	background-size: 50% 85px;
}

.wave__inner .waveAqu1 {
	background: url("../renImages/top/waveAqu01.webp") repeat-x center bottom;
	background-size: 50% 55px;
}

.wave__inner .waveWht2 {
	background: url("../renImages/top/waveWht02.webp") repeat-x center top;
	background-size: 50% 85px;
}

.wave__inner .waveBlu2 {
	background: url("../renImages/top/waveBlu02.webp") repeat-x center top;
	background-size: 50% 85px;
}

.wave__inner .waveAqu2 {
	background: url("../renImages/top/waveAqu02.webp") repeat-x center top;
	background-size: 50% 65px;
}

@keyframes wave {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

/* --------------------------------------------------
	object, character
-------------------------------------------------- */
.object {
	margin: 0 auto;
	width: 950px;
	position: relative;
	z-index: 4;
}

.object .character {
	position: absolute;
	z-index: 10;
	animation: floatySmooth 6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes floatySmooth {
	0% {
		transform: translateY(0) rotate(0deg);
	}

	20% {
		transform: translateY(-8px) rotate(-1.5deg);
	}

	50% {
		transform: translateY(5px) rotate(1.2deg);
	}

	70% {
		transform: translateY(-4px) rotate(-1deg);
	}

	100% {
		transform: translateY(0) rotate(0deg);
	}
}

.character.chara01 {
	width: 190px;
	top: -100px;
	right: 10px;
}

.character.chara02 {
	width: 172px;
	top: -150px;
	left: 10px;
}

.character.chara03 {
	width: 169px;
	top: -120px;
	right: 0;
}

@media screen and (max-width: 1150px) {
	.object {
		width: 100%;
	}

	.character.chara01 {
		width: 16.52174vw;
		top: -8.69565vw;
		right: 0.86957vw;
	}

	.character.chara02 {
		width: 14.95652vw;
		top: -13.04348vw;
		left: 0.86957vw;
	}

	.character.chara03 {
		width: 14.69565vw;
		top: -10.43478vw;
	}
}

@media screen and (max-width: 768px) {
	.character.chara01 {
		width: 35.32168vw;
		top: -12vw;
		right: 3.73333vw;
	}

	.character.chara02 {
		width: 26.77819vw;
		top: -32vw;
		left: 8vw;
	}

	.character.chara03 {
		width: 32.12477vw;
		top: -32vw;
		top: -28vw;
		right: 8.8vw;
	}
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
	padding: 100px 0 0;
}

.kv .wrapper {
	overflow: hidden;
}

.kv__contents {
	position: relative;
}

.kv__contents--title {
	width: 34.89558vw;
	position: absolute;
	top: 7.85383vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.kv__contentsSlide {
	position: relative;
	z-index: 1;
}

.kv .ticket {
	background: rgba(var(--wht), 0.9);
	padding: 25px 0;
	width: 360px;
	border-radius: 10px 0 0 10px;
	position: absolute;
	right: 0;
	bottom: 10.17811vw;
	z-index: 2;
}

.kv .ticket__text {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.kv .ticket__text .big {
	font-size: 24px;
}

.kv .ticket .renLinkBtn a,
.kv .ticket .renLinkBtn .no-link {
	background: rgb(var(--pnk));
	margin: 0 auto;
	width: 80%;
	height: 60px;
	color: rgb(var(--wht));
	border: none;
	border-radius: 0;
}

.kv .ticket .renLinkBtn .no-link {
	background: rgb(var(--blu));
}

.kv .ticket .renLinkBtn svg {
	stroke: rgb(var(--wht));
	z-index: 2;
}

@media screen and (max-width: 900px) {
	.kv {
		padding-top: 74px;
	}

	.kv__contents {
		height: 142.58021vw;
	}

	.kv__contents--title {
		width: 59.40459vw;
		top: 10.49672vw;
	}

	.kv__contentsSlide {
		position: relative;
		z-index: 1;
	}

	.kv .ticket {
		background: none;
		padding: 0;
		width: 71.28269%;
		border-radius: 0;
		right: auto;
		bottom: 9.80549vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.kv .ticket__text {
		background: rgb(var(--wht));
		margin: 0 auto 12.26667vw;
		width: 48.5vw;
		height: 22vw;
		font-size: 3.46667vw;
		border: solid 0.8vw rgb(var(--pnk));
		border-radius: 20.36339vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.kv .ticket__text::before {
		background: url(../renImages/top/arrow-under.svg) center no-repeat;
		background-size: cover;
		width: 7.2vw;
		height: 7.2vw;
		position: absolute;
		bottom: -4.26667vw;
		left: 50%;
		transform: translateX(-50%);
		content: "";
	}

	.kv .ticket__text .big {
		font-size: 5.86667vw;
	}

	.kv .ticket .renLinkBtn a,
	.kv .ticket .renLinkBtn .no-link {
		width: 100%;
		height: 13.33333vw;
		font-size: 5.33333vw;
	}

	.kv .ticket .renLinkBtn a svg,
	.kv .ticket .renLinkBtn .no-link svg {
		width: 4.8vw;
		height: auto;
	}

	.kv .wave {
		display: none;
	}
}

/* @media screen and (max-width: 768px) {
	.kv {
		padding-top: 74px;
	}

	.kv__contents {
		height: 142.58021vw;
	}

	.kv__contents--title {
		width: 59.40459vw;
		top: 10.49672vw;
	}

	.kv__contentsSlide {
		position: relative;
		z-index: 1;
	}

	.kv .ticket {
		background: none;
		padding: 0;
		width: 71.28269%;
		border-radius: 0;
		right: auto;
		bottom: 9.80549vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.kv .ticket__text {
		background: rgb(var(--wht));
		margin: 0 auto 12.26667vw;
		width: 48.5vw;
		height: 22vw;
		font-size: 3.46667vw;
		border: solid 0.8vw rgb(var(--pnk));
		border-radius: 20.36339vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.kv .ticket__text::before {
		background: url(../renImages/top/arrow-under.svg) center no-repeat;
		background-size: cover;
		width: 7.2vw;
		height: 7.2vw;
		position: absolute;
		bottom: -4.26667vw;
		left: 50%;
		transform: translateX(-50%);
		content: "";
	}

	.kv .ticket__text .big {
		font-size: 5.86667vw;
	}

	.kv .ticket .renLinkBtn a,
	.kv .ticket .renLinkBtn .no-link {
		width: 100%;
		height: 13.33333vw;
		font-size: 5.33333vw;
	}

	.kv .ticket .renLinkBtn a svg,
	.kv .ticket .renLinkBtn .no-link svg {
		width: 4.8vw;
		height: auto;
	}

	.kv .wave {
		display: none;
	}
} */

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
	background: url(../renImages/top/leadBg.webp) center top no-repeat;
	background-size: cover;
	height: 72vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lead__container {
	margin: 0;
}

.lead__title {
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 30px;
	font-weight: 700;
}

.lead__text {
	margin-bottom: 48px;
	line-height: 2.2;
	font-size: 20px;
}

.lead__link {}

.lead__link .renLinkBtn {}

.lead__link .renLinkBtn:not(:last-of-type) {
	margin-bottom: 22px;
}

.lead__link .renLinkBtn a {
	background: rgb(var(--wht));
	padding-left: 1em;
	width: 275px;
	height: 60px;
	color: rgb(var(--blk));
	font-size: 18px;
	justify-content: flex-start;
}

.lead__link .renLinkBtn a svg {}

.lead__images {
	position: absolute;
	animation: leadImage 7.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes leadImage {
	0% {
		transform: translateY(0) rotate(0deg);
	}

	20% {
		transform: translateY(-8px) rotate(-1.75deg);
	}

	50% {
		transform: translateY(5px) rotate(1.2deg);
	}

	70% {
		transform: translateY(-4px) rotate(-1deg);
	}

	100% {
		transform: translateY(0) rotate(0deg);
	}
}

.lead__images.images01 {
	width: 276px;
	top: -40px;
	right: 152px;
}

.lead__images.images02 {
	width: 380px;
	right: -58px;
	bottom: -22px;
}

.lead__images.images03 {
	width: 236px;
	right: 300px;
	bottom: -142px;
}

@media screen and (max-width: 1150px) {
	.lead__container {
		width: 82.6087vw;
	}

	.lead__title {
		margin-bottom: 3.47826vw;
		font-size: 2.6087vw;
	}

	.lead__text {
		margin-bottom: 4.17391vw;
		font-size: 1.73913vw;
	}

	.lead__link .renLinkBtn:not(:last-of-type) {
		margin-bottom: 1.91304vw;
	}

	.lead__link .renLinkBtn a {
		width: 23.91304vw;
		height: 5.21739vw;
		font-size: 1.56522vw;
	}

	.lead__images.images01 {
		width: 24vw;
		top: -3.47826vw;
		right: 13.21739vw;
	}

	.lead__images.images02 {
		width: 33.04348vw;
		right: -5.04348vw;
		bottom: -1.91304vw;
	}

	.lead__images.images03 {
		width: 20.52174vw;
		right: 26.08696vw;
		bottom: -12.34783vw;
	}
}

@media screen and (max-width: 768px) {
	.lead {
		background: url(../renImages/top/leadBg_sp.webp) center top no-repeat;
		background-size: cover;
		padding-top: 13.33333vw;
		height: 229.61072vw;
		display: block;
	}

	.lead__container {
		width: 100%;
	}

	.lead__title {
		margin-bottom: 5.86667vw;
		line-height: 1.6;
		font-size: 6.93333vw;
		text-align: center;
	}

	.lead__text {
		margin-bottom: 8vw;
		line-height: 2.4;
		font-size: 4vw;
		text-align: center;
	}

	.lead__link {
		margin: 0 auto;
		width: 73.33333vw;
	}

	.lead__link .renLinkBtn:not(:last-of-type) {
		margin-bottom: 8.8vw;
	}

	.lead__link .renLinkBtn a {
		width: 100%;
		height: 13.33333vw;
		font-size: 4vw;
	}

	.lead__images.images01 {
		width: 29.06667vw;
		top: auto;
		right: auto;
		bottom: -44.26667vw;
		left: 9.6vw;
	}

	.lead__images.images02 {
		width: 53.33333vw;
		top: auto;
		right: 4vw;
		bottom: -72.8vw;
	}

	.lead__images.images03 {
		width: 25.06667vw;
		right: auto;
		bottom: -95vw;
		left: 21.33333vw;
	}
}

/* --------------------------------------------------
	mascot
-------------------------------------------------- */
.mascot {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.mascotSlide {
	width: 200%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.mascot__inner {
	width: 100%;
	height: 150px;
	flex: 0 0 auto;
	position: relative;
	left: 0;
	animation: mascotSlide 50s linear infinite;
}

.mascot__inner .mascotChara {
	background: url(../renImages/top/mascotBg.webp) repeat-x center center;
	background-size: 12.5% auto;
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes mascotSlide {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

@media screen and (max-width: 1150px) {
	.mascot {
		height: 17.3913vw;
	}

	.mascot__inner {
		height: 13.04348vw;
	}
}

@media screen and (max-width: 768px) {
	.mascot {
		height: 26.66667vw;
	}

	.mascot__inner {
		height: 20vw;
		animation: mascotSlide 25s linear infinite;
	}

	.mascot__inner .mascotChara {
		background-size: 25% auto;
	}
}

/* --------------------------------------------------
	information
-------------------------------------------------- */
.information {
	padding-bottom: 100px;
}

.information__list {
	display: flex;
	justify-content: center;
}

.information__list--item {
	width: 21%;
	width: calc((100% - 15%) / 4);
}

.information__list--item:not(:last-of-type) {
	margin-right: 5%;
}

.information__list--item a {
	background: rgb(var(--blu));
	height: 200px;
	color: rgb(var(--wht));
	text-decoration: none;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.information__list--item a:hover {
	text-decoration: none;
}

.information__icon {
	width: 108px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.information__name {
	font-size: 23px;
	letter-spacing: -0.005em;
}

/* icon, svg */
.information__icon svg {
	fill: rgb(var(--wht));
}

.infoCharge svg {
	width: 100%;
}

.infoMap svg {
	width: 80%;
}

.infoMap svg .cls-1 {
	fill: none;
	stroke: rgb(var(--wht));
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

.infoMap svg .cls-2 {
	fill: rgb(var(--wht));
}

.infoAccess svg {
	width: 88%;
}

.infoFaq svg {
	width: 82%;
}

@media screen and (max-width: 1150px) {
	.information {
		padding-bottom: 8.69565vw;
	}

	.information__list--item a {
		height: 17.3913vw;
		border-radius: 0.86957vw;
	}

	.information__icon {
		width: 9.3913vw;
		height: 8.52174vw;
	}

	.information__name {
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.information {
		padding-bottom: 0;
	}

	.information__list {
		margin: 0 auto;
		width: 85.33333vw;
		flex-wrap: wrap;
	}

	.information__list--item {
		margin-bottom: 3.2vw;
		width: 48%;
		width: calc((100% - 5%) / 2);
	}

	.information__list--item:not(:last-of-type) {
		margin-right: 0;
	}

	.information__list--item:nth-child(odd) {
		margin-right: 5%;
	}

	.information__list--item a {
		height: 13.33333vw;
		border-radius: 2.93333vw;
		flex-direction: row;
	}

	.information__icon {
		width: 8vw;
		height: 100%;
	}

	.information__name {
		margin-left: 0.25em;
		font-size: 3.73333vw;
		letter-spacing: -0.005em;
	}
}

/* --------------------------------------------------
	news
-------------------------------------------------- */
.news {
	z-index: 3;
}

.news__inner {
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
	height: 400px;
	border: solid 1px rgb(var(--gry));
}

.news__inner iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.news {
		/* padding-bottom: 24vw; */
		padding-bottom: 40vw;
	}
}

/* --------------------------------------------------
	pickup
-------------------------------------------------- */
.pickup {
	background: url(../renImages/top/line-wave.svg) center top no-repeat;
	background-size: 950px auto;
	padding: 35px 0 200px;
}

.pickup__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pickup__list--item {
	background: rgb(var(--lightBlu));
	margin-bottom: 50px;
	padding: 50px 30px;
	width: 46.5%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.pickup__list--item .category {
	background: rgb(var(--blk));
	padding-left: 10px;
	width: 100px;
	height: 35px;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 20px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.pickup__list--item .category.blu {
	background: #1ebade;
}

.pickup__list--item .category.red {
	background: #ff6ebb;
}

.pickup__list--item .images {
	margin-bottom: 10px;
}

.pickup__list--item .date {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

.pickup__list--item .title {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
}

.pickup__list--item .text {
	line-height: 1.5;
	font-size: 16px;
}

.pickup .renLinkBtn {
	position: relative;
	z-index: 10;
}

.pickup .renLinkBtn a {
	margin: 0 auto;
	width: 270px;
	height: 65px;
	line-height: 1.25;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1150px) {
	.pickup {
		background-size: 82.6087vw auto;
		padding: 3.04348vw 0 17.3913vw;
	}

	.pickup__list--item {
		margin-bottom: 4.34783vw;
		padding: 4.34783vw 2.6087vw;
		border-radius: 1.73913vw;
	}

	.pickup__list--item .category {
		padding-left: 0.86957vw;
		width: 8.69565vw;
		height: 3.04348vw;
		font-size: 1.73913vw;
	}

	.pickup__list--item .images {
		margin-bottom: 0.86957vw;
	}

	.pickup__list--item .date {
		margin-bottom: 0.86957vw;
		font-size: 1.21739vw;
	}

	.pickup__list--item .title {
		margin-bottom: 0.86957vw;
		font-size: 1.56522vw;
	}

	.pickup__list--item .text {
		font-size: 1.3913vw;
	}

	.pickup .renLinkBtn a {
		width: 23.47826vw;
		height: 5.65217vw;
		font-size: 1.3913vw;
	}
}

@media screen and (max-width: 768px) {
	.pickup {
		background-image: url(../renImages/top/line-wave_sp.svg);
		background-size: 85.33333vw auto;
		padding: 12.8vw 0 48vw;
	}

	.pickup__list {
		display: block;
	}

	.pickup__list--item {
		margin: 0 auto 8vw;
		padding: 10.66667vw 5.86667vw;
		width: 85.33333vw;
		border-radius: 4vw;
	}

	.pickup__list--item .category {
		background: rgb(var(--blk));
		padding-left: 1.6vw;
		width: 19.2vw;
		height: 6.93333vw;
		font-size: 4vw;
	}

	.pickup__list--item .images {
		margin-bottom: 10px;
	}

	.pickup__list--item .date {
		margin-bottom: 10px;
		font-size: 3.73333vw;
	}

	.pickup__list--item .title {
		margin-bottom: 10px;
		font-size: 4.8vw;
	}

	.pickup__list--item .text {
		font-size: 4vw;
	}

	.pickup .renLinkBtn a {
		width: 72vw;
		height: 13.33333vw;
		font-size: 4vw;
	}
}

/* --------------------------------------------------
	discover
-------------------------------------------------- */
.discover {
	background: rgb(var(--lightBlu));
	padding-bottom: 200px;
	z-index: 3;
}

.discover__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.discover__list--item {
	margin-bottom: 24px;
	padding-top: 70px;
	width: 32.5%;
	width: 31%;
}

.discover__list--item:nth-child(3n+2) {
	transform: translateY(40px);
}

.discover__list--item a {
	position: relative;
}

.discover__list--item a:hover {
	opacity: 1;
}

.discover__list--item .images {
	border: solid 5px rgb(var(--pnk));
	border-radius: 17px;
}

.discover__list--item.blu .images {
	border-color: rgb(var(--blu));
}

.discover__list--item a .cap {
	background: url(../renImages/top/discoverBgBlu.webp) center no-repeat;
	background-size: 100% auto;
	width: 134px;
	height: 134px;
	line-height: 1.2;
	color: rgb(var(--wht));
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -67px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.discover__list--item a .cap.pnk {
	background: url(../renImages/top/discoverBgPnk.webp) center no-repeat;
	background-size: 100% auto;
}

.discover__list--item a .cap .big {
	/* font-size: 26px; */
	font-size: 24px;
}

.discover__list--item a .images {
	border-radius: 17px;
	overflow: hidden;
}

.discover__list--item a .images img {
	transition: all 0.5s ease 0s;
}

.discover__list--item a:hover .images img {
	position: relative;
	z-index: 1;
	transform: scale(1.1);
}

@media screen and (max-width: 1150px) {
	.discover {
		padding-bottom: 17.3913vw;
	}

	.discover__list--item {
		margin-bottom: 2.08696vw;
		padding-top: 6.08696vw;
	}

	.discover__list--item a .cap {
		width: 11.65217vw;
		height: 11.65217vw;
		font-size: 1.39130vw;
		border-radius: 11.65217vw;
		top: -5.82609vw;
	}

	.discover__list--item .images {
		border-radius: 1.47826vw;
	}

	.discover__list--item a .cap .big {
		/* font-size: 2.26087vw; */
		font-size: 2.08696vw;
	}

	.discover__list--item:nth-child(3n+2) {
		transform: translateY(3.47826vw);
	}
}

@media screen and (max-width: 768px) {
	.discover {
		padding-bottom: 48vw;
	}

	.discover__list {
		margin: 0 auto;
		width: 82.20987vw;
		display: block;
	}

	.discover__list--item {
		margin-bottom: 10.66667vw;
		padding-top: 0;
		width: 100%;
	}

	.discover__list--item:nth-child(3n+2) {
		transform: translateY(0);
	}

	.discover__list--item a {
		position: relative;
	}

	.discover__list--item a .cap {
		width: 25.33333vw;
		height: 25.33333vw;
		font-size: 3.2vw;
		border-radius: 25.33333vw;
		top: -5.33333vw;
		left: -5.33333vw;
		transform: translateX(0);
	}

	.discover__list--item .images {
		border-radius: 4vw;
	}

	.discover__list--item:nth-child(even) a .cap {
		right: -5.33333vw;
		left: auto;
	}

	.discover__list--item a .cap .big {
		/* font-size: 4.8vw; */
		font-size: 4.26667vw;
	}

	.discover__list--item a .images {
		border-radius: 3.73333vw;
	}
}

/* --------------------------------------------------
	photo
-------------------------------------------------- */
.photo {
	padding-bottom: 200px;
	z-index: 3;
}

.photo__tab {
	display: flex;
	justify-content: center;
}

.photo__tab--item {
	background: rgb(var(--wht));
	width: 273px;
	height: 52px;
	color: rgb(var(--blu));
	font-size: 18px;
	font-weight: 700;
	border: solid 3px rgb(var(--blu));
	border-radius: 16px 16px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.photo__tab--item:hover,
.photo__tab--item.active {
	background: rgb(var(--blu));
	color: rgb(var(--wht));
}

.photo__contents {
	display: none;
}

.photo__contents.active {
	display: block;
}

.photoSlide {
	position: relative;
}

.photoTmb {
	margin-top: 10px;
	width: 100%;
}

.photoTmb .slick-track {
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: unset !important;
}

.photoTmb__item {
	width: calc((100% - 50px) / 6) !important;
	position: relative;
	cursor: pointer;
}

.photoTmb__item img {
	transition: all 0.5s ease 0s;
}

.photoTmb__item:hover img,
.photoTmb__item.slick-current img {
	opacity: 0.5;
}

/* slick */
.photoSlide .slick-arrow {
	background: url(../renImages/top/arrow-under.svg) center no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	outline: none;
	border: none;
	position: absolute;
	top: 50%;
	z-index: 5;
	cursor: pointer;
}

.photoSlide .slick-prev {
	left: -16px;
	transform: translateY(-50%) rotate(90deg);
}

.photoSlide .slick-next {
	right: -16px;
	transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 1150px) {
	.photo {
		padding-bottom: 17.3913vw;
	}

	.photo__tab--item {
		width: 23.73913vw;
		height: 4.52174vw;
		font-size: 1.56522vw;
		border-radius: 1.3913vw 1.3913vw 0 0;
	}

	.photoTmb {
		margin-top: 0.86957vw;
	}

	/* slick */
	.photoSlide .slick-arrow {
		width: 3.47826vw;
		height: 3.47826vw;
	}

	.photoSlide .slick-prev {
		left: -1.3913vw;
	}

	.photoSlide .slick-next {
		right: -1.3913vw;
	}
}

@media screen and (max-width: 768px) {
	.photo {
		padding-bottom: 40vw;
	}

	.photo__tab {
		justify-content: space-between;
	}

	.photo__tab--item {
		margin-bottom: 1.33333vw;
		width: calc((100% - 2.66667vw) / 3);
		height: 18.66667vw;
		line-height: 1.25;
		font-size: 4.8vw;
		border-width: 0.8vw;
		border-radius: 1.6vw;
	}

	.photo__tab,
	.photoSlide {
		margin: 0 auto;
		width: 85.33333vw;
	}

	.photoTmb {
		margin: 1.33333vw auto 0;
		width: 85.33333vw;
	}

	.photoTmb__item {
		width: calc((100% - 1.33333vw * 5) / 6) !important;
	}

	/* slick */
	.photoSlide .slick-arrow {
		width: 10.66667vw;
		height: 10.66667vw;
	}

	.photoSlide .slick-prev {
		left: -4.8vw;
	}

	.photoSlide .slick-next {
		right: -4.8vw;
	}
}

/* --------------------------------------------------
	fun
-------------------------------------------------- */
.fun {
	background: rgb(var(--lightBlu));
}

.fun .renArticle__title {
	margin-bottom: 70px;
}

.fun__nav {
	margin-bottom: 76px;
}

.fun__nav--list {
	display: flex;
	justify-content: space-between;
}

.fun__nav--item {
	width: 210px;
	position: relative;
}

.fun__nav--item::before,
.fun__nav--item::after {
	background-size: cover;
	position: absolute;
	left: 50%;
	z-index: 7;
	content: "";
}

.fun__nav--item::before {
	width: 80px;
	height: 80px;
	top: -40px;
	transform: translateX(-50%);
}

.fun__nav--item::after {
	background: rgb(var(--blk));
	width: 40px;
	height: 40px;
	bottom: -18px;
	transform: translateX(-50%) rotate(-90deg);
}

.fun__nav--item a {
	background: rgb(var(--wht));
	height: 300px;
	color: rgb(var(--blk));
	text-decoration: none;
	border: solid 3px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.fun__nav--item a .text {
	padding-top: 16px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.fun__nav--item a small {
	font-size: 15px;
	display: block;
}

.fun__link {
	display: flex;
	justify-content: space-between;
}

.fun__link--item {
	background: rgb(var(--wht));
	padding: 45px 0;
	width: 456px;
	text-align: center;
	border: solid 3px;
}

.fun__link--item .text {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.fun__link--item .renLinkBtn a {
	margin: 0 auto;
	width: 300px;
	height: 60px;
	color: rgb(var(--blk));
	font-size: 18px;
}

.fun__link--item .renLinkBtn a svg {
	width: 18px;
	height: 15px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

/* type1 */
.fun__nav--item.type1::before {
	background: url(../renImages/fun/navBefore01.svg) center no-repeat;
}

.fun__nav--item.type1::after {
	background: url(../renImages/fun/arrow01.svg) center no-repeat;
}

.fun__nav--item.type1 a,
.fun__link--item.type1,
.fun__link--item.type1 .renLinkBtn a {
	border-color: rgb(var(--pnk));
}

.fun__link--item.type1 .renLinkBtn a svg {
	stroke: rgb(var(--pnk));
}

/* type2 */
.fun__nav--item.type2::before {
	background: url(../renImages/fun/navBefore02.svg) center no-repeat;
}

.fun__nav--item.type2::after {
	background: url(../renImages/fun/arrow02.svg) center no-repeat;
}

.fun__nav--item.type2 a,
.fun__link--item.type2,
.fun__link--item.type2 .renLinkBtn a {
	border-color: rgb(var(--blu));
}

.fun__link--item.type2 .renLinkBtn a svg {
	stroke: rgb(var(--blu));
}

@media screen and (max-width: 1150px) {
	.fun .renArticle__title {
		margin-bottom: 6.087vw;
	}

	.fun__nav {
		margin-bottom: 6.609vw;
	}

	.fun__nav--item {
		width: 18.261vw;
	}

	.fun__nav--item::before {
		width: 6.957vw;
		height: 6.957vw;
		top: -3.478vw;
	}

	.fun__nav--item::after {
		width: 3.478vw;
		height: 3.478vw;
		bottom: -1.565vw;
	}

	.fun__nav--item a {
		height: 26.087vw;
		border-width: 0.261vw;
		border-radius: 0.87vw;
	}

	.fun__nav--item a .text {
		padding-top: 1.391vw;
		font-size: 1.565vw;
	}

	.fun__nav--item a small {
		font-size: 1.304vw;
	}

	.fun__link--item {
		padding: 3.913vw 0;
		width: 39.652vw;
		border-width: 0.261vw;
	}

	.fun__link--item .text {
		margin-bottom: 1.739vw;
		font-size: 1.913vw;
	}

	.fun__link--item .renLinkBtn a {
		width: 26.087vw;
		height: 5.217vw;
		font-size: 1.565vw;
	}

	.fun__link--item .renLinkBtn a svg {
		width: 1.565vw;
		height: 1.304vw;
	}
}

@media screen and (max-width: 768px) {
	.fun {
		padding-bottom: 36vw;
	}

	.fun .renArticle__title {
		margin-bottom: 18.133vw;
	}

	.fun__nav {
		margin-bottom: 3.2vw;
		padding: 0 4.533vw;
	}

	.fun__nav--list {
		flex-wrap: wrap;
	}

	.fun__nav--item {
		margin-bottom: 16.533vw;
		width: 39.467vw;
	}

	.fun__nav--item::before {
		width: 14.933vw;
		height: 14.933vw;
		top: -7.467vw;
	}

	.fun__nav--item::after {
		width: 7.467vw;
		height: 7.467vw;
		bottom: -3.2vw;
	}

	.fun__nav--item a {
		height: 61.333vw;
		border-width: 0.8vw;
		border-radius: 1.867vw;
	}

	.fun__nav--item a .text {
		padding-top: 1.6vw;
		font-size: 4.267vw;
	}

	.fun__nav--item a small {
		font-size: 3.2vw;
	}

	.fun__link {
		padding: 0 4.533vw;
		display: block;
	}

	.fun__link--item {
		padding: 8vw 0;
		width: 100%;
		border-width: 0.8vw;
	}

	.fun__link--item:not(:last-of-type) {
		margin-bottom: 8vw;
	}

	.fun__link--item .text {
		margin-bottom: 4.267vw;
		font-size: 4.8vw;
	}

	.fun__link--item .renLinkBtn a {
		width: 72vw;
		height: 16vw;
		font-size: 4vw;
	}

	.fun__link--item .renLinkBtn a svg {
		width: 4.8vw;
		height: 4vw;
	}
}

/* --------------------------------------------------
	map
-------------------------------------------------- */
.map {
	padding: 100px 0 0;
}

.map__title {
	margin: 0 auto 30px;
	width: 276px;
}

.map__address {
	margin-bottom: 60px;
	text-align: center;
}

.map__main {
	background: rgb(var(--blu));
}

.map__main iframe {
	width: 100%;
	height: 400px;
	display: block;
}

@media screen and (max-width: 1150px) {
	.map {
		padding-top: 8.69565vw;
	}

	.map__title {
		margin-bottom: 2.6087vw;
		width: 24vw;
	}

	.map__address {
		margin-bottom: 5.21739vw;
		font-size: 1.39130vw;
	}

	.map__main iframe {
		height: 34.78261vw;
	}
}

@media screen and (max-width: 768px) {
	.map {
		padding-top: 13.33333vw;
	}

	.map__title {
		margin-bottom: 8vw;
		width: 73.6vw;
	}

	.map__address {
		margin-bottom: 16vw;
		font-size: 4vw;
	}

	.map__main iframe {
		height: 64vw;
	}
}