@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html,
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #111;
}

body {
  background: #ffffff;
}

input {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
input::-moz-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}
input::placeholder {
  color: #bbbbbb;
}

.AppContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 640px;
  margin: 0 auto;
}

.StepItem {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.StepItem.isVisible {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.InputList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.InputList__item {
  width: 48%;
  min-height: 120px;
  margin-bottom: 10px;
}

.Input__checkBox {
  display: none;
}
.Input__checkBox:checked + .Input__label {
  color: #fff;
  background: #DD5281;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.Input__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  height: 100%;
  padding: 8px 12px 10px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.Input__label span {
  display: block;
}
.Input__label .Input__label--sub {
  font-size: 14px;
}
.Input__label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

input.InputText {
  background: transparent;
}

.Guide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.Guide__image {
  width: 48px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.Guide__message {
  padding: 12px 12px;
  background: #e2f4f5;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.ContentsHeader[data-v-f969fb3c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #fff;
  width: 100%;
  background-color: #F4F4F4;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.ContentsHeader .Message[data-v-f969fb3c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ContentsHeader .Message .Message__icon[data-v-f969fb3c] {
  width: 8px;
  height: auto;
  margin-right: 8px;
}
.ContentsHeader .Message .Message__text[data-v-f969fb3c] {
  font-size: 1.2rem;
  font-weight: normal;
  color: #333;
}
.ContentsHeader.isSmall[data-v-f969fb3c] {
  padding: 10px 0;
}
.ContentsHeader.isSmall .Message__text[data-v-f969fb3c] {
  font-size: 12px;
}
.ContentsHeader .Notification[data-v-f969fb3c] {
  padding: 3px 28px;
  margin-top: 4px;
  color: #fff;
  font-size: 10px;
  border-radius: 9px;
  background: #DD5281;
}
.lpMv img[data-v-3ce99cf0] {
  display: block;
  width: 100%;
  height: auto;
}
.Progress__steps[data-v-3ce99cf0] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #A657AC;
  color: #fff;
}
.Progress__complete[data-v-3ce99cf0] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #CD5C81 0%, #CE67CE 25%, #B671C6 51%, #DD5281 100%);
  color: #fff;
}
.Progress__list[data-v-3ce99cf0] {
  display: flex;
  justify-content: space-between;
}
.Progress__list--item[data-v-3ce99cf0] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 26px;
  height: 26px;
  padding: 5px;
  margin-right: 5px;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 13px;
}
.Progress__list--item.isActive[data-v-3ce99cf0] {
  color: #76675a;
  background: #fff;
}
.Progress__prefix[data-v-3ce99cf0] {
  margin-right: 8px;
  font-size: 20px;
}
.Progress__suffix--main[data-v-3ce99cf0], .Progress__suffix--sub[data-v-3ce99cf0] {
  display: block;
  line-height: 1;
}
.Progress__suffix--main[data-v-3ce99cf0] {
  margin-bottom: 2px;
  font-size: 8px;
}
.Progress__suffix--sub[data-v-3ce99cf0] {
  font-size: 13px;
  font-weight: bold;
}
.Introduction .InputList[data-v-4b70f308] {
  display: block;
}
.Introduction .InputList__item[data-v-4b70f308] {
  display: block;
  width: 100%;
  min-height: auto;
  margin-bottom: 16px;
}
.Introduction .Input__label[data-v-4b70f308] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  min-height: auto;
  padding: 16px 24px;
}
.Introduction .Input__label[data-v-4b70f308]::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./dist/images/no_commitment.png);
}
.Input__label[data-v-07b17ef0]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Input__label.index-1[data-v-07b17ef0]::before {
  background-image: url(./dist/images/img_na01.png);
}
.Input__label.index-2[data-v-07b17ef0]::before {
  background-image: url(./dist/images/img_na02.png);
}
.Input__label.index-3[data-v-07b17ef0]::before {
  background-image: url(./dist/images/img_na03.png);
}
.Input__label.index-4[data-v-07b17ef0]::before {
  background-image: url(./dist/images/zyosanshi.png);
}
.ContentsHeader[data-v-ddcbea6c] {
  margin: 50px 0 30px;
  padding: 16px 0;
  font-size: 20px;
}
.InputList-1 .InputList__item[data-v-ddcbea6c]:nth-last-child(1) {
  width: 100%;
  min-height: auto;
}
.Input__label[data-v-ddcbea6c] {
  padding: 14px 0;
}
.Input__label[data-v-ddcbea6c]::before {
  content: "";
  display: block;
  width: 75px;
  height: 100%;
  margin: 0 auto 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Input__label.index-1[data-v-ddcbea6c]::before {
  background-image: url(./dist/images/img_na04.png);
}
.Input__label.index-2[data-v-ddcbea6c]::before {
  background-image: url(./dist/images/img_na05.png);
}
.Input__label.index-3[data-v-ddcbea6c]::before {
  background-image: url(./dist/images/in_09.png);
}
.Input__label.index-4[data-v-ddcbea6c]::before {
  background-image: url(./dist/images/in_12.png);
}
.Input__label.index-5[data-v-ddcbea6c] {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 16px;
  min-height: auto;
}
.Input__label.index-5[data-v-ddcbea6c]::before {
  flex: none;
  width: 40px;
  height: 48px;
  background-image: url(./dist/images/everytime.png);
  text-align: left;
}
.Input__label.index-2-1[data-v-ddcbea6c]::before {
  width: 107px;
  height: 100px;
  background-image: url(./dist/images/img_na04.png);
}
.Input__label.index-2-2[data-v-ddcbea6c]::before {
  width: 107px;
  height: 100px;
  background-image: url(./dist/images/img_na05.png);
}
.Input__label.index-2-3[data-v-ddcbea6c]::before {
  width: 61px;
  height: 53px;
  background-image: url(./dist/images/hizyoukin_20hr_over.png);
}
.Input__label.index-2-4[data-v-ddcbea6c] {
  justify-content: space-between;
}
.Input__label.index-2-4[data-v-ddcbea6c]::before {
  width: 61px;
  height: 53px;
  background-image: url(./dist/images/hizyoukin.png);
}
.Input__label.index-2-5[data-v-ddcbea6c] {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 30px;
}
.Input__label.index-2-5[data-v-ddcbea6c]::before {
  margin: 0 20px 0 0;
  background-image: url(./dist/images/no_commitment.png);
}
.ContentsHeader[data-v-260cd50c] {
  margin: 50px 0 30px;
  padding: 16px 0;
  font-size: 20px;
}
.InputList-1 .InputList__item[data-v-260cd50c]:nth-last-child(1) {
  width: 100%;
  min-height: auto;
}
.Input__label[data-v-260cd50c] {
  padding: 14px 0;
}
.Input__label[data-v-260cd50c]::before {
  content: "";
  display: block;
  width: 75px;
  height: 100%;
  margin: 0 auto 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Input__label.index-1[data-v-260cd50c]::before {
  background-image: url(./dist/images/icon_neko01@2x.png);
}
.Input__label.index-2[data-v-260cd50c]::before {
  background-image: url(./dist/images/icon_neko02@2x.png);
}
.Input__label.index-3[data-v-260cd50c]::before {
  background-image: url(./dist/images/icon_neko03@2x.png);
}
.Input__label.index-4[data-v-260cd50c]::before {
  background-image: url(./dist/images/icon_neko04@2x.png);
}
.Input__label.index-5[data-v-260cd50c] {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 16px;
  min-height: auto;
}
.Input__label.index-5[data-v-260cd50c]::before {
  flex: none;
  width: 40px;
  height: 48px;
  background-image: url(./dist/images/everytime.png);
  text-align: left;
}
.Input__label.index-2-1[data-v-260cd50c]::before {
  width: 107px;
  height: 77px;
  background-image: url(./dist/images/zyoukin_with_night.png);
}
.Input__label.index-2-2[data-v-260cd50c]::before {
  width: 107px;
  height: 77px;
  background-image: url(./dist/images/no_commitment.png);
}
.Input__label.index-2-3[data-v-260cd50c]::before {
  width: 61px;
  height: 53px;
  background-image: url(./dist/images/hizyoukin_20hr_over.png);
}
.Input__label.index-2-4[data-v-260cd50c] {
  justify-content: space-between;
}
.Input__label.index-2-4[data-v-260cd50c]::before {
  width: 61px;
  height: 53px;
  background-image: url(./dist/images/hizyoukin.png);
}
.Input__label.index-2-5[data-v-260cd50c] {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 30px;
}
.Input__label.index-2-5[data-v-260cd50c]::before {
  margin: 0 20px 0 0;
  background-image: url(./dist/images/no_commitment.png);
}
.InputText__title[data-v-8a00c164] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.InputText__title b[data-v-8a00c164] {
  background-color: #CD5C81;
  color: #FFF;
  display: inline-block;
  font-size: 0.7em;
  border-radius: 0.7rem;
  padding: 0.2rem 0.6rem;
  margin-right: 0.5rem;
}
.InputText__title .LabelIcon[data-v-8a00c164] {
  width: 12px;
  margin-right: 4px;
}
.InputText__label.isNotSet[data-v-8a00c164] {
  background: #ffffc7;
  border-color: #ff348e;
  transition: all 0.3s ease;
}
.Step4[data-v-8a00c164] {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 0;
  padding-top: 24px;
}
.Step4__body[data-v-8a00c164] {
  display: block;
}
.Step4__label[data-v-8a00c164] {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.Step4__label span[data-v-8a00c164] {
  display: inline-block;
  background-color: #DC5282;
  color: #FFF;
}
.Step4__select[data-v-8a00c164] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 65px;
  padding: 18px 10px 17px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  background: #fff;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  background: #ffffc7;
  border-color: #DC5282;
  transition: all 0.3s ease;
}
.InputText__item[data-v-06a7b84c] {
  margin-bottom: 20px;
}
.InputText__item .LeftDigits[data-v-06a7b84c] {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  padding: 2px 4px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  background: #efefef;
  border-radius: 3px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.InputText__item .LeftDigits.isActive[data-v-06a7b84c] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.InputText__label[data-v-06a7b84c] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 53px;
  padding: 18px 10px 17px 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  background: #fff;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}
.InputText__label.isNotSet[data-v-06a7b84c] {
  background: #ffffc7;
  border-color: #CD5C81;
  transition: all 0.3s ease;
}
.InputText__label .InnerText[data-v-06a7b84c] {
  display: inline-block;
  margin-right: 8px;
}
.invalid[data-v-06a7b84c] {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #e30525;
}
.InputText__title[data-v-06a7b84c] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.InputText__title b[data-v-06a7b84c] {
  background-color: #CD5C81;
  color: #FFF;
  display: inline-block;
  font-size: 0.7em;
  border-radius: 0.7rem;
  padding: 0.2rem 0.6rem;
  margin-right: 0.5rem;
}
.InputText__title .LabelIcon[data-v-06a7b84c] {
  width: 12px;
  margin-right: 4px;
}
.PlaceHolderText[data-v-06a7b84c] {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  color: #999;
  transition: all 0.1s ease;
}
.PlaceHolderText.leftOffset[data-v-06a7b84c] {
  left: 64px;
}
.PlaceHolderText.left-top[data-v-06a7b84c] {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #ff348e;
  cursor: pointer;
}
.PlaceHolderText.hidden[data-v-06a7b84c] {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  font-weight: bold;
  visibility: hidden;
  opacity: 0;
  cursor: none;
}
.Step5[data-v-4ff26990] {
  width: 100%;
  max-width: 290px;
  padding-top: 24px;
  margin: 0 auto;
}
.InputText__item[data-v-4ff26990] {
  position: relative;
  margin-bottom: 20px;
}
.InputText__item .LeftDigits[data-v-4ff26990] {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  padding: 2px 4px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  background: #efefef;
  border-radius: 3px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.InputText__item .LeftDigits.isActive[data-v-4ff26990] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.InputText__label[data-v-4ff26990] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 53px;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.InputText__label.isNotSet[data-v-4ff26990] {
  background: #ffffc7;
  border-color: #ff348e;
  transition: all 0.3s ease;
}
.InputText__title[data-v-4ff26990] {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.InputText__title.telIcon[data-v-4ff26990] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.InputText__title.telIcon[data-v-4ff26990]::before {
  content: "";
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-image: url(./dist/images/icon_key.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.InputText[data-v-4ff26990] {
  display: block;
  width: 100%;
}
.invalid[data-v-4ff26990] {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #e30525;
}
.Contents[data-v-617ab0be] {
  position: relative;
  padding: 30px 0 128px;
}
.Contents .Buttons[data-v-617ab0be] {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.Contents .Buttons__inner[data-v-617ab0be] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.Contents .Buttons__inner .arrowDownAnimation[data-v-617ab0be] {
  position: absolute;
  top: -100%;
  z-index: 10;
  -webkit-animation-name: arrowAnimation-data-v-617ab0be;
          animation-name: arrowAnimation-data-v-617ab0be;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.Contents .Button[data-v-617ab0be] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 58px;
  padding: 0 20px;
  overflow: hidden;
}
.Contents .Button.Button__next[data-v-617ab0be] {
  justify-content: flex-start;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  background: linear-gradient(to right, #CD5C81 0%, #CE67CE 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
}
.Contents .Button.Button__next[data-v-617ab0be]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.Contents .Button.Button__next[data-v-617ab0be]:disabled {
  background: #d9d9d9;
  box-shadow: 0 4px 0 #d8d8d8;
}
.Contents .Button.Button__next.isActive[data-v-617ab0be]::before {
  display: block;
  position: absolute;
  z-index: 2;
  left: -30%;
  top: -50%;
  content: "";
  width: 50px;
  height: 200px;
  transform: rotate(30deg);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: activeButton-data-v-617ab0be 3s infinite linear;
          animation: activeButton-data-v-617ab0be 3s infinite linear;
}
.Contents .Button.Button__prev[data-v-617ab0be] {
  flex: none;
  justify-content: flex-end;
  width: 90px;
  margin-right: 12px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #555;
  background: none;
  text-align: center;
}
.Contents .Button.Button__prev[data-v-617ab0be]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #333;
  transform: translateY(-50%) rotate(-45deg);
}
.Contents .Button .ButtonText[data-v-617ab0be] {
  line-height: 1;
  text-align: left;
  font-weight: bold;
  padding: 1em 1em;
  display: block;
}
.Contents .Button .subText[data-v-617ab0be] {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.Contents .Button .mainText[data-v-617ab0be] {
  font-size: 17px;
}
.Contents .Navigator[data-v-617ab0be] {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 10px;
  pointer-events: none;
}
.Contents .Navigator .Navigator__icon[data-v-617ab0be] {
  width: 68px;
  height: 66px;
  -webkit-animation: character-data-v-617ab0be 2.5s linear 0s infinite;
          animation: character-data-v-617ab0be 2.5s linear 0s infinite;
}
@-webkit-keyframes character-data-v-617ab0be {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-20px);
}
}
@keyframes character-data-v-617ab0be {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-20px);
}
}
@-webkit-keyframes arrowAnimation-data-v-617ab0be {
0% {
    opacity: 0;
}
50% {
    opacity: 100%;
}
100% {
    opacity: 0;
}
}
@keyframes arrowAnimation-data-v-617ab0be {
0% {
    opacity: 0;
}
50% {
    opacity: 100%;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes activeButton-data-v-617ab0be {
0% {
    left: -30%;
}
20% {
    left: 120%;
}
100% {
    left: 120%;
}
}
@keyframes activeButton-data-v-617ab0be {
0% {
    left: -30%;
}
20% {
    left: 120%;
}
100% {
    left: 120%;
}
}
.Cover[data-v-617ab0be] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.Header[data-v-146e2983] {
  padding: 8px 10px 8px 10px;
  background: #fff;
}
.Header__title[data-v-146e2983] {
  display: blok;
  font-weight: normal;
  color: #767777;
}
.Header__title img[data-v-146e2983] {
  flex: none;
  width: 100%;
  height: 100%;
  max-width: 160px;
  margin-right: 14px;
  margin: 0 auto;
}
.Header__title span[data-v-146e2983] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.Footer {
  margin-top: auto;
}
.Footer__dateTime {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 20px;
  background: #fff;
  font-size: 13px;
  color: #707070;
}
.Footer__description {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #A657AC;
  font-size: 12px;
  color: #fff;
}
.PrivacyMark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  font-size: 11px;
  color: #767777;
}
.PrivacyMark img {
  width: 100%;
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}
.FooterNav {
  background: #FFF;
}
.FooterNav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}
.FooterNav__item {
  display: inline-block;
  margin: 4px;
  line-height: 1;
  border-right: 1px solid #111;
}
.FooterNav__link {
  color: #111;
  font-size: 14px;
  text-decoration: none;
  padding: 0 8px;
}
.FooterNav__link:visited {
  color: #111;
}
.CopyRight {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: #000;
  font-size: 12px;
  color: #fff;
}
.Thanks__header[data-v-a534df0e] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #A657AC;
}
.BodyContents[data-v-a534df0e] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.BodyContents__inner[data-v-a534df0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 40px 24px;
  border-radius: 10px;
  background: #fff;
}
.Message__main[data-v-a534df0e] {
  display: block;
  margin-bottom: 32px;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.Message__sub[data-v-a534df0e] {
  display: block;
  color: #707070;
  font-size: 16px;
}
.BackToTop[data-v-a534df0e] {
  justify-content: flex-start;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  background: linear-gradient(to right, #CD5C81 0%, #CE67CE 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
.BackToTop[data-v-a534df0e]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
.sub_text[data-v-a534df0e] {
  padding: 30px 20px;
  margin-bottom: 40px;
  background-color: #fef2ff;
  width: 120%;
  max-width: 380px;
}
.sub_text h2[data-v-a534df0e] {
  font-size: 1.2em;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}
.sub_text h2[data-v-a534df0e]::after,
.sub_text h2[data-v-a534df0e]::before {
  content: "";
  width: 20px;
  height: 1px;
  border-top: 1px solid #333;
  position: absolute;
  top: 50%;
  margin-top: 0px;
}
.sub_text h2[data-v-a534df0e]::after {
  left: 20px;
  transform: rotate(70deg);
}
.sub_text h2[data-v-a534df0e]::before {
  right: 20px;
  transform: rotate(-70deg);
}
.sub_text p[data-v-a534df0e] {
  font-size: 0.85em;
  text-align: center;
  margin-bottom: 1.5em;
}
.sub_text img[data-v-a534df0e] {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 20px;
}
.sub_text .line_btn[data-v-a534df0e] {
  text-decoration: none;
  padding: 1em;
  border-radius: 1.5em;
  display: block;
  background-color: #06c755;
  color: #fff;
  text-align: center;
  position: relative;
}
.sub_text .line_btn[data-v-a534df0e]::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.sub_text .line_btn[data-v-a534df0e] {
  display: none;
}
.sub_text .line_btn_qr[data-v-a534df0e] {
  display: block;
}
@media (max-width: 750px) {
.sub_text .line_btn[data-v-a534df0e] {
    display: block;
}
.sub_text .line_btn_qr[data-v-a534df0e] {
    display: none;
}
}
