html {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.09em;
    color: #070002;
    /* background-color: #fefefe; */
    width: 100%;
    height: max-content;
}

body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

header h1 {
  background-color: #ffffff;
  border-top: 3px solid #c02829;
  background-image: url('/assets/image/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 45%;
  margin: 0px;
  text-align: center;
  height: 48px;
  height: 140px;
}

header h2 {
    background-color: #f5f5f5;
    padding: auto;
    margin: 0;
    text-align: center;
    border: none;
    background-image: url('/assets/image/h2-bg-a.png');
    background-size: auto 50%; /* 172x215 */
    width: 100%;
    min-height: 100px;
    display: table;
}

header div.title {
    display: table-cell;
    vertical-align: middle;
}
header div.title-en {
    color: #070002;
    font-family: "din-condensed", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 4px;
}

header div.title-jp {
    color: #070002;
    font-weight: normal;
    letter-spacing: 0.09em;
    font-size: 1rem;
}

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

  header h1 {
    height: 76px;
    background-size: auto 60%;
  }
  header div.title-en {
    letter-spacing: 2px;
  }
  header div.title-jp {
    font-size: 12px;
  }
}

content {
  padding: 1.5rem;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

td {
  text-align: center;
  box-sizing: border-box;
}

.desc-title {
  font-weight: 800;
  color: #444;
  font-size: 1.5rem;
  display: table;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 15px auto 1.8rem;
}
.bar-left, .bar-right {
  position: relative;
  top: 0;
  content: "";
  display: table-cell;
  background: #666;
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background:linear-gradient(#e66465, #9198e5);
}
.bar-left {
  -webkit-transform: rotate(-28deg) scaleX(-1);
  transform: rotate(-28deg) scaleX(-1);
}
.bar-right {
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}
.center-text {
  display: table-cell;
  padding: 0 1.2em;
}
.desc-subtitle {
  font-weight: 700;
  text-align: center;
  color: #444;
  line-height:1.8em;
  letter-spacing: 1.8px;
  font-size:0.8rem;
  margin: 0 0 2rem;
}

table.tbl-m {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.td-appview {
  box-sizing: content-box;
  vertical-align: top;
}
.td-appview img {
  border-radius: 10px;
}
.app-view {
  filter: drop-shadow(2px 2px 2px #aaa);
  width: 100%;
  max-width: 150px;
}

td.badge {
  width: 50%;
  padding: 2rem 0 4rem;
}

.badge-title {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  margin: 0.5rem;
}
.badge-img {
  display: block;
  text-align: center;
  /* width: 94%; */
  width: 180px;
  max-width: 180px;
  margin: auto;
}
.qr-img {
  display: block;
  text-align: center;
  width: 70%;
  max-width: 100px;
  margin: 16px auto;
}
.invisible {
  display: none !important;
}


.td-appview {
  padding-bottom: 1rem;
}
.addpd {
  padding-top: 4rem;
}
td.badge {
  padding: 1rem 1rem 4rem;
}
div.badge-left {
  width: max-content;
  margin-left: auto;
}
div.badge-right {
  width: max-content;
  margin-right: auto;
}

.appdl-desc {
  position: relative;
  font-size: 8px;
  font-weight: bold;
  margin:  auto 13px;
  height: 40px;
  width: 89px;
  color: #c02829;
}
.appdl-desc span {margin: auto;}
.appdl-desc::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 88%;
  left: 50%;
  margin: 0 0 0 -13px;
  border: 13px solid transparent;
  border-top-color: var(--bg-primary);
  content: '';
}

.mobile .td-appview {
    width: 33%;
}
.mobile td.badge {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 1rem 0 4rem;
}
.mobile .addpd {
    padding-top: 2rem;
}
.mobile .badge-title {
    display: none;
}
.mobile .badge-img {
    width: 180px;
}
.mobile div.badge-right, .mobile div.badge-left {
  margin: 0 auto;
}



@media screen and (min-height: 1366px) {
  html {
    height: 100%;
  }
}



