/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  /* 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 {
  -webkit-box-sizing: content-box;
          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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.37;
  letter-spacing: 0.07em;
  color: #000000;
  background-color: #e9e4d9;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
}

.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("https://mozo-wondercity.com/lp/fukubukuro2026/assets/img/bg.png") repeat-y center top/100% auto;
  mix-blend-mode: multiply;
  z-index: 1;
}
.l-footer__copyright {
  text-align: center;
}

.l-footer-inner {
  position: relative;
  z-index: 2;
  padding: 5.3rem 0 25rem;
}

.l-footer-pagetop {
  position: absolute;
  right: 10rem;
  top: 5.3rem;
  max-width: 10rem;
  cursor: pointer;
}

.l-footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.7rem;
}

.l-footer-sns-list-item {
  width: 8rem;
}

.l-footer-logo {
  width: 16.8rem;
  margin: 1.7rem auto 0;
}

.l-footer-copyright {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-inner {
  max-width: 1160px;
  width: 92%;
  margin: 0 auto;
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("https://mozo-wondercity.com/lp/fukubukuro2026/assets/img/bg.png") repeat-y center top/100% auto;
  z-index: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
.mv img {
  width: 100%;
}

.filter {
  padding: 19.5rem 0 7.4rem;
}

.filter-head {
  margin-bottom: 3.4rem;
  padding-bottom: 3.6rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background: url("https://mozo-wondercity.com/lp/fukubukuro2026/assets/img/filter_head_line.png") no-repeat center bottom/22rem auto;
}

.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}

.filter-item-head {
  width: 18.7rem;
  padding-right: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: right;
}

.filter-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.filter-list-item {
  position: relative;
}

.filter-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.filter-label {
  display: block;
  padding: 1rem 2.9rem;
  border: 1px solid #e60012;
  background-color: #FFFFFF;
  color: #e60012;
  border-radius: 9999px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-label.--large {
  padding: 2.4rem 3rem;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.filter-label.--wide {
  padding-right: 4.7rem;
  padding-left: 4.7rem;
}
.filter-label.--category {
  min-width: 15.6rem;
}

.filter-input:checked + .filter-label {
  background-color: #e60012;
  color: #FFFFFF;
}

.filter-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
  margin-top: 5rem;
}

.filter-apply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  width: 31.6rem;
  padding: 1.8rem 0 1.8rem 1rem;
  border-radius: 9999px;
  background-color: #00466d;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.07em;
}

.filter-apply-btn-img {
  width: 3.4rem;
}

.filter-reset-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
}

.filter-reset-btn-img {
  width: 1.9rem;
}

.filter-banner {
  max-width: 79rem;
  margin: 8.5rem auto 0;
}

.shop {
  position: relative;
  padding: 3.8rem 0;
}
.shop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("https://mozo-wondercity.com/lp/fukubukuro2026/assets/img/bg.png") repeat-y center top/100% auto;
  z-index: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}

.shop-list-head {
  margin-bottom: 2rem;
}

.shop-inner {
  position: relative;
  z-index: 3;
}
.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.4rem 4.7%;
  margin-bottom: 20rem;
}

.shop-list-item {
  width: 30.2%;
  background-color: #ebf0dc;
  border-radius: 0 0 2rem 2rem;
}
.shop-list-item.--gourmet {
  background-color: #ffe6be;
}
.shop-list-item.--gourmet .shop-category {
  background: rgba(171, 140, 31, 0.3);
}
.shop-list-item.--service {
  background: #d7e6e6;
}
.shop-list-item.--service .shop-category {
  background: rgba(0, 105, 148, 0.3);
}

.shop-img {
  position: relative;
}

.shop-ribbon {
  position: absolute;
  top: 1.6rem;
  left: 0;
  right: 0;
  width: auto;
  height: 2.9rem;
  margin: auto;
}
.shop-ribbon.--right {
  left: auto;
  right: 2.5rem;
}

.shop-category {
  width: 13rem;
  margin: auto;
  padding: 0.6rem 0 1rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: rgba(0, 101, 75, 0.3);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}

.shop-txt-area {
  padding: 1rem 1.9rem 1.4rem;
}

.shop-head-area + .shop-head-area {
  margin-top: 1.9rem;
}

.shop-tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.7rem 0.9rem;
  border: 2px solid #e60012;
  border-radius: 9999px;
  font-weight: bold;
  color: #e60012;
  line-height: 1;
}

.shop-head {
  margin-bottom: 0.2rem;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.shop-head.--tag-none {
  margin-top: 4rem;
}

.shop-price {
  font-weight: bold;
}
.shop-price .large {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}

.shop-attention {
  margin-top: 0.5rem;
  padding-left: 1em;
  font-size: 1.4rem;
  color: #e60012;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-indent: -1em;
}
.shop-attention.--black {
  color: #000000;
}
.shop-attention.--bold {
  font-weight: 700;
}

.shop-info {
  position: relative;
  margin-top: 1.2rem;
  padding-right: 5rem;
  line-height: 1.875;
}
.shop-info.--area2 {
  padding-right: 9.5rem;
}
.shop-info.--area3 {
  padding-right: 15rem;
}
.shop-info.--area4 {
  padding-right: 17rem;
}

.shop-info-name {
  font-weight: bold;
}

.shop-info-area {
  position: absolute;
  top: 0.8rem;
  right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.shop-info-area img {
  width: auto;
  height: 4.2rem;
}

.shop-attention-list {
  line-height: 1.75;
}
.shop-attention-list-item {
  padding-left: 1em;
  text-indent: -1em;
}

.bottom-banner {
  position: fixed;
  left: 0;
  bottom: -1px;
  width: 100%;
  text-align: center;
  background-color: #00466d;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bottom-banner a {
  display: block;
}
.bottom-banner img {
  width: 100%;
}
.bottom-banner.is-moving {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.1rem;
    letter-spacing: 0.07em;
  }
  .pc-view {
    display: none !important;
  }
  .l-footer-inner {
    padding: 4rem 0 10rem;
  }
  .l-footer-pagetop {
    right: 1rem;
    top: -2.5rem;
    max-width: 5rem;
  }
  .l-footer-sns-list {
    gap: 0 3.2rem;
  }
  .l-footer-sns-list-item {
    width: 5rem;
  }
  .l-footer-logo {
    width: 11.5rem;
  }
  .l-footer-copyright {
    font-size: 1rem;
  }
  .filter {
    padding: 4.6rem 0 4rem;
  }
  .filter-head {
    margin-bottom: 1.2rem;
    padding-bottom: 2.3rem;
    font-size: 1.8rem;
    background-size: 16rem auto;
  }
  .filter-item {
    margin-bottom: 2.7rem;
  }
  .filter-item-head {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: left;
  }
  .filter-list {
    gap: 1.2rem 0.5rem;
  }
  .filter-label {
    padding: 0.9rem 2rem;
    font-size: 1.6rem;
  }
  .filter-label.--large {
    padding: 1.9rem 2.3rem;
    font-size: 1.6rem;
  }
  .filter-label.--wide {
    padding-right: 3.9rem;
    padding-left: 3.9rem;
  }
  .filter-label.--category {
    min-width: auto;
  }
  .filter-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.7rem 0;
    margin-top: 4.4rem;
  }
  .filter-apply-btn {
    gap: 0 0.4rem;
    width: 18rem;
    padding: 1.7rem 0 1.7rem 0.5rem;
    font-size: 1.5rem;
  }
  .filter-apply-btn-img {
    width: 1.7rem;
  }
  .filter-banner {
    margin-top: 4rem;
  }
  .shop-list {
    gap: 1.5rem 4%;
    margin-bottom: 10rem;
  }
  .shop-list-item {
    width: 48%;
    border-radius: 0 0 1rem 1rem;
  }
  .shop-ribbon {
    height: 1.6rem;
    top: 0.7rem;
  }
  .shop-ribbon.--right {
    right: 0.4rem;
  }
  .shop-category {
    width: 6.5rem;
    padding: 0.3rem 0 0.5rem;
    border-radius: 0 0 0.4rem 0.4rem;
    font-size: 1rem;
  }
  .shop-txt-area {
    padding: 0.8rem 1.2rem 1rem;
  }
  .shop-head-area + .shop-head-area {
    margin-top: 1.2rem;
  }
  .shop-tag {
    margin-bottom: 0.3rem;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    border-width: 1px;
  }
  .shop-head {
    font-size: 1.2rem;
  }
  .shop-head.--tag-none {
    margin-top: 2.4rem;
  }
  .shop-price {
    font-size: 1rem;
  }
  .shop-price .large {
    font-size: 1.2rem;
  }
  .shop-attention {
    font-size: 1rem;
  }
  .shop-info.--area2 {
    padding-right: 5rem;
  }
  .shop-info.--area3 {
    padding-right: 7.2rem;
  }
  .shop-info.--area4 {
    padding-right: 8.7rem;
  }
  .shop-info {
    padding-right: 2.5rem;
    font-size: 1rem;
    letter-spacing: 0.07em;
    line-height: 1.75;
  }
  .shop-info-area {
    top: 0.5rem;
    right: 0;
    gap: 0 0.2rem;
  }
  .shop-info-area img {
    height: 2.1rem;
  }
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none !important;
  }
}
@media (hover: hover) {
  .l-footer-sns-list-item a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-footer-sns-list-item a:hover {
    opacity: 0.7;
  }
  .l-footer-logo a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-footer-logo a:hover {
    opacity: 0.7;
  }
  .filter-apply-btn {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .filter-apply-btn:hover {
    opacity: 0.8;
  }
  .filter-reset-btn {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .filter-reset-btn:hover {
    opacity: 0.8;
  }
  .filter-banner {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .filter-banner:hover {
    opacity: 0.8;
  }
  .bottom-banner a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .bottom-banner:hover a {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */