@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700");

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

/* ========================================================================== */

/* base ========= */

/* ========================================================================== */

/* ========================================================================== */

/* リセット ========= */

/* ========================================================================== */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

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

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

[type=number] {
	width: auto;
}

[type=search] {
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

button,
select {
	text-transform: none;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

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

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

/* ========================================================================== */

/* 分割　bootstrap ========= */

/* ========================================================================== */

/* 削除用　css　bootstrap ========= */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none;
}

.visible-print {
	display: none;
}

.visible-print-block {
	display: none;
}

.visible-print-inline {
	display: none;
}

.visible-print-inline-block {
	display: none;
}

/* テーブル　フォーム　css　bootstrap ========= */

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.clearfix:after,
.form-horizontal .form-group:after {
	clear: both;
}

/* ========================================================================== */

/* アニメーションcss ========= */

/* ========================================================================== */

/* アニメーションCSS ========= */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

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

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

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

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

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

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

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

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

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

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

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

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

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

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

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

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

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

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

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

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

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

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

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

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* ========================================================================== */

/* スライダーcss ========= */

/* ========================================================================== */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	height: 100%;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/common/controls.png) no-repeat 0 -2pc;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/common/controls.png) no-repeat -43px -2pc;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -1pc;
	outline: 0;
	width: 2pc;
	height: 2pc;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png)-86px-11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png)-86px-44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx-viewport {
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 0;
	height: 100%;
}

ul.bxslider {
	height: 100%;
}

.slider li {
	height: 100%;
	background: center/cover no-repeat;
}

/* ========================================================================== */

/* lightbox ポップアップ用css ========= */

/* ========================================================================== */

.lb-loader,
.lightbox {
	text-align: center;
	line-height: 0;
}

body:after {
	content: url(../images/common/close.png) url(../images/common/loading.gif) url(../images/common/prev.png) url(../images/common/next.png);
	display: none;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
	content: "";
	clear: both;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}

.lb-loader,
.lb-nav {
	position: absolute;
	left: 0;
}

.lb-outerContainer:after {
	display: table;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/common/loading.gif) no-repeat;
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/common/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/common/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	display: table;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/common/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1;
}

/* ========================================================================== */

/* フォント ========= */

/* ========================================================================== */

/* ========================================================================== */

/* common ========= */

/* ========================================================================== */

/* ========================================================================== */

/* 基本構造 ========= */

/* ========================================================================== */

html,
body {
	height: 100%;
}

html {
	font-size: 62.5% !important;
}

body {
	background-color: #fff;
	color: #121212;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.4;
	font-weight: 500;
	margin: 0;
	letter-spacing: .05em;
	text-indent: .05em;
}

a,
a:hover,
a:visited,
a:focus {
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

p,
ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

li {
	list-style-type: none;
}

.font-min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.en {
	font-family: 'Josefin Sans', sans-serif;
}

/*レイアウト*/

.page-section {
	padding-bottom: 140px;
}

.pageBody-inner,
.pageHead-inner,
.pageFoot-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}

.pageBody-inner {
	overflow: hidden;
	position: relative;
}

/*見出し*/

/* ========================================================================== */

/* ヘッダー ========= */

/* ========================================================================== */

#pageHead {
	top: 0;
	width: 100%;
	z-index: 151;
	height: auto;
	padding: 0;
	background: #fff;
	-webkit-transition: 1s;
	transition: 1s;
	position: relative;
}

.pageHead-inner {
	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;
}

.header_logo {
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

.header_logo svg {
	height: 40px;
	width: 215px;
}

.pageHead_navi {
	width: 100%;
	max-width: 680px;
}

.pageHead_navi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pageHead_navi-list > li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 23px 0;
	cursor: pointer;
}

.pageHead_navi-list > li:last-child {
	padding: 0;
	display: block;
	background: #ff6e95;
	color: #fff;
	padding: 23px 40px 23px 12px;
	font-style: oblique;
}

.pageHead_navi-list > li ul {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 77px;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pageHead_navi-list > li ul li {
	text-align: center;
	padding: 0 16px;
}

.pageHead_navi-list > li ul li a {
	color: #fff;
	padding: 24px 0;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.pageHead_navi-list > li .arrow {
	width: 24px;
	height: 1px;
	display: inline-block;
	margin: 2px 0 0 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pageHead_navi-list > li .arrow:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -4px;
	right: 0;
}

/* ========================================================================== */

/* ハンバーガー ========= */

/* ========================================================================== */

.humberger-wrap {
	background: #295b8d;
	position: absolute;
	height: 100%;
	width: 52px;
	top: 0;
	right: 0;
}

#humberger {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	right: 15px;
	z-index: 200;
	cursor: pointer;
	width: 25px;
	text-align: center;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

.icon-bar {
	height: 3px;
	background: #fff;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

.icon-bar:last-child {
	margin-bottom: 0;
}

.icon-text {
	color: #003d5b;
	font-weight: bold;
	padding-bottom: 3px;
}

#overlay {
	z-index: -1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

/* ========================================================================== */

/* ドロワーメニュー */

/* ========================================================================== */

#page {
	position: relative;
	z-index: 2;
	left: 0;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

#drawernav {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	z-index: 150;
	padding: 80px 15px 0;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
	overflow: scroll;
}

#drawernav ul {
	list-style: none;
	padding: 0;
}

#drawernav ul li {
	text-align: center;
	margin-bottom: 1.1vh;
	position: relative;
	line-height: 1.45;
}

#drawernav ul li:last-child {
	margin-bottom: 0;
}

#drawernav ul li a {
	color: #231815;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	padding: 8px 0;
	font-weight: bold;
}

#drawernav ul li a span {
	font-size: calc(.8rem + 3vh);
	letter-spacing: .1em;
	text-indent: .1em;
	font-weight: normal;
	display: inline;
	position: relative;
	line-height: 1.2;
}

#drawernav ul li a span:after {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	content: "";
	width: 0%;
	height: 8px;
	background: #231815;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#drawernav ul li a span:hover:after {
	width: 100%;
}

#drawernav ul li a small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#drawernav h4 {
	padding: 0 15px;
}

#drawernav .pageHead_navi-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#drawernav .pageHead_navi-list li {
	width: 100%;
	cursor: pointer;
}

#drawernav .pageHead_navi-list li ul {
	position: relative;
	display: block;
	background: none;
	top: 2vh;
}

#drawernav .pageHead_navi-list li ul li a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

#drawernav .pageHead_navi-list li ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	margin-right: 16px;
}

/* ドロワー開放時のスタイル ========= */

.drawer-opened #pageHead,
.drawer-opened .header-wrap {
	background: none;
}

.drawer-opened #page {
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}

.drawer-opened #drawernav {
	top: 0;
	padding-bottom: 40px;
}

.drawer-opened #humberger {
	position: fixed;
	top: 17px;
	-webkit-transform: none;
	transform: none;
	left: auto;
}

.drawer-opened .header_logo {
	opacity: 0;
}

body.drawer-opened #humberger .icon-bar {
	background: #fff;
}

body.drawer-opened #humberger .icon-bar:nth-child(2) {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	background: rgba(255, 255, 255, 0);
}

body.drawer-opened #humberger .icon-bar:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}

body.drawer-opened #humberger .icon-bar:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	margin: 0;
}

/* ========================================================================== */

/* フッター ========= */

/* ========================================================================== */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #009991;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#pageFoot {
	background: #fff;
	padding-top: 64px;
}

.pageFoot_navi {
	margin-bottom: 88px;
}

.pageFoot_navi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pageFoot_navi-title {
	color: #005b74;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 4px solid;
	margin-bottom: 8px;
	padding-left: .5em;
}

.pageFoot_navi-link li {
	line-height: 1.75;
}

.pageFoot_navi-link li a {
	display: block;
	color: #121212;
}

.official_site.btn {
	max-width: 280px;
	width: 100%;
	margin: 0 auto 24px;
}

.copyright {
	padding-bottom: 32px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/* ========================================================================== */

/* parts ========= */

/* ========================================================================== */

.btn {
	text-align: center;
	position: relative;
	margin: 0 auto;
	background: #da89b2 -webkit-linear-gradient(0deg, #3494E6, #EC6EAD);
	padding: 1px;
	border-radius: 30px;
}

.btn-inner {
	background: #fff;
	border-radius: 25px;
}

.btn a {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0;
	color: #da89b2;
	background: -webkit-linear-gradient(0deg, #3494E6, #EC6EAD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn .arrow {
	width: 24px;
	height: 1px;
	display: inline-block;
	margin: 2px 0 0 8px;
	background: #da89b2 -webkit-linear-gradient(0deg, #3494E6, #EC6EAD);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn .arrow:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #EC6EAD;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -4px;
	right: 0;
}

/* ========================================================================== */

/* pages ========= */

/* ========================================================================== */

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

/* ========================================================================== */

/* トップページ ========= */

/* ========================================================================== */

.topPage {
	background: #f9f8f4 url(../images/index/bg.png);
}

/* キーヴィジュアル ========= */

.keyvisual {
	text-align: center;
	position: relative;
	line-height: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/index/210819/keyvisual.jpg?date=210819) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/index/210819/keyvisual.jpg?date=210819) top center;
	height: 640px;
	width: 100%;
	max-width: 1800px;
	background-size: cover;
	background-blend-mode: multiply;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 160px;
}

.keyvisual-top {
	font-size: 56px;
	font-size: 5.6rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: .3em;
	border-bottom: 2px solid;
}

.keyvisual-bottom {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
}

/* トップのナビ ========= */

.topPage_navi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topPage_navi ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	width: 20%;
	padding: 0 20px;
}

.topPage_navi ul li a {
	display: block;
	color: #b684aa;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	background: #fff;
	padding: 24px 16px;
	border: 3px solid;
	border-radius: 10px;
	width: 100%;
}

.topPage_navi ul li a img {
	display: block;
	margin: 0 auto;
}

/* 見出し ========= */

.title {
	text-align: center;
	font-size: 144px;
	font-size: 14.4rem;
	line-height: 1;
	margin-bottom: 32px;
}

.title span {
	color: #b684aa;
	background: -webkit-linear-gradient(0deg, #709abd, #da89b2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title small {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	margin-top: -8px;
}

/* ========================================================================== */

/* 会社を知る ========= */

/* ========================================================================== */

.company_staff-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 24px;
}

.company_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company_list li {
	width: 33.3333%;
	padding: 0 20px;
	text-align: center;
}

.company_list-box {
	background: #fff;
	padding: 20px 10px 30px;
	border: 3px solid #b684aa;
}

.company_list-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.company_list-enTitle {
	color: #b684aa;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
}

.company_list-text {
	margin-bottom: 24px;
}

.company_list .btn {
	max-width: 240px;
}

.company_list li:nth-child(2) .company_list-enTitle {
	letter-spacing: -.08em;
	text-indent: -.08em;
}

/* ========================================================================== */

/* 仕事を知る ========= */

/* ========================================================================== */

/* 背景 ========= */

.topPage #job {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/index/bg_job.jpg) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/index/bg_job.jpg) top center;
	width: 100%;
	background-size: cover;
	background-blend-mode: multiply;
	padding: 120px 0 200px;
	margin-bottom: 140px;
}

.topPage #job .title {
	margin-bottom: 160px;
}

.topPage #job .title span {
	color: #fff;
	background: none;
	-webkit-text-fill-color: #fff;
	opacity: .8;
}

.topPage #job .title small {
	color: #fff;
}

.job_type-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -1px;
	overflow: hidden;
}

.job_type-inner {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.job_type-box {
	text-align: center;
}

.job_type-sub {
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 1;
	margin-bottom: 4px;
}

.job_type-title {
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.job_type-name {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 24px;
}

.job_type .btn {
	background: rgba(255, 255, 255, 0);
	border: 1px solid;
	max-width: 240px;
}

.job_type .btn a {
	color: #fff;
	background: none;
	-webkit-text-fill-color: #fff;
}

.job_type .btn a .arrow {
	background: #fff;
}

.job_type .btn a .arrow:after {
	background: #fff;
}

.job_general {
	-webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	background: url(../images/index/210819/job_general.jpg) top right;
	height: 458px;
	width: 100%;
	background-size: cover;
}

.job_backoffice {
	-webkit-clip-path: polygon(11% 1%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(11% 1%, 100% 0, 100% 100%, 0% 100%);
	background: url(../images/index/210819/job_backoffice.jpg) top left;
	height: 458px;
	width: 100%;
	background-size: cover;
}

/* ========================================================================== */

/* 魅力を知る ========= */

/* ========================================================================== */

/* 背景 ========= */

#nice {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/index/210819/bg_nice.jpg?date=210819) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/index/210819/bg_nice.jpg?date=210819) top center;
	width: 100%;
	background-size: cover;
	background-blend-mode: multiply;
	padding: 120px 0 200px;
	margin-bottom: 140px;
}

#nice .title {
	margin-bottom: 80px;
}

#nice .title span {
	color: #fff;
	background: none;
	-webkit-text-fill-color: #fff;
	opacity: .8;
}

#nice .title small {
	color: #fff;
}

.nice_box {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 56px 24px;
}

.nice_box-heading {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.nice_box-text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 32px;
}

.nice_box .btn {
	background: rgba(255, 255, 255, 0);
	border: 1px solid;
	max-width: 240px;
}

.nice_box .btn a {
	color: #fff;
	background: none;
	-webkit-text-fill-color: #fff;
}

.nice_box .btn a .arrow {
	background: #fff;
}

.nice_box .btn a .arrow:after {
	background: #fff;
}

/* ========================================================================== */

/* エントリーエリア ========= */

/* ========================================================================== */

.entry_area {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/common/bg_entry.png);
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/common/bg_entry.png);
	width: 100%;
	background-size: cover;
	background-blend-mode: screen;
	padding: 40px 0;
}

.entry_area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry_area-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.entry_area .entry_btn-wrap {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.entry_btn-1 a {
	color: #121212;
}

.entry_btn-2 a {
	color: #fff;
}

.entry_btn {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 32px 16px;
}

.entry_btn p {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2;
	font-style: oblique;
	position: relative;
}

.entry_btn p .arrow {
	width: 48px;
	height: 2px;
	display: inline-block;
	margin: 0 0 0 16px;
	background: #000;
	position: absolute;
	top: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry_btn p .arrow:after {
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -8px;
	right: -4px;
}

.entry_btn small {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

.entry_btn-1 {
	background: #fff;
	border: 3px solid #000;
	margin-bottom: 40px;
}

.entry_btn-2 {
	background: #ff7499;
	color: #fff;
}

.entry_btn-2 p .arrow {
	background: #fff;
}

.entry_btn-2 p .arrow:after {
	background: #fff;
}

/* ========================================================================== */

/* ブログ ========= */

/* ========================================================================== */

#blog .topPage_blog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#blog .topPage_blog-list li {
	width: 25%;
	padding: 0 15px;
}

#blog .btn {
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}

.lowerPage .keyvisual {
	margin-bottom: 64px;
}

.lowerPage .keyvisual .keyvisual-title {
	font-size: 94px;
	font-size: 9.4rem;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	letter-spacing: .1em;
}

.lowerPage .keyvisual .keyvisual-title small {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: .1em;
}

.title-bg {
	text-align: center;
	color: #fff;
	background: #da89b2 -webkit-linear-gradient(0deg, #709abd, #da89b2);
	font-size: 42px;
	font-size: 4.2rem;
	padding: 40px 0;
}

.bnr_area {
	padding: 80px 0;
	background: #f9f8f4;
}

.bnr_area-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bnr_area-list li {
	width: 33.3333%;
	padding: 0 30px;
	line-height: 0;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

.companyPage {
	background: #f9f8f4;
}

.companyPage .bnr_company {
	display: none;
}

/* キーヴィジュアル ========= */

#company_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/company/keyvisual.jpg) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/company/keyvisual.jpg) top center;
	background-size: cover;
	height: 450px;
}

/* ナビ部分 ========= */

.company_navi {
	max-width: 960px;
	margin: 0 auto;
}

.company_navi ul {
	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;
}

.company_navi ul li {
	width: calc(33.3333% - 20px);
}

/* トピー商事は「美容ディーラー会社」！ ========= */

.about_dealer-section:first-child {
	margin-top: 80px;
}

.about_dealer-heading {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.about_dealer-text {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 24px;
}

.about_dealer-text:last-child {
	margin-bottom: 0;
}

.about_dealer-flow {
	margin-top: 80px;
	text-align: center;
}

.about_dealer-flowHeading {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #816d9a;
	margin-bottom: 16px;
}

.about_dealer-flowImg img {
	width: 100%;
	max-width: 560px;
}

.about_dealer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 640px;
	width: 100%;
	margin: 0 auto 64px;
}

.about_dealer-box .about_dealer-img {
	width: 25%;
}

.about_dealer-info {
	width: 75%;
	padding-left: 40px;
}

.about_dealer-infoHeading {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #816d9a;
	margin-bottom: 8px;
}

.about_dealer-infoText {
	line-height: 2;
}

/* お取り扱いメーカー　一覧 ========= */

.about_maker-heading {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin: 40px 0;
	color: #816d9a;
}

.about_maker-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_maker-list li {
	width: 33.3333%;
	padding: 20px;
}

.about_maker-list li:nth-last-child(-n+3) {
	padding-bottom: 0;
}

/* 美容業界の市場規模 ========= */

.about_market-intro {
	text-align: center;
	margin: 40px 0 80px;
	font-size: 16px;
	font-size: 1.6rem;
}

.about_market-scale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 64px;
}

.about_market-scale li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}

.about_market-scale li:first-child .about_market-scaleText {
	text-align: center;
}

.about_market-scaleText {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 24px;
}

.about_market-scale .about_market-important {
	display: block;
	font-size: 60px;
	font-size: 6rem;
	color: #EC6EAD;
}

.about_market-scale .about_market-important small {
	font-size: 32px;
	font-size: 3.2rem;
}

.about_market-drawing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_market-number {
	width: 50%;
}

.about_market-info {
	width: 50%;
	padding: 0 30px;
	text-align: center;
}

.about_market-picture {
	line-height: 0;
	margin-bottom: 24px;
}

.about_market-text {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
}

.about_market-caution {
	font-size: 40px;
	font-size: 4rem;
	border-bottom: 1px solid;
	color: #EC6EAD;
}

.philosophy-heading {
	letter-spacing: -.05em;
}

.message-inner {
	max-width: 760px;
}

.message-heading {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	margin: 40px 0;
	color: #b684aa;
	background: -webkit-linear-gradient(0deg, #709abd, #da89b2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.message-text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.message-text:nth-last-child(2) {
	margin-bottom: 80px;
}

.message_ceo {
	text-align: center;
}

.message_ceo img {
	width: 386px;
	height: auto;
}

.idea_section {
	margin-bottom: 80px;
}

.idea_section:last-child {
	margin-bottom: 0;
}

.idea_section:first-child {
	margin-top: 40px;
}

.idea_section-heading {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	color: #816d9a;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

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

.idea_section-text:last-child {
	margin-bottom: 0;
}

.idea_section-textList {
	margin-left: 24px;
}

.idea_section-textList:first-child {
	margin-left: 0;
}

.idea_section-list {
	counter-reset: number;
	max-width: 640px;
	margin: 0 auto;
}

.idea_section-list li {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.idea_section-list li:last-child {
	margin-bottom: 0;
}

.idea_section-list li:before {
	counter-increment: number;
	content: "0" counter(number);
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	background: #816d9a;
	color: #fff;
	line-height: 1;
	padding: 14px 12px;
	margin-right: 24px;
}

.outline_info-inner {
	max-width: 720px;
	margin: 80px auto 120px;
}

.outline_info-inner section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid;
	padding: 32px 0;
}

.outline_info-heading {
	width: 30%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 0 15px;
}

.outline_info-text {
	width: 70%;
	font-size: 16px;
	font-size: 1.6rem;
}

.outline_img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.outline_img-list li {
	line-height: 0;
	width: 25%;
}

/*営業所一覧*/

.outline_office-navi {
	margin: 120px auto 0;
	max-width: 960px;
}

.outline_office-navi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.outline_office-navi ul li {
	width: 25%;
	padding: 5px;
}

.outline_office-navi ul li a {
	display: block;
	text-align: center;
	color: #121212;
	border: 1px solid;
	padding: 10px;
	background: #fff;
	font-size: 20px;
	font-size: 2rem;
}

.outline_office-wrap {
	max-width: 720px;
	margin: 80px auto 0;
}

.outline_office-section {
	margin-bottom: 64px;
}

.outline_office-section:last-child {
	margin-bottom: 0;
}

.outline_office-heading {
	font-size: 40px;
	font-size: 4rem;
	border-bottom: 1px solid;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 24px;
}

.outline_office-list li {
	margin-bottom: 32px;
}

.outline_office-list li:last-child {
	margin-bottom: 0;
}

.outline_office-listHeading {
	font-size: 24px;
	font-size: 2.4rem;
	color: #816d9a;
	margin-bottom: 8px;
}

.outline_office-listAddress,
.outline_office-listCom {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

.job_generalPage .bnr_job {
	display: none;
}

/* キーヴィジュアル ========= */

#job_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/job/keyvisual.jpg) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/job/keyvisual.jpg) top center;
	background-size: cover;
}

/* イントロ部分 ========= */

.job_intro {
	text-align: center;
	margin-bottom: 80px;
}

.job_intro-title {
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 16px;
}

.job_intro-text {
	line-height: 2;
	font-weight: bold;
}

/* ナビ部分 ========= */

.job_navi {
	max-width: 800px;
	margin: 0 auto;
}

.job_navi ul {
	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;
}

.job_navi ul li {
	width: calc(33.3333% - 20px);
}

/* 1日の流れ ========= */

.flow_area,
.flow_movie,
.education_area,
.question_area {
	background: #f9f8f4;
	padding: 100px 0;
}

.flow_box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow_box-clock {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	width: 40%;
	background: url(../images/job/clock.png) top center no-repeat;
	background-size: contain;
	height: 231px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow_box-info {
	width: 60%;
	padding-left: 40px;
}

.flow_box-title {
	color: #816d9a;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.flow_box .nimoji {
	letter-spacing: 1em;
}

.flow_box-text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.flow_box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 68px 0 68px;
	border-color: #816d9a transparent transparent transparent;
	margin: 40px auto 0;
}

.flow_box:last-child {
	margin: 0 auto;
}

.flow_box:last-child:after {
	display: none;
}

.flow_detail {
	padding: 80px 0;
}

.flow_detail-catchcopy {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.flow_detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow_detail-list li {
	width: 50%;
	padding: 0 30px;
}

.flow_detail-title {
	color: #816d9a;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 1px solid;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.flow_detail-text {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.flow_detail-img {
	line-height: 0;
}

.flow_detail-img img {
	width: 100%;
}

.flow_movie-title {
	color: #816d9a;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
}

.flow_movie-area {
	text-align: center;
}

/* 入社後の教育 ========= */

.education_area .education_box {
	background: #da89b2 -webkit-linear-gradient(0deg, #709abd, #da89b2);
	padding: 3px;
}

.education_area .education_box-inner {
	background: #fff;
	padding: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.education_area .education_box-img {
	width: 35%;
	line-height: 0;
	text-align: center;
}

.education_area .education_box-info {
	width: 65%;
	padding-left: 48px;
}

.education_area .education_box-heading {
	color: #816d9a;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.education_area .education_box-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.education_area .education_box-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

.education_area .education_box-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 68px 0 68px;
	border-color: #816d9a transparent transparent transparent;
	margin: 40px auto;
}

.education_area .education_future {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.education_area .education_future-text {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 24px 40px 0;
}

/* よくある質問 ========= */

.question_area .btn {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

.question_navi {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 80px;
}

.question_navi li {
	margin-bottom: 16px;
}

.question_navi li a {
	display: block;
	color: #121212;
	font-size: 20px;
	font-size: 2rem;
	text-decoration: underline;
}

.question_navi li a:before {
	content: "Q.";
	display: inline-block;
	text-decoration: none;
}

.question_navi li a:hover {
	text-decoration: none;
}

.question_list li {
	margin-bottom: 80px;
}

.question_list-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	margin-bottom: 8px;
}

.question_list-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

/* ========================================================================== */

/* バックオフィス ========= */

/* ========================================================================== */

.job_backofficePage .flow_detail-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.job_backofficePage .question_none {
	display: none;
}

.job_backofficePage .bnr_job {
	display: none;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

.opinionPage .bnr_opinion {
	display: none;
}

/* キーヴィジュアル ========= */

#opinion_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/210819/keyvisual.jpg?date=210819) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/210819/keyvisual.jpg?date=210819) top center;
	background-size: cover;
	height: 450px;
}

.staff_keyvisual {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1;
	text-align: right;
	height: 450px;
}

.voice_keyvisual-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.keyvisual-yomi {
	font-size: 64px;
	font-size: 6.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: .1em;
}

.keyvisual-name {
	margin-bottom: 8vh;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	font-weight: normal;
}

.keyvisual-name .years {
	margin-right: 1em;
}

/* 1.nishio */

#nishio_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/nishio_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/nishio_keyvisual.jpg) top left;
	background-size: cover;
}

/* 2.mouri */

#mouri_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/mouri_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/mouri_keyvisual.jpg) top left;
	background-size: cover;
}

/* 3.nishiyama */

#nishiyama_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/nishiyama_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/nishiyama_keyvisual.jpg) top left;
	background-size: cover;
}

/* 4.ueno */

#ueno_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/ueno_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/ueno_keyvisual.jpg) top left;
	background-size: cover;
}

/* 5.onishi */

#onishi_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/onishi_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/onishi_keyvisual.jpg) top left;
	background-size: cover;
}

/* 6.honda */

#honda_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/opinion/honda_keyvisual.jpg) top left;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/opinion/honda_keyvisual.jpg) top left;
	background-size: cover;
}

/* ========================================================================== */

/* 人を知る 一覧 ========= */

/* ========================================================================== */

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

.opinion_list li {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 56px;
	text-align: center;
}

.opinion_list li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.opinion_list-img {
	line-height: 0;
}

.opinion_list-box {
	background: #fff;
	padding: 10px 15px 30px;
	border: 1px solid #b684aa;
}

.opinion_list-experience {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.opinion_list-name {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.opinion_list .btn {
	max-width: 240px;
}

/* 人を知る詳細 ========= */

.voice_q:nth-child(even) {
	background: #f9f8f4;
	padding: 40px 0 0;
}

.voice_q:nth-child(even) .voice_box-img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.voice_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.voice_box-img {
	width: 50%;
	line-height: 0;
	text-align: center;
}

.voice_box-info {
	width: 50%;
	background: rgba(129, 109, 154, 0.1);
	padding: 56px;
}

.voice_box-number {
	color: #816d9a;
	font-weight: bold;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
}

.voice_box-question {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 24px;
}

.voice_box-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

.voice_btn-area {
	padding: 40px 0 160px !important;
}

.voice_btn-area .btn {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

.nicethingPage .bnr_nicething {
	display: none;
}

/* キーヴィジュアル ========= */

#nicething_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/nicething/210819/keyvisual.jpg) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/nicething/210819/keyvisual.jpg) top center;
	background-size: cover;
	height: 450px;
}

/* バックグランド内 ========= */

.nicething_bgarea {
	padding: 80px 0 120px;
	background: url(../images/nicething/bg_nicething.jpg) top center no-repeat;
	background-size: cover;
}

.nicething_best-heading {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 2;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 40px 0;
	max-width: 720px;
	width: 100%;
	margin: 0 auto 70px;
	color: #fff;
}

.nicething_best-title {
	text-align: center;
	font-size: 100px;
	font-size: 10rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 450px;
}

.nicething_best-titleImg {
	display: block;
	line-height: 1;
}

.nicething_best-titleImg img {
	width: 173px;
	height: auto;
}

.nicething_best-titleText {
	position: relative;
}

.nicething_best-titleText:before,
.nicething_best-titleText:after {
	content: "";
	display: block;
	width: 71px;
	height: 174px;
	background: url(../images/nicething/title_decoration.png) no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nicething_best-titleText:before {
	left: -80px;
}

.nicething_best-titleText:after {
	right: -80px;
	-webkit-transform: scale(-1, 1) translateY(-50%);
	transform: scale(-1, 1) translateY(-50%);
}

.nicething_best-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nicething_best-box .nicething_best-img {
	line-height: 0;
	width: 30%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.nicething_best-box .nicething_comment {
	width: 70%;
	padding-right: 40px;
}

.nicething_best-box .nicething_comment .nicething_comment-heading {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 16px;
	font-weight: bold;
	color: #816d9a;
}

/* 第２～４位 ========= */

.nicething_best-inner {
	margin-top: -64px;
}

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

.nicething_section:nth-child(odd) .nicething_section-img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.nicething_section-img {
	width: 50%;
	border: 5px solid #fff;
	min-height: 600px;
}

.nicething_section-box {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 80px 24px 64px;
	border: 5px solid #fff;
}

.nicething_section-heading {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	border: 1px solid;
	padding: 32px 0 16px;
	position: relative;
	margin-bottom: 24px;
}

.nicething_section-heading .nicething_section-number {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	padding: 0 40px;
}

.nicething_section-list {
	padding-left: 30px;
}

.nicething_section-list li {
	list-style-type: disc;
	margin-bottom: 16px;
}

.nicething_section-list li:last-child {
	margin-bottom: 0;
}

.nicething_section:nth-child(1) .nicething_section-box {
	background: #acd4ed;
}

.nicething_section:nth-child(1) .nicething_section-number {
	background: #acd4ed;
}

.nicething_section:nth-child(1) .nicething_section-img {
	background: url(../images/nicething/ph_best2.jpg) center center no-repeat;
	background-size: cover;
}

.nicething_section:nth-child(2) .nicething_section-box {
	background: #f7dd95;
}

.nicething_section:nth-child(2) .nicething_section-number {
	background: #f7dd95;
}

.nicething_section:nth-child(2) .nicething_section-img {
	background: url(../images/nicething/ph_best3.jpg) center center no-repeat;
	background-size: cover;
}

.nicething_section:nth-child(3) .nicething_section-box {
	background: #d8e6c0;
}

.nicething_section:nth-child(3) .nicething_section-number {
	background: #d8e6c0;
}

.nicething_section:nth-child(3) .nicething_section-img {
	background: url(../images/nicething/ph_best4.jpg) center center no-repeat;
	background-size: cover;
}

.nicething_section:nth-child(4) .nicething_section-box {
	background: #f6bccd;
}

.nicething_section:nth-child(4) .nicething_section-number {
	background: #f6bccd;
}

.nicething_section:nth-child(4) .nicething_section-img {
	background: url(../images/nicething/ph_best5.jpg) center center no-repeat;
	background-size: cover;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

.requirementsPage {
	background: #f9f8f4;
}

.requirementsPage .bnr_area-list {
	max-width: 800px;
	margin: 0 auto;
}

.requirementsPage .bnr_area-list li {
	width: 50%;
	padding: 20px;
}

/* キーヴィジュアル ========= */

#requirements_keyvisual.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/requirements/keyvisual.jpg) top center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/requirements/keyvisual.jpg) top center;
	background-size: cover;
	height: 450px;
}

.requirements-heading {
	letter-spacing: -.05em;
}

/*分岐ページ*/

.requirements_branch {
	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;
}

.requirements_branch li {
	width: calc(50% - 30px);
	background: #da89b2 -webkit-linear-gradient(0deg, #709abd, #da89b2);
	padding: 5px;
}

.requirements_branch-inner {
	display: block;
	background: #fff;
	padding: 40px 15px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #121212;
	text-align: center;
	line-height: 1.4;
}

.requirements_branch-text {
	display: block;
	font-size: 48px;
	font-size: 4.8rem;
	color: #816d9a;
}

/* ========================================================================== */

/* 新卒ページ ========= */

/* ========================================================================== */

.requirements_info-heading {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	color: #816d9a;
	margin: 80px auto 24px;
}

.requirements_info .outline_info-inner {
	margin-bottom: 0;
}

.requirements_info .outline_info-inner section:nth-child(2) {
	border-top: 1px solid;
}

/* 選考の流れ ========= */

.requirements_flow {
	margin-bottom: 40px;
}

.requirements_flow-list {
	max-width: 560px;
	margin: 120px auto 0;
	counter-reset: list;
}

.requirements_flow-list li {
	background: #da89b2 -webkit-linear-gradient(0deg, #709abd, #da89b2);
	padding: 5px;
	position: relative;
	margin-bottom: 120px;
}

.requirements_flow-list li .equirements_flow-listInner {
	background: #fff;
	padding: 16px;
	text-align: center;
}

.requirements_flow-list li:before {
	counter-increment: list;
	content: "【STEP." counter(list) "】";
	display: block;
	position: absolute;
	top: -2em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #816d9a;
}

.requirements_flow-list li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 24px;
	border-color: #816d9a transparent transparent transparent;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -3.5em;
}

.requirements_flow-list li:last-child {
	margin-bottom: 80px;
}

.requirements_flow-list li:last-child:after {
	display: none;
}

.requirements_flow-listHeading {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #816d9a;
	margin-bottom: 8px;
}

.requirements_flow-listText {
	font-size: 16px;
	font-size: 1.6rem;
}

/* == ■■■■■■ btn ■■■■■■ == */

.btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btnArea.topArea {
	max-width: 600px;
	margin: 0 auto;
}

.btnArea.topArea a p {
	font-size: 3rem;
}

.btnArea.topArea a small {
	font-size: 2rem;
}

.btnArea li {
	width: 48%;
}

/* ========================================================================== */

/* 背景 ========= */

/* ========================================================================== */

/* ========================================================================== */

/*余白*/

/* ========================================================================== */

/* ========================================================================== */

/* テキストグラデーション ========= */

/* ========================================================================== */

/* ========================================================================== */

/*ホバーアニメーション*/

/* ========================================================================== */

/* ========================================================================== */

/* 募集要項一覧ページ ========= */

/* ========================================================================== */

/* 検索欄 ========= */

.requirements_list {
	margin-bottom: 40px;
}

#modal-content { /*  width: 50% ;*/
	margin: 0;
	padding: 10px 20px; /*  border: 2px solid #aaa ;*/ /*  background: #fff;*/
	position: fixed;
	display: none;
	z-index: 999;
}

#modal-overlay {
	z-index: 5;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255, 255, 255, 0.75);
}

/*検索窓*/

#recruit-form {
	max-width: 720px;
	width: 100%;
	margin: 80px auto;
}

.search_group {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
}

.search_group-title {
	width: 80px;
}

.search_group-window {
	width: calc(100% - 100px);
}

.search_group:last-child {
	margin-bottom: 0;
}

/*ボタン*/

.recruit-button {
	max-width: 300px;
	margin: 40px auto 0;
	text-align: center;
	border: 1px solid #6fb92c;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	color: #fff;
	background-color: #6fb92c;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2rem;
	cursor: pointer;
}

.recruit-button:after {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	left: 20px;
	font-size: 16px;
	font-style: normal;
}

/* 件数表示 ========= */

.count_area {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 48px;
	border-bottom: 2px solid;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.count_area #count {
	color: #b92c2c;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
}

/* 一覧表示 ========= */

.rec_container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.recruit_card {
	border: 1px solid rgba(18, 18, 18, 0.3);
	margin-bottom: 48px;
}

.recruit_card:last-child {
	margin-bottom: 0;
}

.recruit_card-heading {
	background-color: #f9f8f4;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 16px 24px;
}

.recruit_card-heading a {
	color: #121212;
}

.recruit_card .recruit_info {
	background: #fff;
	padding: 16px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recruit_card .recruit_info-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.recruit_card .recruit_info-box {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 0 15px;
}

.recruit_card .recruit_info-boxList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}

.recruit_card .recruit_info-boxList li:last-child {
	margin-bottom: 0;
}

.recruit_card .recruit_info-boxTitle {
	width: 60px;
	font-weight: bold;
}

.recruit_card .recruit_info-boxText {
	width: calc(100% - 80px);
	font-size: 13px;
	font-size: 1.3rem;
}

.recruit_card .recruit_info-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.recruit_card .recruit_info-btn .recruit-card-detail a {
	display: block;
	background: #6fb92c;
	color: #fff;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-radius: 8px;
	font-size: 18px;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	margin: 0px auto 8px;
}

.recruit_card .recruit_info-btn .recruit-card-enrty a {
	display: block;
	background: #b92c2c;
	color: #fff;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	border-radius: 8px;
	font-size: 24px;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	margin: 0px auto 5px;
}

.recruit-card-detail a:hover,
.recruit-card-enrty a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

/* ========================================================================== */

/* 募集要項詳細ページ ========= */

/* ========================================================================== */

.recruitment_intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 80px auto 40px;
}

.recruitment_intro-img {
	width: 50%;
	padding-right: 40px;
}

.recruitment_intro-text {
	width: 50%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.5;
}

/*写真一覧*/

.recruitment_pic ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruitment_pic ul li {
	width: 33.3333%;
	padding: 10px;
}

/* 募集要項 ========= */

.recruitment-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	background: #121212;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	letter-spacing: .05em;
	text-indent: .05em;
	margin: 80px 0 0;
}

.recruitment-table,
.recruitment-company {
	width: 100%;
	border-collapse: collapse;
}

.recruitment-table tr,
.recruitment-company tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px dashed rgba(18, 18, 18, 0.4);
}

.recruitment-table tr th,
.recruitment-company tr th {
	width: 240px;
	background: #f3f2f3;
	padding: 16px 8px;
}

.recruitment-table tr td,
.recruitment-company tr td {
	width: calc(100% - 240px);
	padding: 16px 8px;
	background: #fff;
}

.recruitment-btn {
	margin-top: 24px;
}

.recruitment-btn a {
	display: block;
	color: rgba(18, 18, 18, 0.8);
	border: 1px solid;
	padding: 8px;
	border-radius: 6px;
	max-width: 180px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 13px;
	font-size: 1.3rem;
}

.recruitment-btn a:hover {
	background: rgba(18, 18, 18, 0.8);
	color: #fff;
}

.requirements-flow {
	font-size: 16px;
	font-size: 1.6rem;
}

.requirements-arrow {
	margin: 8px 0 8px 3em;
	display: block;
}

/*ボタン*/

.recruit_offer-button {
	max-width: 480px;
	margin: 40px auto 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 4px;
}

.recruit_offer-button a {
	display: block;
	color: #fff;
}

.recruit_offer-button:nth-of-type(1) {
	background: #b92c2c;
}

.recruit_offer-button:nth-of-type(1) a {
	position: relative;
	display: block;
	-webkit-animation: fade 2s ease-in-out infinite alternate;
	animation: fade 2s ease-in-out infinite alternate;
}

.recruit_offer-button:nth-of-type(1) a:after {
	font-family: FontAwesome;
	content: "\f0e0";
	position: absolute;
	left: 20px;
	font-size: 20px;
	top: -2px;
}

.recruit_offer-button:nth-of-type(2) {
	background: #6fb92c;
	margin: 16px auto 0;
}

.recruit_offer-button:nth-of-type(2) a {
	position: relative;
	display: block;
}

.recruit_offer-button:nth-of-type(2) a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f2a0";
	position: absolute;
	left: 25px;
	font-size: 20px;
	top: -2px;
	font-style: normal;
	font-weight: 900;
}

/* ========================================================================== */

/* 応募フォーム ========= */

/* ========================================================================== */

.rec-form-header #nav-toggle,
.rec-form-header #global-nav {
	display: none !important;
}

.recruit_branch-text {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	margin: 40px 0 24px;
}

.recruitform table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}

.recruitform table tr th,
.recruitform table tr td {
	padding: 10px;
}

.recruitform table tr th {
	vertical-align: middle;
	background-color: #f3f2f3;
	vertical-align: center;
}

.recruitform table tr td {
	width: 70%;
	vertical-align: middle;
	background: #fff;
}

.form_required {
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	padding: 2px 6px;
	vertical-align: top;
	background: #b92c2c;
	margin-left: 8px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

input.valid-err {
	background-color: rgba(185, 44, 44, 0.2);
}

label.valid-err {
	color: #b92c2c;
	margin: 6px 0 0 0;
}

.form_submit {
	margin: 20px auto 0;
	text-align: center;
	max-width: 280px;
}

.form_submit input {
	width: 100%;
	background: #b92c2c;
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	text-indent: .1em;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
}

.form_submit input:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

/* ========================================================================== */

/* サンクスページ ========= */

/* ========================================================================== */

.thanks-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.75;
}

.thanks-text:first-child {
	margin-top: 40px;
}

.thanks_contact-box {
	border: 1px solid;
	text-align: center;
	width: 100%;
	max-width: 380px;
	margin: 40px auto 0;
	padding: 16px 0;
	color: #121212;
}

.contact-tel {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 8px;
}

@media screen {

[hidden~=screen] {
	display: inherit;
}

[hidden~=screen]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
}

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	line-height: 34px;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
	line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
	line-height: 46px;
}

}

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

.visible-sm {
	display: block;
}

table.visible-sm {
	display: table;
}

tr.visible-sm {
	display: table-row;
}

th.visible-sm,
td.visible-sm {
	display: table-cell;
}

.visible-sm-block {
	display: block;
}

.visible-sm-inline {
	display: inline;
}

.visible-sm-inline-block {
	display: inline-block;
}

.hidden-sm {
	display: none !important;
}

}

@media (min-width: 768px) {

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline .form-control-static {
	display: inline-block;
}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
	width: auto;
}

.form-inline .input-group > .form-control {
	width: 100%;
}

.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
	padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
	top: 0;
}

.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 18px;
}

.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {

.visible-md {
	display: block;
}

table.visible-md {
	display: table;
}

tr.visible-md {
	display: table-row;
}

th.visible-md,
td.visible-md {
	display: table-cell;
}

.visible-md-block {
	display: block;
}

.visible-md-inline {
	display: inline;
}

.visible-md-inline-block {
	display: inline-block;
}

.hidden-md {
	display: none;
}

}

@media (min-width: 1200px) {

.visible-lg {
	display: block;
}

table.visible-lg {
	display: table;
}

tr.visible-lg {
	display: table-row;
}

th.visible-lg,
td.visible-lg {
	display: table-cell;
}

.visible-lg-block {
	display: block;
}

.visible-lg-inline {
	display: inline;
}

.visible-lg-inline-block {
	display: inline-block;
}

.hidden-lg {
	display: none;
}

}

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

.nicething_section-heading {
	font-size: 24px;
	font-size: 2.4rem;
}

.nicething_section-heading .nicething_section-number {
	width: calc(100% - 15vw);
	padding: 0;
}

}

@media (max-width: 767px) {

.visible-xs {
	display: block;
}

table.visible-xs {
	display: table;
}

tr.visible-xs {
	display: table-row;
}

th.visible-xs,
td.visible-xs {
	display: table-cell;
}

.visible-xs-block {
	display: block;
}

.visible-xs-inline {
	display: inline;
}

.visible-xs-inline-block {
	display: inline-block;
}

.hidden-xs {
	display: none !important;
}

}

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

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}

.table-responsive > .table {
	margin-bottom: 0;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}

.table-responsive > .table-bordered {
	border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.page-section {
	padding-bottom: 60px;
}

.pageBody-inner,
.pageHead-inner,
.pageFoot-inner {
	padding: 0;
}

.pageBody-inner {
	margin: 0 15px;
}

/*YOUTUBE*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
}

#pageHead {
	padding: 11px 0 2px;
}

.header_logo svg {
	height: 32px;
	width: 162px;
}

#drawernav ul li a span {
	font-size: calc(.8rem + 2vh);
	line-height: 1.1;
}

#pageFoot {
	padding-top: 32px;
}

.keyvisual {
	height: calc(80vh - 77px);
	margin-bottom: 64px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 148, 230, 0.6)), to(rgba(236, 110, 173, 0.6))), url(../images/index/210819/keyvisual_mb.jpg) center center;
	background: linear-gradient(90deg, rgba(52, 148, 230, 0.6), rgba(236, 110, 173, 0.6)), url(../images/index/210819/keyvisual_mb.jpg) center center;
	background-size: cover;
}

.keyvisual-top {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.keyvisual-bottom {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.topPage_navi ul li {
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.topPage_navi ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.topPage_navi ul li a {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 16px 8px;
}

.topPage_navi ul li a img {
	width: 70%;
	margin-bottom: 4px;
}

.title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 16px;
}

.title small {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 4px;
}

.company_list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company_list li {
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}

.company_list li:last-child {
	margin-bottom: 0;
}

.company_list-title {
	font-size: 20px;
	font-size: 2rem;
}

.company_list-enTitle {
	font-size: 36px;
	font-size: 3.6rem;
}

.company_list li:nth-child(2) .company_list-enTitle {
	letter-spacing: 0;
	text-indent: 0;
}

.topPage #job {
	padding: 80px 0;
	margin-bottom: 70px;
}

.topPage #job .title {
	margin-bottom: 40px;
}

.job_type-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_type-title {
	font-size: 30px;
	font-size: 3rem;
	margin: 8px 0;
}

.job_type-name {
	font-size: 16px;
	font-size: 1.6rem;
}

.job_general {
	height: 226px;
	margin-bottom: 40px;
	width: calc(100% - 15px);
}

.job_backoffice {
	height: 226px;
	width: calc(100% - 15px);
	margin-left: 15px;
}

#nice {
	padding: 80px 0;
	margin-bottom: 70px;
}

#nice .title {
	margin-bottom: 40px;
}

.nice_box {
	padding: 24px 8px;
}

.nice_box-heading {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry_btn {
	padding: 16px;
}

.entry_btn p {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry_btn p .arrow {
	width: 24px;
}

.entry_btn p .arrow:after {
	width: 12px;
	top: -4px;
	right: -1px;
}

.entry_btn small {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry_btn-1 {
	margin-bottom: 24px;
}

#blog .topPage_blog-list {
	margin-bottom: 24px;
}

#blog .topPage_blog-list li {
	width: 50%;
	padding: 10px;
}

.lowerPage .keyvisual {
	-webkit-animation: none;
	animation: none;
	height: calc(60vh - 77px);
	margin-bottom: 40px;
}

.lowerPage .keyvisual .keyvisual-title {
	font-size: 56px;
	font-size: 5.6rem;
}

.lowerPage .keyvisual .keyvisual-title small {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 8px;
}

.title-bg {
	font-size: 32px;
	font-size: 3.2rem;
	padding: 24px 0;
}

.bnr_area {
	padding: 64px 0;
}

.bnr_area-list li {
	width: 100%;
	margin-bottom: 24px;
}

.bnr_area-list li:last-child {
	margin-bottom: 0;
}

#company_keyvisual.keyvisual {
	height: calc(60vh - 77px);
}

.company_navi ul li {
	width: 100%;
	margin-bottom: 24px;
}

.company_navi ul li:last-child {
	margin-bottom: 0;
}

.about_dealer-heading {
	font-size: 24px;
	font-size: 2.4rem;
}

.about_dealer-text {
	text-align: justify;
}

.about_dealer-flowHeading {
	font-size: 20px;
	font-size: 2rem;
}

.about_dealer-box .about_dealer-img {
	width: 100%;
	text-align: center;
	padding: 0 25px;
}

.about_dealer-info {
	width: 100%;
	padding-left: 0;
}

.about_dealer-infoHeading {
	font-size: 20px;
	font-size: 2rem;
}

.about_maker-heading {
	font-size: 20px;
	font-size: 2rem;
}

.about_maker-list li {
	width: 50%;
	padding: 10px;
}

.about_maker-list li:nth-last-child(3) {
	padding-bottom: 10px;
}

.about_market-intro {
	margin-bottom: 40px;
}

.about_market-scale {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_market-scale li {
	width: 100%;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.about_market-scale li:last-child {
	margin-bottom: 0;
}

.about_market-scale li:first-child .about_market-scaleText {
	text-align: left;
}

.about_market-scaleImg {
	width: 20%;
}

.about_market-scaleText {
	width: 80%;
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
	padding-left: 16px;
}

.about_market-scale .about_market-important {
	font-size: 40px;
	font-size: 4rem;
}

.about_market-scale .about_market-important small {
	font-size: 24px;
	font-size: 2.4rem;
}

.about_market-number {
	width: 100%;
	margin-bottom: 40px;
}

.about_market-info {
	width: 100%;
	padding: 0;
}

.about_market-picture {
	padding: 0 30px;
}

.about_market-text {
	font-size: 22px;
	font-size: 2.2rem;
}

.about_market-caution {
	font-size: 28px;
	font-size: 2.8rem;
}

.philosophy-heading {
	font-size: 48px;
	font-size: 4.8rem;
}

.message-heading {
	font-size: 40px;
	font-size: 4rem;
	margin: 40px 0 24px;
}

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

.idea_section-heading {
	font-size: 20px;
	font-size: 2rem;
}

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

.idea_section-textList {
	display: block;
	margin-left: 0;
}

.idea_section-list li {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.idea_section-list li:before {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto 8px;
	padding: 4px 12px;
	width: 100%;
	text-align: center;
}

.outline_info-inner {
	margin: 8px auto 40px;
}

.outline_info-heading {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	padding: 0;
}

.outline_info-text {
	font-size: 13px;
	font-size: 1.3rem;
}

.outline_img-list li {
	width: 50%;
}

.outline_office-navi {
	margin-top: 40px;
}

.outline_office-navi ul li {
	width: 50%;
}

.outline_office-navi ul li a {
	font-size: 14px;
	font-size: 1.4rem;
}

.outline_office-wrap {
	margin-top: 40px;
}

.outline_office-heading {
	font-size: 32px;
	font-size: 3.2rem;
}

.outline_office-listHeading {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}

.outline_office-listAddress {
	margin-bottom: 8px;
}

.outline_office-listAddress,
.outline_office-listCom {
	font-size: 14px;
	font-size: 1.4rem;
}

.job_intro {
	margin-bottom: 48px;
}

.job_intro-title {
	font-style: 32px;
	font-size: 3.2rem;
}

.job_intro-text {
	text-align: justify;
}

.job_navi ul li {
	width: 100%;
	margin-bottom: 24px;
}

.job_navi ul li:last-child {
	margin-bottom: 0;
}

.flow_area,
.flow_movie,
.education_area,
.question_area {
	padding: 64px 0;
}

.flow_box {
	margin-bottom: 64px;
}

.flow_box-clock {
	width: 100%;
	height: 115px;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 16px;
}

.flow_box-info {
	width: 100%;
	padding-left: 0;
}

.flow_box-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.flow_box:after {
	margin: 24px auto 0;
}

.flow_detail {
	padding: 64px 0;
}

.flow_detail-catchcopy {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 32px;
}

.flow_detail-list li {
	width: 100%;
	padding: 0;
}

.flow_detail-list li:first-child {
	margin-bottom: 40px;
}

.flow_detail-title {
	font-size: 20px;
	font-size: 2rem;
}

.flow_movie-title {
	font-size: 20px;
	font-size: 2rem;
}

.education_area .education_box-inner {
	padding: 24px;
}

.education_area .education_box-img {
	width: 100%;
	margin-bottom: 16px;
}

.education_area .education_box-info {
	width: 100%;
	padding-left: 0;
}

.education_area .education_box-heading {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
}

.education_area .education_box-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.education_area .education_future-text {
	font-size: 26px;
	font-size: 2.6rem;
	padding: 0;
}

.education_area .education_future-img {
	display: none;
}

.question_navi li a {
	font-size: 14px;
	font-size: 1.4rem;
}

.question_list li {
	margin-bottom: 64px;
}

.question_list-title {
	font-size: 24px;
	font-size: 2.4rem;
}

#opinion_keyvisual.keyvisual {
	height: calc(60vh - 77px);
}

.staff_keyvisual {
	margin-bottom: 0 !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: calc(60vh - 77px);
}

.keyvisual-yomi {
	font-size: 40px;
	font-size: 4rem;
}

.keyvisual-name {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

#nishio_keyvisual.keyvisual {
	background-position: 20% 0;
}

#mouri_keyvisual.keyvisual {
	background-position: 30% 0;
}

#nishiyama_keyvisual.keyvisual {
	background-position: 20% 0;
}

#ueno_keyvisual.keyvisual {
	background-position: 25% 0;
}

#onishi_keyvisual.keyvisual {
	background-position: 20% 0;
}

#honda_keyvisual.keyvisual {
	background-position: 30% 0;
}

.opinion_list li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 40px;
}

.opinion_list-box {
	padding: 10px 15px;
}

.opinion_list-experience {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.opinion_list-name {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.voice_q {
	padding: 40px 0 !important;
}

.voice_q:nth-child(even) {
	padding: 0;
}

.voice_q:nth-child(even) .voice_box-img {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.voice_box-img {
	width: 100%;
	padding: 0 15%;
}

.voice_box-info {
	width: 100%;
	padding: 32px 15px;
}

.voice_box-number {
	font-size: 56px;
	font-size: 5.6rem;
}

.voice_box-question {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 16px;
}

#nicething_keyvisual.keyvisual {
	height: calc(60vh - 77px);
}

.nicething_bgarea {
	background: url(../images/nicething/mb_bg_nicething.jpg) top center no-repeat;
	background-size: cover;
}

.nicething_best-heading {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px 0;
}

.nicething_best-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 64px;
}

.nicething_best-titleImg img {
	width: 100px;
}

.nicething_best-titleText:before,
.nicething_best-titleText:after {
	width: 35px;
	height: 87px;
	background-size: contain;
}

.nicething_best-titleText:before {
	left: -40px;
}

.nicething_best-titleText:after {
	right: -40px;
}

.nicething_best-box {
	padding: 20px;
}

.nicething_best-box .nicething_best-img {
	width: 100%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-bottom: 16px;
}

.nicething_best-box .nicething_comment {
	width: 100%;
	padding-right: 0;
}

.nicething_best-box .nicething_comment .nicething_comment-heading {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 8px;
}

.nicething_section-img {
	width: 100%;
	min-height: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.nicething_section-box {
	width: 100%;
}

.requirementsPage .bnr_area-list li {
	width: 100%;
	margin-bottom: 24px;
	padding: 0 30px;
}

.requirementsPage .bnr_area-list li:last-child {
	margin-bottom: 0;
}

#requirements_keyvisual.keyvisual {
	height: calc(60vh - 77px);
}

.requirements-heading {
	font-size: 4px;
	font-size: 4rem;
}

.requirements_branch li {
	width: 100%;
	margin-bottom: 24px;
}

.requirements_branch li:last-child {
	margin-bottom: 0;
}

.requirements_branch-inner {
	padding: 20px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

.requirements_branch-text {
	font-size: 32px;
	font-size: 3.2rem;
}

.requirements_info-heading {
	font-size: 20px;
	font-size: 2rem;
}

.requirements_flow-list li {
	margin-bottom: 80px;
}

.requirements_flow-list li:before {
	font-size: 20px;
	font-size: 2rem;
}

.requirements_flow-list li:after {
	border-width: 16px 16px 0 16px;
	bottom: -2em;
}

.requirements_flow-listHeading {
	font-size: 24px;
	font-size: 2.4rem;
}

.requirements_flow-listText {
	font-size: 14px;
	font-size: 1.4rem;
}

.btnArea li {
	width: 100%;
}

.btnArea li:nth-child(1) {
	margin-bottom: 24px;
}

.search_group-title {
	width: 60px;
}

.search_group-window {
	width: calc(100% - 80px);
}

.recruit_card-heading {
	padding: 16px 10px;
}

.recruit_card .recruit_info {
	padding: 16px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruit_card .recruit_info-img {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-bottom: 8px;
}

.recruit_card .recruit_info-box {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 0;
	margin-bottom: 40px;
}

.recruit_card .recruit_info-boxList li {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruit_card .recruit_info-boxTitle {
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	margin-bottom: 8px;
}

.recruit_card .recruit_info-boxText {
	width: 100%;
}

.recruit_card .recruit_info-btn {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.recruitment_intro {
	margin: 40px auto;
}

.recruitment_intro-img {
	width: 100%;
	padding-right: 0;
	margin-bottom: 16px;
}

.recruitment_intro-text {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.recruitment_pic ul {
	margin-top: 40px;
}

.recruitment_pic ul li {
	width: 50%;
	padding: 5px;
}

.recruitment-table tr,
.recruitment-company tr {
	border-bottom: none;
}

.recruitment-table tr th,
.recruitment-company tr th {
	background: #797979;
	color: #fff;
	width: 100%;
	padding: 8px 4px;
}

.recruitment-table tr td,
.recruitment-company tr td {
	width: 100%;
	background: none;
	padding: 12px 4px 24px;
}

.recruit_offer-button {
	max-width: 280px;
	height: 56px;
	line-height: 56px;
}

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

.thanks_contact-box {
	max-width: 280px;
}

}

@media print {

.visible-print {
	display: block;
}

table.visible-print {
	display: table;
}

tr.visible-print {
	display: table-row;
}

th.visible-print,
td.visible-print {
	display: table-cell;
}

.visible-print-block {
	display: block;
}

.visible-print-inline {
	display: inline;
}

.visible-print-inline-block {
	display: inline-block;
}

.hidden-print {
	display: none;
}

}

@-webkit-keyframes bounce {

0%,20%,53%,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);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

40%,43% {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

40%,43%,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);
}

70% {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

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

}

@keyframes bounce {

0%,20%,53%,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);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

40%,43% {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

40%,43%,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);
}

70% {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

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

}

@-webkit-keyframes flash {

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

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

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

25%,75% {
	opacity: 0;
}

}

@-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);
}

}

@-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);
}

}

@-webkit-keyframes shake {

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 shake {

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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-webkit-keyframes wobble {

0% {
	-webkit-transform: none;
	transform: none;
}

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: none;
	transform: none;
}

}

@keyframes wobble {

0% {
	-webkit-transform: none;
	transform: none;
}

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: none;
	transform: none;
}

}

@-webkit-keyframes jello {

0%,11.1%,to {
	-webkit-transform: none;
	transform: none;
}

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.39063deg) skewY(0.39063deg);
	transform: skewX(0.39063deg) skewY(0.39063deg);
}

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

}

@keyframes jello {

0%,11.1%,to {
	-webkit-transform: none;
	transform: none;
}

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.39063deg) skewY(0.39063deg);
	transform: skewX(0.39063deg) skewY(0.39063deg);
}

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

}

@-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);
}

}

@-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);
	transform: translate3d(0, -3000px, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@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);
	transform: translate3d(0, -3000px, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@-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);
	transform: translate3d(-3000px, 0, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@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);
	transform: translate3d(-3000px, 0, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@-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);
	transform: translate3d(3000px, 0, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@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);
	transform: translate3d(3000px, 0, 0);
}

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

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

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

to {
	-webkit-transform: none;
	transform: none;
}

}

@-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);
	transform: translate3d(0, 3000px, 0);
}

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

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

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

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);
	transform: translate3d(0, 3000px, 0);
}

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

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

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

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

}

@-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);
}

}

@-webkit-keyframes bounceOutDown {

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

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

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

}

@keyframes bounceOutDown {

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

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

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

}

@-webkit-keyframes bounceOutLeft {

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

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

}

@keyframes bounceOutLeft {

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

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

}

@-webkit-keyframes bounceOutRight {

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

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

}

@keyframes bounceOutRight {

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

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

}

@-webkit-keyframes bounceOutUp {

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

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

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

}

@keyframes bounceOutUp {

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

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

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

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes fadeInDown {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInDown {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInDownBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInDownBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeft {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInLeft {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeftBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInLeftBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRight {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInRight {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRightBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInRightBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUp {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInUp {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUpBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInUpBig {

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-webkit-keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotateY(-1turn);
	transform: perspective(400px) rotateY(-1turn);
}

0%,40% {
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}

50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}

50%,80% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@keyframes flip {

0% {
	-webkit-transform: perspective(400px) rotateY(-1turn);
	transform: perspective(400px) rotateY(-1turn);
}

0%,40% {
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}

50% {
	-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}

50%,80% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@-webkit-keyframes flipInX {

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

0%,40% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

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

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);
	opacity: 0;
}

0%,40% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

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

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);
}

}

@-webkit-keyframes flipInY {

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

0%,40% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

40% {
	-webkit-transform: perspective(400px) rotateY(-20deg);
	transform: perspective(400px) rotateY(-20deg);
}

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);
	opacity: 0;
}

0%,40% {
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

40% {
	-webkit-transform: perspective(400px) rotateY(-20deg);
	transform: perspective(400px) rotateY(-20deg);
}

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);
}

}

@-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;
}

}

@-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;
}

}

@-webkit-keyframes lightSpeedIn {

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);
}

60%,80% {
	opacity: 1;
}

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

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes lightSpeedIn {

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);
}

60%,80% {
	opacity: 1;
}

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

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes lightSpeedOut {

0% {
	opacity: 1;
}

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

}

@keyframes lightSpeedOut {

0% {
	opacity: 1;
}

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

}

@-webkit-keyframes rotateIn {

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

0%,to {
	-webkit-transform-origin: center;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateIn {

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

0%,to {
	-webkit-transform-origin: center;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownLeft {

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

0%,to {
	-webkit-transform-origin: left bottom;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownLeft {

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

0%,to {
	-webkit-transform-origin: left bottom;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownRight {

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

0%,to {
	-webkit-transform-origin: right bottom;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownRight {

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

0%,to {
	-webkit-transform-origin: right bottom;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpLeft {

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

0%,to {
	-webkit-transform-origin: left bottom;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpLeft {

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

0%,to {
	-webkit-transform-origin: left bottom;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpRight {

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

0%,to {
	-webkit-transform-origin: right bottom;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpRight {

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

0%,to {
	-webkit-transform-origin: right bottom;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateOut {

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

0%,to {
	-webkit-transform-origin: center;
}

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

}

@keyframes rotateOut {

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

0%,to {
	-webkit-transform-origin: center;
}

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

}

@-webkit-keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: left bottom;
}

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

}

@keyframes rotateOutDownLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: left bottom;
}

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

}

@-webkit-keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: right bottom;
}

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

}

@keyframes rotateOutDownRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: right bottom;
}

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

}

@-webkit-keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: left bottom;
}

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

}

@keyframes rotateOutUpLeft {

0% {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: left bottom;
}

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

}

@-webkit-keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: right bottom;
}

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

}

@keyframes rotateOutUpRight {

0% {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

0%,to {
	-webkit-transform-origin: right bottom;
}

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

}

@-webkit-keyframes hinge {

0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

0%,20%,60% {
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

40%,80% {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-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-transform-origin: top left;
	transform-origin: top left;
}

0%,20%,60% {
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

40%,80% {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-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;
}

}

@-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: none;
	transform: none;
}

}

@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: none;
	transform: none;
}

}

@-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);
}

}

@-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;
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-webkit-keyframes zoomOut {

0% {
	opacity: 1;
}

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

50%,to {
	opacity: 0;
}

}

@keyframes zoomOut {

0% {
	opacity: 1;
}

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

50%,to {
	opacity: 0;
}

}

@-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-transform-origin: center bottom;
	transform-origin: center bottom;
	-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-transform-origin: center bottom;
	transform-origin: center bottom;
	-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);
}

}

@-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);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}

@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);
	-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);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}

@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);
	-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-transform-origin: center bottom;
	transform-origin: center bottom;
	-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-transform-origin: center bottom;
	transform-origin: center bottom;
	-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-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);
}

}

@-webkit-keyframes keyvisualSlide {

0% {
	background-position: 0%;
}

100% {
	background-position: 100%;
}

}

@keyframes keyvisualSlide {

0% {
	background-position: 0%;
}

100% {
	background-position: 100%;
}

}

@-webkit-keyframes zoom {

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

}

@keyframes zoom {

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

}

@-webkit-keyframes fade {

0% {
	background: #b92c2c;
}

20% {
	background: #b92c2c;
}

40% {
	background: #ffbdbd;
}

50% {
	background: #b92c2c;
}

60% {
	background: #ffbdbd;
}

80% {
	background: #b92c2c;
}

100% {
	background: #b92c2c;
}

}

@keyframes fade {

0% {
	background: #b92c2c;
}

20% {
	background: #b92c2c;
}

40% {
	background: #ffbdbd;
}

50% {
	background: #b92c2c;
}

60% {
	background: #ffbdbd;
}

80% {
	background: #b92c2c;
}

100% {
	background: #b92c2c;
}

}

