.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 {
    background: #231815;
    padding: 0 0 28rem 0;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80rem;
  height: 100%;
  background: linear-gradient(90deg, rgb(35, 24, 21) 0%, rgba(35, 24, 21, 0) 99%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    bottom: 28rem;
    width: 100%;
    height: 16rem;
    background: linear-gradient(0deg, rgb(35, 24, 21) 0%, rgba(35, 24, 21, 0) 100%);
  }
}
.p-mv__ttl {
  position: absolute;
  top: 8rem;
  left: 8rem;
  width: 32rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    top: auto;
    left: 50%;
    bottom: 4.5rem;
    width: 24rem;
    transform: translateX(-50%);
  }
}
.p-mv__ttl img {
  width: 100%;
}
.p-mv__slide img {
  aspect-ratio: 1440/810;
}
@media screen and (max-width: 767px) {
  .p-mv__slide img {
    aspect-ratio: 750/900;
  }
}
.p-mv__slide .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 4rem;
  left: auto;
  width: 0.8rem;
  height: 12rem;
  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;
  flex-flow: column;
  gap: 0 2rem;
  line-height: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__slide .swiper-pagination {
    right: 2rem;
  }
}
.p-mv__slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}
.p-mv__slide .swiper-pagination-bullet-active {
  background: #fff;
}
.p-mv-scroll {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll {
    right: 1.6rem;
  }
}
.p-mv-scroll__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll__inner {
    gap: 0 1.2rem;
  }
}
.p-mv-scroll__txt {
  writing-mode: vertical-lr;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
.p-mv-scroll__bar {
  position: relative;
  width: 0.5rem;
  height: 8rem;
}
.p-mv-scroll__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: 0.1rem;
  height: 100%;
  background: #fff;
}
.p-mv-scroll__bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  transition: 0.5s;
  background: #fff;
  border-radius: 100%;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(8rem);
    opacity: 0;
  }
}

.p-recommend {
  background: #ECE7E7;
  padding: 8rem 0 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 6rem 0 8.8rem;
  }
}
.p-recommend-slide {
  position: relative;
}
.p-recommend-slide .swiper-pagination2 {
  position: absolute;
  bottom: -4.8rem;
  left: 50%;
  line-height: 0;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide .swiper-pagination2 {
    bottom: -2.8rem;
  }
}
.p-recommend-slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem !important;
  border: 0;
  opacity: 1;
  background: #7C7574;
}
.p-recommend-slide .swiper-pagination-bullet-active {
  background: #D92E1B;
}
.p-recommend-slide .swiper-button-next2,
.p-recommend-slide .swiper-button-prev2 {
  position: absolute;
  top: calc(50% + 3rem);
  width: 1.6rem;
  height: 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide .swiper-button-next2,
  .p-recommend-slide .swiper-button-prev2 {
    top: 12rem;
  }
}
.p-recommend-slide .swiper-button-next2 {
  right: -8.8rem;
  background: url(../img/common/icn_slider.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide .swiper-button-next2 {
    right: -1rem;
  }
}
.p-recommend-slide .swiper-button-prev2 {
  left: -8.8rem;
  background: url(../img/common/icn_slider.svg) 0 0/100% auto no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-recommend-slide .swiper-button-prev2 {
    left: -1rem;
  }
}
.p-recommend-slide__inner {
  padding: 12rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__inner {
    padding: 9rem 0 0;
  }
}
.p-recommend-slide__item {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__item {
    flex-flow: column;
    padding: 0 2rem 3.2rem;
  }
}
.p-recommend-slide__img {
  width: 60rem;
  height: 36rem;
  margin-top: -12rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__img {
    width: 100%;
    height: 17.3rem;
    margin-top: -6rem;
  }
}
.p-recommend-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recommend-slide__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__ttl {
    font-size: 2rem;
    margin: 1.6rem 0 0;
  }
}
.p-recommend-slide__content {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__content {
    width: auto;
  }
}
.p-recommend-slide__txt {
  width: 100%;
  margin: 4rem 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__txt {
    margin: 1.6rem 0 0;
  }
}
.p-recommend-slide__define {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recommend-slide__define {
    margin: 1.6rem 0 0;
  }
}
.p-recommend-slide__define dt {
  width: 6.8rem;
  font-size: 1.4rem;
  color: #7C7574;
  text-align: center;
  background: #E9E8E8;
}
.p-recommend-slide__define dd {
  width: calc(100% - 8rem);
  color: #7C7574;
  line-height: 1.5;
}

.p-brand {
  background: #F5F4F4;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-brand {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-brand .f-wrap--l {
    padding: 0;
  }
}
.p-brand-block {
  background: #fff;
  margin: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-brand-block {
    position: relative;
    margin: 6rem 0 0;
    padding: 0 0 6rem;
  }
  .p-brand-block:first-child {
    margin: 3.2rem 0 0;
  }
  .p-brand-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #F5F4F4;
  }
}
.p-brand-block__slide {
  position: absolute;
  top: -8rem;
  right: -16rem;
  width: 84rem;
  padding: 0 0 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-brand-block__slide {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 2.4rem);
    margin: 0 0 0 auto;
    padding: 0 0 4rem;
  }
}
.is-reverse .p-brand-block__slide {
  right: auto;
  left: -16rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-brand-block__slide {
    left: auto;
    margin: 0 auto 0 0;
  }
}
.p-brand-block__slide img {
  width: 100%;
  height: 63rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-brand-block__slide img {
    height: 26.4rem;
  }
}
.p-brand-block__slide .swiper-pagination3 {
  line-height: 0;
  text-align: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-brand-block__slide .swiper-pagination3 {
    margin: 2rem 0 0;
  }
}
.p-brand-block__slide .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem !important;
  border: 0;
  opacity: 1;
  background: #7C7574;
}
.p-brand-block__slide .swiper-pagination-bullet-active {
  background: #D92E1B;
}
.p-brand-block__inner {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  padding: 5.8rem 0 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-brand-block__inner {
    padding: 0;
  }
}
.p-brand-content {
  width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .p-brand-content {
    width: auto;
    padding: 0 2.4rem;
  }
}
.is-reverse .p-brand-content {
  margin: 0 0 0 auto;
}
.p-brand-content__img {
  height: 24rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-brand-content__img {
    height: 18rem;
    margin: 0 0 2.4rem;
  }
}
.p-brand-content__img img {
  max-width: 32rem;
  max-height: 24rem;
}
@media screen and (max-width: 767px) {
  .p-brand-content__img img {
    max-width: 24rem;
    max-height: 18rem;
  }
}
.p-brand-content__ttl {
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 2.8rem 0;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-brand-content__ttl {
    width: 24rem;
    font-size: 2rem;
    margin: 0 auto;
    padding: 1.6rem 0;
  }
}
.p-brand-content__sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-brand-content__sub {
    margin: 4rem 0 2rem;
  }
}
.p-brand__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-brand__btn {
    margin-top: 4rem;
  }
}

.p-about {
  position: relative;
  background: #E9E8E8;
}
.p-about__img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
  }
}
.is-reverse .p-about__img {
  margin: 0 0 0 auto;
}
.p-about__img img {
  width: 100%;
  height: auto;
}
.p-about__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(233, 232, 232, 0) 0%, rgb(233, 232, 232) 100%);
}
@media screen and (max-width: 767px) {
  .p-about__img::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: linear-gradient(0deg, rgb(233, 232, 232) 0%, rgba(233, 232, 232, 0) 100%);
  }
}
.is-reverse .p-about__img::before {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, rgb(233, 232, 232) 0%, rgba(233, 232, 232, 0) 100%);
}
@media screen and (max-width: 767px) {
  .is-reverse .p-about__img::before {
    background: linear-gradient(0deg, rgb(233, 232, 232) 0%, rgba(233, 232, 232, 0) 100%);
  }
}
.p-about__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 112rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.p-about-content {
  width: 54.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-content {
    width: auto;
    padding: 0 2.4rem 6rem;
  }
}
.is-reverse .p-about-content {
  margin: 0;
}
.p-about-content__txt {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-content__txt {
    margin: 3.2rem 0 0;
  }
}
.p-about__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-top: 4rem;
  }
}

.p-news {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 6rem 0;
  }
}
.p-news__wrap {
  position: relative;
}
.p-news-list {
  margin: 6rem 0 0;
}
.p-news__btn {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 16rem;
  height: 4.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 4rem auto 0;
  }
}
.p-news__btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E9E8E8;
  color: #231815;
  border-radius: 0.8rem;
  padding: 0 3.2rem 0 1.2rem;
}
.p-news__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-service {
  background: #F5F4F4;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 6rem 0;
  }
}
.p-service-list {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    flex-flow: column;
    gap: 3.2rem 0;
    margin: 3.2rem 0 0;
  }
}
.p-service-list__item {
  width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    width: 100%;
  }
}
.p-service-list__item a {
  display: block;
}
.p-service-list__img {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__img {
    margin: 0 0 1.6rem;
  }
}
.p-service-list__txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.p-service-list__txt span {
  position: relative;
  padding: 0 4.4rem 0 0;
}
.p-service-list__txt span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}