
/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  background-color: var(--color-bgColor);
  margin: 0 auto;
  color: #46223E;
}
.visual__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
}
.visual-lead {
  position: relative;
}
.visual-lead::before{
  position: absolute;
  content: '';
  top: -27%;
  width: 100%;
  height: 178px;
  background-image: url(./img/bk-cherryblossoms01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.visual-lead::after{
  position: absolute;
  content: '';
  right: -75%;
  bottom: -23%;
  width: 100%;
  height: 118px;
  background-image: url(./img/bk-cherryblossoms02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.visual-lead__text {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 32px 0 15px;
  position: relative;
  z-index: 1;
}

/*認証ボタン非表示　スペース調整*/
.registration {
  margin-bottom: -7px;
  position: relative;
  z-index: 1;
}

/*----------------------
  東海道新幹線 車内限定コンテンツ
----------------------*/
.content {
  background-color: var(--color-bgColor);
  color: #46223E;
}
.content-top {
  padding-bottom: 39px;
}
.content__wrapper, 
.content__inner {
  margin: 0 auto;
}

.heading__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.6875rem; /*27px*/
  line-height: 34px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 21px 0 16px;
}

.content-shinkansen--img {
  display: block;
  width: 99%;
  margin-left: auto;
  margin-right: 0;
}

.limited__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 16px 0 21px;
}
.limited .warning {
  padding: 19px 0 21px;
}

/*-------------------------
コンテンツ共通
-------------------------*/
.content__inner {
  width: 100%;
}
.event {
  padding: 17px 0 17px;
}
.event__wrapper {
  background-color: white; 
}
.event__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.3125rem; /*21px*/
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding-left: 0.1em;
}

.decoration {
  position: relative;
  padding-bottom: 0.1em;
}
.decoration::before,
.decoration::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 18px;
  background-image: url(./svg/checkered-pattern-red.svg);
  transform: translateX(50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.decoration::before {
  right: 62%;
}
.decoration::after {
  left: 54%;
}

.content__text {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 1.66;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 15px 0 0;
}

.btn-list {
  padding: 26px 0 11px;
}

.btns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding: 16px 0 11px;
}

ul {
  text-align: center;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
}

/*-------------------------
オリジナルボイスドラマ
-------------------------*/
.drama .content__inner {
  padding: 0 0 30px;
}
/*-------------------------
声優クロストーク
-------------------------*/
.crosstalk .content__inner {
  padding: 0 0 24px;
}

.crosstalk .decoration::before {
  right: 66%;
}
.crosstalk .decoration::after {
  left: 56%;
}
/*-------------------------
スマホ用壁紙プレゼント
-------------------------*/
.wallpaper .content__inner {
  padding-bottom: 44px;
}
.wallpaper .content__text {
  padding: 10px 0 25px;
}
.wallpaper .cards {    
  display: grid;
  gap: 6%;
  grid-template-columns: repeat(3,1fr);
  padding: 0 7.5% 1px;
  margin: 0;
}
.wallpaper .card__img {
  width: 100%;
  aspect-ratio: 98 / 212;
  object-fit: contain;
}
.wallpaper .decoration::before {
  right: 61%;
}
.wallpaper .decoration::after {
  left: 52%;
}

/*-------------------------
東海道新幹線乗車特典
-------------------------*/
.benefits .decoration::before {
  right: 64%;
}
.benefits .decoration::after {
  left: 55%;
}

.benefits .content__inner {
  padding: 0 0 32px;
}
.benefits .card {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  padding: 20px 0 16px;
}
.benefits .card__img {
  width: 79.9%;
  aspect-ratio: 314 / 370;
  object-fit: cover;
}

/*特典引換場所*/
.board {
  width: 91.8%;
  margin: 0 auto;
  background-color: white;
  color: #000;
}
table {
  text-align: center;
  border: 1px solid #D225A9;
  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: #D225A9;
  border-bottom: 1px solid #D225A9;
  padding: 10px;
}
tbody td {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 12px;
}
tbody td > span {
  font-size: 1.125rem; /*18px*/
  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 11px;
}

.benefits .btn-list {
  padding: 19px 0 12px;
}

.date-of-expiry {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 0.937rem; /*15px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  padding: 10px 0 2px;
}

.date-of-expiry {
  display: none
}

.btn-list:has(.btn__2icon--on) .date-of-expiry {
  display: block;
}

.benefits .warning {
  width: 88%;
}
.benefits .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 20px;
  letter-spacing: 0.05em;
}

.link-last {
  padding: 20px 0 25px
}



