h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #8a5f3f;
  margin-bottom: 15px;
}

.boxset {
  padding-top: 80px;
  padding-bottom: 95px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.boxset > * {
  opacity: 0;
}

.boxset .title {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}

.flex p {
  width: 280px;
}

.flex .img {
  position: relative;
  background-image: url("../images/concept/img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 618px;
  height: 312px;
}

.flex .tag {
  position: absolute;
  top: 0;
  right: 110px;
  background-image: url("../images/concept/tag.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-70%);
  width: 271px;
  height: 300px;
}

.t1 {
  color: #8a5f3f;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.t2 {
  color: #353535;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.production {
  position: relative;
  background-color: #f3f1f0;
  padding-top: 90px;
  padding-bottom: 75px;
  opacity: 0;
}

.production_set {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.production_set .left {
  width: 33%;
  border-right: 1px solid #d5c8be;
  opacity: 0;
}

.production_set .right {
  width: 67%;
}

.production_set .right > * {
  opacity: 0;
}

.product_type {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 10%;
  margin-bottom: 20px;
}

.product_type:last-child {
  margin-bottom: 0;
}

.product_type:last-child .typeinfo {
  border-bottom: 0;
  padding-bottom: 0;
}

.product_type .circle {
  background-color: #81614a;
  border-radius: 50%;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
}

.product_type .typeinfo {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  flex: 2 1 140px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-left: 8%;
}

.product_t1 {
  width: 100%;
  color: #8a5f3f;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.product_t2 {
  width: 80%;
  color: #5c5c5c;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26px;
}

.cooperation {
  padding-top: 85px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cooperation > * {
  opacity: 0;
}

.cooperation_title {
  margin-bottom: 85px;
}

.fitblk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 80px;
}

.fitblk h5 {
  color: #8a5f3f;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.fitblk .art {
  width: 100%;
}

.fitblk .fit_imgblk {
  width: 25%;
  text-align: right;
}

.fitblk .textarea {
  width: 69%;
  padding-bottom: 60px;
  border-bottom: 1px solid #ededed;
}

.fitblk .art_part {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fitblk .art_part:last-child {
  margin-bottom: 0;
}

.fitblk .art_part:last-child .textarea {
  padding-bottom: 0;
  border-bottom: 0;
}

.purchaseblk {
  display: flex;
  justify-content: flex-start;
}

.purchaseblk p {
  width: 380px;
}

.purchase_title {
  width: 215px;
  margin-right: 80px;
}

.qualified {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #eadacb;
  margin-bottom: 90px;
}

.qualified_set {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../images/concept/baby.png");
  background-repeat: no-repeat;
  background-position: right calc(100% + 30px);
}

.qualified_set .book {
  position: relative;
  width: 300px;
  align-self: flex-end;
  margin-right: 70px;
}

.qualified_set .book img {
  position: relative;
  top: 15px;
  z-index: 5;
  transform: rotateZ(-6deg);
}

.qualified_set .book:after {
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.4) 100%);
  filter: blur(5px);
  transform: rotateZ(-6deg) rotateX(-35deg) translateX(12%) skew(7deg);
  height: 100%;
  transform-origin: center bottom;
  width: 50%;
  height: 100%;
}

.qualified_set .qualified_title {
  margin-bottom: 30px;
}

.qualified_set .mid {
  width: 300px;
}

.qualified_set .cloud {
  position: absolute;
  top: 0;
  right: 30%;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  .t2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .boxset {
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }
  .flex .tag {
    right: 5%;
    background-size: contain;
    width: 27.3vw;
    height: 30vw;
  }
  .flex p {
    width: 35.2vw;
  }
  .flex .img {
    width: 46.3vw;
    height: 23.5vw;
  }
  .production {
    padding: 60px 55px;
  }
  .production_set {
    min-width: inherit;
    width: 100%;
  }
  .production_set .left {
    width: 17%;
    margin-right: 3%;
    border: 0;
  }
  .production_set .right {
    width: 83%;
  }
  .cooperation {
    padding: 60px 55px 70px;
  }
  .cooperation_title {
    margin-bottom: 50px;
  }
  .fitblk {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .fitblk .art {
    width: 62%;
    width: 100%;
  }
  .fitblk .art_part {
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .fitblk .textarea {
    width: 62%;
  }
  .fitblk .fit_imgblk {
    width: 32%;
  }
  .qualified {
    margin-bottom: 0;
  }
  .qualified_set {
    flex-wrap: wrap;
    padding-left: 55px;
    padding-top: 50px;
    background-size: 60%;
  }
  .qualified_set .book {
    width: 220px;
    margin-left: 70px;
  }
  .qualified_set .qualified_title {
    margin-bottom: 25px;
  }
  .qualified_set .mid {
    position: relative;
    width: 100%;
    order: -1;
  }
  .qualified_set .mid > * {
    width: 56%;
  }
  .qualified_set .book img {
    top: 25px;
  }
  .qualified_set .cloud {
    right: 40%;
  }
}

@media only screen and (max-width: 650px) {
  .fitblk .textarea {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .fitblk .art_part {
    flex-wrap: wrap;
  }
  .fitblk .art_part img {
    margin: 0 auto;
  }
  .t1 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .t2 {
    font-size: 20px;
  }
  .boxset {
    padding: 50px 0 0;
  }
  .boxhead {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
  .flex {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .flex p {
    width: calc(100% - 70px);
    margin: 0 auto 70px;
  }
  .flex .img {
    width: 100vw;
    height: 51vw;
  }
  .flex .tag {
    transform: translateY(-37%);
    width: 54vw;
    height: 60vw;
  }
  .production {
    padding: 45px 35px 55px;
  }
  .production_set {
    flex-wrap: wrap;
  }
  .production_set .left {
    width: 100%;
    margin-bottom: 35px;
  }
  .production_set .right {
    width: 100%;
  }
  .product_type {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .product_type .circle {
    margin: 0 auto 20px;
  }
  .product_type .typeinfo {
    width: 100%;
    margin-left: 0;
    flex: 1 1 auto;
  }
  .product_t2 {
    width: 100%;
  }
  .cooperation {
    padding: 50px 35px;
  }
  .fitblk .art {
    width: 100%;
    margin-bottom: 40px;
  }
  .fitblk .fit_imgblk {
    width: 100%;
    text-align: left;
  }
  .fitblk .fit_imgblk img {
    max-width: calc((100vw - 77px) / 2);
  }
  .purchaseblk {
    flex-wrap: wrap;
  }
  .purchase_title {
    width: 100%;
    margin-bottom: 30px;
  }
  .qualified_set {
    align-items: flex-start;
    padding-top: 50px;
    padding-right: 35px;
    padding-left: 35px;
    background-position: calc(100% + 35vw) bottom;
    background-size: 90%;
  }
  .qualified_set .mid > * {
    width: 100%;
  }
  .qualified_set .book {
    width: 155px;
    margin-right: 0;
    margin-left: 15px;
    bottom: 60px;
  }
  .qualified_set .cloud {
    right: 32%;
    width: 95px;
    top: 33%;
  }
}

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