@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family: zen-kaku-gothic-new, sans-serif;
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.ffzm {
	font-family: zen-old-mincho, sans-serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.ffzg {
	font-family:zen-kaku-gothic-new, sans-serif;
}
.ffst {
	font-family:Stencil;
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}

.sp-only {
	display: none;
}
.spbr {
	display: none;
}

.cut {
	display: none;
}


/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 70px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:50%;/*位置指定*/
	transform: translate(-50%);
	background: rgba(255,255,255,0.7);
	height: 110px;
	color: #333;
}
#header.fixed nav ul li a {
	color: #333;
	text-shadow: none;
	font-weight: 600;
}


/*ヘッダー*/
#header .inner {
	width: 95%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.head-logo a {
	display: block;
	width: 390px;
	text-align: center;
}
.head-logo a img {
	margin-bottom: 2rem;
}
.head-logo a span {
	text-align: center;
	color: #777;
	font-weight: 500;
	font-size: 20px;
	background: linear-gradient(#C1FEFE,#EBF5D1);
	padding: 1rem 2rem;
}

/*========= 以下は検証用のレイアウトのためのCSS ===============*/
nav ul{
	align-items: center;
	gap:5rem;
}
nav ul li a{
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	text-shadow: 0 2px 5px rgba(0,0,0,0.6);
	letter-spacing: 1.5px;
}


@media screen and (max-width:1300px){
	.head-logo {
		max-width: 220px;
	}
	nav ul{
		gap:3rem;
	}
	nav ul li a {
		font-size: 18px;
	}
}

/*--- メインビジュアル ---*/
.mainvisual {
	height: 100vh;
	width: 100%;
	background: url("../img/mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.catch-copy {
	position: absolute;
	bottom: 150px;
	right: 130px;
}
.catch-copy h2 {
	text-align: center;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 1.5;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.catch-copy h2 span {
	color: #47CECE;
}
.mainvisual::before {
	content: "";
	width: 600px;
	height: 445px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	bottom: 20px;
	right: 250px;
}
.mainvisual::after {
	content: "";
	width: 232px;
	height: 600px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 100px;
	left: 75px;
	opacity: 0.7;
}

@media screen and (max-width:1300px) {
	.catch-copy {
		position: absolute;
		bottom: 150px;
		right: 50px;
	}
	.mainvisual::before {
		bottom: 20px;
		right: 150px;
	}
	.mainvisual::after {
		bottom: 50px;
		left: 50px;
		opacity: 0.7;
	}
}


/*about*/
#about {
	padding: 10rem 0;
	position: relative;
}
#about::before {
	content: "";
	width: 350px;
	height: 390px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0.7;
}
#about .inner {
	width: 1200px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
#about .inner .left {
	width: 550px;
}
#about .inner .right {
	width: 650;
}
.ttl-about {
	font-size: 48px;
	color: #777;
	margin-bottom: 3.5rem;
}
.ttl-about span {
	font-size: 24px;
	font-weight: 500;
}
.about-txt {
	flex-direction: column;
	gap: 1.5rem;
}
.about-txt li {
	list-style: disc;
	list-style-position: inside;
	font-size: 16px;
}

@media screen and (max-width:1300px) {
	#about::before {
		opacity: 0.3;
		z-index: -1;
	}
}


/*bnr-space*/
.bnr-space {
	width: 800px;
	margin: 10rem auto 15rem auto;
}


/*GIKO*/
#giko {
	padding: 10rem 0;
	position: relative;
}
#giko::before {
	content: "";
	width: 75%;
	height: 100%;
	background: linear-gradient(#E8F7FC,#DBFFF5);
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
#giko .inner {
	width: 85%;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
#giko .inner .left,
#giko .inner .right {
	width: 49%;
}
.giko-logo {
	width: 420px;
	margin: auto;
}
.giko-txt-b {
	margin-top: 2rem;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}
.giko-txt-s {
	font-size: 16px;
	line-height: 2;
	width: 80%;
	margin: 5rem auto 0 auto;
}

@media screen and (max-width:1300px) {
	#giko::before {
		width: 85%;
	}
	#giko .inner {
		width: 95%;
	}
	.giko-txt-s {
		width: 95%;
	}

}

/*point*/
#point {
	padding-top: 5rem;
	position: relative;
}
#point::before {
	content: "";
	width: 100%;
	height: 50%;
	background: linear-gradient(#F5E8FC,#DBFFF5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#point .inner {
	justify-content: center;
	gap: 10rem;
}
#point .inner .item {
	width: 750px;
	height: 640px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding: 7rem;
	box-sizing: border-box;
}
.point-ttl {
	text-align: center;
	font-size: 28px;
	letter-spacing: 2px;
}
.point-img {
	width: 70%;
	margin: 3rem auto;
}
.point-txt {
	font-size: 17px;
	line-height: 2;
	font-weight: 500;
}


@media screen and (max-width:1300px) {
	#point .inner {
		justify-content: space-between;
		gap: 0;
	}
	#point .inner .item {
		width: 49%;
		height: 640px;
		padding: 7rem 5rem;
	}
}

/*feature*/
#feature {
	margin-top: 15rem;
	padding: 10rem 0;
	background: url("../img/bg-feature.jpg");
	background-size: cover;
	background-position: center;
}
.feature-ttl {
	font-size: 36px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}
.feature-ttl::before {
	content: "";
	width: 100px;
	height: 3px;
	background: #8DD6CF;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
#feature .inner {
	width: 70%;
	margin: 5rem auto;
	background: #fff;
	padding: 10rem 0;
}
#feature .inner ul {
	width: 90%;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
}
#feature .inner ul li {
	width: 45%;
	margin-bottom: 5rem;
}
#feature .inner ul li:last-child {
	margin-bottom: 0;
}
.f-txt-b {
	background: #C2E0EF;
	padding: 2rem 0;
}
.f-txt-b p {
	text-align: center;
	font-size: 24px;
	letter-spacing: 1.5px;
}
.feature-txt {
	margin-top: 2rem;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width:1300px) {
	#feature .inner {
		width: 90%;
	}
}



.page-link {
	width: 300px;
	margin: 5rem auto 0 auto;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding: 2.5rem 0;
}
.page-link a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #20928B;
	letter-spacing: 1.5px;
}
.page-link:hover,
.page-link:active {
	background: #20928B;
}
.page-link:hover a,
.page-link:active a {
	color: #fff;
}


/*merit-demerit*/
#merit-demerit {
	padding: 10rem 0;
	background: #F5F5F5;
	position: relative;
}
#merit-demerit::before {
	content: "";
	width: 200px;
	height: 180px;
	background: url("../img/deco05.png");
	background-size: cover;
	position: absolute;
	bottom: 5rem;
	left: 5rem;
}
#merit-demerit .inner {
	justify-content: center;
	align-items: flex-start;
	gap:100px;
}
#merit-demerit .inner .container {
	width: 750px;
	background: #fff;
	padding: 3rem 5rem 5rem 5rem;
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.merit-con {
	border-top: 20px solid #E2AE20;
}
.merit-con .merit-ttl {
	color: #E2AE20;
	border-bottom: 1px solid #E2AE20;
}
.demerit-con {
	border-top: 20px solid #507F97;
	margin-top: 10rem;
}
.demerit-con .merit-ttl {
	color: #507F97;
	border-bottom: 1px solid #507F97;
}
.merit-ttl {
	font-size: 28px;
	letter-spacing: 2px;
}
.merit-list {
	margin-top: 3rem;
	flex-direction: column;
	gap:1.5rem;
	font-size: 16px;
}
.merit-list li {
	list-style: disc;
	list-style-position: inside;
}


@media screen and (max-width:1300px) {
	#merit-demerit .inner {
		justify-content: space-between;
		gap:0;
	}
	#merit-demerit .inner .container {
		width: 49%;
		padding: 3rem;
	}
}


/*comparison*/
#comparison {
	padding: 10rem 0;
}
#comparison .inner {
	width: 70%;
	margin: 10rem auto 0 auto;
}

@media screen and (max-width:1300px) {
	#comparison .inner {
		width: 90%;
	}
}

/*case*/
#case {
	padding: 10rem 0;
	background: #E5FCF4;
}
.case-wrapper {
	width: 70%;
	margin: 10rem auto 0 auto;
	justify-content: space-between;
	align-items: flex-start;
}
.case-wrapper .item {
	width: 28%;
	background: #fff;
	padding: 2.5rem;
	box-sizing: border-box;
	margin-bottom: 5rem;
}
.case-name {
	font-size: 20px;
	text-align: center;
	margin: 2rem auto;
}
.case-txt {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

@media screen and (max-width:1300px) {
	.case-wrapper {
		width: 90%;
	}
	.case-wrapper .item {
		width: 32%;
	}
}


/*flow*/
#flow {
	padding: 10rem 0;
}
#flow .container {
	width: 70%;
	margin: 10rem auto 0 auto;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	padding: 8rem 0;
}
.flow-list {
	width: 75%;
	margin: auto;
	flex-direction: column;
	gap:5rem;
}
.flow-list li {
	gap: 3rem;
	align-items: center;
}
.flow-no {
	width: 180px;
	padding: 1rem 0;
	background: linear-gradient(#E8F7FC,#E8F7FC);
}
.flow-no p {
	font-size: 20px;
	color: #777;
	text-align: center;
	letter-spacing: 2px;
}
.flow-in {
	width: 750px;
}
.flow-ttl {
	font-size: 22px;
	line-height: 2;
}
.flow-txt {
	font-size: 16px;
	font-weight: 500;
	color: #777;
}

@media screen and (max-width:1510px) {
	#flow .container {
		width: 90%;
	}
	.flow-list {
		width: 85%;
	}
}

/*price*/
.price {
	margin: 10rem auto;
}
.price-con {
	margin: auto;
	width: 750px;
	background: #fff;
	padding: 3rem 5rem 5rem 5rem;
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border-top: 20px solid #82C27E;
}
.price-ttl {
	color: #82C27E;
	border-bottom: 1px solid #82C27E;
}
.price-ttl {
	font-size: 28px;
	letter-spacing: 2px;
}
.price-table {
	width: 90%;
	margin: 3rem auto 0 auto;
}
.price-table table {
	width: 100%;
}
.price-table table th,
.price-table table td {
	padding: 1.5rem 0;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.price-table table th {
	background: #BCEEE8;
	text-align: center;
	width: 25%;
}
.price-table table td {
	width: 75%;
	padding-left: 2rem;
	box-sizing: border-box;
}
.price-table p {
	font-size: 15px;
	line-height: 2;
	margin-top: 2rem;
}


/*greeting*/
#greeting {
	background: linear-gradient(#E8F7FC,#DBFFF5);
	padding-bottom: 5rem;
}
#greeting .inner {
	align-items: flex-end;
	gap: 5rem;
}
#greeting .inner .left {
	width: 900px;
}
#greeting .inner .right {
	width: 800px;
}
.greeting-txt {
	font-size: 17px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.doc-name {
	margin-top: 3rem;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
}
.doc-name span {
	color: #20928B;
	margin-left: 2rem;
}

@media screen and (max-width:1510px) {
	#greeting .inner {
		justify-content: space-between;
		align-items: flex-end;
		gap: 0;
	}
	#greeting .inner .left {
		width: 45%;
	}
	#greeting .inner .right {
		width: 53%;
	}
	.greeting-txt {
		font-size: 15px;
	}
}

/*site-map*/
.site-map {
	padding: 10rem 0;
}
.site-map2 {
  padding: 0 0 10rem;
}
.site-map .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.site-map .inner .item {
	width: 350px;
	padding: 20px 0 20px 150px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	position: relative;
}
.site-map .inner .item:hover,
.site-map .inner .item:active {
	box-shadow: none;
}
.site-map .inner .item::before {
	content: "";
	width: 100px;
	height: 82px;
	background: url("../img/footer-contents_01.png");
	background-size: cover;
	position: absolute;
	top:50%;
	left: 25px;
	transform: translateY(-50%);
}
.site-map .inner .item a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.site-map .inner .item:nth-child(1) a {
	color: #777;
}
.site-map .inner .item:nth-child(2) a {
	color: #F29FF8;
}
.site-map .inner .item:nth-child(3) a {
	color: #36BE87;
}
.site-map2 .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.site-map2 .inner .item {
	width: 350px;
	padding: 20px 0 20px 150px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	position: relative;
}
.site-map2 .inner .item:hover,
.site-map2 .inner .item:active {
	box-shadow: none;
}
.site-map2 .inner .item::before {
	content: "";
	width: 100px;
	height: 82px;
	background: url("../img/footer-contents_01.png");
	background-size: cover;
	position: absolute;
	top:50%;
	left: 25px;
	transform: translateY(-50%);
}
.site-map2 .inner .item a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.site-map2 .inner .item:nth-child(1) a {
	color: #777;
}
.site-map2 .inner .item:nth-child(2) a {
	color: #F29FF8;
}
.site-map2 .inner .item:nth-child(3) a {
	color: #36BE87;
}
/*footer*/
#footer {
	background: #E5F9D6;
	padding-top: 5rem;
}
.foot-logo {
	width: 390px;
	margin: auto;
}
#footer .inner {
	width: 1200px;
	margin: 5rem auto;
	align-items: center;
}
#footer .inner .left {
	width: 550px; 
}
.foot-info dl {
	justify-content: space-between;
	align-items: center;
}
.foot-info dl dt,
.foot-info dl dd {
	margin-bottom: 2rem;
	font-size: 18px;
	font-weight: 500;
}
.foot-info dl dt {
	width: 100px;
}
.foot-info dl dd {
	width: 450px;
}
.web-bnr {
	width: 80%;
	margin: auto;
}
#footer .inner .right {
	width: 580px; 
}
.foot-timetable p {
	font-size: 15px;
	color: #777;
	margin-top: 2rem;
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.copy {
	padding: 1rem 0;
}
.copy p {
	font-size: 12px;
	text-align: center;
}


/*下層*/
/*--- メインビジュアル ---*/
.s-mainvisual {
	height: 60vh;
	width: 100%;
	background: url("../img/s-mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-ttl {
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}
.page-ttl h2 {
	text-align: center;
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 1.5;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}


/*about*/
#manga {
	width: 90%;
	margin: 10rem auto 0 auto;
	background: url("../img/bg-manga.png");
	background-size: cover;
	padding: 10rem 0;
}
.giko-manga {
	width: 95%;
	max-width: 1190px;
	margin: 10rem auto 0 auto;
}
#movie {
	width: 90%;
	margin: 10rem auto 0 auto;
	background: url("../img/bg-movie.png");
	background-size: cover;
	padding: 10rem 0;
}
.giko-movie {
	width: 90%;
	max-width: 800px;
	margin: 10rem auto 0 auto;
}
.giko-movie iframe {
	width: 100%;
}


/*case*/
#case-intro {
	margin: 10rem auto 0 auto;
}
#case-intro .container {
	margin-top: 10rem;
	padding: 10rem 0;
	background: linear-gradient(#D9E2EF,#E7F3F0);
}
#case-intro .container .inner {
	background: #fff;
	padding: 5rem 0;
}
#case-intro .container .inner p {
	font-size: 24px;
	text-align: center;
	color: #777;
	font-weight: 500;
	letter-spacing: 3px;
}


/*flow*/
#s-flow {
	margin-top: 10rem;
	padding: 10rem 0;
	background: linear-gradient(#E8F7FC,#DBFFF5);
}
#s-flow .container {
	width: 70%;
	margin: 10rem auto 0 auto;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	padding: 8rem 0;
}


/*clinic*/
#clinic-info {
	margin-top: 10rem;
	background: linear-gradient(#E8FCFB,#DBFFE3);
	padding: 10rem 0;
}
.clinic-info-img {
	width: 700px;
	margin: 5rem auto;
}
.clinic-info-img img {
	width: 100%;
}
#clinic-info .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#clinic-info .inner .left {
	width: 550px; 
}
#clinic-info .inner .right {
	width: 580px; 
}
.c-info-dl dl {
	justify-content: space-between;
	align-items: center;
}
.c-info-dl dl dt,
.c-info-dl dl dd {
	margin-bottom: 2rem;
	font-size: 18px;
	font-weight: 500;
}
.c-info-dl dl dt {
	width: 100px;
}
.c-info-dl dl dd {
	width: 450px;
}



/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #874316;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
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.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

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

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

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

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

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

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

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