@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;
}

#GamingGearSEP a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#GamingGearSEP img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

#GamingGearSEP {
  background-color: #000;
}

#GamingGearSEP h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#GamingGearSEP .kv picture {
  display: -ms-grid;
  display: grid;
}

#GamingGearSEP .kv picture img {
  width: 100%;
}

#GamingGearSEP .redeem {
  color: #fff;
  padding: 40px 0;
  text-align: center;
  background-color: #844322;
  background-size: cover;
  background-attachment: fixed;
}

#GamingGearSEP .redeem__title {
  font-size: 22px;
}

#GamingGearSEP .redeem__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#GamingGearSEP .redeem__date {
  width: 350px;
  margin: 20px;
  line-height: 2em;
}

#GamingGearSEP .redeem__date span {
  font-size: 25px;
  /* background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  background-image: -webkit-linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  background-clip: text;
  -webkit-background-clip: text; 
  color: transparent;*/
  color: #3be1fd;
}

#GamingGearSEP .redeem__date b {
  font-size: 14px;
  color: #ff0000;
}

#GamingGearSEP .redeem__btn {
  color: #fff;
  display: block;
  padding: 20px 30px;
  border: 2px solid #ff7e33;
  background-color: #ffdba426;
  width: 350px;
  margin: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;

}

#GamingGearSEP .redeem__btn:hover {
  background-color: #ffbe7a6d;
  -webkit-box-shadow: 0 0 10px #ffdaa4;
  box-shadow: 0 0 10px #ffdaa4;
}

@media (min-width: 996px) {
  #GamingGearSEP .redeem {
    padding: 80px 0;
  }

  #GamingGearSEP .redeem__title {
    font-size: 25.5px;
  }

  #GamingGearSEP .redeem__flex {
    margin-top: 60px;
  }

  #GamingGearSEP .redeem__date {
    margin: 0 20px;
  }

  #GamingGearSEP .redeem__btn {
    margin: 20px;
  }
}

#GamingGearSEP .model {
  color: #fff;
  padding: 80px 0;
  text-align: center;
  background: #000;
}

#GamingGearSEP .model__flex {
  margin-top: 60px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#GamingGearSEP .model__date {
  width: 350px;
  margin: 30px 20px 0;
  line-height: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#GamingGearSEP .model__date span {
  color: #ead298;
}

#GamingGearSEP .model__date-pic {
  width: 300px;
  margin-bottom: 0px;
  -webkit-filter: drop-shadow(0 0 10px #ead298);
  filter: drop-shadow(0 0 10px #ead298);
}

#GamingGearSEP .model__date h3 {
  font-size: 18px;
  color: #fff;
}

#GamingGearSEP .model__date:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#GamingGearSEP .model__btn {
  color: #fff;
  display: block;
  padding: 20px 30px;
  border: 2px solid #ead298;
  background-color: #425c617a;
  width: 350px;
  margin: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#GamingGearSEP .model__btn:hover {
  background-color: #68e6ff7a;
  -webkit-box-shadow: 0 0 10px #ead298;
  box-shadow: 0 0 10px #ead298;
}

#GamingGearSEP .award {
  padding: 0 0 5%;
}

#GamingGearSEP .award .award__wrap {
  border: 2px solid #ff7e33;
  padding: 6% 3%;
  max-width: 800px;
  margin: auto;
  background-color: #ffdba426;
}

#GamingGearSEP .award .award__title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding-bottom: 3%;
}

#GamingGearSEP .award .award__txt {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding-bottom: 6%;
  background: linear-gradient(to top, #ff7e33 0%, #fee140 100%);
  background: -webkit-linear-gradient(to top, #ff7e33 0%, #fee140 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#GamingGearSEP .award .award__txt p {
  font-weight: bold;
  margin: 1% 0;
}

#GamingGearSEP .award .award__note {
  font-size: 15px;
  color: #e4e4e4;
  text-align: center;
}

@media (min-width: 500px) {
  #GamingGearSEP .award .award__title {
    font-size: 25.5px;
  }
}

#GamingGearSEP .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

#GamingGearSEP .modal a {
  color: #98deea;
}

#GamingGearSEP .modal__flex {
  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: 20px 0 40px;
}

#GamingGearSEP .modal__step {
  width: 10%;
}

#GamingGearSEP .modal__text {
  width: 100%;
}

#GamingGearSEP .modal-content {
  border-radius: 7px;
  border: #ff7e33 1px solid;
  margin: 5% auto;
  color: #fff;
  padding: 50px 15px;
  width: 80%;
  background-color: #111111c3;
}

#GamingGearSEP .modal-content h2,
#GamingGearSEP .modal-content h3 {
  margin-bottom: 10px;
}

#GamingGearSEP .modal-content p {
  margin-bottom: 5px;
}

#GamingGearSEP .modal-content ul {
  list-style-type: disc;
  margin-left: 25px;
}

#GamingGearSEP .modal-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

#GamingGearSEP .modal-content ol {
  margin-bottom: 5px;
}

#GamingGearSEP .modal-content ol li {
  margin-bottom: 5px;
}

#GamingGearSEP .modal-content tr th {
  width: 50%;
  border: 1px solid #fff;
  padding: 8px 12px;
}

#GamingGearSEP .modal-content tr td {
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 15px;
}

@media (min-width: 996px) {
  #GamingGearSEP .modal-content {
    padding: 50px;
  }
}

#GamingGearSEP .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#GamingGearSEP .close:hover,
#GamingGearSEP .close:focus {
  color: #ff7e33;
  text-decoration: none;
  cursor: pointer;
}

.pd {
  background: linear-gradient(to bottom, #7a3d22 0%, rgba(55, 29, 10, 1) 100%);
}

.pd img {
  width: 100%;
}

.pd__titleBox {
  position: relative;
  text-align: center;
}

.pd__itemBox-title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: linear-gradient(to bottom, rgba(110, 59, 28, 1) 0%, rgba(55, 29, 10, 1) 100%);
  border-radius: 40px;
  border: 3px solid #ff7e33;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;

}

.pd__flexBox {
  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;
}

.storeList {
  background-color: #3f1d17;
  padding: 0 0 5%;
}

.storeList__titleBox {
  text-align: center;
  margin-bottom: 3%;
}

.storeList__titleBox-title {
  background: linear-gradient(to bottom, rgba(110, 59, 28, 1) 0%, rgba(55, 29, 10, 1) 100%);
  border-radius: 40px;
  border: 3px solid #ff7e33;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;


}

.storeList__flexBox {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.storeList a {
  margin: 0 5px;
}

.storeList a:hover {
  transform: translateY(-5px);
}

.storeList a {
  margin: 2% auto;
}

.storeList a img {
  width: 269px;
  height: 82px;
}

.storeList a:nth-of-type(1) {
  background: #000000;
}

.storeList a:nth-of-type(2),
.storeList a:nth-of-type(3),
.storeList a:nth-of-type(4) {
  background: #fff;
}

.storeList a:nth-of-type(5) {
  background: #006ae4
}

@media (min-width: 996px) {
  .pd__itemBox-title {
    top: 65%;
    padding: 10px 30px;
    font-size: 2vw;
  }

  .storeList__titleBox-title {
    padding: 10px 30px;
    font-size: 2vw;
  }

  .storeList a {
    width: calc(100%/5 - 10px);
    height: auto;
    margin: 0 5px;
  }

  .storeList__flexBox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1930px) {
  .pd__itemBox-title {
    font-size: 1.5vw;
  }

  .storeList__titleBox-title {
    font-size: 1.5vw;
  }
}

.bg {
  width: 100%;
  background: #000000;
  position: relative;
  z-index: 2;
}

.bg .figure {
  width: 100%;
  line-height: 0 !important;
  position: relative;
  z-index: 1;
  filter: brightness(0.7);

}

.bg .figure:hover {
  position: relative;
  z-index: 10;
  filter: brightness(1.1);
}

.bg .figure img {
  width: 100%;
  height: 100%;
}

.flexImg {
  display: flex;
  justify-content: center
}


@media (max-width: 960px) {

  .bg {
    width: 100%;
    position: relative;
    z-index: 2;

  }
}