
html, body{
  font-family: "Noto Sans", "Microsoft JhengHei", "Microsoft YaHei", "Apple LiGothic", Arial, sans-serif;
  -webkit-user-drag: none;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
::-webkit-scrollbar {
    width: 6px;
    background: rgb(19, 19, 19);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(182, 32, 32);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(199, 56, 56);
}
::selection {
    color: #fff;
    background: rgb(168, 43, 43);
}

.loading{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 1000 !important;
	background: linear-gradient(to bottom, rgb(187, 22, 18) 36%, #020916 100%), rgba(0, 0, 0, .25);
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
}
.loading img {
	position: absolute;
  left:0;
	top:0;
	right:0;
	bottom:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loading_text {
	width: 100%;
  font-family: 'DIN Alternate', 'Times New Roman', serif;
	font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.12em;
	color :#fff;
  position: relative;
  z-index: 1003 !important;
  animation: loadings 1.2s linear infinite;
}
@keyframes loadings {
	0%, 100% {
		color:#fff;
	}
	50% {
		color:rgb(255, 125, 125)
	}
}

.tab_inner {
  display: none;
}

.active {
  display: block;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.kv {
  background: #000000;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-box {
  width: 100%;
  height: 100%;
  transform-origin: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box .deco {
  position: absolute;
  mix-blend-mode: lighten;
  mask: url(../img/mask.png) no-repeat;
  mask-size: 100% 100%;
  width: 100%;
  height: 100%;
  opacity: .7;
}
.kv .video-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, #020916 94%), rgba(0, 0, 0, .25);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}

.kv_info {
  width: 100%;
  position: absolute;
  top: 65vh;
}
.kv .logo {
  position: absolute;
  width: 28%;
  top: 48vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv h2 {
  width: 100%;
  position: relative;
  text-align: center;
}
.kv h2 img {
  width: 30%;
  object-fit: cover;
}
.kv h3 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 2.2vh;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5em;
  padding-left: 0.25em;
}
.kv .btn {
  position:relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1vh;
}
.kv .btn ul {
  width: 36%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.kv .btn li {
  width: 25%;
  filter: brightness(0.85);
  transition: all 0.3s ease-in;
}

.kv .btn li a {
  display: block;
  width: 100%;
  height: 100%;
}

.kv .btn li a:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #4a1010 100%);
  pointer-events: none;
  mix-blend-mode: lighten;
  transition: all 0.2s ease-in;
}

.kv .btn li:hover {
  filter: brightness(1.02);
  transform: translateY(-2px);
}

.kv .btn li:hover :before {
  opacity: 1;
}

.kv-mob, .sideBar, .youtube {
  display: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper .article {
  width: 100%;
  clear: both;
  height: auto;
}

/* ========== 消息開始 ========== */

.news_wrap, .features {
  width: 100%;
  padding: 100px 0 140px 0;
  position: relative;
  display: block;
}

.news_wrap {
  width: 100%;
  height: auto;
  position: relative;
  background: #000000;
  box-sizing: border-box;
}

.news-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/newsbg.jpg) no-repeat center;
  background-size: auto 100%;
  filter: blur(1.2px);
  mask: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 90%);
}

.newstitle, .featuretitle {
  width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.newsbox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 5;
}

.newsbox .newsbn {
  background-image: url(../img/news_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 1.6rem;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
}
.newsbox .newsbn .swiper-container {
  border: 1px solid #5f5f63;
  display: block;
  width: 440px;
  height: 330px;
}

.newsbn img {
  transition: all 1s;
}

.newsbn img:hover {
  transform: scale(1.1);
}

.newsbox .newsbn .swiper-pagination {
  width: 50%;
}

.newsbn .swiper-pagination-bullet {
  width: 0.6vh;
  height: 0.6vh;
  display: inline-block;
  background: rgba(76, 80, 150, .3);
  border: 1px solid #0d1043;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  margin: 2% 4% 0 0%;
}

.newsbn .swiper-pagination{
  width: 30%;
}

.newsbn .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0d1043;
}

.newsbox .newscontent {
  width: 45%;
  background-image: url(../img/news_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 1.6rem;
}
.newsbox .newscontent .newstitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}
.newsbox .newscontent .newstitle a {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 7px 0 0;
  border: 1px solid #292853;
  padding: 1px 4px;
  color: #3f3f3f;
}
.newsbox .newscontent .newstitle a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}
.news_item ul li {
  float: left;
  width: 19.5%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(227, 228, 246, 1) 100%), #ffffff;
  border: 1px solid #292853;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2;
  overflow: hidden;
}
.newsbox .newscontent .news_item ul {
  display: flex;
}
.newsbox .newscontent .news_item ul li a {
  display: block;
  color: #4c5096;
  font-weight: 600;
}
.news_item ul li:nth-child(1), .news_item ul li:nth-child(2), .news_item ul li:nth-child(3) {
  border-right: 0px;
}
.newsbox .newscontent .news_item ul .newsactive, .newsbox .newscontent .news_item ul li:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #444791 100%), #4c5096;
}
.newsbox .newscontent .news_item ul .newsactive a, .newsbox .newscontent .news_item ul li:hover a {
  color: #ffffff;
  font-weight: 600;
}
.newsbox .newscontent .news_item ul li:hover {
  filter: brightness(1);
}
.newsbox .newscontent .news_item .more_item a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 32px;
}
.newsbox .newscontent .news_item .more_item img {
  width: 56%;
}
.newsbox .newscontent .news_item .more_item:hover {
  filter: brightness(1.2);
}
.newsbox .newscontent .tab_inner_wrap {
  width: 98%;
}
.newsbox .newscontent .tab_inner_wrap::after {
  content: "";
  clear: both;
  display: block;
}
.newsbox .newscontent .tab_inner_wrap ul li {
  width: 100%;
  clear: both;
  border-bottom: 1px solid rgba(41, 40, 83, 0.3);
  font-size: 15px;
  font-weight: 600;
}
.newsbox .newscontent .tab_inner_wrap ul li a {
  overflow: hidden;
  white-space: nowrap;
  color: #3f3f3f;
}
.newsbox .newscontent .tab_inner_wrap ul li a::before {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #060826;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
.newsbox .newscontent .tab_inner_wrap ul li a p {
  width: 280px;
  height: 53px;
  float: left;
  font-size: 15px;
  line-height: 53px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #060826;
}
.newsbox .newscontent .tab_inner_wrap ul li:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
}
.newsbox .newscontent .tab_inner_wrap ul li:hover p, 
.newsbox .newscontent .tab_inner_wrap ul li:hover a::before {
  color: #42418b;
}
.newsbox .newscontent .tab_inner_wrap ul li a .date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(6, 8, 38, .7);
  float: right;
  line-height: 53px;
}
.newsbox .newscontent .tab_inner_wrap ul li.iconews {
  font-size: 12px;
  color: #060826;
  vertical-align: middle;
  float: left;
}

.newsbox .newscontent .tab_inner_wrap ul li.icoevent {
  font-size: 12px;
  color: #060826;
  vertical-align: middle;
  float: left;
}
.newsbox .newscontent .tab_inner_wrap ul li.icosystem {
  font-size: 12px;
  color: #060826;
  vertical-align: middle;
  float: left;
}
.newsbox .newscontent .tab_inner_wrap ul li.iconews a::before {
  content: "【新聞】";
  padding: 1px 6px;
  float: left;
  font-size: 15px;
  margin-top: 14px;
}
.newsbox .newscontent .tab_inner_wrap ul li.icoevent a::before {
  content: "【活動】";
  float: left;
  padding: 1px 6px;
  font-size: 15px;
  margin-top: 14px;
}
.newsbox .newscontent .tab_inner_wrap ul li.icosystem a::before {
  content: "【系統】";
  float: left;
  padding: 1px 6px;
  font-size: 15px;
  margin-top: 14px;
}

.news_sns ul {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.news_sns ul li {
  transition: all 0.3s;
  filter: brightness(0.9);
}

.news_sns ul li:hover {
  filter: brightness(1);
  transform: translateY(-1px);
}



/* ========== 消息結束 ========== */


/* ========== 特色開始 ========== */

.features { 
  width: 100%;
  margin: 0;
  background-color: #000000;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.features::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}

.featureBG {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/feature_bg.jpg) no-repeat;
  background-size: 136% ;
  filter: blur(2px);
  opacity: 1;
  animation: 60s BgMove linear infinite;
}

.featurebox {
  width: 960px;
  margin: 0 auto;
}

.swiper-box {
  display: flex;
  align-items: center;
}

.featurebox .swiper-slide {
  background: url(../img/frame.png) no-repeat;
  background-size: 100% auto;
  padding: 1rem;
  box-sizing: border-box;
}

.features .featurebox .swiper-container {
  width: 822px;
  margin: 1% auto;
}

.features .featurebox .swiper-container .swiper-pagination {
  width: 100%;
  margin: 0 0 0 0;
  display: none;
}

.featurebox .swiper-pagination-bullet {
  width: 0.8vh;
  height: 0.8vh;
  display: inline-block;
  background: rgba(255, 239, 211, .25);
  border: 1px solid rgb(255, 239, 211);
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  margin: 2% 4% 0 0%;
}

.featurebox .swiper-pagination{
  width: 30%;
}

.featurebox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffefd3;
}


/* ========== 特色結束 ========== */



/* ========== footer 開始 ========== */

footer {
  position: relative;
  z-index: 3;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 88%), rgba(20, 20, 20, 0.8);
  backdrop-filter: saturate(50%) blur(4px);
  user-select: none;
}

.footer-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 70%;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  padding: 5vh 0 7vh 0;
}

.footer-content .com {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6vw;
  margin: 0 auto;
}

.logo01, .logo02, .logo03 {
  width: 24%;
}

.copyright ul {
  display: flex;
  justify-content: center;
  gap: 0.8em;
}

.copyright li {
  font-size: 1vh;
  text-align: center;
  letter-spacing: 0.6px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}

.age {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 2vh;
}

.icon-age {
  width: 3.6vh;
  margin-right: 0.1em;
}

.age .text {
  font-size: 1vh;
  font-weight: 200;
  letter-spacing: 0.7px;
}



/* ========== footer 結束 ========== */



/* ========== topBar 開始 ========== */

.topBar {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 8vh;
  background-color: rgba(0, 0, 0,0.8);
  backdrop-filter: blur(4px);
  z-index: 99;
}

.topBar-container {
  display: flex;
  padding-left: 0%;
}

.logo-box {
  width: 9%;
  display: flex;
  align-items: center;
}

.menu-content {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 11%;
}

.menu-content a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.2s;
}

.menu-content a span {
  display: block;
  background-image: url(../img/icon.png);
  background-size: 100%;
  width: 0.8em;
  height: 0.8em;
}

.kv li:hover, .menu-content a:hover {
  color: rgb(255, 255, 255, 1);
  filter: brightness(1.15);
}

.shop {
  display: flex;
  gap: 1vw;
}

.menu-content li .btn {
  background: linear-gradient(to bottom, rgb(129, 93, 23) 0%, rgb(146, 119, 55) 100%);
  padding: 0.8vh 2vw;
}

.menu-content .btn:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #c0bbb8;
    box-sizing: border-box;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
}

.menu-content li:hover {
  filter: brightness(1.06);
}

.menu-content li a:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #616060;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 98%, rgba(255, 255, 255, 0.52) 100%);
  pointer-events: none;
  mix-blend-mode: soft-light;
  transition: all 0.2s ease-in;
}

.menu-content li:hover :before {
  opacity: 1;
}

.music-control {
  z-index: 99;
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.music-control::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(../music/off.png) no-repeat center/contain;
}
.music-control[data-song="0"] { background: rgb(95, 29, 29); }
.music-control[data-song="1"] { background: rgb(95, 29, 29); }
.music-control[data-song="2"] { background: rgb(95, 29, 29); }

.music-control[data-song="0"]::before { background-image: url(../music/off.png); }
.music-control[data-song="1"]::before { background-image: url(../music/off.png); }
.music-control[data-song="2"]::before { background-image: url(../music/off.png); }

.music-control.active[data-song="0"]::before { background-image: url(../music/song1-on.png); }
.music-control.active[data-song="1"]::before { background-image: url(../music/song1-on.png); }
.music-control.active[data-song="2"]::before { background-image: url(../music/song1-on.png); }

.music-control.active {
  border: 1px solid rgb(0, 0, 0);
  box-shadow: rgb(255, 48, 48) 0px 0px 28px;
  filter: brightness(1.1);
  animation: play 12s linear infinite;
}
@keyframes play {
  0% {
    transform: rotate(0deg);
    filter: brightness(1);
  }
  10%, 30%, 50%, 70%, 90% {
    filter: brightness(1.18);
  }
  20%, 40%, 60%, 80% {
    filter: brightness(1)
  }
  100% {
    transform: rotate(360deg);
  }  
}



/* ========== topBar 結束 ========== */



/* ========== sns 開始 ========== */

.sns {
  width: 100%;
  position: relative;
  z-index: 8;
  mix-blend-mode: screen;
  opacity: 0.92;
}

.sns-container {
  position: fixed;
  right: 32px;
  top: 14%;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 1.8%;
}

.sns-container .deco {
  height: 20vh;
  background: url(../img/sns_deco.png) center bottom no-repeat;
  background-size: contain;
}

.flip {
  transform: scaleY(-1);
}

.goTop {
  display: none;
  width: 2vw;
  right: 32px;
  position: fixed;
  bottom: 4vh;
  z-index: 9;
  mix-blend-mode: screen;
}

.goTop a {
  display: block;
}

.sns a:hover, .goTop a:hover {
  filter: brightness(1.5);
}


/* ========== sns 結束 ========== */

.sticker {
    position: fixed;
    top: 68%;
    right: 56px;
    z-index: 10;
}
.sticker a {
    display: block;
    background: url(../img/sticker.png) no-repeat;
    background-size: contain;
    width: 9.8vw;
    height: 19.8vh;
    filter: brightness(0.95);
    animation: float 0.8s ease-in-out infinite alternate;
}
.sticker a:hover {
  filter: brightness(1.03);
  transform: scale(1.01);
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {

  .video-box .deco {
    width: auto;
    mask-position: center top;
    mask-size: 100vw 100vh;
  }
  .kv_info {
    width: 100%;
    position: absolute;
    top: 65vh;
    z-index: 8;
  }
  .kv .logo {
    width: 66%;
    top: 47vh;
  }
  .kv h2 img {
      width: 58%;
  }
  .kv .btn {
      margin-top: 0.6vh;
  }
  .kv .btn ul {
      width: 80%;
  }
  .kv .btn li {
    filter: brightness(1);
  }

  .wrapper .article {
    width: 100%;
  }
  .news_wrap {
    width: 100%;
    position: relative;
    padding: 10vh 0 14vh 0;
  }
  .news_wrap::after {
    content: "";
    display: block;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5) 100%);
    background-position: center;
    height: 150vh;
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .newstitle, .featuretitle {
    width: 50vw;
  }
  .news-bg {
    background-size: cover;
    background-position: center;
    mask: none;
  }

  .news-bg::after {
    display: none;
  }
  .news_wrap .newsbox {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .news_wrap .newsbox .newsbn, .news_wrap .newsbox .newscontent {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 3em;
  }
  .newsbox .newsbn{
    background-size: 100% 100%;
  }
  .news_wrap .newsbox .newsbn .swiper-container {
    display: block;
    box-sizing: border-box;
    width: 92%;
    height: auto;
    aspect-ratio: 49/37;
    margin: 0 auto;
    border: 1px solid #5f5f63;
  }
  .news_wrap .newsbox .newsbn a {
    display: block;
  }
  .swiper-slide {
    box-sizing: border-box;
  }
  .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 1vh;
    padding-left: 0.4em;
  }
  .newsbn .swiper-pagination-bullet {
    width: 0.8vh;
    height: 0.8vh;
    margin: 2% 2% 0 0%;
  }

  .news_item {
    padding: 0 1vw;
  }
  .news_item .news_item {
    padding: 0;
  }
  .news_item ul li {
    font-size: 18px;
    width: 50%;
  }

  .news_item ul li a {
    padding: 0.2vh 0;
  }

  .newsbox .newscontent .news_item .more_item a {
    width: 60px;
    height: 36px;
    padding-left: 4vw;
  }

  .newsbox .newscontent .news_item .more_item img {
    width: 100%;
  }

  .news_wrap .newsbox .newscontent {
    box-sizing: border-box;
    padding: 2vh 1vh;
    margin-top: 2vh;
    background: #ffffffe7;
    width: 94%;
  }

  .newsbox .newscontent .tab_inner_wrap {
    margin-top: 1vh;
  }
  .newsbox .newscontent .tab_inner_wrap ul li.iconews a::before {
    font-size: 18px;
  }
  .newsbox .newscontent .tab_inner_wrap ul li.icoevent a::before {
    font-size: 18px;
  }
  .newsbox .newscontent .tab_inner_wrap ul li.icosystem a::before {
    font-size: 18px;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a {
    display: block;
    position: relative;
    box-sizing: border-box;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a p {
    width: 65vw;
    height: 48px;
    font-size: 18px;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a .date {
    display: block;
    width: 100%;
    line-height: 20px;
    padding-bottom: 1vh;
    text-align: right;
  }
  .news_sns ul {
    margin-top: 2.4vh;
    padding: 0 1.2vw;
    gap: 16px;
  }
  .news_sns ul li {
    filter: brightness(1);
  }
  
  .features .featurebox {
    width: 88%;
    margin: 0 auto;
    padding: 4%;
  }

  .features::after {
    display: none;
  }

  .featureBG {
    background-size: auto 100%;
  }

  .features .featurebox .swiper-container {
    width: 92%;
    margin: 0 auto;
    margin-top: 2%;
  }

  .features .featurebox .swiper-container img {
      width: 100%;
  }
  
  .features .featurebox .featuretitle {
    width: 30%;
    margin: 0 auto;
  }
  
  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .features .featurebox .swiper-pagination {
    width: 60%;
    margin-top: 1%;
    
  }

  .features .featurebox .swiper-pagination-bullet {
    width: 0.9vh;
    height: 0.9vh;
    margin: 2% 3% 0 0%;
  }


.footer-content {
  width: 86%;
  padding-bottom: 16vh;
}

.footer-content .com {
  width: 72%;
  gap: 3vw;
}

.copyright ul {
    display: block;
}

.icon-age {
    width: 4.6vw;
    margin-right: 0.4em;
}

.age {
  flex-direction: column;
  align-items: center;
}
.age .text li {
  text-indent: -5px;
}

.topBar {
    height: auto;
}

.topBar-container {
    padding: 1vh 0;
    padding-left: 2vw;
    flex-direction: column;
    align-items: center;
}

.logo-box {
    width: 20%;
}

.menu-content {
    width: 94%;
    padding-left: 0%;
}

.menu-content li .btn {
    padding: 0.6vh 2.2vw;
}

.menu-content a {
    font-weight: 600;
}

.sns-container {
    width: 4vw;
    top: 15%;
    right: 1.6vw;
    gap: 1.6vh;
}

.goTop {
    display: none;
    width: 4.8vw;
    right: 2vw;
}
.goTop a {
    display: block;
}

.sticker {
  width: 100%;
  top: auto;
  bottom: 5vh;
  right: auto;
  left: auto;
  display: flex;
  justify-content: center;
}
.sticker a {
    background: url(../img/sticker_mob.png) no-repeat;
    background-size: contain;
    width: 36vw;
    height: 8.8vh;
}

  
}

@media screen and (max-width:767px) {

  .music-control {
    position: fixed;
    z-index: 98;
    border: solid 2px rgba(255, 255, 255, 0.25);
    background: rgba(0,0,0,0.70);
    top: 12vh;
    right: 3.5vw;
    width: 12vw;
    height: 12vw;
  }
  .music-control::before {
    width: 8vw;
    height: 8vw;
  }
  .music-control.active {
    box-shadow: rgba(255, 219, 120, 1) 0px 0px 0px;
    animation: play 12s linear infinite;
  }

  .kv, .sns, .topBar {
    display: none;
  }

  .kv-mob, .sideBar, .youtube {
    display: block;
  }

  .kv-mob {
    display: block;
    height: 78vh;
    position: relative;
    z-index: 2;
  }

  .kv-bg {
      position: absolute;
      mask: linear-gradient(to bottom, #fff 0%, #fff 92%, rgba(255, 255, 255, 0) 100%);
  }

  .btn-play {
      position: relative;
      top: 1.5vh;
      display: flex;
      justify-content: center;
      animation: glow 1.6s linear infinite;
  }

  .btn-play a {
      display: block;
      width: 24%;
      filter: hue-rotate(112deg);
  }

  .kv-mob .logo {
      position: absolute;
      width: 68%;
      top: 51vh;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .kv-mob .slg {
      position: absolute;
      width: 88%;
      top: 62vh;
      left: 51%;
      transform: translate(-50%, -50%);
  }

  .kv-mob .btn {
      position: absolute;
      top: 68.4vh;
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .kv-mob .btn ul {
      width: 74%;
      display: flex;
      justify-content: center;
      gap: 8px;
  }

  .kv-mob .btn li {
      width: 50%;
      filter: brightness(0.85);
  }

  .kv-mob .btn li.off {
      display: none;
  }

  .kv-mob .btn li a:hover {
      filter: brightness(1.3);
      transform: scale(1.02);
  }

  .kv-mob .btn a {
      margin-top: 1.6vh;
      color: rgba(14, 14, 14, 0.8);
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-decoration: underline;
      display: block;
      filter: brightness(1.2);
  }

  .youtube {
      display: none;
      position: fixed;
      z-index: 100;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.82);
  }

  .play-content {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .sideBar {
    display: block;
    position: relative;
    z-index: 99;
  }

  .sideBar .ham {
      width: 15vw;
      position: fixed;
      top: 0.6em;
      right: 0.6em;
  }

  .sideBar .ham a {
      display: block;
      filter: hue-rotate(112deg);
  }

  .sideBar .menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.92);
      -webkit-user-drag: none;
  }

  .menu-content {
      width: 100%;
      padding-left: 0%;
      display: flex;
      justify-content: center;
  }

  .menu-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3.2vh;
      width: 60%;
      padding-top: 6vh;
  }

  .menu-content li {
      padding: 0.4vh 0;
  }

  .menu-content a {
      font-size: 2.4vh;
      font-weight: 600;
  }

  .shop {
    width: 132%;
    position: relative;
    justify-content: center;
    gap: 4vw;
  }

  .menu-content .shop .btn {
      padding: 1.2vh 7vw;
  }

  .menu-sns {
      display: flex;
      gap: 0.8em;
      width: 112%;
      position: relative;
  }

  .menu-close {
    position: absolute;
    top: 1.3em;
    right: 0.4em;
    opacity: 0.5;
  }

  .menu-close img {
      width: 70%;
  }

  .goTop {
      display: none;
      width: 9vw;
      right: 1em;
  }

  .goTop a {
      display: block;
  }

  .features .featurebox .swiper-pagination{
    width: 100%;
    margin-top: 0%;
  }

  
  /* ========== 消息開始 ========== */

  .wrapper .article {
    width: 100%;
  }

  .news_wrap {
    width: 100%;
    position: relative;
    padding: 10vh 0 14vh 0;
  }
  
  .news-bg {
    position: fixed;
    mask: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0.5) 90%);
  }

  .news-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, #020916 80%);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
  }

  .news_wrap .newsbox {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .news_wrap .newsbox .newsbn, .news_wrap .newsbox .newscontent {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 2em;
  }
  .news_wrap .newsbox .newsbn {
    background-size: 100% 100%;
  }
  .news_wrap .newsbox .newsbn a {
    display: block;
    width: 100%;
    height: auto;
  }
  .news_wrap .newsbox .newsbn img {
    width: 100%;
  }

  .news_wrap .newsbox .newsbn .swiper-container {
    width: 84vw;
    height: auto;
    aspect-ratio: 49/37;
    margin: 0 auto;
    border: 1px solid #5f5f63;
    box-sizing: border-box;
    display: block;
  }

  .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 100%;
    margin-top: 0.2vh;
    padding-left: 0.4em;
  }

  .newsbn .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2% 3% 0 0%;
  }

  .news_item ul li {
    font-size: 16px;
    width: 50%;
  }

  .newsbox .newscontent .news_item .more_item a {
    width: 54px;
    padding-left: 4vw;
  }

  .newsbox .newscontent .news_item .more_item img {
    width: 100%;
  }

  .news_wrap .newsbox .newscontent {
    box-sizing: border-box;
    padding: 2vh 1vh;
    margin-top: 2vh;
    background: #ffffffde;
    width: 94%;
  }

  .newsbox .newscontent .tab_inner_wrap {
    margin-top: 1vh;
  }
  .newsbox .newscontent .tab_inner_wrap ul li.iconews a::before, .newsbox .newscontent .tab_inner_wrap ul li.icoevent a::before, .newsbox .newscontent .tab_inner_wrap ul li.icosystem a::before {
    font-size: 16px;
    margin-right: 0;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a {
    display: block;
    position: relative;
    box-sizing: border-box;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a p {
    width: 68vw;
    height: 48px;
    font-size: 16px;
  }
  .newsbox .newscontent .tab_inner_wrap ul li a .date {
    display: block;
    width: 100%;
    line-height: 20px;
    padding-bottom: 1vh;
    text-align: right;
  }

  .news_sns ul {
    margin-top: 2.4vh;
    gap: 4px;
  }

  .news_sns ul li {
    filter: brightness(1);
  }

 
  /* ========== 消息結束 ========== */



  /* ========== 商店開始 ========== */

  .features { 
    width: 100%;
    margin: 0;
    padding: 10vh 0 12vh 0;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .features::after {
    display: none;
  }

  .featureBG {
    background-size: auto 100%;
  }

  .features .featurebox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 10%;
  }

  .features .featurebox .featuretitle {
      width: 50%;
      margin: 0 auto;
      padding: 0%;
      padding-bottom: 4%;
  }

  .features .featurebox .featuretitle img {
      width: 100%;
  }

  .features .featurebox .swiper-container {
      width: 94%;
      height: auto;
      margin: 0 auto;
  }

  .features .featurebox .swiper-container img {
      width: 100%;
  }

  .featurebox .swiper-slide {
    padding: 0.6em 0.6em 0.3em 0.6em;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .features .featurebox .swiper-container .swiper-pagination {
      width: 100%;
      margin: 0 0 0 0;
  }

  .features .featurebox .swiper-container .swiper-pagination img {
      width: 100%;
  }

  .features .featurebox .swiper-pagination {
      display: flex;
      justify-content: center;
      gap: 2%;
      margin-top: 2vh;
  }

  .features .featurebox .swiper-pagination-bullet {
      width: 0.9vh;
      height: 0.9vh;
      margin: 0;
  }

  .features .featurebox .swiper-pagination-bullet img {
      width: 100%;
  }

  .features .featurebox .notice_web {
      clear: both;
      width: 30%;
      margin: 0 auto;
      display: none;
  }

  .features .featurebox .notice_web img {
      width: 100%;
  }

  .features .featurebox .notice_mob {
      clear: both;
      width: 30%;
      margin: 0 auto;
      display: block;
  }

  .features .featurebox .notice_mob img {
      width: 100%;
  }

  /* ========== 商店結束 ========== */



  /* ========== footer開始 ========== */

  .footer-content {
    width: 90%;
    padding: 5vh 0 18vh 0;
  }

  .footer-content .com {
    width: 88%;
    gap: 3vw;
  }

  .logo01, .logo02, .logo03 {
      width: 32%;
  }

  .copyright ul {
      display: block;
  }

  .copyright li {
      font-size: 9px;
  }

  .age {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .icon-age {
      width: 8%;
  }

  .text ol {
      margin-top: 1vh;
  }

  .text li {
      text-indent: -4px;
      font-size: 9.5px;
  }

  /* ========== footer結束 ========== */

  .sticker {
    width: 100%;
    top: auto;
    bottom: 2.2vh;
    right: auto;
    left: auto;
    display: flex;
    justify-content: center;
  }
  .sticker a {
      background: url(../img/sticker_mob.png) no-repeat;
      background-size: contain;
      width: 60vw;
      height: 11vh;
      animation-duration: 1.4s;
  }

}