@charset "utf-8";

.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
	transition-delay: 0.5s;
}
.fade-in.delay {
	transition-delay: 1s;
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
#main {
	position: relative;
}
#mv {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 12.5vw;
	overflow: hidden;
	z-index: 800;
}
#mv .img-wrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#mv-sub {
	position: relative;
	margin: -12.5rem auto 0;
	position: relative;
	width: 100%;
	height: auto;
	padding: 1.5rem;
	z-index: 801;
}
@media only screen and (min-width: 480px) {
	#mv {
		margin: 8.75vw auto 0;
		margin: 8.75dvw auto 0;
		width: 100%;
		height: 85vw;
		height: 85vw;
	}
	#mv .img-wrap {
		width: 100%;
		height: 100%;
		background: url('../images/grand_mv.jpg') no-repeat center top;
		background-size: cover;
	}
	#mv .img-wrap img {
		display: none;
	}
	#mv-sub {
		margin: -7.5rem auto 0;
		width: 100%;
		height: calc(100vw * 0.5);
		max-width: 720px;
		max-height: 330px;
		background: url('../images/grand_mv2.png') no-repeat center center;
		background-size: contain;
		border-bottom: 15px solid #625239;
	}
	#mv-sub img {
		display: none;
	}
}
@media only screen and (min-width: 820px) {
	#mv {
		margin: 70px auto 0;
		max-width: 820px;
		height: 730px;
		overflow: visible;
	}
	#mv-sub {
		margin: -10rem auto 0;
		border-bottom: 25px solid #625239;
	}
}

.girls-list {
	position: relative;
	/*display: flex;
	justify-content: center;*/
	height: auto;
	z-index: 705;
	background-color: #fff;
	padding: 1.5rem 0 5rem !important;
}
.girls-list .girls-list-box {
	display: block;
	/*width: calc(100% / 3 );
	max-width: 300px;
	height: auto;
	max-height: 458px;*/
	padding: 5px;
}
.girls-list .girls-list-box figure {
	position: relative;
	width: 100%;
	height: auto;
}
.girls-list .girls-list-box figure figcaption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.75rem 0.5rem;
	min-width: 100%;
	text-align: left;
}
.girls-list .girls-list-box figure figcaption span em {
	font-size: 1.4rem;
	font-weight: 700;
}
.girls-list .girls-list-box figure figcaption span small {
	display: block;
	font-size: 1rem;
	font-weight: 500;
}
.girls-list .girls-list-box figure figcaption div {
	display: none;
}
@media only screen and (min-width: 820px) {
	.girls-list .girls-list-box {
		display: block;
		padding: 10px;
	}
	.girls-list .girls-list-box figure {
		height: 100%;
	}
	.girls-list .girls-list-box figure figcaption {
		padding: 0.75rem 0.75rem;
	}
	.girls-list .girls-list-box figure a > img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.girls-list .girls-list-box figure figcaption span em {
		font-size: 1.4rem;
		font-weight: 700;
	}
	.girls-list .girls-list-box figure figcaption span small {
		display: block;
		font-size: 1rem;
		font-weight: 500;
	}
	.girls-list .girls-list-box figure figcaption div {
		display: block;
		width: 30%;
		height: auto;
	}
	.girls-list .girls-list-box figure figcaption div img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 1200px) {
	.girls-list .girls-list-box {
		padding: 10px;
	}
	.girls-list .girls-list-box figure figcaption {
		padding: 0.75rem 1rem;
	}
	.girls-list .girls-list-box figure figcaption span em {
		font-size: 1.6rem;
	}
}

.content-wrap .section-body p {
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
}
.content-wrap .section-body figure {
	text-align: center;
}
.content-wrap .section-body .note {
	font-size: 1.2rem;
	margin-top: 1rem;
}
.content-wrap .section-body .note .text-indent {
	display: inline-block;
	font-size: inherit;
	padding-left: 1em;
	text-indent: -1em;
	line-height: inherit;
}
.content-wrap .section-body .note .text-indent br {
	display: none;
}
@media only screen and (min-width: 480px) {
	.content-wrap .section-body p {
		font-size: 1.6rem;
		color: #333;
	}
}
@media only screen and (min-width: 820px) {
	.content-wrap .flex-wrap {
		margin: 0 auto;
		max-width: 720px;
	}
}

#top-sec02 {
	position: relative;
	padding: 3.5rem 0 0;
}
#top-sec02 ul.exmp > li {
	margin-bottom: 1.5rem;
	padding: 13px 12.5%;
	background-color: #fff;
	text-align: center;
}
#top-sec02 ul.exmp li:last-child {
	margin-bottom: 0;
}
#top-sec02 ul.exmp li em {
	font-size: 2rem;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 900;
	color: #625239;
}
#top-sec02 .arrowText {
	color: #fff;
	margin: 0 auto;
	padding-top: 5rem;
	text-align: center;
	background: #625239 url("../images/arrow_top.png") repeat-y scroll center top;
	background-size: 75px 75px;
}
#top-sec02 .arrowText span {
	display: inline-block;
	padding-bottom: 7.5rem;
	background: #625239 url("../images/arrow_btm.png") no-repeat scroll center bottom;
	background-size: 75px 75px;
}
#top-sec02 .arrowText span em {
	display: inline-block;
	padding: 1rem 0;
	font-size: 5vw;
	font-size: 5dvw;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 900;
	font-feature-settings: "palt";
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	background-color: #625239;
}
#top-sec02 h2 {
	margin: 0 auto;
	max-width: 560px;
}
#top-sec02 ul.plan {
	margin: 2.5rem auto;
}
#top-sec02 ul.plan > li {
	margin: 1em auto;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}
#top-sec02 ul.plan > li::before {
	content: "★";
}
#top-sec02 ul.plan > li br {
	display: none;
}
@media only screen and (min-width: 480px) {
	#top-sec02 {
		padding: 4.5rem 0 0;
	}
	#top-sec02  ul.exmp > li {
		margin-bottom: 2.5rem;
		padding: 2.5rem 20%;
	}
	#top-sec02  ul.exmp > li img {
		display: block;
		margin: 0 auto;
		max-width: 420px;
	}
	#top-sec02 .arrowText {
		padding-top: 5rem;
		background-size: 100px 100px;
	}
	#top-sec02 .arrowText span {
		padding-bottom: 10rem;
		background-size: 100px 100px;
	}
	#top-sec02 .arrowText span em {
		padding: 1.5rem 0;
		font-size: 2.8rem;
	}
	#top-sec02 ul.plan {
		margin: 3.5rem auto;
	}
	#top-sec02 ul.plan > li {
		text-align: center;
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 820px) {
	#top-sec02 {
		padding: 5rem 0 0;
	}
}

.top-sec03 {
	position: relative;
	padding: 3.5rem 0 0;
	background-color: #fff;
}
.top-sec03 h2 {
	margin: 0 auto;
	max-width: 520px;
}
.top-sec03 ul.note {
	margin: 2.5rem auto 0 !important;
	padding: 0.5rem 1.5rem;
	border: 3px solid #333;
	max-width: 520px;
}
.top-sec03 ul.note > li {
	margin: 0.75rem 0;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.top-sec03 ul.note > li::before {
	content: "※";
}
@media only screen and (min-width: 480px) {
	.top-sec03 {
		padding: 4.5rem 0 0;
	}
	.top-sec03 ul.note {
		margin: 3.5rem auto 0 !important;
	}
}
@media only screen and (min-width: 820px) {
	#top-sec03 {
		padding: 5rem 0 0;
	}
}

#top-sec04 {
	position: relative;
	padding: 3.5rem 0 0;
}
#top-sec04 h1 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 7.5rem;
	color: #625239;
	text-align: center;
	background-color: #fff;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 900;
	font-feature-settings: "palt";
}
#top-sec04 .recom-block {
	margin:1.5rem auto;
	padding: 1.5rem;
	background-color: #fff;
}
#top-sec04 dl.b1 > dt {
	background: url("../images/icon01.png") no-repeat scroll center top;
	padding: 100px 0 25px 0;
	background-size: 100px 100px;
}
#top-sec04 dl.b2 > dt {
	background: url("../images/icon02.png") no-repeat scroll center top;
	background-size: 100px 100px;
	padding: 100px 0 25px 0;
}
#top-sec04 dl.b3 > dt {
	background: url("../images/icon03.png") no-repeat scroll center top;
	background-size: 100px 100px;
	padding: 100px 0 25px 0;
}
#top-sec04 dl > dd {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
#top-sec04 .recom-block p {
	padding-top: 95px;
	background: url("../images/other_icon.png") no-repeat scroll center top;
	background-size: 85px 85px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
@media only screen and (min-width: 480px) {
	#top-sec04 {
		padding: 4.5rem 0 0;
	}
	#top-sec04 h1 {
		font-size: 3rem;
	}
	#top-sec04 .recom-block {
		margin: 2rem auto;
		padding: 2rem 2.5rem 3rem;
	}
	#top-sec04 dl > dt > img {
		display: block;
		max-width: 520px;
		margin: 0 auto;
	}
	#top-sec04 dl > dd {
		font-size: 1.6rem;
	}
	#top-sec04 .recom-block.recom-text {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#top-sec04 .recom-block.recom-text > span {
		display: block;
		width: 110px;
		height: 110px;
		background: url("../images/other_icon.png") no-repeat scroll left center;
		background-size: cover;
		padding-right: 2.5rem;
	}
	#top-sec04 .recom-block p {
		padding-top: 0;
		padding-left: 2.5rem;
		background: #fff;;
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 820px) {
	#top-sec04 {
		padding: 5rem 0 0;
	}
	#top-sec04 h1 {
		font-size: 3.4rem;
	}
	#top-sec04 .recom-block {
		margin: 2.5rem auto;
		padding: 2.5rem 3.5rem 3.5rem;
	}
	#top-sec04 dl.b1 > dt {
		background: url("../images/icon01.png") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}
	#top-sec04 dl.b2 > dt {
		background: url("../images/icon02.png") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}
	#top-sec04 dl.b3 > dt {
		background: url("../images/icon03.png") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}
	#top-sec04 dl > dd {
		font-size: 1.8rem;
	}
	#top-sec04 .recom-block.recom-text > span {
		width: 125px;
		height: 125px;
	}
	#top-sec04 .recom-block p {
		font-size: 1.8rem;
	}
}

#top-sec01 {
	position: relative;
	padding: 3.5rem 0 0;
}
@media only screen and (min-width: 480px) {
	#top-sec01 .section-body {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 820px) {
	#top-sec01 .section-body {
		max-width: 1200px;
	}
	#top-sec01 .section-title-inner > figure {
		width: 720px;
		max-width: 720px;
	}
}

.backPageBtn {
	margin-top: 3.5rem;
	width: 100%;
	max-width: 420px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.backPageBtn a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
	padding: 1.5rem 1.5rem;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	opacity: 1;
}
@media only screen and (min-width: 480px) {
	.backPageBtn {
		margin-top: 4.5rem;
	}
	.backPageBtn a {
		font-size: 1.8rem;
		line-height: 32px;
	}
}
@media only screen and (min-width: 1025px) {
	.backPageBtn {
		margin-top: 5rem;
	}
	.backPageBtn a {
		line-height: 36px;
	}
	.backPageBtn a:hover {
		color: #6c5c3f;
		background-color: #fff;
	}
}

.accordion-area {
	border: 1px solid #6c5c3f;
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2rem;
	text-align: center;
}
.accordion-area .shop-list-title {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #6c5c3f;
	letter-spacing: 5px;
	line-height: 1;
	background-color: #fff;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}
.accordion-area .section-body-text br {
	display: none;
}
.accordion-area > ul {
	margin-top: 1.5rem;
}
.accordion-area .accordion-title {
	position: relative;
	display: block;
	color: #fff;
	cursor: pointer;
	padding: 1rem;
}
.accordion-area .accordion-title.open {
	color: #333;
}
.accordion-area .accordion-title::before {
	content: "";
	position: absolute;
	top: 49%;
	right: 1.5rem;
	height: 2px;
	transform: rotate(90deg);
	background-color: #fff;
	transition: all .3s ease-in-out;
}
.accordion-area .accordion-title::after {
	content: "";
	position: absolute;
	top: 49%;
	right: 1.5rem;
	height: 2px;
	background-color: #fff;
	transition: all .2s ease-in-out;
	opacity: 1;
}
.accordion-area .accordion-title.open::before {
	transform: rotate(180deg);
	background-color: #fff;
}
.accordion-area .accordion-title.open::after {
	opacity: 0;
}
.accordion-area .accordion-content {
	display: none;
	padding: 0;
	text-align: left;
}
.accordion-area ul > li {
	padding-bottom: 0.5rem;
}
.accordion-area ul > li .area-title.accordion-title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	border-radius: 0.5rem;
	background-color: #6c5c3f;
	padding: 0.85rem 1.25rem;
	text-align: left;
}
.accordion-area ul > li .area-title.accordion-title.open {
	color: #fff;
	border-radius: 0.5rem 0.5rem 0 0;
}
.accordion-area ul > li .area-title.accordion-title::before {
	width: 16px;
	background-color: #fff;
	right: 1.75rem;
}
.accordion-area ul > li .area-title.accordion-title::after {
	width: 16px;
	background-color: #fff;
	right: 1.75rem;
}
.accordion-area ul > li .area-title.accordion-title.open::before {
	background-color: #fff;
}
.accordion-area ul > li .accordion-content {
	background-color: #eaeaea;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	border-radius: 0 0 0.5rem 0.5rem;
}
.accordion-area ul > li .accordion-content > li:not(:last-child) {
	border-bottom: 1px solid #6c5c3f;
}
.accordion-area ul > li .accordion-content > li:last-child {
	margin-bottom: 1rem;
}
.accordion-area ul > li .accordion-content > li .pref-title.accordion-title,
.accordion-area ul > li .accordion-content > li .shop-title.accordion-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #6c5c3f;
}
.accordion-area ul > li .accordion-content > li .pref-title.accordion-title::before,
.accordion-area ul > li .accordion-content > li .shop-title.accordion-title::before {
	width: 14px;
	right: 1.75rem;
	background-color: #6c5c3f;
}
.accordion-area ul > li .accordion-content > li .pref-title.accordion-title::after,
.accordion-area ul > li .accordion-content > li .shop-title.accordion-title::after {
	width: 14px;
	right: 1.75rem;
	background-color: #6c5c3f;
}
.accordion-area ul > li .accordion-content > li .shop-title.accordion-title {
	font-size: 1.4rem;
	font-weight: 500;
	color: #6c5c3f;
}
.accordion-area ul > li .accordion-content > li .accordion-content {
	background-color: #fff;
	border-radius: 0.5rem;
	margin: 0.5rem 1rem;
	height: inherit;
}
.accordion-area ul > li .accordion-content > li .accordion-content.shop-list {
	padding: 1.25rem;
}
.accordion-area ul > li .accordion-content > li .accordion-content ul {
	font-size: 1.4rem;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
}
.accordion-area ul > li .accordion-content > li .accordion-content.shop-list ul > li {
	min-width: 50%;
}
.accordion-area ul > li .accordion-content > li .accordion-content > li .accordion-content.shop-list{
	padding: 0;
}
.accordion-area ul > li .accordion-content > li .accordion-content ul > li a {
	position: relative;
	display: block;
	color: #6c5c3f;
	padding: 0.5rem 1rem 0.75rem;
	text-decoration: underline;
}
.accordion-area ul > li .accordion-content > li .accordion-content ul > li a::before {
	position: absolute;
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.accordion-area ul > li .accordion-content > li .accordion-content .note {
	margin: 0;
	padding: 0.5rem 0 1rem;
	color: #333;
	font-weight: 400;
	text-align: left;
}
.accordion-area .note {
	text-align: left;
}
@media only screen and (min-width: 480px) {
	.accordion-area {
		padding: 2.5rem;
	}
	.accordion-area .shop-list-title {
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
	}
	.accordion-area .section-body-text br {
		display: block;
	}
	.accordion-area .accordion-title {
		padding: 1.25rem;
	}
	.accordion-area ul > li {
		padding-bottom: 0.75rem;
	}
	.accordion-area ul > li .area-title.accordion-title {
		font-size: 2rem;
		padding: 1rem 1.5rem;
	}
	.accordion-area ul > li .area-title.accordion-title::before {
		width: 18px;
	}
	.accordion-area ul > li .area-title.accordion-title::after {
		width: 18px;
	}
	.accordion-area ul > li .accordion-content {
		font-size: 1.6rem;
	}
	.accordion-area ul > li .accordion-content > li .pref-title.accordion-title,
	.accordion-area ul > li .accordion-content > li .shop-title.accordion-title {
		font-size: 1.8rem;
	}
	.accordion-area ul > li .accordion-content > li .pref-title.accordion-title::before,
	.accordion-area ul > li .accordion-content > li .shop-title.accordion-title::before {
		width: 16px;
	}
	.accordion-area ul > li .accordion-content > li .pref-title.accordion-title::after,
	.accordion-area ul > li .accordion-content > li .shop-title.accordion-title::after {
		width: 16px;
	}
	.accordion-area ul > li .accordion-content > li .shop-title.accordion-title {
		font-size: 1.5rem;
	}
	.accordion-area ul > li .accordion-content > li .accordion-content {
		margin: 0.75rem 1.25rem;
	}
	.accordion-area ul > li .accordion-content > li .accordion-content.shop-list {
		padding: 1.5rem;
	}
	.accordion-area ul > li .accordion-content > li .accordion-content ul {
		font-size: 1.5rem;
	}
	.accordion-area ul > li .accordion-content > li .accordion-content ul > li a {
		padding: 0.75rem 1rem 1rem;
	}
	.accordion-area ul > li .accordion-content > li .accordion-content .note {
		padding: 0.75rem 0 1rem;
	}
}
@media only screen and (min-width: 820px) {
	.accordion-area {
		padding: 3.5rem;
	}
	.accordion-area .shop-list-title {
		font-size: 2.8rem;
	}
	.accordion-area > ul {
		margin-top: 2.5rem;
	}
}

.banner-area {
	margin-top: 2.5rem;
	padding: 0 0;
}
.fp-area {
	display: flex;
	flex-direction: column;
}
.fp-area a {
	display: block;
	text-align: center;
	color: #fff;
}
.fp-area a:first-child {
	margin-bottom: 2.5rem;
}
.fp-area figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.banner-area {
		margin-top: 2.5rem;
	}
	.fp-area {
		flex-direction: row;
		justify-content: space-between;
	}
	.fp-area a {
		width: 48%;
	}
	.fp-area a:first-child {
		margin-bottom: 0;
	}
	.fp-area figure img {
		max-width: 100%;
	}
}

.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

#loading {
	width: 100%;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #000 url('../images/loading_logo.svg') no-repeat center center;
	background-size: 45px auto;
}
.sk-chase {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	-webkit-animation: sk-chase 2.5s infinite linear both;
	animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
	content: '';
	display: block;
	width: 17.5%;
	height: 17.5%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
@keyframes sk-chase {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes sk-chase-dot {
	80%, 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes sk-chase-dot-before {
	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	100%, 0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
