@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-family: "MFW-YuGoPr6N-Medium", "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", YuGothic, "游ゴシック体 Medium", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 768px) {
  .child_cont div[class*=content] {
    padding-bottom: 0;
    width: auto;
  }
}
.archive h2 > span {
  text-align: center;
}

.archive .text {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .link .text_box h4 {
    text-align: left;
  }
}
.content .title h4 {
  font-size: clamp(19px, 2.8vw, 25px);
}

.content h4 {
  font-size: clamp(21px, 2.8vw, 25px);
  line-height: 1.5;
  letter-spacing: 0.15ex;
  text-align: center;
}

.content h4:not(:first-child) {
  font-size: clamp(21px, 2.8vw, 25px);
  line-height: 1.5;
  text-align: left;
}

.archive h2 {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.3ex;
}

@media screen and (min-width: 768px) {
  .archive a .text {
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
main .fv-diagnosis {
  background: url(../images/fv_bg.jpg) center/cover no-repeat;
  min-height: calc(100vh - 110px);
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .fv-diagnosis .fv-diagnosis_inner {
  max-width: 1100px;
  width: 93%;
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(30px, 8.3vh, 64px) 0;
  margin: 0 auto;
  position: relative;
}
main .fv-diagnosis .magazine-logo {
  position: absolute;
  display: block;
  top: 30px;
  left: 60px;
  max-width: 120px;
  width: 100%;
}
main .fv-diagnosis .magazine-logo img {
  width: 100%;
  object-fit: cover;
}
main .fv-diagnosis .magazine-logo span {
  /* 375-1366 10-12 */
  font-size: clamp(0.625rem, 0.578rem + 0.2vw, 0.75rem);
  letter-spacing: 0.02em;
  margin-top: 5px;
  text-align: left;
  display: block;
  line-height: 1;
}
main .fv-diagnosis .magazine-logo.--sp {
  display: none;
}
main .fv-diagnosis .minute {
  position: absolute;
  top: 11%;
  right: 6%;
  /* 375-1366 10-14 */
  font-size: clamp(0.625rem, 0.53rem + 0.4vw, 0.875rem);
  letter-spacing: 0.05em;
  padding: clamp(13px, 4.2%, 25px) clamp(18px, 5.8%, 33px);
  border-radius: 50%;
  border: solid 1px #707070;
  line-height: 1;
  text-align: center;
  aspect-ratio: 1/1;
  transform: rotate(21deg);
}
main .fv-diagnosis .minute span:nth-of-type(1) {
  display: block;
}
main .fv-diagnosis .minute span:nth-of-type(2) {
  /* 375-1366 23-32 */
  font-size: clamp(1.438rem, 1.225rem + 0.91vw, 2rem);
  display: inline;
}
main .fv-diagnosis .minute span:nth-of-type(3) {
  display: inline;
}
main .fv-diagnosis .minute span:nth-of-type(4) {
  display: block;
}
main .fv-diagnosis .fv-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .fv-diagnosis .fv-start p:first-of-type {
  letter-spacing: 0.02em;
  font-size: 15px;
  margin: 0 auto clamp(10px, 1.9vh, 15px);
  text-align: center;
  position: relative;
  display: block;
  max-width: 70px;
  line-height: 1.2;
}
main .fv-diagnosis .fv-start p:first-of-type::before, main .fv-diagnosis .fv-start p:first-of-type::after {
  content: ""; /* 必須 */
  position: absolute; /* 親要素（.diag-title）を基準に配置 */
  top: 0; /* 親要素と同じ高さにするための上端 */
  bottom: 0; /* 親要素と同じ高さにするための下端 */
  width: 1px; /* 線の太さ */
  background-color: #515150; /* 線の色 */
}
main .fv-diagnosis .fv-start p:first-of-type {
  /* 3. 左側の線（::before）の配置と回転 */
}
main .fv-diagnosis .fv-start p:first-of-type::before {
  left: -7px; /* テキストの左外側へ7px */
  /* 「下」を支点にして、反時計回りに45°回転 */
  transform: rotate(-45deg);
  transform-origin: bottom center;
}
main .fv-diagnosis .fv-start p:first-of-type {
  /* 4. 右側の線（::after）の配置と回転 */
}
main .fv-diagnosis .fv-start p:first-of-type::after {
  right: -7px; /* テキストの右外側へ7px */
  /* 「下」を支点にして、時計回りに45°回転 */
  transform: rotate(45deg);
  transform-origin: bottom center;
}
main .fv-diagnosis .fv-start p:nth-of-type(2) {
  letter-spacing: 0.02em;
  /* 375-768 25-36 */
  font-size: clamp(1.563rem, 0.906rem + 2.8vw, 2.25rem);
  line-height: 1.25;
  text-align: center;
}
main .fv-diagnosis .fv-start p:nth-of-type(3) {
  letter-spacing: 0.02em;
  /* 375-768 17-22 */
  font-size: clamp(1.063rem, 0.764rem + 1.27vw, 1.375rem);
  line-height: 1.25;
  margin-bottom: clamp(20px, 5.208vh, 40px);
  text-align: center;
}
main .fv-diagnosis .fv-start .sofa-visual {
  margin: clamp(20px, 5.208vh, 40px) auto clamp(10px, 2.3vh, 18px);
  width: auto;
  max-width: 655px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .fv-diagnosis .fv-start .sofa-visual img {
  width: 50%;
  object-fit: cover;
  display: block;
}
main .fv-diagnosis .fv-start .btn-diagnosis {
  background: #707070;
  color: #ffffff;
  /* 375-1366 13-18 */
  font-size: clamp(0.813rem, 0.694rem + 0.5vw, 1.125rem);
  line-height: 1;
  padding: 20px 0;
  border-radius: 5px;
  width: 30%;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
main .fv-diagnosis .quiz-section .quiz-indicator {
  display: flex;
  justify-content: space-between;
  gap: 5.6%;
  /* margin-bottom: 40px; */
  padding-top: 30px; /* Q番号が表示されるスペースを確保 */
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 586px;
  margin: 0 auto 40px -10px;
}
main .fv-diagnosis .quiz-section .quiz-indicator::before {
  content: "";
  position: absolute;
  width: 93%;
  max-width: 536px;
  height: 1px;
  background: #D1D1D1;
  top: 36px;
  right: 0;
}
main .fv-diagnosis .quiz-section .indicator-item {
  position: relative;
  width: 12px;
  height: 12px;
  background: #D1D1D1; /* 非アクティブ時の点 */
  border-radius: 50%;
  transition: all 0.3s ease;
}
main .fv-diagnosis .quiz-section {
  /* 上に表示される Q1, Q2... */
}
main .fv-diagnosis .quiz-section .indicator-item::before {
  content: attr(data-q); /* JSで設定したQ番号を表示 */
  position: absolute;
  top: -25px; /* 点の7px上（フォントサイズ分調整） */
  left: 50%;
  transform: translateX(-50%);
  color: #D5BDAF;
  font-size: 18px;
  font-weight: bold;
  opacity: 0; /* 通常は非表示 */
  transition: opacity 0.3s ease;
  white-space: nowrap;
  display: block;
  margin-top: -7px;
}
main .fv-diagnosis .quiz-section {
  /* 該当する設問（アクティブ状態） */
}
main .fv-diagnosis .quiz-section .indicator-item.is-active {
  background: #D5BDAF;
}
main .fv-diagnosis .quiz-section .indicator-item.is-active::before {
  opacity: 1; /* アクティブな時だけQ番号を表示 */
}
main .fv-diagnosis .quiz-section {
  /* 回答済みの点の色（もし変えたい場合） */
}
main .fv-diagnosis .quiz-section .indicator-item.is-done {
  background: #D5BDAF;
}

@media screen and (max-width: 768px) {
  main .fv-diagnosis {
    min-height: calc(100vh - 94px);
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  main .fv-diagnosis .fv-diagnosis_inner {
    padding: clamp(15px, 3.2vh, 35px) 0 clamp(25px, 4.5vh, 44px);
    margin-bottom: 20px;
  }
  main .fv-diagnosis {
    /* 診断中のモードになったら、SPロゴを消す */
  }
  main .fv-diagnosis.is-quiz-mode .magazine-logo.--sp {
    display: none;
  }
  main .fv-diagnosis .magazine-logo.--pc {
    display: none;
  }
  main .fv-diagnosis .magazine-logo.--sp {
    display: block;
    position: static;
    margin: 10px 0 10px 7%;
    width: 12vh;
  }
  main .fv-diagnosis .minute {
    background: #ffffff;
    top: -6%;
    z-index: 2;
  }
  main .fv-diagnosis .fv-start p:nth-of-type(3) {
    margin-bottom: clamp(15px, 2.4vh, 40px);
  }
  main .fv-diagnosis .fv-start .sofa-visual {
    flex-direction: column;
    width: 32vh;
    height: auto;
    max-width: 370px;
    margin: clamp(15px, 3vh, 30px) auto clamp(0px, 1.8vh, 5px);
  }
  main .fv-diagnosis .fv-start .sofa-visual img {
    width: 100%;
  }
  main .fv-diagnosis .fv-start .btn-diagnosis {
    width: 60%;
    max-width: 300px;
    padding: 13px 0;
  }
}
main #quiz-screen {
  text-align: center;
}
main #quiz-screen .question-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3%;
  width: 93%;
  margin: 0 auto;
}
main #quiz-screen #question-number {
  /* 375-768 18-38 */
  font-size: clamp(1.125rem, -0.068rem + 5.09vw, 2.375rem);
  line-height: 1.25;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
main #quiz-screen #question-text {
  /* 375-768 16-30 */
  font-size: clamp(1rem, 0.165rem + 3.56vw, 1.875rem);
  line-height: 1.25;
  text-align: justify;
  letter-spacing: 0.05em;
}
main #quiz-screen #question-text p {
  font-size: 14px;
  margin-top: 10px;
}
main .options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: clamp(2.5rem, 1.307rem + 5.09vw, 3.75rem) auto clamp(3.75rem, 1.365rem + 10.18vw, 6.25rem);
}
main .options .option-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 10px clamp(2.5rem, 1.307rem + 5.09vw, 3.75rem);
  border: 2px solid #ddd;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
}
main .options .option-label:hover {
  background: #f5f5f5;
}
main .options .option-label input {
  margin: 0;
  padding: 0;
  display: none;
  flex-shrink: 0;
}
main .options .option-label span {
  display: inline-block;
  flex-shrink: 0;
}
main {
  /* ラジオボタンがチェックされた時の枠色 */
}
main input[type=radio]:checked + span,
main .option-label:has(input:checked) {
  border-color: #000;
  background: #f0f0f0;
}
main .quiz-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
}
main .quiz-controls .btn-prev {
  color: #1c1c1c;
  background: #F7F7F7;
}
main .quiz-controls button {
  color: #ffffff;
  background: #707070;
  border-radius: 5px;
  padding: 10px 40px;
  cursor: pointer;
}
main .quiz-controls button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
main #result-screen {
  background: #F7F7F7;
  padding-top: 60px;
}
main #result-screen .result-recommend {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
main #result-screen .result-recommend p:first-of-type {
  letter-spacing: 0.05em;
  /* 375-1366 20-25 */
  font-size: clamp(1.25rem, 1.132rem + 0.5vw, 1.563rem);
  /* 375-768 20-25 */
  margin-bottom: clamp(1.25rem, 0.952rem + 1.27vw, 1.563rem);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
main #result-screen .result-recommend #result-title {
  display: flex;
  justify-content: center;
  text-align: center;
  /* 375-768 25-30 */
  margin: 0 auto clamp(1.563rem, 1.264rem + 1.27vw, 1.875rem);
}
main #result-screen .result-recommend #result-title span {
  display: inline-block;
  padding: 2px;
  background: #ffffff;
  line-height: 1;
  letter-spacing: 0.001em;
  /* 375-1366 35-45 */
  font-size: clamp(2.188rem, 1.951rem + 1.01vw, 2.813rem);
}
main #result-screen .result-recommend #result-text {
  /* 375-1366 16-22 */
  font-size: clamp(1rem, 0.858rem + 0.61vw, 1.375rem);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: dashed 1px #1C1C1C;
  /* 375-1366 30-45 */
  padding-bottom: clamp(1.875rem, 0.98rem + 3.82vw, 2.813rem);
  width: 93%;
  margin: 0 auto clamp(1.875rem, 0.98rem + 3.82vw, 2.813rem);
}
main #result-screen .result-recommend #result-text span.--c4-underline {
  background: linear-gradient(transparent 50%, rgba(62, 144, 214, 0.2784313725) 50%);
}
main #result-screen .result-recommend #result-text span.--standard-underline {
  background: linear-gradient(transparent 50%, rgba(77, 200, 180, 0.3294117647) 50%);
}
main #result-screen .result-recommend .photo-top {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
main #result-screen .result-recommend .photo-top img {
  width: 100%;
  aspect-ratio: 800/450;
  object-fit: cover;
}
main #result-screen .result-recommend .chart-wrap {
  display: flex;
  align-items: center;
  max-width: 930px;
  justify-content: space-between;
  margin: 35px auto;
  width: 93%;
}
main #result-screen .result-recommend .chart-wrap .chart {
  width: 50%;
}
main #result-screen .result-recommend .chart-wrap .chart img {
  width: 100%;
  object-fit: cover;
}
main #result-screen .result-recommend .chart-wrap .chart-text {
  background: #ffffff;
  padding: 25px;
}
main #result-screen .result-recommend .chart-wrap .chart-text p {
  /* 375-1366 17-22 */
  font-size: clamp(1.063rem, 0.944rem + 0.5vw, 1.375rem);
  margin-bottom: 35px;
  letter-spacing: 0.02em;
  text-align: left;
}
main #result-screen .result-recommend .chart-wrap .chart-text li {
  /* 375-1366 15-20 */
  font-size: clamp(0.938rem, 0.819rem + 0.5vw, 1.25rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
}
main #result-screen .result-recommend .chart-wrap .chart-text li:not(:last-of-type) {
  margin-bottom: clamp(0.938rem, 0.819rem + 0.5vw, 1.25rem);
}
main #result-screen .result-recommend .chart-wrap .chart-text span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3E90D6;
  display: inline-block;
  margin-right: 10px;
}
main #result-screen .result-recommend .chart-wrap .chart-text span.--standard {
  background: #47AD9D;
}
main #result-screen .result-recommend .detail-text {
  max-width: 800px;
  width: 93%;
  /* 375-768 50-100 */
  margin: 0 auto clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
}
main #result-screen .result-recommend .detail-text p:first-of-type {
  /* 375-1366 14-18 */
  font-size: clamp(0.875rem, 0.78rem + 0.4vw, 1.125rem);
  line-height: 2;
  /* 375-768 20-45 */
  margin-bottom: clamp(1.25rem, -0.241rem + 6.36vw, 2.813rem);
  text-align: justify;
}
main #result-screen .result-recommend .detail-text p:last-of-type {
  /* 375-1366 12-14 */
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
  line-height: 2;
  color: #515150;
  text-align: justify;
}
main #result-screen .btn-product-detail {
  max-width: 408px;
  margin: 0 auto;
}
main #result-screen .btn-product-detail a {
  display: block;
  color: #ffffff;
  letter-spacing: 0.02em;
  /* 375-768 14-18 */
  font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
  background: #515150;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
}
main #result-screen .the-other {
  max-width: 1000px;
  background: #ffffff;
  padding: 3%;
  width: 93%;
  margin: 140px auto;
}
main #result-screen .the-other h3 {
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 20px;
}
main #result-screen .the-other h3 span:first-of-type {
  /* 375-768 22-32 */
  font-size: clamp(1.375rem, 0.779rem + 2.54vw, 2rem);
  letter-spacing: 0.001em;
  background: #ffffff;
  padding: 2px;
  margin-right: 15px;
}
main #result-screen .the-other h3 span:last-of-type {
  /* 375-768 16-20 */
  font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
}
main #result-screen .the-other .photo-chart-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main #result-screen .the-other .photo-chart-wrap .photo div {
  background: #ffffff;
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #result-screen .the-other .photo-chart-wrap .photo div ul {
  display: inline;
}
main #result-screen .the-other .photo-chart-wrap .photo div li {
  /* 375-768 14-15 */
  font-size: clamp(0.875rem, 0.815rem + 0.25vw, 0.938rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
}
main #result-screen .the-other .photo-chart-wrap .photo div li:not(:last-of-type) {
  margin-bottom: 15px;
}
main #result-screen .the-other .photo-chart-wrap .photo div span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #47AD9D;
  display: inline-block;
  margin-right: 10px;
}
main #result-screen .the-other .photo-chart-wrap .photo div span.--c4 {
  background: #3E90D6;
}
main #result-screen .the-other .photo, main #result-screen .the-other .chart {
  width: 48%;
}
main #result-screen .the-other .photo-img, main #result-screen .the-other .chart-img {
  width: 100%;
  object-fit: cover;
}
main #result-screen .btn-once-again {
  letter-spacing: 0.02em;
  /* 375-768 14-18 */
  font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
  /* max-width: 346px;
  width: 100%; */
  background: #ffffff;
  border: solid 1px #515150;
  border-radius: 5px;
  /* 375-768 mt:35-140 mb:50-80 */
  margin: clamp(2.188rem, -4.074rem + 26.72vw, 8.75rem) auto clamp(3.125rem, 1.336rem + 7.63vw, 5rem);
  /* 375-768 pt:15-20 pb:50-100 */
  padding: clamp(0.938rem, 0.639rem + 1.27vw, 1.25rem) clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
  text-align: center;
  line-height: 1;
  display: block;
}
main #result-screen .campaign-section {
  max-width: 1000px;
  width: 93%;
  margin: 60px auto;
  background: #ffffff;
  border: #DADDD8 2px solid;
}
main #result-screen .campaign-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s ease;
}
main #result-screen .campaign-section > a:hover {
  opacity: 0.6;
}
main #result-screen .campaign-section .banner {
  width: 40%;
}
main #result-screen .campaign-section .banner img {
  width: 100%;
  object-fit: cover;
}
main #result-screen .campaign-section .campaign-text-wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main #result-screen .campaign-section .campaign-text-wrap p:first-of-type {
  /* 375-768 16-18 */
  font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
  line-height: 1.25;
}
main #result-screen .campaign-section .campaign-text-wrap p:last-of-type {
  text-align: justify;
  /* 375-768 13-15 */
  font-size: clamp(0.813rem, 0.693rem + 0.51vw, 0.938rem);
  width: 90%;
  margin-top: 15px;
}
main #result-screen .bottom-magazine-logo {
  max-width: 120px;
  margin: 0 auto;
  padding-bottom: 140px;
}
main #result-screen .bottom-magazine-logo img {
  width: 100%;
  object-fit: cover;
}
main #result-screen .bottom-magazine-logo p {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

/* 質問画面のスタイル */
@media screen and (max-width: 768px) {
  main #result-screen .result-recommend .chart-wrap {
    flex-direction: column;
    margin: 0 auto 35px;
  }
  main #result-screen .result-recommend .chart-wrap .chart-text {
    padding: 25px 18px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main #result-screen .result-recommend .chart-wrap .chart-text > div {
    display: inline-block;
  }
  main #result-screen .result-recommend .chart-wrap .chart {
    width: 100%;
    max-width: 500px;
  }
  main #result-screen .btn-product-detail {
    max-width: 262px;
  }
  main #result-screen .btn-product-detail a {
    padding: 15px 0;
    text-align: center;
  }
  main #result-screen .the-other {
    margin-bottom: 0;
  }
  main #result-screen .the-other h3 {
    margin-top: 20px;
    max-width: 500px;
  }
  main #result-screen .the-other .photo-chart-wrap {
    flex-direction: column;
    max-width: 500px;
    margin: 25px auto 0;
  }
  main #result-screen .the-other .photo {
    width: 100%;
  }
  main #result-screen .the-other .chart {
    width: 93%;
    max-width: 500px;
  }
  main #result-screen .campaign-section {
    max-width: 400px;
  }
  main #result-screen .campaign-section > a {
    flex-direction: column;
  }
  main #result-screen .campaign-section .banner {
    width: 100%;
  }
  main #result-screen .campaign-section .campaign-text-wrap {
    width: 90%;
    padding: 10px 0;
  }
  main #result-screen .campaign-section .campaign-text-wrap p:last-of-type {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */