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

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background: #fff;
	color: #282828;
}

body a {
	color: #282828;
	text-decoration: none;
}

body a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all  0.7s ease;
	transition: all  0.7s ease;
}

body strong {
	font-weight: bold;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%; /*for responsive*/
	height: auto; /*for responsive*/
}

.opacity:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*mediaquery************************************/

/* layout
---------------------------------------------------------------------------------------------------- */

html {
	overflow-x: hidden;
}

html,
body {
	width: 100%;
	height: 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 95vh;
	overflow: hidden;
	position: relative;
}

.header__bg {
	width: 100%;
	height: 90vh;
	overflow-x: hidden;
	background: url(images/header_bg.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

.header .wrapper {
	width: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: calc(90% - 60px);
}

.header .wrapper .logo {
	margin-bottom: 20px;
	width: 35%;
}

.header .wrapper .logo img {
	width: 100%;
	height: auto;
}

.header .wrapper .catchcopy {
	font-size: 18px;
	color: #080707;
	line-height: 1;
	font-weight: 700;
	margin-top: 10px;
}

.header .wrapper .catchcopy span {
	display: inline-block;
	font-family: 'Permanent Marker', cursive;
}

.header__bottom {
	width: 100%;
	height: 70px;
	background: #2c2f3b;
	position: absolute;
	bottom: 0;
	left: 10%;
}

.header__right {
	width: 50px;
	height: 100%;
	background: #2c2f3b;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 400;
}

.header__right .scroll {
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.concept,
.thanks {
	padding: 75px 10px 75px 10px;
}

.concept .wrapper,
.thanks .wrapper {
	position: relative;
}

.concept__title,
.thanks__title {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.concept__title img,
.thanks__title img {
	width: 100%;
	height: auto;
}

.concept__lead,
.thanks__lead {
	font-size: 18px;
	font-weight: 700;
	color: #2c2f3b;
	margin-top: 50px;
}

.concept__text,
.thanks__text {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	color: #2c2f3b;
	line-height: 1.75;
	position: relative;
}

.concept__text::after,
.thanks__text::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	border-top: #d0d0d0 2px solid;
}

.business__bg1 {
	background: url(images/ourbusiness_bg1.png) center center no-repeat;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
	height: auto;
	border-bottom: #2c2f3b 160px solid;
}

.business__title {
	height: 54px;
	background: url(images/ourbusiness_sp.png) center center no-repeat;
	overflow: hidden;
	padding-top: 54px;
	background-size: auto 54px;
	background-position: left center;
}

.business__textArea {
	background: #2c2f3b;
	margin: 100px 0 100px 20px;
	padding: 25px;
}

.business__textArea__lead {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.business__textArea__text {
	color: #fff;
	line-height: 2;
	font-size: 12px;
}

.business__textArea__text a {
    color: #FFF;
    text-decoration: underline;
}

.business__bg2 {
	background: #f5f5f5;
}

.business__bg2 .wrapper {
	position: relative;
}

.business__list {
	margin-top: -220px;
	position: relative;
}
.business__list.last {
	margin-top: 0;
	position: relative;
}

.business__item {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.business__item a {
	display: block;
}

.business__item a .business__logo {
	overflow: hidden;
}

.business__item a:hover {
	opacity: 1;
}

.business__item a:hover .business__logo img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.1) !important;
	-ms-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}

.business__item:nth-child(2) {
	z-index: 100;
}

.business__item:nth-child(2) .business__logo {
	box-shadow: 0 0 20px rgba(101, 103, 113, 0.1);
	z-index: 100;
	position: relative;
}

.business__logo {
	background: #fff;
	text-align: center;
	height: 250px;
	line-height: 250px;
}

.business__logo img {
	vertical-align: middle;
}

.business__itemText {
	padding: 20px 0;
}

.business__itemText__lead {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

.business__itemText__text {
	font-size: 14px;
	color: #000;
}

.business__bg3 {
	background: url(images/ourbusiness_bg3.png) center center no-repeat;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
	height: auto;
}

.business__bg4 {
	background: url(images/ourbusiness_bg5.jpg) center center no-repeat;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
	height: auto;
}

.business__bg3 .business__textArea {
	margin: 100px 20px 100px 0;
}

.business__bg4 .business__textArea {
	margin: 100px 0 100px 20px;
}

.company__title {
	width: 50%;
	margin: 0 auto -8px;
	z-index: 100;
	position: relative;
}

.company__title img {
	width: 100%;
	height: auto;
}

.company__title__outer {
	padding-top: 50px;
	background: #2c2f3b;
}

.company__outer {
	overflow: hidden;
	width: 100%;
	background: #f5f5f5;
}

.company__item {
	width: 100%;
	padding: 50px 0;
}

.company__item:nth-child(2) {
	padding: 0;
}

.company__table {
	margin: 0 20px 0 20px;
}

.company__table th {
	width: 40%;
	text-align: left;
	font-size: 14px;
	color: #2c2f3b;
	font-weight: 500;
	padding-bottom: 10px;
	padding-right: 10px;
}

.company__table td {
	font-size: 14px;
	color: #2c2f3b;
	font-weight: 400;
	padding-bottom: 10px;
}

#map {
	width: 100%;
	height: 50vh;
}

.contact {
	padding: 60px 15px;
}

.contact .txt {
	margin: 0 auto;
	width: 100%;
	max-width: 780px;
}

.contact .txt.conf_thanks {
	margin: 30px auto 15px;
}

.contact .txt.errstitle {
	margin: 30px auto 15px;
}

.contact .txt.errstitle,
.contact .txt.errs li {
	color: #f00;
}

.contact__title {
	width: 50%;
	padding-left: 10px;
}

.contact__title img {
	width: 100%;
	height: auto;
}

.contact__form {
	margin: 40px auto 0;
}

.contact__form__a {
	width: 100%;
	border-bottom: #2c2f3b 1px solid;
	padding: 15px 0;
}

.contact__form__a input,
.contact__form__a textarea {
	font-size: 14px;
	padding: 5px;
	width: 100%;
	border: none;
	font-family: "Hammersmith One", sans-serif;
	color: #2c2f3b;
	letter-spacing: 0.25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0;
	outline: 0;
}

.contact__form__a textarea {
	height: 150px;
}

.contact__submit {
	text-align: center;
	margin: 25px auto;
}

.contact__submit input {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact__submit input:hover {
	opacity: 0.9;
}

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

.footer {
	overflow-x: hidden;
	position: relative;
}

.footer__outer {
	background: #2c2f3b;
	margin-left: 20px;
}

.footer__inner {
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 9px;
	padding: 20px 10px;
}

#bar {
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 50px;
	height: 50px;
	background: #2c2f3b;
	transition: all 0.3s linear;
	z-index: 400;
}

#bar:hover {
	opacity: 0.97;
}

#bar img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav {
	width: 100%;
	height: 100%;
	background: #2c2f3b;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 500;
}

.nav__list {
	margin-top: 75px;
}

.nav__item a {
	font-family: "Hammersmith One", sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	display: block;
	text-align: center;
	padding: 30px 0;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nav__item a:hover {
	opacity: 0.7;
}

#close {
	position: absolute;
	top: 30px;
	right: 55px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#close:hover {
	opacity: 0.7;
}

.thanks {
	padding: 75px 0 0 10px;
}

.thanks__title {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.thanks__title img {
	width: 100%;
	height: auto;
}

.thankswrap {
	position: relative;
}

.thankswrap footer.thanks {
	bottom: 0;
	width: 100%;
}

.thankswrap .top_back {
	text-decoration: underline;
}

/************************************
*
* jquery.inview
*
************************************/

.fade0 {
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.fade {
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.fade2 {
	opacity: 0;
	-webkit-transition: all 2.5s ease;
	transition: all 2.5s ease;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.fade3 {
	opacity: 0;
	-webkit-transition: all 2.5s ease;
	transition: all 2.5s ease;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.fade-mv {
	opacity: 0;
	-webkit-transform: translate3d(-90%, 0, 0);
	transform: translate3d(-90%, 0, 0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-mv-r {
	opacity: 0;
	-webkit-transform: translate3d(90%, 0, 0);
	transform: translate3d(90%, 0, 0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-mv-r1 {
	opacity: 0;
	-webkit-transform: translate3d(90%, 0, 0);
	transform: translate3d(90%, 0, 0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.fade-mv-r2 {
	opacity: 0;
	-webkit-transform: translate3d(90%, 0, 0);
	transform: translate3d(90%, 0, 0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.fade-mv-r3 {
	opacity: 0;
	-webkit-transform: translate3d(90%, 0, 0);
	transform: translate3d(90%, 0, 0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.fade-sv {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, -webkit-transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in;
	transition: opacity 1s ease, transform 1s ease-in, -webkit-transform 1s ease-in;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.mv {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sv {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* floats */

#floats {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	opacity: 0.2;
	background-color: rgba(255, 255, 255, 0);
}

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

.contact__form__a textarea {
	height: 100px;
}

}

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

.pc-hidden {
	display: none;
}

.wrapper {
	width: 992px;
}

.header {
	height: 850px;
}

.header__bg {
	height: 800px;
	position: static;
}

.header .wrapper {
	padding: 217px 0 0;
	width: 992px;
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	max-width: none;
}

.header .wrapper .logo {
	width: 130px;
	margin-bottom: 65px;
}

.header .wrapper .catchcopy {
	font-size: 50px;
	margin-top: 20px;
}

.header__bottom {
	height: 140px;
	left: 50%;
	margin-left: -496px;
}

.header__right {
	width: 150px;
}

.header__right .scroll {
	bottom: 175px;
}

.concept,
.thanks {
	padding: 75px 0;
}

.concept__title,
.thanks__title {
	width: 392px;
}

.concept__lead,
.thanks__lead {
	position: absolute;
	top: 50px;
	right: 60px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 29px;
	margin-top: 0;
}

.concept__text,
.thanks__text {
	width: 650px;
	margin-top: 115px;
	padding-top: 60px;
	padding-bottom: 125px;
	line-height: 3;
}

.business__bg1 {
	height: 910px;
}

.business__title {
	background-image: url(images/ourbusiness.png);
	height: 144px;
	padding-top: 144px;
	background-size: auto 144px;
	background-position: center center;
}

.business__textArea {
	width: 100%;
	position: absolute;
	top: 290px;
	left: 50%;
	margin: 0 0 0 -60px;
	padding: 60px 0 60px 100px;
}

.business__textArea__inner {
	width: 445px;
}

.business__textArea__text {
	font-size: 15px;
}

.business__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.business__item {
	width: 330px;
	margin: 0;
}

.business__itemText {
	padding: 20px 20px 140px;
}

.business__bg3 {
	height: 610px;
}

.business__bg4 {
	height: 610px;
}

.business__bg3 .business__textArea {
	top: 95px;
	left: auto;
	margin-left: 0;
	padding: 60px 100px 60px 0;
	right: 50%;
	margin-right: -60px;
}

.business__bg4 .business__textArea {
	width: 100%;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -60px;
	padding: 60px 0 60px 100px;
}

.business__bg3 .business__textArea__inner {
	margin-right: 0;
	margin-left: auto;
}

.company__title {
	width: 433px;
	position: absolute;
	right: 50%;
	margin: 0;
	margin-right: -496px;
	bottom: -22px;
}

.company__title__outer {
	padding-top: 0;
	height: 170px;
	position: relative;
}

.company__outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.company__item {
	width: 50%;
	padding: 0;
}

.company__table {
	width: 496px;
	margin: 70px 0 35px auto;
}

.company__table th {
	width: 170px;
	padding-right: 0;
	padding-bottom: 35px;
}

.company__table td {
	padding-bottom: 35px;
}

#map {
	height: 100%;
	width: 100%;
}

.contact {
	padding: 120px 0;
}

.contact__title {
	width: 374px;
	padding-left: 0;
}

.contact__form {
	margin: 40px auto 0;
	width: 780px;
}

.contact__submit {
	margin: 50px 0 0;
}

.contact__submit input {
	width: 252px;
}

.flexes {
	display: inline-block;
	width: 49%;
}

.footer {
	height: 145px;
}

.footer__outer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -496px;
}

.footer__inner {
	font-size: 13px;
	width: 992px;
	height: 145px;
	padding: 45px 0 0 0;
	margin-right: 0;
}
.footer__inner p {
	margin-bottom:5px;
}

#bar {
	width: 150px;
	height: 150px;
}

.nav {
	width: 320px;
	right: -320px;
}

.nav__list {
	margin-top: 150px;
}

.thanks__title {
	width: 504px;
}

}

@-webkit-keyframes moveY {

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

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

}

@keyframes moveY {

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

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

}

@-webkit-keyframes moveX {

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

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

}

@keyframes moveX {

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

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

}

