@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Sans+SC:wght@500&family=Poppins:wght@500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header {
  position: fixed !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url(/resources/images/campaign/deposit-bonus-program/program_bg.jpg) no-repeat center center;
  background-size: cover;
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-block {
    display: block;
  }
}

.main {
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP','Noto Sans SC',"noto-sans-cjk-jp", noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1D1D1D;
}
.main .mv {
  position: relative;
  width: 100%;
  height: 460px;
  background: url(/resources/images/campaign/deposit-bonus-program/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.main {
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .main {
    margin-top: 152px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    margin-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    margin-top: 150px;
  }
}

@media screen and (max-width: 769px) {
  .main {
    margin-top: 71px;
  }
}

@media screen and (max-width: 900px) {
  .main .mv {
    height: 257px;
  }
}
@media screen and (max-width: 414px) {
  .main .mv {
    height: 226px;
  }
}
.main .mv .mv-txt {
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .mv .mv-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.main .mv .mv-txt .h1-bg-img {
  display: block;
  width: 770px;
  max-width: 770px;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: 2s linear infinite h1bgimg;
          animation: 2s linear infinite h1bgimg;
}
@media screen and (max-width: 900px) {
  .main .mv .mv-txt .h1-bg-img {
    width: auto;
    max-width: 100%;
    max-height: 257px;
  }
}
.main .mv .mv-txt .h1-img, .main .mv .mv-txt svg {
  display: block;
  width: 760px;
  max-width: 760px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main .mv .mv-txt .h1-img, .main .mv .mv-txt svg {
    width: auto;
    max-width: 100%;
    max-height: 257px;
  }
}
.main .mv .mv-coin-bg {
  width: 100%;
  height: 100%;
  background: url(/resources/images/campaign/deposit-bonus-program/mv_coin_bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
  -webkit-animation: slide 0.2s 1s linear forwards 1;
          animation: slide 0.2s 1s linear forwards 1;
  opacity: 0;
}
.main .mv .mv-coin {
  width: 100%;
  height: 100%;
  background: url(/resources/images/campaign/deposit-bonus-program/mv_coin.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-animation: slide 0.3s 1.1s linear forwards 1;
          animation: slide 0.3s 1.1s linear forwards 1;
  opacity: 0;
}
.main .sec1 {
  padding: 70px 0 100px;
  position: relative;
  background: url(/resources/images/campaign/deposit-bonus-program/about_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main .sec1 {
    background-image: url(/resources/images/campaign/deposit-bonus-program/about_bg_sp.jpg);
    padding-bottom: 50px;
  }
}
.main .sec1 .wrapper .coin-inner img {
  max-width: 110%;
  width: 110%;
  margin: auto -5%;
}
.main .sec1 .wrapper .point-list {
  background: #EFF0F4;
  border-radius: 56px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 111px;
  margin: 30px auto;
}
.main .sec1 .wrapper .point-list .point {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 80px;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point {
    width: 100%;
    padding: 0 0 15px;
  }
}
.main .sec1 .wrapper .point-list .point span {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
.main .sec1 .wrapper .point-list .point-inner {
  width: calc(100% - 80px);
  border-left: 1px solid #1D1D1D;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point-inner {
    width: 100%;
    border-top: 1px solid #1D1D1D;
    border-left: 0;
    padding: 15px 20px;
    text-align: center;
  }
}
.main .sec1 .wrapper .point-list .point-inner p {
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point-inner p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point-inner .marker {
    margin: 0;
  }
}
.main .sec1 .wrapper .point-list .point-inner .marker .txt {
  font-size: 2.3rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point-inner .marker .txt {
    font-size: 1.6rem;
  }
}
.main .sec1 .wrapper .point-list .point-inner .marker .txt .fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .point-list .point-inner .marker .txt .fs30 {
    font-size: 2.4rem;
  }
}
.main .sec1 .wrapper .btn-inner {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .btn-inner {
    margin-top: 50px;
  }
}
.main .sec1 .wrapper .btn-inner > img {
  max-width: 339px;
  margin: auto;
  font-size: 0;
  -webkit-animation: pointtxt 2s infinite alternate linear;
          animation: pointtxt 2s infinite alternate linear;
}
@media screen and (max-width: 900px) {
  .main .sec1 .wrapper .btn-inner > img {
    width: 299px;
    max-width: 100%;
  }
}
.main .sec2 {
  padding: 70px 0 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec2 {
    padding-bottom: 30px;
  }
}
.main .sec2 .wrapper .program-list .program-inner {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px 40px;
  margin: 80px auto 80px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner {
    padding: 60px 5% 30px;
    margin: 60px auto;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-title-02 {
  position: absolute;
  top: -30px;
  left: 40px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner .unit-title-02 {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .img {
  font-size: 0;
  width: 170px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner .unit-flex .img {
    margin: auto;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box {
  width: calc(100% - 250px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box {
    width: 100%;
    letter-spacing: 0.05rem;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .marker {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .marker {
    margin: 0;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .marker:before {
  height: 13px;
  bottom: 0px;
  border-radius: 5px;
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .unit-list-01 li {
  margin: 10px 0;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .unit-list-01 li {
    margin: 20px 0;
  }
}
.main .sec2 .wrapper .program-list .program-inner .unit-flex .txt-box .unit-list-01.attention li {
  margin: 5px 0;
}
.main .sec2 .wrapper .program-list .program-inner:first-of-type .unit-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec2 .wrapper .program-list .program-inner:first-of-type .img {
  margin-top: 0;
}
.main .sec3 {
  padding: 70px 0 100px;
  position: relative;
  background: url(/resources/images/campaign/deposit-bonus-program/table_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main .sec3 {
    background-image: url(/resources/images/campaign/deposit-bonus-program/table_bg_sp.jpg);
    padding-bottom: 60px;
  }
}
.main .sec3 .wrapper .table-inner {
  background: #F2F2F2;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .table-inner {
    margin-bottom: 60px;
  }
}
.main .sec3 .wrapper .table-inner .table-title {
  background: #9B2C33;
  padding: 50px 0;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .table-inner .table-title {
    font-size: 2rem;
    font-weight: 700;
    padding: 30px 0;
  }
}
.main .sec3 .wrapper .table-inner .table-box {
  padding: 40px 0;
}
.main .sec3 .wrapper .table-inner .table-box .txt-center {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .wrapper .table-inner .table-box .txt-center {
    max-width: 80%;
    margin: 30px auto auto;
    font-weight: 400;
  }
  .main .sec3 .wrapper .table-inner .table-box .txt-center br {
    display: none;
  }
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.unit-title-01 {
  display: block;
  text-align: center;
  margin: auto auto 50px;
}
.unit-title-01 .en {
  display: block;
}
.unit-title-01 .en img {
  font-size: 0;
  width: auto;
  height: 17px;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .en img {
    height: 13px;
  }
}
.unit-title-01 .jp {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .unit-title-01 .jp {
    font-size: 2.5rem;
  }
}
.unit-title-01 .jp.bk {
  color: #1D1D1D;
}

.unit-title-02 {
  display: block;
  border-radius: 31px;
  background: linear-gradient(-45deg, #ea1971, #0b6dde, #ea1971, #0b6dde);
  background-size: 400% 400%;
  -webkit-animation: GradietionAnimation 9s ease infinite;
          animation: GradietionAnimation 9s ease infinite;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  width: 100%;
  max-width: 318px;
  text-align: center;
  padding: 13px 0;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  .unit-title-02 {
    font-size: 1.6rem;
    max-width: 90%;
    margin: auto;
    padding: 17px 0;
  }
}

.unit-btn-01 {
  display: block;
  position: relative;
  width: 450px;
  max-width: 100%;
  background: #E30813;
  border-radius: 20px;
  margin: 20px auto;
  padding: 28px 0;
  text-align: center;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(227, 8, 19, 0.53), 0px 15px 40px 0px rgba(227, 8, 19, 0.2);
          box-shadow: 0px 15px 40px 0px rgba(227, 8, 19, 0.53), 0px 15px 40px 0px rgba(227, 8, 19, 0.2);
  overflow: hidden;
}
.unit-btn-01 .txt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 .txt {
    font-size: 1.6rem;
  }
}
.unit-btn-01 .txt .icon {
  width: 38px;
  position: relative;
  margin-left: 10px;
  right: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.unit-btn-01:after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.unit-btn-01:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.unit-btn-01:hover .txt .icon {
  right: -5px;
}

.unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit-flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-mid {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.marker {
  position: relative;
  margin: 0 10px;
  padding: 0 6px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .marker {
    padding: 0 5px;
    margin: 0;
  }
}
.marker:before {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  border-radius: 8px;
  background: #F7E580;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 900px) {
  .marker:before {
    height: 18px;
    bottom: 0;
    border-radius: 5px;
  }
}
.marker .txt {
  position: relative;
  z-index: 1;
}
.marker.zhcn-marker:before {
  width: 90%;
}

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
@media screen and (max-width: 900px) {
  .unit-list-01 li {
    margin-top: 10px;
  }
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .unit-list-01.attention {
    margin-top: 10px;
  }
}
.unit-list-01.attention li {
  color: #707070;
  font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .unit-list-01.attention li {
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin: 0 !important;
  }
}
.unit-list-01.attention li:before {
  content: "※";
  margin-left: -1em;
}

.unit-table-01 {
  max-width: 820px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .unit-table-01 {
    table-layout: fixed;
  }
}
.unit-table-01 th, .unit-table-01 td {
  font-weight: 400;
  text-align: center;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .unit-table-01 th, .unit-table-01 td {
    font-size: 1.3rem;
    padding: 15px 0;
  }
}
.unit-table-01 th {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 25px 10px;
}
@media screen and (max-width: 900px) {
  .unit-table-01 th {
    font-size: 1.4rem;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes h1bgimg {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes h1bgimg {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes GradietionAnimation {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 10% 50%;
  }
}
@keyframes GradietionAnimation {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 10% 50%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes pointtxt {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50%, 60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55%, 65% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  57%, 67% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pointtxt {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50%, 60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55%, 65% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  57%, 67% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .en.main .sec2 .wrapper .program-list .program-inner:nth-of-type(3) {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .en.main .sec3 .wrapper .table-inner .table-title {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 414px) {
  .en.main .sec3 .wrapper .table-inner .table-title {
    font-size: 1.7rem;
  }
}
.en .unit-title-02 {
  max-width: 533px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 900px) {
  .en .unit-title-02 {
    border-radius: 50px;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .en .unit-table-01 th {
    padding: 25px 0;
  }
}

.zhtw.main .sec1 .wrapper .btn-inner > img {
  width: 241px;
}
@media screen and (max-width: 900px) {
  .zhtw.main .sec1 .wrapper .btn-inner > img {
    width: 199px;
  }
}

.zhcn.main .sec1 .wrapper .btn-inner > img {
  width: 241px;
}
@media screen and (max-width: 900px) {
  .zhcn.main .sec1 .wrapper .btn-inner > img {
    width: 199px;
  }
}

.main-contents {
  background: transparent;
}

.table table {
  min-height: auto !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Sans JP','Noto Sans SC',noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.8;
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: normal;
}

::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: normal;
}

::placeholder {
  font-size: 1.4rem;
  font-weight: normal;
}