figure figcaption {
  left: auto;
  right: 10px;
}

.p-child-intro__copy {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-child-intro__copy {
    margin-top: 2px;
  }
}

.p-child-intro__heading {
  color: #fff;
  letter-spacing: 4px;
}

.p-design {
  background-color: #000;
}

.p-mv {
  color: #fff;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url(../img/design/mv-bg.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.p-child-mv__img figcaption {
  right: auto;
  left: 10px;
  bottom: 2px;
}
@media screen and (min-width: 769px) {
  .p-child-mv__img figcaption {
    bottom: 0;
    right: 0;
    left: auto;
    background-color: #000;
    padding: 5px;
  }
}

.p-child-intro {
  background-image: url(../img/common/intro-bg.png);
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c-bg {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-bg img {
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    -o-object-position: right;
       object-position: right;
    height: 100%;
  }
}

.p-concept {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-concept {
    margin-bottom: -500px;
  }
}

.p-concept__bg {
  position: absolute;
  width: 100%;
  bottom: 18%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-concept__bg {
    bottom: 35%;
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}
.p-concept__bg img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-concept__bg.is-concept-bg-fixed {
    position: fixed;
    bottom: 18%;
    z-index: 0;
  }
}

.p-concept {
  background-color: #000;
  color: #fff;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-concept {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 768px) {
  .p-concept {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: contain;
  }
}

.p-concept__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: -30px !important;
}
@media screen and (min-width: 769px) {
  .p-concept__row.js-concept-scale {
    position: relative;
    overflow: visible;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100svh;
    z-index: 1;
  }
  .p-concept__row.js-concept-scale .p-concept__text-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(56% - 50px);
    max-height: 100svh;
    will-change: opacity, transform;
    padding-left: 15%;
    margin-top: -10px;
  }
  .p-concept__row.js-concept-scale .p-concept__img {
    will-change: width, left, top;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__row {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
}

.p-concept__text-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-concept__heading {
  font-size: clamp(16px, 1.441vw, 24px);
  color: #afa17a;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-concept__heading {
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept__heading {
    text-align: center;
    font-size: clamp(16px, 5.333vw, 24px);
    margin-bottom: 20px;
  }
}

.p-concept__copy {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-concept__copy {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.c-section-copy {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-section-copy {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.c-section-copy + .c-section-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-section-copy + .c-section-text {
    margin-top: 10px;
  }
}

.c-section-text {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-section-text {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-section-text.-tac {
  text-align: center;
}

.p-concept__img {
  position: relative;
  width: 45%;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  .p-concept__img {
    width: 90%;
    margin: 20px auto 0;
  }
}
.p-concept__img img {
  width: 100%;
}
.p-concept__img figcaption {
  left: auto;
  right: -2%;
  width: 100%;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .p-concept__img figcaption {
    left: 83%;
    bottom: -10px;
  }
}

.p-motif {
  color: #000;
  margin-top: 680px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-image: url(../img/design/bg-gold.webp);
  padding: 90px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-motif {
    background-size: contain;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px 20px;
    width: 100vw;
    margin-top: 80px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-motif__text-area {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-motif__text-area {
    width: 100%;
  }
}

.p-material {
  padding-block: 200px;
  background-color: #eeede9;
}
@media screen and (max-width: 768px) {
  .p-material {
    padding-block: 60px;
  }
}

.p-material__heading {
  text-align: center;
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  color: #afa17a;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-material__heading {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}

.p-material__copy {
  width: 290px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-material__copy {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.p-material__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 50px 1fr;
  grid-template-columns: 40% 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-material__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-material__approach {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-material__approach {
    margin-top: 40px;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    text-align: center;
  }
}

.p-material__img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-material__img {
    margin-top: 10px;
  }
}
.p-material__img figcaption {
  position: static;
  text-align: right;
  color: #000;
}

.p-bg-section {
  padding-block: 80px;
  background-color: #eeede9;
}
@media screen and (max-width: 768px) {
  .p-bg-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.c-entrance-heading {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: clamp(40px, 3.602vw, 60px);
  color: #afa17a;
}
@media screen and (max-width: 768px) {
  .c-entrance-heading {
    font-size: clamp(28px, 9.333vw, 42px);
  }
}

.c-section-big-copy {
  text-align: center;
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-section-big-copy {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 20px;
  }
}
.c-section-big-copy + .c-section-text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-section-big-copy + .c-section-text {
    margin-top: 15px;
  }
}

.p-right {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-right {
    padding: 60px 20px 40px;
    margin-top: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.p-right::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.p-right__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 20px 1fr;
  grid-template-columns: 48% 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-right__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-right__heading {
  color: #afa17a;
  font-size: clamp(24px, 2.161vw, 36px);
  margin-bottom: 50px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-right__heading {
    font-size: clamp(24px, 8vw, 36px);
    text-align: center;
    margin-bottom: 20px;
  }
}

.p-music__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-music__cap {
  text-align: center;
  margin-top: 30px;
}

.p-music__btn {
  border: none;
  width: 100%;
  background-color: #184e0a;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-music__btn {
    height: 60px;
  }
}
.p-music__btn img {
  width: 268px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-music__btn img {
    width: 50%;
  }
}

.p-music__audio {
  display: none;
  width: 100%;
  margin-top: 10px;
}

.p-record {
  padding-top: 40px;
  margin-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 492px 30px 1fr;
  grid-template-columns: 492px 1fr;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-record {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-inline: 30px;
  }
}
.p-record::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px double #afa17a;
  border-bottom: 1px double #afa17a;
}

.p-record__text {
  color: #7b6e5c;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-record__text {
    margin-top: 13px;
  }
}

.p-record__logo {
  width: 318px;
}

.p-approach {
  padding-top: 60px;
  padding-bottom: 150px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-approach {
    padding-bottom: 40px;
  }
}

.p-approach__row {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-approach__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.p-approach__item {
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .p-approach__item {
    padding-inline: 0;
    padding-block: 30px;
  }
}
.p-approach__item:nth-child(1) {
  border-right: 1px solid #afa17a;
}
@media screen and (max-width: 768px) {
  .p-approach__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #afa17a;
  }
}
.p-approach__item:nth-child(1) .p-approach__item-heading {
  width: 383px;
}
@media screen and (max-width: 768px) {
  .p-approach__item:nth-child(1) .p-approach__item-heading {
    width: 51.0666666667%;
  }
}
.p-approach__item:nth-child(2) {
  border-left: 1px solid #afa17a;
}
@media screen and (max-width: 768px) {
  .p-approach__item:nth-child(2) {
    border-left: none;
    border-top: 1px solid #afa17a;
  }
}
.p-approach__item:nth-child(2) .p-approach__item-heading {
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p-approach__item:nth-child(2) .p-approach__item-heading {
    width: 38.8%;
  }
}

.p-approach__item-heading {
  margin-right: auto;
  margin-left: auto;
}

.p-approach__copy {
  text-align: center;
  line-height: 1.9565217391;
  margin-top: 30px;
  font-size: clamp(14.4px, 1.297vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .p-approach__copy {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}

.p-approach__text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 2.5;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .p-approach__text {
    margin-bottom: 30px;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}

.c-out-cap figcaption {
  position: static;
  text-align: right;
  color: #000;
  margin-top: 5px;
}

.washi {
  max-width: 800px;
  margin-inline: auto;
}
.washi p {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .washi p {
    text-align: center !important;
  }
}

.c-material-heading {
  font-size: clamp(24px, 2.161vw, 36px);
  color: #afa17a;
  font-family: "EB Garamond", serif;
  margin-top: 80px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-material-heading {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-top: 40px;
    text-align: center;
  }
}

.c-material-row {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-material-row {
    margin-top: 20px;
  }
}

.p-designer {
  margin-top: 80px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 267px 40px 1fr;
  grid-template-columns: 267px 1fr;
  gap: 40px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-designer {
    -ms-grid-columns: 30% 20px 1fr;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-designer__heading {
  font-size: clamp(24px, 2.161vw, 36px);
  color: #afa17a;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-designer__heading {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}

.p-designer__copy {
  font-size: clamp(16px, 1.441vw, 24px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-designer__copy {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-top: 10px;
  }
}

.p-designer__text {
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-designer__text {
    margin-top: 10px;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.p-has-border {
  position: relative;
}
.p-has-border::before {
  content: "";
  display: block;
  width: 5px;
  border-left: 1px solid #afa17a;
  border-right: 1px solid #afa17a;
  height: calc(100% + 200px);
  position: absolute;
  top: -120px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-has-border::before {
    content: none;
  }
}
/*# sourceMappingURL=design.css.map */