@charset "UTF-8";
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 BASE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hipclock-page {
  margin: 0;
  color: #fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: radial-gradient(1200px 900px at 88% 20%, rgba(44, 30, 58, 0.26), rgba(0, 0, 0, 0) 66%), radial-gradient(1200px 900px at 88% 84%, rgba(62, 44, 26, 0.24), rgba(0, 0, 0, 0) 66%), linear-gradient(180deg, rgb(10, 10, 12) 0%, rgb(0, 0, 0) 100%);
  animation: pageTintSoft 26s ease-in-out infinite alternate;
}
@keyframes pageTintSoft {
  0% {
    background: radial-gradient(1200px 900px at 90% 18%, rgba(44, 30, 58, 0.32), rgba(0, 0, 0, 0) 68%), radial-gradient(1200px 900px at 84% 86%, rgba(18, 30, 50, 0.18), rgba(0, 0, 0, 0) 68%), linear-gradient(180deg, rgb(10, 10, 12) 0%, rgb(0, 0, 0) 100%);
  }
  100% {
    background: radial-gradient(1200px 900px at 86% 22%, rgba(62, 44, 26, 0.32), rgba(0, 0, 0, 0) 68%), radial-gradient(1200px 900px at 90% 84%, rgba(22, 34, 52, 0.18), rgba(0, 0, 0, 0) 68%), linear-gradient(180deg, rgb(10, 10, 12) 0%, rgb(0, 0, 0) 100%);
  }
}
.hipclock-page #app .hipclock {
  position: relative;
  display: grid;
}
.hipclock-page #app .hipclock .hipclock-logo {
  position: absolute;
  z-index: 25;
  right: 0rem;
  bottom: 0rem;
  line-height: 1.2;
  font-size: 6rem;
  letter-spacing: 0.6rem;
  margin: 0;
  font-family: "Jost";
  font-weight: 400;
  text-align: center;
}
.hipclock-page #app .hipclock .hipclock-logo .cover {
  display: inline-block;
  overflow: hidden;
}
.hipclock-page #app .hipclock .hipclock-logo .cover .catch {
  opacity: 0.4;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  transform: skew(-5deg);
}
.hipclock-page #app .hipclock {
  /* 左幅をCSS変数で制御（初期は64vw） */
  grid-template-columns: var(--leftPx, 64vw) 1fr;
  /* ドラッグで更新するときの「ヌルっ」はOFF、通常時はONでもOK */
  transition: grid-template-columns 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  height: 100vh; /* 既に指定してるなら不要 */
}
.hipclock-page #app .hipclock .hc-left {
  position: relative;
  min-height: 100vh;
  /* wallpaper area */
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper {
  position: relative;
  height: 100%;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper {
  /* “黒に見える”色味フェード */
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-tint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: tintFade 26s ease-in-out infinite alternate;
}
@keyframes tintFade {
  0% {
    background: rgba(10, 10, 12, 0.15);
  }
  50% {
    background: rgba(28, 22, 18, 0.15);
  }
  100% {
    background: rgba(18, 22, 30, 0.15);
  }
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper {
  /* UI視認性グラデ（下→上） */
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-grad {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.12) 68%, rgba(0, 0, 0, 0) 100%);
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 6; /* 画像より上に */
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark .hc-wm-time {
  font-size: clamp(28px, 3.6vw, 56px);
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16rem;
  /* 透かし感 */
  color: rgba(255, 255, 255, 0.22);
  /* 近未来っぽさ */
  mix-blend-mode: screen; /* 合わなければ消してOK */
  backdrop-filter: blur(1.5px);
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-loading {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 12px;
  opacity: 0.8;
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 10px;
  z-index: 5;
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
}
.hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:active {
  transform: translateY(1px);
}
.hipclock-page #app .hipclock .hc-splitter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--leftPx, 64vw) - 6px);
  width: 12px;
  cursor: col-resize;
  z-index: 30;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  opacity: 0.35;
}
.hipclock-page #app .hipclock .hc-splitter:hover {
  opacity: 0.8;
}
.hipclock-page #app .hipclock .hipclock.is-resizing .hc-splitter {
  opacity: 1;
}
.hipclock-page #app .hipclock .hc-right {
  position: relative;
  min-height: 100vh;
  padding: 0 4rem 0 4rem;
}
.hipclock-page #app .hipclock .hc-right .hc-panel {
  height: 100%;
  padding: 22px 18px;
  overflow: auto;
  /* 画面には出さないが、SEO/アクセシビリティ用に読み取れる */
}
.hipclock-page #app .hipclock .hc-right .hc-panel .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock {
  padding: 18px 16px 10px;
  display: flex;
  align-items: center;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-time {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-family: "Jost";
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub {
  margin-top: 8px;
  font-size: 14px;
  opacity: 0.78;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 0 0 20px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-dot {
  opacity: 0.5;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-date {
  font-size: 2rem;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-tz {
  font-size: 2rem;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card {
  margin-top: 15px;
  padding: 14px 24px;
  background: rgba(81, 81, 81, 0.18);
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-h {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv {
  display: flex;
  align-items: center;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .k {
  font-size: 14px;
  opacity: 0.68;
  padding: 0px 10px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .v {
  font-size: 18px;
  font-family: "Jost";
  font-weight: 700;
  padding: 0 0 0 5px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-note {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.65;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row.hc-weather-row {
  display: flex;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row.hc-weather-row .hc-kv {
  padding: 0 10px 0 0;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item {
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .a {
  font-size: 12px;
  opacity: 0.7;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .b {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 10px;
  font-family: "Jost";
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link {
  color: #fff;
  text-decoration: none;
  opacity: 0.88;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-mini {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.65;
  line-height: 1.5;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0px 0 0px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head .hc-cal-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head .hc-cal-mini {
  opacity: 0.75;
  font-size: 12px;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head .hc-cal-nav {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head .hc-cal-nav:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal .hc-cal-dow {
  opacity: 0.75;
  font-size: 14px;
  text-align: center;
  padding: 0px 0;
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal .hc-cal-cell {
  line-height: 1.5;
  text-align: center;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-family: "Jost";
}
.hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal .hc-cal-cell.today {
  background: rgba(255, 255, 255, 0.16);
}
.hipclock-page {
  /* Vue fade */
}
.hipclock-page .fade-enter-active, .hipclock-page .fade-leave-active {
  transition: opacity 0.45s ease;
}
.hipclock-page .fade-enter-from, .hipclock-page .fade-leave-to {
  opacity: 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hipclock-page #app .hipclock {
    width: 100%;
    display: flex;
  }
  .hipclock-page #app .hipclock .hc-left {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    height: 100%;
    width: 100%;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-img {
    transform: scale(1.01);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-tint {
    animation: tintFade 26s ease-in-out infinite alternate;
  }
  @keyframes tintFade {
    0% {
      background: rgba(10, 10, 12, 0.2);
    }
    50% {
      background: rgba(28, 22, 18, 0.2);
    }
    100% {
      background: rgba(18, 22, 30, 0.2);
    }
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    /* UI視認性グラデ（下→上） */
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-grad {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark {
    left: 20px;
    bottom: 0;
    top: 0;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark .hc-wm-time {
    letter-spacing: 0.16em;
    line-height: 1;
    font-size: 12rem;
    /* 透かし感 */
    color: rgba(255, 255, 255, 0.82);
    /* 近未来っぽさ */
    mix-blend-mode: screen; /* 合わなければ消してOK */
    backdrop-filter: blur(1.5px);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-loading {
    left: 18px;
    bottom: 18px;
    font-size: 12px;
    opacity: 0.8;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions {
    top: 14px;
    right: 14px;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:hover {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:active {
    transform: translateY(1px);
  }
  .hipclock-page #app .hipclock .hc-splitter {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right {
    position: absolute;
    width: 100%;
    z-index: 12;
    min-height: 90vh;
    left: 0;
    bottom: 0;
    padding: 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel {
    width: 100%;
    padding: 0 4rem 50px 4rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card {
    margin-top: 14px;
    padding: 0 14px;
    background: transparent;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-h {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    opacity: 0.9;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .k {
    font-size: 12px;
    opacity: 0.68;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .v {
    font-size: 16px;
    margin-top: 4px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-note {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.65;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-content {
    /* レスポンシブ対応ラッパー */
    display: flex;
    align-items: center;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world {
    display: flex;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item {
    padding: 10px 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .a {
    font-size: 12px;
    opacity: 0.7;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .b {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.88;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-mini {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.65;
    line-height: 1.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock {
    margin-bottom: 18px;
    padding: 18px 16px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-time {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.78;
    padding: 0 0 0 0px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-dot {
    opacity: 0.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-date {
    font-size: 2rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-tz {
    font-size: 2rem;
  }
  .hipclock-page {
    /* Vue fade */
  }
  .hipclock-page .fade-enter-active, .hipclock-page .fade-leave-active {
    transition: opacity 0.45s ease;
  }
  .hipclock-page .fade-enter-from, .hipclock-page .fade-leave-to {
    opacity: 0;
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hipclock-page #app .hipclock {
    width: 100%;
    display: flex;
  }
  .hipclock-page #app .hipclock .hc-left {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    height: 100%;
    width: 100%;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-img {
    transform: scale(1.01);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-tint {
    animation: tintFade 26s ease-in-out infinite alternate;
  }
  @keyframes tintFade {
    0% {
      background: rgba(10, 10, 12, 0.2);
    }
    50% {
      background: rgba(28, 22, 18, 0.2);
    }
    100% {
      background: rgba(18, 22, 30, 0.2);
    }
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    /* UI視認性グラデ（下→上） */
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-grad {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark {
    left: 20px;
    bottom: 0;
    top: 0;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark .hc-wm-time {
    letter-spacing: 0.16em;
    line-height: 1;
    font-size: 12rem;
    /* 透かし感 */
    color: rgba(255, 255, 255, 0.82);
    /* 近未来っぽさ */
    mix-blend-mode: screen; /* 合わなければ消してOK */
    backdrop-filter: blur(1.5px);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-loading {
    left: 18px;
    bottom: 18px;
    font-size: 12px;
    opacity: 0.8;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions {
    top: 14px;
    right: 14px;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:hover {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:active {
    transform: translateY(1px);
  }
  .hipclock-page #app .hipclock .hc-splitter {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right {
    position: absolute;
    width: 100%;
    z-index: 12;
    min-height: 90vh;
    left: 0;
    bottom: 0;
    padding: 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel {
    width: 100%;
    padding: 0 4rem 50px 4rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card {
    margin-top: 14px;
    padding: 0 14px;
    background: transparent;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-h {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    opacity: 0.9;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .k {
    font-size: 12px;
    opacity: 0.68;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .v {
    font-size: 16px;
    margin-top: 4px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-note {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.65;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-content {
    /* レスポンシブ対応ラッパー */
    display: flex;
    align-items: center;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world {
    display: flex;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item {
    padding: 10px 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .a {
    font-size: 12px;
    opacity: 0.7;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .b {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.88;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-mini {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.65;
    line-height: 1.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock {
    margin-bottom: 18px;
    padding: 18px 16px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-time {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.78;
    padding: 0 0 0 0px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-dot {
    opacity: 0.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-date {
    font-size: 2rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-tz {
    font-size: 2rem;
  }
  .hipclock-page {
    /* Vue fade */
  }
  .hipclock-page .fade-enter-active, .hipclock-page .fade-leave-active {
    transition: opacity 0.45s ease;
  }
  .hipclock-page .fade-enter-from, .hipclock-page .fade-leave-to {
    opacity: 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hipclock-page #app .hipclock {
    width: 100%;
    display: flex;
  }
  .hipclock-page #app .hipclock .hc-left {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    height: 100%;
    width: 100%;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-img {
    transform: scale(1.01);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-tint {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper {
    /* UI視認性グラデ（下→上） */
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-grad {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-watermark {
    left: 20px;
    bottom: 0;
    top: 0;
    display: none;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-loading {
    left: 18px;
    bottom: 18px;
    font-size: 12px;
    opacity: 0.8;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions {
    top: 14px;
    right: 14px;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn {
    line-height: 1;
    padding: 14px 20px 16px;
    border-radius: 7px;
    font-size: 22px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:nth-child(1) {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:hover {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .hipclock-page #app .hipclock .hc-left .hc-wallpaper .hc-top-actions .hc-btn:active {
    transform: translateY(1px);
  }
  .hipclock-page #app .hipclock .hc-splitter {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right {
    position: absolute;
    width: 100%;
    z-index: 12;
    min-height: 90vh;
    left: 0;
    bottom: 0;
    padding: 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel {
    width: 100%;
    padding: 0 2rem 10rem 2rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel #hc-card-rate,
  .hipclock-page #app .hipclock .hc-right .hc-panel #hc-world-card {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card {
    margin-top: 5px;
    padding: 0 14px;
    background: transparent;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-h {
    margin: 0 0 4px;
    font-size: 14px;
    letter-spacing: 0.05em;
    opacity: 0.9;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 2px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .k {
    font-size: 12px;
    opacity: 0.68;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-kv .v {
    font-size: 16px;
    margin-top: 0;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row.hc-weather-row {
    display: grid;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row.hc-weather-row .hc-kv {
    padding: 0 10px 0 0;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-row .hc-note {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.65;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-content {
    /* レスポンシブ対応ラッパー */
    display: flex;
    align-items: center;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item {
    padding: 10px 10px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .a {
    font-size: 12px;
    opacity: 0.7;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-world .hc-world-item .b {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .link-sp {
    display: flex;
    align-items: center;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .link-sp .hc-h {
    margin: 0px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.88;
    padding: 0 0 0 1rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-mini {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.65;
    line-height: 1.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal-head {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-card .hc-cal {
    display: none;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock {
    margin-bottom: 8px;
    padding: 0px 16px 0px;
    display: block;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-time {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 20vw;
    position: relative;
    left: -12px;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub {
    margin-top: 0;
    font-size: 14px;
    opacity: 0.78;
    padding: 0 0 0 0px;
    display: flex;
    align-items: center;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-dot {
    opacity: 0.5;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-date {
    font-size: 2rem;
  }
  .hipclock-page #app .hipclock .hc-right .hc-panel .hc-clock .hc-sub .hc-tz {
    font-size: 2rem;
  }
  .hipclock-page {
    /* Vue fade */
  }
  .hipclock-page .fade-enter-active, .hipclock-page .fade-leave-active {
    transition: opacity 0.45s ease;
  }
  .hipclock-page .fade-enter-from, .hipclock-page .fade-leave-to {
    opacity: 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */