@charset "utf-8";
/* CSS Document */
/*====================
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/
/* zen-kaku-gothic-antique-regular - japanese */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic Antique';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/zen-kaku-gothic-antique-v16-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
  /* zen-kaku-gothic-antique-500 - japanese */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic Antique';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/zen-kaku-gothic-antique-v16-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
  /* zen-kaku-gothic-antique-700 - japanese */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Zen Kaku Gothic Antique';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/zen-kaku-gothic-antique-v16-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
/* figtree-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/figtree-v5-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
  /* figtree-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/figtree-v5-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
  /* figtree-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/figtree-v5-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }
  /* figtree-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/figtree-v5-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	font-display: swap;
  }

/******* 全ページ共通 ********/
html {
	font-size: 62.5%;
	overflow-y:scroll;
	scroll-behavior: smooth;
}
body{
	font-family: 'Zen Kaku Gothic Antique', 'Figtree', "verdana", sans-serif;
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
  	font-size: 1.6rem;/*1rem = 10px*/
	color: #303030;
	background-color: #fefefe;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden !important;
}
/* IEはメイリオ指定*/
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} 
p,a,h1,h2,h3,h4{
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* SVGリンク化 */
object {
    pointer-events: none;
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
a p,a img{
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
p{
	margin-bottom: 1.2rem;
}
ol{
	list-style: decimal;
	margin-left: 1.8rem;
}
.wrap{
	position: relative;
}
a:hover{
	cursor: pointer;
}
.bold{
	font-weight: 700;
}
/* 英字フォント */
.en{
	font-family:  'Figtree','Helvetica Neue','Arial',sans-serif;
}
date,time{
	font-family:  'Figtree','Zen Kaku Gothic Antique', 'Helvetica Neue','Arial',sans-serif;
}
/* パソコンで見たときは"pc"のclassがついたタグが表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついたタグが表示される */
@media only screen and (max-width: 1024px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/***** logo *****/
#logo_vertical .cls-1,#logo_horizontal .cls-1{
	fill: #2f2725;
}
#logo_vertical .cls-2,#logo_horizontal .cls-2{
	fill: #1DAB41;
}

/***** ボタン *****/
.btn_wrap{
	text-align: center;
}
.btn{
	display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: .20rem;
    width: fit-content;
    /* min-width: 280px; */
    min-height: 6rem;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
	cursor: pointer;
	transition: background-color 0.4s ease;
}
a.btn{
	border: 1px solid #1DAB41;
	border-radius: 100px;
	color: #1DAB41;
	padding: 0 5.2rem 0 4rem;
	background-color: #fefefe;
}
.btn::after{
	content: "";
    display: block;
    position: absolute;
    right: 2rem;
    border-block-start: 1px solid ;
    border-inline-end: 1px solid;
    width: .9rem;
    height: .9rem;
    transform: rotate(45deg);
}
a.btn::after{
	border-block-start: 1px solid #1DAB41;
    border-inline-end: 1px solid #1DAB41;
}
a.btn:hover{
	background-color: #1DAB41;
	color: #fefefe;
}
a.btn:hover::after{
	border-block-start: 1px solid #fefefe;
    border-inline-end: 1px solid #fefefe;
}
/*** ボタン白 ***/
.footer_contact a.btn{
	border: 1px solid #fefefe;
	color: #fefefe;
	width: 290px;
	background-color: #1DAB41;
}
.footer_contact a.btn::after{
	border-block-start: 1px solid #fefefe;
    border-inline-end: 1px solid #fefefe;
}
.footer_contact a.btn:hover{
	color: #1DAB41;
	background-color: #fefefe;
}
.footer_contact a.btn:hover::after{
	border-block-start: 1px solid #1DAB41;
    border-inline-end: 1px solid #1DAB41;
}

/***** header *****/
header{
	font-weight: 500;
	z-index: 100;
}
.header_logo a{
	display: block;
	width: fit-content;
	height:fit-content;
}
.header_logo a:hover{
	cursor: pointer;
}
.header_nav_btn{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: grid;
	z-index: 101;
	font-size: 1.8rem;
	text-align: center;
}
header .header_nav_btn{
	width: 200px;
}
.header_nav_btn a{
	width: 100%;
	height: 100%;
	padding: 1rem 2.4rem;
	font-weight: 500;
	transition: all .3s;
}
.header_nav_btn a:hover{
	opacity: 0.7;
}
.header_sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .8rem;
}
.header_sns a.btn_sns{
	width: fit-content;
	padding: 0;
	margin: 1.2rem;
}
.header_sns a.btn_sns object{
	width: 40px;
	height: 40px;
}
/*
.header_nav_btn a.btn_sns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #E9E9E9;
}
.header_nav_btn a.btn_sns svg{
	width: 68px;
}
*/
.header_nav_btn a.btn_mail,.header_nav_btn a.btn_tel{
	color: #fefefe;
	font-size: 2rem;
	padding: 2rem 1.6rem;
}
.btn_mail{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1DAB41;
}
.btn_mail svg{
	width: 22px;
	margin-right: 1rem;
}
.btn_mail .mail_icon{
	fill: #fefefe;
}
.btn_tel{
	background: #191919;
	display: block;
}
@media screen and (min-width:1025px){
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 200px;
		height: 100vh;
		background: #fefefe;
		border-right: 1px solid #e9e9e9;
	}
	header .wrap{
		margin: 1.2rem 2.4rem;
	}
	.header_logo{
		margin-bottom: 2.8rem;
	}
	.header_logo svg{
		width: 152px;
	}
	.navigation,.g_nav{
		position: relative;
	}
	.g_nav ul li a{
		display: block;
		position: relative;
		padding: .4vw 0;
		transition: all .3s;
	}
	.g_nav ul li a:hover{
		opacity: .6;
	}
}
@media screen and (max-width:1024px){
	header{
		width: 100%;
		position: fixed;
		background-color: #fefefe;
	}
	.header_logo{
		margin: 1.2rem 1.2rem 1.6rem;
	}
	.header_logo svg{
		width: 240px;
	}
}
@media screen and (max-width:599px){
	.header_logo{
		margin-top: 1rem;
	}
}

/***** ハンバーガーメニュー *****/
@media screen and (min-width:1025px) {
	.menu_wrap{
	  display: none;
	}
  }
  body.is-menuOpen{
	overflow: hidden;
  }
  .menu {
	height: 100%;
	width: 100vw;
	background-color: rgb(254, 254, 254, 1);
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	margin-top: 64px;
  }
  .menu .wrap {
	margin: 2.8rem auto;
  }
  .menu .wrap .inner{
	width: fit-content;
	margin: 0 auto;
  }
  .m_nav ul li {
	margin-bottom: 1.2rem;
  }
  .m_nav ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
  }
  .m_nav ul li a .en {
	font-size: 2rem;
	display: block;
  }
  .m_nav a:hover {
	opacity: .7;
  }
  .menu.open {
	display: flex;
  }
  /* メニューオープン時 */
  .hamburger_menu {
	width: 100%;
	height: 100%;
  }
  .btn_mail svg{
	width: 22px;
}

  @media screen and (max-width:1024px) {
	/*** メニューボタン ***/
	.hm_btn {
		position: fixed;
		top: 0;
		right: 0;
		width: 6.8rem;
		height: 6.8rem;
		z-index: 1001;
	  }
	  .hamburger-menu__bar {
		display: inline-block;
		width: 32px;
		height: 1px;
		background: #303030;
		position: absolute;
		left: 34px;
		transform: translateX(-50%);
		transition: .5s;
	}
	.hamburger-menu__bar:first-child {
	  top: 30px;
	}
	.hamburger-menu__bar:last-child {
	  top: 38px;
	}
	.hamburger-menu__bar.open {
	  top: 50%;
	}
	.hamburger-menu__bar.open:first-child {
	  transform: translateX(-50%) translateY(-50%) rotate(20deg);
	}
	.hamburger-menu__bar.open:last-child {
	  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	}
  }

/***** 全ページ共通 *****/
main section{
	margin-top: 160px;
	position: relative;
}
.single main section{
	margin-top: 60px;
}
section .wrap,.page_title,.breadcrumbs .wrap,.page_link .wrap,.content_404 .wrap{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.img_wrap{
	width: 100%;
}

@media screen and (min-width:1025px){
	main,footer{
		padding-left: 200px;
	}
	main section{
		margin-top: 160px;
	}
}
@media screen and (max-width:1024px){
	section,.breadcrumbs,.page_link{
		width: 100%;
	}
}

/***** 見出し *****/
h2{
	font-size: clamp(2.8rem,4.4vw,4rem);
	font-weight: 500;
	margin-bottom: 6rem;
	position: relative;
}
h2 .en{
	font-size: clamp(1.6rem,2vw,2.4rem);
	line-height: 1;
	padding-left: 2rem;
}
h2 .en::before{
	content: '';
	position: absolute;
	width: 2vw;
	max-width: 1.2rem;
	height: .2rem;
	background-color: #303030;
	top: calc(15% - .1vw);
	left: 0;
}
h2 .jp{
	font-size: clamp(2.4rem,3.6vw,4.8rem);
	line-height: 1.4;
}
.page_header h1,#about_hero h1{
	font-size: clamp(3.2rem,6.4vw,6rem);
	line-height: 1;
	margin-bottom: 2.8rem;
	position: relative;
	font-weight: 600;
}
.page_header h1 .en,#about_hero h1 .en{
	font-size: clamp(1.6rem,2.8vw,2.4rem);
	padding-left: 2rem;
	line-height: 1.6;
	font-weight: 600;
}
.page_header h1 .en::before,#about_hero h1 .en::before{
	content: '';
	position: absolute; 
	width: 2vw;
	max-width: 1.2rem;
	height: .2rem;
	background-color: #303030;
	top: calc(25% - .4vw);
	left: 0;
}
#about_hero h1{
	color: #fefefe;
}
#about_hero h1 .en::before{
	content: '';
	position: absolute;
	width: 2vw;
	max-width: 1.2rem;
	height: .2rem;
	background-color: #fefefe;
	top: calc(25% - .4vw);
	left: 0;
}
h3{
	font-size: clamp(2rem,2.8vw,2.4rem);
	margin-bottom: 2rem;
	font-weight: 500;
}
h4{
	margin-bottom: .8rem;
}

@media screen and (max-width:599px) { 
	h2,.home h2{
		margin-bottom: 2.8rem;
	}
	.name_large{
		font-size: 4rem;
	}
}
/*** ul ***/
ul.text_list {
	margin-bottom: 2rem;
}
ul.text_list li{
	margin-left: 2rem;
}
ul.text_list li::before{
	content: '';
	display: inline-block;
	position: relative;
	left: -0.8rem;
	top: -0.4rem;
	width: 0.4rem;
	height: 0.4rem;
	margin-left: -0.6rem;
	background: #bbb;
}

/*** dl ***/
dl.line{
	width: 100%;
	margin: 0 auto;
}
dl.line dt,dl.line dd{
	padding: 24px 0 16px;
}
dl.line dt{
	flex-basis: 34%;
	font-weight: normal;
	padding: 24px 0 0;
}
dl.line dd{
	flex-basis: 66%;
	margin:0;
	border-bottom: 1px solid #A9B6B4;
	padding: 24px 0 16px;
}
@media screen and (min-width: 600px){
	dl.line{
		display: flex;
		flex-flow: row wrap;
	}
	dl.line dt{
		border-bottom: 1px solid #A9B6B4;
		padding-bottom: 16px;
	}
}
@media screen and (max-width: 599px) {
	dl.line dt{
		font-weight: bold;
	}
}
@media screen and (max-width:599px) {
	.career dl.line dt{
		font-weight: normal;
	}
	.career dl.line dd{
		margin-bottom: 1rem;
	}
}

/*** breadcrumbs ***/
.breadcrumbs{
	font-size: 1.4rem;
	padding: 6rem 0 10rem;
	background-color: #fefefe;
}
.breadcrumbs a{
	color: #1DAB41;
	text-decoration: underline;
}
.breadcrumbs a:hover{
	text-decoration: none;
}

/***** footer *****/
footer{
	position: relative;
	font-weight: 500;
	background-color: #fefefe;
}
footer .wrap{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
@media screen and (max-width:1024px){
	footer{
		width: 100%;
	}
}

/*** footer_contact ***/
.footer_contact{
	background-image:url("../img/pentagon_green.svg");
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fefefe;
	height: 74vh;
}
.footer_contact .wrap{
	padding: 4rem 0 6.8rem;
    position: relative;
    top: 32vh;
	width: 80%;
	max-width: 1000px;
	z-index: 2;
}
.footer_contact h2,.contact_area{
	color: #fefefe;
}
.footer_contact h2{
	margin-bottom: 2rem;
}
.footer_contact h2 .en::before{
	background-color: #fefefe;
}

/*** footer_link ***/
.footer_link{
	padding: 8vh 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.footer_link .inner{
	display: flex;
	justify-content: space-between;
	max-width: none;
}
.footer_logo{
    margin: 0 auto 4rem;
}
.footer_logo a{
	display: inline-block;
}
.footer_logo svg{
	width: 240px;
}
.add_wrap{
	width: 80%;
}
address{
	line-height: 2.8rem;
}
a.map_link{
	display: inline-block;
	margin-bottom: .8rem;
	text-decoration: underline;
}
a.map_link:hover{
	text-decoration: none;
}
footer .tel span{
	font-size: 2.8rem;
	line-height: 0.8;
	padding-left: 1.6rem;
	letter-spacing: 0.1rem;
}

.footer_navigation,.footer_nav_left{
	width: 100%;
}
.footer_nav_right{
	width: 72%;
}
.footer_nav ul li{
	padding: 2% 0;
}
.footer_nav ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s;
}
.footer_nav ul li a:hover{
	opacity: .6;
}
.footer_navigation li{
  margin-left: 2rem;
}
.footer_navigation li:before{
	content: '';
	display: inline-block;
	position: relative;
	left: -0.8rem;
	top: -0.5rem;
	width: 1rem;
	height: 1px;
	margin-left: -0.6rem;
	background: #969696;
}
.footer_sns{
	margin-top: 1.6rem;
}
.footer_sns a{
	width: fit-content;
	margin-right: .8rem;
}
.footer_sns object{
	width: 28px;
}
/*** コピーライト ***/
.copyright{
	padding: 0 0 2.4rem 0;
	font-size: 1.2rem;
}
.footer_nav_s{
	display: block;
	font-size: 1.3rem;
	line-height: 1.2;
	transition: all .3s;
	margin-bottom: 1.2rem;
}
@media screen and (max-width:768px) {
	.footer_link .inner{
		display: block;
	}
	.add_wrap{
		width: 100%;
		margin-bottom: 3.6rem;
	}
}
@media screen and (max-width:499px){
	.footer_nav{
		display: block;
	}
}
@media screen and (min-width:740px){
	.contact_area{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer_contact a.btn{
		margin-left: 4rem;
	}
	.footer_nav ul{
		column-count: 2;
	}
	.copyright .wrap{
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width:1099px){
	.footer_contact{
		height: 62vh;
	}
	.footer_contact .wrap{
		top: 26vh;
	}
}
@media screen and (max-width:739px){
	.footer_contact{
		height: 62vh;
	}
	.footer_contact .wrap{
		top: 18vh;
	}
	.footer_contact a.btn{
		margin-top: 2.8rem;
	}
}
@media screen and (max-width:599px){
	.footer_contact .wrap{
		top: 14vh;
	}
}

/***** 404notfound　*****/
.header_404{
    margin-top: 0;
    padding: 100px 0;
    position: relative;
}
.content_404{
	margin-bottom: 10rem;
}

/***** Loading　*****/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
  display: none;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: calc(50% - 68px);
  left: calc(50% - 100px);
 /* transform: translate(-50%, -50%);*/
}
#splash svg{
	width: 152px;
}

/* Bounce In */
@-webkit-keyframes bounceIn {
	0% {
	  -webkit-transform: scale(0.3);
	  opacity: 0; }
	40% {
	  -webkit-transform: scale(1.1);
	  opacity: 0.9; }
	80% {
	  -webkit-transform: scale(0.8);
	  opacity: 1; }
	100% {
	  -webkit-transform: scale(1);
	  opacity: 0; } }
  @-moz-keyframes bounceIn {
	0% {
	  -moz-transform: scale(0.3);
	  opacity: 0; }
	40% {
	  -moz-transform: scale(1.1);
	  opacity: 0.9; }
	80% {
	  -moz-transform: scale(0.8);
	  opacity: 1; }
	100% {
	  -moz-transform: scale(1);
	  opacity: 0; } }
  @-o-keyframes bounceIn {
	0% {
	  -o-transform: scale(0.3);
	  opacity: 0; }
	40% {
	  -o-transform: scale(1.1);
	  opacity: 0.9; }
	80% {
	  -o-transform: scale(0.8);
	  opacity: 1; }
	100% {
	  -o-transform: scale(1);
	  opacity: 0; } }
  @keyframes bounceIn {
	0% {
	  transform: scale(0.3);
	  opacity: 0; }
	40% {
	  transform: scale(1.1);
	  opacity: 0.9; }
	80% {
	  transform: scale(0.8);
	  opacity: 1; }
	100% {
	  transform: scale(1);
	  opacity: 0; }
}
.u--bounceIn {
	-webkit-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*** 下から上へふわっと ***/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02{
	animation-delay: 0.2s;
}
.delay-time03{
	animation-delay: 0.4s;
}
.delay-time04{
	animation-delay: 0.6s;
}
.delay-time05{
	animation-delay: 0.8s;
}

/*** 遅延してふわっと ***/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* 上から */
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

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

