@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fffae7;
}

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

video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

section {
  margin: 0 auto;
}

.content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.content img {
  max-width: 1200px;
  width: 100%;
}

/* bg */

.bg_green {
  background: #4eb6b7;
  margin: 0 auto;
}

/* close open */

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.fb {
  position: absolute;
  width: 10%;
  bottom: 3%;
  left: 35%;
}

.ig {
  position: absolute;
  width: 10%;
  bottom: 3%;
  right: 35%;
}

.vid2 {
  position: absolute;
  width: 53%;
  bottom: 3%;
  left: 7%;
  border: 2px solid white;
  box-shadow: 8px 9px #4ca1d8;
}

.vid3 {
  position: absolute;
  width: 40%;
  top: 29%;
  left: 7%;
  border: 2px solid white;
  box-shadow: 7px 7px #4eb5b4;
}

.vid4 {
  position: absolute;
  width: 40%;
  bottom: 19%;
  left: 7%;
  border: 2px solid white;
  box-shadow: 7px 7px #4eb5b4;
}

.vid5 {
  position: absolute;
  width: 38%;
  bottom: 29.4%;
  right: 10%;
}

/* .gift {
  position: absolute;
  width: 22%;
  bottom: 53%;
  right: 19%;
}

.gift1 {
  position: absolute;
  width: 22%;
  bottom: 28%;
  right: 15%;
}*/

.gift2 {
  position: absolute;
  width: 18%;
  bottom: 46%;
  right: 33%;
}

.btn {
  position: absolute;
  width: 85%;
  bottom: 15%;
  left: 9%;
  animation: runrun 0.5s alternate infinite;
}

.btn-1 {
  position: absolute;
  width: 85%;
  bottom: 13%;
  left: 9%;
  animation: runrun 0.5s alternate infinite;
}

.btn2 {
  position: absolute;
  width: 80%;
  bottom: 3%;
  left: 11%;
  animation: jump01 0.5s alternate infinite;
}

.btn2-1 {
  position: absolute;
  width: 80%;
  bottom: 3%;
  left: 11%;
  animation: jump01-1 0.5s alternate infinite;
}

.btn3 {
  position: absolute;
  width: 80%;
  bottom: 5%;
  right: 8%;
  animation: jump02 0.5s alternate infinite;
}

.btn3-1 {
  position: absolute;
  width: 80%;
  bottom: 5%;
  right: 8%;
  animation: jump02-1 0.5s alternate infinite;
}

/* .btn4 {
  position: absolute;
  width: 44%;
  bottom: 31%;
  right: 6%;
  animation: runrun2 0.5s alternate infinite;
} */

.btn5 {
  position: absolute;
  width: 40%;
  bottom: 40%;
  left: 6%;
  animation: runrun3 0.5s alternate infinite;
}

.btn6 {
  position: absolute;
  width: 40%;
  bottom: 40%;
  right: 10%;
  animation: runrun2 0.5s alternate infinite;
}

@keyframes runrun {
  from {
    left: 9%;
  }
  to {
    left: 10%;
  }
}

@keyframes runrun2 {
  from {
    right: 5%;
  }
  to {
    right: 4%;
  }
}

@keyframes runrun3 {
  from {
    left: 6%;
  }
  to {
    left: 7%;
  }
}

@keyframes jump01 {
  from {
    bottom: 5%;
  }
  to {
    bottom: 4%;
  }
}

@keyframes jump01-1 {
  from {
    bottom: 2%;
  }
  to {
    bottom: 1%;
  }
}

@keyframes jump02 {
  from {
    bottom: 7%;
  }
  to {
    bottom: 6%;
  }
}

@keyframes jump02-1 {
  from {
    bottom: 4%;
  }
  to {
    bottom: 3%;
  }
}

@media screen and (min-width: 1921px) {
  section {
    max-width: 1920px;
  }
}

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



/* 特商法start */
.foot {
  height: 120px;
}

.foot_txt {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
  font-size: 15px;
}
/* 特商法結束 */

.menu {
  position: sticky;
  top:0;
  left: 0;
    min-width: 100%;
    padding: 15px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.menu div img {
    width: 80px;
    margin: 0 0 0 30px;
}

.menu .nav {
    margin: 0 30px 0 0;
    display: flex;
}

.menu .nav a {
    color: #3d3d3d;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0;
    margin: 0 15px 0 0;
    padding: 8px 12px;
    border-radius: 80px;
    transition: all 0.3s;
}

.menu .nav a:nth-child(3) {
    font-weight: 700;
    background: #ffd960;
}

.menu .nav a:hover {
    background: #3d3d3d;
    color: #ffd960;
}
.sm-br{
  display: none;
}
@media screen and (max-width: 1440px) {
    .menu div img {
        width: 70px;
    }
    .menu .nav a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    .menu div img {
        width: 60px;
    }
    .menu .nav a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 550px) {
    .menu {
        padding: 10px 0;
    }
    .menu div img {
        margin: 0 0 0 10px;
        width: 30px;
    }
    .menu .nav {
        margin: 0 10px 0 0;
    }
    .menu .nav a {
        margin: 0 5px 0 0;
        padding: 5px 8px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 450px) {
    .menu div img {
        width: 30px;
    }
}

@media screen and (max-width: 410px) {
    .menu .nav a {
        font-size: 0.75rem;
        text-align: center;

    }
    .sm-br{
      display: inline;
    }
}

@media screen and (max-width: 320px) {
    .menu div img {
        width: 30px;
    }
    .menu .nav a {
      font-size: 0.55rem;
      text-align: center;


  }


}
.target-fix {
  position: relative;
  top: -110px;
  display: block;
  height: 0;
  overflow: hidden;
}

.top_box{
  position: sticky;
  top:0;
  left: 0;
  z-index: 999;
}
.at_top{
  display: none;
}