body {
  margin: 0;
  opacity: 1;
  background-color: #fdbabc;
  background-image: radial-gradient(#ffe9ea 1.1500000000000001px, #fdbabc 1.1500000000000001px);
  background-size: 23px 23px;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block!important;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.mobileOnly {
  display: none!important;
}
.drop-shadow {
  -webkit-filter: drop-shadow(5px 10px 5px rgb(79, 0, 0));
  filter: drop-shadow(5px 10px 5px rgb(79, 0, 0))
}
.side-bar {
  display:block;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 99;
}
.side-bar a {
  color:#c70302;
  text-decoration: none;
}
.side-bar .go-top {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}
.side-bar ul.showlist {
  display: none;
  padding: 10px 0 0;
}
.side-bar ul.hidelist>li,
.side-bar ul.showlist>li {
  list-style: none;
}
.side-bar ul.showlist>li {
  border-bottom: 1px dotted #fff;
}
.side-bar ul.showlist>li:first-child {
  height: 100px;
  border-bottom: 0;
  padding-bottom: 0;
  border-radius: 100px 100px 0 0;
  background-color: #4b0304;
}
.side-bar ul.showlist>li:first-child img {
  position: absolute;
  top: 2%;
  right: 0;
  margin: auto;
}
.side-bar ul.showlist>li img {
  width: 100%;
}
.side-bar ul.showlist>li:last-child {
  overflow: hidden;
  background-color: #ffcad1;
  border-radius: 0 0 20px 20px;
}
.side-bar ul.showlist>li:last-child a {
  background-color: #ffcad1;
  color: #b50202;
}
.side-bar ul.showlist>li ul.subheadfix {
  display: flex;
  flex-wrap: wrap;
}
.side-bar ul.showlist>li ul.subheadfix li {
  width: 50%;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.6);
  justify-content: center;
  color: #c70302;
}
.side-bar ul.showlist>li ul.subheadfix li a:hover {
  color: #c70302;
}
.side-bar ul.showlist>li a {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 1.125em;
  line-height: 1.375;
  padding: 10px;
}
.side-bar ul.showlist>li a:hover {
  background: #fffb00;
  color: #ff0000;
}
.side-bar ul.showlist>li:last-child {
  border-bottom: 0 solid #fff;
}
.side-bar ul.showlist>li.last-sidebtn a {
  border-bottom: 0 solid #fff;
  border-radius: 0 0 10px 10px;
}
.side-bar ul.showlist.active {
  display: block;
}
.side-bar ul.hidelist {
  display: none;
  background: #ffeff1;
  border-radius: 10px 0 0 10px;
  width: 60px;
  margin-left: auto;
  padding: 10px 0;
  margin-bottom: 10px;
}
.side-bar ul.hidelist img {
  width: 100%;
  margin: auto;
  vertical-align: middle;
}
.side-bar ul.hidelist.active {
  display: block;
  cursor: pointer;
}
.side-bar .closebtn {
  display: none;
  position: absolute;
  top: 0;
  border-radius: 10px 0 0 10px;
  width: 30px;
  right: 0;
  margin-left: auto;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  z-index: 99;
  cursor: pointer;
}
.side-bar .closebtn.active {
  display: block;
}
/*-----------header-----------*/
.logo-wrap {
  display: flex;
  justify-content: center;
}
.logo-wrap img {
  display: block;
  width: 110px;
  margin: 8px auto;
}
.logo-wrap {
  background-color: #fff;
  border-bottom: 3px solid #640000;
}

/*-----------固定置底列-----------*/
.float_mask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  align-items: center;
}
.float_area {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none;
}

/*-----------banner錨點-----------*/
.button-z-wrap {
  position: absolute;
  margin: 0 auto;
  z-index: 9;
}
.button-z a:hover {
  filter: brightness(120%);
  transform: translateY(5px);
  transition: .3s;
}

/*-----------banner-----------*/
.banner {
  position: relative;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.banner {
  position: relative;
  height: auto;
}
.banner:before {
  content: '';
  height: 100%;
  vertical-align: middle;
}
.banner img {
  width: 100%;
}
/*-----------登入抽籤系統-----------*/
.fukubiki {
  display: block;
  margin: 40px auto;
  width: 25%;
  position: relative;
}
.fukubiki img {
  display: block;
  margin: 0px auto;
  width: 85%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fukubtn {
  display: block;
  width: 25%; 
  margin: 10px auto;
  border-radius: 200px;
  background-color: #d20000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: 0.1em;
  box-shadow: 0px 3px 0px #b50202;
  outline: none;
  cursor: pointer;
  border: none;
}
.fukubtn:hover,
.againBtn:hover {
  box-shadow: none;
  transform: translateY(3px);
  transition: .3s;
}
.fuku-result {
  /* display: none;  */
  position: absolute; 
  top: 20%; 
  left: 0; 
  width: 100%; 
  text-align: center; 
  line-height: 1;
  letter-spacing: 0.1em;
}
.fuku-result h1, h2 {
  color: #d20000;
  margin: 0;
  line-height: 1.5;
}
.againBtn {
  display: block;
  margin: 100px auto 0;
  width: 80%;
  border-radius: 200px;
  background-color: #f2eae1;
  color: #d20000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: 0.1em;
  box-shadow: 0px 3px 0px #e4d4c2;
  cursor: pointer;
  outline: none;
  border: none;
}

/*-----------常規注意事項-----------*/
.noticeWrap {
  max-width: 100%;
  padding: 30px 0 0;
  color: #fff;
}
.notification {
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  max-width: 900px;
}
.copyright {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  padding: 0;
  line-height: 4;
  color: rgba(255, 255, 255, 0.5);
}

/*-----------css effect-----------*/

.animate__brightness {
  -webkit-animation: brightness 2s infinite;
}
@-webkit-keyframes brightness {
  0%, 100%  { -webkit-filter: brightness(none); }
  50% { -webkit-filter: brightness(10); }
}

.animate-bounce {
  -webkit-animation: bounce .3s infinite alternate;
  -moz-animation: bounce .3s infinite alternate;
  animation: bounce .3s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.1); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.1); }
}
@keyframes bounce {
  to { transform: scale(1.1); }
}

@keyframes brightness {
  0% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  88% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  91% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  94% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  97% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  100% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }
}
@-webkit-keyframes brightness {
  0% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  88% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  91% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  94% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  97% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  100% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }
}
@keyframes ShineAnimation {
  from {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%);
    background-position: -250px -250px;
    background-size: 600px 600px
  }
  to {
    background-repeat: no-repeat;
    background-position: 250px 250px;
  }
}
@-webkit-keyframes ShineAnimation {
  from {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%);
    background-position: -250px -250px;
    background-size: 600px 600px
  }
  to {
    background-repeat: no-repeat;
    background-position: 250px 250px;
  }
}

/*-----------web device-----------*/
@media only screen and (max-width : 1024px) {
  .pcOnly { 
    display: none!important; 
  }
  .mobileOnly {
    display: block!important;
  }
  .fukubiki {
    width: 55%;
  }
  .fukubtn {
    width: 50%;
  }
  .againBtn {
    margin: 200px auto 0;
  }
}

/*-----------Pad device-----------*/
@media only screen and (max-width : 768px) {
  .pcOnly { 
    display: none!important; 
  }
  .mobileOnly {
    display: block!important;
  }
  .fukubiki {
    width: 55%;
  }
  .fukubtn {
    width: 50%;
  }
  .againBtn {
    margin: 120px auto 0;
  }
  .side-bar ul.hidelist {
    width: 40px;
  }
}

/*-----------mobile device-----------*/
@media only screen and (max-width : 480px) {
  .pcOnly { 
    display: none!important; 
  }
  .float_mask {
    width: 100%;
    padding: 5px 0;
  }
  .fukubiki {
    width: 85%;
    margin: 30px auto;
  }
  .fukubtn {
    width: 80%;
  }
  .againBtn {
    margin: 110px auto 0;
  }
}

/*-----------small mobile device-----------*/
@media only screen and (max-width : 320px) {
  .pcOnly { 
    display: none!important; 
  }
  .side-bar ul.showlist>li:first-child img {
    width: 100%;
  }
}