@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.common__btn {
  display: inline-block;
  background-color: #dead4f;
  color: #212121;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px auto;
  border: 2px solid #e7e7e7;
}
.common__btn:hover {
  background-color: #e7e7e7;
  color: #000;
  border: 2px solid #dead4f;
}

.video {
  margin-top: 20px;
}
.video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.video-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prize {
  margin: 50px 0 100px;
}
.prize__item {
  text-align: center;
  padding: 5px 15px;
  border-bottom: 1px solid #dead4f;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #adadad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prize__item--active {
  color: #000;
  border-bottom: 3px solid #dead4f;
}
.prize__item:hover {
  color: #000;
  border-bottom: 3px solid #dead4f;
}
.prize__content {
  display: none;
}
.prize__content--active {
  display: block;
}
.prize__content .introText {
  text-align: left;
  width: 100%;
  font-size: 16px;
}
.prize__content table {
  width: 100%;
  text-align: center;
  margin: 20px 10px 0em auto;
  border-collapse: collapse;
}
.prize__content table tbody {
  display: table-row-group;
  border: 1px solid #adadad;
}
.prize__content table tbody tr {
  display: table-row;
}
.prize__content table tbody tr th {
  display: table-cell;
  background: #f5d5d5;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #adadad;
}
.prize__content table tbody tr td {
  display: table-cell;
  border: 1px solid #adadad;
  font-size: 14px;
  padding: 5px;
}
.prize__product {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
.prize__product .medal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.prize__product .medal img {
  max-width: 30px;
  margin-right: 8px;
}
.prize__product-img {
  max-width: 300px;
  min-height: 200px;
  margin: 0 auto;
}
.prize__product-img img {
  max-height: 190px;
}
.prize__product-title {
  font-weight: bold;
}
@media (min-width: 996px) {
  .prize__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prize__content-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prize__content .introText {
    width: 60%;
  }
  .prize__content table {
    width: 40%;
    margin: 0em 10px 0em auto;
  }
  .prize__product {
    width: 33.33%;
    margin: 50px auto;
  }
}

.join {
  margin: 50px 0 100px;
}
.join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join__item {
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
  padding: 0 20px;
}
.join__item img {
  width: 150px;
  margin-bottom: 20px;
}
.join__item p {
  font-size: 14px;
}
.join .video {
  width: 100%;
  margin: 30px 30px;
  text-align: center;
}
.join .video-wrapper__box {
  padding-bottom: 177.25%;
}
.join .video iframe {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.join__list {
  width: 100%;
}
.join__list ol {
  list-style-type: decimal;
  margin: 15px 0 0 20px;
}
.join__list ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .join__item {
    width: 33.33%;
    margin: 50px auto;
  }
  .join .video {
    width: 20%;
    margin: 0;
  }
  .join__list {
    width: 80%;
    padding: 0 30px;
  }
}

.allVideo {
  margin: 50px 0 100px;
}
.allVideo__item {
  display: inline-block;
  width: calc(100% - 20px);
  text-align: center;
  margin: 10px 10px 20px;
  color: #000;
}
.allVideo__item iframe {
  margin: 0 auto;
}
.allVideo__item-img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.allVideo__item-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.allVideo__item h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.allVideo__item h4 {
  font-size: 14px;
}
.allVideo__item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
}
.allVideo__item-profile img {
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.allVideo__item-profile p {
  font-size: 14px;
}
.allVideo__item:hover .allVideo__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.allVideo__item-img {
  width: 187px;
  height: 247px;
  margin: 10px auto;
}
@media (min-width: 996px) {
  .allVideo__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .allVideo__item {
    width: calc(16.6666666667% - 20px);
    margin: 50px 10px;
    text-align: left;
  }
  .allVideo__item-profile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.exclusive {
  margin: 50px 0 100px;
  padding-bottom: 0px;
}
.exclusive__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exclusive__item {
  width: 100%;
  text-align: center;
  padding: 0 0px;
}
.exclusive__item:nth-child(2) {
  width: 100%;
}
.exclusive__item-select {
  background-color: #e7e7e7;
  border: 5px solid #dead4f;
  border-radius: 10px;
  max-width: 380.38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.exclusive__pd {
  display: none;
}
.exclusive__pd img {
  width: 200px;
  height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
}
.exclusive__pd p {
  font-size: 20px;
  margin-top: 10px;
}
.exclusive__pd--active {
  display: block;
}
.exclusive__tab {
  background-color: #d4d4d4;
  width: calc(50% - 10px);
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 5px solid #e7e7e7;
}
.exclusive__tab--active {
  border: 5px solid #dead4f;
}
.exclusive__tab:hover {
  border: 5px solid #dead4f;
}
.exclusive__tab img {
  width: 100px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.exclusive__tab p {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .exclusive {
    margin: 50px 0 100px;
  }
  .exclusive__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .exclusive__item {
    width: 35%;
    padding: 0 20px;
  }
  .exclusive__item-select {
    padding: 0;
  }
  .exclusive__item:nth-child(2) {
    width: 65%;
  }
  .exclusive__tab {
    width: calc(25% - 10px);
  }
}

.live {
  margin: 50px 0 0px;
  padding-bottom: 0px;
  text-align: center;
}
.live__gift {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 25px auto;
}
.live .countdown {
  color: #fff;
  margin: 1vw auto 20px;
  background-color: #e5c588;
  padding: 15px 10px 20px;
  display: inline-block;
  border-radius: 10px;
}
.live .countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live .countdown ul li {
  margin: 0 12px;
  color: #000000;
  font-family: var(--fontB);
  font-size: 25px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.live .countdown__mnbox {
  font-size: 0.5em;
  margin-top: 4px;
}
@media (min-width: 996px) {
  .live {
    padding-bottom: 100px;
  }
  .live__gift {
    width: 180px;
  }
  .live .countdown {
    padding: 15px 50px 20px;
  }
  .live .countdown ul li {
    font-size: 50px;
  }
}/*# sourceMappingURL=main.css.map */