/*===============================

	about style

================================*/
/**
 * description
 */
.p-description__item {
  padding: 70px 20px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-description__item {
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 0 20px;
  }
}

.p-description__item--01 {
  background-image: url("/assets/images/about/description_img01.jpg");
}
@media screen and (min-width: 768px) {
  .p-description__item--01 {
    background-image: url("/assets/images/about/description_img01_md.jpg");
  }
}

.p-description__item--02 {
  background-image: url("/assets/images/about/description_img02.jpg");
}
@media screen and (min-width: 768px) {
  .p-description__item--02 {
    background-image: url("/assets/images/about/description_img02_md.jpg");
  }
}

.p-description__item--03 {
  background-image: url("/assets/images/about/description_img03.jpg");
}
@media screen and (min-width: 768px) {
  .p-description__item--03 {
    background-image: url("/assets/images/about/description_img03_md.jpg");
  }
}

@media screen and (min-width: 768px) {
  .p-description__inner {
    width: 1160px;
    margin: -13px auto 0;
  }
}

.p-description__body {
  font-size: 13px;
  line-height: 2.2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-description__body {
    max-width: 664px;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) {
  .p-description__item:nth-child(odd) .p-description__body {
    margin-left: auto;
  }
}

/**
 * mv
 */
.p-mv__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-mv__block {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__block {
    position: absolute;
    top: 510px;
    right: 6.25%;
    width: 260px;
  }
}

.p-mv__title {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    margin-top: 0;
  }
}

.p-mv__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px 3px;
  font-family: var(--font-noto-sans);
  font-size: 13px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    padding: 4px 25px 5px;
    font-size: 11px;
  }
}

.p-mv__movie {
  width: 100%;
  padding: 0 20px;
  margin-top: -12px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-mv__movie {
    padding: 0;
  }
}

.p-mv__lede {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__lede {
    padding: 95px 0;
  }
}

.p-mv__heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9167;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-mv__heading {
    font-size: 24px;
  }
}

.p-mv__name {
  margin-top: 23px;
  font-family: var(--font-cinzel);
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-mv__name {
    font-size: 30px;
  }
}

/**
 * owner
 */
.p-owner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-owner {
    padding: 100px 6.25%;
  }
}
.p-owner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(50% + 50px);
  height: calc(100% - 50px);
  content: "";
  background-color: rgba(173, 159, 132, 0.6);
}
@media screen and (min-width: 768px) {
  .p-owner::before {
    width: 50%;
    height: calc(100% - 180px);
  }
}

.p-owner__container {
  padding: 80px 35px 65px;
}
@media screen and (min-width: 768px) {
  .p-owner__container {
    padding: 120px 6.25% 94px;
    border: 1px solid var(--primary-color);
  }
}

.p-owner__heading {
  position: relative;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .p-owner__heading {
    margin: 0;
    text-align: center;
  }
}

.p-owner__heading img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-owner__heading img {
    width: 100%;
    max-width: 890.9px;
  }
}

.p-owner__img {
  padding: 0 30px;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .p-owner__img {
    margin-top: -40px;
    text-align: center;
  }
}

.p-owner__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-owner__img img {
    max-width: 400px;
  }
}

.p-owner__body {
  margin-top: 25px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-owner__body {
    max-width: 545px;
    margin: 41px auto 0;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.06em;
  }
}