@charset "UTF-8";
:root {
  --font-bold: "HondaGlobalFontJP-Bold", sans-serif;
  --font-normal: "HondaGlobalFontJP-Regular", sans-serif;
  --font-light: "HondaGlobalFontJP-Light", sans-serif;
}

.wrap.room {
  background-color: #C2BFBE;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--font-normal);
  font-weight: 400;
  font-feature-settings: normal;
}
.wrap.room a:hover {
  animation: unset;
}

:where(.wrap.room) img {
  display: block;
  max-width: 100%;
}
:where(.wrap.room) .pc_only {
  display: block;
}
@media (max-width: 768px) {
  :where(.wrap.room) .pc_only {
    display: none;
  }
}
:where(.wrap.room) .sp_only {
  display: none;
}
@media (max-width: 768px) {
  :where(.wrap.room) .sp_only {
    display: block;
  }
}

.room-fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 8s ease, transform 8s ease;
}
.room-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 1), translate cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.8s;
}

.room-detail__body {
  padding: 0 60px 110px 60px;
}
@media (max-width: 768px) {
  .room-detail__body {
    padding: 0 0 120px;
  }
}
.room-detail__title-en {
  position: relative;
  margin-top: -25px;
  max-width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .room-detail__title-en {
    margin-top: -15px;
  }
}
.room-detail__title-en--blue {
  width: 474px;
}
.room-detail__title-en--yellow {
  width: 668px;
}
.room-detail__title-en--japandi {
  width: 859px;
}
.room-detail__title-en--kids {
  width: 474px;
}
.room-detail__title-en--neon {
  width: 708px;
}
.room-detail__title-en--theater {
  width: 749px;
}
.room-detail__title-en--lounge {
  width: 676px;
}
.room-detail__title-en--dress_up {
  width: 853px;
}
@media (max-width: 768px) {
  .room-detail__title-en--blue {
    width: 213px;
  }
  .room-detail__title-en--yellow {
    width: 300px;
  }
  .room-detail__title-en--japandi {
    width: 386px;
  }
  .room-detail__title-en--kids {
    width: 213px;
  }
  .room-detail__title-en--neon {
    width: 318px;
  }
  .room-detail__title-en--theater {
    width: 337px;
  }
  .room-detail__title-en--lounge {
    width: 302px;
  }
  .room-detail__title-en--dress_up {
    width: 384px;
  }
}
.room-detail__description-row {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  margin-top: -50px;
}
@media (max-width: 768px) {
  .room-detail__description-row {
    grid-template-columns: minmax(0px, 1fr);
    margin-top: 40px;
  }
}
.room-detail__description-row > * {
  max-width: 100%;
}
.room-detail__description {
  position: relative;
  margin-top: 40px;
  padding: 90px 0;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  z-index: 1;
}
.room-detail__description--blue {
  background-color: rgba(70, 91, 209, 0.9);
  color: #fff;
}
.room-detail__description--yellow {
  background-color: rgba(237, 226, 90, 0.9);
  color: #333;
}
.room-detail__description--japandi {
  background-color: rgba(128, 150, 109, 0.9);
  color: #fff;
}
.room-detail__description--kids {
  background-color: rgba(126, 163, 159, 0.9);
  color: #fff;
}
.room-detail__description--neon {
  background-color: rgba(205, 223, 253, 0.9);
  color: #333;
}
.room-detail__description--theater {
  background-color: rgba(227, 224, 220, 0.9);
  color: #333;
}
.room-detail__description--lounge {
  background-color: rgba(90, 82, 79, 0.9);
  color: #fff;
}
.room-detail__description--dress_up {
  background-color: rgba(190, 130, 144, 0.9);
  color: #fff;
}
@media (max-width: 768px) {
  .room-detail__description {
    margin: 0 30px;
    padding: 45px;
    width: calc(100% - 60px);
  }
}
.room-detail__description-text {
  padding-inline: 18.75%;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .room-detail__description-text {
    padding: 0;
    font-size: 18px;
    line-height: 1.666;
  }
}
.room-detail__product {
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .room-detail__product {
    margin-top: 40px;
    max-width: 100%;
  }
}
.room-detail__product-name {
  margin-top: 4px;
  font-size: 13px;
  text-align: center;
}
.room-detail__overview {
  margin-top: -35px;
}
@media (max-width: 768px) {
  .room-detail__overview {
    margin-top: 52px;
  }
}
.room-detail__overview img {
  width: 100%;
}

@keyframes scrollLine {
  0% {
    height: 4px;
  }
  80% {
    height: 80px;
  }
  100% {
    height: 80px;
  }
}
.hero {
  position: relative;
  aspect-ratio: 2/1;
  z-index: 0;
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .hero {
    aspect-ratio: auto;
  }
}
.hero__pc-only {
  display: unset;
}
@media (max-width: 768px) {
  .hero__pc-only {
    display: none;
  }
}
.hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__image {
    position: static;
  }
}
.hero__image--blue::before {
  background: radial-gradient(closest-side, #646A88, rgba(255, 255, 255, 0));
}
.hero__image--yellow::before {
  background: radial-gradient(closest-side, #807E6A, rgba(255, 255, 255, 0));
}
.hero__image--japandi::before {
  background: radial-gradient(closest-side, #8E9887, rgba(255, 255, 255, 0));
}
.hero__image--kids::before {
  background: radial-gradient(closest-side, #938771, rgba(255, 255, 255, 0));
}
.hero__image--neon::before {
  background: radial-gradient(closest-side, #616E9D, rgba(255, 255, 255, 0));
}
.hero__image--theater::before {
  background: radial-gradient(closest-side, #808080, rgba(255, 255, 255, 0));
}
.hero__image--lounge::before {
  background: radial-gradient(closest-side, #808080, rgba(255, 255, 255, 0));
}
.hero__image--dress_up::before {
  background: radial-gradient(closest-side, #8D7984, rgba(255, 255, 255, 0));
}
.hero__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 460px;
  height: 260px;
  mix-blend-mode: multiply;
  z-index: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  .hero__image::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    background: linear-gradient(to top, rgba(128, 128, 128, 0.7), rgba(255, 255, 255, 0));
    transform: none;
  }
}
.hero__image img {
  width: 100%;
}
.hero__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 120px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__logo {
    top: 20px;
    left: 20px;
    width: 90px;
  }
}
.hero__content {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 260px;
  transform: translate(50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__content {
    top: auto;
    bottom: 12.5%;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.hero__price {
  width: 228px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero__price {
    width: 176px;
  }
}
.hero__category {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__category {
    font-size: 20px;
  }
}
.hero__title {
  margin-top: 2px;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--font-bold);
  text-align: center;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
  }
}
.wrap .hero__title {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrap .hero__title {
    font-size: 36px;
  }
}
.hero__scroll {
  position: sticky;
  margin-left: auto;
  margin-bottom: 30px;
  top: calc(100% - 110px);
  right: 24px;
  width: 2px;
  height: 80px;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__scroll {
    display: none;
  }
}
.hero__scroll-line {
  display: block;
  width: 2px;
  height: 4px;
  background: #D3F478;
  animation: scrollLine 2s ease-in-out infinite;
}

.room-detail-grid {
  --gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--gap);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .room-detail-grid {
    --gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 30px;
  }
}
.room-detail-grid__item--small {
  grid-column: span 2;
  grid-row: span 2;
}
.room-detail-grid__item--medium {
  grid-column: span 3;
  grid-row: span 3;
}
.room-detail-grid__item--large {
  grid-column: span 4;
  grid-row: span 4;
}
@media (max-width: 768px) {
  .room-detail-grid__item--small {
    grid-column: span 1;
  }
  .room-detail-grid__item--medium, .room-detail-grid__item--large {
    grid-column: span 2;
  }
}
.room-detail-grid__item img {
  width: 100%;
}

.room-detail-card {
  position: relative;
  z-index: 0;
}
.room-detail-card__body {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 355px;
  max-width: calc(100% - 60px);
  padding: 35px 40px;
  -webkit-backdrop-filter: blur(6px) brightness(1.2);
  backdrop-filter: blur(6px) brightness(1.2);
  background-color: rgba(var(--bg-color), 0.8);
  color: var(--text-color);
}
.room-detail-card__body--left-top {
  top: 40px;
  bottom: auto;
}
.room-detail-card__body--right-top {
  top: 40px;
  bottom: auto;
  left: auto;
  right: 30px;
}
.room-detail-card__body--right-bottom {
  left: auto;
  right: 30px;
}
.room-detail-card__body--blue {
  --bg-color: 70, 91, 209;
  --text-color: #fff;
}
.room-detail-card__body--yellow {
  --bg-color: 237, 226, 90;
  --text-color: #333;
}
.room-detail-card__body--japandi {
  --bg-color: 128, 151, 109;
  --text-color: #fff;
}
.room-detail-card__body--kids {
  --bg-color: 127, 162, 159;
  --text-color: #fff;
}
.room-detail-card__body--neon {
  --bg-color: 205, 223, 253;
  --text-color: #333;
}
.room-detail-card__body--theater {
  --bg-color: 227, 224, 220;
  --text-color: #333;
}
.room-detail-card__body--lounge {
  --bg-color: 89, 82, 79;
  --text-color: #fff;
}
.room-detail-card__body--dress_up {
  --bg-color: 190, 130, 144;
  --text-color: #fff;
}
@media (max-width: 768px) {
  .room-detail-card__body {
    position: relative;
    width: auto;
    max-width: 100%;
    inset: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(var(--bg-color), 1);
  }
}
.room-detail-card__label {
  position: absolute;
  top: -10px;
  left: 0;
  width: 112px;
}
.room-detail-card__text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .room-detail-card__text {
    font-size: 14px;
  }
}

.room-detail-items {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .room-detail-items {
    margin-top: 80px;
  }
}
.room-detail-items__heading {
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .room-detail-items__heading {
    width: 245px;
  }
}
.room-detail-items__container {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .room-detail-items__container {
    margin-top: 32px;
  }
}
.room-detail-items__image {
  position: relative;
  z-index: 0;
}
.room-detail-items__image img {
  width: 100%;
}
.room-detail-items__price {
  position: absolute;
  bottom: -10px;
  right: 60px;
}
@media (max-width: 768px) {
  .room-detail-items__price {
    bottom: -7px;
    right: 20px;
    width: 290px;
  }
}
.room-detail-items__list-area {
  overflow: auto;
}
.room-detail-items__list {
  display: flex;
  justify-content: center;
  width: max-content;
  min-width: 100%;
  padding: 40px;
  gap: 40px;
  background-color: #F0EFEB;
  color: #333;
}
@media (max-width: 768px) {
  .room-detail-items__list {
    padding: 30px;
  }
}
.room-detail-items__item {
  flex: none;
  font-size: 16px;
  line-height: 1.5;
}

.room-detail-index {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .room-detail-index {
    margin-top: 100px;
  }
}
.room-detail-index__heading {
  margin: 0 auto;
  width: 318px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .room-detail-index__heading {
    width: 212px;
  }
}
.room-detail-index__slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 48px auto 0;
  width: 980px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .room-detail-index__slider {
    display: block;
    width: auto;
    max-width: none;
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .room-detail-index__item {
    margin-right: 10px;
    width: 236px;
  }
}
.room-detail-index__progress {
  display: none;
}
@media (max-width: 768px) {
  .room-detail-index__progress {
    display: block;
    margin-top: 50px;
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .room-detail-index__bar {
    height: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .room-detail-index__bar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.333%;
    background: #837D79;
    transition: transform 0.3s ease;
  }
  .room-detail-index__fraction {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.room-detail-index-card {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  color: #fff;
  text-decoration: none;
  /* 下部グラデ */
}
.wrap .room-detail-index-card {
  color: #fff;
}
.wrap .room-detail-index-card:hover {
  animation: unset;
}
.room-detail-index-card:hover .room-detail-index-card__media {
  border-radius: 40px;
}
.room-detail-index-card:hover .room-detail-index-card__media img {
  transform: scale(1.05);
}
.room-detail-index-card__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: border-radius 0.25s;
}
.room-detail-index-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-detail-index-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.room-detail-index-card__price {
  height: 16px;
}
.room-detail-index-card__price img {
  width: auto;
  height: 100%;
}
.room-detail-index-card__category {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.room-detail-index-card__title {
  margin-top: 2px;
  line-height: 1;
  font-size: 20px;
  font-family: var(--font-bold);
}
.wrap .room-detail-index-card__title {
  font-size: 20px;
  font-weight: 400;
}
.room-detail-index-card__more {
  display: block;
  margin-top: 20px;
  width: 124px;
}
.room-detail-note {
  margin: 60px auto 0;
  width: 980px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .room-detail-note {
    margin-top: 90px;
    padding: 0 30px;
  }
}
.room-detail-note__list {
  margin: 0;
  padding: 0;
}
.room-detail-note__item {
  padding-left: 16px;
  font-family: var(--font-light);
  font-size: 12px;
  line-height: 1.4;
  text-indent: -16px;
  color: #111;
}
.room-detail-note__item:not(:first-child) {
  margin-top: 10px;
}
.room-detail-note__item-head {
  display: inline-block;
  width: 16px;
  text-indent: 0;
}
.room-detail-note__underline {
  text-decoration: underline;
}

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