@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 {
  margin-top: 10rem;
  margin-bottom: 12rem;
}
.c-mv .c-title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}
.c-mv .name {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}
.c-mv .ruby {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 500;
  color: #434343;
}
.c-mv .spec {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 500;
  color: #434343;
}
.c-mv .nomination-fee {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  margin-top: 1.5rem;
}
.c-mv .job {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  margin-top: 1.5rem;
}
.c-mv .date-enter {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #6ba6c2;
  color: var(--c-white);
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 16rem;
  border-radius: 100%;
}
.c-mv .date-enter .sm {
  font-size: 2rem;
}
.c-mv .date-enter .lg {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  line-height: 1.1;
}

.c-mv__inner {
  text-align: center;
  position: relative;
}

.c-post {
  margin-bottom: 10rem;
}
.c-post p {
  color: #626262;
  font-size: 3rem;
  line-height: 1.73333;
}

.c-post p.c-btn .c-btn__link{
  font-size: 2rem;
}

.c-post__img {
  margin-bottom: 10rem;
}
.c-post__img img {
  width: 100%;
  height: auto;
}

.c-cast__slide--img {
    margin: 0 1.5rem;
}