.container {
  background: #97563a;
  position: relative;
}

.container:after {
  background: #97563a;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .container:after {
    display: none;
  }
}

.container p {
  font-weight: 600;
}

.mv {
  padding-top: 8rem;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .mv {
    overflow: hidden;
  }
}

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

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

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

.mv .photo__capIn {
  position: absolute;
  right: auto;
}

@media screen and (min-width: 1025px) {
  .mv .photo__capIn {
    left: 48rem;
  }
}

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__txt {
    left: calc(50% - 5rem);
    margin-inline: auto;
    padding-right: 2%;
    top: 59vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__txt {
    font-size: 1.4rem;
    left: auto;
    margin-top: 2rem;
    position: static;
    text-align: center;
    width: 100%;
  }
}

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

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

.pageTitle {
  left: auto;
  right: calc(50% - 59rem);
  top: 20%;
}

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

@media screen and (max-width: 767px) {
  .pageTitle {
    right: 3%;
    top: 48vw;
  }
}

.pageTitle__img {
  width: 64rem;
}

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

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

.pageTitle__img img {
  max-width: 100%;
}

.contentsSummary {
  padding-bottom: 12rem;
  padding-top: 11rem;
  position: relative;
}

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

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

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

.contentsSummaryItem--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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 (min-width: 1025px) {
  .contentsSummaryItem--1 {
    margin-top: -34rem;
  }
}

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--1 {
    justify-self: center;
  }
}

.contentsSummaryItem--1 .photo__capIn {
  left: 1rem;
  right: auto;
}

.contentsSummaryItem--2 {
  display: grid;
  gap: 4rem 6rem;
  grid-template: 'img1 txt' auto 'img2 txt' auto / 74rem 1fr;
  margin-bottom: 0;
  margin-top: -16rem;
}

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

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .contentsSummaryItem--2 {
    margin-left: 0;
  }
}

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

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

.contentsSummaryItem--1 .contentsSummaryItem__img {
  width: 56rem;
}

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

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

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

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

.contentsSummaryItem__img--2 {
  grid-area: img2;
  justify-self: flex-end;
}

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

.contentsSummaryItem__img img {
  -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.3);
}

.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 {
    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--2 .contentsSummaryItem__txt {
  margin-top: 16rem;
  padding-left: 6rem;
}

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

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

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

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

.contentsSummaryNote {
  margin-inline: auto;
  max-width: 1240px;
  margin-top: -2rem;
  text-align: right;
}

@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: 767px) and (max-width: 767px) {
  .contentsSummaryNote {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.contentsSummaryNote__inner {
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  max-width: 100%;
  text-align: left;
  width: 54rem;
}

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

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

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

.fasionCoordinate__inner {
  color: #ffffff;
  display: grid;
  grid-template: 'ttl lady txt' auto / 30rem 1fr 45.8rem;
  margin-left: calc(50% - 54rem);
  max-width: 116rem;
  padding: 2rem 0 2rem;
}

@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;
    margin-inline: auto;
    max-width: 1240px;
  }
}

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

@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: 3rem;
  margin-top: 15rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__ttl {
    margin-bottom: 3rem;
    margin-top: 0;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__lady {
    height: 67rem;
    text-align: center;
  }
}

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

.fasionCoordinate .fashionCoordinateModel__ladyImg {
  margin-left: 10rem;
  position: static;
  width: 27rem;
}

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

@media screen and (max-width: 767px) {
  .fasionCoordinate .fashionCoordinateModel__ladyImg {
    width: auto;
  }
}

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

@media screen and (min-width: 1025px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    left: -30rem;
    top: 28rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate .fashionCoordinateModel__ladyTxt {
    left: 0;
    text-align: left;
  }
}

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

.materialImageWrap {
  background: #8e5136;
  margin-top: 5rem;
  padding-top: 8rem;
}

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

.materialImage {
  margin-inline: auto;
  max-width: 1240px;
  display: grid;
  gap: 4rem;
  grid-template: 'ttl txt matrix' auto 'ttl comment comment' 1fr / 12rem 1fr 74rem;
  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 6rem;
    grid-template: 'ttl' auto 'txt' auto 'matrix' auto 'comment' 1fr / 100%;
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .materialImage {
    gap: 0 3rem;
    margin-top: 6rem;
    width: 88%;
  }
}

.materialImage__ttl {
  grid-area: ttl;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .materialImage__ttl {
    margin-bottom: 5rem;
    margin-left: -4rem;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .materialImage__ttl img.only-large {
    display: none;
  }
}

.materialImage__ttl img.only-tabsp {
  margin-bottom: 3rem;
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .materialImage__ttl img.only-tabsp {
    display: none;
  }
}

.materialImage__txt {
  color: #ffffff;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  grid-area: txt;
  line-height: calc(46 / 16);
}

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

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

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

.materialImage__matrix {
  background: #ffffff;
  grid-area: matrix;
  padding: 4rem 2rem;
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .materialImage__matrix {
    margin-top: 4rem;
    padding-block: 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 3rem;
  grid-template: 'img desc' auto 'note note' 1fr / 70rem 1fr;
  margin-top: 4rem;
  padding-bottom: 10rem;
  padding-right: 7rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .materialComment {
    gap: 3rem;
    grid-template: 'desc' auto 'img' auto 'note' 1fr /100%;
    padding-right: 0;
  }
}

.materialComment__desc {
  -ms-flex-item-align: center;
      align-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

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

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

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

.materialComment__commentTtl:after {
  background: url(../imgs/line-dot@2x.png) left center/contain no-repeat;
  bottom: 0;
  content: '';
  display: inline-block;
  height: .7rem;
  left: 0;
  position: absolute;
  width: 100%;
}

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

.materialComment__commentTxt p {
  font-weight: normal;
}

.materialComment__img {
  grid-area: img;
}

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

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