.kv {
  position: relative;
  background: #f00;
}
.kv img {
  width: 100%;
  vertical-align: bottom;
}
.kv__inner {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 15%;
  width: 70%;
}
@media (min-width: 996px) {
  .kv__inner {
    width: 40%;
    top: 22%;
    left: 17%;
  }
}
.kv-title {
  position: relative;
  animation: glow 3s ease infinite;
}
.kv-text {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 996px) {
  .kv-text {
    width: 85%;
    padding-top: 40px;
  }
  .kv-text span {
    display: block;
  }
}
.kv-badge {
  position: absolute;
  bottom: 40px;
  width: 40%;
  left: 15%;
}
@media (min-width: 996px) {
  .kv-badge {
    width: 18%;
    bottom: 10%;
    left: 17%;
  }
}

.btscroll {
  text-align: center;
  padding-top: 25px;
}
.btscroll button {
  cursor: pointer;
  color: #fff;
}
.btscroll button::after {
  content: "\ea07";
  font-family: "msi-icons";
  display: block;
  color: #fff;
  font-size: 24px;
  animation: scrollbt 1s ease infinite;
}
.btscroll button:hover {
  transform: translateY(10px) scale(1.05);
}
.btscroll button img {
  display: none;
}
.btscroll button:hover {
  opacity: 1;
}
.btscroll button .txt {
  padding-bottom: 8px;
}

@keyframes scrollbt {
  0% {
    opacity: 0;
    transform: translateY(0px) scale(1.05);
  }
  99% {
    opacity: 1;
    transform: translateY(10px) scale(1);
  }
  0% {
    opacity: 0;
    transform: translateY(0px) scale(1.05);
  }
}
#infobox {
  padding: 0 25px;
}
#infobox.container.sp {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 996px) {
  #infobox.container.sp {
    padding-top: 40px;
  }
}
#infobox figure {
  margin: 60px auto 0;
  background: #1a1a1a;
}
#infobox .img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#infobox .img iframe, #infobox .img object, #infobox .img embed, #infobox .img video {
  position: absolute;
  inset: 10px;
  width: 100%;
  height: 100%;
}
#infobox .img img {
  position: absolute;
  z-index: 2;
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
}
@supports not (aspect-ratio: 1/1) {
  #infobox .img {
    height: 0;
    padding-bottom: 56.25%;
  }
  #infobox .img iframe, #infobox .img object, #infobox .img embed, #infobox .img video {
    position: absolute;
    z-index: 2;
    inset: 10px;
    width: 100%;
    height: 100%;
  }
}
#infobox h2, #infobox h1 {
  padding: 25px 25px 0;
}
#infobox .txt {
  padding: 25px;
  line-height: 1.5;
}
#infobox .txt p {
  padding-bottom: 15px;
}
#infobox .txt p a {
  color: #ff58eb;
}
#infobox .txt p a:hover {
  text-decoration: underline;
}
#infobox .bt {
  padding-top: 20px;
}
#infobox .bt a {
  display: block;
  color: #fff;
  border: #ccc 1px solid;
  padding: 10px 25px;
  text-align: center;
  transition: 0.5s all ease-in 0.1s;
  background: #000;
}
#infobox .bt a:hover {
  background: #f00;
  border-color: #c00;
}
@media (min-width: 996px) {
  #infobox {
    padding: 0;
  }
  #infobox section:nth-child(even) .img {
    order: 2;
  }
  #infobox section:nth-child(even) .txtbox {
    order: 1;
  }
  #infobox section:nth-child(even) figure::before {
    right: auto;
    left: 0;
  }
  #infobox figure {
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    gap: 10px;
  }
  #infobox figure::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 80%;
    right: 0;
    top: 60px;
    background: #1a1a1a;
  }
  #infobox .img {
    position: relative;
    z-index: 1;
    flex: 0 0 60%;
  }
  #infobox .img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
    animation: glow 3s ease infinite;
  }
  #infobox .img iframe {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  #infobox .txtbox {
    position: relative;
    z-index: 2;
    flex: 0 0 40%;
    text-align: left;
  }
  #infobox .txt {
    padding: 60px;
    line-height: 1.8;
  }
  #infobox h2, #infobox h1 {
    margin-top: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 36px;
    position: relative;
    z-index: 2;
    margin-bottom: -15px;
  }
}

@media (min-width: 996px) {
  #component::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
  }
}
#component.container {
  padding: 40px 0 60px;
}
@media (min-width: 996px) {
  #component.container {
    margin-top: 50px !important;
    padding-bottom: 80px !important;
  }
}
#component h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  position: relative;
  font-weight: bold;
}
@media (min-width: 996px) {
  #component h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#filterbar {
  display: flex;
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
#filterbar button {
  flex: 1;
  background: linear-gradient(45deg, #300, #f00, #300);
  color: #fff;
  padding: 10px 10px;
  font-size: 15px;
}
@media (min-width: 996px) {
  #filterbar {
    display: none;
  }
}

#category {
  display: none;
  position: fixed;
  z-index: 999;
  background: #1a1a1a;
  inset: 0;
  overflow-x: hidden;
}
@media (min-width: 996px) {
  #category {
    display: block;
    position: relative;
    height: 50px;
    z-index: 10;
    margin-bottom: 8px;
  }
}
#category a {
  display: none;
  color: #fff;
}
@media (min-width: 996px) {
  #category a {
    cursor: pointer;
  }
  #category a:hover {
    filter: brightness(2);
  }
  #category a#cg-pre {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(45deg, #300, #f00, #300);
  }
  #category a#cg-pre::before {
    content: "\ea10";
    font-family: "msi-icons";
    display: block;
    font-size: 30px;
    line-height: 50px;
  }
  #category a#cg-next {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(45deg, #300, #f00, #300);
  }
  #category a#cg-next::before {
    content: "\ea09";
    font-family: "msi-icons";
    display: block;
    font-size: 30px;
    line-height: 50px;
  }
}
#category .btclose {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #ccc;
}
#category .btclose::before {
  content: "\ea02";
  font-family: "msi-icons";
  display: block;
  font-size: 30px;
}
#category .btclose:hover {
  color: #fff;
}
@media (min-width: 996px) {
  #category .btclose {
    display: none;
  }
}
#category-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#category-nav li.active a {
  color: #f00;
}
#category-nav a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
}
@media (min-width: 996px) {
  #category-nav {
    z-index: 2;
    left: 30px;
    top: auto;
    transform: none;
    background: #1a1a1a;
    margin: 0 auto;
    width: 500%;
    height: 100%;
  }
  #category-nav li {
    display: inline-block;
    position: relative;
  }
  #category-nav li:hover a, #category-nav li.active a {
    color: #f00;
  }
  #category-nav li:hover::after, #category-nav li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, #300, #f00, #300);
  }
  #category-nav a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
  }
}

#filter {
  display: none;
  position: fixed;
  z-index: 999;
  background: #1a1a1a;
  inset: 0;
  overflow-x: hidden;
  padding: 25px;
}
@media (min-width: 996px) {
  #filter {
    display: block;
    position: relative;
    z-index: 100;
    inset: auto;
    width: 270px;
    float: left;
    margin-top: 25px;
  }
}
#filter .btclose {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #ccc;
}
#filter .btclose::before {
  content: "\ea02";
  font-family: "msi-icons";
  display: block;
  font-size: 30px;
}
#filter .btclose:hover {
  color: #fff;
}
@media (min-width: 996px) {
  #filter .btclose {
    display: none;
  }
}
#filter .title {
  display: none;
}
#filter .reset {
  display: inline-flex;
  border: #333 1px solid;
  border-radius: 5px;
  padding: 5px 25px;
  font-size: 14px;
  text-transform: uppercase;
}
#filter .type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}
#filter .type:hover::after {
  background: linear-gradient(45deg, #300, #f00, #300);
}
#filter .type::after {
  content: "\ea04";
  font-family: "msi-icons";
  font-size: 14px;
  width: 20px;
  height: 20px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter .type.active::after {
  content: "\ea03";
  background: linear-gradient(45deg, #300, #f00, #300);
}
#filter .option ul.lv1 {
  padding-bottom: 30px;
  color: #ccc;
}
#filter .option ul.lv2 {
  margin-left: 20px;
  padding-bottom: 25px;
  color: #999;
}
#filter .option ul li {
  padding: 4px 0;
}
#filter .option ul li input[type=checkbox] {
  display: none;
}
#filter .option ul li input[type=checkbox]:checked + label {
  color: #fff;
}
#filter .option ul li input[type=checkbox]:checked + label::before {
  content: "\ea01";
  font-family: "msi-icons";
  background: #f00;
  border: #c00 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter .option ul li input[type=checkbox]:disabled + label {
  color: #555;
}
#filter .option ul li input[type=checkbox]:disabled + label:before {
  background: #555;
  border: #555 1px solid;
}
#filter .option ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
#filter .option ul li label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: #666 1px solid;
  margin-right: 10px;
  border-radius: 2px;
}
#filter .option ul li:hover {
  color: #f00;
}
#filter .option ul li:hover label:before {
  border: #f00 1px solid;
}

#pdCotent {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: -20px;
}
@media (min-width: 996px) {
  #pdCotent {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: calc(100% - 280px);
    float: right;
  }
}
#pdCotent .pditem {
  position: relative;
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}
#pdCotent .pditem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -100%;
  background: linear-gradient(45deg, #300, #f00, #300);
  transition: left 0.3s ease-in-out;
}
#pdCotent .pditem::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #1a1a1a;
}
#pdCotent .pditem:hover {
  transform: scale(1.05) translateY(5px);
}
#pdCotent .pditem:hover::before {
  left: 0;
  top: 0;
}
#pdCotent .pditem a {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 17px;
}
#pdCotent .pditem input {
  position: relative;
  z-index: 2;
}
#pdCotent .pditem .bt-comp {
  position: relative;
  z-index: 2;
  text-align: right;
  cursor: pointer;
  padding-top: 10px;
}
#pdCotent .pditem .bt-comp:hover {
  color: #f00;
}
#pdCotent .pditem .bt-comp .fa-minus {
  color: #999;
}
@media (min-width: 996px) {
  #pdCotent .pditem {
    width: calc(25% - 20px);
  }
}
#pdCotent .more {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#pdCotent .more button {
  font-size: 16px;
  text-transform: uppercase;
  border: #333 1px solid;
  color: #fff;
  background: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#pdCotent .more button:hover {
  background: #f00;
  border: #f00 1px solid;
  color: #fff;
}
@media (min-width: 996px) {
  #pdCotent .more button {
    padding: 15px 45px;
  }
}

#kv, #bt-mystic {
  display: none;
}
