* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
}

a {
  cursor: pointer;
}

#step-1.active,
#step-2.active,
#step-3.active {
  display: flex;
}

#step-1,
#step-2,
#step-3 {
  display: none;
}

[v-cloak] {
  opacity: 0;
}

.store-link-section {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 640px;
  margin: 32px auto 0px;
  padding: 24px;
  background-color: #ffffff;
  /* background-image: url('https://mira-now.site/wp-content/uploads/2020/09/bg-image.png'); */
  /* background-size: cover;
  background-repeat: no-repeat; */
  box-shadow: 0 8px 16px 0 rgba(20, 10, 30, 0.15);
}

.store-link-left {
}

.store-link-right {
}

.store-link-texts {
  margin-bottom: 24px;
}

.store-link-title-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.store-link-description-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.store-link-button {
  display: block;
  width: 120px;
}

.ai-scan-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ai-scan-left {
  flex: 1;
}
.ai-scan-right {
  width: 120px;
}
.sign-in-button {
  display: block;
  width: 120px;
  height: 3em;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 1em 0.25em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 12px;
  color: #ffffff;
  background-color: #e4aca1;
}
.sign-in-button:hover {
  color: #ffffff;
}
.ai-scan-button {
  display: block;
  width: 200px;
  height: 3em;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 1em 0.25em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 12px;
  color: #e4aca1;
  border: 1px solid #e4aca1;
  background-color: #ffffff;
}
.ai-scan-button:hover {
  color: #e4aca1;
}
.breadcrumb {
  display: none;
}
.sub-action-section {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.sub-action {
  width: 100%;
  margin: 0px auto;
  padding: 0px 2em;
}
.regist-actions-label {
  font-size: 20px;
  text-align: center;
  line-height: 1em;
  margin: 0px 0px 16px 0px;
}
.regist-actions-description {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0px 0px 24px 0px;
}
.diagnosis-lists {
  width: 100%;
  margin-bottom: 32px;
}
.diagnosis-list {
  display: block;
  padding: 0px 12px;
}
.diagnosis-content {
  display: block;
  padding: 24px 0px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(20, 10, 30, 0.15);
  align-items: center;
}
.diagnosis-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  margin: 0px auto;
}
.diagnosis-left img {
  width: 100%;
  max-height: 100%;
}
.diagnosis-right {
  flex: 1;
  padding: 0px 24px;
  margin-top: 24px;
}
.diagnosis-right .diagnosis-label {
  font-size: 1.1em;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 16px;
}
.diagnosis-right .diagnosis-sub-label {
  font-size: 0.75em;
  line-height: 1em;
  margin-bottom: 4px;
}
.diagnosis-right .diagnosis-description {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.recommend-list {
  display: block;
  padding: 0px 8px;
  text-decoration: none;
}
.recommend-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background-color: #ffffff;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.recommend-main {
  display: block;
  width: 100%;
  height: 120px;
}
.recommend-main-image {
  display: block;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.recommend-link {
  display: block;
  text-decoration: none;
}
.recommend-sub {
  flex: 1;
  padding-left: 0px;
}
.recommend-sub .recommend-title {
  margin-top: 0px;
  margin-bottom: 16px;
}
.recommend-article-title {
  font-size: 16px;
  line-height: 1.5em;
  color: #140a1e;
  margin-top: 16px;
  margin-bottom: 0px;
}
.recommend-head-text {
  font-size: 32px;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.recommend-head-text span {
  font-size: 24px;
}
.recommend-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding-top: 16px;
}
.recommend-author-left {
  width: 24px;
}
.recommend-author-right {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.recommend-author-image {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ecebf2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.recommend-author-name {
  font-size: 12px;
  line-height: 1em;
  color: #140a1e;
  margin-top: 0px;
  margin-bottom: 0px;
}
.svg-guide {
  position: absolute;
  top: 0px;
  left: 0px;
}
.scan-image-wrapper {
  width: 240px;
  height: 240px;
  position: relative;
}
.scan-image {
  display: block;
  width: 240px;
  height: 240px;
  border: 1px solid #140a1e;
}
.face-type-label {
  width: 160px;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
  margin: 0px auto 16px;
  padding: 4px 8px;
  border: 1px solid #140a1e;
}

.ai-face-diagnosis-modal {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 32px 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.ai-face-diagnosis-modal-overlay {
  flex: 1;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ai-face-diagnosis-content {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  padding: 0px;
  background-color: #fafafa;
  position: relative;
  z-index: 99999;
}
.regist-actions {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.ai-face-diagnosis-modal.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 9999999999999999999;
  background-color: rgba(20, 10, 30, 0.35);
}

.hooper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hooper-list {
  flex: 1;
  padding: 24px 0px;
}
.hooper-slide {
  width: 100%;
}
.hooper-track {
  width: 100%;
  height: 100%;
}
.hooper-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  margin-top: -16px;
  top: 50%;
}
.hooper-next,
.hooper-prev {
  width: 32px;
  height: 32px;
  padding: 4px;
  top: 0px;
  position: static;
  transform: translateY(0%);
  transform: translateY(0%);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.d-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
.d-head {
  padding: 16px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(20, 10, 30, 0.15);
}
.d-nav {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #ffffff;
  border-top: 1px solid rgba(20, 10, 30, 0.15);
}
.d-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 24px;
  border-radius: 18px;
  padding: 8px;
  font-size: 12px;
}
.d-nav-button.close-button {
  color: #eb7d73;
  background-color: #ffffff;
  border: 1px solid #eb7d73;
}
.d-nav-button.next-button {
  color: #ffffff;
  background-color: #eb7d73;
  border: 1px solid #eb7d73;
}
.d-nav-button.next-button:hover {
  color: #ffffff;
}
.d-nav-button.next-button.isdisable {
  color: rgba(20, 10, 30, 00.38);
  background-color: #c8c3d7;
  border: 1px solid #c8c3d7;
}
.d-nav-button.next-button.is-disable:hover {
  color: rgba(20, 10, 30, 00.38);
}
.d-nav-button.close-button:hover {
  color: #eb7d73;
}
.d-head h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  margin: 0px 0px;
  padding: 0px 0px;
}
.d-form {
  flex: 1;
  overflow-y: scroll;
}
h3.d-form-title {
  font-size: 20px;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid rgba(20, 10, 30, 0.15);
}
.d-form-description {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 16px;
}
.d-form-rows {
  width: 100%;
  max-width: 480px;
  margin: 0px auto;
  padding: 24px 16px;
}
.d-form-row {
  width: 100%;
  margin-bottom: 32px;
}
.d-form-label {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.d-radio {
  float: left;
  margin-right: 16px;
}
.checkboxs,
.d-body-parts {
  padding: 16px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.d-body-parts .checkboxs {
  padding: 0px;
  margin-bottom: 0px;
}
.d-checkbox {
  margin-bottom: 0px;
}
.d-steps {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.d-step {
  flex: 1;
  position: relative;
}
.d-step::before,
.d-step::after {
  display: block;
  width: 50%;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  background-color: rgba(20, 10, 30, 0.15);
}
.d-step::before {
  left: 0px;
}
.d-step::after {
  right: 0px;
}
.d-step.first-step::before,
.d-step.last-step::after {
  display: none;
}
.d-step-number {
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(20, 10, 30, 0.15);
  border-radius: 1em;
  margin: 0px auto;
  font-size: 12px;
  line-height: 12px;
  padding: 0em 0em;
  text-align: center;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
}
.d-step-number.is-active {
  color: #ffffff;
  border: 2px solid #140a1e;
  background-color: #ffffff;
}
.d-step-labels {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.d-step-label {
  flex: 1;
  position: relative;
}
.d-step-label-text {
  font-size: 12px;
  line-height: 1em;
  display: block;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
}
.checkboxs,
.selects {
  margin-bottom: 32px;
}
.checkboxs:after,
.selects:after,
.radios:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.local-category-title {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 12px;
}
.d-select {
  width: 100%;
  max-width: 10000px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 20px;
  border: 1px solid rgba(20, 10, 30, 0.15);
  overflow: hidden;
  background-color: #ffffff;
}
.input-item-label > input {
  display: none;
}
.input-item-label {
  padding: 0 1rem;
  border: solid 1px #888;
}
.input-item-label::after {
  content: '+';
  font-size: 1em;
  padding-left: 1em;
}
.preview-item {
  max-width: 240px;
  margin: 0px auto;
}
.preview-item-file {
  width: 100%;
}
.preview-item-action {
  margin-top: 16px;
}
.upload-image {
  position: relative;
}
.logout-section {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.logut-button {
  display: block;
  width: 200px;
  height: 3em;
  border-radius: 1.5em;
  padding: 1em 0.25em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 12px;
  color: #e4aca1;
  border: 1px solid #e4aca1;
  background-color: #ffffff;
}
.logut-button:hover {
  color: #e4aca1;
}
.facebook-button {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 3em;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 1em 0.25em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 12px;
  color: #ffffff;
  border: 1px solid #4267b2;
  background-color: #4267b2;
}
.facebook-button:hover {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .diagnosis-list {
    padding: 8px 8px 24px;
  }
  .diagnosis-left {
    width: 100%;
  }
  .diagnosis-content {
    display: block;
  }
  .recommend-content {
    min-height: 320px;
  }
  .diagnosis-facetype {
    padding: 16px;
  }
  .store-link-section {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0px auto 32px;
    padding: 24px;
  }
  .sub-action {
    padding: 0px 0em;
  }
}
