.home-tvcm {
  position: relative;
  text-align: center;
}
.home-tvcm > .title {
  margin-bottom: 3.75rem;
}
.home-tvcm > .title > .text img {
  height: auto;
  width: 8.3125rem;
}
.home-tvcm > .title > .fukidasi {
  position: absolute;
  top: 3.125rem;
  left: -0.625rem;
}
.home-tvcm > .title > .fukidasi img {
  height: auto;
  width: 6.875rem;
}
.home-tvcm > .movie {
  border: 7px solid var(--color-black);
  border-radius: 20px;
  line-height: 0;
  margin: 0 calc(var(--margin-side-small) * -0.5);
  position: relative;
}
.home-tvcm > .movie::before {
  background: url(../../images/home/ornament_tvcm01.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 3.125rem;
  position: absolute;
  top: calc(-3rem - 7px);
  left: 6.875rem;
  width: 2.1875rem;
}
.home-tvcm > .movie::after {
  background: url(../../images/home/ornament_tvcm02.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 2.8125rem;
  position: absolute;
  top: calc(-2.6875rem - 7px);
  right: 1.25rem;
  width: 5.5625rem;
}
.home-tvcm > .movie iframe {
  aspect-ratio: 16/9;
  border-radius: 13px;
  height: 100%;
  width: 100%;
}

.home-modal-content {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-height: calc(100svh - 52px - var(--margin-side-small) * 4 - 2.5rem);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.home-modal-content > .text > .profile dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.home-modal-content > .text > .profile dd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.home-modal-content > .text > .profile > .row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25em;
  font-size: 1rem;
}
.home-modal-content > .text > .profile > .row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.home-modal-content > .text > .profile > .row dt::before, .home-modal-content > .text > .profile > .row dt::after {
  content: "|";
}
.home-modal-content > .text > .profile > .row dt > .spacing {
  letter-spacing: 1em;
  padding-left: 1em;
}
.home-modal-content > .text > .profile > .comment {
  margin-top: 2.5rem;
}
.home-modal-content > .text > .profile > .comment dt {
  background-color: #74a92d;
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.75rem) 50%, 100% 100%, 0 100%);
  color: var(--color-white);
  font-size: 0.875rem;
  letter-spacing: 0.5em;
  line-height: 1;
  padding: 0.25em 0.5em 0.35em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-modal-content > .text > .profile > .comment dd {
  line-height: 2;
}
.home-modal-content > .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}
.home-modal-content > .image img {
  height: auto;
  width: 45%;
}