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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body.design .header {
  transition: transform 0.1s;
}
body.design .block_mv {
  background-image: url(../img/design/main.jpg);
}
@media screen and (max-width: 767px) {
  body.design .block_mv {
    background-image: url(../img/design/main_sp.jpg);
  }
}
body.design .section_lead {
  width: 90%;
  margin: auto;
  padding: 100px 0 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.design .section_lead {
    padding: 40px 0 45px;
  }
}
body.design .section_lead .title {
  font-size: 33px;
  line-height: 1.75;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  color: #42210b;
}
@media screen and (max-width: 767px) {
  body.design .section_lead .title {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
}
body.design .section_lead .txt {
  font-size: 17px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  body.design .section_lead .txt {
    font-size: 13px;
    line-height: 2.5;
  }
}
body.design .section_facade {
  position: relative;
  background: #5d4d45;
  padding: 100px min(100px, 7.8125vw);
}
@media screen and (max-width: 767px) {
  body.design .section_facade {
    padding: 70px 12px 80px;
  }
}
body.design .section_facade:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background: url(../img/design/bg_paper.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body.design .section_facade:after {
    width: 93.3333333333%;
  }
}
body.design .section_facade .inner {
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
  padding: 0 min(90px, 7.03125vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.design .section_facade .inner {
    padding: 0 30px;
  }
}
body.design .section_facade .inner .img {
  position: relative;
  max-width: 710px;
  margin-inline: auto;
}
body.design .section_facade .inner .img .caption {
  position: static;
  text-align: right;
}
body.design .section_facade .inner .txt {
  max-width: 630px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  body.design .section_facade .inner .txt {
    max-width: 255px;
  }
}
body.design .section_facade .inner .txt .title {
  margin-top: 60px;
  font-size: 28px;
  color: #be9360;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_facade .inner .txt .title {
    font-size: 26px;
  }
}
body.design .section_facade .inner .txt .lead {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_facade .inner .txt .lead {
    line-height: 2;
    font-size: 18px;
  }
}
body.design .section_facade .inner .txt .body {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_facade .inner .txt .body {
    font-size: 12px;
  }
}
body.design .section_approach {
  position: relative;
  background: url(../img/design/bg_paper.jpg) no-repeat center center;
  background-size: cover;
}
body.design .section_approach .eyecatch {
  position: relative;
}
body.design .section_approach .eyecatch .caption {
  color: #fff;
}
body.design .section_approach .inner {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner {
    padding: 50px 0;
    justify-content: center;
  }
}
body.design .section_approach .inner .each:nth-child(1) {
  width: 48.023255814%;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .each:nth-child(1) {
    width: 66.6666666667%;
  }
}
body.design .section_approach .inner .each:nth-child(2) {
  width: 44.6511627907%;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .each:nth-child(2) {
    margin-top: 30px;
    width: 66.6666666667%;
  }
}
body.design .section_approach .inner .title {
  font-size: 28px;
  color: #be9360;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .title {
    font-size: 26px;
  }
}
body.design .section_approach .inner .lead {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 23px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .lead {
    margin-top: 15px;
    line-height: 2;
    font-size: 18px;
  }
}
body.design .section_approach .inner .body {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .body {
    margin-top: 10px;
    font-size: 12px;
  }
}
body.design .section_approach .inner .img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.design .section_approach .inner .img {
    margin-top: 10px;
  }
}
body.design .section_approach .inner .img .caption {
  position: static;
  margin-top: 5px;
  text-align: right;
}
body.design .section_hall {
  position: relative;
  background: #5d4d45;
}
body.design .section_hall .eyecatch {
  position: relative;
}
body.design .section_hall .eyecatch .caption {
  color: #fff;
}
body.design .section_hall .inner {
  position: relative;
  padding: 100px 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.design .section_hall .inner {
    padding: 40px 10px 60px;
  }
}
body.design .section_hall .inner .title {
  margin-top: 80px;
  font-size: 28px;
  color: #be9360;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.design .section_hall .inner .title {
    margin-top: 40px;
    font-size: 26px;
  }
}
body.design .section_hall .inner .lead {
  margin-top: 40px;
  line-height: 1.6;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.design .section_hall .inner .lead {
    margin-top: 20px;
    line-height: 2;
    font-size: 18px;
  }
}
body.design .section_hall .inner .body {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.design .section_hall .inner .body {
    margin-top: 20px;
    font-size: 12px;
  }
}
body.design .section_hall .inner .body sup {
  font-size: 0.5em;
  vertical-align: top;
}
body.design .section_hall .inner .img {
  max-width: 730px;
  margin-inline: auto;
  margin-top: 80px;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  body.design .section_hall .inner .img {
    margin-top: 30px;
    padding: 20px;
  }
}/*# sourceMappingURL=design.css.map */