/* floating */
.floating {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #DBEFFB;
  font-family: "Noto Sans JP";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.floating.--visible {
  opacity: 1;
  pointer-events: all;
}
.floating a {
  transition: 0.3s;
}
.floating a:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.floating__head {
  display: flex;
  padding-block: 3px;
  padding-left: 60px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #0A96FF;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .floating__head {
    padding: 3px 0 2px 43px;
    gap: 10px;
  }
}
.floating__head-label {
  display: block;
  padding: 2px 8px;
  border-radius: 33px;
  background: #FFF;
}
@media screen and (min-width: 767px) {
  .floating__head-label {
    padding: 2px 13px 4px 13px;
  }
}
.floating__head-label-text {
  color: #0A96FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 767px) {
  .floating__head-label-text {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
  .floating__head-label-text span {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.floating__head-text {
  padding-bottom: 1px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 767px) {
  .floating__head-text {
    padding-bottom: 2px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.floating__head-text .ls {
  letter-spacing: -3.92px;
}
@media screen and (min-width: 767px) {
  .floating__head-text .ls {
    letter-spacing: -6.72px;
  }
}
.floating__head-text .yellow {
  color: #FF0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 767px) {
  .floating__head-text .yellow {
    font-size: 32px;
    letter-spacing: 0.96px;
    line-height: 1;
  }
}
.floating__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 15px;
  gap: 4px;
}
@media screen and (min-width: 767px) {
  .floating__inner {
    padding: 10px 0;
    align-items: end;
  }
}
.floating__img {
  position: absolute;
  z-index: -1;
  display: block;
  width: 63px;
  bottom: 58px;
  left: calc(50% - 183px);
}
@media screen and (min-width: 767px) {
  .floating__img {
    margin-top: -60px;
    position: static;
    width: 100px;
  }
}
.floating__content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
}
@media screen and (min-width: 767px) {
  .floating__content {
    gap: 15px;
  }
}
.floating__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .floating__button {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 13px 8px 8px;
    gap: 16px;
  }
}
.floating__button.--contact {
  background: #FF8C37;
}
.floating__button.--line {
  background: #4CC764;
}
.floating__button-content {
  display: flex;
  padding-bottom: 4px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .floating__button-content {
    padding-bottom: 0;
    flex-direction: row;
    gap: 4px;
  }
}
.floating__button-icon {
  width: 39px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 767px) {
  .floating__button-icon {
    width: 47px;
  }
}
.floating__button-text {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.33px;
}
@media screen and (min-width: 767px) {
  .floating__button-text {
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: normal;
  }
}
.floating__button-text span {
  display: none;
}
@media screen and (min-width: 767px) {
  .floating__button-text span {
    display: inline;
  }
}
.floating__button-arrow {
  display: none;
}
@media screen and (min-width: 767px) {
  .floating__button-arrow {
    display: block;
    width: 10px;
  }
}
.floating__tel {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 4px 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border-radius: 4px;
  background: #C1272D;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 767px) {
  .floating__tel {
    padding: 6px 14px;
    gap: 5px;
  }
}
.floating__tel::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(251, 251, 251, 0.5019607843);
  animation: btn_animation 5s ease-in-out infinite;
}
.floating__tel-head {
  display: flex;
  padding: 2px 8px;
  gap: 10px;
  border-radius: 12px;
  background: #FFF;
}
.floating__tel-text {
  color: #C1272D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.floating__tel-text .md {
  font-size: 14px;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.floating__tel-text .sm {
  font-size: 12px;
  letter-spacing: 0.36px;
  font-weight: 700;
}
.floating__tel-content {
  display: flex;
  align-items: center;
  gap: 7px;
}
.floating__tel-icon {
  display: block;
  width: 31px;
}
.floating__tel-num {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.72px;
  line-height: 1;
}
@keyframes btn_animation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }
  60% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=floating.css.map */