@charset "UTF-8";

/******************
webfont
*******************/
.jost-300 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.jost-100 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 768px) {
.jost-100 {
  font-weight: 200;
}
}
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/******************
page
*******************/
#designer {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #666;
  line-height: 2.0;
}
#designer .maw {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
   #designer .maw {
      width: 90%;
      margin: 0 auto;
   }
}
.sec01 {
}
.sec01 .breadcrumb-wrap {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.sec01 .breadcrumb-wrap .breadcrumb li {
  color: #1f2c5c;
}
.sec01 .breadcrumb-wrap .breadcrumb li::after {
  font-weight: 500;
  color: #1f2c5c;
}
.sec01 .breadcrumb-wrap .breadcrumb li a {
  font-weight: 500;
  color: #1f2c5c;
}
.sec01 .breadcrumb-wrap .breadcrumb li a span {
  font-weight: 500;
}
.sec01 .fv {
  width: 90%;
  max-width: 1400px;
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
.sec01 .fv {
  width: 90%;
}
}
.sec02 {
  width: 90%;
  max-width: 1400px;
  margin: 150px 0 150px auto;   
}
.sec02 h2 {
  font-size: 50px;
  width: 70%;
  margin: 0 auto 5px 10%;
}
.sec02 .text {
  width: 70%;
  margin: 30px auto 0 10%;
  line-height: 3.0;
}
@media screen and (max-width: 768px) {
    .sec02 {
      margin: 50px auto 50px auto; 
    }
    .sec02 h2 {
      font-size: 36px;
      width: 100%;
      margin: 0 auto 5px auto;
      line-height: 1.4;
    }
    .sec02 .text {
      width: 100%;
      margin: 0 auto 0 auto;
      line-height: 2.0;
      text-align: justify;
    }
}
.sec03 {
}
.sec03 ul.designer_wrap {
}
.sec03 ul.designer_wrap li {
  margin: 0 auto 150px auto;
  position: relative;
}
.sec03 ul.designer_wrap li:before {
  color: #969696;
  display: block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  position: absolute;
  bottom: 15%;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  transform:rotate(90deg);
  width: 350px;
}
.sec03 ul.designer_wrap li.d1:before {
  content: 'T.UCHIDA';
  left: 5%;
}
.sec03 ul.designer_wrap li.d2:before {
  content: 'M.URA';
  right: 5%;
}
.sec03 ul.designer_wrap li.d3:before {
  content: 'M.TAKAYAMA';
  left: 5%;
}
.sec03 ul.designer_wrap li.d4:before {
  content: 'S.YOSHIDA';
  right: 5%;
}
.sec03 ul.designer_wrap li.d5:before {
  content: 'W.OZAWA';
  left: 5%;
}
@media all and (min-width: 1400px) {
    .sec03 ul.designer_wrap li.d1:before {
      content: 'T.UCHIDA';
      left: 15%;
    }
    .sec03 ul.designer_wrap li.d2:before {
      content: 'M.URA';
      right: 15%;
    }
    .sec03 ul.designer_wrap li.d3:before {
      content: 'M.TAKAYAMA';
      left: 15%;
    }
    .sec03 ul.designer_wrap li.d4:before {
      content: 'S.YOSHIDA';
      right: 15%;
    }
    .sec03 ul.designer_wrap li.d5:before {
      content: 'W.OZAWA';
      left: 15%;
    }
}
.sec03 ul.designer_wrap li.left {
}
.sec03 ul.designer_wrap li.right {
}
.sec03 ul.designer_wrap li.left .con_top {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
 }
.sec03 ul.designer_wrap li.right .con_top {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
 }
.sec03 ul.designer_wrap li .con_top:nth-child(odd) {
}
.sec03 ul.designer_wrap li.left .con_top .image {
  width: 30%;
  margin: 0 auto 0 8%;
  padding-top: 10px;
}
.sec03 ul.designer_wrap li.right .con_top .image {
  width: 30%;
  margin: 0 8% 0 auto;
  padding-top: 10px;
}
.sec03 ul.designer_wrap li.left .con_top .text_box {
  width: 50%;
  margin: 0 8% 0 auto;
}
.sec03 ul.designer_wrap li.right .con_top .text_box {
  width: 50%;
  margin: 0 auto 0 8%;
}
.sec03 ul.designer_wrap li .con_top .text_box .name {
  font-size: 28px;
}
.sec03 ul.designer_wrap li .con_top .text_box .type span {
  color: #969696;
  border: 1px solid #969696;
  display:inline-block;
  padding: 0 10px;
  font-size: 14px;
  margin: 5px 10px 10px 0;
}
.sec03 ul.designer_wrap li .con_top .text_box .text {
  text-align: justify;
}
.sec03 ul.designer_wrap li .con_bottom {
}
.sec03 ul.designer_wrap li.left .works {
  width: 65%;
  margin: -8% 0 0 36%;
  border: 1px solid #969696;
  border-right: none;
  padding: 4% 7%;
}
.sec03 ul.designer_wrap li.right .works {
  width: 65%;
  margin: -8% 36% 0 0;
  border: 1px solid #969696;
  border-left: none;
  /*padding: 4% 7% 4% 12%;*/
  padding: 4% 7%;
}
@media all and (min-width: 1400px) {
    .sec03 ul.designer_wrap li.left .works {
      width: 65%;
      margin: -4% 0 0 38%;
      border: 1px solid #969696;
      border-right: none;
      padding: 4% 7%;
    }
    .sec03 ul.designer_wrap li.right .works {
      width: 65%;
      margin: -4% 38% 0 0;
      border: 1px solid #969696;
      border-left: none;
      /*padding: 4% 7% 4% 20%;*/
      padding: 4% 7%;
    }
}
.sec03 ul.designer_wrap li .works dl {
  display:flex;
  flex-wrap: wrap;
  width: 570px;
}
.sec03 ul.designer_wrap li.left .works dl {
  margin: 0 auto 0 0;
}
.sec03 ul.designer_wrap li.right .works dl {
  margin: 0 0 0 auto;
}
.sec03 ul.designer_wrap li .works dl:nth-child(odd) {
  margin-bottom: 50px;
}
.sec03 ul.designer_wrap li .works dt {
  width: 45%;
  max-width: 300px;
  margin-right: 3%;
}

.sec03 ul.designer_wrap li .works dd {
  width: 45%;
  position: relative;
}
.sec03 ul.designer_wrap li .works dd .text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: justify;
}
.sec03 ul.designer_wrap li .works dd .bt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bt_arrow.png);
  background-size: auto 5px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 180px;
}
.sec03 ul.designer_wrap li .works dd .bt a {
  color: #969696;
  border: 1px solid #969696;
  display:inline-block;
  width: 150px;
  padding: 5px 0;
  text-align: center;
}
.sec03 ul.designer_wrap li .works dd .bt a:hover {
  background-color: #969696;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
    .sec03 ul.designer_wrap li.d1:before {
      content: 'T.UCHIDA';
      left: 5%;
    }
    .sec03 ul.designer_wrap li.d2:before {
      content: 'M.URA';
      right: -10%;
    }
    .sec03 ul.designer_wrap li.d3:before {
      content: 'M.TAKAYAMA';
      left: 5%;
    }
    .sec03 ul.designer_wrap li.d4:before {
      content: 'S.YOSHIDA';
      right: -10%;
    }
    .sec03 ul.designer_wrap li.d5:before {
      content: 'W.OZAWA';
      left: 5%;
    }
    .sec03 ul.designer_wrap li .con_top .text_box .text {
      font-size: 14px;
      line-height: 1.6;
    }
    .sec03 ul.designer_wrap li.left .works {
      width: 80%;
      margin: -4% 0 0 36%;
      border: 1px solid #969696;
      border-right: none;
      padding: 4% 7%;
    }
    .sec03 ul.designer_wrap li.right .works {
      width: 80%;
      margin: -4% 36% 0 0;
      border: 1px solid #969696;
      border-left: none;
      /*padding: 4% 7% 4% 12%;*/
      padding: 4% 7%;  
    }
    .sec03 ul.designer_wrap li .works dl {
      width: 90%;
    }
    .sec03 ul.designer_wrap li .works dl:nth-child(odd) {
    }
    .sec03 ul.designer_wrap li .works dt {
    }
    .sec03 ul.designer_wrap li .works dd {
    }
    .sec03 ul.designer_wrap li .works dd .text {
      font-size: 14px;
      line-height: 1.6;
    }

}
@media screen and (max-width: 768px) {
    .sec03 ul.designer_wrap li {
      margin: 0 auto 100px auto;
      position: relative;
    }
    .sec03 ul.designer_wrap li:before {
      color: #969696;
      display: block;
      vertical-align: middle;
      padding: 0 5px 0 0;
      position: absolute;
      bottom: 40%;
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
      font-size: 28px;
      transform:rotate(90deg);
      width: 90%;
    }
    .sec03 ul.designer_wrap li.d1:before {
      content: 'T.UCHIDA';
      left: -30%;
    }
    .sec03 ul.designer_wrap li.d2:before {
      content: 'M.URA';
      right: -30%;
    }
    .sec03 ul.designer_wrap li.d3:before {
      content: 'M.TAKAYAMA';
      left: -30%;
    }
    .sec03 ul.designer_wrap li.d4:before {
      content: 'S.YOSHIDA';
      right: -30%;
    }
    .sec03 ul.designer_wrap li.d5:before {
      content: 'W.OZAWA';
      left: -30%;
    }
    .sec03 ul.designer_wrap li.left {
    }
    .sec03 ul.designer_wrap li.right {
    }
    .sec03 ul.designer_wrap li.left .con_top {
      display:block;
      width: 90%;
      margin: 0 auto 0 auto;
    }
    .sec03 ul.designer_wrap li.right .con_top {
      display:block;
      width: 90%;
      margin: 0 auto 0 auto;
    }
    .sec03 ul.designer_wrap li .con_top:nth-child(odd) {
    }
    .sec03 ul.designer_wrap li.left .con_top .image {
      width: 60%;
      margin: 0 auto 0 auto;
      padding-top: 20px;
    }
    .sec03 ul.designer_wrap li.right .con_top .image {
      width: 60%;
      margin: 0 auto 0 auto;
      padding-top: 20px;
    }
    .sec03 ul.designer_wrap li.left .con_top .text_box {
      width: 90%;
      margin: 0 auto 0 auto;
    }
    .sec03 ul.designer_wrap li.right .con_top .text_box {
      width: 90%;
      margin: 0 auto 0 auto;
    }
    .sec03 ul.designer_wrap li .con_top .text_box .name {
      font-size: 28px;
    }
    .sec03 ul.designer_wrap li .con_top .text_box .type span {
      color: #969696;
      border: 1px solid #969696;
      display:inline-block;
      padding: 0 10px;
      font-size: 14px;
      margin: 5px 10px 10px 0;
    }
    .sec03 ul.designer_wrap li .con_top .text_box .text {
    }
    .sec03 ul.designer_wrap li .con_bottom {
    }
    .sec03 ul.designer_wrap li.left .works {
      width: 90%;
      margin: -10px 0 0 auto;
      border: 1px solid #969696;
      border-right: none;
      padding: 50px 3%
    }
    .sec03 ul.designer_wrap li.right .works {
      width: 90%;
      margin: -10px auto 0 0;
      border: 1px solid #969696;
      border-left: none;
      padding: 50px 3%
    }
    .sec03 ul.designer_wrap li .works dl {
      display:flex;
      flex-wrap: wrap;
      width: 100%;
    }
    .sec03 ul.designer_wrap li .works dl:nth-child(odd) {
        margin-bottom: 50px;
    }
    .sec03 ul.designer_wrap li .works dt {
      width: 45%;
    }
    .sec03 ul.designer_wrap li .works dd {
      width: 50%;
      position: relative;
    }
    .sec03 ul.designer_wrap li .works dd .text {
      position: static;
      top: 0;
      left: 0;
      line-height: 1.4;
      font-size: 13px;
      margin-bottom: 10px;
    }
    .sec03 ul.designer_wrap li .works dd .bt {
      position: static;
      bottom: 0;
      left: 0;
      background-image: url(../images/bt_arrow.png);
      background-size: auto 4px;
      background-position: right center;
      background-repeat: no-repeat;
      width: 130px;
    }
    .sec03 ul.designer_wrap li .works dd .bt a {
      color: #969696;
      border: 1px solid #969696;
      display:inline-block;
      width: 100px;
      padding: 5px 0;
      text-align: center;
    }
    .sec03 ul.designer_wrap li .works dd .bt a:hover {
      background-color: #969696;
      color: #FFF;
    }
}








/*# sourceMappingURL=saishin.css.map */