* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    box-sizing: border-box;
}

#s0,#s1,#s2,#s3,#s4{
  min-width: 1200px;
    /* height: auto; */
    position: relative;
    overflow-y: visible;
}
section:nth-child(odd){
  background-color: rgb(243, 207, 243);
}
section:nth-child(even){
    background-color: rgb(226, 226, 226);
}

img{
  max-height: 100%;  
  max-width: 100%;
  object-fit: contain;
}

a:hover{
  text-decoration: none;
}

#au_info_bar .ev_now_list .more {
  height: unset;
}

#au_info_bar .btn_wrap button.close {
  background-position: -48px 50%;
  width: 45px;
}

.bg-dark {
  background-color: #121213 !important;
}

.btn:focus{
  box-shadow:unset;
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInDown */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  pointer-events: none;
}
.navbar-dark .navbar-nav .nav-link {
  vertical-align: middle;
  line-height: 30px;
  color: rgb(255 255 255 / 87%);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255 104 139);
}

#s0{
  background: url(../img/s0-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 1034px;
}

#s1{
  background: url(../img/s1-bg.jpg) no-repeat 0 0 ;
  background-size: cover;
  height: 948px;
}
#s2{
  background: url(../img/s2-bg.jpg) no-repeat 0 0 ;
  background-size: cover;
  height: 952px;
}
#s3{
  background: url(../img/s3-bg.jpg) no-repeat 0 0 ;
  background-size: cover;
  height: 957px;
}
#s4{
  background: url(../img/s4-bg.jpg) no-repeat 0 0 ;
  background-size: cover;
  /* height: 940px; */
  height: auto;
}

#s0,#s1,#s2,#s3,#s4{
  width: 100vw;
  position: relative;
  overflow-y: hidden;
  overflow: hidden;
}
/* #s0::after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: snow;
  width: 100%;
  height: 9px;
} */

#s4::after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/s4-bg-after.png) center center;
  background-position: bottom;
  width: 100%;
  height: 100px;
}

#s0 .reg{
  background: url(../img/btn-reg.png) no-repeat;
  width: 245px;
  height: 78px;
}

#s0 .download{
  background: url(../img/btn-download.png) no-repeat;
  width: 245px;
  height: 78px;
}

#s0 .reg:hover{
  background: url(../img/btn-reg-hover.png) no-repeat;
}

#s0 .download:hover{
  background: url(../img/btn-download-hover.png) no-repeat;
}

#s1 .char{
  transform: translate(100px,-100px);
}

#s1 .title{
  transform: translate(180px,90px);
}

/* #s2 .store{
  width: 500px;
  height: 457px;
}

#s2 .title{
  width: 500px;
} */
 /* 相關資訊 */
.information {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow-x: hidden;
  position: fixed;
  z-index: 999;
  pointer-events: none;
}
#accordion{
  display: none;
}

.information .accordion {
  position: relative;
  pointer-events: auto;
  /* width: 15%; */
}

.information .card {
  padding: 0 1.2rem;
}

.information .list-group-item-action{
  background: url(../img/sidebar.png) no-repeat;
  background-position-x: 142px;
  width: 200px;
  height: 58px;
}
.information .list-group-item-action:hover{
  background: url(../img/sidebar-hover.png) no-repeat;
  width: 200px;
  height: 58px;
}
.information .list-group .list-group-item:nth-child(2)>a{
  background-position-y: -65px;
}
.information .list-group .list-group-item:nth-child(3)>a{
  background-position-y: -131px;
}
.information .list-group .list-group-item:nth-child(4)>a{
  background-position-y: -196px;
}
.information .list-group .list-group-item:nth-child(5)>a{
  background-position-y: -261px;
}
.information .list-group .list-group-item:nth-child(6)>a{
  background-position-y: -327px;
}
.information .list-group .list-group-item:nth-child(7)>a{
  background-position-y: -392px;
}

.information .card-header{
  padding: unset;
  margin-bottom: unset;
  background-color:unset;
  border-bottom:unset;
}
.information .card{
  background-color: transparent;
  border: transparent;
}
.list-group-item{
 background-color: transparent;
 border: transparent;
 padding-bottom: 0;
}
/* 關閉按鈕 */
.information_switch {
  position: absolute;
  top: -32px;
  left: 142px;
  z-index: 1;
}

.information_switch .close {
  font-size: 2rem;
  padding: 0.8rem 0.2rem 0.2rem;
  cursor: pointer;
}

#happytuk_accordion {
  transition: 1s;
}

/* 利用 :checked 狀態，讓隔壁的元素去做動作 */
#accordion:checked + #happytuk_accordion {
  transform: translateX(48%);
}

/* 關閉左邊方向的箭頭 */
.information_switch label .fa-angle-double-left {
  display: none;
}

#accordion:checked + #happytuk_accordion .information_switch label .fa-angle-double-right {
  display: none;
}

#accordion:checked + #happytuk_accordion .information_switch label .fa-angle-double-left {
  display: block;
}


#s0 .download{
  display: none;
}

#s0 .char{
  margin: 0;
}

#s0 .aulogo{
  animation-name: light;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@keyframes light {
  0% {
    filter: brightness(1);
  }

25%{
  filter: brightness(1.2);
}
  50% {
    filter: brightness(1.5);
  }

  75%{
    filter: brightness(1.2);
  }

  100%{
    filter: brightness(1);
  }
}

#s2 .line-store{
  transform: translateX(30px);
}

#s2 .store{
  z-index: 1050;
}

#s2 .store .button{
  z-index: 1050;
}

#s2 .store .button>button{
  background: url(../img/s2-btn.png) no-repeat center center;
  width: 164px;
  height: 54px;
  border-radius: 28px;
  /* -moz-box-shadow:2px 2px 15px 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow:2px 2px 15px 2px rgba(255, 255, 255, 0.5);
  box-shadow:2px 2px 15px 2px rgba(255, 255, 255, 0.5); */
  animation-name: binbin;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
  animation-fill-mode:both;
}

@keyframes binbin {
  0% {
    /* -moz-box-shadow:2px 2px 15px 10px rgb(255 255 255 / 50%);
    -webkit-box-shadow:2px 2px 15px 10px rgb(255 255 255 / 50%); */
    /* box-shadow:2px 2px 8px 5px rgb(255 255 255 / 50%); */
    background: url(../img/s2-btn-y.png) no-repeat center center;
  }
  25%{
    /* -moz-box-shadow:2px 2px 16px 11px rgb(255 255 255 / 50%);
    -webkit-box-shadow:2px 2px 16px 11px rgb(255 255 255 / 50%); */
    /* box-shadow:2px 2px 10px 8px rgb(255 255 255 / 50%); */
    /* background: url(../img/s2-btn.png) no-repeat center center; */
  }
  50%{
    /* -moz-box-shadow:2px 2px 15px 11px rgb(255 255 255 / 50%);
    -webkit-box-shadow:2px 2px 15px 11px rgb(255 255 255 / 50%); */
    /* box-shadow:2px 2px 12px 10px rgb(255 255 255 / 50%); */
    background: url(../img/s2-btn.png) no-repeat center center;
  }
  75%{
    /* -moz-box-shadow:2px 2px 16px 11px rgb(255 255 255 / 50%);
    -webkit-box-shadow:2px 2px 16px 11px rgb(255 255 255 / 50%); */
    /* box-shadow:2px 2px 10px 8px rgb(255 255 255 / 50%); */
    /* background: url(../img/s2-btn.png) no-repeat center center; */
  }
  100% {
    /* -moz-box-shadow:2px 2px 15px 10px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow:2px 2px 15px 10px rgba(255, 255, 255, 0.5); */
    /* box-shadow:2px 2px 8px 5px rgba(255, 255, 255, 0.5); */
    background: url(../img/s2-btn-y.png) no-repeat center center;
  }
}

#s2 .store .button>button:hover{
  background: url(../img/s2-btn-hover.png) no-repeat center center;
}
#s2 .boy{
  transform: translate(-50px,360px);
}

#s2 .girl{
  transform: translate(220px,-400px);
}

#s2 .leo{
  transform: translate(80px, -30px);
}

.carousel-caption{
  right: 5%;
  bottom: 20px;
  left: 5%;
}

.carousel-caption h5{
    color: green;
    transform: translateY(17px);
}
.carousel {
  width: 80%;
  left: 14%;
  position: relative;
}
.modal-1{
  background: url(../img/s2-gif-bg.png) no-repeat;
  text-align: center;
  background-position-x: 49%;
  background-position-y: 54%;
}
.gif-bg{
  /* background-color: black; */
  /* background: url(../img/s2-gif-bg.png) no-repeat center center;
  text-align: center; */
}
.gif-img{
  /* transform: translate(109px,-20px); */
  background:transparent;
  margin-left: 13px;
  padding-bottom: 4rem !important;
    padding-top: 2rem !important;
}

.gif-img-bg{
  background: #6b2d69;
  border: 4px solid #fff;
  border-radius: 15px;
  width: 510px;
  height: 569px;
}

.gif-img img{
  width: 240px;
  height: 560px;
}

#s3 .girl{
  transform: translate(130px,90px);
}

#s3 .store{
  transform: translate(-30px, 100px);
}

#s3 .title{
  transform: translate(-150px,-80px);
}

#s3 .linechar{
  transform: translate(-80px ,-280px);
}

#s4 .movie{
  z-index: 1050;
  width: 933px;
  height: 525px;
  background:url(../img/video.png);
  border: 2px solid rgb(56, 36, 87);
  transform: translate(500px,100px);
} 

#s4 .movie:hover{

} 

#s4 .button{
  z-index: 1050;
  text-align: center;
  line-height: 525px;
}

#s4 .button>button{
  text-align: center;
  background: url(../img/s4-start.png);
  width: 126px;
  height: 126px;
}

#s4 .girl{
  transform: translate(200px,-20px);
}

.button>button.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
.button>button.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  background-color: unset;
}

.button>button.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
  background-color: unset;
  border: none;
  color: unset;
  outline-offset: unset;
  box-shadow: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}


.modal-header{
  padding: 0px;
  border: none;
  width: 100%;
}
.modal-content{
  margin-top: 9rem;
  width: 820px;
  height: 100px;
}
.modal-body{
  width: 729px;
  height: 649px;
  padding: 0 !important;
}
.modal-body iframe{
  width: 100%;
  height: 100%;
}
button.close {
  width: 54px;
  height: 54px;
  background: url(../img/close.png) no-repeat top;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  background-size: 100% auto;
  padding: 0;
  appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

.modal-backdrop.show{
  opacity: 0.5;
  /* z-index: -1; */
}

.modal-content{
  background: transparent;
  border: unset;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
  width: 60px;
  height: 60px;
}

.carousel-control-prev{
  left: -112px;
}

.carousel-control-next {
  right: -112px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.fade{
  transition: unset;
}

/* .information_switch{
  display: none;
} */

/* footer*/
footer {
  background: #ffffff;
    position: relative;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  
  .copyright {
    text-align: center;
    padding: 20px 15px;
  }
/* footer-end */

/* 1200px 以下---------------------------------------------------- */
@media (max-width: 1200px) {
#s0,#s1,#s2,#s3,#s4{
  height: auto;
}
  #s0 .container{
    width: 100%;
    max-width: 100%;
  }
  #s0 .button{
    margin-bottom: 65px;
}

#s1{
  background-position-x: -425px;
}
#s1 .char {
  transform: translate(-2px,-30px);
}
#s1 .char .girl{
  display: none;
}

#s1 .title {
  transform: translate(152px,90px);
}

#s2 .container{
  width: 100%;
  max-width: 100%;
}

#s2 .store .button>button{
  background: url(../img/s2-btn-y.png) no-repeat center center;
  animation-name: unset;
}

#s3 .girl {
  transform: translate(-60px,380px);
}
#s3 .title {
  transform: translate(-238px,427px);
}

#s3 .store {
  transform: translate(-218px, -3px);
}

#s3 .linechar {
  transform: translate(336px ,-287px);
}

#s4 {
  background-position-x: -375px;
}

#s4 .girl {
  transform: translate(-30px,-20px);
}

#s4 .movie {
  transform: translate(134px,100px);;
}

.modal-backdrop.show{
  width: 100%;
  height: 100%;
}
.modal-dialog-3 {
  width: 752px;
  max-width: 850px;
}

.modal-dialog-2{
  max-width: 1080px;
  height: 640px;
}


.modal-header{
  padding: 0px;
  border: none;
  width: 100%;
}
.modal-content{
  width: 100%;
  height:100%;
}
.modal-body{
  width:100%;
  height: 100%;
  padding: 0 !important;
}
.modal-body iframe{
  width: 100%;
  height: 100%;
}
.modal {
  top: 50%;
  transform: translateY(-25%);
}
.modal-1{
left: -3%;
}

.modal-1 {
  background: unset;
  background-position-x: 49%;
  background-position-y: 11%;
}

.carousel-caption {
  right: 3%;
  left: 3%;
}

.gif-img{
  margin-left: -2px;
}

footer{
  width: 1200px;
}

}
/* s 480px 以下--------------------------------------------------  */
@media (max-width:480px){
#s0 .linefriends{
  max-width: 130%;
  transform: translateX(-20px);
}
#s0,#s1,#s2,#s3,#s4{
  height: 100%;
}

}
/* lg 992px 以上 */
@media (min-width: 992px){
  /* 992 section0 ------------------------------------------------- */
  .information .accordion {
    /* width: 40%; */
  }
.information {
    align-items: flex-end;
    transform: translateY(195px);
  }
  #s0 .char{
    transform: translateY(-141px);
  }
  #s0 .button{
    transform: translateY(16px);
  }
  #s0 .download{
    display:inline ;
  }
  #s0 .girl{
    max-width: 120%;
  }
  
  #s0 .boy{
    max-width: 120%;
  }
    .modal-dialog{
    /* max-width: 1280px;
    height: 720px; */
    margin: auto;
    max-width: 767px;
    height: 720px;
  }
  
  .modal-dialog-2{
    width: 1280px;
    height: 720px;
    max-width: 1280px;
  }

  .modal-header{
    padding: 0px;
    border: none;
    width: 100%;
  }
  .modal-content{
    width: 100%;
    height:100%;
  }
  .modal-body{
    width:100%;
    height: 100%;
    padding: 0 !important;
  }
  .modal-body iframe{
    width: 100%;
    height: 100%;
  }
}



