@charset "UTF-8";

/* =============================================================================

Bestrate CSS

・最低価格保証用CSS「.rebrand10th-×××」

上記はここに記述する

============================================================================= */


/* .SelectorName
----------------------------------------------------------------------------- */
.rebrand10th-selectorName {
  @media (width > 640px) {
  }
  @media (width <=640px) {
  }
}

.rebrand10th-mv {
  display: flex;
  justify-content: center;
  @media (width > 640px) {
    width: 100%;
    background: url(../img/rebrand10th/rebrand_mv_pc.webp) no-repeat 15%;
    background-size: cover;
    height: 80vh;
    max-height: 80rem;
    align-items: center;
  }
  @media (width <=640px) {
    background: url(../img/rebrand10th/rebrand_mv_sp.webp) no-repeat center;
    background-size: cover;
    height: 60rem;
    align-items: flex-end;
  }
}
.rebrand10th-copy {
  @media (width > 640px) {
    width: 120rem;
    display: flex;
    justify-content: flex-end;
    margin: 0 4rem;
  }
  @media (width <=640px) {
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 2rem 5rem;
  }
  p {
    letter-spacing: 0.05em;
    color: var(--cc-white-A);
    font-family:var(--ff-serif);
    @media (width > 640px) {
      text-align: right;
      font-size: 2.8rem;
      text-shadow: 0 0 2rem rgba(49, 159, 253, 0.8);
    }
    @media (width <=640px) {
      text-align: center;
      font-size: 1.8rem;
      text-shadow: none;
    }
  }
}
.rebrand10th-bg {
  background: #F0EFEC;
  padding: 8rem 0 6rem;
  margin-bottom: 10rem;
  font-family:var(--ff-serif);
  h2 {
    margin-bottom: 2rem;
    font-weight: 700;
    @media (width > 640px) {
      font-size: 2.25rem;
    }
    @media (width <=640px) {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
    }
  }
  p {
    @media (width <=640px) {
      text-align-last: left;
    }
  }
}
.rebrand10th-sec {
    margin: 0 auto;
    @media (width > 640px) {
      max-width: 120rem;
      text-align: center;
    }
    @media (width <=640px) {
      max-width: 90%;
    }
}
.rebrand10th-tar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1.3rem;
  text-align: right;
  img {
    margin-left: 3.2rem;
  }
}
.rebrand10th-box {
  margin-bottom: 9.5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  @media (width > 640px) {
    padding: 6rem;
  }
  @media (width <=640px) {
    padding: 6rem 2rem;
    text-align: center;
  }
}
.rebrand10th-box_in:not(:last-child) {
  margin-bottom: 5rem;
}
.rebrand10th-box_in {
  h2 {
    width: 100%;
    color: #68000C;
    font-family:var(--ff-serif);
    font-size: 2rem;
    font-weight: bold;
    @media (width > 640px) {
      margin-bottom: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media (width <=640px) {
      line-height: 1.2;
      position: relative;
      margin-bottom: 6.2rem;
      display: block;
    }
  }
  h2::before {
    margin-right: 1rem;
    @media (width > 640px) {
      content: '';
      flex-grow: 1;
      height: 1px;
      background-color: #68000C;
    }
    @media (width <=640px) {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 2px;
      background-color: #68000C;
    }
  }
}
h2::after {
    margin-right: 1rem;
    @media (width > 640px) {
      content: '';
      flex-grow: 1;
      height: 1px;
      background-color: #68000C;
    }
    @media (width <=640px) {
      display: none;
    }
}
.rebrand10th-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.rebrand10th-ttl {
  padding: 1.0rem;
  background-color: var(--cc-red-A);
  color: var(--cc-white-A) !important;
  @media (width > 640px) {
  }
  @media (width <=640px) {
    margin-bottom: 6.2rem !important;
    font-size: 1.6rem !important;
  }
  &::before,
  &::after {
    content: none !important;
  }
}
.rebrand10th-box {
  ul {
    margin-bottom: 7rem;
    text-align: left;
    @media (width > 640px) {
      display: flex;
      justify-content: center;
      gap: 4.0rem;
    }
    @media (width <=640px) {
    }
  }
  .rebrand10th-tag {
    padding: 0 1.0rem;
    inline-size: fit-content;
    background-color: var(--cc-red-A);
    color: var(--cc-white-A);
    @media (width > 640px) {
      font-size: 1.2rem;
    }
    @media (width <=640px) {
    }
  }
  h3 {
    margin: 1.5rem 0;
    line-height: 1.5;
    color: var(--cc-red-A);
    font-size: 1.8rem;
    font-weight: 700;
  }
  li:nth-child(2) {
    @media (width > 640px) {
      width: 42rem;
    }
    @media (width <=640px) {
      margin-top: 1.5rem;
    }
  }
  .rebrand10th-btn {
    width: 20rem;
    margin: 3rem 0 0;
    --base-bg: var(--cc-gold-A);
    --base-color-reverse: var(--cc-gold-A);
    border: 1px solid var(--cc-gold-A);
    border-radius: 0.4rem;
    @media (width > 640px) {
    }
    @media (width <=640px) {
      width: 100%;
    }
  }
  .rebrand10th-btn a {
    display: block;
    padding: 1rem 2rem;
  }
  .rebrand10th-note {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.08em;
    @media (width > 640px) {
    }
    @media (width <=640px) {
      text-align: left;
    }
  }
}
.rebrand10th-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (width > 640px) {
}
@media (width <=640px) {
}