/* 
 * 開発時に追加する必要のあったスタイルはこのファイルに記載
 */

.modal-image-size75 {
  width: 75px;
  height: 75px;
}

.bdt-solid-gray1 {
  border-top: 1px solid #D3D9DF;
}

#__member_card_list {
  padding: 10px 4px;
  border-radius: 4px;
  border: 1px solid #A2A1AA;
  width: 100% !important;
}

.text-decoration-none {
  text-decoration: none;
}

/* 以下、2024年-2025年のアプリリニューアルで追加されたスタイル */

/* ---------- 背景色 ----------*/

.bg-light-blue-violet {
  width: 100%;
  min-height: 100vh;
  background-color: #e8eeff;
}

.font-family-noto-sans-jp {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* ---------- 店舗選択プルダウン ----------*/

.store-selector-wrapper {
  width: 100%;
  position: relative;
}

.store-selector-content {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.store-selector-icon-circle {
  width: 3rem;
  height: 3rem;
  background: #2C31A6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-selector-icon-text {
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  font-weight: bold;
}

.store-selector-name {
  margin-left: 0.25rem;
  border: 1px solid #CFD8DC;
  width: 100%;
  display: flex;
  align-items: center;
  background: #F5F7FD;
  height: 3rem;
  border-radius: 3.125rem;
  /* テキストが長い場合 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-selector-name-text {
  margin-left: 1rem;
  flex-grow: 1;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
}

.store-name-xsmall {
  font-size: 0.65rem;
}

.store-name-small {
  font-size: 0.8rem;
}

.store-name-medium {
  font-size: 0.9rem;
}

.store-selector-name-down-arrow {
  margin-right: 1rem;
  flex-shrink: 0;
}


/* ---------- 店舗選択ドロップダウン 内容 ----------*/

.store-selector-modal-content {
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.store-selector-modal-title {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

.store-selector-modal-title-img {
  width: 1.5rem;
  height: 1.5rem;
}

.store-selector-modal-title-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.store-selector-modal-list {
  max-height: 50vh;
  overflow-y: scroll;
}

.store-selector-modal-item {
  display: block;
  width: 100%;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #cfd8dc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-selector-modal-item-last {
  display: block;
  width: 100%;
  padding: 1.25rem 1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-selector-modal-item-text {
  color: #454545;
  font-size: 1rem;
}

.store-selector-modal-item-icon {}

.store-selector-modal-close-button-wrapper {
  position: relative;
}

.store-selector-modal-close-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-selector-modal-close-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.store-selector-modal-close-button-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

/* ---------- QRコード ----------*/

.qr-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 1rem;
}

.qr-modal-title {
  margin: 0 1rem;
  padding: 0.3125rem 0.8125rem 0.25rem 0.8125rem;
  border-radius: 5rem;
  background-color: #2C31A6;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.qr-modal-qr-wrapper {
  margin: 0.25rem auto;
  overflow-x: auto;
  /* 横スクロール可能に変更 */
  overflow-y: hidden;
  /* 縦スクロールを禁止 */
  -webkit-overflow-scrolling: touch;
  /* iOSでのスムーズスクロール */
  padding: 0 1rem;
  display: flex;
}

.qr-modal-qr-content {
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
}

.qr-modal-qr-first,
.qr-modal-qr-second {
  width: 300px;
  height: 323px;
  flex-shrink: 0;
  background-color: #446CBA;
  border-radius: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.qr-modal-qr-first {}

.qr-modal-qr-second {}

/* QRコード */
#first-qrcode,
#second-qrcode {
  margin: 0.5rem auto 0.5rem auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

#first-qrcode img,
#second-qrcode img,
#first-qrcode canvas,
#second-qrcode canvas {
  width: 100% !important;
  height: 100% !important;
}

.qr-modal-qr-arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qr-modal-qr-arrow-text {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #454545
}

.qr-modal-qr-second {
  background-color: #5AC4AA;
}

.qr-modal-qr-text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #446CBA;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-modal-qr-second .qr-modal-qr-text-wrapper {
  background-color: #5AC4AA;
}

.qr-modal-qr-text-number1,
.qr-modal-qr-text-number2 {
  position: absolute;
  left: 1rem;
  bottom: -1.375rem;
  font-size: 7.5rem;
  font-weight: bold;
  color: #ffffff7b;
  margin: 0;
  line-height: 1;
  font-family: 'Avenir Next Condensed';
}

.qr-modal-qr-text-number1 {
  transform: rotate(7deg);
}

.qr-modal-qr-text-color {
  margin: 0;
  bottom: 3.125rem;
  position: absolute;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.qr-modal-qr-text-note-wrapper {
  text-align: center;
  margin-top: 0.5rem;
}

.qr-modal-qr-text-note {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.qr-modal-qr-text-note-sub {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.qr-modal-close-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-modal-close-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.qr-modal-close-button-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

/* ---------- 初回特典受領済み ----------*/

.initial-benefit-used-content {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 1.25px;
}

.initial-benefit-used-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.initial-benefit-used-content-title {
  font-size: 1rem;
  font-weight: bold;
  color: #454545;
  text-align: left;
  margin-bottom: 0;
}

.prepaid-card-number-text {
  font-size: 0.875rem;
  color: #454545;
  font-weight: 500;
}

.initial-benefit-used-content-balance-wrapper {
  text-align: left;
}

.initial-benefit-used-content-balance-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2C31A6;
  text-align: left;
}

.initial-benefit-used-content-balance-unit {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2C31A6;
}

.initial-benefit-used-content-note-wrapper {}

.initial-benefit-used-content-note-text {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #454545;
}

.initial-benefit-used-store-type-wrapper {
  margin-top: 0.5rem;
  text-align: right;
}

.initial-benefit-used-store-type-text {
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
}

.initial-benefit-used-button-wrapper {
  margin-top: 1rem;
}

.initial-benefit-used-button-use-enabled {
  margin-top: 1rem;
  background-color: #04AD92;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 12.5rem;
  width: 100%;
}

.initial-benefit-used-button-use-enabled span {
  margin-left: 0.625rem;
}

.initial-benefit-used-button-use-disabled {
  margin-top: 1rem;
  background-color: #CFD8DC;
  color: #999999;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 12.5rem;
  width: 100%;
}

.initial-benefit-used-button-use-disabled span {
  margin-left: 0.625rem;
}

.initial-benefit-used-button-charge {
  margin-top: 1rem;
  background-color: #fff;
  color: #04AD92;
  border: 2px solid #04AD92;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 12.5rem;
  width: 50%;
}

.initial-benefit-used-button-charge span {
  margin-left: 0.625rem;
}

.initial-benefit-used-button-charge-disabled {
  margin-top: 1rem;
  background-color: #CFD8DC;
  color: #999999;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 12.5rem;
  width: 50%;
}

.initial-benefit-used-button-charge-disabled span {
  margin-left: 0.625rem;
}

/* ---------- 有効期限 と ご利用履歴 ----------*/

.limit-and-history-wrapper {
  margin-top: 0.5rem;
}

.limit-and-history-content {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.limit-and-history-title {
  color: #2C31A6;
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}

.limit-item-wrapper {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #cfd8dc;
}

.limit-item-last-wrapper {
  padding: 0.5rem 1rem;
}

.history-item-wrapper {
  padding: 1rem;
  border-bottom: 1px solid #cfd8dc;
}

.history-item-last-wrapper {
  padding: 1rem;
}

.limit-and-history-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.limit-and-history-item-text-date,
.limit-and-history-item-text-value {
  color: #454545;
  font-size: 1rem;
}

.limit-and-history-item-text-warning {
  background-color: #FFF9D9;
  border-radius: 0.5rem;
  color: #454545;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem;
  padding-left: 1rem;
  width: 100%;
}

.limit-and-history-item-text-no-data {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1rem;
}

.show-more-wrapper {
  border-top: 1px solid #cfd8dc;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.limit-show-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  margin-right: 0.5rem;
  background-color: #fff;
  color: #04AD92;
  font-weight: 500;
  font-size: 1rem;
}

.history-show-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  margin-right: 0.5rem;
  background-color: #fff;
  color: #04AD92;
  font-weight: 500;
  font-size: 1rem;
}

/* ---------- 初回特典未受領 ----------*/

.initial-benefit-unused-content {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 1.25px;
}

.initial-benefit-unused-content-title {
  font-size: 1rem;
  font-weight: bold;
  color: #454545;
  text-align: left;
  margin-bottom: 0;
}

.initial-benefit-unused-content-balance-wrapper {
  text-align: left;
}

.initial-benefit-unused-content-balance-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2C31A6;
  text-align: left;
}

.initial-benefit-unused-content-balance-unit {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2C31A6;
}

.initial-benefit-unused-content-note-wrapper {
  margin-top: 0.5rem;
  display: flex;
  text-align: left;
  color: #FC2E14;
}

.initial-benefit-unused-content-note-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.initial-benefit-unused-store-type-wrapper {
  text-align: right;
}

.initial-benefit-unused-store-type-text {
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
}

.initial-benefit-unused-button-wrapper {
  margin-top: 1rem;
}

.initial-benefit-unused-button-use {
  margin-top: 1rem;
  background-color: #CFD8DC;
  color: #999999;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 12.5rem;
  width: 100%;
}

.initial-benefit-unused-button-use span {
  margin-left: 0.625rem;
}

.initial-benefit-unused-button-charge {
  margin-top: 1rem;
  background-color: #CFD8DC;
  color: #999999;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 12.5rem;
  width: 50%;
}

.initial-benefit-unused-button-charge span {
  margin-left: 0.625rem;
}

.initial-benefit-unused-button-benefit-use {
  margin-top: 1rem;
  background-color: #04AD92;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 12.5rem;
  width: 100%;
}

.initial-benefit-unused-button-benefit-use span {
  margin-left: 0.5rem;
}

.card-edit-button {
  margin-top: 1rem;
  background-color: #CFD8DC;
  color: #04AD92;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 12.5rem;
  width: 50%;
  display:block;
  margin:1rem auto auto auto;
}

.card-edit-button span {
  margin-left: 0.5rem;
}

/* ---------- メアド未登録 ----------*/

.not-email-registered-content {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1.25px;
}

.not-email-registered-content-title {
  background-color: #2C31A6;
  color: #fff;
  padding: 0.4375rem 0.3125rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.3125rem;
}

.not-email-registered-content-balance-wrapper {
  margin-top: 0.3125rem;
  text-align: left;
}

.not-email-registered-content-balance-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2C31A6;
}

.not-email-registered-content-balance-unit {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2C31A6;
}

.not-email-registered-content-note-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

.not-email-registered-button-wrapper {
  margin-top: 1rem;
}

.not-email-registered-button-benefit-use {
  background-color: #04AD92;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 12.5rem;
  width: 100%;
}

.not-email-registered-button-benefit-use span {
  margin-left: 0.5rem;
}

/* ---------- 非対応店舗 ----------*/

.unsupported-store-content {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 1.25px;
}

.unsupported-store-content-staff-icon {
  margin-top: 1rem;
}

.unsupported-store-text {
  font-size: 1rem;
  margin-top: 1rem;
}

/* ---------- ユーザーガイド ----------*/

.userguide-wrapper {
  margin-top: 0.5rem;
}

.userguide-content {
  background-color: #fff;
}

.userguide-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #cfd8dc;
  text-decoration: none;
}

.userguide-item-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
}

.userguide-text {
  font-size: 1rem;
  font-weight: bold;
  color: #454545;
}

/* ---------- 初回特典ポップアップ ----------*/

.initial-benefit-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
}

.initial-benefit-popup-content-img {
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
}

.initial-benefit-popup-content-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #2C31A6;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.initial-benefit-popup-content-title-sub {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.initial-benefit-popup-content-sentence {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.initial-benefit-popup-content-sentence-sub {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.initial-benefit-popup-content-button-use {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  background-color: #04AD92;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 12.5rem;
  width: 100%;
  position: relative;
}

.initial-benefit-popup-content-button-use span {
  flex: 1;
  text-align: center;
}

.initial-benefit-popup-content-button-use img {
  position: absolute;
  right: 1rem;
}

.initial-benefit-popup-content-button-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  gap: 0.5rem;
  margin: 0.5rem auto 0 auto;
}

.initial-benefit-popup-content-button-cancel img {
  width: 0.875rem;
  height: 0.875rem;
  display: block;
}

.initial-benefit-popup-content-button-cancel span {
  color: #04AD92;
  font-size: 1rem;
  display: block;
}

.initial-benefit-popup-content-checkbox-wrapper {
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.initial-benefit-popup-content-checkbox-wrapper input {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0.3125rem;
  border: 2.5px solid #CFD8DC;
  cursor: pointer;
  accent-color: #04AD92;
  background-color: #fff;
}

.initial-benefit-popup-content-checkbox-wrapper input:checked {
  background-color: #fff;
  background-image: url('/lib/images/check_green.svg');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.initial-benefit-popup-content-checkbox-wrapper label {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #454545;
}

.initial-benefit-popup-content-close-button-wrapper {
  position: relative;
}

.initial-benefit-popup-content-close-button {
  margin-top: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.initial-benefit-popup-content-close-button-icon {
  width: 1.375rem;
  height: 1.375rem;
}

.initial-benefit-popup-content-close-button-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

/* ---------- 初回同意画面 ----------*/

.initial-agreement-sentence-wrapper {
  padding: 1rem;
  background-color: #fff;
}

.initial-agreement-sentence {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2C31A6;
}

.initial-agreement-sentence-store-name {
  margin-top: 1rem;
  padding: 0.5625rem 1rem;
  background-color: #FFF9D9;
  font-size: 1rem;
}

.initial-agreement-sentence-caution {
  padding: 0.5625rem 1rem;
  background-color: #F5F7FD;
  margin-top: 1rem;
}

.initial-agreement-sentence-caution-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.initial-agreement-sentence-caution-list {
  margin-top: 0.5rem;
  color: #454545;
}

.initial-agreement-sentence-caution-list li {
  list-style-type: disc;
  margin-left: 1rem;
  font-size: 1rem;
}

.initial-agreement-button-wrapper {
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #fff;
}

.initial-agreement-button-term,
.initial-agreement-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.initial-agreement-button-term button,
.initial-agreement-button-next button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12.5rem;
  font-size: 1rem;
}

.initial-agreement-button-term button {
  width: 8.625rem;
  height: 2.5rem;
  background-color: #fff;
  color: #04AD92;
  border: 2px solid #04AD92;
  font-weight: 600;
}

.initial-agreement-button-next button {
  width: 100%;
  height: 3.5rem;
  margin-top: 1rem;
  background-color: #04AD92;
  color: #fff;
  border: none;
  font-weight: bold;
}

.initial-agreement-button-term button img,
.initial-agreement-button-next button img {
  position: absolute;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.initial-agreement-button-term button span,
.initial-agreement-button-next button span {
  display: block;
  text-align: center;
}