@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco,
    Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono",
    "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-ja__default: "Noto Sans JP", sans-serif;
  --color-primary: #009240;
  --color-secondary: #ff9900;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1a1a;
  font-family: var(--font-ja__default);
  background-color: #fffbf1;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

a:hover,
a:focus {
  opacity: 0.7;
}

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

.sp {
  display: none;
}

.color-primary {
  color: var(--color-primary);
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.header {
  background: #fff;
  padding: 23.5px 32px;
}

.header__container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__logo {
  height: 33px;
}

.header__logo picture {
  display: block;
}

.header__logo-image {
  height: 100%;
  vertical-align: baseline;
}

.header__tagline {
  font-size: 12px;
  color: #52525b;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  .header {
    padding: 16px 12px;
  }
  .header__container {
    gap: 0;
    justify-content: space-between;
  }
  .header__logo {
    height: 21px;
  }
  .header__tagline {
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.4px;
  }
}
.footer {
  position: relative;
  background-image: url(../../assets/images/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 60px;
}

.footer-deco {
  position: absolute;
  display: flex;
  align-items: flex-end;
  left: 50%;
  transform: translateX(-50%);
  bottom: 157px;
  width: 85%;
}

.single .footer-deco {
  bottom: 181px;
  width: 80%;
}

.footer-deco__people {
  position: absolute;
}

.footer-deco__people-image {
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-content {
  background: #a7d2a2;
}

.footer__container {
  padding: 33.5px 40px 56px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.42;
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer__logo-image {
  height: 33px;
  width: auto;
}

.footer__tagline {
  font-weight: 700;
}

.copyright {
  font-weight: 500;
}

.footer__terms {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__terms-link {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .footer {
    background-image: url(../../assets/images/footer-bg--sp.svg);
    padding-top: 30px;
  }
  .footer-deco {
    bottom: 172px;
    width: 88.27%;
  }
  .single .footer-deco {
    bottom: 174px;
    width: 87%;
  }
  .footer__container {
    max-width: 91.47%;
    padding: 16px 0 24px;
    width: 100%;
    margin-inline: auto;
    font-size: 12px;
  }
  .footer__content {
    padding-bottom: 12px;
    flex-direction: column;
    gap: 0;
  }
  .footer__logo {
    flex-direction: column;
    gap: 8px;
  }
  .footer__logo-image {
    height: 27px;
  }
  .footer__tagline {
    line-height: 1.66;
  }
  .copyright {
    margin-top: 16px;
    font-size: 11px;
  }
  .footer__terms {
    padding-top: 16px;
  }
  .footer__terms-link {
    font-size: 12px;
  }
}
.container {
  width: 100%;
  max-width: 94.5%;
  margin: 0 auto;
}

.container__narrow {
  width: 100%;
  margin: 0 auto;
  max-width: 88.9%;
}

.single-container {
  width: 1086px;
  max-width: 98%;
  padding: 0 15px;
  margin: 0 auto;
}

.terms-container {
  width: 100%;
  max-width: 68.9%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .container {
    max-width: 95.74%;
  }
  .container__narrow {
    max-width: 91.47%;
  }
  .single-container {
    max-width: 91.47%;
    padding: 0;
  }
  .terms-container {
    max-width: 91.47%;
    padding: 0;
  }
}
.store-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1.75px 4px -1px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.store-card__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.store-card__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.store-card--featured .store-card__image {
  aspect-ratio: 360/204;
}

.store-card--compact .store-card__image {
  aspect-ratio: 236/140;
}

.store-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.store-card__category {
  display: inline-block;
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 100px;
  color: white;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.store-card__category--izakaya {
  background-color: #7bc4e0;
}

.store-card__category--bar {
  background-color: #e6b1d0;
}

.store-card__category--italian {
  background-color: #dbcd67;
}

.store-card__category--washoku-creative {
  background-color: #bfb3d7;
}

.store-card__category--french {
  background-color: #f0b954;
}

.store-card__category--nabe {
  background-color: #a7c655;
}

.store-card__category--nightclub {
  background-color: #89898a;
}

.store-card__category--meat-bar {
  background-color: #c9bc9d;
}

.store-card__name {
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}

.store-card--featured .store-card__name {
  font-size: 18px;
}

.store-card__description {
  flex-grow: 1;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.store-card--compact .store-card__description {
  font-size: 14px;
}

.store-card__buttons {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.store-card--compact .store-card__buttons {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

@media screen and (max-width: 769px) {
  .store-card--featured .store-card__image {
    aspect-ratio: 240/140;
  }
  .store-card--compact .store-card__image {
    aspect-ratio: 167/160;
  }
  .store-card--compact .store-card__content {
    padding: 10px;
  }
  .store-card--featured .store-card__name {
    font-size: 16px;
  }
  .store-card--compact .store-card__name {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .store-card__buttons {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
  .store-card--compact .store-card__buttons {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }
}
.button {
  padding: 7px 4px;
  border-radius: 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.button--primary {
  background-color: #368ceb;
  color: white;
  border-color: #368ceb;
}

.button--primary:hover {
  opacity: 1;
  background-color: white;
  color: #368ceb;
  border-color: #368ceb;
}

.button--secondary {
  background-color: #f4f4f5;
  border-color: #e4e4e7;
}

.button--secondary:hover {
  background-color: #eaeaeb;
  border-color: #d4d4d7;
}

.button--disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.button--disabled:hover {
  background-color: #ccc !important;
  color: #666 !important;
  transform: none !important;
}

.single-hero-button {
  display: inline-block;
  padding: 13px 10px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  line-height: 1.6;
  background: #4a90e2;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.single-hero-button:hover {
  opacity: 1;
  background-color: white;
  color: #368ceb;
  border-color: #368ceb;
}

.coupon-banner__button {
  display: inline-block;
  width: 100%;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  background: #4a90e2;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.coupon-banner__button:hover {
  opacity: 1;
  background-color: white;
  color: #368ceb;
  border-color: #368ceb;
}

@media screen and (max-width: 769px) {
  .single-hero-button {
    width: 100%;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 183, 228, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
  align-self: flex-end;
}

.modal-close__icon {
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
}

.modal-close:hover .modal-close__icon {
  transform: scale(1.1);
}

.modal-content {
  width: 600px;
  height: 600px;
  background: white;
  border-radius: 40px;
  padding: 52px 52px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e4e7;
}

.modal-content__header {
  text-align: center;
  margin-bottom: 32px;
}

.modal-content__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.modal-content__subtitle {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
}

.modal-content__body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 320px;
}

.modal-content__body::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/modal-deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 6px;
  left: 48%;
  transform: translateX(-50%);
  width: 86.6%;
  aspect-ratio: 430/231;
  z-index: 0;
}

.modal-content__qr {
  position: relative;
  z-index: 2;
}

.qr-code {
  width: 320px;
  height: 320px;
}

.modal-line-button {
  display: none;
}

.modal-content__footer {
  margin-top: 32px;
}

.modal-content__expire {
  display: flex;
  flex-direction: column;
}

.expire-label {
  font-size: 12px;
  color: rgba(26, 26, 26, 0.4);
  line-height: 1.3;
  margin-bottom: 4px;
}

.expire-date {
  font-size: 14px;
}

.modal-content__decoration {
  position: absolute;
  right: 55px;
  bottom: 45px;
  width: 55px;
  height: 140px;
}

.person-illustration {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 769px) {
  .modal-content {
    width: 90vw;
    height: auto;
    max-width: 480px;
    max-height: 600px;
    padding: 24px;
    border-radius: 24px;
  }
  .modal-content__header {
    margin-bottom: 24px;
  }
  .modal-content__title {
    font-size: 20px;
    line-height: 1.6;
  }
  .modal-content__subtitle {
    font-size: 12px;
  }
  .modal-content__body {
    height: auto;
  }
  .modal-content__body::before {
    background-image: url(../../assets/images/modal-deco--sp.png);
    width: 36px;
    height: 33px;
    right: -8px;
    transform: none;
    left: inherit;
    top: inherit;
    bottom: -33px;
  }
  .modal-content__qr {
    display: none;
  }
  .modal-line-button {
    background-color: #06c755;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 10px;
    width: 100%;
    max-width: 260px;
  }
  .modal-line-button__image {
    width: 32px;
    height: 31px;
    background-size: contain;
  }
  .modal-line-button__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
  }
  .modal-content__footer {
    margin-top: 24px;
  }
  .person-illustration {
    display: none;
  }
}
/* 期限切れメッセージのスタイル */
.modal-expired-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 200px;
}

.expired-message {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8f9fa;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  max-width: 360px;
  width: 100%;
}

.expired-message__title {
  font-size: 20px;
  font-weight: 700;
  color: #dc3545;
  margin-bottom: 16px;
  line-height: 1.4;
}

.expired-message__text {
  font-size: 16px;
  color: #495057;
  margin-bottom: 8px;
  line-height: 1.5;
}

.expired-message__sub {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.4;
}

/* 期限切れ時のボディ状態管理 */
.modal-body--expired {
  /* 期限切れ時の背景デコレーションを非表示 */
}

.modal-body--expired::before {
  display: none;
}

/* 期限切れ時のボタンスタイル（無効化用） */
.button--disabled {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  border-color: #dee2e6 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.button--disabled:hover {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  border-color: #dee2e6 !important;
  transform: none !important;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 769px) {
  .modal-expired-message {
    min-height: 160px;
    padding: 20px 0;
  }
  .expired-message {
    padding: 32px 16px;
    border-radius: 12px;
    max-width: 100%;
  }
  .expired-message__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .expired-message__text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .expired-message__sub {
    font-size: 12px;
  }
  /* SP版期限切れ時の背景デコレーション非表示 */
  .modal-body--expired::before {
    display: none;
  }
}
.breadcrumb {
  padding: 40px 0;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../../assets/images/icon__right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb__link {
  text-decoration: none;
}

.breadcrumb__current {
  font-weight: 700;
  text-underline-offset: 4px;
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .breadcrumb {
    padding: 16px 0;
  }
  .breadcrumb__item {
    font-size: 12px;
  }
}
main {
  position: relative;
  padding-bottom: 18vw;
}

main::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/top-footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 92.4%;
  aspect-ratio: 1350/250;
  z-index: -1;
  background-size: contain;
}

.hero {
  background-image: url(../../assets/images/hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  position: relative;
}

.hero::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/top-hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  aspect-ratio: 1355/171;
  z-index: 0;
}

.hero__container {
  text-align: center;
  color: #fff;
  padding: 6.7% 0 16.0427%;
  position: relative;
  z-index: 1;
}

.hero__title {
  height: 54px;
  max-width: 90%;
  margin-inline: auto;
}

.hero__title-image {
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__description {
  margin-top: 28px;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
}

/* ===================================
   Map Block
   =================================== */
.map {
  border-radius: 80px;
  padding: 64px;
  background: #fff;
  box-shadow: 0px 1.5px 8px -1px rgba(0, 0, 0, 0.08);
  margin-top: -9.7vw;
  position: relative;
  z-index: 1;
}

.map::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/map-deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: -11.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  aspect-ratio: 1163/126;
  z-index: 0;
}

.map__iframe {
  width: 100%;
  aspect-ratio: 1232/772;
  background: #f0f0f0;
}

/* ===================================
   Main Block
   =================================== */
.section {
  margin-top: 56px;
}

.featured__swiper-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.featured__swiper {
  width: 100%;
  padding-left: 5.55vw;
  padding-right: 5.55vw;
  overflow: visible;
}

.featured__swiper .swiper-wrapper {
  align-items: stretch;
}

.featured__swiper .swiper-slide {
  width: 360px;
  height: auto;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
  margin-left: 8px;
}

.section-title__deco {
  margin-right: 8px;
  width: 45px;
  height: 45px;
}

.section-content {
  margin-top: 24px;
}

.featured__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 360px);
  gap: 24px;
}

.store-list {
  margin-top: 40px;
}

.store-list__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* ===================================
Search Block
=================================== */
.search__section {
  margin-top: 80px;
}

.search__form {
  max-width: 90%;
  width: 800px;
  margin: 0 auto;
  position: relative;
}

.search__input {
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 14px 16px 14px 56px;
  font-size: 18px;
}

.search__input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.7);
  font-weight: 500;
}

.search__input::placeholder {
  color: rgba(26, 26, 26, 0.7);
  font-weight: 500;
}

.search__button {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 28px;
  height: 28px;
  padding: 0;
}

.search__button svg {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .store-list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 769px) {
  main {
    padding-bottom: 100px;
  }
  main::before {
    background-image: url(../../assets/images/top-footer-bg--sp.png);
    aspect-ratio: 320/29;
    width: 88%;
    bottom: 50px;
    background-size: contain;
  }
  .hero {
    background-image: url(../../assets/images/hero-bg--sp.svg);
  }
  .hero::before {
    background-image: url(../../assets/images/top-hero-bg--sp.png);
    aspect-ratio: 339/106;
    width: 90.4%;
    top: 20px;
  }
  .hero__container {
    padding: 32px 0 67px;
  }
  .hero__title {
    height: 74px;
  }
  .hero__description {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.83;
  }
  /* ===================================
   Map Block
   =================================== */
  .map {
    border-radius: 8px;
    padding: 8px;
    margin-top: -44px;
  }
  .map::after {
    background-image: url(../../assets/images/map-deco--sp.svg);
    top: -9.7%;
    left: 50%;
    width: 90%;
    aspect-ratio: 324/58;
  }
  .map__iframe {
    aspect-ratio: 343/524;
  }
  /* ===================================
   Main Block
   =================================== */
  .section {
    margin-top: 40px;
  }
  .featured__swiper {
    padding-left: 4.265vw;
    padding-right: 4.265vw;
  }
  .featured__swiper .swiper-slide {
    width: 240px;
  }
  .section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 8px;
  }
  .section-title__deco {
    width: 26px;
    height: 26px;
    margin-right: 2px;
  }
  .section-content {
    margin-top: 16px;
  }
  .featured__grid {
    gap: 8px;
  }
  .store-list {
    margin-top: 28px;
  }
  .store-list__grid {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  /* ===================================
  Search Block
  =================================== */
  .search__section {
    margin-top: 44px;
  }
  .search__form {
    max-width: 100%;
  }
  .search__input {
    padding: 6px 12px 6px 42px;
  }
  .search__button {
    left: 12px;
    width: 20px;
    height: 20px;
  }
}
body.single main::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/single-hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1329/290;
  z-index: -1;
}

body.single main::before {
  background-image: url(../../assets/images/single-footer-bg.png);
}

.single-container {
  position: relative;
}

.single-container::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/single-main-deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  aspect-ratio: 1269/311;
  z-index: -1;
}

/* Store Detail */
/* Store Hero */
.store-hero {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.store-hero__image {
  aspect-ratio: 1056/550;
}

.store-hero__thumbnail {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.store-hero__content {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.store-hero__meta {
  flex: 1;
}

.store-hero__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-hero__title {
  font-size: 24px;
}

.store-hero__description {
  margin-top: 10px;
  font-size: 18px;
}

.store-hero__coupon {
  width: 208px;
}

/* Coupon Info */
.coupon-banner {
  margin-top: 40px;
}

.coupon-banner__container {
  background: #fff6dc;
  border-radius: 40px;
  padding: 40px 64px;
  align-items: center;
  box-shadow: 0px 1.75px 4px -1px rgba(0, 0, 0, 0.14);
}

.coupon-banner__head {
  display: flex;
  align-items: center;
  gap: 40px;
}

.coupon-banner__illustration {
  width: 320px;
}

.coupon-banner__content {
  flex: 1;
}

.coupon-banner__info {
  flex: 1;
}

.coupon-banner__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.coupon-banner__details {
  margin-top: 12px;
}

.coupon-banner__detail {
  color: rgba(26, 26, 26, 0.7);
}

.coupon-banner__label {
  flex-shrink: 0;
  font-weight: 400;
}

.coupon-banner__action {
  align-self: stretch;
  margin-top: 32px;
}

/* Store Content */
.single-content {
  margin: 40px auto;
  padding: 40px 0;
  border-top: 1px solid #bbdcad;
  border-bottom: 1px solid #bbdcad;
}

/* Store Info */
.store-info__container {
  max-width: 94.5%;
  margin-inline: auto;
}

.store-info {
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  overflow: hidden;
}

.store-info__title {
  background-color: #fcfcfc;
  font-weight: 500;
  color: #52525b;
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.store-info__content {
  color: rgba(26, 26, 26, 0.7);
}

.store-info__item {
  display: flex;
  min-height: 70px;
  background-color: #fff;
}

.store-info__item:not(:last-child) {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.store-info__label {
  width: 140px;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.store-info__value {
  flex: 1;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.store-info__value iframe {
  aspect-ratio: 490/145;
  width: 490px;
  max-width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  body:not(.home) main::after {
    background-image: url(../../assets/images/single-hero-bg--sp.svg);
    aspect-ratio: 375/115;
  }
  body:not(.home) main::before {
    background-image: url(../../assets/images/single-footer-bg--sp.png);
  }
  .single-container::after {
    content: none;
  }
  /* Store Detail */
  .store-detail {
    margin-top: 24px;
  }
  /* Store Hero */
  .store-hero {
    margin-bottom: 24px;
    border-radius: 40px;
  }
  .store-hero__image {
    aspect-ratio: 343/240;
  }
  .store-hero__content {
    flex-direction: column;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 0;
  }
  .store-hero__head {
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .store-hero__title {
    font-size: 18px;
  }
  .store-hero__description {
    margin-top: 8px;
    font-size: 16px;
  }
  .store-hero__coupon {
    width: 100%;
    margin-top: 16px;
  }
  /* Coupon Info */
  .coupon-banner {
    margin-top: 24px;
  }
  .coupon-banner__container {
    padding: 24px;
  }
  .coupon-banner__head {
    gap: 20px;
    flex-direction: column;
  }
  .coupon-banner__illustration {
    width: 81.3%;
    margin-inline: auto;
  }
  .coupon-banner__title {
    font-size: 24px;
    line-height: 1.58;
  }
  .coupon-banner__action {
    margin-top: 20px;
  }
  /* Store Content */
  .single-content {
    margin: 24px auto;
    padding: 24px 0;
  }
  /* Store Info */
  .store-info__container {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .store-info {
    margin-bottom: 16px;
  }
  .store-info__title {
    font-size: 14px;
  }
  .store-info__item {
    min-height: 56px;
  }
  .store-info__label {
    width: 100px;
    font-size: 12px;
    line-height: 1.33;
  }
  .store-info__value {
    font-size: 12px;
    line-height: 1.33;
  }
  .store-info__value iframe {
    max-width: 100%;
    aspect-ratio: 210/160;
  }
}
/* WordPress投稿コンテンツのベーススタイル */
.single-content {
  color: rgba(26, 26, 26, 0.7);
}

/* 見出しタグ */
.single-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin: 2rem 0 1.5rem 0;
  line-height: 1.3;
  border-bottom: 3px solid #007cba;
  padding-bottom: 0.5rem;
}

.single-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  margin: 2.5rem 0 1rem 0;
  padding-left: 36px;
  position: relative;
}

.single-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../../assets/images/icon__single-heading.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.single-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin: 2rem 0 0.8rem 0;
  line-height: 1.4;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.3rem;
}

.single-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin: 1.8rem 0 0.8rem 0;
  line-height: 1.4;
}

.single-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin: 1.5rem 0 0.5rem 0;
  line-height: 1.4;
}

.single-content h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin: 1.2rem 0 0.5rem 0;
  line-height: 1.4;
}

/* 段落 */
.single-content p {
  margin: 0 0 1.5rem 0;
}

.single-content p:last-child {
  margin-bottom: 0;
}

/* リンク */
.single-content a {
  color: #007cba;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.single-content a:hover {
  color: #005a87;
  text-decoration: none;
}

/* 強調・太字 */
.single-content strong {
  font-weight: 700;
  color: rgba(26, 26, 26, 0.7);
}

.single-content em {
  font-style: italic;
  color: rgba(26, 26, 26, 0.7);
}

/* リスト */
.single-content ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.single-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.single-content li {
  margin: 0.5rem 0;
}

.single-content ul li {
  list-style-type: disc;
}

.single-content ol li {
  list-style-type: decimal;
}

.single-content ul ul,
.single-content ol ol,
.single-content ul ol,
.single-content ol ul {
  margin: 0.5rem 0;
}

/* 引用 */
.single-content blockquote {
  background: #f8f9fa;
  border-left: 4px solid #007cba;
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  font-style: italic;
  color: rgba(26, 26, 26, 0.7);
  position: relative;
}

.single-content blockquote p {
  margin-bottom: 0;
}

.single-content blockquote:before {
  content: '"';
  font-size: 4rem;
  color: #007cba;
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  opacity: 0.3;
}

/* コード */
.single-content code {
  background: #f4f4f4;
  color: #d63384;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

.single-content pre {
  background: #2d3748;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
  line-height: 1.5;
}

.single-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: 0.9rem;
}

/* 画像 */
.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-content .wp-caption {
  max-width: 100%;
  text-align: center;
  margin: 2rem 0;
}

.single-content .wp-caption-text {
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.7);
  margin-top: 0.5rem;
  font-style: italic;
}

/* テーブル */
.single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.single-content th,
.single-content td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.single-content th {
  background: #f8f9fa;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.7);
  border-bottom: 2px solid #007cba;
}

.single-content tr:hover {
  background: #f8f9fa;
}

/* 水平線 */
.single-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
  margin: 3rem 0;
}

/* YouTube埋め込み等のiframe */
.single-content iframe {
  max-width: 100%;
  margin: 2rem 0;
  border-radius: 8px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .single-content {
    font-size: 12px;
    line-height: 1.33;
  }
  .single-content h1 {
    font-size: 2rem;
  }
  .single-content h2 {
    font-size: 18px;
  }
  .single-content h3 {
    font-size: 1.3rem;
  }
  .single-content h4 {
    font-size: 1.1rem;
  }
  .single-content ul,
  .single-content ol {
    padding-left: 1.5rem;
  }
  .single-content blockquote {
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
  }
  .single-content pre {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .single-content table {
    font-size: 0.9rem;
  }
  .single-content th,
  .single-content td {
    padding: 0.5rem;
  }
  .wp-block-gallery {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
  }
  .wp-block-gallery figure {
    min-width: 240px;
  }
}
body.searchPage main::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common-page-head-deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/184;
  z-index: -1;
}

.search-keyword {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.search-keyword__text {
  font-size: 14px;
  color: rgba(26, 26, 26, 0.7);
}

.search-keyword__result {
  color: rgba(26, 26, 26, 0.7);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.search-keyword__result span {
  display: inline-block;
  margin: 0 8px;
}

@media screen and (max-width: 769px) {
  body.searchPage main::after {
    background-image: url(../../assets/images/common-page-head-deco--sp.svg);
    aspect-ratio: 375/85;
  }
  .searchPage .search {
    margin-top: 8px;
  }
  .search-keyword {
    margin-top: 24px;
  }
  .search-keyword__text {
    font-size: 12px;
  }
  .search-keyword__result {
    font-size: 14px;
  }
  .searchPage .store-list {
    margin-top: 16px;
  }
  .searchPage .store-list__grid {
    grid-template-columns: 1fr;
  }
  .searchPage .store-card__image {
    aspect-ratio: 343/160;
  }
}
body.termsPage main {
  padding-bottom: 120px;
}

body.termsPage main::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/terms-page-head-deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/154;
  z-index: -1;
}

body.termsPage main::before {
  content: none;
}

.terms__title {
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  padding-top: 160px;
}

.terms__content {
  margin-top: 40px;
  color: rgba(26, 26, 26, 0.7);
}

.terms-footer-deco {
  position: absolute;
  width: 41px;
  height: 59px;
  right: 5%;
  top: -45px;
}

@media screen and (max-width: 769px) {
  body.termsPage main {
    padding-bottom: 90px;
  }
  body.termsPage main::after {
    background-image: url(../../assets/images/terms-page-head-deco--sp.svg);
    aspect-ratio: 375/60;
  }
  .terms__title {
    padding-top: 60px;
    font-size: 18px;
  }
  .terms__content {
    margin-top: 24px;
    font-size: 14px;
  }
  .terms-footer-deco {
    width: 32px;
    height: 44px;
    top: -20px;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
} /*# sourceMappingURL=style.css.map */
