.container {
  background: url(../imgs/bg-wall.jpg) center top/100% auto repeat-y;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 8rem;
    position: relative;
  }
  .container:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    content: '';
    display: inline-block;
    height: 100vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.container p {
  font-weight: 600;
}

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

.mv__img {
  width: 123rem;
}

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

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

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

.mv .photo__capIn {
  bottom: 22rem;
  font-size: 1rem;
  left: calc(60% - 3rem);
  right: auto;
}

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

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

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

@media screen and (max-width: 767px) {
  .pageTitle {
    left: 5%;
    top: 18vw;
  }
}

.pageTitle__img {
  width: 121rem;
}

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

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

.contentsSummary {
  margin: -20rem auto 0;
  max-width: 108rem;
  padding-bottom: 10rem;
}

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

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

.contentsSummaryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 8rem;
  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: 6rem;
  }
}

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

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

.contentsSummaryItem--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 8rem;
}

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

.contentsSummaryItem--3 {
  padding-right: 8rem;
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--3 {
    padding-right: 0;
  }
}

.contentsSummaryItem__img {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .contentsSummaryItem--1 .contentsSummaryItem__img {
    width: 74rem;
  }
  .contentsSummaryItem--2 .contentsSummaryItem__img {
    width: 54rem;
  }
  .contentsSummaryItem--3 .contentsSummaryItem__img {
    width: 62rem;
  }
}

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

.contentsSummaryItem__img .photo__capIn {
  font-size: 1rem;
  left: 1rem;
}

.contentsSummaryItem__txt {
  color: #231815;
  -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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

@media screen and (min-width: 1025px) {
  .contentsSummaryItem--1 .contentsSummaryItem__txt {
    margin-right: -10rem;
  }
}

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

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

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

.contentsSummaryNote {
  font-size: 1rem;
  margin-top: 10rem;
  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%;
  }
}

.waku {
  border: 1px solid #000000;
  padding: 2rem;
  margin-inline: auto;
  max-width: 1240px;
}

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

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

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

.stAndSt {
  background: #ffffff;
  position: relative;
}

.stAndSt__inner {
  color: #231815;
  display: grid;
  gap: 0 5rem;
  grid-template: 'ttl logo' auto 'txt logo' auto / 60rem 1fr;
  padding: 7rem 8rem;
}

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stAndSt__ttl {
    font-size: 2.6rem;
  }
}

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

.stAndSt__txt {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  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: #f4f2dd;
  position: relative;
}

.fasionCoordinate:before {
  background: #cec0ad;
  content: '';
  display: inline-block;
  height: 15rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.fasionCoordinate__inner {
  display: grid;
  gap: 0 8rem;
  grid-template: 'ttl lady' auto 'lead lady' auto 'txt lady' 1fr / 46% auto;
  padding: 1rem 6rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .fasionCoordinate__inner {
    gap: 0 4rem;
    grid-template: 'ttl' auto 'lead' auto 'txt' auto 'lady' 1fr / 1fr;
    padding: 4rem 4rem 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: 9rem;
  margin-top: 9.5rem;
}

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

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

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

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

@media screen and (min-width: 1025px) {
  .fasionCoordinate__lady {
    height: 63.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__lady {
    padding-bottom: 2rem;
    padding-left: 10%;
  }
}

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

.fasionCoordinate__lady .fashionCoordinateModel__ladyImg {
  top: 2.5rem;
}

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

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

.materialImage {
  margin-inline: auto;
  max-width: 1240px;
  display: grid;
  gap: 0 6rem;
  grid-template: 'ttl ttl' auto 'txt matrix' auto 'comment comment' 1fr / auto 84.4rem;
  margin-top: 12rem;
  max-width: 108rem;
  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;
    grid-template: 'ttl' auto 'txt' auto 'matrix' auto 'comment' auto / 100%;
    margin: 10rem 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;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

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

.materialImage__ttl:after {
  background: #00462c;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  right: calc(50% + 10vw);
  width: 40vw;
}

.materialImage__ttl img {
  width: 54.8rem;
}

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

.materialImage__txt {
  color: #231815;
  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: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
  .materialImage__txt {
    margin: 0 auto 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

.materialImage__matrix {
  border: 1px solid #000000;
  grid-area: matrix;
  margin-bottom: 6rem;
  padding: 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__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 2rem;
  grid-template: 'img des' auto 'note note' auto / 1fr 33rem;
  margin: 2rem auto 0;
  max-width: 108rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .materialComment {
    gap: 0;
    grid-template: 'des' auto 'img' auto 'not' 1fr / 100%;
    margin-top: 6rem;
  }
}

.materialComment__des {
  -ms-flex-item-align: center;
      align-self: center;
}

.materialComment__commentTtl {
  border-bottom: 1px solid #00462c;
  grid-area: ttl;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
}

.materialComment__commentTtl img {
  width: 24rem;
}

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

.materialComment__commentTxt {
  color: #00462c;
  font-size: 1.6rem;
  grid-area: txt;
  letter-spacing: .15em;
  line-height: 2;
  margin-bottom: 3rem;
}

.materialComment__img {
  grid-area: img;
  width: 68.4rem;
}

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

.materialComment__note {
  font-size: 1rem;
  margin-top: 2rem;
}
