@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --size-6: calc((6 / 828) * 100vw);
  --size-10: calc((10 / 828) * 100vw);
  --size-17: calc((17 / 828) * 100vw);
  --size-20: calc((20 / 828) * 100vw);
  --size-22: calc((22 / 828) * 100vw);
  --size-24: calc((24 / 828) * 100vw);
  --size-25: calc((25 / 828) * 100vw);
  --size-26: calc((26 / 828) * 100vw);
  --size-27: calc((27 / 828) * 100vw);
  --size-28: calc((28 / 828) * 100vw);
  --size-29: calc((29 / 828) * 100vw);
  --size-30: calc((30 / 828) * 100vw);
  --size-31: calc((31 / 828) * 100vw);
  --size-32: calc((32 / 828) * 100vw);
  --size-33: calc((33 / 828) * 100vw);
  --size-34: calc((34 / 828) * 100vw);
  --size-36: calc((36 / 828) * 100vw);
  --size-38: calc((38 / 828) * 100vw);
  --size-39: calc((39 / 828) * 100vw);
  --size-40: calc((40 / 828) * 100vw);
  --size-41: calc((41 / 828) * 100vw);
  --size-48: calc((48 / 828) * 100vw);
  --size-49: calc((49 / 828) * 100vw);
  --size-60: calc((60 / 828) * 100vw);
  --color-text: #185149;
  --color-pc-bg: #cef56b;
  --color-menu-body: #cef56b;
  --color-spot-body: #64cf95;
  --color-stamp-body: #57ddf2;
  --color-navy: #0d477c;
  --color-stamp-floor: #ff5076;
  --color-sticker-body: #66c8ff;
  --color-shops-body: #cac9ff;
  --color-menu-body-night: #b7d8ff;
  --color-pc-bg-night: #b7d8ff;
}
@media only screen and (min-width: 829px) {
  :root {
    --content-width: 430;
    --size-6: calc((var(--content-width) / 828) * 6px);
    --size-10: calc((var(--content-width) / 828) * 10px);
    --size-17: calc((var(--content-width) / 828) * 17px);
    --size-20: calc((var(--content-width) / 828) * 20px);
    --size-22: calc((var(--content-width) / 828) * 22px);
    --size-24: calc((var(--content-width) / 828) * 24px);
    --size-25: calc((var(--content-width) / 828) * 25px);
    --size-26: calc((var(--content-width) / 828) * 26px);
    --size-27: calc((var(--content-width) / 828) * 27px);
    --size-28: calc((var(--content-width) / 828) * 28px);
    --size-29: calc((var(--content-width) / 828) * 29px);
    --size-30: calc((var(--content-width) / 828) * 30px);
    --size-31: calc((var(--content-width) / 828) * 31px);
    --size-32: calc((var(--content-width) / 828) * 32px);
    --size-33: calc((var(--content-width) / 828) * 33px);
    --size-34: calc((var(--content-width) / 828) * 34px);
    --size-36: calc((var(--content-width) / 828) * 36px);
    --size-38: calc((var(--content-width) / 828) * 38px);
    --size-39: calc((var(--content-width) / 828) * 39px);
    --size-40: calc((var(--content-width) / 828) * 40px);
    --size-41: calc((var(--content-width) / 828) * 41px);
    --size-48: calc((var(--content-width) / 828) * 48px);
    --size-49: calc((var(--content-width) / 828) * 49px);
    --size-60: calc((var(--content-width) / 828) * 60px);
  }
}

@media screen and (min-width: 829px) {
  html {
    overflow-y: scroll;
  }
}

.is-modal {
  overflow-y: hidden;
}

body {
  color: #212121;
  font-size: var(--size-32);
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(50 / 32);
}
@media screen and (min-width: 829px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 829px) {
  #sylvanian_families .display-sp, #sylvanian_families .sp {
    display: none;
  }
  #sylvanian_families a .on {
    display: none;
  }
  #sylvanian_families a:hover .on {
    display: block;
  }
  #sylvanian_families a:hover .off {
    display: none;
  }
  #sylvanian_families a.hover {
    display: block;
    overflow: hidden;
  }
  #sylvanian_families a.hover img {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1), -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
  }
  #sylvanian_families a.hover:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 828px) {
  #sylvanian_families .display-pc, #sylvanian_families .pc {
    display: none;
  }
}
#sylvanian_families img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  #sylvanian_families a .scale, #sylvanian_families .mv--btn .scale, #sylvanian_families .modal--btn .scale {
    transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  #sylvanian_families a:hover .scale, #sylvanian_families .mv--btn:hover .scale, #sylvanian_families .modal--btn:hover .scale {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
#sylvanian_families .deco, #sylvanian_families .balloon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.is-day #sylvanian_families .t-night {
  display: none !important;
}
.is-night #sylvanian_families .t-day {
  display: none !important;
}
#sylvanian_families .insert {
  position: relative;
  z-index: 0;
  width: 100%;
  font-size: 0;
  margin-top: calc(-121 / 828 * 100%);
}
#sylvanian_families .marquee {
  width: 100%;
  overflow: hidden;
}
#sylvanian_families .marquee-content {
  display: flex;
}
#sylvanian_families .marquee--img {
  width: 25%;
}
#sylvanian_families .image {
  position: relative;
}
#sylvanian_families .image-txt {
  display: block;
  color: #221815;
  font-size: var(--size-25);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#sylvanian_families .view_area {
  background: #e5374a;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 829px) {
  #sylvanian_families .pc_bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  #sylvanian_families .pc_bg--green {
    position: absolute;
    inset: 0;
    background: var(--color-pc-bg);
  }
  .is-night #sylvanian_families .pc_bg--green {
    background: var(--color-pc-bg-night);
  }
  #sylvanian_families .pc_bg--flame {
    position: absolute;
    left: 0;
    width: 100vw;
  }
  #sylvanian_families .pc_bg--flame-top {
    top: 0;
  }
  #sylvanian_families .pc_bg--flame-bottom {
    bottom: 0;
  }
  #sylvanian_families .pc_content {
    display: grid;
    grid-template-columns: 844fr 430px 306fr;
    max-width: 1529px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  #sylvanian_families .view_area {
    width: 430px;
    margin: 0 auto;
  }
  #sylvanian_families .view_area:before, #sylvanian_families .view_area:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #sylvanian_families .view_area:before {
    left: -4px;
  }
  #sylvanian_families .view_area:after {
    right: -4px;
  }
  #sylvanian_families .pc_l {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sylvanian_families .pc_l .inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flow-root;
  }
  #sylvanian_families .pc_l--deco1 {
    width: 21.0900473934%;
    left: 12.2037914692%;
    top: 8.7vh;
    z-index: 2;
  }
  #sylvanian_families .pc_l--logo {
    width: 53.1990521327%;
    height: 0;
    margin: 31.1vh 0 0 20.7345971564%;
    position: relative;
    z-index: 3;
  }
  #sylvanian_families .pc_l--deco2 {
    width: 22.1563981043%;
    left: 26.7772511848%;
    top: auto;
    bottom: 0;
    z-index: 2;
  }
  #sylvanian_families .pc_l--deco1-n {
    width: 19.4312796209%;
    left: 13.6255924171%;
    top: 7.3vh;
    z-index: 2;
  }
  #sylvanian_families .pc_l--deco2-n {
    width: 15.9952606635%;
    left: 33.2938388626%;
    top: auto;
    bottom: 0;
    z-index: 2;
  }
  #sylvanian_families .local-nav {
    width: 56.5165876777%;
    margin: 21vh 0 0 17.4170616114%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sylvanian_families .local-nav--item {
    width: 30.607966457%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  #sylvanian_families .local-nav--arrow {
    display: block;
    width: 12.3287671233%;
    margin-top: 8.2191780822%;
  }
  #sylvanian_families .pc_r {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #sylvanian_families .pc_r .inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sylvanian_families .pc_r--deco {
    width: 38.2352941176%;
    left: 32.0261437908%;
    top: 59.9vh;
  }
  #sylvanian_families .pc_r--deco-n {
    width: 30.0653594771%;
    left: 36.2745098039%;
    top: 66.5vh;
  }
  #sylvanian_families .pc_r--deco-n2 {
    width: 36.6013071895%;
    left: 37.5816993464%;
    top: 83.5vh;
  }
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #sylvanian_families .pc_r {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  #sylvanian_families .pc_l, #sylvanian_families .pc_r {
    display: none;
  }
}
#sylvanian_families .swiper-wrapper {
  height: auto;
}
#sylvanian_families .mv {
  position: relative;
  z-index: 1;
}
#sylvanian_families .mv--bg {
  width: 100%;
}
#sylvanian_families .mv--ttl {
  width: calc(763 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(132 / 828 * 100%) 0 0 calc(34 / 828 * 100%);
  pointer-events: none;
  z-index: 2;
}
#sylvanian_families .mv--frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#sylvanian_families .menu {
  position: relative;
  z-index: 1;
  margin-top: calc(-130 / 828 * 100%);
}
#sylvanian_families .menu:before {
  content: "";
  display: block;
  padding-top: calc(1234 / 828 * 100%);
}
#sylvanian_families .menu--bg, #sylvanian_families .menu--frame-top, #sylvanian_families .menu--frame-bottom, #sylvanian_families .menu--anime1, #sylvanian_families .menu--flower, #sylvanian_families .menu--deco, #sylvanian_families .menu--tree, #sylvanian_families .menu--anime2, #sylvanian_families .menu--cloud1, #sylvanian_families .menu--cloud2, #sylvanian_families .menu--anime1-n, #sylvanian_families .menu--anime2-n, #sylvanian_families .menu--deco-n {
  top: 0;
  left: 0;
}
#sylvanian_families .menu--bg {
  background: var(--color-menu-body);
  width: 100%;
  height: 0;
  padding-top: calc(745 / 828 * 100%);
  margin-top: calc(259 / 828 * 100%);
  position: absolute;
  z-index: 0;
}
.is-night #sylvanian_families .menu--bg {
  background: var(--color-menu-body-night);
}
#sylvanian_families .menu--frame-top {
  width: 100%;
}
#sylvanian_families .menu--frame-bottom {
  width: 100%;
  margin-top: calc(916 / 828 * 100%);
}
#sylvanian_families .menu--anime1, #sylvanian_families .menu--flower, #sylvanian_families .menu--deco, #sylvanian_families .menu--tree, #sylvanian_families .menu--anime2, #sylvanian_families .menu--cloud1, #sylvanian_families .menu--cloud2, #sylvanian_families .menu--anime1-n, #sylvanian_families .menu--anime2-n, #sylvanian_families .menu--deco-n {
  z-index: 2;
}
#sylvanian_families .menu--anime1 {
  width: calc(764 / 828 * 100%);
  margin: calc(90 / 828 * 100%) 0 0 calc(32 / 828 * 100%);
}
#sylvanian_families .menu--flower {
  width: calc(116 / 828 * 100%);
  margin: calc(566 / 828 * 100%) 0 0 calc(60 / 828 * 100%);
}
#sylvanian_families .menu--deco {
  width: calc(64 / 828 * 100%);
  margin: calc(632 / 828 * 100%) 0 0 calc(702 / 828 * 100%);
}
#sylvanian_families .menu--tree {
  width: calc(203 / 828 * 100%);
  margin: calc(742 / 828 * 100%) 0 0 calc(625 / 828 * 100%);
}
#sylvanian_families .menu--anime2 {
  width: calc(719 / 828 * 100%);
  margin: calc(990 / 828 * 100%) 0 0 calc(46 / 828 * 100%);
}
#sylvanian_families .menu--cloud1 {
  width: calc(222 / 828 * 100%);
  margin: calc(506 / 828 * 100%) 0 0 0;
}
#sylvanian_families .menu--anime1-n {
  width: calc(73 / 828 * 100%);
  margin: calc(507 / 828 * 100%) 0 0 calc(31 / 828 * 100%);
}
#sylvanian_families .menu--anime2-n {
  width: calc(171 / 828 * 100%);
  margin: calc(547 / 828 * 100%) 0 0 calc(632 / 828 * 100%);
}
#sylvanian_families .menu--deco-n {
  width: calc(742 / 828 * 100%);
  margin: calc(753 / 828 * 100%) 0 0 calc(43 / 828 * 100%);
  z-index: 3;
}
#sylvanian_families .menu--cloud2 {
  width: calc(221 / 828 * 100%);
  margin: calc(764 / 828 * 100%) 0 0 calc(607 / 828 * 100%);
}
#sylvanian_families .menu--body {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#sylvanian_families .menu-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(744 / 828 * 100%);
  margin: 0 auto;
  padding: calc(216 / 828 * 100%) 0 0;
  position: relative;
  z-index: 1;
}
#sylvanian_families .menu-nav--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(228 / 744 * 100%);
  text-decoration: none;
}
#sylvanian_families .menu-nav--arrow {
  display: block;
  width: var(--size-28);
  margin-top: var(--size-10);
}
#sylvanian_families .menu-nav-n {
  position: relative;
  z-index: 1;
}
#sylvanian_families .menu-nav-n--item {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
#sylvanian_families .menu-nav-n--item1 {
  width: calc(177 / 828 * 100%);
  margin: calc(234 / 828 * 100%) 0 0 calc(71 / 828 * 100%);
}
#sylvanian_families .menu-nav-n--item2 {
  width: calc(211 / 828 * 100%);
  margin: calc(226 / 828 * 100%) 0 0 calc(311 / 828 * 100%);
}
#sylvanian_families .menu-nav-n--item3 {
  width: calc(225 / 828 * 100%);
  margin: calc(209 / 828 * 100%) 0 0 calc(561 / 828 * 100%);
}
#sylvanian_families .menu-nav-n--arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size-28);
}
#sylvanian_families .menu-nav-n--arrow1 {
  margin: calc(466 / 828 * 100%) 0 0 calc(143 / 828 * 100%);
}
#sylvanian_families .menu-nav-n--arrow2 {
  margin: calc(466 / 828 * 100%) 0 0 calc(401 / 828 * 100%);
}
#sylvanian_families .menu-nav-n--arrow3 {
  margin: calc(467 / 828 * 100%) 0 0 calc(661 / 828 * 100%);
}
#sylvanian_families .menu--lead {
  color: var(--color-text);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.78125;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.is-night #sylvanian_families .menu--lead {
  color: var(--color-navy);
}
#sylvanian_families .menu--text1 {
  margin: calc(555 / 828 * 100%) 0 0;
}
#sylvanian_families .menu--text2 {
  margin: calc(52 / 828 * 100%) 0 0;
}
#sylvanian_families .spot {
  position: relative;
  z-index: 1;
  margin-top: calc(-131 / 828 * 100%);
}
#sylvanian_families .spot--bg, #sylvanian_families .spot--frame-top, #sylvanian_families .spot--anime1, #sylvanian_families .spot--anime2, #sylvanian_families .spot--anime3, #sylvanian_families .spot--anime4, #sylvanian_families .spot--music, #sylvanian_families .spot--flag {
  top: 0;
  left: 0;
}
#sylvanian_families .spot--bg {
  background: var(--color-spot-body);
  width: 100%;
  height: 0;
  padding-top: calc(2217 / 828 * 100%);
  margin-top: calc(319 / 828 * 100%);
  position: absolute;
  z-index: -1;
}
#sylvanian_families .spot--frame-top {
  width: 100%;
}
#sylvanian_families .spot--frame-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
#sylvanian_families .spot--frame-bottom:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 300%;
  background: var(--color-spot-body);
  z-index: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
#sylvanian_families .spot--anime1, #sylvanian_families .spot--anime2, #sylvanian_families .spot--anime3, #sylvanian_families .spot--anime4, #sylvanian_families .spot--music, #sylvanian_families .spot--flag {
  z-index: 2;
}
#sylvanian_families .spot--anime1 {
  width: calc(711 / 828 * 100%);
  margin: calc(238 / 828 * 100%) 0 0 calc(59 / 828 * 100%);
}
#sylvanian_families .spot--music {
  width: calc(29 / 828 * 100%);
  margin: calc(773 / 828 * 100%) 0 0 calc(630 / 828 * 100%);
}
#sylvanian_families .spot--anime2 {
  width: calc(160 / 828 * 100%);
  margin: calc(1414 / 828 * 100%) 0 0 calc(668 / 828 * 100%);
}
#sylvanian_families .spot--flag {
  width: calc(55 / 828 * 100%);
  margin: calc(1477 / 828 * 100%) 0 0 calc(387 / 828 * 100%);
}
#sylvanian_families .spot--anime3 {
  width: calc(93 / 828 * 100%);
  margin: calc(1691 / 828 * 100%) 0 0 calc(50 / 828 * 100%);
}
#sylvanian_families .spot--anime4 {
  width: calc(337 / 828 * 100%);
  margin: calc(2350 / 828 * 100%) 0 0 calc(453 / 828 * 100%);
  z-index: 4;
}
#sylvanian_families .spot--body {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: calc(183 / 828 * 100%);
  padding-bottom: calc(232 / 828 * 100%);
}
#sylvanian_families .spot--ttl {
  width: calc(520 / 828 * 100%);
  margin: 0 auto;
}
#sylvanian_families .spot--date {
  width: calc(382 / 828 * 100%);
  margin: calc(42 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--text1 {
  margin: calc(48 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--img1 {
  width: calc(400 / 828 * 100%);
  margin: calc(55 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--place {
  margin: calc(18 / 828 * 100%) 0 0;
}
#sylvanian_families .spot--head {
  width: calc(459 / 828 * 100%);
  margin: calc(181 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--text2 {
  margin: calc(41 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--img2 {
  width: calc(720 / 828 * 100%);
  margin: calc(69 / 828 * 100%) auto 0;
}
#sylvanian_families .spot--note {
  margin: calc(62 / 828 * 100%) 0 0 calc(64 / 828 * 100%);
}
#sylvanian_families .spot--coming {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(230 / 401 * 100%);
  margin: calc(62 / 401 * 100%) 0 0 calc(291 / 401 * 100%);
}
#sylvanian_families .spot--coming2 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(230 / 720 * 100%);
  margin: calc(-28 / 720 * 100%) 0 0 calc(29 / 720 * 100%);
}
#sylvanian_families .spot--lead {
  color: var(--color-text);
  font-size: var(--size-31);
  text-align: center;
  line-height: 1.8387096774;
  letter-spacing: 0.05em;
}
#sylvanian_families .spot--place {
  color: var(--color-text);
  font-size: var(--size-28);
  text-align: center;
  letter-spacing: 0.05em;
}
#sylvanian_families .spot--note {
  color: var(--color-text);
  font-size: var(--size-24);
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp {
  position: relative;
  z-index: 1;
  margin-top: calc(-137 / 828 * 100%);
}
#sylvanian_families .stamp--bg, #sylvanian_families .stamp--frame-top, #sylvanian_families .stamp--entrybg, #sylvanian_families .stamp--bubble1, #sylvanian_families .stamp--bubble2, #sylvanian_families .stamp--anime1, #sylvanian_families .stamp--anime2, #sylvanian_families .stamp--imgbottom, #sylvanian_families .stamp--orderimg {
  top: 0;
  left: 0;
}
#sylvanian_families .stamp--bg {
  background: var(--color-stamp-body);
  width: 100%;
  height: 0;
  padding-top: calc(2984 / 828 * 100%);
  margin-top: calc(266 / 828 * 100%);
  position: absolute;
  z-index: 0;
}
#sylvanian_families .stamp--frame-top {
  width: 100%;
}
#sylvanian_families .stamp--frame-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
#sylvanian_families .stamp--frame-bottom:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 300%;
  background: var(--color-stamp-body);
  z-index: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
#sylvanian_families .stamp--entrybg {
  width: calc(710 / 828 * 100%);
  margin: calc(1677 / 828 * 100%) 0 0 calc(59 / 828 * 100%);
  position: absolute;
  z-index: 1;
}
#sylvanian_families .stamp--bubble1, #sylvanian_families .stamp--bubble2, #sylvanian_families .stamp--anime1, #sylvanian_families .stamp--anime2, #sylvanian_families .stamp--imgbottom, #sylvanian_families .stamp--orderimg {
  z-index: 2;
}
#sylvanian_families .stamp--bubble1 {
  width: calc(741 / 828 * 100%);
  margin: calc(247 / 828 * 100%) 0 0 calc(43 / 828 * 100%);
}
#sylvanian_families .stamp--anime1 {
  width: calc(726 / 828 * 100%);
  margin: calc(605 / 828 * 100%) 0 0 calc(46 / 828 * 100%);
}
#sylvanian_families .stamp--anime2 {
  width: calc(164 / 828 * 100%);
  margin: calc(1530 / 828 * 100%) 0 0 calc(574 / 828 * 100%);
  z-index: 0;
}
#sylvanian_families .stamp--orderimg {
  width: calc(91 / 828 * 100%);
  margin: calc(2118 / 828 * 100%) 0 0 calc(112 / 828 * 100%);
}
#sylvanian_families .stamp--imgbottom {
  width: calc(373 / 828 * 100%);
  margin: calc(3222 / 828 * 100%) 0 0 calc(228 / 828 * 100%);
}
#sylvanian_families .stamp--bubble2 {
  width: calc(741 / 828 * 100%);
  margin: calc(3301 / 828 * 100%) 0 0 calc(43 / 828 * 100%);
}
#sylvanian_families .stamp--body {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: calc(177 / 828 * 100%);
  padding-bottom: calc(560 / 828 * 100%);
}
#sylvanian_families .stamp--ttl {
  width: calc(544 / 828 * 100%);
  margin: 0 auto;
}
#sylvanian_families .stamp--date {
  width: calc(386 / 828 * 100%);
  margin: calc(40 / 828 * 100%) auto 0;
}
#sylvanian_families .stamp--lead {
  width: calc(486 / 828 * 100%);
  margin: calc(61 / 828 * 100%) auto 0;
}
#sylvanian_families .stamp--card {
  width: calc(701 / 828 * 100%);
  margin: calc(-18 / 828 * 100%) auto 0;
}
#sylvanian_families .stamp--btn {
  display: block;
  width: calc(475 / 828 * 100%);
  margin: calc(28 / 828 * 100%) auto 0;
}
#sylvanian_families .stamp--desc {
  margin: calc(37 / 828 * 100%) 0 0;
  text-align: center;
}
#sylvanian_families .stamp--cardplace {
  margin: calc(18 / 828 * 100%) 0 0;
  text-align: center;
}
#sylvanian_families .stamp--entryttl {
  width: calc(244 / 828 * 100%);
  margin: calc(36 / 828 * 100%) 0 0;
}
#sylvanian_families .stamp--orderttl {
  width: calc(397 / 828 * 100%);
  margin: calc(50 / 828 * 100%) 0 0 calc(220 / 828 * 100%);
}
#sylvanian_families .stamp--note {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(1445 / 828 * 100%) 0 0 calc(510 / 828 * 100%);
}
#sylvanian_families .stamp--coming {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(230 / 701 * 100%);
  margin: calc(41 / 701 * 100%) 0 0 calc(468 / 701 * 100%);
}
#sylvanian_families .stamp--desc {
  color: var(--color-navy);
  font-size: var(--size-31);
  line-height: 1.7741935484;
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp--note {
  color: var(--color-navy);
  font-size: var(--size-24);
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp--cardplace {
  color: var(--color-navy);
  font-size: var(--size-30);
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp-step {
  display: flex;
  align-items: flex-start;
  width: calc(615 / 828 * 100%);
  margin-left: calc(104 / 828 * 100%);
}
#sylvanian_families .stamp-step1 {
  margin-top: calc(26 / 828 * 100%);
}
#sylvanian_families .stamp-step2 {
  margin-top: calc(40 / 828 * 100%);
}
#sylvanian_families .stamp-step--num {
  flex: 0 0 auto;
  width: calc(56 / 615 * 100%);
  margin-right: calc(28 / 615 * 100%);
}
#sylvanian_families .stamp-step--txt {
  flex: 1;
  margin: 0;
  color: var(--color-navy);
  font-size: var(--size-30);
  line-height: 1.6333333333;
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp-floor {
  width: calc(660 / 828 * 100%);
  margin: calc(48 / 828 * 100%) 0 0 calc(110 / 828 * 100%);
  list-style: none;
  padding: 0;
  display: flow-root;
}
#sylvanian_families .stamp-floor--row {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(27 / 660 * 100%);
}
#sylvanian_families .stamp-floor--icon {
  flex: 0 0 auto;
  width: calc(45 / 660 * 100%);
  margin-right: calc(32 / 660 * 100%);
}
#sylvanian_families .stamp-floor--fl {
  flex: 0 0 auto;
  width: calc(63 / 660 * 100%);
  color: var(--color-stamp-floor);
  font-size: var(--size-30);
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
}
#sylvanian_families .stamp-floor--shop {
  flex: 1;
  color: var(--color-navy);
  font-size: var(--size-30);
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker {
  position: relative;
  z-index: 1;
  margin-top: calc(-139 / 828 * 100%);
}
#sylvanian_families .sticker--bg, #sylvanian_families .sticker--frame-top, #sylvanian_families .sticker--exchangebg, #sylvanian_families .sticker--anime1, #sylvanian_families .sticker--anime2, #sylvanian_families .sticker--anime3, #sylvanian_families .sticker--cloud1, #sylvanian_families .sticker--cloud2, #sylvanian_families .sticker--deco {
  top: 0;
  left: 0;
}
#sylvanian_families .sticker--bg {
  background: var(--color-sticker-body);
  width: 100%;
  height: 0;
  padding-top: calc(3381 / 828 * 100%);
  margin-top: calc(304 / 828 * 100%);
  position: absolute;
  z-index: 0;
}
#sylvanian_families .sticker--frame-top {
  width: 100%;
}
#sylvanian_families .sticker--frame-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
#sylvanian_families .sticker--frame-bottom:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 300%;
  background: var(--color-sticker-body);
  z-index: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
#sylvanian_families .sticker--exchangebg {
  width: calc(710 / 828 * 100%);
  margin: calc(2475 / 828 * 100%) 0 0 calc(59 / 828 * 100%);
  position: absolute;
  z-index: 1;
}
#sylvanian_families .sticker--anime1, #sylvanian_families .sticker--anime2, #sylvanian_families .sticker--anime3, #sylvanian_families .sticker--cloud1, #sylvanian_families .sticker--cloud2, #sylvanian_families .sticker--deco {
  z-index: 2;
}
#sylvanian_families .sticker--anime1 {
  width: calc(731 / 828 * 100%);
  margin: calc(235 / 828 * 100%) 0 0 calc(49 / 828 * 100%);
}
#sylvanian_families .sticker--cloud1 {
  width: calc(188 / 828 * 100%);
  margin: calc(1287 / 828 * 100%) 0 0;
}
#sylvanian_families .sticker--cloud2 {
  width: calc(221 / 828 * 100%);
  margin: calc(2080 / 828 * 100%) 0 0 calc(607 / 828 * 100%);
}
#sylvanian_families .sticker--anime2 {
  width: calc(193 / 828 * 100%);
  margin: calc(2156 / 828 * 100%) 0 0 calc(60 / 828 * 100%);
}
#sylvanian_families .sticker--deco {
  width: calc(108 / 828 * 100%);
  margin: calc(2414 / 828 * 100%) 0 0 calc(657 / 828 * 100%);
}
#sylvanian_families .sticker--anime3 {
  width: calc(700 / 828 * 100%);
  margin: calc(3535 / 828 * 100%) 0 0 calc(64 / 828 * 100%);
}
#sylvanian_families .sticker--body {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: calc(171 / 828 * 100%);
  padding-bottom: calc(300 / 828 * 100%);
}
#sylvanian_families .sticker--ttl {
  width: calc(642 / 828 * 100%);
  margin: 0 auto;
}
#sylvanian_families .sticker--date {
  width: calc(383 / 828 * 100%);
  margin: calc(39 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--headlineup {
  width: calc(709 / 828 * 100%);
  margin: calc(56 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--img1 {
  width: calc(698 / 828 * 100%);
  margin: calc(126 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--date1 {
  width: calc(362 / 828 * 100%);
  margin: calc(24 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--img2 {
  width: calc(698 / 828 * 100%);
  margin: calc(138 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--date2 {
  width: calc(364 / 828 * 100%);
  margin: calc(29 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--headpresent {
  width: calc(548 / 828 * 100%);
  margin: calc(55 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--imgpresent {
  width: calc(269 / 828 * 100%);
  margin: calc(46 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--btn {
  display: block;
  width: calc(541 / 828 * 100%);
  margin: calc(20 / 828 * 100%) auto 0;
}
#sylvanian_families .sticker--desc, #sylvanian_families .sticker--caption, #sylvanian_families .sticker--notettl {
  text-align: center;
}
#sylvanian_families .sticker--desc {
  margin: calc(45 / 828 * 100%) 0 0;
}
#sylvanian_families .sticker--caption {
  margin: calc(28 / 828 * 100%) 0 0;
}
#sylvanian_families .sticker--notettl {
  margin: calc(72 / 828 * 100%) 0 0;
}
#sylvanian_families .sticker--num1, #sylvanian_families .sticker--num2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(121 / 828 * 100%);
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}
#sylvanian_families .sticker--num1 {
  margin-top: calc(998 / 828 * 100%);
}
#sylvanian_families .sticker--num2 {
  margin-top: calc(1457 / 828 * 100%);
}
#sylvanian_families .sticker--note {
  margin: calc(108 / 828 * 100%) 0 0 calc(504 / 828 * 100%);
  color: var(--color-navy);
  font-size: var(--size-25);
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker--exchange {
  width: calc(738 / 828 * 100%);
  margin: calc(121 / 828 * 100%) 0 0 calc(45 / 828 * 100%);
  display: grid;
  grid-template-columns: calc(297 / 738 * 100%) 1fr;
  align-items: start;
  row-gap: calc(27 / 738 * 100%);
}
#sylvanian_families .sticker--placelabel {
  width: calc(261 / 297 * 100%);
  margin: 0;
}
#sylvanian_families .sticker--timelabel {
  width: calc(175 / 297 * 100%);
  margin: 0;
}
#sylvanian_families .sticker--placetxt, #sylvanian_families .sticker--timetxt {
  margin: calc(7 / 828 * 100%) 0 0;
  color: var(--color-navy);
  font-size: var(--size-30);
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker--lead-txt {
  color: var(--color-navy);
  font-size: var(--size-31);
  line-height: 1.8387096774;
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker--small {
  font-size: var(--size-17);
}
#sylvanian_families .sticker--caption {
  color: var(--color-navy);
  font-size: var(--size-31);
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker--notettl {
  color: var(--color-navy);
  font-size: var(--size-27);
  letter-spacing: 0.2em;
}
#sylvanian_families .sticker-notes {
  width: calc(613 / 828 * 100%);
  margin: calc(25 / 828 * 100%) 0 0 calc(110 / 828 * 100%);
  list-style: none;
  padding: 0;
  display: flow-root;
  color: var(--color-navy);
  font-size: var(--size-25);
  line-height: 1.72;
  letter-spacing: 0.05em;
}
#sylvanian_families .sticker-notes--item {
  display: flex;
  align-items: flex-start;
}
#sylvanian_families .sticker-notes--mark {
  flex: 0 0 auto;
  width: calc(47 / 613 * 100%);
}
#sylvanian_families .sticker-notes--txt {
  flex: 1;
}
#sylvanian_families .shops {
  position: relative;
  z-index: 1;
  margin-top: calc(-134 / 828 * 100%);
}
#sylvanian_families .shops--bg, #sylvanian_families .shops--frame-top, #sylvanian_families .shops--anime, #sylvanian_families .shops--animefooter {
  top: 0;
  left: 0;
}
#sylvanian_families .shops--bg {
  background: var(--color-shops-body);
  width: 100%;
  height: 0;
  padding-top: calc(1497 / 828 * 100%);
  margin-top: calc(304 / 828 * 100%);
  position: absolute;
  z-index: 0;
}
#sylvanian_families .shops--frame-top {
  width: 100%;
}
#sylvanian_families .shops--anime {
  width: calc(731 / 828 * 100%);
  margin: calc(220 / 828 * 100%) 0 0 calc(48 / 828 * 100%);
  z-index: 2;
}
#sylvanian_families .shops--animefooter {
  width: calc(171 / 828 * 100%);
  margin: 0 0 0 calc(634 / 828 * 100%);
  top: inherit;
  bottom: 0;
  z-index: 2;
}
#sylvanian_families .shops--body {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: calc(249 / 828 * 100%);
  padding-bottom: calc(79 / 828 * 100%);
}
#sylvanian_families .shops--ttl {
  width: calc(423 / 828 * 100%);
  margin: 0 auto calc(80 / 828 * 100%);
}
#sylvanian_families .shops--note {
  margin: calc(84 / 828 * 100%) 0 0 calc(71 / 828 * 100%);
  color: var(--color-navy);
  font-size: var(--size-25);
  line-height: 1.56;
  letter-spacing: 0.05em;
}
#sylvanian_families .shops--epoch {
  width: calc(115 / 828 * 100%);
  margin: calc(15 / 828 * 100%) 0 0 calc(73 / 828 * 100%);
}
#sylvanian_families .shop-slider {
  width: 100%;
  position: relative;
}
#sylvanian_families .shop-slider .swiper,
#sylvanian_families .shop-slider .swiper-wrapper {
  height: 100%;
}
#sylvanian_families .shop-slider--arrow {
  width: calc(98 / 828 * 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#sylvanian_families .shop-slider--prev {
  left: 0;
  margin: calc(210 / 828 * 100%) 0 0 calc(25 / 828 * 100%);
}
#sylvanian_families .shop-slider--next {
  right: 0;
  margin: calc(210 / 828 * 100%) calc(21 / 828 * 100%) 0 0;
}
#sylvanian_families .shop-slide {
  display: block;
  text-decoration: none;
}
#sylvanian_families .shop-slide--thumb {
  width: calc(712 / 828 * 100%);
  margin: 0 auto;
}
#sylvanian_families .shop-slide--name {
  color: var(--color-navy);
  font-size: var(--size-31);
  line-height: 1.3225806452;
  text-align: center;
  letter-spacing: 0.05em;
  margin: calc(67 / 828 * 100%) 0 0;
}
#sylvanian_families .shop-slide--btn {
  width: calc(541 / 828 * 100%);
  margin: calc(54 / 828 * 100%) auto 0;
}
#sylvanian_families .modal {
  display: none;
}
#sylvanian_families .modal img {
  display: block;
  width: 100%;
  height: auto;
}
#sylvanian_families .modal--btn {
  cursor: pointer;
}
#sylvanian_families .modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow-x: hidden;
  overflow-y: auto;
}
#sylvanian_families .modal-content {
  display: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#sylvanian_families .modal-content--open {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 100%;
}
#sylvanian_families .modal-content.show .modal-box {
  opacity: 1;
}
#sylvanian_families .modal-box {
  box-sizing: border-box;
  margin: 9.6618357488vw 0;
  position: relative;
  background: #d2f1ff;
  border-radius: 14.4927536232vw;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media only screen and (min-width: 829px) {
  #sylvanian_families .modal-box {
    margin: 2.5vh 0;
    border-radius: 120px;
  }
}
#sylvanian_families .modal-overlay {
  width: 100%;
  height: 100%;
  background: #66c8ff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#sylvanian_families .modal--close {
  cursor: pointer;
}
#sylvanian_families #modal_shop .modal-box {
  width: calc(712 / 828 * 100%);
  min-height: 149.154589372vw;
}
@media only screen and (min-width: 829px) {
  #sylvanian_families #modal_shop .modal-box {
    width: 51.8866396761vh;
    min-height: 90vh;
  }
}
#sylvanian_families #modal_shop .modal-box--deco {
  width: calc(623 / 712 * 100%);
  position: absolute;
  top: 0;
  left: calc(34 / 712 * 100%);
  z-index: 1;
  pointer-events: none;
}
#sylvanian_families #modal_shop .modal-shop--close {
  width: calc(234 / 712 * 100%);
  position: absolute;
  top: 0;
  margin-top: calc(-51 / 712 * 100%);
  right: calc(-100 / 712 * 100%);
  z-index: 3;
}
#sylvanian_families #modal_shop .modal-shop {
  width: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: calc(164 / 712 * 100%) calc(50 / 712 * 100%) calc(80 / 712 * 100%);
}
#sylvanian_families #modal_shop .modal-shop--head {
  width: calc(247 / 612 * 100%);
  margin: 0 auto calc(53 / 612 * 100%);
}
#sylvanian_families #modal_shop .modal-shop--txt {
  margin: 0 0 calc(42 / 612 * 100%);
  color: var(--color-navy);
  font-size: var(--size-29);
  letter-spacing: 0;
  line-height: 1.6206896552;
}
#sylvanian_families #modal_shop .modal-shop--notes {
  margin: 0;
  color: var(--color-navy);
  font-size: var(--size-25);
  letter-spacing: 0;
  line-height: 1.52;
  text-indent: -1em;
  padding-left: 1em;
}
#sylvanian_families #modal_shop .modal-shop--notes:before {
  content: "・";
  display: inline;
}
#sylvanian_families .footer {
  background: #fff;
  padding: 0.1px 0 0 0;
  position: relative;
  z-index: 3;
}
#sylvanian_families .footer--logo {
  width: calc(175 / 828 * 100%);
  margin: calc(39 / 828 * 100%) auto calc(32 / 828 * 100%);
}
#sylvanian_families .footer-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(59 / 828 * 100%);
}
#sylvanian_families .footer-sns--logo {
  width: calc(72 / 828 * 100%);
  margin: 0 calc(15 / 828 * 100%);
}
#sylvanian_families .footer--copyright {
  width: calc(622 / 828 * 100%);
  margin: 0 auto;
  padding-bottom: calc(23 / 828 * 100%);
}
#sylvanian_families .wait,
#sylvanian_families .waiting {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#sylvanian_families .animation,
#sylvanian_families .animating {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}