@charset "utf-8";

/* basic setting */

body{
    margin: 0 auto;
    background-color: rgb(255, 247, 247);
}

img {
    border: none;
    width: 100%;
    height: auto;
    display: block;
}
.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

/* basic setting ed */

/*.wrap{
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.300)); 
}*/

.content{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.content img{
    max-width: 1000px;
    vertical-align: bottom;	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner {
    margin: 0%;
    width: 25%;
    text-align: center;
    float: left;
}

.fixed_001 {
    position: fixed;
    z-index: 999;
} 

/*CTA A案*/
/* .cta {
    position: fixed; 
    z-index: 50;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

#cta_pc {
    visibility: visible;
    width: 15vw;
    height: auto;
    bottom: 100px;
}

.cta_hide {
    bottom: -386px !important;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}

.fixed-obj {
    position: fixed;
    right: 7%;
    max-width: 200px;
    width: 100%;
    z-index: 999;
    transition: top .5s ease-out;
}

.fixed-obj.show_sta {
    top: 100px;
}

.fixed-obj #mobile_sta {
    display: block;
    width: 85%;
}

.fixed-obj {
    top: auto;
    bottom: -500px;
    transition: bottom .5s ease-out;
}

.fixed-obj.show_sta {
    top: auto;
    bottom: 3%;
}

@media screen and (max-width: 1220px) {
    #cta_pc {
        width: 17vw;
    }
    .fixed-obj {
        right: 1%;
    }
}

@media screen and (max-width: 920px) {
    #cta_pc {
        width: 29vw;
    }
    .fixed-obj {
        right: 13%;
    }
}

@media screen and (max-width: 768px) {
    #cta_pc {
        width: 17vw;
    }
    .fixed-obj {
        right: -7%;
    }
}

@media screen and (max-width: 580px) {
    #cta_pc {
        width: 25vw;
    }
    .fixed-obj {
        right: -18%;
    }
}

@media screen and (max-width: 375px) {
    #cta_pc {
        width: 25vw;
    }
    .fixed-obj {
        right: -32%;
    }
} */
/*CTA B案*/

#side_btn {
    height: auto;
    position: fixed;
    bottom: 6%;
    right: 0%;
    cursor: pointer;
  }
  #side_btn img {
    width: 80%;
  }

  #side_btn_mb {
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    position: fixed;
    cursor: pointer;
    visibility: hidden;
  }
  #side_btn_mb img{
      width: 100%;
  }

  /**RWD**/
  @media screen and (max-width: 1200px) {
    #side_btn {
      right: -4%;
      bottom: 2%;
    }
  }
  
  @media screen and (max-width: 900px) {
    #side_btn {
      visibility: hidden;
    }
    #side_btn_mb {
      visibility: visible;
    }
  }
/*CTA E*/


/* Offer 按鈕設置 */

@keyframes HeartBeat {
    0%{
        transform: scale(.97);
    }
    100%{
        transform: scale(1);
    }
}

/* 第一個Offer */
.FirstOfferBtn{
    top: 84%;
    left: 12%;
    width: 76%;
    animation: HeartBeat .5s infinite alternate-reverse;
}
.FirstOfferBtn:hover{
    animation-play-state: paused;
    opacity: .8;
}
/* 主Offer */
.MainOfferBtn_1{
    top: 0%;
    left: 12%;
    width: 76%;
    animation: HeartBeat .5s infinite alternate-reverse;
}
.MainOfferBtn_1:hover{
    animation-play-state: paused;
    opacity: .8;
}
/* Offer 按鈕設置 ed */

.specialTq{
    top: 0;
    left: 17%;
    width: 67%;
    animation: float 1s ease-in-out infinite alternate-reverse ;
}

@keyframes float {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(1vw);
    }
}

/* ig */

.IG {
    background-image: url(../img/LP_45.jpg);
}

/* QA開合 */
.accordion {
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
  }

  .btn_Q1{
    top: 54%;
    width: 20%;
    right: 13%;
    animation: HeartBeat .5s infinite alternate-reverse;
  }
  .btn_Q2{
    top: 18%;
    width: 20%;
    right: 13%;
    animation: HeartBeat .5s infinite alternate-reverse;
  }
  .btn_Q3{
    top: 18%;
    width: 20%;
    right: 13%;
    animation: HeartBeat .5s infinite alternate-reverse;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '';
  }
  
  .active:after {
    content: "";
  }
  
  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
/* QA開合 ed */  
  
