.l-header-list__item a {
  color: #fff;
}
.l-header-list__item a::after {
  background: #fff;
}

.l-header__toggle {
  filter: invert(1) brightness(150%);
}
.is-fixed .l-header__toggle {
  filter: none;
}

.p-mv {
  position: relative;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    width: 100vw;
    height: 100vh;
    min-height: 50rem;
  }
}
.p-mv-catch {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv-catch {
    display: block;
  }
}
.p-mv-catch__ttl {
  width: 100%;
  text-align: center;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-catch__ttl {
    margin: 5rem 0 0;
  }
}
.p-mv-catch__ttl img {
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv-catch__ttl img {
    width: 10rem;
  }
}
.p-mv-catch__img {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .p-mv-catch__img {
    display: block;
    margin: 0 auto;
  }
}
.p-mv-catch__img--01 {
  width: 36.2rem;
  animation: fadeUp 0.5s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .p-mv-catch__img--01 {
    width: 18rem;
  }
}
.p-mv-catch__img--02 {
  width: 20.7rem;
  margin: 0 3rem 0 1rem;
  animation: fadeUp 0.5s 1s forwards;
}
@media screen and (max-width: 767px) {
  .p-mv-catch__img--02 {
    width: 10.3rem;
    margin: 3rem auto;
  }
}
.p-mv-catch__img--03 {
  width: 37rem;
  animation: fadeUp 0.5s 1.5s forwards;
}
@media screen and (max-width: 767px) {
  .p-mv-catch__img--03 {
    width: 18rem;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-mv-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 3000/1840;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv-slide {
    width: 100vw;
    height: 100vh;
    min-height: 50rem;
    aspect-ratio: inherit;
  }
}
.p-mv-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__item {
    width: 100%;
    height: 100%;
  }
}
.p-mv-slide__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-mv-slide__item.is-show {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.p-intro {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin: 12rem 0 0;
  }
}
.p-intro__wrap {
  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;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap {
    display: block;
  }
}
.p-intro-head {
  width: 67rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head {
    position: relative;
    width: auto;
    padding: 0 0 39rem;
  }
}
.p-intro-head__ttl {
  font-size: 4rem;
  line-height: 2.5;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head__ttl {
    font-size: 3.1rem;
    line-height: 2.1;
    margin: 0;
  }
}
.p-intro-head__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 77rem;
  gap: 0 1rem;
  margin-left: -20rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head__img {
    display: block;
    width: auto;
    margin: 0;
  }
}
.p-intro-head__img img {
  width: calc(50% - 0.5rem);
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .p-intro-head__img img {
    position: absolute;
    width: 100%;
  }
}
.p-intro-head__img img.img01 {
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-intro-head__img img.img01 {
    top: 5rem;
    right: -4rem;
    width: 17rem;
  }
}
.p-intro-head__img img.img02 {
  transition: 0.5s 0.5s;
}
@media screen and (max-width: 767px) {
  .p-intro-head__img img.img02 {
    width: 21rem;
    bottom: 7.5rem;
    left: -4rem;
  }
}
.p-intro-head__img.is-anime .img01 {
  transform: translateY(0);
  opacity: 1;
}
.p-intro-head__img.is-anime .img02 {
  transform: translateY(0);
  opacity: 1;
}
.p-intro-content {
  width: 48rem;
  margin-right: -5rem;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.p-intro-content__txt {
  line-height: 3.5;
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content__txt {
    font-size: 1.2rem;
    line-height: 2.8;
    letter-spacing: -0.02em;
    margin: 0 -2em 5rem 0;
  }
}

.p-care {
  overflow: hidden;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-care {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-care__img img {
    width: 150%;
    margin: 0 -25%;
  }
}
.p-care-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;
  margin: 9rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-care-content {
    display: block;
    margin: 8rem 0 0;
  }
}
.p-care-content__inner {
  width: 51rem;
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-care-content__inner {
    width: auto;
    padding: 0;
  }
}
.p-care-content__ttl {
  font-size: 4rem;
  line-height: 2;
  margin: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-care-content__ttl {
    font-size: 3.1rem;
    margin: 0 0 4rem;
  }
}
.p-care-content__txt {
  line-height: 3.5;
  margin: 0 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-care-content__txt {
    font-size: 1.2rem;
    line-height: 2.8;
    margin: 0 0 4rem;
  }
}
.p-care-content__img {
  width: 65rem;
  margin-right: -20rem;
}
@media screen and (max-width: 767px) {
  .p-care-content__img {
    display: block;
    width: calc(100% + 8rem);
    margin: 6.5rem -4rem 12rem;
  }
}
.p-care-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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-care-list {
    flex-flow: column;
    gap: 7.5rem 0;
  }
}
.p-care-list__item {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-care-list__item {
    width: 100%;
  }
}
.p-care-list__item .c-heading__txt .slash {
  top: 2.5rem;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-care-list__item .c-heading__txt .slash {
    top: 1.5rem;
    width: 5rem;
  }
}
@media (any-hover: hover) {
  .p-care-list__item a:hover {
    opacity: 1;
  }
  .p-care-list__item a:hover .p-care-list__img img {
    transform: scale(1.05);
  }
  .p-care-list__item a:hover .p-care-list__ttl::before {
    right: 1rem;
  }
}
.p-care-list__img {
  overflow: hidden;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-care-list__img {
    margin: 1rem 0 0;
  }
}
.p-care-list__img img {
  transition: 0.5s;
}
.p-care-list__ttl {
  position: relative;
  font-size: 2rem;
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-care-list__ttl {
    font-size: 1.4rem;
    margin: 2.5rem 0;
  }
}
.p-care-list__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2.4rem;
  height: 2rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% 100% no-repeat;
  transition: 0.5s;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-care-list__ttl::before {
    right: 1rem;
    width: 1.6rem;
    height: 1.4rem;
  }
}
.p-care-list__ttl span {
  display: block;
  width: 18.6rem;
  text-align: center;
  border: 1px solid #c6aa50;
}
@media screen and (max-width: 767px) {
  .p-care-list__ttl span {
    width: 13rem;
  }
}
.p-care-list__txt {
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .p-care-list__txt {
    font-size: 1.2rem;
    line-height: 2.6;
  }
}

.p-products {
  margin-top: 12rem;
  overflow: hidden;
}
.p-products__img {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-products__img {
    margin-bottom: 11.5rem;
  }
  .p-products__img img {
    width: 150%;
    margin: 0 -25%;
  }
}
.p-products__ttl {
  margin: 0 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-products__ttl {
    margin: 0 0 2.7rem;
  }
}
.p-products__link {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-products__link {
    margin-top: 8rem;
  }
}

.p-news {
  margin: 15rem 0 21rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    overflow: hidden;
    margin: 11rem 0 10.7;
  }
}
@media screen and (max-width: 767px) {
  .p-news__img img {
    width: 150%;
    margin: 0 -25%;
  }
}
.p-news__wrap {
  position: relative;
  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;
  margin-top: 9rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
}
.p-news__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 6.5rem;
  }
}
.p-news-head {
  width: 30rem;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-head {
    width: auto;
    padding: 0;
  }
}
.p-news-head__txt {
  margin: 8.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-head__txt {
    margin: 3.5rem 0 0;
  }
}
.p-news-content {
  width: 65rem;
}
@media screen and (max-width: 767px) {
  .p-news-content {
    width: auto;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news-content-list__item {
    border-bottom: 1px dotted #000;
  }
}
.p-news-content-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 8.6rem;
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-content-list__item a {
    min-height: 6rem;
    padding: 1rem 0;
  }
}
.p-news-content-list__date {
  width: 17rem;
  font-size: 2rem;
  font-family: "shippori-mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-content-list__date {
    width: 8rem;
    font-size: 1.2rem;
  }
}
.p-news-content-list__txt {
  width: calc(100% - 17rem);
  font-size: 2rem;
  font-family: "shippori-mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-content-list__txt {
    width: calc(100% - 8rem);
    font-size: 1.2rem;
  }
}