
/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  background-color: var(--color-bgColor);
  margin: 0 auto;
}
.visual__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}

/*認証ボタン非表示　スペース調整*/
.registration {
  padding-bottom: 4px;
}

/*----------------------
  東海道新幹線 車内限定コンテンツ
----------------------*/
.content {
  background-color: var(--color-bgColor);
}
.content-top {
  padding-bottom: 13px;
}
.content__wrapper {
  margin: 0 auto;
}

.heading {
  width: 94.71%;
  margin: 0 auto;
  height: 89px;
  background: url(/view/event/nijisanji_6th/img/waku.webp) center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.heading__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.4375rem; /*23px*/
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 18px 0;
}

.color-decoration {  
  background: linear-gradient(90deg, #FCB4BE 0%, #CAFCBF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.content-shinkansen--img {
  display: block;
  width: 99%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
}

.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;
}

.btns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/*-------------------------
壁紙プレゼント
-------------------------*/
.riding-benefits {
  padding-bottom: 10px;
}
.riding-benefits .content__wrapper,
.lottery .content__wrapper{
  width: 91.61%;
}

.event {
  padding: 16px 0 12px;
}
.event__title {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.375rem; /*22px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.border-white__wraper {
  margin: 8px auto;
}

.event__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: 5px;
}

/*オリジナル壁紙*/
.up-presents {
  padding: 10px 0 20px;
}
.present__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 23px;
  color: #001A6E;
}
.present__title--green > span {
  border-radius: 100px;
  background: #CBF9BD;
  padding: 0 13px 2px;
}

.present__title--pink > span {
  border-radius: 100px;
  background: #FCB4BE;
  padding: 0 13px 2px;
}

/*壁紙イメージ*/
.card {    
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0;
}
ul {
  text-align: center;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
}
.card__img {
  width: 36.4%;
  aspect-ratio: 131 / 284;
  object-fit: contain;
}

.cards {    
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(3,1fr);
  padding: 0 4.5% 0px;
  margin: 0;
}
.down-presents .card__img {
  width: 100%;
  aspect-ratio: 98 / 212;
  object-fit: contain;
}

/*-------------------------
豪華グッズプレゼント（抽選）
-------------------------*/
.lottery .event__text {
  padding-top: 9px;
}
.earphone {
  display: flex;
  width: 93%;
  gap: 8px;
  margin: 0 auto;
  padding: 10px 0 6px 2px;
}
.earphone__img {
  display: block;
  width: 125px;
}
.earphone-image {
  flex: 1;
  position: relative;
}
.earphone-image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -67%;
  width: 100%;
  height: 53px;
  background-image: url(/view/event/nijisanji_6th/img/decoration-number-green.webp);
  transform: translateY(105%);
  background-size: contain;
  background-repeat: no-repeat;
}
.earphone__text {
  flex: 2;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.8125rem; /*13px*/
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 31px 0 31px;
  position: relative;
}
.earphone__text::before,
.earphone__text::after {
  position: absolute;
  content: "";
  top:18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-image: url(/view/event/nijisanji_6th/img/decoration-top.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.earphone__text::after {
  top: 97px;
  background-image: url(/view/event/nijisanji_6th/img/decoration-bottom.webp);
}

.earphone-image__pink::before {
  background-image: url(/view/event/nijisanji_6th/img/decoration-number-pink.webp);
}

.row-reverse {
  flex-direction: row-reverse;
}

.earphones-list__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.6875rem; /*11px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 20px;
}

.lottery .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.625rem; /*10px*/
  line-height: 20px;
  letter-spacing: 0.05em;
}
.lottery .warning {
  padding: 10px 0 7px;
}

/*----------------------
  キャンペーン概要および応募要項
----------------------*/
.apply .event {
  padding: 17px 0 30px;
}

.apply .event__title {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 0.9375rem; /*15px*/
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;

  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.apply .warning {
  padding: 16px 0 43px;
}

.apply .warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 20px;
  letter-spacing: 0.05em;
}


/*あなたの当選者IDは*/
.winning__titel {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 18px 0 16px;
}

.display-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85.25%;
  height: 72px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
.winning .btns-list {
  gap: 8px;
}
.number {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.875rem; /*30px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000;
  padding-left: 0.6em;
}
.btn__image {
  width: 71px;
  aspect-ratio: 70 / 30;
  object-fit: contain;
  padding-right: 5px;
}
.copy-btn {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 6px 0 0;
  margin: 0;
  background-color: #fff;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.winning .btn__2icon::before,
.winning .btn__2icon::after {
  content: none;
}

.display-none {
  display: none;
}