#wrapper {
  overflow: clip;
}

.main {
  padding: 82px 0 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .main {
    padding: 100px 0 0;
  }
}

.page-container {
  width: 90%;
  /*max-width: 930px;*/
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-container {
    width: 85.7142857143%;
    max-width: 600px;
  }
}

.page-header {
  position: relative;
  z-index: 0;
  height: min(49.3707647628vw, 510px);
  display: grid;
  place-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-header {
    height: 106.1428571429vw;
  }
}
.page-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header__title img {
  width: auto;
  height: min(5.0338818974vw, 52px);
}
@media (max-width: 767px) {
  .page-header__title img {
    height: 9.7142857143vw;
  }
}
.page-header__title span {
  margin-top: 1.5em;
  font-size: min(1.9361084221vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-header__title span {
    font-size: 3.7142857143vw;
  }
}
.page-header__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-caption {
  margin-top: 1em;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}
.page-caption.--br {
  position: absolute;
  z-index: 1;
  bottom: 1em;
  right: 1em;
}

.page-note {
  margin: 72px 0;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .page-note {
    margin: 11.4285714286vw 0 7.1428571429vw;
  }
}
.page-note p {
  padding-left: 1em;
  text-indent: -1em;
}

.dummy-text {
  color: magenta;
}

.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.concept * {
  font-family: "Noto Serif JP", serif;
}

.concept-mv {
  position: relative;
  z-index: 0;
  aspect-ratio: 2560/2329;
}
@media (max-width: 767px) {
  .concept-mv {
    aspect-ratio: 2/3;
  }
}
.concept-mv .page-header__title {
  position: absolute;
  z-index: 1;
  top: 20.3291384318vw;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .concept-mv .page-header__title {
    top: 21.4285714286vw;
  }
}
.concept-mv__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.concept-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  .concept-mv__bg .page-caption {
    color: #fff;
  }
}

.concept-movie {
  margin: min(9.6805421104vw, 100px) 0;
}
@media (max-width: 767px) {
  .concept-movie {
    margin: 12.1428571429vw 0 10vw;
  }
}
.concept-movie__title {
  text-align: center;
}
.concept-movie__title img {
  width: auto;
  height: min(1.9361084221vw, 20px);
}
@media (max-width: 767px) {
  .concept-movie__title img {
    height: 2.8571428571vw;
  }
}
.concept-movie__player {
  /*width: min-pc(1200);
  margin: min-pc(40) auto 0;
  aspect-ratio: 16 / 9;*/
}
@media (max-width: 767px) {
  .concept-movie__player {
    width: 100%;
    margin: 3.7142857143vw auto 0;
  }
}
.concept-movie__player video {
  width: 100%;
  height: 100%;
}
.concept-movie__player iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: min(3.8722168441vw, 40px) auto 0;
  aspect-ratio: 16/9;
  max-width: 1200px;
}

.concept-wrapper {
  overflow: clip;
  position: relative;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  color: #fff;
}
.concept-wrapper__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
  margin-bottom: -100vh;
}
.concept-wrapper__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-content {
  min-height: min(77.4443368829vw, 800px);
  padding: min(9.6805421104vw, 100px) 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .concept-content {
    min-height: 93.4285714286vw;
    padding: 14.2857142857vw 0;
  }
}
.concept-content__inner {
  width: 90%;
  max-width: 930px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .concept-content__inner {
    width: 85.7142857143%;
    max-width: 600px;
  }
}
.concept-content__text {
  line-height: 3;
  letter-spacing: 0.16em;
  text-align: center;
}
@media (max-width: 767px) {
  .concept-content__text {
    font-size: 2.8571428571vw;
    line-height: 2.5;
    letter-spacing: 0.04em;
  }
}
.concept-content__copy {
  margin-bottom: min(6.7763794773vw, 70px);
  font-family: "Shippori Mincho", serif;
  font-size: min(3.4849951597vw, 36px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.165em;
  text-align: center;
}
@media (max-width: 767px) {
  .concept-content__copy {
    margin-bottom: 0;
    font-size: 4.8571428571vw;
  }
}
.concept-content__img + .concept-content__copy {
  margin-top: min(3.8722168441vw, 40px);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .concept-content__img + .concept-content__copy {
    margin-top: 3.5714285714vw;
  }
}
@media (max-width: 767px) {
  .concept-content__img {
    margin: 0 -4.2857142857vw;
  }
}
.concept-content__img img {
  display: block;
  margin: max(-9.6805421104vw, -100px) 0;
}
@media (max-width: 767px) {
  .concept-content__img img {
    margin: 0 0 -10vw;
  }
}
.concept-content__caption {
  display: flex;
  justify-content: space-between;
}
.concept-content__caption .page-caption {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .concept-content__caption .page-caption {
    font-size: 2.2857142857vw;
  }
  .concept-content__caption .page-caption:nth-of-type(1) {
    text-align: left;
  }
}
.concept-content__title {
  text-align: center;
}
.concept-content__title img {
  width: auto;
  height: min(3.3881897386vw, 35px);
}
@media (max-width: 767px) {
  .concept-content__title img {
    height: 4.2857142857vw;
  }
}
.concept-content__logo {
  width: min(39.9806389158vw, 413px);
  margin: min(1.9361084221vw, 20px) auto 0;
}
@media (max-width: 767px) {
  .concept-content__logo {
    width: 51vw;
    margin: 2.8571428571vw auto 0;
  }
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.js-fadeIn[data-scroll-anima=true] {
  opacity: 1;
}/*# sourceMappingURL=concept.css.map */