.container {
  background: url(../imgs/bg-cross@2x.jpg) center top/391px 391px;
  padding-bottom: 10rem;
}

.container p {
  font-weight: 600;
}

.mv {
  margin-inline: auto;
  position: relative;
}

.mv__img img {
  width: 100%;
}

.mv .photo__capIn {
  bottom: 1rem;
  font-size: 1rem;
  left: 14rem;
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv .photo__capIn {
    left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv .photo__capIn {
    left: 50%;
  }
}

.mv__txt {
  color: #956134;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  top: 43%;
}

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

@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 2rem;
    position: static;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__txt br.only-sp {
    display: block;
  }
}

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

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

@media screen and (min-width: 768px) {
  .pageTitle {
    left: 50%;
    right: auto;
    top: 29%;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle {
    left: auto;
    right: 7%;
    top: 62vw;
  }
}

.pageTitle__img {
  width: calc(470 / 14.4 * 1vw);
}

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

.contentsSummary {
  margin-inline: auto;
  max-width: 1240px;
  margin-top: -48rem;
  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 (max-width: 1024px) {
  .contentsSummary {
    margin-top: 4rem;
  }
}

@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;
  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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

.contentsSummaryItem--2 {
  display: grid;
  gap: 8rem 12rem;
  grid-template: 'img1 txt' auto 'img2 txt' auto / 64rem 1fr;
}

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

.contentsSummaryItem__img {
  overflow: hidden;
  width: 64rem;
}

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

.contentsSummaryItem__img--1 {
  grid-area: img1;
}

.contentsSummaryItem__img--2 {
  grid-area: img2;
  margin-left: 6rem;
}

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

.contentsSummaryItem__img img {
  border-radius: 10rem;
}

@media screen and (max-width: 767px) {
  .contentsSummaryItem__img img {
    border-radius: 5rem;
  }
}

.contentsSummaryItem__img .photo__capIn {
  bottom: 0;
  left: 0;
  right: auto;
}

.contentsSummaryItem__txt {
  color: #834b1a;
  -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;
}

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

.contentsSummaryItem--1 .contentsSummaryItem__txt {
  margin-bottom: 6rem;
}

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

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

.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;
}

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

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

@media screen and (max-width: 1024px) {
  .stAndSt {
    background-size: 124rem 100%;
  }
}

.stAndSt__inner {
  color: #231815;
  display: grid;
  gap: 0 5rem;
  grid-template: 'ttl logo' auto 'txt logo' auto / 66rem 1fr;
  padding: 15rem 0 16rem;
  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: 12rem 0 18rem;
  }
}

@media screen and (max-width: 767px) {
  .stAndSt__inner {
    padding: 10rem 6% 18rem;
  }
}

.stAndSt__ttl {
  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/100% 100% no-repeat;
  margin-top: -11rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .fasionCoordinate {
    background-size: 144rem 100%;
    margin-top: -15rem;
  }
}

.fasionCoordinate__inner {
  color: #ffffff;
  display: grid;
  gap: 0 8rem;
  grid-template: 'ttl lady' auto 'txt lady' 1fr / 43% auto;
  padding: 0 6rem 20rem 0;
  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 (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__inner {
    gap: 0 4rem;
    grid-template: 'txt txt' auto 'ttl lady' auto 'ttl lady' 1fr / 1fr 1fr;
    padding: 6rem 0;
  }
}

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

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

.fasionCoordinate__ttl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-area: ttl;
  margin-bottom: 0;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .fasionCoordinate__ttl {
    margin-top: 0;
    text-align: center;
  }
}

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

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

.fasionCoordinate__lady {
  grid-area: lady;
}

.fasionCoordinate .fashionCoordinateModel__ladyImg {
  top: 2rem;
  width: 27rem;
}

@media screen and (min-width: 1025px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    bottom: -9rem;
    left: 24rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    bottom: 19rem;
    left: auto;
    right: 80%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    bottom: 20rem;
    left: 55%;
  }
}

.materialImage {
  margin-inline: auto;
  max-width: 1240px;
  border-radius: 4rem;
  color: #834b1a;
  display: grid;
  position: relative;
}

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

@media screen and (min-width: 1025px) {
  .materialImage {
    gap: 0 6rem;
    grid-template: 'ttl matrix' auto 'txt matrix' 1fr 'comment comment' auto / 1fr 79rem;
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .materialImage {
    grid-template: 'ttl' auto 'txt' auto 'matrix' auto 'comment' 1fr / 1fr;
    margin-top: 0;
    padding: 8rem 4rem 0;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .materialImage {
    grid-template: 'ttl' auto 'txt' auto 'matrix' auto 'comment' 1fr / 1fr;
    margin-top: 6rem;
    width: 88%;
  }
}

.materialImage__ttl {
  grid-area: ttl;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  position: relative;
}

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

.materialImage__ttl img {
  width: 35.6rem;
}

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

.materialImage__ttl:before {
  background: url(../imgs/line-dot@2x.png) center center/contain no-repeat;
  bottom: 0;
  content: '';
  height: 1rem;
  left: 0;
  position: absolute;
  width: 40rem;
}

@media screen and (max-width: 1024px) {
  .materialImage__ttl:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

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

.materialImage__txt {
  font-weight: bold;
  grid-area: txt;
  line-height: 2;
  margin-bottom: 5rem;
}

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

.materialImage__matrix {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 4rem;
  grid-area: matrix;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.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 img' auto 'txt img' auto 'hanrei img' auto 'note note' 1fr / 1fr 77.6rem;
  margin-top: 8rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .materialComment {
    gap: 2rem;
    grid-template: 'ttl hanrei' auto 'img img' auto 'txt txt' auto 'note note' 1fr / 1fr auto;
  }
}

@media screen and (max-width: 767px) {
  .materialComment {
    gap: 2rem;
    grid-template: 'ttl' auto 'hanrei' auto 'img' auto 'txt' auto 'note' 1fr / 1fr;
  }
}

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

.materialComment__commentTtl img {
  width: 27.2rem;
}

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

.materialComment__commentTxt {
  grid-area: txt;
  line-height: 2;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .materialComment__commentTxt {
    margin-bottom: 0;
  }
}

.materialComment__img {
  grid-area: img;
}

.materialComment__hanrei {
  grid-area: hanrei;
}

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