.lower__mv {
  background-image: url(../../img/archive-works/mv__bg.jpg);
}

/* ------------------------------------------------------------------------------------------------------------- */
/* main__contents */
.main__contents {
  padding-bottom: 160px;
  background-color: #f6f6f6;
  width: 100%;
}

.main__contents .container .post__wrap {
  position: relative;
}
.main__contents .container .post__wrap:nth-child(2n) .post__flex {
  flex-direction: row-reverse;
}

.main__contents .container .post__wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  top: 80px;
  left: 0;
}

.main__contents .container .post__wrap .inner {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}

.main__contents .container .post__wrap:not(:first-child) {
  margin-top: 100px;
}

.main__contents .container .post__wrap .post__flex {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
}

.main__contents .container .post__wrap .post__flex .left {
  background-color: #d5040a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(5deg);
  width: 40%;
  max-width: 470px;
  height: 25vw;
  max-height: 350px;
  position: relative;
}

.main__contents .container .post__wrap .post__flex .left .post__img {
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
  position: absolute;
  left: -15px;
}

.main__contents .container .post__wrap .post__flex .left .post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__contents .container .post__wrap .post__flex .right {
  width: calc(100% - 39.83% - 10%);
}

.main__contents .container .post__wrap .post__flex .right p.post__text {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.25;
  letter-spacing: 0.04em;
  padding-left: 15px;
  position: relative;
}
.main__contents
  .container
  .post__wrap
  .post__flex
  .right
  p.post__text:not(:first-child) {
  padding-top: 20px;
}
.main__contents .container .post__wrap .post__flex .right p.post__text::before {
  position: absolute;
  content: "・";
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #222222;
  top: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main__contents
  .container
  .post__wrap
  .post__flex
  .right
  p.post__text:not(:first-child)::before {
  padding-top: 20px;
}
@media screen and (min-width: 1440px) {
  .main__contents .container .post__wrap .post__flex .right p.post__text {
    font-size: 16px;
  }

  .main__contents
    .container
    .post__wrap
    .post__flex
    .right
    p.post__text::before {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------------------------------------------------- */
/* resonsive */
@media screen and (max-width: 480px) {
  .main__contents {
    padding-bottom: 60px;
  }

  .main__contents .container .post__wrap .post__flex,
  .main__contents .container .post__wrap:nth-child(2n) .post__flex {
    flex-direction: column;
  }

  .main__contents .container .post__wrap .post__flex .left {
    width: 60%;
    margin: auto;
  }

  .main__contents .container .post__wrap .post__flex .right {
    margin-top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .main__contents .container .post__wrap .post__flex .left {
    width: 70%;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
