@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;
}

header .header_copy {
  background: #6491DF;
  color: #fff;
  height: 6.2vw;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 3vw;
  margin: 0 auto;
  padding: 0;
  line-height: 2;
}
@media (min-width: 601px) {
  header .header_copy {
    height: 40px;
    font-size: 18px;
  }
}
header .header_band {
  -webkit-box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.1);
}
header .header_band p.header_logo {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
header .header_band p.header_logo img {
  width: 100%;
}
header .header_band .header_descriptionWrap {
  font-size: 10px;
  color: #777777;
  font-weight: 300;
}

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: left;
  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);
  }
}
h4.microcopy {
  text-align: center;
  font-size: 10px;
  color: #555;
  margin: 1em;
}

.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.ui-helper-hidden-accessible {
  display: none;
}

section {
  display: none;
}
section .wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  /* margin-bottom: 30px; */
}
@media (max-width: 400px) {
  section .wrapper {
    padding: 5px 15px 25px;
  }
}
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 input[type=tel],
section .wrapper input[type=text],
section .wrapper input[type=email] {
  outline: none;
  width: 100%;
  font-weight: 800;
  color: #4D4848;
  position: relative;
  z-index: 1;
  height: 56px;
  padding: 0 14px;
  font-size: 20px;
  color: #000;
  text-align: left;
  background: #ffffc7;
  border: 1px solid #5391df;
  border-radius: 6px;
}
section .wrapper input[type=tel]::-webkit-input-placeholder, section .wrapper input[type=text]::-webkit-input-placeholder, section .wrapper input[type=email]::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  top: 10px;
}
section .wrapper input[type=tel]::-moz-placeholder, section .wrapper input[type=text]::-moz-placeholder, section .wrapper input[type=email]::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  top: 10px;
}
section .wrapper input[type=tel]:-ms-input-placeholder, section .wrapper input[type=text]:-ms-input-placeholder, section .wrapper input[type=email]:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  top: 10px;
}
section .wrapper input[type=tel]::-ms-input-placeholder, section .wrapper input[type=text]::-ms-input-placeholder, section .wrapper input[type=email]::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  top: 10px;
}
section .wrapper input[type=tel]::placeholder,
section .wrapper input[type=text]::placeholder,
section .wrapper input[type=email]::placeholder {
  color: #999999;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  top: 10px;
}
section .wrapper input[type=tel]:focus, section .wrapper input[type=tel].valid,
section .wrapper input[type=text]:focus,
section .wrapper input[type=text].valid,
section .wrapper input[type=email]:focus,
section .wrapper input[type=email].valid {
  background: #FFF;
  border: 1px solid #ccc;
  background-color: #fff;
}
section .wrapper input[type=tel]#birthyear,
section .wrapper input[type=text]#birthyear,
section .wrapper input[type=email]#birthyear {
  padding-left: 65px;
}
section .wrapper input[type=tel]#email,
section .wrapper input[type=text]#email,
section .wrapper input[type=email]#email {
  background-color: #fff;
  border: none;
}
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 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 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 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 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 .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 .inputText.birthyear {
  position: relative;
}
section .wrapper .inputText.birthyear .ad {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  translate: 0 -50%;
}
section .wrapper .inputText.birthyear::after {
  content: "年";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  color: #4D4848;
  font-size: 15px;
  line-height: 56px;
  z-index: 1;
}
section .wrapper .toggle-outer {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  font-weight: bold;
  color: #555;
}
section .wrapper .toggle-outer label {
  display: block;
  background: #f8f8f8;
  border-radius: 50px;
  padding: 0.3em 36px 0.4em 1.6em;
  color: #555;
}
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: 400px;
  margin: 10px auto 20px;
}
section .wrapper .addTxt > img {
  width: auto;
  height: 70px;
}
section .wrapper .addTxt p {
  --bg-color: #F1F6F9;
  font-size: 12px;
  line-height: 1.5;
  width: 75%;
  margin-left: 5%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  background: var(--bg-color);
  border-radius: 6px;
  color: #545454;
  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 var(--bg-color);
}
section .wrapper .addTxt p span.pink {
  color: #DF5375;
  font-size: 14px;
}
section .wrapper #toggle1:checked ~ .toggle-inner {
  display: block;
}
section .wrapper .toggle-inner {
  display: none;
}
section .wrapper .toggle-inner .formUnit {
  margin-bottom: 2px;
}
section .wrapper .toggle-inner .formUnit select {
  width: 100%;
  height: 56px;
  padding: 0 14px;
  font-size: 20px;
  color: #4D4848;
  background: #FFF;
  border: none;
  margin: 14px auto 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}

.error {
  display: block;
  width: 100%;
  margin: 5px auto 0;
  clear: both;
  background: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 1px 5px;
  color: red;
  font-size: 13px;
  line-height: 1.5;
  display: block;
  text-align: center;
  border: solid 1px;
}

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

.msgIcon {
  width: 50px;
}

.btnArea {
  padding: 20px 0px 40px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 400px) {
  .btnArea {
    padding: 5px 15px 25px;
  }
}
.btnArea span {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.btnArea #btnForm {
  z-index: 101;
  width: 80%;
}
.btnArea #btnForm img {
  width: 100%;
}
.btnArea .btnBack {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btnArea span.btnSubmit {
  cursor: pointer;
  background-color: #fc9b2c;
  opacity: 0.3;
  color: #FFF;
  border-radius: 5px;
  width: 84%;
  font-size: 1.4rem;
  line-height: 3em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnArea span.btnSubmit.active {
  opacity: 1;
  z-index: 101;
}
.btnArea span.btnSubmit.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -75%;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 100px;
  height: 200px;
  background-color: hsla(0, 0%, 100%, 0.539);
  -webkit-animation: shiny 1s infinite linear;
          animation: shiny 1s infinite linear;
  will-change: transform;
}
.btnArea span.btnSubmit.active span.arrow {
  -webkit-animation: blink 0.5s ease-in infinite alternate;
  animation: blink 0.5s ease-in infinite alternate;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.btnArea span.btnSubmit.active span.arrow:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.btnArea span.btnSubmit span {
  text-decoration: none;
  font-size: inherit;
}
.btnArea span.btnSubmit span.arrow {
  background-color: #ffffff;
  height: 0.5196152423em;
  width: 0.4em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 0.9em;
}
.btnArea span.btnSubmit span.arrow:nth-child(2) {
  right: 0.4em;
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #63f929;
  }
}
@keyframes blink {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #63f929;
  }
}
footer {
  position: relative;
  bottom: 0;
  margin-top: auto;
}
footer .update_datetime {
  background-color: #d7e6ff;
  color: #6491DF;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
  padding: 3px;
}
footer .wrapper {
  background-color: #EEEEEE;
  border-top: 1px solid #cccccc;
  color: #333;
  background-color: #333;
  color: #FFF;
  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;
}