/*
Theme Name: gulp_template
Description: gulp_template
Version: 1.0
Author: 12Grid
Author URI:
Version: 1.0
License: 12Grid
License URI:

create date: 2018/03/06
update date: 2018/03/06
*/

/*****************************************************
Config
*****************************************************/

/*****************************************************
Foundation
*****************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 0;
}

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

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/*****************************************************
変数
*****************************************************/

.roboto {
	font-family: "Roboto Condensed", sans-serif;
}

/*****************************************************
base
*****************************************************/

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	font-size: 1.4em;
	color: #333;
	overflow-x: hidden;
	left: 0;
	letter-spacing: 2px;
	position: relative;
	background-color: transparent;
}

.contents-main {
	max-width: 1700px;
	margin: 0 auto;
	overflow: hidden;
}

.font_en {
	font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

a {
	color: #333;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	opacity: 0.85;
}

li {
	list-style: none;
}

img {
	width: 100%;
}

.is-sp {
	display: none;
}

.ttl-en {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 58px;
	font-size: 5.8rem;
	margin-bottom: 30px;
}

.ttl-wrap h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

/*****************************************************
Layout
*****************************************************/

.headerCommon {
	display: flex;
	flex-direction: row;
	position: fixed;
	opacity: 0;
	z-index: 1000;
	top: -46px;
}

.headerCommon h1 {
	width: 200px;
	margin: 0 auto;
}

.headerCommon h1 img {
	width: 100%;
	height: auto;
}

.headerCommon-logo {
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: 20px;
}

.footer-common {
	background-color: #fff;
}

.footer-common-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px 60px;
}

.footer-logo {
	width: 100px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-copyrights {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 10px;
	font-size: 1rem;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
}

.pagetop a {
	background: #105fad;
	height: calc(tan(80deg) * 15px / 2);
	width: 30px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	display: block;
	opacity: 0.8;
	position: relative;
}

.pagetop a:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	background: #00b6bc;
	height: calc(tan(80deg) * 15px / 2);
	width: 30px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	display: block;
	opacity: 0.8;
}

.pagetop a:hover {
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*
  human,making
-----------------------------------------------*/

/* ========================================================
  Helper classes
======================================================== */

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

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.imgWrap {
	zoom: 1;
}

.imgWrap:before,
.imgWrap:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: " ";
}

.imgWrap:after {
	clear: both;
}

/*--------------------------------------
  list-style
---------------------------------------*/

.disc,
.square {
	margin: 0 0 1em 1.5em;
}

.decimal {
	margin: 0 0 1em 2em;
}

.disc {
	list-style: disc;
}

.square {
	list-style: square;
}

.decimal {
	list-style-type: decimal;
}

/*--------------------------------------
  text-align
---------------------------------------*/

.text_l {
	text-align: left;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}

/*--------------------------------------
  float
---------------------------------------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.horizontal {
	zoom: 1;
}

.horizontal:before,
.horizontal:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: " ";
}

.horizontal:after {
	clear: both;
}

.horizontal li {
	float: left;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/*--------------------------------------
  margin & padding
---------------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb115 {
	margin-bottom: 115px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb135 {
	margin-bottom: 135px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.mb145 {
	margin-bottom: 145px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb155 {
	margin-bottom: 155px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.mb165 {
	margin-bottom: 165px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.mb175 {
	margin-bottom: 175px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.mb185 {
	margin-bottom: 185px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.mb195 {
	margin-bottom: 195px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pb105 {
	padding-bottom: 105px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pb110 {
	padding-bottom: 110px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pb115 {
	padding-bottom: 115px !important;
}

.pt120 {
	padding-top: 120px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.pt125 {
	padding-top: 125px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pt130 {
	padding-top: 130px !important;
}

.pb130 {
	padding-bottom: 130px !important;
}

.pt135 {
	padding-top: 135px !important;
}

.pb135 {
	padding-bottom: 135px !important;
}

.pt140 {
	padding-top: 140px !important;
}

.pb140 {
	padding-bottom: 140px !important;
}

.pt145 {
	padding-top: 145px !important;
}

.pb145 {
	padding-bottom: 145px !important;
}

.pt150 {
	padding-top: 150px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pt155 {
	padding-top: 155px !important;
}

.pb155 {
	padding-bottom: 155px !important;
}

.pt160 {
	padding-top: 160px !important;
}

.pb160 {
	padding-bottom: 160px !important;
}

.pt165 {
	padding-top: 165px !important;
}

.pb165 {
	padding-bottom: 165px !important;
}

.pt170 {
	padding-top: 170px !important;
}

.pb170 {
	padding-bottom: 170px !important;
}

.pt175 {
	padding-top: 175px !important;
}

.pb175 {
	padding-bottom: 175px !important;
}

.pt180 {
	padding-top: 180px !important;
}

.pb180 {
	padding-bottom: 180px !important;
}

.pt185 {
	padding-top: 185px !important;
}

.pb185 {
	padding-bottom: 185px !important;
}

.pt190 {
	padding-top: 190px !important;
}

.pb190 {
	padding-bottom: 190px !important;
}

.pt195 {
	padding-top: 195px !important;
}

.pb195 {
	padding-bottom: 195px !important;
}

.pt200 {
	padding-top: 200px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

/*****************************************************
Component
*****************************************************/

.btn-01 {
	position: relative;
	z-index: 99;
}

.btn-01 a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #00b6bc;
	height: 62px;
	line-height: 62px;
	border-radius: 31px;
	text-align: center;
	box-sizing: border-box;
	width: 324px;
}

.btn-01 a span {
	font-size: 34px;
	vertical-align: -8px;
}

.btn-02 {
	display: inline-block;
}

.btn-02 a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #00b6bc;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
}

.btn-02 a span {
	font-size: 18px;
	vertical-align: -3px;
	padding-left: 10px;
}

/*
  information
----------------------------------------*/

/*****************************************************
Component
*****************************************************/

.kv {
	height: 100vh;
	width: 100vw;
	max-width: 1700px;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	z-index: -1;
	top: 0;
}

.kv-inner {
	height: 100vh;
	width: 100vw;
	max-width: 1700px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url("/assets/images/index/kv.png");
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kv-triangle {
	position: absolute;
	top: -100px;
	opacity: 0;
	animation-name: fadein;
	width: 100vw;
	height: 100vh;
}

.kv-triangle img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.kv-triangle-01 {
	top: 0;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.kv-triangle-01 img {
	background-blend-mode: hard-light;
	opacity: 0.7;
}

.kv-triangle-02 {
	top: 0;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.kv-triangle-02 img {
	background-blend-mode: screen;
	opacity: 0.7;
}

.kv-logo {
	width: 40vw;
	margin: 0 auto;
	padding-right: 40px;
	animation-name: mv01-fadeIn;
	animation-duration: 2s;
	animation-delay: 0;
	animation-fill-mode: forwards;
	opacity: 0;
}

.kv-logo img {
	width: 100%;
	height: auto;
}

.kv-message {
	width: 100px;
	position: absolute;
	top: 80px;
	right: 10vw;
	animation-name: mv01-fadeIn;
	animation-duration: 2s;
	animation-delay: 0;
	animation-fill-mode: forwards;
	opacity: 0;
}

.kv-message img {
	width: 100%;
	height: auto;
}

.news {
	background-color: #fff;
	margin-top: 100vh;
}

.news-inner {
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 100px 0 200px;
}

.news-inner .ttl-wrap {
	width: 230px;
}

.news-inner .ttl-01 {
	color: #105fad;
}

.news-inner .ttl-en {
	color: #105fad;
}

.news-list {
	flex: 1;
	margin-top: -24px;
}

.news-list li {
	display: flex;
	flex-direction: row;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}

.news-list li .s-day {
	width: 100px;
	font-size: 12px;
	font-size: 1.2rem;
}

.news-list li .s-ttl {
	flex: 1;
}

.greetings {
	background-color: #105fad;
	transform-origin: left bottom;
	transform: rotate(-5deg);
	width: 120%;
	margin-left: -10%;
}

.greetings .ttl-wrap {
	margin-bottom: 50px;
}

.greetings .ttl-01 {
	color: #fff;
	text-align: right;
}

.greetings .ttl-en {
	color: #fff;
	text-align: right;
}

.greetings-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 360px;
	transform-origin: left bottom;
	transform: rotate(5deg);
}

.greenting-contents {
	display: flex;
	flex-direction: row;
}

.greenting-contents-ph {
	width: 290px;
}

.greenting-contents-ph img {
	width: 100%;
	height: auto;
}

.greenting-contents-text {
	flex: 1;
	margin-left: 50px;
	color: #fff;
}

.greenting-contents-text p {
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.greenting-contents-text p strong {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
	line-height: 1.6;
}

.aboutus {
	position: relative;
	background-color: #fff;
	margin-top: -400px;
	transform-origin: left bottom;
	transform: rotate(5deg);
	width: 120vw;
	margin-left: -10vw;
	overflow: hidden;
}

.aboutus .ttl-wrap {
	margin-bottom: 50px;
}

.aboutus .ttl-01 {
	color: #105fad;
}

.aboutus .ttl-en {
	color: #105fad;
}

.aboutus-inner {
	padding: 200px 0;
	display: flex;
	flex-direction: row;
	transform-origin: left bottom;
	transform: rotate(-5deg);
	padding-left: 10vw;
}

.aboutus-text {
	width: 60vw;
	padding-left: 10vw;
	padding-right: 5vw;
}

.aboutus-text__lead {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #105fad;
	margin-bottom: 40px;
}

.aboutus-text__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.2;
}

.aboutus-ph {
	width: 40vw;
	background-color: #eee;
	height: 800px;
	margin-top: -200px;
}

.aboutus-ph img {
	width: 40vw;
	height: 800px;
	object-fit: cover;
}

.mission {
	background-color: #00b6bc;
	transform-origin: left bottom;
	transform: rotate(-5deg);
	width: 120%;
	margin-left: -10%;
	margin-top: -260px;
}

.mission .ttl-wrap {
	margin-bottom: 50px;
}

.mission .ttl-01 {
	color: #fff;
	text-align: right;
}

.mission .ttl-en {
	color: #fff;
	text-align: right;
}

.mission-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 120px;
	transform-origin: left bottom;
	transform: rotate(5deg);
}

.mission-list h3 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 90px;
	font-size: 9rem;
	opacity: 0.2;
	color: #fff;
}

.mission-list li {
	margin-bottom: 70px;
}

.mission-list li p {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	margin-left: 160px;
	margin-top: -10px;
}

.mission-list li:nth-child(2) {
	margin-left: 80px;
}

.mission-list li:nth-child(3) {
	margin-left: 160px;
}

.business {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	transform-origin: left bottom;
	transform: rotate(-5deg);
	width: 130%;
	margin-left: -15%;
}

.business .ttl-wrap {
	margin-bottom: 50px;
}

.business .ttl-01 {
	color: #105fad;
}

.business .ttl-en {
	color: #105fad;
}

.business-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 300px;
	transform-origin: left bottom;
	transform: rotate(5deg);
}

.business-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.business-list-item {
	width: 340px;
	margin: 0 20px 40px;
	box-shadow: 16px 16px 36px 2px rgba(131, 161, 181, 0.1019607843);
	background-color: #fff;
}

.business-list-item__text-w {
	background-color: #105fad;
	color: #fff;
	padding: 20px;
}

.business-list-item-01 .business-list-item__text-w {
	min-height: 230px;
}

.business-list-item-02 .business-list-item__text-w {
	min-height: 230px;
}

.business-list-item-03 .business-list-item__text-w {
	min-height: 230px;
}

.business-list-item-04 .business-list-item__text-w {
	min-height: 230px;
}

.business-list-item-05 .business-list-item__text-w {
	min-height: 230px;
}

.business-list-item h3 {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.business-list-item__text {
	text-align: justify;
	text-justify: inter-ideograph;
}

.business-list-item__icon {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business-list-item-01 .business-list-item__icon img {
	width: 200px;
}

.business-list-item-02 .business-list-item__icon img {
	width: 200px;
}

.business-list-item-03 .business-list-item__icon img {
	width: 200px;
}

.business-list-item-04 .business-list-item__icon img {
	width: 200px;
}

.business-list-item-05 .business-list-item__icon img {
	width: 200px;
}

.business-logo {
	position: absolute;
	z-index: -1;
}

.business-logo img {
	opacity: 0.4;
}

.business-logo-01 {
	width: 600px;
	top: -200px;
	right: -100px;
}

.business-logo-02 {
	width: 240px;
	right: 60px;
	bottom: 300px;
}

.business-logo-03 {
	width: 500px;
	left: 100px;
	bottom: 0px;
}

.organization {
	background-color: #105fad;
	transform-origin: left bottom;
	transform: rotate(5deg);
	width: 130%;
	margin-left: -15%;
	margin-top: -300px;
	padding: 80px 0 120px;
}

.organization .ttl-01 {
	color: #fff;
}

.organization .ttl-en {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}

.organization-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	transform-origin: left bottom;
	transform: rotate(-5deg);
}

.organization-list {
	color: #fff;
	margin-right: 40px;
}

.organization-list th {
	width: 104px;
	text-align: left;
	padding: 0 0 10px;
}

.organization-list td {
	padding: 0 0 10px;
}

.organization-list__name {
	width: 100px;
}

.organization-list__position {
	border-bottom: solid 1px #fff;
}

.organization-list__position tr:nth-of-type(1) th,
.organization-list__position tr:nth-of-type(1) td {
	padding-top: 8px;
}

.company {
	transform-origin: left bottom;
	transform: rotate(-5deg);
	width: 120%;
	margin-left: -10%;
	background-color: #fff;
}

.company .ttl-01 {
	color: #105fad;
}

.company .ttl-en {
	color: #105fad;
}

.company-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 60px 0 200px;
	margin: 0 auto;
	transform-origin: left bottom;
	transform: rotate(5deg);
}

.company-list {
	width: 700px;
	margin-left: 40px;
	margin-top: -24px;
}

.company-list li {
	display: flex;
	flex-direction: row;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}

.company-list li .s-label {
	width: 120px;
}

.company-list li .s-text {
	flex: 1;
}

.company-list li .s-text-01 {
	font-size: 12px;
	font-size: 1.2rem;
}

.contactus {
	background-color: #00b6bc;
	color: #fff;
	margin-top: -200px;
}

.contactus .ttl-wrap {
	margin-bottom: 40px;
}

.contactus .ttl-01 {
	text-align: center;
}

.contactus .ttl-en {
	text-align: center;
}

.contactus-inner {
	padding: 240px 0 100px;
}

.contactus-tel {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 10px;
}

.contactus-tel a {
	color: #fff;
}

.contactus-tel span {
	font-size: 20px;
	font-size: 2rem;
	margin-right: 4px;
}

.contactus-time {
	text-align: center;
	margin-bottom: 4px;
	font-size: 16px;
	font-size: 1.6rem;
}

.contactus-attention {
	text-align: center;
}

/*****************************************************
plugin
*****************************************************/

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */

.animsition,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/**
 * overlay option
 */

.animsition-overlay-slide {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #ddd;
}

/* loading option */

.animsition-loading,
.animsition-loading:after {
	width: 32px;
	height: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 50%;
	z-index: 100;
}

.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
	border-right: 5px solid rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading;
}

.fade-in {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
}

.fade-out {
	-webkit-animation-name: fade-out;
	animation-name: fade-out;
}

.fade-in-up {
	-webkit-animation-name: fade-in-up;
	animation-name: fade-in-up;
}

.fade-out-up {
	-webkit-animation-name: fade-out-up;
	animation-name: fade-out-up;
}

.fade-in-up-sm {
	-webkit-animation-name: fade-in-up-sm;
	animation-name: fade-in-up-sm;
}

.fade-out-up-sm {
	-webkit-animation-name: fade-out-up-sm;
	animation-name: fade-out-up-sm;
}

.fade-in-up-lg {
	-webkit-animation-name: fade-in-up-lg;
	animation-name: fade-in-up-lg;
}

.fade-out-up-lg {
	-webkit-animation-name: fade-out-up-lg;
	animation-name: fade-out-up-lg;
}

.fade-in-down {
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

.fade-out-down {
	-webkit-animation-name: fade-out-down;
	animation-name: fade-out-down;
}

.fade-in-down-sm {
	-webkit-animation-name: fade-in-down-sm;
	animation-name: fade-in-down-sm;
}

.fade-out-down-sm {
	-webkit-animation-name: fade-out-down-sm;
	animation-name: fade-out-down-sm;
}

.fade-in-down-lg {
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
}

.fade-out-down-lg {
	-webkit-animation-name: fade-out-down-lg;
	animation-name: fade-out-down-lg;
}

.fade-in-left {
	-webkit-animation-name: fade-in-left;
	animation-name: fade-in-left;
}

.fade-out-left {
	-webkit-animation-name: fade-out-left;
	animation-name: fade-out-left;
}

.fade-in-left-sm {
	-webkit-animation-name: fade-in-left-sm;
	animation-name: fade-in-left-sm;
}

.fade-out-left-sm {
	-webkit-animation-name: fade-out-left-sm;
	animation-name: fade-out-left-sm;
}

.fade-in-left-lg {
	-webkit-animation-name: fade-in-left-lg;
	animation-name: fade-in-left-lg;
}

.fade-out-left-lg {
	-webkit-animation-name: fade-out-left-lg;
	animation-name: fade-out-left-lg;
}

.fade-in-right {
	-webkit-animation-name: fade-in-right;
	animation-name: fade-in-right;
}

.fade-out-right {
	-webkit-animation-name: fade-out-right;
	animation-name: fade-out-right;
}

.fade-in-right-sm {
	-webkit-animation-name: fade-in-right-sm;
	animation-name: fade-in-right-sm;
}

.fade-out-right-sm {
	-webkit-animation-name: fade-out-right-sm;
	animation-name: fade-out-right-sm;
}

.fade-in-right-lg {
	-webkit-animation-name: fade-in-right-lg;
	animation-name: fade-in-right-lg;
}

.fade-out-right-lg {
	-webkit-animation-name: fade-out-right-lg;
	animation-name: fade-out-right-lg;
}

.rotate-in {
	-webkit-animation-name: rotate-in;
	animation-name: rotate-in;
}

.rotate-out {
	-webkit-animation-name: rotate-out;
	animation-name: rotate-out;
}

.rotate-in-sm {
	-webkit-animation-name: rotate-in-sm;
	animation-name: rotate-in-sm;
}

.rotate-out-sm {
	-webkit-animation-name: rotate-out-sm;
	animation-name: rotate-out-sm;
}

.rotate-in-lg {
	-webkit-animation-name: rotate-in-lg;
	animation-name: rotate-in-lg;
}

.rotate-out-lg {
	-webkit-animation-name: rotate-out-lg;
	animation-name: rotate-out-lg;
}

.flip-in-x {
	-webkit-animation-name: flip-in-x;
	animation-name: flip-in-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x {
	-webkit-animation-name: flip-out-x;
	animation-name: flip-out-x;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-x-nr {
	-webkit-animation-name: flip-in-x-nr;
	animation-name: flip-in-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x-nr {
	-webkit-animation-name: flip-out-x-nr;
	animation-name: flip-out-x-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-x-fr {
	-webkit-animation-name: flip-in-x-fr;
	animation-name: flip-in-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-x-fr {
	-webkit-animation-name: flip-out-x-fr;
	animation-name: flip-out-x-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y {
	-webkit-animation-name: flip-in-y;
	animation-name: flip-in-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y {
	-webkit-animation-name: flip-out-y;
	animation-name: flip-out-y;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y-nr {
	-webkit-animation-name: flip-in-y-nr;
	animation-name: flip-in-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y-nr {
	-webkit-animation-name: flip-out-y-nr;
	animation-name: flip-out-y-nr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-in-y-fr {
	-webkit-animation-name: flip-in-y-fr;
	animation-name: flip-in-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flip-out-y-fr {
	-webkit-animation-name: flip-out-y-fr;
	animation-name: flip-out-y-fr;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.zoom-in {
	-webkit-animation-name: zoom-in;
	animation-name: zoom-in;
}

.zoom-out {
	-webkit-animation-name: zoom-out;
	animation-name: zoom-out;
}

.zoom-in-sm {
	-webkit-animation-name: zoom-in-sm;
	animation-name: zoom-in-sm;
}

.zoom-out-sm {
	-webkit-animation-name: zoom-out-sm;
	animation-name: zoom-out-sm;
}

.zoom-in-lg {
	-webkit-animation-name: zoom-in-lg;
	animation-name: zoom-in-lg;
}

.zoom-out-lg {
	-webkit-animation-name: zoom-out-lg;
	animation-name: zoom-out-lg;
}

.overlay-slide-in-top {
	top: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-top;
	animation-name: overlay-slide-in-top;
}

.overlay-slide-out-top {
	top: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-top;
	animation-name: overlay-slide-out-top;
}

.overlay-slide-in-bottom {
	bottom: 0;
	height: 0;
	-webkit-animation-name: overlay-slide-in-bottom;
	animation-name: overlay-slide-in-bottom;
}

.overlay-slide-out-bottom {
	bottom: 0;
	height: 100%;
	-webkit-animation-name: overlay-slide-out-bottom;
	animation-name: overlay-slide-out-bottom;
}

.overlay-slide-in-left {
	width: 0;
	-webkit-animation-name: overlay-slide-in-left;
	animation-name: overlay-slide-in-left;
}

.overlay-slide-out-left {
	left: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-left;
	animation-name: overlay-slide-out-left;
}

.overlay-slide-in-right {
	right: 0;
	width: 0;
	-webkit-animation-name: overlay-slide-in-right;
	animation-name: overlay-slide-in-right;
}

.overlay-slide-out-right {
	right: 0;
	width: 100%;
	-webkit-animation-name: overlay-slide-out-right;
	animation-name: overlay-slide-out-right;
}

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

.ttl-en {
	text-align: center;
}

.ttl-wrap {
	margin-bottom: 40px;
}

.ttl-wrap h2 {
	text-align: center;
}

.headerCommon {
	display: block;
	width: 100%;
}

.headerCommon h1 img {
	margin-left: -20px;
}

.headerCommon-logo {
	background-color: rgb(255, 255, 255);
	margin: 0 auto;
}

.footer-common-inner {
	padding: 20px 6vw;
}

.footer-logo {
	width: 60px;
}

.footer-copyrights {
	line-height: 1.6;
}

.kv-inner {
	background-image: url("/assets/images/index/kv_sp.png");
	background-position: center top;
	height: 90vh;
}

.kv-triangle {
	animation-name: fadeinSP;
}

.kv-logo {
	width: 74vw;
	padding-right: 0;
	margin-top: -100px;
}

.kv-message {
	width: 70px;
	top: auto;
	bottom: 30px;
}

.news {
	padding: 100px 0;
	position: relative;
}

.news:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #105fad; /* むらさき */
	border-bottom: 20px solid #105fad; /* むらさき */
}

.news-inner {
	width: auto;
	flex-direction: column;
	padding: 0 6vw;
}

.news-inner .ttl-wrap {
	width: auto;
}

.news-list li {
	flex-direction: column;
}

.news-list li .s-day {
	width: auto;
}

.greetings {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	position: relative;
}

.greetings:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #fff;
	border-bottom: 20px solid #fff;
}

.greetings .ttl-wrap {
	margin-bottom: 40px;
}

.greetings .ttl-01 {
	text-align: center;
}

.greetings .ttl-en {
	text-align: center;
}

.greetings-inner {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	padding: 100px 6vw;
}

.greenting-contents {
	flex-direction: column;
}

.greenting-contents-ph {
	margin: 0 auto 10vw;
}

.greenting-contents-text {
	margin-left: 0;
}

.greenting-contents-text p strong br {
	display: none;
}

.aboutus {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	position: relative;
}

.aboutus:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #00b6bc;
	border-bottom: 20px solid #00b6bc;
}

.aboutus-inner {
	flex-direction: column;
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	padding: 100px 6vw;
}

.aboutus-text {
	width: auto;
	padding: 0;
}

.aboutus-text__lead {
	line-height: 1.4;
}

.aboutus-text__text {
	margin-bottom: 12vw;
}

.aboutus-ph {
	width: 100%;
	padding: 0;
	height: auto;
	margin-top: 0;
}

.aboutus-ph img {
	width: 100%;
	height: auto;
}

.mission {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	position: relative;
}

.mission:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #fff;
	border-bottom: 20px solid #fff;
}

.mission .ttl-01 {
	text-align: center;
	line-height: 1.4;
}

.mission .ttl-en {
	text-align: center;
	line-height: 1.2;
}

.mission-inner {
	width: 100%;
	transform: rotate(0deg);
	padding: 80px 6vw 100px;
}

.mission-list li p {
	margin-left: 0;
	margin-top: -4px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.mission-list li p br {
	display: none;
}

.mission-list li:nth-child(2) {
	margin-left: 0;
}

.mission-list li:nth-child(3) {
	margin-left: 0;
}

.business {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	position: relative;
}

.business:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #105fad;
	border-bottom: 20px solid #105fad;
}

.business-inner {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	padding: 100px 6vw 80px;
}

.business-list-item {
	width: 100%;
	margin: 0 0 40px 0;
}

.business-list-item-01 .business-list-item__text-w {
	min-height: auto;
}

.business-list-item-02 .business-list-item__text-w {
	min-height: auto;
}

.business-list-item-03 .business-list-item__text-w {
	min-height: auto;
}

.business-list-item-04 .business-list-item__text-w {
	min-height: auto;
}

.business-list-item-05 .business-list-item__text-w {
	min-height: auto;
}

.business-logo-01 {
	display: none;
}

.business-logo-02 {
	display: none;
}

.business-logo-03 {
	display: none;
}

.organization {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	padding: 0;
	position: relative;
}

.organization:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 20px solid transparent; /* 透明 */
	border-left: 50vw solid transparent; /* 透明 */
	border-right: 50vw solid #fff;
	border-bottom: 20px solid #fff;
}

.organization .ttl-en {
	font-size: 40px;
	font-size: 4rem;
	width: auto;
}

.organization-inner {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	flex-direction: column;
	padding: 100px 6vw;
}

.organization-list {
	margin-right: 0;
}

.organization-list th {
	display: block;
}

.organization-list td {
	display: block;
}

.organization-list__name {
	width: auto;
	font-size: 20px;
	font-size: 2rem;
}

.organization-list__position tr:nth-of-type(1) th {
	margin-top: 10px;
}

.company {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
}

.company-inner {
	width: 100%;
	margin-left: 0;
	transform: rotate(0deg);
	margin-top: 0;
	padding: 100px 6vw;
	flex-direction: column;
}

.company-list {
	width: auto;
	margin-left: 0;
	margin-top: 0;
}

.company-list li {
	flex-direction: column;
}

.contactus {
	margin-top: 0;
}

.contactus-inner {
	padding: 100px 0 90px;
}

}

@media (max-width: 640px) {

.is-pc {
	display: none !important;
}

.is-sp {
	display: block;
}

}

@keyframes fadein {

0% {
	transform: scale(0.9);
	opacity: 0;
}

100% {
	opacity: 1;
	transform: scale(1.1);
}

}

@keyframes fadeinSP {

0% {
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes mv01-fadeIn {

0% {
	transform: scale(0.5);
	opacity: 0;
	filter: blur(300px);
}

100% {
	transform: scale(1);
	opacity: 1;
	filter: blur(0);
}

}

@-webkit-keyframes animsition-loading {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes animsition-loading {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade-in {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fade-out {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fade-out {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up {

0% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-up {

0% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-up {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

}

@keyframes fade-out-up {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up-sm {

0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-up-sm {

0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-up-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

}

@keyframes fade-out-up-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-up-lg {

0% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-up-lg {

0% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-up-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

}

@keyframes fade-out-up-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down {

0% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-down {

0% {
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-down {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

}

@keyframes fade-out-down {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down-sm {

0% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-down-sm {

0% {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-down-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

}

@keyframes fade-out-down-sm {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-down-lg {

0% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@keyframes fade-in-down-lg {

0% {
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-down-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

}

@keyframes fade-out-down-lg {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left {

0% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-left {

0% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-left {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

}

@keyframes fade-out-left {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left-sm {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-left-sm {

0% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-left-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

}

@keyframes fade-out-left-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-left-lg {

0% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-left-lg {

0% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-left-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

}

@keyframes fade-out-left-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right {

0% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-right {

0% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-right {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

}

@keyframes fade-out-right {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right-sm {

0% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-right-sm {

0% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-right-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

}

@keyframes fade-out-right-sm {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

}

@-webkit-keyframes fade-in-right-lg {

0% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes fade-in-right-lg {

0% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fade-out-right-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

}

@keyframes fade-out-right-lg {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(1500px);
	transform: translateX(1500px);
	opacity: 0;
}

}

@-webkit-keyframes rotate-in {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in {

0% {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes rotate-in-sm {

0% {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in-sm {

0% {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out-sm {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out-sm {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes rotate-in-lg {

0% {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@keyframes rotate-in-lg {

0% {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

}

@-webkit-keyframes rotate-out-lg {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@keyframes rotate-out-lg {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}

100% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x {

0% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x {

0% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x {

0% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x {

0% {
	-webkit-transform: perspective(550px) rotateX(0deg);
	transform: perspective(550px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateX(90deg);
	transform: perspective(550px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x-nr {

0% {
	-webkit-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateX(90deg);
	transform: perspective(100px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

}

@keyframes flip-in-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

}

@keyframes flip-out-x-fr {

0% {
	-webkit-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateX(90deg);
	transform: perspective(1000px) rotateX(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y {

0% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y {

0% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y {

0% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y {

0% {
	-webkit-transform: perspective(550px) rotateY(0deg);
	transform: perspective(550px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(550px) rotateY(90deg);
	transform: perspective(550px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y-nr {

0% {
	-webkit-transform: perspective(100px) rotateY(0deg);
	transform: perspective(100px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(100px) rotateY(90deg);
	transform: perspective(100px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes flip-in-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

}

@keyframes flip-in-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

}

@-webkit-keyframes flip-out-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

}

@keyframes flip-out-y-fr {

0% {
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	opacity: 1;
}

100% {
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	opacity: 0;
}

}

@-webkit-keyframes zoom-in {

0% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in {

0% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoom-in-sm {

0% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in-sm {

0% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out-sm {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out-sm {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes zoom-in-lg {

0% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes zoom-in-lg {

0% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes zoom-out-lg {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes zoom-out-lg {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

50% {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes overlay-slide-in-top {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@keyframes overlay-slide-in-top {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@-webkit-keyframes overlay-slide-out-top {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@keyframes overlay-slide-out-top {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@-webkit-keyframes overlay-slide-in-bottom {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@keyframes overlay-slide-in-bottom {

0% {
	height: 100%;
}

100% {
	height: 0;
}

}

@-webkit-keyframes overlay-slide-out-bottom {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@keyframes overlay-slide-out-bottom {

0% {
	height: 0;
}

100% {
	height: 100%;
}

}

@-webkit-keyframes overlay-slide-in-left {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@keyframes overlay-slide-in-left {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@-webkit-keyframes overlay-slide-out-left {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@keyframes overlay-slide-out-left {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@-webkit-keyframes overlay-slide-in-right {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@keyframes overlay-slide-in-right {

0% {
	width: 100%;
}

100% {
	width: 0;
}

}

@-webkit-keyframes overlay-slide-out-right {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@keyframes overlay-slide-out-right {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

