@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

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

.conceptGroup__bg {
  width: calc(100vw - var(--scrollbar));
  background-color: #5b646f;
  left: 0;
  position: absolute;
  z-index: -1;
}

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

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .conceptGroup__bg {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .conceptGroup__bg {
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .conceptGroup__bg {
    height: calc(100% - 255px);
    padding-bottom: 56px;
    top: 255px;
  }
}

@media screen and (max-width: 736px) {
  .conceptGroup__bg {
    height: 100%;
    top: 0;
  }
}

.conceptGroup__bg .photo {
  height: 100%;
}

@media print, screen and (min-width: 736px) {
  .designerSect {
    margin: 0 auto;
    width: 998px;
  }
}

.designerSect__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .designerSect__head {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 736px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__head + .designerSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.designerSect__head:before {
  background-color: rgba(204, 204, 204, 0.5);
  content: '';
  height: 1px;
}

@media print, screen and (min-width: 736px) {
  .designerSect__head:before {
    margin-top: 10px;
    width: 80px;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__head:before {
    margin-top: 10px;
    width: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .designerSect__head .heading {
    width: calc(100% - (36 / 390 * 100vw));
  }
}

@media print, screen and (min-width: 736px) {
  .designerSect__cont {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(3, 1fr);
  }
  .designerSect__cont .photo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
    padding: 0 calc(45 / 390 * 100vw);
  }
}

.designerSect__bottom {
  background-color: rgba(143, 177, 195, 0.1);
}

@media print, screen and (min-width: 736px) {
  .designerSect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    padding: 24px 0;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__bottom {
    margin-top: calc(40 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designerSect__logo {
    border-right: 1px solid #cccccc;
    margin-right: 56px;
    padding-right: 56px;
    width: 135px;
  }
}

@media screen and (max-width: 736px) {
  .designerSect__logo {
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    padding-bottom: calc(24 / 390 * 100vw);
    width: calc(72 / 390 * 100vw);
  }
}

.designerInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .designerInfo {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designerInfo__visual {
    width: 120px;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo__visual {
    width: calc(132 / 390 * 100vw);
  }
}

.designerInfo__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .designerInfo__profile {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo__profile {
    gap: calc(16 / 390 * 100vw);
    width: calc(100% - (152 / 390 * 100vw));
  }
}

.designerInfo__profile .role {
  color: #e4e6ef;
}

@media print, screen and (min-width: 736px) {
  .designerInfo__profile .role {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo__profile .role {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.7;
  }
}

.designerInfo__profile .company {
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .designerInfo__profile .company {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo__profile .company {
    font-size: calc(15 / 390 * 100vw);
  }
}

.designerInfo__profile .name {
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .designerInfo__profile .name {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .designerInfo__profile .name {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facadeSect {
    display: grid;
    gap: 112px 100px;
    grid-template-columns: 1fr 1.07518796992fr;
  }
}

@media screen and (max-width: 736px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facadeSect__cont {
    grid-row: auto / span 2;
  }
}

@media screen and (max-width: 736px) {
  .facadeSect__cont + .facadeSect__item {
    margin-top: calc(88 / 390 * 100vw);
  }
}

.facadeSect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .facadeSect__item {
    gap: 32px;
  }
}

@media screen and (max-width: 736px) {
  .facadeSect__item {
    gap: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .facadeSect__item + .facadeSect__item {
    margin-top: calc(48 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .facadeSect__item:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 1 / 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .facadeSect__item:last-child .photo {
    width: 532px;
  }
}

.facadeSect__item .photo__capOut {
  text-align: right;
}

@media print, screen and (min-width: 736px) {
  .historySect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .historySect__head {
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .historySect__head + .historySect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .historySect__head .heading {
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .historySect__cont {
    width: 686px;
  }
}

@media print, screen and (min-width: 736px) {
  .historySect__cont .generalSlider .swiper-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.historySect__cont .generalSlider .swiper-pagination-bullet {
  background-color: #5b646f;
  border-color: #ffffff;
}

.historySect__cont .generalSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .materialCard__visual + .materialCard__ttl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .materialCard__visual + .materialCard__ttl {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.materialCard__ttl {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .4em;
  line-height: 1.35;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .materialCard__ttl {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .materialCard__ttl {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect {
    padding: 110px 0 516px;
  }
}

@media screen and (max-width: 736px) {
  .materialSect {
    padding: calc(80 / 390 * 100vw) 0 calc(160 / 390 * 100vw);
  }
}

.materialSect:after {
  width: calc(100vw - var(--scrollbar));
  background: no-repeat center top / cover;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .materialSect:after {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .materialSect:after {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .materialSect:after {
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect:after {
    background-image: url("../imgs/pc/bg-material-01@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .materialSect:after {
    background-image: url("../imgs/sp/bg-material-01.jpg");
  }
}

.materialSect__head {
  text-align: center;
}

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

@media screen and (max-width: 736px) {
  .materialSect__head + .materialSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .materialSect__head .txt {
    text-align: left;
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect__cont .usableList {
    margin: 0 auto;
    width: 685px;
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect__cont .usableList__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .materialSect__cont .usableList__inner {
    display: grid;
    gap: calc(30 / 390 * 100vw) calc(40 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect__cont .usableList__item {
    width: 175px;
  }
}

@media print, screen and (min-width: 736px) {
  .materialSect__cont .usableList__item:last-child {
    width: 428px;
  }
}

@media screen and (max-width: 736px) {
  .materialSect__cont .usableList__item:last-child {
    grid-column: auto / span 2;
  }
}

@media print, screen and (min-width: 736px) {
  .spaceSect__head {
    margin: 0 auto;
    margin-top: -366px;
    width: 886px;
  }
}

@media screen and (max-width: 736px) {
  .spaceSect__head {
    gap: calc(56 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .spaceSect__head + .spaceSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .spaceSect__head + .spaceSect__cont {
    margin-top: calc(56 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .spaceSect__head .photo {
    margin-right: calc(-20 / 390 * 100vw);
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .design-facade {
    padding: 130px 0 122px;
  }
}

@media screen and (max-width: 736px) {
  .design-facade {
    padding: calc(80 / 390 * 100vw) 0 calc(122 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .design-designer {
    padding-top: 160px;
  }
}

@media screen and (max-width: 736px) {
  .design-designer {
    padding-top: calc(120 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .design-history {
    padding: 160px 0 180px;
  }
}

@media screen and (max-width: 736px) {
  .design-history {
    padding: calc(120 / 390 * 100vw) 0 calc(180 / 390 * 100vw);
  }
}
