@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  src: local("Yu Mincho Demibold"), local("YuMincho-Demibold");
  font-weight: 700;
}
@font-face {
  font-family: "YuMincho";
  src: local("Yu Mincho Demibold"), local("YuMincho-Demibold");
  font-weight: 800;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold"), local("YuMincho-Demibold");
  font-weight: 700;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold"), local("YuMincho-Demibold");
  font-weight: 800;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
}

body {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
  background: linear-gradient(90deg, rgba(232, 130, 255, 0.20) 0%, rgba(84, 129, 246, 0.20) 100%);
  box-shadow: 2px 6px 8px 0 rgba(255, 255, 255, 0.20);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.l-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.l-background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.l-background__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 58%, rgb(255, 239, 251) 0%, rgb(237, 217, 255) 100%);
  opacity: 0.3;
}

.l-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-main {
  flex: 1;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-content {
  max-width: 1360px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-text-center {
  text-align: center;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-sm {
  margin-top: 16px !important;
}

.u-mt-md {
  margin-top: 24px !important;
}

.u-mt-lg {
  margin-top: 30px !important;
}

.u-mt-xl {
  margin-top: 40px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-sm {
  margin-bottom: 16px !important;
}

.u-mb-md {
  margin-bottom: 24px !important;
}

.u-mb-lg {
  margin-bottom: 30px !important;
}

.u-mb-xl {
  margin-bottom: 40px !important;
}

/* wp:header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 10px 16px;
  }
}
.header__logo {
  display: block;
}
.header__logo img {
  width: 209px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 150px;
  }
}
.header__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__cta:hover {
  opacity: 0.8;
}
.header__cta {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  box-shadow: 2px 6px 8px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C282FB 0%, #527FF5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.header__cta:hover {
  opacity: 1;
}
.header__cta:hover::before {
  opacity: 1;
}
.header__cta {
  font-family: "Shippori Mincho B1", serif;
  gap: 10px;
  padding: 15px 20px 15px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 80px;
  border: none;
}
@media screen and (max-width: 767px) {
  .header__cta {
    padding: 10px 15px 10px 20px;
    font-size: 12px;
  }
}
.header__cta .header__cta-arrow {
  width: 5px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  .header__cta .header__cta-arrow {
    width: 4px;
    height: 7px;
  }
}

/* /wp:header */
/* wp:footer */
.footer {
  margin-top: 30px;
  background: linear-gradient(90deg, #EDDEFA 0%, #D6DFFE 100%);
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 20px;
  }
}
.footer__inner {
  max-width: 1360px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    height: auto;
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
}
.footer__copyright {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    order: 2;
  }
}
.footer__links {
  position: absolute;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    position: static;
    order: 1;
    gap: 64px;
  }
}
.footer__link {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333333;
}
.footer__link:hover {
  text-decoration: underline;
}

/* /wp:footer */
/* wp:cta */
.cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cta-button:hover {
  opacity: 0.8;
}
.cta-button {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  box-shadow: 2px 6px 8px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C282FB 0%, #527FF5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.cta-button:hover {
  opacity: 1;
}
.cta-button:hover::before {
  opacity: 1;
}
.cta-button {
  gap: 25px;
  padding: 24px 30px 24px 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta-button {
    width: 100%;
    padding: 20px 20px 20px 30px;
    font-size: 14px;
  }
}
.cta-button__arrow {
  width: 8px;
  height: 13px;
}
.cta-button--large {
  padding: 24px 30px 28px 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  max-height: 75px;
}
@media screen and (max-width: 767px) {
  .cta-button--large {
    max-height: none;
  }
}
.cta-button--small {
  padding: 15px 20px 15px 30px;
  font-size: 16px;
}

/* /wp:cta */
.main-copy {
  text-align: center;
}
.main-copy__sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-weight: 700;
  color: #514F4F;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-shadow: 1px 1px 6px rgb(255, 255, 255), -1px -1px 6px rgb(255, 255, 255), 1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px 1px 18px rgb(255, 255, 255), -1px -1px 18px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .main-copy__sub {
    font-size: 16px;
  }
}
.main-copy__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -8px;
}
.main-copy__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 60px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-copy__text {
    font-size: 32px;
  }
}
.main-copy__text--bold {
  font-weight: 800;
}
.main-copy__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.main-copy__badge img {
  max-width: 283px;
}
.main-copy__badge-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.45;
  background: linear-gradient(181deg, rgb(190, 131, 255) 17%, rgb(229, 143, 222) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .main-copy__badge-text {
    font-size: 24px;
  }
}

.fortune-teller-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  justify-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .fortune-teller-list {
    gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .fortune-teller-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
}
.fortune-teller-list--blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fortune-teller-list--blur {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
}

.fortune-teller-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card {
    padding: 0;
    width: 100%;
  }
}
.fortune-teller-card--blur .fortune-teller-card__image-wrapper,
.fortune-teller-card--blur .fortune-teller-card__name,
.fortune-teller-card--blur .fortune-teller-card__cta {
  filter: blur(6px);
  pointer-events: none;
}
.fortune-teller-card__image-wrapper {
  width: 100%;
  aspect-ratio: 280/359;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #FFF;
  position: relative;
}
.fortune-teller-card__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  padding: 3px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__image-wrapper {
    margin-bottom: 3.2vw;
    max-width: 58.1333333333vw;
  }
}
.fortune-teller-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fortune-teller-card__name {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__name {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.fortune-teller-card__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.fortune-teller-card__cta:hover {
  opacity: 0.8;
}
.fortune-teller-card__cta {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  box-shadow: 2px 6px 8px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fortune-teller-card__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C282FB 0%, #527FF5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.fortune-teller-card__cta:hover {
  opacity: 1;
}
.fortune-teller-card__cta:hover::before {
  opacity: 1;
}
.fortune-teller-card__cta {
  display: flex;
  padding: 18px 15px 18px 30px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .fortune-teller-card__cta {
    padding: 1.40625vw 1.171875vw 1.40625vw 2.34375vw;
    gap: 1.953125vw;
    font-size: max(10px, 1.40625vw);
    letter-spacing: 0.140625vw;
  }
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__cta {
    padding: 4.8vw 4vw 4.8vw 8vw;
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
    max-width: 80vw;
  }
}

.page-diagnosis .l-background {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-diagnosis {
    background-color: #FFFFFF;
  }
}

.l-wrapper--diagnosis {
  min-height: 100vh;
}

.l-main--diagnosis {
  padding-top: 0;
  margin: 0 40px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-main--diagnosis {
    margin: 0 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main--diagnosis {
    margin: 0;
  }
}

.header--diagnosis {
  position: relative;
  background: transparent;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header--diagnosis {
    padding: 4vw 5.3333333333vw 2.6666666667vw;
    justify-content: flex-start;
  }
}
.header--diagnosis .header__title-sp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header--diagnosis .header__title-sp {
    color: #617ABB;
    font-family: "Shippori Mincho B1", serif;
    font-size: 4.8vw;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: left;
    display: flex;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .header--diagnosis .header__title-sub {
    display: block;
    color: #617ABB;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
  }
}

.diagnosis {
  padding: 0;
}
.diagnosis__wrapper {
  margin-top: 30px;
  position: relative;
  border-radius: 30px;
  overflow: visible;
  min-height: 791px;
  padding: 0 30px 30px;
  background-image: url("../images/diagnosis/diagnosis-bg.webp");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .diagnosis__wrapper {
    margin-top: 2.0833333333vw;
    border-radius: 2.0833333333vw;
    min-height: 54.9305555556vw;
    padding: 0 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis__wrapper {
    margin: 0px 10px;
    border-radius: 20px;
    min-height: auto;
    padding: 13.3333333333vw 1.3333333333vw 2.6666666667vw;
    background: none;
    overflow: hidden;
  }
}
.diagnosis__bg-clip {
  display: none;
}
@media screen and (max-width: 767px) {
  .diagnosis__bg-clip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 round 20px);
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/diagnosis/diagnosis-bg-sp.webp");
    background-size: cover;
    background-position: center top;
    z-index: -1;
  }
}
.diagnosis__question {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .diagnosis__question {
    max-width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis__question {
    padding-top: 0;
    z-index: 1;
  }
}

.page-diagnosis .diagnosis-title {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-title {
    margin-bottom: 0.6944444444vw;
  }
}
.page-diagnosis .diagnosis-title .diagnosis-title__text {
  font-size: 0;
}
.page-diagnosis .diagnosis-title .diagnosis-title__image {
  width: auto;
  max-width: 620px;
  margin-left: -20px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-title .diagnosis-title__image {
    max-width: 43.0555555556vw;
    margin-left: -1.3888888889vw;
  }
}

.page-diagnosis .progress-bar {
  position: relative;
  margin: 0 auto;
  background: transparent;
  gap: 16px;
  padding: 20px 24px;
  max-width: 1080px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar {
    gap: 1.1111111111vw;
    padding: 1.3888888889vw 1.6666666667vw;
    max-width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar {
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 1.3333333333vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__icon {
  width: 40px;
  height: 40px;
  border-radius: 64px;
  border: 2px solid #D3A1FE;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding: 0.5333333333vw;
    border-radius: 17.0666666667vw;
    border: 2px solid #D3A1FE;
    background: #FFF;
  }
  .page-diagnosis .progress-bar .progress-bar__icon svg {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__icon--complete {
  border: none;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__icon--complete {
    border: none;
    background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  }
}
.page-diagnosis .progress-bar .progress-bar__info {
  gap: 4px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__info {
    gap: 0.2777777778vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__row {
  gap: 8px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__row {
    gap: 2.1333333333vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__percentage {
  display: flex;
  align-items: baseline;
}
.page-diagnosis .progress-bar .progress-bar__number {
  color: #333;
  text-align: center;
  font-family: Fresca, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__number {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__number {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__unit {
  color: #333;
  font-family: Fresca, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__unit {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__unit {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__status {
  color: var(--Neutral-Gray-60, #6F6F6F);
  text-align: left;
  font-family: Fresca, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__status {
    font-size: max(0.6944444444vw, 10px);
    line-height: max(1.1111111111vw, 16px);
    letter-spacing: 0.0347222222vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__status {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }
}
.page-diagnosis .progress-bar .progress-bar__track {
  height: 8px;
  border-radius: 64px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__track {
    height: 0.5555555556vw;
    border-radius: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__track {
    height: 1.6vw;
    border-radius: 17.0666666667vw;
  }
}
.page-diagnosis .progress-bar .progress-bar__fill {
  border-radius: 64px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .progress-bar .progress-bar__fill {
    border-radius: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .progress-bar .progress-bar__fill {
    border-radius: 17.0666666667vw;
  }
}

.page-diagnosis .diagnosis-card {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid transparent;
  background-clip: padding-box;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 80px;
  padding: 80px 80px 0;
  transition: opacity 0.4s ease-in-out;
}
.page-diagnosis .diagnosis-card.is-fading {
  opacity: 0;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card {
    border-radius: 5.5555555556vw;
    padding: 5.5555555556vw 5.5555555556vw 0;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card {
    border-radius: 6.6666666667vw;
    padding: 0vw 5.3333333333vw;
  }
}
.page-diagnosis .diagnosis-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 75px;
  padding: 3px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card::before {
    border-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card::before {
    border-radius: 5.3333333333vw;
  }
}
.page-diagnosis .diagnosis-card .diagnosis-card__number {
  top: -50px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__number {
    top: -3.4722222222vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__number {
    top: -5.3333333333vw;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
}
.page-diagnosis .diagnosis-card .diagnosis-card__number-text {
  font-size: 52px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__number-text {
    font-size: 3.6111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__number-text {
    font-size: 6.9333333333vw;
  }
}
.page-diagnosis .diagnosis-card .diagnosis-card__question {
  font-size: 34px;
  margin-bottom: 60px;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__question {
    font-size: 2.3611111111vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__question {
    font-size: 4.8vw;
    margin-top: 12.8vw;
    margin-bottom: 8vw;
  }
}
.page-diagnosis .diagnosis-card .diagnosis-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__content {
    align-items: center;
  }
}
.page-diagnosis .diagnosis-card .diagnosis-card__content.diagnosis-card__content--even {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .diagnosis-card__content.diagnosis-card__content--even {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-options {
    order: 0;
    width: 100%;
  }
}
.page-diagnosis .diagnosis-card .nav-buttons {
  justify-content: center;
  max-width: 610px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  align-self: flex-end;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .nav-buttons {
    max-width: 42.3611111111vw;
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .nav-buttons {
    order: 1;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    align-self: center;
    max-width: 100%;
    flex-direction: row;
    gap: 4vw;
  }
}
.page-diagnosis .diagnosis-card .nav-buttons.nav-buttons--even {
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .nav-buttons.nav-buttons--even {
    align-self: center;
  }
}
.page-diagnosis .diagnosis-card.diagnosis-card--q13 {
  padding-bottom: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card.diagnosis-card--q13 {
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card.diagnosis-card--q13 {
    padding-bottom: 0;
  }
}
.page-diagnosis .diagnosis-card .answer-options {
  gap: 15px;
  max-width: 610px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .answer-options {
    gap: 1.0416666667vw;
    max-width: 42.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-options {
    gap: 4vw;
    max-width: 100%;
  }
}
.page-diagnosis .diagnosis-card .answer-options--grid {
  gap: 10px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .answer-options--grid {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-options--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 5.0666666667vw;
  }
}
.page-diagnosis .diagnosis-card .answer-options--grid .answer-option {
  min-height: 60px;
  padding: 15px 10px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .answer-options--grid .answer-option {
    min-height: 4.1666666667vw;
    padding: 1.0416666667vw 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-options--grid .answer-option {
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.page-diagnosis .diagnosis-card .answer-option {
  max-width: 610px;
  min-height: 60px;
  padding: 15px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .answer-option {
    max-width: 42.3611111111vw;
    min-height: 4.1666666667vw;
    padding: 1.0416666667vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-option {
    min-height: auto;
    padding: 3.7333333333vw 4vw;
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.page-diagnosis .diagnosis-card .answer-option__text {
  font-size: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .answer-option__text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .answer-option__text {
    font-size: 3.7333333333vw;
  }
}
.page-diagnosis .diagnosis-card .nav-button {
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .nav-button {
    height: 3.4722222222vw;
    padding: 0 2.0833333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .nav-button {
    width: 37.6vw;
    height: 11.7333333333vw;
    padding: 0 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-diagnosis .diagnosis-card .nav-button--back {
  font-size: 18px;
  min-width: 180px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .nav-button--back {
    font-size: 1.25vw;
    min-width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .nav-button--back {
    font-size: 3.7333333333vw;
    min-width: auto;
  }
}
.page-diagnosis .diagnosis-card .nav-button--next {
  min-width: 180px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-card .nav-button--next {
    min-width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-card .nav-button--next {
    font-size: 4.2666666667vw;
    min-width: auto;
  }
}

.page-diagnosis .diagnosis-illust {
  position: absolute;
  left: -100px;
  right: auto;
  bottom: 0;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust {
    left: -6.9444444444vw;
  }
}
.page-diagnosis .diagnosis-illust.diagnosis-illust--even {
  left: auto;
  right: -128px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--even {
    right: -8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--even {
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    margin-top: 0;
  }
}
.page-diagnosis .diagnosis-illust__character {
  max-width: 444px;
  height: auto;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust__character {
    max-width: 30.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust__character {
    max-width: 80vw;
  }
}
.page-diagnosis .diagnosis-illust.diagnosis-illust--even .diagnosis-illust__character {
  max-width: 505px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--even .diagnosis-illust__character {
    max-width: 35.0694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--even .diagnosis-illust__character {
    max-width: 80vw;
  }
}
.page-diagnosis .diagnosis-illust.diagnosis-illust--q13 {
  right: -90px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--q13 {
    right: -6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--q13 {
    right: auto;
  }
}
.page-diagnosis .diagnosis-illust.diagnosis-illust--q13 .diagnosis-illust__character {
  max-width: 444px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--q13 .diagnosis-illust__character {
    max-width: 30.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-diagnosis .diagnosis-illust.diagnosis-illust--q13 .diagnosis-illust__character {
    max-width: 80vw;
  }
}

.progress-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .progress-bar {
    gap: 8px;
    padding: 16px 10px;
  }
}
.progress-bar__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .progress-bar__icon {
    width: 32px;
    height: 32px;
  }
  .progress-bar__icon svg {
    width: 18px;
    height: 18px;
  }
}
.progress-bar__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.progress-bar__row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .progress-bar__row {
    gap: 2.1333333333vw;
  }
}
.progress-bar__percentage {
  display: flex;
  align-items: baseline;
}
.progress-bar__number {
  color: #333;
  text-align: center;
  font-family: Fresca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .progress-bar__number {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
.progress-bar__unit {
  color: #333;
  font-family: Fresca, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .progress-bar__unit {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
.progress-bar__status {
  color: #6F6F6F;
  text-align: left;
  font-family: Fresca, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .progress-bar__status {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1333333333vw;
  }
}
.progress-bar__track {
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 64px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .progress-bar__track {
    height: 6px;
  }
}
.progress-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  border-radius: 64px;
  transition: width 0.3s ease;
}

.diagnosis-card {
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  border-radius: 80px;
  padding: 80px 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .diagnosis-card {
    padding: 40px 16px;
    border-radius: 30px;
  }
}
.diagnosis-card__number {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .diagnosis-card__number {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.diagnosis-card__number-text {
  font-family: "Fresca", sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .diagnosis-card__number-text {
    font-size: 36px;
  }
}
.diagnosis-card__question {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .diagnosis-card__question {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    white-space: initial;
  }
}

.answer-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 610px;
}
.answer-options--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 610px;
}
@media screen and (max-width: 767px) {
  .answer-options--grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.answer-options--grid .answer-option {
  height: auto;
  min-height: 60px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .answer-options--grid .answer-option {
    min-height: 50px;
    padding: 10px 5px;
  }
}

.answer-option {
  display: flex;
  max-width: 610px;
  width: 100%;
  min-height: 60px;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #D689CF;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .answer-option {
    min-height: auto;
    padding: 12px 20px;
  }
}
.answer-option:hover {
  background: rgba(237, 222, 250, 0.5);
}
.answer-option--selected {
  border-radius: 10px;
  border: 1px solid #D689CF;
  background: linear-gradient(173deg, rgba(190, 131, 255, 0.1) 23%, rgba(229, 143, 222, 0.1) 41.22%);
}
.answer-option--selected .answer-option__text {
  color: #333333;
}
.answer-option__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .answer-option__text {
    font-size: 14px;
  }
}

.nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .nav-buttons {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.nav-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.nav-button:hover {
  opacity: 0.8;
}
.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-button {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.nav-button--back {
  background: #9B9B9B;
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  min-width: 180px;
  transition: background 0.3s ease;
}
.nav-button--back:hover {
  background: #838383;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nav-button--back {
    font-size: 14px;
  }
}
.nav-button--next {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  color: #FFFFFF;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nav-button--next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C282FB 0%, #527FF5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.nav-button--next:hover {
  opacity: 1;
}
.nav-button--next:hover::before {
  opacity: 1;
}
.nav-button--next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.diagnosis-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px;
}
.diagnosis-title__blur {
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 37px;
  background: #FFFFFF;
  filter: blur(33px);
}
.diagnosis-title__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 30px;
  font-weight: 800;
  color: #617ABB;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diagnosis-title__text {
    font-size: 24px;
  }
}

.diagnosis-illust {
  position: absolute;
  left: -94px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .diagnosis-illust {
    position: relative;
    left: 0;
    margin-top: 40px;
  }
}
.diagnosis-illust__bubble {
  position: relative;
  background: linear-gradient(188deg, rgb(255, 255, 255) 6%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
}
.diagnosis-illust__bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
}
.diagnosis-illust__bubble-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 60px;
  font-weight: 800;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.diagnosis-illust__character {
  max-width: 255px;
}

.result-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .result-section {
    padding: 40px 0;
  }
}

.result-card {
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  border-radius: 80px;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result-card {
    padding: 40px 16px;
    border-radius: 30px;
  }
}
.result-card__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}
.result-card__title-prefix, .result-card__title-suffix {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 32px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-card__title-prefix, .result-card__title-suffix {
    font-size: 24px;
  }
}
.result-card__title-type {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-card__title-type {
    font-size: 28px;
  }
}
.result-card__description {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .result-card__description {
    font-size: 14px;
  }
}

.result-card--type-a .result-card__title-type {
  color: #EEB170;
}

.result-card--type-b .result-card__title-type {
  color: #7BB5E0;
}

.result-card--type-c .result-card__title-type {
  color: #A5D6A7;
}

.result-card--type-d .result-card__title-type {
  color: #CE93D8;
}

.result-card--type-e .result-card__title-type {
  color: #FFD54F;
}

.result-card--type-f .result-card__title-type {
  color: #FF8A80;
}

.result-detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.result-detail__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.result-detail__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background: #FEEADA;
  border-radius: 12px;
}
.result-detail__label span {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-detail__label span {
    font-size: 14px;
  }
}
.result-detail__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .result-detail__text {
    font-size: 14px;
    padding: 0;
  }
}
.result-detail__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .result-detail__row {
    flex-direction: column;
    gap: 30px;
  }
}

.result-detail__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.result-detail__illust {
  flex-shrink: 0;
  width: 254px;
}
@media screen and (max-width: 767px) {
  .result-detail__illust {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.result-detail__illust img {
  width: 100%;
  height: auto;
}

.result-hero {
  text-align: center;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .result-hero {
    padding: 40px 0 24px;
  }
}
.result-hero__message {
  margin-bottom: 24px;
}
.result-hero__message-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 32px;
  font-weight: 600;
  color: #617ABB;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-hero__message-text {
    font-size: 20px;
  }
}
.result-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  border-radius: 30px;
}
.result-hero__badge-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .result-hero__badge-text {
    font-size: 14px;
  }
}

.result-type-description {
  margin-top: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .result-type-description {
    margin-top: 40px;
  }
}
.result-type-description__header {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  padding: 24px;
  text-align: center;
}
.result-type-description__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .result-type-description__title {
    font-size: 16px;
  }
}
.result-type-description__content {
  display: flex;
  gap: 30px;
  padding: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .result-type-description__content {
    flex-direction: column;
    padding: 30px;
  }
}
.result-type-description__illust {
  flex-shrink: 0;
  width: 192px;
}
@media screen and (max-width: 767px) {
  .result-type-description__illust {
    width: 120px;
    margin: 0 auto;
  }
}
.result-type-description__illust img {
  width: 100%;
  height: auto;
}
.result-type-description__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .result-type-description__text {
    font-size: 14px;
    text-align: center;
  }
}

.matching-preview {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .matching-preview {
    padding: 40px 0;
  }
}
.matching-preview__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .matching-preview__header {
    margin-bottom: 40px;
  }
}
.matching-preview__lead {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .matching-preview__lead {
    font-size: 14px;
  }
}

.matching-hero {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .matching-hero {
    padding: 40px 0;
  }
}
.matching-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  border-radius: 30px;
  margin-bottom: 30px;
}
.matching-hero__badge-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .matching-hero__badge-text {
    font-size: 14px;
  }
}
.matching-hero__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 60px;
  font-weight: 700;
  color: #617ABB;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .matching-hero__title {
    font-size: 28px;
  }
}
.matching-hero__lead {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .matching-hero__lead {
    font-size: 14px;
  }
}

.matching-result {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .matching-result {
    padding: 30px 0 40px;
  }
}

.fortune-teller-card--large {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  border-radius: 80px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large {
    padding: 30px;
    border-radius: 30px;
  }
}
.fortune-teller-card--large .fortune-teller-card__rank {
  position: absolute;
  top: -20px;
  left: 40px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  padding: 10px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__rank {
    left: 30px;
    padding: 8px 16px;
  }
}
.fortune-teller-card--large .fortune-teller-card__rank-number {
  font-family: "Fresca", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__rank-number {
    font-size: 24px;
  }
}
.fortune-teller-card--large .fortune-teller-card__rank-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__rank-text {
    font-size: 12px;
  }
}
.fortune-teller-card--large .fortune-teller-card__image-wrapper {
  width: 200px;
  height: 256px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__image-wrapper {
    width: 150px;
    height: 192px;
  }
}
.fortune-teller-card--large .fortune-teller-card__content {
  text-align: center;
}
.fortune-teller-card--large .fortune-teller-card__name {
  font-size: 34px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__name {
    font-size: 24px;
  }
}
.fortune-teller-card--large .fortune-teller-card__specialty {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #6F6F6F;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__specialty {
    font-size: 12px;
  }
}
.fortune-teller-card--large .fortune-teller-card__description {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__description {
    font-size: 14px;
  }
}
.fortune-teller-card--large .fortune-teller-card__compatibility {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #FEEADA;
  padding: 16px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.fortune-teller-card--large .fortune-teller-card__compatibility-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__compatibility-label {
    font-size: 12px;
  }
}
.fortune-teller-card--large .fortune-teller-card__compatibility-value {
  font-family: "Fresca", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #EEB170;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card--large .fortune-teller-card__compatibility-value {
    font-size: 24px;
  }
}
.fortune-teller-card--large .fortune-teller-card__cta {
  max-width: 400px;
  margin: 0 auto;
}

.fortune-teller-list--detail {
  flex-direction: column;
  align-items: center;
}

.matching-retry {
  text-align: center;
  padding: 40px 0 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .matching-retry {
    padding: 30px 0 40px;
  }
}
.matching-retry__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .matching-retry__text {
    font-size: 14px;
  }
}

.cta-button--secondary {
  background: #FFFFFF;
  border: 2px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  color: #617ABB;
}
.cta-button--secondary:hover {
  background: rgba(237, 222, 250, 0.5);
}

/* wp:loop-fortune-teller */
.fortune-teller-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card {
    width: 100%;
  }
}
.fortune-teller-card__image-wrapper {
  width: 280px;
  height: 359px;
  border-radius: 32px;
  overflow: hidden;
  border: 3px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 280/359;
  }
}
.fortune-teller-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fortune-teller-card--blur .fortune-teller-card__image {
  filter: blur(10px);
}
.fortune-teller-card__name {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__name {
    font-size: 16px;
  }
}
.fortune-teller-card__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.fortune-teller-card__cta:hover {
  opacity: 0.8;
}
.fortune-teller-card__cta {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  box-shadow: 2px 6px 8px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fortune-teller-card__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C282FB 0%, #527FF5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.fortune-teller-card__cta:hover {
  opacity: 1;
}
.fortune-teller-card__cta:hover::before {
  opacity: 1;
}
.fortune-teller-card__cta {
  width: 100%;
  gap: 25px;
  padding: 20px 30px 20px 50px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-card__cta {
    padding: 15px 20px 15px 30px;
    font-size: 14px;
  }
}

/* /wp:loop-fortune-teller */
.fortune-teller-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.fortune-teller-hero {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero {
    padding: 40px 0;
  }
}
.fortune-teller-hero__image-wrapper {
  width: 280px;
  height: 359px;
  margin: 0 auto 30px;
  border-radius: 32px;
  overflow: hidden;
  border: 3px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero__image-wrapper {
    width: 200px;
    height: 256px;
  }
}
.fortune-teller-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fortune-teller-hero__content {
  max-width: 600px;
  margin: 0 auto;
}
.fortune-teller-hero__name {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 44px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero__name {
    font-size: 28px;
  }
}
.fortune-teller-hero__specialty {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 500;
  color: #6F6F6F;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero__specialty {
    font-size: 14px;
  }
}
.fortune-teller-hero__compatibility {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #FEEADA;
  padding: 24px 40px;
  border-radius: 30px;
}
.fortune-teller-hero__compatibility-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 500;
  color: #514F4F;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero__compatibility-label {
    font-size: 14px;
  }
}
.fortune-teller-hero__compatibility-value {
  font-family: "Fresca", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #EEB170;
}
@media screen and (max-width: 767px) {
  .fortune-teller-hero__compatibility-value {
    font-size: 28px;
  }
}

.fortune-teller-profile {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile {
    padding: 0 0 40px;
  }
}
.fortune-teller-profile__section {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile__section {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.fortune-teller-profile__section-title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 32px;
  font-weight: 700;
  color: #617ABB;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile__section-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.fortune-teller-profile__video {
  border-radius: 20px;
  overflow: hidden;
}
.fortune-teller-profile__video-placeholder {
  position: relative;
  aspect-ratio: 16/9;
  background: #9B9B9B;
}
.fortune-teller-profile__video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fortune-teller-profile__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.fortune-teller-profile__video-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.fortune-teller-profile__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile__text {
    font-size: 14px;
  }
}
.fortune-teller-profile__text p {
  margin-bottom: 24px;
}
.fortune-teller-profile__text p:last-child {
  margin-bottom: 0;
}
.fortune-teller-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.fortune-teller-profile__tag {
  display: inline-block;
  padding: 8px 16px;
  background: #FEEADA;
  border-radius: 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  color: #514F4F;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile__tag {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.fortune-teller-profile__schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.fortune-teller-profile__schedule-table th,
.fortune-teller-profile__schedule-table td {
  padding: 16px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fortune-teller-profile__schedule-table th,
  .fortune-teller-profile__schedule-table td {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.fortune-teller-profile__schedule-table th {
  font-weight: 600;
  color: #514F4F;
  background: #FEEADA;
}
.fortune-teller-profile__schedule-table td {
  font-weight: 500;
  color: #514F4F;
}
.fortune-teller-profile__cta {
  text-align: center;
  margin-top: 40px;
}
.fortune-teller-profile__cta .cta-button {
  max-width: 500px;
  margin: 0 auto;
}

.other-fortune-tellers {
  padding: 40px 0 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .other-fortune-tellers {
    padding: 30px 0 40px;
  }
}
.other-fortune-tellers__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 32px;
  font-weight: 700;
  color: #617ABB;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .other-fortune-tellers__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.email-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 50% 35%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.62) 100%);
  backdrop-filter: blur(32px);
  border-radius: 50px;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .email-cta {
    padding: 40px 16px;
    flex-direction: column;
  }
}
.email-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 50px 60px;
  box-shadow: 0px 6px 20px rgba(171, 111, 179, 0.15);
}
@media screen and (max-width: 767px) {
  .email-cta__content {
    padding: 30px 16px;
  }
}
.email-cta__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 22px;
  font-weight: 600;
  color: #514F4F;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .email-cta__text {
    font-size: 14px;
  }
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 200;
  }
  .fixed-cta .cta-button {
    width: 100%;
  }
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider__track {
  display: flex;
  transition: transform 0.5s ease;
}
.slider__slide {
  flex-shrink: 0;
  width: 100%;
}
.slider__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.slider__dot--active {
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
}
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 6px 20px rgba(171, 111, 179, 0.15);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.slider__arrow--prev {
  left: 16px;
}
.slider__arrow--next {
  right: 16px;
}
.slider__arrow:hover {
  opacity: 0.8;
}

/* wp:content */
.entry-content {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #514F4F;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 14px;
  }
}
.entry-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 40px 0 24px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 24px;
  }
}
.entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 16px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 8px;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content img {
  border-radius: 10px;
  margin: 24px 0;
}
.entry-content a {
  color: #617ABB;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

/* /wp:content */
/* plugin:site-reviews */
.reviews-placeholder {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reviews-placeholder {
    padding: 24px;
  }
}
.reviews-placeholder__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
.reviews-placeholder__message {
  font-size: 14px;
  color: #6F6F6F;
  text-align: center;
  padding: 40px;
  border: 1px dashed #9B9B9B;
  border-radius: 10px;
}

/* /plugin:site-reviews */

/*# sourceMappingURL=diagnosis.css.map */
