@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 22%;
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff2");
  font-display: swap;
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff2");
  font-display: swap;
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Akshar";
  src: url("../font/Akshar/Akshar-VariableFont_wght.ttf") format("truetype");
}
.p-mv {
  margin-bottom: 2.6388888889vw;
  position: relative;
}
.p-mv::before {
  content: "";
  display: block;
  width: 24.7222vw;
  height: 58.4722vw;
  background: url("../images/common/mv-frame-left.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::before {
    width: 31.7rem;
    height: 160.2rem;
    background-image: url("../images/common/sp-mv-frame-left.svg");
  }
}
.p-mv::after {
  content: "";
  display: block;
  background: url("../images/common/mv-frame-right.svg") no-repeat center/cover;
  position: absolute;
  width: 6.875vw;
  height: 15.8333vw;
  right: 1.3889vw;
  bottom: 1.0833vw;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .p-mv::after {
    width: 9.9rem;
    height: 22.89rem;
    right: 3rem;
    bottom: 2.5rem;
    background-image: url("../images/common/sp-mv-frame-right.svg");
  }
}
.p-mv__slider {
  width: 100%;
  height: 100%;
}
.p-mv__slider .slick-list,
.p-mv__slider .slick-track {
  height: 100%;
}
.p-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-mv__slide--child::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
}
@media screen and (max-width: 780px) {
  .p-mv__slide--child::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.48%, rgba(35, 24, 21, 0.9)), color-stop(81.21%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(35, 24, 21, 0.9) 9.48%, rgba(255, 255, 255, 0) 81.21%);
  }
}
.p-mv__copy {
  position: absolute;
  top: 53%;
  left: 10vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .p-mv__copy {
    left: 15rem;
  }
}
.p-mv__copy--sub {
  top: 50%;
  left: 17vw;
}
.p-mv__copy--sub .p-mv__title {
  margin-bottom: 2rem;
}
.p-mv__copy--sub .p-mv__title img {
  width: 27.1rem;
}
.p-mv__copy--sub .p-mv__page-title {
  text-align: center;
}
.p-mv__copy--sub .p-mv__page-catch {
  padding-top: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  .p-mv__copy--sub {
    left: 20rem;
    top: 57%;
  }
  .p-mv__copy--sub .p-mv__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-mv__copy--sub .p-mv__title img {
    width: 41.2rem;
  }
  .p-mv__copy--sub .p-mv__page-title {
    text-align: center;
    font-size: 8.576rem;
    margin-left: 0;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1.5rem;
  }
  .p-mv__copy--sub .p-mv__page-catch {
    display: none;
  }
}
.p-mv__title img {
  width: 42.8rem;
}
@media screen and (max-width: 1440px) {
  .p-mv__title img {
    width: 29.722222vw;
  }
}
@media screen and (max-width: 780px) {
  .p-mv__title img {
    width: 55.1rem;
  }
}
.p-mv__page-title {
  color: var(--color-white);
  font-size: 5.7rem;
  font-weight: 300;
  border-top: 1px solid var(--color-white);
}
.p-mv__page-title span {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .p-mv__page-title {
    font-size: 3.9705vw;
  }
}
.p-mv__page-catch {
  color: var(--color-white);
  font-size: 2.38rem;
  font-family: var(--f-serif);
  border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 1440px) {
  .p-mv__page-catch {
    font-size: 1.6581vw;
  }
}
.p-mv__catch {
  position: absolute;
  right: 6vw;
  bottom: 5.7vw;
  font-size: 3.6806vw;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--color-white);
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .p-mv {
    margin-bottom: 10.3rem;
  }
  .p-mv__slide img {
    height: 150rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-mv__title {
    top: 49%;
  }
  .p-mv__catch {
    font-size: 4.3rem;
    right: 11rem;
    bottom: 10rem;
  }
}

.c-linking {
  text-align: center;
}
.c-linking-frame-sm .c-linking__inner {
  min-height: 28.3rem;
}
.c-linking-frame-sm .c-linking__inner::before {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-left.svg");
}
.c-linking-frame-sm .c-linking__inner::after {
  height: 28.3rem;
  background-image: url("../images/common/frame-linking-right.svg");
}
.c-linking__inner {
  max-width: 1030px;
  margin: auto;
  padding: 0 5rem;
  position: relative;
}
.c-linking__inner::before {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-left.svg") no-repeat center left/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-linking__inner::after {
  content: "";
  display: block;
  width: 11.1rem;
  height: 35.5rem;
  background: url("../images/top/ill-frame-right.svg") no-repeat center right/100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-linking__title {
  font-size: 7rem;
  font-weight: 600;
  font-family: var(--f-roboto);
  color: var(--color-text-gray);
}
.c-linking__lead {
  font-size: 2.2rem;
  font-weight: 600;
}
.c-linking__text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-linking__inner {
    padding: 0 5rem;
  }
  .c-linking__title {
    padding-top: 3rem;
    font-size: 5rem;
  }
  .c-linking__lead {
    font-size: 1.8rem;
  }
  .c-linking__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .c-linking .l-container {
    padding-inline: 0;
  }
  .c-linking-frame-sm .c-linking__inner::before {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-left.svg");
  }
  .c-linking-frame-sm .c-linking__inner::after {
    height: 32.2rem;
    background-image: url("../images/top/sp-ill-frame-right.svg");
  }
  .c-linking__inner {
    padding: 0 3rem;
  }
  .c-linking__inner::before {
    background-image: url("../images/top/sp-ill-frame-left.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__inner::after {
    background-image: url("../images/top/sp-ill-frame-right.svg");
    width: 5.7rem;
    height: 32.2rem;
  }
  .c-linking__title {
    padding-top: 6rem;
  }
  .c-linking__lead {
    font-size: 4rem;
  }
  .c-linking__text {
    font-size: 3.4rem;
    padding-inline: 3.5rem;
    padding-top: 9rem;
    text-align: left;
    line-height: 1.7647;
  }
}

.c-linking {
  margin: 9rem 0 12rem;
}
.c-linking__title {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 780px) {
  .c-linking {
    margin: 16rem 0 9rem;
  }
  .c-linking__title {
    margin-bottom: -1rem;
  }
}

.p-top-links {
  padding-top: 1.5rem;
  margin-bottom: 10rem;
  position: relative;
}
.p-top-links__item {
  text-align: center;
}
.p-top-links__item + .p-top-links__item {
  margin-top: 10rem;
}
.p-top-links__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  color: var(--color-black);
  text-align: left;
  margin-left: 9rem;
}
@media (hover: hover) {
  .p-top-links__link:hover {
    opacity: 1;
  }
  .p-top-links__link:hover .p-top-links__title span {
    color: var(--color-red);
  }
  .p-top-links__link:hover .p-top-links__label {
    color: var(--color-red);
  }
  .p-top-links__link:hover .p-top-links__img::after {
    background-color: rgba(241, 90, 36, 0.7);
  }
}
.p-top-links__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 27.3rem;
}
.p-top-links__title {
  font-size: 3.6rem;
  font-weight: 400;
  border-bottom: 1px solid var(--color-black);
  position: relative;
}
.p-top-links__title::before {
  content: "";
  width: 7.5rem;
  height: 0.1rem;
  background-color: var(--color-red);
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 1;
}
.p-top-links__title span {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-links__text {
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin-top: 2rem;
}
.p-top-links__visual {
  width: 51.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
.p-top-links__img {
  width: 30.1rem;
  line-height: 0;
  position: relative;
}
.p-top-links__img::before {
  content: "";
  display: block;
  width: 5.7rem;
  height: 100%;
  background: url("../images/common/frame-image.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-links__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-links__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  padding-bottom: 0.6rem;
  font-size: 2.7rem;
  font-family: var(--f-roboto);
  font-weight: 600;
  color: var(--color-text-gray);
  border-bottom: 1px solid var(--color-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .p-top-links__link {
    margin-left: 0;
    gap: 3rem;
  }
  .p-top-links__visual {
    width: 30rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .p-top-links__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    gap: 1.7rem;
  }
  .p-top-links__body {
    max-width: initial;
  }
  .p-top-links__title {
    font-size: 6rem;
    text-align: center;
    line-height: 1.6;
  }
  .p-top-links__title::before {
    width: 17.6rem;
  }
  .p-top-links__label {
    font-size: 3.4rem;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .p-top-links__text {
    font-size: 3.4rem;
  }
  .p-top-links__visual {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
  .p-top-links__img {
    width: 100%;
  }
  .p-top-links__img img {
    width: 100%;
  }
  .p-top-links__item + .p-top-links__item {
    margin-top: 11.25rem;
  }
}

.l-pageframe__deco--02 {
  top: 70rem;
}
@media screen and (max-width: 780px) {
  .l-pageframe__deco--01 {
    top: 77.5rem;
  }
  .l-pageframe__deco--02 {
    top: 164rem;
  }
  .l-pageframe__deco--03 {
    top: 294rem;
  }
  .l-pageframe__deco--04 {
    top: 387rem;
  }
}