/* 1枚でも10,000枚でもサービスは同じ（/bag_campaign/anyqty） */
.cmn_pageTtl01:has(+ #anyqtyPage) { margin-bottom: 0; }

#anyqtyPage {
  --tl: #24bbb7;
  --tl-dk: #0f7d84;
  --tl-deep: #0b5c62;
  --tl-lt: #eaf7f7;
  --gold: #a8821a;
  --ink: #14313a;
  --text: #3c4c50;
  --sub: #6c7c80;
  --line: #e7ecec;
  --bg-s: #f6fafa;
  --wrap: 1080px;
  max-width: var(--wrap);
  margin: 0 auto 48px;
  padding: 0 20px 24px;
  color: var(--text);
  line-height: 1.75;
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}
#anyqtyPage * { box-sizing: border-box; }
#anyqtyPage a { color: var(--tl-dk); font-weight: 700; }
#anyqtyPage img { max-width: 100%; }

#anyqtyPage .aq-hero {
  position: relative;
  overflow: hidden;
  margin: 0 -16px;
  padding: 36px 20px 32px;
  background: #fdf6e0;
  border-bottom: 1px solid #e8d290;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#anyqtyPage .aq-hero picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#anyqtyPage .aq-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}
#anyqtyPage .aq-hero-in {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 28px 36px;
  text-shadow: 0 0 14px #fff, 0 0 32px rgba(255,255,255,.95), 0 0 64px rgba(255,255,255,.8);
}
#anyqtyPage .aq-hero-in::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -80%;
  right: -8%;
  bottom: -80%;
  left: -8%;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,.96) 0%,
    rgba(255,255,255,.78) 28%,
    rgba(255,255,255,.42) 52%,
    rgba(255,255,255,0) 74%);
  filter: blur(36px);
  pointer-events: none;
}
#anyqtyPage .aq-hero-ttl {
  position: relative;
  font-size: 22px; font-weight: 900; line-height: 1.7; letter-spacing: .02em; color: #333;
}
#anyqtyPage .aq-hero-ttl .n { font-size: 30px; color: var(--gold); }
#anyqtyPage .aq-hero-sub {
  position: relative;
  margin: 12px 0 0; font-size: 14px; font-weight: 700; color: #6b5d33;
}

#anyqtyPage .aq-lead {
  max-width: 780px;
  margin: 28px auto 0;
  margin-left: max(0px, calc(50% - 420px));
  font-size: 13px;
  line-height: 1.95;
  color: var(--text);
  text-align: left;
}

#anyqtyPage .aq-sec { margin-top: 52px; }
#anyqtyPage .aq-sec-h { text-align: left; margin-bottom: 18px; }
#anyqtyPage .aq-sec-h b {
  display: block;
  font-size: 23px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: .01em;
  line-height: 1.45;
}
#anyqtyPage .aq-sec-h i {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: var(--tl);
  margin: 10px 0 0;
}
#anyqtyPage .aq-sub {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--sub);
  line-height: 1.7;
  text-align: left;
}

#anyqtyPage .aq-sv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
#anyqtyPage .aq-sv {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px 16px 18px;
}
#anyqtyPage .aq-sv-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tl-lt);
  color: var(--tl-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#anyqtyPage .aq-sv-ic svg { width: 20px; height: 20px; }
#anyqtyPage .aq-sv b {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink);
}
#anyqtyPage .aq-sv p {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--text);
}

#anyqtyPage .aq-sec-alt {
  position: relative;
  margin-top: 52px;
  padding: 4px 0 8px;
}
#anyqtyPage .aq-sec-alt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--bg-s);
  z-index: 0;
  pointer-events: none;
}
#anyqtyPage .aq-sec-alt > * { position: relative; z-index: 1; }
#anyqtyPage .aq-sec-alt .aq-sec { margin-top: 0; padding-top: 48px; }

#anyqtyPage .aq-lot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
#anyqtyPage .aq-lot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
#anyqtyPage .aq-lot-gold { border-color: #e8d290; }
#anyqtyPage .aq-lot-bd { padding: 16px 16px 18px; }
#anyqtyPage .aq-lot-num {
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1.2;
  letter-spacing: .02em;
}
#anyqtyPage .aq-lot-num span { font-size: 14px; margin-left: 2px; }
#anyqtyPage .aq-lot h3 {
  margin: 8px 0 6px;
  font-size: 15px;
  font-weight: 900;
  border: 0;
  padding: 0;
  color: var(--ink);
  line-height: 1.4;
}
#anyqtyPage .aq-lot p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text);
}
#anyqtyPage .aq-lot ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
#anyqtyPage .aq-lot li {
  position: relative;
  padding: 3px 0 3px 18px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}
#anyqtyPage .aq-lot li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tl);
  font-weight: 900;
}
#anyqtyPage .aq-same {
  margin: 18px 0 0;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--sub);
}
#anyqtyPage .aq-same b {
  display: inline;
  color: var(--tl);
  font-size: 15px;
  font-weight: 900;
}

#anyqtyPage .aq-why { display: flex; flex-direction: column; gap: 14px; }
#anyqtyPage .aq-why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
}
#anyqtyPage .aq-why-n {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--tl);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}
#anyqtyPage .aq-why-item b {
  display: block;
  font-size: 14.5px;
  font-weight: 900;
  margin-bottom: 4px;
  color: var(--ink);
}
#anyqtyPage .aq-why-item p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--text);
}

#anyqtyPage .aq-faq { margin: 0; }
#anyqtyPage .aq-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 9px;
}
#anyqtyPage .aq-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.55;
}
#anyqtyPage .aq-faq summary::-webkit-details-marker { display: none; }
#anyqtyPage .aq-faq .q {
  flex: none;
  font-family: Inter, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--tl-dk);
}
#anyqtyPage .aq-faq .chev {
  margin-left: auto;
  flex: none;
  width: 15px;
  height: 15px;
  color: var(--tl-dk);
  transition: .25s;
}
#anyqtyPage .aq-faq details[open] .chev { transform: rotate(180deg); }
#anyqtyPage .aq-faq .a {
  padding: 0 16px 14px 38px;
  font-size: 12px;
  color: var(--sub);
  line-height: 1.95;
}
#anyqtyPage .aq-faq .a a { color: var(--tl-dk); text-decoration: underline; }
#anyqtyPage .aq-faq .a a:hover { color: var(--tl); }

#anyqtyPage .aq-tail {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 44px 0 8px;
}
#anyqtyPage .aq-tail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 280px;
  padding: 15px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}
#anyqtyPage .aq-tail .primary { background: var(--tl); color: #fff !important; }
#anyqtyPage .aq-tail .primary:hover { filter: brightness(1.04); }
#anyqtyPage .aq-tail .ghost {
  background: #fff;
  color: var(--tl-deep) !important;
  border: 1.5px solid var(--tl-dk);
}
#anyqtyPage .aq-tail .ghost:hover { background: var(--tl-lt); }

@media screen and (min-width: 768px) {
  #anyqtyPage { padding: 0 24px 40px; }
  #anyqtyPage .aq-hero { margin: 0 -24px; padding: 56px 24px 48px; min-height: 280px; }
  #anyqtyPage .aq-hero-in { padding: 36px 56px; }
  #anyqtyPage .aq-hero-in::before {
    top: -90%;
    right: -12%;
    bottom: -90%;
    left: -12%;
    filter: blur(48px);
  }
  #anyqtyPage .aq-hero-ttl { font-size: 32px; }
  #anyqtyPage .aq-hero-ttl .n { font-size: 42px; }
  #anyqtyPage .aq-hero-sub { font-size: 16px; }
  #anyqtyPage .aq-lead { font-size: 14px; }
  #anyqtyPage .aq-sec-h b { font-size: 23px; }
  #anyqtyPage .aq-sub { font-size: 14px; }
  #anyqtyPage .aq-sv-grid { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  #anyqtyPage .aq-sv { padding: 20px 18px 22px; }
  #anyqtyPage .aq-sv b { font-size: 15px; }
  #anyqtyPage .aq-sv p { font-size: 13px; }
  #anyqtyPage .aq-lot-grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  #anyqtyPage .aq-same { font-size: 15px; }
  #anyqtyPage .aq-same b { font-size: 17px; }
  #anyqtyPage .aq-why-item { padding: 20px 22px; }
}

@media screen and (max-width: 767px) {
  #anyqtyPage { padding: 0 16px 24px; }
  #anyqtyPage .aq-lead { font-size: 11px; line-height: 1.85; }
  #anyqtyPage .aq-sec { margin-top: 32px; }
  #anyqtyPage .aq-sec-alt { margin-top: 32px; }
  #anyqtyPage .aq-sec-alt .aq-sec { padding-top: 30px; }
  #anyqtyPage .aq-sec-h { margin-bottom: 16px; }
  #anyqtyPage .aq-sec-h b { font-size: 17px; }
  #anyqtyPage .aq-lot h3 { font-size: 13px; }
  #anyqtyPage .aq-tail { padding: 30px 0 0; gap: 10px; }
  #anyqtyPage .aq-tail a {
    min-width: 0;
    width: 100%;
    font-size: 14px;
    padding: 13px;
  }
}
