.p-about-mv {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-mv {
    padding: 223px 0 140px;
  }
  .p-about-mv__text {
    margin: 48px auto 0;
    max-width: 680px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-about-mv__service {
    margin-top: 80px;
  }
  .p-about-mv__service-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
    color: #999085;
  }
  .p-about-mv__service-list {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }
  .p-about-mv__service-item {
    position: relative;
    min-width: 100%;
  }
  .p-about-mv__service-item-img {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .p-about-mv__service-item-img img {
    aspect-ratio: 382/479;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  }
  .p-about-mv__service-item-img .swiper-slide {
    overflow: hidden;
  }
  .p-about-mv__service-item-img .swiper-slide-next img {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .p-about-mv__service-item-img .swiper-slide-prev img {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    service-slider-transition-duration: 0s;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .p-about-mv__service-item-img .swiper-slide-active img {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  }
  .p-about-mv__service-item-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing-thin);
    word-break: auto-phrase;
    text-align: center;
    z-index: 2;
  }
  .p-about-mv__service-text {
    margin: 80px auto 0;
    text-align: center;
    max-width: 680px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-about-mv__service-logo {
    margin: 48px auto 0;
    width: 173px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mv {
    padding: 185px 0 140px;
  }
  .p-about-mv__text {
    margin: 60px auto 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-about-mv__service {
    margin-top: 80px;
  }
  .p-about-mv__service-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
    color: #999085;
  }
  .p-about-mv__service-list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .p-about-mv__service-item {
    position: relative;
  }
  .p-about-mv__service-item-img {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .p-about-mv__service-item-img img {
    aspect-ratio: 382/479;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  }
  .p-about-mv__service-item-img .swiper-slide {
    overflow: hidden;
  }
  .p-about-mv__service-item-img .swiper-slide-next img {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .p-about-mv__service-item-img .swiper-slide-prev img {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    service-slider-transition-duration: 0s;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .p-about-mv__service-item-img .swiper-slide-active img {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  }
  .p-about-mv__service-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    word-break: auto-phrase;
    z-index: 2;
  }
  .p-about-mv__service-text {
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-about-mv__service-logo {
    margin: 50px auto 0;
    width: 190px;
  }
}
.p-about-concept {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-concept.is-visible-overlay .p-about-concept__video::after {
    opacity: 0.5;
  }
  .p-about-concept__blank {
    height: 300vh;
    width: 100%;
    z-index: 1;
  }
  .p-about-concept__video {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .p-about-concept__video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .p-about-concept__video.is-playing .p-about-concept__video-player {
    opacity: 1;
  }
  .p-about-concept__video-inner {
    position: sticky;
    top: 0;
    margin-top: -100vh;
    height: 100vh;
    width: 100%;
  }
  .p-about-concept__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-about-concept__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-concept__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-about-concept__video-player {
    width: 150%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .p-about-concept__video-player {
    width: 265.5vh;
    height: 300vh;
  }
}
@media screen and (min-width: 768px) {
  .p-about-concept__content {
    margin-top: calc(-200vh - 122px);
    position: relative;
    z-index: 2;
    padding: 200px 0 270px;
  }
  .p-about-concept__text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
    max-width: 674px;
    margin: 0 auto;
  }
  .p-about-concept__text p + p {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept.is-visible-overlay .p-about-concept__video::after {
    opacity: 0.5;
  }
  .p-about-concept__blank {
    height: 300vh;
    width: 100%;
    z-index: 1;
  }
  .p-about-concept__video {
    position: sticky;
    top: 0;
    width: 100%;
    height: calc(100 * var(--lvh, 1lvh));
    overflow: hidden;
  }
  .p-about-concept__video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .p-about-concept__video.is-playing .p-about-concept__video-player {
    opacity: 1;
  }
  .p-about-concept__video-inner {
    position: sticky;
    top: 0;
    margin-top: calc(-100 * var(--lvh, 1lvh));
    height: calc(100 * var(--lvh, 1lvh));
    width: 100%;
  }
  .p-about-concept__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-about-concept__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-concept__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-about-concept__video-player {
    width: 120%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 16/9) {
  .p-about-concept__video-player {
    width: calc(177 * var(--lvh, 1lvh) * 1.2);
    height: calc(220 * var(--lvh, 1lvh));
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept__content {
    margin-top: calc(-200 * var(--lvh, 1lvh));
    position: relative;
    z-index: 2;
    padding: 140px 0 240px;
  }
  .p-about-concept__text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-about-concept__text p + p {
    margin-top: 2em;
  }
}
.p-about-story {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-story {
    min-height: calc(100vh + 104px - 60px - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-story::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -64px;
    height: 64px;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .p-about-story__title {
    letter-spacing: var(--letter-spacing-thin);
  }
  .p-about-story__edge {
    margin-top: -104px;
  }
  .p-about-story__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    position: relative;
    background: #fff;
    padding: 176px 0 160px;
    z-index: 2;
  }
  .p-about-story__category {
    margin-top: 32px;
  }
  .p-about-story__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-story {
    min-height: calc(100 * var(--lvh, 1lvh) + 50px - 50px - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-story::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -51px;
    height: 51px;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .p-about-story__edge {
    margin-top: -52px;
  }
  .p-about-story__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    position: relative;
    background: #fff;
    padding: 85px 0 55px;
    z-index: 2;
  }
  .p-about-story__category {
    margin-top: 32px;
  }
  .p-about-story__list {
    margin-top: 64px;
  }
}

.l-footer {
  background: #fff;
  margin-top: -1px;
}

.c-breadcrumb {
  position: relative;
  background: #fff;
  margin-top: -1px;
  z-index: 2;
}