.main .topic .merit .catch::before, .main .topic .merit p::before, .main .topic .text::before, .main section.masters .catch::before,
.main section.masters .text::before, .main .about .lead .wrap .image figcaption::before, .main .about .lead .title::before, .main .about .lead .text .catch::before, .main .about .lead .text p::before, .main .about .plan .text .catch::before,
.main .about .design .text .catch::before,
.main .about .quality .text .catch::before, .main .about .plan .text p::before,
.main .about .design .text p::before,
.main .about .quality .text p::before, .main .footNote .eco .note::before, .main .topic .merit .catch::after, .main .topic .merit p::after, .main .topic .text::after, .main section.masters .catch::after,
.main section.masters .text::after, .main .about .lead .wrap .image figcaption::after, .main .about .lead .title::after, .main .about .lead .text .catch::after, .main .about .lead .text p::after, .main .about .plan .text .catch::after,
.main .about .design .text .catch::after,
.main .about .quality .text .catch::after, .main .about .plan .text p::after,
.main .about .design .text p::after,
.main .about .quality .text p::after, .main .footNote .eco .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .topic .merit .catch::before, .main .topic .merit p::before, .main .topic .text::before, .main section.masters .catch::before,
.main section.masters .text::before, .main .about .lead .wrap .image figcaption::before, .main .about .lead .title::before, .main .about .lead .text .catch::before, .main .about .lead .text p::before, .main .about .plan .text .catch::before,
.main .about .design .text .catch::before,
.main .about .quality .text .catch::before, .main .about .plan .text p::before,
.main .about .design .text p::before,
.main .about .quality .text p::before, .main .footNote .eco .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .topic .merit .catch::after, .main .topic .merit p::after, .main .topic .text::after, .main section.masters .catch::after,
.main section.masters .text::after, .main .about .lead .wrap .image figcaption::after, .main .about .lead .title::after, .main .about .lead .text .catch::after, .main .about .lead .text p::after, .main .about .plan .text .catch::after,
.main .about .design .text .catch::after,
.main .about .quality .text .catch::after, .main .about .plan .text p::after,
.main .about .design .text p::after,
.main .about .quality .text p::after, .main .footNote .eco .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .topic .entry:hover, .main .fNav .entry:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .topic .entry, .main .fNav .entry {
    transition: opacity 0.4s;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 0.25rem;
  }
}

.gHeader {
  translate: 0 -100% 0;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader {
    transition: translate 1s 2s;
  }
}
body.ready .gHeader {
  translate: 0 0 0;
}

.main .detail {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lusitana", "Shippori Mincho", serif;
  font-size: 0.24rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .detail {
    font-size: 0.36rem;
  }
}
.main .detail span {
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  .main .detail span {
    font-size: 0.3rem;
  }
}
.main .detail::after {
  content: "";
  display: block;
  width: 0.42rem;
  height: 0.14rem;
  margin: 0 0 0 0.12rem;
  background: currentColor;
  -webkit-mask: url(../images/arw-detail.svg) center/contain no-repeat;
          mask: url(../images/arw-detail.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main .detail::after {
    width: 0.7rem;
    height: 0.23rem;
    margin: 0 0 0 0.24rem;
    -webkit-mask-image: url(../images/arw-detail.svg);
            mask-image: url(../images/arw-detail.svg);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .detail {
    transition: opacity 0.4s;
  }
  .main .detail::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .detail:hover {
    opacity: 0.8;
  }
  .main .detail:hover::after {
    translate: 0.1rem 0 0;
  }
}
.main .mainVisual {
  display: grid;
  color: #fff;
  background: #000;
}
.main .mainVisual .image {
  grid-area: 1/1;
  display: grid;
  opacity: 0;
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mainVisual .image {
    transition: opacity 1s;
  }
}
.main .mainVisual .image picture {
  grid-area: 1/1;
}
.main .mainVisual .image img {
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mainVisual .image img {
    transition: scale 4s linear;
  }
}
.main .mainVisual .image .text {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  position: relative;
  font-size: 2.1875vw;
  letter-spacing: 0.3em;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mainVisual .image .text {
    transition: opacity 1s 1s;
  }
}
@media screen and (max-width: 768px) {
  .main .mainVisual .image .text {
    font-size: 0.3584rem;
  }
}
.main .mainVisual .image.show {
  opacity: 1;
}
.main .mainVisual .image.show .text {
  opacity: 1;
}
.main .mainVisual .image--01 .text {
  width: 39.25%;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .image--01 .text {
    width: 5.87776rem;
  }
}
.main .mainVisual .image--02.show img, .main .mainVisual .image--04.show img {
  scale: 1.2;
}
.main .mainVisual .image--03 img {
  scale: 1.2;
  transform-origin: 50% 0;
}
.main .mainVisual .image--03.show img {
  scale: 1;
}
.main .mainVisual .image--05 img {
  scale: 1.96;
  transform-origin: 45% 100%;
}
@media screen and (max-width: 768px) {
  .main .mainVisual .image--05 img {
    scale: 4;
  }
}
.main .mainVisual .image--05.show img {
  scale: 1;
}
.main .mainVisual .image--06 .text {
  align-self: start;
  justify-self: end;
  width: 32.375%;
  margin-top: 13%;
  margin-right: 7.5%;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  .main .mainVisual .image--06 .text {
    justify-self: center;
    margin-top: 2.94912rem;
    margin-right: 0;
    width: 5.29408rem;
    filter: drop-shadow(0 0 0.1rem black);
  }
}
.main .obi {
  margin: 0.68rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .obi {
    margin: 0.48rem 0 0;
  }
}
.main .obi .primary {
  width: 13.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .obi .primary {
    width: auto;
  }
}
.main .obi .secondary {
  display: grid;
  grid-template-rows: 1.6rem 1fr;
  grid-template-columns: repeat(3, 4.9rem);
  gap: 0.15rem;
  height: 2.95rem;
  margin: 0.46rem 0 0;
  background: url(../images/top/obi-bg.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    height: 9.60512rem;
    margin: 0.58rem 0 0;
    background-image: url(../images/top/obi-bg_sp.webp);
  }
}
.main .obi .secondary .item {
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item {
    display: grid;
    place-items: center;
  }
  .main .obi .secondary .item source,
.main .obi .secondary .item img {
    grid-area: 1/1;
  }
}
.main .obi .secondary .item--01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 3.53rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--01 img {
    width: 5.71392rem;
  }
}
.main .obi .secondary .item--02 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 3.94rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--02 img {
    width: 4.56704rem;
  }
}
.main .obi .secondary .item--03 {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 3.29rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--03 img {
    width: 5.1712rem;
  }
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--01, .main .obi .secondary .item--02, .main .obi .secondary .item--03 {
    width: 100%;
    height: 1.664rem;
    margin: 0;
  }
}
.main .obi .secondary .item--04 {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 3.09rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--04 img {
    width: 3.62496rem;
  }
}
.main .obi .secondary .item--05 {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 2.83rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--05 img {
    width: 3.09248rem;
  }
}
.main .obi .secondary .item--06 {
  grid-row: 2/3;
  grid-column: 3/4;
  width: 3.61rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--06 img {
    width: 3.9424rem;
  }
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--04, .main .obi .secondary .item--05, .main .obi .secondary .item--06 {
    width: 100%;
    height: 1.28rem;
    margin: auto 0 0;
  }
}
.main .obi .secondary {
  display: grid;
  grid-template-rows: 1.6rem 1fr;
  grid-template-columns: repeat(3, 4.9rem);
  gap: 0.15rem;
  height: 2.95rem;
  margin: 0.46rem 0 0;
  background: url(../images/top/obi-bg.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    height: 9.60512rem;
    margin: 0.58rem 0 0;
    background-image: url(../images/top/obi-bg_sp.webp);
  }
}
.main .obi .secondary .item {
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item {
    display: grid;
    place-items: center;
  }
  .main .obi .secondary .item source,
.main .obi .secondary .item img {
    grid-area: 1/1;
  }
}
.main .obi .secondary .item--01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 3.53rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--01 img {
    width: 5.71392rem;
  }
}
.main .obi .secondary .item--02 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 3.94rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--02 img {
    width: 4.56704rem;
  }
}
.main .obi .secondary .item--03 {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 3.29rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--03 img {
    width: 5.1712rem;
  }
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--01, .main .obi .secondary .item--02, .main .obi .secondary .item--03 {
    width: 100%;
    height: 1.664rem;
    margin: 0;
  }
}
.main .obi .secondary .item--04 {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 3.09rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--04 img {
    width: 3.62496rem;
  }
}
.main .obi .secondary .item--05 {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 2.83rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--05 img {
    width: 3.09248rem;
  }
}
.main .obi .secondary .item--06 {
  grid-row: 2/3;
  grid-column: 3/4;
  width: 3.61rem;
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--06 img {
    width: 3.9424rem;
  }
}
@media screen and (max-width: 768px) {
  .main .obi .secondary .item--04, .main .obi .secondary .item--05, .main .obi .secondary .item--06 {
    width: 100%;
    height: 1.28rem;
    margin: auto 0 0;
  }
}
.main .topic {
  margin: 1.45rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .topic {
    margin: 0.86rem 0 0;
  }
}
.main .topic .title {
  font-size: 0.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.main .topic .merit {
  max-width: 8rem;
  margin: 0.3rem auto 0;
  border-bottom: 0.01rem solid currentColor;
  padding: 0 0 0.35rem;
}
@media screen and (max-width: 768px) {
  .main .topic .merit {
    margin: 0.6rem 0 0;
    padding: 0 0 0.2rem;
  }
}
.main .topic .merit .legend {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.25rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .topic .merit .legend {
    font-size: 0.32rem;
  }
}
.main .topic .merit .legend::before, .main .topic .merit .legend::after {
  content: "";
  display: block;
  height: 0.01rem;
  background: currentColor;
  flex-grow: 1;
}
.main .topic .merit .catch {
  padding: 0.3rem 0 0;
  color: #b0614f;
  font-size: 0.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .main .topic .merit .catch {
    padding: 0.4rem 0 0;
    font-size: 0.36rem;
    line-height: 1.6;
  }
}
.main .topic .merit p {
  padding: 0.3rem 0 0;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  .main .topic .merit p {
    padding: 0.4rem 0 0;
    font-size: 0.24rem;
  }
}
.main .topic .merit .note {
  padding: 0.16rem 0 0;
  font-size: 0.14rem;
}
@media screen and (max-width: 768px) {
  .main .topic .merit .note {
    padding: 0.24rem 0 0;
    font-size: 0.18rem;
  }
}
.main .topic .text {
  padding: 0.3rem 0 0;
  font-size: 0.23rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .main .topic .text {
    padding: 0.4rem 0 0;
    font-size: 0.24rem;
    line-height: 1.6;
  }
}
.main .topic .entry {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 0.7rem;
  margin: 0.4rem auto 0;
  background: url(../images/bg-entry.webp) center/16rem auto no-repeat;
  color: #fff;
  font-family: "Lusitana", serif;
  font-size: 0.24rem;
  letter-spacing: 0.2em;
}
.main section.masters {
  margin: 1.35rem 0 0;
  padding: 1.15rem 0 0.92rem;
  background: url(../images/top/bg01@2x.webp) center/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main section.masters {
    margin: 0.84rem 0 0;
    padding: 1.08rem 0 1.04rem;
    background-image: url(../images/top/bg01_sp.webp);
  }
  .main section.masters .wrap {
    padding: 0;
  }
}
.main section.masters .title {
  width: 4.76rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main section.masters .title {
    width: 5.86rem;
  }
  .main section.masters .title img {
    width: 100%;
  }
}
.main section.masters .catch {
  padding: 0.68rem 0 0;
  font-size: 0.27rem;
  line-height: 0.58rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .main section.masters .catch {
    padding: 0.92rem 0 0;
    font-size: 0.36rem;
    line-height: 0.7rem;
  }
}
.main section.masters .text {
  padding: 0.68rem 0 0;
  font-size: 0.17rem;
  line-height: 0.54rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .main section.masters .text {
    padding: 0.88rem 0 0;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
}
.main section.masters .link {
  max-width: 7.8rem;
  margin: 1.2rem auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main section.masters .link {
    margin: 0.96rem 0.25rem 0;
  }
}
.main section.masters .link .detail {
  margin: 0 0 0 auto;
}
.main .info {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .info {
    margin: 1.08rem 0 0;
  }
}
.main .info .title {
  font-family: "Lusitana", serif;
  font-family: 0.24rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .info .title {
    font-family: 0.4rem;
  }
}
.main .info div dl {
  max-width: 10rem;
  margin: 0.6rem auto 0;
  border-bottom: 0.01rem solid currentColor;
}
.main .info div dl dd dl {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  min-height: 0.84rem;
  margin: 0;
  border-top: 0.01rem solid currentColor;
  border-bottom: none;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .main .info div dl dd dl {
    grid-template-columns: 1.48rem 1fr;
    min-height: 0;
    padding: 0.32rem 0;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.main .info div dl dd dl dt,
.main .info div dl dd dl dd {
  margin-top: 0.2rem;
}
.main .info div dl dd dl dt {
  grid-column: 1/2;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .main .info div dl dd dl dt {
    padding-left: 0.18rem;
    font-size: inherit;
  }
}
.main .info div dl dd dl dd {
  grid-column: 2/3;
}
.main .about {
  margin: 0.88rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main .about {
    margin: 1.24rem 0 0;
  }
}
.main .about video {
  display: block;
  width: 100%;
}
.main .about .lead {
  background: linear-gradient(transparent 2.9rem, #eee 2.9rem);
}
@media screen and (max-width: 768px) {
  .main .about .lead {
    background-image: linear-gradient(#eee, #eee);
    background-position: 0 1.9rem;
    background-size: 100% 6.84rem;
    background-repeat: no-repeat;
  }
}
.main .about .lead .wrap {
  display: grid;
  grid-template-rows: 2.9rem 1fr;
  grid-template-columns: 1fr 5.2rem;
  box-sizing: border-box;
  max-width: 13rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main .about .lead .wrap {
    display: block;
    padding-left: 0.25rem;
  }
}
.main .about .lead .wrap .image {
  grid-row: 1/3;
  grid-column: 2/3;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1.8rem 1fr;
  gap: 0.1rem;
}
@media screen and (max-width: 768px) {
  .main .about .lead .wrap .image {
    grid-template-columns: 2.48rem 1fr;
    gap: 0.13rem;
    margin: 0.56rem 0 0;
  }
}
.main .about .lead .wrap .image--01 {
  grid-row: 1/2;
  grid-column: 1/3;
}
.main .about .lead .wrap .image--02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.main .about .lead .wrap .image--03 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.main .about .lead .wrap .image figcaption {
  grid-row: 3/4;
  grid-column: 1/3;
}
.main .about .lead .title {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0.72rem 0 0;
  font-family: "Lusitana", serif;
  font-size: 0.37rem;
  line-height: 0.57rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .main .about .lead .title {
    padding: 0;
    font-size: 0.4rem;
    text-align: center;
  }
}
.main .about .lead .text {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 1.04rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .lead .text {
    padding: 1.7rem 0 0;
  }
}
.main .about .lead .text .catch {
  font-size: 0.22rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .main .about .lead .text .catch {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
}
.main .about .lead .text .catch::before {
  content: none;
}
.main .about .lead .text .catch .small {
  margin: 0 0 -0.08rem;
  font-size: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .about .lead .text .catch .small {
    margin: 0 0 -0.16rem;
    font-size: 0.22rem;
  }
}
.main .about .lead .text .catch .num {
  font-family: "EB Garamond", serif;
  font-size: 2em;
  line-height: 1;
}
.main .about .lead .text .catch sup {
  display: inline-block;
  font-size: 0.1rem;
  translate: -4em -1.5em;
}
@media screen and (max-width: 768px) {
  .main .about .lead .text .catch sup {
    font-size: 0.16rem;
    translate: -3em -1.5em;
  }
}
.main .about .lead .text p {
  padding: 0.36rem 0 0;
  line-height: 0.39rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .main .about .lead .text p {
    padding: 0.56rem 0 0;
    line-height: 0.5rem;
    letter-spacing: 0;
  }
}
.main .about .lead > .image {
  margin: 0.56rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .lead > .image {
    margin: 0.84rem 0 0;
  }
}
.main .about .lead > .image img {
  width: 100%;
}
.main .about .plan,
.main .about .design,
.main .about .quality {
  container-type: inline-size;
  background: linear-gradient(#eee, #eee) no-repeat;
}
.main .about .plan .text .catch,
.main .about .design .text .catch,
.main .about .quality .text .catch {
  font-size: 0.22rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text .catch,
.main .about .design .text .catch,
.main .about .quality .text .catch {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
}
.main .about .plan .text p,
.main .about .design .text p,
.main .about .quality .text p {
  letter-spacing: 0.19em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text p,
.main .about .design .text p,
.main .about .quality .text p {
    letter-spacing: 0.1em;
    white-space: normal;
  }
}
.main .about .plan .text .title .detail,
.main .about .design .text .title .detail,
.main .about .quality .text .title .detail {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text .title .detail,
.main .about .design .text .title .detail,
.main .about .quality .text .title .detail {
    font-size: 0.4rem;
  }
}
.main .about .plan {
  padding: 1.5rem 0 0;
  background-position: calc(50% + 4.25rem - 6.5rem) 0;
  background-size: 8.5rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .main .about .plan {
    padding: 0.68rem 0 0;
    background-position: 0 0;
    background-size: 100% 6.16rem;
  }
}
.main .about .plan .wrap {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 7.3rem;
  gap: 0 0.3rem;
  box-sizing: border-box;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .main .about .plan .wrap {
    display: block;
    padding-left: 0.25rem;
  }
}
.main .about .plan .text {
  grid-row: 1/2;
  grid-column: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text {
    width: auto;
    padding: 0 0 0.6rem;
  }
}
.main .about .plan .text p {
  padding: 0.36rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text p {
    padding: 0.6rem 0 0;
  }
}
.main .about .plan .text .title {
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .plan .text .title {
    margin: 0.4rem 0 0;
  }
}
.main .about .plan .image--01 {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: start;
  margin-right: max(-0.5rem, 8rem - 50cqw);
}
@media screen and (max-width: 768px) {
  .main .about .plan .image--01 {
    margin-right: 0;
  }
}
.main .about .plan .image--02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .main .about .plan .image--02 {
    margin: 0.2rem 0 0;
  }
}
.main .about .design {
  margin: 1.3rem 0 0;
  padding: 1.5rem 0 0;
  background-position: calc(50% + 4.25rem - 1.5rem) 0;
  background-size: 8.5rem 7.2rem;
}
@media screen and (max-width: 768px) {
  .main .about .design {
    margin: 0.88rem 0 0;
    padding: 0.8rem 0 0;
    background-position: 0 0;
    background-size: 100% 7.68rem;
  }
}
.main .about .design .wrap {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 8.1rem 1fr;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .main .about .design .wrap {
    grid-template-columns: 1fr 2.88rem;
    gap: 0.18rem;
  }
}
.main .about .design .text {
  grid-row: 1/2;
  grid-column: 2/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 1.1rem;
}
@media screen and (max-width: 768px) {
  .main .about .design .text {
    grid-column: 1/3;
    width: auto;
    padding: 0 0 0.48rem;
  }
}
.main .about .design .text p {
  padding: 0.36rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .design .text p {
    padding: 0.6rem 0 0;
  }
}
.main .about .design .text .title {
  margin: 0.52rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .design .text .title {
    margin: 0.6rem 0 0;
  }
}
.main .about .design .image--01 {
  grid-row: 1/3;
  grid-column: 1/2;
  align-self: start;
  margin-left: max(-0.5rem, 8rem - 50cqw);
}
@media screen and (max-width: 768px) {
  .main .about .design .image--01 {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-left: 0;
  }
}
.main .about .design .image--02 {
  grid-row: 3/4;
  grid-column: 1/2;
  width: 5.6rem;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .main .about .design .image--02 {
    width: auto;
  }
}
.main .about .design .image--03 {
  grid-row: 2/4;
  grid-column: 2/4;
  width: 3.9rem;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .main .about .design .image--03 {
    grid-row: 3/4;
    grid-column: 2/2;
    width: auto;
  }
}
.main .about .quality {
  margin: 1.5rem 0 0;
  background-position: 0 0.8rem;
  background-size: calc(50% + 4.3rem) 3.6rem;
}
@media screen and (max-width: 768px) {
  .main .about .quality {
    margin: 0.84rem 0 0;
    padding: 0.72rem 0 0;
    background-position: 0 0;
    background-size: 100% 4.6rem;
  }
}
.main .about .quality .wrap {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 4.5rem 4.3rem;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .main .about .quality .wrap {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 4rem 1fr;
    gap: 0.16rem;
  }
}
.main .about .quality .text {
  grid-row: 1/3;
  grid-column: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.8rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .main .about .quality .text {
    grid-row: 1/2;
    grid-column: 1/3;
    width: auto;
    padding: 0 0 0.4rem;
  }
}
.main .about .quality .text p {
  padding: 0.36rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .about .quality .text p {
    padding: 0.46rem 0 0;
  }
}
.main .about .quality .text .title {
  margin: 0.52rem 0 0;
}
.main .about .quality .image--01 {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .main .about .quality .image--01 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.main .about .quality .image--02 {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 3.5rem;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .main .about .quality .image--02 {
    grid-row: 3/4;
    grid-column: 1/2;
    width: auto;
  }
}
.main .about .quality .image--03 {
  grid-row: 1/3;
  grid-column: 3/4;
  width: 3.8rem;
  margin: 1.4rem 0 0;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .main .about .quality .image--03 {
    grid-row: 3/4;
    grid-column: 2/3;
    width: auto;
    margin: 0;
  }
}
.main .fNav {
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .fNav {
    margin: 1rem 0 0;
  }
}
.main .fNav .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.04rem;
}
.main .fNav .list li {
  width: calc((100% - 0.12rem) / 4);
}
@media screen and (max-width: 768px) {
  .main .fNav .list li {
    width: calc(50% - 0.02rem);
  }
}
.main .fNav .list a {
  display: grid;
  background: #000;
}
.main .fNav .list a.masters .text {
  font-size: 0.33rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .main .fNav .list a.masters .text {
    font-size: 0.37rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .fNav .list a .image img {
    transition: opacity 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .fNav .list a:hover .image img {
    opacity: 1;
  }
}
.main .fNav .list .image {
  grid-area: 1/1;
}
.main .fNav .list .image img {
  width: 100%;
  opacity: 0.2;
}
.main .fNav .list .text {
  grid-area: 1/1;
  position: relative;
  align-self: center;
  justify-self: center;
  color: #fff;
  font-family: "Lusitana", serif;
  font-size: 0.27rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .main .fNav .list .text {
    font-size: 0.4rem;
  }
}
.main .fNav .entry {
  display: grid;
  place-items: center;
  width: 100%;
  height: 1.5rem;
  margin: 1rem 0 0;
  background: url(../images/bg-entry.webp) center/16rem auto repeat;
  color: #fff;
  font-family: "Lusitana", serif;
  font-size: 0.27rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .main .fNav .entry {
    height: 1.2rem;
    margin: 0.88rem 0 0;
    font-size: 0.4rem;
  }
}
.main .footNote {
  padding: 0.92rem 0 0.64rem;
}
@media screen and (max-width: 768px) {
  .main .footNote {
    padding: 0.88rem 0 0.64rem;
  }
}
.main .footNote .eco {
  width: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .footNote .eco {
    width: 6.5rem;
  }
}
.main .footNote .eco .note {
  padding: 0.1rem 0 0;
  font-size: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main .footNote .eco .note {
    padding: 0.14rem 0 0;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.main .footNote p {
  padding: 0.64rem 0 0;
}
@media screen and (max-width: 768px) {
  .main .footNote p {
    padding: 0.72rem 0 0;
  }
}
/*# sourceMappingURL=top.css.map */