@charset "utf-8";


.kvArea {
  width: 100%;
  max-width: 2000px;
  min-width: 960px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kv_lead {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 60px 0 0;
  background: #fff;
}

.mb-118 {
  margin-bottom: 118px;
}


/* entry btn */
.mamawariEntry {
  text-align: center;
}

.mamawariEntry .inner {
  width: 960px;
  margin: 0 auto;
  padding: 56px 0;
  height: auto;
}

.mamawariEntry .lead {
  text-align: left;
  font-size: 12px;
  padding: 30px 0 0;
}
.mamawariEntry_text {
  color: #ff41be !important;
  font-weight: 700;
}




/* ----メインコンテンツ---- */
.mamawari_relative {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-top: 90px;
}
.mamawari_content {
  margin: 0 auto;
  /* padding: 71px 0 61px; */
}

/* 中身のコンテンツ */
.mamawari_content_inner {
  width: 960px;
  margin: 0 auto;
}
/* .content_bg_gray {
  background-color: #f9f9f4;
} */

/* h2要素 */
.headline-bar {
  /* position: absolute;
  top: -138px;
  left: 0;
  right: 0; */
  margin-left: auto;
  margin-right: auto;
  transform: none;
  display: flex;
  align-items: center;
  width: auto;
}

/* #special_event .headline-bar {
  position: absolute;
  top: -154px;
} */

.headline-container {
  position: relative;
}

/* ゴールドの線 */
.gold-line {
  width: auto;
  height: 8px;
}

.gold-line img {
  width: 100%;
  height: auto;
  display: block;
}

/* about */
.aboutArea {
  padding-top: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(https://r.r10s.jp/evt/event/brand/campaign/mamawari/_pc/img/20250711/brand_day.png) center top no-repeat;
  background-size: 2000px 664px;
}

.aboutArea .btn {
  margin-top: 90px;
}


/* 検索フォーム */
.searchForm {
  width: 820px;
  margin: 0 auto 8px;
}

.mamawari_content_inner .ecm-search-input {
  padding-left: 33px !important;
}

.mamawari_content_inner .ecm-search {
  border: 3px solid #460000 !important;
  height: 70px !important;
}

.mamawari_content_inner .ecm-search-submit {
  background-color: #4e3328 !important;
  width: 130px !important;
  display: flex; /* アイコンとテキストを横並び */
  align-items: center;
  justify-content: center;
}
.mamawari_content_inner .ecm-search-submit .ecm-icon-search {
  margin-right: 5px;
}
.mamawari_content_inner .ecm-icon-search:before {
    content: url(https://r.r10s.jp/evt/event/brand/campaign/mamawari/_pc/img/20250711/icon_search.png);
}

.mamawari_content_inner .ecm-search-submit .ecm-search-text {
  color: #fff;
  font-size: 16px;
}
/* 検索キーワード */
.searchKeyword {
  width: 820px;
  margin: 0 auto;
}
.searchKeyword .ecm-pill {
  background-color: #fff;
  border: none !important;
  color: #460000 !important;
  box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 1);
  border-radius: 29px !important;
}


/* icon */
.icon_blank_blue {
  color: #0783c2;
  font-size: 14px;
  margin: 0 3px;
}

.icon_blank_blue::before {
  vertical-align: baseline;
}


/* step */
.rgu-step {
  width: 620px;
  margin: 24px auto 0;
}

.rgu-step .rgu-step__wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.rgu-step .rgu-step__number {
  width: 48px;
  flex-grow: 0;
  box-sizing: border-box;
  margin-right: 12px;
}

.rgu-step .rgu-step__content {
  width: 560px;
  margin: 0 auto;
  flex-grow: 1;
}

.rgu-step .rgu-step__numberImage {
  width: 100%;
}

.rgu-step__wrap:not(:first-of-type) {
  margin-top: 32px;
}

.rgu-step .rgu-step__wrap:not(:first-of-type)::before {
  content: '';
  background: url(https://r.r10s.jp/evt/event/family/_pc/img/cmn_ui/entry_step_arrow.png) center/cover;
  width: 48px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -36px;
  left: 0;
}

/* メンバー登録ボタン */
.rgu-step .rc-button.-entry {
  width: 100%;
  background-color: #ff41be;
  border-radius: 1000px;
  border: none;
  font-weight: bold;
  overflow: hidden;
  padding: 20px 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.rgu-step .rc-button__text {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.rgu-step .rcEntryButton button {
  width: 560px;
  height: 65px;
}

.rgu-step-simpleform {
  width: 560px;
  margin: 24px auto 0;
}

.rgu-step-simpleform .rgu-step__header {
  /* display: flex;
  align-items: end; */
  margin-bottom: 8px;
}

.rgu-step-simpleform .rgu-step__number {
  width: 72px;
}

.rgu-step-simpleform .rgu-step__content {
  width: 100%;
  position: relative;
}

.rgu-step-simpleform .rgu-step__text {
  width: 570px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: -28px;
  left: 0;
}

.rgu-step-simpleform .rgu-step__numberImage {
  width: 100%;
}

.rc-custom-button,
.rcEntryButton-button {
  height: 72px !important;
}

.rc-custom-button {
  width: 480px;
  height: 80px;
  font-size: 20px;
  background: #ff41be;
  border: 1px solid #ff41be;
  border-radius: 40px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 1.25px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  appearance: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}


/* 20240726_CNP_add */
.brandday-brandslogo__glaybox {
    /* background-color: #f0f0f0; */
    padding: 56px 24px 40px;
    box-sizing: border-box;
    margin-bottom: 36px;
    background: url(https://r.r10s.jp/evt/event/brand/campaign/_pc/img/20240726/contents/brand_fashion_bg01.png) repeat-y;
}

.brandday-brandslogo__glaybox:nth-of-type(even) {
    background: url(https://r.r10s.jp/evt/event/brand/campaign/_pc/img/20240726/contents/brand_fashion_bg02.png) repeat-y;
    background-size: 100% 100%;
    margin-bottom: 68px;
}
.brandday-brandslogo__glaybox .brandday-brandslogo__logosubtitle {
    margin-bottom: 40px;
}
.brandday-topBrand {
    width: 920px;
    margin: 0 auto;
}
.ecm-column[data-layout="brand"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -.5em auto 0;
    width: calc(100% - 128px);
}
.ecm-column[data-layout="brand"] > * {
    display: flex;
    /* margin: 1.5em 0 0 0; */
    font-size: 14px;
    letter-spacing: 0.06em;
}
.ecm-column[data-layout="brand"] .ecm-navigationLink__link {
    height: auto;
}
.ecm-column[data-layout="brand"] .ecm-navigationLink__text {
    flex: 1 1 auto;
    line-height: 1.2;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    color: #3e0000;
    font-size: 16px;
    margin-bottom: 16px;
}
.ecm-column[data-layout="brand"] .ecm-navigationLink__text::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 13px;
    margin: auto;
    background-color: #d0bcb8;
}
.ecm-column[data-layout="brand"] .ecm-navigationLink:last-of-type .ecm-navigationLink__text::after {
    content: none;
}

.brandday-limitedItemsTitle-text {
  font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif !important;
}


/* 20250711_CNP_add cnt_all */
.mamawari-brandslogo__subtitle {
  margin: 0 0 32px;
}
.brandday-pickup__bannerItem {
    overflow: hidden;
    border-radius: 4px;
}
.brandday-pickup__bannerItem .brandday-fluidImage {
    border: none !important;
}
.brandday-fluidImage {
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #ebebeb;
    image-rendering: -webkit-optimize-contrast;
}
#mamawari_list .brandday-allBrands__content > * {
    position: relative;
}
.brandday-allBrandsCategory__bannerInner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.brandday-allBrandsCategory__bannerItem {
    width: calc((100% - 96px) / 5);
    margin-right: 24px;
    margin-bottom: 24px;
}
.brandday-allBrandsCategory__bannerInner > :nth-child(5n), .brandday-allBrandsCategory__bannerInner > :last-child {
    margin-right: 0 !important;
}
 /* ↓ 20240116 ↓ */
    .rc-custom-button,
    .rcEntryButton-button{
      height: 72px !important;
    }
  
    .rl-column[data-layout="brand"] > * + ::before {
        content: none !important;
        margin: 0 0 !important;
    }
  /* ↑ 20240116 ↑ */

  /* フローティングナビ */
.brandday_floatingRightNavi .ecm-floating-menu {
    width: 218px;
}
.brandday_floatingRightNavi .ecm-floating-nav-pill {
    background: #f4f0e9;
    color: #3e0000;
    font-size: 14px;
    padding: 9.5px 20px;
    border-radius: 4px 0 0 4px;
    font-weight: bold;
    font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif !important;
}
.brandday_floatingRightNavi .ecm-floating-nav-pill[data-in-viewport="true"], .brandday_floatingRightNavi .ecm-floating-nav-pill:hover {
    background: #b50012;
    color: #ffffff;
}

/* 20250711_CNP_add cnt_all 対象ショップ一覧 対象アイテム限定ショップ */
.brandday-shoplist {
    margin-top: 40px;
    margin-bottom: 72px;
}
.brandday-shoplist__title {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}
.brandday-shoplist__subtitle {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.brandday-shoplist-conts {
    letter-spacing: -0.5em;
    margin: -12px 0 0 -10px;
}
.brandday-shoplist-conts li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 310px;
    margin: 12px 0 0 10px;
}
.brandday-shoplist-conts li:before {
    display: inline-block;
    content: "・";
    color: #333333;
}
.brandday-shoplist-conts li a {
    color: #333333;
    font-size: 14px;
}

/* 20250711_CNP_add cnt_all */
.brandday-shoplist {
    margin-top: 40px;
    margin-bottom: 72px;
}



#brand_fashion .brandday-allBrands__content > * {
    position: relative;
}