/* CSS Document */
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:400,700&display=swap" rel="stylesheet');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/*----landing page-----*/
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

img.full {
  width: 100%;
}

#backtop {
  position: fixed;
  bottom: 50px;
  right: 0px;
  width: 50px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

#backtop img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#backtop img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  #backtop {
    right: 10px;
    width: 30px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#xmas {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 18px;
  background: #fff;
  text-align: center;
  line-height: 1.3;
  color: #000;
  background: url(../images/bg-2.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}

#xmas .imgxs {
  display: none;
}

@media screen and (max-width: 960px) {
  #xmas .imgxs {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  #xmas .imglg {
    display: none;
  }
}

#xmas .sp {
  padding: 3% 0;
}

@media screen and (max-width: 960px) {
  #xmas .sp {
    padding: 5vh 0;
  }
}

#xmas .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (max-width: 1366px) {
  #xmas .container {
    width: 90%;
  }
}

#xmas .title {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  padding: 15px 0px 0px;
  text-shadow: #f7c528 0px 2px 5px;
}

@media screen and (max-width: 1920px) {
  #xmas .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 960px) {
  #xmas .title {
    font-size: 28px;
  }
}

#xmas #topbar {
  background: #c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#xmas #topbar a {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px;
  color: #fff;
}

#xmas #topbar a:last-child {
  border-left: #fff 1px solid;
}

#xmas #topbar a:hover {
  background: #f00;
}

#xmas #kv {
  position: relative;
  -webkit-box-shadow: #000 0 0 30px;
  box-shadow: #000 0 0 30px;
  background: url(../images/kv-bg.jpg) center center no-repeat ;
  background-size: cover;
}

#xmas #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

#xmas #kv .imglg {
  padding: 7% 0 2%;
}

#xmas #kv .imglg img {
  width: 80%;
}

@media screen and (max-width: 2560px) {
  #xmas #kv .imglg {
    padding: 12% 0 3%;
  }
  #xmas #kv .imglg img {
    width: 90%;
  }
}

#xmas #kv img {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

#xmas #info {
  padding: 5% 0;
  color: #fff;
  -webkit-box-shadow: #000 0 0 30px;
  box-shadow: #000 0 0 30px;
}

#xmas #info .stitle {
  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;
  text-transform: uppercase;
}

#xmas #info .stitle:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #CC9933;
  margin-right: 15px;
}

#xmas #info .stitle:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #CC9933;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  #xmas #info .stitle:before, #xmas #info .stitle:after {
    height: 1px;
  }
}

#xmas #info .date {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-shadow: #f7c528 0px 2px 5px;
  font-family: "Kaushan Script", cursive;
}

@media screen and (max-width: 1366px) {
  #xmas #info .date {
    font-size: 50px;
  }
}

@media screen and (max-width: 960px) {
  #xmas #info .date {
    font-size: 28px;
    padding: 15px 0;
  }
}

#xmas #info p {
  font-size: 120%;
}

@media screen and (max-width: 960px) {
  #xmas #info p {
    font-size: 100%;
  }
}

#xmas #detail {
  padding: 3% 0;
  background: url(../images/bg-3.jpg) top right no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-shadow: #000 0 0 30px;
  box-shadow: #000 0 0 30px;
}

#xmas .boundle {
  position: relative;
  margin: 30px auto;
}

#xmas .boundle .boxbg {
  position: relative;
  z-index: 0;
}

#xmas .boundle .txtbox {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 18%;
  z-index: 2;
}

#xmas .boundle h2 {
  font-size: 28px;
  font-weight: bold;
  color: #f00;
  padding: 15px 0 30px;
  text-shadow: #fff 0 0 30px;
}

#xmas .boundle h2 span {
  color: #000;
}

#xmas .boundle .model {
  padding-bottom: 40px;
  font-weight: bold;
  color: #333;
}

#xmas .boundle .nv-icon {
  position: absolute;
  top: 0;
  width: 20%;
  right: -15%;
}

#xmas .boundle .img img {
  width: 90%;
}

@media screen and (max-width: 1366px) {
  #xmas .boundle h2 {
    padding: 10px 0;
    font-size: 26px;
  }
  #xmas .boundle .model {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #xmas .boundle .txtbox {
    width: 80%;
    left: 10%;
  }
  #xmas .boundle h2 {
    font-size: 24px;
    padding-top: 0;
  }
  #xmas .boundle .hr img {
    height: 40px;
  }
  #xmas .boundle .nv-icon {
    right: -10%;
  }
}

@media screen and (max-width: 960px) {
  #xmas .boundle .boxbg {
    display: none;
  }
  #xmas .boundle .txtbox {
    position: relative;
    left: auto;
    margin: 0 auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border: #f7c528 3px solid;
  }
  #xmas .boundle .nv-icon {
    position: relative;
    right: auto;
    margin: 0 auto 20px;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}
