/* デフォルト
---------------------------------------------------- */

/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* summer_hotel
---------------------------------------------------- */
#summer_hotel {
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#summer_hotel * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;*/
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #333;
}

#summer_hotel img {
	vertical-align: bottom;
	font-size: 0;
}

#summer_hotel .pc {
	display: block !important;
}

#summer_hotel .sp {
	display: none !important;
}


#summer_hotel ol,
#summer_hotel ul {
	list-style-type: none;
}

#summer_hotel a {
	outline: none;
	font-size: inherit;
}


/* font
---------------------------------------------------- */

/* タイトル */
#summer_hotel .title p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.5em 0 0;
}

/* サブタイトル */
#summer_hotel .subtitle p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

/* テキスト */
#summer_hotel .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}

/* 備考 */
#summer_hotel .remark p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
}

#summer_hotel .txt_center {
	text-align: center;
}

#summer_hotel .txt_left {
	text-align: left;
}

#summer_hotel .txt_right {
	text-align: right;
}



/* #head
---------------------------------------------------- */

#summer_hotel #head {
	position: relative;
}

#summer_hotel .head {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../img/vegas_wave.svg) no-repeat;
	background-position: center 101%;
	background-size: 100%;
}


#summer_hotel svg#svg_title {
	width: 95%;
	max-width: 740px;
	padding-bottom: 2%;
	height: auto;
}

#head .wave_icn {
	width: 6em;
	height: 3em;
	display: block;
	background: url("../img/wave_icn.svg") repeat-x;
	background-size: 7em auto;
	background-position: center left;
	margin: 0 auto 110%;
	animation: wave_icn_title infinite 5s linear;
}

@keyframes wave_icn_title {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: 7em;
	}
}


/* vegas
---------------------------------------------------- */

#vegas {
	width: 100%;
	height: 100vh;
	/* 適宜、数値は変更必要 */
	min-height: 940px;
	/* 適宜、数値は変更必要 */
	max-height: 1080px;
	/* 適宜、数値は変更必要 */
}

#summer_hotel #contents {
	position: relative;
	z-index: 3;
	text-align: inherit;
}

/* introduction
---------------------------------------------------- */

#summer_hotel #introduction {
	position: relative;
	padding: 0 0 5em;
	/*
	background: url(../img/watercolor_bk01.jpg) no-repeat;
	background-size: contain;
	background-position: center;*/
}


#introduction .its_summer img {
	width: 90%;
	max-width: 540px;
	margin: -10% auto 1%;
}


/* #theme
---------------------------------------------------- */

#theme .theme {
	margin: 5% 0 0;
	padding: 2.5% 0 0;
	position: relative;
}

#theme .theme_title img {
	display: block;
	height: 60px;
	margin: 0 0 2.5% 2.5%;
}

#theme .hotel_contents {
	padding: 0 0 5%;
}

#theme .hotel_en {
	font-style: italic;
	font-weight: 700;
}

#theme .hotel_head {
	position: relative;
	box-sizing: border-box;
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: center !important;
	margin: 0 auto;
	padding: 10% 0 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#theme .hotel_head::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
	opacity: .5;
	z-index: 0;
}

#theme .hotel_head::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1%;
	left: 0;
	background: url(../img/vegas_wave.svg) no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

#theme .hotel_head p {
	color: #fff;
	position: relative;
}

#theme .hotel_head img {
	display: none;
}

#theme .hotel_head .subtitle p::before {
	content: "";
	width: 3.5em;
	height: 1.5em;
	display: block;
	background: url("../img/wave_icn.svg") repeat-x;
	background-size: 4.5em auto;
	background-position: center left;
	margin: 1em auto;
	animation: wave_icn infinite 4s linear;
}



@keyframes wave_icn {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: 4.5em;
	}
}


#theme .hotel_head .text.txt_left {
	max-width: 640px;
	margin: 3em auto 0;
}

#summer_hotel .busena {
	background: url(../img/vegas01.jpg) no-repeat;
}

#summer_hotel .w-marina {
	background: url(../img/vegas02.jpg) no-repeat;
}

#summer_hotel .kafuu {
	background: url(../img/vegas03.jpg) no-repeat;
}

#summer_hotel .toya {
	background: url(../img/vegas04.jpg) no-repeat;
}

#summer_hotel .president {
	background: url(../img/vegas05.jpg) no-repeat;
}

#summer_hotel .acao {
	background: url(../img/vegas06.jpg) no-repeat;
}

#summer_hotel .funaya {
	background: url(../img/vegas07.jpg) no-repeat;
}

#summer_hotel .newotani {
	background: url(../img/vegas08.jpg) no-repeat;
}

#summer_hotel .katayamazu {
	background: url(../img/vegas09.jpg) no-repeat;
}

#summer_hotel .usj {
	background: url(../img/vegas10.jpg) no-repeat;
}


#theme .plan_all {
	box-sizing: border-box;
	position: relative;
}


#theme .plan_all a {
	text-decoration: none;
	display: block;
	margin: 5% auto 10%;
	max-width: 540px;
}

#theme .plan_all .planname {
	margin-bottom: 1em;
}

#theme .plan_all .planname .subtitle p {
	line-height: 1.5;
}

#theme .plan_all .flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin: 3em auto;
	max-width: 540px;
}

#theme .vip,
#theme .std {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	width: 50%;
}


#theme .vip {
	padding-right: 0.75em;
	border-right: solid 1px;
}

#theme .std {
	padding-left: 0.75em;
}

#theme .vip .subtitle p,
#theme .std .subtitle p {
	line-height: 1;
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffdc3b 0%);
}

#theme .plan_all .btn p {
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	border-radius: 5px;
	background: #7bcdea;
	background: linear-gradient(to right, #52edc7, #5ac8fb);
	font-weight: 700;
	transition: all ease-in-out .5s;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 2;
	max-width: 100vw;
}

#theme .plan_all .btn p:hover {
	transform: scale(1.1);
}

#theme .plan_all .btn p::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(to left, #52edc7, #5ac8fb);
	z-index: -1;
	transition: all ease-in-out 1s;
	animation: btn_grad 2s infinite linear;
}

@keyframes btn_grad {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#president .title.hotel_name {
	position: relative;
}

/*
#president .title.hotel_name::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
	padding-top: 100%;
	right: -2%;
	background: url(../img/welcome-baby_logo.png) no-repeat;
	background-size: contain;
}*/


/* #other
---------------------------------------------------- */
section#other {
	display: flex;
}

section#other .theme {
	width: 50%;
}

#other .hotel_head {
	background-attachment: inherit !important;
	padding: 15% 0 30%;
}

#other .hotel_head::after {
	width: 200%;
	z-index: 2;
}

#other #usj .hotel_head::after {
	display: none;
}

#other .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#other .flex .plan_all {
	margin: 3%;
	width: 100%;
}

#other .plan_ph {
	padding: 3%;
}

#other .plan_ph img {
	width: 100%;
	max-width: 640px;
	border-radius: 5px;
	box-sizing: border-box;
}

/*========= slick ===============*/

#theme .slider {
	max-width: 1920px;
	margin: 0 auto;
}


#theme .slider li {
	margin: 0.25%;
	box-sizing: border-box;
	position: relative;
}

#theme .slider img {
	width: 100%;
	border-radius: 5px;
}

#theme .slider li p {
	position: absolute;
	top: 0;
	left: -0.3em;
	transform: rotate(90deg);
	transform-origin: 0 0;
	font-size: 12px;
}

#theme .slick-list {
	overflow: inherit;
}

/* Dots */

#summer_hotel .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	z-index: 3;
}

#summer_hotel .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#summer_hotel .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 10px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}

#summer_hotel .slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	text-align: center;
	background-color: #333;
	opacity: .25;
	transition: all ease .3s;
}

#summer_hotel .slick-dots li.slick-active button:before,
#summer_hotel .slick-dots li button:hover:before {
	outline: none;
	opacity: 1;
	width: 8px;
	height: 8px;
}


/*========= hamburger menu ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

/*丸の拡大*/
.circle-bg {
	position: fixed;
	z-index: 998;
	/*丸の形*/
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	/*丸のスタート位置と形状*/
	transform: scale(0);
	/*scaleをはじめは0に*/
	right: -50px;
	top: -50px;
	transition: all .6s;
	/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
	transform: scale(50);
	/*クラスが付与されたらscaleを拡大*/
}

#g-nav.panelactive #g-nav-list {
	display: block;
	height: 100%;
	overflow-y: scroll;
	/*クラスが付与されたら出現*/
}

/* スクロールの幅の設定 */
#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
	width: 0.75em;
}

/* スクロールの背景の設定 */
#g-nav.panelactive #g-nav-list::-webkit-scrollbar-track {
	border-radius: 1em;
	box-shadow: 0 0 2px #aaa inset;
	background-color: #f1f1f1;
}

/* スクロールのつまみ部分の設定 */
#g-nav.panelactive #g-nav-list::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background: #aaa;
}


/*ナビゲーション*/
#g-nav ul {
	display: none;
	/*はじめは透過0*/
	/*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
	animation-name: gnaviAnime;
	animation-duration: 1s;
	animation-delay: .2s;
	/*0.2 秒遅らせて出現*/
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes gnaviAnime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#g-nav li {
	width: 33.33333%;
	position: relative;
	overflow: hidden;
}

#g-nav li::before {
	content: "";
	display: block;
	padding-bottom: 66.66666666666666%;
}

#g-nav li:nth-child(1) {
	width: 66.66666666666666%;
}

#g-nav li:nth-child(1)::before {
	padding-bottom: 33.33333%;
}

#g-nav .title_all {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all ease-in .3s;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#g-nav .theme_title.main_title {
	padding: 1%;
	width: 50%;
}

#g-nav .theme_title.main_title img {
	width: 100%;
	height: auto;
}

#g-nav .hotel_head a {
	position: absolute;
	box-sizing: border-box;
	background-size: auto 100% !important;
	background-position: center !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all ease-in .5s;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#g-nav .hotel_head a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 0;
	transition: all ease-in .3s;
}



#g-nav .hotel_head a:hover {
	background-size: auto 110% !important;
	background-position: center !important;
}


#g-nav li a:hover::before {
	opacity: .6;
}

#g-nav .hotel_head .text p::before {
	content: "";
	width: 3.5em;
	height: 1em;
	display: block;
	background: url("../img/wave_icn.svg") repeat;
	background-size: contain;
	background-position: center;
	margin: 1em auto;
}


#g-nav .hotel_head a:hover .text p::before {
	animation: wave_icn infinite 4s linear;
}


#g-nav .hotel_head a p {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 9999;
	line-height: 1.5;
}

#g-nav .hotel_head a .subtitle p {
	font-size: 25px;
}


.openbtn {
	display: none;
	position: fixed;
	z-index: 1000;
	/*ボタンを最前面に*/
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: rgb(255, 255, 255, .5);
	border-radius: 50%;
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	width: 45%;
	background-color: #333;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}


.openbtn.active span {
	z-index: 9999;
	background-color: #333;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}


#remark {
	width: 90%;
	max-width: 740px;
	margin: 0 auto;
}



@media screen and (max-width: 999px) {

	#theme .flex {
		flex-wrap: wrap;
	}

	#theme .slider {
		max-width: 100%;
		width: 100%;
		min-width: inherit;
	}

	#g-nav li {
		width: 50%;
		position: relative;
		overflow: hidden;
	}

	#g-nav li:nth-child(1) {
		width: 100%;
	}

	#g-nav .theme_title.main_title {
		width: 70%;
	}

}


@media screen and (max-width: 767px) {


	/*　左右余白削除　*/
	#fftop_recomDetail section {
		padding: 0;
	}

	#summer_hotel .sp {
		display: block !important;
	}

	#summer_hotel .pc {
		display: none !important;
	}

	#summer_hotel .title p {
		font-size: 30px;
	}

	#summer_hotel .subtitle p {
		font-size: 18px;
	}

	#summer_hotel .text p {
		font-size: 15px;
		line-height: 2.5;
	}

	#summer_hotel .remark p {
		font-size: 13px;
	}

	#g-nav li a {
		font-size: 1.5em;
	}

	#vegas {
		min-height: inherit;
		/* 適宜、数値は変更必要 */
		max-height: 600px;
		/* 適宜、数値は変更必要 */
	}

	#head .wave_icn {
		width: 3.5em;
		height: 1.5em;
		background-size: 100% auto;
		animation: wave_icn infinite 4s linear;
	}


	#summer_hotel #introduction {
		padding: 0 5% 5em;
	}

	#introduction .text p {
		text-align: left;
		line-height: 2.5;
	}

	#introduction .its_summer img {
		margin: 10% auto 5%;
	}

	#theme .theme_title img {
		height: 10vw;
		margin: 0 0 4% 4%;
	}

	#theme .hotel_head {
		background-attachment: inherit !important;
		padding: 15% 0 30%;
		position: relative;
	}

	#summer_hotel .sp.text {
		padding: 5%;
	}

	#theme .slider li p {
		text-align: center;
		margin: 1em 0 0;
		line-height: 1.2;
		position: relative;
		top: inherit;
		left: inherit;
		transform: inherit;
	}

	#theme .slider li {
		margin: 0.2%;
	}

	#theme .flex_sp {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}

	#theme .plan_all {
		margin: 5% 0;
		background-color: rgb(204, 236, 255, .3);
	}

	#theme .plan_all a {
		padding: 10% 5%;
		margin: 0 auto;
	}


	#g-nav .hotel_head a {
		width: 100%;
	}

	#g-nav.panelactive ul {
		justify-content: center;
	}

	#g-nav li {
		width: 100%;
	}

	#g-nav li .flex {
		flex-direction: column;
		width: 100%;
		margin-bottom: 15%;
	}

	#g-nav li:last-child .flex {
		margin: 0;
	}

	#g-nav li .flex .hotel_head {
		width: 100%;
	}

	#g-nav .theme_title a {
		height: 10vw;
		margin: 0 auto 0.5em;
	}

	#g-nav .theme_title.main_title a {
		height: auto;
		width: 90vw;
		margin: 2em auto;
	}

	#g-nav .theme_title.main_title a img {
		height: auto;
		width: 100%;
	}

	#theme .plan_all .flex {
		align-items: center;
		align-content: stretch;
		margin: 2em auto;
		max-width: inherit;
		flex-direction: column;
	}

	#theme .vip {
		padding-right: inherit;
		border-right: inherit;
		padding-bottom: 1em;
		border-bottom: solid 1px;
		width: 100%;
		flex-direction: row;
	}

	#theme .std {
		padding-left: inherit;
		padding-top: 1em;
		width: 100%;
		flex-direction: row;
	}

	section#other {
		flex-direction: column;
	}

	section#other .theme {
		width: 100%;
	}

	#other .flex .plan_all {
		width: 100%;
		margin: 5% 0;
	}

	#other .hotel_head::after {
		width: 100%;
	}

	#other #usj .hotel_head::after {
		display: block;
	}

}


/***************************************************
 * Generated by SVG Artista on 5/30/2022, 9:01:12 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/***************************************************
 * Generated by SVG Artista on 6/1/2022, 11:24:47 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

svg.active .svg-elem-1 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
}

svg.active .svg-elem-2 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

svg.active .svg-elem-3 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6000000000000001s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6000000000000001s;
}

svg.active .svg-elem-4 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}

svg.active .svg-elem-5 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}

svg.active .svg-elem-6 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2000000000000002s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2000000000000002s;
}

svg.active .svg-elem-7 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4000000000000001s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.4000000000000001s;
}

svg.active .svg-elem-8 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-9 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.6s;
}

svg.active .svg-elem-9 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-10 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.8s;
}

svg.active .svg-elem-10 {
	fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
	fill: transparent;
	-webkit-transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
	transition: fill 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
}

svg.active .svg-elem-11 {
	fill: rgb(255, 255, 255);
}
