@charset "UTF-8";

.content-top {
  padding-bottom: 39px;
}

.content {
  padding-bottom: 20px;
}

.content__wrapper, 
.event__inner {
  margin: 0 auto;
}


/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  margin: 0 auto;
}

.visual__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}

.visual-lead__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  padding: 28px 0 26px;
}

/*-------------------------
  認証ボタン表示 (未認証時表示)
-------------------------*/
/*認証ボタン非表示　スペース調整*/
.registration {
  margin-top: -9px;
}

.registration-warning {
  padding-bottom: 16px;
}

/*-------------------------
  キャンペーンサイト一覧はこちら
-------------------------*/
.warning-site-link {
  padding: 10px 0 42px;
}

/*-------------------------
東海道新幹線車内限定コンテンツ
-------------------------*/
.event {
  background-color: #FFF;
  border: 3px solid #181D61;
  border-radius: 17px;
}

.event-heading {
  background-color: #FAC46E;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 3px solid #181D61;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 112px;
  background-image: url(/view/event/danganronpa/img/decoration.webp);
  background-size: cover;
  background-repeat: repeat;
}

.event-heading__title {
  display: inline-block;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.5px 18px;
  color: #fff;
  background-color: #181D61;
  border-radius: 100px;
  position: relative;
  top: -16px;
}

.event-heading__text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.75rem; /*28px*/
  line-height: 1.39;
  letter-spacing: 0.03em;
  text-align: center;
}

.description-shinkansen--img {
  display: block;
  width: 99%;
  margin-left: auto;
  position: relative;
  top: 9px;
}

.decoration__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 41px 0 31px;
}

.item__wrapper {
  display: flex;
  text-align: center;
}

.card {    
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0 7px 4px;
  margin: 0;
}

.card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 327 / 257;
  object-fit: contain;
}

.description .warning {
  padding: 10px 0 35px;
}

.benefits {
  padding: 0 0 20px;
}

.benefits__title {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.25rem; /*20px*/
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 0;
  border: 2px solid #181D61;
  border-radius: 100px;
  background-color: #fff;
}

.benefits__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 0 22px;
}

/*特典引換場所*/
.board {
  margin: 0 auto;
  color: #000;
}

table {
  text-align: center;
  border: 1px solid #181D61;
  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: #181D61;
  border-bottom: 1px solid #181D61;
  padding: 10px;
}

tbody td {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 10px;
}

tbody td > span {
  font-size: 1.125rem; /*18px*/
  line-height: 27px;
}

tfoot td {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  padding: 9px 0 14px;
}


/*-------------------------
大阪の街で
クイズスタンプラリー
-------------------------*/
.stamp-rally .event-heading__text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.5625rem; /*25px*/
  line-height: 1.36;
  letter-spacing: 0.03em;
  text-align: center;
  padding-top: 19px;
}

.stamp-rally .decoration__title {
    padding: 16px 0 17px;
}

.stamp-rally .benefits {
    padding: 0;
}

.stamp-rally .benefits__title {
  margin-bottom: 20px;
}

.stamp-rally .description .warning {
    padding: 18px 0 33px;
}

.stamp-rally .benefits .warning .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 1.81;
  letter-spacing: 0.05em;
}

.stamp-rally .benefits .board {
  padding-bottom: 30px;
}

.date-of-expiry {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 1.125rem; /*18px*/
  line-height: 1.66;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 4px 0 10px;
  color: #000;
}

.btn-list:has(.btn__normal--on) .date-of-expiry {
  display: block;
}

/*-------------------------
スタンプ獲得情報
-------------------------*/
.stamp-information .stamp-cards {    
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7%;
  padding: 0 19% 6px;
  margin: 0 auto;
}

.stamp-information .stamp-cards.stamp-cards__bottom  {    
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  padding: 0 3% 6px;
  margin: 0 auto;
}

.stamp-information .stamp-cards > li {
  width: calc((100% - 14%) / 2);
  list-style: none;
  padding-bottom: 14px;
}

.stamp-information .stamp-cards.stamp-cards__bottom > li {
  width: calc((100% - 14%) / 3);
  list-style: none;
  padding-bottom: 14px;
}

.stamp-information .card__img {
  width: 100%;
  aspect-ratio: 90 / 90;
  object-fit: cover;
}

.stamp-information .card__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.6875rem; /*11px*/
  line-height: 1.36;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 4px;
}


/*-------------------------
スタンプラリー
-------------------------*/
.stamp-rally-spot {
  margin: 0 auto;
  padding: 25px 0 29px;
}

.stamp-rally-spot .card {
  padding: 0;
}

.stamp-rally-spot .cards {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.stamp-rally-spot .card__heading {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  margin-top: 25px;
}

.stamp-rally-spot .card__img {
  width: 60px;
  height: 60px;
  aspect-ratio: 60 / 60;
  object-fit: cover;
}

.stamp-rally-spot .card__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.375rem; /*22px*/
  line-height: 1.36;
  letter-spacing: 0.05em;
  padding: 0 0 0 1rem;
}

.card__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.875rem; /*14px*/
  line-height: 2.14;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0 12px;
  color: #000;
}

.card-ending .card__memo {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.875rem; /*14px*/
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 12px;
}

.stamp-information .stamp-rally-spot .warning.warning-stamp-rally {
  width: 90%;
  padding: 0;
}

.stamp-information .stamp-rally-spot .warning.warning-stamp-rally .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.75rem; /*12px*/
  line-height: 1.5;
  letter-spacing: 0;
  padding: 7px 0 0;
  position: relative;
}

.stamp-information .stamp-rally-spot .warning.warning-stamp-rally .warning-list__item::before {
  content: "※";
  position: absolute;
  left: -0.9em;
}

.btns {
  padding: 30px 0 10px;
}

.date-of-expiry {
  display: none;
}

.btn-list:has(.btn__1icon--on) .date-of-expiry {
  display: block;
}

















