.container {
  background: #efefef;
  padding-bottom: 10rem;
}

.container p {
  font-weight: 600;
}

.mv {
  position: relative;
  z-index: 2;
}

.mv__img img {
  width: 100%;
}

.mv .photo__capIn {
  bottom: 2%;
  right: auto;
}

@media screen and (min-width: 1025px) {
  .mv .photo__capIn {
    left: calc(50% + 60rem);
  }
}

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

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

.pageTitle {
  left: calc(50% - 62rem);
  top: 15%;
}

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

@media screen and (max-width: 767px) {
  .pageTitle {
    left: calc(50% - 12.8rem);
    top: 7vw;
  }
}

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

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

.contentsSummary {
  background: url("../imgs/bg-1.svg") center bottom/100% auto no-repeat;
  margin-top: -16rem;
  padding-bottom: 8rem;
  padding-top: 11rem;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

.contentsSummaryItem--1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .contentsSummaryItem--1 {
    padding-left: calc((100vw - 1240px) / 2);
  }
}

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

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

.contentsSummaryItem--2 {
  display: grid;
  gap: 2rem 6rem;
  grid-template: 'txt img1' auto 'txt img2' auto / 1fr 46rem;
  margin-bottom: 0;
  margin-inline: auto;
  max-width: 108rem;
}

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

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

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

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--1 .contentsSummaryItem__img {
    margin-inline: auto;
    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;
    width: 100%;
  }
  .contentsSummaryItem__img--2 img {
    width: 100%;
  }
}

.contentsSummaryItem__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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--2 .contentsSummaryItem__txt {
  margin-top: 6rem;
}

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

@media screen and (max-width: 1024px) {
  .contentsSummaryItem--2 .contentsSummaryItem__txt {
    margin-block: 4rem 6rem;
  }
}

.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;
  color: #999999;
  margin-top: -3rem;
}

@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 {
  display: inline-block;
  font-size: 1rem;
  max-width: 100%;
  text-align: left;
  width: 54rem;
}

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

.stAndSt:before {
  background: #ffffff;
  bottom: 100%;
  content: '';
  display: inline-block;
  height: 30rem;
  left: 0;
  position: absolute;
  width: 100%;
}

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

@media screen and (max-width: 1024px) {
  .fasionCoordinate {
    overflow: hidden;
    padding-bottom: 8rem;
  }
}

.fasionCoordinate:before {
  background: url("../imgs/bg-2.svg") left top/100% 100% no-repeat;
  content: '';
  display: inline-block;
  height: 14rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fasionCoordinate:before {
    width: 150%;
  }
}

@media screen and (max-width: 767px) {
  .fasionCoordinate:before {
    height: 12rem;
    width: 150%;
  }
}

.fasionCoordinate__inner {
  display: grid;
  gap: 0 6rem;
  grid-template: 'ttl lady' auto 'lead lady' auto 'txt lady' 1fr / 45% 1fr;
  margin-inline: auto;
  padding: 5rem 0 25rem;
  position: relative;
  z-index: 1;
  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: 4rem 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: 8rem;
  padding-top: 4.5rem;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 1024px) {
  .fasionCoordinate__ttl {
    margin-bottom: 8rem;
    padding-left: 5%;
    width: 80%;
  }
}

.fasionCoordinate__ttl img {
  max-width: 100%;
  width: 48.4rem;
}

.fcDesc {
  display: grid;
  gap: 0 2rem;
  margin-inline: auto;
  max-width: 108rem;
}

@media screen and (min-width: 1025px) {
  .fcDesc {
    grid-template: 'textman img infoman' auto 'textlady img infolady' 1fr / 1fr 33.7rem 26.7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fcDesc {
    gap: 2rem 0;
    grid-template: 'textman img' auto 'infoman img' auto 'textlady img' auto 'infolady img' 1fr / 1fr 337px;
    padding-inline: 5%;
  }
}

@media screen and (max-width: 767px) {
  .fcDesc {
    gap: 2rem 0;
    grid-template: 'img' auto 'textman' auto 'infoman' auto 'textlady' auto 'infolady' 1fr / 1fr;
    margin-top: 4rem;
  }
}

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

.fcDesc__img {
  grid-area: img;
}

.fcDesc__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(34 / 16);
}

.fcDesc__text--man {
  color: #0070ae;
  grid-area: textman;
}

@media screen and (min-width: 1025px) {
  .fcDesc__text--man {
    border-bottom: 1px solid #000000;
    padding-bottom: 4rem;
  }
}

.fcDesc__text--lady {
  color: #ec6626;
  grid-area: textlady;
}

@media screen and (min-width: 1025px) {
  .fcDesc__text--lady {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
}

.fcDesc__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: calc(24 / 12);
}

.fcDesc__info--man {
  color: #0070ae;
  grid-area: infoman;
}

@media screen and (min-width: 1025px) {
  .fcDesc__info--man {
    border-bottom: 1px solid #000000;
    padding-bottom: 4rem;
  }
}

.fcDesc__info--lady {
  color: #ec6626;
  grid-area: infolady;
}

@media screen and (min-width: 1025px) {
  .fcDesc__info--lady {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
}

.fcDesc__info--s {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.fcDesc__info--gray {
  color: #666666;
}

.materialImageArea {
  background: url("../imgs/bg-3.svg") center top/100% auto no-repeat;
  margin-top: -9rem;
  position: relative;
  z-index: 1;
}

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

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

.materialImage__ttl {
  grid-area: ttl;
  margin-bottom: 6rem;
  position: relative;
}

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

.materialImage__ttl img {
  width: 69rem;
}

@media screen and (max-width: 1024px) {
  .materialImage__ttl img {
    margin-bottom: 3rem;
    width: 70%;
  }
}

.materialImage__txt {
  font-size: 1.6rem;
  font-weight: bold;
  grid-area: txt;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: calc(36/18);
  position: relative;
}

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

.materialImage__txt:before {
  background: url("../imgs/line-dot@2x.png") left top/contain no-repeat;
  content: '';
  display: inline-block;
  height: 92rem;
  left: 1.5rem;
  position: absolute;
  top: calc(100% + 5rem);
  width: .6rem;
}

@media screen and (max-width: 1024px) {
  .materialImage__txt:before {
    display: none;
  }
}

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

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

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

.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: 1rem;
  grid-template: 'desc img' auto 'note note' auto / 1fr 81rem;
  margin-top: 6rem;
  padding-left: 8rem;
  position: relative;
}

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

.materialComment__desc {
  padding: 4rem 4rem 2rem;
  position: relative;
}

.materialComment__desc:before {
  background: #abc7d0;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

.materialComment__descInner {
  position: relative;
  z-index: 1;
}

.materialComment__commentTtl {
  background: url("../imgs/line-dot-white@2x.png") left bottom/auto 7px no-repeat;
  grid-area: ttl;
  margin-bottom: 1.5rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.materialComment__commentTtl img {
  width: 19.1rem;
}

.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;
  grid-area: txt;
  line-height: 2;
}

.materialComment__img {
  grid-area: img;
}

.materialComment__note {
  font-size: 1rem;
  grid-area: note;
}
