@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__inner {
  position: relative;
}

.c-mv__img img {
  width: 100%;
}

.c-mv__txt {
  position: absolute;
  bottom: 6rem;
  left: 3rem;
  width: calc(100% - 6rem);
}

.c-mv__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  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__title .sm {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  display: block;
}

.c-mv__subtitle {
  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: 1rem;
  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 {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  margin-top: 1rem;
  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-info__wrap {
  overflow: scroll;
}

.c-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
}

.c-info__item {
  width: 32rem;
}
.c-info__item a {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  color: var(--c-black);
}
.c-info__item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-info__item--img {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--c-light);
}

.c-pickup__slide--item {
  margin: 0 1.5rem;
}

.c-pickup__slide--item a{
  color: var(--c-black);
}

.c-pickup__slide--img {
  margin-bottom: 3rem;
}
.c-pickup__slide--img img {
  width: 100%;
}

.c-pickup__slide--text {
  text-align: center;
}
.c-pickup__slide--text .name {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  line-height: 1;
  font-weight: bold;
}
.c-pickup__slide--text .ruby {
  font-size: 2rem;
}
.c-pickup__slide--text .spec {
  font-size: 2.2rem;
}

.c-topics__item {
  width: 52rem;
}