@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#amd2023 {
  background-color: #000;
  color: #fff;
  padding-bottom: 10px;
}

#amd2023 .kv img {
  width: 100%;
}

#amd2023 .intro__txt {
  text-align: center;
  padding: 30px 0 40px;
  text-transform: uppercase;
  width: 90%;
}

#amd2023 .intro__txt h1 {
  font-size: 30px;
  font-weight: 900;
}

#amd2023 .intro__txt h1 span {
  font-style: italic;
  color: #ff0000;
}

#amd2023 .intro__txt h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}

#amd2023 .intro__flex figure {
  margin-bottom: 15px;
}

#amd2023 .intro__flex p {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  #amd2023 .intro__txt h1 {
    font-size: 45px;
  }
  #amd2023 .intro__txt h2 {
    font-size: 22px;
  }
  #amd2023 .intro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #amd2023 .intro__flex figure {
    width: 50%;
    margin-bottom: 0;
  }
  #amd2023 .intro__flex p {
    width: 50%;
  }
}

@media (min-width: 1930px) {
  #amd2023 .intro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #amd2023 .intro__flex figure {
    width: auto;
    margin-bottom: 0;
  }
  #amd2023 .intro__flex p {
    width: auto;
    margin: 0;
    margin-left: -5%;
    padding: 0;
  }
}

#amd2023 .experience {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

#amd2023 .experience__box {
  background-color: #181818;
  width: auto;
  max-width: 1100px;
}

#amd2023 .experience__title {
  margin-bottom: 30px;
}

#amd2023 .experience table {
  display: block;
  overflow-x: auto;
}

#amd2023 .experience .tableText__left {
  text-align: right;
}

#amd2023 .experience th, #amd2023 .experience td {
  border-right: 2px solid #bababaa7;
  border-bottom: 1px solid #bababaa7;
  padding: 10px;
}

#amd2023 .experience th a, #amd2023 .experience td a {
  color: #fff;
}

#amd2023 .experience td {
  padding-left: 15px;
  padding-right: 15px;
}

#amd2023 .experience td span {
  font-size: 14px;
}

#amd2023 .experience th:nth-child(1) {
  width: 19%;
  background: -webkit-gradient(linear, left top, right top, from(#f68700), to(#e67000));
  background: linear-gradient(90deg, #f68700 0%, #e67000 100%);
}

#amd2023 .experience th:nth-child(2) {
  width: 27%;
  background: -webkit-gradient(linear, left top, right top, from(#e46e00), to(#b42a00));
  background: linear-gradient(90deg, #e46e00 0%, #b42a00 100%);
}

#amd2023 .experience th:nth-child(3) {
  width: 27%;
  background: -webkit-gradient(linear, left top, right top, from(#b42a00), to(#910b00));
  background: linear-gradient(90deg, #b42a00 0%, #910b00 100%);
}

#amd2023 .experience th:nth-child(4) {
  width: 27%;
  background: -webkit-gradient(linear, left top, right top, from(#910b00), to(#9b0f00));
  background: linear-gradient(90deg, #910b00 0%, #9b0f00 100%);
  border-right: none;
}

#amd2023 .experience tr td:nth-child(4) {
  border-right: none;
}

#amd2023 .experience tbody tr:nth-child(2) td {
  border-bottom: none;
}

@media (min-width: 996px) {
  #amd2023 .experience__box {
    padding: 50px 0 0;
  }
  #amd2023 .experience table {
    display: table;
  }
}

#amd2023 .down {
  margin: 40px auto;
}

#amd2023 .down__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

#amd2023 .down__flex img {
  max-height: 40px;
  margin: 0 10px;
}

#amd2023 .down__note {
  max-width: 1000px;
  margin: 20px auto;
  font-size: 14px;
}

@media (min-width: 996px) {
  #amd2023 .down {
    margin: 80px auto;
  }
}

#amd2023 .getStarfield {
  position: relative;
}

#amd2023 .getStarfield__text {
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto 0;
  width: 90%;
}

#amd2023 .getStarfield__text h2 {
  font-weight: 900;
  font-size: 30px;
}

#amd2023 .getStarfield__text h2 span {
  color: #ff0000;
  font-style: italic;
}

#amd2023 .getStarfield__text p {
  font-size: 20px;
}

@media (min-width: 996px) {
  #amd2023 .getStarfield__text {
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 54%;
    right: unset;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    max-width: 400px;
    text-align: left;
    margin: 0;
    width: 100%;
  }
  #amd2023 .getStarfield__text h2 {
    font-size: 40px;
  }
  #amd2023 .getStarfield__text p {
    font-size: 22px;
  }
}

#amd2023 .date {
  padding: 50px 0 20px;
}

#amd2023 .date__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}

#amd2023 .date__box {
  text-align: center;
  margin: 0 5px;
}

#amd2023 .date__box img {
  height: 55px;
}

#amd2023 .date__box p {
  color: #b9b9b9;
  margin: 10px 0;
  font-size: 14px;
}

#amd2023 .date__box h3 {
  font-size: 16px;
}

#amd2023 .date .note {
  text-align: center;
  color: #999999;
  padding-bottom: 25px;
}

#amd2023 .date .note a {
  border-bottom: #ccc 2px dashed;
  color: #999999;
}

#amd2023 .date .bt {
  text-align: center;
}

#amd2023 .date .bt button {
  background: none;
  border: #fff 1px solid;
  padding: 10px 25px;
  cursor: pointer;
  outline: none;
  color: #fff;
  line-height: 1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#amd2023 .date .bt button:hover {
  background-color: #fff;
  color: #000;
}

#amd2023 .date .wtb {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  margin-top: 30px;
  display: block;
  font-size: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#amd2023 .date .wtb:hover {
  color: #ff7c3f;
}

@media (min-width: 996px) {
  #amd2023 .date {
    padding: 50px 0 15px;
  }
  #amd2023 .date__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #amd2023 .date__box {
    text-align: center;
  }
  #amd2023 .date__box img {
    height: 75px;
  }
  #amd2023 .date__box p {
    color: #b9b9b9;
    margin: 10px 0;
    font-size: 20px;
  }
  #amd2023 .date__box h3 {
    font-size: 25px;
  }
}

#amd2023 .terms .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
}

#amd2023 .terms .popup__close {
  margin: 30px 0;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 5px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#amd2023 .terms .popup__close:hover {
  background-color: #fff;
  color: #000;
}

#amd2023 .terms .popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 10px 0;
  word-wrap: break-word;
  color: #fff;
  font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#amd2023 .terms .modal-title {
  font-size: 20px;
  margin-bottom: 20px;
}

#amd2023 .terms .modal-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#amd2023 .terms .item {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-left: 8px solid #666;
  background: #222;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 15px;
}

#amd2023 .terms .item h3 {
  font-size: 16px;
}

#amd2023 .terms .item h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

#amd2023 .terms .item ul {
  font-size: 14px;
}

#amd2023 .terms .item ul li {
  list-style-type: upper-alpha;
}

#amd2023 .terms .item p {
  font-size: 14px;
}

#amd2023 .terms .item p a {
  color: #fe0000;
}

@media (min-width: 996px) {
  #amd2023 .terms .popup-inner {
    margin: 100px 0 50px;
    padding: 40px;
  }
  #amd2023 .terms .modal-body {
    display: -ms-grid;
    display: grid;
  }
  #amd2023 .terms .item {
    margin-bottom: 0;
  }
  #amd2023 .terms .item h3 {
    font-size: 25px;
  }
  #amd2023 .terms .item h4 {
    font-size: 20px;
  }
  #amd2023 .terms .item ul {
    font-size: 16px;
  }
  #amd2023 .terms .item p {
    font-size: 16px;
  }
}

#amd2023 .starfield {
  padding: 30px 0 0;
  text-align: center;
}

#amd2023 .starfield__box {
  background-color: #181818;
  width: auto;
  padding: 0px 0 0;
  max-width: 1100px;
}

#amd2023 .starfield__title {
  margin-bottom: 30px;
}

#amd2023 .starfield table {
  overflow-x: auto;
  overflow-x-width: 100%;
}

#amd2023 .starfield th, #amd2023 .starfield td {
  border-right: 2px solid #bababaa7;
  border-bottom: 1px solid #bababaa7;
  padding: 20px 30px;
}

#amd2023 .starfield td {
  padding: 20px 30px;
  line-height: 1.5em;
  border-bottom: none;
}

#amd2023 .starfield td:nth-child(2) {
  border-right: none;
}

#amd2023 .starfield td a {
  color: #fff;
}

#amd2023 .starfield td a:hover {
  text-decoration: underline;
}

#amd2023 .starfield th {
  width: 50%;
}

#amd2023 .starfield th:nth-child(1) {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f58a00), to(#961d00));
  background: linear-gradient(90deg, #f58a00 0%, #961d00 100%);
}

#amd2023 .starfield th:nth-child(2) {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#941800), to(#8f0a00));
  background: linear-gradient(90deg, #941800 0%, #8f0a00 100%);
  border-right: none;
}

@media (min-width: 996px) {
  #amd2023 .starfield {
    padding: 30px 0;
  }
}
/*# sourceMappingURL=main.css.map */