﻿@charset "UTF-8";

.narrative-movie {
  position: relative;
}

.narrative-movie video {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16/9;
}

.narrative-movie-play {
  /*display: none;*/
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.narrative-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  aspect-ratio: 3842/3446;
}

.narrative-slide {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.narrative-slide1 {
  background: url("/cms/parabed/img/narrative/slide_01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.narrative-slide2 {
  background: url("/cms/parabed/img/narrative/slide_02.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.narrative-slide3 {
  background: url("/cms/parabed/img/narrative/slide_03.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.narrative-slide4 {
  background: url("/cms/parabed/img/narrative/slide_04.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.narrative-txt {
  margin: 0 0 3.33vw;
  color: #fff;
  font-size: 1.35vw;
  font-weight: bold;
}

.narrative-txt p {
  margin: 0 0 1.56vw;
}

.narrative-wellbeing {
  line-height: 1;
}

.narrative-wellbeing img {
  width: 47.08vw;
  height: auto;
}

@media screen and (max-width: 767px) {
  .narrative-movie-play {
    display:none !important;
    bottom: 64px;
  }

  .narrative-movie-play img {
    width: 130px;
  }

  .narrative-contents {
    padding: 40px 0;
    aspect-ratio: auto;
  }

  .narrative-slide1 {
    background-image: url("/cms/parabed/img/narrative/slide_01_sp.jpg");
  }

  .narrative-slide2 {
    background-image: url("/cms/parabed/img/narrative/slide_02_sp.jpg");
  }

  .narrative-slide3 {
    background-image: url("/cms/parabed/img/narrative/slide_03_sp.jpg");
  }

  .narrative-slide4 {
    background-image: url("/cms/parabed/img/narrative/slide_04_sp.jpg");
  }

  .narrative-txt {
    margin: 0 0 16px;
    font-size: 10px;
  }

  .narrative-txt p {
    margin: 0 0 16px;
  }

  .narrative-wellbeing img {
    width: 300px;
  }
}