@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
b {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

input,
button,
textarea,
select,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

textarea:focus,
input:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: "Noto Sans TC", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
    font-size: 16px;
    color: #545454;
}

@media all and (min-width: 0\0) {
    body {
        font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
    }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}
.rightbar {
    position: fixed;
    width: 176px;
    height: auto;
    z-index: 99;
    right: 2px;
    top: 30%;
    padding: 1% 0;
    background: url(../img/rightbg3.png) repeat-y;
    border: 2px solid #6d2825;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .rightbar.active {
    -webkit-transform: translateX(178px);
            transform: translateX(178px);
  }
  .rightbar ul {
    width: 90%;
    margin: 12% 2% 0 8%;
  }
  .rightbar ul li {
    margin: 0 0 9px 0;
  }
  .rightbar ul li ul.social_rightbar li {
    float: left;
  }
  .rightbar ul li:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul li.payarea {
    float: left;
    width: 50%;
    margin: 0 0 5% 0;
  }
  .rightbar ul li.store {
    padding-left: 3%;
    clear: both;
  }
  .rightbar ul li.store img {
    width: 90%;
  }
  .rightbar ul li.number {
    margin-left: 2.5%;
  }
  .rightbar ul .social_rightbar {
    clear: both;
    padding-left: 3px;
    margin-left: 8px;
    margin-bottom: 26%;
  }
  .rightbar ul .social_rightbar .social_fb, .rightbar ul .social_rightbar .social_baha, .rightbar ul .social_rightbar .social_yt {
    float: left;
    padding: 0 4px;
  }
  .rightbar ul .social_rightbar .social_fb:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul .social_rightbar .social_baha:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul .social_rightbar .social_yt:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar .menu {
    width: 34px;
    height: 101px;
    z-index: -1;
    padding-top: 8px;
    margin: 12px 0 0 -26px;
    position: absolute;
    background: url(../img/rightbarmenu.png) center top no-repeat;
    cursor: pointer;
  }
  .rightbar .menu .open {
    margin: 7px 0 0 5px;
    background: url(../img/rightopen.png) no-repeat;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 14px;
    height: 16px;
  }
  .rightbar .menu .open.active {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
ul {
    margin: 0;
    padding: 0;
}

.header {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: transparent url("../img/bg_top.jpg") 50% 0 no-repeat;
}

.header-wrap {
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: 8% -12%;
  position: relative;
}

.header-logo {
    width: 30%;
    height: auto;
    margin: auto;
    z-index: 2;
}

.header-logo img {
  width: 100%;
}

.header-dl {
    width: 352px;
    margin:2px auto 0 auto;
    text-align: center;
    z-index: 2;
    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;
}

.header-dl>div {
    width: 145px;
    height: 40px;
    margin: 0 8px;
}

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

.header-dl .applestore {
    background-repeat: no-repeat;
    background: url("../img/dl_apple.png");
    background-size: 100%;
}

.header-dl .googleplay {
    background-repeat: no-repeat;
    background: url("../img/dl_google.png");
    background-size: 100%;
}

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


  
/*footer開始*/

.footer {
  background-color: #000000;
  position: relative;
  background-image: url(../img/footer_bg.jpg);
}
.footer #footercopy {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.1rem;
  padding: 2.5rem;
  color: #fff;
}
.footer #footercopy .con {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.footer #footercopy .con p {}

.footer #footercopy p {
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.footer #footercopy .con img {
  margin-right: 0.2rem;
}
.footer #footercopy .grade {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.footer #footercopy .grade img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
}
.footer #footercopy .grade p {}


/*footer結束*/


@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .header-acolyte {
        right: calc((100vw - 960px) / 2 - 70px);
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: 50vw;
        background-size: 200%;
    }
    .header-logo {
        top: 10px;
        left: 0px;
        width: 40vw;
        height: 18.5vw;
        background-size: 100%;
    }
    .header-dl {
        text-align: left;
        top: calc(50vw - 44px);
        left: 0px;
        width: 100%;
        background-color: #888;
    }
    .header-dl>div {
        width: calc(50% - 2px);
        margin: 0 1px;
        height: 44px;
    }
    .header-dl .applestore {
        background: #000 url("../img/dl_apple.png") 50% 50% no-repeat;
        background-size: auto 90%;
    }
    .header-dl .googleplay {
        background: #000 url("../img/dl_google.png") 50% 50% no-repeat;
        background-size: auto 90%;
    }
    .header-acolyte {
        width: 65vw;
        right: -5vw;
        top: 5vw;
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .header-wrap {
        padding: 0 14px;
    }
}

.notice {
    background: url("../img/bg_pattern_01.jpg");
}

.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: 36px;
    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: #eaeaea;
}

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

.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 dotted #ae8e4a;
}

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

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

.notice-list_td li a:before {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
}

.notice-list_td li:before {
    width: 0%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(174, 142, 74, 0.05);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media only screen and (min-width: 1281px) {
    .notice-list_td li:hover:before {
        width: 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: #3f3f3f;
    font-size: 12px;
    text-align: center;
    width: 85px;
    z-index: 1;
    position: relative;
}

.notice-list_td li.icoevent a:before {
    content: '活動';
    background-color: #dbc33a;
}

.notice-list_td li.iconews a:before {
    content: '新聞';
    background-color: #a83535;
}

.notice-list_td li.icosystem a:before {
    content: '系統';
    background-color: #4d8832;
}

.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: #ae8e4a;
}

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

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

@media screen and (min-width: 1025px) and (max-width: 1280px){
  .wrapper .header .topbar_ob::before {
    content: "";
    position: absolute;
    background: url(../img/lefttop_cloud.png) no-repeat left top;
    width: 300px;
    height: 229px;
    left: 0;
    top: 0;
    background-size: 60%;
  }
  .wrapper .header .topbar_ob::after {
    content: "";
    position: absolute;
    background: url(../img/righttop_cloud.png) no-repeat right top;
    width: 312px;
    height: 183px;
    right: 0;
    top: 0;
    background-size: 80%;
  }
}

@media only screen and (max-width: 1024px) {
    .notice-wrap {
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 480px) {
    .notice-wrap {
        padding: 30px 0;
        width: 90%;
        margin: 0 5%;
    }
    .notice-top>* {
        display: block;
    }
    .notice-list_th .no {
        display: none;
    }
    .notice-list_th .title {
        width: calc(100% - 90px);
    }
    .notice-list_td li a {
        width: calc(100% - 90px);
        white-space: normal;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .notice-list_td li .no {
        display: none;
    }
    
    
}

.notice-theme {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.notice-theme-icon {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.notice-theme-icon.icoevent {
    background-color: #dbc33a;
}

.notice-theme-icon.iconews {
    background-color: #a83535;
}

.notice-theme-icon .icosystem {
    background-color: #4d8832;
}

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

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

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

.notice .ntContent h1 {
    font-size: 24px;
    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 .ntContent p {
        
    }
}

.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 {
    pointer-events: none;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  
  .header-wrap {
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: 11% -20%;
    position: relative;
  }

  .header-logo {
      width: 30%;
      height: auto;
      margin: auto;
      z-index: 2;
  }

  .header-logo img {
    width: 100%;
  }


  /*footer開始*/

  .footer {
    background-color: #000000;
    position: relative;
    background-image: url(../img/footer_bg.jpg);
  }
  .footer #footercopy {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem;
    color: #fff;
    flex-direction: column;
  }
  .footer #footercopy .con {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .footer #footercopy .con p {}

  .footer #footercopy p {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .footer #footercopy .con img {
    margin-right: 0.2rem;
  }
  .footer #footercopy .grade {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .footer #footercopy .grade img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .footer #footercopy .grade p {}


  /*footer結束*/
}

@media screen and (min-width:768px) and (max-width:1024px){
  .wrapper .header .topbar_ob {
    display: none;
  }
  .wrapper .mobnu_ob {
    display: block;
  }
  .wrapper .mask, .wrapper .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrapper .mask ul, .wrapper .mask_ob ul {
    padding-top: 38%;
  }
  .wrapper .mask ul li, .wrapper .mask_ob ul li {
    text-align: center;
    font-size: 2em;
    margin-bottom: 5%;
    color: #ffffff;
  }
  .wrapper .mask ul li a, .wrapper .mask_ob ul li a {
    color: #ffffff;
  }
  .wrapper .mask ul li .mobwebpay, .wrapper .mask_ob ul li .mobwebpay {
    display: block;
    position: absolute;
    margin-top: 0;
    width: 100%;
  }
  .wrapper .mask ul li .mobwebpay ul, .wrapper .mask_ob ul li .mobwebpay ul {
    padding-top: 2%;
    width: 90%;
    display: inline-block;
    margin: 0 5%;
  }
  .wrapper .mask ul li .mobwebpay ul li, .wrapper .mask_ob ul li .mobwebpay ul li {
    float: left;
    width: 48%;
    color: #ffffff;
    margin: 0 1%;
    line-height: 2.5;
    padding-left: 0;
    font-size: 17px;
    background-color: rgba(255, 176, 57, 0.9);
  }
  .wrapper .mask ul li .mobwebpay ul li a, .wrapper .mask_ob ul li .mobwebpay ul li a {
    color: #000000;
    display: block;
  }
  .wrapper .mask ul li .mobwebpay ul li a:hover, .wrapper .mask_ob ul li .mobwebpay ul li a:hover {
    background-color: rgba(255, 176, 57, 0.9);
  }
  .wrapper .close-btn {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: -7%;
    display: none;
    z-index: 9999;
    background: url(../img/close.png) no-repeat;
    width: 56px;
    height: 56px;
  }
  .wrapper .close-btn:hover {
    -webkit-animation: spin 1s ease-in-out;
            animation: spin 1s ease-in-out;
  }
  .wrapper .mobnu_ob {
      display: block;
    }
  .wrapper .mobnu_ob .mobmenu {
    display: block;
    width: 150px;
    height: 100px;
    background: url(../img/mob_menubg.png) no-repeat center top;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob {
    width: 51px;
    height: 51px;
    background: url(../img/mob_menu.png) no-repeat;
    border-radius: 30px;
    position: fixed;
    cursor: pointer;
    right: 3%;
    padding: 2% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: -6px auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
            animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
            transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
    opacity: 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  .rightbar {
    position: fixed;
    width: 176px;
    height: 344px;
    z-index: 99;
    right: 2px;
    top: 20%;
    padding: 0;
    background: url(../img/rightbg3.png) repeat-y;
    border: 2px solid #6d2825;
    -webkit-transform: translateX(178px);
            transform: translateX(178px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .rightbar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .wrapper .rightbar .menu .open {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .wrapper .rightbar .menu .open.active {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  /*footer開始*/

  .footer {
    background-color: #000000;
    position: relative;
    background-image: url(../img/footer_bg.jpg);
  }
  .footer #footercopy {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 2.5rem;
    color: #fff;
  }
  .footer #footercopy .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-bottom: 1%;
  }

  .footer #footercopy .con p {
    text-align: center;
  }

  .footer #footercopy p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 1%;
  }

  .footer #footercopy .con img {
    margin-right: 0.2rem;
  }
  .footer #footercopy .grade {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .footer #footercopy .grade img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .footer #footercopy .grade p {}


  /*footer結束*/
}


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

  .wrapper .header .topbar_ob {
    display: none;
  }
  .wrapper .mobnu_ob {
    display: block;
  }
  .wrapper .mask, .wrapper .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrapper .mask ul, .wrapper .mask_ob ul {
    padding-top: 38%;
  }
  .wrapper .mask ul li, .wrapper .mask_ob ul li {
    text-align: center;
    font-size: 2em;
    margin-bottom: 5%;
    color: #ffffff;
  }
  .wrapper .mask ul li a, .wrapper .mask_ob ul li a {
    color: #ffffff;
  }
  .wrapper .mask ul li .mobwebpay, .wrapper .mask_ob ul li .mobwebpay {
    display: block;
    position: absolute;
    margin-top: 0;
    width: 100%;
  }
  .wrapper .mask ul li .mobwebpay ul, .wrapper .mask_ob ul li .mobwebpay ul {
    padding-top: 2%;
    width: 90%;
    display: inline-block;
    margin: 0 5%;
  }
  .wrapper .mask ul li .mobwebpay ul li, .wrapper .mask_ob ul li .mobwebpay ul li {
    float: left;
    width: 48%;
    color: #ffffff;
    margin: 0 1%;
    line-height: 2.5;
    padding-left: 0;
    font-size: 17px;
    background-color: rgba(255, 176, 57, 0.9);
  }
  .wrapper .mask ul li .mobwebpay ul li a, .wrapper .mask_ob ul li .mobwebpay ul li a {
    color: #000000;
    display: block;
  }
  .wrapper .mask ul li .mobwebpay ul li a:hover, .wrapper .mask_ob ul li .mobwebpay ul li a:hover {
    background-color: rgba(255, 176, 57, 0.9);
  }
  .wrapper .close-btn {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: -7%;
    display: none;
    z-index: 9999;
    background: url(../img/close.png) no-repeat;
    width: 56px;
    height: 56px;
  }
  .wrapper .close-btn:hover {
    -webkit-animation: spin 1s ease-in-out;
            animation: spin 1s ease-in-out;
  }
  .wrapper .mobnu_ob {
      display: block;
    }
  .wrapper .mobnu_ob .mobmenu {
    display: block;
    width: 150px;
    height: 100px;
    background: url(../img/mob_menubg.png) no-repeat center top;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob {
    width: 51px;
    height: 51px;
    background: url(../img/mob_menu.png) no-repeat;
    border-radius: 30px;
    position: fixed;
    cursor: pointer;
    right: 3%;
    padding: 4% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 6px auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
            animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
            transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
    opacity: 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  .rightbar {
    position: fixed;
    width: 176px;
    height: 344px;
    z-index: 99;
    right: 2px;
    top: 20%;
    padding: 0;
    background: url(../img/rightbg3.png) repeat-y;
    border: 2px solid #6d2825;
    -webkit-transform: translateX(178px);
            transform: translateX(178px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .rightbar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .wrapper .rightbar .menu .open {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .wrapper .rightbar .menu .open.active {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  /*footer開始*/

  .footer {
    padding: 20% 0%;
  }
  .footer #footercopy {
    width: 84%;
    margin: -20% 0% -18% 0%;
    font-size: 12px;
    color: #ffffff;
    padding: 8%;
    display: block;
  }
  .footer #footercopy .con {
    float: none;
    width: 100%;
    margin: 0 0;
    display: block;
  }
  .footer #footercopy p{
    font-size: 0.6rem;
    margin-top: 3%;
    text-align: center;
  }
  .footer #footercopy .con p {
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .footer #footercopy .con img {
    float: none;
    margin: 0 0% 0% 26%;
    width: 50%;
  }
  .footer #footercopy .grade {
    clear: both;
    width: 100%;
    float: none;
    margin: 5% 0 0 0;
    font-size: 10px;
    padding-left: 0%;
    display: block;
  }
  .footer #footercopy .grade img {
    float: none;
    margin: 0 45% 3% 45%;
  }
  .footer #footercopy .grade p {
    float: none;
    width: 100%;
    text-align: center;
  }

  /*footer結束*/

}
