.htc .page-header {
  background-image: url(../img/how-to-spend/page-header-lg.webp);
}

.htc .section-heading-with-english {
  justify-items: center;
  text-align: center;
}

.htc .section-heading-with-english.leadtext .en span {
  margin-right: 0.1em;
}

.htc :where(section, .section-container, .leadtext) {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}

.htc .leadtext {
  padding-top: 96px;
}

.htc .sec_a > .bg {
  height: 467px;
  background-image: url(../img/how-to-spend/anchor-bg-lg.webp);
}
.sec_a .anchor-list li:nth-of-type(1) .bg {
  background-image: url(../img/how-to-spend/anchor-bg-kitchen.webp);
}
.sec_a .anchor-list li:nth-of-type(2) .bg {
  background-image: url(../img/how-to-spend/anchor-bg-location.webp);
}
.sec_a .anchor-list li:nth-of-type(3) .bg {
  background-image: url(../img/how-to-spend/anchor-bg-washing-machine.webp);
}

.htc_anchor p {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  height: 467px;
  text-align: center;
  pointer-events: none;
}
.htc_anchor .anchor-list {
  grid-template-columns: repeat(3, 1fr);
  max-width: 76.13rem;
  margin-top: -107px;
  margin-right: auto;
  margin-left: auto;
}
.htc_point:first-of-type {
  padding-bottom: 0;
}
.htc_point:last-of-type {
  padding-top: 0;
}
.htc_point:nth-of-type(n+2):nth-last-of-type(n+2) {
  padding-top: 0;
  padding-bottom: 0;
}
.htc_point-upper {
  position: relative;
  max-width: calc(1600px + var(--side-padding) * 2);
  height: 747px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}
.htc_point-upper .img-1 {
  position: absolute;
  top: 0;
  right: var(--side-padding);
  width: calc(100% - 270px - var(--side-padding) * 2);
  margin-left: auto;
  aspect-ratio: 1328/747;
  background: transparent center / cover no-repeat;
}
.htc_point:nth-of-type(1) .htc_point-upper .img-1 {
  background-image: url(../img/how-to-spend/kitchen-1-lg.webp);
}
.htc_point:nth-of-type(2) .htc_point-upper .img-1 {
  background-image: url(../img/how-to-spend/location-1-lg.webp);
}
.htc_point:nth-of-type(3) .htc_point-upper .img-1 {
  background-image: url(../img/how-to-spend/washing-1-lg.webp);
}
.htc_point:nth-of-type(even) .img-1 {
  right: auto;
  left: var(--side-padding);
  margin-left: 0;
}
.htc_point-wrap {
  position: absolute;
  top: 50%;
  left: var(--side-padding);
  z-index: 1;
  display: grid;
  gap: 30px;
  max-width: 24.56rem;
  margin-right: var(--side-padding);
  margin-left: auto;
  padding: 40px;
  translate: 0 -50%;
  background-color: var(--color-brown);
  color: var(--color-white);
}
.htc_point:nth-of-type(even) .htc_point-wrap {
  left: auto;
  right: var(--side-padding);
  margin-right: auto;
  margin-left: var(--side-padding);
}
.htc_point-wrap h2 {
  display: grid;
  gap: 20px;
  font-size: var(--font-size-20);
  text-align: center;
}
.htc_point-wrap h2 .en {
  font-family: "Alex Brush", cursive;
  font-size: var(--font-size-24);
}
.htc_point-wrap p {
  margin-top: 0;
  margin-bottom: 0;
}
.htc_point-lower {
  position: relative;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
.htc_point-inner {
  display: grid;
  align-content: center;
  justify-content: end;
  padding-top: 248px;
  padding-right: 153px;
  padding-bottom: 450px;
  background: transparent url(../img/how-to-spend/bg-right.png) right top/auto 100% no-repeat;
}
.htc_point:nth-of-type(even) .htc_point-inner {
  justify-content: start;
  padding: 205px 0 446px 136px;
  background-image: url(../img/how-to-spend/bg-left.png);
  background-position: left top;
}
.htc_point-lower p {
  width: 32rem;
}
.htc_point-lower em {
  font-size: 36px;
}
html:lang(ja) .htc_point-lower em {
  font-family: "Shippori Mincho", serif;
}
.htc_point-lower p + p {
  margin-top: 60px;
}
.htc_point .img-2 {
  display: block;
  margin-left: auto;
  width: 627px;
  aspect-ratio: 627/414;
  background: transparent center / cover no-repeat;
}
.htc_point:nth-of-type(1) .img-2 {
  background-image: url(../img/how-to-spend/kitchen-2.webp);
}
.htc_point:nth-of-type(2) .img-2 {
  background-image: url(../img/how-to-spend/location-2.webp);
}
.htc_point:nth-of-type(3) .img-2 {
  background-image: url(../img/how-to-spend/washing-2.webp);
}
.htc_point:nth-of-type(even) .img-2 {
  margin-left: 0;
}
.htc_point .img-3 {
  position: absolute;
  bottom: 220px;
  display: block;
  width: 556px;
  aspect-ratio: 556/837;
  background: transparent center / cover no-repeat;
}
.htc_point:nth-of-type(1) .img-3 {
  background-image: url(../img/how-to-spend/kitchen-3.webp);
}
.htc_point:nth-of-type(2) .img-3 {
  background-image: url(../img/how-to-spend/location-3.webp);
}
.htc_point:nth-of-type(3) .img-3 {
  background-image: url(../img/how-to-spend/washing-3.webp);
}
.htc_point:nth-of-type(even) .img-3 {
  right: 0;
  margin-right: var(--side-padding);
  margin-left: auto;
}
.htc_info {
  padding-bottom: 96px;
}

.htc_info h2 {
  display: grid;
  font-size: 42px;
}
.htc_info h2 span {
  font-size: var(--font-size-18);
}
.htc_info .leadtext {
  max-width: 1056px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  text-align: center;
}
.htc_info .leadtext:last-of-type {
  margin-bottom: 50px;
}
.htc_family {
  z-index: 0;
}
.htc_family,
.htc_family section {
  background-color: transparent;
}
.htc_family-lead {
  position: relative;
}
.htc_family-lead .bg-wrap {
  position: relative;
  aspect-ratio: 1600/674;
}
.htc_family-lead .bg {
  background-image: url(../img/how-to-spend/family-bg-lg.webp);
}
.htc_family h2 {
  position: absolute;
  top: 86px;
  right: calc(71px + var(--side-padding));
  color: var(--color-white);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.htc_family .section-heading-with-english .en {
  font-size: 59px;
}
.htc_family .section-heading-with-english .en span {
  font-size: 114px;
}
.htc_family-lead .img-1 {
  position: absolute;
  top: 486px;
  right: 113px;
  display: block;
  width: 797px;
  aspect-ratio: 797/459;
  background: transparent url(../img/how-to-spend/family-1.webp) center / cover no-repeat;
}
html:lang(ja) .htc_family-lead em {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
}
.htc_family-lead .lead {
  margin-top: 100px;
  line-height: 2;
}
.htc_family-lead > p {
  margin-left: 77px;
}

.htc_family-lead p + p {
  max-width: 529px;
  margin-top: 50px;
}
.htc_family-lead .img-2 {
  width: 648px;
  margin-top: 40px;
  aspect-ratio: 648/832;
  background: transparent url(../img/how-to-spend/family-2.webp) center / cover no-repeat;
}
.htc_family-lead .wrap {
  position: absolute;
  right: var(--side-padding);
  bottom: 0;
  width: 784px;
}
.htc_family-lead .wrap p {
  max-width: 43.25rem;
}
.htc_family-lead .img-3 {
  margin-top: 40px;
  width: 784px;
  aspect-ratio: 784/558;
  background: transparent url(../img/how-to-spend/family-3.webp) center / cover no-repeat;
}
.htc_family-point {
  position: relative;
  max-width: 1920px;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
}
.htc_family-point + .htc_family-point {
  margin-top: 0;
}
.htc_family-point::before {
  content: "";
  position: absolute;
  top: 415px;
  right: 0;
  bottom: 0;
  left: 136px;
  background-color: rgba(227, 227, 227, 0.8);
}
.htc_family-point:nth-of-type(odd):before {
  top: 415px;
  right: 136px;
  left: 0;
}
@media (width >= 100rem) {
  .htc_family-point:nth-of-type(odd):before {
    right: 136px;
  }
}
.htc_family-point > * {
  position: relative;
  z-index: 1;
}
.htc_family-point h3 {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  font-size: var(--font-size-24);
  line-height: 1.75;
}
.htc_family-point h3 .en {
  font-family: "Alex Brush", cursive;
  font-size: 36px;
}
.htc_family-point .img-1 {
  display: block;
  height: 674px;
  background: transparent center / cover no-repeat;
  text-align: center;
}
.htc_family-point:nth-of-type(2) .img-1 {
  background-image: url(../img/how-to-spend/family_point-1-1-lg.webp);
}
.htc_family-point:nth-of-type(3) .img-1 {
  background-image: url(../img/how-to-spend/family_point-2-1-lg.webp);
}
.htc_family-point:nth-of-type(2) .img-2 {
  aspect-ratio: 512/345;
  background: transparent url(../img/how-to-spend/family_point-1-2.webp) center / cover no-repeat;
}
.htc_family-point:nth-of-type(3) .img-2 {
  aspect-ratio: 512/345;
  background: transparent url(../img/how-to-spend/family_point-2-2.webp) center / cover no-repeat;
}

.htc_family-point_inner {
  display: grid;
  grid-template-columns: 38.79% 1fr;
  align-items: center;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0 80px 136px;
}
.htc_family-point_inner .text {
  padding: 40px;
}
.htc_family-point:nth-of-type(odd) .htc_family-point_inner {
  grid-template-columns: 1fr 38.79%;
  padding-right: 136px;
  padding-left: 0;
}
.htc_family-point:nth-of-type(odd) .htc_family-point_inner .text {
  grid-column-start: 1;
  grid-row-start: 1;
}
.htc_plan {
  display: grid;
  justify-content: center;
  gap: 32px;
  grid-template-columns: 1fr auto auto 1fr;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 144px;
}
.htc_plan::before,
.htc_plan::after {
  content: "";
}
.htc_plan .plan-item {
  max-width: 512px;
  padding-bottom: 30px;
}
.htc_plan .plan-item p {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.htc_plan .img {
  width: 512px;
  height: 349px;
  background: transparent center / cover no-repeat;
}
.htc_plan .plan-item:nth-of-type(1) .img {
  background-image: url(../img/how-to-spend/plan-1.webp);
}
.htc_plan .plan-item:nth-of-type(2) .img {
  background-image: url(../img/how-to-spend/plan-2.webp);
}
.htc .video-wrap {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.htc .video-wrap.is-visible {
  opacity: 1;
}
.htc .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.htc .video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to left top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.12));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.scroll-wrap {
  position: fixed;
  z-index: 0;
  inset: 0;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.scroll-wrap .scroll {
  position: absolute;
  top: 392px;
  right: 120px;
}
.htc .scroll-wrap {
  opacity: 0;
}
.htc .scroll-wrap.is-visible {
  opacity: 1;
}

.longstay .area-list li:nth-of-type(2) .img {
  background-image: url(../img/how-to-spend/img_aeon-raikamu.webp);
}
.longstay .area-list li:nth-of-type(3) .img {
  background-image: url(../img/how-to-spend/img_aeon-chatan.webp);
}
.longstay .area-list li:nth-of-type(5) .img {
  background-image: url(../img/how-to-spend/img_sunabeclinic.webp);
}
.family .area-list li:nth-of-type(1) .img {
  background-image: url(../img/how-to-spend/img_sushiro-chatan.webp);
}
.family .area-list li:nth-of-type(2) .img {
  background-image: url(../img/how-to-spend/img_tenkaippin-chatan.webp);
}
.family .area-list li:nth-of-type(3) .img {
  background-image: url(../img/how-to-spend/img_esparzas.webp);
}
.family .area-list li:nth-of-type(4) .img {
  background-image: url(../img/how-to-spend/img_domino-pizza.webp);
}
.family .area-list li:nth-of-type(5) .img {
  background-image: url(../img/how-to-spend/img_steakhouse-88-chatan.webp);
}
.family .area-list li:nth-of-type(6) .img {
  background-image: url(../img/how-to-spend/img_hamaya-soba.webp);
}
