/* ----------------------------------------
MV
---------------------------------------- */
  #special-mv {
    height: 16rem;
    background-image: linear-gradient(
      125deg,
      rgba(186, 216, 233, 1) 47%,
      rgba(172, 210, 233, 1) 47% 73%,
      rgba(163, 204, 230, 1) 73%
    );
  }

  #special-mv .body {
    padding-top: 4rem;
  }

  #special-mv .body h1 {
    font-size: 2.8rem;
  }

  #special-mv .body p {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }

  /* ----------------------------------------
Tab
---------------------------------------- */
  #special-tab {
    padding: 0 1.5rem;
  }

  #special-tab .tab-list {
    flex-wrap: wrap;
    max-width: none;
    margin: 3rem auto 0;
  }

  #special-tab .tab-list li:nth-of-type(2) {
    border-left: 1px solid #e9ecee;
    border-right: none;
    border-bottom: 1px solid #e9ecee;
  }

  #special-tab .tab-list li:nth-of-type(3) {
    border-top: 1px solid #e9ecee;
    border-right: 1px solid #e9ecee;
  }

  #special-tab .tab-list li {
    flex-direction: column;
    gap: 0.6rem;
    width: calc(100% / 2);
    height: 13rem;
    padding-top: 2rem;
  }

  #special-tab .tab-list li a > span {
    font-size: 1.4rem;
  }

  #special-tab img {
    max-width: 7rem;
  }

  /* ----------------------------------------
Contents
---------------------------------------- */

  #special-contents {
    margin: 6rem 0 8.5rem;
    padding: 0 1.5rem;
  }

  #special-contents .inner {
    max-width: none;
  }

  #special-contents ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  #special-contents .text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #special-contents .main-list {
    gap: 4rem;
  }

  #special-contents .sub-list li,
  #special-contents .main-list li {
    width: 100%;
  }

  #special-contents .sub-list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }

  #special-contents .sub-list figure {
    max-width:none;
    max-height: none;
  }