﻿
@charset 'UTF-8';

body {
	background: #000 !important;
}
a {
	text-decoration: none !important;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
article {
	width: auto !important;
	min-height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	/* transition: none !important; */
	overflow: visible !important;
	position: relative !important;
	z-index: auto !important;
	top: auto !important;
	left: auto !important;
}

.trend-movie.pc:after {
	content: 'お手持ちのスマートフォンよりご覧ください。';
	width: 100vw;
	color: #FFF;
	font-size: 2.5vw;
	line-height: 100vh;
	text-align: center;
	background: rgba(0,0,0,0.75);
	position: fixed;
	z-index: 90;
	top: 0;
}

.tutorial-modal {
	width: 100vw;
	height: 100vh;
	background: /* url('../images/common/trend-movie_bg.png') */ #000 no-repeat 0 0;
	background-size: cover;
	position: fixed;
	z-index: 50;
}
.tutorial-modal > * {
	color: #FFF;
	font-size: 97.5%;
	position: absolute;
}
.tutorial-logo {
	width: 150px;
	height: 250px;
	background: url('../images/common/trend-movie_logo-sub.svg') no-repeat 52.5% 87.5%;
	background-size: 100px auto;
	top: calc(50% - 200px);
	left: calc(50% - 75px);
}
.tutorial-logo > * {
	width: 90%;
	margin: 0 5%;
	animation: tutorial-jiggly 3.0s linear infinite;
}
@keyframes tutorial-jiggly {
	0% { transform:scale(1.0,1.0) translate(0%,0%); }
	5% { transform:scale(0.9,0.9) translate(0%,5%); }
	10% { transform:scale(1.3,0.8) translate(0%,10%); }
	15% { transform:scale(0.8,1.3) translate(0%,-10%); }
	20% { transform:scale(1.1,0.9) translate(0%,5%); }
	25% { transform:scale(1.0,1.0) translate(0%,0%); }
}
.tutorial-info {
	width: 100%;
	height: auto;
	line-height: 1.25;
	text-align: center;
	animation: tutorial-updown 1.2s linear infinite;
	bottom: calc(50% - 240px);
}
.tutorial-info img {
	width: 90px;
	margin: 0 auto 12px;
	display: block;
}
@keyframes tutorial-updown {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	33.33% {
		transform: translateY(-75px); /* -50px */ 
		opacity: 0.5;
	}
	66.66% {
		transform: translateY(-75px); /* -50px */ 
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

.swiper {
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh,1vh) * 100);
	z-index: 30;
}
.swiper.swiper-ios {
	height: 100dvh;
	height: calc(var(--vh,1dvh) * 100);
}
.swiper-wrapper,
.swiper-slide {
	width: 100% !important;
	height: 100% !important;
}

.thumbnail-wrapper {
	width: 100vw;
	height: 100vh;
	background: #000;
}
.thumbnail {
	width: 100%;
	height: auto;
	margin: auto;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.video-player,
.video-player:before,
.video-player:after,
.video-player video {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.video-player {
	height: 100%;
	background: #000; /* #333 */ 
	overflow: hidden;
}
.video-player:before,
.video-player:after {
	font-weight: bold;
	background: #CCC;
	border-radius: 45px;
	white-space: pre-wrap;
	text-align: center;
	opacity: 0.5;
}
/*
	.video-player:before {
		content: '動画が再生されない場合は\A画面タップをお試しください';
		width: 270px;
		padding: 18px;
		line-height: 18px;
		top: calc(50% - 36px);
		left: calc(50% - 135px);
	}
*/
.video-player:after {
	content: '\f04b';
	width: 80px;
	font-size: 150%;
	font-family: 'Font Awesome 5 Free';
	line-height: 70px;
	border: 5px #333 solid;
	z-index: -5;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}
.video-player video {
	margin: auto;
	/* opacity: 0; */
	transition: all 0.25s;
	pointer-events: none;
	right: 0;
	bottom: 0;
}
.swiper-slide-active {
	/* z-index: 5; */
}
.swiper-slide-active .video-player video {
	/* opacity: 1; */
}
/*
	.video-player,
	.video-player video {
		width: 100vw;
		height: 100vh;
		height: calc(var(--vh,1vh) * 100);
	}
	.swiper-ios .video-player,
	.swiper-ios .video-player video {
		width: 100dvw; 
		height: 100dvh;
		height: calc(var(--vh,1dvh) * 100);
	}
	.video-player {
		background: #000;
		pointer-events: none;
		position: absolute;
	}
	.video-player video {
		object-fit: contain;
	}
*/

.ui-controller {
	filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.25));
	transform: translateZ(0);
	z-index: 40;
}
.ui-controller > *,
.ui-controller a {
	color: #FFF;
}
.fix-map {
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: -webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: -moz-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	position: fixed;
}
.fix-map a {
	position: absolute;
	top: 25px;
	right: 12.5px;
}
.right-menu {
	position: absolute;
	right: 12.5px;
	bottom: 25px;
}
.icon-set {
	width: 50px;
	height: auto;
	text-align: center;
	display: block;
}
.icon-set.disabled {
	opacity: 0.5;
	filter: contrast(100%);
}
.icon-set:not(:last-child) {
	margin-bottom: 15px;
}
.right-menu-info.icon-set {
	padding-top: 5px;
}
.icon-set img {
	width: 25px;
	margin: 0 auto 7.5px;
}
.right-menu-message.icon-set img {
	width: 22.5px;
}
.icon-set p {
	font-size: 10px;
	font-weight: bold;
}
.right-menu-message.icon-set p {
	letter-spacing: -0.5px;
}
@media screen and (min-height:480px) {
	.icon-set:not(:last-child) { margin-bottom:25px; }
}
.left-menu {
	width: 100%;
	padding: 0 75px 25px 15px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	filter: none;
	position: absolute;
	left: 0;
	bottom: 0;
}
[class*='left-menu-']:not(.left-menu-prof,.left-menu-contents-link),
.left-menu-prof .prof-info /* .prof-name */ {
	text-shadow: 0 0 2.5px rgba(0,0,0,0.25);
	/* filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.25)); */
	/* will-change: filter; */
}
.left-menu-shukkin {
	margin-bottom: 12.5px !important;
	text-shadow: none !important;
	display: none;
}
.left-menu-movie-title {
	font-weight: bold;
}
.left-menu-prof {
	margin: 12.5px 0;
	font-size: 75%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.left-menu-prof.sns {
	position: relative;
}
.left-menu-prof .prof-info {
	margin-bottom: 0 !important;
}
.left-menu-area-gyousyu {
	font-size: 67.5%;
}
.left-menu-contents-link {
	width: calc(100% - 5px);
	margin-top: 12.5px;
	background: #FFB300;
	border-radius: 5px;
	position: relative;
}
.left-menu-contents-link:after {
	content: '';
	width: 7.5px;
	height: 7.5px;
	margin: -3.75px 0 0;
	border-top: 2.5px #000 solid;
	border-right: 2.5px #000 solid;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12.5px;
}
.left-menu-contents-link a {
	padding: 10px;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	display: block;
}
.prof-image,
.prof-sns {
	border-radius: 50%;
	/* filter: drop-shadow(0 0 0 #FFF); */
	display: block;
	overflow: hidden;
}
.prof-image {
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,0.5);
	border: 1px #FFF solid;
}
.prof-sns {
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	z-index: 20;
	top: 40px;
	left: 40px;
}
.prof-image img,
.prof-sns img {
	width: inherit;
	height: inherit;
	margin: auto;
	object-fit: cover;
}
.prof-info {
	width: calc(100% - 75px);
	margin: 0 0 5px 12.5px;
	display: block;
	overflow: hidden;
}
.prof-name {
	margin: 0 0 5px;
	display: block;
}
.prof-mygirl {
	padding: 5px 7.5px;
	/* font-size: 105%; */
	font-weight: bold;
	line-height: 1.25;
	border-radius: 5px;
	display: inline-block;
}
.prof-mygirl.on {
	background: rgba(250,75,225,0.5);
	border: 1px rgba(250,75,225,0.5) solid;
}
.prof-mygirl.off {
	background: transparent;
	border: 1px rgba(255,255,255,0.75) solid;
}
.prof-mygirl.disable {
	opacity: 0.5;
	pointer-events: none;
}
.shukkin-imasugu,
.shukkin-next {
	margin: 0 -1.5px;
	color: #000;
	font-size: 72.5%;
	letter-spacing: -0.4em;
}
.shukkin-imasugu span,
.shukkin-next span {
	padding: 0 10px;
	line-height: 25px;
	letter-spacing: 0;
	display: inline-block;
}
.shukkin-imasugu span:first-child,
.shukkin-next span:first-child {
	color: #FFF;
	border-radius: 5px 0 0 5px;
}
.shukkin-imasugu span:first-child {
	background: rgba(250,100,200,0.75);
}
.shukkin-next span:first-child {
	background: rgba(75,200,100,0.75);
}
.shukkin-imasugu span:last-child,
.shukkin-next span:last-child {
	background: rgba(255,255,255,0.75);
	border-radius: 0 5px 5px 0;
}

.data-empty,
.overlay,
.alert-overlay,
.loading-overlay,
.login-overlay,
.detail-overlay {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5); /* #000 */ 
	position: fixed;
	top: 0;
	left: 0;
}
.data-empty p {
	margin-top: 100px;
	color: #FFF;
	text-align: center;
}
.overlay,
.detail-overlay {
	/* opacity: 0.25; */
	display: none;
	z-index: 50;
}
.alert-overlay,
.login-overlay {
	/* opacity: 0.75; */
	display: none;
	z-index: 60;
}
.loading-overlay {
	z-index: 80;
}
.loading-overlay.loading {
	pointer-events: none;
}
.loading-overlay.loading:after {
	content: '';
	width: 100px;
	height: 100px;
	border: 25px rgba(255,255,255,0.25) solid;
	border-top-color: rgba(255,255,255,0.75);
	border-radius: 50%;
	box-sizing: border-box;
	animation: loadingSpin 1s infinite linear;
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}
@keyframes loadingSpin {
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(360deg); }
}

.tm-modal,
.screen {
	margin: auto;
	padding: 0 15px;
	background: #FFF;
	transition: all 0.25s;
	position: fixed;
	z-index: 60;
}
.tm-modal {
	width: calc(100% - 30px);
	min-width: 270px;
	max-width: 360px;
	border-radius: 15px;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.screen {
	width: 100%;
	border-radius: 15px 15px 0 0;
	opacity: 0;
	right: 0;
}
.screen.active {
	bottom: -0.5px !important;
	opacity: 1 !important;
}
.screen a {
	color: #000;
	/* text-decoration: underline; */
}

.alert-modal,
.confirm-modal {
	height: 150px;
	line-height: 1.25;
	/* position: absolute; */
	z-index: 70;
}
.alert-modal *,
.confirm-modal * {
	display: flex;
	align-items: center;
}
.alert-modal .text,
.confirm-modal .text {
	height: calc(100% - 50px);
	font-size: 15px;
}
.alert-modal .buttons,
.confirm-modal .buttons {
	margin: -1px -15px 0;
	border-top: 1px #EEE solid;
}
.alert-modal .buttons > *,
.confirm-modal .buttons > * {
	width: 100%;
	height: 50px;
	color: #06C;
	justify-content: center;
}
.confirm-modal .buttons > *:last-child {
	border-left: 1px #EEE solid;
}

.like-modal {
	height: 210px;
	line-height: 1.25;
	text-align: center;
}
.like-modal-title {
	width: 240px;
	margin: 37.5px auto;
	padding-left: 15px;
	font-size: 105%;
	line-height: 1.5;
	position: relative;
}
.like-modal-title img {
	width: 45px;
	height: auto;
	position: absolute;
	z-index: -5;
	top: -5px;
	left: 0;
}
.like-modal-buttons {
	max-width: 300px;
	margin: -20px auto 0;
	letter-spacing: -0.4em;
}
.like-modal-buttons a {
	width: calc(50% - 5px);
	padding: 10px;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0;
	background: #F70;
	border-radius: 5px;
	display: inline-block;
}
.like-modal-buttons a.like {
	margin-left: 10px;
}
.like-modal-notice {
	margin: 15px -15px;
	font-size: 72.5%;
	letter-spacing: -0.1px;
}
.like-modal-notice a.like {
	color: #F70;
}

.login-modal {
	height: 375px;
	/* position: absolute; */
	z-index: 70;
}
#userLogin {
	margin-top: 15px;
	opacity: 0;
	/* transition: all 0.25s; */
}
#userLogin dd {
	margin-bottom: 0;
}
#userLogin dd label {
	margin-top: 12.5px;
}
#userLogin dd p.sub > a {
	font-weight: bold;
}
#userLogin dd p.sub > a.girl {
	margin-right: 7.5px;
}
#userLogin dd p.sub > a.shop {
	margin-left: 7.5px;
}
.err_msg {
	margin: 0 auto -9px !important;
	color: #F00 !important;
	font-size: 90% !important;
	font-weight: bold !important;
	display: block;
	cursor: default;
}

.detail-screen {
	height: 80vh;
	max-height: 545px;
	padding-top: 100px;
	bottom: -545px;
}
/*
	.detail-screen.normal {
		height: 75vh;
		max-height: 450px;
		bottom: -450px;
	}
	.detail-screen.narrow {
		height: 50vh;
		max-height: 250px;
		bottom: -250px;
	}
*/
.detail-screen .detail-close {
	background: #CCC;
	border-radius: 0 0 5px 5px;
	position: absolute;
	z-index: 5;
	top: -5px;
	right: 17.5px;
}
.detail-screen /* :not(.active) */ .detail-close {
	display: none;
}
.detail-screen .detail-close:after {
	content: '';
	margin: 7.5px 15px 0;
	border: 7.5px transparent solid;
	border-top: 7.5px #FFF solid;
	filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.25));
	display: block;
}
.detail-screen .prof {
	width: calc(100% - 30px);
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 15px;
}
.detail-screen .prof-info {
	margin-bottom: 0;
}
.detail-screen .prof-name {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.25;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.detail-screen .prof-age {
	font-size: 70%;
}
.detail-screen .detail-shukkin {
	margin: 0 0 7.5px;
	display: none;
}
.detail-screen .detail-shukkin span {
	padding: 1.5px 9px;
	line-height: 21px;
}
.detail-screen .shukkin-imasugu span:first-child {
	border: 1px #EAC solid;
	border-right: none;
}
.detail-screen .shukkin-next span:first-child {
	border: 1px #ADB solid;
	border-right: none;
}
.detail-screen .shukkin-imasugu span:last-child,
.detail-screen .shukkin-next span:last-child {
	border: 1px #DDD solid;
	border-left: none;
}
.detail-screen .sns-list,
.detail-screen .button-wrapper {
	margin: 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden;
}
.detail-screen .sns-icon:not(:last-child) {
	margin-right: 10px;
}
.detail-screen .sns-icon * {
	width: 40px;
	text-align: center;
	display: block;
}
.detail-screen .sns-icon a {
	margin: 0 0 5px;
}
.detail-screen .sns-icon span {
	width: auto;
	font-size: 10px;
	line-height: 10px;
}
.detail-screen .button-wrapper a,
.detail-screen .button-wrapper span {
	width: calc(50% - 5px);
	padding: 5px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	border: 1px #CCC solid;
	border-radius: 5px;
	display: block;
}
.detail-screen .button-wrapper a:nth-child(2),
.detail-screen .button-wrapper span:last-child {
	margin-left: auto;
}
.detail-screen .button-wrapper .detail-mygirl.on,
.detail-screen .button-wrapper .detail-message.on {
	background: #FEF;
}
.detail-screen .button-wrapper .detail-mygirl.disable,
.detail-screen .button-wrapper .detail-message.disable {
	color: #999;
	background: #CCC;
	pointer-events: none;
}
.detail-screen article {
	height: 100% !important;
	border-top: 1px #DDD solid !important;
	overflow-y: scroll !important;
}
.detail-screen article > *:not(:first-child) {
	border-top: 1px #EEE solid;
}
.detail-screen section {
	padding: 20px 0;
}
.detail-screen .section-title {
	margin: -7.5px 0 10px;
	font-size: 100%;
	text-align: left;
}
.detail-screen .toukou-movie ul {
	display: flex;
	align-items: center;
	overflow-x: scroll;
}
.detail-screen .toukou-movie li:not(:first-child) {
	margin-left: 15px;
}
.detail-screen .toukou-movie a {
	width: 120px;
	height: 120px;
	background: #000;
	text-align: center;
	display: block;
	position: relative;
}
.detail-screen .toukou-movie ul li img {
	max-width: 120px;
	max-height: 120px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.detail-screen .shop-info {
	display: flex;
}
.detail-screen .shop-info > a {
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.detail-screen .shop-info > a img {
	width: inherit;
	height: inherit;
	object-fit: cover;
}
.detail-screen .shop-info-detail {
	width: calc(100% - 82.5px);
	margin: 0 0 0 10px;
	overflow: hidden;
}
.detail-screen .shop-info-detail > * {
	margin: 0 0 2.5px;
	font-size: 67.5%;
	display: block;
}
.detail-screen .shop-name {
	margin: 2.5px 0 5px;
	font-size: 72.5%;
	font-weight: bold;
}
.area-screen {
	height: 60vh;
	max-height: 360px;
	bottom: -360px;
}
.area-title {
	padding: 22.5px 0 17.5px;
	font-weight: bold;
	text-align: center;
}
.area-wrapper {
	height: calc(100% - 60px) !important;
	border-top: 1px #DDD solid !important;
	overflow-y: scroll !important;
}
.area-wrapper .areas {
	padding: 15px 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.area-wrapper .areas:not(:first-child) {
	border-top: 1px #EEE solid;
}
.area-wrapper .areas li {
	width: calc(50% - 5px);
	margin: 2.5px;
	padding: 7.5px 10px;
	font-size: 87.5%;
	font-weight: bold;
	border-radius: 7.5px;
}
.area-wrapper .areas li a {
	margin: -7.5px -10px;
	padding: 7.5px 10px;
	display: block;
}
.area-wrapper .areas li.selected {
	background: #F90;
}
.area-wrapper .areas li.selected a {
	color: #FFF;
}
.area-wrapper .areas li span {
	color: #CCC;
}

.like-icon.button {
	width: 80px;
	height: 80px;
	margin: -27.5px -15px -22.5px;
	background: url('../images/common/heart.svg') no-repeat 0 0;
	background-size: auto 100%;
	pointer-events: none;
}
.like-icon.button.check {
	animation: blastAnime 750ms steps(28);
	animation-fill-mode: forwards;
}
@keyframes blastAnime {
	0% { background-position:left; }
	100% { background-position:right; }
}

.like-icon * {
	transform-origin: 250px 250px;
	opacity: 0;
}
.like-icon .heart {
	opacity: 1;
	fill: #FFF;
}
.like-icon .burst {
	transform: scale(0.02);
	stroke: #D48;
	stroke-width: 1;
	fill: none;
}
.like-icon.check .heart {
	animation: heartAnime 750ms;
	animation-fill-mode: forwards;
}
.like-icon.check .burst {
	animation: burstAnime 750ms;
	animation-fill-mode: forwards;
}
.like-icon.check .particle {
	animation: particleAnime 750ms;
	animation-fill-mode: forwards;
}
.like-icon.check .particle circle:nth-child(1) {
	animation: particleAnime1 750ms;
}
.like-icon.check .particle circle:nth-child(2) {
	animation: particleAnime2 750ms;
}
.like-icon.check .particle circle:nth-child(3) {
	animation: particleAnime3 750ms;
}
.like-icon.check .particle circle:nth-child(4) {
	animation: particleAnime4 750ms;
}
.like-icon.check .particle circle:nth-child(5) {
	animation: particleAnime5 750ms;
}
.like-icon.check .particle circle:nth-child(6) {
	animation: particleAnime6 750ms;
}
.like-icon.check .particle circle:nth-child(7) {
	animation: particleAnime7 750ms;
}
.like-icon.check .particle circle:nth-child(8) {
	animation: particleAnime8 750ms;
}
.like-icon.check .particle circle:nth-child(9) {
	animation: particleAnime9 750ms;
}
.like-icon.check .particle circle:nth-child(10) {
	animation: particleAnime10 750ms;
}
.like-icon.check .particle circle:nth-child(11) {
	animation: particleAnime11 750ms;
}
.like-icon.check .particle circle:nth-child(12) {
	animation: particleAnime12 750ms;
}
.like-icon.check .particle circle:nth-child(13) {
	animation: particleAnime13 750ms;
}
.like-icon.check .particle circle:nth-child(14) {
	animation: particleAnime14 750ms;
}
@keyframes heartAnime {
	0% { transform:scale(0); fill:#F4E; }
	40% { transform:scale(0); }
	60% { transform:scale(1.2,1.2); }
	70% { transform:scale(1,1) translate(0%,-10%); }
	75% { transform:scale(1.1,0.9) translate(0%,5%); }
	80% { transform:scale(0.95,1.05) translate(0%,-2.5%); }
	100% { transform:scale(1,1) translate(0%,0%); fill:#F4E; }
}
@keyframes burstAnime {
	0% { transform:scale(0.01); opacity:0; }
	2.5% { transform:scale(0.01); opacity:1; }
	5% { stroke-width:200; }
	25% { stroke-width:300; }
	50% { transform:scale(1.1); stroke:#C8F; stroke-width:1; }
	50.5% { stroke-width:0; }
	100% { transform:scale(1.1); stroke:#C8F; stroke-width:0; }
}
@keyframes particleAnime {
	0% { transform:translate(0,0); opacity:0; }
	30% { opacity:0; }
	30.5% { opacity:1; }
	60% { transform:translate(0,0); }
	70% { opacity:1; }
	100% { transform:translate(0,-20px); opacity:0; }
}
@keyframes particleAnime1 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-12.5px,-52.5px); }
	90% { transform:translate(-12.5px,-52.5px); }
	100% { transform:translate(-12.5px,-52.5px); opacity:1; }
}
@keyframes particleAnime2 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(50px,-47.5px); }
	90% { transform:translate(50px,-47.5px); }
	100% { transform:translate(50px,-47.5px); opacity:1; }
}
@keyframes particleAnime3 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(40px,-45px); }
	90% { transform:translate(40px,-45px); }
	100% { transform:translate(40px,-45px); }
}
@keyframes particleAnime4 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(65px,-10px); }
	90% { transform:translate(65px,-10px); }
	100% { transform:translate(65px,-10px); opacity:1; }
}
@keyframes particleAnime5 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(47.5px,5px); }
	90% { transform:translate(47.5px,5px); }
	100% { transform:translate(47.5px,5px); opacity:1; }
}
@keyframes particleAnime6 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(40px,42.5px); }
	90% { transform:translate(40px,42.5px); }
	100% { transform:translate(40px,42.5px); opacity:1; }
}
@keyframes particleAnime7 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(30px,25px); }
	90% { transform:translate(30px,25px); }
	100% { transform:translate(30px,25px); opacity:1; }
}
@keyframes particleAnime8 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-10px,50px); }
	90% { transform:translate(-10px,50px); }
	100% { transform:translate(-10px,50px); opacity:1; }
}
@keyframes particleAnime9 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-10px,47.5px); }
	90% { transform:translate(-10px,47.5px); }
	100% { transform:translate(-10px,47.5px); opacity:1; }
}
@keyframes particleAnime10 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-40px,35px); }
	90% { transform:translate(-40px,35px); }
	100% { transform:translate(-40px,35px); opacity:1; }
}
@keyframes particleAnime11 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-40px,32.5px); }
	90% { transform:translate(-40px,32.5px); }
	100% { transform:translate(-40px,32.5px); opacity:1; }
}
@keyframes particleAnime12 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-42.5px,-20px); }
	90% { transform:translate(-42.5px,-20px); }
	100% { transform:translate(-42.5px,-20px); opacity:1; }
}
@keyframes particleAnime13 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-70px,-35px); }
	90% { transform:translate(-70px,-35px); }
	100% { transform:translate(-70px,-35px); opacity:1; }
}
@keyframes particleAnime14 {
	0% { transform:translate(0,0); }
	30% { transform:translate(0,0); opacity:1; }
	75% { transform:translate(-15px,-60px); }
	90% { transform:translate(-15px,-60px); }
	100% { transform:translate(-15px,-60px); opacity:1; }
}

