@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;
}

@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;
		width: 100%;
	}

	.renArticle__title {
		padding: 10.66667vw 0 6.4vw;
		font-size: 9.6vw;
	}

	.renArticle__title .jp {
		line-height: 1.5;
		font-size: 4vw;
	}
}

/* --------------------------------------------------
	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%;
	}
}

/* --------------------------------------------------
	section
-------------------------------------------------- */
.funideas .pageTitle {
	padding-bottom: 0;
}

.funideasSection {
	background: url(../renImages/top/line-wave.svg) center bottom no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	width: 950px;
	padding: 100px 0;
	position: relative;
}

.funideas .object {
	margin: 0 auto;
	width: 950px;
	position: relative;
	z-index: 4;
}

.funideas .object .character {
	width: 350px;
	position: absolute;
	top: -40px;
	right: 70px;
	z-index: 10;
}

@media screen and (max-width: 1150px) {
	.funideasSection {
		width: 82.609vw;
		padding: 8.696vw 0;
	}

	.funideas .object {
		width: 82.609vw;
	}

	.funideas .object .character {
		width: 30.435vw;
		top: -3.478vw;
		right: 6.087vw;
	}
}

@media screen and (max-width: 768px) {
	.funideasSection {
		background-image: url(../renImages/top/line-wave_sp.svg);
		background-size: 85.333vw auto;
		padding: 28.8vw 0 24vw;
		width: 100%;
	}

	.funideas .object {
		width: 100%;
	}

	.funideas .object .character {
		width: 52.8vw;
		top: -19.2vw;
		right: 4.267vw;
	}
}

/* --------------------------------------------------
	bubble
-------------------------------------------------- */
.bubbleWrap {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.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;
}

/* --------------------------------------------------
	lead
-------------------------------------------------- */
.lead {
	line-height: 2.2;
	font-size: 20px;
	text-align: center;
}

.lead__text {
	margin-bottom: 0.5em;
}

.lead .notes__item {
	justify-content: center;
}

.lead a {
	color: rgb(var(--pnk));
}

@media screen and (max-width: 1150px) {
	.lead {
		font-size: 1.739vw;
	}
}

@media screen and (max-width: 768px) {
	.lead {
		padding: 8vw 7.2vw 24vw;
		line-height: 1.8;
		font-size: 4vw;
		text-align: left;
	}
}

/* --------------------------------------------------
	funNav
-------------------------------------------------- */
.funNav {
	padding: 100px 0 200px;
	position: relative;
}

.funNav__title {
	margin-bottom: 80px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.funNav__list {
	margin: 0 auto;
	width: 950px;
	display: flex;
	justify-content: space-between;
}

.funNav__list--item {
	width: 210px;
	position: relative;
}

.funNav__list--item::before,
.funNav__list--item::after {
	background-size: cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 7;
	content: "";
}

.funNav__list--item::before {
	width: 80px;
	height: 80px;
	top: -40px;
}

.funNav__list--item.type1::before {
	background: url(../renImages/fun/navBefore01.svg) center no-repeat;
}

.funNav__list--item.type2::before {
	background: url(../renImages/fun/navBefore02.svg) center no-repeat;
}

.funNav__list--item::after {
	background: rgb(var(--blk));
	width: 40px;
	height: 40px;
	bottom: -12px;
}

.funNav__list--item.type1::after {
	background: url(../renImages/fun/arrow01.svg) center no-repeat;
}

.funNav__list--item.type2::after {
	background: url(../renImages/fun/arrow02.svg) center no-repeat;
}

.funNav__list--item a {
	background: rgb(var(--wht));
	width: 100%;
	height: 300px;
	color: rgb(var(--blk));
	text-decoration: none;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 6;
}

.funNav__list--item.type1 a {
	border-color: rgb(var(--pnk));
}

.funNav__list--item.type2 a {
	border-color: rgb(var(--blu));
}

.funNav__text {
	padding-top: 16px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.funNav__text small {
	font-size: 15px;
	display: block;
}

@media screen and (max-width: 1150px) {
	.funNav {
		padding: 8.696vw 0 17.391vw;
	}

	.funNav__title {
		margin-bottom: 6.957vw;
		font-size: 3.304vw;
	}

	.funNav__list {
		width: 82.609vw;
	}

	.funNav__list--item {
		width: 18.261vw;
	}

	.funNav__list--item::before {
		background-size: cover;
		width: 6.957vw;
		height: 6.957vw;
		top: -3.478vw;
	}

	.funNav__list--item::after {
		width: 3.478vw;
		height: 3.478vw;
		bottom: -1.043vw;
	}

	.funNav__list--item a {
		height: 26.087vw;
		border-width: 0.261vw;
		border-radius: 0.87vw;
	}

	.funNav__text {
		padding-top: 1.391vw;
		font-size: 1.565vw;
	}

	.funNav__text small {
		font-size: 1.304vw;
	}
}

@media screen and (max-width: 768px) {
	.funNav {
		padding: 23.467vw 0 36vw;
	}

	.funNav__title {
		margin-bottom: 14.933vw;
		font-size: 6.933vw;
	}

	.funNav__list {
		width: 85.333vw;
		flex-wrap: wrap;
	}

	.funNav__list--item {
		margin-bottom: 16.533vw;
		width: 39.467vw;
	}

	.funNav__list--item.type2 {
		margin-bottom: 0;
	}

	.funNav__list--item::before {
		width: 14.933vw;
		height: 14.933vw;
		top: -7.467vw;
	}

	.funNav__list--item::after {
		width: 7.467vw;
		height: 7.467vw;
		bottom: -1.6vw;
	}

	.funNav__list--item a {
		height: 61.333vw;
		border-width: 0.8vw;
		border-radius: 1.867vw;
	}

	.funNav__list--item.type2 a {
		height: 60.181vw;
	}

	.funNav__text {
		padding-top: 1.6vw;
		font-size: 4.267vw;
	}

	.funNav__text small {
		font-size: 3.2vw;
	}
}

/* --------------------------------------------------
	fun
-------------------------------------------------- */
.fun {
	background: rgb(var(--lightBlu));
}

.fun__title {
	padding: 230px 0 50px;
	line-height: 1.5;
	font-size: 32px;
	text-align: center;
	position: relative;
}

.fun__title::before {
	background: url(../renImages/fun/numberBg1.svg) center top no-repeat;
	background-size: cover;
	width: 120px;
	height: 120px;
	color: rgb(var(--wht));
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	content: "日帰り";
}

.fun__title--inner {
	display: inline-block;
	position: relative;
}

.fun__title--inner::before,
.fun__title--inner::after {
	background: rgb(var(--blk));
	width: 2px;
	height: 96px;
	position: absolute;
	top: 50%;
	content: "";
}

.fun__title--inner::before {
	left: -50px;
	transform: translateY(-50%) rotate(144deg);
}

.fun__title--inner::after {
	right: -50px;
	transform: translateY(-50%) rotate(-144deg);
}

.fun__switch {
	margin: 0 auto 60px;
	width: 70.52632%;
	cursor: pointer;
}

.fun__switch--images {
	position: relative;
	transition: all 0.5s ease 0s;
}

.fun__switch--images:hover {
	opacity: 0.75;
}

.fun__switch--images::before {
	background: rgb(var(--pnk)) url(../renImages/top/arrow-under.svg) center right 10px no-repeat;
	background-size: auto 25px;
	width: 266px;
	height: 35px;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	content: "はじめての日帰りプール";
}

.fun__switch.active .fun__switch--images::before {
	background-image: url(../renImages/top/btnClose.svg);
}

.fun__switch--images img {
	border: solid 5px rgb(var(--pnk));
	border-radius: 25px;
}

.fun__detail {
	padding-top: 40px;
	font-size: 18px;
	display: none;
}

.fun__contents .marker {
	font-weight: bold;
}

.fun__list--item {
	display: flex;
	position: relative;
}

.fun__list--item:not(:last-of-type) {
	padding-bottom: 50px;
}

.fun__list--item:not(:last-of-type)::before {
	background: #b3b3b3;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 8px;
	left: 17px;
	z-index: 1;
	content: "";
}

.fun__list--item .number {
	background: #666;
	margin: 8px 8px 0 0;
	width: 40px;
	height: 40px;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--poppins-thin);
	font-size: 24px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.fun__contents--title {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 30px;
	font-weight: 700;
}

.fun__contents .list {
	margin-bottom: 0;
}

.fun__contents .list.notes {
	margin-top: 0.5em;
}

.fun__icon {
	display: flex;
}

.fun__icon:not(:last-of-type) {
	margin-bottom: 26px;
}

.fun__icon--title {
	background: #fff000;
	margin-right: 33px;
	width: 63px;
	height: 80px;
	line-height: 1.25;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.fun__icon--title::after {
	background: #fff000;
	width: 20px;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	right: -20px;
	content: "";
}

.fun__icon--list {
	display: flex;
}

.fun__icon--list .icon {
	text-align: center;
}

.fun__icon--list .icon:not(:last-of-type) {
	margin-right: 26px;
}

.fun__icon--list .icon img {
	width: 80px;
}

.fun__icon--list .icon figcaption {
	margin-top: 0.25em;
	line-height: 1.5;
	color: rgb(var(--pnk));
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width: 1150px) {
	.fun__title {
		padding: 20vw 0 4.348vw;
		font-size: 2.783vw;
	}

	.fun__title::before {
		width: 10.435vw;
		height: 10.435vw;
		font-size: 2.087vw;
		top: 6.957vw;
	}

	.fun__title--inner::before,
	.fun__title--inner::after {
		width: 0.174vw;
		height: 8.348vw;
	}

	.fun__switch {
		margin-bottom: 5.217vw;
	}

	.fun__switch--images::before {
		background-position: center right 0.87vw;
		background-size: auto 2.174vw;
		width: 23.13vw;
		height: 3.043vw;
		font-size: 1.304vw;
		border-radius: 0 0 0.87vw 0.87vw;
		bottom: -2.609vw;
	}

	.fun__switch--images img {
		border-width: 0.435vw;
		border-radius: 2.174vw;
	}

	.fun__detail {
		padding-top: 3.478vw;
		font-size: 1.565vw;
	}

	.fun__list--item:not(:last-of-type) {
		padding-bottom: 4.348vw;
	}

	.fun__list--item:not(:last-of-type)::before {
		width: 0.522vw;
		top: 0.696vw;
		left: 1.478vw;
	}

	.fun__list--item .number {
		margin: 0.696vw 0.696vw 0 0;
		width: 3.478vw;
		height: 3.478vw;
		font-size: 2.087vw;
		border-radius: 3.478vw;
	}

	.fun__contents--title {
		margin-bottom: 1.739vw;
		font-size: 2.609vw;
	}

	.fun__icon:not(:last-of-type) {
		margin-bottom: 2.261vw;
	}

	.fun__icon--title {
		margin-right: 2.87vw;
		width: 5.478vw;
		height: 6.957vw;
		font-size: 1.565vw;
	}

	.fun__icon--title::after {
		width: 1.739vw;
		right: -1.739vw;
	}

	.fun__icon--list .icon:not(:last-of-type) {
		margin-right: 2.261vw;
	}

	.fun__icon--list .icon img {
		width: 6.957vw;
	}

	.fun__icon--list .icon figcaption {
		font-size: 1.304vw;
	}
}

@media screen and (max-width: 768px) {
	.fun__title {
		padding: 45.333vw 0 8vw;
		font-size: 5.867vw;
	}

	.fun__title::before {
		width: 24vw;
		height: 24vw;
		font-size: 4.8vw;
		top: 12.8vw;
	}

	.fun__title--inner::before,
	.fun__title--inner::after {
		width: 0.533vw;
		height: 21.867vw;
	}

	.fun__title--inner::before {
		left: -9.6vw;
		transform: translateY(-50%) rotate(161deg);
	}

	.fun__title--inner::after {
		right: -9.6vw;
		transform: translateY(-50%) rotate(-161deg);
	}

	.fun__switch {
		margin-bottom: 8vw;
		width: calc(100% - 14.4vw);
	}

	.fun__switch--images::before {
		background-position: center right 0.8vw;
		background-size: 6.4vw auto;
		width: 62.133vw;
		height: 8vw;
		font-size: 4vw;
		border-radius: 0 0 4.267vw 4.267vw;
		bottom: -6.667vw;
	}

	.fun__switch--images img {
		border-width: 1.333vw;
		border-radius: 2.4vw;
	}

	.fun__detail {
		padding: 10.667vw 7.2vw 0;
		font-size: 4vw;
	}

	.fun__list--item:not(:last-of-type) {
		padding-bottom: 13.333vw;
	}

	.fun__list--item:not(:last-of-type)::before {
		width: 1.6vw;
		top: 2.133vw;
		left: 4.533vw;
	}

	.fun__list--item .number {
		margin: 0 2.667vw 0 0;
		width: 10.667vw;
		height: 10.667vw;
		font-size: 6.4vw;
		border-radius: 10.667vw;
	}

	.fun__contents {
		flex: 1;
	}

	.fun__contents--title {
		margin: 0.8vw 0 4.267vw;
		font-size: 5.333vw;
	}

	.fun__icon {
		display: block;
	}

	.fun__icon:not(:last-of-type) {
		margin-bottom: 4.267vw;
	}

	.fun__icon--title {
		margin: 0 0 3.2vw;
		padding-left: 2.44vw;
		width: 29.6vw;
		height: 8vw;
		font-size: 4.267vw;
		justify-content: center;
	}

	.fun__icon--title::after {
		width: 2.667vw;
		right: -2.667vw;
	}

	.fun__icon--list {
		flex-wrap: wrap;
	}

	.fun__icon--list .icon {
		margin-bottom: 3.2vw;
	}

	.fun__icon--list .icon:not(:last-of-type) {
		margin-right: 0;
	}

	.fun__icon--list .icon:not(:nth-child(3n)) {
		margin-right: 3.2vw;
	}

	.fun__icon--list .icon img {
		width: 21.333vw;
	}

	.fun__icon--list .icon figcaption {
		font-size: 4vw;
	}
}

/*
	reserve
------------------------------ */
.reserve {
	margin: 66px auto 0;
	width: 660px;
}

.reserve__item {
	background: rgb(var(--wht));
	margin-bottom: 25px;
	padding: 40px 0;
	text-align: center;
}

.reserve__item .text {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

.reserve__item .text small {
	font-size: 16px;
}

.reserve__item .renLinkBtn a {
	margin: 0 auto;
	width: 260px;
	height: 60px;
	color: rgb(var(--wht));
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	border-radius: 60px;
}

.reserve__item .renLinkBtn a::after {
	background: black;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(-90deg);
	content: "";
}

/* type1 */
.reserve__item.type1 {
	border: solid 3px rgb(var(--pnk));
}

.reserve__item.type1 .text {
	color: rgb(var(--pnk));
}

.reserve__item.type1 .renLinkBtn a {
	background: rgb(var(--pnk));
}

.reserve__item.type1 .renLinkBtn a::after {
	background: url(../renImages/fun/arrow01.svg);
}

/* type2 */
.reserve__item.type2 {
	border: solid 3px rgb(var(--blu));
}

.reserve__item.type2 .text {
	color: rgb(var(--blu));
}

.reserve__item.type2 .renLinkBtn a {
	background: rgb(var(--blu));
}

.reserve__item.type2 .renLinkBtn a::after {
	background: url(../renImages/fun/arrow02.svg);
}

@media screen and (max-width: 1150px) {
	.reserve {
		margin-top: 5.739vw;
		width: 57.391vw;
	}

	.reserve__item {
		margin-bottom: 2.174vw;
		padding: 3.478vw 0;
	}

	.reserve__item .text {
		margin-bottom: 1.739vw;
		font-size: 1.739vw;
	}

	.reserve__item .text small {
		font-size: 1.391vw;
	}

	.reserve__item .renLinkBtn a {
		width: 22.609vw;
		height: 5.217vw;
		font-size: 1.739vw;
		border-radius: 5.217vw;
	}

	.reserve__item .renLinkBtn a::after {
		width: 3.478vw;
		height: 3.478vw;
		right: 0.87vw;
	}
}

@media screen and (max-width: 768px) {
	.reserve {
		margin-top: 20.533vw;
		width: 85.333vw;
	}

	.reserve__item {
		margin-bottom: 5.333vw;
		padding: 7.2vw 0;
	}

	.reserve__item .text {
		margin-bottom: 4.8vw;
		font-size: 4.8vw;
	}

	.reserve__item .text small {
		font-size: 3.733vw;
	}

	.reserve__item .renLinkBtn a {
		width: 69.333vw;
		height: 13.333vw;
		font-size: 4vw;
		border-radius: 13.333vw;
	}

	.reserve__item .renLinkBtn a::after {
		width: 8vw;
		height: 8vw;
		right: 2.667vw;
	}

	.reserve__item.type1,
	.reserve__item.type2 {
		border-width: 0.533vw;
	}
}

/* --------------------------------------------------
	funSlide
-------------------------------------------------- */
.funSlide {
	padding: 80px 0;
}

.funSlide__section {
	background: url(../renImages/top/line-wave.svg) center bottom no-repeat;
	margin: 0 auto 80px;
	padding-bottom: 80px;
	width: 950px;
}

.funSlide__section+.notes .notes__item {
	justify-content: center;
}

.funSlide__section--title {
	margin-bottom: 50px;
	line-height: 1.5;
	font-size: 32px;
	text-align: center;
}

.funSlide__section--title .number {
	margin: 0 auto 30px;
	width: 120px;
	height: 120px;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.funSlide__section--title .number i {
	font-size: 43px;
}

.funSlide__section--title .small {
	font-size: 28px;
	display: block;
}

.funSlide__section .renLinkBtn {
	margin-top: 30px;
}

.funSlide__section .renLinkBtn a {
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	margin: 0 auto;
	width: 260px;
	height: 60px;
	color: rgb(var(--blk));
	font-size: 18px;
}

/* type1 */
.type1 .funSlide__section--title .number {
	background: url(../renImages/fun/numberBg01.svg) center no-repeat;
	background-size: cover;
}

.type1.funSlide__section .renLinkBtn a {
	border-color: rgb(var(--pnk));
}

/* type2 */
.type2 .funSlide__section--title .number {
	background: url(../renImages/fun/numberBg02.svg) center no-repeat;
	background-size: cover;
}

.type2.funSlide__section .renLinkBtn a {
	background-image: url(../renImages/fun/arrow03.svg);
	border-color: rgb(var(--blu));
}

@media screen and (max-width: 1150px) {
	.funSlide {
		padding: 6.957vw 0;
	}

	.funSlide__section {
		padding-bottom: 6.957vw;
		width: 82.609vw;
	}

	.funSlide__section:not(:last-of-type) {
		margin-bottom: 6.957vw;
	}

	.funSlide__section--title {
		margin-bottom: 4.348vw;
		font-size: 2.783vw;
	}

	.funSlide__section--title .number {
		margin-bottom: 2.609vw;
		width: 10.435vw;
		height: 10.435vw;
		font-size: 1.478vw;
	}

	.funSlide__section--title .number i {
		font-size: 3.739vw;
	}

	.funSlide__section--title .small {
		font-size: 2.435vw;
	}

	.funSlide__section .renLinkBtn {
		margin-top: 2.609vw;
	}

	.funSlide__section .renLinkBtn a {
		background-position: right 0.87vw center;
		background-size: 1.565vw auto;
		width: 22.609vw;
		height: 5.217vw;
		font-size: 1.565vw;
	}
}

@media screen and (max-width: 768px) {
	.funSlide {
		padding: 21.333vw 0;
	}

	.funSlide__section {
		padding-bottom: 21.333vw;
		width: 85.333vw;
	}

	.funSlide__section:not(:last-of-type) {
		background-image: url(../renImages/top/line-wave_sp.svg);
		margin-bottom: 21.333vw;
	}

	.funSlide__section--title {
		margin-bottom: 6.4vw;
		font-size: 5.867vw;
	}

	.funSlide__section--title .number {
		margin-bottom: 8vw;
		width: 24vw;
		height: 24vw;
		font-size: 4.267vw;
	}

	.funSlide__section--title .number i {
		font-size: 8.533vw;
	}

	.funSlide__section--title .small {
		font-size: 4.267vw;
	}

	.funSlide__section .renLinkBtn {
		margin-top: 8vw;
	}

	.funSlide__section .renLinkBtn a {
		background-position: right 2.667vw center;
		background-size: 4.8vw auto;
		width: 69.333vw;
		height: 13.333vw;
		font-size: 4vw;
	}
}

/*
	fun__tmb
------------------------------ */
.fun__tmb {
	margin-bottom: 50px;
	width: 100%;
}

.fun__tmb .slick-track {
	display: flex;
	justify-content: space-between;
}

.fun__tmb--item {
	height: 80px;
	line-height: 1.25;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.slick-track .fun__tmb--item:not(:last-of-type) {
	margin-right: 20px;
}

.fun__tmb--item:not(:last-of-type)::after {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	content: "";
}

.fun__tmb--item .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.fun__tmb--item.slick-current .inner::after {
	background: #fff000;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}

/* type1 */
.type1 .fun__tmb--item:not(:last-of-type)::after {
	background: url(../renImages/fun/arrow04.svg) center no-repeat;
	background-size: 100% auto;
}

.type1 .fun__tmb--item.slick-current .inner {
	color: rgb(var(--pnk));
}

/* type2 */
.type2 .fun__tmb--item:not(:last-of-type)::after {
	background: url(../renImages/fun/arrow05.svg) center no-repeat;
	background-size: 100% auto;
}

.type2 .fun__tmb--item.slick-current .inner {
	color: rgb(var(--blu));
}

.fun__tmb--item .slick-track {
	transform: unset !important;
}

@media screen and (max-width: 1150px) {
	.fun__tmb {
		margin-bottom: 4.348vw;
	}

	.fun__tmb--item {
		height: 6.957vw;
		font-size: 1.391vw;
	}

	.slick-track .fun__tmb--item:not(:last-of-type) {
		margin-right: 20px;
	}

	.fun__tmb--item:not(:last-of-type)::after {
		width: 1.739vw;
		height: 1.739vw;
		right: -1.739vw;
	}

	.fun__tmb--item.slick-current .inner::after {
		height: 0.261vw;
	}
}

@media screen and (max-width: 768px) {
	.fun__tmb {
		margin-bottom: 8vw;
	}

	.fun__tmb .slick-track {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.fun__tmb--item {
		height: 16vw;
		font-size: 2.933vw;
	}

	.slick-track .fun__tmb--item:not(:last-of-type) {
		margin-right: 3.2vw;
	}

	.fun__tmb--item:not(:last-of-type)::after {
		width: 3.2vw;
		height: 3.2vw;
		right: -3.2vw;
	}

	.fun__tmb--item.slick-current .inner::after {
		height: 0.8vw;
	}

	/* type1 */
	.type1 .fun__tmb--item:not(:last-of-type)::after {
		background: url(../renImages/fun/arrow04.svg) center no-repeat;
		background-size: 100% auto;
	}

	.type1 .fun__tmb--item.slick-slide {
		width: calc((100% - 16vw) / 3) !important;
	}

	/* type2 */
	.type2 .fun__tmb--item:not(:last-of-type)::after {
		background: url(../renImages/fun/arrow05.svg) center no-repeat;
		background-size: 100% auto;
	}

	.type2 .fun__tmb--item.slick-slide:nth-child(1),
	.type2 .fun__tmb--item.slick-slide:nth-child(2),
	.type2 .fun__tmb--item.slick-slide:nth-child(3) {
		width: calc((100% - 16vw) / 3) !important;
	}

	.type2 .fun__tmb--item.slick-slide:nth-child(4),
	.type2 .fun__tmb--item.slick-slide:nth-child(5),
	.type2 .fun__tmb--item.slick-slide:nth-child(6),
	.type2 .fun__tmb--item.slick-slide:nth-child(7) {
		width: calc((100% - 16vw) / 4) !important;
	}
}

/*
	fun__flow
------------------------------ */
.fun__flow {
	position: relative;
}

.fun__flow--item.slick-slide {
	display: flex;
	justify-content: space-between;
}

.fun__flow .image {
	width: 420px;
}

.fun__flow .content {
	width: calc(100% - 450px);
}

.fun__flow .content .number {
	margin-bottom: 10px;
	line-height: 1;
	font-family: var(--dunbarLow);
	font-size: 20px;
}

.fun__flow .content .number span {
	font-size: 31px;
}

.fun__flow .content .title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
}

.fun__flow .content .text {
	margin-bottom: 10px;
	font-size: 18px;
}

.fun__flow .content .link {}

.fun__flow .content .link a {
	color: rgb(var(--pnk));
	font-size: 15px;
	font-weight: bold;
}

.fun__flow .content .link a::before {
	content: "＞";
}

.fun__flow .content .notes {
	margin: 10px 0 0;
}

/* slick */
.fun__flow .slick-arrow {
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	outline: none;
	border: none;
	position: absolute;
	top: 128px;
	cursor: pointer;
}

.fun__flow .slick-prev {
	left: -60px;
	transform: rotate(90deg);
	z-index: 1;
}

.fun__flow .slick-next {
	right: -60px;
	transform: rotate(-90deg);
}

/* type1 */
.type1 .fun__flow .content .number {
	color: rgb(var(--pnk));
}

.type1 .slick-arrow {
	background: url(../renImages/fun/arrow01.svg) center no-repeat;
	background-size: cover;
}

/* type2 */
.type2 .fun__flow .content .number {
	color: rgb(var(--blu));
}

.type2 .slick-arrow {
	background: url(../renImages/fun/arrow02.svg) center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1150px) {
	.fun__flow .image {
		width: 36.522vw;
	}

	.fun__flow .content {
		width: calc(100% - 39.13vw);
	}

	.fun__flow .content .number {
		margin-bottom: 0.87vw;
		font-size: 1.739vw;
	}

	.fun__flow .content .number span {
		font-size: 2.696vw;
	}

	.fun__flow .content .title {
		margin-bottom: 0.87vw;
		font-size: 2.609vw;
	}

	.fun__flow .content .text {
		margin-bottom: 0.87vw;
		font-size: 1.565vw;
	}

	.fun__flow .content .link a {
		font-size: 1.304vw;
	}

	.fun__flow .content .notes {
		margin: 0.87vw 0 0;
	}

	/* slick */
	.fun__flow .slick-arrow {
		width: 3.478vw;
		height: 3.478vw;
		top: 11.13vw;
	}

	.fun__flow .slick-prev {
		left: -5.217vw;
	}

	.fun__flow .slick-next {
		right: -5.217vw;
	}
}

@media screen and (max-width: 768px) {
	.fun__flow--item.slick-slide {
		flex-direction: column-reverse;
	}

	.fun__flow .image {
		margin-bottom: 6.4vw;
		width: 100%;
	}

	.fun__flow .content {
		width: 100%;
	}

	.fun__flow .content .number {
		margin-bottom: 2.667vw;
		font-size: 4.267vw;
		text-align: center;
	}

	.fun__flow .content .number span {
		font-size: 8.533vw;
	}

	.fun__flow .content .title {
		margin-bottom: 2.667vw;
		font-size: 6.4vw;
	}

	.fun__flow .content .text {
		margin-bottom: 2.667vw;
		font-size: 4vw;
	}

	.fun__flow .content .link a {
		font-size: 4vw;
	}

	.fun__flow .content .notes {
		margin-top: 2.667vw;
	}

	/* slick */
	.fun__flow .slick-arrow {
		width: 10.667vw;
		height: 10.667vw;
		top: 25.6vw;
	}

	.fun__flow .slick-prev {
		left: -5.333vw;
	}

	.fun__flow .slick-next {
		right: -5.333vw;
	}
}