.sub-title {
  color: var(--global--color--purple);
  font-family: var(--global--font--noto-sans);
  font-size: 30px;
  font-weight: 900;
}
.sub-title .small-text {
  margin-top: 0;
  font-size: 18px;
  color: var(--global--color--dark-purple);
}
.sub-title .small-text em {
  color: #d767a2;
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .sub-title .small-text {
    font-weight: 500;
    font-size: 23px;
  }
}
.sub-title u {
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-size: 36px;
  font-weight: 900;
  text-shadow: 0.1px 0.1px 0, 0.1px -0.1px 0px, -0.1px 0.1px 0, -0.1px -0.1px 0px, 0.1px 0px 0px, 0px 0.1px 0px, -0.1px 0px 0px, 0px -0.1px 0px;
}
.sub-title u::before {
  content: " ";
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 120%;
  height: 18px;
  display: block;
  background-color: #ffd374;
}
@media screen and (max-width: 750px) {
  .sub-title u {
    font-weight: 500;
  }
}

.arrow-button-group {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 200;
}
.arrow-button-group .arrow-button::after {
  width: 35px;
  height: 35px;
}

.sub-content {
  padding: 40px 10px 44px;
  background-color: #feeef6;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 1px;
}
.sub-content em {
  color: #d767a2;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .text-content {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding: 20px 40px;
  }
  .text-content.center {
    text-align: center;
  }
  .sub-content em {
    font-size: 28px;
    font-weight: 500;
  }
}
.release {
  font-size: 14px;
  font-weight: 600;
  color: var(--global--color--dark-purple);
}
@media screen and (max-width: 750px) {
  .release {
    font-size: 24px;
    font-weight: 400;
    padding: 20px;
  }
}

.button.arrow-button.release {
  width: 300px;
  height: 50px;
  box-sizing: border-box;
  border: 1px var(--global--color--purple) solid;
  background-color: var(--global--color--white);
  color: var(--global--color--purple);
  font-weight: 400;
}
.button.arrow-button.release::after {
  background: url(../img/arrow-icon-purple.svg) no-repeat;
  background-size: contain;
}

h3 {
  font-size: 18px;
  font-weight: 800;
}
h3::after {
  content: " ";
  margin: 5px auto;
  display: block;
  width: 170px;
  height: 2px;
  background-color: var(--global--color--purple);
}

@media screen and (max-width: 750px) {
  .for-mobile {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
  }
  .for-mobile h3.button {
    font-size: 29px;
    font-weight: 500;
  }
}
.modal-register-email {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 150px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-email-content {
  position: relative;
  width: 758px;
  height: 350px;
  border-radius: 20px;
  background-color: var(--global--color--white);
  font-family: var(--global--font--noto-sans);
  font-size: 18px;
  font-weight: 400;
}
.register-email-content .headline-text {
  margin-top: 40px;
  font-family: var(--global--font--noto-sans);
  font-size: 30px;
}
.register-email-content .email-input {
  height: 25px;
  width: 250px;
  font-size: 18px;
}
.register-email-content .arrow-button-group {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .register-email-content {
    width: 480px;
  }
}

.illegal-email {
  color: var(--global--color--red);
}

/*# sourceMappingURL=mail-magazine.css.map */
