@charset "UTF-8";

.section-fv .text-scroll {
  left: 28px;
  right: initial;
}

@media (max-width: 767.98px) {
  .section-fv .text-scroll {
    left: 16px;
  }
}

.fixed-online-shop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  bottom: 92px;
  right: 37px;
  z-index: 1030;
  width: 228px;
  height: 100px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.931%22%20height%3D%225.132%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M.001%204.632h14.843L11.153.325%22%2F%3E%3C%2Fsvg%3E'), url("../img/common/online-shop.jpg");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: right 8px bottom 11px, center;
  border-radius: 7px;
  border: 3px solid #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

.fixed-online-shop span {
  margin-left: 26px;
  padding-left: 40px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.724%22%20height%3D%2220.141%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M0%20.5h5.406l3.063%2014.45h12.915l2.682-9.606H6.502%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20transform%3D%22translate(8.112%2016.141)%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20transform%3D%22translate(18.112%2016.141)%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 0 center;
}

@media (max-width: 767.98px) {
  .fixed-online-shop {
    bottom: 20px;
    right: 20px;
  }
}



@media (min-width: 768px) {

}
@media (max-width: 767.98px) {

}
