@media screen and (min-width: 768px) {
  .artistFeature .profileBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.artistFeature .profileBlock__role {
  color: #6b6966;
}

.artistFeature .profileBlock__name .en {
  color: #6b6966;
}

.artistFeature .profileBlock__visual {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}

.artistFeature .profileBlock__visual .photo:first-child {
  grid-row: auto / span 2;
}

.artistFeature .profileBlock .txt {
  color: #6b6966;
}

.artSect {
  background-color: #ebe9e6;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .artSect {
    margin: 64px -80px 0;
    padding: 49px 80px 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .artSect {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .artSect {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .artSect {
    margin: 36px -14px 0;
    padding: 40px 14px 48px;
  }
}

.artSect:after {
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .artSect:after {
    background-image: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .artSect:after {
    background-image: url("../../common/imgs/sp/bg-texture-01.jpg");
  }
}

@media screen and (min-width: 768px) {
  .artSect__head + .artSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__head + .artSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect__head, .artSect__cont .subSect__cont {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__cont .subSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect__cont .explainCard + .explainCard {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__cont .subSect__cont .explainCard + .explainCard {
    margin-top: 32px;
  }
}

.artSect__cont .subSect__cont .explainCard .list {
  color: #4c4b49;
  display: block;
  font-family: "Shippori Mincho", serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list {
    font-size: 18px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list {
    font-size: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list + .list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list + .list {
    margin-top: 12px;
  }
}

.artSect__cont .subSect__cont .explainCard .list:before {
  aspect-ratio: 1 / 1;
  background-color: #958b79;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list:before {
    top: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .artSect__cont .subSect__cont .explainCard .list:before {
    top: 8px;
    width: 8px;
  }
}

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

@media screen and (min-width: 768px) {
  .facadeSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__head {
    margin-top: -772px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head .photo {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__head .photo + .headingCombi {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head .photo + .headingCombi {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head .headingCombi .heading {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__cont {
    margin: 0 -28px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect .heading {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .landplanSect__head + .landplanSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__head + .landplanSect__cont {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .landplanSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .landplanSect__cont .generalSlider {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 32px;
    width: 447px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .generalSlider {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .landplanSect__cont .generalSlider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .landplanSect__cont .explainCard {
    width: 415px;
  }
}

.landplanSect__figure {
  position: relative;
}

@media screen and (min-width: 768px) {
  .landplanSect__figure {
    width: 729px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__figure {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__head + .materialSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__head + .materialSect__cont {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__cont .photo {
    width: 628px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont .photo {
    margin: 28px -28px 0;
  }
}

@media screen and (min-width: 768px) {
  .materialSect__cont .txt {
    width: 314px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__cont .txt {
    padding: 0 28px;
  }
}

.materialSect__bottom {
  background-color: #4d4b49;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .materialSect__bottom {
    margin: 64px -80px 0;
    padding: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .materialSect__bottom {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .materialSect__bottom {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .materialSect__bottom {
    margin: 36px -14px 0;
    padding: 48px 14px;
  }
}

.materialSect__bottom:after {
  background-color: #bfbcb6;
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .materialSect__bottom .explainCard {
    width: 362px;
  }
}

@media screen and (min-width: 768px) {
  .natureSect__head + .natureSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__head + .natureSect__cont {
    margin-top: 32px;
  }
}

.natureSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .natureSect__cont {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .natureSect__cont {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .natureSect__cont {
    margin-left: -28px;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .plantFeature {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__head, .plantFeature .relatedBox__cont {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .plantFeature .relatedBox__head .heading {
    margin: 0 -28px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__cont {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__bottom {
    margin-top: 80px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .plantFeature .relatedBox__bottom {
    margin: 36px -26px 0;
  }
}

.plantFeature .relatedBox__bottom .explainCard {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__bottom .explainCard__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__bottom .explainCard__txt {
    width: 460px;
  }
}

@media screen and (min-width: 768px) {
  .plantFeature .relatedBox__bottom .explainCard__visual {
    width: 416px;
  }
}

.plantsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plantsList + .caption {
  margin-top: 10px;
  text-align: right;
}

.plantsList__item {
  position: relative;
  width: 50%;
}

.plantsList__name {
  background-color: rgba(51, 50, 48, 0.5);
  bottom: 0;
  color: #ffffff;
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  line-height: 1;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .plantsList__name {
    font-size: 12px;
    padding: 6px 24px;
  }
}

@media screen and (max-width: 768px) {
  .plantsList__name {
    font-size: 11px;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .profileBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .profileBlock__visual, .profileBlock__desc {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__desc {
    margin-top: 24px;
  }
}

.profileBlock__role, .profileBlock__name {
  text-align: center;
}

.profileBlock__role {
  color: #bfbcb6;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

.profileBlock__role:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.profileBlock__role:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.profileBlock__role:before, .profileBlock__role:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .profileBlock__role {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__role {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .profileBlock__name {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .profileBlock__name + .txt {
    margin-top: 40px;
    letter-spacing: .09em;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name + .txt {
    margin-top: 20px;
  }
}

.profileBlock__name .ja {
  display: block;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  .profileBlock__name .ja {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .ja {
    font-size: 22px;
  }
}

.profileBlock__name .en {
  color: #bfbcb6;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .profileBlock__name .en {
    font-size: 16px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .en {
    font-size: 11px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .woodSect__head .heading {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .woodSect__head + .woodSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .woodSect__head + .woodSect__cont {
    margin-top: 32px;
  }
}

.woodSect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .woodSect__cont {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .woodSect__cont {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .woodSect__cont {
    margin-left: -28px;
  }
}

.woodSect__bottom {
  background-color: #ebe9e6;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .woodSect__bottom {
    margin: 64px -80px 0;
    padding: 49px 80px 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .woodSect__bottom {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .woodSect__bottom {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woodSect__bottom {
    margin: 36px -14px 0;
    padding: 40px 14px 48px;
  }
}

.woodSect__bottom:after {
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .woodSect__bottom:after {
    background-image: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .woodSect__bottom:after {
    background-image: url("../../common/imgs/sp/bg-texture-01.jpg");
  }
}

@media screen and (min-width: 768px) {
  .woodSect__bottom .generalSlider {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .woodSect__bottom .generalSlider {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .woodSect__bottom .explainCard {
    width: 362px;
  }
}

@media screen and (min-width: 768px) {
  .design-introduction {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-introduction {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-material {
    padding-top: 88px;
  }
}

@media screen and (max-width: 768px) {
  .design-material {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .design-material .explainCard__cont {
    padding-inline: 22px;
  }
}

@media screen and (min-width: 768px) {
  .design-designer {
    padding: 80px 0 900px;
  }
}

@media screen and (max-width: 768px) {
  .design-designer {
    padding: 80px 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .design-facade {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 768px) {
  .design-landplan {
    padding: 140px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .design-landplan {
    padding: 72px 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .design-wood {
    padding-top: 132px;
  }
}

@media screen and (max-width: 768px) {
  .design-wood {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .design-artist {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .design-artist {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-nature {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-nature {
    padding: 72px 0;
  }
}

.onMapBtns--1 {
  top: 59.5%;
  right: 65%;
}

.onMapBtns--2 {
  top: 67.5%;
  left: 56%;
}

.onMapBtns--3 {
  top: 69.5%;
  left: 36%;
}

.onMapBtns--4 {
  top: 13%;
  left: 28%;
}

.onMapBtns--5 {
  top: 42%;
  left: 8.5%;
}

.onMapBtns--6 {
  top: 53.5%;
  left: 65%;
}

.onMapBtns--7 {
  top: 37%;
  left: 79.5%;
}
