@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul, ol {
  padding: 0;
}
ul li, ol li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  .hide-pc {
    display: none !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.wrapper {
  position: relative;
}
.wrap {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  body {
    width: 100%;
    min-width: auto;
    font-size: 15px;
  }
  .wrapper {
    padding-bottom: 60px;
  }
  .wrap {
    padding: 0 36px;
    width: auto;
    max-width: none;
    min-width: auto;
  }
}
/*フッター*/
.l-footer {
  padding: 30px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #EBEBEB;
}
.l-footer .wrap {
  margin: 0 auto;
  width: 1100px;
}
.l-footer .l-footerArea {
  display: flex;
  justify-content: space-between;
}
.l-footer .l-footerArea .l-footer__left img {
  width: 74px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu {
  display: flex;
  justify-content: end;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu a {
  color: #333333;
}
.l-footer .l-footerArea .l-footer__right .l-footer__sns {
  display: flex;
  justify-content: end;
  gap: 30px;
}
.l-footer__copyright {
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .l-footer .wrap {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .l-footer {
    padding: 30px 20px;
    display: block;
    margin-bottom: 0;
  }
  .l-footer__logo {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .l-footer .l-footerArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu {
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 30px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu li {
    width: 100%;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__sns {
    justify-content: left;
  }
  .l-footer__copyright {
    border-top: 1px solid #333333;
    padding: 15px 0 0;
  }
  .l-footer .l-footerArea .l-footer__left {
    width: 100%;
    text-align: left;
  }
}

@keyframes floatMenu{

  0%{
    opacity:0;
    transform:translateY(-30px) scale(.96);
  }

  60%{
    opacity:1;
    transform:translateY(6px) scale(1.02);
  }

  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }

}


/*ヘッダー*/
@keyframes headerSlideIn {
	from { transform: translateY(-100%); }
	to   { transform: translateY(0); }
}

header{
	position: absolute;
	top: 0;
	width: 100%;
	/* height: clamp(60px, 3.96vw, 76px); */
	background: transparent;
	will-change: transform, opacity;
	backface-visibility: hidden;
	transform: translateY(0);
	z-index: 1000;
}

header.header--fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	background: rgba(255, 255, 255, 0.85);
}

header.header--fixed.header--visible {
	animation: headerSlideIn 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px 20px 30px;
	position: relative;

	height: 100%;
}

header h1{
	width: 260px;
	position: relative;
}

header h1 img{
	display: block;
	width: 100%;
}

header ul.nav{
	display: flex;
	position: relative;
	z-index: 1001;
}

header ul.nav li{
	margin-left: 10px;
}

header ul.nav li a{
	display: block;
	line-height: 250%;
	border-radius: 100px;
	padding: 0 30px;
	background-color: #FC4D02;
	color: #FFF;
}

header ul.nav li:last-child a{
	background-color: #323233;
}

header .hamburger{
	display: none;
}

@media screen and (max-width: 896px) {
	header{
		width: 100%;
	}

	header .wrap{
		padding: 20px;
	}

	header h1{
		width: 40vw;
		max-width: 220px;
	}

	header .hamburger{
		display: block;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 1003;
	}

	header .hamburger span{
		display: block;
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		left: 0;
		transition: .3s;
	}

	header .hamburger span:nth-child(1){
		top: 0;
	}

	header .hamburger span:nth-child(2){
		top: 9px;
	}

	header .hamburger span:nth-child(3){
		top: 18px;
	}

	header .hamburger.active span:nth-child(1){
		top: 13px;
		transform: rotate(45deg);
		background: #fff;
	}

	header .hamburger.active span:nth-child(2){
		opacity: 0;
	}

	header .hamburger.active span:nth-child(3){
		top: 13px;
		transform: rotate(-45deg);
		background: #fff;
	}

	header ul.nav{
		position: fixed;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		z-index: 1001;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
	}

	header ul.nav::before{
		content: "";
		position: fixed;
		inset: 0;
		background: #323233;
		z-index: -1;
		height: 100vh;
		transition:.4s;
	}

header ul.nav.active::before{
  opacity:1;
}

	header ul.nav li{
		margin: 20px 0;
		opacity:0;
		transform:translateY(-20px) scale(.96);
	}

	header ul.nav li a{
color: #fff;
        font-size: 20px;
        background: none !important;
        padding: 0 0 10px 0;
        line-height: 1.6;
        border-radius: 0;
        letter-spacing: 0.05em;
	}

	header ul.nav.active{
		opacity: 1;
		visibility: visible;
	}
header ul.nav.active li{
  animation: floatMenu .7s cubic-bezier(.22,1,.36,1) forwards;
}

header ul.nav.active li:nth-child(1){
  animation-delay:.08s;
}

header ul.nav.active li:nth-child(2){
  animation-delay:.16s;
}

header ul.nav.active li:nth-child(3){
  animation-delay:.24s;
}
}

/*コンテンツ*/
#kv{
	width: 100%;
	background: #FEF5F2;
	background: linear-gradient(0deg,rgba(254, 245, 242, 1) 61%, rgba(255, 255, 255, 1) 100%);
	display: flex;
	justify-content: space-between;
	padding-top: 200px;
}
#kv .txt{
	padding-left: 7vw;
}
#kv .img{
	padding-right: 2vw;
	padding-left: 2vw;
}
#kv .btn-pc{
	margin-top: 15px;
}
#kv .btn-pc a{
	width: 17vw;
	color: #FFF;
	display: block;
	line-height: 3.5vw;
text-align: center;
	border-radius: 100px;
	font-size: 1.1vw;
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png") right 1vw center no-repeat;
	background-size: auto 45%;
}
.btn-sp{
	display: none;
}
@media screen and (max-width: 896px) {
#kv{
	padding-top: 100px;
	flex-direction: column;
	padding-bottom: 20px;
}
#kv .txt{
	padding-left: 0vw;
	width: 90%;
	margin: 0 auto;
}
#kv .img{
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.btn-pc{
	display: none;
}
.btn-sp{
	display: block;
}
#kv .btn-sp{
	margin: 15px auto;
	width: 85%;
}
#kv .btn-sp a{
	width: 100%;
	line-height: 300%;
	font-size: 4vw;
	background-position: right 2.5vw center;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 100px;
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png") right 3vw center no-repeat;
	background-size: auto 45%;
}
}
#section1{
	padding: 5vw 0 10vw 0;
}
#section1 h3{
	padding-bottom: 20px;
	width: 688px;
	margin: 0 auto;
}
#section1 h4{
	padding-bottom: 50px;
	width: 925px;
	margin: 0 auto;
}
#section1 .txt{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#section1 .txt img{
	float: right;
	width: 428px;
	padding-top: 30px;
}
#section1 .txt p{
	font-size: 1.3vw;
	font-weight: 600;
	line-height: 180%;
}
#section1 ul{
	display: flex;
	margin-top: 2vw;
}
#section1 ul li{
	margin-right: 20px;
	font-size: 1vw;
}
#section1 ul li a{
	display: block;
	line-height: 250%;
	border-radius: 100px;
	padding: 0 30px;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png") right 1vw center no-repeat;
	background-size: auto 45%;
	padding-right: 3vw;
	font-size: 1.1vw;
	font-weight: 700;
}
#section1 ul li:last-child a{
	background: #323233 url("../images/btn_icon3.png") right 1vw center no-repeat;
	background-size: auto 45%;
}

@media screen and (max-width: 896px) {
#section1{
	padding: 10vw 0 15vw 0;
}
#section1 h3{
	padding-bottom: 0px;
	width: 80%;
}
#section1 h4{
	padding-bottom: 30px;
	width: 90%;
}
#section1 .txt{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    align-items: center;
}
#section1 .txt img{
	float: none;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 20px;
}
#section1 .txt p{
	font-size: 3.8vw;
	font-weight: 600;
	line-height: 180%;
	padding: 0 35px;
}
#section1 ul{
	display: flex;
	margin-top: 10vw;
}
#section1 ul li{
	margin-right: 5px;
	margin-left: 5px;
}
#section1 ul li a{
	display: block;
	line-height: 250%;
	border-radius: 100px;
	padding: 0 30px;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png") right 3vw center no-repeat;
	background-size: auto 45%;
	padding-right: 10vw;
	font-size: 4vw;
	font-weight: 700;
}
#section1 ul li:last-child a{
	background: #323233 url("../images/btn_icon3.png") right 3vw center no-repeat;
	background-size: auto 45%;
}
}

#section2{
	padding: 8vw 0;
	background: #FEF5F2;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 61%, rgba(254, 245, 242, 1) 100%);
}
#section2 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section2 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1vw;
	letter-spacing: 0.5px;
}
#section2 ul{
	width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#section2 ul li{
	text-align: center;
}
#section2 ul li img{
	width: 80%;
	margin-bottom: 20px;
}
#section2 ul li h4{
	font-size: 1.6vw;
	line-height: 130%;
	margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
#section2{
	padding: 15vw 0;
}
#section2 h3{
	font-size: 12vw;
}
#section2 h3 span{
	font-size: 3vw;
}
#section2 ul{
	width: 100%;
	margin: 20px auto 0 auto;
	flex-direction: column;
}
#section2 ul li{
	padding-bottom: 40px;
}
#section2 ul li img{
	width: 60%;
	margin-bottom: 10px;
}
#section2 ul li h4{
	font-size: 6vw;
	line-height: 130%;
	margin-bottom: 10px;
}
}

#section3{
	padding: 8vw 0 6vw 0;
	background: #F3F3F3;
}
#section3 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section3 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1vw;
	letter-spacing: 0.5px;
}
#section3 ul{
	width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	justify-content: center;
    flex-wrap: wrap;
}
#section3 ul li{
	padding: 0 20px 50px 20px;
	box-sizing: border-box;
	width: 33%;
	text-align: center;
}
#section3 ul li img{
	padding-bottom: 10px;
}
#section3 ul li h4{
	font-size: 1.3vw;
	line-height: 130%;
	margin-bottom: 5px;
}
@media screen and (max-width: 896px) {
#section3{
	padding: 15vw 0 6vw 0;
	background: #F3F3F3;
}
#section3 h3{
	font-size: 12vw;
}
#section3 h3 span{
	font-size: 3vw;
}
#section3 ul{
	width: 90%;
	margin: 30px auto 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#section3 ul li{
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
#section3 ul li img{
	padding-bottom: 10px;
}
#section3 ul li h4{
	font-size: 3.3vw;
	line-height: 130%;
	margin-bottom: 5px;
}
#section3 ul li p{
	font-size: 3vw;
}
}
.link{
	background-color: #323233;
	padding: 40px 0;
}
.link ul{
	display: flex;
	justify-content: center;
}
.link ul li{
	margin-right: 20px;
	font-size: 1vw;
}
.link ul li a{
	display: block;
	line-height: 270%;
	border-radius: 100px;
	padding: 0 30px;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png") right 1vw center no-repeat;
	background-size: auto 45%;
	font-size: 1.4vw;
	width: 345px;
	text-align: center;
	font-weight: 700;
}
.link ul li:last-child a{
	background: #FFF url("../images/btn_icon4.png") right 1vw center no-repeat;
	background-size: auto 45%;
	color: #000;
}
@media screen and (max-width: 896px) {
.link{
	background-color: #323233;
	padding: 40px 0 20px 0;
}
.link ul{
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-items: center;
}
.link ul li{
	margin-right: 0;
	font-size: 1vw;
	width: 80%;
	margin-bottom: 20px;
}
.link ul li a{
	line-height: 300%;
	border-radius: 100px;
	background: #FC4D02 url("../images/btn_icon1.png") right 3vw center no-repeat;
	background-size: auto 45%;
	font-size: 4vw;
	width: 100%;
	display: block;
}
.link ul li:last-child a{
	background: #FFF url("../images/btn_icon4.png") right 3vw center no-repeat;
	background-size: auto 45%;
}
}
#section4{
	padding: 8vw 0 4vw 0;
}
#section4 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section4 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1vw;
	letter-spacing: 0.5px;
}
#section4 img{
	width: 354px;
}
#section4 .free{
	margin: 40px auto;
}
#section4 .free dl{
	text-align: center;
	background-color: #FD6E31;
	width: 1200px;
	border-radius: 20px;
	margin: 200px auto 0 auto;
	padding-bottom: 30px;
}
#section4 .free dl img{
	margin-top: -150px;
}
#section4 .free dl dd{
	font-size: 3vw;
	font-weight: 700;
	color: #FFF;
	line-height: 120%;
}
#section4 .free dl dd span{
	color: #1E1E1E;
	display: block;
	font-size: 1.5vw;
}
@media screen and (max-width: 896px) {
#section4{
	padding: 15vw 0 4vw 0;
}
#section4 h3{
	font-size: 12vw;
}
#section4 h3 span{
	font-size: 3vw;
}
#section4 img{
	width: 50%;
}
#section4 .free{
	margin: 40px auto;
}
#section4 .free dl{
	width: 90%;
	margin: 100px auto 0 auto;
	padding-bottom: 15px;
}
#section4 .free dl img{
	margin-top: -150px;
}
#section4 .free dl dd{
	font-size: 7vw;
	line-height: 140%;
}
#section4 .free dl dd span{
	font-size: 4vw;
}
}
#section5{
	padding: 8vw 0 6vw 0;
}
#section5 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
    font-weight: 700;
	line-height: 70%;
	margin-bottom: 20px;
}
#section5 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1vw;
	letter-spacing: 0.5px;
}
#section5 h4{
	color: #1E1E1E;
	font-weight: 700;
	font-size: 2vw;
	text-align: center;
	margin-bottom: 20px;
}
#section5 ul.flow{
	background-color: #323233;
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
#section5 ul.flow li{
	background: url("../images/sec5_arrow_pc.png") right center no-repeat;
	background-size: auto 100%;
	width: 25%;
	position: relative;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 60px 30px 60px  0;
}
#section5 ul.flow li:last-child{
	background: none;
}
#section5 ul.flow li span{
	opacity: 0.2;
	position: absolute;
	top:0px;
	left:20px;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 42px;
}
#section5 ul.txt{
	width: 1100px;
	margin: 30px auto 0 auto;
}
@media screen and (max-width: 896px) {
#section5{
	padding: 15vw 0 6vw 0;
}
#section5 h3{
	font-size: 12vw;
	margin-bottom: 10px;
}
#section5 h3 span{
	font-size: 3vw;
}
#section5 h4{
	font-size: 5vw;
}
#section5 ul.flow{
	display: flex;
	width: 90%;
	flex-direction: column;
}
#section5 ul.flow li{
	background: url("../images/sec5_arrow_sp.png") center bottom no-repeat;
	background-size: 100% auto;
	width: 100%;
	font-size: 5vw;
	padding: 60px 0px 80px  0;
}
#section5 ul.flow li span{
	top:0px;
	left:20px;
	font-size: 10vw;
}
#section5 ul.txt{
	width: 90%;
	margin: 30px auto 0 auto;
}
}
#section6{
	padding: 8vw 0;
	background-color: #F3F3F3;
}
#section6 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
    font-weight: 700;
	line-height: 70%;
	margin-bottom: 20px;
}
#section6 dl{
	width: 1100px;
	border-bottom: 1px solid #B6B6B6;
	padding: 40px 50px;
	margin: 0 auto;
}
#section6 dl dt{
	font-weight: 700;
	font-size: 1.3vw;
}
#section6 dl dt span{
	font-size: 2vw;
	padding-right: 30px;
}
#section6 dl dd{
	padding-left: 3.8vw;
}
#section6 dl:last-child{
	border: none;
}
#section6 dd ul{
  text-indent:-1em;
  padding-left:1em;
	margin-top: 20px;
}
#section6 a{
	color: #FD6E31;
}

@media screen and (max-width: 896px) {
#section6{
	padding: 15vw 0;
}
#section6 h3{
	font-size: 10vw;
}
#section6 dl{
	width: 85%;
	border-bottom: 1px solid #B6B6B6;
	padding: 20px 0px;
	margin: 0 auto;
}
#section6 dl dt{
	font-weight: 700;
	display: flex;
	font-size: 3.5vw;
	align-items: center;
}
#section6 dl dt span{
	font-size: 6vw;
	padding-right: 20px;
}
#section6 dl dd{
	padding-left: 3.8vw;
}
#section6 dl:last-child{
	border: none;
}
}

.fade-up{
  opacity:0;
  transform:translateY(40px);
  transition:
    opacity .8s cubic-bezier(.22,1,.36,1),
    transform .8s cubic-bezier(.22,1,.36,1);
}

.fade-up.show{
  opacity:1;
  transform:translateY(0);
}
