@charset "UTF-8";
/* Scss Document */
/*HEADER*/
/*#header{
  position:absolute;
  right:0;
  top:0;
}*/
/*MV*/
#mvTop {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#mvTop .mvBox {
  width: 100%;
  height: 100%;
}
#mvTop::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/symbol.png");
  background-repeat: no-repeat;
  background-position: 70% 40%;
  background-size: 33% auto;
  z-index: 1;
}
#mvTop .copyBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12%;
  z-index: 1;
}
#mvTop .copyBox h1 {
  font-size: 4.5vw;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#mvTop .copyBox .copy {
  font-size: 1.4vw;
  font-weight: 700;
  color: #ddd;
  margin-top: 3.5%;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#mvTop .copyBox .box {
  margin-top: 7%;
  font-weight: bold;
}
#mvTop .copyBox .box .md {
  font-size: 2vw;
  margin-bottom: 1.7%;
}
#mvTop .copyBox .box .txt {
  font-size: 1.1vw;
}
@media (max-width: 1024px) {
  #mvTop::before {
    background-position: 130% 40%;
    background-size: 60% auto;
  }
  #mvTop .copyBox h1 {
    font-size: 9.5vw;
  }
  #mvTop .copyBox .copy {
    font-size: 3vw;
  }
  #mvTop .copyBox .box .md {
    font-size: 6.8vw;
    line-height: 1.5;
  }
  #mvTop .copyBox .box .txt {
    font-size: 2.5vw;
    line-height: 2.5;
  }
}

/*コンセプト*/
#concept {
  position: relative;
}
#concept::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(70px);
          filter: blur(70px);
  background-image: url("../img/symbol.png");
  background-repeat: no-repeat;
  background-position: 130% 0;
  background-size: 40% auto;
  opacity: 0.9;
}
#concept::before {
  content: "";
  display: block;
  width: 26%;
  /*height:100%;*/
  height: 0;
  background: url("../img/deco01.png") left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#concept.active::before {
  height: 100%;
}
#concept .inner {
  width: 100%;
  padding: 3% 5% 8% 25%;
}
#concept .inner .md-copy {
  letter-spacing: -0.01em;
  font-size: 6vw;
}
#concept .inner .txt {
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 3;
}
@media (max-width: 739px) {
  #concept::before {
    width: 45%;
  }
  #concept .inner {
    width: 100%;
    padding: 8% 5% 18% 27%;
  }
  #concept .inner .md-copy {
    font-size: 10vw;
  }
  #concept .inner .txt {
    font-size: 90%;
  }
}

/*BUTTON*/
.flexBox .btn a {
  padding: 15% 12%;
}
@media (max-width: 1024px) {
  .flexBox .btn a {
    padding: 10% 8%;
  }
}
@media (max-width: 739px) {
  .flexBox .btn:nth-child(1) {
    border-bottom: 1px solid #666;
  }
}

/*実績*/
#profile::before {
  content: "";
  display: block;
  width: 80%;
  /*height:100%;*/
  height: 0;
  background: url("../img/deco02.png") left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 6%;
  top: 7%;
  z-index: -1;
  -webkit-transition: all 2.5s ease-in;
  transition: all 2.5s ease-in;
}
#profile.active::before {
  height: 100%;
}
#profile .inner {
  width: 100%;
  padding: 13% 0 7%;
}
#profile .inner ul.pList li .pBox {
  padding: 0 1%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#profile .inner ul.pList li .pBox figure {
  width: 52%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#profile .inner ul.pList li .pBox .info {
  max-width: 240px;
}
#profile .inner ul.pList li .pBox .info .career {
  line-height: 1;
}
#profile .inner ul.pList li .pBox .info .career span {
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  background: #00bbf3;
  color: #fff;
  padding: 4px;
}
#profile .inner ul.pList li.uniq .pBox {
  position: relative;
}
#profile .inner ul.pList li.uniq .pBox figure {
  width: 75%;
  margin-left: -3%;
}
#profile .inner ul.pList li.uniq .pBox .info {
  max-width: 190px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 739px) {
  #profile::before {
    width: 90%;
  }
  #profile .inner ul.pList li {
    height: 100%;
  }
  #profile .inner ul.pList li .pBox {
    padding: 0;
  }
  #profile .inner ul.pList li .pBox .info .career span {
    font-size: 80%;
  }
  #profile .inner ul.pList li.uniq .pBox figure {
    margin-left: -10%;
  }
}
/*# sourceMappingURL=uniq.css.map */