@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
	box-sizing:border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img,a {
  vertical-align:top;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;   
  clear: both;
  visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}


/* --------------------------------------------------
html
-------------------------------------------------- */

html{
  font-size: 62.5%;
  height:100%;
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body{
	font-family:"Noto Sans JP" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.8rem;
  line-height:1.6;
  -webkit-text-size-adjust: 100%;
  height:100%;
	color:#fff;
	box-sizing:border-box;
	background:#070419 url(../img/bg_kage_l.png) no-repeat left -50%;
	background-attachment:fixed;
	overflow-x: hidden;
}


/* --------------------------------------------------
link
-------------------------------------------------- */

a:link{
  color: #fff;
  text-decoration: none;
}
a:visited{
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: #fff;
  text-decoration: none;
}
a:active{
  color: #fff;
  text-decoration: none;
}

/* --------------------------------------------------
header
-------------------------------------------------- */

#header{
	width:100%;
	position:relative;
	z-index:1;
}

#header .logo{
	position:absolute;
	left:50px;
	top:50px;
	width:20%;
}
.logo img{
	width:100%;
}

@media screen and (max-width: 800px) {


}

@media screen and (max-width: 600px) {


}

/* --------------------------------------------------
contents
-------------------------------------------------- */

#contents {
	max-width:1500px;
	margin:0 auto;
	position:relative;
}
#contents::before{
	content:"";
	width:100%;
	height:100px;
	z-index:2;
	display:block;
	margin-top:-100px;
	text-align:left;
	position:absolute;
}
#contents img{
	max-width:100%;
}

@media screen and (max-width: 1200px) {
	#contents {
		margin:0 8%;
	}
}

/* --------------------------------------------------
footer
-------------------------------------------------- */

.copyright{
		font-size:.9rem;
	text-align:center;
	padding:3rem 0;
	letter-spacing:.2rem;
}


/* --------------------------------------------------

module
	
-------------------------------------------------- */

.pct-kumo-bg{
	max-width:40vw;
	position:fixed;
	right:0;
	top:20%;
	z-index:-10;
	margin-right:-15%;
}

/* btn-area */
.btn-area{
	text-align:center;
}
.btn-back{
	display:block;
	color:#37283B;
	font-weight:700;
	font-size:120%;
	width:40%;
	padding:10px 40px;
	margin:70px auto;
	border:#FFF solid 1px;
}

/* mv */
.mv{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mv .frame{
	position: relative;
	width: 100%;
	padding-top:50%;
  overflow: hidden;
	background:	#fff;
	overflow:hidden;
	background:#FFF;
	display:block;
}
.mv .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height:auto;
	width:100%;
}
.mv::after{
	content:"";
	width:100%;
	height:150px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../img/before_contents.png) no-repeat center bottom;
	background-size:100% auto;
}


.mv .pht-enjoy::after,
.mv .pht-chic::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.mv .pht-enjoy::after{
	background:rgba(229,237,88,0.9);
}
.mv .pht-chic::after{
	background:rgba(158,128,230,0.9) ;
}


.mv .pht-enjoy.load-anim::after,
.mv .pht-chic.load-anim::after{
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode: both;
	-webkit-animation-duration:.4s;
	-ms-animation-duration:.4s;
	animation-duration:.4s;
	-webkit-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-name: fadePanelRight;
	animation-name: fadePanelRight;
	visibility: visible !important;
}

.mv .pht{
	text-align: center;
}


.mv .ttl{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	text-align:center;
	visibility: hidden;
}

.mv .ttl div{
	width:30%;
	max-width: 400px;
	margin: 0 auto;
}


@media screen and (max-width: 1200px) {

	.mv .ttl div{
		width:36%;
	}
}



/* intro */
.intro{
	display:flex;
	justify-content: center;
	margin: 5% 0;
}
.intro .txt{
	order:2;
	text-align:center;
	padding-bottom:15%;
}
.intro .txt h3{
	margin-top:-20%;
	margin-bottom:6%;
}
.intro .pht img{
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.enjoy-content .intro .txt{
	background:url(../img/pct_e_neon.png) no-repeat center bottom;
}
.chic-content .intro .txt{
	background:url(../img/pct_c_neon.png) no-repeat right bottom;
}


@media screen and (max-width: 800px) {

	.intro .txt h3{
		margin-top:0;
	}
	.intro{
		flex-flow: column;
	}
	.enjoy-content .intro .txt{
		background-size: 200px auto;
	}
	.chic-content .intro .txt{
		background-size: 200px auto;
	}

}

@media screen and (max-width: 600px) {

	.intro .txt h3{
		margin-bottom:0;
	}
	.intro .txt img{
		transform:scale(.9);
	}
	.enjoy-content .intro .txt{
		background-size: 40% auto;
	}
	.chic-content .intro .txt{
		background-size: 40% auto;
	}

}

/* shop-info */
.shop-info{
	display:flex;
	align-items: center;
}
.shop-info .data{
	font-size:1.5rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	flex: 1;
	padding:5rem;
	background:linear-gradient(#070419, #1B2249);
	position:relative;
}
.shop-info .data > div{
	max-width:70%;
	padding-left:2em;
	position:relative;
}
.shop-info .mark{
	text-align:center;
	display:block;
	margin:10% 0;
	position:relative;
}
.shop-info .num{
	position:absolute;
	right:-50px;
	top:-30px;
	text-align:center;
	display:block;
}
.shop-info h3{
	margin:5% 0;
}
.enjoy-content .shop-info .data{
	background:url(../img/bg_shop_e.png) , linear-gradient(#070419, #1B2249) ;
	background-position: left top , left;
	background-repeat:no-repeat , repeat;
	background-size:75% auto , auto;
}
.chic-content .shop-info .data{
	background:url(../img/bg_shop_c.png) , linear-gradient(#070419, #1B2249) ;
	background-position: left top , left;
	background-repeat:no-repeat , repeat;
	background-size:75% auto , auto;
}
.shop-info .pht{
	font-size:1.5rem;
	margin-left:-15%;
	position:relative;
	flex: 2;
}

@media screen and (max-width: 800px) {

	.shop-info{
		flex-flow: column;
	}
	.shop-info .data{
		width:100%;
		background:none;
		order:2;
		padding:0;
	}
	.shop-info .data > div{
		margin:0 auto;
		padding-left:0;
	}
	.shop-info .mark img{
		transform:scale(.8);
	}
	.shop-info h3 img{
		transform:scale(.8);
	}
	.enjoy-content .shop-info .data{
		background:url(../img/bg_shop_e.png) no-repeat left top ;
	}
	.chic-content .shop-info .data{
		background:url(../img/bg_shop_c.png) no-repeat left top ;
	}

}


/* shop */
.shop .caption{
	background:linear-gradient(#070419, #1B2249);
	padding:4rem;
	max-width:30em;
	font-size:1.4rem;
	line-height:1.8;
}
.shop figcaption{
	font-size:1.2rem;
	max-width:43em;
	padding:1.7rem 2em;
	line-height:1.3;
	text-align:left;
}
.enjoy-content .shop figcaption{
	background:#FFFF00;
	color:#595959;
}
.chic-content .shop figcaption{
	background:#664AA8;
	color:#fff;
}

@media screen and (max-width: 800px) {

	.shop .caption{
		max-width:none;
	}
	.shop figcaption{
		max-width:none;
	}
	
}

/* block */
.block-r{
	max-width:1100px;
	display:flex;
	align-items: flex-end;
	margin:10% auto;
	justify-content: flex-start;
}
.block-r .caption{
	margin-left: -5%;
	z-index:1;
	order:2;
}
.block-r .pht{
	text-align:right;
	max-width:100%;
	order:1;
	flex:1;
}
.block-l{
	max-width:1100px;
	display:flex;
	align-items: flex-end;
	margin:10% auto;
	justify-content: flex-end;
}
.block-l .pht{
	max-width:100%;
	order:2;
	flex:1;
}
.block-l .pht figcaption{
	margin-left: auto;
}
.block-l .caption{
	margin-right: -5%;
	z-index:1;
}
.block-c{
	display:flex;
	justify-content: center;
	align-items: end;
	margin:10% 0;
}
.block-c .pht img{
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.block-twin{
	max-width:1100px;
	display:flex;
	justify-content: center;
	margin:10% auto;
	text-align: center;
}
.block-twin > div{
	flex:1;
}
.block-twin > div:last-of-type{
	margin-top:5%;
	margin-left:5%;
}
.block-twin .pht figcaption{
	margin: 0 auto;
}

@media screen and (max-width: 800px) {

	.block-r{
		flex-flow: column;
	}
	.block-r .caption{
		padding:0;
		width:80%;
		margin:5% auto;
		background:none;
	}
	.block-l{
		flex-flow: column;
	}
	.block-l .pht{
		order:1;
	}
	.block-l .caption{
		padding:0;
		width:80%;
		margin:5% auto;
		background:none;
		order:2;
	}
	.block-twin > div{
		width:50%;
	}
	.block-twin > div:first-of-type{
		margin-left:2px;
	}
	.block-twin > div:last-of-type{
		margin-right:2px;
	}
	.block-c{
		margin:5% auto;
		max-width:60%;
	}

}

/* page-tab */
.page-tab-enjoy,
.page-tab-chic{
	position: fixed;
	bottom:10%;
	z-index:10;
}
.page-tab-enjoy{
	text-align:right;
	right:0;
}
.page-tab-chic{
	text-align:left;
	left:0;
}
.page-tab-enjoy li a,
.page-tab-chic li a{
	display:block;
}

@media screen and (max-width: 800px) {

	.page-tab-enjoy img,
	.page-tab-chic img{
		width:80%;
	}

}


/* spot-list */

.spot-list{
	padding:0 3% 3%;
}
.spot-list h3{
	font-size:2.5rem;
	text-align:center;
	padding:1em 0;
}
.spot-list ul{
	display:flex;
}
.spot-list li {
	margin:5px;
}
.spot-list li p{
	text-align:center;
	font-size:1.4rem;
}
.spot-list li p a{
	text-decoration:underline;
}
.chic-content .spot-list{
	background: #664AA8;
}
.enjoy-content h3{
	color: #595959;
}
.enjoy-content .spot-list{
	background: #FFFF00;
}
.enjoy-content .spot-list p{
	color: #595959;
}
.enjoy-content .spot-list p a{
	color: #595959;
}

@media screen and (max-width: 600px) {

	.spot-list h3{
		font-size:1.7rem;
	}
	.spot-list ul{
		flex-wrap: wrap;
	}

}


/* --------------------------------------------------

top-slider

-------------------------------------------------- */

.top-slider {
	overflow:hidden;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	
}
.top-slider::after {
    content: "";
    width: 100%;
    height: 0;
	padding-top: 6.7%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/before_contents.png) no-repeat center top;
    background-size: cover;
	z-index: 66;
}


/* enjoy-area,chic-area */

.enjoy-area,
.chic-area {
	width:50%;
	position:relative;
	height:0;
	padding-top:50%;
	overflow: hidden;
}

.enjoy-area a:hover,
.chic-area a:hover {
	opacity:1;
}

.logo-l-area,
.logo-r-area{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.logo-l-area::before,
.logo-r-area::before {
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: background .5s ease-in-out;
	z-index:60;
}


.logo-l-area::after,
.logo-r-area::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:61;
}

.logo-l-area.load-anim::after,
.logo-r-area.load-anim::after{
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode: both;
	-webkit-animation-duration:.4s;
	-ms-animation-duration:.4s;
	animation-duration:.4s;
	-webkit-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-name: fadePanelRight;
	animation-name: fadePanelRight;
	visibility: visible !important;
}

@-webkit-keyframes fadePanelRight {
	0% { left: 0; }
	40% { left: 5%; }
	100% {  left:100%; }
}
@keyframes fadePanelRight {
	0% { left: 0; }
	40% { left: 5%; }
	100% { left:100%; }
}


.enjoy-area #logo-l,
.chic-area #logo-r{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25%;
	display:block;
	width: 50%;
	height:0;
	padding-top:50%;
	z-index: 100;
	visibility:hidden;
}

.enjoy-area #logo-l svg,
.chic-area #logo-r svg {
	display:block;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
}



/* enjoy-area */

.logo-l-area:before {
	background: rgba(229,237,88,0.0);
}

.logo-l-area:hover:before {
	background: rgba(229,237,88,0.5);
}

.logo-l-area:after {
	background: rgba(229,237,88,0.9);
}


/* chic-area */

.logo-r-area:before {
	background: rgba(158,128,230,0.0);
}

.logo-r-area:hover:before  {
	background: rgba(158,128,230,0.5);
}

.logo-r-area:after {
	background: rgba(158,128,230,0.9);
}


/* bx-slider */
.top-slider .bx-wrapper {
	position:absolute;
	max-width:146.6% !important;
	width:146.6%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	background: none;
	box-shadow: none;
}

.top-slider .bx-viewport {
	height:100% !important;
}

.top-slider .bx-viewport ul {
	width:100% !important;
	height:100% !important;
}

.top-slider .bx-viewport ul li {
	width:100% !important;
	height:100% !important;
}

/* slider animation */
.top-slider .bx-viewport ul li img{
	width:auto;
	max-width: none;
	height:100%;
	margin-left:-15%;
	-webkit-animation:fadeanim 10s linear 1;
	animation:fadeanim 10s linear 1;
	
}

@-webkit-keyframes fadeanim {
	0% {
		margin-left:-15%;
	}
	100% {
		opacity:1;
		margin-left:-25%;
	}
}
@keyframes fadeanim {
	0% {
		margin-left:-15%;
	}
	100% {
		opacity:1;
		margin-left:-25%;
	}
}



@media screen and (max-width: 800px) {
	
	/* enjoy-area,chic-area */
	
	.enjoy-area,
	.chic-area {
		padding-top:60vh;
	}
	
	.enjoy-area #logo-l,
	.chic-area #logo-r{
		margin-left: -36%;
		width: 72%;
		padding-top:72%;
	}

	/* slider animation */
	.top-slider .bx-viewport ul li img{
		margin-left:-40vh;
		-webkit-animation:fadeanimsp 10s linear 1;
		animation:fadeanimsp 10s linear 1;
	}
	
}


@-webkit-keyframes fadeanimsp {
	0% {
		margin-left:-30vh;
	}
	100% {
		opacity:1;
		margin-left:-40vh;
	}
}
@keyframes fadeanimsp {
	0% {
		margin-left:-30vh;
	}
	100% {
		opacity:1;
		margin-left:-40vh;
	}
}



/* --------------------------------------------------

top
	
-------------------------------------------------- */

/* top-about */
.top-about{
	text-align:center;
  background-image: url(../img/pct_e_neon.png), url(../img/pct_c_neon.png);
  background-repeat: no-repeat,	no-repeat ;
  background-position: 8% bottom, 90% 10%;
	background-size:18% , 18% ;
	position:relative;
}
.top-logo{
	max-width:500px;
	margin:0 auto 5% auto;
}


.top-about .read{
	max-width:500px;
	margin:0 auto;
}
.pct-kumo-l{
	max-width:35vw;
	position:absolute;
	left:0;
	top:10%;
	z-index:-10;
	margin-left:-15%;
}
.pct-food-l{
	max-width:25vw;
	position:absolute;
	left:0;
	top:0;
	z-index:-10;
	margin-left:5%;
}
.pct-kumo-r{
	max-width:35vw;
	position:absolute;
	right:0;
	top:40%;
	z-index:-10;
	margin-right:-15%;
}
.pct-beer-r{
	max-width:25vw;
	position:absolute;
	right:0;
	top:30%;
	z-index:-10;
	margin-right:5%;
}

@media screen and (max-width: 1200px) {

	.top-about{
		text-align:center;
		background-image: url(../img/pct_e_neon.png), url(../img/pct_c_neon.png);
		background-repeat: no-repeat,	no-repeat ;
		background-position: left bottom, right 10%;
		background-size:25% , 23%;
		position:relative;
	}
	.top-logo{
		width:40vw;
	}
	.top-about .read{
		width:40vw;
	}
	.pct-kumo-l{
		margin-left:-20%;
	}
	.pct-food-l{
		margin-left:-5%;
	}
	.pct-kumo-r{
		margin-right:-20%;
	}
	.pct-beer-r{
		margin-right:-5%;
	}

}


@media screen and (max-width: 800px) {

	
.pct-kumo-l{
	max-width:25vw;
	top:30%;
	margin-left:-20%;
}
.pct-food-l{
	max-width:20vw;
	top:20%;
	margin-left:-5%;
}
.pct-kumo-r{
	max-width:25vw;
	top:50%;
	margin-right:-20%;
}
.pct-beer-r{
	max-width:20vw;
	top:30%;
	margin-right:-5%;
}
	
}

/* select-course */
.select-course{
	text-align:center;
	margin:10% 0;
}
.select-course > ul > li{
	position:relative;
	display:flex;
	justify-content: center;
	margin:5% 0;
}
.select-course > ul > li{
	position:relative;
	display:flex;
}

.select-course > ul > li {
	position:relative;
	display:flex;
}

.course-enjoy > a{
	display: block;
	order:2;
	width: 60%;
}

.course-chic > a{
	display: block;
	width: 60%;
}
.select-course .course-ttl{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.course-enjoy .course-ttl{
	margin-right: -5%;
	z-index: 1;
}

.course-enjoy .course-ttl a img,
.course-chic .course-ttl a img{
	transition: .3s ease-in; 
}

.course-enjoy .course-ttl a:hover img{
	margin-left: -5%;
}

.course-chic .course-ttl{
	margin-left: -5%;
	z-index: 1;
}


.course-chic .course-ttl a:hover img{
	margin-right: -5%;
}

.select-course .pht-enjoy,
.select-course .pht-chic{
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	overflow: hidden;

}
.select-course .pht-enjoy img,
.select-course .pht-chic img{
	transition: transform 0.2s linear 0s;
}

.select-course a:hover .pht-enjoy img,
.select-course a:hover .pht-chic img{
	transform: scale(1.1);
}


/* --------------------------------------------------
animation for PC
-------------------------------------------------- */

@media screen and (min-width: 1200px) {

	
	/* --------------------------------------------------
	js-style
	-------------------------------------------------- */
	
	.fx-col-in > li{
		opacity:0;
	}
	.fx-in,
	.fx-down,
	.fx-up,
	.fx-left,
	.fx-right{
		visibility:hidden;
	}

	/* --------------------------------------------------
	body
	-------------------------------------------------- */
	
	#contents{
		animation: fadeBody 2s ease 0s 1 normal;
		-webkit-animation: fadeBody 2s ease 0s 1 normal;
	}
	
	@keyframes fadeBody {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
	@-webkit-keyframes fadeBody {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
}

/* --------------------------------------------------
animate
-------------------------------------------------- */

.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}
@-webkit-keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fx-swing {
		-moz-animation: swing linear 2s infinite;
		-moz-transform-origin: center -5px 0;
		-webkit-animation: swing linear 2s infinite;
		-webkit-transform-origin: center -5px 0;
		-ms-animation: swing linear 2s infinite;
		-ms-transform-origin: center -5px 0;
		-o-animation: swing linear 2s infinite;
		-o-transform-origin:center -5px 0;
		animation: swing linear 2s infinite;
		transform-origin: center 70% 0;
}

@-moz-keyframes swing { 
		0% { -moz-transform: rotate(0deg) }
		25% { -moz-transform: rotate(2deg); }
		50% { -moz-transform: rotate(0deg); }
		75% { -moz-transform: rotate(-2deg); }
		100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing { 
		0% { -webkit-transform: rotate(0deg); }
		25% { -webkit-transform: rotate(2deg); }
		50% { -webkit-transform: rotate(0deg); }
		75% { -webkit-transform: rotate(-2deg); }
		100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes swing { 
		0% { -o-transform: rotate(0deg); }
		25% { -o-transform: rotate(2deg); }
		50% { -o-transform: rotate(0deg); }
		75% { -o-transform: rotate(-2deg); }
		100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing { 
		0% { -ms-transform: rotate(0deg); }
		25% { -ms-transform: rotate(2deg); }
		50% { -ms-transform: rotate(0deg); }
		75% { -ms-transform: rotate(-2deg); }
		100% { -ms-transform: rotate(0deg); }
}
@keyframes swing { 
		0% { transform: rotate(0deg); }
		25% { transform: rotate(2deg); }
		50% { transform: rotate(0deg); }
		75% { transform: rotate(-2deg); }
		100% { transform: rotate(0deg); }
}


