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

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0);
}

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

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

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: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

:root {
	--body-bg: white;
	--body-color: v.$COLOR-TEXT-1;
	--link-color: v.$COLOR-LINK;
}

html {
	-webkit-font-kerning: normal;
	font-kerning: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body {
	font-size: 100%;
	font-family: "Source Han Sans CN", Arial, Helvetica, Tahoma, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	color: rgb(var(--body-color));
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}

body.is-fixed {
	position: fixed;
	left: 0;
	overflow: hidden;
}

[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *:focus {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

a {
	text-decoration: none;
	-webkit-transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover {
	opacity: .7;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

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

button,
input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
	font-weight: inherit;
	cursor: pointer;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #999;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}

input::-ms-expand {
	display: none;
}

[aria-hidden=true] a[href],
[aria-hidden=true] button:not(:disabled),
[aria-hidden=true] input:not([disabled]) {
	visibility: hidden;
}

svg {
	width: 100%;
}

.u-text-center {
	text-align: center;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

.u-text-bold {
	font-weight: 700;
}

.u-text-normal {
	font-weight: normal;
}

.u-pc-hide {
	display: none;
}

@media(max-width: 979.99px) {
	.u-pc-hide {
		display: block;
	}
}

@media(max-width: 979.99px) {
	.u-pc-show {
		display: none;
	}
}

@media(min-width: 768px)and (max-width: 979.99px) {
	.u-tab-hide {
		display: none;
	}
}

@media(max-width: 767.99px) {
	.u-sp-hide {
		display: none;
	}
}

.u-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.u-flex--justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.u-flex--justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.u-flex--justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.u-flex--justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-header {
	position: fixed;
	top: 3.3854166667vw;
	width: 100%;
	padding-right: 3.3854166667vw;
	padding-left: 2.8645833333vw;
	z-index: 3;
}

@media(min-aspect-ratio: 16/9) {
	.l-header {
		top: 6.0185185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.l-header {
		padding-right: 6.0185185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.l-header {
		padding-left: 5.0925925926vh;
	}
}

@media(max-width: 979.99px) {
	.l-header {
		top: 5.0666666667vw;
		padding-right: 7.3333333333vw;
		padding-left: 4.1333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.l-header {
		top: 2.8485757121vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.l-header {
		padding-right: 4.1229385307vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.l-header {
		padding-left: 2.323838081vh;
	}
}

.l-header .logo img {
	width: 10.953125vw;
}

@media(min-aspect-ratio: 16/9) {
	.l-header .logo img {
		width: 19.4722222222vh;
	}
}

@media(max-width: 979.99px) {
	.l-header .logo img {
		width: 23.2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.l-header .logo img {
		width: 13.0434782609vh;
	}
}

.l-header .white-black-cnt {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.l-header .white,
.l-header .black {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.l-header .white {
	opacity: 0;
}

.l-header .black {
	opacity: 1;
}

.l-header.js-white .white {
	opacity: 1;
}

.l-header.js-white .black {
	opacity: 0;
}

.js-top-header .js-toggle-menu .black {
	opacity: 1 !important;
}

.icon-menu {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 3.5416666667vw;
	height: 3.1770833333vw;
	float: right;
}

@media(min-aspect-ratio: 16/9) {
	.icon-menu {
		width: 6.2962962963vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.icon-menu {
		height: 5.6481481481vh;
	}
}

.icon-menu.is-shown {
	opacity: 1;
	pointer-events: all;
}

@media(max-width: 979.99px) {
	.icon-menu {
		opacity: 1;
		pointer-events: all;
		width: 11.8666666667vw;
		height: 10.5333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-menu {
		width: 6.6716641679vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-menu {
		height: 5.9220389805vh;
	}
}

.icon-close {
	cursor: pointer;
	width: .9895833333vw;
	height: .9895833333vw;
	position: absolute;
	top: 1.09375vw;
	right: .9375vw;
	z-index: 99;
}

@media(min-aspect-ratio: 16/9) {
	.icon-close {
		width: 1.7592592593vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.icon-close {
		height: 1.7592592593vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.icon-close {
		top: 1.9444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.icon-close {
		right: 1.6666666667vh;
	}
}

@media(max-width: 979.99px) {
	.icon-close {
		width: 4vw;
		height: 4vw;
		top: 4vw;
		right: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-close {
		width: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-close {
		height: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-close {
		top: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.icon-close {
		right: 2.2488755622vh;
	}
}

.sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 14.9479166667vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	position: absolute;
	right: 3.3854166667vw;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	max-width: 0;
	max-height: 0;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu {
		width: 26.5740740741vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu {
		right: 6.0185185185vh;
	}
}

.sub-menu__inner {
	position: relative;
	padding-top: 1.0416666667vw;
	padding-bottom: 1.0416666667vw;
	padding-left: .9375vw;
	padding-right: .9375vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu__inner {
		padding-top: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu__inner {
		padding-bottom: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu__inner {
		padding-left: 1.6666666667vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu__inner {
		padding-right: 1.6666666667vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu__inner {
		padding: 4vw;
		padding-left: 6vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu__inner {
		padding: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu__inner {
		padding-left: 3.3733133433vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu {
		width: 60vw;
		right: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu {
		width: 33.7331334333vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu {
		right: 2.2488755622vh;
	}
}

.sub-menu.js-visible {
	max-width: 14.9479166667vw;
	max-height: 14.9479166667vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu.js-visible {
		max-width: 26.5740740741vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu.js-visible {
		max-height: 26.5740740741vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu.js-visible {
		max-width: 60vw;
		max-height: 60vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu.js-visible {
		max-width: 33.7331334333vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu.js-visible {
		max-height: 33.7331334333vh;
	}
}

.sub-menu-items {
	margin-top: .8333333333vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-items {
		margin-top: 1.4814814815vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-items {
		margin-top: 4.2666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-items {
		margin-top: 2.3988005997vh;
	}
}

.sub-menu-item {
	padding-top: 1.0416666667vw;
	padding-bottom: .78125vw;
	position: relative;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item {
		padding-top: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item {
		padding-bottom: 1.3888888889vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item {
		padding-top: 3.3333333333vw;
		padding-bottom: 3.3333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item {
		padding-top: 1.8740629685vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item {
		padding-bottom: 1.8740629685vh;
	}
}

.sub-menu-item:not(:first-child) {
	border-top: 1px solid #fff;
}

.sub-menu-item:not(:first-child) a::before {
	top: calc(50% - .27vw);
}

@media(max-width: 979.99px) {
	.sub-menu-item:not(:first-child) a::before {
		top: calc(50% - 0.8vw);
	}
}

.sub-menu-item:nth-child(1) a svg {
	height: 1.259375vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item:nth-child(1) a svg {
		height: 2.2388888889vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item:nth-child(1) a svg {
		height: 5.7866666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item:nth-child(1) a svg {
		height: 3.2533733133vh;
	}
}

.sub-menu-item:nth-child(2) a svg {
	height: .8703125vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item:nth-child(2) a svg {
		height: 1.5472222222vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item:nth-child(2) a svg {
		height: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item:nth-child(2) a svg {
		height: 2.2488755622vh;
	}
}

.sub-menu-item:nth-child(3) a svg {
	height: .8703125vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item:nth-child(3) a svg {
		height: 1.85vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item:nth-child(3) a svg {
		height: 4.6vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item:nth-child(3) a svg {
		height: 2.2488755622vh;
	}
}

.sub-menu-item:nth-child(4) a svg {
	height: .8703125vw;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item:nth-child(4) a svg {
		height: 1.5472222222vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item:nth-child(4) a svg {
		height: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item:nth-child(4) a svg {
		height: 2.2488755622vh;
	}
}

.sub-menu-item a {
	color: #fff;
	font-size: 1.25vw;
	position: relative;
	margin-left: 1.0416666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item a {
		font-size: 2.2222222222vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item a {
		margin-left: 1.8518518519vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item a {
		font-size: 4vw;
		margin-left: .6666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item a {
		font-size: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item a {
		margin-left: .3748125937vh;
	}
}

.sub-menu-item a svg {
	width: auto;
}

.sub-menu-item a::before {
	display: none;
	content: "";
	width: .5729166667vw;
	height: .5729166667vw;
	background-image: url(../img/active-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - .21vw);
	left: -1.0416666667vw;
	opacity: 1;
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item a::before {
		width: 1.0185185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item a::before {
		height: 1.0185185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.sub-menu-item a::before {
		left: -1.8518518519vh;
	}
}

@media(max-width: 979.99px) {
	.sub-menu-item a::before {
		top: calc(50% - 1vw);
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		left: -4.4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item a::before {
		width: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item a::before {
		height: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.sub-menu-item a::before {
		left: -2.4737631184vh;
	}
}

.sub-menu-item a.active:hover {
	opacity: 1;
}

.sub-menu-item a.active svg path {
	fill: #ffbf00;
}

.sub-menu-item a.active::before {
	display: block;
}

.top-menu {
	display: none;
	position: relative;
	right: -10.5416666667vw;
	width: 82vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu {
		right: -22.2962962963vh;
	}
}

.top-menu .sub-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 0;
}

.top-menu .sub-menu-item {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.top-menu .sub-menu-item:not(:first-child)::after {
	content: "";
	background-color: #000;
	width: 1px;
	height: .8854166667vw;
	position: absolute;
	left: 1.5625vw;
	top: .46875vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:not(:first-child)::after {
		height: 1.5740740741vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:not(:first-child)::after {
		left: 2.7777777778vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:not(:first-child)::after {
		top: .8333333333vh;
	}
}

.top-menu .sub-menu-item:not(:first-child) {
	border-top: none;
}

.top-menu .sub-menu-item:not(:first-child) a::before {
	top: 0;
}

.top-menu .sub-menu-item:nth-child(1) a svg {
	height: 1.5625vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:nth-child(1) a svg {
		height: 2.7777777778vh;
	}
}

.top-menu .sub-menu-item:nth-child(2) a svg {
	height: 1.09375vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:nth-child(2) a svg {
		height: 1.9444444444vh;
	}
}

.top-menu .sub-menu-item:nth-child(3) a svg {
	height: 1.33vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:nth-child(3) a svg {
		height: 2.3vh;
	}
}

.top-menu .sub-menu-item:nth-child(4) a svg {
	height: 1.09375vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item:nth-child(4) a svg {
		height: 1.9444444444vh;
	}
}

.top-menu .sub-menu-item a {
	color: #fff;
	font-size: 1.5625vw;
	position: relative;
	display: block;
	margin-left: 3.125vw;
	padding-bottom: .5208333333vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item a {
		font-size: 2.7777777778vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item a {
		margin-left: 5.5555555556vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item a {
		padding-bottom: .9259259259vh;
	}
}

.top-menu .sub-menu-item a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .15625vw;
	background-color: #fdb203;
	max-width: 0;
	-webkit-transition: max-width .6s;
	transition: max-width .6s;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item a:after {
		height: .2777777778vh;
	}
}

.top-menu .sub-menu-item a svg {
	width: auto;
}

.top-menu .sub-menu-item a:hover {
	opacity: 1;
}

.top-menu .sub-menu-item a:hover::after {
	max-width: 11.5104166667vw;
}

@media(min-aspect-ratio: 16/9) {
	.top-menu .sub-menu-item a:hover::after {
		max-width: 20.462962963vh;
	}
}

.top-menu .sub-menu-item a::before {
	display: none;
}

.js-top-header .top-menu {
	display: block;
}

@media(max-width: 979.99px) {
	.js-top-header .top-menu {
		display: none;
	}
}

.l-main__inner {
	position: relative;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
	display: none;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3);
}

@media(prefers-reduced-motion: reduce),
print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}

	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

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

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

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

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

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

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

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

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

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

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

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

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

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

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

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

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

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

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

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

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

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

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

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

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

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

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

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

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

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

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

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

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

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

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

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

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: .7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

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

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

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

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: .7;
	}
}

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

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: .7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

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

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: .7;
	}
}

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

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: .7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

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

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: .7;
	}
}

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

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: .7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

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

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: .7;
	}
}

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

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: .7;
	}

	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: .7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

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

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

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

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

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

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

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

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

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

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

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

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

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

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

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

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes slideInDownBig {
	0% {
		-webkit-transform: translate3d(0, -1000%, 0);
		transform: translate3d(0, -1000%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDownBig {
	0% {
		-webkit-transform: translate3d(0, -1000%, 0);
		transform: translate3d(0, -1000%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDownBig {
	-webkit-animation-name: slideInDownBig;
	animation-name: slideInDownBig;
}

@-webkit-keyframes slideInLeftBig {
	0% {
		-webkit-transform: translate3d(-1000%, 0, 0);
		transform: translate3d(-1000%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeftBig {
	0% {
		-webkit-transform: translate3d(-1000%, 0, 0);
		transform: translate3d(-1000%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeftBig {
	-webkit-animation-name: slideInLeftBig;
	animation-name: slideInLeftBig;
}

@-webkit-keyframes slideInRightBig {
	0% {
		-webkit-transform: translate3d(1000%, 0, 0);
		transform: translate3d(1000%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRightBig {
	0% {
		-webkit-transform: translate3d(1000%, 0, 0);
		transform: translate3d(1000%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRightBig {
	-webkit-animation-name: slideInRightBig;
	animation-name: slideInRightBig;
}

@-webkit-keyframes slideInUpBig {
	0% {
		-webkit-transform: translate3d(0, 1000%, 0);
		transform: translate3d(0, 1000%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUpBig {
	0% {
		-webkit-transform: translate3d(0, 1000%, 0);
		transform: translate3d(0, 1000%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUpBig {
	-webkit-animation-name: slideInUpBig;
	animation-name: slideInUpBig;
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200%, 100%, 0);
		transform: translate3d(-200%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(200%, -100%, 0);
		transform: translate3d(200%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.c-hdg {
	position: relative;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.7;
	margin-bottom: 30px;
}

.c-hdg--h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.7;
}

.c-hdg--h4 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
}

@media(max-width: 767.99px) {
	.c-hdg {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.c-hdg--h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	.c-hdg--h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

.speakerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin-top: 1.90625vw;
	width: 89vw;
	height: 76vh;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList {
		margin-top: 5vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList {
		width: 95vw;
	}
}

@media(max-width: 979.99px) {
	.speakerList {
		margin-top: 0vw;
		width: 92vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList {
		margin-top: 3.7856071964vh;
		margin-bottom: 10vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList {
		width: 96vh;
	}
}

.speakerList__item {
	width: 35vw;
	margin-bottom: 1.3020833333vw;
	margin-top: 0vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__item {
		width: 45vw;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__item {
		margin-bottom: 2.3148148148vh;
	}
}

.speakerList__item:nth-child(1) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.speakerList__item:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.speakerList__item:nth-child(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.speakerList__item:nth-child(4) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.speakerList__item:nth-child(5) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.speakerList__item:nth-child(6) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@media(max-width: 979.99px) {
	.speakerList__item {
		margin-bottom: 0vw;
		width: 100vw;
		margin-top: 3vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__item {
		margin-bottom: 1.8740629685vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__item {
		width: 47vh;
	}
}

.speakerList__imgCnt {
	width: 13.6572916667vw;
	margin-bottom: .5729166667vw;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__imgCnt {
		width: 24.2796296296vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__imgCnt {
		margin-bottom: 1.0185185185vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__imgCnt {
		width: 27.672vw;
		margin-bottom: 1.2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__imgCnt {
		width: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__imgCnt {
		margin-bottom: .6746626687vh;
	}
}

.speakerList__imgCnt img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2));
}

.speakerList__txt_first {
	font-size: .9130208333vw;
	line-height: 1.3692708333vw;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__txt_first {
		font-size: 1.6231481481vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__txt_first {
		line-height: 2.4342592593vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__txt_first {
		font-size: 1.8666666667vw;
		line-height: 2.8vw;
		color: #000;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__txt_first {
		font-size: 1.3vh;
		margin-bottom: .5vh;
		color: #fff;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__txt_first {
		line-height: 1.5742128936vh;
	}
}

.speakerList__txt {
	font-size: .9130208333vw;
	line-height: 1.3692708333vw;

}

@media(min-aspect-ratio: 16/9) {
	.speakerList__txt {
		font-size: 1.6231481481vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__txt {
		line-height: 2.4342592593vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__txt {
		font-size: 1.8666666667vw;
		line-height: 2.8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__txt {
		font-size: 1.3vh;
		margin-bottom: .5vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__txt {
		line-height: 1.5742128936vh;
	}
}

.speakerList__name {
	font-size: 1.8229166667vw;
	margin-top: .4166666667vw;
	font-weight: bold;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__name {
		font-size: 3.2407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__name {
		margin-top: 2vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__name {
		font-size: 3.6973333333vw;
		margin-top: 1.0666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__name {
		font-size: 2.0787106447vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__name {
		margin-top: .5997001499vh;
	}
}



.speakerList__name_first {
	font-size: 1.8229166667vw;
	margin-top: .4166666667vw;
	font-weight: bold;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__name_first {
		font-size: 3.2407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__name_first {
		margin-top: 2vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__name_first {
		font-size: 3.6973333333vw;
		margin-top: 1.0666666667vw;
		color: #000;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__name_first {
		font-size: 2.0787106447vh;
		color: #fff;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__name_first {
		margin-top: .5997001499vh;
	}
}


.speakerList__overview,
.speakerList__overview2 {
	font-size: 2.5vh;
	line-height: 3.5vh;
	/* border-radius: 20px;
	padding: 15px; */
	text-decoration: solid underline 10px;
	text-underline-offset: -0.5rem;
	text-decoration-skip-ink: none;
	height: 20vh;
	font-weight: 700;
	text-decoration-color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin-top: 6vh;
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview {
		font-size: 2.5vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview {
		line-height: 4vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview {
		margin-top: 8vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__overview {
		font-size: 2.5vw;
		line-height: 3.2vw;
		margin-top: 2vh;
		height: 8vh;
		align-items: stretch;
	}
}


@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__overview {
		font-size: 2.2vh;
		text-decoration: solid underline 20px;
		text-underline-offset: -1rem;
		text-decoration-color: rgba(255, 255, 255, 0.6);
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__overview {
		line-height: 3.8vh;
		margin-top: 10vh;
		height: 20vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview2 {
		font-size: 2.5vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview2 {
		line-height: 6vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.speakerList__overview2 {
		/* margin-top: 3vh;
        margin-bottom: 5vh; */
		height: 28vh;
	}
}

@media(max-width: 979.99px) {
	.speakerList__overview2 {
		font-size: 2.5vw;
		line-height: 3.2vw;
		margin-top: 2vh;
		height: 0vh;
		align-items: stretch;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__overview2 {
		font-size: 2.2vh;
		text-decoration: solid underline 20px;
		text-underline-offset: -1rem;
		text-decoration-color: rgba(255, 255, 255, 0.6);
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.speakerList__overview2 {
		line-height: 5.8vh;
		margin-top: 10vh;
		height: 20vh;
	}
}







.kintoneHiveList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin-top: 1.90625vw;
	width: 80vw;
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList {
		margin-top: 3.3888888889vh
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList {
		width: 80vw;
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList {
		margin-top: 6.7333333333vw;
		width: 92vw
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList {
		margin-top: 10vh
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList {
		width: 96vw
	}
}

.kintoneHiveList__overview {
	font-size: 2vh;
	line-height: 3vh;
	height: 20vh;
	/* font-weight: 700; */
	margin-top: 6vh;
	color: #fff;
	text-align: center;
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__overview {
		font-size: 3vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__overview {
		line-height: 4.4vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__overview {
		margin-top: 3.5vh;
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList__overview {
		font-size: 2.5vw;
		line-height: 3.2vw;
		margin-top: 2vh;
		height: 8vh;
		align-items: stretch;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__overview {
		font-size: 2.5vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__overview {
		line-height: 3.5vh;
		margin: 6vh 0;
	}
}

.kintoneHiveList__keyword {
	/* font-weight: 700; */
	color: #ffbf00;

}

.kintoneHiveList__item {
	width: 15.1041666667vw;
	margin-bottom: 1.3020833333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__item {
		width: 26.8518518519vh
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__item {
		margin-bottom: 2.3148148148vh
	}
}

.kintoneHiveList__item:nth-child(1) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.kintoneHiveList__item:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.kintoneHiveList__item:nth-child(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.kintoneHiveList__item:nth-child(4) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

@media(max-width: 979.99px) {
	.kintoneHiveList__item:nth-child(4) {
		width: 96vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__item:nth-child(4) {
		width: 22vw;
	}
}

.kintoneHiveList__item:nth-child(5) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.kintoneHiveList__item:nth-child(6) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@media(max-width: 979.99px) {
	.kintoneHiveList__item {
		margin-bottom: 3.3333333333vw;
		width: 30.6666666667vw
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__item {
		margin-bottom: 1.8740629685vh
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__item {
		width: 22vw
	}
}

.kintoneHiveList__imgCnt {
	width: 13.6572916667vw;
	margin-bottom: .5729166667vw
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__imgCnt {
		width: 24.2796296296vh
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__imgCnt {
		margin-bottom: 1.0185185185vh
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList__imgCnt {
		width: 22vw;
		margin-bottom: 1.2vw
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__imgCnt {
		width: 15.5577211394vh
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__imgCnt {
		margin-bottom: .6746626687vh
	}
}

.kintoneHiveList__imgCnt img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2));
}



.kintoneHiveList__logo {
	font-size: .9130208333vw;
	line-height: 1.3692708333vw;
	color: #fff;
	width: 15vw;
	height: 7vh;
	background-color: #fff;
	border-radius: 15px;
	padding: 1vh 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__logo {
		width: 15vw;
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__logo {
		height: 7vh;
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList__logo {
		width: 22vw;
		height: 4vh;
		border-radius: 10px;
		padding: 2vh 2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__logo {
		font-size: 1.0494752624vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__logo {
		line-height: 1.5742128936vh
	}
}

.kintoneHiveList__logo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/* -webkit-filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2));
			filter: drop-shadow(1px 1.5px 3.5px rgba(0, 0, 0, 0.2)); */
}

.kintoneHiveList__MC {
	width: 5vw;
	height: 7vh;
	padding: 1vh 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 979.99px) {
	.kintoneHiveList__MC {
		width: 7vw;
		height: 3vh;
	}
}
.kintoneHiveList__moderator {
	width: 13vw;
	height: 7vh;
	padding: 1vh 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 979.99px) {
	.kintoneHiveList__moderator {
		width: 18vw;
		height: 3vh;
	}
}



.kintoneHiveList__txt {
	font-size: .9130208333vw;
	line-height: 1.3692708333vw;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__txt {
		font-size: 1.6231481481vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__txt {
		line-height: 2.4342592593vh;
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList__txt {
		font-size: 1.8666666667vw;
		line-height: 2.8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__txt {
		font-size: 1.0494752624vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__txt {
		line-height: 1.5742128936vh
	}
}

.kintoneHiveList__name {
	font-size: 1.8229166667vw;
	margin-top: .4166666667vw;
	font-weight: bold;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__name {
		font-size: 3.2407407407vh
	}
}

@media(min-aspect-ratio: 16/9) {
	.kintoneHiveList__name {
		margin-top: .7407407407vh
	}
}

@media(max-width: 979.99px) {
	.kintoneHiveList__name {
		font-size: 3.6973333333vw;
		margin-top: 1.0666666667vw
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__name {
		font-size: 2.0787106447vh
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.kintoneHiveList__name {
		margin-top: .5997001499vh
	}
}

.kintoneHiveList__name_small {
	font-size: 80%;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.section__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#section0,
#section1,
#section3,
#section5 {
	background-image: url("../img/bg.png");
	background-color: #000;
}

@media(max-width: 979.99px) {

	#section0,
	#section1,
	#section3,
	#section5 {
		background-image: url("../img/bg-sp.png");
	}
}

/* #section1 {
	background-image: url("../img/bg1.png");
	background-color: #353635;
}

@media(max-width: 979.99px) {
	#section1 {
		background-image: url("../img/bg1-sp.png");
	}
} */

#section2 {
	background-image: url("../img/bg2.png");
	background-color: #f7cd45;
}

@media(max-width: 979.99px) {
	#section2 {
		background-image: url("../img/bg2-sp.png");
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#section2 .section__inner {
		width: 145%;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section2 {
		background-image: url("../img/bg2.png");
	}
}

/* #section3 {
	background-image: url("../img/bg2.png");
	background-color: #f7cd45;
}

@media(max-width: 979.99px) {
	#section3 {
		background-image: url("../img/bg2-sp.png");
	}
} */

#section4 {
	background-image: url("../img/bg4.png");
	background-color: #f7cd45;
}

@media(max-width: 979.99px) {
	#section4 {
		background-image: url("../img/bg4-sp.png");
	}
}

/* #section5 {
	background-image: url("../img/bg3.png");
	background-color: #353635;
}

@media(max-width: 979.99px) {
	#section5 {
		background-image: url("../img/bg3-sp.png");
	}
} */

.fixed-bg {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-bg--1 {
	background-image: url("../img/bg2.png");
	background-color: #f7cd45;
}

@media(max-width: 979.99px) {
	.fixed-bg--1 {
		background-image: url("../img/bg2-sp.png");
	}
}

.fixed-bg--2 {
	background-image: url("../img/bg.png");
	background-color: #353635;
}

@media(max-width: 979.99px) {
	.fixed-bg--2 {
		background-image: url("../img/bg-sp.png");
	}
}

.fixed-bg--4 {
	background-image: url("../img/bg4.png");
	background-color: #f7cd45;
}

@media(max-width: 979.99px) {
	.fixed-bg--4 {
		background-image: url("../img/bg4-sp.png");
	}
}

.section0tl {
	position: absolute;
	width: 50vw;
	height: 50vw;
	background-image: url("../img/section0tl.svg");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}

.section4tr {
	position: absolute;
	width: 50vw;
	height: 50vw;
	background-image: url("../img/section4tr.svg");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}

@media(min-aspect-ratio: 16/9) {

	.section0tl,
	.section4tr {
		width: 81.0518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {

	.section0tl,
	.section4tr {
		height: 58.7037037037vh;
	}
}

@media(max-width: 979.99px) {

	.section0tl,
	.section4tr {
		width: 80vw;
		height: 44.9853333333vw;
		top: -7.9666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {

	.section0tl,
	.section4tr {
		width: 70vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {

	.section0tl,
	.section4tr {
		height: 70vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {

	.section0tl,
	.section4tr {
		top: 0vh;
	}
}

.section0br {
	position: absolute;
	width: 60vw;
	height: 60vw;
	background-image: url("../img/section0br.svg");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.section4bl {
	position: absolute;
	width: 60vw;
	height: 60vw;
	background-image: url("../img/section4bl.svg");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	z-index: 0;
}

@media(min-aspect-ratio: 16/9) {

	.section0br,
	.section4bl {
		width: 83.0555555556vh;
	}
}

@media(min-aspect-ratio: 16/9) {

	.section0br,
	.section4bl {
		height: 47.4074074074vh;
	}
}

@media(max-width: 979.99px) {

	.section0br,
	.section4bl {
		/* background-image: url("../img/section0br-sp.svg"); */
		width: 100.4693333333vw;
		height: 65.576vw;
		bottom: -1px;
		right: -1px;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {

	.section0br,
	.section4bl {
		width: 70vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {

	.section0br,
	.section4bl {
		height: 70vh;
	}
}

/* .section0br__button_l {
	display: block;
	position: absolute;
	width: 16vw;
	height: 16vw;
	left: 30.7916666667vw;
	bottom: 10vw;
	-webkit-transition: all 2s;
	transition: all 2s;
	z-index: 3;
	background-image: url("../img/buttonSh.svg");
	background-repeat: no-repeat;
} */




.section0br__button_l {
    display: block;
    position: absolute;
    width: 16vw;
    height: 16vw;
    left: 30.7916666667vw;
    bottom: 10vw;
    z-index: 3;
    -webkit-animation-name: shsmall;
    animation-name: shsmall;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    background-image: url("../img/buttonSh.svg");
    background-repeat: no-repeat;
}


.section0br__button_l:hover {
    -webkit-animation-name: shbig;
    animation-name: shbig;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    background-image: url("../img/buttonSh-hover.svg");
    background-repeat: no-repeat;
}


@keyframes shsmall {

      0%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSh-m.svg");
        /* background-repeat: no-repeat; */
       }
      100%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSh.svg");
      }
}

@-webkit-keyframes shsmall {

      0%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSh-m.svg");
       }
      100%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSh.svg");
      }
}

@keyframes shbig {
    0%{
       -webkit-transform: scale(1);
       transform: scale(1);
       background-image: url("../img/buttonSh.svg");
      }
      .1%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSh-m.svg");
       }
      100%{
       -webkit-transform: scale(1.125);
       transform: scale(1.125);
       background-image: url("../img/buttonSh-hover.svg");
      }
}
@-webkit-keyframes shbig {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSh.svg");
       }
       .1%{
         -webkit-transform: scale(1);
         transform: scale(1);
         background-image: url("../img/buttonSh-m.svg");
        }
       100%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSh-hover.svg");
       }
}










@media(min-aspect-ratio: 16/9) {
	.section0br__button_l {
		width: 25vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_l {
		height: 25vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_l {
		left: 60vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_l {
		bottom: 15vh;
	}
}

@media(max-width: 979.99px) {
	.section0br__button_l {
		width: 30vw;
		height: 30vw;
		left: 15vw;
		bottom: 30vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_l {
		width: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_l {
		height: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_l {
		/* right: 7.4362818591vh; */
		left: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_l {
		bottom: 20vh;
	}
}







.section0br__button_r {
    display: block;
    position: absolute;
    width: 16vw;
    height: 16vw;
    right: 30.7916666667vw;
    bottom: 10vw;
    z-index: 3;
    -webkit-animation-name: szsmall;
    animation-name: szsmall;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    background-image: url("../img/buttonSz.svg");
    background-repeat: no-repeat;
}


.section0br__button_r:hover {
    -webkit-animation-name: szbig;
    animation-name: szbig;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    background-image: url("../img/buttonSz-hover.svg");
    background-repeat: no-repeat;
}


@keyframes szsmall {

      0%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSz-m.svg");

       }
      100%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSz.svg");
      }
}

@-webkit-keyframes szsmall {

      0%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSz-m.svg");
        /* background-repeat: no-repeat; */
       }
      100%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSz.svg");
      }
}

@keyframes szbig {
    0%{
       -webkit-transform: scale(1);
       transform: scale(1);
       background-image: url("../img/buttonSz.svg");
      }
      .1%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSz-m.svg");
       }
      100%{
       -webkit-transform: scale(1.125);
       transform: scale(1.125);
       background-image: url("../img/buttonSz-hover.svg");
      }
}
@-webkit-keyframes szbig {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        background-image: url("../img/buttonSz.svg");
       }
       .1%{
         -webkit-transform: scale(1);
         transform: scale(1);
         background-image: url("../img/buttonSz-m.svg");
        }
       100%{
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
        background-image: url("../img/buttonSz-hover.svg");
       }
}









@media(min-aspect-ratio: 16/9) {
	.section0br__button_r {
		width: 25vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_r {
		height: 25vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_r {
		right: 60vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0br__button_r {
		bottom: 15vh;
	}
}

@media(max-width: 979.99px) {
	.section0br__button_r {
		width: 30vw;
		height: 30vw;
		right: 15vw;
		bottom: 30vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_r {
		width: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_r {
		height: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_r {
		right: 18vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0br__button_r {
		bottom: 20vh;
	}
}

@media(max-width: 979.99px) {
	#section0 .section__inner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.section0kv {
	position: relative;
	top: -8vw;
	/* left: 13.734375vw; */
	width: 53vw;
	z-index: 9;
}

@media(min-aspect-ratio: 16/9) {
	.section0kv {
		top: -15vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0kv {
		left: 0vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section0kv {
		width: 90vh;
	}
}

@media(max-width: 979.99px) {
	.section0kv {
		width: 75vw;
		height: 50vw;
		top: 35vw;
		left: 0vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0kv {
		width: 55vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0kv {
		height: 50vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0kv {
		top: 25.23988006vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section0kv {
		left: 0vh;
	}
}

#section0 .lines1 {
	top: unset;
	bottom: 2vw;
	z-index: 2;
}

@media(min-aspect-ratio: 16/9) {
	#section0 .lines1 {
		bottom: 2vh;
	}
}

@media(max-width: 979.99px) {
	#section0 .lines1 {
		bottom: -26.6666666667vw;
		right: -5.3333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section0 .lines1 {
		bottom: -14.9925037481vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section0 .lines1 {
		right: -2.9985007496vh;
	}
}

@media(max-width: 979.99px) {
	#section0 .lines1 img {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
}






.offline {
	position: absolute;
	top: 0;
	right: 3vw;
	width: 9vw;
}

@media(min-aspect-ratio: 16/9) {
	.offline {
		width: 15vh;
	}
}

@media(max-width: 979.99px) {
	.offline {
		width: 62.1333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.offline {
		position: static;
		width: 18vh;
	}
}

#section0 .offline {
	top: unset;
	bottom: 5vh;
	z-index: 2;
}

@media(min-aspect-ratio: 16/9) {
	#section0 .offline {
		bottom: 4vh;
	}
}

@media(max-width: 979.99px) {
	#section0 .offline {
		top: 65vw;
		left: 40vw;
		width: 14vh;
		display: flex;
        justify-content: center;
        flex-direction: column;
        position: static;
        margin-top: 10vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section0 .offline {
		/* bottom: -14.9925037481vh; */
		top: 50vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section0 .offline {
		/* right: -2.9985007496vh; */
		left: 33vh;
	}
}







.section1head {
	width: 45.78125vw;
	z-index: 9;
}

@media(min-aspect-ratio: 16/9) {
	.section1head {
		width: 81.3888888889vh;
	}
}

@media(max-width: 979.99px) {
	.section1head {
		width: 70vw;
		margin-top: 5vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1head {
		width: 60vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1head {
		margin-top: 0vh;
	}
}

.line1 {
	position: absolute;
	width: 80vw;
	height: 80vh;
	background-image: url("../img/line1.svg");
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	bottom: 3vw;
	left: 22vw;
	z-index: 1;
}

@media(min-aspect-ratio: 16/9) {
	.line1 {
		width: 90vw;
		height: 90vh;
	}
}

@media(max-width: 979.99px) {
	.line1 {
		width: 150vw;
		left: 0vw;
		bottom: 30vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.line1 {
        width: 130vw;
        top: 22vh;
        height: 80vw;
        left: 10vw;
        bottom: auto;
	}
}

.lines2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20.15625vw;
}

@media(min-aspect-ratio: 16/9) {
	.lines2 {
		width: 35.8333333333vh;
	}
}

@media(max-width: 979.99px) {
	.lines2 {
		width: 46.1333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.lines2 {
		width: 25.9370314843vh;
	}
}

.section1logo {
	margin-top: 1.734375vw;
	width: 18.4375vw;
}

@media(min-aspect-ratio: 16/9) {
	.section1logo {
		margin-top: 3.0833333333vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1logo {
		width: 32.7777777778vh;
	}
}

.section1logo img {
	width: 100%;
}

@media(max-width: 979.99px) {
	.section1logo {
		margin-top: 9.2vw;
		width: 47.2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1logo {
		margin-top: 5.1724137931vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1logo {
		width: 26.5367316342vh;
	}
}

.section1text {
	margin: 0 auto;
	margin-top: 3.8697916667vw;
	width: 72.7604166667vw;
	color: #fff;
	font-size: 1.5vw;
	line-height: 2.5942708333vw;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	z-index: 8;
}

@media(min-aspect-ratio: 16/9) {
	.section1text {
		margin-top: 6vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1text {
		width: 120.3518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1text {
		font-size: 2.7vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1text {
		line-height: 4.612037037vh;
	}
}

@media(max-width: 979.99px) {
	.section1text {
		margin-top: 3vw;
		width: auto;
		font-size: 2.2vw;
		line-height: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text {
		margin-top: 4.7451274363vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text {
		font-size: 1.8vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text {
		width:80vw;
		line-height: 4vh;
	}
}


.section1text__color_yw {
	color: #ffbf00;

}


.section1text__bold {
	font-size: 1.8161458333vw;
	line-height: 2.8645833333vw;
	margin-bottom: .9375vw;
	display: block;
	font-weight: bold;
}

@media(min-aspect-ratio: 16/9) {
	.section1text__bold {
		font-size: 3.2287037037vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1text__bold {
		line-height: 5.0925925926vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1text__bold {
		margin-bottom: 1.6666666667vh;
	}
}

@media(max-width: 979.99px) {
	.section1text__bold {
		font-size: 3.72vw;
		line-height: 5.3133333333vw;
		margin-bottom: 2.4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text__bold {
		font-size: 2.0914542729vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text__bold {
		line-height: 2.9872563718vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1text__bold {
		margin-bottom: 1.3493253373vh;
	}
}





.section1button {
	width: 20vw;
	height: 5vw;
	margin-top: 4.5vw;
	z-index: 7;
}

@media(min-aspect-ratio: 16/9) {
	.section1button {
		width: 40vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1button {
		height: 9.5vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1button {
		margin-top: 7.9537037037vh;
	}
}

@media(max-width: 979.99px) {
	.section1button {
		width: 45vw;
		height: 25vw;
		margin-top: 8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1button {
		width: 30vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1button {
		height: 20vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1button {
		margin-top: 5vh;
	}
}

.section1button__apply {
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: #ffbf00; */
	font-size: 1.8869791667vw;
	font-weight: bold;
	text-align: center;
	line-height: 5.1vw;
	color: #fff;
	position: relative;
	-webkit-transition: all .25s;
	transition: all .25s;
	background-image: url("../img/buttonApply1.svg");
	background-repeat: no-repeat;
}


@media(min-aspect-ratio: 16/9) {
	.section1button__apply {
		font-size: 2vw;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section1button__apply {
		line-height: 5.1vw;
	}
}

@media(max-width: 979.99px) {
	.section1button__apply {
		font-size: 5.5vw;
		line-height: 11vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1button__apply {
		font-size: 3.5vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section1button__apply {
		line-height: 7.5vh;
	}
}



.section1button__apply:hover {
	/* -webkit-transform: scale(1.125, 1.125);
	transform: scale(1.125, 1.125);  */
	color: #000;
	background-image: url("../img/buttonApply1-hover.svg");
	background-repeat: no-repeat;
	opacity: 1;
}

















.section2head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35vw;
	margin: 0 auto;
	margin-top: 5vw;
}

@media(min-aspect-ratio: 16/9) {
	.section2head {
		width: 50vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section2head {
		margin-top: 12vh;
	}
}

.section2head img {
	width: 100%;
}

@media(max-width: 979.99px) {
	.section2head {
		width: 50vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section2head {
		width: 48vh;
		margin-top: 8vh;
	}
}











.section2time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 21.2682291667vw;
	margin: 0 auto;
	margin-top: 2.1875vw;
}

@media(min-aspect-ratio: 16/9) {
	.section2time {
		width: 35vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section2time {
		margin-top: 5vh;
	}
}

.section2time img {
	width: 100%;
}

@media(max-width: 979.99px) {
	.section2time {
		width: 30vw;
		margin-top: 2vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section2time {
		width: 30vh;
		margin-top: 3vh;
	}
}

#section3 .section__inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.section3head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40vw;
	margin: 0 auto;
	margin-top: 3.828125vw;
}

@media(min-aspect-ratio: 16/9) {
	.section3head {
		width: 65vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section3head {
		margin-top: 2vh;
	}
}

@media(max-width: 979.99px) {
	.section3head {
		width: 47.236vw;
		margin-top: 14.6077333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section3head {
		width: 48vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section3head {
		margin: 10vh 0 1vh 0;
	}
}

.section3head img {
	width: 100%;
}


.section3head-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30vw;
	margin: 0 auto;
	margin-top: 5vw
}

@media(min-aspect-ratio: 16/9) {
	.section3head-s {
		width: 43.7361111111vh
	}
}

@media(min-aspect-ratio: 16/9) {
	.section3head-s {
		margin-top: 6.8055555556vh
	}
}

@media(max-width: 979.99px) {
	.section3head-s {
		width: 47.236vw;
		margin-top: 14.6077333333vw
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section3head-s {
		width: 40vh
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section3head-s {
		margin-top: 8vh
	}
}

.section3head-s img {
	width: 100%
}


.tableCnt {
	width: 72.5vw;
	margin-top: 2.1875vw;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.tableCnt {
		width: 128.8888888889vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableCnt {
		margin-top: 3.8888888889vh;
	}
}

@media(max-width: 979.99px) {
	.tableCnt {
		overflow-x: auto;
		overflow-y: hidden;
		margin-top: 4.8vw;
		margin-left: 4vw;
		width: 96vw;
		padding-bottom: 3.0666666667vw;
		padding-right: 3.8666666667vw;
		scrollbar-gutter: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		margin-top: 2.6986506747vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		margin-left: 2.2488755622vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		width: 53.9730134933vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		padding-bottom: 1.724137931vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		padding-right: 2.1739130435vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt {
		scrollbar-gutter: 2.2488755622vh;
	}
}

@media(max-width: 979.99px) {
	.tableCnt::-webkit-scrollbar {
		background: #fff;
		height: 1.0666666667vw;
		width: 92.1333333333vw;
		background-clip: content-box;
		border-right: 30px solid rgba(0, 0, 0, 0);
		border-right-width: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt::-webkit-scrollbar {
		height: .5997001499vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt::-webkit-scrollbar {
		width: 51.7991004498vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt::-webkit-scrollbar {
		border-right-width: 2.2488755622vh;
	}
}

@media(max-width: 979.99px) {
	.tableCnt::-webkit-scrollbar-track {
		border-radius: 10px;
		background-clip: content-box;
		border-right: 30px solid rgba(0, 0, 0, 0);
		border-right-width: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt::-webkit-scrollbar-track {
		border-right-width: 2.2488755622vh;
	}
}

@media(max-width: 979.99px) {
	.tableCnt::-webkit-scrollbar-thumb {
		background: #000;
		border-radius: 10px;
		background-clip: content-box;
		border-right: 30px solid rgba(0, 0, 0, 0);
		border-right-width: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt::-webkit-scrollbar-thumb {
		border-right-width: 2.2488755622vh;
	}
}

.tableCnt__inner {
	width: 100%;
}

@media(max-width: 979.99px) {
	.tableCnt__inner {
		width: 185.6vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableCnt__inner {
		width: 104.347826087vh;
	}
}

.tableSection {
	width: 100%;
	margin-bottom: 1.40625vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection {
		margin-bottom: 2.5vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection {
		margin-bottom: 3.6vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection {
		margin-bottom: 2.023988006vh;
	}
}

.tableSection:nth-child(1) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.tableSection:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.tableSection:nth-child(3) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.tableSection__top {
	width: 100%;
	background-color: rgba(0, 0, 0, .66);
	height: 7.1354166667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__top {
		height: 12.6851851852vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__top {
		height: 18.2666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__top {
		height: 10.2698650675vh;
	}
}

.tableSection__topLeft {
	margin-left: 1.0416666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__topLeft {
		margin-left: 1.8518518519vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__topLeft {
		margin-left: 2.6666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__topLeft {
		margin-left: 1.4992503748vh;
	}
}

.tableSection__label {
	width: 2.8645833333vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__label {
		width: 5.0925925926vh;
	}
}

.tableSection__label --2 {
	width: 3.5416666667vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__label --2 {
		width: 6.2962962963vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__label {
		width: 7.3333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__label {
		width: 4.1229385307vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__label--2 {
		width: 9.0666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__label--2 {
		width: 5.0974512744vh;
	}
}

.tableSection__time {
	font-weight: 900;
	font-size: 1.8229166667vw;
	line-height: 1.8229166667vw;
	margin-left: 3.421875vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__time {
		font-size: 3.2407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__time {
		line-height: 3.2407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__time {
		margin-left: 6.0833333333vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__time {
		font-size: 4.6666666667vw;
		line-height: 4.6666666667vw;
		margin-left: 8.76vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__time {
		font-size: 2.6236881559vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__time {
		line-height: 2.6236881559vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__time {
		margin-left: 4.9250374813vh;
	}
}

.tableSection__topRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3.34375vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__topRight {
		margin-right: 5.9444444444vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__topRight {
		margin-right: 8.56vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__topRight {
		margin-right: 4.8125937031vh;
	}
}

.tableSection__speaker {
	margin-right: 1.7916666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__speaker {
		margin-right: 3.1851851852vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__speaker {
		margin-right: 4.5866666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__speaker {
		margin-right: 2.5787106447vh;
	}
}

.tableSection__speakerImg {
	width: 4.3588541667vw;
	margin-right: .6979166667vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__speakerImg {
		width: 7.7490740741vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__speakerImg {
		margin-right: 1.2407407407vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__speakerImg {
		width: 11.1586666667vw;
		margin-right: 1.7866666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__speakerImg {
		width: 6.2736131934vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__speakerImg {
		margin-right: 1.0044977511vh;
	}
}

.tableSection__speakerName {
	font-weight: bold;
	font-size: 1.0416666667vw;
	line-height: 1.3020833333vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__speakerName {
		font-size: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__speakerName {
		line-height: 2.3148148148vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__speakerName {
		font-size: 2.6666666667vw;
		line-height: 3.3333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__speakerName {
		font-size: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__speakerName {
		line-height: 1.8740629685vh;
	}
}

.tableSection__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 6.1458333333vw;
	position: relative;
	overflow: hidden;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottom {
		height: 10.9259259259vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__bottom {
		height: 15.7333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottom {
		height: 8.8455772114vh;
	}
}

.tableSection__bottom::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 47.8645833333vw;
	border-top-color: rgba(43, 44, 42, .65);
	border-right-width: 80.3125vw;
	border-right-color: rgba(43, 44, 42, 0);
	border-bottom-width: 0vw;
	border-bottom-color: rgba(43, 44, 42, 0);
	border-left-width: 0vw;
	border-left-color: rgba(43, 44, 42, 0);
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottom::before {
		border-top-width: 85.0925925926vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottom::before {
		border-right-width: 142.7777777778vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottom::before {
		border-bottom-width: 0vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottom::before {
		border-left-width: 0vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__bottom::before {
		border-top-width: 122.5333333333vw;
		border-right-width: 205.6vw;
		border-bottom-width: 0vw;
		border-left-width: 0vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottom::before {
		border-top-width: 68.8905547226vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottom::before {
		border-right-width: 115.5922038981vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottom::before {
		border-bottom-width: 0vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottom::before {
		border-left-width: 0vh;
	}
}

.tableSection__bottomLeft {
	font-weight: bold;
	font-size: 1.0416666667vw;
	line-height: 1.3541666667vw;
	width: 24.4979166667vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomLeft {
		font-size: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomLeft {
		line-height: 2.4074074074vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomLeft {
		width: 43.5518518519vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__bottomLeft {
		font-size: 2.6666666667vw;
		line-height: 3.4666666667vw;
		width: 62.7146666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomLeft {
		font-size: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomLeft {
		line-height: 1.9490254873vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomLeft {
		width: 35.2593703148vh;
	}
}

.tableSection__bottomLine {
	width: 2px;
	height: 4.6875vw;
	background-color: #fff;
	margin-left: 1.484375vw;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomLine {
		height: 8.3333333333vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomLine {
		margin-left: 2.6388888889vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__bottomLine {
		height: 12vw;
		margin-left: 3.8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomLine {
		height: 6.7466266867vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomLine {
		margin-left: 2.1364317841vh;
	}
}

.tableSection__bottomRight {
	width: 39.2333333333vw;
	margin-right: 3.15625vw;
	margin-left: 2.3541666667vw;
	font-size: .8854166667vw;
	line-height: 1.25vw;
	position: relative;
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomRight {
		width: 69.7481481481vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomRight {
		margin-right: 5.6111111111vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomRight {
		margin-left: 4.1851851852vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomRight {
		font-size: 1.5740740741vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.tableSection__bottomRight {
		line-height: 2.2222222222vh;
	}
}

@media(max-width: 979.99px) {
	.tableSection__bottomRight {
		width: 100.4373333333vw;
		margin-right: 8.08vw;
		margin-left: 6.0266666667vw;
		font-size: 2.2666666667vw;
		line-height: 3.2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomRight {
		width: 56.4677661169vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomRight {
		margin-right: 4.5427286357vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomRight {
		margin-left: 3.3883058471vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomRight {
		font-size: 1.2743628186vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.tableSection__bottomRight {
		line-height: 1.7991004498vh;
	}
}

#section4 .section__inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 1.0416666667vw;
	line-height: 1.5625vw;
	/* color: #fff; */
}

@media(min-aspect-ratio: 16/9) {
	#section4 .section__inner {
		font-size: 1.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	#section4 .section__inner {
		line-height: 2.7777777778vh;
	}
}

@media(max-width: 979.99px) {
	#section4 .section__inner {
		font-size: 2.6666666667vw;
		line-height: 4.2666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section4 .section__inner {
		font-size: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	#section4 .section__inner {
		line-height: 2.3988005997vh;
	}
}

.section4head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16.7869791667vw;
	margin: 0 auto;
	margin-top: 5vw;
}

@media(min-aspect-ratio: 16/9) {
	.section4head {
		width: 29.8435185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.section4head {
		margin-top: 8.0092592593vh;
	}
}

@media(max-width: 979.99px) {
	.section4head {
		width: 32.2306666667vw;
		margin-top: 21.3333333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section4head {
		width: 22vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.section4head {
		margin-top: 8vh;
	}
}

.section4head img {
	width: 100%;
}

.outlineList {
	margin-top: 5vw;
	font-size: 1.2vw;
	width: 70vw;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList {
		margin-top: 4.1666666667vh;
		font-size: 1.2vw;
		width: 70vw;
	}
}

@media(max-width: 979.99px) {
	.outlineList {
		margin-top: 6.1333333333vw;
		width: 96vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList {
		margin-top: 3.4482758621vh;
	}
}

.outlineList__item {
	height: 4.628125vw;
	margin-bottom: 1.0416666667vw;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	border-image: url('../img/border.png');
	border-image-slice: 4 3 4 4 fill;
	border-image-width: 3px 2px;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__item {
		height: 8.2277777778vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__item {
		margin-bottom: 1.8518518519vh;
	}
}

.outlineList__item:nth-child(1) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.outlineList__item:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.outlineList__item:nth-child(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.outlineList__item:nth-child(4) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.outlineList__item:nth-child(5) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.outlineList__item:nth-child(6) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.outlineList__item:nth-child(7) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@media(max-width: 979.99px) {
	.outlineList__item {
		height: 7vh;
		margin-bottom: 2.6666666667vw;
		font-size: 2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__item {
		height: 6.6656671664vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__item {
		margin-bottom: 1.4992503748vh;
	}
}

.outlineList__itemLeft {
	background: #000;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 12.5520833333vw;
	height: 100%;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemLeft {
		width: 12vw;
	}
}

@media(max-width: 979.99px) {
	.outlineList__itemLeft {
		width: 21.5vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemLeft {
		width: 16vw;
		font-size: 1.8vw;
	}
}

.outlineList__icon {
	width: 3.2552083333vw;
	margin-left: .796875vw;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__icon {
		width: 5.787037037vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__icon {
		margin-left: 1.4166666667vh;
	}
}

@media(max-width: 979.99px) {
	.outlineList__icon {
		width: 6vw;
		margin-left: 1vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__icon {
		width: 4.6829085457vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__icon {
		margin-left: 1.1244377811vh;
	}
}

.outlineList__label {
	margin-left: .1vw;
	color: #fff;
	white-space: nowrap;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__label {
		margin-left: 1.2407407407vh;
	}
}

@media(max-width: 979.99px) {
	.outlineList__label {
		margin-left: 1vw;
		font-size: 2.8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__label {
		margin-left: 1.0044977511vh;
		font-size: 1.8vw;
	}
}

.outlineList__itemRight {
	height: 100%;
	width: 55vw;
	line-height: 2vw;
	font-weight: 700;
	padding-left: 1.0989583333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight {
		width: 54vw;
		line-height: 1.8vw;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight {
		padding-left: 1.9537037037vh;
	}
}

@media(max-width: 979.99px) {
	.outlineList__itemRight {
		width: 70vw;
		padding-left: 1vw;
		font-size: 2.6vw;
		line-height: 3.2vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight {
		max-width: 88vh;
		font-size: 1.5vw;
		line-height: 2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight {
		padding-left: 1.5817091454vh;
	}
}

.outlineList__itemRight::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	/* border-style: solid; */
	border-top-width: 31.4583333333vw;
	border-top-color: rgba(255, 255, 255, .1);
	border-right-width: 53.8541666667vw;
	border-right-color: rgba(43, 44, 42, 0);
	border-bottom-width: 0vw;
	border-bottom-color: rgba(43, 44, 42, 0);
	border-left-width: 0vw;
	border-left-color: rgba(43, 44, 42, 0);
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight::before {
		border-top-width: 55.9259259259vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight::before {
		border-right-width: 95.7407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight::before {
		border-bottom-width: 0vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineList__itemRight::before {
		border-left-width: 0vh;
	}
}

@media(max-width: 979.99px) {
	.outlineList__itemRight::before {
		border-top-width: 51.0666666667vw;
		border-right-width: 88.4vw;
		border-bottom-width: 0vw;
		border-left-width: 0vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight::before {
		border-top-width: 28.7106446777vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight::before {
		border-right-width: 49.700149925vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight::before {
		border-bottom-width: 0vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight::before {
		border-left-width: 0vh;
	}
}

.outlineList__itemRight .u-pc-hide {
	display: block;
}

@media(max-width: 979.99px) {
	.outlineList__itemRight .u-pc-hide {
		display: none;
	}
}
@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.u-pc-hide {
		display: none;
	}
}
@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineList__itemRight {
		display: block;
	}
}

.outlineList__itemRight span {
	display: contents;
	/* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden; */
}

@media(max-width: 979.99px) {
	.outlineList__itemRight span {
		display: none;
	}
}

.outlineTable {
	position: relative;
	overflow: hidden;
	width: 55.6864583333vw;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable {
		width: 98.9981481481vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable {
		width: 92.2573333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable {
		width: 51.8688155922vh;
	}
}

.outlineTable::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 46.6145833333vw;
	border-top-color: rgba(255, 255, 255, .1);
	border-right-width: 71.6822916667vw;
	border-right-color: rgba(43, 44, 42, 0);
	border-bottom-width: 0vw;
	border-bottom-color: rgba(43, 44, 42, 0);
	border-left-width: 0vw;
	border-left-color: rgba(43, 44, 42, 0);
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable::before {
		border-top-width: 82.8703703704vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable::before {
		border-right-width: 127.4351851852vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable::before {
		border-bottom-width: 0vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable::before {
		border-left-width: 0vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable::before {
		border-top-width: 79.4666666667vw;
		border-right-width: 146.6666666667vw;
		border-bottom-width: 0vw;
		border-left-width: 0vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable::before {
		border-top-width: 44.6776611694vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable::before {
		border-right-width: 82.4587706147vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable::before {
		border-bottom-width: 0vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable::before {
		border-left-width: 0vh;
	}
}

.outlineTable__row:first-child .outlineTable__cell--head {
	padding-top: 1.2760416667vw;
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__row:first-child .outlineTable__cell--head {
		padding-top: 2.2685185185vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable__row:first-child .outlineTable__cell--head {
		padding-top: 1.48vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__row:first-child .outlineTable__cell--head {
		padding-top: .832083958vh;
	}
}

.outlineTable__row:last-child .outlineTable__cell--head {
	padding-bottom: .5208333333vw;
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__row:last-child .outlineTable__cell--head {
		padding-bottom: .9259259259vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable__row:last-child .outlineTable__cell--head {
		padding-bottom: 1.8vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__row:last-child .outlineTable__cell--head {
		padding-bottom: 1.011994003vh;
	}
}

.outlineTable__cell {
	padding-bottom: .9375vw;
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__cell {
		padding-bottom: 1.6666666667vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable__cell {
		padding-bottom: 1.7866666667vw;
		padding-right: 4.12vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__cell {
		padding-bottom: 1.0044977511vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__cell {
		padding-right: 2.3163418291vh;
	}
}

.outlineTable__cell--head {
	font-weight: bold;
	font-size: .9895833333vw;
	padding-left: 1.6666666667vw;
	padding-right: .9895833333vw;
	width: 4.5em;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__cell--head {
		font-size: 1.7592592593vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__cell--head {
		padding-left: 2.962962963vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.outlineTable__cell--head {
		padding-right: 1.7592592593vh;
	}
}

@media(max-width: 979.99px) {
	.outlineTable__cell--head {
		font-size: 2.5333333333vw;
		padding-left: 4.1066666667vw;
		padding-right: 2.4133333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__cell--head {
		font-size: 1.4242878561vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__cell--head {
		padding-left: 2.3088455772vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.outlineTable__cell--head {
		padding-right: 1.3568215892vh;
	}
}

.profileList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media(max-width: 979.99px) {
	.profileList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: -7.3733333333vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList {
		margin-top: -4.1454272864vh;
	}
}

.profileList__item {
	background-image: url("../img/itemBorder.svg");
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.55vw;
	height: 25.8364583333vw;
	font-size: 1.2973958333vw;
	line-height: 2.0755208333vw;
	padding-left: 2.1875vw;
	padding-right: 2.1875vw;
	padding-top: 1.8072916667vw;
	padding-bottom: 2.1302083333vw;
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		width: 59.6444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		height: 45.9314814815vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		font-size: 2.3064814815vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		line-height: 3.6898148148vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		padding-left: 3.8888888889vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		padding-right: 3.8888888889vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		padding-top: 3.212962963vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item {
		padding-bottom: 3.787037037vh;
	}
}

.profileList__item:not(:last-child) {
	margin-right: 5.734375vw;
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item:not(:last-child) {
		margin-right: 10.1944444444vh;
	}
}

@media(max-width: 979.99px) {
	.profileList__item {
		background-image: url("../img/itemBorder-sp.svg");
		width: 88vw;
		height: 53.0666666667vw;
		font-size: 2.6573333333vw;
		line-height: 4.6666666667vw;
		padding-left: 4.2666666667vw;
		padding-right: 4.2666666667vw;
		padding-top: 6.1333333333vw;
		padding-bottom: 1.8666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		width: 49.4752623688vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		height: 29.8350824588vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		font-size: 1.4940029985vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		line-height: 2.6236881559vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		padding-left: 2.3988005997vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		padding-right: 2.3988005997vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		padding-top: 3.4482758621vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item {
		padding-bottom: 1.0494752624vh;
	}
}

@media(max-width: 979.99px) {
	.profileList__item:not(:last-child) {
		margin-right: 0vw;
		margin-bottom: 2.04vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item:not(:last-child) {
		margin-right: 0vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item:not(:last-child) {
		margin-bottom: 1.1469265367vh;
	}
}

.profileList__item--kintone {
	padding-top: 2.328125vw;
}

@media(min-aspect-ratio: 16/9) {
	.profileList__item--kintone {
		padding-top: 4.1388888889vh;
	}
}

@media(max-width: 979.99px) {
	.profileList__item--kintone {
		background-image: url("../img/itemBorder-sp-kintone.svg");
		height: 43.8666666667vw;
		padding-bottom: 6.9866666667vw;
		padding-top: 4vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item--kintone {
		height: 24.6626686657vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item--kintone {
		padding-bottom: 3.928035982vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__item--kintone {
		padding-top: 2vh;
	}
}

.profileList__logo--cybozu {
	width: 10.6770833333vw;
	height: 3.8541666667vw;
	margin-bottom: 1.59375vw;
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--cybozu {
		width: 18.9814814815vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--cybozu {
		height: 6.8518518519vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--cybozu {
		margin-bottom: 2.8333333333vh;
	}
}

@media(max-width: 979.99px) {
	.profileList__logo--cybozu {
		width: 27.3333333333vw;
		height: 9.8666666667vw;
		margin-bottom: 2.84vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--cybozu {
		width: 15.3673163418vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--cybozu {
		height: 5.5472263868vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--cybozu {
		margin-bottom: 1.5967016492vh;
	}
}

.profileList__logo--kintone {
	width: 15.6770833333vw;
	height: 2.7083333333vw;
	margin-bottom: 2.21875vw;
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--kintone {
		width: 27.8703703704vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--kintone {
		height: 4.8148148148vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.profileList__logo--kintone {
		margin-bottom: 3.9444444444vh;
	}
}

@media(max-width: 979.99px) {
	.profileList__logo--kintone {
		width: 40.1333333333vw;
		height: 6.9333333333vw;
		margin-bottom: 5.0266666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--kintone {
		width: 22.5637181409vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--kintone {
		height: 3.8980509745vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.profileList__logo--kintone {
		margin-bottom: 2.8260869565vh;
	}
}

.applyBtnCnt {
	width: 22.3958333333vw;
	height: 4.6354166667vw;
	margin-top: 4.4739583333vw;
}

@media(min-aspect-ratio: 16/9) {
	.applyBtnCnt {
		width: 39.8148148148vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyBtnCnt {
		height: 8.2407407407vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyBtnCnt {
		margin-top: 7.9537037037vh;
	}
}

@media(max-width: 979.99px) {
	.applyBtnCnt {
		width: 94.2666666667vw;
		height: 11.8666666667vw;
		margin-top: 2.2266666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyBtnCnt {
		width: 52.9985007496vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyBtnCnt {
		height: 6.6716641679vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyBtnCnt {
		margin-top: 1.251874063vh;
	}
}

.applyButton {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffbf00;
	font-size: 1.8869791667vw;
	font-weight: bold;
	text-align: center;
	line-height: 4.6354166667vw;
	color: #000;
	position: relative;
}

@media(min-aspect-ratio: 16/9) {
	.applyButton {
		font-size: 3.3546296296vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyButton {
		line-height: 8.2407407407vh;
	}
}

@media(max-width: 979.99px) {
	.applyButton {
		font-size: 4.8306666667vw;
		line-height: 11.8666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton {
		font-size: 2.715892054vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton {
		line-height: 6.6716641679vh;
	}
}

.applyButton::after {
	content: "";
	background-image: url("../img/buttonArrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.09375vw;
	height: 1.2302083333vw;
	display: block;
	position: absolute;
	right: 1.9739583333vw;
	top: 1.8125vw;
}

@media(min-aspect-ratio: 16/9) {
	.applyButton::after {
		width: 1.9444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyButton::after {
		height: 2.187037037vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyButton::after {
		right: 3.5092592593vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.applyButton::after {
		top: 3.2222222222vh;
	}
}

@media(max-width: 979.99px) {
	.applyButton::after {
		width: 2.8vw;
		height: 3.1493333333vw;
		right: 5.0533333333vw;
		top: 4.64vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton::after {
		width: 1.5742128936vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton::after {
		height: 1.7706146927vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton::after {
		right: 2.8410794603vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.applyButton::after {
		top: 2.6086956522vh;
	}
}

.footer {
	font-family: "Source Han Sans CN", sans-serif;
	background-color: rgba(255, 191, 0, .3);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.20625vw;
	font-weight: 100;
	color: #fff;
	height: 7.34375vw;
}

@media(min-aspect-ratio: 16/9) {
	.footer {
		font-size: 2.1444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.footer {
		height: 13.0555555556vh;
	}
}

@media(max-width: 979.99px) {
	.footer {
		font-size: 2.6666666667vw;
		height: 18.8vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer {
		font-size: 1.4992503748vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer {
		height: 10.5697151424vh;
	}
}

.footer__innerCnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__logo {
	width: 6.9833333333vw;
	height: 2.5557291667vw;
	margin-right: 1.4010416667vw;
}

@media(min-aspect-ratio: 16/9) {
	.footer__logo {
		width: 12.4148148148vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.footer__logo {
		height: 4.5435185185vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.footer__logo {
		margin-right: 2.4907407407vh;
	}
}

@media(max-width: 979.99px) {
	.footer__logo {
		width: 17.8666666667vw;
		height: 6.5333333333vw;
		margin-right: 3.6vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__logo {
		width: 10.0449775112vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__logo {
		height: 3.6731634183vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__logo {
		margin-right: 2.023988006vh;
	}
}

.footer__link {
	margin-right: 6.1145833333vw;
	position: relative;
	color: #fff;
}

@media(min-aspect-ratio: 16/9) {
	.footer__link {
		margin-right: 10.8703703704vh;
	}
}

.footer__link__logo {
	margin-right: 0;
}

.footer__link::after {
	content: "";
	background-image: url("../img/ico-link.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.09375vw;
	height: 1.09375vw;
	display: block;
	position: absolute;
	right: -1.5104166667vw;
	top: 0;
}

@media(min-aspect-ratio: 16/9) {
	.footer__link::after {
		width: 1.9444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.footer__link::after {
		height: 1.9444444444vh;
	}
}

@media(min-aspect-ratio: 16/9) {
	.footer__link::after {
		right: -2.6851851852vh;
	}
}

@media(max-width: 979.99px) {
	.footer__link::after {
		width: 2.8vw;
		height: 2.8vw;
		right: -3.8666666667vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__link::after {
		width: 1.5742128936vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__link::after {
		height: 1.5742128936vh;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__link::after {
		right: -2.1739130435vh;
	}
}

.footer__text {
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

@media(max-width: 979.99px) {
	.footer__text {
		margin-top: 2vw;
	}
}

@media(max-width: 979.99px)and (min-aspect-ratio: 750/1339)and (min-width: 768px) {
	.footer__text {
		margin-top: 1.1244377811vh;
	}
}

.footer__text a {
	color: #fff;
}