@charset "UTF-8";
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,
a,
samp,
small,
strong,
sub,
sup,
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%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1.5;
}

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

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.container {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.top {
  background-color: #474B51;
  padding: 10px 0;
}
.topHeading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.topHeading .pink {
  color: #FFC0CB;
}
.topHeading .green {
  color: #9af1d4;
}
@media (max-width: 480px) {
  .topHeading {
    font-size: 16px;
  }
}

.survey {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  background-image: url(../img/survey_bg.png);
  background-position: 0 0;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey .surveyInner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.survey .surveyInner .surveyMain {
  width: 700px;
  height: auto;
  border-radius: 12px;
  margin: auto;
}
.survey .surveyInner .surveyMain .surveybox {
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch .surveyCatchHeading {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px;
  line-height: 45px;
  font-size: 24px;
  color: #FFF;
  white-space: nowrap;
  font-family: "M PLUS 1p", sans-serif;
  background: #E84840; /*真ん中の背景色*/
}
.survey .surveyInner .surveyMain .surveybox .topHeading {
  margin-bottom: 10px;
  font-family: "M PLUS 1p", sans-serif;
}
.survey .surveyInner .surveyMain .surveybox .topHeading p {
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.survey .surveyInner .surveyMain .surveybox .statusBar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 15px;
  padding-top: 30px;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem {
  width: 16.6%;
  font-size: 18px;
  height: 10px;
  color: #333c5e;
  background-color: #FFF;
  border-right: 1px solid #fff;
  margin-top: 0;
  position: relative;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem span {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain .surveybox .statusBar .statusItem span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .survey .surveyInner .surveyMain .surveybox .statusBar .statusItem span {
    font-size: 12px;
    top: -24px;
  }
}
@media (max-width: 400px) {
  .survey .surveyInner .surveyMain .surveybox .statusBar .statusItem span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .survey .surveyInner .surveyMain .surveybox .statusBar .statusItem {
    width: 15%;
  }
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem.current {
  background-color: #333c5e;
  border-right: none;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem:first-child {
  border-radius: 20px 0 0 20px;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem:last-child {
  border-radius: 0 20px 20px 0;
  border-right: none;
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain .surveybox .statusBar {
    width: 100%;
  }
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText {
  font-size: 24px;
  color: #333c5e;
  margin-bottom: 10px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText .comment {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #000;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText span {
  font-size: 14px;
  display: block;
  color: #F57B01;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText_last {
  margin-top: 30px;
}
@media (max-width: 400px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText {
    font-size: 20px;
  }
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap {
  display: block;
  width: 90%;
  margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: calc(50% - 10px);
  margin-left: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio],
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #333c5e;
  color: #fff;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:nth-last-child(1):nth-child(odd),
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:nth-last-child(1):nth-child(odd) {
  width: 100%;
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
  .survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio,
  .survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox {
    flex-direction: column;
  }
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap {
  width: 90%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-text {
  font-size: 16px;
  height: 60px;
  border: none;
  width: calc(100% - 14px);
  padding-left: 8px;
  border-radius: 5px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-select {
  font-size: 16px;
  height: 60px;
  border: 1px solid #d8d8d8;
  width: calc(100% - 0px);
  padding-left: 8px;
  border-radius: 5px;
  color: #757575;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input {
  display: block;
  width: 90%;
  margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input-flex {
  display: flex;
  gap: 5px;
  margin-top: 25px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input-flex .input-item {
  width: 33%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous {
  width: 50%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous input[type=button] {
  cursor: pointer;
  width: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 2px 4px 0px 0px #6b6666;
  font-size: 16px;
  border: none;
  padding: 5px 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .screen-reader-response,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-response-output {
  display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList {
  position: relative;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
  width: 700px;
  position: relative;
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
    width: 400px;
  }
}
@media (max-width: 400px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
    width: 300px;
  }
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem.selected .submit {
  pointer-events: auto;
  opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow {
  width: 80%;
  height: 50px;
  top: auto;
  bottom: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow:before {
  width: 100% !important;
  height: 44.5px !important;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow.slick-disabled:before {
  display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next {
  bottom: 60px;
  right: 10%;
  z-index: 9;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next .slick-next-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next .slick-next-wrap:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out 0s infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next:before {
  content: "つぎへ" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next:after {
  content: "";
  width: 50px;
  height: 60px;
  background-image: url(../image/formHand.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  right: -10px;
  animation: bigsmall 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev {
  bottom: -10px;
  left: 40px;
  z-index: 9;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:before {
  content: "もどる" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #5C4B4B;
  font-size: 24px;
  font-weight: 600;
  left: 3px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  left: 13px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-list {
  padding-bottom: 40px !important;
}
@media (max-width: 400px) {
  .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-list {
    width: 300px;
    margin: auto;
    padding: 0 !important;
    padding-bottom: 40px !important;
  }
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-disabled {
  display: none !important;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit {
  width: 300px;
  height: 56px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 12px;
  pointer-events: none;
  opacity: 0.2;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 4px;
  border-radius: 50px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit p {
  height: 100%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 600;
  border: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit .wpcf7-spinner {
  display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .wpcf7-not-valid-tip {
  display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance {
  margin-top: 10px;
  margin-bottom: 20px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p .wpcf7-form-control-wrap {
  margin-right: 5px;
  display: block;
  width: auto;
  margin: 0;
  transform: translateY(2px);
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p .wpcf7-form-control-wrap input {
  width: 18px;
  height: 18px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step {
  width: 300px;
  pointer-events: none;
  opacity: 0.2;
  position: relative;
  background-color: transparent;
  border: none;
  height: 60px;
  margin-bottom: 12px;
  padding: 0;
  padding-bottom: 4px;
  overflow: hidden;
  border-radius: 50px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step_clickable {
  pointer-events: auto;
  opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "つぎへ" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #FFA412;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #A5680E;
  font-size: 24px;
  font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap.selected ~ .next-step {
  pointer-events: auto;
  opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step {
  width: 300px;
  position: relative;
  background-color: transparent;
  border: none;
  height: 40px;
  padding: 0;
  border-radius: 50px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "もどる" !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #5C4B4B;
  font-size: 20px;
  font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/arrowIcon2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 768px) {
  .survey .surveyInner .surveyMain {
    width: 400px;
  }
}
@media (max-width: 400px) {
  .survey .surveyInner .surveyMain {
    width: 300px;
  }
}
.survey .surveyInner .surveyImg {
  width: 100%;
  margin: auto;
}

.bottom {
  background-color: #474B51;
  padding: 10px 0;
}
.bottomHeading {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.bottomHeading .pink {
  color: #FFC0CB;
}
@media (max-width: 768px) {
  .bottomHeading {
    font-size: 10px;
  }
}

.thanks {
  background-image: url(../img/survey_bg.png);
  background-position: 0 0;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
.thanksMain {
  padding: 80px 0;
  width: 90%;
  max-width: 700px;
  margin: auto;
}
.thanksHeading {
  text-align: center;
  font-size: 32px;
  color: #333;
}
.thanksHeading span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .thanksHeading span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .thanksHeading {
    font-size: 20px;
  }
}
.thanksImg {
  display: block;
  width: 70%;
  margin: auto;
}
.thanksBtn {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 32px;
  font-weight: bold;
  background-color: #23D020;
  color: #fff;
  border-radius: 60px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.5s;
  letter-spacing: 2px;
  margin: auto;
}
.thanksBtn img {
  width: 60px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .thanksBtn img {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .thanksBtn {
    width: 300px;
    font-size: 24px;
  }
}

.lower {
  padding: 80px 0;
}
.lowerMain {
  width: 90%;
  margin: auto;
}
.lowerMain h2 {
  font-size: 20px;
  color: #364e96;
  padding: 0.5em 10px;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
  margin-bottom: 16px;
  margin-top: 48px;
}
.lowerMain h2:first-child {
  margin-top: 0;
}
.lowerMain p {
  font-size: 16px;
}
.lowerHeading {
  font-size: 32px;
  margin-bottom: 64px;
  text-align: center;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */