@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: 700;
  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-fortune-teller {
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 58%, rgb(255, 239, 251) 0%, rgb(237, 217, 255) 100%), radial-gradient(ellipse at 48% 55%, rgb(255, 239, 251) 0%, rgb(241, 225, 255) 100%);
}

.l-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.l-background__image {
  object-fit: cover;
  object-position: top center;
}
.l-background__result-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-background__result-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-background__result-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.l-wrapper {
  display: flex;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    flex-direction: column;
  }
}

.l-main {
  flex: 1;
  position: relative;
  padding-top: 0;
  padding-left: 280px;
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
  .l-main {
    padding-left: 23.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .l-main {
    padding-left: 0;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: transparent;
  border-right: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 150px 40px 0;
  z-index: 200;
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
  .sidebar {
    width: 23.3333333333vw;
    padding: 12.5vw 1.6666666667vw 0;
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sidebar {
    display: none;
  }
}
.sidebar__illust {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 119px;
  height: 197px;
  opacity: 0.5;
  filter: drop-shadow(0px 34px 24px rgba(0, 0, 0, 0.05));
  pointer-events: none;
}
.sidebar__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  min-height: 0;
}
.sidebar__scroll {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.sidebar__scroll::-webkit-scrollbar {
  width: 3px;
}
.sidebar__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.sidebar__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #514F4F;
}
.sidebar__index {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar__index-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #737373;
}
.sidebar__index-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__index-item {
  padding: 10px 0 10px 12px;
  border-left: 1px solid #C8C8C8;
  transition: border-color 0.3s ease;
}
.sidebar__index-item--active {
  border-left-color: #514F4F;
}
.sidebar__index-item--active a {
  color: #514F4F;
}
.sidebar__index-item a {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #B0B0B0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar__index-item a:hover {
  color: #514F4F;
}
.sidebar__link {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #514F4F;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.sidebar__link:hover {
  opacity: 0.7;
}
.sidebar__cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -34px;
  padding-bottom: 20px;
  flex-shrink: 0;
  animation: fuwafuwa 3s ease-in-out infinite;
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
  .sidebar__cta-wrapper {
    margin-left: -1.6666666667vw;
    margin-right: -1.6666666667vw;
  }
}
.sidebar__cta-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #514F4F;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
  .sidebar__cta-label {
    font-size: 1vw;
  }
}
.sidebar__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
  padding: 0 8px;
  background: linear-gradient(7.63deg, rgb(204, 178, 119) 54.9%, rgb(251, 233, 182) 111.5%);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  color: #FFFFFF;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.2);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.sidebar__cta:hover {
  opacity: 0.85;
}
@media screen and (max-width: 1200px) and (min-width: 961px) {
  .sidebar__cta {
    width: 21.6666666667vw;
    height: 6.6666666667vw;
    padding: 0 0.6666666667vw;
    font-size: 1.5vw;
    border-radius: 1.6666666667vw;
  }
}

.fv-cloud {
  position: absolute;
  width: 137.46px;
  height: 77.64px;
  z-index: 1;
  filter: drop-shadow(0 70px 160px rgba(51, 51, 51, 0.18));
}
@media screen and (max-width: 767px) {
  .fv-cloud {
    display: none;
  }
}
.fv-cloud--right {
  top: 80px;
  right: 9.0277777778vw;
}
.fv-cloud--left {
  top: 213px;
  left: 30.1388888889vw;
}
@media screen and (max-width: 960px) {
  .fv-cloud--left {
    left: 9.0277777778vw;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 105px 40px 110px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article-container {
    padding: 14.6666666667vw 2.6666666667vw 10.6666666667vw;
  }
}

.sp-index {
  display: none;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sp-index {
    display: block;
  }
}
.sp-index__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 232, 253, 0.7);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.sp-index__toggle:hover {
  background: rgba(255, 232, 253, 0.9);
}
.sp-index__toggle[aria-expanded=true] {
  border-radius: 10px 10px 0 0;
}
.sp-index__toggle[aria-expanded=true] .sp-index__toggle-arrow {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .sp-index__toggle {
    padding: 5.3333333333vw 8vw 5.3333333333vw 5.3333333333vw;
    border-radius: 10px;
  }
  .sp-index__toggle[aria-expanded=true] {
    border-radius: 10px 10px 0 0;
  }
}
.sp-index__toggle-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #617ABB;
}
@media screen and (max-width: 767px) {
  .sp-index__toggle-text {
    font-size: 4.2666666667vw;
  }
}
.sp-index__toggle-arrow {
  transition: transform 0.3s ease;
}
.sp-index__content {
  display: none;
  background: rgba(255, 232, 253, 0.7);
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.sp-index__content.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-index__content {
    border-radius: 0 0 10px 10px;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.sp-index__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sp-index__section {
    gap: 2.6666666667vw;
  }
}
.sp-index__section-title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #514F4F;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sp-index__section-title {
    font-size: 3.7333333333vw;
  }
}
.sp-index__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sp-index__nav {
    gap: 2.6666666667vw;
  }
}
.sp-index__nav-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #737373;
}
@media screen and (max-width: 767px) {
  .sp-index__nav-label {
    font-size: 3.7333333333vw;
  }
}
.sp-index__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-index__nav-item {
  padding: 8px 0 8px 12px;
  border-left: 1px solid #7E7E7E;
}
@media screen and (max-width: 767px) {
  .sp-index__nav-item {
    padding: 1.6vw 0 1.6vw 3.2vw;
  }
}
.sp-index__nav-item a {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #7E7E7E;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sp-index__nav-item a {
    font-size: 3.4666666667vw;
  }
}
.sp-index__nav-item a:hover {
  color: #514F4F;
}
.sp-index__link {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #7E7E7E;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sp-index__link {
    font-size: 3.7333333333vw;
  }
}
.sp-index__link:hover {
  opacity: 0.7;
}
.sp-index + .profile-card {
  margin-top: 24px;
}

.fv-title {
  position: relative;
  width: 685px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-title {
    width: calc(100% + 5.3333333333vw);
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.fv-title__image {
  width: 100%;
  height: auto;
  display: block;
}
.fv-title__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #617ABB;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fv-title__text {
    font-size: 6.4vw;
  }
}

.fortune-banner {
  width: fit-content;
  max-width: 84%;
  margin-top: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .fortune-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fortune-banner {
    max-width: 95%;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.fortune-banner__image {
  height: auto;
  display: block;
}

.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  padding: 60px 80px;
  margin-bottom: 120px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .profile-card {
    padding: 12vw 2.6666666667vw;
    gap: 8vw;
    margin-bottom: 21.3333333333vw;
    border-radius: 30px;
  }
}
.profile-card__name {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #514F4F;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .profile-card__name {
    font-size: 5.8666666667vw;
    text-align: center;
    letter-spacing: 1.1px;
  }
}
.profile-card__content {
  display: flex;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-card__content {
    flex-direction: column;
    gap: 8vw;
    align-items: center;
  }
}
.profile-card__image-wrapper {
  flex-shrink: 0;
  width: 35%;
  height: fit-content;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 3px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
}
@media screen and (max-width: 767px) {
  .profile-card__image-wrapper {
    width: 58.1333333333vw;
    border-radius: 20px;
  }
}
.profile-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 280/360;
  object-fit: cover;
  border-radius: 37px;
  display: block;
}
@media screen and (max-width: 767px) {
  .profile-card__image {
    aspect-ratio: 200/260;
    border-radius: 17px;
  }
}
.profile-card__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .profile-card__info {
    width: 100%;
    gap: 8vw;
  }
}

.profile-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .profile-info {
    gap: 3.2vw;
  }
}
.profile-info__title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(271deg, rgba(190, 131, 255, 0.3) 3.36%, rgba(229, 143, 222, 0.3) 89.28%);
  border-radius: 10px;
  width: 540px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-info__title {
    padding: 2.6666666667vw 4vw;
    border-radius: 8px;
    justify-content: center;
    width: 100%;
  }
}
.profile-info__title span {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #514F4F;
}
@media screen and (max-width: 767px) {
  .profile-info__title span {
    font-size: 3.7333333333vw;
  }
}
.profile-info__text {
  padding: 0 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #514F4F;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .profile-info__text {
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.article-section .wp-block-video video {
  width: auto;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .article-section .wp-block-video video {
    width: 100%;
    max-width: 320px;
  }
}
.article-section {
  width: 100%;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .article-section {
    padding: 0;
  }
}
.article-section > h2.wp-block-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  background: #D3A1FE;
  border-radius: 10px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article-section > h2.wp-block-heading {
    padding: 4vw 5.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 0;
    margin: 0 -2.6666666667vw 10.6666666667vw;
  }
}
.article-section > h2.wp-block-heading:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .article-section > h2.wp-block-heading:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.article-section > h3.wp-block-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  margin: 0 0 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #617ABB;
}
@media screen and (max-width: 767px) {
  .article-section > h3.wp-block-heading {
    padding: 0 2.6666666667vw;
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }
}
.article-section > h3.wp-block-heading::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #617ABB;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article-section > h3.wp-block-heading::before {
    width: 5.3333333333vw;
  }
}
.article-section > p {
  padding: 0 40px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article-section > p {
    padding: 0 2.6666666667vw;
    font-size: 4vw;
    margin: 0 0 10.6666666667vw;
  }
}
.article-section > .wp-block-image {
  padding: 0 40px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .article-section > .wp-block-image {
    padding: 0 2.6666666667vw;
    margin: 0 0 10.6666666667vw;
  }
}
.article-section > .wp-block-image img {
  height: auto;
  display: block;
}

.article {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .article {
    flex-direction: column;
    gap: 8vw;
  }
}
.article--no-video .article__text-area {
  width: 100%;
}
.article__text-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .article__text-area {
    gap: 6.6666666667vw;
  }
}
.article__text-area--full {
  width: 100%;
}
.article__h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  background: #D3A1FE;
  border-radius: 10px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article__h2 {
    padding: 3.2vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 8px;
  }
}
.article__h3-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .article__h3-block {
    gap: 4vw;
  }
}
.article__h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article__h3 {
    padding: 0 5.3333333333vw;
  }
}
.article__h3-line {
  width: 30px;
  height: 1px;
  background: #617ABB;
}
@media screen and (max-width: 767px) {
  .article__h3-line {
    width: 5.3333333333vw;
  }
}
.article__h3-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #617ABB;
}
@media screen and (max-width: 767px) {
  .article__h3-text {
    font-size: 4.2666666667vw;
  }
}
.article__p {
  padding: 0 40px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article__p {
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.article__video {
  width: 480px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article__video {
    width: 100%;
  }
}
.article__video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 480/337;
  border-radius: 10px;
  overflow: hidden;
}
.article__video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.article__video-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.contact-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 46px 40px 44px 300px;
  background: url("../images/fortune-teller/contact-bg.webp") center/cover no-repeat;
  border-radius: 20px;
  box-shadow: 0px 6px 20px rgba(171, 111, 179, 0.15);
  margin-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding: 10.6666666667vw 8vw 0;
    border-radius: 15px;
    margin-top: 16vw;
    gap: 5.3333333333vw;
    background-image: url("../images/fortune-teller/contact-bg-sp.webp");
  }
}
.contact-section__illust {
  position: absolute;
  left: 54px;
  bottom: -17px;
  width: 207px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .contact-section__illust {
    position: static;
    width: 42.6666666667vw;
    height: 64vw;
    margin-bottom: -5.3333333333vw;
    order: 10;
  }
}
.contact-section__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #617ABB;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-section__title {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.contact-section__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact-section__buttons {
    gap: 4.2666666667vw;
    width: 100%;
  }
}

.contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-btn:hover {
  opacity: 0.8;
}
.contact-btn {
  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;
}
.contact-btn::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;
}
.contact-btn:hover {
  opacity: 1;
}
.contact-btn:hover::before {
  opacity: 1;
}
.contact-btn {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    padding: 4.8vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.contact-btn__sub {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .contact-btn__sub {
    font-size: 3.7333333333vw;
  }
}

.review-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 880px;
  margin-top: 120px;
  padding: 60px 80px;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .review-section {
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 8vw;
    border-radius: 30px;
  }
}
.review-section__reviews,
.review-section .comment-form {
  width: 720px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .review-section__reviews,
  .review-section .comment-form {
    width: 100%;
  }
}
.review-section__title,
.review-section .comment-form__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #617ABB;
  margin: 0;
  padding-left: 15px;
  border-left: 5px solid #617ABB;
}
@media screen and (max-width: 767px) {
  .review-section__title,
  .review-section .comment-form__title {
    font-size: 4.8vw;
    padding-left: 2.9333333333vw;
    border-left-width: 1.0666666667vw;
  }
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .review-list {
    margin-top: 8vw;
    gap: 5.3333333333vw;
  }
}

.review-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .review-item {
    gap: 4vw;
  }
}
.review-item__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%);
}
.review-item__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .review-item__meta {
    padding-inline: 2.6666666667vw;
  }
}
.review-item__date {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .review-item__date {
    font-size: 3.2vw;
  }
}
.review-item__user {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .review-item__user {
    gap: 2.6666666667vw;
  }
}
.review-item__username {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .review-item__username {
    font-size: 4.2666666667vw;
  }
}
.review-item__stars {
  display: flex;
  align-items: center;
}
.review-item__star {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .review-item__star {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.review-item__text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .review-item__text {
    font-size: 3.7333333333vw;
  }
}
.review-item__reply {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px;
  background: #FFE8FD;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .review-item__reply {
    padding: 3.2vw 4vw;
    border-radius: 8px;
    gap: 2.1333333333vw;
  }
}
.review-item__reply-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #617ABB;
}
@media screen and (max-width: 767px) {
  .review-item__reply-label {
    font-size: 3.7333333333vw;
  }
}
.review-item__reply-text {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .review-item__reply-text {
    font-size: 3.7333333333vw;
  }
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .comment-form {
    gap: 5.3333333333vw;
  }
}
.comment-form__note {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .comment-form__note {
    font-size: 3.2vw;
  }
}
.comment-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .comment-form__form {
    gap: 4vw;
  }
}
.comment-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.comment-form__group--textarea {
  height: 217px;
}
@media screen and (max-width: 767px) {
  .comment-form__group--textarea {
    height: 48vw;
  }
}
.comment-form__label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .comment-form__label {
    font-size: 3.7333333333vw;
  }
}
.comment-form__input {
  padding: 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .comment-form__input {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.comment-form__input::placeholder {
  color: #ABABAB;
}
.comment-form__input--textarea {
  flex: 1;
  resize: none;
}
.comment-form__rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.comment-form__rating-input {
  display: none;
}
.comment-form__rating-input:checked ~ .comment-form__rating-label svg path, .comment-form__rating-input:checked + .comment-form__rating-label svg path {
  fill: #FFD700;
}
.comment-form__rating-label {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.comment-form__rating-label:hover {
  transform: scale(1.1);
}
.comment-form__rating-label:hover svg path, .comment-form__rating-label:hover ~ .comment-form__rating-label svg path {
  fill: #FFD700;
}
.comment-form__rating-label svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .comment-form__rating-label svg {
    width: 8vw;
    height: 8vw;
  }
}
.comment-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.comment-form__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.comment-form__btn:hover {
  opacity: 0.8;
}
.comment-form__btn {
  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;
}
.comment-form__btn::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;
}
.comment-form__btn:hover {
  opacity: 1;
}
.comment-form__btn:hover::before {
  opacity: 1;
}
.comment-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 320px;
  height: 80px;
  padding: 24px 30px 24px 50px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .comment-form__btn {
    width: 100%;
    height: 16vw;
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
}

.glsr-reviews {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .glsr-reviews {
    margin-top: 8vw;
    gap: 5.3333333333vw;
  }
}

.glsr-review {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .glsr-review {
    gap: 4vw;
  }
}
.glsr-review + .glsr-review {
  padding-top: 20px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgb(211, 161, 254) 0%, rgb(111, 146, 241) 100%) 1;
}
@media screen and (max-width: 767px) {
  .glsr-review + .glsr-review {
    padding-top: 5.3333333333vw;
  }
}

.glsr-review-date {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .glsr-review-date {
    font-size: 3.2vw;
    padding-inline: 2.6666666667vw;
  }
}

.glsr-review-author {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .glsr-review-author {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}
.glsr-review-author span {
  color: #333333;
}

.glsr-review-title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .glsr-review-title {
    font-size: 4.2666666667vw;
    padding-inline: 2.6666666667vw;
  }
}

:root {
  --glsr-star-full: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='50%25' x2='100%25' y2='50%25'%3E%3Cstop offset='0%25' stop-color='%23D3A1FE'/%3E%3Cstop offset='100%25' stop-color='%236F92F1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z' fill='url(%23g)'/%3E%3C/svg%3E");
  --glsr-star-empty: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z' fill='%23D9D9D9'/%3E%3C/svg%3E");
}

.glsr-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.glsr-star-rating .glsr-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .glsr-star-rating .glsr-star {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.glsr-star-rating .glsr-star svg {
  display: block;
  width: 100%;
  height: 100%;
}
.glsr-star-rating .glsr-star-full svg path {
  fill: url(#star-gradient);
}
.glsr-star-rating .glsr-star-empty svg path {
  fill: #D9D9D9;
}

.glsr-star-rating--stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.glsr-star-rating--stars > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--glsr-star-empty);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .glsr-star-rating--stars > span {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.glsr-star-rating--stars > span.gl-active, .glsr-star-rating--stars > span.gl-active.gl-selected {
  background-image: var(--glsr-star-full);
}

.glsr-review-content {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .glsr-review-content {
    font-size: 3.7333333333vw;
    padding-inline: 2.6666666667vw;
  }
}
.glsr-review-content p {
  margin: 0;
}

.glsr-review-response {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px;
  background: #FFE8FD;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .glsr-review-response {
    padding: 3.2vw 4vw;
    border-radius: 8px;
    gap: 2.1333333333vw;
  }
}
.glsr-review-response .glsr-review-response-by {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #617ABB;
}
@media screen and (max-width: 767px) {
  .glsr-review-response .glsr-review-response-by {
    font-size: 3.7333333333vw;
  }
}
.glsr-review-response p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .glsr-review-response p {
    font-size: 3.7333333333vw;
  }
}

.glsr-review-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .glsr-review-form {
    gap: 4vw;
  }
}

.glsr-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.glsr-field.glsr-field-textarea {
  height: 217px;
}
@media screen and (max-width: 767px) {
  .glsr-field.glsr-field-textarea {
    height: 48vw;
  }
}

.glsr-label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .glsr-label {
    font-size: 3.7333333333vw;
  }
}
.glsr-label .glsr-required {
  color: #333333;
}

.glsr-input,
.glsr-textarea {
  padding: 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .glsr-input,
  .glsr-textarea {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.glsr-input::placeholder,
.glsr-textarea::placeholder {
  color: #ABABAB;
}

.glsr-textarea {
  flex: 1;
  resize: none;
  height: 100%;
}

.glsr-field-rating .glsr-star-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.glsr-field-rating .glsr-star-rating .glsr-star {
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .glsr-field-rating .glsr-star-rating .glsr-star {
    width: 8vw;
    height: 8vw;
  }
}
.glsr-field-rating .glsr-star-rating .glsr-star:hover {
  transform: scale(1.1);
}
.glsr-field-rating .glsr-star-rating .glsr-star svg {
  display: block;
  width: 100%;
  height: 100%;
}
.glsr-field-rating .glsr-star-rating .glsr-star.selected svg path,
.glsr-field-rating .glsr-star-rating .glsr-star-full svg path {
  fill: url(#star-gradient);
}
.glsr-field-rating .glsr-star-rating .glsr-star-empty svg path {
  fill: #D9D9D9;
}
.glsr-field-rating .glsr-star-rating .glsr-star:hover svg path,
.glsr-field-rating .glsr-star-rating .glsr-star:hover ~ .glsr-star svg path {
  fill: url(#star-gradient);
}
.glsr-field-rating .glsr-star-rating--stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.glsr-field-rating .glsr-star-rating--stars > span {
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--glsr-star-empty);
}
@media screen and (max-width: 767px) {
  .glsr-field-rating .glsr-star-rating--stars > span {
    width: 8vw;
    height: 8vw;
  }
}
.glsr-field-rating .glsr-star-rating--stars > span:hover {
  transform: scale(1.1);
}
.glsr-field-rating .glsr-star-rating--stars > span.gl-active, .glsr-field-rating .glsr-star-rating--stars > span.gl-active.gl-selected {
  background-image: var(--glsr-star-full);
}

.glsr-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.glsr-button:hover {
  opacity: 0.8;
}
.glsr-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;
}
.glsr-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;
}
.glsr-button:hover {
  opacity: 1;
}
.glsr-button:hover::before {
  opacity: 1;
}
.glsr-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 360px;
  height: 80px;
  padding: 24px 30px 24px 50px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .glsr-button {
    width: 100%;
    height: 16vw;
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
}

.other-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .other-btn-wrapper {
    margin-top: 10.6666666667vw;
  }
}

.other-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.other-btn:hover {
  opacity: 0.8;
}
.other-btn {
  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;
}
.other-btn::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;
}
.other-btn:hover {
  opacity: 1;
}
.other-btn:hover::before {
  opacity: 1;
}
.other-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 420px;
  height: 84px;
  padding: 24px 30px 28px 50px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .other-btn {
    width: 100%;
    height: 16vw;
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
}

.footer {
  background: linear-gradient(90deg, rgb(237, 222, 250) 0%, rgb(214, 223, 254) 100%);
  padding: 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    height: 21.3333333333vw;
  }
}
.footer__copyright {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__links {
    position: static;
    transform: none;
    gap: 5.3333333333vw;
  }
}
.footer__link {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 2.6666666667vw;
  }
}
.footer__link:hover {
  opacity: 0.7;
}

.sp-fixed-cta {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-fixed-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    padding: 12px 20px 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, #FFF 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.sp-fixed-cta__label {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #514F4F;
  margin-bottom: 8px;
  white-space: nowrap;
}
.sp-fixed-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  max-width: 100%;
  height: 80px;
  padding: 0 8px;
  background: linear-gradient(5.94deg, rgb(204, 178, 119) 54.9%, rgb(251, 233, 182) 111.5%);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.2);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.sp-fixed-cta__button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 960px) {
  .page-fortune-teller {
    padding-bottom: 120px;
  }
}
.static-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.static-page__container {
  flex: 1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 60px;
}
@media screen and (max-width: 767px) {
  .static-page__container {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.static-page__title {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #514F4F;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .static-page__title {
    font-size: 5.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.static-page__content {
  font-family: "YuMincho", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .static-page__content {
    font-size: 3.7333333333vw;
  }
}
.static-page__content h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .static-page__content h2 {
    font-size: 4.8vw;
    margin: 8.5333333333vw 0 3.2vw;
  }
}
.static-page__content h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 24px 0 12px;
}
@media screen and (max-width: 767px) {
  .static-page__content h3 {
    font-size: 4.2666666667vw;
  }
}
.static-page__content p {
  margin: 0 0 16px;
}
.static-page__content ul, .static-page__content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.static-page__content li {
  margin-bottom: 8px;
}
.static-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.static-page__content table th, .static-page__content table td {
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .static-page__content table th, .static-page__content table td {
    padding: 2.1333333333vw 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.static-page__content table th {
  background: rgba(237, 222, 250, 0.3);
  font-weight: 600;
  white-space: nowrap;
  width: 30%;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
