/*
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換
*/

html {
	scroll-behavior: auto;
	scroll-padding-top: 60px;
}

body {
	color: #313638;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}

main {
	position: relative;
	top: 70px;
}

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

a {
	color: inherit;
	opacity: 1;
	transition: opacity 0.4s;
}

a:focus-visible {
	opacity: 0.7;
}

.is-drawerActive body {
	overflow: hidden;
}

a[href^="tel:"] {
	pointer-events: none;
}

*,
::before,
::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

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

body {
	box-sizing: border-box;
}

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

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

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

address {
	display: inline;
	font-style: normal;
}

.l-header {
	background-color: #313638;
	height: 70px;
	padding: 25px 0;
	position: fixed;
	width: 100%;
	z-index: 20;
}

.l-header__inner {
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 min(13.3967789165vw, 183px);
	width: 100%;
}

.l-footer {
	margin-top: 70px;
}

.l-section {
	padding: 80px 0;
}

.l-section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.l-page {
	padding-bottom: 160px;
	padding-top: 80px;
}

.l-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.c-gnav__menus {
	align-items: center;
	display: flex;
	gap: min(4.39238653vw, 60px);
	height: 100%;
	justify-content: center;
}

.c-gnav__menu-link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.c-gnav__menu-link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-drawer__content {
	background-color: #313638;
	height: 362px;
	position: fixed;
	right: 0;
	top: 70px;
	transform: translateX(100%);
	transition: transform 0.4s linear;
	width: 100%;
	z-index: 40;
}

.is-drawerActive .c-drawer__content {
	display: block;
	transform: translateX(0%);
}

.c-drawer__nav {
	display: flex;
	flex-direction: column;
	margin-left: 1.75rem;
	margin-right: 1.75rem;
	padding-top: 3.125rem;
	text-align: center;
}

.c-drawer__lists {
	display: flex;
	flex-direction: column;
	gap: 33px;
	text-align: center;
}

.c-drawer__lists::after {
	background-image: radial-gradient(circle, #fff 50%, transparent 50%);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 5px 5px; /* 横幅と高さを同じにして正円に */
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}

.c-drawer__item {
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
	text-align: right;
}

.c-drawer__link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding-bottom: 0.4375rem;
	position: relative;
}

.c-drawer__link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-hamburger__icon {
	display: none;
}

.c-hamburger__menu {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.c-hamburger__menu::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-hamburger__menu.close {
	display: none;
}

/* ドロワーメニュー展開中のボタンのスタイル
----------------------------- */

.is-drawerActive .c-hamburger__menu.open {
	display: none;
}

.is-drawerActive .c-hamburger__menu.close {
	display: block;
}

.c-head {
	text-align: center;
}

.c-sectionTitle {
	text-align: center;
	width: 100%;
}

.c-sectionTitle h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.c-toTop {
	background-color: #313638;
	border: 1px solid #8E9393;
	border-radius: 6px;
	bottom: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	height: min(4.7584187408vw, 65px);
	opacity: 0;
	position: fixed;
	right: 40px;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(4.7584187408vw, 65px);
	z-index: 20;
}

.c-toTop i {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.c-toTop.is-show {
	opacity: 1;
	visibility: visible;
}

.p-header__logo a {
	color: #fff;
	font-size: 1.125rem;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1;
}

.p-footer {
	background-color: #313638;
	padding-bottom: 40px;
	padding-top: 104px;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	gap: 147px;
	justify-content: center;
}

.p-footer__logo {
	height: 93px;
	width: 88px;
}

.p-footer__nav {
	margin-top: 32px;
}

.p-footer__menus {
	display: flex;
	gap: min(4.39238653vw, 60px);
}

.p-footer__link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	position: relative;
}

.p-footer__link::before {
	background-color: #fff;
	bottom: calc(100% + 20px);
	content: "";
	height: 12px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	width: 1px;
}

.p-footer__link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.p-footer__copy {
	margin-top: 50px;
	text-align: center;
}

.p-footer__copy small {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
}

.p-fv {
	height: min(51.2445095168vw, 700px);
	overflow: hidden;
	width: 100%;
}

.p-works {
	background-color: #F9FAFB;
}

.p-works__contents {
	margin-top: 40px;
	text-align: center;
}

.p-works__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
}

.p-branding {
	background: linear-gradient(to right, #fff 67.4%, #8E9393 67.4%);
}

.p-branding__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
	width: 100%;
}

.p-branding__container {
	align-items: center;
	display: flex;
	gap: min(12.0058565154vw, 164px);
	justify-content: flex-end;
	padding-left: 20px;
}

.p-branding__texts {
	padding: 70px 0;
	text-align: center;
}

.p-branding__logo {
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	width: 88px;
}

.p-branding__copy {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-top: 110px;
	white-space: nowrap;
}

.p-branding__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
	margin-top: 40px;
	text-align: left;
}

.p-branding__image {
	height: auto;
	width: clamp(480px, 43.5578330893vw, 595px);
}

.p-branding__image--sp {
	display: none;
}

.p-branding__items {
	background-color: #F9FAFB;
	padding: min(10.3953147877vw, 142px);
	width: 100%;
}

.p-branding__items picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	width: 100%;
}

.p-about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	width: 100%;
}

.p-about__container {
	display: flex;
	gap: min(5.6368960469vw, 77px);
}

.p-about__head {
	align-items: center;
	background: linear-gradient(to right, #fff 20%, #8E9393 20%, #8E9393 80%, #fff 80%);
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-about__head .text {
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 2.5;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-about__head .image {
	max-width: 500px;
	width: 100%;
}

.p-about__body {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-about__body .text {
	margin-top: min(5.8565153734vw, 80px);
	max-width: 606px;
	width: 100%;
}

.p-about__body .text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
	padding-right: 20px;
}

.p-about__body-sp {
	display: contents;
}

.p-about__image--sp {
	display: none;
}

.p-service {
	background-color: #313638;
}

.p-service .c-sectionTitle {
	color: #fff;
}

.p-service__item {
	width: 98px;
}

.p-flow__container {
	margin-top: min(8.78477306vw, 120px);
}

.p-flow__items {
	align-items: flex-start;
	display: flex;
	gap: 78px;
	justify-content: center;
	width: 100%;
}

.p-flow__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 280px;
	position: relative;
	width: 100%;
}

.p-flow__item:not(:last-child)::after {
	background-image: url("../img/arrow-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	left: calc(100% + 32px);
	position: absolute;
	top: 225px;
	width: 14px;
}

.p-flow__item:nth-child(1) {
	animation-delay: 0.3s;
}

.p-flow__item:nth-child(2) {
	animation-delay: 0.5s;
}

.p-flow__item:nth-child(3) {
	animation-delay: 0.7s;
}

.p-flow__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 333px;
}

.p-flow__step {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.5625rem;
	font-size: clamp(18px, 1.8301610542vw, 25px);
	font-weight: 400;
	letter-spacing: 0.0275em;
	line-height: 2.8;
	margin-right: auto;
}

.p-flow__step span {
	font-size: 2.5625rem;
	font-size: clamp(28px, 3.0014641288vw, 41px);
	font-weight: 400;
	letter-spacing: 0.082em;
	line-height: 2.8048780488;
}

.p-flow__icon {
	width: 100%;
}

.p-flow__icon.step1 {
	max-width: 88px;
}

.p-flow__icon.step2 {
	max-width: 140px;
}

.p-flow__icon.step3 {
	max-width: 94px;
}

.p-flow__title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.044em;
	line-height: 1.125;
}

.p-flow__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.5625;
}

.p-company__image {
	margin-bottom: min(8.78477306vw, 120px);
	width: 100%;
}

.p-company__title {
	margin-bottom: 40px;
}

.p-company__title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2173913043;
}

.p-company__container {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 90px;
}

.p-company__text {
	max-width: 742px;
	width: 100%;
}

.p-company__text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 1.75;
}

.p-company__text.sp {
	display: contents;
}

.p-company__text.sp .p-company__picture.sp {
	display: none;
}

.p-company__picture {
	max-width: 166px;
	width: 100%;
}

.p-company__picture .names {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.6875rem;
}

.p-company__picture .names .post {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.75;
}

.p-company__picture .names .name {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.1666666667;
}

.p-company_gallery {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 810px;
	width: 100%;
}

.gallery-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.gallery-item {
	max-width: 250px;
	width: 100%;
}

.p-company__table {
	border-bottom: solid 1px #9F8E2E;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 638px;
	width: 100%;
}

.p-company__table dl {
	border-top: solid 1px #9F8E2E;
	display: flex;
	flex-wrap: wrap;
	gap: min(2.0833333333vw, 30px);
	padding: 25px 0;
	width: 100%;
}

.p-company__table dl.tel dd a {
	color: inherit;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.p-company__table dt {
	color: #9F8E2E;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-left: 10px;
	width: 95px;
}

.p-company__table dd {
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-company__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 638px;
	overflow: hidden;
	width: 100%;
}

.p-company__map iframe {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.u-hidden--sp {
	display: block;
}

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

.fadeIn {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeIn;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.up {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.left {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInAnimeLeft;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.right {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInAnimeRight;
	opacity: 0;
	transition: opacity 0.3s;
}

.u-fadeInTrigger {
	opacity: 0;
	transition: opacity 0.3s;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.7;
}

}

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

.p-branding__container {
	gap: min(5vw, 50px);
}

.p-branding__copy {
	margin-top: 40px;
}

}

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

html {
	scroll-padding-top: 50px;
}

.l-header {
	padding: 20px 0;
}

.l-header__inner {
	padding: 0 30px;
}

.l-section {
	padding: 40px 0;
}

.c-gnav {
	display: none;
}

.c-hamburger__icon {
	display: block;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 32px;
	z-index: 41;
}

.c-sectionTitle h2 {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2083333333;
}

.c-toTop {
	display: none;
}

.p-header__logo a {
	font-size: 12px;
}

.p-footer__nav {
	display: none;
}

.p-fv picture {
	display: block;
	height: 96.5333333333vw;
	width: 100%;
}

.p-works__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: left;
}

.p-branding {
	background: #fff;
	padding: 40px 0;
}

.p-branding__container {
	flex-direction: column;
}

.p-branding__texts {
	padding: 0;
}

.p-branding__logo {
	height: 82px;
	width: 78px;
}

.p-branding__copy {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.26em;
	line-height: 1.2083333333;
}

.p-branding__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
}

.p-branding__image {
	display: none;
}

.p-branding__image--sp {
	display: block;
	height: 33.3333333333vw;
	overflow: hidden;
	width: 100%;
}

.p-branding__items picture {
	max-width: 350px;
}

.p-about {
	background-color: #8E9393;
	padding-bottom: 20px;
}

.p-about__container {
	flex-direction: column;
	gap: 0;
}

.p-about__head {
	background: #8E9393;
	padding-bottom: 40px;
	padding-top: 50px;
}

.p-about__head .text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.35em;
	line-height: 1.3333333333;
	text-align: center;
	writing-mode: unset;
}

.p-about__head .image {
	display: none;
}

.p-about__body {
	background-color: #8E9393;
	padding: 0 10px;
}

.p-about__body .text {
	margin-top: 2.5rem;
}

.p-about__body .text p {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
	padding-right: unset;
}

.p-about__body-sp {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	padding: 60px 12px 40px 12px;
}

.p-about__body-sp .text {
	margin-left: auto;
	margin-right: auto;
}

.p-about__image--sp {
	display: block;
	width: 100%;
}

.p-flow__container {
	margin-top: 2.5rem;
}

.p-flow__items {
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.p-flow__item {
	max-width: 100%;
}

.p-flow__item .p-flow__head .p-flow__step {
	order: 1;
}

.p-flow__item .p-flow__head .p-flow__icon {
	order: 3;
}

.p-flow__item .p-flow__head .p-flow__title {
	order: 2;
}

.p-flow__item:not(:last-child)::after {
	left: 50%;
	top: calc(100% + 40px);
	transform: translateX(-50%) rotate(90deg);
}

.p-flow__head {
	align-items: flex-start;
	flex-direction: row;
	height: 90px;
	justify-content: flex-start;
	min-height: 90px;
}

.p-flow__step {
	margin-right: unset;
}

.p-flow__step span {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.056em;
	line-height: 2.8214285714;
}

.p-flow__icon {
	margin-left: auto;
	margin-top: auto;
}

.p-flow__icon.step1 {
	max-width: min(16.5333333333vw, 88px);
}

.p-flow__icon.step2 {
	max-width: min(27.4666666667vw, 103px);
}

.p-flow__icon.step3 {
	max-width: min(18.6666666667vw, 70px);
}

.p-flow__title {
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.028em;
	line-height: 1.7307692308;
	margin-top: auto;
	white-space: nowrap;
}

.p-flow__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
}

.p-company__title {
	text-align: center;
}

.p-company__title.left-sp {
	text-align: left;
}

.p-company__title h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

.p-company__text p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.0714285714;
}

.p-company__text.sp {
	display: flex;
}

.p-company__text.sp .p-company__picture.sp {
	display: block;
	margin-left: 2.5rem;
	margin-top: 1.25rem;
	max-width: clamp(0px, 32vw, 166px);
	width: 100%;
}

.p-company__picture {
	display: none;
}

.p-company__picture .names .post {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 2.1;
}

.p-company__picture .names .name {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 1.5;
}

.p-company_gallery {
	max-width: 89.3333333333vw;
}

.gallery-items {
	gap: 10px;
}

.gallery-item {
	max-width: 28vw;
}

.p-company__table {
	align-items: center;
	margin-top: 40px;
	max-width: 82.6666666667vw;
}

.p-company__table dl {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 10px 0;
}

.p-company__table dl.tel dd a {
	pointer-events: auto;
}

.p-company__table dt {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-left: 0.625rem;
	padding-left: 0;
}

.p-company__table dd {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-left: 0.625rem;
}

.p-company__map {
	max-height: 52.2666666667vw;
	max-width: 82.6666666667vw;
}

.u-hidden--sp {
	display: none;
}

.u-hidden--pc {
	display: block;
}

}

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

a[href^="tel:"] {
	pointer-events: all;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(60px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInAnimeLeft {

from {
	opacity: 0;
	transform: translateX(-60px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInAnimeRight {

from {
	opacity: 0;
	transform: translateX(60px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

