@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.css);
body,
html {
  font-size: 16px;
  font-family: "Prompt-Medium";
  color: #fff;
  height: 100%;
}
a {
  color: #000;
}
.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}
@font-face {
  font-family: "Prompt-Medium";
  src: url("../fonts/Prompt/Prompt-Medium.ttf");
}
@font-face {
  font-family: "Prompt-Bold";
  src: url("../fonts/Prompt/Prompt-Bold.ttf");
}
.top-header .logo-top {
  width: 11.11%;
}
.top-header .logo-top img {
  width: 50px;
  height: auto;
}
.logo-main {
  width: 150px;
  margin: 0 auto;
}
.logo-main img {
  width: 100%;
  height: auto;
}
.main-menu > li {
  padding: 0 30px;
  display: inline-block;
}
ul {
  margin: 0;
}
p {
  margin: 0;
}
figure {
  margin: 0;
}
.thumb img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none !important;
}
.bg-web {
  background: linear-gradient(180deg, #fefefe 0%, #fdd4b8 100%);

  background-size: cover;
  width: 100%;
  height: 100%;
}
.bg-web .box-of-content {
  position: relative;
  z-index: 9;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-maneemeslot {
  border: 3px;
  border-radius: 10px;
  border-style: solid;
  border-color: transparent;
  background: linear-gradient(180deg, #fd8c10 0%, #feb207 100%) !important;
  color: black !important;
}
.bounce {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.bg-web .box-of-content:after {
  background: #910000;
  border: 3px solid #ffc480;
  border-radius: 6px;
  width: 100%;
  height: 103%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.bg-web .box-of-content .logo-box {
  width: 100%;
}
.bg-web .box-of-content .logo-box .main-logo {
  padding: 0px 0;
}
.bg-web .box-of-content .logo-box .main-logo img {
  width: 138px;
}
.bg-web .box-of-content .main-content-pc {
  padding: 0px 0 0;
}
.bg-web .box-of-content .main-content-pc .first-pro {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-web .box-of-content .main-content-pc .wrap-bottom-pro {
  padding: 0px 16.7vw;
}
.bg-web .box-of-content .main-content-pc .wrap-bottom-pro .second-pro {
  padding: 10px;
}
.bg-web .box-of-content .main-content-pc .wrap-bottom-pro .second-pro img {
  width: 100%;
}
.bg-web .box-of-content .promotion-mobile {
  display: none;
}
.bg-web .box-of-content .button-interact-pc {
  padding: 10px 0 47px;
}
.bg-web .box-of-content .button-interact-pc .box-button {
  padding: 5px;
}
.bg-web .box-of-content .button-interact-pc .box-button img {
  width: 200px;
}
.bg-web .box-of-content .button-interact-mobile {
  display: none;
}
@media only screen and (min-width: 767px) {
  .container {
    max-width: 1250px;
    width: 1250px;
  }
}
@media only screen and (min-width: 1365px) and (max-width: 1366px) {
  .bg-web {
    background: linear-gradient(180deg, #fefefe 0%, #fdd4b8 100%);

    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .bg-web .box-of-content {
    position: relative;
    z-index: 9;
  }
  .bg-web .box-of-content:after {
    background: #910000;
    border: 3px solid #ffc480;
    border-radius: 6px;
    width: 100%;
    height: 103%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .bg-web .box-of-content .logo-box {
    width: 100%;
  }
  .bg-web .box-of-content .logo-box .main-logo {
    padding: 0px 0;
  }
  .bg-web .box-of-content .logo-box .main-logo img {
    width: 120px;
  }
  .bg-web .box-of-content .main-content-pc {
    padding: 0px 0 0;
  }
  .bg-web .box-of-content .main-content-pc .first-pro {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-web .box-of-content .main-content-pc .wrap-bottom-pro {
    padding: 5px 20.8vw;
  }
  .bg-web .box-of-content .main-content-pc .wrap-bottom-pro .second-pro img {
    width: 100%;
  }
  .bg-web .box-of-content .promotion-mobile {
    display: none;
  }
  .bg-web .box-of-content .button-interact-pc {
    padding: 9px 0;
  }
  .bg-web .box-of-content .button-interact-pc .box-button {
    padding: 5px;
  }
  .bg-web .box-of-content .button-interact-pc .box-button img {
    width: 200px;
  }
  .bg-web .box-of-content .button-interact-mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .bg-web {
    background: linear-gradient(180deg, #fefefe 0%, #fdd4b8 100%);

    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .bg-web .box-of-content:after {
    display: none;
  }
  .bg-web .box-of-content .logo-box {
    width: 100%;
  }
  .bg-web .box-of-content .logo-box .main-logo {
    padding: 10px 0;
  }
  .bg-web .box-of-content .logo-box .main-logo img {
    width: 150px;
  }
  .bg-web .box-of-content .main-content-pc {
    display: none;
  }
  .bg-web .box-of-content .promotion-mobile {
    display: block;
    padding: 20px 0 0;
  }
  .bg-web .box-of-content .button-interact-pc {
    display: none;
  }
  .bg-web .box-of-content .button-interact-mobile {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 6%;
    background: #f08b1a;
    background: -moz-linear-gradient(
      top,
      #f08b1a 0%,
      #b22e1b 50%,
      #73070a 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f08b1a 0%,
      #b22e1b 50%,
      #73070a 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f08b1a),
      color-stop(50%, #b22e1b),
      to(#73070a)
    );
    background: -o-linear-gradient(top, #f08b1a 0%, #b22e1b 50%, #73070a 100%);
    background: linear-gradient(
      to bottom,
      #f08b1a 0%,
      #b22e1b 50%,
      #73070a 100%
    );
  }
  .bg-web .box-of-content .button-interact-mobile .box-button-mobile {
    margin-top: -45px;
  }
  .bg-web .box-of-content .button-interact-mobile .box-button-mobile img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 691px;
    width: 691px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
/*# sourceMappingURL=style.min.css.map */
.fix-top {
  width: 39%;
  margin-top: 43px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.butrightmobile {
  margin-top: 75px;
  position: fixed;
  /* top: 0; */
  right: 9px;
  /* left: 0; */
  z-index: 1030;
  width: 33%;
}
.imgcenter {
  display: block;
  margin: 0 auto;
  margin-top: 71px;
}
.imgcenterfoot {
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fix-topregis {
  width: 60%;
  margin-top: 75px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0px;
  z-index: 1030;
}
