@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
/*==Noto Sans JP==*/
/*Thin*/
* {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #111;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
* span {
  color: inherit;
}

p {
  color: #111;
  line-height: 1.5;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  overflow-x: hidden;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * 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, monospace;
  /* 1 */
  font-size: inherit;
  /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  width: 100%;
  height: 100%;
  display: block;
}

.dib {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}

h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .dn-sp {
    display: none;
  }
}

.db-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .db-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-dn {
    display: none;
  }
}

.sp-db {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-db {
    display: block;
  }
}

body {
  overflow-x: clip !important;
}

.page_contact {
  /* ===== Theme Vars (scoped) ===== */
  --accent:#111;
  --accent-weak:#666;
  --line:#e8e8e8;
  --bg:#fafafa;
  --card:#fff;
  --shadow:0 2px 10px rgba(0,0,0,0.06);
  --shadow-hover:0 10px 28px rgba(0,0,0,0.12);
  --radius:4px;
  --theme:#61cbf4;
  --fair-yellow:#fbf23c;
  --focus: 0 0 0 3px rgba(97,203,244,.25);
  /* ===== Base ===== */
  /* 背景色・文字色はこのブロック配下に限定 */
  /* ===== Header ===== */
  /* ===== Main ===== */
  /* ===== Card ===== */
  /* ===== 対象作品（読み取り専用） ===== */
  /* ===== Form ===== */
  /* ===== Actions ===== */
  /* ===== FAB back ===== */
}
.page_contact, .page_contact * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.page_contact {
  background: var(--bg);
  color: var(--accent);
}
.page_contact header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.page_contact header .header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .page_contact header .header-inner {
    padding: 14px;
  }
}
.page_contact header .logo-link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.page_contact header .logo {
  width: 220px;
  max-width: 60vw;
}
.page_contact header .logo img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .page_contact header .logo {
    width: 180px;
  }
}
.page_contact header .logo-text {
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .page_contact header .logo-text {
    font-size: 14px;
  }
}
.page_contact .container {
  max-width: 900px; /* ご指定に合わせて1000pxに統一 */
  margin: 0 auto;
  padding: 32px 16px 80px;
}
.page_contact .page-title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.01em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page_contact .page-title {
    font-size: 24px;
  }
}
.page_contact .lead {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.75;
  margin-top: 20px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.page_contact .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  cursor: initial;
}
.page_contact .card:hover {
  transform: initial;
}
.page_contact .card .card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.page_contact .card .card-head div {
  font-weight: 700;
}
.page_contact .card .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  background: var(--fair-yellow);
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
}
.page_contact .card .card-body {
  padding: 20px;
}
@media (max-width: 560px) {
  .page_contact .card .card-body {
    padding: 14px;
  }
}
.page_contact fieldset.target {
  margin: 0 0 18px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 540px) {
  .page_contact fieldset.target {
    padding: 0px;
  }
}
.page_contact fieldset.target legend {
  padding: 0 8px;
  font-weight: 800;
}
.page_contact fieldset.target .tw-wrap {
  display: grid;
  gap: 14px;
}
.page_contact fieldset.target .tw-media {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.page_contact fieldset.target .tw-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page_contact fieldset.target .tw {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px 14px;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .page_contact fieldset.target .tw {
    grid-template-columns: 1fr;
  }
}
.page_contact fieldset.target .tw .label {
  color: #333;
  font-weight: 600;
}
.page_contact fieldset.target .tw .val {
  background: #f8f8f8;
  border-radius: 0px;
  padding: 10px 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  color: #222;
}
.page_contact fieldset.target .help {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
  text-align: right;
}
.page_contact .contact_form {
  padding: 0 20px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
@media (max-width: 540px) {
  .page_contact .contact_form {
    padding: 0px;
  }
}
.page_contact .form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.page_contact .form-row:last-child {
  border-bottom: none;
}
@media (max-width: 640px) {
  .page_contact .form-row {
    grid-template-columns: 1fr;
  }
}
.page_contact .form-label {
  padding-top: 8px;
  font-weight: 600;
  color: #222;
}
.page_contact .input,
.page_contact select,
.page_contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.page_contact .input:focus,
.page_contact select:focus,
.page_contact textarea:focus {
  border-color: #9bdcf6;
  box-shadow: var(--focus);
}
.page_contact .input::-moz-placeholder, .page_contact select::-moz-placeholder, .page_contact textarea::-moz-placeholder {
  color: #aaa;
}
.page_contact .input::placeholder,
.page_contact select::placeholder,
.page_contact textarea::placeholder {
  color: #aaa;
}
.page_contact textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.65;
}
.page_contact textarea::-moz-placeholder {
  color: #aaa;
}
.page_contact textarea::placeholder {
  color: #aaa;
}
.page_contact .req {
  color: #e74c3c;
  font-size: 12px;
  font-weight: 800;
  margin-left: 6px;
}
.page_contact .subtext {
  color: #888;
  font-size: 12px;
  margin-top: 6px;
}
.page_contact .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 18px 0 4px;
}
@media (max-width: 540px) {
  .page_contact .actions {
    flex-direction: column;
    max-width: 90%;
    margin-inline: auto;
  }
  .page_contact .actions .btn {
    display: block;
  }
}
.page_contact .actions .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 12px 22px;
  min-width: 240px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease, color 0.2s ease;
  display: flex;
  text-align: center;
  display: block;
}
.page_contact .actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-hover);
}
.page_contact .actions .btn:active {
  transform: translateY(0);
}
.page_contact .actions .btn.btn-primary {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme);
}
.page_contact .fab {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 5;
}
.page_contact .fab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vw;
  max-width: 120px;
  height: 25vw;
  max-height: 120px;
  border-radius: 50%;
  background: var(--theme);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
  transition: 0.25s;
  text-align: center;
  line-height: 1.4;
  padding: 0.8rem;
  font-size: clamp(12px, 3vw, 16px);
}
.page_contact .fab a:hover {
  background: #111;
}
@media (max-width: 768px) {
  .page_contact .fab {
    right: 16px;
    bottom: 22px;
  }
}

.page_contact.confirm .contact_form {
  border-top: initial;
  padding-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
}
.page_contact.confirm .contact_form tr {
  display: flex;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .page_contact.confirm .contact_form tr {
    flex-direction: column;
  }
}
.page_contact.confirm .contact_form tr th {
  flex: 0 0 190px;
  padding: 14px;
}
@media (max-width: 768px) {
  .page_contact.confirm .contact_form tr th {
    flex: initial;
  }
}
.page_contact.confirm .contact_form tr td {
  background-color: #f8f8f8;
  flex: 1 1 100%;
  padding: 14px;
}
.page_contact .contact_privacy {
  display: block;
  width: 100%;
  margin-left: 4px;
}
.page_contact .contact_privacy a {
  width: initial;
  display: inline;
  text-decoration: underline;
}
@media (max-width: 540px) {
  .page_contact .contact_privacy a {
    font-size: 15px;
  }
}
.page_contact [type=checkbox] {
  width: 18px;
  height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  cursor: pointer;
  word-wrap: break-word;
}

.online-catalog_container * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

:root {
  --accent: #333;
  --accent-weak: #555;
  --line: #ddd;
  --bg: #fafafa;
  --card: #fff;
  --price: #b12704;
  --shadow: 0 2px 6px rgba(0,0,0,0.06);
  --shadow-hover: 0 8px 24px rgba(0,0,0,0.12);
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: var(--bg);
  margin: 0;
  color: #333;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 24px 24px 20px;
}
@media (max-width: 540px) {
  header {
    padding: 0;
  }
}
header .arf_catalog_title {
  max-width: 340px;
  padding-left: 20px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  header .arf_catalog_title {
    max-width: 240px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  header .arf_catalog_title {
    max-width: 200px;
    padding-left: 14px;
    padding-top: 14px;
  }
}
header .arf_catalog_title img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  header .arf_catalog_title span {
    position: relative;
    left: 3px;
  }
}

header h1 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

header .online_header_logo {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
header .online_header_logo span {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .online_header_logo span {
    left: 0;
    position: relative;
    top: -5px;
    font-size: 16px;
  }
}

.search-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 540px) {
  .online-category_top {
    padding-bottom: 120px;
  }
}

.search-box input {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: min(420px, 90vw);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.search-box input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.tags button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.02s ease;
}

.tags button:hover {
  transform: translateY(-1px);
}

.tags button.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.tags .clear-btn {
  border-color: #e74c3c;
  color: #e74c3c;
  background: #fff;
}

.tags .clear-btn:hover {
  background: #e74c3c;
  color: #fff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ★4カラム固定 */
  gap: 20px;
  padding: 20px;
  max-width: 1240px; /* 横幅を少し広めに */
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .grid {
    grid-template-columns: repeat(3, 1fr); /* ★4カラム固定 */
  }
}
@media (max-width: 760px) {
  .grid {
    grid-template-columns: repeat(2, 1fr); /* ★4カラム固定 */
  }
}
@media (max-width: 540px) {
  .grid {
    padding: 14px;
    gap: 16px;
  }
}

.card {
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card img {
  width: 100%;
  height: 240px; /* ← 比率を維持して表示 */
  display: block;
  background: #f0f0f0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .card img {
    height: 140px;
  }
}
.card .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 20px;
}
@media (max-width: 540px) {
  .card .card-content {
    padding: 12px;
  }
}
.card .card-content .price span {
  font-size: 14px;
}
.card .card-content .price .price_sub {
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.card-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.title {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .title {
    font-size: 14px;
  }
}

.artist {
  color: var(--accent-weak);
  font-size: 14px;
}
@media (max-width: 768px) {
  .artist {
    font-size: 12px;
  }
}

.material, .size {
  font-size: 12px;
  color: #555;
}
@media (max-width: 768px) {
  .material, .size {
    font-size: 11px;
  }
}

.price {
  color: var(--price);
  font-weight: 700;
  margin-top: 6px;
}
@media (max-width: 540px) {
  .price {
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px 30px;
}

.pagination button {
  padding: 8px 12px;
  min-width: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.02s ease;
}

.pagination button:hover {
  transform: translateY(-1px);
}

.pagination button.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* === モーダル（アニメーション） === */
.modal_price {
  font-size: 20px;
  padding-bottom: 8px;
  margin-top: 12px;
}
.modal_price span {
  font-size: 14px;
}
.modal_price .price_sub {
  color: #6e6e6e;
  font-weight: 400;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 101;
  padding: 24px;
}
@media (max-width: 700px) {
  .modal {
    align-items: stretch;
    align-items: center;
  }
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  padding-right: 80px;
  padding-left: 80px;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (max-width: 700px) {
  .modal-content {
    padding-right: 0;
    padding-left: 0;
    max-height: 80vh;
  }
}
.modal-content .modal-content_wrapper {
  background: #fff;
  border-radius: 14px;
  max-width: 800px;
  width: 96vw;
  max-height: 92vh;
  overflow: auto;
  padding: 20px 24px;
  position: relative;
  box-shadow: var(--shadow-hover);
}
@media (max-width: 1020px) {
  .modal-content .modal-content_wrapper {
    max-width: 500px;
  }
}
@media (max-width: 700px) {
  .modal-content .modal-content_wrapper {
    max-width: 90%;
    margin: 0 auto;
    max-height: initial;
    overflow-y: scroll;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0;
    border-radius: 0 0 10px 10px;
    max-height: 90vh; /* ← 全体に高さ制限を与える */
    overflow-y: auto; /* ← 中身全体をスクロール */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

.modal.open .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding-right: 44px; /* closeボタンの分 */
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.modal-close {
  position: fixed;
  top: 10px;
  right: 100px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .modal-close {
    right: 28px;
  }
}
.modal-close:hover {
  transform: scale(1.2);
}

.modal-body {
  display: grid;
  gap: 20px;
}

.modal-body img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}
@media (max-width: 700px) {
  .modal-body img {
    border-radius: 0;
  }
}

.modal-body img.zoom {
  cursor: zoom-out;
  transform: scale(1.06);
}

.meta {
  font-size: 14px;
  color: #444;
  display: grid;
  gap: 4px;
}
@media (max-width: 700px) {
  .meta {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.meta b {
  color: #111;
}

/* モーダル左右ナビ */
.modal-nav {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  margin: 0 auto;
}

.modal-nav button {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: rgb(255, 255, 255);
  border: 2px solid #000;
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin: 0 6px;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .modal-nav button {
    display: none;
  }
}
.modal-nav button:hover {
  transform: scale(1.2);
}

/* iOSのアドレスバー問題を避けたい場合（任意） */
@supports (height: 100dvh) {
  #modal .modal-content,
  #modal .modal-inner,
  #modal .modal-body {
    max-height: calc(100dvh - 32px);
  }
}
.modal-body {
  overflow-y: scroll;
}

.modal-body_conetnt div {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #777;
}
@media (max-width: 700px) {
  .modal-body_conetnt div {
    font-size: 13px;
  }
}

.Artist_Url {
  margin-top: 12px;
  position: relative;
  margin-inline: auto;
  margin-top: 24px;
  margin-bottom: 10px;
}
.Artist_Url a {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 1px solid #000;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .Artist_Url a {
    font-size: 15px;
    padding: 10px;
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .Artist_Url a {
    letter-spacing: 0.01em;
    max-width: 240px;
  }
}
.Artist_Url a:hover {
  background-color: #000;
  color: #fff;
}

#modalArea {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  color: #777;
}
@media (max-width: 700px) {
  #modalArea {
    font-size: 12px;
  }
}
#modalArea.area-1 {
  font-weight: 500;
}
.afb_block {
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
@media (max-width: 700px) {
  .afb_block {
    padding-top: 0;
  }
}

/* === Hamburger === */
/* === Hamburger === */
/* 線部分 */
/* === Hamburger === */
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 10px;
  background: rgb(0, 0, 0);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 101;
  cursor: pointer;
  overflow: visible; /* 波紋を外へ出す */
}

/* ハンバーガー線 */
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s, opacity 0.2s;
  position: relative;
  z-index: 2; /* ← 線を常に前面に */
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* === 波紋 === */
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fbf23c;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
  z-index: 1; /* ← 波紋を背面に */
}

/* 初回ロード時の波紋アニメーション */
.hamburger.intro-ripple::before {
  animation: rippleIntro 0.8s ease-out forwards;
}

/* 波紋キーフレーム */
@keyframes rippleIntro {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(10.5);
    opacity: 0;
  }
}
/* === Drawer === */
.artist-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(92vw, 360px);
  background: #fbf23c;
  color: #111;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
}

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

.artist-menu__header {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 540px) {
  .artist-menu__header {
    padding-top: 18px;
  }
}

.artist-menu__header input {
  width: 80%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgb(255, 255, 255);
  color: #111;
  outline: none;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .artist-menu__header input {
    margin-top: -2px;
  }
}

.artist-menu__list {
  list-style: none;
  margin: 0;
  padding: 6px 0 80px;
  max-height: calc(100dvh - 64px);
  overflow: auto;
}

.artist-menu__list li {
  margin: 0;
}

.artist-menu__list button {
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  background: transparent;
  border: 0;
  color: #111;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.artist-menu__list button:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* ヘッダー内の並び */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
header .toolbar-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 120px;
  z-index: 80;
  right: 80px;
  top: 16px;
  display: none;
}
.search-toggle svg {
  color: #fff;
}
.search-toggle[aria-expanded=true] {
  background-color: #61cbf4;
  border-radius: 50%;
}
.search-toggle[aria-expanded=true] svg {
  color: #111;
}
.search-toggle[aria-expanded=true] svg path {
  stroke: #fff;
}
.search-toggle[aria-expanded=true] svg circle {
  stroke: #fff;
}
@media (max-width: 768px) {
  .search-toggle {
    display: block;
  }
}

/* 開閉アニメ（モバイル時に効く） */
#controls {
  transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
  will-change: max-height, opacity, transform;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

/* モバイル時に閉じた状態のスタイル（JSで is-open を付けると開く）
   ※ 初期はJSで .is-open を付けるので “開いた状態で開始” します */
/* 画面幅に関係なく：初期は閉じた状態。is-open が付いた時だけ開く */
#controls {
  max-height: 0;
  opacity: 0;
  transform: translateY(-100%);
  overflow: hidden;
  position: fixed;
  top: 100px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #fff;
  transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
  will-change: max-height, opacity, transform;
  z-index: 90;
  left: 0;
  /* タブレット以上は常時開いて見える（トグルは任意で非表示でもOK） */
}
@media (max-width: 768px) {
  #controls {
    top: 66px;
    left: 0;
    position: fixed;
    padding-bottom: 18px;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  #controls #controls {
    max-height: none;
    opacity: 1;
    transform: none;
    overflow: visible;
  }
}

#controls.is-open {
  max-height: 480px; /* 必要に応じて高さ調整 */
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  #controls.is-open {
    padding-bottom: 12px;
  }
}

.controls_text-pc {
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100%;
  color: #666;
  margin-top: 12px;
  padding-left: 12px;
}
@media (max-width: 540px) {
  .controls_text-pc {
    text-align: left;
    font-size: 12px;
  }
}
.controls_text-pc span {
  display: inline-block;
}

.grid {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .grid {
    padding-top: 28px;
  }
}

.catalog_home {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  .catalog_home {
    right: 20px;
  }
}
.catalog_home a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vw;
  max-width: 120px;
  height: 25vw;
  max-height: 120px;
  background: #61cbf4;
  padding: 0.8rem;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  font-size: clamp(12px, 3vw, 16px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1490196078));
}
.catalog_home a:hover {
  background: #111;
}

/*-----------------*/
.actions_button {
  border: 1px solid #111;
  border-radius: 70px;
  font-size: 14px;
  background-color: #111;
  text-align: center;
  margin-top: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions_button button {
  color: #fff;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
}
@media (max-width: 540px) {
  .actions_button button {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.actions_button:before {
  content: "";
  position: relative;
  display: block;
  background: url("../images/icon_cart.svg") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-size: contain;
  top: -1px;
}

.modal_text_caution {
  font-size: 13px;
  color: #777;
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
}

.modal_actions_button {
  border: 1px solid #111;
  border-radius: 70px;
  width: 400px;
  background-color: #111;
  text-align: center;
  margin-top: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media (max-width: 700px) {
  .modal_actions_button {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .modal_actions_button {
    max-width: 240px;
  }
}
.modal_actions_button button {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
  text-decoration: none;
  height: 100%;
  padding: 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
@media (max-width: 700px) {
  .modal_actions_button button {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .modal_actions_button button {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.modal_actions_button:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/icon_cart.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 23%;
}
@media (max-width: 700px) {
  .modal_actions_button:before {
    left: 18%;
  }
}
@media (max-width: 520px) {
  .modal_actions_button:before {
    left: 16%;
    width: 16px;
    height: 16px;
  }
}/*# sourceMappingURL=style.css.map */