 /*--------------------*
 *  span
 *--------------------*/

 span.marker {
    background: linear-gradient(transparent 10%, #EEE4BA 50%);
    padding-bottom: 0.2em;
 }

  /*--------------------*
 *  btn
 *--------------------*/

 .btn-pk {
    background-color: #FD6919 !important;
    font-size: 20px !important;
 }
 .mosaic_btn {
  z-index: 100;
 }

 /*--------------------*
 *  .result_basic
 *--------------------*/

 .result_basic {
  /* padding-top: 5%; */
}
.basic_info {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 20px 0;
  position: relative;
}
.basic_info::before ,
.basic_info::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
}
.basic_info::before {
  border-left: solid 1px #1F2121;
  border-top: solid 1px #1F2121;
  border-bottom: solid 1px #1F2121;
  top: 0;
  left: 0;
}
.basic_info::after {
  border-right: solid 1px #1F2121;
  border-top: solid 1px #1F2121;
  border-bottom: solid 1px #1F2121;
  top: 0;
  right: 0;
}
.basic_mos {
  background: linear-gradient(rgba(255,255,255, 0) 50%, rgba(226,236,254, 0.7) 88%, rgba(226,236,254) 98%);
}


 /*--------------------*
 *  result_0
 *--------------------*/

.ttl_line1 {
  font-size: 18px;
}

.ttl_line2 {
  font-size: 28px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: .1rem;
}
.cl-y {
  color: #B49A2E;
  display: inline !important;
}

.result_visual {
  position: relative;
}

.result_stage {
  position: relative;
  width: 100%;
  min-height: 290px;
}

.result_stage picture,
.result_stage img {
  display: block;
  width: 100%;
  height: auto;
}

.result_overlay {
  position: absolute;
  inset: 0;
}

/* 各ボックス共通 */
.baku_box {
  position: absolute;
  background: #fff;
  border: 2px solid #B49A2E;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.baku_box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #333;
  word-break: break-word;
}

.baku_box p br {
  display: block;
}

/* 中央の数字 */
.baku_number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #B49A2E;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.baku_number span {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
}

/* 配置 */
.baku_box_1 {
  left: 0%;
  top: 0%;
  width: 43%;
  min-height: 100px;
}

.baku_box_2 {
  right: 0%;
  top: 0%;
  width: 43%;
  min-height: 100px;
}

.baku_box_3 {
  left: 0%;
  top: 39%;
  width: 43%;
  min-height: 100px;
}

.baku_box_4 {
  right: 0%;
  top: 39%;
  width: 43%;
  min-height: 100px;
}

.baku_box_5 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  min-height: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* タイトル調整 */
.menu_ttl h2 .ttl-txt {
  color: #c2a128;
}

/* SP微調整 */
@media screen and (max-width: 599px) {
  .result_stage {
    min-height: 200px;
  }
  .baku_box {
    border-radius: 10px;
    padding: 6px 8px;
  }

  .baku_box p {
    font-size: 14px;
    line-height: 1.5;
  }

  .baku_number {
    width: 80px;
    height: 80px;
    top: 44%;
  }

  .baku_number span {
    font-size: 46px;
  }

  .baku_box_1,
  .baku_box_2,
  .baku_box_3,
  .baku_box_4 {
    width: 44%;
    min-height: 62px;
  }

  .baku_box_1,
  .baku_box_2 {
    top: 0%;
  }

  .baku_box_3,
  .baku_box_4 {
    top: 36%;
  }

  .baku_box_5 {
    width: 100%;
    min-height: 48px;
    bottom: 0%;
  }
}

/* --------------------
 * Result 1: サブナンバー
 * -------------------- */

.box_result_sub {
  margin-top: 3em;
}

.box_result_sub .menu_ttl {
  text-align: center;
  margin-bottom: 18px;
}

.box_result_sub .menu_ttl h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.box_result_sub .ttl_nowrap {
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
}

.subnumber_wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}

.subnumber_circle {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #DDCB80;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subnumber_circle span {
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
}

.subnumber_text_area {
  flex: 1;
  position: relative;
  min-height: 160px;
}

.subnumber_text {
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}

.subnumber_text p {
  margin: 0 0 10px;
}

.subnumber_text p:last-child {
  margin-bottom: 0;
}

/* 無料版 */
.box_result_sub.is-free .subnumber_text_area {
  position: relative;
  min-height: 90px;
}

.box_result_sub.is-free .subnumber_text {
  filter: blur(7px);
  user-select: none;
}

.subnumber_mask {
  display: none;
}

.subnumber_cta {
  display: none;
}

.box_result_sub.is-free .subnumber_mask {
  display: block;
  position: absolute;
  inset: 0;
  background: transparent;
}

.box_result_sub.is-free .subnumber_cta {
  display: block;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.subnumber_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  background: #DDCB80;
  color: #222;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}


/* 有料版はぼかしとボタンを消す */
.box_result_sub.is-paid .subnumber_mask,
.box_result_sub.is-paid .subnumber_cta {
  display: none;
}

/* SP */
@media screen and (max-width: 599px) {
  .box_result_sub .menu_ttl {
    margin-bottom: 14px;
  }

  .box_result_sub .menu_ttl h3 {
    font-size: 17px;
  }

  .subnumber_wrap {
    gap: 12px;
  }

  .subnumber_circle {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .subnumber_circle span {
    font-size: 40px;
  }

  .subnumber_text {
    font-size: 13px;
    line-height: 1.8;
  }

  .box_result_sub.is-free .subnumber_cta {
    top: 35%;
  }

  .subnumber_btn {
    min-width: 150px;
    height: 40px;
    font-size: 20px;
  }
}

/*--------------------*
 *  link list
 *--------------------*/
 .r_links {
    background: none;
    max-width: 550px;
    margin: 3% auto 0;
 }

 .r_links ul {
    margin-bottom: 40px;
 }

.r_links li {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    background: url(../../../image/common/points/arrow_right.svg) no-repeat scroll calc(100% - 20px) 50% / 10px 16.6px;
    background-color: #fff;
    padding: 16px 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 600px) {
  .r_links li {
    font-size: 18px;
  }
}
.r_links li a {
  display: block;
}

/*--------------------*
 *  btn
 *--------------------*/
 .btn2 {
  background-color: #DDCB80 !important;
  border: none !important;
  font-size: 18px !important;
  margin: 4px auto 1em !important;
 }

 /* --------------------
 * Result 2: 暴露数で分かるあなたのこと
 * -------------------- */

 .box_result_about {
  width: calc(100% - 24px);
  margin: 0 auto 24px;
}

.result_card_about {
  position: relative;
}

.result_body_about {
  position: relative;
}

.menu_ttl_about {
  margin-bottom: 22px;
  text-align: center;
}

.menu_ttl_about h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  color: #1F2121;
  letter-spacing: 0.02em;
}

.result_text_about {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.result_text_about p {
  margin: 0 0 12px;
}

.result_text_about p:last-child {
  margin-bottom: 0;
}

/* 無料版 */
.box_result_about.is-free .result_text_about {
  max-height: 260px;
  overflow: hidden;
  position: relative;
}

.result_about_mask,
.result_about_cta {
  display: none;
}

.box_result_about.is-free .result_about_mask {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 0) 0%,
    rgba(255, 255, 255, 0.85) 48%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.box_result_about.is-free .result_about_cta {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 18px;
}

.box_result_about.is-free .result_about_cta .btn {
  display: block;
  width: 100%;
  padding: 15px 14px;
  border-radius: 999px;
  background: #1e2124;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  box-sizing: border-box;
}

.box_result_about.is-free .result_about_cta .btn span {
  font-size: 14px;
}

/* SP */
@media screen and (max-width: 599px) {
  .menu_ttl_about {
    margin-bottom: 18px;
  }

  .menu_ttl_about h2 {
    font-size: 22px;
    line-height: 1.65;
  }

  .result_text_about {
    font-size: 15px;
    line-height: 1.7;
  }

  .box_result_about.is-free .result_text_about {
    max-height: 220px;
  }

  .box_result_about.is-free .result_about_mask {
    bottom: 20px;
    height: 90px;
  }
}

/* br */

@media screen and (min-width: 600px) {
  .free-nobr {
    display: none;
  }
}

 /* --------------------
 * guide_message
 * -------------------- */
 .guide_message__text {
  text-align: center;
  padding-bottom: .6em;
 }
 .last-msg {
  font-size: 20px;
 }

  /*--------------------*
 *  other
 *--------------------*/

 #c_privacy {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
 }

 .cocoloni_inner {
  background: #fff;
  padding-bottom: 1em;
 }