/* ==========================================================================
// reset
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display: block;
}
ul,ol {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
picture {
  font-size: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  word-wrap: break-word;
  word-break: break-all;
	margin: 0;
	padding: 0;
}
/* ==========================================================================
// base
========================================================================== */
html {
  font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.45rem;
  -webkit-text-size-adjust: 100%;
  color: #000;
  line-height: 1;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	background: #f4d7dd;
	min-width: 1024px;
  _display: inline;
  _zoom: 1;
}
@media screen and (max-width: 1023px) and (min-width: 751px) {
	body {
		min-width: 750px;
	}
}
@media screen and (max-width:750px) {
	body {
		min-width: 320px;
	}
}
b,
strong {
  font-weight: 700;
}
p {
	line-height: 1;
	font-weight: 500;
	font-feature-settings: "palt";
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: opacity .3s;
}
@media screen and (max-width:750px) {
	a {
		transition: none;
		-webkit-tap-highlight-color: rgba(255,255,255,.6);
	}
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.palt {
  font-feature-settings: "palt";
}
.object-fit {
  object-fit: cover;
}
.img-100 {
	width: 100%;
}
.none {
	display: none;
}
/* ==========================================================================
// contents style
========================================================================== */
#container {
  width: 100%;
  display: flex;
}
#wrapper {
	position: relative;
	width: 28%;
	margin: 0 auto;
	background: #f4d7dd;
	overflow: hidden;
	z-index: 10;
}
#container .pc-kv {
  position: sticky;
  top: 0;
  width: 36%;
  height: 100vh;
}
#container .pc-nav {
  position: sticky;
  top: 0;
  width: 36%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
	background: #edeceb;
}
@media screen and (max-width:1920px) {
	#wrapper {
		width: 550px;
	}
	#container .pc-kv,
	#container .pc-nav {
		width: calc( calc(100% - 550px) / 2 );
	}
}
@media screen and (max-width:1160px) {
	#container .pc-nav {
    display: none;
  }
	#container .pc-kv {
		width: calc(100% - 550px);
	}
}
@media screen and (max-width:750px) {
  #container .pc-kv {
    display: none;
  }
	#wrapper {
		width: 100%;
	}
}

/*------------------------
 pc-kv
------------------------*/
.pc-kv .swiper-container {
	position: relative;
	z-index: 1;
}
.pc-kv h1 {
  position: absolute;
	width: 68.5%;
	z-index: 3;
	left: 16%;
	bottom: 14.8148%;
}
.pc-kv .logo {
	width: 17.518%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.pc-kv .logo a {
  transition: .4s;
}
.pc-kv .logo a:hover {
  opacity: .8;
}
.pc-kv .mv-txt01 {
	position: absolute;
	width: 7.5912%;
	z-index: 2;
	top: 6.9444%;
	right: 14.5985%;
}
.pc-kv .mv-txt02 {
	position: absolute;
	width: 26.277%;
	right: 5.8394%;
	bottom: 4.6296%;
	z-index: 2;
}
.pc-kv ul li img {
	object-fit: cover;
  width: 100%;
  height: 100vh;
	aspect-ratio: 685 / 1080;
}

/*------------------------
 pc-nav
------------------------*/
.pc-nav nav {
	position: relative;
	z-index: 2;
	top: 38.888%;
}
.pc-nav nav h2 {
	width: 16.6rem;
  margin: 0 auto 4.5rem;
}
.pc-nav nav .g-nav {
  margin-bottom: 5rem;
}
.pc-nav nav .g-nav li {
  margin: 0 auto 3rem;
}
.pc-nav nav .g-nav li:last-child {
  margin-bottom: 0;
}
.pc-nav nav .g-nav li.g-nav__top {
  width: 4.3rem;
}
.pc-nav nav .g-nav li.g-nav__feature {
  width: 9.8rem;
}
.pc-nav nav .g-nav li.g-nav__coordinate {
  width: 15.8rem;
}
.pc-nav nav .g-nav li.g-nav__contact {
  width: 11.2rem;
}
.pc-nav nav .g-nav li a {
  display: block;
  transition: .4s;
}
.pc-nav nav .g-nav li a:hover {
  opacity: .4;
}
.pc-nav nav .l-nav {
	width: 25.2rem;
}
.pc-nav nav .l-nav li:not(:last-child) {
  margin-bottom: 2rem;
}
.pc-nav nav .l-nav li a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #595757;
  border-radius: 3rem;
  padding: 15px 0;
  transition: .4s;
  letter-spacing: .03em;
}
.pc-nav nav .l-nav li a:hover {
  background: #f7b52c;
}
.pc-nav nav .sns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.pc-nav nav .sns-nav li:not(:last-child) {
  margin-right: 2rem;
}
.pc-nav nav .sns-nav li a {
	display: block;
  width: 2.2rem;
  transition: .4s;
}
.pc-nav nav .sns-nav li a:hover {
  opacity: .7;
}
.pc-nav .nav-copy {
  position: absolute;
	width: 100%;
  bottom: 3.7%;
}
.pc-nav .nav-copy p {
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1;
	text-align: center;
}
.pc-nav .nav-copy a {
  display: block;
  width: 6.6rem;
	position: absolute;
	right: 6.56934%;
	bottom: -.5em;
}
.pc-nav .nav-vest {
	position: absolute;
	top: 0;
	right: 0;
	width: 85.83941%;
	z-index: 1;
}
.pc-nav .nav-copy a:hover {
	opacity: .7;
}
@media screen and (max-width:1600px) {
	.pc-nav .nav-copy p {
		text-align: left;
		padding-left: 6.56934%;
	}
}
@media screen and (max-width:1439px) {
	.pc-nav .nav-copy p {
		text-align: center;
		padding-left: 0;
		letter-spacing: .1em;
	}
	.pc-nav .nav-copy a {
		position: relative;
		right: inherit;
		bottom: inherit;
		text-align: center;
		margin: 1em auto 0;
	}
}
@media screen and (max-height: 1079px) {
	.pc-nav .nav-vest {
		width: 75.83941%;
	}
}
@media screen and (min-width: 2400px) and (max-height: 1100px) {
	.pc-nav nav {
		top: 10%;
	}
	.pc-nav .nav-vest {
		display: none;
	}
}
@media screen and (max-width: 1439px) and (max-height: 1100px) {
	.pc-nav nav {
		top: 6%;
	}
	.pc-nav .nav-vest {
		display: none;
	}
}
@media screen and (max-height: 900px) {
	.pc-nav nav {
		top: 6%;
	}
	.pc-nav .nav-vest {
		display: none;
	}
}

/*------------------------
 fv
------------------------*/
.fv {
	position: relative;
	width: 100%;
	display: none;
}
.fv img {
	width: 100%;
}
.fv h1 {
	position: absolute;
	width: 72.5333%;
	z-index: 2;
	left: 13.333%;
	bottom: 14.85%;
}
.fv .logo {
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fv .mv-txt01 {
	position: absolute;
	width: 9.4666%;
	z-index: 2;
	top: 8.7%;
	right: 14.666%;
}
.fv .mv-txt02 {
	position: absolute;
	width: 32%;
	right: 4%;
	bottom: -6.99%;
	z-index: 3;
}
.fv ul li img {
	object-fit: cover;
	aspect-ratio: 750 / 1145;
	border-radius: 0 0 0 20rem;
}
@media screen and (max-width:750px) {
	.fv {
		display: block;
	}
	.fv ul li img {
		border-radius: 0 0 0 10rem;
	}
}
.fv .swiper-container {
	position: relative;
	z-index: 1;
}

/*------------------------
 intro
------------------------*/
.intro {
	margin-top: 4.5rem;
}
.intro .intro-txt01 {
	font-size: clamp(1.45rem, 3.5vw, 2.3rem);
	font-weight: 500;
	text-align: center;
	line-height: 2;
	letter-spacing: .05em;
}
.intro .intro-txt02 {
	width: 75.333%;
	margin: 0 auto;
	margin-top: clamp(3.5rem, 9.333vw, 7rem);
}
.intro .intro-ph01 {
	width: 95%;
	margin: 0 auto;
	margin-top: clamp(2rem, 5.333vw, 4rem);
}
.intro ul {
	margin-top: clamp(4rem, 10.666vw, 8rem);
	padding: 0 3rem;
}
.intro ul li {
	width: 89.85%;
	margin-top: clamp(1.5rem, 4%, 3rem);
}
.intro ul li:last-child {
	margin-bottom: 0;
}
.intro ul li:nth-child(2n) {
	margin-left: auto;
}
.intro ul li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #fff;
	padding: clamp(1.5rem, 4%, 3rem);
	border-radius: min(5vw, 4rem);
}
.intro ul li a figure {
	width: 34%;
}
.intro ul li:nth-child(2n) a figure {
	order: 2;
}
.intro ul li a dl {
	width: 60%;
}
.intro ul li:nth-child(2n) a dl {
	order: 1;
	padding-left: 1.5rem;
}
.intro ul li a dl dt {
	width: 85.7%;
	margin-bottom: clamp(1rem, 2.66%, 2rem);
}
.intro ul li a dl dd p {
	font-size: clamp(1.75rem, 3.25vw, 2.3rem);
	font-weight: 700;
	line-height: 1.285;
}
.intro ul li:nth-child(2n) a dl dd p {
	line-height: 1.4285;
}
.intro ul li a dl dd p span {
	color: #f7b52c;
	font-weight: 700;
}
@media screen and (max-width:750px) {
	.intro {
		margin-top: 9rem;
	}
	.intro ul {
		padding: 0 1.5rem;
	}
	.intro ul li:nth-child(2n) a dl {
		padding-left: .75rem;
	}
	.intro ul li:nth-child(1) a dl dd p,
	.intro ul li:nth-child(2) a dl dd p {
		letter-spacing: -.05em;
	}
}

/*------------------------
 cv
------------------------*/
.cv {
	margin-top: clamp(9rem, 20vw, 14rem);
	padding-top: clamp(9rem, 20vw, 14rem);
	padding-bottom: clamp(9rem, 20vw, 14rem);
	background: #fffadc;
	border-radius: 20rem 0 0 0;
}
.cv .inner {
	width: 80%;
	margin: 0 auto;
}
.cv h2 {
	width: 94.8333%;
	margin: 0 auto;
	margin-bottom: clamp(3rem, 8%, 6rem);
}
.cv h2 + p {
	font-size: clamp(1.45rem, 3.5vw, 2.1rem);
	font-weight: 500;
	text-align: center;
	line-height: 2;
	letter-spacing: .05em;
}
.cv .cv-vest,
.cv2 .cv-vest {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: clamp(2.5rem, 6.66%, 5rem);
}
.cv .cv-vest li,
.cv2 .cv-vest li {
	width: calc(100% / 3);
	position: relative;
	aspect-ratio: 200 / 294;
	height: 100%;
}
.cv .cv-vest li img,
.cv2 .cv-vest li img {
	display: block;
	width: 93%;
	object-fit: cover;
	aspect-ratio: 200 / 294;
	margin: 0 auto;
}
.cv .cv-vest li.switch img,
.cv2 .cv-vest li.switch img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.cv .cv-vest li.switch img.show,
.cv2 .cv-vest li.switch img.show {
	opacity: 1;
	visibility: visible;
}
.cv .cv-vest li span,
.cv2 .cv-vest li span {
	display: block;
	font-size: clamp(1rem, 2.5vw, 1.5rem);
	text-align: center;
	font-weight: bold;
	margin-bottom: clamp(-.85rem, -2%, -1.5rem);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.cv .cv-vest + p {
	font-size: clamp(1.15rem, 2.75vw, 1.75rem);
	margin-top: clamp(3rem, 8%, 6rem);
	line-height: 1.7;
	text-align: justify;
}
.cv .cv-btn {
	margin-top: clamp(3rem, 8%, 6rem);
}
.cv .cv-btn li:not(:last-child) {
	margin-bottom: clamp(1.5rem, 4%, 3rem);
}
.cv .cv-btn li a,
.cv2 .cv-btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	position: relative;
	color: #fff;
	background: #595757;
	border-radius: 45px;
	font-size: clamp(1.8rem, 4.5vw, 3rem);
	font-weight: bold;
	letter-spacing: .1em;
	transition: .4s;
}
.cv .cv-btn li a::before,
.cv2 .cv-btn li a::before,
.cv .cv-btn li a::after,
.cv2 .cv-btn li a::after {
	content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: clamp(2rem, 6.66%, 4rem);
  width: clamp(1rem, 2.66vw, 2rem);
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.cv .cv-btn li a::before,
.cv2 .cv-btn li a::before {
	transform: rotate(45deg);
}
.cv .cv-btn li a::after,
.cv2 .cv-btn li a::after {
	transform: rotate(-45deg);
}
.cv .cv-btn li a:hover,
.cv2 .cv-btn li a:hover {
	background: #f7b52c;
}
@media screen and (max-width:750px) {
	.cv {
		border-radius: 10rem 0 0 0;
	}
	.cv .cv-btn li a,
	.cv2 .cv-btn li a {
		height: 5rem;
		transition: none;
	}
	.cv .cv-btn li a:hover,
	.cv2 .cv-btn li a:hover {
		background: #595757;
	}
}

/*------------------------
 feature
------------------------*/
.feature {
	position: relative;
	background: #fffadc;
	padding-top: clamp(9.5rem, 20vw, 14rem);
}
.feature::before {
	content: "";
	display: block;
	border-radius: 0 20rem 0 0;
	width: 100%;
	height: 14rem;
	background: #cce5e2;
	position: absolute;
	top: 0;
	left: 0;
}
.feature .inner {
	position: relative;
	background: #cce5e2;
	padding-bottom: clamp(9rem, 20vw, 14rem);
	z-index: 2;
}
.feature h2 {
	width: 44.9%;
	margin: 0 auto;
	margin-bottom: clamp(7rem, 18.666%, 14rem);
}
.feature .feature-ph {
	position: relative;
	left: 10.666%;
	width: 97.333%;
	margin-left: auto;
	margin-bottom: clamp(3.5rem, 9.333%, 7rem);
}
.feature .feature-box:nth-of-type(2) .feature-ph,
.feature .feature-box:nth-of-type(4) .feature-ph {
	left: -10.666%;
	margin-left: 0;
}
.feature .feature-ph figure {
	width: 100%;
}
.feature .feature-ph span {
	width: 14.657%;
	position: absolute;
	left: -3.125%;
	bottom: -4.6875%;
}
.feature .feature-box:nth-of-type(2) .feature-ph span {
	width: 17.534%;
	left: 84.9315%;
}
.feature .feature-box:nth-of-type(3) .feature-ph span {
	width: 17.26%;
}
.feature .feature-box:nth-of-type(4) .feature-ph span {
	width: 17.671%;
	left: 84.9315%;
}
.feature .feature-ph i {
	width: 19%;
	position: absolute;
	left: -9.58%;
	top: 12.5%;
}
.feature .feature-box:nth-of-type(2) .feature-ph i {
	left: 90.4%;
}
.feature .feature-box:nth-of-type(4) .feature-ph i {
	left: 90.4%;
	top: 37.333%;
}
.feature-box {
	margin-bottom: clamp(8rem, 21.333%, 16rem);
}
.feature .feature-box:nth-of-type(4) {
	margin-bottom: clamp(3.5rem, 9.333%, 7rem);
}
.feature-box h3 {
	position: relative;
	font-size: clamp(2.625rem, 4vw, 3.6rem);
	font-weight: bold;
	text-align: center;
	line-height: 1.538;
	margin-bottom: clamp(3rem, 8%, 6rem);
	letter-spacing: -.03em;
}
.feature-box h3 span {
	font-weight: bold;
	position: relative;
	padding: 0 .1em;
}
.feature-box h3 span::after {
	content: "";
	display: inline-block;
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
}
.feature-box h3 strong {
	color: #f7b52c;
	font-weight: bold;
}
.feature-box h3 + p {
	width: 80.333%;
	margin: 0 auto;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}
.feature-box + figure {
	width: 79.8666%;
	position: relative;
	left: 12%;
}
@media screen and (max-width:750px) {
	.feature::before {
		border-radius: 0 10rem 0 0;
	}
}

/*------------------------
 cv2
------------------------*/
.cv2 {
	position: relative;
	background: #cce5e2;
	padding-top: clamp(11.75rem, 31.333%, 23.5rem);
}
.cv2::before {
	content: "";
	display: block;
	border-radius: 20rem 0 0 0;
	width: 100%;
	height: 30rem;
	background: #fffadc;
	position: absolute;
	top: 0;
	left: 0;
}
.cv2 .inner {
	background: #fffadc;
	padding-top: clamp(5rem, 13.333%, 10rem);
	padding-bottom: clamp(4rem, 12.3%, 8rem);
}
.cv2 .cv-vest {
	width: 86.666%;
	margin: 0 auto;
	margin-bottom: clamp(3.75rem, 11.538%, 7.5rem);
}
.cv2 .cv2-box {
	width: 86.666%;
	margin: 0 auto;
}
.cv2 .cv2-box h3 {
	font-size: clamp(1.75rem, 3.9vw, 2.9rem);
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: clamp(.75rem, 2.3%, 1.5rem);
	padding-bottom: clamp(.75rem, 2.3%, 1.5rem);
	margin-bottom: clamp(2rem, 6.1538%, 4rem);
}
.cv2 .cv2-box h3 span {
	font-size: 70%;
}
.cv2 .cv2-box h3 + p {
	font-size: clamp(1.1rem, 2.5vw, 2rem);
	line-height: 1.4;
}
.cv2 .cv2-box h3 + p span {
	font-size: clamp(1.2rem, 3vw, 2.2rem);
	display: block;
	font-weight: bold;
	margin-bottom: clamp(1.25rem, 3.846%, 2.5rem);
}
.cv2 .cv2-note {
	width: 100%;
	margin: 0 auto;
	margin-top: clamp(2rem, 6.1538%, 4rem);
}
.cv2 .cv-btn {
	width: 90%;
	margin: 0 auto;
	margin-top: clamp(4rem, 12.3%, 8rem);
	margin-bottom: clamp(4rem, 12.3%, 8rem);
}
.cv2 .cv2-bnr {
	width: 90%;
	margin: 0 auto;
}
.cv2 .pagetop {
	width: 14.15%;
	margin: 0 auto;
	margin-top: clamp(3.5rem, 10.77%, 7rem);
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.loop-slider {
  overflow: hidden;
}
.loop-slider__wrapper {
  display: flex;
  width: max-content;
}
.loop-slider__items {
  display: flex;
  animation: infinity-scroll 40s linear infinite both;
}
.loop-slider__items img {
  width: auto;
  height: 75rem;
}
@media screen and (max-width:750px) {
	.cv2::before {
		border-radius: 10rem 0 0 0;
	}
	.loop-slider__items img {
		height: 37.5rem;
	}
}

/*------------------------
 footer
------------------------*/
footer {
	background: #333;
	padding-top: clamp(5rem, 13.3%, 10rem);
	padding-bottom: clamp(2rem, 5.333%, 4rem);
}
footer h2 {
	width: 70%;
	margin: 0 auto;
	margin-bottom: clamp(4rem, 10.666%, 8rem);
}
.f-btn {
	width: 70%;
	margin: 0 auto;
	margin-bottom: clamp(4rem, 10.666%, 8rem);
}
.f-btn li:not(:last-child) {
	margin-bottom: 4.44%;
}
.f-btn li a {
	display: block;
	background: #fff;
	border-radius: 40px;
	text-align: center;
	font-size: clamp(1.5rem, 3.5vw, 2.5rem);
	font-weight: bold;
	color: #000;
	padding: 2rem;
}
.f-sns {
	display: flex;
	justify-content: center;
	margin-bottom: clamp(3.5rem, 10.77%, 7rem);
}
.f-sns li {
	width: 7.2%;
}
.f-sns li:not(:last-child) {
	margin-right: 6.66%;
}
.f-sns li a {
	display: block;
	width: 100%;
}
.f-links {
	width: 82.666%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 5.333%, 4rem);
}
.f-links li a {
	color: #fff;
	font-size: clamp(1.2rem, 2.3vw, 1.7rem);
	font-weight: bold;
	letter-spacing: .05em;
}
.f-links li a:hover {
	text-decoration: underline;
}
.f-copy {
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-copy p {
	font-size: clamp(.9rem, 2vw, 1.35rem);
	letter-spacing: .2em;
	margin-right: 2.666%;
	color: #fff;
}
.f-copy a {
	width: 13.333%;
}
@media screen and (max-width:750px) {
	.f-btn li a {
		padding: 1rem;
	}
	.f-links li a:hover {
		text-decoration: none;
	}
}

/*------------------------
 view anime
------------------------*/
@-webkit-keyframes fade-in {
	0% {
		transform: translateY(0px) scale(0.45);
		opacity: 0;
	}
	100% {
    transform: translateY(0) scale(1);
    opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		transform: translateY(0px) scale(0.45);
		opacity: 0; }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1; }
}
.is-fade_in {
	opacity: 0;
}
.is-fade_in.is-fade_in--done {
	opacity: 1;
  -webkit-animation: fade-in .75s ease 0s;
  animation: fade-in .75s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes pop {
	0% {
    transform: scale(0, 0);
	}
	60% {
		transform: scale(0.5, 0.5);
	}
	80% {
		transform: scale(1.07, 1.07);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes pop-loop {
	0% {
    transform: scale(1, 1);
	}
	90% {
		transform: scale(.96, .96);
	}
	95% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
}
.pop {
	animation: pop .6s steps(1) 0s forwards, pop-loop 2s steps(1) .6s infinite;
	animation-delay: -.2s;
}