.container {
  background: #e9e0d7;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.container p {
  font-weight: 600;
}

.mv {
  background: #e9e0d7;
  margin-inline: auto;
  max-width: 1440px;
  padding-top: 7rem;
  position: relative;
}

.mv:before {
  background: #f7f4f1;
  border-radius: 10rem 0 10rem 0;
  content: '';
  display: inline-block;
  height: 85%;
  left: 0;
  position: absolute;
  top: 5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv:before {
    border-radius: 15rem 0 15rem 0;
    height: 150vw;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mv__img {
    width: 98%;
  }
}

.mv__img img {
  width: 100%;
}

.mv .photo__capIn {
  bottom: 1rem;
  font-size: 1rem;
  position: absolute;
  right: 10rem;
}

@media screen and (max-width: 767px) {
  .mv .photo__capIn {
    bottom: 2rem;
    right: 2%;
  }
}

.mv__txt {
  font-size: 1.6rem;
  position: absolute;
  top: 51%;
}

@media screen and (min-width: 1025px) {
  .mv__txt {
    left: calc(50% - 62rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__txt {
    left: 4rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .mv__txt {
    left: 4rem;
    top: 127vw;
  }
}

.mv__txt p {
  line-height: calc(56 / 16);
}

@media screen and (max-width: 1024px) {
  .mv__txt p {
    line-height: calc(46 / 16);
  }
}

.pageTitle {
  top: 15%;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    top: 24%;
  }
}

.pageTitle__img {
  width: 36.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTitle__img {
    width: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle__img {
    width: 15.4rem;
  }
}

.contentsSummary {
  margin-inline: auto;
  max-width: 1240px;
  margin-top: -41rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .contentsSummary {
    width: calc(100% - 20rem);
  }
  #top .contentsSummary {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contentsSummary {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .contentsSummary {
    margin-top: 38rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentsSummary {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.contentsSummaryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 11rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}

.contentsSummaryItem--1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .contentsSummaryItem--1 {
    margin-bottom: 2rem;
  }
}

.contentsSummaryItem--3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentsSummaryItem__img {
  max-width: 100%;
  overflow: hidden;
  width: 64rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contentsSummaryItem__img .photo__capIn {
  left: 5px;
  right: auto;
}

.contentsSummaryItem__img img {
  border-radius: 9rem 0 9rem 0;
}

.contentsSummaryItem--3 .contentsSummaryItem__img img {
  border-radius: 0 9rem 0 0;
}

.contentsSummaryItem__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem__txt {
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contentsSummaryItem__txt p {
  line-height: calc(56 / 16);
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem__txt p {
    line-height: calc(46 / 16);
  }
}

.contentsSummaryNote {
  font-size: 1rem;
}

.bg-brown {
  background: #e3d8ce;
  padding: 12rem 0 16rem;
}

@media screen and (max-width: 1024px) {
  .bg-brown {
    padding-block: 0 4rem;
  }
}

.stAndSt {
  background: url(../imgs/bg-standst.svg) left top/135rem 100% no-repeat;
  display: grid;
  gap: 0 5rem;
  grid-template: 'ttl logo' auto 'txt logo' auto / 66rem 1fr;
  padding: 6rem 0 8rem calc((100vw - 1240px) / 2);
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .stAndSt {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  .stAndSt {
    background: #d5bdb3;
    grid-template: 'ttl' auto 'txt' auto 'logo' 1fr;
    padding: 6rem 4rem;
  }
}

.stAndSt__ttl {
  font-size: 3rem;
  font-weight: bold;
  grid-area: ttl;
  line-height: calc(56 / 30);
  margin-bottom: 4rem;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 248, 148, 0.54);
          text-decoration-color: rgba(255, 248, 148, 0.54);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: .5em;
  text-underline-offset: -.2em;
}

@media screen and (max-width: 767px) {
  .stAndSt__ttl {
    font-size: 6vw;
  }
}

.stAndSt__txt {
  grid-area: txt;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .stAndSt__txt {
    margin-bottom: 4rem;
  }
}

.stAndSt__logo {
  align-self: center;
  grid-area: logo;
  width: 37.7rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stAndSt__logo {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .stAndSt__logo {
    margin-inline: auto;
    width: 80%;
  }
}

.fasionCoordinate {
  background: url(../imgs/bg-fashion-coodinate.svg) left top/144rem 100% no-repeat;
  display: grid;
  gap: 0 8rem;
  grid-template: 'ttl lady' auto 'txt lady' 1fr / 42rem 1fr;
  margin-top: -3rem;
  padding: 12rem 0 20rem calc((100vw - 1240px) / 2);
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .fasionCoordinate {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  .fasionCoordinate {
    background: #c9ddc6;
    grid-template: 'ttl' auto 'txt' auto 'lady' 1fr;
    margin-top: 0;
    padding: 6rem 6% 3rem;
  }
}

.fasionCoordinate__ttl {
  grid-area: ttl;
  margin-bottom: 4rem;
}

.fasionCoordinate__txt {
  font-size: 2rem;
  grid-area: txt;
  line-height: calc(46/20);
}

@media screen and (max-width: 1024px) {
  .fasionCoordinate__txt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .fasionCoordinate__txt {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__txt .only-vt {
    display: none;
  }
}

.fasionCoordinate__lady {
  grid-area: lady;
}

@media screen and (min-width: 1025px) {
  .fasionCoordinate__lady .fashionCoordinateModel__ladyTxt {
    bottom: -40%;
  }
}

.materialImage {
  margin-inline: auto;
  max-width: 1240px;
  background: #ffffff;
  border-radius: 4rem;
  margin-top: 18rem;
  padding: 12rem 8rem 8rem 8rem;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .materialImage {
    width: calc(100% - 20rem);
  }
  #top .materialImage {
    width: 92%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .materialImage {
    margin-top: 10rem;
    padding: 8rem 2rem 4rem;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .materialImage {
    margin-top: 6rem;
    padding: 8rem 2rem 4rem;
    width: 88%;
  }
}

.materialImage__ttl {
  margin-bottom: 6rem;
  padding-bottom: 4rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .materialImage__ttl {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
}

.materialImage__ttl img {
  width: 65.3rem;
}

.materialImage__ttl:before {
  background: #000000;
  bottom: 0;
  content: '';
  display: inline-block;
  height: .3rem;
  left: calc(50% - 8rem);
  position: absolute;
  width: 16rem;
}

.materialImage__lead {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5rem;
  text-align: center;
}

.materialImage__matrix {
  margin-bottom: 6rem;
  text-align: center;
}

.materialImage__matrixCap {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .materialImage__matrixCap {
    font-size: 1.2rem;
  }
}

.materialComment {
  display: grid;
  gap: 2rem;
  grid-template: 'img1 img2 comment' auto 'img3 img4 comment' auto 'note note note' 1fr / 36rem 36rem 1fr;
}

@media screen and (max-width: 1024px) {
  .materialComment {
    grid-template: 'img1 img2' auto 'img3 img4' auto 'comment comment' auto 'note note' 1fr / 1fr 1fr;
  }
}

.materialComment__item:nth-child(1) {
  grid-area: img1;
}

.materialComment__item:nth-child(2) {
  grid-area: img2;
}

.materialComment__item:nth-child(3) {
  grid-area: img3;
}

.materialComment__item:nth-child(4) {
  grid-area: img4;
}

.materialComment__item .photo__capIn {
  background: #000000;
  bottom: 0;
  color: #ffffff;
  font-size: 1.4rem;
  left: 0;
  min-width: 15rem;
  padding: 0 2rem;
  right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .materialComment__item .photo__capIn {
    font-size: 1rem;
    min-width: 0;
    padding: 0 1rem;
  }
}

.materialComment__comment {
  background: #7a9976;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 88%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 88%, 0 100%, 0 0);
  color: #ffffff;
  grid-area: comment;
  padding: 4rem 2rem;
}

@media screen and (max-width: 1024px) {
  .materialComment__comment {
    padding-bottom: 8rem;
  }
}

.materialComment__commentTtl {
  margin-bottom: 2.5rem;
}

.materialComment__commentTtl img {
  width: 27.2rem;
}

.materialComment__commentTxt {
  line-height: 2;
}

.materialComment__note {
  font-size: 1rem;
  grid-area: note;
}
