@media screen and (min-width: 1025px) {
  .mv {
    position: relative;
  }
  .mv:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    content: "";
    border: 1px solid #FF0001;
    width: calc(100% - calc(72px * 2));
    height: calc(calc(100% - calc(48px * 2)) + 9px);
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
  }
  .mv .image {
    position: relative;
    width: 100%;
    height: 674px;
    background: url(../img/about/mv.png) center center/cover no-repeat;
    width: 100%;
    height: 100vh;
    max-height: 674px;
    z-index: 0;
  }
  .mv .image h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #FF0001;
  }
  .mv .contents {
    background-color: #E5E5E5;
    padding: 6rem 0 4rem 0;
    z-index: 2;
  }
  .mv .contents .description {
    position: relative;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 6rem;
  }
  .mv .contents .description .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(72px + 16px);
    top: calc(-6rem + 16px);
    background-color: #FF0001;
  }
  .mv .contents .description h3 {
    font-size: 2.4rem;
  }
  .mv .contents .description p {
    max-width: 640px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .mv nav {
    position: fixed;
    left: 24px;
    top: 0;
    width: 148px;
    height: 148px;
    background-color: #FFFFFF;
    padding: 24px;
    padding-top: 40px;
    z-index: 99;
  }
  .mv nav .menu {
    display: none;
  }
  .mv nav .open_button {
    position: absolute;
    width: 24px;
    height: 16px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv nav .open_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0B0146;
  }
  .mv nav .open_button p:nth-of-type(1) {
    top: 0;
  }
  .mv nav .open_button p:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  .mv nav .open_button p:nth-of-type(3) {
    bottom: 0;
  }
  .mv nav .close_button {
    display: none;
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translateX(-50%);
  }
  .mv nav .close_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #707070;
    top: 50%;
  }
  .mv nav .close_button p:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .mv nav .close_button p:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .mv nav.open {
    height: 563px;
  }
  .mv nav.open .menu {
    display: block;
  }
  .mv nav.open .open_button {
    display: none;
  }
  .mv nav.open .close_button {
    display: block;
  }
  .mv nav ul {
    position: absolute;
    bottom: 72px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .mv nav ul li {
    text-align: center;
  }
  .mv nav ul li + li {
    margin-top: 20px;
  }
  .mv nav ul li a {
    font-size: 1.5rem;
  }

  footer {
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 64px;
    padding-bottom: 32px;
  }
  footer p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    position: relative;
    margin: 0;
  }
  .mv:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    content: "";
    border: 1px solid #FF0001;
    width: calc(100% - calc(24px * 2));
    height: calc(calc(100% - calc(24px * 2)) - 15px);
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
  }
  .mv .image {
    position: relative;
    width: 100%;
    height: 253px;
    background: url(../img/about/mv.png) center center/cover no-repeat;
    z-index: -1;
    margin-top: -2px;
  }
  .mv .image h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    color: #FF0001;
    white-space: nowrap;
  }
  .mv .contents {
    background-color: #E5E5E5;
    padding: 4rem 0 4rem 0;
    z-index: 2;
  }
  .mv .contents .description {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0 calc(24px * 2);
    padding-bottom: 24px;
  }
  .mv .contents .description .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(24px + 10px);
    top: calc(-4rem + 10px);
    background-color: #FF0001;
  }
  .mv .contents .description h3 {
    font-size: 1.6rem;
  }
  .mv .contents .description p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .mv nav {
    position: fixed;
    left: 12px;
    top: 12px;
    width: 74px;
    height: 74px;
    background-color: #FFFFFF;
    z-index: 99;
  }
  .mv nav h1 {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
  }
  .mv nav .open_button {
    position: absolute;
    width: 18px;
    height: 12px;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv nav .open_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0B0146;
  }
  .mv nav .open_button p:nth-of-type(1) {
    top: 0;
  }
  .mv nav .open_button p:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  .mv nav .open_button p:nth-of-type(3) {
    bottom: 0;
  }
  .mv nav .menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
  }
  .mv nav ul {
    display: flex;
    position: absolute;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mv nav ul li {
    text-align: center;
  }
  .mv nav ul li + li {
    margin-top: 1rem;
  }
  .mv nav ul li a {
    font-size: 3rem;
  }
  .mv nav.open .menu {
    display: block;
  }
  .mv nav .close_button {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 36px;
    height: 36px;
  }
  .mv nav .close_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #707070;
    top: 50%;
  }
  .mv nav .close_button p:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .mv nav .close_button p:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  footer {
    text-align: center;
    background-color: #FFFFFF;
    padding: 28px 0;
  }
  footer p {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=about.css.map */
