
@charset "UTF-8";
/* fv.css */
.p-fv {
  position: relative;
  height: 23.75rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-fv {
    height: 30rem;
  }
}

.p-fv__bg {
  z-index: 4;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}
.p-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.p-fv__contents {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-fv__inner {
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-after: 1.875rem;
          padding-block-end: 1.875rem;
}
@media (min-width: 768px) {
  .p-fv__inner {
    -webkit-padding-after: 4.0625rem;
            padding-block-end: 4.0625rem;
    padding-inline: 5rem;
  }
}

.p-fv__heading {
  position: relative;
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-fv__heading {
    row-gap: 0.75rem;
  }
}

.p-fv__heading-en {
  font-family: "DM Sans", sans-serif;
  font-size: max(0.625rem, 8px);
}
@media (min-width: 0px) {
  .p-fv__heading-en {
    font-size: 0.625rem;
  }
}
.p-fv__heading-en {
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-fv__heading-en {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 0.7142857143;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .p-fv__heading-en {
    font-size: 0.875rem;
  }
}

.p-fv__heading-ja {
  font-size: max(1.25rem, 16px);
}
@media (min-width: 0px) {
  .p-fv__heading-ja {
    font-size: 1.25rem;
  }
}
.p-fv__heading-ja {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-fv__heading-ja {
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .p-fv__heading-ja {
    font-size: 2.5rem;
  }
}

.p-fv__bg-text {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  font-size: max(3.375rem, 43.2px);
}
@media (min-width: 0px) {
  .p-fv__bg-text {
    font-size: 3.375rem;
  }
}
.p-fv__bg-text {
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-fv__bg-text {
    font-size: max(7.5rem, 96px);
    font-weight: 500;
    line-height: 1;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .p-fv__bg-text {
    font-size: 7.5rem;
  }
}

.p-bcm {
  display: none;
}
@media (min-width: 768px) {
  .p-bcm {
    width: 100%;
    position: absolute;
    z-index: 100;
    z-index: 100;
    top: 6.25rem;
    left: 0;
    display: block;
  }
}

.p-bcm__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  height: inherit;
}
@media (min-width: 768px) {
  .p-bcm__inner {
    width: 100%;
    max-width: 85.375rem;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-bcm__top,
.p-bcm__current {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.36px;
}
.p-bcm__top p,
.p-bcm__current p {
  color: white;
}

.p-bcm__triangle {
  width: 0.356rem;
  height: 0.5285625rem;
}

/* fv.css ここまで */
/* header差分 */
.p-header__list p {
  color:#ffffff;
}

.p-header.is-scrolled .p-header__item p {
  color: #2c2c2c;
}

/*----------------------------------
  調整
-----------------------------------*/
.p-fv__inner {	
 position: absolute;
    bottom: 0;
  z-index: 5;
left: 50%;
    translate: -50%;} 

.p-fv__contents {
  position:static;}