@charset "UTF-8";
/*================================================

Rakuten Fashion THE SALE(楽天ファッション・ザ・セール)

=================================================*/
/* 共通設定　*/
:root {
  --font-weight-bold: "RakutenSansJP2_W-Bold";
  --font-weight-regular: "RakutenSansJP2_W-Regular";
}

.main[data-layout=default] {
  font-family: "RakutenSansJP2_W-Regular";
}
.main[data-layout=default] .font-weight-bold {
  font-family: "RakutenSansJP2_W-Bold";
}

/* 共通設定　*/
.article-default {
  padding-bottom: 64px;
}

.section-default {
  padding-bottom: 64px;
}

.bg-color-ffed8a {
  background-color: #FFED8A;
}

.bg-color-f7e0c4 {
  background-color: #f7e0c4;
}

.bg-color-fdf7ef {
  background-color: #FDF7EF;
}

.bg-color-ffead0 {
  background-color: #FFEAD0;
}

.bg-color-efefef {
  background-color: #EFEFEF;
}

.bg-color-ffffff{
  background-color: #ffffff;
}

.radius-content {
  border-radius: 210px 210px 0 0;
  margin-top: -210px;
  padding: 16px 0 256px;
}
.radius-content-normal {
  border-radius: 210px 210px 0 0;
  padding: 16px 0 0;
}


.content-separate-bottom {
  padding-bottom: 256px;
}

/* 見出し(h2)[component] */
.heading-main {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  text-align: center;
  padding: 24px 0;
  color: #070707;
}

.heading-schedule {
  font-size: 20px;
  color: #000000;
}
.heading-schedule span {
  background-image: linear-gradient(to top, #FFED8A 0%, #FFED8A 37.5%, transparent 37.5%, transparent 100%);
}

.heading-coupon01 {
  font-size: 24px;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  color: #FF0062;
  text-align: center;
  padding: 24px 0;
}
.heading-coupon02 {
  font-size: 24px;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  color: #000000;
  text-align: center;
  padding: 24px 0;
}
.heading-coupon03 {
  font-size: 24px;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  color: #000000;
  text-align: center;
  padding: 24px 0;
}

.heading-entry {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.8;
  font-family: var(--font-weight-bold);
  color: #6A38F5;
  text-align: center;
  padding: 16px 0;
}

/* 見出し(h3)[component] */
.heading-sub {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  text-align: center;
  padding: 32px 0;
  color: #333333;
}

/* 見出し(h4)[component] */
.heading-sub-sub {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--font-weight-regular);
  text-align: center;
  padding: 16px 0;
  color: #333333;
}

/* 開催期間[component] */
.paragragh-date {
  font-size: 13px;
  color: #333333;
  line-height: 1.8;
}

/* クーポン獲得ボタン[component] */
.couponOneClick-status-comingsoon .ecm-coupon-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px, #000 11px), radial-gradient(circle at center right, transparent 0px, transparent 10px, #000 11px);
  background-size: 55% 100%, 55% 100%;
  background-repeat: no-repeat;
  background-position: 0px 50%, 100% 50%;
  border-radius: 4px;
}
.couponOneClick-status-comingsoon .ecm-coupon-cover.-comingsoon{
  display: flex;
}
.couponOneClick-status-comingsoon .ecm-coupon-cover.-comingsoon span{
  font-size: 24px;
}


.ecm-coupon[data-layout=default] .ecm-coupon-discount {
  color: #FF0062;
}
.ecm-coupon[data-layout=default] .ecm-coupon-text {
  color: #ffffff;
  background-color: #FF0062;
}
.ecm-coupon[data-layout=default] .ecm-icon-coupon-filled {
  color: #ffffff;
}
.ecm-coupon[data-layout=default] .ecm-coupon-note {
  font-size: 12px;
  margin-top: 8px;
}

/* coupon01 */
.coupon-layout[data-layout=coupon01] {
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}
.ecm-coupon[data-layout=coupon01] .ecm-coupon-discount {
  color: #ffffff;
}
.ecm-coupon[data-layout=coupon01] .ecm-icon-coupon-filled {
  color: #ffffff;
}
.ecm-coupon[data-layout=coupon01] .ecm-coupon-text {
  color: #ffffff;
  background-color: #FF0062;
}
.ecm-coupon[data-layout=coupon01] .ecm-coupon-title{
  color: #ffffff;
}
.ecm-coupon[data-layout=coupon01] .ecm-coupon-link:before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #FF0062 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #FF0062 12px);
}

/* coupon02 */
.coupon-layout[data-layout=coupon02] {
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}
.ecm-coupon[data-layout=coupon02] .ecm-coupon-discount {
  color: #FF0062;
}
.ecm-coupon[data-layout=coupon02] .ecm-icon-coupon-filled {
  color: #ffffff;
}
.ecm-coupon[data-layout=coupon02] .ecm-coupon-text {
  color: #ffffff;
  background-color: #FF0062;
}
.ecm-coupon[data-layout=coupon02] .ecm-coupon-title{
  color: #333333;
}
.ecm-coupon[data-layout=coupon02] .ecm-coupon-link:before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #ffffff 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #ffffff 12px);
}

/* coupon03 */
.coupon-layout[data-layout=coupon03] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.coupon-layout[data-layout=coupon03] > * {
  width: calc((100% - 32px) / 3);
}
.ecm-coupon[data-layout=coupon03] .ecm-coupon-discount {
  color: #FF0062;
}
.ecm-coupon[data-layout=coupon03] .ecm-icon-coupon-filled {
  color: #ffffff;
}
.ecm-coupon[data-layout=coupon03] .ecm-coupon-text {
  color: #ffffff;
  background-color: #FF0062;
}
.ecm-coupon[data-layout=coupon03] .ecm-coupon-title{
  color: #333333;
}
.ecm-coupon[data-layout=coupon03] .ecm-coupon-link:before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #ffffff 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #ffffff 12px);
}

/* エントリーボタン[component] */
.rcEntryButton[data-layout=default] .rcEntryButton-button {
  width: 470px;
  height: 72px;
  background-color: transparent;
  background-image: linear-gradient(to right, #6A38F5 0%, #6A38F5 50%, #AB20B6 100%);
  border: none;
}

.rcEntryButton[data-layout=default].rcEntryButton-status--applied .rcEntryButton-button,
.rcEntryButton[data-layout=default].rcEntryButton-status--selected .rcEntryButton-button {
  font-family: Hiragino Kaku Gothic ProN;
  font-style: normal;
  font-weight: normal;
  background: #ebf7ec;
  border-color: #069907;
  color: #069907;
  box-shadow: none;
  opacity: 1;
}

.rcEntryButton[data-layout=default].rcEntryButton-status--entered .rcEntryButton-button,
.rcEntryButton[data-layout=default].rcEntryButton-status--before .rcEntryButton-button,
.rcEntryButton[data-layout=default].rcEntryButton-status--closed .rcEntryButton-button {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #717171;
  font-style: normal;
  font-weight: normal;
  height: 48px;
  box-shadow: none;
  opacity: 1;
}

/* アンカーリンク[component] */
.anchorLink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.anchorLink > * {
  flex: 1 1 auto;
  text-align: center;
  color: #333333 !important;
  width: 50%;
  font-size: 14px;
}

.anchorLink [class^=ecm-icon-] {
  margin-left: 8px;
  display: inline-block;
}
.anchorLink a:hover [class^=ecm-icon-] {
  text-decoration: none!important;
}
.anchorLink a._modal{
  display: none;
}
.ecm-modal .anchorLink a._modal{
  display: block;
}
.ecm-modal .anchorLink a._page{
  display: none;
}

/* 打消し文[component] */
.annotation-paragragh-container {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.annotation-paragragh {
  font-size: 12px;
  font-weight: 400;
  color: #8F8F8F;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

/* メッセージ太文字[component] */
.message-paragragh-bold {
  font-weight: normal;
  font-family: var(--font-weight-bold);
  font-size: 14px;
  line-height: 1.6;
}

/* メッセージ[component] */
.message-paragragh {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

.message-paragragh-entry {
  font-weight: normal;
  font-family: var(--font-weight-bold);
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.message-paragragh-entry .em {
  font-size: 40px;
}

/* ボタン[component]　*/
.ecm-button-default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 56px;
  margin: 0 auto;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #333333;
  color: #333333 !important;
  border-radius: 2px;
}

.ecm-button-default .ecm-icon-chevron-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  height: 1em;
}

.d-grid-button-col-1 {
  width: 327px;
  margin: 0 auto;
}

.d-grid-button-col-2 {
  width: 678px;
  margin: 0 auto;
}

.d-grid-button-col-2 > a {
  width: 100%;
}

/* バナー[component] */
.brand-banner > * {
  padding: 11px 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  width: 146.66px;
}

.pickup-banner-col {
  margin-left: auto;
  margin-right: auto;
}

.coupon-shop-banner > * {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.other-banner {
  text-align: center;
}

.other-banner img {
  width: 520px;
}

/* フローティング[component] */
.ecm-floating-coupon {
  top: inherit !important;
}

.ecm-floating-coupon .ecm-floating-coupon-button {
  width: 116px;
  height: 110px;
  top: 0px;
  right: 0px;
  position: relative;
}

.ecm-floating-coupon .ecm-floating-coupon-close {
  border: 0;
  background-color: #333333;
  color: #ffffff;
  box-shadow: none;
  position: absolute;
  top: -8px;
  right: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  z-index: 3;
}

.ecm-floating-search {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.main-tabs-floating .modalOpenButton_search {
  padding-bottom: 12px;
}

.ecm-floating-search img {
  width: 620px;
}

.coupon_bg_anim {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}

.coupon_bg_anim:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 75%);
  background-size: 600% 100%;
  animation: shine 14s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
/* モーダル [component]　*/
#modalFadeInSearch .ecm-modal-content-wrapper {
  max-width: 1024px;
}
#modalFadeInSearch .ecm-modal-content {
  padding: 40px 0px 0px;
  background-color: #FFEAD0;
}
#modalFadeInSearch .ecm-modal-content .tab-contents[data-layout=search] {
  background-color: #FDF7EF;
  padding: 32px 32px 64px;
  border-top: solid 1px #000000;
}

#modalFadeInCoupon .ecm-modal-content-wrapper {
  max-width: 1024px;
}
#modalFadeInCoupon .ecm-modal-content {
  background-color: #FDF7EF;
  padding: 0;
}

#modalFadeInEntry .ecm-modal-content-wrapper {
  max-width: 1024px;
}
#modalFadeInEntry .ecm-modal-content {
  background-color: #FDF7EF;
  padding: 0;
}

#modalFadeInLong1 .ecm-modal-content-wrapper {
  max-width: 1024px;
  height: 100%;
}

.modalOpenButton_entry,
.modalOpenButton_search,
.modalOpenButton_coupon {
  cursor: pointer;
}

.ecm-sheet.fts-modal,
.ecm-modal.fts-modal{
  z-index: 10000;
}

.pointup-shoplist-modal .ecm-modal-content {
  padding: 0px;
  border-radius: 4px;
}
.pointup-shoplist-modal .ecm-modal-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 0px;
  background-color: #FDF7EF;
  padding: 32px 0;
}

.pointup-shoplist-modal .ecm-accordion-item {
  border-bottom: none;
}
.pointup-shoplist-modal .ecm-accordion-trigger-link {
  padding: 0;
}
.pointup-shoplist-modal .ecm-accordion-item .ecm-icon-chevron-right {
  display: none;
}

.pointup-shoplist-modal .fts-tab2 {
  width: 12.5%;
}
/* .pointup-shoplist-modal .fts-tab2 span {
  font-size: 12px;
} */

/* モーダル ブランド一覧[component]　*/
#modalSearchBrand .ecm-modal-content-wrapper {
  max-width: 1024px;
}

#modalSearchBrand .ecm-modal-content {
  padding: 0px;
  background-color: transparent;
}

.rs-m-layer {
  /* position:fixed; */
  width: 100%;
  min-height: 68vh;
  /* top:5vh; */
  margin: 0 auto;
  left: 0;
  right: 0;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", "Meiryo", sans-serif;
  /* opacity:0;
  visibility:hidden; */
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99999;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -ms-transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.rs-m-layer::-webkit-scrollbar {
  width: 0px; /* Remove scrollbar space */
  background: transparent; /* Optional:just make scrollbar invisible */
}

@-moz-document url-prefix() {
  .rs-m-layer::-webkit-scrollba r {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional:just make scrollbar invisible */
  }
  .rs-m-layer .rs-m-shopAlphabetWrap::-webkit-scrollbar,
  .rs-m-layer .rs-m-brandAlphabetWrap::-webkit-scrollbar {
    display: none;
    background: transparent;
  }
}
#rs-m-searchitems.rs-m-active,
.rs-m-layer.rs-m-active {
  opacity: 1;
  visibility: visible;
}

.brandOrShopTtl {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.fs-section.fs-special-wrap {
  position: relative;
}

#rs-m-searchitems .rs-m-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchArea._ev ul {
  display: flex;
  justify-content: space-around;
  width: 380px;
  font-size: 16px;
  margin: 40px auto 14px;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchArea._ev ul li {
  margin: 0 16px 0 0;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchArea._ev ul li label {
  margin: -5px 0 0px 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchArea._ev ul li input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchArea._ev ul li input:checked {
  border: 3px solid #ffffff;
  background: #333333;
  padding: 5px;
}

#rs-m-searchitems .rs-m-wrap .riItemSearch .rs-m-searchField {
  display: flex;
  justify-content: space-between;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchform {
  position: relative;
  width: 632px;
  margin: 16px auto 32px;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchform input {
  position: relative;
  width: 100%;
  padding: 18px 0px;
  border: none;
  text-indent: 16px;
  background: #ffffff;
}

#rs-m-searchitems .rs-m-wrap .rs-m-searchform input:focus {
  outline: none;
  border-bottom: 1px solid #333333;
}

#rs-m-searchitems .rs-m-searchform #rs-m-button {
  position: absolute;
  width: 40px;
  height: 42px;
  top: 7px;
  right: 3px;
  line-height: 2em;
  text-align: center;
  background: none;
  outline: none;
  border: none;
  font-size: 20px;
  color: #9c9c9c;
}

.rs-m-closeicn::before,
.rs-m-closeicn::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 18px;
  background-color: #9c9c9c;
}

.rs-m-closeicn::before {
  transform: rotate(45deg);
  left: 10px;
}

.rs-m-closeicn::after {
  transform: rotate(-45deg);
  right: 10px;
}

#rs-m-searchitems .rs-m-wrap .rs-s-under {
  clear: both;
  position: relative;
  margin: 0 auto;
}

#rs-m-searchitems .rs-s-catg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 632px;
  margin: 0 auto 8px;
}

#rs-m-searchitems .rs-s-catg p {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 30px 16px 0;
}

#rs-m-searchitems .rs-s-catg input {
  display: none;
}

#rs-m-searchitems .rs-s-catg label {
  margin: 0 0 0 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#rs-m-searchitems .rs-s-catg label:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -22px;
  width: 0;
  height: 0;
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
}

#rs-m-searchitems .rs-s-catg input:checked + label:before {
  border: 3px solid #ffffff !important;
  background: #333333;
  padding: 5px;
}

#rs-m-searchitems .rs-s-catg input + label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
}

#rs-m-searchitems .rs-m-submitField {
  display: flex;
  justify-content: center;
  width: 950px;
  margin: 0 auto;
}

#rs-m-searchitems .rs-m-submitField .rs-m-reset {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  width: 145px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  background: #F7F7F7;
  border: 1px solid #D1D1D1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", "Meiryo", sans-serif;
}

#rs-m-searchitems .rs-m-submitField .rs-m-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  width: 232px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #333333;
  border: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", "Meiryo", sans-serif;
  border-radius: 4px;
}

#rs-m-searchitems .rs-m-submitField .rs-m-reset:hover,
#rs-m-searchitems .rs-m-submitField .rs-m-submit:hover {
  opacity: 0.8;
}

#rs-m-searchitems .rs-m-options {
  clear: both;
  position: relative;
  width: 700px;
  margin: 0 auto;
}

#rs-m-searchitems .contents2 form,
#rs-m-searchitems .contents2 form + div {
  margin-bottom: 72px;
}

.rs-m-wrap .rs-m-options ul {
  display: flex;
  justify-content: center;
  margin: 14px 0 20px;
}

.rs-m-wrap .rs-m-options ul li {
  position: relative;
  box-sizing: border-box;
  width: 304px;
  height: 56px;
  margin: 0 12px;
  line-height: 56px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  background: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}

.rs-m-wrap .rs-m-options ul li:hover {
  background: #f1f1f1;
}

.rs-m-notice {
  clear: both;
  position: relative;
  width: 658px;
  margin: 0 auto;
}

.rs-m-notice p {
  display: flex;
}

.rs-m-layer .rs-m-searchheader {
  position: fixed !important;
  top: 0;
  width: 1024px;
  /* height:calc(5vh + 130px); */
  margin: 0 auto;
  right: 0;
  left: 0;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background: #ffffff;
  /* border-bottom:1px solid #ccc; */
  z-index: 9999;
}

.rs-m-layer .rs-m-searchheader h2 {
  margin: 48px 0 0 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

.rs-m-layer .ecm-modal-close {
  position: absolute;
  display: block;
  content: "";
  padding: 6px;
  margin: 0 0 0 4px;
  top: -16px;
  right: -16px;
  height: 28px;
  width: 28px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  line-height: 18px;
  color: #333333;
  font-size: 16px;
  z-index: 10001;
}

.rs-m-layer .rs-m-return._back {
  z-index: 0;
  position: fixed;
  display: block;
  content: "";
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer !important;
  background-color: #ffffff;
}

.rs-m-layer .rs-m-return._back::before,
.rs-m-layer .rs-m-return._back::after {
  display: none;
}

.rs-m-layer .rs-m-brandAlphabetWrap {
  position: fixed;
  top: calc(0vh + 0px);
  padding: 16px 32px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-indent: 15px;
  line-height: 50px;
  -webkit-overflow-scrolling: touch;
  background: #FDF7EF;
  z-index: 0;
}

.rs-m-layer .rs-m-shopAlphabetWrap {
  position: fixed;
  top: calc(5vh + 60px);
  width: 950px;
  height: calc(5vh + 112px);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-indent: 15px;
  line-height: 30px;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  z-index: 0;
}

.rs-m-layer .rs-m-shopAlphabetWrap::-webkit-scrollbar,
.rs-m-layer .rs-m-brandAlphabetWrap::-webkit-scrollbar {
  display: none;
  background: transparent;
}

.rs-m-layer #rs-m-shopAlphabet,
.rs-m-layer #rs-m-brandAlphabet {
  display: flex;
  justify-content: stretch;
}

.rs-m-layer #rs-m-shopAlphabet ul,
.rs-m-layer #rs-m-brandAlphabet ul {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.rs-m-layer #rs-m-shopAlphabet ul li,
.rs-m-layer #rs-m-brandAlphabet ul li {
  position: relative;
  width: auto;
  flex: 1 0 auto;
  font-weight: 400;
  text-indent: 0;
  text-align: center;
}

.rs-m-layer #rs-m-shopAlphabet ul li:last-child::after,
.rs-m-layer #rs-m-brandAlphabet ul li:last-child::after {
  display: none;
}

.rs-m-layer #rs-m-shopAlphabet ul li a,
.rs-m-layer #rs-m-brandAlphabet ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "RakutenSans", arial, sans-serif;
  color: #717171;
  cursor: pointer;
  border-bottom: 2px solid #eceeef;
}

.rs-m-layer #rs-m-shopAlphabet ul li a.active,
.rs-m-layer #rs-m-brandAlphabet ul li a.active,
.rs-m-layer #rs-m-shopAlphabet ul li a:hover,
.rs-m-layer #rs-m-brandAlphabet ul li a:hover {
  color: #333333;
  font-weight: bold;
  font-family: "RakutenSansJP2_W-Bold", arial, sans-serif;
  border-bottom: 2px solid #333333;
  text-decoration: none;
}

.rs-m-layer .rs-m-alphabetlistWrap {
  position: absolute;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0;
  right: 0;
  height: 100%;
  width: 1024px;
  padding: 0 0 0 32px;
  margin: 80px auto 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #ffffff;
  z-index: 9998;
}

.rs-m-layer .rs-m-alphabetlist {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.rs-m-layer .rs-m-alphabetlist + .rs-m-alphabetlist {
  margin-top: 12px;
}

.rs-m-layer .rs-m-alphabetlist p:first-of-type {
  box-sizing: border-box;
  padding: 10px 0;
  width: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.rs-m-layer .rs-m-alphabetlist ul {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.rs-m-layer .rs-m-alphabetlist ul li {
  box-sizing: border-box;
  width: 33.3333333333%;
  margin: 0 0;
  border-bottom: 1px solid #d2d3d5;
}

.rs-m-layer .rs-m-alphabetlist ul li a {
  display: block;
  padding: 13px 0;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  box-sizing: content-box;
}

.rs-m-layer .rs-m-alphabetlist ul li:hover a {
  text-decoration: underline;
}

li.rs-s-catg-all.rs-s-catg-women,
li.rs-s-catg-all.rs-s-catg-men,
li.rs-s-catg-all.rs-s-catg-kids {
  display: list-item;
}

p.rs-s-catg-all.rs-s-catg-women,
p.rs-s-catg-all.rs-s-catg-men,
p.rs-s-catg-all.rs-s-catg-kids {
  display: block;
}

/* ジェンダータブ[component]　*/
.tab-content[data-tab] {
  display: none;
}

.tab-content[data-tab].active {
  display: block;
}

.tabs[data-layout] {
  display: flex;
  width: 960px;
  margin: 0 auto;
  gap: 24px;
}

.tabs[data-layout] .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 54px;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}

.tabs[data-layout=pointup] .tab {
  background-color: #f7f7f7;
}

.tabs[data-layout] .tab.active {
  background-color: #000000;
}

.tabs[data-layout] .tab.active[data-tab=women] {
  color: #ffffff;
}

.tabs[data-layout] .tab.active[data-tab=men] {
  color: #ffffff;
}

.tabs[data-layout] .tab.active[data-tab=kids] {
  color: #ffffff;
}

.ecm-kanban__bottomText[data-tab].active {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.ecm-kanban__bottomText[data-tab=women] {
  background-color: #bf0000;
}

.ecm-kanban__bottomText[data-tab=men] {
  background-color: #bf0000;
  /* background-color: #829bc6; */
}

.ecm-kanban__bottomText[data-tab=kids] {
  background-color: #bf0000;
  /* background-color: #d2b977; */
}

.tab-contents[data-layout=kanban] {
  /* width: 1440px; */
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.tab-contents[data-layout=search] {
  padding: 32px 0 0;
}

.tab-contents[data-layout=default] {
  min-height: 1000px;
  border-top: solid 1px #000000;
}

.ecm-floating-navi-container {
  z-index: 109 !important;
  height: 54px;
}

.ecm-floating-navi-container[data-sticky=false] {
  display: none;
}

.ecm-floating-navi-container .ecm-floating-navi {
  height: 54px;
}

.ecm-floating-navi-container .ecm-floating-navi {
  background-color: #f7f7f7;
}

.ecm-floating-navi-container .ecm-floating-navi-item {
  border-bottom: solid 2px transparent;
  width: 137px;
  height: 54px;
  color: #8F8F8F;
}

.ecm-floating-navi-container .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] {
  background-color: #FFED8A;
  color: #1A1A1A;
  border-color: #1A1A1A;
}

.main-tabs-floating ~ .main .tab-contents .ecm-floating-navi-container {
  transform: translateY(-41px);
  transition: transform 0.3s ease;
}

.main-tabs-floating.is-visible ~ .main .tab-contents .ecm-floating-navi-container {
  transform: translateY(0px);
}

.main-tabs-floating {
  transform: translateY(-41px);
  transition: transform 0.3s ease;
}

.main-tabs-floating.is-visible {
  transform: translateY(0px);
}

.tabs-body {
  margin-bottom: 12px;
}

.tabs-select-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #070707;
}

.tabs-select-item .ecm-icon-chevron-down {
  margin-left: 12px;
}

.tabs-select-item.active .ecm-icon-chevron-down {
  transform: rotate(180deg);
}

.tabs-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #333333;
}

.tabs-menu.is-open {
  max-height: 30em;
}

.main-tabs-floating .tabs[data-layout] {
  display: flex;
  flex-direction: column;
}

.main-tabs-floating .tabs[data-layout] .tab {
  width: 100%;
  height: 41px;
  color: #ffffff;
  background-color: #333333;
  border-bottom: none !important;
  opacity: 0.4;
}

.main-tabs-floating .tabs[data-layout] .tab.active[data-tab] {
  color: #ffffff;
  opacity: 1;
}

/* 下層共通ヘッダー[component] */
.ecm-floating-navi-container.-fts_header {
  background-color: #FDF7EF;
  border-bottom: none;
}

.ecm-floating-navi-container.-fts_header .ecm-container {
  width: 1024px;
}

.ecm-floating-navi-container.-fts_header a {
  /* width:960px; */
  height: 52px;
  display: flex;
  /* margin:0 auto; */
  justify-content: space-between;
  align-items: center;
}

.ecm-floating-navi-container.-fts_header a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* .ecm-floating-navi-container.-fts_header.-shoplist{
  border-bottom: none;
} */
.ecm-floating-navi-container.-fts_header.-shoplist > div {
  width: 960px;
  height: 52px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.ecm-floating-navi-container.-fts_header.-shoplist > div a {
  width: auto;
  display: flex;
  margin: 0;
}

.header_banner_navi {
  display: flex;
}

.header_banner_navi li {
  position: relative;
}

.header_banner_navi li + li:before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #e0e0e0;
}

.header_banner_navi li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 0 26px;
}

/* ヘッダー[component] */
.header[data-layout=default] {
  background-color: #FDF7EF;
}
.header[data-layout=coupon] {
  background-color: #ff0062;
}
.header[data-layout=coupon] .ecm-kanban img {
  width: 1440px;
}
.header[data-layout=allback] {
  background-color: #6a38f5;
}
.header[data-layout=allback] .ecm-kanban img {
  width: 1440px;
}
.header[data-layout=pointup] {
  background-color: #0044cd;
}
.header[data-layout=pointup] .ecm-kanban img {
  width: 1440px;
}

/* フッター[component] */
.article-common-footer {
  margin-bottom: 128px;
}

/* カテゴリ[component]　*/
.d-flex-category {
  justify-content: center;
  flex-wrap: wrap;
}

.d-flex-category .d-grid-item {
  width: 106px;
}

.d-flex-category .d-grid-item-figure {
  width: 100%;
  margin: 0;
}

.d-flex-category .d-grid-item-figure img {
  padding: 12px;
  box-sizing: border-box;
}

.d-flex-category .d-grid-item-link {
  text-decoration: none;
}

.d-flex-category .d-grid-item-link:hover {
  opacity: 0.8;
}

.d-flex-category .d-grid-item-figure img {
  padding: 12px;
  box-sizing: border-box;
}

.d-flex-category .d-grid-item-figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-top: 8px;
}
.d-flex-category .d-grid-item-figcaption span {
  display: inline-block;
}
/* .d-grid-brand .d-grid-item {
  border: 1px solid #ECEEEF;
} */
.d-grid-brand.d-grid-col-4 .d-grid-item {
  display: flex;
  align-items: center;
}

.d-grid-brand.d-grid-col-4 .d-grid-item .d-grid-item-card {
  width: 100%;
}

.d-grid-brand.d-grid-col-4 .d-grid-item .d-grid-item-card img {
  image-rendering: -webkit-optimize-contrast;
}

/* .d-grid-brand.d-grid-col-4 .d-grid-item .d-grid-item-image {
  flex: 1 1 45.8%;
}
.d-grid-brand.d-grid-col-4 .d-grid-item .d-grid-item-logo {
  flex: 1 1 54.2%;
  padding: 0;
  align-items: center;
  box-sizing: border-box;
} */
.d-grid-brand.d-grid-col-5 .d-grid-item {
  padding: 25.48px 40.28px;
  border: 1px solid #ECEEEF;
}

.d-grid-brand.d-grid-col-5 .d-grid-item.brand__logo {
  padding: 24px 34px;
}

.d-grid-col-1.footer-about-col {
  width: 490px;
  margin: 0 auto;
}

/* キーワード[component]　*/
.ecm-pill-keywords .ecm-pill {
  font-size: 14px;
  text-decoration: none;
  padding: 16px 24px;
  color: #333;
  border-radius: 32px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.ecm-pill-keywords .ecm-icon-chevron-right {
  margin-left: 16px;
}

/* 検索窓[component]　*/
.con-search-custom[data-layout=default] {
  width: 480px;
  margin: 0 auto 48px;
}

.con-search-custom[data-layout=default] .ecm-search {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.con-search-custom[data-layout=default] .ecm-search-input-container {
  display: flex;
  flex-direction: row;
}

.con-search-custom[data-layout=default] .rc-searchForm__textInput {
  background: #ffffff;
  font-size: 14px;
}

.con-search-custom[data-layout=default] .rc-searchForm__select {
  background-color: #ffffff;
  font-size: 11px;
}

.con-search-custom[data-layout=default] .recm-search-submit {
  font-size: 20px;
}

.con-search-custom[data-layout=default] .rc-searchForm__selectContainer:before {
  font-size: 16px;
}

/* フローティングボタン [component]　*/
.floating__button .ecm-floating-banner-close {
  background-color: #070707 !important;
  top: 0;
  right: 3px;
}

/* RF_API[component] */
.thesale-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.thesale-grid--ranking {
  counter-reset: ranking;
}

.thesale-grid__item {
  display: block;
}

.thesale-grid__item:hover {
  text-decoration: none;
}

.thesale-grid--ranking .thesale-grid__item {
  position: relative;
}

.thesale-grid--ranking .thesale-grid__item::before {
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #333;
  z-index: 1;
  font-size: 13px;
  font-family: Roboto;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.thesale-grid--ranking li:nth-child(1) .thesale-grid__item::before {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #dbaf00 0%, #dbaf00 50%, #b89300 50%, #b89300 100%);
}

.thesale-grid--ranking li:nth-child(2) .thesale-grid__item::before {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #9c9c9c 0%, #9c9c9c 50%, #686868 50%, #686868 100%);
}

.thesale-grid--ranking li:nth-child(3) .thesale-grid__item::before {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #995e00 0%, #995e00 50%, #7b4b00 50%, #7b4b00 100%);
}

.thesale-grid__label {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.thesale-grid__label strong {
  font-weight: 700;
  font-size: 20px;
}

.thesale-grid__image-wrap {
  display: block;
  position: relative;
}

.thesale-grid__image-wrap img {
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
/* AdMinder img */
.js-eventAdMinder .thesale-grid__image-wrap img {
    aspect-ratio: 1;
    object-fit: contain;
}

.thesale-grid__image-wrap:hover img {
  opacity: 0.8;
}

.thesale-grid__text-wrap {
  display: grid;
  grid-template-columns: 1 1fr;
  row-gap: 8px;
  margin-top: 12px;
}

.thesale-grid__shopname {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}

.thesale-grid__discount-price {
  color: #bf0000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.thesale-grid__discount-price strong {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

.thesale-grid__price {
  color: #717171;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
}

.thesale-grid__price span {
  font-family: Roboto;
  font-size: 12px;
  text-decoration: line-through;
}

.thesale-ranking-tab.ecm-tab-container {
  overflow-x: scroll;
  gap: 12px;
}

.thesale-ranking-tab .ecm-tab {
  flex: 1;
  color: #8f8f8f;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 58px;
  padding: 14px 20px;
  padding: 0;
  min-height: 48px;
}

.thesale-ranking-tab .ecm-tab[aria-selected=true] {
  color: #ffffff;
  background-color: #000000;
}

.loadingIcon {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.8462%200V1.87774C18.5649%202.75576%2022.1538%206.92099%2022.1538%2011.9215C22.1538%2017.5566%2017.5985%2022.1418%2012%2022.1418C6.40154%2022.1418%201.84615%2017.5566%201.84615%2011.9215C1.84615%206.92099%205.43508%202.75576%2010.1538%201.87774V0C4.40492%200.895668%200%205.88409%200%2011.9215C0%2018.5916%205.37231%2024%2012%2024C18.6277%2024%2024%2018.5916%2024%2011.9215C24%205.88409%2019.5951%200.895668%2013.8462%200Z%22%20fill%3D%22%2369767B%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: loadingAnimation 1s linear infinite;
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* shoplist_bnr */

.shoplist_bnr{
  width: 360px;
  margin: 0 auto 72px;
  background-color: #fff;
}
.shoplist_bnr a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  border:1px solid #333333;
  border-radius: 2px;
  position: relative;
}
.shoplist_bnr a i{
  position: absolute;
  right:16px;
  color:#333333
}

.shoplist_bnr a:hover{
  opacity: 0.8;
}

/* tab contents */


.shoplist_tab_wrapper{
  display: flex;
  flex-wrap: wrap;
  gap:24px;
  margin-bottom: 32px;
}
.shoplist_tab_wrapper button{
  display: flex;
  align-items: center;
  justify-content: center;
  width:calc((100% - 96px) / 5) ;
  height: 54px;
  background-color: #ffffff;
  border:1px solid #333333;
  border-radius: 2px;
  font-size:12px;
  color:#333333;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.shoplist_tab_wrapper button[aria-selected="true"]{
  background-color:#333333 ;
  border-color: #333333;
  color:#ffffff;
  font-weight: bold;
}

.contents-title_shop{
  text-align: center;
  padding-top: 24px;
  font-size:15px!important;
  color:#333333;
  font-weight: bold;
  margin-bottom: 56px;
}

.shopList-column{
  display: flex;
  flex-wrap: wrap;
  gap:24px 40px;
}
.shopList-column li{
  width:210px;
  font-size:14px;
}
.shopList-column li a{
  text-decoration: underline;
}
/* アコーディオン[component] */
.view-more-schedule-container {
  position: relative;
  overflow: hidden;
}

.view-more-schedule {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.view-more-schedule .view-more-schedule-inner {
  background-image: url(https://r.r10s.jp/evt/event/fashion/thesale/20260704/_pc/img/schedule_bg.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 24px;
}
.view-more-schedule .view-more-schedule-inner .view-more-schedule-inner-image {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 652px;
}
.view-more-schedule .view-more-schedule-inner-content {
  position: relative;
}
.view-more-schedule .view-more-schedule-inner-content .view-more-schedule-inner-button {
  position: relative;
  width: 282px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -26px;
}
.view-more-schedule-inner-button a {
  position: absolute;
}
.view-more-schedule-inner-button a:hover {
  transform: translateX(8px);
}
.view-more-schedule .view-more-schedule-button {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  width: 100%;
  padding: 9px 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  line-height: 1.8;
  color: #000;
  justify-content: center;
  border: 1px solid #000;
  letter-spacing: 0.12em;
}
.view-more-schedule .view-more-schedule-button [class^=ecm-icon] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  height: 1em;
}
.view-more-schedule._second .view-more-schedule-inner {
  background-image: url(https://r.r10s.jp/evt/event/fashion/thesale/20260627/_pc/img/schedule_bg_second.png);
}

/* アルコル */
.thesale-alcor[data-layout=default] .ecm-alcor{
  background-color: transparent;
}

.thesale-alcor[data-layout=default] .ecm-alcor-price-num{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

.text-animation {
  opacity: 0;
  transform: translateY(30px); 
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text-animation.text-animation--middle {
  opacity: 1;
  transform: translateY(0); 
}

.text-animation .ecm-kanban-image{
  width: 960px;
}


.fts-swiper-container {
  position: relative;
  max-width: 1920px;
  margin: 24px auto 40px;
}
.fts-swiper {
  filter: drop-shadow(0 2px 8px rgb(0 0 0 / 20%));
}
.fts-swiper.swiper-initialized {
  display: block;
}
.fts-swiper__wrapper {
  transition-timing-function: linear;
}
.fts-swiper__slide {
  width: 100px;
}
.fts-swiper__link {
  display: block;
  overflow: hidden;
  border-radius: 4px 0 4px 4px;
}
@media (hover: hover) {
  .fts-swiper__link:hover {
    opacity: 0.8;
  }
}
.fts-swiper .fts-tag {
  color: var(--ecm-color-white);
  background-color: #0044CD;
}
.fts-swiper .fts-tag::before {
  background-color: #0044CD;
}
.fts-tag {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 4px 4px 0 0;
  background-color: var(--ecm-color-white);
}


/* pointup_shops[pointup]　*/
.fts-shops {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.fts-shops .fts-tag {
  color: var(--ecm-color-white);
  background-color: #0044CD;
}


.fts-shops-logo__link {
  display: block;
  overflow: hidden;
  border-radius: 4px 0 4px 4px;
}



/* アコーディオン[pointup]　*/
.pointup-category-accordion {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.pointup-category-accordion .ecm-accordion-trigger {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
}
.pointup-category-accordion .ecm-accordion-panel-item {
  position: relative;
  padding: 16px;
  background-color: #fff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.pointup-category-accordion .ecm-accordion-panel-item:nth-child(3n+1) {
  border-left: 1px solid #cccccc;
}
.pointup-category-accordion .ecm-accordion-panel-item .ecm-icon-chevron-right {
  position: absolute;
  width: 1em;
  height: 1em;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* アンカーメニュー[component]　*/
.anchor-menu .anchor-menu-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 88px;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--font-weight-bold);
  line-height: 1.4;
  color: #000;
}
.anchor-menu .anchor-menu-link:hover {
  text-decoration: none;
}
.anchor-menu .anchor-menu-link + *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* アルコル */
.gcp-slider-container {
  filter: drop-shadow(0 4px 4px rgba(0 0 0 / 10%));
}