.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;
}
.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;
  opacity: 0;
  animation: fadeIn 0.7s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl.u-top {
    top: 50%;
    width: 12rem;
    height: 26.8rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv__ttl img {
  width: 100%;
  height: 100%;
}
.p-mv__slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__slide {
    height: 100%;
  }
}
.p-mv__slide img {
  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__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-mv-scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 0;
  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;
  background: #F1EEEB;
  padding: 8rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    background: #F1EEEB;
    padding: 0;
  }
}
.p-intro::before {
  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;
  }
}
.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 {
    display: block;
    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-intro__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__detail {
    position: relative;
    display: block;
    padding: 42rem 0 0;
  }
  .p-intro__detail .c-heading {
    position: absolute;
    top: 9rem;
    left: 50%;
    height: 24rem;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
  }
  .p-intro__detail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42rem;
    background: url(../img/home/img_intro_sp.jpg) 0 0/cover no-repeat;
  }
}
.p-intro__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 0 1rem;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__content {
    height: 56rem;
    justify-content: center;
    padding: 3.2rem 0 0;
  }
}
.p-intro__txt {
  line-height: 2;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.p-meat {
  position: relative;
  background: #F1EEEB;
  z-index: 10;
}
.p-meat__img {
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-meat__img {
    display: none;
  }
}
.p-meat__wrap {
  position: absolute;
  top: 8rem;
  left: 50%;
  width: 124rem;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-meat__wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
}
.p-meat-content {
  width: 62rem;
}
@media screen and (max-width: 767px) {
  .p-meat-content {
    position: relative;
    width: auto;
  }
}
.p-meat-content__detail {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-meat-content__detail {
    position: absolute;
    top: 27.6rem;
    left: 0;
    padding: 0 3rem;
  }
}
.p-meat-content__ttl {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-meat-content__ttl {
    writing-mode: horizontal-tb;
    font-size: 2.6rem;
    border-left: 1px solid #fff;
    padding: 5rem 0 0 2rem;
  }
}
.p-meat-content__ttl span {
  color: #B22A00;
}
.p-meat-content__txt {
  position: relative;
  width: 46rem;
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 0 4rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-meat-content__txt {
    width: 100%;
    padding: 0;
    margin: 3rem 0 0;
  }
}
.p-meat-content__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-meat-content__txt::after {
    content: none;
  }
}
.p-meat-content__img {
  display: block;
  margin: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-meat-content__img {
    margin: 0;
  }
}

.p-block {
  max-width: 124rem;
  margin: 0 auto;
  padding: 17rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block {
    padding-top: 8rem;
  }
}
.p-block + .p-block {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-block + .p-block {
    padding-top: 8rem;
  }
}
.p-block.is-service {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-block.is-service {
    padding-top: 8rem;
  }
}
.p-block__wrap {
  position: relative;
  padding: 0 0 0 76.5rem;
}
@media screen and (max-width: 767px) {
  .p-block__wrap {
    padding: 0;
  }
}
.is-kimuchi .p-block__wrap {
  min-height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .is-kimuchi .p-block__wrap {
    min-height: inherit;
  }
}
.is-reverse .p-block__wrap {
  padding: 0 76.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__wrap {
    padding: 0;
  }
}
.is-service .p-block__wrap {
  padding: 0 0 0 44rem;
}
@media screen and (max-width: 767px) {
  .is-service .p-block__wrap {
    padding: 0;
  }
}
.p-block-content {
  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-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-block-content {
    display: block;
  }
}
.is-reverse .p-block-content {
  flex-flow: row-reverse;
}
.p-block-content__ttl {
  font-size: 3rem;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin-top: -8rem;
}
@media screen and (max-width: 767px) {
  .p-block-content__ttl {
    position: relative;
    text-align: right;
    border-right: 1px solid #222;
    font-size: 2.6rem;
    margin: 0 3rem -3rem 0;
    padding: 0 2rem 5rem 0;
    writing-mode: horizontal-tb;
  }
  .p-block-content__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 3rem;
    background: #fff;
    z-index: 1;
  }
  .is-reverse .p-block-content__ttl {
    text-align: left;
    border-right: 0;
    border-left: 1px solid #222;
    margin: 0 0 -3rem 3rem;
    padding: 0 0 5rem 2rem;
  }
  .is-reverse .p-block-content__ttl::after {
    right: auto;
    left: -1px;
  }
  .is-service .p-block-content__ttl {
    text-align: left;
    border-right: 0;
    border-left: 1px solid #222;
    margin: 0 0 0 3rem;
    padding: 0 0 2rem 2rem;
  }
}
.p-block-content__ttl span {
  color: #B22A00;
}
.p-block-content__txt {
  position: relative;
  width: 40rem;
  line-height: 2;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 0 0 4rem;
}
.p-block-content__txt span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-block-content__txt {
    width: auto;
    padding: 0 3rem;
    margin: 1.6rem 0 0;
  }
}
.is-reverse .p-block-content__txt {
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block-content__txt {
    padding: 0 3rem;
  }
}
.is-service .p-block-content__txt {
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .is-service .p-block-content__txt {
    width: auto;
  }
}
.p-block-content__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #222;
}
@media screen and (max-width: 767px) {
  .p-block-content__txt::after {
    content: none;
  }
}
.is-reverse .p-block-content__txt::after {
  left: auto;
  right: 0;
}
.p-block-content__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-block-content__img {
    position: relative;
    top: auto;
    left: auto;
    width: 36rem;
    margin: 0 0 0 auto;
  }
}
.is-reverse .p-block-content__img {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block-content__img {
    right: auto;
    margin: 0 auto 0 0;
  }
}
.is-kimuchi .p-block-content__img {
  left: 12rem;
  width: 60rem;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .is-kimuchi .p-block-content__img {
    left: auto;
    width: 36rem;
    height: auto;
  }
}
.p-block__img {
  width: 40rem;
  margin: 9rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-block__img {
    width: 29rem;
    margin: 3rem 0 0 0;
  }
}
.is-reverse .p-block__img {
  margin: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-block__img {
    margin: 3rem 0 0 auto;
  }
}

.p-catch {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 23rem;
  margin: 0 auto -2rem;
}
@media screen and (max-width: 767px) {
  .p-catch {
    height: 11rem;
  }
}
.p-catch__txt {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 23rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  will-change: transform;
  transition: transform 0.1s;
}
@media screen and (max-width: 767px) {
  .p-catch__txt {
    font-size: 8rem;
    margin: 0 0 -0.5rem;
  }
}

.c-store {
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .c-news {
    padding-top: 2rem;
  }
}