.container {
  background: url(../imgs/bg-wall@2x.jpg) center top/43rem auto repeat;
  padding-bottom: 10rem;
}

.container p {
  font-weight: 600;
}

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

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

.mv__img {
  margin-left: calc(calc((100vw - 1240px) / 2) + 8rem);
  width: 108rem;
}

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

@media screen and (max-width: 1024px) {
  .mv__img {
    margin-left: 5%;
    width: 90%;
  }
}

.mv__img img {
  width: 100%;
}

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

@media screen and (max-width: 1024px) {
  .mv .photo__capIn {
    left: auto;
    right: 0;
  }
}

.pageTitle {
  left: calc(calc((100vw - 1240px) / 2) + 8rem);
  top: 13%;
}

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

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

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

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

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

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

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

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

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

.contentsSummaryItem--1 {
  justify-self: right;
  margin-bottom: -6rem;
  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 {
    justify-self: center;
    margin-bottom: 6rem;
  }
}

.contentsSummaryItem--2 {
  display: grid;
  gap: 6rem 0;
  grid-template: 'img1 img1' auto 'txt img2' auto / 1fr 64rem;
  margin-bottom: 6rem;
  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 (min-width: 768px) {
  .contentsSummaryItem--2 {
    margin-top: -27rem;
  }
}

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

.contentsSummaryItem__img {
  overflow: hidden;
}

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

.contentsSummaryItem--1 .contentsSummaryItem__img {
  margin-top: 13rem;
  width: 74rem;
}

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

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

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

.contentsSummaryItem--1 .contentsSummaryItem__img img {
  width: 100%;
}

.contentsSummaryItem__img--1 {
  grid-area: img1;
  max-width: 100%;
  width: 52rem;
}

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

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

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

@media screen and (max-width: 767px) {
  .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;
}

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

@media screen and (min-width: 1025px) {
  .contentsSummaryItem--1 .contentsSummaryItem__txt p {
    margin-inline: auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 1025px) {
  .contentsSummaryItem--2 .contentsSummaryItem__txt {
    margin-left: 8rem;
    margin-top: 3rem;
  }
}

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

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

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

.contentsSummaryNote {
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
  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: 767px) and (max-width: 767px) {
  .contentsSummaryNote {
    max-width: 100%;
    padding-inline: 6%;
    width: 100%;
  }
}

.bgWaku {
  padding: 4px;
  position: relative;
  margin-inline: auto;
  max-width: 1240px;
}

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

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

.bgWaku__main {
  background: #dfddcd;
  border: 4px solid #000000;
  -webkit-clip-path: polygon(90px 0%, calc(100% - 90px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 90px) 100%, 90px 100%, 0% calc(100% - 90px), 0% 90px);
          clip-path: polygon(90px 0%, calc(100% - 90px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 90px) 100%, 90px 100%, 0% calc(100% - 90px), 0% 90px);
  padding: 10rem 8rem 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bgWaku__main {
    padding: 8rem 6rem 0;
  }
}

@media screen and (max-width: 767px) {
  .bgWaku__main {
    padding: 4rem 4% 0;
  }
}

.bgWaku:before {
  border: 1px solid #000000;
  -webkit-clip-path: polygon(90px 0%, calc(100% - 90px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 90px) 100%, 90px 100%, 0% calc(100% - 90px), 0% 90px);
          clip-path: polygon(90px 0%, calc(100% - 90px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 90px) 100%, 90px 100%, 0% calc(100% - 90px), 0% 90px);
  content: '';
  display: inline-block;
  height: calc(100%);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100%);
}

.bgWaku__part {
  position: absolute;
}

.bgWaku__part--tl {
  left: 0;
  top: 0;
}

.bgWaku__part--tr {
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bgWaku__part--bl {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bgWaku__part--br {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.stAndSt {
  background: url(../imgs/bg-standst.png) left top/100% 100% no-repeat;
  border-bottom: 1px solid #000000;
  padding-bottom: 7rem;
  position: relative;
}

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

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

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

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

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

@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: normal;
  line-height: 2;
}

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

@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 {
  padding-top: 1.5rem;
  position: relative;
}

.fasionCoordinate__inner {
  display: grid;
  gap: 0 2rem;
  grid-template: 'ttl lady' auto 'lead lady' auto 'txt lady' 1fr / 50% auto;
}

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

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

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

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

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

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

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

.fasionCoordinate__lady .fashionCoordinateModel__ladyImg {
  position: static;
  width: 20rem;
}

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

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

.fasionCoordinate__lady .fashionCoordinateModel__ladyTxt {
  bottom: 4rem;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  left: 20rem;
  line-height: 2;
  margin-top: 8rem;
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate__lady .fashionCoordinateModel__ladyTxt {
    left: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .fasionCoordinate__lady .fashionCoordinateModel__ladyTxt {
    left: 14rem;
  }
}

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

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

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

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

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

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

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

.materialImage__matrix {
  background: #ffffff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.6);
          box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.6);
  grid-area: matrix;
  padding: 4rem 1rem;
  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 1rem;
  grid-template: 'img desc' auto 'note note' 1fr / 79.7rem 1fr;
  margin-top: 4rem;
  position: relative;
}

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

.materialComment__desc {
  -ms-flex-item-align: center;
      align-self: center;
  background: #203641;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5rem 4rem;
}

.materialComment__commentTtl {
  margin-bottom: 4rem;
}

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

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

.materialComment__img {
  grid-area: img;
}

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

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