body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.container {
  max-width: 350px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.bg {
  width: 100%;
  display: block;
  aspect-ratio: 305/1280;
}

.btn {
  cursor: pointer;
}

.link {
  width: 100%;
  position: absolute;
  top: 14%;
  left: 0;
  display: flex;
  flex-direction: column;
}

.link-item {
  position: relative;
  width: 100%;
}

.link-bg {
  width: 86%;
  display: block;
  margin: 0 auto;
  aspect-ratio: 682/100;
}

.link-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 86%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3% 0 4%;
  box-sizing: border-box;
}

.link-url {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 14px;
  font-weight: bold;
  color: #541F00;
}

.link-btn {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-btn img {
  width: 100%;
  display: block;
}

.go-btn{
  position: fixed;
  width: 60%;
  max-width: calc(350px * 0.6);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  aspect-ratio: 506/166;
}