.container {
  background: #7c7f5f;
  padding-bottom: 12rem;
}

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

.container p {
  font-weight: 600;
}

.mv {
  margin-inline: auto;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mv {
    padding-top: 3rem;
  }
}

.mv__img {
  margin: 0 0 0 auto;
  width: 83rem;
}

@media screen and (min-width: 1440px) {
  .mv__img {
    margin-right: calc((100% - 144rem) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__img {
    width: 67%;
  }
}

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

.mv__img img {
  width: 100%;
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv .photo__capIn {
    bottom: -1rem;
    right: 19rem;
  }
}

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

.mv__txt {
  color: #ffffff;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  left: calc((100vw - 1240px) / 2);
  position: absolute;
  top: 41%;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mv__txt {
    left: 5%;
  }
}

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

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

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

.pageTitle {
  top: 21%;
}

@media screen and (min-width: 1440px) {
  .pageTitle {
    left: calc((100vw - 1240px) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .pageTitle {
    left: 5%;
  }
}

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

.pageTitle__img {
  max-width: 476px;
  width: calc(476 / 14.4 * 1vw);
}

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

.contentsSummary {
  margin-top: -48rem;
  padding-bottom: 8rem;
}

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

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

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

.contentsSummaryItem--1 {
  margin-inline: auto;
  max-width: 1240px;
}

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

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--1 {
    width: 88%;
  }
}

.contentsSummaryItem--2 {
  display: grid;
  gap: 6rem;
  grid-template: 'img1 img1' auto 'img2 txt' auto / 64rem 1fr;
  margin-inline: auto;
  max-width: 1240px;
}

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

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--2 {
    grid-template: 'img1' auto 'txt' auto 'img2' auto / 1fr;
    margin-top: 6rem;
  }
}

.contentsSummaryItem__img {
  overflow: hidden;
}

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

.contentsSummaryItem--1 .contentsSummaryItem__img {
  margin-left: -10rem;
  width: 74rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--1 .contentsSummaryItem__img {
    margin-left: 0;
    width: 100%;
  }
}

.contentsSummaryItem__img--1 {
  grid-area: img1;
  justify-self: flex-end;
  width: 94rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem__img--1 {
    width: 100%;
  }
}

.contentsSummaryItem__img--2 {
  grid-area: img2;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem__img--2 {
    margin-left: 0;
  }
}

.contentsSummaryItem__txt {
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  grid-area: txt;
  line-height: 1.5;
}

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

.contentsSummaryItem--1 .contentsSummaryItem__txt {
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--1 .contentsSummaryItem__txt {
    margin-top: 0;
  }
}

.contentsSummaryItem--2 .contentsSummaryItem__txt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--2 .contentsSummaryItem__txt {
    margin-bottom: 0;
  }
}

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

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

@media screen and (max-width: 767px) {
  .contentsSummaryItem__txt p {
    line-height: 2;
  }
}

.contentsSummaryNote {
  color: #ffffff;
  font-size: 1rem;
  margin-inline: auto;
  max-width: 1240px;
}

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

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

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

.stAndSt {
  background: url(../imgs/bg-standst.png) left top/100px 100px;
  position: relative;
}

.stAndSt__inner {
  color: #231815;
  display: grid;
  gap: 0 5rem;
  grid-template: 'ttl logo' auto 'txt logo' auto / 66rem 1fr;
  padding: 8rem 0;
  margin-inline: auto;
  max-width: 1240px;
}

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

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

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

.stAndSt__ttl {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  grid-area: ttl;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.stAndSt__txt {
  grid-area: txt;
}

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

.stAndSt__txt p {
  letter-spacing: .12em;
  line-height: 2;
}

.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.png) left top/100px 100px;
  position: relative;
}

.fasionCoordinate__inner {
  color: #ffffff;
  display: grid;
  gap: 0 8rem;
  grid-template: 'ttl lady' auto 'lead lady' auto 'txt lady' 1fr / 45% auto;
  padding: 16rem 0 11rem;
  margin-inline: auto;
  max-width: 1240px;
}

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

@media screen and (max-width: 1024px) {
  .fasionCoordinate__inner {
    gap: 0 4rem;
    grid-template: 'ttl' auto 'lead' auto 'txt' auto 'lady' 1fr / 1fr;
    padding: 6rem 0 0;
  }
}

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

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

.fasionCoordinate__txt {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  grid-area: txt;
  line-height: 2;
  line-height: calc(46/20);
  margin-bottom: 3rem;
}

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

.fasionCoordinate__lady {
  grid-area: lady;
  position: relative;
}

@media screen and (min-width: 768px) {
  .fasionCoordinate .fashionCoordinateModel__ladyImg {
    top: -23rem;
    width: 27rem;
  }
}

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

.fasionCoordinate .fashionCoordinateModel__ladyTxt {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    bottom: -4.7rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    bottom: 10rem;
  }
}

.materialImage {
  margin-inline: auto;
  max-width: 1240px;
  display: grid;
  gap: 0 6rem;
  grid-template: 'ttl' auto 'txt' auto 'matrix' auto 'comment' 1fr / 1fr;
  margin-top: 16rem;
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .materialImage {
    gap: 0 4rem;
    margin: 6rem auto 0;
  }
}

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

.materialImage__ttl {
  grid-area: ttl;
  justify-self: center;
  margin-bottom: 6rem;
  margin-top: 4rem;
  position: relative;
}

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

.materialImage__ttl img {
  width: 72.5rem;
}

@media screen and (max-width: 1024px) {
  .materialImage__ttl img {
    width: 80%;
  }
}

.materialImage__txt {
  color: #ffffff;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  grid-area: txt;
  line-height: calc(46/18);
  margin-bottom: 7rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .materialImage__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .materialImage__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.materialImage__matrix {
  grid-area: matrix;
  margin-bottom: 2rem;
  text-align: center;
}

.materialImage__matrixCard {
  background: #ffffff;
  margin-inline: auto;
  max-width: 100%;
  padding: 4.5rem;
  position: relative;
  width: 88rem;
}

@media screen and (max-width: 1024px) {
  .materialImage__matrixCard {
    padding: 4rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .materialImage__matrixCard {
    padding: 2rem;
  }
}

.materialImage__matrixCard:before {
  border: 3px solid #ffffff;
  content: '';
  display: inline-block;
  height: calc(100% + 2.6rem);
  left: -1.3rem;
  position: absolute;
  top: -1.3rem;
  width: calc(100% + 2.6rem);
}

.materialImage__matrixCap {
  color: #000000;
  display: block;
  margin-bottom: 2rem;
}

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

.materialImage__comment {
  grid-area: comment;
}

.materialComment {
  display: grid;
  gap: 0 6rem;
  grid-template: 'ttl subimg' auto 'txt subimg' 1fr 'img subimg' auto 'note note' auto / 1fr 42rem;
  margin: 11rem auto 0;
  max-width: 1080px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .materialComment {
    gap: 0;
    grid-template: 'ttl' auto 'txt' auto 'img' auto 'subimg' auto 'note' 1fr / 1fr;
    margin-top: 6rem;
  }
}

.materialComment__commentTtl {
  grid-area: ttl;
  margin-bottom: 5rem;
}

.materialComment__commentTtl img {
  width: 24rem;
}

@media screen and (max-width: 1024px) {
  .materialComment__commentTtl img {
    width: 28rem;
  }
}

.materialComment__commentTxt {
  color: #ffffff;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  grid-area: txt;
  line-height: 2;
  margin-bottom: 3rem;
}

.materialComment__img {
  grid-area: img;
}

.materialComment__subimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem 0;
  grid-area: subimg;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .materialComment__subimg {
    display: grid;
    gap: 4rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
  }
}

.materialComment__note {
  color: #ffffff;
  font-size: 1rem;
  grid-area: note;
  margin-top: 6rem;
}

.materialComment .photo__capOut {
  display: block;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  left: 0;
  right: auto;
}

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