@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "apercu", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #231815;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  line-break: strict;
}

body {
  background: #fff;
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 100%;
}

.inner-block {
  position: relative;
  width: calc(100% - 40px);
  padding: 0 30px;
  margin: 0 auto;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/ApercuProRegular.otf) format("opentype");
  font-family: "apercu";
  font-weight: 500;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 55px;
  text-align: center;
  padding: 15px 0;
}
.c-header .logo {
  height: 24px;
}
.c-header .logo img {
  height: 100%;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  padding: 10px;
}
.c-footer .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}

/* --------------------------------
c-title
----------------------------------- */
.c-title {
  text-align: center;
  margin-bottom: 20px;
}
.c-title img {
  width: 206px;
}

/* --------------------------------
c-button
----------------------------------- */
.c-button {
  margin-top: 20px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 14px 20px;
  background-image: linear-gradient(315deg, #a8d1da, #9baad6);
}
.c-button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.c-button.back::before {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* top Module
* topページ用
-------------------------------------------------- */
.top {
  min-height: 100vh;
  padding: 15px 0;
}
.top .intro-cont {
  padding: 80px 30px 30px;
  background-color: #fff;
}
.top .intro-image {
  width: 230px;
  margin: 0 auto 74px;
}
.top .intro-text {
  line-height: 1.7857142857;
}

.bg-stripe {
  position: relative;
  background: url(../img/common/bg.png) no-repeat top center/100% auto;
}

/* -----------------------------------------------
* diagnose Module
* diagnoseページ用
-------------------------------------------------- */
.diagnose {
  min-height: 100vh;
}

.c-diagnose {
  position: relative;
  padding: 20px 0;
}
.c-diagnose-ttl {
  margin-bottom: 20px;
}
.c-diagnose-cont {
  padding: 20px 20px 50px;
  background: #fff;
}
.c-diagnose-question-number {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: linear-gradient(315deg, #a8d1da, #9baad6);
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 20px;
}
.c-diagnose-question {
  font-size: 14px;
  line-height: 1.79;
  margin-bottom: 20px;
  white-space: pre-wrap;
  position: relative;
}
.c-diagnose-answer li label,
.c-diagnose-answer li button,
.c-diagnose-answer li a {
  color: #6f91c4;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  padding: 14px 20px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.63;
  position: relative;
  border: 1px solid #9baad6;
  -o-border-image: linear-gradient(315deg, #a8d1da, #9baad6);
     border-image: linear-gradient(315deg, #a8d1da, #9baad6);
  border-image-slice: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-diagnose-answer li label.checked,
.c-diagnose-answer li button.checked,
.c-diagnose-answer li a.checked {
  pointer-events: none;
}
.c-diagnose-answer li + li {
  margin-top: 10px;
}
.c-diagnose-answer input[type=radio] {
  width: 0;
  height: 0;
}
.c-diagnose-btn.checked {
  background-image: linear-gradient(315deg, #a8d1da, #9baad6);
  color: #fff;
}
.c-diagnose-return {
  margin: 20px 0 40px;
}
.c-diagnose-bar-wrap {
  position: relative;
}
.c-diagnose-bar {
  position: relative;
  background-color: #e0e0e0;
  height: 4px;
  margin: 20px 0;
  width: calc(100% - 40px);
}
.c-diagnose-status {
  background: #9baad6;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% / 20);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-diagnose-now {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -6px;
}
.c-diagnose-button-back {
  font-size: 14px;
  font-weight: bold;
  color: #5c5a5a;
  position: relative;
  padding-left: 10px;
}
.c-diagnose-button-back::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-left: 1px solid #5c5a5a;
  border-bottom: 1px solid #5c5a5a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-diagnose-button-back.is-inactive {
  pointer-events: none;
  color: #ccc;
}
.c-diagnose-button-back.is-inactive::before {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* -----------------------------------------------
* result Module
* resultページ用
-------------------------------------------------- */
.result {
  padding: 20px 0 0;
  position: relative;
}
.result .inner-block {
  padding: 0 15px;
}
.result-content {
  background: #fff;
  padding: 28px 13px 50px;
}
.result-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.result-title .sub {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
  background-image: linear-gradient(315deg, #a8d1da, #9baad6);
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0px 18px;
}
.result-title .main {
  font-size: 24px;
  display: block;
  line-height: 1.5;
}
.result-title .main .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #c5eaea));
  background: linear-gradient(transparent 80%, #c5eaea 80%);
}
.result-title .medium {
  margin-top: 5px;
  font-size: 17px;
  display: inline-block;
}
.result-thumbnail {
  text-align: center;
  margin: 0 auto 30px;
}
.result-thumbnail img {
  max-height: 100%;
}
.result .border {
  padding: 0 15px;
}
.result .border .border-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.result .border .border-text {
  text-align: justify;
  font-size: 14px;
  line-height: 1.79;
  font-weight: 500;
}
.result .blue {
  padding: 30px 15px 24px;
  background-color: #eef5f8;
  margin-top: 20px;
}
.result .blue .blue-title {
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  padding-left: 8px;
}
.result .blue .blue-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #309bae;
  left: 0;
  top: 3px;
}
.result .blue .blue-list {
  padding: 0 4px;
}
.result .blue .blue-list li {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  text-align: justify;
  padding-left: 10px;
}
.result .blue .blue-list li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.result .blue .blue-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
}
.result .type01 {
  padding-bottom: 50px;
}
.result .type02 {
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.result .hi_kittiri {
  width: calc(322px / 2);
}
.result .hi_sabori {
  width: calc(282px / 2);
}
.result .hi_tekido {
  width: calc(422px / 2);
}
.result .hi_yaru {
  width: calc(344px / 2);
}
.result .hi_zubora {
  width: calc(366px / 2);
}
.result .pr_ariel {
  width: calc(302px / 2);
}
.result .pr_aurora {
  width: calc(368px / 2);
}
.result .pr_cinderella {
  width: calc(404px / 2);
}
.result .pr_kaguya {
  width: calc(250px / 2);
}
.result .pr_snowwhite {
  width: calc(264px / 2);
}
.result .sns {
  margin-top: 50px;
  background-color: #fafafa;
  padding: 30px 0;
  position: relative;
}
.result .sns .sns-title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.result .sns .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result .sns .sns-list li {
  width: 40px;
}
.result .sns .sns-list li + li {
  margin-left: 20px;
}
.result .goback {
  padding: 30px 0;
  background: #fff;
  position: relative;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .inner-block {
    max-width: 900px;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-diagnose-ttl {
    margin-bottom: 15px;
  }
  .c-diagnose-cont {
    padding: 5.3333333333vw 8vw;
  }
}