@charset "UTF-8";
/* ------------------------------------------------------------

Preset

------------------------------------------------------------ */
html, body {
  overflow-x: hidden;
}

/*
Wrapper
---------------------------------------------- */
.ecm-wrap[data-layout=moomin] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.ecm-container[data-layout=moomin] {
  margin-bottom: max(36px, min(11.25vw, 80px));
}

.md-hover-opacity-80 img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

/* ------------------------------------------------------------

アルコル（通常） [.ecm-alcor]

------------------------------------------------------------ */
.ecm-alcor[data-layout=genre] {
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ecm-alcor[data-layout=genre]::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent #0f3b57 #0f3b57 transparent;
}
.ecm-alcor[data-layout=genre] .ecm-alcor-body {
  padding: 8px;
}
.ecm-alcor[data-layout=genre] .ecm-alcor-shop-link {
  font-size: 12px;
  line-height: 16px;
}

/* ------------------------------------------------------------

看板 [.ecm-kanban]

------------------------------------------------------------ */
.ecm-kanban[data-layout=moomin] {
  display: flex;
  flex-direction: column;
  max-width: inherit;
}
.ecm-kanban[data-layout=moomin] picture {
  order: 2;
}
.ecm-kanban[data-layout=moomin] .ecm-kanban-text {
  text-align: center;
  position: relative;
  bottom: initial;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  height: 48px;
  padding: 0;
}
.ecm-kanban[data-layout=moomin] .ecm-kanban-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #0f3b57;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.ecm-kanban[data-layout=moomin] .ecm-kanban-text-title {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

/* ------------------------------------------------------------

フローティング・ナビ（ヘッダー） [.ecm-floating-navi-container]

------------------------------------------------------------ */
.ecm-floating-navi-container[data-layout=moomin] {
  border: none!important;
  background-color: #0f3b57;
}
.ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi {
  max-width: 960px;
  height: 64px;
  margin: auto;
}
.ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi-item {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  flex: 1 1 auto;
}
.ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi-item[data-in-viewport="true"] {
  border-color: #fff;
}
@media (hover: none) {
  .ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi-item:active {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .ecm-floating-navi-container[data-layout=moomin] .ecm-floating-navi-item:hover {
    opacity: 0.8;
  }
}

/* ------------------------------------------------------------

テキストボタン [.ecm-button]

------------------------------------------------------------ */
.ecm-button[data-layout=genre] {
  font-size: max(18px, min(5.625vw, 23px));
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max(250px, min(78.125vw, 320px));
  height: max(50px, min(15.625vw, 80px));
  margin: 0 auto;
  padding: 0 max(8px, min(2.5vw, 19px));
  background-color: #0f3b57;
}
@media screen and (max-width: 47.9375rem) {
  .ecm-button[data-layout=genre] {
    border-radius: 8px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 48rem) {
  .ecm-button[data-layout=genre] {
    border-radius: 12px;
    margin-top: 64px;
  }
}
.ecm-button[data-layout=genre] > span {
  flex: 1;
}

/* ------------------------------------------------------------

Footer [.footer]

------------------------------------------------------------ */
.footer[data-layout=moomin] {
  margin-top: max(36px, min(11.25vw, 80px));
}

/* ------------------------------------------------------------

Article [.article]

------------------------------------------------------------ */
.article[data-layout=moomin]::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #9bcf9e;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  speak: none;
}

/* ------------------------------------------------------------

Section [.section]

------------------------------------------------------------ */
.section[data-layout=moomin] .section__heading {
  font-size: max(14px, min(4.375vw, 22px));
  font-weight: bold;
  color: #2a76bd;
  text-align: center;
}
.section[data-layout=moomin] .section__inner {
  margin-top: max(16px, min(5vw, 40px));
}
.section[data-layout=genre] {
  position: relative;
  padding: max(13.6px, min(4.25vw, 40px)) 0 max(36px, min(11.25vw, 72px));
  color: #0f3b57;
}
.section[data-layout=genre]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  speak: none;
}
.section[data-layout=genre]:nth-of-type(odd)::before {
  background-color: #9bcf9e;
}
.section[data-layout=genre]:nth-of-type(even)::before {
  background-color: #f8dc8c;
}
.section[data-layout=genre] .section__heading {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 47.9375rem) {
  .section[data-layout=genre] .section__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 48rem) {
  .section[data-layout=genre] .section__heading {
    font-size: max(24px, min(7.5vw, 30px));
  }
}
.section[data-layout=genre] .section__heading--fashion {
  height: 67px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_fashion.png);
}
.section[data-layout=genre] .section__heading--baby {
  height: 75px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_baby.png);
}
.section[data-layout=genre] .section__heading--kitchen {
  height: 73px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_kitchen.png);
}
.section[data-layout=genre] .section__heading--daily {
  height: 81px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_daily.png);
}
.section[data-layout=genre] .section__heading--interior {
  height: 91px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_interior.png);
}
.section[data-layout=genre] .section__heading--handmade {
  height: 76px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_handmade.png);
}
.section[data-layout=genre] .section__heading--gift {
  height: 99px;
  background-image: url(https://r.r10s.jp/evt/event/moomin/_pc/img/20250530/h2_gift.png);
}
.section[data-layout=genre] .section__inner {
  margin-top: max(16px, min(5vw, 40px));
}
.section--yellow::before {
  background-color: #f8dc8c !important;
}
.section--green::before {
  background-color: #9bcf9e !important;
}