/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
  overflow: hidden;
  height: 43.75vw;
}
.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-mv-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}
.p-mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 7.2rem;
  line-height: 1.5277777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 3.75vw;
  color: #fff;
  text-align: center;
  width: max-content;
}
.p-mv-txt span {
  font-size: 3.2291666667vw;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 122.6666666667vw;
  }
  .p-mv-txt {
    top: 59.7333333333vw;
    font-size: 7.4666666667vw;
    line-height: 1.5357142857;
  }
  .p-mv-txt span {
    font-size: 6.4vw;
  }
}
/* p-bnr
---------------------------------------------------------------------------- */
.p-bnr {
  padding-block: 6rem;
  background-color: #1f1f1f;
}

.p-bnr-inner {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  width: 95%;
  max-width: 192rem;
  margin-inline: auto;
}

.p-bnr-btn {
  display: block;
}
.p-bnr-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-bnr {
    padding-block: 8vw;
  }
  .p-bnr-inner {
    flex-wrap: wrap;
    gap: 4vw 2.9333333333vw;
    width: 100%;
    max-width: 100%;
  }
  .p-bnr-btn._primevideo {
    width: 28.2666666667vw;
  }
  .p-bnr-btn._hulu {
    width: 25.0666666667vw;
  }
  .p-bnr-btn._u-next {
    width: 33.0666666667vw;
  }
  .p-bnr-btn._skyperfectv {
    width: 28.2666666667vw;
  }
  .p-bnr-btn._jcom {
    width: 24.5333333333vw;
  }
  .p-bnr-btn._catv {
    width: 25.0666666667vw;
  }
  .p-bnr-btn._auhikari {
    width: 30.6666666667vw;
  }
  .p-bnr-btn._hikaritv {
    width: 30.6666666667vw;
  }
}
/* p-future
---------------------------------------------------------------------------- */
.p-future {
  padding-block: 10.3rem 10rem;
  position: relative;
}
.p-future::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.p-future-contents-box {
  display: flex;
  justify-content: flex-end;
  gap: 10rem;
  width: 120rem;
  margin-inline: auto;
  position: relative;
}

.p-future-contents-box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-future-contents-box:nth-of-type(even) .p-future-contents-box-img {
  left: 59.7rem;
  right: auto;
}

.p-future-contents-box:nth-of-type(1) {
  margin-bottom: 20rem;
}

.p-future-contents-box:nth-of-type(2) {
  margin-bottom: 30.5rem;
}

.p-future-contents-box:nth-of-type(3) {
  margin-bottom: clamp(31rem, 20.8333333333vw, 400px);
}

.p-future-contents-box-img {
  width: clamp(60rem, 39.7916666667vw, 764px);
  aspect-ratio: 764/425;
  position: absolute;
  top: 0;
  right: 59.7rem;
}
.p-future-contents-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-future-contents-body {
  width: 50rem;
  position: relative;
}
.p-future-contents-body::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.p-future-contents-body._01::before {
  width: 80.1rem;
  aspect-ratio: 801/508;
  background-image: url("../../images/service/bg_future_01.webp");
  top: 15rem;
  left: -5rem;
}
.p-future-contents-body._02::before {
  width: 58rem;
  aspect-ratio: 580/290;
  background-image: url("../../images/service/bg_future_02.webp");
  top: 25.8rem;
  left: -28.1rem;
}
.p-future-contents-body._03::before {
  width: 65rem;
  aspect-ratio: 650/361;
  background-image: url("../../images/service/bg_future_03.webp");
  top: 18rem;
  left: 6.7rem;
}

.p-future-contents-box-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 3.7rem;
  padding-top: 3rem;
  position: relative;
}
.p-future-contents-box-ttl::before {
  content: "";
  width: 5.6rem;
  height: 0.2rem;
  background-color: #b80000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-future-contents-box-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-future-contents-box-txt-small {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10.1rem;
  text-align: right;
}

.p-future-btn {
  display: block;
  width: 100%;
  height: 14rem;
  position: relative;
  margin-top: 20rem;
}
.p-future-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../images/service/bg_future_btn.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-future-btn-txt {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1.6923076923;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: 50%;
  left: 77rem;
  translate: 0 -50%;
}
.p-future-btn-txt::after {
  content: "";
  width: 4rem;
  height: 3.9rem;
  background-image: url("../../images/service/icn_future.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-future {
    padding-block: 16vw;
  }
  .p-future-contents {
    width: 100%;
  }
  .p-future-contents-box {
    flex-direction: column;
    gap: 8vw;
    width: 100%;
  }
  .p-future-contents-box:nth-of-type(even) {
    flex-direction: column;
  }
  .p-future-contents-box:nth-of-type(even) .p-future-contents-box-img {
    left: auto;
    right: auto;
  }
  .p-future-contents-box:not(:last-of-type) {
    margin-bottom: 16vw;
  }
  .p-future-contents-box:nth-of-type(3) {
    margin-bottom: auto;
  }
  .p-future-contents-box-img {
    width: 100%;
    position: initial;
    right: auto;
  }
  .p-future-contents-body {
    padding-inline: 4vw;
    width: 100%;
  }
  .p-future-contents-body._01::before {
    width: 100vw;
    top: 42.6666666667vw;
    left: 50%;
    translate: -50% 0;
  }
  .p-future-contents-body._02::before {
    width: 77.3333333333vw;
    top: 42.6666666667vw;
    left: 50%;
    translate: -50% 0;
  }
  .p-future-contents-body._03::before {
    width: 86.6666666667vw;
    top: 34.6666666667vw;
    left: 50%;
    translate: -50% 0;
  }
  .p-future-contents-box-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .p-future-contents-box-ttl::before {
    width: 14.9333333333vw;
    height: 0.5333333333vw;
  }
  .p-future-contents-box-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .p-future-contents-box-txt-small {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .p-future-btn {
    height: 45.3333333333vw;
    margin-top: 27.4666666667vw;
  }
  .p-future-btn::before {
    background-image: url("../../images/service/bg_future_btn_sp.webp");
  }
  .p-future-btn-txt {
    gap: 3.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.7;
    left: 0;
    margin-inline: auto;
    padding-top: 22.4vw;
  }
  .p-future-btn-txt::after {
    width: 8vw;
    height: 7.7333333333vw;
  }
}
/* p-news
---------------------------------------------------------------------------- */
.p-news {
  padding-block: 10rem;
  background-color: #1f1f1f;
}
.p-news .m-news-card-date {
  --col-txt: #fff;
}
.p-news .m-news-card-date::before {
  --col-bg: #fff;
}
.p-news .m-news-card-category-item {
  --col-txt: #fff;
  --col-border: #fff;
}
.p-news .m-news-card-txt {
  --col-txt: #fff;
}

.p-news-card-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.4rem 5.1rem;
  margin-block: 5.6rem 6.9rem;
}

.p-news-btn-wrap {
  width: 31.4rem;
  margin-inline: auto;
  margin-bottom: 6rem;
  text-align: center;
}

.p-news-x-btn {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.p-news-x-btn-icn {
  --col-bg: #fff;
  --col-border: #fff;
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: var(--col-bg);
  border: 1px solid var(--col-border);
  margin-inline: auto;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: 0.3s;
}
.p-news-x-btn-icn::before {
  --col-bg: #121212;
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  mask-image: url("../../images/common/logo_x.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--col-bg);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  transition: 0.3s;
}

.p-news-x-btn-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 13.3333333333vw;
  }
  .p-news-card-layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-block: 8vw;
  }
  .p-news-btn-wrap {
    width: 100%;
    margin-bottom: 16vw;
  }
  .p-news-x-btn {
    gap: 5.3333333333vw;
  }
  .p-news-x-btn-icn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 1.0666666667vw;
  }
  .p-news-x-btn-icn::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-news-x-btn-txt {
    font-size: 4.8vw;
  }
}
