@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 {
  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: flex;
  flex-direction: column;
}

header {
  z-index: 101;
}
header .header_band {
  background-color: #f2f9ff;
  background-color: #fff;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 4px -3px rgba(0, 0, 0, 0.1);
}
header .header_band h1.header_logo {
  margin-block-start: 0;
  margin-block-end: 0;
}
header .header_band h1.header_logo img {
  max-width: 100%;
  width: auto;
  height: 48px;
}
header .header_band .header_descriptionWrap {
  font-size: 10px;
  color: #777777;
  font-weight: 300;
}

.entryHeader {
  background-color: #D8E6FE;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6991DC;
  text-align: right;
  padding: 6px 8px;
  position: relative;
  z-index: 100;
}
.entryHeader strong {
  color: #F83048;
  font-size: 1.25rem;
}

main {
  display: flex;
  flex-direction: column;
}
main .dialog {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  main .dialog {
    height: 90%;
  }
}
main .dialog__content .update_info {
  color: #e4912a;
}
main .dialog__content.non-sec1-visible {
  background-color: #fff;
  border-radius: 8px;
  max-width: 540px;
  width: 90%;
  height: calc(70% - 40px);
  max-height: 860px;
  min-height: 860px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: center;
}
@media (max-width: 600px) {
  main .dialog__content.non-sec1-visible {
    max-height: 820px;
    min-height: 820px;
  }
}

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: 8px 0 4px;
}
h3.formHead:before {
  content: "■";
  color: #6f9ce3;
  font-size: 12px;
  margin-right: 2px;
}
h3.formHead.pT16 {
  padding-top: 16px;
}

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

@keyframes rabbit {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
h4.microcopy {
  text-align: center;
  font-size: 10px;
  color: #555;
}

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

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

section {
  display: none;
  margin: 0 15px;
}
section .wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
}
section .wrapper .innerWrapper {
  margin: auto;
  width: 96%;
  padding: 20px 10px;
  border-radius: 5px;
  border: solid 1px #373948;
  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]::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]#postal,
section .wrapper input[type=text]#postal,
section .wrapper input[type=email]#postal {
  background: #ffffc7 url(../img/icon_postal.svg) center left 10px no-repeat;
  background-size: 20px;
  padding-left: 40px;
}
section .wrapper input[type=tel]#postal:focus, section .wrapper input[type=tel]#postal.valid,
section .wrapper input[type=text]#postal:focus,
section .wrapper input[type=text]#postal.valid,
section .wrapper input[type=email]#postal:focus,
section .wrapper input[type=email]#postal.valid {
  background: #fff url(../img/icon_postal.svg) center left 10px no-repeat;
  background-size: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
section .wrapper input[type=tel]#email,
section .wrapper input[type=text]#email,
section .wrapper input[type=email]#email {
  background-color: #fff;
}
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::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 0.6em 0.3em 0.6em;
  color: #555;
}
section .wrapper #toggle1:checked ~ .addTxt {
  display: none;
}
section .wrapper .addTxt {
  display: flex;
  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;
  appearance: none;
  text-align: left;
}

.error {
  display: block;
  width: 100%;
  margin: 5px auto 0;
  clear: both;
  background: #FFF;
  position: relative;
  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: flex;
  align-items: center;
  justify-content: space-between;
}
.btnArea span {
  font-size: 12px;
  text-decoration: underline;
}
.btnArea #btnForm {
  z-index: 101;
  width: 80%;
}
.btnArea #btnForm img {
  width: 100%;
}
.btnArea .btnBack {
  display: block;
  width: max-content;
}

footer {
  position: relative;
  bottom: 0;
  margin-top: auto;
  z-index: 100;
}
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;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 5px 0 10px;
  position: relative;
}
footer .wrapper .flist {
  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;
}

.bgAdv {
  display: block;
  padding: 20px 10px;
}
.bgAdv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 600px) {
  .bgAdv {
    padding: 24px 10px;
  }
}
.bgAdv__img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.bgAdv__img:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */