.l-header-nav-btn {
  border: 1px solid #fff;
}
@media screen and (min-width: 1320.1px) {
  .l-header-nav-list__item a {
    color: #fff;
  }
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .l-header-nav-list__item a {
    color: #fff;
  }
}
.l-header-nav-list__item a::before {
  background: #fff;
}
.fixed .l-header-nav-list__item a::before {
  background: #1F2021;
}
.l-header-head__ttl img {
  opacity: 1;
}
.l-header .gtranslate_wrapper {
  border: 0;
  margin: 0;
}

.p-mv {
  position: relative;
  height: 100vh;
  min-height: 86rem;
  background: url(../img/concept/bg_mv.jpg) center center/cover no-repeat;
  padding: 24rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-mv {
    height: auto;
    min-height: inherit;
    background: url(../img/concept/bg_mv_sp.jpg) center center/cover no-repeat;
    padding: 27rem 3rem 10rem;
  }
}
.p-mv__inner {
  position: absolute;
  left: 50%;
  bottom: 25rem;
  width: 110rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-mv__inner {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
}
.p-mv__ttl {
  color: #fff;
  text-align: left;
  line-height: 1.9;
  font-size: 2.2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-mv__ttl {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.p-mv__txt {
  color: #fff;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
}
.p-mv__txt + .p-mv__txt {
  margin-top: 2.6rem;
}

.p-photo {
  max-width: 128rem;
  padding: 7rem 8rem;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-photo {
    padding: 3rem;
  }
}
.p-photo__inner {
  position: relative;
  border-radius: 2rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-photo__inner {
    border-radius: 0;
  }
}
.u-wide .p-photo__inner {
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .u-wide .p-photo__inner {
    height: 100vh;
  }
}
.p-photo__inner img {
  aspect-ratio: 2560/1760;
}
@media screen and (max-width: 960px) {
  .p-photo__inner img {
    aspect-ratio: 330/580;
    object-fit: cover;
  }
  .u-wide .p-photo__inner img {
    aspect-ratio: 390/844;
  }
}
.p-photo__txt {
  position: absolute;
  left: 50%;
  bottom: 11.8rem;
  width: 110rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .p-photo__txt {
    width: 100rem;
  }
}
@media screen and (max-width: 960px) {
  .p-photo__txt {
    bottom: 5rem;
    left: 3rem;
    width: calc(100% - 6rem);
    transform: none;
  }
  .u-wide .p-photo__txt {
    top: 50%;
    left: 6rem;
    bottom: auto;
    width: calc(100% - 12rem);
    transform: translateY(-50%);
  }
}
.p-photo.u-wide {
  max-width: inherit;
  padding: 0;
}

.p-season {
  margin: 14rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-season {
    margin: 8rem 0 0;
  }
}
.p-season__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-season__block {
    display: block;
  }
}
.p-season-content {
  width: 49rem;
  padding-left: 9.6rem;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-season-content {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-season-content {
    width: auto;
    padding: 0 3rem;
    margin-bottom: 4.6rem;
  }
}
.p-season-content__ttl {
  font-size: 2.2rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-season-content__ttl {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}
.p-season-content__txt {
  font-size: 1.4rem;
  line-height: 2;
}
.p-season__img {
  width: calc(79rem + (var(--vw) * 100 - 128rem) / 2);
  margin-left: calc((var(--vw) * 100 - 128rem) / 2 * -1);
}
@media screen and (max-width: 960px) {
  .p-season__img {
    width: auto;
    margin: 0;
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-season .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.p-season .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.p-season .scroll-infinity__list--right {
  animation: infinity-scroll-right 40s infinite linear 0.5s both;
}
.p-season .scroll-infinity__item {
  width: 32rem;
  height: 48rem;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-season .scroll-infinity__item {
    width: 24rem;
    height: 36rem;
    padding: 0 0 0 3.7rem;
  }
}
.p-season .scroll-infinity__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 14rem 0 12.8rem;
}
@media screen and (max-width: 960px) {
  .p-link {
    display: block;
    margin: 0;
    padding: 5rem 3rem 10rem;
  }
}
.p-link__item {
  position: relative;
  font-size: 8rem;
  line-height: 1;
  padding: 1.6rem 0;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-link__item {
    font-size: 6rem;
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-link__item {
    font-size: 5.6rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 1rem;
  }
  .p-link__item::after {
    content: "";
    position: absolute;
    bottom: 2.6rem;
    right: 0;
    width: 2rem;
    height: 0.5rem;
    background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  }
}
.p-link__item:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  margin: 0 9rem;
  padding: 1.6rem 9rem;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-link__item:nth-child(2) {
    margin: 0 4rem;
    padding: 0 4rem 1rem 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-link__item:nth-child(2) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1.5rem 0;
    padding: 0 0 1rem;
  }
}
.p-link__item .en {
  position: relative;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-link__item .en {
    font-weight: 500;
    padding: 0;
  }
}
.p-link__item .ja {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #1F2021;
}
@media screen and (max-width: 960px) {
  .p-link__item .ja {
    left: 0;
    bottom: 1rem;
    font-size: 1.4rem;
    text-align: left;
    transform: none;
  }
}