@charset "utf-8";

/* 完売御礼ページ */
html {
  height: 100%;
}

body.soldpage {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100dvh;
  margin: 0;
  background: #fff;
}

body.soldpage main {
  flex: 1 0 auto;
}

body.soldpage footer {
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: 0;
}

#sold-mv {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.sold-mv {
  display: block;
  width: 100%;
}

.sold-mv img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.sold_text {
  position: absolute;
  right: 0;
  bottom: 6%;
  left: 0;
  z-index: 2;
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.sold_text .text_inner {
  padding: 20px 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.sold_text .p3 {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.sold_bnr {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.sold_bnr li + li {
  margin-top: 12px;
}

.sold_bnr a {
  display: block;
  line-height: 0;
}

.sold_bnr img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sold_text {
    top: 48%;
    right: 4%;
    bottom: auto;
    left: auto;
    width: 32%;
    max-width: 440px;
    margin: 0;
    transform: translateY(-50%);
  }

  .sold_text .text_inner {
    padding: 40px 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }

  .sold_text .p3 {
    font-size: 2rem;
    line-height: 1.9;
  }

  .sold_bnr {
    margin-top: 20px;
  }

  .sold_bnr li + li {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sold_text {
    bottom: 4%;
    width: 92%;
    max-width: none;
  }

  .sold_text .text_inner {
    padding: 18px 16px;
  }

  .sold_text .p3 {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  .sold_bnr {
    margin-top: 14px;
  }

  .sold_bnr li + li {
    margin-top: 10px;
  }
}
