.cards {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 4em;
  gap: 3em;
}
@media screen and (min-width: 640px) {
  .cards {
    gap: 6.25em;
  }
}

.card {
  padding: 1em 1em;
  border-radius: 0.5rem;
  max-width: 507px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .card {
    padding: 0 min(4.5cqi, 4.5em);
  }
}
.card[data-house="1"] {
  order: 1;
}
.card[data-house="1"] {
  order: 1;
}
.card[data-house="2"] {
  order: 2;
}
.card[data-house="3"] {
  order: 3;
}
.card[data-house="4"] {
  order: 4;
}
.card[data-house="5"] {
  order: 5;
}
.card[data-house="6"] {
  order: 6;
}
.card[data-house="7"] {
  order: 7;
}
.card[data-house="8"] {
  order: 8;
}
.card[data-house="9"] {
  order: 9;
}
.card[data-house="10"] {
  order: 10;
}
.card[data-house="11"] {
  order: 11;
}
.card[data-house="12"] {
  order: 12;
}
.card[data-house="13"] {
  order: 13;
}
.card[data-house="14"] {
  order: 14;
}
.card[data-house="15"] {
  order: 15;
}
.card[data-house="16"] {
  order: 16;
}
.card[data-house="17"] {
  order: 17;
}
.card[data-house="18"] {
  order: 18;
}
.card[data-house="19"] {
  order: 19;
}
.card[data-house="20"] {
  order: 20;
}

.card-title, .card-subtitle {
  background: linear-gradient(90deg, #FEE8B6 0%, #EEC97A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(2px 2px 8px rgba(255, 246, 211, 0.5));
}

.card-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 10%;
  margin: 0.5em 0 0.25em;
}

.card-subtitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0%;
}

.card-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 1.35em;
  gap: 0.8em;
}

.card-button {
  cursor: pointer;
  width: 100%;
  border-radius: 2em;
  padding: 0.55em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 5%;
}
.card-button span {
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .card-button {
    font-size: min(1rem, 1.5cqi);
  }
}
.card-button svg {
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
.card-button.details {
  background: transparent;
  border: #FFE89E 1px solid;
  color: #FFE89E;
}
.card-button.reserve {
  background: linear-gradient(90deg, #F3E7BF 0%, #B59964 100%);
  border: none;
  color: #28292E;
}
.card-button.reserve svg {
  padding: 0 3px;
}

.card-description {
  margin-top: 1.5em;
  color: #B7AB90;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: normal;
  border-left: #575147 2px solid;
  padding-left: 1em;
}.houses {
  background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_noise.webp");
  background-repeat: repeat;
}
@media screen and (min-width: 640px) {
  .houses {
    max-width: 35vw;
    margin-left: var(--main);
    z-index: 1;
    border-left: #575147 1px solid;
    border-right: #575147 1px solid;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
  }
  .houses::-webkit-scrollbar {
    display: none;
  }
}

.houses-title {
  display: block;
  margin: 2.5em 0 1em;
  padding: 2em 1em;
}
@media screen and (max-width: 639px) {
  .houses-title {
    position: relative;
    max-width: 507px;
    margin: -2em auto 2em;
    padding: 0 1em;
    z-index: 3;
  }
}
@media screen and (min-width: 640px) {
  .houses-title {
    margin: 0;
    padding: 2.25em min(4.5cqi, 4.5em) 3.25em;
  }
}
.houses-title-en {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 10%;
  color: #F8D189;
}
.houses-title-jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 5%;
  background: linear-gradient(90deg, #FFF4DD 0%, #F0D59A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 0.25em;
}
@media screen and (min-width: 640px) {
  .houses-title-jp {
    font-size: min(2.5rem, 4cqi);
    margin-top: 10px;
  }
}/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  /* Add accessible line-height */
  line-height: 1.5;
  /* Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
p {
  text-wrap: pretty;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-b1-extrabold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #F5EFDB;
  line-height: 1.5;
  background-color: #28292E;
}

a {
  color: #F8D189;
}

a:is(:hover, :focus) {
  color: rgb(250.856, 227.768, 185.144);
}

.footer {
  text-align: center;
  padding: 2em 1.4em;
  background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_sp_footer.webp");
  background-size: cover;
  border-top: 1px solid #DCCA9E;
  display: flex;
  flex-direction: column;
}
.footer .footer-catch {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 5%;
  margin-bottom: 1.75em;
}
@media screen and (min-width: 640px) {
  .footer .footer-catch {
    font-size: min(2cqi, 1.125rem);
  }
  .footer .footer-catch span {
    white-space: nowrap;
  }
}
.footer .footer-btn {
  cursor: pointer;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 2em;
  padding: 0.55em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #FFFAEB 0%, #D8C6A6 100%);
  border: none;
  color: #28292E;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 5%;
}
@media screen and (min-width: 640px) {
  .footer .footer-btn {
    font-size: min(1rem, 2cqi);
  }
}
.footer .footer-btn span {
  white-space: nowrap;
}
.footer .footer-btn svg {
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 0;
}
.footer .footer-copyright {
  margin-top: 5.75em;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 5%;
}
@media screen and (min-width: 640px) {
  .footer .footer-copyright {
    font-size: min(0.875rem, 2cqi);
  }
}

:root {
  --main:67%;
}

body {
  background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_noise.webp");
  background-repeat: repeat;
  position: relative;
}
@media screen and (min-width: 640px) {
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_texture.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
  }
}

.main {
  display: flex;
  flex-direction: column;
  container-name: main;
}
@media screen and (min-width: 640px) {
  .main {
    flex-direction: row;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) and (max-width: 1000px) {
  .main-visual {
    min-width: 60%;
    max-height: 100dvh;
  }
  .main-visual .main-visual-heading {
    height: 10cqh;
  }
  .main-visual .main-visual-heading .logo {
    margin-left: 2cqi;
    margin-top: 1cqi;
  }
  .main-visual .main-visual-heading .logo img {
    height: 4cqh;
  }
  .houses {
    max-width: 40%;
  }
  .main-visual-promo {
    padding: 1cqi 2cqi 1.5cqi 3cqi;
  }
  .main-visual-promo .catch {
    font-size: 3cqh;
    margin-bottom: 2cqh;
    line-height: 1.8;
  }
  .main-visual-promo .ribbon {
    flex-wrap: nowrap;
    -moz-column-gap: 2cqi;
         column-gap: 2cqi;
  }
  .main-visual-promo .ribbon .bnr {
    max-width: 30%;
  }
  .main-visual-promo .ribbon .tos {
    font-size: 2.2cqh;
    line-height: 1.8;
  }
}.main-visual {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 639px) {
  .main-visual {
    background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_sp.webp");
    background-size: cover;
    margin-bottom: 7.5em;
  }
}
@media screen and (min-width: 640px) {
  .main-visual {
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    width: 67%;
    position: fixed;
    z-index: 2;
    background: linear-gradient(-90deg, rgba(20, 22, 30, 0.7) 0%, rgba(24, 26, 33, 0) 100%), linear-gradient(rgba(170, 153, 120, 0.05), rgba(170, 153, 120, 0.05));
  }
}

.main-visual-heading {
  display: flex;
  background-color: #13151D;
  height: 160px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .main-visual-heading {
    align-items: center;
    height: 95px;
  }
}
.main-visual-heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -116px;
  width: 100%;
  z-index: 5;
  height: 117px;
  background: linear-gradient(-180deg, #13151D 0%, rgba(19, 21, 29, 0.52) 55%, rgba(19, 21, 29, 0) 100%);
}
@media screen and (min-width: 640px) {
  .main-visual-heading::after {
    height: 195px;
    bottom: -194px;
    background: linear-gradient(-180deg, #13151D 0%, rgba(19, 21, 29, 0) 100%);
  }
}
.main-visual-heading .logo {
  line-height: 0;
  margin-left: 15px;
  margin-top: 15px;
}
.main-visual-heading .logo img {
  height: 16px;
}
@media screen and (min-width: 640px) {
  .main-visual-heading .logo {
    margin-left: 43px;
    margin-top: 16px;
  }
  .main-visual-heading .logo img {
    height: 24px;
  }
}

.main-visual-container {
  position: relative;
  display: block;
  container-name: mv;
  container-type: inline-size;
}
@media screen and (min-width: 640px) {
  .main-visual-container {
    height: auto;
    overflow: hidden;
  }
}

.main-visual-catch {
  position: absolute;
  z-index: 10;
  top: -5.6em;
  left: 4%;
}
@media screen and (min-width: 640px) {
  .main-visual-catch {
    top: 3%;
    left: 3.8%;
  }
  .main-visual-catch::before {
    content: "";
    background-color: #000;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 41px;
    filter: blur(40px);
    opacity: 0.5;
    z-index: 10;
  }
}
.main-visual-catch h1 {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 10%;
  font-size: min(10cqi, 2.125rem);
  background: linear-gradient(90deg, #FFF4DD 0%, #F0D59A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 24px #000);
  z-index: 15;
}
@media screen and (min-width: 640px) {
  .main-visual-catch h1 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.675;
    letter-spacing: 10%;
    font-size: clamp(1.5rem, 5cqi, 3rem);
  }
}

.main-visual-images {
  height: 100%;
  width: 100%;
  height: 120.5128205128cqw;
}
@media screen and (min-width: 640px) {
  .main-visual-images {
    height: 69.5154185022cqw;
  }
  .main-visual-images::after {
    content: "";
    display: block;
    position: absolute;
    width: 195px;
    height: 69.5154185022cqw;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #13151D 0%, rgba(19, 21, 29, 0) 100%);
    z-index: 5;
  }
}
.main-visual-images .visual {
  position: absolute;
  bottom: 0;
  animation: fadeSlideshow 18s linear infinite;
  visibility: hidden;
  display: flex;
}
.main-visual-images .visual img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual-images .visual[data-visual="1"] {
  visibility: visible;
  animation-delay: 0s;
  z-index: 3;
  order: 3;
}
.main-visual-images .visual[data-visual="2"] {
  visibility: visible;
  animation-delay: 6s;
  z-index: 2;
  order: 2;
}
.main-visual-images .visual[data-visual="3"] {
  visibility: visible;
  animation-delay: 12s;
  z-index: 1;
  order: 1;
}

@media screen and (min-width: 640px) {
  .main-visual-promo {
    position: relative;
    padding: 1em 2em 1.75em 3em;
    height: auto;
    z-index: 15;
  }
}
@media screen and (max-width: 639px) {
  .main-visual-promo .catch, .main-visual-promo .tos {
    max-width: 507px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-visual-promo .catch {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0%;
}
@media screen and (max-width: 639px) {
  .main-visual-promo .catch {
    padding: 0 1em;
    margin: 0.8em auto;
  }
}
@media screen and (min-width: 640px) {
  .main-visual-promo .catch {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: 0%;
    font-size: min(2.2cqi, 1.5rem);
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 250px) {
  .main-visual-promo .catch span {
    white-space: nowrap;
  }
}
.main-visual-promo .ribbon {
  display: flex;
}
@media screen and (max-width: 639px) {
  .main-visual-promo .ribbon {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main-visual-promo .ribbon .bnr {
    background-image: url("/syuto/park/ichikawa/night-view/assets/images/bnr_campaign_bg.webp"), linear-gradient(90deg, #C5B289 0%, #FFECC3 50%, #D2C099 100%);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-visual-promo .ribbon .bnr img {
    max-height: 95px;
    width: auto;
    padding: 1.6cqh 0.6em 0.7cqh;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .main-visual-promo .ribbon {
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 2em;
         column-gap: 2em;
    row-gap: 1em;
  }
  .main-visual-promo .ribbon .bnr {
    max-width: 300px;
  }
}
.main-visual-promo .ribbon .tos {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 10%;
}
@media screen and (max-width: 639px) {
  .main-visual-promo .ribbon .tos {
    padding: 0 1.5em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 640px) {
  .main-visual-promo .ribbon .tos {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 10%;
  }
}

@keyframes fadeSlideshow {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}.footer {
  text-align: center;
  padding: 2em 1.4em;
  background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_sp_footer.webp");
  background-size: cover;
  border-top: 1px solid #DCCA9E;
  display: flex;
  flex-direction: column;
}
.footer .footer-catch {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 5%;
  margin-bottom: 1.75em;
}
@media screen and (min-width: 640px) {
  .footer .footer-catch {
    font-size: min(2cqi, 1.125rem);
  }
  .footer .footer-catch span {
    white-space: nowrap;
  }
}
.footer .footer-btn {
  cursor: pointer;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 2em;
  padding: 0.55em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #FFFAEB 0%, #D8C6A6 100%);
  border: none;
  color: #28292E;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 5%;
}
@media screen and (min-width: 640px) {
  .footer .footer-btn {
    font-size: min(1rem, 2cqi);
  }
}
.footer .footer-btn span {
  white-space: nowrap;
}
.footer .footer-btn svg {
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 0;
}
.footer .footer-copyright {
  margin-top: 5.75em;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 5%;
}
@media screen and (min-width: 640px) {
  .footer .footer-copyright {
    font-size: min(0.875rem, 2cqi);
  }
}

:root {
  --main:67%;
}

body {
  background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_noise.webp");
  background-repeat: repeat;
  position: relative;
}
@media screen and (min-width: 640px) {
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/syuto/park/ichikawa/night-view/assets/images/bg_texture.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
  }
}

.main {
  display: flex;
  flex-direction: column;
  container-name: main;
}
@media screen and (min-width: 640px) {
  .main {
    flex-direction: row;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) and (max-width: 1000px) {
  .main-visual {
    min-width: 60%;
    max-height: 100dvh;
  }
  .main-visual .main-visual-heading {
    height: 10cqh;
  }
  .main-visual .main-visual-heading .logo {
    margin-left: 2cqi;
    margin-top: 1cqi;
  }
  .main-visual .main-visual-heading .logo img {
    height: 4cqh;
  }
  .houses {
    max-width: 40%;
  }
  .main-visual-promo {
    padding: 1cqi 2cqi 1.5cqi 3cqi;
  }
  .main-visual-promo .catch {
    font-size: 3cqh;
    margin-bottom: 2cqh;
    line-height: 1.8;
  }
  .main-visual-promo .ribbon {
    flex-wrap: nowrap;
    -moz-column-gap: 2cqi;
         column-gap: 2cqi;
  }
  .main-visual-promo .ribbon .bnr {
    max-width: 30%;
  }
  .main-visual-promo .ribbon .tos {
    font-size: 2.2cqh;
    line-height: 1.8;
  }
}