@charset "UTF-8";

#mv::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750 / 687;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/furniture-guide/assets/img/top/mv.png) no-repeat center / contain;
}
#mv hgroup {
  padding: 80px 75px 127px;
}
#mv .description {
  margin-top: 50px;
  font-family: var(--font-yu-gothic);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
}
:where(#mv, #order) .catch {
  text-align: center;
  color: #ce1e13;
  font-family: var(--font-noto-serif);
  font-size: 30px;
  font-weight: 500;
}
:where(#mv, #order) .catch span {
  display: block;
  font-size: 36px;
  letter-spacing: -0.06em;
}

#order {
  padding-top: 160px;
}
#order ol {
  margin-top: -30px;
}
#order ol .slick-list {
  background-color: #f2f2f2;
}
#order ol .slick-slide {
  padding: 80px 46px 90px;
}
#order ol .slick-slide figure {
  width: 594px;
}
#order ol .slick-slide p {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
#order ol .slick-slide .step02 {
  position: relative;
}
#order ol .slick-slide .step02::after {
  content: "";
  position: absolute;
  bottom: -59px;
  right: -59px;
  width: 120px;
  aspect-ratio: 1;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/furniture-guide/assets/img/top/step-slide02-text.svg) no-repeat center / contain;
}
#order > p {
  width: fit-content;
  margin-inline: auto;
  padding-top: 30px;
  font-size: 24px;
}
#order .card {
  margin-top: 100px;
}
#order .card figure {
  width: 650px;
  margin: 10px auto 0;
}
#order .card .description {
  width: fit-content;
  margin: 30px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
#order .card .links {
  margin-top: 90px;
  padding: 20px 48px 30px;
  background-color: #e9e1d7;
}
#order .card .links p {
  font-family: var(--font-hiragino);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#order .card .links p span {
  display: flex;
  align-items: center;
  font-size: 21px;
}
#order .card .links p strong {
  margin-right: 10px;
  font-size: 36px;
  color: #ce1e13;
  font-weight: 700;
}
#order .card .links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: 20px;
}
#order .card .links ul li a:hover {
  opacity: 0.8;
}

#event {
  padding-top: 110px;
}
#event h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
#event .slick-slider {
  margin-top: 24px;
}
#event .slick-slide {
  padding: 60px 110px;
}
#event .slick-slide a:hover {
  opacity: 0.8;
}
#event .slick-slide p {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

#introduction {
  padding: 170px 100px 0;
}
#introduction h2 {
  width: 100%;
  margin-bottom: 60px;
}
#introduction article + article {
  margin-top: 200px;
}
#introduction article h3 {
  text-align: center;
  color: #594636;
  font-size: 33px;
  font-weight: 700;
}
#introduction article dl {
  margin-top: 20px;
  color: #594636;
}
#introduction article dl + dl {
  margin-top: 80px;
}
#introduction article dl dt {
  position: relative;
  cursor: pointer;
  border: 2px solid #594636;
  padding: 6px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  transition: transform 0.3s ease-in-out;
}
#introduction article dl dt:not(.disabled):after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  width: 20px;
  aspect-ratio: 1;
  border: 2px solid #594636;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
}
#introduction article dl.is-open dt::after {
  transform: rotate(-45deg) translate(-5px, 5px);
}
#introduction article dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
#introduction article dl.is-open dd {
  grid-template-rows: 1fr;
}
#introduction article dl.is-open dd .inner {
  opacity: 1;
}
#introduction article dl dd .inner {
  overflow: hidden;
  border: 2px solid #594636;
  margin-top: -2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#introduction article dl dd ul {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 10px;
  padding: 30px;
}
#introduction article dl dd ul li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: flex-end;
}
#introduction article dl dd ul li p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#introduction article dl dd ul li a {
  display: block;
  border: 2px solid #594636;
  padding: 2px 8px;
  font-size: 22px;
  font-weight: 500;
}
#introduction article dl dd ul li a:hover {
  background-color: #594636;
  color: #fff;
}
#introduction article dl dd ul li .links a + a {
  margin-top: 6px;
}
#introduction article > p {
  margin-top: 10px;
  text-align: center;
  color: #594636;
  font-size: 30px;
  font-weight: 700;
}

/*250703追加*/
.yoyaku-contact{
  font-size: 24px;
}

.star{
  font-size: 25px;
}

:where(#curtain, #renovation) hgroup {
  font-family: var(--font-yu-gothic);
  font-weight: 600;
}
:where(#curtain, #renovation) hgroup p {
  width: 596px;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 2;
}
:where(#curtain, #renovation) hgroup h2 {
  color: #a98050;
  font-size: 53px;
  line-height: 1.2;
}
:where(#curtain, #renovation) .description {
  margin-top: 20px;
  font-size: 24px;
  font-family: var(--font-yu-gothic);
  font-weight: 500;
}

#curtain {
  padding-top: 150px;
}
#curtain > *:not(.showroom) {
  padding-inline: 65px 60px;
}
#curtain .order-step {
  padding-top: 80px;
}
#curtain .order-step h3 {
  background-color: #a98050;
}
#curtain .order-step ol {
  counter-reset: item;
  margin-top: 56px;
}
#curtain .order-step ol li + li {
  margin-top: 60px;
}
#curtain .order-step ol li h4 {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  column-gap: 15px;
  color: #a98050;
  font-size: 35px;
  font-weight: 700;
}
#curtain .order-step ol li h4::before {
  counter-increment: item;
  content: counter(item);
  background-color: #a98050;
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: calc(1px * infinity);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}
#curtain .order-step ol li p {
  margin-top: 16px;
  font-size: 26px;
  line-height: 1.6;
}
#curtain .order-step ol li p span {
  display: block;
  font-size: 22px;
  line-height: 1.71;
}
#curtain .order-step ol li:nth-of-type(1) p span {
  margin-top: 10px;
  font-weight: 700;
}
#curtain .showroom {
  margin-top: 76px;
}
#curtain .showroom h3 {
  text-align: center;
  color: #a98050;
  font-size: 33px;
}
#curtain .showroom .slick-slider {
  margin-top: 24px;
}
#curtain .showroom .slick-track {
  background-color: #f2f2f2;
}
#curtain .showroom .slick-slide {
  display: grid;
  grid-template-rows: 500px 1fr;
}
#curtain .showroom .body {
  padding: 20px 30px 60px 50px;
}
#curtain .showroom .body h4 {
  font-size: 33px;
}
#curtain .showroom .body p {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.45;
}
#curtain .showroom .body ul {
  margin-top: 42px;
}
#curtain .showroom .body ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 22px;
  line-height: 1.45;
}
#curtain .showroom .body ul li::before {
  content: "■";
}

#renovation {
  padding: 120px 30px 57px 44px;
}
#renovation > figure {
  width: 750px;
  margin-left: -44px;
}
#renovation > figure:first-of-type {
  margin-top: 60px;
}
#renovation > figure + figure {
  margin-top: 20px;
}
#renovation .annotation {
  display: block;
  margin-top: 8px;
  text-align: end;
  font-size: 22px;
  font-weight: 500;
}
#renovation .construction-list {
  margin-top: 60px;
  border: 1px solid #231815;
  border-width: 1px 0 1px 0;
  font-family: var(--font-yu-gothic);
}
#renovation .construction-list dt {
  border-bottom: 1px solid #231815;
  padding-block: 24px;
  text-align: center;
  font-size: 26px;
}
#renovation .construction-list dd {
  width: fit-content;
  margin-inline: auto;
  padding-block: 22px 40px;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
}
#renovation .contact {
  margin-top: 58px;
  padding-block: 40px;
  border-image: linear-gradient(#f2ece5 0 0) fill 0 / 0 / 0 100vw;
}
#renovation .contact :where(h3, p) {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
#renovation .contact p strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
}
#renovation .contact p + p {
  margin-top: 10px;
}

aside.banner {
  padding-inline: 50px;
}
aside.banner a:hover {
  opacity: 0.8;
}
