@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* TOP
-------------------------------------------------------------------------------------------------------------------------------*/
main {
  background: url(/base/osaka/special/find_my_size/img/251027/top/bg.png) no-repeat top center / cover;
  padding-bottom: 290px;
}
.mv {
  padding-block: 52px 65px;
}
.mv h1 {
  width: min(673px, 100%);
  margin-inline: auto;
}
.mv .intro {
  text-align: center;
  color: var(--color-main);
  font-family: var(--font-yu-mincho);
}
.mv .intro .copy {
  width: 472px;
  margin: 21px auto 0;
}
.mv .intro .date {
  width: 339px;
  margin: 70px auto 0;
}
.mv .intro .description {
  padding-top: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.mv .intro .description span {
  color: #ca3a1c;
}

.topics {
  position: relative;
}
.topics::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  translate: -50% 0;
  width: 718px;
  height: calc(100% - 200px);
  background: url(/base/osaka/special/find_my_size/img/251027/content-bg.png) repeat-y top 100px center / 100% auto;
}
.topics .wrapper {
  position: relative;
  z-index: 2;
  width: 718px;
  margin-inline: auto;
  padding: 61px 48px 82px;
}
.topics .wrapper::before,
.topics .wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100px;
  background: url(/base/osaka/special/find_my_size/img/251027/content-bg-vertical.png) no-repeat center / contain;
}
.topics .wrapper::before {
  top: 0;
}
.topics .wrapper::after {
  bottom: 0;
  transform: scaleY(-1);
}
.topics .wrapper h2 {
  margin-bottom: 54px;
}
.topics .wrapper > section + section {
  padding-top: 50px;
}
.topics .wrapper > section .floor {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  border-bottom: 1px solid var(--color-sub);
  padding: 0 0 8px 10px;
  color: var(--color-sub);
  font-family: var(--font-yu-mincho);
  font-size: 28px;
  line-height: 1.2;
}
.topics .wrapper > section .floor span {
  padding-right: 8px;
  font-size: 44px;
  line-height: 1;
}
.topics .wrapper > section .floor span::after {
  content: "F";
  font-size: 30px;
}

.topics .wrapper > section h4 {
  margin-bottom: 30px;
}
.topics .wrapper > section h5 {
  color: var(--color-accent);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
}
.topics .wrapper > section .summary-list {
  padding-top: 8px;
}
.topics .wrapper > section .summary-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-font);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}
.topics .wrapper > section .summary-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-accent);
}
.topics .wrapper > section .summary-list li span {
  color: #e60012;
  font-weight: 400;
}
.topics .wrapper > section .note {
  margin-top: 8px;
  color: var(--color-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.topics .wrapper > section .inner {
  display: grid;
  grid-template-columns: 1fr 288px;
  gap: 18px 42px;
  padding-top: 20px;
}
.topics .wrapper > section .inner + .inner {
  margin-top: 52px;
  padding-top: initial;
}
.topics .wrapper > section .inner .summary-list {
  grid-column: 1;
  padding-top: initial;
}
.topics .wrapper > section .inner > p {
  grid-column: 1;
  color: var(--color-main);
  text-align: justify;
  font-size: 23px;
  line-height: 1.36;
}
.topics .wrapper > section .inner > p > span.size {
  color: var(--color-font);
}
.topics .wrapper > section .inner > p > span.size > span.pl {
  padding-left: 74px;
}
.topics .wrapper > section .inner .detail-list {
  line-height: 1.3;
}
.topics .wrapper > section .inner .detail-list dt {
  white-space: nowrap;
  font-size: 26px;
  font-weight: 700;
}
.topics .wrapper > section .inner .detail-list dt.d-ib {
  padding-right: 8px;
}
.topics .wrapper > section .inner .detail-list .price {
  font-size: 26px;
  font-weight: 700;
}
.topics .wrapper > section .inner .detail-list .price span {
  font-size: 33px;
}
.topics .wrapper > section .inner .detail-list .size {
  font-size: 24px;
}
.topics .wrapper > section .inner .detail-list .size > span.pl {
  padding-left: 77px;
}
.topics .wrapper > section .inner figure:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1 / span 3;
}
.topics .wrapper > section:nth-of-type(4) .inner figure:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2 / span 2;
}
.topics .wrapper > section:nth-of-type(4) section:nth-of-type(1) .inner figure:nth-of-type(2) {
  margin-top: -20px;
}
.topics .wrapper > section > section + section {
  padding-top: 40px;
}
.remarks {
  padding-top: 80px;
}
.remarks-list {
  margin-inline: auto;
  max-width: 640px;
  font-size: 24px;
  line-height: 1.5;
}
.remarks-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.remarks-list > li + li {
  margin-top: 4px;
}