body {
  margin: 0;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../image/bg-01.jpg") no-repeat center/cover, #f1f1f1;
  background-blend-mode: overlay;
  z-index: -1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin: 12px 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.7em;
}

h2 {
  margin-bottom: 60px;
  line-height: 28px;
  font-size: 24px;
  letter-spacing: 2px;
}

h2 span {
  color: #fb7268;
  font-size: 36px;
}

p {
  line-height: 1.7em;
}

img {
  width: 100%;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #F8F5FE;
  background-color: #fb7268;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffecd2), to(#fcb69f));
  background-image: linear-gradient(to left, #ffecd2 0%, #fcb69f 100%);
}

.navbar h1 {
  margin-left: 12px;
  font-weight: 400;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #000;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  margin: 12px;
  padding: 10px;
  color: #000;
}

#banner {
  position: relative;
  padding-top: 50px;
}

#banner img {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

#banner .tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

#banner strong {
  display: block;
  position: absolute;
  top: 40%;
  text-align: center;
  z-index: 10;
  font-size: 40px;
  width: 100%;
  color: white;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 400;
}

#banner strong span {
  color: #fb7268;
  font-size: 52px;
}

#about .feature {
  padding: 80px 0;
  position: relative;
  background: url("../image/bg-02.jpg") no-repeat center/cover, #d6d6d6;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

#about .feature p strong {
  color: #F92E1F;
}

#about .rule {
  padding: 80px 0;
  position: relative;
  background: url("../image/bg-04.jpg") no-repeat center/cover, #eee;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

#about .rule strong.point {
  display: block;
  font-size: 24px;
  color: #22eacd;
  font-style: italic;
}

#about .rule strong.point span {
  font-size: 48px;
  margin-right: 8px;
}

#about .rule dl {
  text-align: center;
  margin-top: 60px;
}

#about .rule dl dt {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2;
}

#about .rule dl dt span {
  color: #fb7268;
  font-size: 80px;
  margin-left: 12px;
}

#about .rule dl dd {
  border-radius: 0 50vh 0 50vh;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background-color: #FEE8E7;
  color: gray;
}

#about .rule dl dd span {
  color: #fb7268;
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}

#about .rule dl dd img {
  width: 80%;
  margin-bottom: 12px;
}

#about .row {
  margin: 30px 0;
}

#about .row h3 {
  margin: 16px 0;
  color: #fb7268;
  display: inline-block;
  border-bottom: 1px solid #FDAFAA;
}

#about .row strong {
  color: #FDAFAA;
  font-weight: 400;
}

#about .row .title1 strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

#about .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#about .row ul li {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #efefef;
  margin: 12px;
  color: gray;
}

#about .row .poor-rich {
  background-color: #FFF5F4;
  padding: 20px;
  padding-top: 60px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(67% 10%, 70% 0, 76% 10%, 100% 10%, 100% 99%, 0 100%, 0 10%);
          clip-path: polygon(67% 10%, 70% 0, 76% 10%, 100% 10%, 100% 99%, 0 100%, 0 10%);
}

#about .row .poor-rich strong {
  display: inline-block;
  margin-bottom: 12px;
  background-color: #FDAFAA;
  color: white;
  padding: 4px 8px;
}

#about .row p.which {
  text-align: center;
  color: #fb7268;
  font-style: italic;
  font-size: 24px;
}

@media screen and (max-width: 576px) {
  #about .feature,
  #about .rule {
    background-attachment: unset;
  }
}

#news {
  background: url("../image/news/bg.jpg") no-repeat center/cover, #eee;
  background-blend-mode: overlay;
  text-align: center;
}

#news p {
  font-size: 18px;
}

#news a.news-btn {
  text-align: center;
  width: 100%;
  line-height: 30px;
  max-width: 300px;
  margin-top: 20px;
  background-color: #fb7268;
  color: white;
  border: 1px solid #fb7268;
  padding: 4px 12px;
}

#news a.news-btn i {
  margin-right: 8px;
}

#product {
  background-color: #FFF5F4;
}

#product .row {
  background-color: white;
  border: 1px solid #FDAFAA;
  padding: 20px 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#product .row .carousel,
#product .row a.ad-img {
  padding: 30px 0;
  position: relative;
}

#product .row .carousel small,
#product .row a.ad-img small {
  text-align: center;
  display: block;
  margin-top: 10px;
  background-color: white;
  color: #c8c8c8;
  font-size: 12px;
}

#product .row .carousel small i,
#product .row a.ad-img small i {
  line-height: 20px;
  margin-right: 8px;
  width: 20px;
  color: #c8c8c8;
}

#product .row .carousel .carousel-control-next,
#product .row .carousel .carousel-control-prev,
#product .row a.ad-img .carousel-control-next,
#product .row a.ad-img .carousel-control-prev {
  background-color: #FDAFAA;
  color: #fb7268;
  top: unset;
  bottom: 30px;
  width: 30px;
  height: 30px;
}

#product .row .carousel a:not(.youtube-btn) {
  display: block;
}

#product .row .carousel a:not(.youtube-btn) img {
  height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
}

#product .row a.youtube-btn {
  text-align: center;
  margin-top: 20px;
  border: 1px solid;
  padding: 4px 12px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fb7268;
}

#product .row a.youtube-btn i {
  margin-right: 8px;
}

#product .product-box {
  height: 100%;
  padding: 30px 16px;
  border-bottom: 1px solid #FDAFAA;
}

#product .product-box img {
  width: 70px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#product .product-box h3 {
  text-align: center;
  font-size: 24px;
  color: #fb7268;
  margin-top: 16px;
  margin-bottom: 32px;
  line-height: 32px;
  position: relative;
}

#product .product-box h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 24px;
  width: 1px;
  background-color: #FED7D4;
}

#product .product-box strong {
  text-align: center;
  display: block;
  color: #FDAFAA;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

#product .product-box small {
  color: gray;
}

#product .product-box small.item {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #efefef;
  margin: 4px;
}

#contact {
  background: url("../image/bg-03.jpg") no-repeat bottom/cover, #cbcbcb;
  background-blend-mode: overlay;
}

#contact .contact-box {
  padding: 80px 0;
}

#contact .contact-box p {
  text-align: center;
}

#contact .contact-box .link-btn {
  width: 100%;
  max-width: 300px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  line-height: 50px;
}

#contact .contact-box .link-btn i {
  margin-right: 8px;
  font-size: 20px;
}

#contact .contact-box .link-btn.video-web {
  background-color: transparent;
  color: #fb7268;
  border: 1px solid;
}

footer {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffecd2), to(#fcb69f));
  background-image: linear-gradient(to left, #ffecd2 0%, #fcb69f 100%);
  padding: 60px;
  padding-bottom: 80px;
}

footer p,
footer a {
  color: #000;
  margin: 0;
}

.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 80px;
  right: 40px;
}

.quick-link-l .link-btn {
  margin-top: 20px;
  display: block;
  background: white;
  color: #fb7268;
  font-size: 20px;
  border: 1px solid;
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffecd2), to(#fcb69f));
  background-image: linear-gradient(to left, #ffecd2 0%, #fcb69f 100%);
  border-top: 1px solid #fb72683b;
}

.quick-link-s .link-btn {
  font-size: 18px;
  line-height: 28px;
  width: 30%;
  color: #000;
  text-align: center;
  background-color: unset;
  padding: 8px 0;
  float: left;
  margin: 0;
}

.quick-link-s .link-btn.line {
  width: 70%;
  border-right: 1px solid #fb72683b;
}

.quick-link-s .link-btn.line i {
  margin-right: 16px;
}

.quick-link-s .link-btn i {
  margin: auto;
}

@media screen and (min-width: 991px) {
  #contact a:hover,
  footer a:hover {
    color: #F92E1F;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    position: relative;
  }
  .navbar h1 a:hover,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #F92E1F;
  }
  .link-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .link-btn:hover {
    background-color: #F92E1F;
    color: white;
    cursor: pointer;
  }
  section:not(:first-child) {
    padding: 80px 0;
  }
  #banner strong {
    font-size: 60px;
    top: 30%;
  }
  #banner strong span {
    font-size: 100px;
  }
  #about {
    text-align: center;
  }
  #about .rule strong.point {
    font-size: 40px;
  }
  #about .rule strong.point span {
    font-size: 80px;
    margin-right: 16px;
  }
  #about .rule dl dd {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #about .rule dl dd:hover {
    background-color: #FDAFAA;
    border-radius: 0;
  }
  #about .rule dl dd:hover p {
    color: #fb7268;
  }
  #about .rule dl dd:hover span {
    color: #F92E1F;
  }
  #about .row {
    margin: 80px 0;
  }
  #about .row h3 {
    margin-bottom: 30px;
    color: #fb7268;
    font-size: 32px;
  }
  #about .row .title1 {
    text-align: center;
  }
  #about .row .title1 strong {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
  }
  #about .row .poor-rich {
    padding: 40px;
  }
  #about .row .poor-rich.talk-1 {
    padding-left: 80px;
    -webkit-clip-path: polygon(0 47%, 11% 43%, 11% 0, 100% 0, 100% 99%, 11% 100%, 11% 53%);
            clip-path: polygon(0 47%, 11% 43%, 11% 0, 100% 0, 100% 99%, 11% 100%, 11% 53%);
  }
  #about .row .poor-rich.talk-2 {
    padding-right: 80px;
    -webkit-clip-path: polygon(89% 0, 89% 36%, 100% 40%, 89% 47%, 89% 100%, 0 100%, 0 0);
            clip-path: polygon(89% 0, 89% 36%, 100% 40%, 89% 47%, 89% 100%, 0 100%, 0 0);
  }
  #about .row .poor-rich strong {
    margin-bottom: 28px;
  }
  #about .row .poor-rich p {
    text-align: left;
  }
  #about .row p.which {
    font-size: 32px;
  }
  #news {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #news::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    background: url(../image/news/img-02.png) no-repeat left bottom/contain;
    width: 300px;
    height: 300px;
    z-index: -1;
  }
  #news::before {
    content: "";
    position: absolute;
    right: 0;
    top: -150px;
    background: url(../image/news/img-01.png) no-repeat left bottom/contain;
    width: 350px;
    height: 350px;
    z-index: -1;
  }
  #news a.news-btn:hover {
    background-color: #F92E1F;
  }
  #product .row {
    border: 1px solid #FDAFAA;
    padding: 40px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
  }
  #product .row:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    top: -10px;
  }
  #product .row a.ad-img {
    padding: 30px 0;
  }
  #product .row a.youtube-btn:hover {
    color: #F92E1F;
  }
  #product .product-box {
    padding: 30px 80px;
    border-bottom: 0;
    border-left: 1px solid #FDAFAA;
  }
  #product .product-box h3 {
    font-size: 32px;
    margin: 36px 0;
  }
  #product .product-box h3:after {
    bottom: -32px;
  }
  #product .product-box strong {
    margin-bottom: 36px;
    font-size: 26px;
  }
  #contact .contact-img {
    background: url(../image/contact/bg.png) no-repeat left center/contain;
    width: 400px;
    height: 400px;
  }
  #contact .contact-box .link-btn {
    color: white;
  }
  #contact .contact-box a.video-web:hover {
    color: #F92E1F;
  }
}
/*# sourceMappingURL=style.css.map */