@charset "UTF-8";
/* クイック印刷ページ (guestcontents/new/ = UploadForGuestV.jsp)
   リファレンス: mbneppuri_260619/index.html
   生成元: html/scss/page/quick-print.scss （gulp build で再生成可）
   全スタイルを body.quick-print 配下にスコープ。base=ref mobile / min-width:1025px=ref desktop。 */

.quick-print {
  color: #22262a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #f4f6f8; /* フォールバック（.qp-root が覆う） */
}
/* 背景グラデは body ではなく .qp-root に置く。
   body 背景はキャンバスへ伝播し viewport 単位でタイル化され縦に継ぎ目が出るため
   （リファレンスも root の div にグラデを置いている）。 */
.quick-print .qp-root {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.9) 0 185px, rgba(255, 255, 255, 0) 420px),
    linear-gradient(180deg, #f5f7f9 0%, #eef1f4 28%, #f4f6f8 60%, #ffffff 100%);
}
@media screen and (min-width: 761px) {
  .quick-print .qp-root {
    min-width: 1100px;
  }
}
.quick-print .mod-main,
.quick-print .pc-container,
.quick-print .main-contents {
  background: transparent;
}
/* スティッキーフッター挙動を解除し、フッターをコンテンツ直後に置く（リファレンスに合わせる） */
.quick-print .wrapper_contents {
  min-height: 0;
}
.quick-print .mod-main {
  flex: none;
}
/* ---- ヘッダー（リファレンス: 54px ロゴバー） ---- */
.quick-print .qp-header {
  height: 54px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(210, 216, 222, 0.7);
}
.quick-print .qp-header a {
  display: inline-flex;
  width: 140px;
  height: 40px;
}
.quick-print .qp-header img {
  width: 100%;
  height: 100%;
}

/* ---- フッター（リファレンス: リンク + コピーライト） ---- */
.quick-print .qp-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 16px 28px;
  border-top: 1px solid #d8dde3;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-footer {
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 825px;
    padding: 18px 10px 32px;
  }
}
.quick-print .qp-footer small {
  color: #656b73;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.quick-print .qp-footnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-footnav {
    flex-wrap: nowrap;
    gap: 25px;
  }
}
.quick-print .qp-footnav a {
  color: #656b73;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 761px) {
  .quick-print .main-contents {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}
.quick-print .upload-contents {
  overflow: visible;
  max-width: none;
  margin: 0 auto;
  padding: 16px 16px 0;
}
@media screen and (min-width: 761px) {
  .quick-print .upload-contents {
    width: 966px;
    max-width: 966px;
    padding: 24px 0 0;
  }
}

/* ---- タイトル ---- */
.quick-print .qp-title {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  color: transparent;
  background: linear-gradient(100deg, #ff6942 0%, #f02bc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-title {
    font-size: 34px;
  }
}

/* ---- 印刷できるコンビニ ---- */
.quick-print .qp-stores {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  width: 100%;
  height: auto;
  margin: 15px auto;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(36, 45, 58, 0.09), 0 1px 4px rgba(36, 45, 58, 0.05);
}
@media screen and (min-width: 761px) {
  .quick-print .qp-stores {
    flex-wrap: nowrap;
    gap: 38px;
    width: 588px;
    height: 67px;
    padding: 9px 40px;
  }
}
.quick-print .qp-stores-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-stores-heading {
    font-size: 17px;
  }
}
.quick-print .qp-stores-logos {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-stores-logos {
    gap: 34px;
  }
}
.quick-print .qp-stores-logos li {
  display: grid;
  place-items: center;
  width: auto;
  height: 32px;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-stores-logos li {
    height: 46px;
  }
}
.quick-print .qp-stores-logos img {
  display: block;
  height: 30px;
  width: auto;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-stores-logos li:nth-child(1) { width: 48px; }
  .quick-print .qp-stores-logos li:nth-child(1) img { width: 46px; height: 46px; }
  .quick-print .qp-stores-logos li:nth-child(2) { width: 48px; }
  .quick-print .qp-stores-logos li:nth-child(2) img { width: 45px; height: 45px; }
  .quick-print .qp-stores-logos li:nth-child(3) { width: 48px; }
  .quick-print .qp-stores-logos li:nth-child(3) img { width: 45px; height: 45px; }
  .quick-print .qp-stores-logos li:nth-child(4) { width: 56px; }
  .quick-print .qp-stores-logos li:nth-child(4) img { width: 54px; height: auto; }
}

/* ---- 印刷までの流れ（3ステップ） ---- */
.quick-print .qp-steps {
  list-style: none;
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-steps {
    display: grid;
    grid-template-columns: 282px 44px 282px 44px 282px;
    align-items: center;
    gap: 4px;
    width: 966px;
    margin: 0 auto 16px;
  }
}
.quick-print .qp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
  height: auto;
  padding: 12px 4px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(36, 45, 58, 0.09), 0 1px 4px rgba(36, 45, 58, 0.05);
}
@media screen and (min-width: 761px) {
  .quick-print .qp-step {
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 241px;
    height: 59px;
    padding: 0;
    justify-self: center;
  }
}
.quick-print .qp-step-num {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  border-radius: 50%;
  background: linear-gradient(100deg, #ff6942 0%, #f02bc8 100%);
}
.quick-print .qp-step-img {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.quick-print .qp-step-label {
  font-weight: 700;
  min-width: 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-step-label {
    min-width: 111px;
    font-size: 16px;
    text-align: left;
    line-height: normal;
  }
}
.quick-print .qp-arrow {
  display: none;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-arrow {
    display: block;
    position: relative;
    width: 44px;
    height: 36px;
  }
  .quick-print .qp-arrow::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 15px;
    width: 7px;
    height: 7px;
    background: #e42db5;
    border-radius: 50%;
  }
  .quick-print .qp-arrow::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    width: 22px;
    height: 22px;
    border-top: 5px solid #8b929b;
    border-right: 5px solid #8b929b;
    border-radius: 1px;
    transform: rotate(45deg);
  }
}

/* ---- 共通カード ---- */
.quick-print .upload-form,
.quick-print .qp-howto {
  width: 100%;
  max-width: none; /* module-93.css の .upload-form{max-width:640px} を打ち消す */
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(36, 45, 58, 0.09), 0 1px 4px rgba(36, 45, 58, 0.05);
}
@media screen and (min-width: 761px) {
  .quick-print .upload-form,
  .quick-print .qp-howto {
    width: 825px;
  }
}
.quick-print .upload-form {
  padding: 26px 32px 20px;
}
/* fine-uploader のコンテナ枠。
   空状態は枠なし（中の .upload-images-empty が点線枠を担う＝二重枠防止）。
   画像追加後はコンテナ自体に点線枠＋グレー背景を出し、リスト全体を囲う（screenshot.png）。
   非空判定: CheckFileCount(UploadForGuestV.jsp)が fileCount>0 で .has-files を付与する。
   （:has() に依存しないことで全ブラウザで確実に効かせる） */
.quick-print .c-upload-list-container {
  background: none;
  background-image: none;
}
.quick-print .c-upload-list-container.has-files {
  padding: 14px;
  border: 1.5px dashed #c7cdd4;
  border-radius: 12px;
  background: #f7f8fa;
}
/* 画像追加後の「ファイルを選択」白カード（screenshot.png 右側のタイル） */
.quick-print .upload-images:not(.upload-images-empty) {
  border-radius: 10px;
  gap: 2px;
  font-weight: 700;
  color: #5c626a;
}
.quick-print .upload-images:not(.upload-images-empty) .upload-select-img {
  height: clamp(24px, 7vw, 34px);
  margin-bottom: 4px;
  object-fit: contain;
}
.quick-print .upload-images:not(.upload-images-empty) .upload-select-file {
  font-size: clamp(10px, 3vw, 13px);
  font-weight: 700;
  color: #5c626a;
  white-space: nowrap;
}
.quick-print .upload-images:not(.upload-images-empty) .upload-file-type {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  gap: clamp(2px, 0.8vw, 5px);
  margin-top: 6px;
}
.quick-print .upload-images:not(.upload-images-empty) .upload-file-type span {
  width: auto;
  min-width: clamp(16px, 5vw, 30px);
  height: clamp(15px, 4.5vw, 18px);
  padding: 2px clamp(2px, 0.8vw, 6px);
  color: #7d838b;
  font-size: clamp(8px, 2vw, 10px);
  line-height: 1;
  background: #eef1f4;
  border-radius: 6px;
}
/* 共有コンポーネントが固定する Hiragino Sans を打ち消し、ページのフォントを継承 */
.quick-print .upload-images {
  font-family: inherit;
}
.quick-print .c-form {
  margin: 0;
}

/* ---- ドロップゾーン（空状態） ---- */
.quick-print .upload-images-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 156px;
  max-height: none;
  aspect-ratio: auto;
  padding: 8px 0 0;
  border: 1.5px dashed #c7cdd4;
  border-radius: 9px;
  background: #f7f8fa;
  grid-template: none;
}
.quick-print .upload-select-pill {
  display: contents;
}
.quick-print .upload-images-empty .upload-select-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  height: 52px;
  padding: 0 24px;
  color: #ef35bd;
  font-size: 18px;
  font-weight: 750;
  border: 2px solid transparent;
  border-radius: 28px;
  background:
    linear-gradient(#f5f6f8, #f5f6f8) padding-box,
    linear-gradient(100deg, #ff6942 0%, #f02bc8 100%) border-box;
}
@media screen and (min-width: 761px) {
  .quick-print .upload-images-empty .upload-select-pill {
    min-width: 328px;
    padding: 0 36px;
    font-size: 21px;
  }
}
.quick-print .upload-images-empty .upload-select-pill .upload-select-img {
  width: 28px;
  height: 28px;
  margin: 0;
  object-fit: contain;
}
.quick-print .upload-images-empty .upload-select-pill .upload-select-file {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  align-self: center;
}
.quick-print .upload-dnd-hint {
  display: none;
}
.quick-print .upload-images-empty .upload-dnd-hint {
  display: block;
  margin: 9px 0 6px;
  color: #5c626a;
  font-size: 14px;
  font-weight: 500;
}
.quick-print .upload-images-empty .upload-file-type {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 7px;
  margin: 0;
}
.quick-print .upload-images-empty .upload-file-type span {
  display: grid;
  place-items: center;
  min-width: 43px;
  width: auto;
  height: 28px;
  padding: 0;
  color: #7d838b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #ffffff;
  border-radius: 10px;
}

/* ---- アップロード状況（ファイル数 / 容量） ---- */
.quick-print .c-form > div:first-child {
  margin: 12px 0 12px;
}
.quick-print .file-info-tooltip-area {
  display: none;
}
.quick-print .form-meter-item {
  margin: 0;
}
.quick-print .form-meter-box .meter-count {
  color: #5c626a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.quick-print #totalFileCount,
.quick-print #totalFileSize {
  color: #22262a;
  font-weight: 700;
}

/* ---- QRコードに名前を指定（任意）= タイトル入力 ---- */
.quick-print .c-form .upload-form-item {
  margin: 0;
}
.quick-print .c-form .upload-form-item .label-box {
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 5px;
}
.quick-print .c-form .upload-form-item .form-label,
.quick-print .c-form .upload-form-item .form-label-upload {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}
.quick-print .c-form .upload-form-item .max-length-text {
  color: #5c626a;
  font-size: 14px;
  line-height: 1.5;
}
.quick-print .c-form .upload-form-item .form-input-box {
  width: 100%;
  transform: none;
}
.quick-print .c-form .upload-form-item .form-input {
  height: 47px;
  padding: 0 12px;
  border: 1px solid #cfd5dc;
  border-radius: 8px;
  box-shadow: none;
  background: #ffffff;
  font-family: inherit;
  font-size: 16px;
  cursor: text;
}
.quick-print .c-form .upload-form-item .form-input::placeholder {
  font-size: 16px;
  color: #b7c0c6;
}
.quick-print .c-form .upload-form-item .form-input:focus {
  border-color: #e73abf;
  box-shadow: 0 0 0 3px rgba(231, 58, 191, 0.12);
}

/* ---- 印刷番号・QRを作成 ボタン ---- */
.quick-print .qp-submit-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0 6px;
}
.quick-print .upload-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 230px;
  height: 46px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  background-image: linear-gradient(100deg, #ff6942 0%, #f02bc8 100%);
  box-shadow: 0 8px 16px rgba(232, 68, 155, 0.22);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative; /* 押し込み(top)を効かせるため */
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .quick-print .upload-btn-submit {
    margin: 0;
  }
}
/* hover/click の視覚効果は旧版(.upload-btn-submit)と同じ：
   hover でグラデ反転、active で box-shadow を消して top:4px 押し込み（配色は当ページのもの） */
.quick-print .upload-btn-submit:not(:disabled) {
  transition: background-color 0.2s ease, top 0.2s ease;
}
@media (hover: hover) {
  .quick-print .upload-btn-submit:not(:disabled):hover {
    background-image: linear-gradient(100deg, #ff6942 100%, #f02bc8 0%);
  }
  .quick-print .upload-btn-submit:not(:disabled):active {
    box-shadow: none;
    top: 4px;
  }
}
@media (hover: none) {
  .quick-print .upload-btn-submit:not(:disabled) {
    -webkit-tap-highlight-color: transparent;
    transition: none;
  }
  .quick-print .upload-btn-submit:not(:disabled):active {
    box-shadow: none;
    top: 4px;
  }
}
.quick-print .upload-btn-submit:disabled {
  opacity: 0.5;
}

/* ---- 規約注意文 ---- */
.quick-print .upload-notice {
  margin: 12px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  color: #8a9098;
  text-align: left;
}
.quick-print .upload-notice > a {
  color: #e92abb;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---- コンビニでの印刷方法 ---- */
.quick-print .qp-howto {
  min-height: 90px;
  padding: 24px 28px;
}
.quick-print .qp-howto-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 750;
}
.quick-print .qp-howto-text {
  margin: 0;
  color: #4d535a;
  font-size: 14px;
  font-weight: 500;
}
.quick-print .qp-howto-text > a {
  color: #e92abb;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---- 機能紹介 ---- */
.quick-print .qp-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  min-height: 105px;
  margin: 0 auto 30px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 67%, rgba(255, 255, 255, 0.24) 100%),
    linear-gradient(100deg, rgba(255, 105, 66, 0.14) 0%, rgba(240, 43, 200, 0.14) 100%);
  border: 1px solid rgba(240, 43, 200, 0.18);
  border-radius: 10px;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-feature {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 26px 84px 26px 30px;
    width: 825px;
  }
}
.quick-print .qp-feature-body {
  position: relative;
  z-index: 1;
}
.quick-print .qp-feature-title {
  margin: 0 0 6px;
  color: #22262a;
  font-size: 22px;
  font-weight: 750;
}
.quick-print .qp-feature-spbr {
  display: inline;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-feature-spbr {
    display: none;
  }
}
.quick-print .qp-feature-desc {
  margin: 0;
  color: #5c626a;
  font-size: 14px;
  font-weight: 500;
}
.quick-print .qp-feature-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 147px;
  height: 47px;
  margin-left: 0;
  align-self: flex-end;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(100deg, #ff6942 0%, #f02bc8 100%);
  box-shadow: 0 8px 16px rgba(232, 68, 155, 0.22);
  /* hover/click の視覚効果は QR作成ボタン(.upload-btn-submit／旧版同等)と同じ：
     hover でグラデ反転、active で box-shadow を消して top:4px 押し込み */
  transition: background-color 0.2s ease, top 0.2s ease;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-feature-btn {
    margin-left: auto;
    align-self: auto;
  }
}
@media (hover: hover) {
  .quick-print .qp-feature-btn:hover {
    background-image: linear-gradient(100deg, #ff6942 100%, #f02bc8 0%);
  }
  .quick-print .qp-feature-btn:active {
    box-shadow: none;
    top: 4px;
  }
}
@media (hover: none) {
  .quick-print .qp-feature-btn {
    -webkit-tap-highlight-color: transparent;
    transition: none;
  }
  .quick-print .qp-feature-btn:active {
    box-shadow: none;
    top: 4px;
  }
}
.quick-print .qp-feature-art {
  display: none;
}
@media screen and (min-width: 761px) {
  .quick-print .qp-feature-art {
    display: block;
    position: absolute;
    right: 14px;
    top: 10px;
    width: 92px;
    height: 88px;
    opacity: 0.45;
    transform: rotate(8deg);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(222, 194, 244, 0.55)),
      repeating-linear-gradient(45deg, rgba(123, 96, 196, 0.24) 0 12px, rgba(255, 255, 255, 0.34) 12px 24px);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(148, 91, 171, 0.12);
  }
}
