@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../../font/notoserif/NotoSerifJP-Light.otf");
  src: url("../../font/notoserif/NotoSerifJP-Light.woff2") format("woff"), url("../../font/notoserif/NotoSerifJP-Light.ttf") format("truetype");
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../../font/notoserif/NotoSerifJP-Medium.otf");
  src: url("../../font/notoserif/NotoSerifJP-Medium.woff2") format("woff"), url("../../font/notoserif/NotoSerifJP-Medium.ttf") format("truetype");
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../../font/notoserif/NotoSerifJP-Bold.otf");
  src: url("../../font/notoserif/NotoSerifJP-Bold.woff2") format("woff"), url("../../font/notoserif/NotoSerifJP-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "futura";
  src: url("../../font/futura/Futura-Md-BT-Medium.woff") format("woff");
}
.c-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c-white)), color-stop(50%, var(--c-white)), color-stop(50%, var(--c-light)), to(var(--c-light)));
  background: linear-gradient(180deg, var(--c-white) 0%, var(--c-white) 50%, var(--c-light) 50%, var(--c-light) 100%);
}

.c-mv__main {
  background: url("../../images/door/mv-bg.png") no-repeat center/1920px;
}
@media (min-width: 1920px) {
  .c-mv__main {
    background-position: right center;
  }
}
.c-mv__main .l-container {
  padding: 14rem 3.5rem;
  position: relative;
}

.c-mv__title {
  text-align: center;
}
.c-mv__title img {
  width: 35rem;
}

.c-mv__lead {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 4rem;
}
.c-mv__lead .lg {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}

.c-mv__txtlead {
  position: absolute;
  left: -5rem;
  top: 2rem;
}

.c-mv__btnwrap {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.c-intro {
  padding: 7rem 0 8rem;
  text-align: center;
}
.c-intro p {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
}

@media screen and (max-width: 750px) {
  .c-mv__main {
    background-image: url("../../images/door/sp-mv-bg.png");
    background-size: cover;
  }
  .c-mv__main .l-container {
    padding: 28rem 3.5rem 25rem 7.5rem;
  }
  .c-mv__title img {
    width: 36rem;
  }
  .c-mv__lead {
    margin-top: 8rem;
    font-family: var(--f-sans);
    font-size: var(--c-fs-h3);
    font-weight: var(--c-fw-medium);
    line-height: var(--c-lh-heading);
    font-weight: bold;
    text-shadow: 0 0 2rem var(--c-white), 0 0 2rem var(--c-white), 0 0 2rem var(--c-white), 0 0 2rem var(--c-white);
  }
  .c-mv__lead .lg {
    font-family: var(--f-sans);
    font-size: var(--c-fs-h2);
    font-weight: var(--c-fw-medium);
    line-height: var(--c-lh-heading);
  }
  .c-mv__txtlead {
    left: 2rem;
    top: 3rem;
    width: 1.7rem;
  }
  .c-mv__btnwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8rem 0;
  }
  .c-intro {
    padding: 7rem 0;
  }
}