/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	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,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

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

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

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 768px;
}

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

.header {
	left: 50%;
	max-width: 768px;
	padding-left: 18px;
	position: absolute;
	top: 16px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 20;
}

.header__logo {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 20px;
}

.header__logo a {
	display: block;
}

.header__logo img {
	display: block;
	height: auto;
	width: 127px;
}

.fixed-cta {
	background: #fff;
	bottom: 0;
	display: flex;
	gap: 9px;
	left: 50%;
	max-width: 768px;
	padding: 11px 18px;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 50;
}

.fixed-cta__btn {
	align-items: center;
	border-radius: 10px;
	display: flex;
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 16px 10px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fixed-cta__btn:hover {
	opacity: 0.8;
}

.fixed-cta__btn svg {
	flex-shrink: 0;
}

.fixed-cta__btn--contact {
	background: #94BF34;
	color: #fff;
}

.fixed-cta__btn--tel {
	background: #FF6C99;
	color: #fff;
}

.p-fv {
	background: #94BF34;
	border-radius: 0 0 60px 60px;
	padding-bottom: 0;
	padding-top: 15px;
	position: relative;
}

.p-fv__img img {
	-o-object-fit: cover;
	display: block;
	height: 743px;
	object-fit: cover;
	width: 100%;
}

.p-fv__badges {
	display: flex;
	gap: 7px;
	margin-bottom: -30px;
	margin-top: -130px;
	padding: 0 33px;
	position: relative;
	z-index: 3;
}

.p-fv__badge {
	background: #FF6C99;
	border-radius: 10px;
	color: #fff;
	flex: 1;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
}

.p-fv__badge-text {
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.p-fv__badge-number {
	display: block;
	font-size: 24px;
	line-height: 1.3;
}

.p-fv__badge-number span {
	font-size: 16px;
}

.p-fv__message {
	background: #fff;
	border-radius: 0 50px 0 0;
	margin: 0;
	padding: 70px 33px 40px;
	position: relative;
	z-index: 2;
}

.p-fv__title {
	color: #94BF34;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6;
}

.p-fv__subtitle {
	color: #717171;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 12px;
}

.p-fv__scroll {
	align-items: flex-start;
	bottom: 30px;
	display: flex;
	gap: 6px;
	position: absolute;
	right: 30px;
	z-index: 4;
}

.p-fv__scroll-text {
	color: #94BF34;
	font-size: 10px;
	font-weight: 600;
	writing-mode: vertical-rl;
}

.p-fv__scroll-arrow {
	background-color: #94BF34;
	display: inline-block;
	height: 61px;
	position: relative;
	width: 2px;
}

.p-fv__scroll-arrow::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 20px;
	left: calc(50% - 1px);
	position: absolute;
	transform: rotate(-45deg);
	transform-origin: 50% calc(100% - 1px);
	width: 2px;
}

.p-worries {
	background: #94BF34;
	border-radius: 0 0 60px 60px;
	padding: 50px 0 15px;
}

.p-worries__inner {
	padding: 0 33px;
}

.p-worries__title {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.p-worries__title span {
	border-bottom: 2px solid #fff;
}

.p-worries__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-worries__item {
	align-items: center;
	background: #fff;
	border-radius: 20px 20px 20px 0;
	display: flex;
	height: 64px;
	padding: 0 20px 0 90px;
	position: relative;
}

.p-worries__item p {
	color: #94BF34;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.p-worries__circle {
	align-items: center;
	background: #FF6C99;
	border-radius: 50%;
	display: flex;
	height: 72px;
	justify-content: center;
	left: -10px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 72px;
}

.p-worries__circle span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
}

.p-worries__solution {
	margin-top: 25px;
	text-align: center;
}

.p-worries__solution-title {
	color: #e2ff00;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
}

.p-worries__solution-triangle {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e2ff00;
	height: 0;
	margin: 10px auto 0;
	text-align: center;
	width: 0;
}

.p-solution {
	background: #fff;
	padding: 50px 0 60px;
	text-align: center;
}

.p-solution__inner {
	padding: 0 33px;
}

.p-solution__triangle {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 30px solid #94BF34;
	height: 0;
	margin: 0 auto 30px;
	width: 0;
}

.p-solution__title {
	color: #94BF34;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
}

.p-solution__text {
	color: #333;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 30px;
}

.p-solution__circles {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 280px;
}

.p-solution__circle {
	align-items: center;
	background: #94BF34;
	border-radius: 50%;
	display: flex;
	height: 120px;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
}

.p-solution__circle span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-services {
	background: #fff;
	padding: 60px 0 80px;
}

.p-services__inner {
	padding: 0 33px;
}

.p-services__title {
	color: #94BF34;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 23px;
	text-align: center;
}

.p-services__subtitle {
	color: #94BF34;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}

.p-services__note {
	color: #717171;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: center;
}

.p-services__items {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.p-services__item {
	position: relative;
}

.p-services__item-label {
	background: #94BF34;
	border-radius: 20px 20px 20px 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: -15px;
	padding: 14px 25px;
	position: relative;
	z-index: 2;
}

.p-services__item-img {
	margin-bottom: 15px;
}

.p-services__item-img img {
	-o-object-fit: cover;
	display: block;
	height: 182px;
	object-fit: cover;
	width: 100%;
}

.p-services__item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-services__item-list li {
	color: #FF6C99;
	font-size: 16px;
	line-height: 1.8;
	padding-left: 18px;
	position: relative;
}

.p-services__item-list li::before {
	color: #FF6C99;
	content: "●";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0;
}

.p-reasons {
	background: #94BF34;
	padding: 60px 0 80px;
}

.p-reasons__inner {
	padding: 0 33px;
}

.p-reasons__heading {
	margin-bottom: 25px;
}

.p-reasons__heading h2 {
	background: #fff;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	color: #94BF34;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	padding: 18px 30px;
}

.p-reasons__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-reasons__item {
	background: #fff;
	border-radius: 30px 30px 30px 0;
	padding: 30px 25px;
	text-align: center;
}

.p-reasons__item-icon {
	margin-bottom: 15px;
}

.p-reasons__item-icon svg {
	height: auto;
	width: 55px;
}

.p-reasons__item-title {
	color: #94BF34;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}

.p-reasons__item-number {
	font-size: 34px;
}

.p-reasons__item-number span {
	font-size: 27px;
}

.p-reasons__item-text {
	color: #717171;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	text-align: left;
}

.p-staff {
	background: #fff;
	padding: 60px 0 80px;
}

.p-staff__inner {
	padding: 0 33px;
}

.p-staff__heading {
	margin-bottom: 30px;
}

.p-staff__heading h2 {
	background: #94BF34;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding: 18px 30px;
	text-align: center;
	width: 100%;
}

.p-staff__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.p-staff__item-img {
	margin-bottom: 12px;
}

.p-staff__item-img img {
	-o-object-fit: cover;
	display: block;
	height: 190px;
	object-fit: cover;
	width: 100%;
}

.p-staff__item-name {
	color: #121212;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.p-staff__item-text {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.p-case {
	background: #94BF34;
	padding: 0;
}

.p-case__inner {
	padding: 60px 33px 70px;
}

.p-case__heading {
	margin-bottom: 25px;
}

.p-case__heading h2 {
	background: #fff;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	color: #94BF34;
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding: 18px 30px;
	text-align: center;
	width: 100%;
}

.p-case__card {
	background: #fff;
	border-radius: 10px;
	padding: 30px 27px;
}

.p-case__card-img {
	margin-bottom: 15px;
}

.p-case__card-img img {
	border-radius: 5px;
	display: block;
	height: auto;
	width: 100%;
}

.p-case__card-meta {
	margin-bottom: 15px;
}

.p-case__card-meta p {
	color: #94BF33;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.p-case__card-text p {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.p-flow {
	background: #94BF34;
}

.p-flow__inner {
	padding: 65px 0;
}

.p-flow__heading {
	margin-bottom: 25px;
	width: 100%;
}

.p-flow__heading h2 {
	background: #fff;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	color: #94BF34;
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding: 18px 30px;
}

.p-flow__items {
	background: #D5E5B3;
	border-radius: 40px;
	padding: 60px 25px;
}

.p-flow__item {
	background: #fff;
	border: 2px solid #94bf34;
	border-radius: 15px;
	padding: 15px 20px;
	text-align: center;
}

.p-flow__item-title {
	color: #94bf34;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.p-flow__item-text {
	color: #94bf34;
	font-size: 13px;
	line-height: 1.5;
}

.p-flow__arrow {
	padding: 8px 0;
	text-align: center;
}

.p-flow__arrow::after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #94BF34;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
}

.p-faq {
	background: #94BF34;
	padding: 0 0 80px;
}

.p-faq__inner {
	padding: 0 33px;
}

.p-faq__heading {
	margin-bottom: 25px;
}

.p-faq__heading h2 {
	background: #fff;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
	color: #94BF34;
	display: block;
	font-size: 22px;
	font-weight: 600;
	padding: 18px 30px;
	text-align: center;
	width: 100%;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-youtube {
	background: #fff;
	padding: 60px 0;
}

.p-youtube__inner {
	padding: 0 33px;
}

.p-youtube__title {
	color: #94BF34;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4285714286;
	margin-bottom: 15px;
	text-align: center;
}

.p-youtube__subtitle {
	color: #717171;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.875;
	margin-bottom: 25px;
	text-align: center;
}

.p-youtube__main {
	margin-bottom: 15px;
}

.p-youtube__main img {
	border-radius: 8px;
	display: block;
	height: auto;
	width: 100%;
}

.p-youtube__thumbnails {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}

.p-youtube__thumbnails img {
	-o-object-fit: cover;
	border-radius: 5px;
	display: block;
	height: 84px;
	object-fit: cover;
	width: 100%;
}

.p-cta {
	background: #F0F4E7;
	padding: 60px 0 80px;
}

.p-cta__inner {
	padding: 0 33px;
}

.p-cta__message {
	margin-bottom: 30px;
	text-align: center;
}

.p-cta__title {
	color: #94BF34;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4666666667;
	margin-bottom: 20px;
}

.p-cta__text-wrapper {
	position: relative;
}

.p-cta__text {
	color: #717171;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 47px;
	position: relative;
	z-index: 1;
}

.p-cta__dashes {
	display: flex;
	flex-direction: column;
	gap: 46px;
	left: 0;
	position: absolute;
	right: 0;
	top: 47px;
}

.p-cta__dashes span {
	border-top: 1px dashed #A7B587;
	display: block;
	width: 100%;
}

.p-cta__info {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 25px 15px;
}

.p-cta__info p {
	color: #FF6C99;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: center;
}

.p-cta__images {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-cta__images img {
	-o-object-fit: cover;
	border-radius: 8px;
	display: block;
	height: 184px;
	object-fit: cover;
	width: 100%;
}

.p-app {
	background: #fff;
	padding: 0;
}

.p-app__inner img {
	display: block;
	height: auto;
	width: 100%;
}

.p-company-info {
	background: #94BF34;
	padding: 60px 0 40px;
}

.p-company-info__inner {
	padding: 0 33px;
}

.p-company-info__images {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}

.p-company-info__images img {
	-o-object-fit: cover;
	border-radius: 8px;
	display: block;
	height: 184px;
	object-fit: cover;
	width: 100%;
}

.p-company-info__details {
	text-align: center;
}

.p-company-info__details p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.1875;
}

.p-footer {
	background: #94BF34;
	padding: 40px 0 120px;
	text-align: center;
}

.p-footer__inner {
	padding: 0 33px;
}

.p-footer__details {
	margin-bottom: 20px;
}

.p-footer__details p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.1875;
	text-align: center;
}

.p-footer__copyright {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.4375;
}

.p-qa__item {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.p-qa__question {
	align-items: flex-start;
	background: #94BF34;
	border-radius: 10px 10px 10px 0;
	display: flex;
	gap: 0;
	margin: 15px 20px 0;
}

.p-qa__question-label {
	color: #fff;
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	padding: 15px 0 15px 15px;
}

.p-qa__question-text {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	padding: 15px 15px 15px 4px;
}

.p-qa__answer {
	padding: 15px 20px 20px;
}

.p-qa__answer-text {
	color: #94BF34;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
}

.fade-in {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.fade-in.is-in-view {
	opacity: 1;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.scale-in {
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 1s ease, transform 1s ease;
}

.scale-in.is-in-view {
	opacity: 1;
	transform: scale(1);
}

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

.fixed-cta__btn {
	font-size: 20px;
}

.p-fv__badges {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}

.p-fv__badge-text {
	font-size: 20px;
}

.p-fv__badge-number {
	font-size: 30px;
}

.p-fv__badge-number span {
	font-size: 20px;
}

.p-fv__message {
	margin: 0 auto;
	max-width: 768px;
}

.p-fv__title {
	font-size: 30px;
}

.p-fv__subtitle {
	font-size: 20px;
}

.p-fv__scroll-text {
	font-size: 12px;
}

.p-worries__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-worries__title {
	font-size: 32px;
}

.p-worries__item {
	height: 80px;
	padding: 0 25px 0 110px;
}

.p-worries__item p {
	font-size: 21px;
}

.p-worries__circle {
	height: 90px;
	width: 90px;
}

.p-worries__circle span {
	font-size: 17px;
}

.p-worries__solution-title {
	font-size: 32px;
}

.p-solution__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-solution__title {
	font-size: 34px;
}

.p-solution__text {
	font-size: 21px;
}

.p-solution__circles {
	gap: 20px;
	max-width: 380px;
}

.p-solution__circle {
	height: 160px;
	width: 160px;
}

.p-solution__circle span {
	font-size: 18px;
}

.p-services__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-services__title {
	font-size: 36px;
}

.p-services__subtitle {
	font-size: 16px;
}

.p-services__note {
	font-size: 20px;
}

.p-services__item-label {
	font-size: 22px;
}

.p-services__item-img img {
	height: auto;
}

.p-services__item-list li {
	font-size: 20px;
}

.p-services__item-list li::before {
	font-size: 20px;
}

.p-reasons__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-reasons__heading h2 {
	font-size: 28px;
}

.p-reasons__item-icon svg {
	width: 70px;
}

.p-reasons__item-title {
	font-size: 34px;
}

.p-reasons__item-number {
	font-size: 42px;
}

.p-reasons__item-number span {
	font-size: 34px;
}

.p-reasons__item-text {
	font-size: 20px;
}

.p-staff__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-staff__heading h2 {
	font-size: 28px;
}

.p-staff__item-img img {
	height: auto;
}

.p-staff__item-name {
	font-size: 22px;
}

.p-staff__item-text {
	font-size: 18px;
}

.p-case__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-case__heading h2 {
	font-size: 28px;
}

.p-case__card-meta p {
	font-size: 20px;
}

.p-case__card-text p {
	font-size: 18px;
}

.p-flow__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-flow__heading h2 {
	font-size: 28px;
}

.p-flow__item-title {
	font-size: 22px;
}

.p-flow__item-text {
	font-size: 16px;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-faq__heading h2 {
	font-size: 28px;
}

.p-youtube__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-youtube__title {
	font-size: 36px;
}

.p-youtube__subtitle {
	font-size: 20px;
}

.p-youtube__thumbnails img {
	height: auto;
}

.p-cta__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-cta__title {
	font-size: 38px;
}

.p-cta__text {
	font-size: 21px;
}

.p-cta__info p {
	font-size: 20px;
}

.p-cta__images img {
	height: auto;
}

.p-app__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-company-info__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-company-info__images img {
	height: auto;
}

.p-company-info__details p {
	font-size: 20px;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 768px;
}

.p-footer__details p {
	font-size: 20px;
}

.p-footer__copyright {
	font-size: 20px;
}

.p-qa__question-label {
	font-size: 18px;
}

.p-qa__question-text {
	font-size: 18px;
}

.p-qa__answer-text {
	font-size: 18px;
}

}

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

.header {
	max-width: 375px;
}

.p-fv__img img {
	height: 483px;
}

}

@keyframes scroll-bounce {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(10px);
}

}

