@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
.train-one-regular {
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0rem;
  display: block;
  text-align: center;
  color: #005136;
  background-color: #cee9cc;
  position: relative;
  margin: 3rem 0;
  line-height: 0.1rem;
}
.train-one-regular:before {
  content: "";
  position: absolute;
  background: #cee9cc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media (min-width: 360px) {
  .train-one-regular {
    font-size: calc(2rem + ((1vw - 3.6px) * 3.9216));
    min-height: 0vw;
  }
}
@media (min-width: 768px) {
  .train-one-regular {
    font-size: 3.0rem;
  }
}

.Sur {
  margin: auto;
  padding: 1.5rem;
}
.line_shop, .onlineshopBNR {
  margin: auto;
}
.line-it-button, .qrc,
p.shoplinkBNR {
  margin: auto;
  text-align: center;
}
.qrc img {
  margin: auto;
  width: 40%;
}
