@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #ccc;
  line-height: 1;
}

html * {
  max-width: 600px;
}

body {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  color: #4D4848;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .whiteSpace {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  min-height: 40px;
}

h3.formHead {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #707070;
  margin: 0 auto 10px;
  padding: 5px 0;
}
h3.formHead:before {
  content: "■";
  color: #6f9ce3;
  font-size: 12px;
  margin-right: 2px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.arrow {
  width: 15px;
  height: 15px;
}

.hands {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 250px;
  background-size: contain;
  z-index: 200;
  pointer-events: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  animation: rabbit 2.5s linear 0s infinite;
  -webkit-animation: rabbit 2.5s linear 0s infinite;
}

@-webkit-keyframes rabbit {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rabbit {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ui-helper-hidden-accessible {
  display: none;
}

section {
  display: none;
  margin: 0 15px;
}
section .wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 25px;
  /* margin-bottom: 30px; */
}
section .wrapper .innerWrapper {
  margin: auto;
  width: 96%;
  padding: 20px 10px;
  border-radius: 5px;
  border: solid 1px #373948;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.6);
}
section .wrapper .key {
  font-size: 70%;
  text-align: center;
  margin: auto auto 10px auto;
}
section .wrapper .key.key > img {
  width: 14px;
  vertical-align: middle;
  margin: -2px 5px auto auto;
}
section .wrapper .formH4 {
  font-size: 90%;
  text-align: left;
  color: #383948;
  margin: auto auto 10px auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #707070;
  margin: 0 auto 10px;
  padding: 5px 10px;
  width: 100%;
}
section .wrapper .tellMailWrap .formSubHead {
  margin-bottom: 25px;
}
section .wrapper .formSubHead {
  font-size: 85%;
  text-align: left;
  color: #383948;
  margin: auto auto 10px auto;
}
section .wrapper .formSubHead > img {
  width: 14px;
  vertical-align: middle;
  margin: -2px 5px auto auto;
}
section .wrapper .hissu {
  color: #FFFFFF;
  background-color: #f45775;
  font-size: 50%;
  padding: 0 4px;
  margin: auto auto auto 2px;
}
section .wrapper .formUnit {
  padding-bottom: 20px;
}
section .wrapper select,
section .wrapper input[type=tel],
section .wrapper input[type=text],
section .wrapper input[type=email] {
  outline: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 5%;
  border: 1px solid #cbcbcb;
  background-color: #ffffe1;
  border-radius: 8px;
  font-weight: 800;
  color: #4D4848;
  -webkit-box-shadow: 0 1px 0 0 #8D8D8D inset;
          box-shadow: 0 1px 0 0 #8D8D8D inset;
}
section .wrapper select#postal,
section .wrapper input[type=tel]#postal,
section .wrapper input[type=text]#postal,
section .wrapper input[type=email]#postal {
  background: #ffffe1 url(../img/icon_postal.svg) center left 10px no-repeat;
  background-size: 20px;
  padding-left: 40px;
}
section .wrapper select#email,
section .wrapper input[type=tel]#email,
section .wrapper input[type=text]#email,
section .wrapper input[type=email]#email {
  background-color: #fff;
}
section .wrapper select#email::-webkit-input-placeholder, section .wrapper input[type=tel]#email::-webkit-input-placeholder, section .wrapper input[type=text]#email::-webkit-input-placeholder, section .wrapper input[type=email]#email::-webkit-input-placeholder {
  font-size: 14px;
}
section .wrapper select#email::-moz-placeholder, section .wrapper input[type=tel]#email::-moz-placeholder, section .wrapper input[type=text]#email::-moz-placeholder, section .wrapper input[type=email]#email::-moz-placeholder {
  font-size: 14px;
}
section .wrapper select#email:-ms-input-placeholder, section .wrapper input[type=tel]#email:-ms-input-placeholder, section .wrapper input[type=text]#email:-ms-input-placeholder, section .wrapper input[type=email]#email:-ms-input-placeholder {
  font-size: 14px;
}
section .wrapper select#email::-ms-input-placeholder, section .wrapper input[type=tel]#email::-ms-input-placeholder, section .wrapper input[type=text]#email::-ms-input-placeholder, section .wrapper input[type=email]#email::-ms-input-placeholder {
  font-size: 14px;
}
section .wrapper select#email::placeholder,
section .wrapper input[type=tel]#email::placeholder,
section .wrapper input[type=text]#email::placeholder,
section .wrapper input[type=email]#email::placeholder {
  font-size: 14px;
}
section .wrapper input::-webkit-input-placeholder {
  color: #E3E3E3;
}
section .wrapper input::-moz-placeholder {
  color: #E3E3E3;
}
section .wrapper input:-ms-input-placeholder {
  color: #E3E3E3;
}
section .wrapper input::-ms-input-placeholder {
  color: #E3E3E3;
}
section .wrapper input::placeholder {
  color: #E3E3E3;
}
section .wrapper .inputText {
  position: relative;
}
section .wrapper .inputText.birthyear:after {
  content: "年";
  right: 15px;
}
section .wrapper .inputText.birthyear:before, section .wrapper .inputText.birthyear:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  color: #707070;
  font-size: 20px;
  line-height: 50px;
  z-index: 2;
}
section .wrapper .inputText .tel-count, section .wrapper .inputText .zip-count {
  position: absolute;
  top: -18px;
  right: 0;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 0px 8px 4px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
  width: auto;
  white-space: nowrap;
}
section .wrapper .toggle-outer {
  font-size: 11px;
  text-align: right;
  margin-top: 4px;
}
section .wrapper #toggle1:checked ~ .addTxt {
  display: none;
}
section .wrapper .addTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 300px;
  margin: 30px auto 0;
  font-size: 14px;
}
section .wrapper .addTxt > img {
  width: auto;
  height: 70px;
}
section .wrapper .addTxt p {
  font-size: 11px;
  line-height: 1.5;
  width: 75%;
  margin-left: 5%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  background: #CCE7FD;
  border-radius: 6px;
  color: #555;
  text-align: left;
}
section .wrapper .addTxt p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #e2f3f5;
}
section .wrapper .addTxt p span.pink {
  color: #ff348e;
  font-size: 14px;
}
section .wrapper #toggle1:checked ~ .toggle-inner {
  display: block;
}
section .wrapper .toggle-inner {
  display: none;
}

.error {
  display: block;
  padding: 0.5em;
  font-size: 80%;
}
.error:before {
  content: "※ ";
}

#tel-error,
#email-error {
  color: red;
}

.msgIcon {
  width: 50px;
}

.btnArea {
  display: grid;
  grid-template: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 20px 15px 40px;
  width: 100%;
  gap: 15px;
}
.btnArea .btnNext {
  background-color: #8DC01F;
  z-index: 101;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1cbb12;
  color: #fff;
  cursor: pointer;
  width: 70% !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #1cbb12;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  border-radius: 25px;
}
.btnArea .btnNext::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 30px;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shiny 3s infinite linear;
          animation: shiny 3s infinite linear;
  will-change: transform;
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.btnArea .btnNext svg {
  width: 8px;
  height: 14px;
  fill: currentColor;
  position: absolute;
  top: 19px;
  right: 10%;
}
.btnArea .btnBack {
  display: block;
}

.sectionTelEmail .btnArea {
  grid-template-columns: 1fr 7fr;
  padding-left: 7%;
  padding-right: 7%;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionTelEmail .btnArea #btnForm {
  z-index: 101;
}
.sectionTelEmail .btnArea #btnForm img {
  width: 100%;
}
.sectionTelEmail .btnArea .btnBack {
  display: block;
  white-space: nowrap;
  overflow: visible;
}

footer {
  position: relative;
  bottom: 0;
  margin-top: auto;
}
footer .wrapper {
  background-color: #EEEEEE;
  color: #333;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 5px 0 10px;
}
footer .wrapper .flist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .wrapper .flist .show a {
  display: block;
  padding: 10px;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 60;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  inset: 0;
  margin: auto;
}
#overlay.overlay-on {
  display: block;
}