html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #333;
  background: #E3AAAA;
  font-family: 'Noto Sans JP', sans-serif;
}

.main-content {
  width: 96%;
  height: 100vh;
  max-width: 512px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.main-content .main-content_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  min-height: 512px;
}

.top_logo {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.top_ttl {
  color: #483F43;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 2rem;
  font-size: 18px;
}

input:not(.submit-btn) {
  width: 75%;
  background: transparent;
  border-radius: 8px;
  border: none;
  padding: .75em .5em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1) inset,-4px -4px 4px rgba(256,256,256,0.1) inset;
  font-weight: 500;
  margin: 1rem auto;
}

input:not(.submit-btn)::placeholder{
	color: #888;
	font-weight: 400;
}

input:focus {
  outline: solid 1px #fff;
}

input.submit-btn {
  background-color: #483F43;
  color: #fff;
  padding: .5em 1em;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.qr {
  display: block;
  margin: 2rem auto;
}

.admin-your-name ,
.admin-your-tel ,
.admin-int {
  pointer-events: none;
}

.admin-your-name input,
.admin-your-tel input,
.admin-int input {
  box-shadow: none;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: .25em;
  pointer-events: none;
}

input:-internal-autofill-selected {
  background-color: none!important;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none!important;
}

.discount {
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: -2rem;
}

#error-message {
  margin: 0 auto 1rem;
}

.annotation {
  font-size: 12px;
  color: #555;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  width: 90%;
  margin: -1em auto 1em;
}