/*------------------------------
  共通設定
-------------------------------- */
:root {
  --sp-width: 430px;
/*  --sp-width: 393px; */
  
  --color-bkMVtext:#EAD787;
  --color-bgColor: #fbc789;
  --color-btnOn: #C01B21;
  --color-btnbk: #0a1421;
  --color-btnOff: #fff;
  --color-border:#7c7b75;
  --color-tokai: #ED6D00;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: gray;
}  

/* --------------------------------
  Layout
-------------------------------- */

/*iOS Safari のフォントサイズ自動調整機能off*/
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-weight: normal;
  color: var(--color-black);
  background-color: var(--color-gray);
  margin:0;
}
main {
  margin-top: 66px;
  background-color: var(--color-white);
}

#hk *,
#hk *::before,
#hk *::after {
  box-sizing: border-box;
}

#hk ul {
  list-style: none;
  padding-left: 0;
}
#hk table {
  border-collapse:collapse;
  border-spacing:0;
}

.border {
  border: none; /* デフォルトの枠線を消す */
  width: 93%;
  margin: 0 auto;
  border-top: 2px dotted  var(--color-border);
}
.underline {
  color: var(--color-black);
  text-decoration: underline solid var(--color-black);
  /*iOS Safari でアンダーバー表示が適用されない挙動の対応*/
  -webkit-text-decoration: underline solid var(--color-black);
}

/*ハイキュ－ ボタン 共通
----------------------------*/
.btn {
  display: inline-block;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: var(--color-white);
  width: 360px;
  max-width: 100%;
  border-radius: 10px;

  text-align: center;
  justify-content: center;
  text-decoration: none;
  
  border: none;  /* クリックした際に枠線をnone消す */
  outline: none;  /* 影を消す */
  box-shadow: none;
  padding: 0;      /* 必要に応じて初期化 */  
  margin: 0 auto;
}
.btn__wrapper {
  display: flex;  
  justify-content: center; /* 中央寄せ */
}
.btn__text {
  display: flex;
  flex: 40; /* 比率b */
  align-items: center;  
  font-size: 1.25rem; /*20px*/
  font-weight: 900;
  padding:26px 0 25px;
  letter-spacing: 0.04em;  
  justify-content: center; /* 中央寄せ */
}
.btn__left-icon {
  display: flex;
  flex: 19; /* 比率a */
  justify-content: center;
}
.btn__right-icon {
  display: flex;
  flex: 12; /* 比率c */
  justify-content: center;
}

.btn--shadow {
  box-shadow: 4px 4px 0px 0px #000000;
  /* 右下にぼかしのある黒い影 */
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 1.0);*/
}

/*デジタルスタンプラリ－ リンクボタン
----------------------------*/
.btn-section__wrapper {
  width: 91.6%;
  margin-left:auto;
  margin-right: auto;
  text-align: center;
}

.btn-stamp-rally {
  width: 100%;
  height: 104px;
  opacity: 1;
  border-radius: 10px;
  background: url(/view/event/haikyu/stamprally/img/bg_stamp-rally.webp);
  background-color: #DBC31B;

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.btn-stamp-rally::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 4%;
  width: 100%;
  height: 52px;
  background-image: url(/view/event/haikyu/stamprally/svg/btn_stamp_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn-stamp-rally__img {
  width: 257px;
  height: auto;
  margin-left: 11%;
}



/*ボイスを聞く ボタン
----------------------------*/
.event-btns {
}

.event-btns__list {
  display: flex;
  flex-direction: column;
  align-items: center;     /* 縦方向も揃えたい場合 */
  gap: 13px;
  padding: 26px 0 8px;
}
.btn-voice {
  display: flex;
  align-items: center;
  width: 91.6%;
  height: 80px;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.btn-voice__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 2.3rem;
}
.btn--karasuno-icon {
  color: var(--color-black);
  background-color: #FEA500;
}
.btn--karasuno-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6.5%;
  width: 100%;
  height: 52px;
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn--onkoma-icon {
  background-color: #E3263A;
}
.btn--onkoma-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6.5%;
  width: 100%;
  height: 52px;
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn--inari-icon {
  background-color: #8A3748;
}
.btn--inari-icon::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6.5%;
  width: 100%;
  height: 52px;
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}


/*乗車証明書で特典と交換する　ボタン*/
.btn-exchange {
  display: flex;
  align-items: center;
  width: 91.6%;
  height: 80px;
  opacity: 1;
  border-radius: 10px;
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_exchange.svg);
  position: relative;
}
.btn-exchange::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10.2%;
  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/box_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn-exchange__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.125rem; /*18px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 2.3rem;
}

.btn-exchange--off {
  color: var(--color-white);
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_gray.svg);
}
.btn-exchange--off::before {
  opacity: 0.5;
}
.btn-exchange--off .btn-exchange__text {
  opacity: 0.5;
}













/* main class="page-content"
----------------------------------------------- */
.page-content {
  width: var(--sp-width);
  max-width: 430px;
  padding-top: 60px;
  min-height: calc(100vh - 150px);
  margin: auto;
  display: block;
  overflow: hidden;
  background-color: var(--color-white);
  background-image: 100%;
}
.page-content__wrapper {
  width: 91.89%;
  margin-left: auto;
  margin-right: auto;
}

/*バックグラウンドイメージの繰り返し設定*/
.bg-repeat {
  background-size: 200px;
  background-repeat: repeat;
}
.btn-bg-repeat {
  background-size: cover;
  background-repeat: repeat;
}
.bg-repeat--tile {
  background-size:30px;
  background-repeat: repeat;
}
/*------------------------------
  共通設定 ここまで
-------------------------------- */



/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
  background-color: var(--color-black);
  margin-bottom: 15px;
}
.visual__inner {
}
.visual__image {
  display: block;
  width: var(--sp-width);
  height: auto;
}
.period {
  padding: 14px 0;
}
.period__text {
  color: var(--color-white);
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1rem; /*16px*/
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.period__text > span {
  font-size: 1.3125rem; /*21px*/
}
.period__text--s12 {
  color: var(--color-white);
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.75rem; /*12px*/
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 5px;
}
.visual__text {
  color: var(--color-white);
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 0.9375rem; /*15px*/
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 18px 0;
  background-size: cover;
}

/*認証セクション
----------------------------------------------- */
.registration {
  margin-top: 15px;
}
.registration__inner {
  width: 91.6%;
  margin: 0 auto;
}

 /* 認証処理ボタン 
----------------------------------------------- */
.registration__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
  background-color: var();
}

.btn-registration,.btn-login {
  background-color: var(--color-btnOn); /* 基本色 */
}

/*アカウント新規登録*/
.btn-registration__icon-left {
  flex: 3;  
  margin: auto;
  padding-right: 10px;
}
.btn-registration__text {
  flex:8;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 15.5px auto;
}
.btn-registration__icon-right {
    flex:1;
}
.btn__registration-icon-size {
  height: auto;
}

/*ログイン*/
.btn-login__icon-left {
  flex: 7;  
  margin: auto;
  padding-right: 10px;

}
.btn-login__text {
  flex:20;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 15.5px auto;
  padding-right: 1rem;
}
.btn-login__icon-right {
    flex:3;
}

.btn__login-icon-size {
  width: 18px;
  height: auto;
}



/* コンテンツ ご注意事項 
----------------------------------------------- */
/*ご注意事項ボタン*/
.warning-content {
  padding: 0 0 20px 0;
  margin: 0 auto 19px auto;
  transition: 0.5s;
}
.toggleWarning {
  cursor: pointer;
  position: relative;
}
.toggleWarning__title {
  color: var(--color-black);  
  text-indent: -3em;
  font-size: 1.0rem;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  padding: 4px 0 0px 0;
}

/*icon デザイン*/
.open__icon__block {
  position: absolute;
  right: 35%;
  top: 68%;
  transform: translatey(-50%);
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  z-index: 2;
}
.open__icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.open__icon::before, .open__icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.open__icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.open__icon.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.open__icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*icon ログオン時非表示*/
.registration-off {
  display: none;
}

/*  東海道新幹線車内限定
    コンテンツ
----------------------------------------------*/
.content-top {
  text-align: center;
  margin-top: 22px;
  padding-bottom: 6px;
}
.shinkansen {  
  position: relative;
  height: 148px;
  background-position:bottom ;
  background-size: contain;
  background-repeat: no-repeat;
}
.shinkansen__wrapper {
  position: absolute;
  top: 45px;   /* ulより上にかぶせたい高さを調整 */
  left: 50%;    /* 中央に配置 */
  transform: translateX(-50%); /* ボタンの幅分を中央揃え */
  width: 100%;
}
.shinkansen__text--img {
  display: block;
  margin: auto;
}
.shinkansen__img {
  width: 98%;
  display: block;       /* ブロック要素にする */
  margin-left: auto;    /* 右寄せ */
  margin-right: 0;
  margin-top: 10px;
}
.shinkansen__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 37px;
}
.shinkansen__text--schedule {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 10px;
}

/*ノベリティー　注意事項
-------------------------------*/
.event-warning {
  width: 90%;
  margin: 0 auto;
}
/*リスト*/
.event-warning-list {
}
.event-warning-list__item {
  position: relative;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.75rem; /*12px*/
  line-height: 20px;
  letter-spacing: 0.05em;

  padding-left: 1.2em; /*リスト左スペース調整*/
  padding-right: 0; /*リスト右スペース調整*/
}
.event-warning-list__item::before {
  content: "※";
  position: absolute;
  left: 0.0em; /*ドット位置調整*/
}
/*リスト上部のスペース調整*/
.event-warning-list__item:first-child {
  margin-top: 1em;
}
/*リスト下部のスペース調整*/
.event-warning-list__item:last-child {
  margin-bottom: 0;
}


/*乗車ノベルティ
------------------------------------*/
.ride-on-novelty {
  background-repeat: repeat;
  padding-bottom: 15px;
}
.ride-on-novelty__wrapper {
  padding-top: 10px;
  width: 90.84%;
  margin: 0 auto;
}
.ride-on-novelty__title {
  display: flex;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.3125rem;  /*21px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  text-decoration: underline dotted; /* 下線を点線に */
  text-decoration-color: #7c7b75;
  text-underline-offset: 8px;
  padding: 8px 0 12px;
  position: relative;
} 
.ride-on-novelty__title::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto 0;

  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/ball.svg);
  transform: translateX(20%);

  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ride-on-novelty__title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  inset: 0;
  margin: auto 0;

  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/ball.svg);
  transform: translateX(73%);

  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ride-on-novelty__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 14px 0 0;
}
.ride-on-novelty-item {
  width: 92.076%;
  margin: 16px auto 12px;
}
.ride-on-novelty-item--img {
  width: 100%;
  height: auto;
}
.ride-on-novelty-item__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.875rem; /*14px*/
  letter-spacing: -4%;
  text-align: center;
  padding-top: 2px;
}

/*特典引換場所*/
.location {
}
.location__wrapper {
  width: 91.6%;
  height: auto;
  border: 2px dotted  var(--color-border);
  margin: 0 auto;
}
.redemption-location__text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.125rem; /*18px*/
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 9px 0;
}
.place__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-top: 5px;
}
.place__text > span {
  font-size: 1rem; /*16px*/
}
.place-text {
  padding: 5px 0 9px;
}
.place-text__item {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.75rem; /*12px*/
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

/*注意事項
---------------------------------*/
.exchange {
  padding-bottom: 32px;
}
.exchange-btns {
  margin: 22px 0;
}

.exchange-warning {
  width: 92.1%;
  margin: 0 auto;
}
/*リスト*/
.exchange-warning-list {
}
.exchange-warning-list__item {
  position: relative;
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 20px;
  letter-spacing: 0%;

  padding-left: 0.8rem; /*リスト左スペース調整*/
  padding-right: 0; /*リスト右スペース調整*/
}
.exchange-warning-list__item::before {
  content: "※";
  position: absolute;
  left: 0em; /*ドット位置調整*/
}
/*リスト上部のスペース調整*/
.exchange-warning-list__item:first-child {
  margin-top: 3em;
}
/*リスト下部のスペース調整*/
.exchange-warning-list__item:last-child {
  margin-bottom: 0;
}

/*  デジタルスタンプラリー
(オリジナルボイス付)
-------------------------*/
.stamp-rally {
  margin-bottom: 45px;
}
.stamp-rally-voice {
  margin-bottom: 20px;
}
.stamp-rally__wrapper {
  margin-bottom: 21px;
}
.stamp-rally__title {
  display: flex;
  justify-content: center;
  height: 110px;
  width: 100%;
  background-color: #DBC31B;
  background-size: cover;
  background-repeat: no-repeat;
}
.stamp-rally__title--img {
  display: block;
  margin: auto;
}
.shinkansen__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 37px;
}
.stamp-rally__text--schedule {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.25rem; /*20px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 12px;
}
.stamp-rally--red{
  width: 89.3%;
}
.stamp-rally--red .exchange-warning-list__item {
  color: #FF0000;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.06em;
}
.stamp-rally--red .exchange-warning-list {
  margin: 9px 0;
}
.stamp-rally--red .exchange-warning-list__item:first-child {
    margin-top: 0;
}
.btn-section__wrapper--margin-bottom {
  margin-bottom: 43px;
}



/*stamp-rally.htmlここから*/
/*main-Visual-stamp-rally
------------------------------*/
.main-Visual {
  background-color: var(--color-black);
  margin-bottom: 15px;
}
.visual__inner {
}
.main-Visual-stamp-rally .visual__image {
  background-color: #F9EFA8;
}
.warning-content-stamp-rally {
  padding: 0 0 16px 0;
  margin: 0 auto;
}
.stamp-rally__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1rem; /*16px*/
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 22px;
}

.event-warning--redemption {
  padding: 1px 0 10px;
  width: 88%;
  margin: 0 auto;
}
.event-warning--redemption .event-warning-list__item {
  font-family: Noto Sans JP;
  font-weight: 350;
  font-size: 0.6875rem; /*11px*/
  line-height: 20px;
  letter-spacing: 0.05em;
}


/*スタンプラリーコース*/
.stamp-rally-course {
  padding: 6px 0 0;
}
.stamp-rally-course__flex-item {
  width: 86.52%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.stamp-rally-course__title {
  flex: 1;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: start;
}
.stamp-rally-icon {
  flex: 2;
  display: flex;
  gap: 7%;
  padding-left: 3%;
  justify-content: flex-start;
}


/*スタンプスポットを地図で確認 ボタンデザイン*/
.btn-map-outer {
  margin: 24px 0;
}
.btn-map {
  display: flex;
  align-items: center;
  width: 91.63%;
  height: 55px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.btn-map::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 9.5%;
  margin: auto 0;
  width: 38px;
  height: 38px;
  background-image: url(/view/event/haikyu/stamprally/svg/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
}
.btn-map__text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  padding-left: 2rem;
}

/*  コンプリート特典
-----------------------------------*/
.complete-benefits {
  background-repeat: repeat;
  padding-bottom: 15px;
}
.complete-benefits__wrapper {
  padding-top: 10px;
  width: 90.84%;
  margin: 0 auto;
}
.complete-benefits__title {
  display: flex;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.3125rem;  /*21px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  text-decoration: underline dotted; /* 下線を点線に */
  text-decoration-color: #7c7b75;
  text-underline-offset: 8px;
  padding: 12px 0 5px;
  position: relative;
} 
.complete-benefits__title::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto 0;

  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/ball.svg);
  transform: translateX(17%);

  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.complete-benefits__title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  inset: 0;
  margin: auto 0;

  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/ball.svg);
  transform: translateX(77%);

  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.complete-benefits__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 0 7px;
}
.complete-benefits-item {
  margin: 16px auto 37px;
}
.complete-benefits-item--flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
}
.complete-benefits-item--img {
  width: 45.3%;
  height: auto;
}
.complete-benefits-item__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 0.875rem; /*14px*/
  letter-spacing: -4%;
  text-align: center;
  padding-top: 2px;
}


/*コンプリート特典を引き換える
----------------------------------------*/
/*コンプリート特典を引き換える ボタン
----------------------------*/
.redemption {
  margin-bottom: 20px;
}

.redemption-btns {
}

.redemption-btns__list {
  display: flex;
  flex-direction: column;
  align-items: center;     /* 縦方向も揃えたい場合 */
  gap: 13px;
  padding: 26px 0 8px;
}
.btn-redemption {
  display: flex;
  align-items: center;
  width: 91.6%;
  height: 80px;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.btn-redemption__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.0625rem; /*17px*/
  line-height: 25px;
  letter-spacing: 0.05em;

  text-align: left;
  padding-left: 2.1rem;
}
.btn--karasuno {
  color: var(--color-black);
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_orange.svg);
}
.btn--onkoma {
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_red.svg); 
}
.btn--inari {
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_brown.svg); 
}
.btn--inari .btn-redemption__text {
  padding-left: 3.1rem;
}

.btn-redemption::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 7.5%;
  width: 100%;
  height: 22px;
  background-image: url(/view/event/haikyu/stamprally/svg/box_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/*ボタンオフ　デザイン*/
.btn-redemption--off {
  color: var(--color-white);
  background-image: url(/view/event/haikyu/stamprally/svg/bg_btn_gray.svg);
}
.btn-redemption--off::before {
  opacity: 0.5;
}
.btn-redemption--off .btn-redemption__text {
  opacity: 0.5;
}


/*  コンプリート特典を引き換える
----------------------------------------*/
.course {
}
.common-course {
  margin-bottom: 50px; 
}
.karasuno-course {  
  margin-bottom: 50px; 
}
.nekoma-course {  
  margin-bottom: 50px; 
}
.inarizaki-course {
  margin-bottom: 32px; 
}
.course-list__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.5rem; /*24px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-size: 101%;
  padding: 14px 0;
}
.course-item {
  padding: 10px 0 0;
}
.course-item:first-child {
  padding: 0;
}

.course__title {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1.75rem; /*28px*/
  line-height: 1.22;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 14px 0 9px;
}

/*コンプリート特典を引き換える ボタン*/


.btn-course {
  display: flex;
  align-items: center;
  width: 94.15%;
  height: 90px;
  opacity: 1;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  border-width: 3px;
  border-style: solid;
  border-color: #DBC31B;
  position: relative;
}
.course-item .btn-course__text--on,
.course-item .course__text--on {
  display: none;
}

.btn-course::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 5.7%;
  width: 100%;
  height: 23px;
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_big_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn-course__wrapper {
  flex: 7.9;
}
.btn-course__text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.1875rem; /*19px*/
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  padding-right: 0.5rem;
  margin-left: auto;
}
.btn-course__icon {
  flex: 2.1;
}
.btn-course__icon--img {
  display: block;
  width: 62px;
  height: auto;
  margin-top: auto auto auto 0;
}
.course__text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0 2px;
}

/*烏野デザイン*/
.btn-course--karasuno {
  border: 3px solid #FEA500;
}
.btn-course--karasuno::before {
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_big_orange.svg);
}
/*音駒デザイン*/
.btn-course--nekoma {
  border: 3px solid #E3263A;
}
.btn-course--nekoma::before {
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_big_red.svg);
}
/*稲荷崎コース*/
.btn-course--inarizaki {
  border: 3px solid #8A3748;
}  
.btn-course--inarizaki::before {
  background-image: url(/view/event/haikyu/stamprally/svg/speaker_big_brown.svg);
}

/*course-item--on処理*/
.course-item--on .btn-course__text--on {
  display: block;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.1875rem; /*19px*/
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 2.3rem;
  margin-left: auto;
}
.course-item--on .course__text--on {
  display: block;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0 2px;
}
.course-item--on .btn-course__text,
.course-item--on .course__text {
  display: none;
}

/*スタンプラリー リセットボタンデザイン*/
.stamp-reset {
  padding-bottom: 4px;
  margin: 11px 0 0;
}
.btn-reset {
  display: flex;
  align-items: center;
  width: 73.285%;
  height: 50px;
  border-radius: 10px;
  background-color: #C5C5C5;
  position: relative;
}
.btn-reset::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 7.7%;
  width: 100%;
  height: 17px;
  background-image: url(/view/event/haikyu/stamprally/svg/reset.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
}
.btn-reset__text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 1rem; /*16px*/
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 2.2em;
  opacity: 0.5;
}
/*リセットボタン有効化*/
.btn-reset--on {
  background-color: #000;
}
.btn-reset--on::before {
  opacity: 1;
}
.btn-reset--on .btn-reset__text {
  opacity: 1;
}

/*リセット処理注釈*/
.head--none::before {
  content: none;
}
.stamp-reset--warning {
  width: 93%;
}
.stamp-reset--warning .event-warning-list__item {
font-family: Noto Sans JP;
font-weight: 400;
font-size: 0.6875rem; /*11px*/
line-height: 20px;
letter-spacing: 0.05em;
}

/*新幹線車内コンテンツはこちら ボタン
--------------------------------------*/
.btn-shinkansen {
  width: 100%;
  height: 104px;
  opacity: 1;
  border-radius: 10px;
  background: url(/view/event/haikyu/stamprally/img/bg_stamp-rally.webp);
  background-color: #F59020;

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.btn-shinkansen::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 3.5%;
  width: 100%;
  height: 52px;
  background-image: url(/view/event/haikyu/stamprally/svg/btn_stamp_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.btn-shinkansen__img {
  width: 257px;
  height: auto;
  margin-left: 11%;
}
.btn-section-shinkansen__wrapper {
  padding-bottom: 32px;
}