footer .fixed-btn.scroll-fixed-btn {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
footer .fixed-btn {
  position: fixed;
  bottom: 200px;
  right: 70px;
  z-index: 10;
  margin: auto;
  max-width: 220px;
  width: 100%;
  height: 135px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
footer .fixed-btn a {
  padding: 10px;
}
footer .fixed-btn .fixed-btn-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #111111;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
}
footer .fixed-btn .fixed-btn-ticket-chitose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #FFD738;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
}
footer .fixed-btn .fixed-btn-ticket-chitose.end {
  background: #a9964e;
}
footer .fixed-btn .fixed-btn-ticket img {
  max-width: 24px;
  margin-left: 8px;
}
footer .fixed-btn .fixed-btn-ticket-chitose img {
  max-width: 24px;
  margin-left: 8px;
}
footer .fixed-btn .fixed-btn-volunteer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #ff6818;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
}
footer .fixed-btn .fixed-btn-volunteer img {
  max-width: 24px;
  margin-left: 5px;
}
footer .fixed-btn .fixed-btn-eat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #ffb9ac;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
}
footer .fixed-btn .fixed-btn-eat img {
  max-width: 24px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  footer .fixed-btn {
    right: 35px;
  }
}
@media (max-width: 767px) {
  footer .fixed-btn {
    padding: 0 30px;
    max-width: unset;
    bottom: 0;
    top: unset;
    height: auto;
    right: 0;
    z-index: 11;
  }
  footer .fixed-btn a {
    padding: 0;
  }
  footer .fixed-btn .fixed-btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .fixed-btn .fixed-btn-ticket {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    margin-bottom: 5px;
  }
  footer .fixed-btn .fixed-btn-ticket-chitose {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    margin-bottom: 5px;
  }
  footer .fixed-btn .fixed-btn-volunteer {
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  footer .fixed-btn .fixed-btn-eat {
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}