@media screen and (min-width: 501px) {
  .p-about {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about {
    padding: 0 0 80px;
  }
}
.p-about .c-bread {
  position: absolute;
  background-color: inherit;
  z-index: 1;
}

.p-about__mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.p-about__mvWrap {
  position: absolute;
  top: 0;
  margin: auto 0;
  bottom: 0;
  right: 20%;
  z-index: 20;
  display: inline-table;
}
@media screen and (max-width: 1024px) {
  .p-about__mvWrap {
    right: 10%;
  }
}

.index {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  background-color: #fff;
  padding: 20px;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .index {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .simpleParallax {
    overflow: inherit;
  }
}

.p-about__mvImgWrap {
  display: block;
  height: 100%;
}

.p-about__mvImg {
  height: 100%;
}

.p-about__overview {
  margin-top: 137px;
}
@media screen and (max-width: 1024px) {
  .p-about__overview {
    margin-top: 60px;
  }
}

.p-about__overviewWrap {
  max-width: 1080px;
}
.p-about__overviewWrap:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-about__overviewWrap:nth-child(n+2) {
    margin-top: 60px;
  }
}

.p-about__heading {
  position: relative;
  font-size: 40px;
  line-height: 1.46;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-about__heading {
    font-size: 28px;
  }
}

.p-about__read {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin: 124px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-about__read {
    margin: 60px auto 0;
  }
}
.p-about__read .pickup {
  color: #8E2247;
  border-bottom: 1px solid #8E2247;
}

.p-about__box {
  position: relative;
  margin: 100px auto 0;
}

.p-about__head {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  background-color: #F8F8F8;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .p-about__head {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__head {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
  }
}

.p-about__list {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-about__list {
    margin-left: auto;
    width: calc(100% - 200px);
  }
}

.p-about__item {
  display: block;
}
.p-about__item:nth-child(n+2) {
  margin-top: 80px;
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-about__contents {
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-about__contents {
    width: calc(100% - 300px);
    margin-right: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__contents {
    margin: 30px auto 0;
  }
}

.p-about__name {
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.46;
}
@media screen and (max-width: 1024px) {
  .p-about__name {
    font-size: 24px;
    margin-top: 20px;
  }
}

.p-about__min {
  margin-right: 16px;
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  .p-about__min {
    font-size: 16px;
  }
}

.p-about__text {
  font-size: 18px;
  line-height: 1.94;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-about__text {
    font-size: 16px;
  }
}

.p-about__imgWrap {
  max-width: 280px;
}

.p-about__model {
  margin-top: 140px;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .p-about__model .inner2 {
    margin: 0;
  }
}

.p-about__modelBox {
  position: relative;
}
.p-about__modelHeading {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-about__modelHeading {
    margin: 0 auto 20px;
    font-size: 26px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .p-about__modelImgWrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    width: clamp(36.5rem, 6.079rem + 47.49vw, 64.063rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-about__modelImg {
    border-radius: 0 0 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__modelImg {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 0 20px 0;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (min-width: 1025px) {
  .p-about__modelBoxWrap {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 0;
    margin: 0 calc((60vw - 50%) * -1);
    display: block;
    width: 70%;
    height: calc(100% - 65px);
    min-height: 430px;
    border-radius: 0 0 0 40px;
    background-color: #FBF3F5;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__modelBoxWrap {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .p-about__modelWrap {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__modelWrap {
    text-align: center;
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
    background-color: #FBF3F5;
  }
}

.p-about__modelText {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .p-about__modelText {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}

.p-about__modelName {
  margin-top: 40px;
  font-size: 38px;
  line-height: 1.46;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  .p-about__modelName {
    font-size: 24px;
    text-align: right;
  }
}

.p-about__modelMin {
  letter-spacing: 0;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.p-about__modelProfile {
  border: 1px solid #B1B1B1;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  .p-about__modelProfile {
    margin-top: 200px;
    padding: 28px 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__modelProfile {
    margin-top: 60px;
    padding: 20px;
  }
}

.p-about__modelHead {
  display: block;
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}