@charset "UTF-8";

#design header {
  background-image: -moz-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
}

#design header.scroll {
  background-image: -moz-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(123, 91, 104) 0%, rgb(195, 183, 151) 100%);
}

#container {
  padding-top: 70px;
}

.con-ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 30px;
}

.text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 2px;
  text-align: center;
}

/* kobetsu */
.copy {
  width: 90%;
  margin: 0 auto;
  margin: 60px auto 0;
}

.design-page-ttl {
  background-image: url(../img/main-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 27% 0;
  position: relative;
}

.design-page-ttl h2 {
  width: 2.215%;
  max-width: 31px;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.design-page-ttl .main-text {
  max-width: 78%;
  width: 542px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

.view {
  margin: 150px auto 0;
  position: relative;
}

.en-ttl {
  min-width: 300px;
  width: 23vw;
  margin: 0 auto 60px;
}

[class$="_box"] {
  margin: 200px auto 0;
}

[class$="_box"] .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.ashirai-box01,
.ashirai-box02,
.ashirai-box03 {
  position: relative;
}

.ashirai-box01,
.ashirai-box02,
.ashirai-box03 {
  align-items: center;
}

.ashirai {
  position: absolute;
  top: -80px;
}

.architext_box .company,
.architext_box .name {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
}

.architext_box .company {
  letter-spacing: 1.5px;
  margin-top: 10px;
}

.architext_box .name {
  margin-top: 6px;
}

.architext_box .left {
  width: 56%;
}

.architext_box .right {
  width: 28%;
  margin-right: 10%;
}

.material_box {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.material_box .left {
  width: 42%;
  margin-left: 10%;
}

.material_box .right {
  width: 42%;
}

.planting_box {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.planting_box .left {
  width: 42%;
}

.planting_box .right {
  width: 42%;
  margin-right: 10%;
}

.kitchen_box {
  width: 90%;
  max-width: 1000px;
}


/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
  .text {
    font-size: 15px;
  }
}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  #container {
    padding-top: 60px;
  }

  .text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .en-ttl {
    min-width: initial;
    position: absolute;
    z-index: 10;
  }

  /* kobetsu */
  .design-page-ttl {
    background-image: url(../img/main-sp.png);
    padding: 120% 0;
  }

  .design-page-ttl h2 {
    width: 9%;
    top: 15%;
  }

  .design-page-ttl .main-text {
    bottom: 17%;
  }

  .design-page-ttl .cap_txt {
    bottom: 5%;
  }

  #design .cv_bottom {
    margin: 40px auto 60px;
  }

  .view {
    margin: 40px auto 0;
  }

  .view-scroll {
    margin-left: 14%;
  }

  /* 画像を矢印で移動スマホ時 */
  .Container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .Box-Container {
    width: fit-content;
    transition: transform 0.3s ease;
    transform: translateX(0);
  }

  .Box {
    width: 670px;
    height: auto;
  }

  .Arrow {
    width: 40px;
    height: 40px;
    mix-blend-mode: multiply;
    position: absolute;
    top: 10px;
    cursor: pointer;
  }

  .Arrow.left {
    left: 40%;
  }

  .Arrow.right {
    right: 30%;
  }

  /* .Hide {
    display: none;
  } */

  .view .en-ttl {
    width: 8vw;
    top: -8.5%;
    left: 10%;
  }

  [class$="_box"] {
    /* margin: 120px auto 0; */
    margin: 0 auto 0;
  }

  .architext_box {
    margin: 28vw auto 0;
  }

  .architext_box .inner_1000 {
    margin: 0 0 0 10%;
  }

  .ashirai {
    top: -60px;
  }

  .ashirai-box01 .text,
  .ashirai-box02 .text {
    text-align: left;
    margin-top: 30px;
  }

  .architext_box .left {
    width: 100%;
    margin-left: 14%;
    margin-right: 7%;
    order: 2;
  }

  .architext_box .right {
    width: 70%;
    margin-left: 14%;
    order: 1;
  }

  .architext_box .right figure {
    width: 70%;
  }

  .architext_box .company,
  .architext_box .name {
    font-size: 16px;
  }

  .architext_box .company {
    margin-top: 20px;
  }

  .architext_box .name {
    margin-top: 12px;
  }

  .material_box {
    margin: 40vw auto 0;
  }

  .material_box .inner_1000 {
    margin: 0 10% 0 0;
  }

  .material_box .left {
    width: 100%;
    margin-right: 14%;
  }

  .material_box .right {
    width: 100%;
    margin-right: 14%;
    margin-left: 10%;
  }

  .material_box .right .con-ttl {
    text-align: left;
    margin-top: 30px;
  }

  .entrance_box {
    position: relative;
  }

  .entrance_box .copy {
    width: 53%;
    margin: 20% 10% 0 auto;
  }

  .entrance_box .en-ttl {
    width: 18vw;
    left: 8%;
    top: 30.5%;
  }

  .entrance_box .con-ttl {
    text-align: left;
  }

  .entrance_box .text {
    text-align: left;
  }

  .planting_box {
    margin: 120px auto 0;
  }

  .planting_box .left {
    width: 84%;
    margin: 0 4% 0 auto;
  }

  .planting_box .right {
    width: 84%;
    margin: 0 0 0 12%;
  }

  .planting_box .right .con-ttl {
    text-align: left;
    margin-top: 30px;
  }

  .planting_box .right .text {
    text-align: left;
  }

  .lounge_box {
    position: relative;
  }

  .lounge_box p {
    text-align: left;
    margin: 0 0 0 10px;
  }

  .lounge_box .copy {
    width: 92%;
    margin: 60px 0 0 8%;
  }

  .lounge_box .copy .con-ttl {
    text-align: left;
  }

  .lounge_box .copy .text {
    text-align: left;
  }

  .lounge_box .en-ttl {
    width: 8vw;
    right: 14%;
    top: 36.5%;
  }

  .lounge_box p.text {
    margin-left: 0;
  }

  .kitchen_box {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .kitchen_box figure {
    width: 68%;
    margin: 0 0 0 auto;
  }

  .kitchen_box .en-ttl {
    width: 18vw;
    left: 8%;
    top: 0;
  }

  .kitchen_box .copy {
    width: 68%;
    margin: 60px auto 0;
  }

  .kitchen_box .copy .con-ttl {
    text-align: left;
  }

  .kitchen_box .copy .text {
    text-align: left;
  }

  .garden_box {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .garden_box figure {
    /* width: 68%; */
    width: 76%;
    margin: 0 auto 0 0;
  }

  .garden_box .en-ttl {
    width: 8vw;
    right: 8%;
    top: 0;
  }

  .garden_box .att {
    text-align: left;
    margin-left: 10px;
  }

  .garden_box .copy {
    width: 68%;
    margin: 60px auto 0;
  }

  .garden_box .copy .con-ttl {
    text-align: left;
  }

  .garden_box .copy .text {
    text-align: left;
  }

}