@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400');



*, html, canvas {
  /*font-family: 'Microsoft Jhenghei';*/
}
body {
  /*background: url(../images/ghost-pattern.png) #540866;*/
  background: #7c0106;

  /*background: #b7325f;*/
  overflow-x: hidden!important;
  overflow-y: scroll;
  font-family: 'Century Gothic' , 'Noto Sans TC', 'Microsoft JhengHei';
  font-weight: 400;
}


@keyframes rotateR {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.main-preload {
  width: 1200px;
  height: 1440px;
  position: absolute;
  top: 0;
  left: 0;
}

.item {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
  display: inline-block;
}
/*.item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,232,234,1) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.item:hover:before {
  opacity: 1;
  }*/

  .i-feature {
    color: #d71818;
    font-size: 20px;
    margin-top: 18px;
  /*line-height: 30px;
  border-bottom: 1px solid #ddd;*/
}
.i-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.i-name {
  width: 100%;
  height: 60px;
  
  font-family: 'Century Gothic' , 'Noto Sans TC', 'Microsoft JhengHei';
  /*overflow-y: hidden;*/
  
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
.i-name a {
  color: #333;
  display: inline-block;
  position: relative;
}
.i-name a:hover {
  text-decoration: none;
}
.i-name a:active {
  transform: translateY(3px);
}
.i-name a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.i-name a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.i-name-b, .i-name-n {
  font-size: 20px;
}

.i-original, .i-price {
  display: inline-block;
}
.i-original:before, .i-price:before {
  content: '$';
  display: inline-block;
}
.i-price:before {
  font-size: 18px;
}
.i-original {
  font-size: 16px;
  /*font-weight: bold;*/
  color: gray;
  text-decoration: line-through;
  padding-right: 5px;
}
.i-price {
  font-size: 36px;
  font-weight: bold;
  color: #d71818;
  padding-left: 5px;
}
img {
  border-radius: 0;
}
a {
  color: #222;
}
a:hover {
  color: #444;
  text-decoration: underline;
}
.img-responsive {
  width: 100%;
}
.col {
  padding: 0;
}

.v-head {
  width: 1200px;
  min-height: 5300px;
  background: url(../images/main.jpg?v1) top center no-repeat;
  position: relative;
  /*border-bottom: 10px solid #000;*/
}
.v-left {
  width: 680px;
  height: 5300px;
  position: absolute;
  /*top: 60px;*/
  left: 50%;
  margin-left: -1280px;
  background: url(../images/left.jpg?v1) top center no-repeat;
  /*border-bottom: 10px solid #000;*/
}
.v-right {
  width: 680px;
  height: 5300px;
  position: absolute;
  /*top: 60px;*/
  left: 50%;
  margin-left: 600px;
  background: url(../images/right.jpg?v1) top center no-repeat;
  /*border-bottom: 10px solid #000;*/
}




.video-bg {
  width: 1200px;
  height: 675px;
  background-color: gray;
  position: absolute;
  top: 386px;
  left: 0;
  z-index: 3;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2), -5px 0px 10px rgba(0, 0, 0, 0.2), 0px -2px 4px rgba(0, 0, 0, 0.2);
}

.btn-here {
  width: 500px;
  height: 100px;
  position: absolute;
  background: url(../images/btn-here.png) 0px 0px no-repeat;
  top: 1795px;
  left: 50%;
  margin-left: -250px;
  cursor: pointer;
}
.btn-here:hover {
  background: url(../images/btn-here.png) 0px -100px no-repeat;
}


.btn-detail {
  width: 511px;
  height: 158px;
  position: absolute;
  background: url(../images/btn-detail.png) 0px 0px;
  cursor: pointer;
  top: 1760px;
  left: 50%;
  margin-left: -20px;
  transform: scale(0.75);
}
.btn-detail:hover, .btn-detail:focus {
  transform: scale(0.75) translateY(-5px);
}
.btn-detail:active {
  transform: scale(0.75) translateY(5px);
}






.btn-shop {
  width: 507px;
  height: 158px;
  position: absolute;
  background: url(../images/btn-shop.png) 0px 0px;
  left: 50%;
  margin-left: -470px;
  top: 1760px;
  cursor: pointer;
  transform: scale(0.75);
}
.btn-shop:hover, .btn-shop:focus {
  transform: scale(0.75) translateY(-5px);
}
.btn-shop:active {
  transform: scale(0.75) translateY(5px);
}


.btn-leave {
  width: 300px;
  height: 120px;
  /*background: rgba(0, 0, 0, 0.5);*/
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
}

.title-detail {
  width: 1200px;
  height: 158px;
  position: relative;
  background: url(../images/btn-detail.png) no-repeat top center;
  margin-top: 200px;
  padding-top: 20px;
  margin-bottom: -40px;
  z-index: 2;
}
.title-caution {
  width: 1200px;
  height: 120px;
  position: relative;
  background: url(../images/title-caution.png) no-repeat;
  margin-top: 18px;
}
.event, .caution {
  /*width: 100%;*/
  /*height: 750px;*/
  position: relative;
  /*background: url(../images/event.png) no-repeat;*/
  /*margin: 160px 5px;*/
  padding: 60px 30px;
  /*padding-top: 130px;*/
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.3);*/
  font-size: 18px;
  background: url(../images/bg-repeat.jpg) 50% #fff;
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.caution {
  position: relative;
  padding: 20px 30px;
  font-size: 18px;
}
.event:before, .caution:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 85px;
  background: url(../images/ornament-top.png) 50% 0%;
  top: 0;
  left: 0;
  /*margin-left: -94px;*/
}
.event:after, .caution:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 85px;
  background: url(../images/ornament-bottom.png) 50% 0%;
  bottom: 0;
  left: 0;
  /*margin-left: -94px;*/
}
h3 {
  margin-bottom: 0.5em;
}
.caution ol {
  /*margin-top: 1em;*/
}
.event h3 {
  color: #bd3463;
}
.event ul li, .event ol li, .caution ol li {
  margin-bottom: 0.5em;
}
.caution ol li a {
  color: #d42c64;
  text-decoration: underline;
}


.modal {
  text-align: center;
  padding: 0!important;
  -webkit-tap-highlight-color: transparent;
}
.modal::selection {
  background: transparent;
  color: black;
  text-shadow: none;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  /*margin-right: -4px;*/
  /*pointer-events: none;*/
}

.modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 807px!important;
  max-width: 807px!important;
}

.modal-content {
  width: 807px;
  height: 711px;
  box-shadow: none!important;
  background-color: transparent;
  position: relative;
}

.modal-backdrop {
 background-color: rgba(0,0,0,1) !important;
 opacity: 0.75!important;
}



.card {
  /*box-shadow: none !important;*/
  border-radius: 0 !important;
}
.card-deck .card:not(:last-child) {
  margin-right: 5px;
}
.card-deck .card:not(:first-child) {
  margin-left: 5px;
}
.card-body input {
  font-size: 24px;
  margin-bottom: 6px;
}
.card-body select {
  font-size: 18px;
}
.card-body select option {
  font-size: 24px;
}
.card-body a {
  color: #00A0E9;
}
.card-body p {
  font-size: 14px;
  text-align: left;
  color: #888;
}
.btn.btn-lg {
  font-size: 24px;
}



.grid-1 {
  position: relative;
  width: 100%;
  margin: 1980px auto 0;
}
.grid-2, .grid-3 {
  position: relative;
  width: 100%;
  margin: 0px auto 0;
}
.g-row {
  width: 100%;
  margin: 5px 0 20px;
  position: relative;

  /*min-height: 800px;*/
}
.g-title {
  width: 100%;
  height: 120px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0);
}
.title-1 {  background: url(../images/title-1.png) 50% 0% no-repeat;}
.title-2 {  background: url(../images/title-2.png) 50% 0% no-repeat;}
.title-3 {  background: url(../images/title-3.png) 50% 0% no-repeat;}
.title-4 {  background: url(../images/title-4.png) 50% 0% no-repeat;}


.table * {
  font-size: 18px;
}

.g-table {
  background: #65062d;
  margin-bottom: 60px;
  margin-top: 0px;
  width: 950px;
  
}
.g-table:hover {
  /*box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);*/
}
.g-item {
  background: #fff;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 1%;
  margin-bottom: 2.5%;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
  transform-origin: 100% 100%;
}
.scrollToTop:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.6%;
}
.scrollToTop:active {
  margin-bottom: 2.4%;
}

@media screen and (max-width: 1200px) {

  .v-left {
    display: none;
  }
  .v-right {
    display: none;
  }
  .v-head {
    overflow-x: hidden!important;
  }
  .bunny, .hannah {
    display: none;
  }
  .i-feature {
    font-size: 40px;
  }
  .i-name {
    height: 100px;
  }
  .i-image a img {
    width: 100%;
  }
  .i-name-b, .i-name-n {
    font-size: 40px;
  }
  .i-original {
    font-size: 40px;
  }
  .i-price {
    font-size: 72px;
  }
  .event, .caution {
    position: relative;
    margin: 40px 5px;
    padding: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 30px;
  }
  .scrollToTop {
    transform: scale(3);
  }
}

