@charset "UTF-8";
/*------------------------------------*\
    $全域設定
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}



img {
  border: none;
  vertical-align: bottom;
  display: block;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

section {
  position: relative;
  display: block;
  max-width: 1920px;
}

/*------------------------------------*\
    $main
\*------------------------------------*/
.content {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1000px) {
  .content {
    margin: 0;
    width: 100%;
  }
}

.bg01 {
  background: url("../images/bg01.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg02 {
  background: url("../images/bg02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg03 {
  background: url("../images/bg03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg03-gif{
  position: absolute;
  bottom:12.5%;
  width:83%;
  left:50%;
  transform: translateX(-50%);
}


.bg04 {
  background: url("../images/bg04.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg05 {
  background: url("../images/bg05.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}



.bg06 {
  background: url("../images/bg06.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg07 {
  background: url("../images/bg07.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.bg08 {
  background: url("../images/bg08.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.bg09 {
  background: url("../images/bg09.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.bg10 {
  background: url("../images/bg10.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.offer01 {
  background: url("../images/offer01.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.btn01 {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  text-align: center;
}

.offer02 {
  background: url("../images/offer02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.btn02-1, .btn02-2{
  width: 45%;
  bottom:12%;
  text-align: center;
  position: absolute;
}

.btn02-1 { left: 5%;}
.btn02-2 {left: 54%;}

.info{
  background: url("../images/info.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.btn:hover {
  margin-top: 1%;
}

/* ボタン自体のstyle */
.button {
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0.5;
}

/* 光らせるためのstyle */
.shine {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@-webkit-keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

/* cta開始 */
.fixed-obj {
  position: fixed;
  top: -380px;
  right: 0;
  max-width: 270px;
  width: 100%;
  z-index: 999;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}

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

/* 此行代表手機版的圖片隱藏 */
.fixed-obj img:nth-child(2) {
  display: none !important;
}

@media screen and (max-width: 745px) {
  .fixed-obj {
    top: auto;
    bottom: -360px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
  }
  /* 此行代表手機版的圖片顯示 */
  .fixed-obj img:nth-child(2) {
    display: block !important;
    width: 100%;
    margin: 0 auto;
  }
  /* 此行代表電腦版的圖片隱藏 */
  .fixed-obj img:nth-child(1) {
    display: none !important;
  }
  .fixed-obj.show_sta {
    top: auto;
    bottom: 0;
  }
}

/* cta 結束 */
/*# sourceMappingURL=style.css.map */

.content-img{
  opacity: 0;
}