

html, body {
    font-family: "Noto Sans", "Microsoft JhengHei", "Microsoft YaHei", "Apple LiGothic", Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #545454;
    line-height: 1.5;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    background: #000000;
}

.sideBar {
  display: none;
}

.header-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.header_bg {
  position: relative;
  width: 100%;
  height: 28vh;
  overflow: hidden;
  background: url("../img/bg_top.jpg") no-repeat center;
  background-size: auto 100%;
  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%);
}

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

.header-content {
  position: absolute;
  bottom: 2vh;
  width: 100%;
}

.header-dl ul {
  width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.header-dl ul li {
  width: 10em;
  transition: all 0.3s ease-in;
}

.header-dl a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-dl ul 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%, #10174a 100%);
  pointer-events: none;
  mix-blend-mode: lighten;
  transition: all 0.2s ease-in;
}

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

.header-dl ul li:hover :before {
  opacity: 1;
}


.wrapper .header .topbar_ob {
    width: 100%;
    height: 50px;
    background-color: #ffffffe2;
    z-index: 10;
    position: fixed;
    display: block;
  }
  .wrapper .header .topbar_ob::before {
    content: "";
    position: absolute;
    background: url(../img/lefttop_cloud.png) no-repeat center top;
    width: 300px;
    height: 229px;
    left: 0;
    top: 0;
  }
  .wrapper .header .topbar_ob::after {
    content: "";
    position: absolute;
    background: url(../img/righttop_cloud.png) no-repeat center top;
    width: 312px;
    height: 183px;
    right: 0;
    top: 0;
  }
  .wrapper .header .topbar_ob ul {
    width: 578px;
    margin: 0 auto;
  }
  .wrapper .header .topbar_ob ul li {
    float: left;
    margin: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #cc7d0e;
    cursor: pointer;
    position: relative;
  }
  .wrapper .header .topbar_ob ul li a {
    color: #cc7d0e;
  }
  .wrapper .header .topbar_ob ul li a:hover {
    color: #454545;
  }
  .wrapper .header .topbar_ob ul li .webpay {
    display: none;
    position: absolute;
    margin-top: -20px;
  }
  .wrapper .header .topbar_ob ul li .webpay ul li {
    float: none;
    width: 90px;
    margin: 0 0 3px 0;
    line-height: 1.5;
    padding-left: 2px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .wrapper .header .topbar_ob ul li .webpay ul li a {
    color: #000000;
    display: block;
  }
  .wrapper .header .topbar_ob ul li .webpay ul li a:hover {
    background-color: white;
  }

.notice {
  background: url("../img/bg_pattern_01.jpg");
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.notice::after {
  content: "";
  display: block;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.2) 100%);
  background-position: center;
  height: 150vh;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.notice-wrap {
    padding: 100px 0 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.notice-top {
    position: relative;
}

.notice-top>* {
    display: inline-block;
}

.notice-top h3 {
    font-family: "Noto Sans CJK TC", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #565656;
    margin: 0;
}

.notice-top select,
.notice-top input {
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #565656;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.notice-top input[type="text"] {
    width: 150px;
}

.notice-top input[type="button"] {
    background-color: #565656;
    border: 0;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    cursor: pointer;
}

.notice-top-search,
.notice-top-select {
    float: right;
    margin-top: 14px;
    font-size: 14px;
    border-radius: 0;
}

.notice-top-select {
    width: 78px;
    margin-right: 10px;
    padding: 2px 6px 2px 10px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/sel.png") 95% 50% no-repeat;
}

.notice-top:after {
    clear: both;
    content: "";
    display: table;
}

.notice-list {
    margin-top: 10px;
}

.notice-list_th {
    width: 100%;
    padding: 10px 0;
    background-color: #e6e6e6;
}

.notice-list_th>span {
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

.notice-list_th .no {
    width: 65px;
}

.notice-list_th .title {
    width: calc(100% - 110px);
}

.notice-list_th .date {
    width: 85px;
}

.notice-list_td {
    position: relative;
    margin-top: 5px;
}

.notice-list_td li {
    position: relative;
    border-bottom: 1px solid rgba(41, 40, 83, 0.15);
}

.notice-list_td li>* {
    display: inline-block;
}

.notice-list_td li a {
    padding: 12px 0px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: #545454;
    height: 100%;
    transition: all .3s ease-in;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 98px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list_td li a:before {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-right: 4px;
}

.notice-list_td li:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
}

.notice-list_td li .no {
    text-align: center;
    width: 65px;
    color: #999;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.notice-list_td li .date {
    color: #3f3f3fad;
    font-size: 12px;
    z-index: 1;
    position: relative;
}

.notice-list_td li.icoevent a:before {
    content: '【活動】';
    color: #545454;
}

.notice-list_td li.iconews a:before {
    content: '【新聞】';
    color: #545454;
}

.notice-list_td li.icosystem a:before {
    content: '【系統】';
    color: #545454;
}

.notice .ntContent {
  font-size: 15px;
  line-height: 1.67;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.85);
}

.notice .ntContent h1 {
  font-size: 18px;
  color: #199DC2;
  margin-bottom: 10px;
  font-weight: bold;
}

.notice .ntContent h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.notice .ntContent h3 em {
  color: #85A00D;
  font-weight: bold;
}

.notice .ntContent p {
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.notice .ntContent a {
  color: #0078C7;
  padding-bottom: 2px;
  font-weight: bold;
}

.notice .ntContent em {
  color: #85A00D;
  font-style: normal;
}

.notice .ntContent ol,
.notice .ntContent ul {
  margin: 0;
  padding-left: 20px;
}

.notice .ntContent ol li {
  list-style: decimal;
}

.notice .ntContent ul li {
  list-style: disc;
}

.notice .ntContent strong {
  color: #E75F63;
}

.notice .ntContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.notice .ntContent table {
  border: 1px solid #99D3E3;
  margin: 30px auto;
  width: 100%;
}

.notice .ntContent table tr:first-child td {
  border: 1px solid #99D3E3;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #86C4D5;
  letter-spacing: 4px;
  text-shadow: 0 0 8px #398BA2;
  color: #fff;
}

.notice .ntContent table tr:first-child td p {
  text-align: center;
}

.notice .ntContent table td {
  border: 1px solid #99D3E3;
  color: #555;
  padding: 10px 10px;
}

.notice .ntContent table td p {
  margin: 0;
}

.notice .ntContent table td img {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .notice .ntContent {
      padding: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .notice .ntContent {
      padding: 20px;
      width: 100%;
      box-sizing: border-box;
  }
}

.notice-pagination {
    position: relative;
    margin: 0px auto;
    padding: 20px 0;
}

.notice-pagination ul {
    text-align: center;
}

.notice-pagination ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin: 5px 4px;
    border-radius: 24px;
    text-align: center;
}

.notice-pagination ul li a {
    color: #545454;
    width: 24px;
    height: 24px;
    display: block;
}

.notice-pagination ul li:not(.now):hover {
    font-weight: bold;
    color: #394b9b;
}

.notice-pagination ul li.first,
.notice-pagination ul li.last {
    font-size: 12px;
}

.notice-pagination ul li.now a {
    color: #ae8e4a;
}

.notice-theme-title {
  font-weight: bold;
  font-size: 28px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.notice-date {
  right: 0;
  font-weight:500;
  top: 0;
  color: #9e9e9e;
  font-size: 12px;
  position: relative;
  padding: 2px 0 12px 0;
}

.notice-btns {
  text-align: center;
  margin: 30px 0 10px;
}

.notice-btns li {
  display: inline-block;
  background: url("../img/bg_pattern_04.jpg") 50% 50%;
  margin: 0 5px;
  border-radius: 3px;
}

.notice-btns li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  display: block;
}


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

footer {
  position: relative;
  z-index: 3;
  width: 100%;
  background: #141414;
  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: 600px;
  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: 12px;
  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: 40px;
  margin-right: 0.1em;
}

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

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


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

.topBar {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 6vh;
  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: 52%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16%;
}

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

.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.1);
}

.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.4vh 1.8vw;
}

.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%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 92%, rgba(255, 255, 255, 0.5) 100%);
  pointer-events: none;
  mix-blend-mode: soft-light;
  transition: all 0.3s ease-in;
}

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


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

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

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

.sns-container {
  position: fixed;
  right: 32px;
  top: -32%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 1.8%;
  height: 94%;
}

.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: 1.6em;
  position: fixed;
  bottom: 4vh;
  z-index: 5;
  mix-blend-mode: screen;
}

.goTop a {
  display: block;
}

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

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


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

    .header_bg {
      mask: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0.5) 100%);
    }

    .notice-wrap {
        padding: 40px 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .notice::after {
      display: none;
    }
    .logo-box {
      width: 13%;
      display: flex;
      align-items: center;
      padding-left: 4%;
    }
    .menu-content {
      width: 70%;
      padding-left: 4%;
    }
    .menu-content a {
      font-size: 1.2vh;
    }

    .footer-content {
      width: 86%;
    }

    .copyright ul {
        display: block;
    }

    .icon-age {
        width: 4.6vw;
    }

    .copyright li {
      font-size: 1vh;
    }
    .age .text {
      font-size: 1vh;
    }

    .sns {
      display: none;
    }

    .topBar {
      display: none;
    }

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

    .sideBar .ham {
        width: 6vh;
        position: fixed;
        top: 0.8em;
        right: 0.8em;
    }

    .sideBar .ham a {
        display: block;
    }

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

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

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

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

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

    .menu-content a {
        font-size: 2.2vh;
    }

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

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

    .menuOn {
      animation: menuOn 0.35s ease 0s forwards;
    }

    .menu-sns {
        display: flex;
        justify-content: center;
        gap: 1.4em;
        width: 120%;
        position: relative;
    }

    .menu-sns li {
      width: 16%;
    }

    .menu-close {
        position: absolute;
        top: 1.5em;
        right: 0.6em;
        opacity: 0.5;
    }

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

}



@media screen and (max-width:767px) {
    
    .header_bg {
      mask: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0.5) 100%);
    }

    .header-dl ul {
      margin-left: 4em;
    }

    .header-dl ul li .apk {
      display: none;
    }
  
    .notice-wrap {
        padding: 30px 0;
        width: 90%;
        margin: 0 5%;
    }
    .notice::after {
      display: none;
    }
    .notice-top>* {
        display: block;
    }
    .notice-list_th .no {
        display: none;
    }
    .notice-list_th .title {
        width: 69%;
    }
    .notice-list_th .date {
        width: 29%;
    }
    .notice-list_td li a {
        position: relative;
        z-index: 2;
        width: 90vw;
        height: 4em;
        padding: 8px 0 0 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .notice-list_td li .date {
      color: #3f3f3fad;
      font-size: 12px;
      z-index: 1;
      position: absolute;
      bottom: 1vh;
      right: 0;
      width: 98%;
      text-align: right;
    }
    .notice-list_td li .no {
        display: none;
    }

    .footer-content {
      width: 90%;
    }

    .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 {
        font-size: 9.5px;
    }

    .sns {
      display: none;
    }

    .age .text {
      text-indent: -4px;
    }

    .topBar {
      display: none;
    }

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

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

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

  .menu-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4vh;
      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;
  }

  .menuOn {
    animation: menuOn 0.35s ease 0s forwards;
  }

  .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%;
  }
    
}

