#notify-me-container {
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  overflow: auto;
  padding: 5vh 0;
  min-height: 100%;
}
#notify-me-container.show {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  #notify-me-container {
    font-size: 1vw;
  }
}
#notify-me-container .notify-me-cover {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .5;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
}
#notify-me-container .notify-me-wrap {
  background: #fff;
  opacity: 1;
  width: 960px;
  border-radius: 32px;
  position: relative;
  z-index: 100;
  margin: auto;
}
@media (max-width: 1024px) {
  #notify-me-container .notify-me-wrap {
    border-radius: 24px;
    width: calc(100vw - 160px);
  }
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap {
    border-radius: 12px;
    width: calc(100vw - 40px);
  }
}
#notify-me-container .notify-me-wrap .notify-me-form {
  padding-top: 40px;
  z-index: 100;
  position: relative;
  background: #ffffff;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  #notify-me-container .notify-me-wrap .notify-me-form {
    border-radius: 24px;
    width: calc(100vw - 160px);
  }
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form {
    border-radius: 12px;
    padding-top: 20px;
    width: calc(100vw - 40px);
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap {
  position: sticky;
  top: 0px;
  height: 40px;
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap {
    margin-right: 10px;
    height: 20px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close {
  display: inline-block;
  margin: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: -20px;
  position: relative;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG {
    width: 24px;
    height: 24px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:hover {
  background-color: #f2f2f2;
  border-radius: 50%;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:active {
  background-color: #ffffff;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:active path {
  fill: #000000;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close {
    width: 24px;
    height: 24px;
    top: -10px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container {
  padding: 0px 100px 60px 60px;
}
@media (max-width: 1024px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container {
    padding: 0px 80px 60px 40px;
  }
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container {
    padding: 0px 40px 40px 20px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-img-wrap .notify-me-img {
  width: 100px;
  height: 100px;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-title {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  margin: 8px auto 8px;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .notify-me-title {
    font-size: 24px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-subtitle {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 8px auto;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-question-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
#notify-me-container .notify-me-wrap .notify-me-form .g-recaptcha-container {
  margin: 32px auto;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-img-wrap,
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-title,
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-subtitle {
  display: flex;
  align-items: center;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-label {
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid #4d4f52;
  border-radius: 3px;
  color: #000;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input:hover {
  border-color: #000000;
  border-width: 2px;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input:focus-visible {
  border-color: #7231c6;
  border-width: 2px;
  outline: unset;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-label + span {
  color: #c92323;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-hint-required,
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-hint-format {
  margin-top: 6px;
  color: #c92323;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input.hint {
  border-color: #c92323;
  border-width: 2px;
}
#notify-me-container .notify-me-wrap .notify-me-form .signup {
  flex-direction: column;
}
#notify-me-container .notify-me-wrap .notify-me-form .signup .checkboxWrap {
  display: flex;
}
#notify-me-container .notify-me-wrap .notify-me-form .name {
  display: flex;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .name {
    flex-direction: column;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap {
  margin: 0 auto 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  #notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap {
    width: 100%;
  }
}
#notify-me-container .notify-me-wrap .notify-me-form .name .first-name {
  margin-right: 20px;
}
#notify-me-container .notify-me-wrap .notify-me-btn-ok {
  display: block;
  margin: 0 auto;
}
#notify-me-container .notify-me-wrap .notify-me-btn {
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .1s;
  font-family: 'Poppins', Arial, "微軟正黑體", Helmet, Freesans, verdana, sans-serif;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  min-width: 94px;
  max-width: 350px;
  border-width: 2px;
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#notify-me-container .notify-me-wrap .notify-me-btn:hover {
  background: #7231c6;
  border-color: #7231c6;
  color: #ffffff;
}
#notify-me-container .notify-me-wrap .notify-me-btn:active {
  background: #6b53cc;
  border-color: #6b53cc;
  color: #ffffff;
}
#notify-me-container .notify-me-wrap .notify-me-btn:focus {
  outline: unset;
}
#notify-me-container .notify-me-wrap .concent-container {
  margin: 24px auto 32px;
}
#notify-me-container .notify-me-wrap .concent-container > div + div {
  margin-top: 20px;
}
#notify-me-container .notify-me-wrap .concent-container .policy.required > .input-container > .checkbox-icon {
  border: 1.5px solid #c92323;
}
#notify-me-container .notify-me-wrap .concent-container .policy.required label {
  color: #c92323;
}
#notify-me-container .notify-me-wrap .concent-container .policy,
#notify-me-container .notify-me-wrap .concent-container .remarketing,
#notify-me-container .notify-me-wrap .concent-container .signup {
  display: flex;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container {
  display: flex;
  justify-content: center;
  width: 24px;
  position: relative;
  flex-shrink: 0;
  min-height: 24px;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container.active .checkbox-icon,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container.active .checkbox-icon,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container.active .checkbox-icon {
  background-color: #7231c6;
  border-color: #7231c6;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container.active .checkbox-icon::after,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container.active .checkbox-icon::after,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container.active .checkbox-icon::after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  height: 9px;
  left: 4px;
  top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  content: '';
  position: absolute;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container input,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container input,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container input {
  position: relative;
  opacity: 0;
  z-index: 5;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-top: 0;
  top: 4px;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container .checkbox-icon,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container .checkbox-icon,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container .checkbox-icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  border: 1.5px solid #000000;
  border-radius: 2px;
  background: white;
}
#notify-me-container .notify-me-wrap .concent-container .policy .input-container + label,
#notify-me-container .notify-me-wrap .concent-container .remarketing .input-container + label,
#notify-me-container .notify-me-wrap .concent-container .signup .input-container + label {
  position: relative;
  margin-left: 4px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  margin-bottom: 0;
}
#notify-me-container .notify-me-wrap .concent-container .policy a,
#notify-me-container .notify-me-wrap .concent-container .remarketing a,
#notify-me-container .notify-me-wrap .concent-container .signup a {
  color: #7231c6;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 0;
  text-decoration: underline;
}
#notify-me-container .notify-me-wrap .concent-container .policy a + a,
#notify-me-container .notify-me-wrap .concent-container .remarketing a + a,
#notify-me-container .notify-me-wrap .concent-container .signup a + a {
  margin-left: 5px;
}
#notify-me-container .notify-me-wrap .concent-container .remarketing label,
#notify-me-container .notify-me-wrap .concent-container .signup label {
  display: flex;
  align-items: center;
}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required {
  position: relative;
  display: flex;
  flex-direction: column;
}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required .g-recaptcha > div iframe {
  border: 1px solid #c92323;
  border-radius: 5px;
}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required > .required {
  margin-top: 6px;
  display: block;
  color: #c92323;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
#notify-me-container .notify-me-wrap .notify-me-complete,
#notify-me-container .notify-me-wrap .notify-me-failed {
  position: absolute;
  height: auto;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1002;
  background: #FFFFFF;
  opacity: 1;
  width: 960px;
  border-radius: 32px;
  padding: 80px 60px 60px;
}
@media (max-width: 1220px) {
  #notify-me-container .notify-me-wrap .notify-me-complete,
  #notify-me-container .notify-me-wrap .notify-me-failed {
    border-radius: 24px;
    width: calc(100vw - 160px);
  }
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-complete,
  #notify-me-container .notify-me-wrap .notify-me-failed {
    border-radius: 12px;
    width: calc(100vw - 40px);
    padding: 40px 20px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close-wrap,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close-wrap,
  #notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close-wrap {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close {
  display: block;
  margin: auto;
  cursor: pointer;
  width: 100%;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG,
  #notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG {
    width: 24px;
    height: 24px;
  }
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:hover,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:hover {
  background-color: #f2f2f2;
  border-radius: 50%;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:active,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:active {
  background-color: #ffffff;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:active path,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:active path {
  fill: #000000;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-checkmark-wrap,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-checkmark-wrap,
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-error-wrap,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-error-wrap {
  margin-bottom: 16px;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-checkmark,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-checkmark,
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-error,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-error {
  display: block;
  margin: auto;
  width: auto;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc-wrap,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc-wrap,
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc-wrap,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc-wrap {
  margin-bottom: 32px;
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc,
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc,
#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 27px;
}
#notify-me-container .notify-me-wrap .Wrap {
  display: flex;
  margin-bottom: 6px;
}
#notify-me-container .notify-me-wrap .Wrap span.must {
  color: #c92323;
  margin-right: 6px;
}
#notify-me-container .notify-me-wrap .note {
  color: #757575;
  padding-left: 28px;
  padding-top: 8px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
#notify-me-container .notify-me-wrap .section {
  margin-bottom: 32px;
}
.content.productlistComponent.white .products p {
  color: #0e071e;
}
.hide {
  display: none !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}
[v-cloak] {
  display: none;
}
body.ja-jp #notify-me-container .notify-me-wrap .concent-container .policy a {
  font-family: "Roboto", "Noto Sans JP";
}
.notify-me-loadingMotion {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #CCCCCC;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .notify-me-loadingMotion {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
.notify-me-loadingMotion.hide {
  display: none;
  margin: 0;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
