#mv-under {
  background: #fff; }
  #mv-under .inner {
    padding: 130px 0 110px; }
    @media screen and (max-width: 1024px) {
      #mv-under .inner {
        padding: 120px 0 90px; } }
    @media screen and (max-width: 834px) {
      #mv-under .inner {
        padding: 100px 0 80px; } }

.mv-under__wrap {
  background: url(../img/common/mv-bg.svg) no-repeat;
  background-size: contain;
  height: 300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    .mv-under__wrap {
      height: 250px; } }
  @media screen and (max-width: 834px) {
    .mv-under__wrap {
      height: 170px; } }

.mv-under__ttl {
  color: #5a004a;
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 200; }
  @media screen and (max-width: 1024px) {
    .mv-under__ttl {
      font-size: 6rem; } }
  @media screen and (max-width: 834px) {
    .mv-under__ttl {
      font-size: 4rem; } }
  .mv-under__ttl span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .mv-under__ttl span {
        font-size: 1.6rem; } }
    @media screen and (max-width: 834px) {
      .mv-under__ttl span {
        font-size: 1.4rem; } }

.breadcrumb {
  text-align: right;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 834px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb li {
    font-size: 1.4rem;
    position: relative;
    padding: 0 10px;
    line-height: 1; }
    @media screen and (max-width: 1024px) {
      .breadcrumb li {
        font-size: 1.2rem; } }
    .breadcrumb li:after {
      content: "";
      background: #2b2826;
      height: 100%;
      width: 1px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .breadcrumb li:last-child:after {
      display: none; }
    .breadcrumb li a {
      text-decoration: underline; }
