.main .lead .catch::before, .main .lead p::before, .main .section--01 .text .catch::before,
.main .section--02 .text .catch::before, .main .section--01 .text p::before,
.main .section--02 .text p::before, .main .section--03 p::before, .main .section--03 .text--01 .title::before, .main .section--03 .text--01 .catch::before, .main .section--04 .text::before, .main .lead .catch::after, .main .lead p::after, .main .section--01 .text .catch::after,
.main .section--02 .text .catch::after, .main .section--01 .text p::after,
.main .section--02 .text p::after, .main .section--03 p::after, .main .section--03 .text--01 .title::after, .main .section--03 .text--01 .catch::after, .main .section--04 .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead .catch::before, .main .lead p::before, .main .section--01 .text .catch::before,
.main .section--02 .text .catch::before, .main .section--01 .text p::before,
.main .section--02 .text p::before, .main .section--03 p::before, .main .section--03 .text--01 .title::before, .main .section--03 .text--01 .catch::before, .main .section--04 .text::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .lead .catch::after, .main .lead p::after, .main .section--01 .text .catch::after,
.main .section--02 .text .catch::after, .main .section--01 .text p::after,
.main .section--02 .text p::after, .main .section--03 p::after, .main .section--03 .text--01 .title::after, .main .section--03 .text--01 .catch::after, .main .section--04 .text::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .mainVisual {
  display: grid;
}
.main .mainVisual picture {
  grid-area: 1/1;
}
.main .mainVisual picture img {
  width: 100%;
}
.main .mainVisual .title {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  width: 6.38rem;
}
.main .lead {
  padding: 1.72rem 0 1.6rem;
}
.main .lead .catch {
  font-size: 0.35rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main .lead .catch {
    font-size: 0.45056rem;
  }
}
.main .lead p {
  padding: 0.96rem 0 0;
  font-size: 0.17rem;
  letter-spacing: 0.04em;
  line-height: 0.44rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .lead p {
    font-size: 0.26624rem;
    line-height: 1.9230769231;
    text-align: left;
  }
}
.main .section--01 .title,
.main .section--02 .title {
  writing-mode: vertical-rl;
  font-size: 0.39rem;
  letter-spacing: 0.28em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .section--01 .title,
.main .section--02 .title {
    writing-mode: horizontal-tb;
    font-size: 0.45056rem;
  }
}
.main .section--01 .text .catch,
.main .section--02 .text .catch {
  font-size: 0.25rem;
  letter-spacing: 0.29em;
}
@media screen and (max-width: 768px) {
  .main .section--01 .text .catch,
.main .section--02 .text .catch {
    font-size: 0.33792rem;
    line-height: 1.7575757576;
    letter-spacing: 0.28em;
  }
}
.main .section--01 .text .catch span:has(sup),
.main .section--02 .text .catch span:has(sup) {
  display: inline-block;
  position: relative;
}
.main .section--01 .text .catch sup,
.main .section--02 .text .catch sup {
  display: block;
  position: absolute;
  top: -0.06rem;
  right: 0;
  font-size: 0.1rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .section--01 .text .catch sup,
.main .section--02 .text .catch sup {
    font-size: 0.18rem;
  }
}
.main .section--01 .text p,
.main .section--02 .text p {
  padding: 0.64rem 0 0;
  font-size: 0.17rem;
  letter-spacing: 0.04em;
  line-height: 0.44rem;
}
@media screen and (max-width: 768px) {
  .main .section--01 .text p,
.main .section--02 .text p {
    font-size: 0.26624rem;
    line-height: 1.9230769231;
  }
}
.main .section--01 {
  padding: 0.76rem 0 1.52rem;
  background: url(../images/masters/bg01@2x.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .main .section--01 {
    padding: 1.18784rem 0 0;
    background-image: url(../images/masters/bg01_sp.webp);
    background-position: 0 0;
    background-size: 100% auto;
  }
}
.main .section--01 .wrap {
  display: grid;
  grid-template-rows: 4.52rem auto;
  grid-template-columns: 1fr 3.2rem;
  max-width: 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .section--01 .wrap {
    display: block;
    padding: 0 0.6144rem;
  }
}
.main .section--01 .title {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: start;
}
.main .section--01 .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 1.64rem 0 0 1.48rem;
}
@media screen and (max-width: 768px) {
  .main .section--01 .text {
    padding: 0.69632rem 0 0.98304rem;
  }
}
.main .section--01 .image {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .main .section--01 .image {
    margin: 0 -0.6144rem;
  }
}
.main .section--02 {
  padding: 1.48rem 0 1.52rem;
}
@media screen and (max-width: 768px) {
  .main .section--02 {
    padding: 1.18784rem 0 0.86016rem;
  }
}
.main .section--02 .wrap {
  display: grid;
  grid-template-rows: 3.5rem auto;
  grid-template-columns: 1fr 1.68rem;
  max-width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .section--02 .wrap {
    display: block;
    padding: 0 0.6144rem;
  }
}
.main .section--02 .title {
  grid-row: 1/3;
  grid-column: 2/3;
  justify-self: start;
}
.main .section--02 .text {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .main .section--02 .text {
    padding: 0.69632rem 0 0.98304rem;
  }
}
.main .section--02 .images {
  grid-row: 2/3;
  grid-column: 1/3;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .main .section--02 .images {
    margin: 0 -0.6144rem;
    grid-template-columns: 52vw 1fr;
    gap: 2.9333333333vw;
  }
}
.main .section--02 .images .image--01 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .section--02 .images .image--02 {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: start;
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .section--02 .images .image--02 {
    margin: 1.46484375rem 0 0;
  }
}
.main .section--02 .images .image--03 {
  grid-row: 2/3;
  grid-column: 1/2;
  justify-self: end;
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .main .section--02 .images .image--03 {
    width: 67.1794871795%;
  }
}
.main .section--03 {
  container-type: inline-size;
  padding: 0 0 1.48rem;
  background: #000 url(../images/masters/bg02@2x.webp) center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .section--03 {
    padding: 0 0 0.9375rem;
    background-image: url(../images/masters/bg02_sp.webp);
  }
}
.main .section--03 .wrap {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 5rem;
  gap: 0 1rem;
  max-width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .section--03 .wrap {
    display: block;
    padding: 0 0.48828125rem;
  }
}
.main .section--03 p {
  font-size: 0.17rem;
  letter-spacing: 0.04em;
  line-height: 0.44rem;
}
@media screen and (max-width: 768px) {
  .main .section--03 p {
    font-size: 0.26624rem;
    line-height: 1.9230769231;
  }
}
.main .section--03 .image--01 {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .main .section--03 .image--01 {
    margin: 0 -0.48828125rem;
  }
}
.main .section--03 .text--01 {
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 1rem 0 1.04rem;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--01 {
    padding: 0.9765625rem 0;
    margin: 0 -0.48828125rem;
  }
}
.main .section--03 .text--01 .title {
  text-align: center;
  font-size: 0.32rem;
  letter-spacing: 0.29em;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--01 .title {
    font-size: 0.4096rem;
    line-height: 1.5;
  }
}
.main .section--03 .text--01 .title .en {
  font-family: "trajan-pro-3";
  letter-spacing: 0.1em;
}
.main .section--03 .text--01 .catch {
  padding: 0.4rem 0 0;
  text-align: center;
  font-size: 0.22rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--01 .catch {
    padding: 0.8192rem 0 0;
    font-size: 0.32768rem;
    line-height: 1.6875;
    letter-spacing: 0.1em;
  }
}
.main .section--03 .text--01 .catch .num {
  font-family: "EB Garamond", serif;
  font-size: 2em;
  line-height: 1;
}
.main .section--03 .text--01 .catch sup {
  display: inline-block;
  font-size: 0.1rem;
  letter-spacing: 0;
  line-height: 1;
  translate: -2.5em -1em 0;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--01 .catch sup {
    font-size: 0.18rem;
  }
}
.main .section--03 .image--02 {
  grid-row: 3/5;
  grid-column: 2/3;
  align-self: start;
}
.main .section--03 .text--02 {
  grid-row: 3/4;
  grid-column: 1/2;
  padding: 0 0 0.68rem;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--02 {
    padding: 0.48828125rem 0 0;
  }
}
.main .section--03 .image--03 {
  grid-row: 4/5;
  grid-column: 1/2;
  margin-left: max(-3rem, 5rem - 50cqw);
}
@media screen and (max-width: 768px) {
  .main .section--03 .image--03 {
    margin: 0.87890625rem 0 0;
  }
}
.main .section--03 .text--03 {
  grid-row: 3/5;
  grid-column: 2/3;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .main .section--03 .text--03 {
    padding: 0.48828125rem 0 0;
  }
}
.main .section--04 {
  padding: 1.2rem 0 1.6rem;
  background: url(../images/masters/bg03@2x.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .main .section--04 {
    padding: 1.2288rem 0 0.9216rem;
    background-image: url(../images/masters/bg03_sp.webp);
  }
  .main .section--04 .wrap {
    padding: 0 0.48828125rem;
  }
}
.main .section--04 .title {
  font-family: "trajan-pro-3";
  font-size: 0.54rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
.main .section--04 .text {
  padding: 0.72rem 0 0;
  font-size: 0.17rem;
  line-height: 0.44rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .section--04 .text {
    padding: 0.8192rem 0 0;
    font-size: 0.26624rem;
    line-height: 1.9230769231;
  }
}
.main .section--04 .list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .section--04 .list {
    gap: 0.6640625rem 0.48828125rem;
    flex-wrap: wrap;
    margin: 1.25rem 0 0;
  }
}
.main .section--04 .list .image {
  width: 3rem;
  width: 3.072rem;
}
.main .section--04 .list .image figcaption {
  padding: 0.2rem 0 0;
  font-size: 0.13rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main .section--04 .list .image figcaption {
    padding: 0.2048rem 0 0;
    font-size: 0.13312rem;
  }
}
/*# sourceMappingURL=masters.css.map */