
/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  background-color: #000;
}
.visual__wrapper {
}
.visual__image {
  display: block;
  width: var(--sp-width);
  height: auto;
  object-fit: cover;
  margin: 0;
}

/*認証ボタン非表示　スペース調整*/
.registration {
  margin-top: 10px;
}
.warning-content {
  margin: 5px auto 0;
}


/*----------------------
  東海道新幹線 車内限定コンテンツ
----------------------*/
.content__wrapper {
  margin: 0 auto;
}
.heading {
  background-color: #6D699D;
  position: relative;
}
.heading::before ,.heading::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 3%;
  width: 100%;
  height: 70px;
  background-image: url(/view/event/tokyoaliens/img/decoration.webp);
  transform: translateX(0%) translateY(-60%);
  background-size: contain;
  background-repeat: no-repeat;
}
.heading::after {
  left: -10%;
  transform: translateX(100%) translateY(-60%);
}

.heading__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.0625rem; /*17px*/
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 0 6px;
}
.heading__text {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.8125rem; /*29px*/
  line-height: 35px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #FFFFFF;
}
.heading__img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 5px;
  margin-left: auto;
  margin-right: 0;
  background: 
    linear-gradient(
    to bottom,
    #6D699D 0%,
    #6D699D 60%,
    #fffbe8 60%,
    #fffbe8 100%
  );
}

.limited {
}
.limited__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 25px 0 15px;
}
.limited .warning {
  padding: 16px 0 21px;
}

/*-------------------------
座学認定試験
-------------------------*/
.lecture .heading {
  height: 100px;
}
.lecture .heading::before ,.lecture .heading::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 3%;
  width: 100%;
  height: 70px;
  background-image: url(/view/event/tokyoaliens/img/decoration.webp);
  transform: translateX(0%) translateY(-00%);
  background-size: contain;
  background-repeat: no-repeat;
}
.lecture .heading::after {
  left: -10%;
  transform: translateX(100%) translateY(0%);
}
.lecture .heading__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.8125rem; /*29px*/
  line-height: 35px;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 30px 0;
}


/*クイズ*/
.quiz {
  padding: 14px 0 14px;
}
.quiz__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
}
.wallpaper-note {
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 0.9375rem; /*15px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 12px;
}
.quiz-choice {
  margin: 0 auto;
  padding: 0 3.5% 15px;
  margin-top: -5px;
}
.cards {    
  display: grid;
  gap: 4%;
  margin: 1rem 0;
  grid-template-columns: repeat(5,1fr);
  padding-left: 0;
}
.card__img {
  max-width: 100%;
  aspect-ratio: 62 / 134;
  object-fit: cover;
}
.quiz-choice .warning {
  width: 98%;
  margin: 0 auto;
  padding: 12px 0 2px;
}

.exchange {
  padding: 35px 0 0;
}
.exchange__title {
  font-family: Noto Serif JP;
  font-weight: 900;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #6D699D;
  padding-bottom: 8px;
}
.exchange__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 18px;
}

/*特典引換場所*/
.board {
  width: 91.8%;
  margin: 0 auto;
  padding: 21px 0 19px;
}
table {
  text-align: center;
  border: 1px solid #6D699D;
  width: 100%;
}
th {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #6D699D;
  border-bottom: 1px solid #6D699D;
  padding: 10px;
}
tbody td {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 12px;
}
tbody td > span {
  font-size: 1.125rem; /*18px*/
}
tfoot td {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0 12px;
}

.deadline__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 7px 0 5px;
}
.warning-exchange {
  width: 92%;
  padding: 12px 0 24px;
}
.warning-exchange .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 20px;
  letter-spacing: 0.05em;
}

.link {
  padding: 1px 0 31px;
}
.link__wrapper {
  padding-bottom: 20px;
}
