:root {
    --color-primary: #FF6000;
    --border-radius-8: 8px;
}

.js-fade {
  opacity: 0;
  transition: .5s;
  transform: translateY(2rem);}
.js-fade.-run {
  opacity: 1;
  transform: translateY(0);}

.js-fade2 {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(35rem);}
.js-fade2-in {
  opacity: 1;
  transform: translateY(0);}



.st-Main_Inner .qad-Container {
	margin-top: -6.25rem;
	margin-bottom: -6.25rem;
}
.w-wide{
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin-left: calc(-50vw - -50%);
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
	position: relative;
	padding: 0 20px 0;
}
.qad-Container {
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin-left: calc(-50vw - -50%);
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
	position: relative;
	background: #000;
	padding: 0 40px 0;
	}
.qad-Container_Inner,
.qad_Inner {
	max-width: 1080px;
	margin: 0 auto;
}
.bg-blue{
	background-image: linear-gradient(90deg, #001D6F, #002BA5);
}
@media screen and (max-width: 767px){
	.st-Main_Inner .qad-Container {
		margin-top: -3rem;
		margin-bottom: -3rem;
	}
	.w-wide{
		padding:0 20px;
	}
}


/* Intro
------------ */
.qad-Container .mv{
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin:0;
	/* height: 100%; */
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
	position: relative;
	padding:0;
	display:flex;
	align-items: end;
	/* aspect-ratio: 16 / 9; */
}
.qad-Container .mv video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
/* @media screen and (max-width: 767px){
.qad-Container .mv{
	aspect-ratio: 4 / 3;
}
} */


/* Intro
------------ */
#qad-Intro{
	background: url(../img/products/qad-intro-bg_pc.jpg) no-repeat center top / contain;
	padding:80px 20px 112px;
	text-align: center;
}
#qad-Intro .intro-Catch{
	max-width: 890px;
	margin:0 auto 80px;
}
.product-Box{
	background-color: #fff;
	border-radius: var(--border-radius-8);
	padding:56px 48px;
	display: grid;
	gap: 64px;
	grid-template-columns: 44% auto;
	margin-bottom:100px;
}
.product-Box .pic-Row{
	margin-top:-104px;
}
.product-Box .txt-Row{
	text-align: center;
}
.product-Box .txt-Row .product-Name{
	width: 80%;
	margin:0 auto 40px;
}
.product-btn-list li:not(:first-of-type) {
	margin-top: 24px;
}
.product-btn-list a{
	background-color: var(--color-primary);
	border-radius:60px;
	box-shadow: 0px 4px 2px rgba(0, 0, 0, .16);
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	width: 100%;
	min-height: 80px;
	font-size: 1rem;
	padding:16px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.product-btn-list a:hover{
	box-shadow: none;
	opacity: .7;
}
.product-btn-list a::after{
	background: url(../img/products/qad-btn-arrow.svg) center / cover;
	position: absolute;
	content: "";
	top: 50%;
	right: 16px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
}
.movie-Heading{
	margin-bottom:24px;
}
.youtube-Movie{
	border-radius: var(--border-radius-8);
	max-width: 900px;
	margin:0 auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
}
.youtube-Movie iframe {
	width: 100%;
	height: 100%;
}

.movie-Item{
	overflow: hidden;
	position: relative;
}
.movie-Item .slide-Logo{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.movie-Item .slide-Logo .item{
	height: 156px;
	text-align: center;
	-webkit-animation: slideImage 50s linear infinite;
	-moz-animation: slideImage 50s linear infinite;
	animation: slideImage 50s linear infinite;
	background: url(../img/products/qad-slide-logo.png);
	background-position: top left;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
@-webkit-keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-2738px 0px; }
}
@keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-2738px 0px; }
}

@media screen and (max-width: 767px){
	#qad-Intro{
		padding:40px 20px 64px;
		background: url(../img/products/qad-intro-bg_sp.jpg) no-repeat center top / coutain;
	}
	#qad-Intro .intro-Catch{
		margin:0 auto 60px;
	}
	.product-Box{
		padding:24px 24px 32px;
		display: block;
		margin-bottom:80px;
	}
	.product-Box .pic-Row{
		margin:-50px auto 32px;
		width: 45%;
	}
	.product-Box .txt-Row{
		text-align: center;
	}
	.product-Box .txt-Row .product-Name{
		width: 70%;
		margin:0 auto 24px;
	}
	.product-btn-list li:not(:first-of-type) {
		margin-top: 16px;
	}
	.product-btn-list a{
		font-size: 1.125rem;
		min-height: 64px;
		font-size: 1rem;
		padding:8px 16px;
	}
	.movie-Heading{
		width: 40%;
		margin:0 auto 24px;
	}
	.youtube-Movie{
		width: 100%;
	}
	.movie-Item .slide-Logo .item{
		display: none;
}
/* @-webkit-keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-1200px 0px; }
}
@keyframes slideImage{
  0% { background-position:0px 0px; }
  100% { background-position:-1200px 0px; }
}*/
}


/* Solution
------------ */
.qad-Solution{
	padding:80px 20px;
}
.qad-Solution .solution-Box{
	background-color: #fff;
	border-radius: var(--border-radius-8);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4rem;
	row-gap: 4rem;
	padding:64px;
	align-items: center;
	position: relative;
}
.qad-Solution .solution-Box::before {
	content: "";
	position: absolute;
	bottom: -49px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 80px 0 80px;
	border-color: #fff transparent transparent transparent;
}
.qad-Solution .solution-Heading{
	color:#011F77;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
.qad-Solution .solution-List{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.qad-Solution .solution-List li:not(:first-of-type) {
	margin-top: 16px;
}
.qad-Solution .solution-List li{
	position: relative;
	padding-left:36px;
}
.qad-Solution .solution-List li::before {
	background: url(../img/products/qad-check-icon.svg) center / cover;
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top:calc(50% - 13px);
	left: 0;
}
.qad-Solution .solution-List li .marker{
background:linear-gradient(transparent 60%, rgba(255, 241, 0) 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
	transition-delay: 1s;
}
/* .qad-Solution .solution-List.js-inview.is-show .marker{ */
.qad-Solution .solution-List.sw-SA.-fade.-run .marker{
	background-size: 100% 100%;
}

.solution-Summary{
	display: grid;
	gap: 72px;
	grid-template-columns: 55% auto;
	align-items: center;
	padding:0 48px;
	margin-top:70px;
}
@media screen and (max-width: 767px){
	.qad-Solution{
		padding:32px 20px;
	}
	.qad-Solution .solution-Box{
		display: block;
		padding:24px;
	}
		.qad-Solution .solution-Box::before {
		bottom: -20px;
		border-width: 20px 30px 0 30px;
	}
	.qad-Solution .solution-Heading{
		font-size: 2rem;
		text-align: center;
		margin-bottom:16px;
	}
	.qad-Solution .solution-List{
		font-size: 1.2rem;
	}
	.qad-Solution .solution-List li{
		position: relative;
		padding-left:30px;
	}
	.qad-Solution .solution-List li::before {
		width: 20px;
		height: 20px;
		top:calc(50% - 10px);
	}
	.solution-Summary{
		display: block;
		padding:0 40px;
		margin-top:40px;
	}
	.summary-Catch{
		width: 70%;
		margin:0 auto 24px;
	}
	.summary-Product{
		width: 50%;
		margin:0 auto;
	}
}


/* Point
------------ */
.bg-skey{
	background: url(../img/products/qad-skey-bg_pc.jpg) no-repeat center top / contain;
	padding:120px 20px 20px;
	text-align: center;
	position: relative;
}
/* .bg-skey::before{
	background: url(../img/products/qad-skey-bg.jpg) no-repeat center top / contain;
	content: "";
	width: 100%;
	display: block;
	height: 800px;
	position: absolute;
	top:0;
	left: 0;
} */
.qad-Point-Heading{
	position: relative;
}
.qad-Point-Content{
	background-color: #141414;
	border:1px solid #3C3C3C;
	border-radius: var(--border-radius-8);
	margin-top:50px;
	overflow: hidden;
	color:#fff;
}
.qad-Point-Content-Body{
	padding:48px 40px 48px;
}
.qad-Point-Subheading{
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom:48px;
}
.section-Block-Catch{
	font-size: 2.25rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.4;
}
.section-Block-Catch .emphasis{
	color:var(--color-primary);
	display: block;
	font-size: 3.75rem;
}

@media screen and (max-width: 767px){
	.bg-skey{
		background: url(../img/products/qad-skey-bg_sp.jpg) no-repeat center top / contain;
		padding:64px 20px 20px;
	}
	.qad-Point-Content{
		margin-top:32px;
	}
	.qad-Point-Content-Body{
		padding:24px 20px 32px;
	}
	.qad-Point-Subheading{
		font-size: 1.3rem;
		margin-bottom:32px;
	}
	.section-Block-Catch{
		font-size: 1.8rem;
	}
	.section-Block-Catch .emphasis{
		font-size: 2.4rem;
	}
}

.section-Block-Orange{
	overflow: hidden;
	border:2px solid var(--color-primary);
	border-radius:8px;
}
.section-Block-Orange .item-Txt{
	background-color: var(--color-primary);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding:10px;
}
.section-Block-Orange .item-Pic{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.section-Block-Gray{
	overflow: hidden;
	border:2px solid #606061;
	border-radius:8px;
}
.section-Block-Gray .item-Txt{
	background-color: #606061;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding:10px;
}
.section-Block-Body{
	padding:40px;
}
@media screen and (max-width: 767px){
	.section-Block-Orange .item-Txt{
		font-size: 1.2rem;
		padding:8px;
	}
	.section-Block-Gray .item-Txt{
		font-size: 1.2rem;
		padding:8px;
	}
	.section-Block-Body{
		padding:20px;
	}
}

.point01-Slider .item-Txt{
	background-color: #172083;
	border-radius: 8px 8px 0 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding:16px;
}
.point01-Slider .item-Txt span{
	padding-left:50px;
	position: relative;
}
.point01-Slider .item-Txt span::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top:calc(50% - 20px);
	left: 0;
}


/* Point01
------------ */
.slide01 .item-Txt span::before{
	background: url(../img/products/qad-point01-num01.svg) center / cover;
}
.slide02 .item-Txt span::before{
	background: url(../img/products/qad-point01-num02.svg) center / cover;
}
.slide03 .item-Txt span::before{
	background: url(../img/products/qad-point01-num03.svg) center / cover;
}
.slide04 .item-Txt span::before{
	background: url(../img/products/qad-point01-num04.svg) center / cover;
}
.slide05 .item-Txt span::before{
	background: url(../img/products/qad-point01-num05.svg) center / cover;
}
.point01-Slider .item-Pic{
	border:4px solid #172083;
	border-radius: 0 0 8px 8px;
}
.point01-Slider .item-Caption{
	font-size: 0.875rem;
	text-align: right;
	padding-top:4px;
}
.point01-Slider{
	max-width: 800px;
	margin:0 auto 80px;
	position: relative;
}
.point01-Slider .swiper-slide {
  max-width: 800px;
  margin: 0;
  padding:0 0 0 0;
  height: auto;
}
.point01-Slider .swiper-button-prev,
.point01-Slider .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.point01-Slider .swiper-button-prev,
.point01-Slider .swiper-button-next {
  cursor: pointer;
  place-content: center;
  transform: scale(1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  z-index: 2;
}
.point01-Slider .swiper-button-prev:after,
.point01-Slider .swiper-button-next:after {
  background-size: 12px 20px;
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.point01-Slider .swiper-button-prev:after{
  background: url("../img/products/qad-arrow-prev.svg") no-repeat 50% 50%;
}
.point01-Slider .swiper-button-next:after{
  background: url("../img/products/qad-arrow-next.svg") no-repeat 50% 50%;
}
.point01-Slider .swiper-button-prev {
  top:0;
  left: -30px;
}
.point01-Slider .swiper-button-next {
  top: 0;
  right: -30px;
}
.point01-Slider .swiper-button-next,
.point01-Slider .swiper-button-prev {
  background-image: none;
}
#qad-point01 .section-Block-Orange{
	margin-top:48px;
}
@media screen and (max-width: 767px){
	.point01-Slider .item-Txt{
		font-size: 1.4rem;
		padding:10px;
	}
	.point01-Slider .item-Txt span{
		padding-left:24px;
	}
	.point01-Slider .item-Txt span::before{
		width: 20px;
		height: 20px;
		top:calc(50% - 10px);
	}
	.point01-Slider{
		margin:0 auto 64px;
	}
		#qad-point01 .section-Block-Orange{
			margin-top:24px;
	}
	.point01-Slider .swiper-button-prev,
	.point01-Slider .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.point01-Slider .swiper-button-prev:after,
	.point01-Slider .swiper-button-next:after {
		background-size: 8px 13px;
		width: 8px;
		height: 13px;
	}
	.point01-Slider .swiper-button-prev {
		top:0;
		left: -10px;
	}
	.point01-Slider .swiper-button-next {
		top: 0;
		right: -10px;
	}
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -24px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity: .6;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}


#qad-point01 .section-Block-Orange .item-Pic_pc{
	display: block;
	position: relative;
}
#qad-point01 .section-Block-Orange .item-Pic_pc .item-arrow{
	position:absolute;
	bottom:19%;
	right:7%;
	max-width: 295px;
	opacity: 1;
  transition: .5s;
  transform: translateY(0);
	transition-delay: 1s;
}

#qad-point01 .section-Block-Orange.-run .item-arrow{
  opacity: 1;
  transform: translateY(0);
}
@keyframes blinking {
  0%   { opacity: 0; }
	40% { opacity: 1; }
  100% { opacity: 1; }
}
.blink {
  animation: blinking 1.2s ease-in infinite alternate;
}


#qad-point01 .section-Block-Orange .item-Pic_sp{
	display: none;
}
@media screen and (max-width: 767px){
	#qad-point01 .section-Block-Orange .item-Pic_pc{
		display: none;
	}
	#qad-point01 .section-Block-Orange .item-Pic_sp{
		display: block;
		position: relative;
	}
	#qad-point01 .section-Block-Orange .item-Pic_sp .item-arrow{
		position:absolute;
		bottom:5%;
		right:9%;
		opacity: 1;
		transition: .5s;
		transform: translateY(0);
		transition-delay: 1s;
		width: 30%;
	}
	#qad-point01 .section-Block-Orange.-run .item-arrow{
  opacity: 1;
  transform: translateY(0);
}
}



.qad-Qad-Block{
	background-color: #fff;
	color:#1D2083;
	border-radius: var(--border-radius-8);
	padding:40px;
	margin-top:40px;
}
.qad-Qad-Catch{
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.4;
}
.qad-Qad-logo{
	max-width: 250px;
	margin:18px auto 32px;
}
.qad-Qad-Leadcopy{
	color:#333;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.qad-Qad-Leadcopy span{
	color:var(--color-primary);
	font-size: 1.75rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.qad-Qad-Block{
		padding:32px 20px;
		margin-top:32px;
	}
	.qad-Qad-Catch{
		font-size: 1.8rem;
	}
	.qad-Qad-Leadcopy{
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
	}
	.qad-Qad-Leadcopy span{
		font-size: 1.5rem;
	}
}
.qad-Qad-Flow{
	max-width: 720px;
	margin:40px auto 0;
}
.qad-Qad-Flow .item-Txt{
	font-size:1.5rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom:16px;
}
.qad-Qad-Flow .item-Pic{
	border-radius: var(--border-radius-8);
	overflow: hidden;
}
.qad-Qad-Flow li{
	position: relative;
}
.qad-Qad-Flow li:nth-of-type(n+2) {
  margin-top: 72px;
}
.qad-Qad-Flow li:nth-of-type(n+2)::before {
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	width: 64px;
	height: 36px;
	background-image: url(../img/products/qad-arrow-down.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.qad-Qad-Flow .item-Txt{
		font-size: 1.2rem;
	}
	.qad-Qad-logo{
		width: 70%;
	}
	.qad-Qad-Flow li:nth-of-type(n+2) {
  	margin-top: 40px;
	}
	.qad-Qad-Flow li:nth-of-type(n+2)::before {
		top: -25px;
		width: 30px;
		height: 17px;
	}
}


/* Point02
------------ */
.qad-Point02-Flow{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 40px;
}
.qad-Point02-Flow li{
	position: relative;
}
.qad-Point02-Flow li img{
	border-radius: var(--border-radius-8);
	overflow: hidden;
}
.qad-Point02-Flow-Txt{
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
	margin-top: 16px;
}
#qad-point02 .section-Block-Orange{
	margin-bottom:48px;
	margin-top:48px;
}
@media screen and (min-width: 768px){
	.qad-Point02-Flow li:nth-of-type(n+2)::before {
		content: "";
		position: absolute;
		display: inline-block;
		vertical-align: middle;
		left: -30px;
		top: 40%;
		transform: translateY(-40%);
		width: 22px;
		height: 40px;
		background-image: url(../img/products/qad-arrow-next.png);
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 767px){
	.qad-Point02-Flow{
		grid-template-columns: repeat(1, 1fr);
}
	.qad-Point02-Flow li:nth-of-type(n+2)::before {
		content: "";
		position: absolute;
		display: inline-block;
		vertical-align: middle;
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
		width: 30px;
		height: 17px;
		background-image: url(../img/products/qad-arrow-down.png);
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.qad-Point02-Flow-Txt{
		font-size: 1.2rem;
	}
	#qad-point02 .section-Block-Orange{
			margin-bottom:32px;
		margin-top:32px;
	}
}


/* Point03
------------ */
#qad-point03.bg-skey{
	padding: 80px 20px 0;
}
#qad-point03 .qad-point03-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 32px;
	row-gap: 24px;
	margin-bottom:48px;
}
#qad-point03 .qad-point03-list li video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius-8);
	overflow: hidden;
}
@media screen and (max-width: 767px){
	#qad-point03.bg-skey{
		padding: 64px 20px 0;
	}
	#qad-point03 .qad-point03-list{
		grid-template-columns: repeat(1, 1fr);
		margin-bottom:32px;
	}
}


/* Point04
------------ */
#qad-point04 .qad-Point04-mv{
	max-width: 800px;
	margin:0 auto 48px;
	border-radius: var(--border-radius-8);
	overflow: hidden;
}
.qad-Point-Result{
	margin-top:40px;
	text-align: center;
}
.qad-Point-Result .item{
	max-width: 480px;
	margin:0 auto 40px;
}
@media screen and (min-width: 768px){
	.qad-Point-Result .row-2{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 40px;
		row-gap: 0;
	}
}
.qad-Point04-Result-Txt{
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
	margin-top: 16px;
}
#qad-point04 .section-Block-Orange{
	margin-top:8px;
}
@media screen and (max-width: 767px) {
	#qad-point04 .qad-Point04-mv{
		margin-bottom:32px;
	}
	.qad-Point-Result .item{
		margin:0 auto 24px;
	}
		.qad-Point04-Result-Txt {
			font-size: 1.2rem;
		}
}


#qad-product{
	margin-top:90px;
	padding: 80px 20px;
	text-align: center;
}
#qad-product .intro-Catch {
	max-width: 890px;
	margin: 0 auto 80px;
}
#qad-product .product-Box{
	margin-bottom:0;
}
@media screen and (max-width: 767px) {
	#qad-product{
	margin-top:20px;
	padding: 40px 20px;
	}
	#qad-product .intro-Catch {
		margin: 0 auto 60px;
	}
}


.sw-SA.-fade-fast {
    opacity: 0;
    -webkit-transform: scale(1.3) translate3d(100px, 0, 0);
    transform: scale(1.3) translate3d(100px, 0, 0);
		-webkit-transition: .8s cubic-bezier(0.17, 1, 0.30, 1) 0.2s;
    transition: .8s cubic-bezier(0.17, 1, 0.30, 1) 0.2s;
		    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.sw-SA.-fade-fast.-run {
	opacity: 1;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
		-webkit-filter: blur(0);
	filter: blur(0);
}
