/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/not-found.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.not-found_wrapper__gDToA {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.not-found_message__TkITm {
  max-width: 1200px;
  margin: 0;
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  white-space: pre-wrap;
}

.not-found_homeLink__Rdd4Z {
  color: #888;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #bbb;
  text-underline-offset: 0.25em;
}
.not-found_homeLink__Rdd4Z:hover {
  color: #555;
  text-decoration-color: #888;
}

@media (max-width: 640px) {
  .not-found_wrapper__gDToA {
    padding: 1.5rem 1rem;
  }
  .not-found_message__TkITm {
    writing-mode: vertical-rl;
    max-width: none;
    max-height: min(70svh, 560px);
    text-align: start;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
