.l-header-tool__lang a {
  color: #fff;
}
.l-header-tool__lang a::before {
  opacity: 0;
}
.is-open .l-header-tool__lang a::before {
  opacity: 1;
}
.l-header-tool__lang img {
  opacity: 1;
}
.is-open .l-header-tool__lang img {
  opacity: 0;
}

.p-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100vh;
    height: 100dvh;
  }
}
.p-mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22.6rem;
  height: 26.1rem;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.p-mv__ttl.u-top {
  width: 14rem;
  height: 27.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl.u-top {
    top: 50%;
    width: 12rem;
    height: 26.8rem;
  }
}
.p-mv__ttl img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__slide {
    height: 100%;
  }
}
.p-mv__slide img {
  aspect-ratio: 1440/810;
}
@media screen and (max-width: 767px) {
  .p-mv__slide img {
    aspect-ratio: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-mv__slide .swiper-slide {
  position: relative;
}
.p-mv__slide .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.p-mv__slide .swiper-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  gap: 0 1rem;
  color: #fff;
  font-size: 2.6rem;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__slide .swiper-pagination {
    font-size: 2rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.p-mv__slide .swiper-pagination-current {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__slide .swiper-pagination-current {
    font-size: 3.4rem;
  }
}
.p-mv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-scroll {
    right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-scroll__inner {
    gap: 0 1.2rem;
  }
}
.p-mv-scroll__txt {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll__txt {
    font-size: 1.1rem;
  }
}
.p-mv-scroll__bar {
  display: block;
  position: relative;
  width: 0.1rem;
  height: 5rem;
  background: #fff;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll__bar {
    height: 4rem;
    margin-top: 2rem;
  }
}

.p-intro {
  position: relative;
  padding: 6rem 0 14rem;
}
.p-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 5rem;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro::before {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    background: #F1EEEB;
    padding: 0 0 8rem;
  }
}
.p-intro__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-flow: row-reverse;
  width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    width: auto;
  }
}
.p-intro__ttl {
  width: 52.7rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    width: auto;
  }
}
.p-intro__img {
  width: 72rem;
  margin-left: -10rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    display: none;
  }
}

.p-meat {
  position: relative;
}
.p-meat__img {
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-meat__img {
    display: none;
  }
}
.p-meat__ttl {
  position: absolute;
  top: 8rem;
  left: 50%;
  width: 124rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-meat__ttl {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
}
.p-meat__ttl img {
  width: 62rem;
}
@media screen and (max-width: 767px) {
  .p-meat__ttl img {
    width: 100%;
  }
}

.p-block {
  max-width: 124rem;
  margin: 13rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-block {
    margin-top: 8rem;
  }
}
.p-block + .p-block {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-block + .p-block {
    margin-top: 8rem;
  }
}

.p-catch {
  font-size: 23rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-catch {
    font-size: 6rem;
    margin: 7rem 0 -0.5rem;
  }
}