@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Line Clampを実装する
 *
 * @param {number} $rows 行数
 */
/**
 * ホバーアクション
 */
/**
 * フォーカスアクション
 */
/**
 * タップアクション
 */
/*
 * スクロールバーを非表示にする
 */
/**
 * メディアクエリー用のミックスイン
 *
 * @param {number} $min 最小幅
 * @param {number} $max 最大幅
 * @param {string} $template あらかじめ設定されたテンプレートの指定
 */
/**
 * Flexbox用のミックスイン
 *
 * @param {string} $justify justify-content（デフォルト: flex-start）
 * @param {string} $align align-items（デフォルト: stretch）
 * @param {string} $direction flex-direction（デフォルト: row）
 * @param {string} $wrap flex-wrap（デフォルト: nowrap）
 * @param {number} $gap ギャップ（デフォルト: 0）
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

button:not(:disabled) {
  cursor: pointer;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-weight: 400;
  scroll-behavior: smooth;
}

.pc-hide {
  display: none;
}
@media (max-width: 1023px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: none;
}
@media (max-width: 599px) {
  .sp-hide {
    display: block;
  }
}

.site-bg {
  position: relative;
}
.site-bg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  inset: 0;
  background-image: url("../images/site-bg_pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

html.single-assets-pending .site-bg--single::before,
html.single-assets-pending .site-bg--single .bg-deco__item,
html.single-assets-pending body::before {
  opacity: 0;
}

html.single-assets-ready .site-bg--single::before,
html.single-assets-ready .site-bg--single .bg-deco__item,
html.single-assets-ready body::before {
  transition: opacity 0.28s ease;
}

html.list-assets-pending .site-bg:not(.site-bg--single)::before,
html.list-assets-pending .site-bg:not(.site-bg--single) .bg-deco__item,
html.list-assets-pending body::before {
  opacity: 0;
}
html.list-assets-pending body.is-intro-skip .noren,
html.list-assets-pending body.is-intro-skip .noren-mini__cloth {
  opacity: 0;
}

html.list-assets-ready .site-bg:not(.site-bg--single)::before,
html.list-assets-ready .site-bg:not(.site-bg--single) .bg-deco__item,
html.list-assets-ready body::before {
  transition: opacity 0.28s ease;
}
html.list-assets-ready body.is-intro-skip .noren,
html.list-assets-ready body.is-intro-skip .noren-mini__cloth {
  transition: opacity 0.28s ease;
}

body:not(.is-intro-ready) .site-bg::before {
  opacity: 0;
}
body:not(.is-intro-ready) .bg-deco__item {
  opacity: 0;
}

body.is-intro-ready .site-bg::before {
  animation: introBgFade 0.65s ease-out both;
}
body.is-intro-ready::before {
  animation: introNoiseFade 0.42s ease-out 0.18s both;
}
body.is-intro-ready .bg-deco__item {
  animation: introDecoFade 0.55s ease-out both;
}
body.is-intro-ready .bg-deco__item--tl {
  animation-name: introCloudInLeft;
  animation-duration: 0.62s;
  animation-timing-function: cubic-bezier(0.22, 0.74, 0.28, 1);
  animation-delay: 0.38s;
}
body.is-intro-ready .bg-deco__item--tr {
  animation-name: introCloudInRight;
  animation-duration: 0.62s;
  animation-timing-function: cubic-bezier(0.22, 0.74, 0.28, 1);
  animation-delay: 0.46s;
}
body.is-intro-ready .bg-deco__item--bl {
  animation-name: introDecoBounceUp;
  animation-duration: 0.72s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-delay: 0.54s;
}
body.is-intro-ready .bg-deco__item--br {
  animation-name: introDecoBounceUp;
  animation-duration: 0.72s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-delay: 0.62s;
}
body.is-intro-ready .bg-deco__item--tsuru {
  animation-name: introTsuruSlideIn;
  animation-duration: 0.52s;
  animation-timing-function: cubic-bezier(0.25, 0.76, 0.3, 1);
  animation-delay: 0.92s;
}

body.is-intro-skip .site-bg::before {
  animation: none !important;
  opacity: 1;
}
body.is-intro-skip::before {
  animation: none !important;
  opacity: 0.9;
}
body.is-intro-skip .bg-deco__item {
  animation: none !important;
  opacity: 1;
  filter: none;
}

@keyframes introBgFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes introNoiseFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes introDecoFade {
  from {
    opacity: 0;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes introCloudInLeft {
  from {
    opacity: 0;
    filter: blur(2px);
    translate: -36px 0;
  }
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@keyframes introCloudInRight {
  from {
    opacity: 0;
    filter: blur(2px);
    translate: 36px 0;
  }
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@keyframes introTsuruSlideIn {
  from {
    opacity: 0;
    filter: blur(2px);
    translate: -16px 12px;
  }
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@keyframes introDecoBounceUp {
  0% {
    opacity: 0;
    filter: blur(3px);
    translate: 0 60px;
  }
  58% {
    opacity: 1;
    filter: blur(0);
    translate: 0 -10px;
  }
  78% {
    translate: 0 4px;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.is-intro-ready .site-bg::before,
  body.is-intro-ready .bg-deco__item {
    animation: none;
    opacity: 1;
    filter: none;
  }
  body.is-intro-ready::before {
    animation: none;
    opacity: 0.9;
  }
}
.bg-deco {
  pointer-events: none;
}

.bg-deco__item {
  position: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.bg-deco__item--tl {
  top: 128px;
  left: 0;
  transform: translateX(clamp(-417px, -10vw, -157px));
  width: 417px;
  height: 182px;
  background-image: url("../images/site-bg_deco_tl.svg");
}
.bg-deco__item--tr {
  top: 144px;
  right: 0;
  transform: translateX(clamp(-417px, 10vw, 38px));
  width: 417px;
  height: 182px;
  background-image: url("../images/site-bg_deco_tr.svg");
}
.bg-deco__item--bl {
  bottom: -57px;
  left: 0;
  transform: translateX(clamp(-808px, -10vw, -260px));
  width: 808px;
  height: 416px;
  background-image: url("../images/site-bg_deco_bl.svg");
}
.bg-deco__item--br {
  bottom: -142px;
  right: 0;
  transform: translateX(clamp(133px, 10vw, 664px));
  width: 664px;
  height: 421px;
  background-image: url("../images/site-bg_deco_br.svg");
}
.bg-deco__item--tsuru {
  bottom: 380px;
  left: 57px;
  width: 136px;
  height: 93px;
  background-image: url("../images/site-bg_deco_tsuru.svg");
}
@media (max-width: 599px) {
  .bg-deco__item--tl {
    top: 50px;
    transform: translateX(clamp(-300px, -10vw, -100px));
    width: 335px;
    height: 146px;
  }
  .bg-deco__item--tr {
    top: 167px;
    transform: translateX(clamp(-335px, 10vw, 100px));
    width: 335px;
    height: 146px;
  }
  .bg-deco__item--bl {
    bottom: 40px;
    left: -34px;
    width: 615px;
    height: 316px;
  }
  .bg-deco__item--br {
    bottom: -150px;
    right: -96px;
    width: 505px;
    height: 320px;
  }
  .bg-deco__item--tsuru {
    top: 300px;
    left: 57px;
    width: 100px;
    height: 68px;
  }
}
@media (max-height: 800px) {
  .bg-deco__item--bl {
    bottom: -90px;
  }
  .bg-deco__item--br {
    bottom: -250px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .bg-deco__item--bl {
    bottom: -70px;
  }
  .bg-deco__item--br {
    bottom: -280px;
  }
  .bg-deco__item--tr {
    top: 214px;
  }
  .bg-deco__item--tl {
    top: 50px;
  }
  .bg-deco__item--tsuru {
    bottom: 480px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/filter_noise.webp");
  background-size: 130px;
  background-repeat: repeat;
  opacity: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 9999;
}

.header__search-button {
  position: fixed;
  top: 26px;
  right: 25px;
  z-index: 100;
}
@media (max-width: 1023px) {
  .header__search-button {
    top: 13px;
    right: 9px;
  }
}

.noren {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
  overflow-x: hidden;
}
.noren__rod {
  height: 19px;
  background: #FA5D25;
  width: 100vw;
}
.noren__cloth {
  --noren-cloth-base-transform: translateY(-20px);
  --noren-cloth-fx-base: translateZ(0);
  position: relative;
  width: 100%;
  max-width: 1398px;
  height: 189px;
  transform: var(--noren-cloth-base-transform);
}
.noren__cloth::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/noren-cloth_pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: 50% 0%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 599px) {
  .noren__rod {
    height: 9px;
  }
  .noren__cloth {
    width: 607px;
    height: 87px;
    margin-inline: auto;
    position: relative;
    left: 50%;
    --noren-cloth-base-transform: translateX(-50%) translateY(-10px);
    transform: var(--noren-cloth-base-transform);
  }
  .noren__cloth::before {
    background-image: url("../images/noren-cloth_pc.webp");
    background-position: center;
  }
}

.site-bg {
  position: relative;
}
.site-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/site-bg_pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.site-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 472px;
  margin: 57px auto 0;
}
.site-logo a {
  position: relative;
  display: block;
  width: 100%;
}
.site-logo__sequence {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 472/96;
  pointer-events: none;
}
.site-logo__part, .site-logo__final {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.site-logo__part {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  filter: blur(2px);
  transform-origin: center center;
}
.site-logo__final {
  opacity: 0;
  visibility: hidden;
  transform: none;
  will-change: opacity;
}
@media (max-width: 599px) {
  .site-logo {
    width: 220px;
    height: 45px;
    margin-top: 25px;
  }
  .site-logo__sequence {
    aspect-ratio: 220/45;
  }
}

body:not(.is-intro-ready) .noren {
  opacity: 0;
  transform: translateX(-74px) translateY(-20px);
}
body:not(.is-intro-ready) .site-logo__part,
body:not(.is-intro-ready) .site-logo__final {
  opacity: 0;
  transform: translateY(6px) scale(0.985);
  filter: blur(2px);
}

body.is-intro-ready .noren {
  animation: introNorenToonIn 0.86s cubic-bezier(0.22, 0.84, 0.24, 1.08) 0.66s both;
}
body.is-intro-ready .noren__cloth::before {
  animation: introNorenFlap 0.32s ease-out 1.08s both, norenClothFlutter 9.2s ease-in-out 2.1s infinite;
}
@media (max-width: 599px) {
  body.is-intro-ready .noren__cloth::before {
    animation: introNorenFlap 0.28s ease-out 1.02s both;
  }
}
body.is-intro-ready .site-logo__sequence {
  animation: introLogoSequenceHide 0.001s steps(1, end) 2.02s both;
}
body.is-intro-ready .site-logo__part {
  animation: introLogoSplit 0.42s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
body.is-intro-ready .site-logo__part--1 {
  animation-name: introLogoCorePop;
  animation-duration: 0.46s;
  animation-delay: 1.24s;
}
body.is-intro-ready .site-logo__part--2 {
  animation-name: introLogoCorePop;
  animation-duration: 0.46s;
  animation-delay: 1.34s;
}
body.is-intro-ready .site-logo__part--3 {
  animation-name: introLogoCorePop;
  animation-duration: 0.46s;
  animation-delay: 1.44s;
}
body.is-intro-ready .site-logo__part--4 {
  animation-name: introLogoCorePop;
  animation-duration: 0.46s;
  animation-delay: 1.54s;
}
body.is-intro-ready .site-logo__part--5 {
  animation-name: introLogoCorePop;
  animation-duration: 0.46s;
  animation-delay: 1.64s;
}
body.is-intro-ready .site-logo__part--deco {
  animation-name: introLogoStamp;
  animation-duration: 0.64s;
  animation-timing-function: cubic-bezier(0.16, 0.92, 0.18, 1.2);
  animation-delay: 1.96s;
  transform-origin: 82% 50%;
  will-change: transform, opacity;
}
body.is-intro-ready .site-logo__part--sub {
  animation-name: introLogoFan;
  animation-duration: 0.56s;
  animation-timing-function: cubic-bezier(0.2, 0.82, 0.22, 1.06);
  animation-delay: 1.84s;
  transform-origin: 50% 100%;
}
body.is-intro-ready .site-logo__final {
  animation: introLogoFinal 0.001s steps(1, end) 2.02s both;
}

body.is-intro-skip .noren {
  animation: none !important;
  opacity: 1;
  transform: translateX(0) translateY(0);
}
body.is-intro-skip .noren__cloth::before {
  animation: none !important;
}
body.is-intro-skip .site-logo__sequence {
  animation: none !important;
  opacity: 0;
  visibility: hidden;
}
body.is-intro-skip .site-logo__part {
  animation: none !important;
  opacity: 0;
  filter: none;
  transform: none;
}
body.is-intro-skip .site-logo__final {
  animation: none !important;
  opacity: 1;
  visibility: visible;
}

@keyframes introNorenToonIn {
  from {
    opacity: 0;
    transform: translateX(-74px) translateY(-20px);
  }
  72% {
    opacity: 1;
    transform: translateX(6px) translateY(0);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes introNorenFlap {
  0% {
    transform: var(--noren-cloth-fx-base) scaleY(1);
  }
  56% {
    transform: var(--noren-cloth-fx-base) scaleY(0.992);
  }
  100% {
    transform: var(--noren-cloth-fx-base) scaleY(1);
  }
}
@keyframes norenClothFlutter {
  0% {
    transform: var(--noren-cloth-fx-base) scaleY(1) skewX(0deg);
  }
  4% {
    transform: var(--noren-cloth-fx-base) scaleY(0.998) skewX(-0.28deg);
  }
  8% {
    transform: var(--noren-cloth-fx-base) scaleY(1.002) skewX(0.22deg);
  }
  12% {
    transform: var(--noren-cloth-fx-base) scaleY(0.999) skewX(-0.14deg);
  }
  16% {
    transform: var(--noren-cloth-fx-base) scaleY(1.001) skewX(0.1deg);
  }
  20% {
    transform: var(--noren-cloth-fx-base) scaleY(1) skewX(0deg);
  }
  100% {
    transform: var(--noren-cloth-fx-base) scaleY(1) skewX(0deg);
  }
}
@keyframes introLogoSplit {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    filter: blur(2px);
  }
  40% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes introLogoCorePop {
  0% {
    opacity: 0;
    transform: scale(0.72);
    filter: blur(2px);
  }
  58% {
    opacity: 1;
    transform: scale(1.06);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes introLogoStamp {
  0% {
    opacity: 0;
    transform: scale(1.62);
    filter: blur(1.2px);
  }
  28% {
    opacity: 0.76;
    transform: scale(1.42);
    filter: blur(0.5px);
  }
  46% {
    opacity: 1;
    transform: scale(1.24);
    filter: blur(0);
  }
  66% {
    opacity: 1;
    transform: scale(0.8);
    filter: blur(0);
  }
  82% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes introLogoFan {
  0% {
    opacity: 0;
    transform: scaleY(0.18) scaleX(0.72);
    filter: blur(1px);
  }
  48% {
    opacity: 1;
    transform: scaleY(1.08) scaleX(1.03);
    filter: blur(0);
  }
  72% {
    opacity: 1;
    transform: scaleY(0.94) scaleX(1);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
    filter: blur(0);
  }
}
@keyframes introLogoSequenceHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes introLogoFinal {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.is-intro-ready .noren,
  body.is-intro-ready .site-logo__part,
  body.is-intro-ready .site-logo__final {
    animation: none;
    filter: none;
    transform: none;
  }
  body.is-intro-ready .site-logo__part {
    opacity: 0;
  }
  body.is-intro-ready .site-logo__sequence {
    opacity: 0;
  }
  body.is-intro-ready .site-logo__final {
    opacity: 1;
  }
  body.is-intro-ready .noren__cloth::before {
    animation: none;
  }
  body.is-intro-ready .noren__cloth {
    animation: none;
  }
}
.noren-mini {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding-top: 13px;
  align-items: center;
}
.noren-mini__rod {
  height: 12px;
  background: #FA5D25;
  width: 100%;
}
.noren-mini__cloth {
  height: 91px;
  max-width: 1398px;
  width: 100%;
  background-image: url("../images/noren-cloth_pc_02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-13px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.noren-mini__site-logo {
  width: 250px;
  height: 57px;
}
.noren-mini__site-logo img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 4px;
}
@media (max-width: 599px) {
  .noren-mini__site-logo img {
    padding-top: 0;
  }
}
.noren-mini.is-show {
  transform: translateY(0);
}
@media (max-width: 599px) {
  .noren-mini {
    padding-top: 20px;
  }
  .noren-mini__rod {
    height: 8px;
  }
  .noren-mini__cloth {
    height: 61px;
    transform: translateY(-9px);
    background-image: url("../images/noren-cloth_sp_02.webp");
  }
  .noren-mini__site-logo {
    width: 165px;
    height: 36px;
  }
  .noren-mini__site-logo img {
    margin: -4px 0 0;
  }
}

li {
  list-style-type: none;
}

.list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.card-list {
  margin: 50px 0 60px;
  padding: 0 32px;
}
html.list-assets-pending .card-list__item:not(.is-hidden) {
  opacity: 0;
}
html.list-assets-ready .card-list__item.card-list__stand:not(.is-hidden) {
  transition: opacity 0.28s ease;
}
html.list-assets-ready .card-list__item:not(.card-list__stand):not(.is-hidden) {
  transition: opacity 0.28s ease 0.28s;
}
.card-list__row {
  position: relative;
}
.card-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
  padding: 0;
  row-gap: 60px;
}
@media (max-width: 599px) {
  .card-list__items {
    row-gap: 40px;
    column-gap: clamp(0px, 4vw, 24px);
    grid-template-columns: repeat(2, minmax(145px, 1fr));
  }
}
.card-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform-origin: 50% 100%;
  z-index: 2;
}
.card-list__item:not(.card-list__stand) {
  --cup-intro-delay: 0s;
  --cup-intro-tilt: -8deg;
  --cup-intro-shift-x: 28px;
}
.card-list__item:not(.card-list__stand):nth-child(2) {
  --cup-intro-delay: .05s;
}
.card-list__item:not(.card-list__stand):nth-child(3) {
  --cup-intro-delay: .10s;
}
.card-list__item:not(.card-list__stand):nth-child(4) {
  --cup-intro-delay: .15s;
}
.card-list__item:not(.card-list__stand):nth-child(5) {
  --cup-intro-delay: .20s;
}
.card-list__item:not(.card-list__stand):nth-child(6) {
  --cup-intro-delay: .25s;
}
.card-list__item:not(.card-list__stand):nth-child(7) {
  --cup-intro-delay: .30s;
}
.card-list__item:not(.card-list__stand):nth-child(8) {
  --cup-intro-delay: .35s;
}
.card-list__item:not(.card-list__stand):nth-child(9) {
  --cup-intro-delay: .40s;
}
.card-list__item:not(.card-list__stand):nth-child(10) {
  --cup-intro-delay: .45s;
}
.card-list__item:not(.card-list__stand):nth-child(11) {
  --cup-intro-delay: .50s;
}
.card-list__item:not(.card-list__stand):nth-child(12) {
  --cup-intro-delay: .55s;
}
body:not(.is-intro-ready) .card-list__item:not(.card-list__stand):not(.is-hidden) {
  opacity: 0;
  transform: translate3d(var(--cup-intro-shift-x), 32px, 0) rotate(var(--cup-intro-tilt));
}
body.is-intro-ready .card-list__item:not(.card-list__stand):not(.is-hidden) {
  animation: cupIntroSettle 0.84s cubic-bezier(0.22, 0.77, 0.23, 1.05) both;
  animation-delay: calc(0.92s + var(--cup-intro-delay));
  will-change: transform, opacity;
}
@media (max-width: 599px) {
  .card-list {
    margin: 30px 0 80px;
    padding: 0 18px;
  }
}
.card-list__stand {
  grid-column: 1/-1;
  height: 100px;
  background: url("../images/image_wood-stand.png") repeat-x center;
  background-size: auto 100%;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.card-list__stand::before, .card-list__stand::after {
  content: "";
  position: absolute;
  bottom: -31px;
  width: 90px;
  height: 32px;
  background: url("../images/image_wood-stand_foot_pc.svg") no-repeat;
  background-size: contain;
}
.card-list__stand::before {
  left: 77px;
}
.card-list__stand::after {
  right: 77px;
}
@media (max-width: 599px) {
  .card-list__stand {
    height: 75px;
    margin-top: -80px;
  }
  .card-list__stand::before, .card-list__stand::after {
    bottom: -19px;
    width: 72px;
    height: 20px;
    background: url("../images/image_wood-stand_foot_sp.svg") no-repeat;
  }
  .card-list__stand::before {
    left: 30px;
  }
  .card-list__stand::after {
    right: 30px;
  }
}
.card-list .card {
  height: 320px;
  width: 230px;
  color: #fff;
  position: relative;
  z-index: 2;
  perspective: 1000px;
}
@media (max-width: 599px) {
  .card-list .card {
    width: 100%;
    max-width: 145px;
    height: 200px;
  }
}
.card-list .card::after {
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  width: 105%;
  height: 60px;
  background: rgba(166, 115, 54, 0.8);
  mix-blend-mode: multiply;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 599px) {
  .card-list .card::after {
    height: 35px;
    bottom: -13px;
    width: 95%;
  }
}
@media screen and (max-width: 360px) {
  .card-list .card::after {
    display: none;
  }
}
.card-list .card__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.2s cubic-bezier(0.9, 0, 0.3, 1);
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.card-list .card:hover .card__inner {
  transform: rotateY(180deg);
}
.card-list .card__image {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 20px;
}
.card-list .card__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.card-list .card__face--front {
  z-index: 2;
}
.card-list .card__face--back {
  transform: rotateY(180deg);
  z-index: 1;
}
.card-list .card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  margin-top: 20px;
}
.card-list .card__content {
  position: relative;
  z-index: 1;
  padding: 21px 20px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  text-align: center;
  height: fit-content;
  margin-top: 20px;
}
.card-list .card__kanji {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.card-list .card__furigana {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}
.card-list .card__copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 6px 0 0 0;
}
.card-list .card__media {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.card-list .card__fish-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.card-list .card__actions {
  height: fit-content;
}
@media (max-width: 599px) {
  .card-list .card__image {
    margin-top: 0;
  }
  .card-list .card__bg {
    margin-top: 0;
  }
  .card-list .card__content {
    padding: 2px 0 8px;
    margin-top: 0;
  }
  .card-list .card__kanji {
    font-size: 35px;
    margin: 2px 0 2px;
  }
  .card-list .card__furigana {
    font-size: 11px;
    margin: 3px 0 0;
  }
  .card-list .card__copy {
    font-size: 12px;
    margin: 2px 0 0;
  }
  .card-list .card__media {
    height: 60px;
    max-width: 110px;
  }
}
.card-list .card__button-wrapper {
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
@media (max-width: 599px) {
  .card-list .card__button-wrapper {
    margin-top: 4px;
  }
}
@keyframes cupIntroSettle {
  0% {
    opacity: 0;
    transform: translate3d(var(--cup-intro-shift-x), 32px, 0) rotate(var(--cup-intro-tilt));
  }
  64% {
    opacity: 1;
    transform: translate3d(0, -8px, 0) rotate(1.5deg);
  }
  82% {
    transform: translate3d(0, 3px, 0) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-list .card-list__item:not(.card-list__stand):not(.is-hidden) {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }
}
.card-list .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-list .card-list__item.is-steam-target.is-steam-type-a {
  position: relative;
}
.card-list .card-list__item.is-steam-target.is-steam-type-a::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 195px;
  height: 100px;
  z-index: 10;
  background: url("../images/image_steam_01.png") no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
  animation: steamFloatA 2s ease-in-out 1 both;
}
.card-list .card-list__item.is-steam-target.is-steam-type-b {
  position: relative;
}
.card-list .card-list__item.is-steam-target.is-steam-type-b::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 144px;
  height: 98px;
  z-index: 10;
  background: url("../images/image_steam_02.png") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  animation: steamSoft 4s ease-in-out 1 both;
}
.card-list .card-list__item.is-steam-target.is-steam-exit::after {
  animation: steamFadeOut 0.42s ease-out both !important;
}
@media (max-width: 599px) {
  .card-list .card-list__item.is-steam-target.is-steam-type-a::after {
    width: 120px;
    height: 62px;
    top: -35px;
    animation: steamFloatASp 2.4s ease-in-out 1 both;
  }
  .card-list .card-list__item.is-steam-target.is-steam-type-b::after {
    width: 110px;
    height: 75px;
    animation: steamSoftSp 4.5s ease-in-out 1 both;
  }
}
@keyframes steamFloatA {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes steamFloatASp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-6px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes steamSoft {
  0% {
    transform: translate(-50%, 70px) scale(0.85);
    opacity: 0;
  }
  25% {
    transform: translate(-54%, 50px) scale(0.95);
    opacity: 1;
  }
  60% {
    transform: translate(-46%, 20px) scale(1);
  }
  100% {
    transform: translate(-52%, 0px) scale(1.15);
    opacity: 0;
  }
}
@keyframes steamSoftSp {
  0% {
    transform: translate(-50%, 50px) scale(0.85);
    opacity: 0;
  }
  25% {
    transform: translate(-54%, 35px) scale(0.95);
    opacity: 1;
  }
  60% {
    transform: translate(-46%, 15px) scale(1);
  }
  100% {
    transform: translate(-52%, -5px) scale(1.1);
    opacity: 0;
  }
}
@keyframes steamFadeOut {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px) scale(1.04);
  }
}

p {
  margin: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.footer__logo-link {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.footer__logo-link:hover img {
  opacity: 0.7;
}
.footer__logo {
  height: auto;
  width: 150px;
  border-radius: 4px;
  transition: all 0.6s ease 0s;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #042A31;
  color: #fff;
  padding: 51px 0 55px;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 599px) {
  .footer__info {
    padding: 50px 0;
  }
}
.footer__inner {
  display: flex;
  gap: 80px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 599px) {
  .footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__text {
  font-size: 14px;
  font-weight: 200;
}
.footer__heading {
  font-weight: 700;
  font-size: 18px;
}
.footer__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__copyright {
  background: #064652;
  padding: 20px 0;
  text-align: center;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.footer__copyright p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.footer__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  gap: 8px;
  font-size: 14px;
  transition: 0.3s;
}
.footer__mail a:hover {
  opacity: 0.8;
}
.footer__mail-icon {
  width: 17px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.footer__back-to-top {
  position: absolute;
  padding: 0;
  top: 0;
  right: 40px;
  width: 66px;
  height: 66px;
  background: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.footer__back-to-top img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer__back-to-top img:hover {
  transform: translateY(-5px);
}
@media (max-width: 599px) {
  .footer__back-to-top {
    right: 20px;
  }
}

.footer__privacy {
  display: flex;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  align-items: center;
  transition: opacity 0.3s ease;
}
.footer__privacy:hover {
  text-decoration: none;
  opacity: 0.8;
}

.book-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  margin: 0 auto;
}
.book-info__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.book-info__box {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}
.book-info__title {
  font-size: 14px;
  font-weight: 500;
  color: #042A31;
  line-height: 1.7;
}
.book-info__text {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

@media (max-width: 599px) {
  .book-info__lead {
    font-size: 15px;
  }
  .book-info__title,
  .book-info__text {
    font-size: 12px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 16px;
  background-color: #fff;
  color: #042A31;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.6s ease;
}
.button .button__icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transition: fill 0.3s ease;
}
.button .button__icon path {
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #042A31;
  color: #fff;
}
.button:hover .button__icon path:first-child {
  fill: #fff;
}
.button:hover .button__icon path:not(:first-child) {
  stroke: #042A31;
}
@media (max-width: 599px) {
  .button {
    width: 91px;
    padding: 7px 8px 7px 14px;
    font-size: 10px;
  }
  .button .button__icon {
    width: 11px;
    height: 11px;
    margin-left: 7px;
  }
}
.button--single-to-top {
  flex-direction: row-reverse;
  padding: 8px 8px;
  font-size: 16px;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  border: 1px solid #042A31;
  width: 111px;
}
.button--single-to-top .button__icon {
  margin-left: 0;
  margin-right: 10px;
  transform: scaleX(-1);
}
@media (max-width: 599px) {
  .button--single-to-top {
    width: 90px;
    height: 31px;
    font-size: 13px;
  }
  .button--single-to-top .button__icon {
    width: 14px;
    height: 14px;
  }
}
.button--small {
  padding: 8px 16px;
  font-size: 12px;
  width: 144px;
}
.button--single-nav {
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  justify-content: space-between;
  padding: 4px 16px 4px 30px;
}
.button--single-nav .button__icon {
  width: 22px;
  height: 22px;
}
.button--single-nav:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #042A31;
}
.button--single-nav:hover .button__icon path:first-child {
  fill: #042A31;
}
.button--single-nav:hover .button__icon path:not(:first-child) {
  stroke: #fff;
}
@media (max-width: 1023px) {
  .button--single-nav {
    width: 100%;
    max-width: 275px;
    font-size: 16px;
    padding: 0px 12px 0px 16px;
    height: 40px;
  }
  .button--single-nav .button__icon {
    margin-left: 10px;
    margin-right: 0;
  }
}
.button--external {
  position: relative;
}
.button--external .button__icon {
  transition: opacity 0.3s ease;
}
.button--external::after {
  content: "";
  position: absolute;
  display: block;
  right: 14px;
  width: 22px;
  height: 22px;
  background-image: url("../images/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.button--external:hover .button__icon {
  opacity: 0;
}
.button--external:hover::after {
  opacity: 1;
}

.site-bg:has(.error-404) main {
  min-height: calc(100dvh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .site-bg:has(.error-404) main {
    min-height: calc(100dvh - 110px);
  }
}

.error-404 {
  position: relative;
  text-align: center;
  margin-inline: auto;
}
.error-404__wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: fit-content;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 599px) {
  .error-404__wrapper {
    padding-inline: 15px;
  }
}
.error-404__wrapper img {
  position: absolute;
  top: 5%;
  left: 17%;
  transform: translate(-50%, -50%);
  max-width: 294px;
  width: 100%;
}
@media (max-width: 599px) {
  .error-404__wrapper img {
    max-width: 220px;
    top: -15%;
    left: 30%;
  }
}
.error-404__wrapper div {
  display: flex;
  flex-direction: column;
  gap: 8.25px;
}
.error-404__wrapper div p {
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #E83828;
}
.error-404 h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #042A31;
  margin: 0;
}
@media (max-width: 599px) {
  .error-404 h1 {
    font-size: 15px;
  }
}
.error-404__button {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 13.5px;
  margin-inline: auto;
  border: 1px solid #042A31;
  width: fit-content;
}

.site-bg:has(.search-none) main,
main:has(.search-none) {
  min-height: calc(100dvh - 579px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
@media (max-width: 599px) {
  .site-bg:has(.search-none) main,
  main:has(.search-none) {
    min-height: calc(100dvh - 110px);
    padding: 24px 16px;
  }
}

.search-none {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.search-none__wrapper {
  display: flex;
  flex-direction: column;
}
.search-none__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: fit-content;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -12px;
}
@media (max-width: 599px) {
  .search-none__inner {
    padding-inline: 15px;
  }
}
.search-none__inner h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 7%;
  line-height: 1.5;
  color: #042A31;
  margin: 0;
  padding-inline: 24px;
}
@media (max-width: 599px) {
  .search-none__inner h1 {
    font-size: 15px;
    padding-inline: 0;
  }
}
.search-none__inner div {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.search-none__inner div .button__icon path:not(:first-child) {
  stroke: #fff;
}
.search-none__inner div .search-none__buttton {
  display: flex;
  justify-content: space-between;
  padding-inline: 30px 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 900;
  border: 1px solid #042A31;
  color: #FFFCF2;
  border: 1px solid #FA9025;
  background-color: #FA9025;
  width: 169px;
}
.search-none__inner div .search-none__buttton .button__icon {
  width: 20px;
  height: 20px;
}
.search-none__inner div .search-none__buttton .button__icon path:first-child {
  fill: #FFFCF2;
}
.search-none__inner div .search-none__buttton .button__icon path:not(:first-child) {
  stroke: #FA9025;
}
@media (max-width: 599px) {
  .search-none__inner div .search-none__buttton {
    min-width: 169px;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
  }
}
.search-none__inner div .search-none__buttton:hover {
  background-color: #fff;
  border: 1px solid #FA9025;
  color: #FA9025;
}
.search-none__inner div .search-none__buttton:hover .button__icon path:first-child {
  fill: #FA9025;
}
.search-none__inner div .search-none__buttton:hover .button__icon path:not(:first-child) {
  stroke: #FFFCF2;
}
.search-none__inner div .error-404__button {
  display: flex;
  justify-content: space-between;
  padding-inline: 30px 16px;
  font-size: 18px;
  width: 169px;
}
.search-none__inner div .error-404__button .button__icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 599px) {
  .search-none__inner div .error-404__button {
    min-width: 169px;
    width: 100%;
    white-space: nowrap;
  }
}
.search-none__buttons {
  display: flex;
  gap: 18px;
}
.search-none img {
  z-index: 2;
  max-width: 222px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .search-none img {
    max-width: 167px;
  }
}

.search-button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
}
.search-button__bg {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center;
  animation: spin 12s linear infinite;
  transition: filter 0.3s ease;
}
.search-button:hover .search-button__bg {
  filter: saturate(100%) brightness(0.95) hue-rotate(-8deg);
}
.search-button:hover .search-button__icon {
  transform: rotate(20deg);
}
.search-button__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-button--close .search-button__bg {
  animation-duration: 10s;
}
.search-button--close:hover .search-button__icon {
  transform: rotate(180deg);
}
@media (max-width: 599px) {
  .search-button {
    width: 64px;
    height: 64px;
  }
  .search-button__icon img {
    width: 24px;
    height: 24px;
  }
  .search-button--close .search-button__icon img {
    width: 18px;
    height: 18px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
[id] {
  scroll-margin-top: 80px;
}

@media (max-width: 1023px) {
  .site-bg--single::before {
    top: -400px;
  }
}

@media (max-width: 599px) {
  .site-bg--single .bg-deco__item--tsuru {
    display: none;
  }
}

html.single-assets-pending .single__book-top-bg,
html.single-assets-pending .single__fish-image,
html.single-assets-pending .single__nav-title img {
  opacity: 0;
}

html.single-assets-ready .single__book-top-bg,
html.single-assets-ready .single__fish-image,
html.single-assets-ready .single__nav-title img {
  transition: opacity 0.28s ease;
}

.single-search-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 90px 40px 0;
  max-width: 1356px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.single-search-context__item {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #042A31;
  background: rgba(255, 252, 242, 0.95);
  border: 1px solid #042A31;
}
.single-search-context__item--initial {
  background: #FA9025;
  color: #FFFCF2;
  border-color: #FA9025;
}
@media (max-width: 1023px) {
  .single-search-context {
    padding: 72px 24px 0;
  }
}
@media (max-width: 599px) {
  .single-search-context {
    padding: 64px 16px 0;
  }
  .single-search-context__item {
    font-size: 11px;
    min-height: 24px;
    padding: 3px 10px;
  }
}

.to-top {
  position: fixed;
  right: 34px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.to-top img {
  width: 64px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.to-top:hover img {
  transform: translateY(-5px);
}
@media (max-width: 599px) {
  .to-top {
    right: 10px;
  }
  .to-top img {
    width: 56px;
  }
}

.to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   Button Wrapper
========================= */
.button-wrapper {
  margin-left: 24px;
}
@media (max-width: 599px) {
  .button-wrapper {
    margin-left: 8px;
  }
}

/* =========================
   Header
========================= */
.single-header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.single-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 468px;
  height: 85px;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 16px;
  padding: 13px 23px 13px 40px;
}
@media (max-width: 599px) {
  .single-header__inner {
    width: 281px;
    height: 58px;
    z-index: -10;
    padding: 16px 8px 8px 20px;
  }
}
.single-header__logo {
  height: 58px;
  margin: 0;
  display: block;
}
.single-header__logo a {
  display: inline-block;
  height: 100%;
}
.single-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 599px) {
  .single-header__logo {
    width: 156px;
    height: auto;
  }
}

/* =========================
   Single Layout
========================= */
.single__book-top {
  text-align: center;
}
.single__book-top-bg {
  display: block;
  margin: 0 auto;
  max-width: 1356px;
  width: 100%;
  position: relative;
}
@media (max-width: 599px) {
  .single__book-top-bg {
    z-index: 20;
    margin-bottom: -1px;
  }
}
.single__book-top img {
  display: block;
  width: 100%;
}
.single__book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #FFFCF2;
  max-width: 1356px;
  margin: 0 auto;
  height: fit-content;
}
.single__book-bottom {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 1356px;
  position: relative;
  margin: 0 auto;
}
.single__book-bottom-bg {
  display: block;
  width: 100%;
}
.single__book-bottom img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -2px;
}
.single__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1023px) {
  .single__inner {
    flex-direction: column;
  }
}

article.single {
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  article.single {
    padding: 0px 100px;
    margin-top: 800px;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 599px) {
  article.single {
    padding: 0 13px;
  }
}

/* =========================
   Side
========================= */
.single__side {
  width: 50%;
  position: sticky;
  top: 100px;
  z-index: 1;
  align-self: flex-start;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #042A31;
  max-height: 800px;
}
@media (max-height: 767px) and (min-width: 1024px) {
  .single__side {
    top: calc(55% + 30px);
    transform: translateY(-55%);
  }
}
@media (min-height: 768px) and (max-height: 820px) and (min-width: 1024px) {
  .single__side {
    top: 84px;
  }
}
@media (max-width: 1023px) {
  .single__side {
    width: 100%;
    padding: 0;
    position: absolute;
    top: -680px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -20;
    transform: none;
  }
}
@media (max-width: 599px) {
  .single__side {
    top: -720px;
  }
}

/* =========================
   Content
========================= */
.single__content {
  width: 50%;
  padding: 40px 80px 40px 51px;
  height: 100%;
  flex: 1;
}
@media (max-width: 1023px) {
  .single__content {
    width: 100%;
    padding: 0 80px;
  }
}
@media screen and (max-width: 800px) {
  .single__content {
    padding: 0 50px;
  }
}
@media (max-width: 599px) {
  .single__content {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .single__content {
    padding: 0px 70px 0 40px;
  }
}

/* =========================
   Label
========================= */
.single__label {
  position: relative;
  width: 100%;
}
.single__label-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}
.single__label > *:not(.single__label-bg) {
  position: relative;
  z-index: 1;
}
.single__label-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single__label-kanji {
  font-size: 119px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  line-height: 1;
}
.single__label-furigana {
  font-size: 37px;
  margin: 0;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1023px) {
  .single__label-kanji {
    font-size: 90px;
  }
  .single__label-furigana {
    font-size: 28px;
  }
  .single__label-bg {
    width: 360px;
  }
}
@media (max-width: 599px) {
  .single__label-bg {
    width: 98%;
    max-width: 320px;
  }
}

/* =========================
   Copy
========================= */
.single__copy {
  font-size: 32px;
  text-align: center;
  line-height: 150%;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .single__copy {
    font-size: 24px;
  }
}

/* =========================
   Media
========================= */
.single__media {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 5px;
}
.single__media img {
  height: 100%;
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .single__media {
    height: 160px;
  }
}

/* =========================
   Nav
========================= */
.single__nav {
  margin-top: 20px;
  padding: 16px 32px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background-color: #042A31;
  border-radius: 20px;
  max-width: 485px;
  max-height: 226px;
  height: auto;
}
.single__nav-title {
  background-size: contain;
  margin: 0;
}
.single__nav-title img {
  width: 105px;
  height: 181px;
}
.single__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 300px;
}
.single__nav-list li {
  color: #FFFCF2;
  font-size: 18px;
  font-weight: 500;
}
.single__nav-list li:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .single__nav {
    display: block;
  }
  .single__nav-title {
    display: none;
  }
}
@media (max-height: 767px) and (min-width: 1024px) {
  .single__nav {
    display: none;
  }
}
@media (max-width: 599px) {
  .single__nav {
    flex-direction: column;
    max-height: 340px;
    width: fit-content;
    padding: 5px 12px 50px;
    gap: 8px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }
  .single__nav-title img {
    height: 84px;
    width: 48px;
  }
  .single__nav-list {
    gap: 8px;
  }
}

/* =========================
   Line
========================= */
.single__line {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.1940298507%;
  height: 100%;
  background: rgb(191, 183, 155);
  pointer-events: none;
}

/* =========================
   Footer
========================= */
.single-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 90px;
}
.single-footer__button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 47px;
}
.single-footer__logo {
  width: 376px;
  height: auto;
}
.single-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1023px) {
  .single-footer {
    margin: 40px 0 60px;
  }
  .single-footer__button-wrapper {
    margin-bottom: 24px;
  }
  .single-footer__logo {
    width: 220px;
  }
}

.footer__attention {
  font-family: "Noto Serif JP", serif;
  color: #042A31;
  font-weight: bold;
  padding: 20px 0 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .footer__attention {
    font-size: 14px;
    text-align: center;
    padding-top: 0;
  }
}

.single__content {
  font-family: "Noto Serif JP", serif;
  line-height: 175%;
  letter-spacing: 0.01em;
}
.single__content p,
.single__content .wp-block-paragraph {
  color: #000;
  font-weight: 400;
  margin: 0 0 24px 0;
}
.single__content h2,
.single__content .wp-block-heading:is(h2) {
  font-size: 32px;
  background-color: #fff;
  width: fit-content;
  padding: 4px;
  border: solid 2px #042A31;
  margin: 40px 0 32px 0;
  line-height: 1.25;
}
.single__content h3,
.single__content .wp-block-heading:is(h3) {
  font-size: 20px;
  background-color: #042A31;
  color: #fff;
  padding: 4px 26px 4px 6px;
  width: fit-content;
  margin: 0 0 8px 0;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.single__content h4,
.single__content .wp-block-heading:is(h4) {
  font-size: 20px;
  width: 100%;
  border-bottom: 2px dotted #000;
  padding: 4px 0 6px 0;
  margin: 0 0 16px 0;
}
.single__content .wp-block-image {
  margin: 32px 0;
}
.single__content .wp-block-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.single__content .wp-block-image figcaption {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .single__content .wp-block-image figcaption {
    font-size: 12px;
  }
}
.single__content .wp-caption-text {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .single__content .wp-caption-text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .single__content {
    letter-spacing: 0;
  }
  .single__content p,
  .single__content .wp-block-paragraph {
    font-size: 15px;
    margin: 0 0 18px 0;
  }
  .single__content h2,
  .single__content .wp-block-heading:is(h2) {
    font-size: 24px;
    margin: 24px 0;
  }
  .single__content h3,
  .single__content .wp-block-heading:is(h3) {
    font-size: 16px;
  }
  .single__content h4,
  .single__content .wp-block-heading:is(h4) {
    font-size: 16px;
  }
}

.editor-styles-wrapper h2 {
  margin-top: 40px;
}

h2 {
  margin: 0;
}

.search-close {
  position: absolute;
  top: 26px;
  right: 25px;
}

.search-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.dotted-line {
  width: 330px;
}
.dotted-line svg {
  display: block;
}

.search-menu {
  padding-top: 90px;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100vh;
  background: #042A31;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-menu.is-open {
  transform: translateX(0);
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 42, 49, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 900;
}

.search-menu.is-open + .search-overlay {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.search-form {
  display: flex;
  align-items: center;
  width: 340px;
  gap: 10px;
}
.search-form input {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  border: none;
  padding: 0 23px;
  font-size: 24px;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  color: #042A31;
}
.search-form input::placeholder {
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.search-form button {
  width: 60px;
  height: 60px;
  border-radius: 11px;
  border: none;
  background: #FA9025;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-form button:hover {
  background: #E83828;
  transition: all 0.3s ease;
}
.search-form button img {
  width: 23px;
  height: 23px;
}

.search-kana-area {
  margin: 40px;
  max-width: 340px;
}

.search-kana {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8px;
  row-gap: 16px;
  margin-top: 16px;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.search-kana a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  border-radius: 4px;
  background: #FA9025;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  height: 56px;
  width: 56px;
  font-weight: 700;
  font-size: 32px;
  transition: background 0.3s ease;
}
.search-kana a:hover {
  background: #FA5D25;
  text-decoration: none;
}

.search-kana-area,
.search-keyword {
  margin: 40px;
}

.search-keyword {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.search-kana a.is-active {
  background: #fff;
  color: #FA5D25;
  border: 2px solid #FA5D25;
  text-decoration: none;
}

.search-kana a.is-disabled {
  background: #dfdfdf;
  color: #bebebe;
  pointer-events: none;
}

.search-kana a.is-locked {
  background: #dfdfdf;
  color: #bebebe;
  pointer-events: none;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .search-menu {
    width: 100%;
  }
  .search-menu.is-open {
    right: 0;
  }
  .search-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .search-form {
    width: 280px;
  }
  .search-form input {
    width: 210px;
    font-size: 18px;
  }
  .search-form button {
    width: 50px;
    height: 50px;
  }
  .search-kana {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 6px;
  }
  .search-kana a {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.search-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.search-reset__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 165px;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #042A31;
  font-size: 18px;
  font-weight: 700;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: all 0.3s;
}
.search-reset__button:hover {
  border-color: transparent;
}
@media (max-width: 1023px) {
  .search-reset__button {
    width: 124px;
    height: auto;
    min-height: 33px;
    font-size: 13px;
  }
}
.search-reset__button:not(.is-active) {
  background: #dfdfdf;
  color: #7b7b7b;
  pointer-events: none;
}
.search-reset__button:not(.is-active) .search-reset__icon {
  background: #7b7b7b;
}
.search-reset__button.is-active {
  background: #EDEDED;
  color: #042A31;
}
.search-reset__icon {
  width: 22px;
  height: 22px;
  background: #FF6A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-reset__icon img {
  width: 10px;
  display: block;
}
@media (max-width: 1023px) {
  .search-reset__icon {
    width: 17px;
    height: 17px;
  }
  .search-reset__icon img {
    width: 7px;
  }
}

html.list-assets-pending .search-summary {
  opacity: 0;
}
html.list-assets-ready .search-summary {
  transition: opacity 0.28s ease;
}
.search-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFCF2;
  border-radius: 50px;
  padding: 8px 24px;
  gap: 20px;
  min-height: 60px;
  max-width: 994px;
  width: min(994px, 100% - 40px);
  margin: 24px auto;
  font-family: "ZenKakuGothicNew", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.search-summary__text {
  font-size: 18px;
  margin: 0;
  color: #042A31;
  font-weight: 700;
}
.search-summary__count {
  color: #FA5D25;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .search-summary {
    flex-direction: column;
    min-height: 72px;
    border-radius: 30px;
    gap: 6px;
    padding: 6px 18px;
  }
}

/*# sourceMappingURL=style.css.map */
