.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "MAIL MAGAZINE MAIL MAGAZINE MAIL MAGAZINE ";
  animation: ticker 180s linear infinite;
}
@media (min-width: 769px) {
  .subpage-ttl .ttl .main {
    font-size: clamp(60px, 9.5168374817vw, 130px);
  }
}

.cmn-block .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88888889;
}
@media (min-width: 769px) {
  .cmn-block .lead {
    font-size: 20px;
    line-height: 1.7;
  }
}

.cmn-block .btn {
  width: 100%;
}
.cmn-block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #002AF1;
  text-decoration: none;
  padding: 18px;
  font-size: 14px;
  height: 100%;
}
.cmn-block .btn .hv_txt {
  overflow: hidden;
}
.cmn-block .btn-primary {
  margin: 40px auto 30px;
}
@media (min-width: 769px) {
  .cmn-block .btn-primary {
    margin-bottom: 40px;
  }
}
.cmn-block .btn-primary a {
  flex-direction: column;
  gap: 5px;
  padding: 25px 20px;
  background: #002AF1 url(../images/common/arrow.svg) right 20px center/8px auto no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cmn-block .btn-primary a {
    font-size: 18px;
    height: 125px;
    padding: 25px 87px 25px 57px;
    background: #002AF1 url(../images/common/arrow.svg) right 50px center/8px auto no-repeat;
    justify-content: space-between;
    flex-direction: row;
  }
}
.cmn-block .btn-primary a span {
  font-size: 12px;
}
@media (min-width: 769px) {
  .cmn-block .btn-primary a span {
    font-size: 14px;
  }
}
.cmn-block .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .cmn-block .btn-wrap {
    flex-direction: row;
    gap: 2.5622254758vw;
  }
}
/*# sourceMappingURL=map/mailmagazine.css.map */