@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : components.css
 author     : Ability Consultant
 style info : 共通パーツ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/*Animate */
/* -----------------------------------------------------------
	ページング
----------------------------------------------------------- */
.com_pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_pager ul li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .com_pager ul li {
    width: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .com_pager ul li {
    height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .com_pager ul li {
    margin: 0 0.2em;
  }
}
.com_pager ul li a {
  text-align: center;
  position: relative;
  color: #fff;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.com_pager ul li a::before {
  width: 8px;
  height: 8px;
  content: "";
  background: transparent;
  position: absolute;
  border-radius: 50%;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .com_pager ul li a::before {
    width: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .com_pager ul li a::before {
    height: 0.4em;
  }
}
.com_pager ul li a.active {
  pointer-events: none;
  background: #0068b7;
}
@media only screen and (min-width: 1025px) {
  .com_pager ul li a:hover {
    opacity: .7;
    text-decoration: none !important;
    color: #fff;
  }
}
@media print {
  .com_pager ul li a:hover {
    opacity: .7;
    text-decoration: none !important;
    color: #fff;
  }
}
.ie8 .com_pager ul li a:hover {
  opacity: .7;
  text-decoration: none !important;
  color: #fff;
}
.com_pager ul li.prev, .com_pager ul li.next {
  border: none;
}
.com_pager ul li.prev a, .com_pager ul li.next a {
  font-size: 119%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .com_pager ul li.prev a, .com_pager ul li.next a {
    font-size: 119%;
  }
}
@media only screen and (max-width: 767px) {
  .com_pager ul li.prev a, .com_pager ul li.next a {
    font-size: 113%;
  }
}
.com_pager ul li.etc {
  letter-spacing: -0.2em;
  font-size: 75%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .com_pager ul li.etc {
    letter-spacing: -0.5em;
  }
}

/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
.title {
  border-bottom: 2px solid #000;
  position: relative;
  font-size: 188%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .title {
    font-size: 182%;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 163%;
  }
}
.title:after {
  content: "";
  background: #0068b7;
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.tl_basic {
  text-align: center;
  font-size: 163%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tl_basic {
    font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  .tl_basic {
    font-size: 138%;
  }
}
.tl_basic:before {
  content: "「";
  color: #0068b7;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .tl_basic:before {
    margin-right: .3em;
  }
}
.tl_basic:after {
  content: "」";
  color: #0068b7;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .tl_basic:after {
    margin-left: .3em;
  }
}

.st_basic {
  font-size: 138%;
  position: relative;
  text-align: center;
  padding-top: 1.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_basic {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .st_basic {
    font-size: 119%;
  }
}
.st_basic:before {
  content: "";
  height: 2px;
  width: 80px;
  background: #0068b7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn_basic {
  position: relative;
  text-align: center;
}
.btn_basic a {
  display: block;
  border: 2px solid #0068b7;
  padding: 1em;
  color: #0068b7;
}
.btn_basic a:hover {
  text-decoration: none !important;
  color: #0068b7 !important;
}
@media only screen and (min-width: 1025px) {
  .btn_basic a:hover {
    color: #fff !important;
    background: #0068b7;
  }
}
@media print {
  .btn_basic a:hover {
    color: #fff !important;
    background: #0068b7;
  }
}
.ie8 .btn_basic a:hover {
  color: #fff !important;
  background: #0068b7;
}
.btn_basic a:after {
  position: absolute;
  right: 1em;
  content: "\f105";
  font-family: 'FontAwesome';
}

.btn_black {
  position: relative;
  text-align: center;
}
.btn_black a,
.btn_black input {
  display: block;
  border: 2px solid #1b1b1b;
  padding: 1em;
  background: #1b1b1b;
  color: #fff;
}
.btn_black a:hover,
.btn_black input:hover {
  text-decoration: none !important;
  color: #1b1b1b !important;
  background: none !important;
}
@media only screen and (min-width: 1025px) {
  .btn_black a:hover,
  .btn_black input:hover {
    color: #1b1b1b !important;
    background: none;
  }
}
@media print {
  .btn_black a:hover,
  .btn_black input:hover {
    color: #1b1b1b !important;
    background: none;
  }
}
.ie8 .btn_black a:hover, .ie8
.btn_black input:hover {
  color: #1b1b1b !important;
  background: none;
}
.btn_black a:after,
.btn_black input:after {
  position: absolute;
  right: 1em;
  content: "\f105";
  font-family: 'FontAwesome';
}

.btn_red {
  position: relative;
  text-align: center;
}
.btn_red a {
  display: block;
  border: 2px solid #d0121b;
  padding: 1em;
  background: #d0121b;
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (min-width: 1025px) {
  .btn_red a:hover {
    color: #d0121b !important;
    background: none;
    background: #fff !important;
  }
}
@media print {
  .btn_red a:hover {
    color: #d0121b !important;
    background: none;
    background: #fff !important;
  }
}
.ie8 .btn_red a:hover {
  color: #d0121b !important;
  background: none;
  background: #fff !important;
}
.btn_red a:after {
  position: absolute;
  right: 1em;
  content: "\f105";
  font-family: 'FontAwesome';
}

.btn_favorite {
  position: relative;
  text-align: center;
}
.btn_favorite span {
  display: block;
  border: 2px solid #1b1b1b;
  padding: .5em;
  color: #1b1b1b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn_favorite span:hover {
  border: 2px solid #0068b7;
  text-decoration: none !important;
  color: #0068b7 !important;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .btn_favorite span:hover {
    color: #fff !important;
    background: #0068b7;
  }
}
@media print {
  .btn_favorite span:hover {
    color: #fff !important;
    background: #0068b7;
  }
}
.ie8 .btn_favorite span:hover {
  color: #fff !important;
  background: #0068b7;
}
.btn_favorite span:before {
  content: "\f08a";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.btn_favorite span:after {
  content: "する";
}
.btn_favorite.clicked span {
  border: 2px solid #0068b7;
  color: #0068b7;
}
.btn_favorite.clicked span:before {
  content: "\f004";
}
.btn_favorite.clicked span:after {
  content: "済み";
}

.txt_lnk a {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .txt_lnk a:hover {
    text-decoration: none !important;
  }
  .txt_lnk a:hover:after {
    width: 100%;
  }
}
@media print {
  .txt_lnk a:hover {
    text-decoration: none !important;
  }
  .txt_lnk a:hover:after {
    width: 100%;
  }
}
.ie8 .txt_lnk a:hover {
  text-decoration: none !important;
}
.ie8 .txt_lnk a:hover:after {
  width: 100%;
}
.txt_lnk a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: .3em;
}
.txt_lnk a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0068b7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_submit {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .btn_submit {
    width: 30%;
  }
  .btn_submit:hover input[type="submit"] {
    color: #d0121b !important;
    background: none;
  }
  .btn_submit:hover:after {
    color: #d0121b;
  }
}
@media print {
  .btn_submit {
    width: 30%;
  }
  .btn_submit:hover input[type="submit"] {
    color: #d0121b !important;
    background: none;
  }
  .btn_submit:hover:after {
    color: #d0121b;
  }
}
.ie8 .btn_submit {
  width: 30%;
}
.ie8 .btn_submit:hover input[type="submit"] {
  color: #d0121b !important;
  background: none;
}
.ie8 .btn_submit:hover:after {
  color: #d0121b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_submit {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_submit {
    width: 80%;
  }
}
.btn_submit input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 2px solid #d0121b;
  padding: 1em;
  background: #d0121b;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
}
.btn_submit input[type="submit"]:hover {
  text-decoration: none !important;
  color: #d0121b !important;
  cursor: pointer;
}
.btn_submit input[type="submit"][disabled] {
  background: #ededed;
  border: 2px solid #ededed;
  color: #909090;
}
.btn_submit input[type="submit"][disabled]:hover {
  color: #909090 !important;
  cursor: not-allowed;
}
.btn_submit:after {
  position: absolute;
  right: 1em;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 2;
  top: 30%;
}
.btn_submit button {
  position: relative;
  width: 86%;
  display: block;
  padding: 1em;
  color: #fff;
  cursor: pointer;
  transition: .5s;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .btn_submit button {
    max-width: 420px;
  }
}
@media print {
  .btn_submit button {
    max-width: 420px;
  }
}
.ie8 .btn_submit button {
  max-width: 420px;
}
.btn_submit button:after {
  position: absolute;
  right: 1em;
  content: "\f105";
  font-family: 'FontAwesome';
}
.btn_submit.bk button {
  border: 2px solid #1b1b1b;
  background: #1b1b1b;
}
.btn_submit.bk button:hover {
  text-decoration: none !important;
  color: #1b1b1b !important;
  background: none !important;
}
@media only screen and (min-width: 1025px) {
  .btn_submit.bk button:hover {
    color: #1b1b1b !important;
    background: none;
    transition: .5s;
  }
}
@media print {
  .btn_submit.bk button:hover {
    color: #1b1b1b !important;
    background: none;
    transition: .5s;
  }
}
.ie8 .btn_submit.bk button:hover {
  color: #1b1b1b !important;
  background: none;
  transition: .5s;
}
.btn_submit.red button {
  border: 2px solid #d0121b;
  background: #d0121b;
}
.btn_submit.red button:hover {
  text-decoration: none !important;
  color: #d0121b !important;
  background: none !important;
}
@media only screen and (min-width: 1025px) {
  .btn_submit.red button:hover {
    color: #d0121b !important;
    background: none;
    transition: .5s;
  }
}
@media print {
  .btn_submit.red button:hover {
    color: #d0121b !important;
    background: none;
    transition: .5s;
  }
}
.ie8 .btn_submit.red button:hover {
  color: #d0121b !important;
  background: none;
  transition: .5s;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #cccccc;
}
table.tbl_basic tr th,
table.tbl_basic tr td {
  border-bottom: 1px solid #cccccc;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    padding: 1em .5em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th,
  table.tbl_basic.rwd tr td {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th {
    border-bottom: none;
    padding: 1em .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr td {
    padding: 0 .5em 1em;
  }
}

table.tbl_important {
  width: 100%;
  border-top: 1px solid #ed1a3D;
}
table.tbl_important tr th,
table.tbl_important tr td {
  color: #ed1a3D;
  border-bottom: 1px solid #ed1a3D;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  table.tbl_important tr th,
  table.tbl_important tr td {
    padding: 1em .5em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_important.rwd tr th,
  table.tbl_important.rwd tr td {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_important.rwd tr th {
    border-bottom: none;
    padding: 1em .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_important.rwd tr td {
    padding: 0 .5em 1em;
  }
}

/* -----------------------------------------------------------
	フォームパーツ
----------------------------------------------------------- */
input.radio_basic[type="radio"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

label.radio_basic {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label.radio_basic:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 100%;
}

input.radio_basic[type="radio"]:checked + label.radio_basic::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #1b1b1b;
  border-radius: 100%;
}

input.check_basic[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

label.check_basic {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
label.check_basic:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #1b1b1b;
}

input.check_basic[type="checkbox"]:checked + label.check_basic::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  width: 13px;
  height: 5px;
  margin-top: -7px;
  border-left: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.input_basic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: .5em;
  width: 100%;
}

input.input_basic_bicycle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 0.5em 1em;
}

textarea.textarea_basic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: .5em 1em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  textarea.textarea_basic {
    padding: .5em;
  }
}

select.select_basic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #cccccc;
  outline: none;
  padding: .5em 1em;
  width: 100%;
  position: relative;
  background-image: url("../images/common/ic_arrow.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 7px auto;
}
html.ie select.select_basic {
  background-size: 12px auto;
}
@media only screen and (max-width: 767px) {
  select.select_basic {
    padding: .5em;
  }
}
select.select_basic::-ms-expand {
  display: none;
}

/* -----------------------------------------------------------
	その他共通パーツ
----------------------------------------------------------- */
/*	お問い合わせ	*/
.con_basic_contact .tl_con_catch {
  margin-bottom: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .tl_con_catch {
    font-size: 88%;
  }
}
.con_basic_contact .tl_basic {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .tl_basic {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .con_basic_contact .box_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con_basic_contact .box_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con_basic_contact .box_contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con_basic_contact .box_contact .box {
  border: 1px solid #1b1b1b;
  text-align: center;
  width: 48%;
  padding: 2em 0;
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box {
    width: 100%;
    margin-bottom: 10px;
    padding: 1em 0;
  }
}
.con_basic_contact .box_contact .box .txt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box .txt {
    margin-bottom: 0;
  }
}
.con_basic_contact .box_contact .box .txt_tel {
  position: relative;
}
.con_basic_contact .box_contact .box .txt_tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #0068b7;
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_basic_contact .box_contact .box .txt_tel:before {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box .txt_tel:before {
    font-size: 150%;
  }
}
.con_basic_contact .box_contact .box .txt_tel .tel-link {
  font-family: arial, sans-serif;
  font-size: 225%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_basic_contact .box_contact .box .txt_tel .tel-link {
    font-size: 207%;
  }
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box .txt_tel .tel-link {
    font-size: 188%;
  }
}
.con_basic_contact .box_contact .box .txt_tel a {
  color: #1b1b1b;
}
.con_basic_contact .box_contact .box .txt_time {
  font-size: 88%;
}
.con_basic_contact .box_contact .box.box_form {
  padding: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_basic_contact .box_contact .box.box_form {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box.box_form {
    padding: 1em .5em;
  }
}
.con_basic_contact .box_contact .box.box_form .txt {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_basic_contact .box_contact .box.box_form .txt {
    margin-bottom: 10px;
  }
}

/*	ページ内リンクなどに	*/
.page_navi ul {
  border-bottom: 1px solid #1b1b1b;
  text-align: center;
}
.page_navi ul li {
  display: inline-block;
}
.page_navi ul li a {
  display: block;
  position: relative;
  color: #1b1b1b;
  padding: 1em;
}
.page_navi ul li a:hover {
  text-decoration: none;
}
.page_navi ul li.active a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0068b7;
}

/*	ツールチップ	*/
.tipso_style {
  border-bottom: none;
  color: #0068b7;
}

.tipso_bubble {
  font-size: 88%;
}

/*	満空アイコン	*/
.ic_situation {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ic_situation {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.ic_situation.middle {
  font-size: 20px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .ic_situation.middle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}
.ic_situation.small {
  font-size: 16px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
}
.ic_situation.empty {
  background: #0068b7;
}
.ic_situation.full {
  background: #d0121b;
}
.ic_situation.contact {
  background: #fdd419;
  color: #1b1b1b;
}

/* -----------------------------------------------------------
	お気に入りのハートボタンアクション
----------------------------------------------------------- */
.likeButton {
  cursor: pointer;
}
.likeButton .border {
  fill: white;
}
.likeButton .explosion {
  transform-origin: 250px 250px;
  transform: scale(0.02);
  stroke: #dd4688;
  fill: none;
  opacity: 0;
  stroke-width: 1;
  transform-origin: 250px 250px;
}
.likeButton .particleLayer {
  opacity: 0;
}
.likeButton .particleLayer circle {
  opacity: 0;
  transform-origin: 250px 250px;
}
.likeButton .heart {
  fill: rgba(6, 6, 6, 0.24);
  transform: scale(0.8);
  transform-origin: 250px 250px;
}
.likeButton.clicked .explosion {
  animation: explosionAnime 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .heart {
  animation: heartAnime 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer {
  animation: particleLayerAnime 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(1) {
  animation: particleAnimate1 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(2) {
  animation: particleAnimate2 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(3) {
  animation: particleAnimate3 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(4) {
  animation: particleAnimate4 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(5) {
  animation: particleAnimate5 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(6) {
  animation: particleAnimate6 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(7) {
  animation: particleAnimate7 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(8) {
  animation: particleAnimate8 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(9) {
  animation: particleAnimate9 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(10) {
  animation: particleAnimate10 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(11) {
  animation: particleAnimate11 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(12) {
  animation: particleAnimate12 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(13) {
  animation: particleAnimate13 800ms;
  animation-fill-mode: forwards;
}
.likeButton.clicked .particleLayer circle:nth-child(14) {
  animation: particleAnimate14 800ms;
  animation-fill-mode: forwards;
}

@keyframes explosionAnime {
  0% {
    opacity: 0;
    transform: scale(0.01);
  }
  1% {
    opacity: 1;
    transform: scale(0.01);
  }
  5% {
    stroke-width: 200;
  }
  20% {
    stroke-width: 300;
  }
  50% {
    stroke: #cc8ef5;
    transform: scale(1.1);
    stroke-width: 1;
  }
  50.1% {
    stroke-width: 0;
  }
  100% {
    stroke: #cc8ef5;
    transform: scale(1.1);
    stroke-width: 0;
  }
}
@keyframes particleLayerAnime {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  60% {
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
@keyframes particleAnimate1 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-16px, -59px);
  }
  90% {
    transform: translate(-16px, -59px);
  }
  100% {
    opacity: 1;
    transform: translate(-16px, -59px);
  }
}
@keyframes particleAnimate2 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(41px, 43px);
  }
  90% {
    transform: translate(41px, 43px);
  }
  100% {
    opacity: 1;
    transform: translate(41px, 43px);
  }
}
@keyframes particleAnimate3 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(50px, -48px);
  }
  90% {
    transform: translate(50px, -48px);
  }
  100% {
    opacity: 1;
    transform: translate(50px, -48px);
  }
}
@keyframes particleAnimate4 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-39px, 36px);
  }
  90% {
    transform: translate(-39px, 36px);
  }
  100% {
    opacity: 1;
    transform: translate(-39px, 36px);
  }
}
@keyframes particleAnimate5 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-39px, 32px);
  }
  90% {
    transform: translate(-39px, 32px);
  }
  100% {
    opacity: 1;
    transform: translate(-39px, 32px);
  }
}
@keyframes particleAnimate6 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(48px, 6px);
  }
  90% {
    transform: translate(48px, 6px);
  }
  100% {
    opacity: 1;
    transform: translate(48px, 6px);
  }
}
@keyframes particleAnimate7 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-69px, -36px);
  }
  90% {
    transform: translate(-69px, -36px);
  }
  100% {
    opacity: 1;
    transform: translate(-69px, -36px);
  }
}
@keyframes particleAnimate8 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-12px, -52px);
  }
  90% {
    transform: translate(-12px, -52px);
  }
  100% {
    opacity: 1;
    transform: translate(-12px, -52px);
  }
}
@keyframes particleAnimate9 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-43px, -21px);
  }
  90% {
    transform: translate(-43px, -21px);
  }
  100% {
    opacity: 1;
    transform: translate(-43px, -21px);
  }
}
@keyframes particleAnimate10 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-10px, 47px);
  }
  90% {
    transform: translate(-10px, 47px);
  }
  100% {
    opacity: 1;
    transform: translate(-10px, 47px);
  }
}
@keyframes particleAnimate11 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(66px, -9px);
  }
  90% {
    transform: translate(66px, -9px);
  }
  100% {
    opacity: 1;
    transform: translate(66px, -9px);
  }
}
@keyframes particleAnimate12 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(40px, -45px);
  }
  90% {
    transform: translate(40px, -45px);
  }
  100% {
    opacity: 1;
    transform: translate(40px, -45px);
  }
}
@keyframes particleAnimate13 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(29px, 24px);
  }
  90% {
    transform: translate(29px, 24px);
  }
  100% {
    opacity: 1;
    transform: translate(29px, 24px);
  }
}
@keyframes particleAnimate14 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-10px, 50px);
  }
  90% {
    transform: translate(-10px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(-10px, 50px);
  }
}
@keyframes heartAnime {
  0% {
    transform: scale(0);
    fill: #E2264D;
  }
  39% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  70% {
    transform: scale(1, 1) translate(0%, -10%);
  }
  75% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  80% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    fill: #E2264D;
  }
}
