@charset "UTF-8";
body.home {
  --fx-home-page-w:12rem;
  --fx-home-content-w:10.6rem;
  --fx-home-readable-w:9.5rem;
  --fx-sec-pad-y:.56rem;
  --fx-sec-pad-x:.72rem;
  --fx-home-section-fs:var(--fx-type-body);
  --fx-home-heading-color:var(--fx-purple);
  --fx-home-body-color:black;
  --fx-home-button-bg:var(--fx-purple-l);
  --fx-home-button-text:#fff;
}
@media (max-width: 767px) {
  body.home {
    --fx-home-content-w:100%;
    --fx-home-readable-w:100%;
    --fx-sec-pad-x:.45rem;
    --fx-home-section-fs:var(--fx-type-body);
  }
}
body.home #main {
  container-type: inline-size;
}
body.home #main > section {
  padding: var(--fx-sec-pad-y) var(--fx-sec-pad-x);
  background-image: none;
  font-size: var(--fx-home-section-fs);
}
@media (max-width: 767px) {
  body.home #main > section {
    max-width: 100%;
    overflow-x: clip;
  }
}
body.home #main > section > div {
  max-width: var(--fx-home-content-w);
  margin: 0 auto;
}
body.home :where(section h2) {
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  color: var(--fx-home-heading-color);
  text-align: center;
  line-height: 1.2;
  margin: 0 0 0.35em;
  position: relative;
}
body.home .viewall_link {
  --btn-bg:var(--fx-home-button-bg);
  --btn-bg-hover:var(--fx-magenta-d);
  margin: 1.75em auto 0;
}
@media (max-width: 767px) {
  body.home .viewall_link {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-pad-y:1.36em;
    width: 4.66rem;
    max-width: 100%;
    min-height: 0;
  }
}
body.home .service_summary {
  list-style: none;
  padding: 0;
  margin: 1.6em 0 0;
  display: flex;
  gap: 1.45em;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  body.home .service_summary {
    gap: 1em;
  }
}
body.home .service_summary > li {
  flex: 1 1 18em;
  max-width: 24em;
  background: #fff;
  border-radius: 1em;
  padding: 2.1em 1.6em;
  text-align: center;
  box-shadow: 0 0.55em 1.6em rgba(122, 63, 157, 0.1);
  border: 0.01rem solid var(--fx-pink);
}
body.home .service_summary img {
  width: 3.45em;
  height: 3.45em;
  object-fit: contain;
  margin: 0 auto 0.95em;
}
body.home .service_summary h3 {
  font-family: var(--fx-font-heading);
  color: var(--fx-purple);
  font-size: 1.28em;
  margin: 0 0 0.55em;
}
body.home .service_summary p {
  text-align: center;
  color: var(--fx-ink);
  margin: 0;
}

body.home #main > #top-pricing.fx-priceband {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--fx-purple) url(../images/svg/deco/home-pricing-bg.svg) center/cover no-repeat;
  color: #fff;
}
body.home #main > #top-pricing.fx-priceband > div {
  position: relative;
  z-index: 1;
  max-width: var(--fx-home-content-w);
}
body.home #main > #top-pricing.fx-priceband h2 {
  margin: 0 0 0.566em;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 2.22em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.3em;
  text-align: center;
}
body.home #main > #top-pricing.fx-priceband h2::after {
  display: none;
}
@media (max-width: 767px) {
  body.home #main > #top-pricing.fx-priceband h2 {
    margin-bottom: 0.35em;
    font-size: var(--fx-type-heading-lg);
  }
}
@media (max-width: 767px) {
  body.home #main > #top-pricing.fx-priceband {
    background: var(--fx-purple) url(../images/svg/deco/home-pricing-bg-sp.svg) center/cover no-repeat;
  }
}
body.home .fx-priceband__items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  width: 100%;
  max-width: var(--fx-home-readable-w);
  margin: 1em auto 2em;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.home .fx-priceband__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.871em;
    max-width: 100%;
    margin-bottom: 0.98em;
  }
}
body.home .fx-priceband__items li {
  display: flex;
  min-height: 0.93rem;
  padding: 1cqb;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  text-align: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  body.home .fx-priceband__items li {
    min-height: 1.62rem;
    padding: 0.6em 0.4em;
  }
}
body.home .fx-priceband__label {
  display: block;
  margin: 0 0 0.15em;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: 1.18em;
  font-weight: 900;
  line-height: 1.04;
}
@media (max-width: 767px) {
  body.home .fx-priceband__label {
    font-size: var(--fx-type-heading-md);
    line-height: 1.16;
    margin-bottom: 0.5em;
  }
}
body.home .fx-priceband__val {
  display: block;
  color: #898989;
  font-family: var(--fx-font-heading);
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  body.home .fx-priceband__val {
    font-size: var(--fx-type-heading-md);
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  body.home .fx-priceband__more {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-pad-y:1.1em;
    width: 4.6rem;
    max-width: 100%;
    min-height: 0;
  }
}

body.home #main > #how-it-works-escort-service {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-inline: 0;
  background: url("../images/top/top-section-4.webp") center bottom/100% auto no-repeat, linear-gradient(180deg, #fff 0 0.95rem, #f0ebf6 0.95rem 100%);
}
body.home #main > #how-it-works-escort-service .how-it-works-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 39% 1fr;
  grid-template-areas: "title lead" "art steps" "art cta";
  column-gap: 0.48rem;
  align-items: start;
  width: 100%;
  max-width: var(--fx-home-content-w);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .how-it-works-container {
    display: block;
    position: relative;
    padding-inline: var(--fx-sec-pad-x);
  }
}
body.home #main > #how-it-works-escort-service .htb-watermark {
  position: absolute;
  display: none;
  left: 0.05rem;
  bottom: 0.72rem;
  z-index: 0;
  width: 5.45rem;
  height: auto;
  opacity: 0.26;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .htb-watermark {
    display: none;
    left: auto;
    right: -0.35rem;
    top: 3.18rem;
    bottom: auto;
    width: 3.85rem;
    opacity: 0.18;
  }
}
body.home #main > #how-it-works-escort-service .htb-model {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 5.25rem;
  height: auto;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .htb-model {
    display: none;
    left: auto;
    right: calc(var(--fx-sec-pad-x) * -1.55);
    top: -0.18rem;
    bottom: auto;
    width: 3.78rem;
  }
}
body.home #main > #how-it-works-escort-service h2,
body.home #main > #how-it-works-escort-service .how-it-works-container > p,
body.home #main > #how-it-works-escort-service .steps-container,
body.home #main > #how-it-works-escort-service .how-it-works-cta {
  position: relative;
  z-index: 2;
}
body.home #main > #how-it-works-escort-service h2 {
  grid-area: title;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 5rem;
  min-height: 2.2rem;
  margin: 0 0 0 calc((var(--fx-home-page-w) - var(--fx-home-content-w)) / -2);
  padding: 0.24rem 0.5rem 0.26rem 0.75rem;
  border-radius: 0 999em 999em 0;
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
}
body.home #main > #how-it-works-escort-service h2 .sp {
  display: block;
}
body.home #main > #how-it-works-escort-service h2::after {
  display: none;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service h2 {
    width: 3.42rem;
    min-height: 1.69rem;
    margin: 0 0 0.38em calc(var(--fx-sec-pad-x) * -1);
    font-size: 0.44rem;
    line-height: 1.31;
    padding: 0.2rem 0.3rem 0.2rem 0.63rem;
  }
}
body.home #main > #how-it-works-escort-service .how-it-works-container > p {
  grid-area: lead;
  align-self: center;
  max-width: 26em;
  margin: 0.64em 0 1.1em;
  color: var(--fx-purple);
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.62;
  text-align: left;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .how-it-works-container > p {
    width: 3.35rem;
    max-width: 100%;
    margin: 0 0 1.5rem;
    font-size: var(--fx-type-heading-md);
    line-height: 1.7;
  }
}
body.home #main > #how-it-works-escort-service .steps-container {
  grid-area: steps;
  display: grid;
  gap: 0.48rem;
  width: 100%;
  margin: 0.04rem 0 0.2rem;
  padding: 0 0 0 3em;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .steps-container {
    width: 100%;
    max-width: none;
    margin: 0.18rem 0 0.34rem;
    gap: 0.42rem;
    padding: 0;
  }
}
body.home #main > #how-it-works-escort-service .step {
  display: grid;
  grid-template-columns: 0.78rem 1fr;
  gap: 0.22rem;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .step {
    grid-template-columns: 1.22rem 1fr;
    gap: 0.23rem;
    align-items: start;
  }
}
body.home #main > #how-it-works-escort-service .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: center/contain no-repeat;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 1.67em;
  font-weight: 700;
  line-height: 0.82;
  text-align: center;
}
body.home #main > #how-it-works-escort-service .step-number::before {
  content: none;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .step-number {
    width: 1.22rem;
    height: 1.22rem;
    font-size: var(--fx-type-heading-md);
  }
}
body.home #main > #how-it-works-escort-service .step-number[data-step="01"] {
  background-image: url("../images/svg/deco/book_step_1.svg");
}
body.home #main > #how-it-works-escort-service .step-number[data-step="02"] {
  background-image: url("../images/svg/deco/book_step_2.svg");
}
body.home #main > #how-it-works-escort-service .step-number[data-step="03"] {
  background-image: url("../images/svg/deco/book_step_3.svg");
}
body.home #main > #how-it-works-escort-service .step-number[data-step="04"] {
  background-image: url("../images/svg/deco/book_step_4.svg");
}
body.home #main > #how-it-works-escort-service .step-content h3 {
  margin: 0 0 0.1em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .step-content h3 {
    font-size: var(--fx-type-heading-lg);
    line-height: 1.25;
  }
}
body.home #main > #how-it-works-escort-service .step-content p {
  margin: 0;
  color: black;
  font-weight: 400;
  font-size: var(--fx-type-caption);
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .step-content p {
    font-size: var(--fx-type-heading-md);
    line-height: 1.5;
  }
}
body.home #main > #how-it-works-escort-service .how-it-works-cta {
  grid-area: cta;
  margin: 0.24rem 0 0 0;
  text-align: left;
  padding: 0 0 0 3em;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .how-it-works-cta {
    width: 100%;
    margin: 0.4rem 0 0;
    text-align: center;
    padding: 0;
  }
}
body.home #main > #how-it-works-escort-service .how-it-works-cta a {
  min-height: 0.95rem;
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service .how-it-works-cta a {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-pad-y:1.35em;
    max-width: 100%;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  body.home #main > #how-it-works-escort-service {
    background: url("../images/top/howtobook_back_sp.webp") center top/100% auto no-repeat, linear-gradient(180deg, #fff 0 2.68rem, rgba(255, 255, 255, 0) 2.68rem 100%), #ded4ea;
  }
}

body.home #hotel-and-area.fx-hotels {
  padding-inline: 0;
  background: transparent;
}
@media (max-width: 767px) {
  body.home #hotel-and-area.fx-hotels {
    overflow: hidden;
    background: #f3e8f4;
  }
}
@media (max-width: 767px) {
  body.home #hotel-and-area.fx-hotels .container_small {
    width: 100%;
    max-width: 100%;
    padding-inline: var(--fx-sec-pad-x);
  }
}
body.home #main > #hotel-and-area > .fx-hotels__banner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(122, 63, 157, 0.18), rgba(122, 63, 157, 0.25)), url("../images/top/hotels-areas-bg.webp") center/cover no-repeat;
  margin: calc(var(--fx-sec-pad-y) * -1) 0 0.34rem;
}
@media (max-width: 767px) {
  body.home #main > #hotel-and-area > .fx-hotels__banner {
    min-height: 3.13rem;
    margin-bottom: 0.652em;
  }
}
body.home .fx-hotels__banner h2 {
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: 3em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0.03rem 0.18rem rgba(0, 0, 0, 0.3);
  margin: 0;
}
body.home .fx-hotels__banner h2::after {
  display: none;
}
@media (max-width: 767px) {
  body.home .fx-hotels__banner h2 {
    max-width: 5.2rem;
    font-size: var(--fx-type-heading-lg);
    line-height: 1.38;
  }
}
body.home .fx-hotels__lead {
  text-align: center;
  color: var(--fx-ink);
  max-width: 46em;
  margin: 0 auto 0.4rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  body.home .fx-hotels__lead {
    max-width: 100%;
    margin-bottom: 0.896em;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.66;
    text-align: left;
  }
}
body.home .fx-areas {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
  max-width: 10.15rem;
}
@media (max-width: 767px) {
  body.home .fx-areas {
    grid-template-columns: 1fr;
    gap: 0.978em;
    max-width: 100%;
  }
}
body.home .fx-area {
  position: relative;
  padding: 0 0.35rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  body.home .fx-area {
    padding: 0;
  }
}
body.home .fx-area:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.01rem;
  height: 100%;
  background: rgba(122, 63, 157, 0.55);
}
@media (max-width: 767px) {
  body.home .fx-area:not(:last-child)::after {
    display: none;
  }
}
body.home .fx-area__pin {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.12rem;
  height: 2.12rem;
  color: #fff;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  body.home .fx-area__pin {
    width: 2.18rem;
    height: 2.46rem;
    margin-inline: auto;
    margin-bottom: 0.489em;
  }
}
body.home .fx-area__pin::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/svg/deco/hotel-area.svg") center/contain no-repeat;
  box-shadow: none;
}
body.home .fx-area__pin b,
body.home .fx-area__pin i {
  position: relative;
  z-index: 1;
  font-family: var(--fx-font-heading);
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
body.home .fx-area__pin b {
  font-size: 1.44em;
}
@media (max-width: 767px) {
  body.home .fx-area__pin b {
    max-width: 1.8rem;
    font-size: 0.33rem;
    line-height: 1.05;
    overflow-wrap: normal;
  }
}
body.home .fx-area__pin i {
  font-size: 1.72em;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  body.home .fx-area__pin i {
    font-size: 0.4rem;
    line-height: 1.05;
    color: rgba(255, 255, 255, 0.58);
  }
}
body.home .fx-area__spots {
  list-style: none;
  padding: 0;
  margin: 0 0 0.25rem;
}
@media (max-width: 767px) {
  body.home .fx-area__spots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.1em 0.34em;
    max-width: 100%;
    width: 100%;
    margin: 0 0 0.489em;
    line-height: 1.25;
    text-align: left;
  }
}
body.home .fx-area__spots li {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.13em 0 0.13em 1.02em;
  color: var(--fx-ink);
  font-weight: 700;
  font-size: 1.02em;
  line-height: 1.25;
  text-align: left;
}
@media (max-width: 767px) {
  body.home .fx-area__spots li {
    display: inline-block;
    margin: 0;
    padding: 0.1em 0 0.1em 0.78em;
    color: black;
    font-size: 0.29rem;
    line-height: 1.72;
  }
}
body.home .fx-area__spots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: var(--fx-purple);
}
body.home .fx-area__hotels {
  width: 2.85rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--fx-purple);
  border-radius: 0.14rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  body.home .fx-area__hotels {
    width: 100%;
    max-width: 100%;
    flex: none;
    border-radius: 0.1rem;
  }
}
body.home .fx-area__hotels h4 {
  background: var(--fx-purple);
  color: #fff;
  text-align: center;
  font-family: var(--fx-font-heading);
  letter-spacing: 0.06em;
  padding: 0.67em 0 0.62em;
  margin: 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.6);
  font-size: 1.22em;
}
@media (max-width: 767px) {
  body.home .fx-area__hotels h4 {
    font-size: var(--fx-type-heading-md);
  }
}
body.home .fx-hotel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.88em 1em 0.96em;
  border-bottom: 0.01rem dotted rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  body.home .fx-hotel {
    display: block;
    padding: 0.55em 0.5em 0.6em;
    text-align: center;
  }
}
body.home .fx-hotel:last-child {
  border-bottom: 0;
}
body.home .fx-hotel__name {
  color: #ffe14d;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 1.08em;
  line-height: 1.12;
  margin: 0 0 0.25em;
}
@media (max-width: 767px) {
  body.home .fx-hotel__name {
    font-size: 0.33rem;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: break-word;
  }
}
body.home .fx-hotel__addr {
  color: #fff;
  margin: 0 0 0.25em;
  opacity: 0.9;
  font-size: 0.82em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body.home .fx-hotel__addr {
    display: inline;
    font-size: 0.27rem;
    white-space: normal;
  }
}
body.home .fx-hotel__map {
  color: #fff;
  text-decoration: underline;
  font-size: 0.82em;
}
@media (max-width: 767px) {
  body.home .fx-hotel__map {
    display: inline;
    margin-left: 0.35em;
    font-size: 0.27rem;
    line-height: 1.25;
    white-space: nowrap;
  }
}

body.home #main > #premium-service {
  background-image: url(../images/top/top-section-2.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  body.home #main > #premium-service {
    background-size: cover;
    background-position: center top;
  }
}

body.home {
  background-color: #fbeef7;
  background-image: radial-gradient(var(--fx-pink) 0.017rem, transparent 0.018rem);
  background-size: 0.18rem 0.18rem;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body.home #front-page {
    max-width: 100%;
    overflow-x: clip;
  }
}
body.home .fx-page {
  container-type: inline-size;
  max-width: var(--fx-home-page-w);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(122, 63, 157, 0.12);
  overflow: visible;
}
body.home #main {
  background: #fff;
  background-color: #fff;
  background-image: none;
}
@media (max-width: 767px) {
  body.home #main {
    max-width: 100%;
    overflow-x: clip;
  }
}

body.home #mv.focus-hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200/567;
  min-height: 0;
  color: #fff;
  background: linear-gradient(100deg, var(--fx-purple) 0%, rgba(82, 40, 111, 0.72) 26%, rgba(82, 40, 111, 0.15) 52%, rgba(82, 40, 111, 0) 66%), url(../images/top/top-hero.webp) right center/cover no-repeat, var(--fx-purple);
}
@media (max-width: 767px) {
  body.home #mv.focus-hero {
    aspect-ratio: 750/770;
    min-height: 0;
    background: linear-gradient(175deg, var(--fx-purple) 0%, rgba(82, 40, 111, 0.55) 42%, rgba(82, 40, 111, 0.28) 100%), url(../images/top/top-hero-sp.webp) center top/100% auto no-repeat, var(--fx-purple);
  }
}
body.home .focus-hero__inner {
  height: 100%;
  max-width: 12rem;
  margin: 0 auto;
  padding: 0.5rem 0.72rem 0.58rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.home .focus-hero__inner {
    padding: 0.67rem 0.3rem 0.4rem 0.46rem;
    align-items: flex-start;
  }
}
body.home .focus-hero__copy {
  width: 5.15rem;
  max-width: 46%;
}
@media (max-width: 767px) {
  body.home .focus-hero__copy {
    width: 100%;
    max-width: none;
  }
}
body.home .focus-hero__headline {
  margin: 0 0 0.56em;
  font-family: var(--fx-font-heading);
  font-size: 4em;
  font-weight: 900;
  line-height: 1.04;
  text-shadow: 0 0.006em 0.067em rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body.home .focus-hero__headline {
    font-size: var(--fx-type-heading-lg);
    line-height: 1.19;
    margin-bottom: 0.33em;
  }
}
body.home .focus-hero__lead {
  max-width: 5.1rem;
  margin: 0;
  font-family: var(--fx-font-body);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  body.home .focus-hero__lead {
    max-width: none;
    font-size: var(--fx-type-body);
    font-weight: 700;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  body.home #main > #firstview {
    padding-bottom: 0;
  }
}
body.home #firstview {
  background: linear-gradient(135deg, #e9f1f8 0%, #fbf4e8 26%, #f6ecf7 55%, #fce9f1 80%, #eef4ec 100%);
}
body.home #firstview .stack_txt {
  background-image: none;
}
@media (max-width: 767px) {
  body.home #firstview .container_small,
  body.home #firstview .flex_column_center {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  body.home #firstview :where(h1, h2, h3, h4, p, a) {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
body.home #firstview :where(h2)::before {
  display: none;
  content: none;
}
body.home #firstview .fx-intro__ttl {
  width: 100%;
  margin: 0 auto 1.2em;
  color: black;
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  text-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.95), 0 0 0.24rem rgba(255, 255, 255, 0.85), 0 0 0.45rem rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  body.home #firstview .fx-intro__ttl {
    margin-bottom: 0.38em;
  }
}
body.home #firstview .fx-intro__catch {
  margin: 0 auto 0.222em;
  color: black;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #firstview .fx-intro__catch {
    font-size: var(--fx-type-heading-md);
    line-height: 1.32;
    margin-bottom: 0.35em;
  }
}
body.home #firstview .fx-intro__lead {
  margin: 0 auto 1.481em;
  color: black;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #firstview .fx-intro__lead {
    font-size: var(--fx-type-body);
    line-height: 1.17;
    margin-bottom: 1em;
  }
}
body.home #firstview .fx-intro__note {
  margin: 0.611em auto 0.5em;
  color: black;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-heading-md);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #firstview .fx-intro__note {
    line-height: 1.32;
    margin: 0.88em auto 0.82em;
  }
}
@media (max-width: 767px) {
  body.home #firstview .fx-ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.168em;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.home #firstview .fx-ctas .fx-btn {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.13);
    --btn-pad-x:.3em;
    --btn-pad-y:.39em;
    flex: 1 1 0;
    width: auto;
    line-height: 1.22;
  }
}
body.home #firstview .fx-video {
  position: relative;
  width: 100%;
  max-width: 7.6rem;
  margin: 0.28rem auto 0.06rem;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #cfcfd6, #b4b4bd);
  border-radius: 0.06rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home #firstview .fx-video {
    max-width: none;
    margin: 0 auto;
  }
}
body.home #firstview .fx-video__play {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.08rem 0.22rem rgba(0, 0, 0, 0.22);
}
body.home #firstview .fx-video__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.07rem;
  border-style: solid;
  border-width: 0.15rem 0 0.15rem 0.25rem;
  border-color: transparent transparent transparent var(--fx-purple);
}
body.home #firstview .fx-video__label {
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0.05rem rgba(0, 0, 0, 0.3);
}
body.home #firstview .fx-cv {
  background: #e2f0d7;
  padding: 0.38rem 0.28rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv {
    padding: 0.4rem 0.22rem 0.5rem;
    background-color: #e2f0d7;
    background-image: radial-gradient(circle, rgba(52, 179, 74, 0.28) 0 0.018rem, transparent 0.021rem);
    background-size: 0.13rem 0.13rem;
    background-position: center top;
  }
}
body.home #firstview > .fx-cv {
  max-width: none;
  width: auto;
  margin: 0.34rem calc(-1 * var(--fx-sec-pad-x)) 0;
}
@media (max-width: 767px) {
  body.home #firstview > .fx-cv {
    margin: 1.3rem calc(-1 * var(--fx-sec-pad-x)) 0;
  }
}

body.home #firstview .fx-cv__inner {
  max-width: 9.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__inner {
    flex-direction: column;
    gap: 0.4rem;
  }
}
body.home #firstview .fx-cv__badge {
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  box-sizing: border-box;
  padding: 0.23rem;
  border-radius: 50%;
  background: #00bd48;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--fx-font-heading);
  font-size: 1.4em;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.95;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__badge {
    width: 2.55rem;
    height: 2.55rem;
    padding: 0.34rem;
    margin-top: -3em;
    font-size: 1.5em;
    line-height: 0.98;
  }
}
body.home #firstview .fx-cv__body {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}
body.home #firstview .fx-cv__apps {
  display: flex;
  align-items: center;
  gap: 0.28rem;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__apps {
    flex-direction: column;
    gap: 0.3rem;
  }
}
body.home #firstview .fx-cv__icons {
  display: flex;
  gap: 0.6em;
  font-size: var(--fx-type-heading-md);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__icons {
    align-items: center;
    gap: 0.95em;
  }
}
body.home #firstview .fx-cv__icons li {
  margin: 0;
}
body.home #firstview .fx-cv__icons a,
body.home #firstview .fx-cv__icons img {
  display: block;
  width: 4.8em;
  height: 4.8em;
  object-fit: contain;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__icons a,
  body.home #firstview .fx-cv__icons img {
    width: 5.15em;
    height: 5.15em;
  }
}
body.home #firstview .fx-cv__note {
  color: black;
  font-family: var(--fx-font-heading);
  font-size: 1.7em;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__note {
    font-size: 1.65em;
    line-height: 1.08;
    text-align: center;
  }
}
body.home #firstview .fx-cv__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.25em 1em;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__trust {
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin: 0.24rem auto 0;
    gap: 0.38em;
  }
}
body.home #firstview .fx-cv__trust li {
  color: black;
  font-size: var(--fx-type-small);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body.home #firstview .fx-cv__trust li {
    font-size: 0.82em;
    font-weight: 400;
    line-height: 1.05;
  }
}
body.home #firstview .fx-cv__trust li::before {
  content: "✔";
  color: #00bd48;
  margin-right: 0.18em;
  font-weight: 700;
}

body.home #main > #refined-service {
  position: relative;
  background: #efdced;
  min-height: 5.35rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home #main > #refined-service {
    min-height: 0;
  }
}
body.home #main > #refined-service::before, body.home #main > #refined-service::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.home #main > #refined-service::before {
  z-index: 1;
  background: linear-gradient(0deg, rgba(239, 220, 237, 0.98) 0%, rgba(244, 230, 243, 0.9) 18%, rgba(250, 241, 228, 0.78) 36%, rgba(247, 250, 232, 0.62) 52%, rgba(239, 248, 255, 0.42) 70%, rgba(255, 255, 255, 0.18) 100%);
}
body.home #main > #refined-service::after {
  z-index: 0;
  background: url(../images/top/top-section-2.webp) center top/100% auto no-repeat;
}
@media (max-width: 767px) {
  body.home #main > #refined-service::after {
    background-size: 100% auto;
    background-position: center top;
  }
}
body.home #main > #refined-service > .container_small {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--fx-home-content-w);
  min-height: 4.92rem;
  margin-top: calc(var(--fx-sec-pad-y) * -1);
  margin-inline: auto;
  padding-top: 2.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  body.home #main > #refined-service > .container_small {
    max-width: 100%;
    min-height: 0;
    padding-top: 0.29rem;
  }
}
body.home .fx-refined__ttl {
  width: 100%;
  max-width: 31em;
  margin: 0 auto 0.7em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  text-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.95), 0 0 0.24rem rgba(255, 255, 255, 0.85), 0 0 0.45rem rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  body.home .fx-refined__ttl {
    max-width: 100%;
    font-size: var(--fx-type-heading-lg);
    line-height: 1.29;
    margin-bottom: 0.52em;
  }
}
body.home .fx-refined__ttl::before {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  margin: 0 auto 1em;
  background-color: var(--fx-purple);
  -webkit-mask: url(../images/svg/logo/logo-mini.svg) center/contain no-repeat;
  mask: url(../images/svg/logo/logo-mini.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  body.home .fx-refined__ttl::before {
    width: 2.45rem;
    height: 2.45rem;
    margin-bottom: 0.31rem;
  }
}
body.home .fx-refined__lead {
  width: 100%;
  max-width: 35em;
  margin: 0 auto 2.35em;
  color: black;
  font-size: var(--fx-type-body);
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  body.home .fx-refined__lead {
    max-width: 100%;
    margin-bottom: 2em;
    line-height: 1.66;
  }
}
body.home .fx-refined__grid {
  list-style: none;
  width: 100%;
  max-width: var(--fx-home-readable-w);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0.42rem;
}
@media (max-width: 767px) {
  body.home .fx-refined__grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 100%;
  }
}
body.home .fx-refined__card {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  body.home .fx-refined__card {
    display: grid;
    grid-template-columns: 1.54rem 1fr;
    column-gap: 0;
    align-items: start;
    text-align: left;
  }
}
body.home .fx-refined__card h3 {
  font-family: var(--fx-font-heading);
  font-weight: 900;
  color: var(--fx-purple);
  font-size: var(--fx-type-button);
  line-height: 1.14;
  margin: 0 0 0.6em;
}
@media (max-width: 767px) {
  body.home .fx-refined__card h3 {
    font-size: 0.45rem;
    line-height: 1.1;
    margin-bottom: 0.23em;
    text-align: left;
  }
}
body.home .fx-refined__card p {
  margin: 0 0 0.85em;
  color: black;
  font-size: var(--fx-type-body);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  body.home .fx-refined__card p {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 1.29;
  }
}
body.home .fx-refined__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.12rem;
  width: 1.52rem;
  height: 1.52rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.04rem 0.18rem rgba(125, 84, 170, 0.12);
}
@media (max-width: 767px) {
  body.home .fx-refined__icon {
    grid-row: 1/4;
    justify-self: start;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
  }
}
body.home .fx-refined__icon img,
body.home .fx-refined__icon svg {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
  object-fit: contain;
  filter: none;
}
@media (max-width: 767px) {
  body.home .fx-refined__icon img,
  body.home .fx-refined__icon svg {
    width: 1.08rem;
    height: 1.08rem;
  }
}
body.home .fx-refined__icon svg *,
body.home .fx-refined__icon svg path {
  fill: var(--fx-purple-l);
  stroke: var(--fx-purple-l);
}
body.home .fx-refined__btn {
  min-width: 0;
  width: 100%;
  min-height: 0.48rem;
  margin: auto auto 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.home .fx-refined__btn {
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-pad-y:.93em;
    --btn-pad-x:1em;
    max-width: 100%;
    min-height: 0;
    margin: 0;
  }
}

body.home #main > #todays-attendance {
  overflow: hidden;
  background: radial-gradient(circle at 18% 18%, rgba(223, 247, 255, 0.58) 0%, rgba(223, 247, 255, 0) 28%), radial-gradient(circle at 50% 18%, rgba(252, 248, 220, 0.68) 0%, rgba(252, 248, 220, 0) 31%), radial-gradient(circle at 82% 32%, rgba(253, 229, 244, 0.62) 0%, rgba(253, 229, 244, 0) 34%), #fff;
}
body.home #todays-attendance > .container_small {
  max-width: var(--fx-home-content-w);
}
body.home #todays-attendance .fx-today-heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 3rem;
  height: 2rem;
  max-width: 72%;
  margin: calc(var(--fx-sec-pad-y) * -1) auto 1.2em;
  padding: 1.6em 0.72em 0;
  border-radius: 0 0 50% 50%/0 0 70% 70%;
  background: var(--fx-purple);
  box-shadow: none;
  overflow: hidden;
}
body.home #todays-attendance .fx-today-heading h2 {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-heading h2 {
    font-size: 0.56rem;
  }
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-heading {
    width: 4.46rem;
    height: 3.03rem;
    max-width: 100%;
    margin-bottom: 1.2em;
    padding-top: 0.62rem;
  }
}
body.home #todays-attendance > div > p {
  margin: 0 auto 2.1em;
  color: black;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
body.home .fx-today-info {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2.85rem 0.02rem 1.42rem 1.55rem minmax(2.2rem, 1fr);
  align-items: center;
  column-gap: 0.12rem;
  width: 100%;
  max-width: var(--fx-home-readable-w);
  min-height: 0.62rem;
  margin: 0 auto 0.42rem;
  padding: 0.07rem 0.12rem;
  border: 0.02rem solid var(--fx-purple-l);
  border-radius: 0.13rem;
  background: #f8f6fa;
  box-shadow: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home .fx-today-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.12rem 0.1rem;
    max-width: 100%;
    padding: 0.26rem 0.2rem 0.3rem;
    border-radius: 0.2rem;
    text-align: center;
  }
}
body.home .fx-today-info__label {
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-md);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.home .fx-today-info__label {
    flex: 0 0 100%;
    font-size: var(--fx-type-heading-md);
  }
}
body.home .fx-today-info__sep {
  display: block;
  width: 0.02rem;
  height: 0.43rem;
  border-radius: 0.02rem;
  background: #c787de;
}
@media (max-width: 767px) {
  body.home .fx-today-info__sep {
    flex: 0 0 100%;
    width: 100%;
    height: 0.02rem;
    border-radius: 0;
  }
}
body.home .fx-today-info__meta {
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-small);
  font-weight: 700;
  line-height: 1.08;
}
@media (max-width: 767px) {
  body.home .fx-today-info__meta {
    align-self: center;
    font-size: var(--fx-type-heading-md);
  }
}
body.home .fx-today-info__count {
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-button);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.home .fx-today-info__count {
    align-self: center;
    font-size: var(--fx-type-heading-md);
  }
}
body.home .fx-today-info__count strong {
  margin-right: 0.1em;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  vertical-align: -0.045rem;
}
@media (max-width: 767px) {
  body.home .fx-today-info__count strong {
    font-size: calc(var(--fx-type-heading-lg) * 1.45);
    vertical-align: -0.08em;
  }
}
body.home .fx-today-info__cta {
  --btn-pad-y:.04rem;
  --btn-pad-x:.22rem;
  justify-self: end;
  width: auto;
  min-height: 0.34rem;
  font-size: small;
}
@media (max-width: 767px) {
  body.home .fx-today-info__cta {
    --btn-min-w:0;
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 0.49rem;
    margin: 0.471em auto 0;
  }
}
body.home #todays-companions-list .companion-card {
  width: auto;
  margin: 0;
}
body.home #todays-attendance .fx-today-schedule-btn {
  --btn-min-w:2.18rem;
  width: auto;
  margin: 2.333em auto 0;
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-schedule-btn {
    --btn-min-w:0;
    width: 4.66rem;
    max-width: 100%;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-info {
    overflow: visible;
    gap: 0.08rem 0.08rem;
  }
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-info__meta, body.home #todays-attendance .fx-today-info__count {
    flex: 0 1 auto;
    font-size: var(--fx-type-heading-md);
    line-height: 1;
  }
}
@media (max-width: 767px) {
  body.home #todays-attendance .fx-today-info__count strong {
    font-size: calc(var(--fx-type-heading-lg) * 1.32);
    line-height: 0.85;
  }
}

body.home #featured-attendance.fx-featured-band {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: var(--fx-purple);
}
body.home #featured-attendance.fx-featured-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, transparent 0 46%, rgba(196, 84, 161, 0.58) 46.2% 100%);
  pointer-events: none;
}
body.home #featured-attendance.fx-featured-band > .container_small {
  position: relative;
  z-index: 1;
  max-width: var(--fx-home-content-w);
}
body.home #featured-attendance.fx-featured-band h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--fx-home-readable-w);
  min-height: 0.74rem;
  margin: 0 auto 0.28rem;
  padding: 0.16rem 1.08rem 0.15rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.95);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 2.35em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
}
body.home #featured-attendance.fx-featured-band h2::after {
  content: "";
  position: absolute;
  top: -0.28rem;
  right: 0.2rem;
  width: 0.72rem;
  height: 0.83rem;
  background: url("../images/svg/deco/deco-sparkle.svg") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.home #featured-attendance.fx-featured-band h2::after {
    top: -0.06rem;
    right: -0.05rem;
    width: 0.92rem;
    height: 1.08rem;
  }
}
@media (max-width: 767px) {
  body.home #featured-attendance.fx-featured-band h2 {
    max-width: 100%;
    min-height: 1.06rem;
    padding: 0.13rem 0.66rem 0.12rem;
    font-size: 0.38rem;
  }
}
body.home #featured-attendance.fx-featured-band > div > p, body.home #featured-attendance.fx-featured-band .no-data p {
  max-width: none;
  margin: 0 auto 0.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #featured-attendance.fx-featured-band > div > p, body.home #featured-attendance.fx-featured-band .no-data p {
    margin-bottom: 0.28rem;
  }
}
body.home #featured-attendance #featured-companions-list {
  max-width: var(--fx-home-readable-w);
  gap: 0.32rem 0.5rem;
  margin: 0 auto 0.44rem;
}
@media (max-width: 767px) {
  body.home #featured-attendance #featured-companions-list {
    gap: 0.18rem;
    margin-bottom: 0.34rem;
  }
}
body.home #featured-attendance .viewall_link {
  --btn-min-w:2.3rem;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.home #featured-attendance .viewall_link {
    --btn-min-w:0;
    --btn-pad-y:1.75em;
    width: 5.94rem;
    max-width: 100%;
  }
}

body.home #main #focus-experience {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 56%, #fff 69%, #fff 100%), url("../images/top/top-section-3.webp") center top/100% auto no-repeat, #fff;
  color: black;
}
body.home #main #focus-experience > * {
  box-sizing: border-box;
}
body.home #main #focus-experience .fx-experience__hero {
  position: relative;
  width: min(100%, var(--fx-home-content-w));
  min-height: 2.82rem;
  margin: calc(var(--fx-sec-pad-y) * -1) auto 0;
  padding: 2.8em 0 0;
  background: transparent;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__hero {
    min-height: 0;
    padding: 0.5rem 0 0;
  }
}
body.home #main #focus-experience .fx-experience__copy {
  position: relative;
  z-index: 1;
  width: 5.4rem;
  max-width: 52%;
  text-align: left;
}
body.home #main #focus-experience .fx-experience__copy h2 {
  display: block;
  position: static;
  margin: 0 0 0.38em;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 2.05em;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.005em;
  text-align: justify;
  text-align-last: left;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__copy h2 {
    max-width: 3.6rem;
    font-size: var(--fx-type-heading-lg);
    line-height: 1.29;
    text-align: left;
    margin-bottom: 0.63em;
  }
}
body.home #main #focus-experience .fx-experience__copy p {
  margin: 0;
  padding: 0;
  color: black;
  font-family: var(--fx-font-body);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.004em;
  text-align: left;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__copy p {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.66;
  }
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__copy {
    width: 100%;
    max-width: none;
  }
}
body.home #main #focus-experience .fx-experience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
  width: min(100%, var(--fx-home-readable-w));
  margin: 0.3rem auto 0.42rem;
  padding: 0;
  list-style: none;
  background: transparent;
}
body.home #main #focus-experience .fx-experience__grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__grid li {
    display: grid;
    grid-template-columns: 1.1rem 1fr;
    align-items: center;
    text-align: left;
  }
}
body.home #main #focus-experience .fx-experience__grid h3 {
  display: block;
  position: static;
  margin: 0.62em 0 0.58em;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 1.22em;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__grid h3 {
    margin: 0;
    font-size: 0.42rem;
    line-height: 1.24;
    text-align: left;
  }
}
body.home #main #focus-experience .fx-experience__grid p {
  max-width: 19.6em;
  margin: 0 0 1.75em;
  color: black;
  font-family: var(--fx-font-body);
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  font-size: var(--fx-type-caption);
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__grid p {
    grid-column: 1/-1;
    max-width: none;
    font-size: var(--fx-type-body);
    line-height: 1.66;
    margin: 0.8em 0 1em;
  }
}
body.home #main #focus-experience .fx-experience__grid a {
  --btn-min-w:13.2em;
  margin-top: auto;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__grid a {
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-min-w:0;
    --btn-pad-y:.93em;
    --btn-pad-x:1.6em;
    width: 5.07rem;
    max-width: 100%;
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    width: 100%;
    margin: 0.5rem auto 0.5rem;
  }
}
body.home #main #focus-experience .fx-experience__heart {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  background: url("../images/svg/deco/deco-heart.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-experience__heart {
    width: 0.93rem;
    height: 0.85rem;
  }
}
body.home #main #focus-experience .fx-enjoy-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: min(100%, var(--fx-home-content-w));
  aspect-ratio: 1030/345;
  min-height: 0;
  margin: 0 auto;
  padding: 0 0.5rem;
  background: linear-gradient(90deg, rgba(207, 63, 152, 0.38) 0%, rgba(207, 63, 152, 0.42) 100%), url("../images/top/home-howto-bg.webp") center center/cover no-repeat, #cf3f98;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-enjoy-cta {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 750/667;
    min-height: 0;
    padding: 0.33rem 0.28rem 0 0.44rem;
    background: linear-gradient(90deg, rgba(207, 63, 152, 0.52) 0%, rgba(207, 63, 152, 0.42) 42%, rgba(207, 63, 152, 0.18) 100%), url("../images/top/home-howto-bg-sp.webp") center top/100% auto no-repeat, #cf3f98;
  }
}
body.home #main #focus-experience .fx-enjoy-cta__copy {
  position: relative;
  z-index: 1;
  text-align: left;
}
body.home #main #focus-experience .fx-enjoy-cta__copy h2 {
  display: block;
  position: static;
  margin: 0 0 0.55em;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 2.05em;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.005em;
  text-align: left;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-enjoy-cta__copy h2 {
    max-width: 3.4rem;
    font-size: 0.48rem;
    line-height: 1.45;
    margin-bottom: 0.24em;
  }
}
body.home #main #focus-experience .fx-enjoy-cta__copy p {
  margin: 0 0 1.45em;
  color: #fff;
  font-family: var(--fx-font-body);
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-enjoy-cta__copy p {
    max-width: 5.9rem;
    font-size: 0.33rem;
    font-weight: 700;
    line-height: 1.52;
    margin-bottom: 0.4em;
  }
}
body.home #main #focus-experience .fx-enjoy-cta__copy a {
  --btn-pad-y:.78em;
  --btn-pad-x:2.55em;
  color: var(--fx-magenta);
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-enjoy-cta__copy a {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.17);
    --btn-pad-y:.95em;
    --btn-pad-x:1.55em;
    width: 3.19rem;
    max-width: 100%;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  body.home #main #focus-experience .fx-enjoy-cta__copy {
    max-width: 5.9rem;
  }
}
@media (max-width: 767px) {
  body.home #main #focus-experience {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgba(243, 225, 242, 0.96) 48%, #f3e1f2 100%), url("../images/top/top-section-3-sp.webp") center top/100% auto no-repeat, #f3e1f2;
  }
}

body.home #mini-faq-escort-service {
  background: #fff;
}
body.home #mini-faq-escort-service .mini-faq-container {
  position: relative;
  width: 100%;
  max-width: var(--fx-home-content-w);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .mini-faq-container {
    width: 100%;
  }
}
body.home #mini-faq-escort-service .mini-faq-container h2 {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 0.32em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 2.22em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
body.home #mini-faq-escort-service .mini-faq-container h2::before, body.home #mini-faq-escort-service .mini-faq-container h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 1.4rem;
  background: url(../images/top/design-question.webp) center/contain no-repeat;
  transform: translateY(-25%);
  pointer-events: none;
}
body.home #mini-faq-escort-service .mini-faq-container h2::before {
  right: 100%;
  margin-right: 0.654em;
}
body.home #mini-faq-escort-service .mini-faq-container h2::after {
  left: 100%;
  margin-left: 0.654em;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .mini-faq-container h2 {
    max-width: 4.2rem;
    font-size: 0.46rem;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
  body.home #mini-faq-escort-service .mini-faq-container h2::before, body.home #mini-faq-escort-service .mini-faq-container h2::after {
    width: 1rem;
    transform: translateY(-50%);
  }
}
body.home #mini-faq-escort-service .mini-faq-container > p {
  margin: 0 auto 2.45em;
  color: black;
  font-family: var(--fx-font-body);
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .mini-faq-container > p {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 1.35em;
  }
}
body.home #mini-faq-escort-service .faq-items {
  width: 100%;
  max-width: var(--fx-home-readable-w);
  margin: 0 auto;
  display: grid;
  gap: 1.55em;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .faq-items {
    width: 100%;
    gap: 0.634em;
  }
}
body.home #mini-faq-escort-service .faq-item {
  margin: 0;
  padding: 1em 1.15em 1.15em;
  background: #fff;
  border: 0.1em solid var(--fx-purple);
}
body.home #mini-faq-escort-service .faq-item h3 {
  display: flex;
  align-items: center;
  gap: 0.72em;
  margin: 0 0 0.75em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 1.32em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
body.home #mini-faq-escort-service .faq-item h3::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.55em;
  width: 1.55em;
  height: 2.3em;
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .faq-item h3 {
    font-size: var(--fx-type-heading-md);
  }
}
body.home #mini-faq-escort-service .faq-item p {
  margin: 0;
  padding: 1.1em 1.35em;
  background: #eee9f4;
  color: black;
  font-family: var(--fx-font-body);
  font-weight: 400;
  line-height: 1.72;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .faq-item p {
    font-size: var(--fx-type-body);
    font-weight: 400;
    line-height: 1.5;
  }
}
body.home #mini-faq-escort-service .faq-link {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
body.home #mini-faq-escort-service .faq-cta {
  margin-top: 2.4em;
  text-align: center;
}
body.home #mini-faq-escort-service .faq-cta a {
  --btn-min-w:11.8em;
  --btn-pad-y:.88em;
  --btn-pad-x:2.35em;
  min-height: 3.1em;
}
@media (max-width: 767px) {
  body.home #mini-faq-escort-service .faq-cta a {
    --btn-min-w:0;
    --btn-size-base:calc(var(--fx-font-base) * 1.28);
    --btn-pad-y:1.29em;
    --btn-pad-x:2.6em;
    width: 4.66rem;
    max-width: 100%;
    min-height: 0;
  }
}
body.home #main > #journal {
  --fold-sec:.72rem;
  position: relative;
  overflow: hidden;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--fold-sec)), calc(100% - var(--fold-sec)) 100%, 0 100%);
  background: #b777c2;
  color: #fff;
}
@media (max-width: 767px) {
  body.home #main > #journal {
    --fold-sec:.52rem;
    background-color: #b777c2;
    background-image: radial-gradient(circle, rgba(122, 63, 157, 0.55) 0 0.018rem, transparent 0.022rem);
    background-size: 0.12rem 0.12rem;
  }
}
body.home #main > #journal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, #9e6da7 0 0.05rem, transparent 0.052rem);
  background-size: 0.24rem 0.24rem;
  background-position: 0 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.home #main > #journal::before {
    display: none;
  }
}
body.home #main > #journal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: var(--fold-sec);
  height: var(--fold-sec);
  background: #75519e;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
body.home #main > #journal > .container_small {
  position: relative;
  z-index: 1;
  max-width: var(--fx-home-content-w);
}
@media (max-width: 767px) {
  body.home #main > #journal > .container_small {
    max-width: 100%;
  }
}
body.home #main > #journal h2 {
  position: relative;
  display: block;
  width: max-content;
  max-width: none;
  margin: -0.65rem auto 0.1rem;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: 5.37em;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.01em;
  text-align: left;
  white-space: nowrap;
  transform: translateX(-0.35rem);
}
@media (max-width: 767px) {
  body.home #main > #journal h2 {
    width: 100%;
    margin: -0.8rem auto 0.1rem;
    font-size: 0.99rem;
    line-height: 1.02;
    letter-spacing: -0.055em;
    text-align: center;
    white-space: normal;
    transform: none;
  }
}
body.home #main > #journal h2::after {
  content: "";
  position: absolute;
  right: -0.92rem;
  top: 0.68em;
  display: block;
  width: 2.44rem;
  height: 1.07rem;
  background: url("../images/top/tips-notes.svg") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.home #main > #journal h2::after {
    right: -0.12rem;
    top: 1.75em;
    width: 2.54rem;
    height: 0.87rem;
  }
}
body.home #main > #journal > div > p {
  max-width: none;
  margin: 0.3rem auto 0.24rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #main > #journal > div > p {
    font-size: var(--fx-type-button);
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
  }
}
body.home #main > #journal .post-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.16rem 0.28rem;
  width: 100%;
  margin: 0.18rem auto 0.34rem;
}
@media (max-width: 767px) {
  body.home #main > #journal .post-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem 0.5rem;
    max-width: 100%;
    margin: 0.18rem auto 0.28rem;
  }
}
body.home #main > #journal .post-filters a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0.42rem;
  padding: 1em;
  border-radius: 999em;
  background: #fff;
  color: var(--fx-purple-l);
  font-family: var(--fx-font-heading);
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.home #main > #journal .post-filters a {
    padding: 1em 0.8em;
    font-size: var(--fx-type-button);
    line-height: 1;
  }
}
body.home #main > #journal .post-filters a.active, body.home #main > #journal .post-filters a:hover {
  background: #fff;
  color: var(--fx-purple);
}
body.home #main > #journal #rest-posts-container {
  width: 100%;
  max-width: 10.3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.home #main > #journal #rest-posts-container {
    max-width: 100%;
  }
}
body.home #main > #journal .post_hereafter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  width: min(100%, 10.3rem);
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.home #main > #journal .post_hereafter {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }
}
body.home #main > #journal .link_hereafter {
  --fold:.48rem;
  position: relative;
  width: auto;
  padding: 0.25rem;
  border: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--fold)), calc(100% - var(--fold)) 100%, 0 100%);
}
@media (max-width: 767px) {
  body.home #main > #journal .link_hereafter {
    --fold:.34rem;
  }
}
@media (max-width: 767px) {
  body.home #main > #journal .link_hereafter {
    display: block;
    padding: 0.28rem;
    background: #fff;
  }
}
@media (min-width: 768px) {
  body.home #main > #journal .link_hereafter:nth-child(n+3) {
    display: grid;
    grid-template-columns: 1.45rem 1fr;
    gap: 0.24rem;
    align-items: start;
    height: 2rem;
    padding: 0.25rem;
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_txt {
    display: none;
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .thmb_hereafter {
    height: 1.5rem;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0;
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_hereafter span {
    min-height: 0.34rem;
    margin-bottom: 0.06rem;
    font-size: var(--fx-type-small);
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_hereafter time {
    font-size: 0.9em;
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_hereafter h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.08em 0 0.1em;
    font-size: 1.2em;
    line-height: 1.15;
  }
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_hereafter .readmore {
    font-size: 0.92em;
  }
}
body.home #main > #journal .link_hereafter:nth-child(n+5) {
  display: none;
}
@media (max-width: 767px) {
  body.home #main > #journal .link_hereafter:nth-child(n+4) {
    display: none;
  }
}
body.home #main > #journal .link_hereafter::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: var(--fold);
  height: var(--fold);
  background: #75519e;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
body.home #main > #journal .thmb_hereafter {
  display: block;
  aspect-ratio: 540/300;
  margin: 0 0 0.2rem;
  background: #aaa;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home #main > #journal .thmb_hereafter {
    display: block;
    aspect-ratio: 315/162;
    min-height: 0;
    margin: 0 0 0.12rem;
    background: #aaa;
    overflow: hidden;
  }
}
body.home #main > #journal .thmb_hereafter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media (min-width: 768px) {
  body.home #main > #journal .link_hereafter:nth-child(n+3) .thmb_hereafter {
    align-self: stretch;
    aspect-ratio: auto;
    min-height: 1.25rem;
    margin: 0;
  }
}
body.home #main > #journal .content_hereafter {
  padding: 0;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter {
    padding: 0;
  }
}
body.home #main > #journal .content_hereafter span {
  display: inline-flex;
  align-items: center;
  min-height: 0.4rem;
  margin: 0 0.1rem 0.16rem 0;
  padding: 0 0.16rem;
  border-radius: 999em;
  background: #f0e5f1;
  color: var(--fx-purple-l);
  font-size: var(--fx-type-caption);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter span {
    display: inline-flex;
    margin: 0 0.62em 0.45em 0;
    padding: 0.25em 0.95em;
    border-radius: 999em;
    background: #f0e5f1;
    color: var(--fx-purple-l);
    font-size: var(--fx-type-caption);
    line-height: 1;
  }
}
body.home #main > #journal .content_hereafter time {
  color: var(--fx-purple);
  font-size: 1.08em;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter time {
    font-size: var(--fx-type-caption);
    color: var(--fx-purple);
  }
}
body.home #main > #journal .content_hereafter h3 {
  margin: 0.18em 0 0.22em;
  font-size: 1.48em;
  line-height: 1.16;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter h3 {
    margin: 0.16em 0 0.18em;
    font-size: var(--fx-type-heading-md);
    line-height: 1.15;
  }
}
body.home #main > #journal .content_hereafter h3 a {
  color: black;
  text-decoration: none;
}
body.home #main > #journal .content_hereafter .content_txt {
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter .content_txt {
    font-size: var(--fx-type-caption);
    line-height: 1.42;
    margin: 0;
  }
}
body.home #main > #journal .content_hereafter .bottom {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.18rem;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter .bottom {
    margin-top: 0.08rem;
  }
}
body.home #main > #journal .content_hereafter .auther {
  display: none;
}
body.home #main > #journal .content_hereafter .readmore {
  position: relative;
  z-index: 3;
  color: var(--fx-purple);
  font-size: 1.08em;
}
@media (max-width: 767px) {
  body.home #main > #journal .content_hereafter .readmore {
    font-size: var(--fx-type-caption);
  }
}
@media (min-width: 768px) {
  body.home #main > #journal .link_hereafter:nth-child(n+3) .content_hereafter {
    min-width: 0;
  }
}

body.home #book.book-section {
  background: #fff;
  font-size: var(--fx-home-section-fs);
}
body.home #book.book-section .container_small {
  max-width: var(--fx-home-content-w);
  margin: 0 auto;
}
body.home #book.book-section .book-section__check {
  display: block;
  width: 0.94rem;
  height: 1.24rem;
  margin: 0 auto 1em;
  background: #f4cf16;
  -webkit-mask: url("../images/svg/deco/check.svg") center/contain no-repeat;
  mask: url("../images/svg/deco/check.svg") center/contain no-repeat;
}
body.home #book.book-section .book-section__title {
  font-family: var(--fx-font-heading);
  font-weight: 900;
  font-size: 2.22em;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--fx-purple);
  margin: 0 0 0.32em;
  text-align: center;
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__title {
    font-size: var(--fx-type-heading-lg);
  }
}
body.home #book.book-section .book-section__subtitle {
  font-family: var(--fx-font-body);
  font-size: 1em;
  line-height: 1.45;
  color: black;
  text-align: center;
  max-width: 8.7rem;
  margin: 0 auto 1.75em;
}
body.home #book.book-section .book-section__contact-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.28rem;
  width: min(100%, 12.1rem);
  margin: 0 auto 1.8em;
  padding: 0;
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__contact-list {
    gap: 0.32rem;
    width: min(100%, 6.6rem);
    margin-bottom: 1.5em;
  }
}
body.home #book.book-section .book-section__contact-link {
  --btn-pad-x:1.4em;
  --btn-min-w:0;
  text-align: left;
  max-width: 3.42rem;
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__contact-link {
    --btn-pad-x:.65em;
    --btn-min-w:3.13rem;
    max-width: 3.7rem;
    gap: 0.6em;
  }
}
body.home #book.book-section .book-section__contact-link {
  gap: 0.41em;
  justify-content: flex-start;
  white-space: normal;
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__contact-link {
    justify-content: center;
  }
}
body.home #book.book-section .book-section__contact-icon {
  width: 2.35em;
  height: 2.35em;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__contact-icon {
    width: 1.73em;
    height: 1.73em;
  }
}
body.home #book.book-section .book-section__contact-icon .cls-2 {
  fill: #fff;
}
body.home #book.book-section .book-section__contact-icon .cls-1 {
  fill: transparent;
}
body.home #book.book-section .book-section__contact-icon--line .cls-1 {
  fill: var(--fx-purple-l);
}
body.home #book.book-section .book-section__privacy {
  text-align: center;
  margin: 0 auto 1.75em;
  color: black;
  font-family: var(--fx-font-body);
}
body.home #book.book-section .book-section__privacy p {
  margin: 0;
  font-size: 1em;
  line-height: 1.55;
}
body.home #book.book-section .book-section__lock {
  display: block;
  width: 0.52rem;
  height: 0.4rem;
  margin: 0.5rem auto 0.3rem;
  position: relative;
  border-radius: 0 0 0.06rem 0.06rem;
  background: var(--fx-purple-l);
}
body.home #book.book-section .book-section__lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.26rem;
  width: 0.34rem;
  height: 0.28rem;
  border: 0.07rem solid var(--fx-purple-l);
  border-bottom: 0;
  border-radius: 0.17rem 0.17rem 0 0;
  transform: translateX(-50%);
}
body.home #book.book-section .book-section__lock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.1rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.07rem 0 0.015rem #fff;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.home #book.book-section .book-section__subtitle,
  body.home #book.book-section .book-section__privacy p {
    font-size: var(--fx-type-body);
  }
}

body.home .fx-page #trust_security {
  border-radius: 0;
}
body.home .fx-page #trust_security .container_big {
  max-width: 10.6rem;
  background: #eee8f4;
}

body.home #todays-companions-list,
body.home #featured-companions-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
  justify-items: stretch;
  padding: 0;
  margin: 0.1rem auto 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.home #todays-companions-list,
  body.home #featured-companions-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
  }
}
body.home #todays-companions-list > *,
body.home #featured-companions-list > * {
  width: auto;
  max-width: none;
  margin: 0;
}
body.home #todays-companions-list > li.no-data,
body.home #featured-companions-list > li.no-data {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1.05rem;
  text-align: center;
}
body.home #todays-companions-list > li.no-data p,
body.home #featured-companions-list > li.no-data p {
  max-width: 5.4rem;
  margin: 0 auto;
  line-height: 1.65;
  text-align: center;
}

body.home .age-verification-modal.av {
  --av-pink: #f7e3ef;
  --av-yellow: #fff200;
  --av-u: min(1rem, calc(100vw / 12.8), calc(100svh / 11.5));
  --av-panel-font-size: var(--av-u);
  --av-media-font-size: var(--av-u);
  --av-check-size: .48em;
  --av-title-size: .39em;
  --av-desc-size: .16em;
  --av-enter-main-size: .29em;
  --av-enter-sub-size: .13em;
  --av-trust-size: .13em;
  --av-exit-size: .18em;
  --av-jp-size: .18em;
  --av-jp-arrow-size: 1.66em;
  --av-catch-main-size: .56em;
  --av-catch-large-size: 1em;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av {
    --av-jp-size: 1.06em;
    background: linear-gradient(rgba(126, 85, 167, 0.24), rgba(126, 85, 167, 0.24)), url("../images/age/top-agecheck-2.webp") center bottom/100% auto no-repeat, var(--fx-purple-l);
    overflow: auto;
  }
}
body.home .age-verification-modal.av::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--av-pink);
  clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av::before {
    display: none;
  }
}
body.home .age-verification-modal.av .av__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: calc(var(--av-u) * 4.85) 1fr;
  width: calc(var(--av-u) * 12.8);
  max-width: 100vw;
  height: calc(var(--av-u) * 11.5);
  min-height: 0;
  max-height: 100svh;
  margin: 0 auto;
  padding: 0 calc(var(--av-u) * 0.7);
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av__layout {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100svh;
    max-height: none;
    padding: 0 0 0.98rem;
  }
}
body.home .age-verification-modal.av .av-panel {
  position: relative;
  z-index: 5;
  width: calc(var(--av-u) * 4.85);
  margin-bottom: calc(var(--av-u) * 0.36);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: transparent;
  isolation: isolate;
  font-size: var(--av-panel-font-size);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-panel {
    --av-panel-font-size: var(--fx-type-body);
    --av-check-size: 2.06em;
    --av-title-size: 1.63em;
    --av-desc-size: 1em;
    --av-enter-main-size: 1.56em;
    --av-enter-sub-size: .88em;
    --av-trust-size: .78em;
    --av-exit-size: 1.13em;
    width: calc(100% - 0.64rem);
    margin: 0 auto;
    padding: 0.66rem 0.34rem 2.5rem;
    box-sizing: border-box;
    display: block;
  }
  body.home .age-verification-modal.av .av-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--fx-purple);
    border-radius: 0 0 50% 50%/0 0 30% 30%;
  }
}
body.home .age-verification-modal.av .av-panel__dot {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(rgba(126, 85, 167, 0.38) 0.012rem, transparent 0.014rem) 0 0/0.08rem 0.08rem;
  background-size: calc(var(--av-u) * 0.08) calc(var(--av-u) * 0.08);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-panel__dot {
    display: none;
  }
}
body.home .age-verification-modal.av .av-panel__dot--main {
  top: calc(var(--av-u) * -0.04);
  left: calc(var(--av-u) * 0.26);
  width: 100%;
  height: calc(100% - var(--av-u) * 0.32);
  border-radius: 0 0 50% 50%/0 0 calc(var(--av-u) * 2.16) calc(var(--av-u) * 2.16);
}
body.home .age-verification-modal.av .av-panel__dot--bottom {
  display: none;
}
body.home .age-verification-modal.av .av-panel__main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: var(--fx-purple);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-panel__main {
    display: block;
    background: transparent;
    padding: 0;
    overflow: visible;
    border-radius: 0;
  }
}
body.home .age-verification-modal.av .av-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: calc(var(--av-u) * 0.68) calc(var(--av-u) * 0.42) 0;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-panel__inner {
    padding: 0;
  }
}
body.home .age-verification-modal.av .av-panel__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(var(--av-u) * 2.55);
  padding: calc(var(--av-u) * 0.28) 0 calc(var(--av-u) * 0.48);
  box-sizing: border-box;
  background: var(--fx-purple);
  border-radius: 0 0 50% 50%/0 0 90% 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-panel__bottom {
    display: none;
  }
}
body.home .age-verification-modal.av .av-logo {
  margin: 0 0 calc(var(--av-u) * 0.28);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-logo {
    margin-bottom: 0.14rem;
  }
}
body.home .age-verification-modal.av .av-logo__img {
  display: block;
  width: calc(var(--av-u) * 3.42);
  max-width: 88%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-logo__img {
    width: 90%;
    max-width: 100%;
  }
}
body.home .age-verification-modal.av .av-check {
  display: block;
  width: calc(var(--av-u) * 0.44);
  height: calc(var(--av-u) * 0.56);
  margin: 0 0 calc(var(--av-u) * 0.12);
  color: var(--av-yellow);
  font-size: var(--av-check-size);
  line-height: 1;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-check {
    width: 0.66rem;
    height: 0.66rem;
    margin-bottom: 0.13rem;
  }
}
body.home .age-verification-modal.av .av-check svg {
  stroke-width: 4.2;
}
body.home .age-verification-modal.av .av-title {
  margin: 0 0 calc(var(--av-u) * 0.18);
  font-family: var(--fx-font-heading);
  font-size: var(--av-title-size);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-title {
    line-height: 1.02;
    white-space: nowrap;
    margin-bottom: 0.14rem;
  }
}
body.home .age-verification-modal.av .av-desc {
  margin: 0 0 calc(var(--av-u) * 0.25);
  max-width: calc(var(--av-u) * 3.95);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--av-desc-size);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.96);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-desc {
    max-width: 100%;
    line-height: 1.42;
    letter-spacing: -0.02em;
    margin-bottom: 0.24rem;
  }
}
body.home .age-verification-modal.av .av-enter-wrap {
  margin: 0 0 calc(var(--av-u) * 0.2);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-enter-wrap {
    margin: 0.3rem 0;
  }
}
body.home .age-verification-modal.av .av-enter {
  width: calc(var(--av-u) * 1.42);
  height: calc(var(--av-u) * 1.42);
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 54% 54%, rgba(255, 255, 255, 0.78) 0 21%, rgba(255, 255, 255, 0.22) 40%, transparent 57%), conic-gradient(from 310deg, #fff000 0 13%, #7fd66f 22%, #54c7cf 34%, #8a9bdd 48%, #f4a4c4 67%, #a78dc3 84%, #fff000 100%);
  box-shadow: 0 calc(var(--av-u) * 0.12) calc(var(--av-u) * 0.28) rgba(0, 0, 0, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-enter {
    width: 2.12rem;
    height: 2.12rem;
  }
}
body.home .age-verification-modal.av .av-enter:hover {
  transform: translateY(calc(var(--av-u) * -0.02)) scale(1.035);
  box-shadow: 0 calc(var(--av-u) * 0.16) calc(var(--av-u) * 0.34) rgba(0, 0, 0, 0.35);
}
body.home .age-verification-modal.av .av-enter__core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--av-u) * 0.02);
  background: transparent;
}
body.home .age-verification-modal.av .av-enter__main {
  font-family: var(--fx-font-heading);
  font-size: var(--av-enter-main-size);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 calc(var(--av-u) * 0.02) calc(var(--av-u) * 0.05) rgba(90, 50, 120, 0.35);
}
body.home .age-verification-modal.av .av-enter__sub {
  max-width: calc(var(--av-u) * 1.05);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--av-enter-sub-size);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 calc(var(--av-u) * 0.02) calc(var(--av-u) * 0.05) rgba(90, 50, 120, 0.35);
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-enter__sub {
    max-width: 1.45rem;
  }
}
body.home .age-verification-modal.av .av-trust {
  list-style: none;
  margin: 0 0 calc(var(--av-u) * 0.18);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: calc(var(--av-u) * 0.02) calc(var(--av-u) * 0.22);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--av-trust-size);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-trust {
    line-height: 1.32;
    gap: 0.03rem 0.16rem;
    margin-bottom: 0.22rem;
  }
}
body.home .age-verification-modal.av .av-trust li {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--av-u) * 0.02);
  white-space: nowrap;
}
body.home .age-verification-modal.av .av-trust li:nth-child(3) {
  grid-column: 1/-1;
  justify-self: center;
}
body.home .age-verification-modal.av .av-trust__ic {
  color: #fff;
  font-weight: 700;
}
body.home .age-verification-modal.av .av-exit-wrap {
  width: 100%;
  margin: 0;
}
body.home .age-verification-modal.av .av-exit {
  display: block;
  width: calc(var(--av-u) * 2.35);
  max-width: 86%;
  margin: 0 auto;
  padding: calc(var(--av-u) * 0.13) 1em calc(var(--av-u) * 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--fx-purple-l);
  text-decoration: none;
  font-family: var(--fx-font-heading);
  font-size: var(--av-exit-size);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-exit {
    width: 2.46rem;
    padding: 0.16rem 1em 0.17rem;
  }
}
body.home .age-verification-modal.av .av-exit:hover {
  background: var(--av-pink);
}
body.home .age-verification-modal.av .av-jp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--av-u) * 0.12);
  width: 100%;
  margin: calc(var(--av-u) * 0.2) 0 0;
  padding: calc(var(--av-u) * 0.22) 1em calc(var(--av-u) * 0.24);
  box-sizing: border-box;
  background: black;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: var(--av-jp-size);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-jp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100vw;
    max-width: none;
    transform: none;
    margin: 0;
    padding: 0.28rem 1em 0.3rem;
    letter-spacing: 0.13em;
  }
}
body.home .age-verification-modal.av .av-jp__arrow {
  font-size: var(--av-jp-arrow-size);
  line-height: 1;
}
body.home .age-verification-modal.av .av-brandmark {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-brandmark {
    display: none;
  }
}
body.home .age-verification-modal.av .av-brandmark__img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .age-verification-modal.av .av-media {
  position: relative;
  font-size: var(--av-media-font-size);
  min-height: calc(var(--av-u) * 11.5);
  overflow: visible;
}
@media (max-width: 767px) {
  body.home .age-verification-modal.av .av-media {
    display: none;
  }
}
body.home .age-verification-modal.av .av-media__model {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  width: calc(var(--av-u) * 5.05);
  height: calc(var(--av-u) * 4.54);
  object-fit: contain;
  object-position: right top;
}
body.home .age-verification-modal.av .av-media__city {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: calc(var(--av-u) * 5.05);
  height: auto;
  max-width: none;
}
body.home .age-verification-modal.av .av-media__catch {
  position: absolute;
  right: calc(var(--av-u) * -0.36);
  bottom: calc(var(--av-u) * 0.26);
  z-index: 6;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-family: var(--fx-font-heading);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 calc(var(--av-u) * 0.03) calc(var(--av-u) * 0.16) rgba(90, 50, 120, 0.22);
}
body.home .age-verification-modal.av .av-media__catch span:first-child {
  font-size: var(--av-catch-main-size);
}
body.home .age-verification-modal.av .av-media__catch span:last-child {
  font-size: var(--av-catch-large-size);
}

body.home .age-verification-modal[aria-hidden=true]:not(.is-closing) {
  display: none;
}

body.home .age-verification-modal.is-closing {
  transition: opacity 0.5s ease;
}

body.home .age-verification-modal.is-closing.fade-out {
  opacity: 0;
}

body.age-verification-active {
  overflow: hidden;
}

body.home .companion-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  width: 100%;
  padding: 2rem;
}
@media (max-width: 767px) {
  body.home .companion-loading {
    min-height: 2rem;
    padding: 1rem;
  }
}
body.home .loading-spinner {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.04rem solid rgba(207, 173, 122, 0.2);
  border-top-color: #cfad7a;
  border-radius: 50%;
  animation: spinner-rotate 0.8s linear infinite;
}
@media (max-width: 767px) {
  body.home .loading-spinner {
    width: 0.4rem;
    height: 0.4rem;
    border-width: 0.03rem;
  }
}
body.home .loading-text {
  margin-top: 1rem;
  color: #888;
}
body.home [data-loading=true] {
  min-height: 3rem;
  position: relative;
}
body.home .companion-list-loaded {
  animation: fadeInUp 0.5s ease forwards;
}
body.home .companion-error,
body.home .no-companions {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: 100%;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  body.home .companion-error,
  body.home .no-companions {
    min-height: 1.5rem;
    padding: 1rem;
  }
}
body.home .companion-error p {
  color: #d9534f;
}
body.home .no-companions p {
  color: #888;
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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