* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

body{
  background-color: #ebeff0;
}

.off{
  display: none !important;
}

.title-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  height: 6rem;
  border-bottom: 1px solid #d7dadf;
  background-color: white;
  font-size: 2.2rem;
  font-weight: 500;
  color: #464646;
}

.title-bar .btn-back{
  display: block;
  width: 1.3rem;
  height: 2.1rem;
  background: url(../../img/detailview/icon-back.png) no-repeat center/contain;
}

.title-bar .btn-home{
  display: block;
  width: 2.8rem;
  height: 2.4rem;
  background: url(../../img/detailview/icon_Home.png) no-repeat center/contain;
}

.block-section {
  overflow: hidden;
  margin: .9rem auto;
  background-color: white;
  border: 1px solid #d7dadf;
  border-left: none;
  border-right: none;
}

.notice-list-container .notice-list{
  list-style: none;
}

.notice-list-container .notice-list a{
  display: flex;
  height: 8.9rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid #d7dadf;
  text-decoration: none;
  background-color: white;
}

.notice-list-container .notice-list .notice-wrap{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notice-list-container .notice-list .title-wrap{
  display: flex;
  align-items: center;
}

.notice-list-container .notice-list .title{
  width: calc(100vw - 5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 500;
  color: #464646;
}

.notice-list-container .notice-list a.new-notice .title{
  width: calc(100vw - 5rem - .6rem - .8rem);
}

.notice-list-container .notice-list .date{
  margin-top: 1rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: normal;
  color: #808080;
}

.notice-list-container .notice-list a .icon-new{
  display: none;
}

.notice-list-container .notice-list a.new-notice{
  background-color: #f1f6f9;
}

.notice-list-container .notice-list a.new-notice .icon-new{
  display: block;
  width: .6rem;
  height: .6rem;
  margin-right: .8rem;
  background-color: #ea5855;
  border-radius: 100%;
}

.notice-list-container .notice-list .go2detail{
  width: 5rem;
  height: 100%;
  background: url(../../img/detailview/icon-detail.png) no-repeat center/.7rem 1.3rem;
}

.more-wrap{
  height: 7.8rem;
  background-color: white;
  overflow: hidden;
}

.btn-more{
  display: block;
  width: 11.5rem;
  height: 4rem;
  border: 1px solid #d7dadf;
  border-radius: .5rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  color: #404040;
  text-align: center;
  line-height: 4rem;
  margin: 1.2rem auto 0;
  background-color: white;
}

.notice-view-container .notice-view{
  margin-top: .9rem;
  word-break: break-all;
}

.notice-view-container .notice-view .title-wrap{
  min-height: 8.5rem;
  padding: 1.5rem;
  border: 1px solid #d7dadf;
  border-left: none;
  border-right: none;
  background-color: white;
}

.notice-view-container .notice-view .title-wrap .title{
  font-size: 1.7rem;
  font-weight: 500;
  color: #464646;
}

.notice-view-container .notice-view .title-wrap .date{
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: normal;
  color: #808080;
  margin-top: 1.5rem;
}

.notice-view-container .notice-view .notice-contents{
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #464646;
  border-bottom: 1px solid #d7dadf;
}

.notice-view-container .notice-view .btn-index-wrap{
  padding: 1.5rem;
  background-color: white;
}

.notice-view-container .notice-view .btn-index{
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: .5rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.servicegame-container .tab-servicegame{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 2.5rem auto 1.3rem;
}

.servicegame-container .tab-servicegame a{
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #ebeff0;
  color: #959595 ;
  border-radius: 1em;
}

.servicegame-container .tab-servicegame a.sel{
  background-color: #313131;
  color: white;
}

.servicegame-container .slots,
.servicegame-container .tables{
  display: grid;
  grid-template-columns: repeat(2, 16.2rem);
  justify-content: center;
  padding: 0 1.5rem;
}

.servicegame-container .slots img,
.servicegame-container .tables img{
  width: 16.2rem;
  vertical-align: top;
}

.shop-container .block-section{
  padding: 2.5rem .8rem 0;
}

.shop-container .block-section.pd-size-1 {
  padding: 1.6rem 1.5rem 4.8rem;
}

.shop-container .notice-list {
  padding: 1.8rem 2.2rem;
  list-style-type: none;
  background-color: #f5f7f7;
  border-radius: .7rem;
}

.shop-container .notice-item {
  position: relative;
  padding-left: .5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #313131;
  letter-spacing: -1.3px;
  line-height: 1.8;
}

.shop-container .notice-item::before {
  content: '•';
  position: absolute;
  left: -.2rem;
  top: .9rem;
  font-size: .7rem;
  line-height: 1;
  color: #000;
}

.shop-container .shop-explanation {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shop-container .shop-explanation .emphasis {
  font-size: 1.6rem;
  color: #fff;
  padding: 0 2.1rem;
  height: 4rem;
  font-weight: bold;
  border-radius: 2rem;
  background-color: #ea5855;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-container .shop-explanation .copy-wrap {
  width: 100%;
  margin-top: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
}

.shop-container .shop-explanation .detail {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ea5855;
}

.shop-container .shop-explanation .copy {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #444241;
  border-radius: .7rem;
  min-width: 5rem;
  height: 2.5rem;
  float: right;
}

.shop-container .shop-links {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}


.shop-container .link-container {
  width: 33rem;
  height: 13rem;
  border-radius: 1.5rem;
  border: 2px solid #bfbfbf;
  transition: border .3s, background-color .3s;
}

.shop-container .link-container .link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-container .link-container:first-child .link-img {
  width: 14rem;
  height: 6.2rem;
}

.shop-container .link-container:nth-child(2) .link-img {
  width: 13.9rem;
  height: 4.7rem;
}

.shop-container .link-container:last-child .link-img {
  width: 6.6rem;
  height: 7.1rem;
}

.shop-container .link-container.active {
  border: 2px solid #959595;
  background-color: #f7f7f7;
}

.shop-container .items{
  display: grid;
  grid-template-columns: repeat(2, 17.2rem);
  justify-content: center;
}

.shop-container .item-padding{
  width: 100%;
  height: 25.5rem;
  padding: 0.3rem 1.3rem 1.3rem;
  background-image: url(../../img/main/shop-card-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop-container .item-padding.preparation{
  background-image: url(../../img/main/locale/en-us/shop-empty-bg.png);
}

:lang(zh-tw) .shop-container .item-padding.preparation,
:lang(zh-cn) .shop-container .item-padding.preparation{
  background-image: url(../../img/main/locale/zh-cn/shop-empty-bg.png);
}

.shop-container .item-container{
  position: relative;
  width: 100%;
  height: 100%;
}

.shop-container .txt-price{
  margin-left: .9rem;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: -1px;
  color: white;
}

.shop-container .info{
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
}

.shop-container .item-container.tag::after{
  content: "";
  position: absolute;
  top: 3.1rem;
  right: -0.3rem;
  display: block;
  width: 6rem;
  height: 2.8rem;
}

.shop-container .item-container.tag-new::after{
  background: url(../../img/main/tag-new.png) no-repeat center/contain;
}

.shop-container .item-container.tag-hot::after{
  background: url(../../img/main/tag-hot.png) no-repeat center/contain;
}

.shop-container .item-container.tag-best::after{
  background: url(../../img/main/tag-best.png) no-repeat center/contain;
}

.shop-container .item-image-container{
  text-align: center;
}

.shop-container .item-image-container img {
  vertical-align: top;
  width: 12.5rem;
  height: 11.5rem;
}

.shop-container .btn-purchase{
  display: block;
  width: 12.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #134009;
  letter-spacing: -1px;
  text-align: center;
  background: url(../../img/main/btn-purchase.png) no-repeat center/contain;
  margin: 2rem auto 0;
}

.shop-container .icon-price{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: normal;
  color: #eaf3ff;
}

.shop-container .icon-price::before{
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .9rem;
  background: url(../../img/main/icon-point.png) no-repeat center/contain;
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .servicegame-container .slots,
  .servicegame-container .tables{
      grid-template-columns: repeat(4, 16.2rem);
  }

  .shop-container .items {
      grid-template-columns: repeat(3, 17.2rem);
  }
}
