/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);


@font-face {
  font-family: Fonts1;
  src: url(../fonts/NasuM-Regular.ttf);
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

*{
  outline: none;
  font-family: 'Fonts1', 'Noto Sans TC', sans-serif;
}

body {
  font-family: 'Fonts1', 'Noto Sans TC', sans-serif;
  color: #444444;
  z-index: 0;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  left: 0;
  top: 0;
}

a {
  color: #888888;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
}

a:hover {
  color: #aaaaaa;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span {
  font-weight: 400;
}

@media (min-width: 1440px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1400px;
  }

  .containerNarrow{
    max-width: 800px;
  }
}

@media (min-width: 1680px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1600px;
  }

  .containerNarrow{
    max-width: 1000px;
  }
}

.circular {
  margin: 0 auto;
  width: 10em;
  height: 10em;
  position: relative;
  top: 130px;
  font-weight: 700;
}

.c1{
  transform: rotate(68deg);
}

.c2{
  transform: rotate(72deg);
}

.c3{
  transform: rotate(62deg);
  margin-bottom: 1.5vh;
}

.c4{
  transform: rotate(72deg);
}

.c5{
  transform: rotate(84deg);
  position: relative;
  left: 20px;
}

.circular path {
  fill: none;
  transform: scale(1.8);
}

.circular svg {
  display: block;
  overflow: visible;
}

.circular textPath{
  fill: #F5BDB3;
}

.heart {
  position: relative;
  top: -41px;
  left: 20px;
  width: 20px;
  height: 40px;
}

.heart1 {
  position: absolute;
  left: 0px;
  width: 17px;
  height: 28px;
  background-color: #79644F;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
}

.heart2 {
  position: absolute;
  left: 9px;
  width: 17px;
  height: 28px;
  background-color: #79644F;
  border-radius: 50px 50px 0 0;
  transform: rotate(45deg);
}

.girlBG{
  position: relative;
  top: 25vh;
  background-image: url("../img/girlBG.jpg");
  background-position: top center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: -9999;
}

.carousel-control-prev-icon {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 50px;
  height: 94px;
}
.carousel-control-next-icon {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 94px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #eeeeee;
  border-top-color: #F5BDB3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1acc8d;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #2be4a2;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 64px;
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #79644f;
  padding: 10px 0 10px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 25px;
  background-color: #FFF;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 25px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #79644f;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius: 5px;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1acc8d;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #01036f;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1acc8d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 18, 252, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.heroKV_mb{
  display: none;
}

#hero {
  width: 100%;
  /* background: url("../img/hero-bg.jpg"); */
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  position: relative;
  padding: 0px 0 0 0;
  height: 80vh;
}

#hero:before {
  content: "";
  /* background: rgba(2, 5, 161, 0.91); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: -50px 0 20px 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 56px;
  color: #79644f;
}

#hero h1 span {
  letter-spacing: -10px;
}

#hero h2 {
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: -5px;
  color: #79644f;
}

#hero .btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1acc8d;
}

#hero .btn-get-started:hover {
  background: #17b57d;
}

#hero .animated {
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}

.hero-container{
  z-index: 99;
  position: absolute;
  top: calc(50%);
  right: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

#hero .carousel-inner{
  height: 80vh;
}

#hero .carousel-indicators li{
  background-color: #F5BDB3;
}

.hero-waves {
  display: block;
  margin-top: -60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  /* overflow: hidden; */
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title {
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f5bdb3;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #79644f;
}



/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features{
  z-index: -9;
  position: relative;
}


.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #010483;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #01036f;
}

.features .icon-box:hover {
  background: #ebebff;
}


/*--------------------------------------------------------------
# select
--------------------------------------------------------------*/

.selectBackground{
  height: 62vh;
  position: relative;
  margin-top: 20vh;
  margin-bottom: -90vh;
  background-image: url("../img/pattern.jpg");
  box-shadow: 0 25vh 0vh #FFF;
}

.whiteBG{
  background-color: #FF0000;
}

#select{
  position: relative;
}

#select .container{
  position: relative;
  top: 20vh;
}

#select h5{
  color: #79644F;
}

.picCover{
  width: 100%;
  height: 440px;
  position: absolute;
  top: -62px;
  left: -21px;
  transform: scale(0.85);
}

.picCover:hover{
  animation: openCover 1s forwards;
}

@keyframes openCover{
    0%{
      top: -62px;
      left: -21px;
      height: 440px;
    }
    100%{
      top: -250px;
      left: -21px;
      height: 640px;
    }
}

.special1 {
  display: none;
  width: 65px;
  height: 65px;
  background: #f6f185;
  border: #f6f185 5px solid;
  border-radius: 65px;
  color: #79644f;
  position: absolute;
  top: 0;
  left: -75px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  padding-top: 0px;
  letter-spacing: -2px;
  line-height: 20px;
  margin-left: 0;
  font-size: 12pt;
}

.special2 {
  display: none;
  width: 65px;
  height: 65px;
  background: #f6f185;
  border: #f6f185 5px solid;
  border-radius: 65px;
  color: #79644f;
  position: absolute;
  top: 0;
  left: -75px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  padding-top: 0px;
  letter-spacing: -2px;
  line-height: 20px;
  margin-left: 0;
  font-size: 12pt;
}

.special3 {
  display: none;
  position: absolute;
  top: 0;
  left: -75px;
}

.select .row{
  position: relative;
  top: 20vh;
  left: 2vw;
}

.select1 {
  position: relative;
  left: -34px;
}

.select2 {
  position: relative;
  left: -17px;
}

.select3 {
  position: relative;
  left: -8px;
}

.select4 {
  position: relative;
  left: -17px;
}

.select5 {
  position: relative;
  left: -8px;
}

.select6 {
  position: relative;
  left: -7px;
}

.select7 {
  position: relative;
  left: -25px;
}

.select .ingredients-info{
  margin-top: 20px;
  color: #79644F;
  text-align: center;
  float: left;
  font-size: 0.9rem;
  position: relative;
}

#new{
	position: absolute;
	top: -57px;
	left: -10px;
}

.select .content + .content {
  margin-top: 100px;
}


#select .select .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
}

.select .content ul {
  list-style: none;
  padding: 0;
}

.select .content ul li {
  padding-bottom: 10px;
}

.select .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1acc8d;
}

.select .content p:last-child {
  margin-bottom: 0;
}

.select_mb{
  display: none;
}

/*--------------------------------------------------------------
# ingredients
--------------------------------------------------------------*/
#ingredients{
  position: relative;
  background-color: #FFF;
}

.ingredients {
  padding: 80px 0;
  background-color: #FFF;
  background-size: cover;
  position: relative;
}

.ingredients .container{
  position: relative;
  top: -15vh;
}

#carouselExampleControls{
  top: 3vh;
}

.ingredients .section-header {
  margin-bottom: 40px;
}

.ingredients .ingredients-item {
  text-align: center;
  color: #fff;
}

.pinkBar{
  width: 70px;
  height: 4px;
  background-color: #F5BDB3;
  margin: 30px 0;
}

.changeRow{
  color: #79644F;
}

.ingredientsIcons{
  margin: 2vh 0;
}

.ing1 img{
  width: 35vw;
  max-width: 142px;
}
.ing2 img{
  width: 35vw;
  max-width: 592px;
}
.ing3 img{
  width: 35vw;
  max-width: 646px;
}

.ing2mb, .ing3mb{
  display: none;
}

.ingredients .ingredients-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.ingredients .ingredients-item h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 10px 0 5px 0;
  color: #79644F;
}

.ingredients-item .row{
  height: 380px;
}

.ingredients .ingredients-info{
  position: relative;
  float: left;
  left: 0;
}

.ingredients .ingredients-item h4 {
  font-size: 36px;
  color: #79644F;
  margin: 0 0 15px 0;
  font-weight: 300;
}

.ingredients .ingredients-item span {
  font-size: 16px;
  color: #79644F;
  margin: 0 0 15px 0;
  font-weight: 300;
}

.ingredients .ingredients-item .quote-icon-left, .ingredients .ingredients-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.ingredients .ingredients-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.ingredients .ingredients-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.ingredients .ingredients-item p {
  color: #888;
}

.ingredients .ingredients-item p:hover {
  color: #888;
  border-bottom: #888 1px solid;
  width: 80px;
  cursor: pointer;
}

.ingredients .owl-nav, .ingredients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.ingredients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.ingredients .owl-dot.active {
  background-color: #1acc8d !important;
}

@media (min-width: 1024px) {
  .ingredients {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .ingredients .ingredients-item p {
    width: 80%;
  }
}

.lightbox{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}

.whiteBox{
  width: 50vw;
  height: 45vh;
  background-color: #FFF;
  background-image: url(../img/bkCat.png);
  background-repeat: no-repeat;
  background-position: bottom right 5%;
  background-size: 20%;
  margin: 0 auto;
  color: #79644F;
  top: 20vh;
  position: relative;
  border-radius: 20px;
  padding: 5vh 3vw;
}

.whiteBox h2{
  margin-bottom: 25px;
  font-weight: 300;
}

.whiteBox p{
  line-height: 12px;
  font-weight: 300;
}

.cross{
  float: right;
  right: 20vw;
  top: -20vh;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
}

.cross1{
  margin-top: 40px;
  width: 80px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(45deg);
}

.cross2{
  width: 80px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(-45deg);
}


/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/

.features {
  background: #FFF;
  height: 100vh;
  margin-bottom: -30vh;
}

.features .item {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  margin: 0 20px;
}

.features .item .pic {
  border-radius: 4px;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
}

.features .item .pic:hover {
  transform: scale(1.1);
}

.features .item .ingredients-info {
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 15px 0;
}

.features .item h4 {
  font-weight: 400;
  margin-top: 20px;
  font-size: 20px;
  color: #79644f;
  position: relative;
}


.features .item span {
  display: block;
  font-size: 16px;
  color: #79644f;
  font-weight: 300;
}


/*--------------------------------------------------------------
# timing
--------------------------------------------------------------*/
#timing{
  position: relative;
  top: -10vh;
  background-image: url("../img/curveBG.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#timing .container{
  position: relative;
  top: -12vh;
}

#timing .pic{
  transform: scale(0.9);
}

#timing .pic:hover{
  animation: timingHover 2s forwards;
}

@keyframes timingHover{
  0%. 100%{
    transform: scale(0.9);
  }

  50%{
    transform: scale(1);
  }
}

#timing .ingredients-info{
  position: relative;
  top: -5vh;
}

#timing .row{
  position: relative;
  top: -5vh;
  z-index: 2;
}

.timing2, .timing3{
  position: relative;
  top: 80px;
}

.timing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.timing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.timing h4 {
  font-size: 26px;
  color: #79644F;
  font-weight: 400;
  margin-bottom: 10px;
}

.timing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.timing span {
  color: #79644F;
  font-size: 16px;
  font-weight: 300;
}

.timing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.timing ul li {
  padding-bottom: 16px;
}

.timing ul i {
  color: #1acc8d;
  font-size: 18px;
  padding-right: 4px;
}

.timing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.timing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.timing .btn-buy {
  background: #1acc8d;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
}

.timing .btn-buy:hover {
  background: #149f6e;
}

.timing .featured h3 {
  color: #fff;
  background: #1acc8d;
}

.timing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1acc8d;
  color: #fff;
}


.footprint{
  position: absolute;
  z-index: 1;
  left: -15vw;
  top: 30vh;
  transform: rotate(15deg) scale(0.9);
}

.footprint img{
  width: 30vw;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#videoSection{
  position: relative;
  z-index: 3;
  background-image: url("../img/videoBG.png");
  height: 100vh;
  margin-top: -15vh;
}

#videoSection .container{
  position: relative;
  top: -20vh;
}

.videoSection video{
  position: absolute;
  height: 80vh;
  margin: 0 auto;
  left: 10%;
  right: 10%;
}


@media (min-width: 1660px) and (max-width: 1880px){

  #timing .row{
    top: -6vh;
    transform: scale(0.95);
  }
}

@media (min-width: 1440px) and (max-width: 1660px){

  #timing .row{
    top: -9vh;
    transform: scale(0.9);
  }
}

@media (min-width: 1220px) and (max-width: 1440px){

  #timing .row{
    top: -9vh;
    transform: scale(0.85);
  }
}

@media (min-width: 1000px) and (max-width: 1220px){

  #timing .row{
    top: -9vh;
    /* transform: scale(0.8); */
  }
}



/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer{
  position: relative;
  left: 0;
  top: 0;
}

.email, .email_mb{
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100vw;
  padding: 4vh;
  left: 0;
  background-color: #F5BDB3;
  color: #444;
  margin-right: 0;
}

.email_mb{
  display: none;
  padding-bottom: 6vh;
}

.wrap{
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  /*overflow-x: hidden;*/
  /*overflow-y: visible;*/
}





/*--------------------------------------------------------------
# goto
--------------------------------------------------------------*/
#goto{
  position: fixed;
  float: right;
  right: 1vw;
  bottom: -1px;
  width: 169px;
  height: 137px;
  z-index: 99999;
  background-image: url("../img/goto.png");
  color: #e5ddd6;
  display: none;
}

#goto:hover{
  animation: gotoHover 2s forwards;
}

@keyframes gotoHover{
  0%, 100%{ right: 1vw; }
  50%{ right: 2vw; }
}





.links{
  position: fixed;
  /* background-color: #FFF; */
  width: 184px;
  height: 135px;
  right: -154px;
  bottom: 8vh;
  border-radius: 20px 0 0 20px;
  z-index: 99999;
  box-shadow: 0 10px 20px rgba(30, 0, 0, 0.1);
  background-image: url("../img/linksBG-02.png");
}

.links:hover{
  animation: linksHover 1s forwards;
}

@keyframes linksHover{
  0%{ right: -154px; }
  100%{ right: 0px; }
}


#viewProductButton_Amazon{
  position: absolute;
  height: 50px;
  width: 154px;
  right: 0;
}

#viewProductButton_Yahoo{
  position: absolute;
  height: 50px;
  width: 154px;
  right: 0;
  top: 50px;
}

#viewProductButton_Mercari{
  position: absolute;
  height: 50px;
  width: 154px;
  right: 0;
  top: 100px;
}

#viewProductButton_Rakuten{
  position: absolute;
  height: 50px;
  width: 154px;
  right: 0;
  top: 150px;
}

#viewProductButton_Pocket{
  position: absolute;
  height: 50px;
  width: 154px;
  right: 0;
  top: 200px;
}

.iframeVideo{
  margin-top: -18vh;
}

.iframeVideo iframe{
  padding: 10vh 10vw;
  margin-top: 5vh;
}




