@charset "UTF-8";
/***************************
* @mixin                   *
* usage: @include var.$var *
***************************/
:root {
  --f-gothic: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  --f-en: "Arial Black", "Helvetica Neue", "Hiragino Sans", "Noto Sans JP", "Roboto", Arial, sans-serif;
  --f-en--thin: "Helvetica Neue", Arial, sans-serif;
  --c-black: #333;
  --c-dark-blue: #004ea2;
  --c-blue: #3a84da;
  --c-sky-blue: #0086e1;
  --c-orange: #fa552b;
  --c-yellow: #ffe122;
  --c-amber: #ffcb38;
  --c-green: #26a3ac;
  --c-gray: #888;
  --c-light-gray: #a0a0a0;
  --c-bdr-gray: #bababa;
  --c-bdr-light-gray: #f0f3f5;
  --c-bdr-light-blue: #caddf2;
  --c-bdr-gray-green: linear-gradient(90deg, #bababa 80%, #26a3ac 80.1%);
  --c-bdr-light-orange: #ffc17e;
  --c-text-bdr-blue: #437bd0;
  --c-text-bdr-light-blue: #cedcf0;
  --c-bg-dark-blue: #071c7e;
  --c-bg-light-blue: #e8f3ff;
  --c-bg-light-blue-thin: #f0f7fe;
  --c-bg-light-blue-mid: #d9e8fd;
  --c-bg-light-blue-dark: #cfdef2;
  --c-bg-dark-gray: #818181;
  --c-bg-light-gray: #f3f3f3;
  --c-bg-gray: #efefef;
  --c-bg-blue-grad: linear-gradient(0deg, #e1ecf7, #e1ecf7), linear-gradient(0deg, rgba(225, 236, 247, 0.2), rgba(225, 236, 247, 0.2));
  --c-bg-gray-grad: linear-gradient(180deg, rgba(19, 57, 105, 0.2) 3.71%, rgba(19, 57, 105, 0) 101.59%);
  --c-bg-green-grad: linear-gradient(90deg, #678db3 0%, #2fa1a9 100%);
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

/*////////////////////////////////*/
/*--- 日報機能デモ ---*/
/*////////////////////////////////*/
/* 参考フォルダのデモ（index.html / css / js）をそのまま移植したもの。 */
/* クラス名の衝突を避けるため、全セレクタを .try-demo--daily 配下にスコープしている。 */
/* デモ側の 880px ブレークポイントは、スマホ枠の実寸に合わせた調整のため移植元のまま残す。 */
.try-demo--daily {
  --blue: #1d63d8;
  --dark: #0f4fb5;
  --orange: #ff8a00;
  --line: #e5e7eb;
  --text: #1f2937;
  --muted: #64748b;
  --success: #15a66a;
  --s: 1 ;
}

.try-demo--daily * {
  box-sizing: border-box;
}

.try-demo--daily .demo {
  width: min(920px, 100% - 32px);
  margin: auto;
  padding: 64px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 1;
}

.try-demo--daily .guidePanel {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
}

.try-demo--daily .phoneArea {
  animation: daily-rise 0.6s 0.18s both;
}

.try-demo--daily .phoneArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.try-demo--daily .phoneWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 28px;
  max-width: 920px;
  margin: auto;
  transform: translateX(44px);
}

/* .try-demo--daily .phoneWrap:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(29, 99, 216, .18), transparent 68%);
	top: 50%;
	left: 171px;
	transform: translateY(-50%)
} */
.try-demo--daily .phone {
  width: 342px;
  height: 704px;
  background: #0f172a;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  z-index: 1;
  scroll-margin-top: 24px;
}

.try-demo--daily .inner {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.try-demo--daily .status,
.try-demo--daily .head {
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.try-demo--daily .status {
  height: 28px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 600;
}

.try-demo--daily .head {
  height: 46px;
  padding: 0 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 700;
}

.try-demo--daily .tabs {
  height: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.try-demo--daily .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
}

.try-demo--daily .tab:first-child {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.try-demo--daily .screen {
  display: none;
  height: calc(100% - 110px);
  position: relative;
  background: #f8fafc;
}

.try-demo--daily .screen.active {
  display: block;
}

.try-demo--daily .chat {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 10px 96px;
  background: #fff;
  scroll-behavior: smooth;
}

.try-demo--daily .date {
  text-align: center;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 10px;
}

.try-demo--daily .row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.try-demo--daily .av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
}

.try-demo--daily .bubble {
  max-width: 225px;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 11px;
  line-height: 1.55;
  color: #334155;
}

.try-demo--daily .bubble.file {
  display: flex;
  gap: 7px;
  background: #eef4ff;
  border: 1px solid #d8e7ff;
  color: #1e3a8a;
  font-weight: 600;
}

.try-demo--daily .pdf {
  width: 22px;
  height: 26px;
  border-radius: 4px;
  background: #ef4444;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.try-demo--daily .report {
  background: #dceeff !important;
  border: 1px solid #b8d8ff;
  white-space: pre-line;
}

.try-demo--daily .time {
  font-size: 9px;
  color: #9ca3af;
  align-self: flex-end;
}

.try-demo--daily .photoCard {
  margin-top: 8px;
  width: 138px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(31, 59, 87, 0.16);
  background: #fff;
}

.try-demo--daily .photoThumb {
  height: 86px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff 42%, #94a3b8);
  position: relative;
}

.try-demo--daily .photoThumb:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 58px;
  left: -6px;
  bottom: 0;
  background: #64748b;
  clip-path: polygon(0 100%, 30% 38%, 48% 68%, 68% 26%, 100% 100%);
}

.try-demo--daily .photoThumb:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 14px;
  top: 14px;
  background: #fff7ed;
}

.try-demo--daily .photoName {
  padding: 6px 7px;
  font-size: 9px;
  font-weight: 700;
}

.try-demo--daily .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 34px 34px 1fr;
  gap: 4px;
  align-items: center;
  padding: 8px;
  background: #fff;
}

.try-demo--daily .ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.try-demo--daily .comment {
  height: 32px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.try-demo--daily .daily {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--blue);
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.try-demo--daily .guide {
  position: absolute;
  left: 50%;
  bottom: 104px;
  transform: translateX(-50%);
  z-index: 6;
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  width: 232px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.28);
  animation: daily-floatGuide 1.1s infinite;
  pointer-events: none;
}

.try-demo--daily .guide:after,
.try-demo--daily .hint:after,
.try-demo--daily .submitGuide:after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--orange);
}

.try-demo--daily .guide:after {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.try-demo--daily .form {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 88px;
  background: #f8fafc;
  scroll-behavior: smooth;
}

.try-demo--daily .top,
.try-demo--daily .block {
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}

.try-demo--daily .top {
  padding: 12px 14px;
}

.try-demo--daily .date2 {
  font-size: 12px;
  font-weight: 700;
}

.try-demo--daily .project {
  font-size: 11px;
  color: #475569;
  font-weight: 600;
  margin-top: 4px;
}

.try-demo--daily .checkline {
  display: none;
}

.try-demo--daily .block {
  margin-top: 8px;
  padding: 12px 14px;
  border-top: 1px solid #eef2f7;
}

.try-demo--daily .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.try-demo--daily .field {
  margin-bottom: 11px;
  position: relative;
}

.try-demo--daily .label {
  display: block;
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 5px;
}

.try-demo--daily .field-note {
  font-size: 9px;
  color: #94a3b8;
  font-weight: 600;
  margin-top: 3px;
}

.try-demo--daily .input,
.try-demo--daily .select,
.try-demo--daily .textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  background: #fff;
  border-radius: 5px;
  min-height: 34px;
  padding: 8px 9px;
  font-size: 12px;
  color: #1f2937;
  font-weight: 600;
  outline: none;
}

.try-demo--daily .readonly {
  background: #f8fafc;
  color: #64748b;
}

.try-demo--daily .textarea {
  resize: none;
  min-height: 66px;
  line-height: 1.45;
}

.try-demo--daily .weather {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.try-demo--daily .weatherBtn,
.try-demo--daily .imgBtn {
  width: 100%;
  min-height: 40px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.try-demo--daily .weatherBtn {
  border: 0;
  background: var(--blue);
  color: #fff;
}

.try-demo--daily .imgBtn {
  background: #fff;
  color: var(--dark);
  border: 1px solid #cfe0ff;
}

.try-demo--daily .upload {
  border: 1px dashed #b7c7dd;
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px;
  min-height: 74px;
}

.try-demo--daily .selected {
  display: none;
  margin-top: 9px;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 9px;
  padding: 8px;
}

.try-demo--daily .selected.show {
  display: flex;
}

.try-demo--daily .thumb {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff 42%, #94a3b8);
  flex: 0 0 auto;
}

.try-demo--daily .pname {
  font-size: 11px;
  font-weight: 700;
}

.try-demo--daily .pstat {
  font-size: 10px;
  color: var(--success);
  font-weight: 700;
}

.try-demo--daily .fixed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 14px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.try-demo--daily .submit {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.try-demo--daily .add {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  cursor: default;
  position: relative;
}

.try-demo--daily .add-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  background: #1f2937;
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.try-demo--daily .add-tooltip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 14px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1f2937;
}

.try-demo--daily .add:hover .add-tooltip {
  display: block;
}

.try-demo--daily .attention {
  position: relative;
  z-index: 4;
  animation: daily-pulse 1.05s infinite;
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.14) !important;
}

.try-demo--daily .hint {
  display: none;
  position: absolute;
  right: 0;
  top: -5px;
  transform: translateY(-100%);
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 5;
}

.try-demo--daily .hint:after {
  right: 18px;
  bottom: -6px;
}

.try-demo--daily .guided .hint {
  display: block;
}

.try-demo--daily .submitGuide {
  display: none;
  position: absolute;
  left: 42%;
  bottom: 72px;
  transform: translateX(-50%);
  z-index: 8;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  animation: daily-floatSubmit 1.1s ease-in-out infinite;
  pointer-events: none;
}

.try-demo--daily .submitGuide.show {
  display: block;
}

.try-demo--daily .submitGuide:after {
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}

.try-demo--daily .overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(15, 23, 42, 0.28);
  align-items: center;
  justify-content: center;
  padding: 18px;
  cursor: pointer;
}

.try-demo--daily .overlay.show {
  display: flex;
  animation: daily-fade 0.25s both;
}

.try-demo--daily .done {
  width: 100%;
  max-width: 260px;
  border-radius: 22px;
  background: #fff;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.24);
}

.try-demo--daily .doneIcon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9fbf3;
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.try-demo--daily .done strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.try-demo--daily .done span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
  font-weight: 600;
}

.try-demo--daily .done-hint {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  margin-top: 8px;
  font-weight: 600;
}

.try-demo--daily .modeBox {
  height: 100%;
  background: #f8fafc;
  padding: 22px 14px 14px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.try-demo--daily .guideOnlyBadge {
  display: inline-block;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 8px;
  align-self: center;
}

.try-demo--daily .modeTitle {
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 14px;
  text-align: center;
}

.try-demo--daily .modeLead {
  display: none;
}

.try-demo--daily .modeCard {
  width: 100%;
  border: 2px solid #cfe0ff;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 22px;
  padding: 26px 18px;
  text-align: center;
  margin-bottom: 14px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.try-demo--daily .modeCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
  border-color: #93c5fd;
}

.try-demo--daily .modeCard:active {
  transform: translateY(0);
}

.try-demo--daily .modeCard strong {
  display: block;
  font-size: 22px;
  line-height: 1.45;
  color: #1d4ed8;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.try-demo--daily .modeCard span {
  display: none;
}

.try-demo--daily .modeCard.recommend {
  border-color: #8cb8ff;
  box-shadow: 0 0 0 4px rgba(29, 99, 216, 0.08), 0 14px 28px rgba(15, 23, 42, 0.1);
}

.try-demo--daily .simpleForm {
  height: 100%;
  overflow: auto;
  background: #f8fafc;
  padding-bottom: 88px;
}

.try-demo--daily .durationBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.try-demo--daily .simpleNote {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  border-radius: 12px;
  padding: 10px;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 10px;
}

.try-demo--daily .guidePanel {
  z-index: 2;
  flex: 1;
  min-width: 280px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}

.try-demo--daily .guidePanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
}

.try-demo--daily .gpHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.try-demo--daily .guidePanel .guideBadge {
  display: inline-block;
  background: #e8f1ff;
  color: var(--dark);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}

.try-demo--daily .gpCount {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 5px 9px;
  transition: 0.3s;
}

.try-demo--daily .gpCount.fin {
  color: #fff;
  background: var(--success);
  border-color: var(--success);
}

.try-demo--daily .gprog {
  height: 6px;
  background: #e8f1ff;
  border-radius: 99px;
  overflow: hidden;
  margin: 0 0 18px;
}

.try-demo--daily .gprog i {
  display: block;
  height: 100%;
  width: 6%;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
  border-radius: 99px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.try-demo--daily .guidePanel h3 {
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #0b1b33;
}

.try-demo--daily .guidePanel p {
  font-size: 14px;
  line-height: 1.85;
  color: #475569;
  font-weight: 500;
  margin: 0 0 18px;
}

.try-demo--daily .flowSteps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.try-demo--daily .flowSteps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #334155;
  opacity: 0.42;
  transition: 0.25s;
  position: relative;
  padding-bottom: 14px;
}

.try-demo--daily .flowSteps li:last-child {
  padding-bottom: 0;
}

.try-demo--daily .flowSteps li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 12px;
  top: 27px;
  bottom: 1px;
  width: 2px;
  border-radius: 2px;
  background: #e3edfb;
  transition: 0.3s;
}

.try-demo--daily .flowSteps li.ok:not(:last-child):before {
  background: #bfe6d3;
}

.try-demo--daily .flowSteps li.on {
  opacity: 1;
}

.try-demo--daily .flowSteps li.on > span:last-child {
  color: #0b1b33;
  font-weight: 700;
}

.try-demo--daily .flowSteps li.ok {
  opacity: 0.62;
}

.try-demo--daily .flowSteps b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8f1ff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 12px;
  transition: 0.25s;
  position: relative;
  z-index: 1;
}

.try-demo--daily .flowSteps li.on b {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 5px #e2eeff;
}

.try-demo--daily .flowSteps li.ok b {
  background: var(--success);
  color: #fff;
  font-size: 0;
}

.try-demo--daily .flowSteps li.ok b:before {
  content: "✓";
  font-size: 13px;
}

.try-demo--daily .guideSteps {
  display: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.try-demo--daily .guideSteps li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  color: #334155;
}

.try-demo--daily .guideSteps b {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f1ff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 12px;
}

.try-demo--daily .guideMini {
  display: none !important;
  margin-top: 14px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}

.try-demo--daily .centerNotice {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  transform: translate(-50%, -50%) scale(0.9);
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  width: -moz-max-content;
  width: max-content;
  max-width: 88%;
  box-shadow: 0 16px 34px rgba(255, 138, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.try-demo--daily .centerNotice.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@keyframes daily-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(255, 138, 0, 0);
  }
}
@keyframes daily-floatSubmit {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes daily-floatGuide {
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes daily-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
  }
}
@keyframes daily-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
  }
}
@keyframes daily-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .try-demo--daily .phoneArea {
    animation: none;
  }
  .try-demo--daily .gprog i,
  .try-demo--daily .flowSteps li,
  .try-demo--daily .flowSteps b {
    transition: none;
  }
}
@media (max-width: 880px) {
  .try-demo--daily .demo {
    padding: 44px 0;
  }
  .try-demo--daily .phoneWrap {
    justify-content: center;
    transform: none;
  }
  .try-demo--daily .phoneWrap:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .try-demo--daily .phone {
    width: min(342px, 100%);
  }
  .try-demo--daily .guidePanel {
    display: none;
  }
}
/* ===== スマホ表示時の文字拡大（--s の値を 1.2 / 1.3 / 1.4 で調整可）===== */
@media (max-width: 880px) {
  .try-demo--daily .demo {
    width: min(920px, 100% - 18px);
  }
  /* SPは画面内に収める：高さ704px→640px（比率0.909）に合わせて横幅も392px→356px */
  .try-demo--daily .phone {
    --s: 1.5;
    width: min(356px, 100%);
    height: 640px;
  }
  .try-demo--daily .status {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .head {
    font-size: calc(13px * var(--s));
  }
  .try-demo--daily .tab {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .date {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .bubble {
    font-size: calc(11px * var(--s));
    max-width: 74%;
  }
  .try-demo--daily .pdf {
    font-size: calc(8px * var(--s));
  }
  .try-demo--daily .time {
    font-size: calc(9px * var(--s));
  }
  .try-demo--daily .photoCard {
    width: min(138px * var(--s), 100%);
  }
  .try-demo--daily .photoThumb {
    height: calc(86px * var(--s));
    max-height: 22vh;
  }
  .try-demo--daily .photoName {
    font-size: calc(9px * var(--s));
  }
  .try-demo--daily .comment {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .daily {
    font-size: calc(12px * var(--s));
  }
  .try-demo--daily .guide {
    font-size: calc(15px * var(--s));
    width: min(268px, 76%);
  }
  .try-demo--daily .date2 {
    font-size: calc(12px * var(--s));
  }
  .try-demo--daily .project {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .label {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .field-note {
    font-size: calc(9px * var(--s));
  }
  .try-demo--daily .input,
  .try-demo--daily .select,
  .try-demo--daily .textarea {
    font-size: calc(12px * var(--s));
    min-height: calc(34px * var(--s));
  }
  .try-demo--daily .textarea {
    min-height: calc(66px * var(--s));
  }
  .try-demo--daily .weatherBtn,
  .try-demo--daily .imgBtn {
    font-size: calc(12px * var(--s));
    min-height: calc(40px * var(--s));
  }
  .try-demo--daily .pname {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .pstat {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .submit {
    font-size: calc(14px * var(--s));
    height: calc(42px * var(--s));
  }
  .try-demo--daily .add {
    font-size: calc(10px * var(--s));
    height: calc(38px * var(--s));
  }
  .try-demo--daily .add-tooltip {
    font-size: calc(9px * var(--s));
  }
  .try-demo--daily .hint {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .submitGuide {
    font-size: calc(12px * var(--s));
  }
  .try-demo--daily .guideOnlyBadge {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .modeTitle {
    font-size: calc(16px * var(--s));
  }
  .try-demo--daily .modeCard strong {
    font-size: calc(18px * var(--s));
  }
  .try-demo--daily .simpleNote {
    font-size: calc(11px * var(--s));
  }
  .try-demo--daily .doneIcon {
    font-size: calc(30px * var(--s));
  }
  .try-demo--daily .done strong {
    font-size: calc(18px * var(--s));
  }
  .try-demo--daily .done span {
    font-size: calc(12px * var(--s));
  }
  .try-demo--daily .done-hint {
    font-size: calc(10px * var(--s));
  }
  .try-demo--daily .centerNotice {
    font-size: calc(15px * var(--s));
  }
}
/*////////////////////////////////*/
/*--- 写真管理機能デモ ---*/
/*////////////////////////////////*/
/* 参考フォルダのデモ（index.html / css / js）をそのまま移植したもの。 */
/* クラス名の衝突を避けるため、全セレクタを .try-demo--photo 配下にスコープしている。 */
/* デモ側の 880px ブレークポイントは、スマホ枠の実寸に合わせた調整のため移植元のまま残す。 */
/* ===== 共通（ページ・チュートリアル枠） ===== */
.try-demo--photo {
  --blue: #1d63d8;
  --dark: #0f4fb5;
  --orange: #ff8a00;
  --line: #e5e7eb;
  --text: #1f2937;
  --muted: #64748b;
  --success: #15a66a;
  --s: 1 ;
}

.try-demo--photo .demo {
  width: min(920px, 100% - 32px);
  margin: auto;
  padding: 64px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 1;
}

.try-demo--photo .guidePanel {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
}

.try-demo--photo .phoneArea {
  animation: photo-rise 0.6s 0.18s both;
}

.try-demo--photo .phoneArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.try-demo--photo .phoneWrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 28px;
  max-width: 920px;
  margin: auto;
  transform: translateX(44px);
}

/* .try-demo--photo .phoneWrap:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(29, 99, 216, .18), transparent 68%);
	top: 50%;
	left: 171px;
	transform: translateY(-50%)
} */
.try-demo--photo .phone {
  width: 342px;
  height: 704px;
  background: #0f172a;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  z-index: 1;
  scroll-margin-top: 24px;
}

.try-demo--photo .inner {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.try-demo--photo .status,
.try-demo--photo .head {
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.try-demo--photo .status {
  height: 28px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 600;
}

.try-demo--photo .head {
  height: 46px;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.try-demo--photo * {
  box-sizing: border-box;
}

/* ===== 選択画面 ===== */
.try-demo--photo #s_selectScreen .chTabs {
  height: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.try-demo--photo #s_selectScreen .chTab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  font-family: "Noto Sans JP", sans-serif;
}

.try-demo--photo #s_selectScreen .chTab.cur {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.try-demo--photo #s_selectScreen .chBody {
  height: calc(100% - 82px);
  overflow: auto;
  background: #f8fafc;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}

.try-demo--photo #s_selectScreen .chBadge {
  background: #fff3e3;
  color: #c2670a;
  border: 1px solid #ffd9ac;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
}

.try-demo--photo #s_selectScreen .chTitle {
  font-size: 16px;
  font-weight: 700;
  color: #0b1b33;
  margin-bottom: 22px;
}

.try-demo--photo #s_selectScreen .chBtn {
  width: 100%;
  background: #fff;
  border: 1.5px solid #bcd4f7;
  border-radius: 22px;
  padding: 20px 14px;
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 22px rgba(29, 99, 216, 0.1);
  transition: transform 0.16s, box-shadow 0.16s, border-color 0.16s;
}

.try-demo--photo #s_selectScreen .chBtn:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  box-shadow: 0 12px 28px rgba(29, 99, 216, 0.18);
}

.try-demo--photo #s_selectScreen .chMain {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.01em;
}

.try-demo--photo #s_selectScreen .chSub {
  font-size: 10.5px;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.5;
}

.try-demo--photo .expSection {
  display: none;
}

.try-demo--photo .expSection.show {
  display: block;
}

/* ===== 撮影体験（写真管理）スコープ ===== */
.try-demo--photo #expShoot .demo {
  width: min(920px, 100% - 32px);
  margin: auto;
  padding: 64px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 1;
}

.try-demo--photo #expShoot .guidePanel {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
}

.try-demo--photo #expShoot .phoneArea {
  animation: photo-rise 0.6s 0.18s both;
}

.try-demo--photo #expShoot .phoneArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.try-demo--photo #expShoot .phoneWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 28px;
  max-width: 920px;
  margin: auto;
  transform: translateX(44px);
}

/* .try-demo--photo #expShoot .phoneWrap:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(29, 99, 216, .18), transparent 68%);
	top: 50%;
	left: 171px;
	transform: translateY(-50%)
} */
.try-demo--photo #expShoot .phone {
  width: 342px;
  height: 704px;
  background: #0f172a;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  z-index: 1;
  scroll-margin-top: 24px;
}

.try-demo--photo #expShoot .inner {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.try-demo--photo #expShoot .status,
.try-demo--photo #expShoot .head {
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.try-demo--photo #expShoot .status {
  height: 28px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 600;
}

.try-demo--photo #expShoot .head {
  height: 46px;
  padding: 0 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 700;
}

.try-demo--photo #expShoot .tabs {
  height: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.try-demo--photo #expShoot .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
}

.try-demo--photo #expShoot .tab:first-child {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.try-demo--photo #expShoot .screen {
  display: none;
  height: calc(100% - 110px);
  position: relative;
  background: #f8fafc;
}

.try-demo--photo #expShoot .screen.active {
  display: block;
}

.try-demo--photo #expShoot .screen.full {
  height: calc(100% - 28px);
}

.try-demo--photo #expShoot .chat {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 10px 68px;
  background: #fff;
  scroll-behavior: smooth;
}

.try-demo--photo #expShoot .date {
  text-align: center;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 10px;
}

.try-demo--photo #expShoot .row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.try-demo--photo #expShoot .av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
}

.try-demo--photo #expShoot .bubble {
  max-width: 225px;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 11px;
  line-height: 1.55;
  color: #334155;
}

.try-demo--photo #expShoot .bubble.file {
  display: flex;
  gap: 7px;
  background: #eef4ff;
  border: 1px solid #d8e7ff;
  color: #1e3a8a;
  font-weight: 600;
}

.try-demo--photo #expShoot .pdf {
  width: 22px;
  height: 26px;
  border-radius: 4px;
  background: #ef4444;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.try-demo--photo #expShoot .report {
  background: #dceeff !important;
  border: 1px solid #b8d8ff;
  white-space: pre-line;
}

.try-demo--photo #expShoot .time {
  font-size: 9px;
  color: #9ca3af;
  align-self: flex-end;
}

.try-demo--photo #expShoot .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 34px 34px 1fr;
  gap: 4px;
  align-items: center;
  padding: 8px;
  background: #fff;
  z-index: 3;
}

.try-demo--photo #expShoot .ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.try-demo--photo #expShoot .ico.cam {
  cursor: pointer;
}

.try-demo--photo #expShoot .comment {
  height: 32px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.try-demo--photo #expShoot .guide {
  position: absolute;
  left: 50%;
  bottom: 104px;
  transform: translateX(-50%);
  z-index: 6;
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  width: 232px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.28);
  animation: photo-floatGuide 1.1s infinite;
  pointer-events: none;
}

.try-demo--photo #expShoot .guide:after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--orange);
  left: 24px;
  bottom: -8px;
}

.try-demo--photo #expShoot .attention {
  position: relative;
  z-index: 4;
  animation: photo-pulse 1.05s infinite;
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.14) !important;
}

.try-demo--photo #expShoot .sheetWrap {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 8;
  background: rgba(15, 23, 42, 0.32);
}

.try-demo--photo #expShoot .sheetWrap.show {
  display: block;
  animation: photo-fade 0.2s both;
}

.try-demo--photo #expShoot .sheet {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
}

.try-demo--photo #expShoot .sheetGroup {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}

.try-demo--photo #expShoot .sheetItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1f2937;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
}

.try-demo--photo #expShoot .sheetItem:last-child {
  border-bottom: 0;
}

.try-demo--photo #expShoot .sheetItem.attention {
  background: #fff7ed;
  animation: photo-pulseIn 1.05s infinite;
  box-shadow: inset 0 0 0 2px var(--orange);
}

.try-demo--photo #expShoot .tapHint {
  margin-left: auto;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  animation: photo-floatY 1.1s infinite;
}

.try-demo--photo #expShoot .sheetItem .si {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex: 0 0 auto;
}

.try-demo--photo #expShoot .sheetCancel {
  background: #fff;
  border-radius: 14px;
  padding: 13px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}

.try-demo--photo #expShoot .boardSet {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}

.try-demo--photo #expShoot .boardPrev {
  background: #1f2937;
  padding: 16px 14px;
  display: flex;
  justify-content: center;
}

.try-demo--photo #expShoot .boardSheet {
  flex: 1;
  overflow: auto;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 12px 14px 14px;
}

.try-demo--photo #expShoot .bsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.try-demo--photo #expShoot .bsLabel {
  display: block;
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  margin: 12px 0 7px;
}

.try-demo--photo #expShoot .bsFixed {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  display: flex;
  justify-content: space-between;
}

.try-demo--photo #expShoot .bsFixed em {
  font-style: normal;
  color: #94a3b8;
  font-size: 9px;
  align-self: center;
}

.try-demo--photo #expShoot .colorRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.try-demo--photo #expShoot .colorBtn {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: 0.15s;
}

.try-demo--photo #expShoot .colorBtn .sw {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid rgba(15, 23, 42, 0.18);
}

.try-demo--photo #expShoot .colorBtn.sel {
  border-color: var(--blue);
  background: #eff6ff;
  color: var(--dark);
}

.try-demo--photo #expShoot .tagWrap {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
}

.try-demo--photo #expShoot .tagHint {
  font-size: 9px;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 8px;
}

.try-demo--photo #expShoot .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.try-demo--photo #expShoot .tagChip {
  border: 1px solid #cfe0ff;
  background: #fff;
  color: var(--dark);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.15s;
}

.try-demo--photo #expShoot .tagChip.sel {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.try-demo--photo #expShoot .doneGuide {
  display: none;
  position: relative;
  margin-top: 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  animation: photo-floatY 1.1s infinite;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  pointer-events: none;
}

.try-demo--photo #expShoot .doneGuide:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--orange);
}

.try-demo--photo #expShoot .doneGuide.show {
  display: block;
}

.try-demo--photo #expShoot .bsDone {
  margin-top: 14px;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.try-demo--photo #expShoot .camera {
  height: 100%;
  background: #111827;
  display: flex;
  flex-direction: column;
  position: relative;
}

.try-demo--photo #expShoot .camTop {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.try-demo--photo #expShoot .camTop .bd {
  color: #fbbf24;
}

.try-demo--photo #expShoot .postBtn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: default;
}

.try-demo--photo #expShoot .postBtn.ready {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
  cursor: pointer;
}

.try-demo--photo #expShoot .finder {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #bfdbfe 0%, #dbeafe 34%, #e2e8f0 35%, #cbd5e1 60%, #94a3b8 100%);
}

.try-demo--photo #expShoot .finderImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.try-demo--photo #expShoot .finder .house {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 16%;
  height: 44%;
  background: #e7e0d2;
}

.try-demo--photo #expShoot .finder .house:before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 100%;
  height: 60px;
  background: #7f6a55;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.try-demo--photo #expShoot .finder .house:after {
  content: "";
  position: absolute;
  left: 14%;
  bottom: 0;
  width: 22%;
  height: 46%;
  background: #64748b;
}

.try-demo--photo #expShoot .finder .win {
  position: absolute;
  right: 16%;
  top: 34%;
  width: 24%;
  height: 26%;
  background: #93c5fd;
  border: 3px solid #475569;
}

.try-demo--photo #expShoot .finder .scaf {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent calc(25% - 2px), rgba(71, 85, 105, 0.55) calc(25% - 2px), rgba(71, 85, 105, 0.55) calc(25% + 2px), transparent calc(25% + 2px)), linear-gradient(90deg, transparent calc(75% - 2px), rgba(71, 85, 105, 0.55) calc(75% - 2px), rgba(71, 85, 105, 0.55) calc(75% + 2px), transparent calc(75% + 2px)), linear-gradient(0deg, transparent calc(40% - 2px), rgba(71, 85, 105, 0.45) calc(40% - 2px), rgba(71, 85, 105, 0.45) calc(40% + 2px), transparent calc(40% + 2px));
}

.try-demo--photo #expShoot .flash {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.try-demo--photo #expShoot .flash.go {
  animation: photo-flashAnim 0.28s both;
}

.try-demo--photo #expShoot .board {
  width: 150px;
  border: 2px solid #0f172a;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.try-demo--photo #expShoot .board table {
  width: 100%;
  border-collapse: collapse;
}

.try-demo--photo #expShoot .board td {
  border: 1px solid currentColor;
  padding: 3px 4px;
  vertical-align: top;
}

.try-demo--photo #expShoot .board .bk {
  width: 34px;
  font-size: 7px;
  white-space: nowrap;
}

.try-demo--photo #expShoot .board .work {
  height: 34px;
  font-size: 8px;
}

.try-demo--photo #expShoot .board .ft {
  font-size: 6.5px;
}

.try-demo--photo #expShoot .board.c-green {
  background: #14532d;
  color: #f0fdf4;
  border-color: #f0fdf4;
}

.try-demo--photo #expShoot .board.c-yellow {
  background: #fde047;
  color: #1c1917;
  border-color: #1c1917;
}

.try-demo--photo #expShoot .board.c-white {
  background: #fff;
  color: #1c1917;
  border-color: #1c1917;
}

.try-demo--photo #expShoot .boardOnCam {
  display: none;
  position: absolute;
  left: 12px;
  bottom: 14px;
  z-index: 2;
  transform: scale(1.05);
  transform-origin: bottom left;
}

.try-demo--photo #expShoot .boardOnCam.show {
  display: block;
  animation: photo-fade 0.25s both;
}

.try-demo--photo #expShoot .boardOnCam .board {
  cursor: pointer;
}

.try-demo--photo #expShoot .bd {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.try-demo--photo #expShoot .bd.on {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
}

.try-demo--photo #expShoot .boardTap {
  display: none;
  position: absolute;
  left: 12px;
  bottom: 130px;
  z-index: 7;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  animation: photo-floatY 1.1s infinite;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  pointer-events: none;
}

.try-demo--photo #expShoot .boardTap:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 73px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--orange);
}

.try-demo--photo #expShoot .boardTap.show {
  display: block;
}

.try-demo--photo #expShoot .camBottom {
  background: #111827;
  padding: 8px 12px 14px;
}

.try-demo--photo #expShoot .thumbRow {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.try-demo--photo #expShoot .tSlot {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #1f2937;
  border: 1px solid #374151;
  overflow: hidden;
  position: relative;
}

.try-demo--photo #expShoot .tSlot .mini {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #bfdbfe, #cbd5e1 55%, #94a3b8);
}

.try-demo--photo #expShoot .tSlot .mini img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.try-demo--photo #expShoot .tSlot .mini:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 3px;
  width: 18px;
  height: 12px;
  background: var(--bcol, #14532d);
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.try-demo--photo #expShoot .camCtl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.try-demo--photo #expShoot .shutter {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #9ca3af;
  cursor: pointer;
  padding: 0;
}

.try-demo--photo #expShoot .shutter:active {
  transform: scale(0.94);
}

.try-demo--photo #expShoot .shutter.attention {
  border-color: var(--orange) !important;
  animation: photo-shutterPulse 1s infinite !important;
}

.try-demo--photo #expShoot .postGuide {
  display: none;
  position: absolute;
  top: 42px;
  right: 8px;
  z-index: 7;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  animation: photo-floatY 1.1s infinite;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  pointer-events: none;
}

.try-demo--photo #expShoot .postGuide:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid var(--orange);
}

.try-demo--photo #expShoot .postGuide.show {
  display: block;
}

.try-demo--photo #expShoot .postGuide.left {
  left: 8px;
  right: auto;
}

.try-demo--photo #expShoot .postGuide.left:after {
  left: var(--arrowX, 55px);
  right: auto;
}

.try-demo--photo #expShoot .dlgWrap {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 9;
  background: rgba(15, 23, 42, 0.4);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.try-demo--photo #expShoot .dlgWrap.show {
  display: flex;
  animation: photo-fade 0.2s both;
}

.try-demo--photo #expShoot .dlg {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.3);
}

.try-demo--photo #expShoot .dlg h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0b1b33;
  display: flex;
  align-items: center;
  gap: 6px;
}

.try-demo--photo #expShoot .dlg h4 i {
  font-style: normal;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.try-demo--photo #expShoot .dlg p {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.7;
  color: #475569;
  font-weight: 600;
}

.try-demo--photo #expShoot .dlgMain {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 8px;
}

.try-demo--photo #expShoot .dlgSub {
  width: 100%;
  height: 36px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.try-demo--photo #expShoot .photoMsg {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 225px;
}

.try-demo--photo #expShoot .pShot {
  width: 104px;
  height: 74px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(31, 59, 87, 0.16);
  background: linear-gradient(180deg, #bfdbfe 0%, #dbeafe 34%, #cbd5e1 60%, #94a3b8 100%);
}

.try-demo--photo #expShoot .pShot:before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 12%;
  height: 42%;
  background: #e7e0d2;
}

.try-demo--photo #expShoot .pShot .pimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.try-demo--photo #expShoot .pShot .bmini {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 36px;
  height: 24px;
  border: 1px solid;
  font-size: 0;
  z-index: 2;
}

.try-demo--photo #expShoot .pShot.upl:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 3;
}

.try-demo--photo #expShoot .pShot.upl:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  border: 3px solid #bfdbfe;
  border-top-color: var(--blue);
  animation: photo-spin 0.8s linear infinite;
  background: none;
}

.try-demo--photo #expShoot .tagRow {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.try-demo--photo #expShoot .tagPill {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: var(--dark);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 9px;
  font-weight: 700;
}

.try-demo--photo #expShoot .overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(15, 23, 42, 0.28);
  align-items: center;
  justify-content: center;
  padding: 18px;
  cursor: pointer;
}

.try-demo--photo #expShoot .overlay.show {
  display: flex;
  animation: photo-fade 0.25s both;
}

.try-demo--photo #expShoot .doneCard {
  width: 100%;
  max-width: 260px;
  border-radius: 22px;
  background: #fff;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.24);
}

.try-demo--photo #expShoot .doneIcon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9fbf3;
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.try-demo--photo #expShoot .doneCard strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.try-demo--photo #expShoot .doneCard span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
  font-weight: 600;
}

.try-demo--photo #expShoot .done-hint {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  margin-top: 8px;
  font-weight: 600;
}

.try-demo--photo #expShoot .guidePanel {
  z-index: 2;
  flex: 1;
  min-width: 280px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}

.try-demo--photo #expShoot .guidePanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
}

.try-demo--photo #expShoot .gpHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.try-demo--photo #expShoot .guidePanel .guideBadge {
  display: inline-block;
  background: #e8f1ff;
  color: var(--dark);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}

.try-demo--photo #expShoot .gpCount {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 5px 9px;
  transition: 0.3s;
}

.try-demo--photo #expShoot .gpCount.fin {
  color: #fff;
  background: var(--success);
  border-color: var(--success);
}

.try-demo--photo #expShoot .gprog {
  height: 6px;
  background: #e8f1ff;
  border-radius: 99px;
  overflow: hidden;
  margin: 0 0 18px;
}

.try-demo--photo #expShoot .gprog i {
  display: block;
  height: 100%;
  width: 5%;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
  border-radius: 99px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.try-demo--photo #expShoot .guidePanel h3 {
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #0b1b33;
}

.try-demo--photo #expShoot .guidePanel p {
  font-size: 14px;
  line-height: 1.85;
  color: #475569;
  font-weight: 500;
  margin: 0 0 18px;
}

.try-demo--photo #expShoot .flowSteps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.try-demo--photo #expShoot .flowSteps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #334155;
  opacity: 0.42;
  transition: 0.25s;
  position: relative;
  padding-bottom: 14px;
}

.try-demo--photo #expShoot .flowSteps li:last-child {
  padding-bottom: 0;
}

.try-demo--photo #expShoot .flowSteps li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 12px;
  top: 27px;
  bottom: 1px;
  width: 2px;
  border-radius: 2px;
  background: #e3edfb;
  transition: 0.3s;
}

.try-demo--photo #expShoot .flowSteps li.ok:not(:last-child):before {
  background: #bfe6d3;
}

.try-demo--photo #expShoot .flowSteps li.on {
  opacity: 1;
}

.try-demo--photo #expShoot .flowSteps li.on > span:last-child {
  color: #0b1b33;
  font-weight: 700;
}

.try-demo--photo #expShoot .flowSteps li.ok {
  opacity: 0.62;
}

.try-demo--photo #expShoot .flowSteps b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8f1ff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 12px;
  transition: 0.25s;
  position: relative;
  z-index: 1;
}

.try-demo--photo #expShoot .flowSteps li.on b {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 5px #e2eeff;
}

.try-demo--photo #expShoot .flowSteps li.ok b {
  background: var(--success);
  color: #fff;
  font-size: 0;
}

.try-demo--photo #expShoot .flowSteps li.ok b:before {
  content: "✓";
  font-size: 13px;
}

/* ===== 端末写真投稿体験 スコープ ===== */
.try-demo--photo #expUpload .demo {
  width: min(920px, 100% - 32px);
  margin: auto;
  padding: 64px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 1;
}

.try-demo--photo #expUpload .guidePanel {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
}

.try-demo--photo #expUpload .phoneArea {
  animation: photo-rise 0.6s 0.18s both;
}

.try-demo--photo #expUpload .phoneArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.try-demo--photo #expUpload .phoneWrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 28px;
  max-width: 920px;
  margin: auto;
  transform: translateX(44px);
}

/* .try-demo--photo #expUpload .phoneWrap:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(29, 99, 216, .18), transparent 68%);
	top: 50%;
	left: 171px;
	transform: translateY(-50%)
} */
.try-demo--photo #expUpload .phone {
  width: 342px;
  height: 704px;
  background: #0f172a;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  z-index: 1;
  scroll-margin-top: 24px;
}

.try-demo--photo #expUpload .inner {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.try-demo--photo #expUpload .status,
.try-demo--photo #expUpload .head {
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.try-demo--photo #expUpload .status {
  height: 28px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 600;
}

.try-demo--photo #expUpload .head {
  height: 46px;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.try-demo--photo #expUpload .tabs {
  height: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.try-demo--photo #expUpload .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  cursor: default;
}

.try-demo--photo #expUpload .tab.cur {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.try-demo--photo #expUpload .screen {
  display: none;
  height: calc(100% - 28px);
  position: relative;
  background: #f8fafc;
}

.try-demo--photo #expUpload .screen.active {
  display: block;
}

.try-demo--photo #expUpload .chat {
  height: calc(100% - 82px - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 10px 16px;
  background: #fff;
  scroll-behavior: smooth;
}

.try-demo--photo #expUpload .date {
  text-align: center;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 10px;
}

.try-demo--photo #expUpload .row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.try-demo--photo #expUpload .av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
}

.try-demo--photo #expUpload .bubble {
  max-width: 225px;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 11px;
  line-height: 1.55;
  color: #334155;
}

.try-demo--photo #expUpload .bubble.mine {
  background: #dceeff;
  border: 1px solid #b8d8ff;
}

.try-demo--photo #expUpload .time {
  font-size: 9px;
  color: #9ca3af;
  align-self: flex-end;
}

.try-demo--photo #expUpload .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 34px 34px 1fr;
  gap: 4px;
  align-items: center;
  padding: 8px;
  background: #fff;
  z-index: 3;
}

.try-demo--photo #expUpload .ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.try-demo--photo #expUpload .ico.gal {
  cursor: pointer;
}

.try-demo--photo #expUpload .ico.attention {
  background: #fff7ed;
  animation: photo-icoPulse 1s infinite !important;
  box-shadow: inset 0 0 0 2px var(--orange) !important;
  border-color: transparent !important;
}

.try-demo--photo #expUpload .tab.attention {
  color: var(--orange) !important;
  border-radius: 8px;
  background: #fff7ed;
  animation: photo-pulseIn 1.05s infinite !important;
  box-shadow: inset 0 0 0 2px var(--orange) !important;
  border-color: transparent !important;
  margin: 3px 2px;
  cursor: pointer;
}

.try-demo--photo #expUpload .pBtn.attention {
  border-radius: 12px;
  margin: 0 8px;
  height: 48px;
  background: #fff7ed;
  animation: photo-pulseIn 1.05s infinite !important;
  box-shadow: inset 0 0 0 2px var(--orange) !important;
  border-color: transparent !important;
}

.try-demo--photo #expUpload .comment {
  height: 32px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.try-demo--photo #expUpload .photoMsg {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 225px;
}

.try-demo--photo #expUpload .pShot {
  width: 104px;
  height: 74px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(31, 59, 87, 0.16);
  background: linear-gradient(180deg, #bfdbfe 0%, #dbeafe 34%, #cbd5e1 60%, #94a3b8 100%);
}

.try-demo--photo #expUpload .pShot .pimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.try-demo--photo #expUpload .pShot.upl:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 3;
}

.try-demo--photo #expUpload .pShot.upl:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  border: 3px solid #bfdbfe;
  border-top-color: var(--blue);
  animation: photo-spin 0.8s linear infinite;
  background: none;
}

.try-demo--photo #expUpload .tagRow {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.try-demo--photo #expUpload .tagPill {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: var(--dark);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 9px;
  font-weight: 700;
}

.try-demo--photo #expUpload .pickTabs {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--blue);
}

.try-demo--photo #expUpload .pickTab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}

.try-demo--photo #expUpload .pickTab.cur {
  background: #fff;
  color: var(--dark);
  border-radius: 8px 8px 0 0;
  margin: 4px 4px 0;
}

.try-demo--photo #expUpload .pickBody {
  height: calc(100% - 46px - 38px - 54px);
  overflow: auto;
  padding: 10px 12px;
  background: #fff;
}

.try-demo--photo #expUpload .pickLoading {
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  bottom: 0;
  background: #fff;
  z-index: 5;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.try-demo--photo #expUpload .pickLoading.show {
  display: flex;
  animation: photo-fade 0.2s both;
}

.try-demo--photo #expUpload .plIcon {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8f1ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 14px;
}

.try-demo--photo #expUpload .plIcon:after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 24px;
  border: 3.5px solid #dbeafe;
  border-top-color: var(--blue);
  animation: photo-spin 0.9s linear infinite;
}

.try-demo--photo #expUpload .pickLoading strong {
  font-size: 14px;
  font-weight: 700;
  color: #0b1b33;
}

.try-demo--photo #expUpload .pickLoading span {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}

.try-demo--photo #expUpload .pickDate {
  font-size: 10px;
  font-weight: 700;
  color: #334155;
  margin: 6px 0;
}

.try-demo--photo #expUpload .pickGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}

.try-demo--photo #expUpload .pickItem {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: linear-gradient(180deg, #bfdbfe, #cbd5e1 55%, #94a3b8);
}

.try-demo--photo #expUpload .pickItem img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.try-demo--photo #expUpload .pickItem .num {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1.5px solid #fff;
}

.try-demo--photo #expUpload .pickItem.sel {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

.try-demo--photo #expUpload .pickItem.sel .num {
  display: flex;
}

.try-demo--photo #expUpload .pickBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  z-index: 3;
}

.try-demo--photo #expUpload .pBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 9px;
  font-weight: 700;
  color: #94a3b8;
  cursor: pointer;
}

.try-demo--photo #expUpload .pBtn i {
  font-style: normal;
  font-size: 14px;
}

.try-demo--photo #expUpload .pBtn.on {
  color: var(--dark);
}

.try-demo--photo #expUpload .infoBody {
  height: calc(100% - 46px);
  overflow: auto;
  background: #fff;
  padding: 12px 14px 80px;
}

.try-demo--photo #expUpload .selThumbs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.try-demo--photo #expUpload .selThumbs .st {
  width: 78px;
  height: 58px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #e2e8f0;
}

.try-demo--photo #expUpload .selThumbs .st img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.try-demo--photo #expUpload .iLabel {
  display: block;
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  margin: 12px 0 6px;
}

.try-demo--photo #expUpload .iBox {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.try-demo--photo #expUpload .iBox em {
  font-style: normal;
  color: #94a3b8;
  font-size: 9px;
}

.try-demo--photo #expUpload .tagField {
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  min-height: 42px;
}

.try-demo--photo #expUpload .tagField .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.try-demo--photo #expUpload .selChip {
  background: #eef4ff;
  border: 1px solid var(--blue);
  color: var(--dark);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.try-demo--photo #expUpload .postAction {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
}

.try-demo--photo #expUpload .postBigBtn {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #a9c4ee;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: default;
}

.try-demo--photo #expUpload .postBigBtn.ready {
  background: var(--blue);
  cursor: pointer;
}

.try-demo--photo #expUpload .sheetWrap {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 8;
  background: rgba(15, 23, 42, 0.32);
}

.try-demo--photo #expUpload .sheetWrap.show {
  display: block;
  animation: photo-fade 0.2s both;
}

.try-demo--photo #expUpload .sheet {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
}

.try-demo--photo #expUpload .sheetCard {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}

.try-demo--photo #expUpload .sheetHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.try-demo--photo #expUpload .sheetHead em {
  font-style: normal;
  color: #94a3b8;
  font-size: 9px;
}

.try-demo--photo #expUpload .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.try-demo--photo #expUpload .tagChip {
  border: 1px solid #cfe0ff;
  background: #fff;
  color: var(--dark);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.15s;
}

.try-demo--photo #expUpload .tagChip.attention {
  background: #fff7ed;
}

.try-demo--photo #expUpload .sheetCancel {
  background: #fff;
  border-radius: 14px;
  padding: 13px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
  margin-top: 8px;
}

.try-demo--photo #expUpload .albumBar {
  height: 34px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}

.try-demo--photo #expUpload .aBtn {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 7px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
}

.try-demo--photo #expUpload .aBtn.dark {
  background: #334155;
  color: #fff;
  border-color: #334155;
  margin-left: auto;
}

.try-demo--photo #expUpload .albumBody {
  height: calc(100% - 46px - 36px - 34px);
  overflow: auto;
  background: #fff;
  padding: 10px 12px;
}

.try-demo--photo #expUpload .groupHead {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  margin: 4px 0 8px;
}

.try-demo--photo #expUpload .groupHead .gx {
  margin-left: auto;
  color: #94a3b8;
}

.try-demo--photo #expUpload .albumGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.try-demo--photo #expUpload .aItem {
  border-radius: 6px;
  overflow: hidden;
  background: #f1f5f9;
}

.try-demo--photo #expUpload .aItem .ph {
  aspect-ratio: 1;
  position: relative;
  background: linear-gradient(180deg, #bfdbfe, #cbd5e1 55%, #94a3b8);
}

.try-demo--photo #expUpload .aItem .ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.try-demo--photo #expUpload .aItem .meta {
  font-size: 8px;
  color: #64748b;
  font-weight: 600;
  padding: 4px 5px;
  line-height: 1.4;
}

.try-demo--photo #expUpload .sortItem {
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.try-demo--photo #expUpload .sortItem:last-child {
  border-bottom: 0;
}

.try-demo--photo #expUpload .sortItem .ck {
  color: var(--blue);
  font-weight: 700;
}

.try-demo--photo #expUpload .sortItem.attention {
  background: #fff7ed;
  animation: photo-pulseIn 1.05s infinite;
  box-shadow: inset 0 0 0 2px var(--orange);
}

.try-demo--photo #expUpload .tapHint {
  margin-left: auto;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  animation: photo-floatY 1.1s infinite;
}

.try-demo--photo #expUpload .sortItem .tapHint {
  margin-left: 8px;
}

.try-demo--photo #expUpload .guide {
  position: absolute;
  z-index: 6;
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.28);
  animation: photo-floatGuide 1.1s infinite;
  pointer-events: none;
  transform: translateX(-50%);
}

.try-demo--photo #expUpload .guide:after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--orange);
  left: 24px;
  bottom: -8px;
}

.try-demo--photo #expUpload .attention {
  position: relative;
  z-index: 4;
  animation: photo-pulse 1.05s infinite;
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.14) !important;
}

.try-demo--photo #expUpload .flowTip {
  display: none;
  margin: 8px 0 4px;
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.3);
  animation: photo-floatY 1.1s infinite;
  width: -moz-fit-content;
  width: fit-content;
}

.try-demo--photo #expUpload .flowTip.show {
  display: block;
}

.try-demo--photo #expUpload .flowTip:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 22px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid var(--orange);
}

.try-demo--photo #expUpload .flowTip.noarr:before {
  display: none;
}

.try-demo--photo #expUpload .barTip {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  pointer-events: none;
  animation: photo-floatXY 1.1s infinite;
}

.try-demo--photo #expUpload .barTip:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--orange);
}

.try-demo--photo #expUpload .barTip.show {
  display: block;
}

.try-demo--photo #expUpload .topTip {
  display: none;
  position: absolute;
  top: 88px;
  right: 8px;
  z-index: 7;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  pointer-events: none;
  animation: photo-floatY 1.1s infinite;
}

.try-demo--photo #expUpload .topTip:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid var(--orange);
}

.try-demo--photo #expUpload .topTip.show {
  display: block;
}

.try-demo--photo #expUpload .topTip.center {
  transform: translateX(-50%);
  animation: photo-floatXY 1.1s infinite;
}

.try-demo--photo #expUpload .topTip.center:after {
  left: 50%;
  right: auto;
  margin-left: -6px;
}

.try-demo--photo #expUpload .topTip.arrowAlbum:after {
  right: 107px;
}

.try-demo--photo #expUpload .guide.arrowGal:after {
  left: 49px;
}

.try-demo--photo #expUpload .flowTip.down:before {
  display: none;
}

.try-demo--photo #expUpload .flowTip.down:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 22px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--orange);
}

.try-demo--photo #expUpload .overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(15, 23, 42, 0.28);
  align-items: center;
  justify-content: center;
  padding: 18px;
  cursor: pointer;
}

.try-demo--photo #expUpload .overlay.show {
  display: flex;
  animation: photo-fade 0.25s both;
}

.try-demo--photo #expUpload .doneCard {
  width: 100%;
  max-width: 260px;
  border-radius: 22px;
  background: #fff;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.24);
}

.try-demo--photo #expUpload .doneIcon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9fbf3;
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.try-demo--photo #expUpload .doneCard strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.try-demo--photo #expUpload .doneCard span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.7;
  font-weight: 600;
}

.try-demo--photo #expUpload .done-hint {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  margin-top: 8px;
  font-weight: 600;
}

.try-demo--photo #expUpload .guidePanel {
  z-index: 2;
  flex: 1;
  min-width: 280px;
  max-width: 420px;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}

.try-demo--photo #expUpload .guidePanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
}

.try-demo--photo #expUpload .gpHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.try-demo--photo #expUpload .guidePanel .guideBadge {
  display: inline-block;
  background: #e8f1ff;
  color: var(--dark);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}

.try-demo--photo #expUpload .gpCount {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 5px 9px;
  transition: 0.3s;
}

.try-demo--photo #expUpload .gpCount.fin {
  color: #fff;
  background: var(--success);
  border-color: var(--success);
}

.try-demo--photo #expUpload .gprog {
  height: 6px;
  background: #e8f1ff;
  border-radius: 99px;
  overflow: hidden;
  margin: 0 0 18px;
}

.try-demo--photo #expUpload .gprog i {
  display: block;
  height: 100%;
  width: 5%;
  background: linear-gradient(90deg, var(--blue), #5b97f2);
  border-radius: 99px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.try-demo--photo #expUpload .guidePanel h3 {
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #0b1b33;
}

.try-demo--photo #expUpload .guidePanel p {
  font-size: 14px;
  line-height: 1.85;
  color: #475569;
  font-weight: 500;
  margin: 0 0 18px;
}

.try-demo--photo #expUpload .flowSteps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.try-demo--photo #expUpload .flowSteps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #334155;
  opacity: 0.42;
  transition: 0.25s;
  position: relative;
  padding-bottom: 14px;
}

.try-demo--photo #expUpload .flowSteps li:last-child {
  padding-bottom: 0;
}

.try-demo--photo #expUpload .flowSteps li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 12px;
  top: 27px;
  bottom: 1px;
  width: 2px;
  border-radius: 2px;
  background: #e3edfb;
  transition: 0.3s;
}

.try-demo--photo #expUpload .flowSteps li.ok:not(:last-child):before {
  background: #bfe6d3;
}

.try-demo--photo #expUpload .flowSteps li.on {
  opacity: 1;
}

.try-demo--photo #expUpload .flowSteps li.on > span:last-child {
  color: #0b1b33;
  font-weight: 700;
}

.try-demo--photo #expUpload .flowSteps li.ok {
  opacity: 0.62;
}

.try-demo--photo #expUpload .flowSteps b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8f1ff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 12px;
  transition: 0.25s;
  position: relative;
  z-index: 1;
}

.try-demo--photo #expUpload .flowSteps li.on b {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 5px #e2eeff;
}

.try-demo--photo #expUpload .flowSteps li.ok b {
  background: var(--success);
  color: #fff;
  font-size: 0;
}

.try-demo--photo #expUpload .flowSteps li.ok b:before {
  content: "✓";
  font-size: 13px;
}

/* ===== 中央オレンジ吹き出し（共通） ===== */
.try-demo--photo .centerNotice {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 14;
  transform: translate(-50%, -50%) scale(0.9);
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
  width: -moz-max-content;
  width: max-content;
  max-width: 88%;
  box-shadow: 0 16px 34px rgba(255, 138, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.try-demo--photo .centerNotice.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ===== keyframes ===== */
@keyframes photo-icoPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: inset 0 0 0 2px var(--orange), 0 0 0 0 rgba(255, 138, 0, 0.45);
  }
  50% {
    transform: scale(1.14);
    box-shadow: inset 0 0 0 2px var(--orange), 0 0 0 10px rgba(255, 138, 0, 0);
  }
}
@keyframes photo-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(255, 138, 0, 0);
  }
}
@keyframes photo-pulseIn {
  0%, 100% {
    box-shadow: inset 0 0 0 2px var(--orange), 0 0 0 0 rgba(255, 138, 0, 0.35);
  }
  50% {
    box-shadow: inset 0 0 0 2px var(--orange), 0 0 0 10px rgba(255, 138, 0, 0);
  }
}
@keyframes photo-floatY {
  50% {
    transform: translateY(4px);
  }
}
@keyframes photo-floatXY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
}
@keyframes photo-floatGuide {
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes photo-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
  }
}
@keyframes photo-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
  }
}
@keyframes photo-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photo-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes photo-flashAnim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes photo-shutterPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.5);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(255, 138, 0, 0);
  }
}
/* ===== media ===== */
@media (prefers-reduced-motion: reduce) {
  .try-demo--photo .phoneArea {
    animation: none;
  }
  .try-demo--photo .gprog i,
  .try-demo--photo .flowSteps li,
  .try-demo--photo .flowSteps b {
    transition: none;
  }
}
@media (max-width: 880px) {
  .try-demo--photo .demo {
    padding: 44px 0;
  }
  .try-demo--photo .phoneWrap {
    justify-content: center;
    transform: none;
  }
  /* .try-demo--photo .phoneWrap:before {
  	left: 50%;
  	transform: translate(-50%, -50%)
  } */
  .try-demo--photo .phone {
    width: min(342px, 100%);
  }
  .try-demo--photo .guidePanel {
    display: none;
  }
}
/* ===== スマホ表示：はみ出し修正 ＋ 文字拡大（--s で倍率調整）===== */
@media (max-width: 880px) {
  /* --- レイアウト修正（ID指定に負けていた分を上書き） --- */
  .try-demo--photo #expShoot .demo,
  .try-demo--photo #expUpload .demo {
    width: min(920px, 100%);
    margin: 0;
    padding: 0;
  }
  .try-demo--photo #expShoot .phoneWrap,
  .try-demo--photo #expUpload .phoneWrap {
    justify-content: center;
    transform: none;
  }
  /* .try-demo--photo #expShoot .phoneWrap:before,
  .try-demo--photo #expUpload .phoneWrap:before {
  	left: 50%;
  	transform: translate(-50%, -50%)
  } */
  .try-demo--photo #expUpload .phone {
    width: min(392px, 100%);
  }
  /* SPは画面内に収める：高さ704px→640px（比率0.909）に合わせて横幅も392px→356px */
  .try-demo--photo #expShoot .phone {
    width: min(356px, 100%);
    height: 640px;
  }
  .try-demo--photo #expShoot .guidePanel,
  .try-demo--photo #expUpload .guidePanel {
    display: none;
  }
  /* --- 文字拡大：この1行の数値を 1.2 / 1.3 / 1.4 で調整 --- */
  .try-demo--photo #expShoot .phone,
  .try-demo--photo #expUpload .phone {
    --s: 1.5 ;
  }
  /* 共通パーツ */
  .try-demo--photo #expShoot .status,
  .try-demo--photo #expUpload .status {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .head,
  .try-demo--photo #expUpload .head {
    font-size: calc(13px * var(--s));
  }
  .try-demo--photo #expShoot .tab,
  .try-demo--photo #expUpload .tab {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .date,
  .try-demo--photo #expUpload .date {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expShoot .av,
  .try-demo--photo #expUpload .av {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .bubble,
  .try-demo--photo #expUpload .bubble {
    font-size: calc(11px * var(--s));
    max-width: 74%;
  }
  .try-demo--photo #expShoot .pdf {
    font-size: calc(8px * var(--s));
  }
  .try-demo--photo #expShoot .time,
  .try-demo--photo #expUpload .time {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expShoot .ico,
  .try-demo--photo #expUpload .ico {
    font-size: calc(13px * var(--s));
  }
  .try-demo--photo #expShoot .comment,
  .try-demo--photo #expUpload .comment {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .tapHint,
  .try-demo--photo #expUpload .tapHint {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expShoot .tagPill,
  .try-demo--photo #expUpload .tagPill {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expShoot .doneIcon,
  .try-demo--photo #expUpload .doneIcon {
    font-size: calc(30px * var(--s));
  }
  .try-demo--photo #expShoot .doneCard strong,
  .try-demo--photo #expUpload .doneCard strong {
    font-size: calc(18px * var(--s));
  }
  .try-demo--photo #expShoot .doneCard span,
  .try-demo--photo #expUpload .doneCard span {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .done-hint,
  .try-demo--photo #expUpload .done-hint {
    font-size: calc(10px * var(--s));
  }
  /* ガイド吹き出し：拡大しても矢印が対象を指すよう、枠を横いっぱいにして矢印を対象位置へ固定 */
  .try-demo--photo #expShoot .guide {
    font-size: calc(15px * var(--s));
    left: 8px !important;
    right: 8px;
    width: auto !important;
    transform: none;
    animation: photo-floatY 1.1s infinite;
  }
  .try-demo--photo #expShoot .guide:after {
    left: 45px;
  }
  /* カメラアイコン中心 */
  .try-demo--photo #expUpload .guide {
    font-size: calc(14px * var(--s));
    left: 8px !important;
    right: 8px;
    width: auto !important;
    transform: none;
    animation: photo-floatY 1.1s infinite;
  }
  .try-demo--photo #expUpload .guide.arrowGal:after {
    left: 83px;
  }
  /* 写真アイコン中心 */
  .try-demo--photo #expUpload .topTip {
    left: 8px !important;
    right: 8px !important;
    transform: none !important;
    white-space: normal;
    text-align: center;
    animation: photo-floatY 1.1s infinite;
  }
  .try-demo--photo #expUpload .topTip.arrowAlbum:after {
    left: calc(62.5% - 6px);
    right: auto;
  }
  .try-demo--photo #expUpload .barTip {
    left: 8px !important;
    right: 8px;
    transform: none;
    white-space: normal;
    text-align: center;
    animation: photo-floatY 1.1s infinite;
  }
  .try-demo--photo #expUpload .barTip:after {
    left: calc(25% - 11px);
    margin-left: 0;
  }
  .try-demo--photo #expShoot .boardTap:after {
    left: calc(85px * var(--s));
  }
  .try-demo--photo .centerNotice {
    font-size: calc(14px * var(--s));
  }
  /* 機能選択画面 */
  .try-demo--photo #s_selectScreen .chBadge {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #s_selectScreen .chTitle {
    font-size: calc(16px * var(--s));
  }
  .try-demo--photo #s_selectScreen .chMain {
    font-size: calc(17px * var(--s));
  }
  .try-demo--photo #s_selectScreen .chSub {
    font-size: calc(10.5px * var(--s));
  }
  /* 撮影して投稿 */
  .try-demo--photo #expShoot .sheetItem,
  .try-demo--photo #expShoot .sheetCancel {
    font-size: calc(12.5px * var(--s));
  }
  .try-demo--photo #expShoot .sheetItem .si {
    font-size: calc(13px * var(--s));
  }
  .try-demo--photo #expShoot .bsTitle {
    font-size: calc(13px * var(--s));
  }
  .try-demo--photo #expShoot .bsLabel {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expShoot .bsFixed {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .bsFixed em {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expShoot .colorBtn {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .tagHint {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expShoot .tagChip {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .bsDone {
    font-size: calc(13px * var(--s));
    height: calc(42px * var(--s));
  }
  .try-demo--photo #expShoot .camTop {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .postBtn {
    font-size: 14px;
  }
  .try-demo--photo #expShoot .bd {
    font-size: 14px;
  }
  .try-demo--photo #expShoot .doneGuide {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .boardTap,
  .try-demo--photo #expShoot .postGuide {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .dlg h4 {
    font-size: calc(13px * var(--s));
  }
  .try-demo--photo #expShoot .dlg p {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expShoot .dlgMain,
  .try-demo--photo #expShoot .dlgSub {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expShoot .board {
    width: calc(150px * var(--s));
    font-size: calc(8px * var(--s));
  }
  .try-demo--photo #expShoot .board .bk {
    width: calc(34px * var(--s));
    font-size: calc(7px * var(--s));
  }
  .try-demo--photo #expShoot .board .work {
    height: calc(34px * var(--s));
    font-size: calc(8px * var(--s));
  }
  .try-demo--photo #expShoot .board .ft {
    font-size: calc(6.5px * var(--s));
  }
  .try-demo--photo #expShoot .pShot {
    width: min(104px * var(--s), 100%);
    height: calc(74px * var(--s));
  }
  .try-demo--photo #expShoot .photoMsg {
    max-width: 72%;
  }
  /* 端末の写真投稿 */
  .try-demo--photo #expUpload .pickTab {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expUpload .pickDate {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expUpload .pickLoading strong {
    font-size: calc(14px * var(--s));
  }
  .try-demo--photo #expUpload .pickLoading span {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expUpload .pickItem .num {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expUpload .pBtn {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expUpload .pBtn i {
    font-size: calc(14px * var(--s));
    line-height: 1.1em;
  }
  .try-demo--photo #expUpload .iLabel {
    font-size: calc(10px * var(--s));
  }
  .try-demo--photo #expUpload .iBox {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expUpload .iBox em {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expUpload .tagField {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expUpload .selChip {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expUpload .postBigBtn {
    font-size: calc(14px * var(--s));
    height: calc(46px * var(--s));
  }
  .try-demo--photo #expUpload .sheetHead {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expUpload .sheetHead em {
    font-size: calc(9px * var(--s));
  }
  .try-demo--photo #expUpload .tagChip {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expUpload .sheetCancel {
    font-size: calc(12.5px * var(--s));
  }
  .try-demo--photo #expUpload .aBtn {
    font-size: 12px;
    font-weight: 500;
  }
  .try-demo--photo #expUpload .groupHead {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expUpload .aItem .meta {
    font-size: calc(8px * var(--s));
  }
  .try-demo--photo #expUpload .sortItem {
    font-size: calc(12px * var(--s));
  }
  .try-demo--photo #expUpload .flowTip,
  .try-demo--photo #expUpload .barTip,
  .try-demo--photo #expUpload .topTip {
    font-size: calc(11px * var(--s));
  }
  .try-demo--photo #expUpload .pShot {
    width: min(104px * var(--s), 100%);
    height: calc(74px * var(--s));
  }
  .try-demo--photo #expUpload .photoMsg {
    max-width: 72%;
  }
}
/*///////////////////////*/
/*--- try（さわって体験） ---*/
/*///////////////////////*/
/*--- ヘッダーの表示/非表示（js/try.js が .is-hidden を付け外し） ---*/
.header {
  transition: transform 0.3s ease;
}
.header.is-hidden {
  transform: translateY(-100%);
}

.try {
  /*--- overwrite ---*/
  padding: 0;
  /*--- 「さわって体験」について ---*/
}
.try-intro {
  padding: 80px 0 48px;
}
.try-intro .ttl {
  margin-bottom: 40px;
}
.try-intro__body {
  display: flex;
  align-items: flex-start;
  gap: 0 26px;
}
.try-intro__body-text {
  flex: 1 1 auto;
}
.try-intro__body-text_note {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 26px;
}
.try-intro__body-text_lead {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--c-dark-blue);
}
.try-intro__body-text_lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 66.7%, var(--c-bdr-light-blue) 66.7%, var(--c-bdr-light-blue) 95.2%, transparent 95.2%);
}
.try-intro__body-image {
  flex: 0 0 auto;
  width: 280px;
}
.try-intro__anchor {
  display: none;
}
.try {
  /*--- 体験デモ（タブ切り替え） ---*/
}
.try-exp {
  padding-bottom: 80px;
}
.try-exp__innr {
  display: flex;
  flex-wrap: wrap;
}
.try-exp__tab {
  flex: 0 0 auto;
  width: 50%;
  scroll-margin-top: 64px;
}
.try-exp__tab--daily {
  order: 1;
}
.try-exp__tab--photo {
  order: 2;
}
.try-exp__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  width: 100%;
  height: 78px;
  background-color: var(--c-bg-gray);
  border-bottom: solid 1px var(--c-dark-blue);
  color: var(--c-gray);
  padding: 8px 24px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.try-exp__tab-btn_icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  transition: background-color 0.3s;
}
.try-exp__tab-btn_icon--daily {
  -webkit-mask: url("../img/try/icon_document.svg") no-repeat center/contain;
  mask: url("../img/try/icon_document.svg") no-repeat center/contain;
}
.try-exp__tab-btn_icon--photo {
  -webkit-mask: url("../img/try/icon_photo.svg") no-repeat center/contain;
  mask: url("../img/try/icon_photo.svg") no-repeat center/contain;
}
.try-exp__tab-btn_label {
  flex: 0 1 auto;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.try-exp__tab-btn_label-strong {
  font-size: 1.4em;
}
.try-exp__tab-btn.is-active {
  background-color: var(--c-dark-blue);
  color: #fff;
}
.try-exp__tab-btn.is-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10.4px 0 10.4px;
  border-color: var(--c-dark-blue) transparent transparent transparent;
}
.try-exp__panel {
  flex: 0 0 auto;
  width: 100%;
  background-color: var(--c-bg-light-blue);
  padding: 56px 0;
}
.try-exp__panel--daily {
  order: 3;
}
.try-exp__panel--photo {
  order: 4;
}
.try-exp__panel.is-hidden {
  display: none;
}
.try {
  /*--- もう一度試すボタン（デモ内） ---*/
}
.try-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  max-width: 100%;
  width: 300px;
  background-color: var(--c-bg-light-blue-thin);
  border: solid 1px var(--c-light-gray);
  border-radius: 40px;
  padding: 14px 20px;
  transition: background-color 0.3s;
}
.try-reset__icon {
  flex: 0 0 auto;
  transition: rotate 0.3s;
}
.try-reset__label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.try-reset:hover {
  background-color: #fff;
}
.try-reset:hover .try-reset__icon {
  rotate: 360deg;
}
.try {
  /*--- 動画パネル（デモ完了後に表示） ---*/
}
.try-video {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}
.try-video.show {
  display: flex;
}
.try-video__ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.try-video__thumb {
  display: block;
  width: 646px;
  max-width: 100%;
  position: relative;
}
.try-video__thumb-image {
  width: 100%;
  height: auto;
  aspect-ratio: 646/366;
  -o-object-fit: cover;
     object-fit: cover;
}
.try-video__thumb-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  transition: scale 0.3s;
}
.try-video__thumb:hover .try-video__thumb-play {
  scale: 1.1;
}
.try {
  /*--- 動画モーダル ---*/
}
.try-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.try-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.try-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.try-modal__body {
  width: min(1000px, 100% - 48px);
  position: relative;
}
.try-modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}
.try-modal__close:before, .try-modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
.try-modal__close:before {
  rotate: 45deg;
}
.try-modal__close:after {
  rotate: -45deg;
}
.try-modal__movie {
  width: 100%;
  background-color: #000;
}
.try {
  /*--- 移植したデモの調整（枠幅・余白をテーマ側に合わせる） ---*/
}
.try-demo .demo {
  width: 100%;
  padding: 0;
  gap: 40px 0;
}
.try-demo .phoneWrap {
  max-width: 100%;
}
.try-demo {
  /*--- 操作ガイドと「もう一度試す」を右カラムにまとめる ---*/
}
.try-demo__side {
  flex: 1 1 auto;
  align-self: flex-start;
  min-width: 280px;
  max-width: 420px;
  text-align: center;
}
.try-demo__side .try-reset {
  margin-top: 80px;
}

.try-modal-open {
  overflow: hidden;
}

/*--- 移植したデモのインラインstyleをここへ移したもの ---*/
.try-demo--daily #firstGuide {
  display: none;
}

.try-demo--photo .photoMsgHead {
  font-weight: 900;
  margin-bottom: 6px;
}
.try-demo--photo #expShoot .bubble.mine {
  background-color: #dceeff;
  border: solid 1px #b8d8ff;
}
.try-demo--photo #expShoot #s_selectScreen,
.try-demo--photo #expShoot #s_chatScreen {
  height: calc(100% - 28px);
}
.try-demo--photo #expShoot .chatBody {
  height: calc(100% - 82px);
  position: relative;
}
.try-demo--photo #expShoot #s_firstGuide {
  bottom: 64px;
  left: 132px;
  width: 208px;
}
.try-demo--photo #expShoot .board .ftRight {
  text-align: right;
}
.try-demo--photo #expShoot .bsClose {
  color: #94a3b8;
}
.try-demo--photo #expShoot .colorBtn[data-c=green] .sw {
  background-color: #14532d;
}
.try-demo--photo #expShoot .colorBtn[data-c=yellow] .sw {
  background-color: #fde047;
}
.try-demo--photo #expShoot .colorBtn[data-c=white] .sw {
  background-color: #fff;
}
.try-demo--photo #expUpload .albumGrid {
  margin-bottom: 14px;
}
.try-demo--photo #expUpload #u_firstGuide {
  bottom: 64px;
  left: 150px;
  width: 210px;
}
.try-demo--photo #expUpload #u_tipAlbum {
  top: 88px;
  right: 6px;
  left: auto;
}
.try-demo--photo #expUpload #u_tipPick {
  margin-top: 2px;
}
.try-demo--photo #expUpload #u_tipPost {
  left: 25%;
}
.try-demo--photo #expUpload #u_tipPostDo {
  bottom: 66px;
}
.try-demo--photo #expUpload #u_tipShinki {
  margin: 0 0 12px;
}
.try-demo--photo #expUpload #u_tipSort {
  margin: 0 0 10px;
}
.try-demo--photo #expUpload #u_ckTag {
  display: none;
}
.try-demo--photo #expUpload #u_sortSheet .sheetCard {
  padding: 6px 4px;
}
.try-demo--photo #expUpload #u_sortSheet .sheetHead {
  padding: 8px 10px 2px;
}

@media screen and (max-width: 880px) {
  .try-demo .phoneWrap {
    flex-wrap: wrap;
  }
  .try-demo__side {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .try-demo__side .try-reset {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .try-exp__tab-btn {
    height: 68px;
  }
  .try-exp__tab-btn_label {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .try-intro {
    padding: 48px 0;
  }
  .try-intro .container {
    padding: 0 14px;
  }
  .try-intro .ttl {
    margin-bottom: 24px;
  }
  .try-intro .ttl--main {
    font-size: 1.75em;
    font-feature-settings: "palt";
  }
  .try-intro__body {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
  }
  .try-intro__body-text {
    width: 100%;
  }
  .try-intro__body-text_note {
    font-size: 1em;
    margin-bottom: 24px;
  }
  .try-intro__body-text_lead {
    /* font-size: 1.25em; */
    font-size: clamp(0.75em, 5.1vw, 1.25em);
  }
  .try-intro__body-text_lead span {
    background: linear-gradient(transparent 73.3%, var(--c-bdr-light-blue) 73.3%, var(--c-bdr-light-blue) 100%);
  }
  .try-intro__body-image {
    width: 246px;
  }
  .try-intro__anchor {
    display: block;
    margin-top: 24px;
  }
  .try-intro__anchor-item + .try-intro__anchor-item {
    margin-top: -1px;
  }
  .try-intro__anchor-item_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 18px;
    height: 64px;
    background-color: #fff;
    border: solid 1px var(--c-sky-blue);
    padding: 16px;
  }
  .try-intro__anchor-item_link-label {
    flex: 1 1 auto;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .try-intro__anchor-item_link-icon {
    flex: 0 0 auto;
    rotate: 90deg;
  }
  .try-exp {
    padding-bottom: 0;
  }
  .try-exp .container {
    max-width: none;
    padding: 0;
  }
  .try-exp__tab {
    width: 100%;
    scroll-margin-top: 56px;
  }
  .try-exp__tab--photo {
    order: 3;
  }
  .try-exp__tab-btn {
    justify-content: flex-start;
    height: 58px;
    background-color: var(--c-dark-blue);
    color: #fff;
    padding: 8px 24px;
  }
  .try-exp__tab-btn_icon {
    width: 28px;
    height: 28px;
  }
  .try-exp__tab-btn_label {
    font-size: 1.25em;
  }
  .try-exp__tab-btn.is-active:after {
    display: none;
  }
  .try-exp__panel {
    padding: 24px 12px;
  }
  .try-exp__panel--daily {
    order: 2;
  }
  .try-exp__panel.is-hidden {
    display: block;
  }
  .try-video {
    gap: 24px 0;
    padding: 0 12px;
  }
  .try-video__ttl {
    text-align: left;
  }
  .try-video__thumb {
    width: 100%;
  }
  .try-video__thumb-play {
    width: 56px;
    height: 56px;
  }
  .try-modal__body {
    width: calc(100% - 32px);
  }
  .try-modal__close {
    width: 24px;
    height: 24px;
  }
  .try-modal__close:before, .try-modal__close:after {
    width: 24px;
  }
}
@media screen and (max-width: 575px) {
  .try-exp__tab-btn {
    padding: 8px 16px;
  }
  .try-exp__tab-btn_label {
    font-size: 1.125em;
  }
}/*# sourceMappingURL=try.css.map */