.project {
  position: relative;
  color: #310303;
  font-size: 18px;
  background: url("../images/bg.jpg") top center repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding: 25px;
}

.common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 25px;
}

.common-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), color-stop(#f4bf39), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #f4bf39, #e1470d);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  margin-bottom: 25px;
}

.common-title::before {
  content: "";
  display: block;
  width: 83px;
  height: 63px;
  margin: 15px auto 0;
  background: url("../images/icon1.png") center center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .common-title {
    margin: 25px 0 50px;
    font-size: 50px;
  }
}

.common-title--s {
  font-size: 20px;
  letter-spacing: 2px;
  background: #111;
  border-color: #6b659b;
}

.kv {
  position: relative;
  padding: 25px;
  overflow: hidden;
}

@media (min-width: 996px) {
  .kv {
    padding: 100px 0 80px;
  }
}

.kv-bg {
  position: absolute;
  z-index: 0;
  top: 0;
}

.kv-bg img {
  width: 100%;
}

.kv-deco {
  position: absolute;
  z-index: 0;
  display: none;
}

@media (min-width: 996px) {
  .kv-deco {
    display: block;
  }
}

.kv-deco1 {
  width: 15%;
  top: 0;
  left: 6%;
  -webkit-animation: 1s ball .5s infinite ease-in-out;
          animation: 1s ball .5s infinite ease-in-out;
}

.kv-deco2 {
  width: 12%;
  top: -2%;
  right: 10%;
  -webkit-animation: 1s ball infinite ease-in-out;
          animation: 1s ball infinite ease-in-out;
}

.kv-deco3 {
  width: 20%;
  left: 0;
  bottom: 20%;
}

.kv-deco4 {
  width: 15%;
  right: 0;
  bottom: 12%;
}

.kv__titlebox {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  padding-top: 30px;
}

@media (min-width: 996px) {
  .kv__titlebox {
    width: 50%;
  }
}

.kv__titlebox img {
  width: 100%;
}

.kv-title {
  position: relative;
  -webkit-mask: url("../images/kv-title.png") center center no-repeat;
  mask: url("../images/kv-title.png") center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #e1470d);
}

.kv-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#f7ab15), to(transparent));
  background: linear-gradient(to top, transparent, #f7ab15, transparent);
  -webkit-animation: 1s kv-title infinite;
          animation: 1s kv-title infinite;
}

.kv-hat {
  position: absolute;
  width: 18%;
  right: 10%;
  top: 0;
}

@media (min-width: 996px) {
  .kv-hat {
    width: 10%;
    right: 15%;
  }
}

.kv-text {
  position: relative;
  width: 70%;
  margin: 15px auto;
  text-align: center;
}

@media (min-width: 996px) {
  .kv-text {
    width: 40%;
    padding: 10px 50px 0 60px;
  }
}

.kv-intel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 10px;
}

.kv-intel img {
  width: 80px;
  margin-right: 10px;
}

.kv-intel span {
  display: block;
}

@media (min-width: 996px) {
  .kv-intel {
    position: absolute;
    right: 10px;
    top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .kv-intel img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100px;
  }
  .kv-intel p {
    padding-right: 20px;
  }
}

.kv__imgbox {
  position: relative;
  padding-top: 20%;
}

.kv__imgbox img {
  width: 100%;
}

@media (min-width: 996px) {
  .kv__imgbox {
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4%;
  }
}

.kv-discount {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 20%;
}

.kv-discount span {
  display: block;
  position: absolute;
  width: 75%;
  height: 20%;
  top: 27%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 2.8vw;
  line-height: 4.7vw;
  text-shadow: #bb6a3b 2px 5px 0, #faeec3 0 0 30px;
}

@media (min-width: 996px) {
  .kv-discount {
    width: 20%;
    bottom: 0;
    z-index: 1;
  }
}

.kv-pd {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .kv-pd {
    width: 90%;
    z-index: 0;
  }
}

.kv-note {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
}

@media (min-width: 996px) {
  .kv-note {
    text-align: right;
    padding-right: 30px;
    padding-top: 25px;
    color: #111;
  }
}

@-webkit-keyframes ball {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes ball {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@-webkit-keyframes kv-title {
  0% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes kv-title {
  0% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes hat {
  0% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes hat {
  0% {
    -webkit-transform: translateY(-10px) rotate(5deg);
            transform: translateY(-10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

.intro {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 45px 25px;
  -webkit-box-shadow: #fff 0 0 30px inset;
          box-shadow: #fff 0 0 30px inset;
  border-radius: 50px;
}

@media (min-width: 996px) {
  .intro {
    border-radius: 350px;
  }
}

.intro h1 span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

.intro-date {
  padding: 20px 0;
}

.intro-date span {
  display: inline-block;
  color: #e1470d;
  border: #e1470d 1px solid;
  letter-spacing: 5px;
  padding: 10px;
}

.intro-date b {
  display: block;
  padding-top: 15px;
  font-size: 150%;
  color: #e1470d;
}

@media (min-width: 996px) {
  .intro-date b {
    font-size: 250%;
  }
}

.buynow {
  padding: 40px 25px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.tab__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  --radius: 10px;
}

@media (min-width: 996px) {
  .tab__flex {
    --radius: 500px;
  }
}

.tab__flexBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.tab__flexBox:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tab__flexBox h3 {
  position: relative;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  margin-top: -20px;
  -webkit-box-shadow: #fff 0 0 30px inset;
          box-shadow: #fff 0 0 30px inset;
  border-radius: 50px;
}

.tab__flexBox-img {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}

.tab__flexBox.select h3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #e1470d);
  color: #fff;
  padding: 20px;
}

.selectarea__filter {
  text-align: center;
  padding: 30px 0;
}

@media (min-width: 996px) {
  .selectarea__filter {
    padding: 60px 0;
  }
}

.selectarea__filter-item {
  display: inline-block;
  -webkit-box-shadow: #fff 0 0 30px inset;
          box-shadow: #fff 0 0 30px inset;
  border-radius: 50px;
  padding: 21px;
  cursor: pointer;
}

.selectarea__filter-item--active, .selectarea__filter-item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #e1470d);
  color: #fff;
}

@media (min-width: 996px) {
  .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hatchPdCard {
  background: url("../images/card-bg.jpg") top center no-repeat ;
  background-size: cover;
  border-radius: 40px;
  padding: 20px;
  margin: 10px;
}

@media (min-width: 996px) {
  .hatchPdCard {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% / 2 - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hatchPdCard-top, .hatchPdCard-bottom {
  display: none;
}

.hatchPdCard__inner {
  background-size: 100% auto;
  padding: 0 50px 25px;
}

@media (min-width: 996px) {
  .hatchPdCard__inner {
    padding: 0 100px 25px;
  }
}

.hatchPdCard__pdimg {
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
  padding-top: 30px;
}

.hatchPdCard h3 {
  text-align: center;
  padding-top: 15px;
}

.hatchPdCard ul {
  margin: 10px 0 10px 15px;
}

@media (min-width: 996px) {
  .hatchPdCard ul {
    margin: 10px 30px;
  }
}

.hatchPdCard ul li {
  list-style: disc;
  padding: 5px 0;
}

.hatchPdCard ul li:last-child {
  display: none;
}

.hatchPdCard-button {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #e1470d);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.hatchPdCard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 30px 20px;
  color: #999;
}

.hatchPdCard__price span {
  margin-left: 10px;
  padding-bottom: 15px;
  font-size: 160%;
  font-weight: bold;
  color: #c00;
}

.popout {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 49, 41, 0.839216);
}

.popout__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 760px;
  max-height: 70vh;
  overflow: hidden;
  background: #7e7e7e;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 30px;
  padding: 70px 40px;
}

.popout__dm a {
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.popout__dm a img {
  height: 50px;
}

.promo {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 996px) {
  .promo {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .promo__box {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.promo img {
  width: 100%;
}

.promo a {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  padding: 10px;
  background: #fff;
}

@media (min-width: 768px) {
  .promo a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .promo a:last-child {
    margin-right: 0;
  }
}

.promo a img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

.promo a span {
  position: relative;
  z-index: 2;
}

.promo a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background: -webkit-gradient(linear, left bottom, left top, from(#e52a30), color-stop(#f4bf39), to(#e1470d));
  background: linear-gradient(to top, #e52a30, #f4bf39, #e1470d);
}

.promo a:hover::before {
  width: 100%;
}
/*# sourceMappingURL=main-cardSty2.css.map */