.bgBox, .bgtop_m{
  position: absolute;
}

.bgtop1_bg{
  left: 50%;
  transform: translateX(-50%);
  width: 2000px;
  height: 100%;
  background: url(area-top_bg.png?t=1763361024235) top center no-repeat;
  background-size: 100%;
}

.area-bg{
  position: absolute;
  &.bg-gift{
    top: 0;
    left: -387px;
    z-index: 1;
    @media screen and (max-width: 767px) {
      top: 0vw;
      left: 0;
    }
  }
}

.box{
  position: relative;
  z-index: 2;
}

.title{
  margin-bottom: 60px;
  @media screen and (max-width: 767px) {
    margin:0 auto 4vw;
    width: 70vw;
  }
}

.Area-top{
  margin: 164px auto 220px;
  @media screen and (max-width: 767px) {
    margin: 15vw auto 16vw;
  }
  .top-btn{
    position: absolute;
    top: 10px;
    right: 120px;
    display: flex;
    gap: 8px;
    z-index: 5;
    @media screen and (max-width: 767px) {
      width: 17vw;
      top: -10vw;
      right: 0;
    }
  }
  .top-logo{
    position: relative;
    margin: 0 0 40px -200px;
    @media screen and (max-width: 767px) {
      width: 70vw;
      margin: 0 0 4vw 25vw;
      padding-top: 3vw;
    }
  }
  .top-title{
    margin: 0 0 0 100px;
    @media screen and (max-width: 767px) {
      margin: 0 0 0 20vw;
      width: 77vw;
    }
  }
  .top-deco{
    position: absolute;
    &.decoPc01{
      top: -140px;
      left: -394px;
      z-index: 2;
    }
    &.decoPc02{
      top: -180px;
      left: -378px;
      z-index: 3;
    }
    &.decoMb01{
      top: -15vw;
      left: 0;
      z-index: 2;
    }
  }
}

.Area-danjigift{
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
  @media screen and (max-width: 767px) {
    margin-bottom: 13vw;
  }
  .grabgift_img{
    padding: 60px 0;
    @media screen and (max-width: 767px) {
      padding: 0;
      width: 100vw;
    }
  }
  .grabgift_btn{
    position: absolute;
    right: 259px;
    top: 290px;
    @media screen and (max-width: 767px) {
      width: 38vw;
      top: 48vw;
      right: 10vw;
    }
  }
  .grabgift_txt{
    color: #444444;
    position: absolute;
    top: 370px;
    right: 120px;
    @media screen and (max-width: 767px) {
      top: 58vw;
      right: 20vw;
    }
  }
}

.Area-process{
  margin-bottom: 80px;
  @media screen and (max-width: 767px) {
    margin-bottom: 15vw;
  }
  .bg-process{
    top: 32px;
    z-index: 1;
    @media screen and (max-width: 767px) {
      top: unset;
      bottom: -8vw;
    }
  }
}

.Area-diretion{
  margin-bottom: 40px;
  padding: 140px 0;
  @media screen and (max-width: 767px) {
    margin-bottom: 3vw;
    padding: 5vw 0;
  }
  .bg-diretion{
    top: 68px;
    right: -390px;
    z-index: 1;
    @media screen and (max-width: 767px) {
      top: 2vw;
      right: 0;
    }
  }
  .btn{
    position: absolute;
    top: 440px;
    left: 430px;
    @media screen and (max-width: 767px) {
      top: 47vw;
      left: 30vw;
      width: 45vw;
    }
  }
}

.deco_01{
  position: absolute;
  top: -220px;
  right: -800px;
  z-index: 2;
  @media screen and (max-width: 767px) {
    top: 2vw;
    right: 80vw;
    width: 50vw;
  }
}

.Area-ad{
  margin-bottom: 200px;
  padding: 20px 0 0;
  @media screen and (max-width: 767px) {
    margin-bottom: 10vw;
  }
  .PD_layout{
    width: 86%;
    @media screen and (max-width: 767px) {
      width: 96%;
    }
    ul.PD_wrapper{
      gap: 20px;
      @media screen and (max-width: 767px) {
        gap: 4vw;
      }
    }
  }
  .bg-ad{
    top: 40px; 
  }
}

/*注意事項區*/
.edm_notice{ text-align:center; padding:10px 10px 15px 10px; color:#fff; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }
