@charset "UTF-8";
/* ===== Fluid utilities (no @use) =====
   ≤767px = min, 768–1239px = 線形可変, ≥1240px = max
*/
/* 単位なし → px に強制（14 → 14px） */
/* 任意プロパティ1つ */
/* 2〜4値ショートハンド（padding, margin など） */
/* フォント用シュガー */
/* 旧API互換：unitlessでもOK（内部で px 化） */
.footer_scores {
  display: none !important;
}

/*
html--------------------------------------------------------*/
/*
img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1 !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
*/
/* body
===============================================================*/
#scentofdestiny {
  color: #2D2926;
  padding: 70px 0;
  letter-spacing: 0.17em;
  background: url(../img/kv_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #scentofdestiny {
    padding: 15vw 0 11vw;
    background: url(../img/kv_sp.jpg) no-repeat center bottom/cover;
  }
}
#scentofdestiny.content {
  background: #F0F0F0;
  padding: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny.content {
    padding: 40px 0 60px;
  }
}
#scentofdestiny .main-section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .main-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
#scentofdestiny .main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .main-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
#scentofdestiny .kv-title {
  margin-bottom: 50px;
  text-align: center;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .kv-title {
    max-width: 210px;
  }
}
#scentofdestiny .kv-title-bottom {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .kv-title-bottom {
    margin-bottom: 50vw;
    font-size: 13px;
  }
}
#scentofdestiny .kv-title-bottom p {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .kv-title-bottom p {
    text-shadow: 0 0 0.6 #A4A7B2;
  }
}
#scentofdestiny .kv-title-bottom p:last-of-type {
  margin-bottom: 0;
}
#scentofdestiny .scentofdestiny-btn {
  display: inline-block;
  background: #2D2926;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .scentofdestiny-btn {
    margin-top: auto;
  }
}
#scentofdestiny .scentofdestiny-btn a {
  display: block;
  width: 253px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.17em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in;
}
#scentofdestiny .scentofdestiny-btn a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-in;
}
#scentofdestiny .scentofdestiny-btn.white {
  background: #B0A198;
}
#scentofdestiny .scentofdestiny-btn.white a {
  border: 1px solid #fff;
}
#scentofdestiny .scentofdestiny-btn.white a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in;
}
#scentofdestiny {
  /* ===== Quiz page redesign ===== */
}
#scentofdestiny .quiz-page {
  background: #ececec;
}
#scentofdestiny .site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#scentofdestiny .site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 78px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#scentofdestiny .site-logo {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#scentofdestiny .site-logo span {
  font-weight: 400;
  margin-left: 2px;
}
#scentofdestiny .site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
#scentofdestiny .site-nav a {
  color: #333;
}
#scentofdestiny .site-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 19px;
  color: #444;
}
#scentofdestiny .quiz-shell {
  max-width: 1300px;
  margin: 0 auto;
  padding: 28px 70px 90px;
}
#scentofdestiny .quiz-status {
  max-width: 530px;
  margin: 0 auto;
}
#scentofdestiny .quiz-status__track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
#scentofdestiny .quiz-status__q {
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  color: #9D9C9E;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  transition: left 0.2s ease;
}
#scentofdestiny .quiz-status__dots {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  gap: 10px;
  position: relative;
}
#scentofdestiny .quiz-status__dots::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
  z-index: 0;
}
#scentofdestiny .quiz-status__count {
  flex: 0 0 auto;
  color: #9D9C9E;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
#scentofdestiny .quiz-status__dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: none;
  background: #fff;
  justify-self: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
  cursor: pointer;
  padding: 0;
}
#scentofdestiny .quiz-status__dot.is-current {
  width: 18px;
  height: 18px;
  background: #fff;
  box-shadow: 0 0 0 2px #9d9d9d inset;
}
#scentofdestiny .quiz-status__dot.is-current::after {
  content: "";
  position: absolute;
  inset: 4px;
  font-weight: bold;
  border-radius: 999px;
  background: #9d9d9d;
}
#scentofdestiny .quiz-status__dot.is-answered:not(.is-current) {
  background: #fff;
}
#scentofdestiny .quiz-stage {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .quiz-stage {
    padding-top: 44px;
  }
}
#scentofdestiny .quiz-stage__qno {
  text-align: center;
  color: #B0A198;
  font-size: 20px;
  letter-spacing: 0.06em;
}
#scentofdestiny .quiz-stage__title {
  margin: 10px 0 84px;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .quiz-stage__title {
    font-size: 18px;
    margin: 10px 0 44px;
  }
}
#scentofdestiny .quiz-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#scentofdestiny .quiz-option {
  display: block;
  cursor: pointer;
  transition: all 0.6s ease;
}
#scentofdestiny .quiz-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#scentofdestiny .quiz-option__inner {
  min-height: 190px;
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 24px 22px; */
  padding: 5px 22px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#scentofdestiny .quiz-option__text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  white-space: pre-line;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .quiz-option__text {
    font-size: 14px;
  }
}
#scentofdestiny .quiz-option:hover .quiz-option__inner {
  border-color: #c8c0b9;
  background: #2D2926;
  color: #fff;
  transition: all 0.6s ease;
}
#scentofdestiny .quiz-option.is-selected .quiz-option__inner {
  background: #2D2926;
  color: #fff;
  border-color: #2D2926;
  transition: all 0.6s ease;
}
#scentofdestiny .quiz-option__input:checked + .quiz-option__inner {
  background: #2D2926;
  color: #fff;
  border-color: #2D2926;
}
#scentofdestiny .quiz-actions {
  display: flex;
  justify-content: center;
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .quiz-actions {
    margin-top: 50px;
  }
}
#scentofdestiny .quiz-back {
  border: none;
  background: transparent;
  color: #A18780;
  font-size: 14px;
  letter-spacing: 0.12em;
  cursor: pointer;
}
#scentofdestiny .quiz-back:hover {
  opacity: 0.75;
}
@media (max-width: 1100px) {
  #scentofdestiny .site-header__inner {
    height: auto;
    padding: 18px 20px;
    flex-wrap: wrap;
  }
  #scentofdestiny .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  #scentofdestiny .quiz-shell {
    padding: 24px 24px 70px;
  }
  #scentofdestiny .quiz-options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #scentofdestiny .quiz-status {
    max-width: 90vw;
    margin: 0 auto;
  }
  #scentofdestiny .quiz-status__track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 8px;
    align-items: start;
  }
  #scentofdestiny .quiz-status__q {
    position: absolute;
    top: -16px;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    transition: left 0.2s ease;
    z-index: 2;
  }
  #scentofdestiny .quiz-status__dots {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 6px;
    align-items: center;
    position: relative;
    margin-top: 10px;
  }
  #scentofdestiny .quiz-status__dots::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    z-index: 0;
  }
  #scentofdestiny .quiz-status__count {
    justify-self: end;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    margin-top: 2px;
  }
  #scentofdestiny .quiz-status__dot {
    width: 10px;
    height: 10px;
  }
  #scentofdestiny .quiz-status__dot.is-current {
    width: 18px;
    height: 18px;
  }
  #scentofdestiny .quiz-status__dot.is-current::after {
    inset: 4px;
  }
  #scentofdestiny .quiz-shell {
    padding: 24px 24px 20px;
  }
  #scentofdestiny .quiz-options {
    grid-template-columns: repeat(1, 1fr);
  }
  #scentofdestiny .quiz-option__inner {
    min-height: 28vw;
  }
}
#scentofdestiny .hero {
  padding-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .hero {
    padding-top: 24px;
    margin: 0 20px;
  }
}
#scentofdestiny .hero__lead {
  font-size: 18px;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  font-weight: bold;
}
#scentofdestiny .hero__box {
  max-width: 540px;
  display: inline-block;
  color: #fff;
  min-width: min(100%, 460px);
  padding: 30px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 70px;
  background: url(../img/title-top.png) no-repeat top center/100%, url(../img/title-bottom.png) no-repeat bottom center/100%;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .hero__box {
    font-size: 22px;
    min-width: auto;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
  }
}
#scentofdestiny .hero__box #typeTitle {
  padding: 0 28px;
  background: url(../img/title-middle.png) repeat-y center center/100%;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .hero__box #typeTitle {
    padding: 15px 28px;
  }
}
#scentofdestiny .hero__body {
  max-width: 1100px;
  margin: 0 auto 0;
  font-size: 17px;
  letter-spacing: 0.17em;
  color: #2D2926;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .hero__body {
    text-align: left;
    margin-bottom: 50px;
    font-size: 15px;
  }
}
#scentofdestiny .scroll-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .scroll-indicator {
    margin-bottom: 50px;
  }
}
#scentofdestiny .scroll-indicator__line {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
#scentofdestiny .scroll-indicator__line::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background: #2f2a28;
  animation: scroll-indicator-move 1.5s ease-in-out infinite;
}
@keyframes scroll-indicator-move {
  0% {
    top: -16px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    top: 60px;
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
#scentofdestiny .product-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .product-section {
    margin: 0 20px 85px;
  }
}
#scentofdestiny .product-section .section__eyebrow {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 50px;
}
#scentofdestiny .product-card {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#scentofdestiny .product-card__jp {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
}
#scentofdestiny .product-card__en {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 8px 0 20px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .product-card__en {
    font-size: 26px;
  }
}
#scentofdestiny .product-card__copy {
  font-size: 15px;
  margin: 40px auto 40px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .product-card__copy {
    text-align: left;
    margin: 20px auto 40px;
    font-size: 14px;
  }
}
#scentofdestiny .product-card__actions {
  margin-top: 20px;
}
#scentofdestiny .panel-title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.17em;
  margin-bottom: 16px;
  font-weight: bold;
}
#scentofdestiny .image-panel {
  max-width: 700px;
  margin: 0 auto;
}
#scentofdestiny .image-panel .switch-image {
  width: 100%;
  height: auto;
}
#scentofdestiny .image-panel .switch-image--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .image-panel .switch-image--pc {
    display: none;
  }
}
#scentofdestiny .image-panel .switch-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .image-panel .switch-image--sp {
    display: block;
  }
}
#scentofdestiny .image-panel.map {
  background: #fff;
  height: 465px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .image-panel.map {
    height: auto;
  }
}
#scentofdestiny .image-panel.map img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .image-panel.map img {
    width: 100%;
    height: auto;
  }
}
#scentofdestiny .second-wrap {
  background: #B0A198;
  max-width: 700px;
  padding: 70px 30px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#scentofdestiny .second-wrap .section__eyebrow {
  font-size: 18px;
  margin-bottom: 30px;
}
#scentofdestiny .second-wrap .product-card__copy {
  font-optical-sizing: 15px;
  letter-spacing: 0.17em;
  font-weight: normal;
  white-space: pre-line;
}
#scentofdestiny .share {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
#scentofdestiny .share .page-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.17em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .share .page-title {
    font-size: 16px;
  }
}
#scentofdestiny .share .hero__body {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .share .hero__body {
    font-size: 12px;
    text-align: center;
  }
}
#scentofdestiny .share__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
#scentofdestiny .share__circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: #fff;
  font-size: 12px;
}
#scentofdestiny .share__circle img {
  width: 40px;
  height: 40px;
}
#scentofdestiny .share .share__buttons {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .share .share__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
#scentofdestiny .share .share__buttons .share__circle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.17em;
}
#scentofdestiny .share .share__buttons .share__circle img {
  margin-right: 10px;
}
#scentofdestiny .share .share__buttons .share__circle.line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#scentofdestiny .quiz-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  #scentofdestiny .quiz-card {
    padding: 18px;
  }
}
#scentofdestiny .progress {
  height: 8px;
  background: #efefef;
  border-radius: 999px;
  overflow: hidden;
}
#scentofdestiny .progress__bar {
  height: 100%;
  width: 0;
  background: var(--dark);
}
#scentofdestiny .qno {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
#scentofdestiny .qtext {
  font-size: 28px;
  line-height: 1.5;
  margin: 8px 0 20px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .qtext {
    font-size: 22px;
  }
}
#scentofdestiny .quiz-option__main {
  display: inline-block;
}
#scentofdestiny .quiz-option__sub {
  display: block;
  margin-top: 6px;
  font-size: 0.8em;
  line-height: 1.5;
  opacity: 0.8;
  font-weight: 400;
}
#scentofdestiny .options {
  display: grid;
  gap: 12px;
}
#scentofdestiny .opt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
#scentofdestiny .opt:hover {
  border-color: #888;
}
#scentofdestiny .opt input {
  margin-top: 4px;
}
#scentofdestiny .opt__text {
  font-size: 16px;
  line-height: 1.6;
}
#scentofdestiny .actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
#scentofdestiny .hint {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}
#scentofdestiny .debug-box {
  max-width: 560px;
  margin: 56px auto 0;
}
#scentofdestiny .debug-box pre {
  white-space: pre-wrap;
  background: #fff;
  padding: 16px;
  border: 1px solid #ddd;
}
#scentofdestiny .supervision {
  max-width: 700px;
  margin: 0 auto 200px;
  border: 1px solid #B0A198;
  padding: 30px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .supervision {
    margin: 0 20px 100px;
    padding: 20px 15px;
  }
}
#scentofdestiny .supervision .supervision-title {
  color: #B0A198;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .supervision .supervision-title {
    margin-bottom: 10px;
  }
}
#scentofdestiny .supervision .supervision-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#scentofdestiny .supervision .supervision-name span {
  display: inline-block;
  padding-left: 1em;
  color: #9D9C9E;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #scentofdestiny .supervision .supervision-name span {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
#scentofdestiny .supervision p {
  font-size: 12px;
  margin-bottom: 20px;
}
#scentofdestiny .supervision dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #9D9C9E;
}
#scentofdestiny .supervision dl dd {
  font-size: 12px;
}/*# sourceMappingURL=styles.css.map */