/*========================================
chappie
========================================*/ :root {
  --bg: #ffffff;
  --card: #121621;
  --card2: #0f1320;
  --text: #0f1320;
  --muted: #aab2c5;
  --line: #e5e7eb;
  --accent: #b8a6ff;
  --accent2: #7ee0ff;
  --good: #7CFFB2;
  --warn: #ffd37e;
}
* {
  box-sizing: border-box
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 16px rgba(184, 166, 255, .35);
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.progress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bar {
  flex: 1;
  height: 10px;
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  overflow: hidden;
}
.bar > div {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-radius: 999px;
  transition: width .25s ease;
}
.progress .meta {
  font-size: 12px;
  white-space: nowrap
}
.opts {
  display: grid;
  gap: 10px
}
label.opt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.opt small {
  display: block;
  font-size: 12px;
  margin-top: 2px
}
button {
  border-color: rgba(184, 166, 255, .7);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 1em 2em;
  cursor: pointer;
  font-weight: 650;
}
button:hover {
  opacity: 0.7;
}
button.primary {
  background: linear-gradient(135deg, rgba(184, 166, 255, .8), rgba(126, 224, 255, .8));
  color: #fff;
}
button:disabled {
  opacity: .45;
  cursor: not-allowed
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  font-size: 12px;
}
.result {
  display: none;
}
@media (min-width: 860px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .span2 {
    grid-column: span 2;
  }
}
#questions {
  display: block
}
#questions > section.card {
  display: none
}
/* Share menu */
.share-wrap {
  position: relative;
  display: inline-block;
}
.primary.share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.share-icon {
  display: inline-flex;
}
.share-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 190px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
  padding: 6px;
  display: none;
  z-index: 50;
}
.share-wrap.open .share-menu {
  display: block;
}
.share-item {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}
.share-item:hover {
  background: rgba(0, 0, 0, .05);
}
.share-item:active {
  background: rgba(0, 0, 0, .08);
}
/*========================================
custom
========================================*/
.result ul, .result .section p {
  display: inline-block;
  text-align: left;
}
.result li {
  padding-left: 1.7em;
  position: relative;
  margin: 0.5em 0;
}
.result li:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.2em;
  background: url("https://d2w53g1q050m78.cloudfront.net/beautyfarmcojp/uploads/anummy/image/diagnosis/icon_check.png") no-repeat center center;
  background-size: contain;
}
.list_check li:before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/beautyfarmcojp/uploads/anummy/image/diagnosis/icon_check.png");
}
#recommend li:before {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/beautyfarmcojp/uploads/anummy/image/diagnosis/icon_heart.png");
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}
main {
  flex-grow: 1;
}
main:before {
  animation-duration: 60s;
}
.inbox {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5em 3%;
}
@media screen and (min-width:769px) {
  .inbox {
    max-width: 900px;
    margin: 2em auto;
    padding: 1.5em 3%;
    border-radius: 1em;
    box-shadow: 0 0 2em rgba(255, 255, 255, 0.9);
  }
  .result_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .result_box .section {
    width: 100%;
  }
  #chart, #nature {
    width: 48%;
  }
  .qtitle {
    font-size: 1.15em;
  }
    .result .subtitle {font-size:1.15em;}
}
@media screen and (max-width:768px) {
    body{font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}}
.title {
  text-align: center;
  margin-bottom: 3em;
}
h1 {
  text-align: center;
  margin: 1em auto;
}
.qtitle {
  font-weight: bold;
  margin-bottom: 1em;
  color: #856eca;
}
label > div {
  background: #fff;
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  border: 1px solid rgba(184, 166, 255, .55);
  transition: all 0.5s ease 0s;
  margin-bottom: 0.2em;
}
label > div:hover {
  /*background: rgba(184, 166, 255, .1);*/
  background: linear-gradient(135deg, rgba(184, 166, 255, .8), rgba(126, 224, 255, .8));
  color: #fff;
  font-weight: bold;
}
.result {line-height:1.75;}
.result .subtitle {
  font-weight: bold;
  margin-bottom: 2em;
}
.result h1 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
  background: #fff;
  border-radius: 3em;
  padding: 0.5em 2em;
  min-width: 50%;
  display: inline-block;
  margin: 0 auto 1em;
}
.result h1 strong {
  font-size: 1.3em;
  vertical-align: -0.1em;
  background: linear-gradient(135deg, rgba(184, 166, 255, 1), rgba(126, 224, 255, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result h2 {
  color: #856eca !important;
}
.section {
  padding: 2em 5%;
  background: #fff;
  border-radius: 0.5em;
  margin: 1em 0;
  text-align: center;
}
.section h2 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: #555;
}
.chara_box {
  text-align: center;
}
.chara_box h2, .chara_box p#typeTag, #radar {
  display: none;
}
#advice{display:none;}
.advice {
  margin: 1em 0;
  text-align: center;
  font-size: 1.35em;
}
#chart img {
  width: 22em;
}
#recommend ul {
  margin-bottom: 1em;
}
.actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5em;
}
.footer {
  font-size: 0.8em;
  padding: 3em 5%;
  text-align: center;
}
copyright {
  display: block;
  margin-top: 3em;
}
.footer a {
  color: #fff!important;
}
copyright img {
  height: 1.5em;
  vertical-align: middle;
  margin-left: 0.3em;
}

.link_silky{color:#89a9d1!important;}
.link_melty{color:#cb4f9e!important;}
.link_boost{color:#ea9654!important;}
.link_milk,.link_oil,.link_spray{color:#ad6eb5!important;}