* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.signup_page {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  background-color: #ffffff;
  color: #333;
}

.signup-button span {
  flex: 1;
  text-align: center;
  display: block;
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-right: 25px;
}

.goodsmile-text {
  color: var(--Black1, #606060);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 52%;
  padding: 0px 60px;
}

.signup-container {
  max-width: 530px;
  margin: 0 auto 40px;
}

.signup-title-main {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.signup-title-sub {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.signup-button {
  display: flex;
  width: 100%;
  max-width: 530px;
  height: 48px;
  padding: 15px 32px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #fff;
  position: relative;
}

.amazon-button,
.goodsmile-button {
  border: 1px solid #f8991d;
  color: #333;
}

.amazon-button:hover,
.goodsmile-button:hover {
  background-color: #fff8e8;
}

.amazon-button .icon,
.goodsmile-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amazon-button svg,
.goodsmile-button svg {
  width: 24px;
  height: 24px;
  margin-left: -20px;
}

.email-button {
  border: 1px solid #606060;
  color: #606060;
  justify-content: center;
  font-size: 16px;
}

.email-button:hover {
  background-color: #f5f5f5;
}

.login-button {
  border: 1px solid #3dcc85;
  color: #3dcc85;
  justify-content: center;
  font-size: 16px;
}

.login-button:hover {
  background-color: #e8f5e9;
}

.note-text {
  color: #606060;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
  margin: 8px 0 40px;
  width: 100%;
  max-width: 530px;
}

.login-section {
  text-align: center;
  margin-top: 64px;
}

.login-section p {
  color: #606060;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}

.footer-slim {
  border-top: solid 1px #e9e9e9;
  text-align: center;
  padding: 30px 20px;
  color: var(--Gray1, #A0A0A0);
  font-family: "Sofia Pro Soft";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.5px;
}

#AmazonPayButton,
.amazonpay-button-inner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .signup-container {
    margin: 0px auto 20px;
    padding: 0px;
  }

  .signup-button span {
    flex: 1;
    text-align: center;
    display: block;
    color: var(--Black1, #606060);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .signup-title-main {
    font-size: 24px;
  }

  .signup-title-sub {
    font-size: 12px;
  }

  .signup-button {
    padding: 14px 20px;
    font-size: 14px;
    max-width: 100%;
  }

  .note-text {
    max-width: 100%;
  }

  .login-section {
    margin-top: 32px;
  }

  .footer-slim {
    margin-top: 40px;
  }

  .amazon-button svg,
  .goodsmile-button svg {
    margin-left: 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .signup-container {
    max-width: 550px;
  }
}

@media (min-width: 493px) and (max-width: 524px) {
  .goodsmile-text {
    padding: 0px 40px;
  }
}

@media (max-width: 492px) {
  .goodsmile-text {
    padding: 0px 20px;
  }
}

@media (min-width: 413px) and (max-width: 445px) {
  .goodsmile-text {
    padding: 0px 0px;
  }

}

@media (max-width: 412px) {
  .goodsmile-text {
    padding: 0px;
  }
  .amazon-button,
  .goodsmile-button {
    padding: 14px 0px 14px 10px;
  }
}
