
/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  background-color: #fff;
}
.visual__wrapper {
}
.visual__image {
  display: block;
  width: var(--sp-width);
  height: auto;
  object-fit: cover;
  margin: 0;
}
.visual-text__text {
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 1.125rem; /*18px*/
  line-height: 31px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 19px 0 0;
}

/*認証ボタン非表示　スペース調整*/
.registration {
  margin-top: 0;
}
.warning-content {
  margin: 0 auto 0;
}


/*----------------------
  東海道新幹線 車内限定コンテンツ
----------------------*/
.content {
  background-color: #E0F5FD;
}
.content-top {
  padding-bottom: 35px;
}
.content__wrapper {
  margin: 0 auto;
}
.heading-decoration {
  color: #2D7FB7;
  position: relative;
  padding: 52px 0 28px;
  }
.heading-decoration::before ,.heading-decoration::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -22.5%;
  width: 100%;
  height: 20px;
  background-image: url(/view/event/ffviir_ig/img/decoration01.webp);
  transform: translateX(50%) translateY(-173%);
  background-size: contain;
  background-repeat: no-repeat;
}
.heading-decoration::after {
  transform: translateX(50%) translateY(360%);
}

.heading__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1rem; /*16px*/
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 15px 0 0px;
}
.heading__text {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.8125rem; /*29px*/
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.limited {
}
.limited__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  padding: 25px 0 32px;
}
.limited .warning {
  padding: 19px 0 21px;
}

/*-------------------------
東海道新幹線乗車特典
-------------------------*/
.riding-benefits .content__wrapper {
  background-color: #fff;
  border: 2px solid #18B8ED;
  width: 96.2%;
  margin-bottom: 20px;
}
.event__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  transform: translateX(0) translateY(-11px);
}
.event__title span {
  background-color: #C39E47;
  padding: 5px 12px 8px;
}

.event__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.1875rem; /*19px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 15px;
}
.event__text span {
  color: #2D7FB7;
}


/*-------------------------
オリジナルアクリルキーホルダー
-------------------------*/
.card {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  margin: 0;
}
.card li {
  width: 94.0%;
  margin: 0 auto;
  padding: 20px;
}
.card__img {
  max-width: 100%;
  aspect-ratio: 316 / 320;
  object-fit: cover;
}

/*特典引換場所*/
.board {
  width: 91.8%;
  margin: 0 auto;
  padding: 0px 0 13px;
  margin-top: -12px;
}
table {
  text-align: center;
  border: 1px solid #2D7FB7;
  width: 100%;
}
th {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.25rem; /*20px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2D7FB7;
  border-bottom: 1px solid #2D7FB7;
  padding: 10px;
}
tbody td {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 27px;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 12px;
}
tbody td > span {
font-size: 0.875rem; /*14px*/
line-height: 27px;
}

tfoot td {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.75rem; /*12px*/
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 0 10px;
}

.deadline__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.8125rem; /*13px*/
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 0 4px;
}
.warning-exchange {
  width: 89%;
  padding: 5px 0 6px;
}
.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 28px;
}
.link__wrapper {
  padding-bottom: 50px;
  background-color: #E0F5FD;
}
