@charset "UTF-8";

.rye-u-bgc-ffeecc {
  background-color: #fec !important;
}
.rye-u-bgc-ebebeb {
  background-color: #ebebeb !important;
}
.rye-u-lh-170p {
  line-height: 1.7 !important;
}
.rye-u-w-633 {
  width: 633px !important;
}
.rye-u-w-775 {
  width: 775px !important;
}
.rye-u-h-50p {
  height: 50% !important;
}
.rye-u-h-40p {
  height: 40% !important;
}
.rye-u-gap-94 {
  gap: 94px !important;
}
.rye-c-kanban {
  position: relative;
}
.rye-c-kanban__image {
  margin-left: 50%;
  transform: translateX(-50%);
}
.rye-c-kanban__goodsWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-top: 219px;
  width: 470px;
  height: 146px;
}
.rye-c-kanban__goodsList {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.rye-c-kanban__goodsList:nth-of-type(n + 2) {
  margin-left: 16px;
}
.rye-c-kanban__bubbleWrap {
  animation: shake 0.5s ease-out;
  animation-delay: 2s;
  margin-top: 34px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rye-c-kanban__goods {
  width: 100%;
  height: 100%;
  position: absolute;
}
.rye-c-kanban__goods--image {
  position: absolute;
  animation: flash 11.5s ease infinite;
  height: 45%;
  left: 50%;
  top: 65%;
  transform: translateX(-50%) translateY(-50%);
}
.rye-c-kanban__goods--image:nth-of-type(n + 2) {
  opacity: 0;
}
.rye-c-kanban__goods--image:nth-of-type(1) {
  animation-delay: -0.5s;
  opacity: 1;
}
.rye-c-kanban__goods--image:nth-of-type(2) {
  animation-delay: 3.5s;
}
.rye-c-kanban__goods--image:nth-of-type(3) {
  animation-delay: 7.5s;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) rotate(5deg);
  }
  50% {
    transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.targetShop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.targetShop__item:nth-of-type(n + 2) {
  margin-left: 24px;
}
.targetShop__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.targetShop__link:hover {
  opacity: 0.6;
}
.couponArea__annotationList {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 62px;
  font-size: 13px;
  margin: 0 47px;
}
.couponArea.-drink .coupon_bg {
  padding: 60px 0 56px;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/homelife/_pc/img/20240220/coupon_bg-drink.png?v=202402051831);
  background-position: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.couponArea.-cosmetics .coupon_bg {
  padding: 60px 0 56px;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/homelife/_pc/img/20240220/coupon_bg-cosmetics.png?v=202402051831);
  background-position: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.rye-c-coupon {
  margin-top: 16px;
}
.rye-c-coupon .ecm-coupon-body {
  height: 268px;
}
.rye-c-coupon .ecm-coupon-body::after {
  border-bottom: 6px dotted #fec;
  content: "";
  position: absolute;
  top: calc(50% + 21px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  z-index: 10;
}
.rye-c-coupon .ecm-coupon-link {
  padding: 32px 0;
}
.rye-c-coupon .ecm-coupon-link::before {
  border-radius: 20px;
  background-image: radial-gradient(
      circle at left 58%,
      transparent 0,
      transparent 15px,
      #fff 16px
    ),
    radial-gradient(
      circle at right 58%,
      transparent 0,
      transparent 15px,
      #fff 16px
    );
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
}
.rye-c-coupon .ecm-coupon-title {
  margin-bottom: 16px;
  min-height: auto;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
.rye-c-coupon .ecm-coupon-discount {
  font-size: 36px;
  color: #bf0000;
}
.rye-c-coupon .ecm-coupon-discount em {
  font-weight: 700;
  font-size: 52px;
}
.rye-c-coupon .ecm-coupon-text {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 70%;
  height: 55px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  background-color: #ffc338;
  border-top: none;
  border-radius: 10px;
}
.rye-c-coupon .ecm-coupon-cover::before {
  background-image: radial-gradient(
      circle at left 58%,
      transparent 0,
      transparent 14px,
      #000 15px
    ),
    radial-gradient(
      circle at right 58%,
      transparent 0,
      transparent 14px,
      #000 15px
    );
}
.rye-c-coupon .ecm-coupon-note {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  transform: translate(-50%, -50%);
}
.rye-c-coupon.-cosmetics .ecm-coupon-body {
  height: 270px;
}
.rye-c-coupon.-cosmetics .ecm-coupon-body::after {
  top: calc(50% + 15px);
  width: calc(100% - 110px);
}
.rye-c-coupon.-cosmetics .ecm-coupon-link::before {
  background-image: radial-gradient(
      circle at left 55%,
      transparent 0,
      transparent 15px,
      #fff 16px
    ),
    radial-gradient(
      circle at right 55%,
      transparent 0,
      transparent 15px,
      #fff 16px
    );
}
.rye-c-coupon.-cosmetics .ecm-coupon-text {
  width: 204px;
  height: 60px;
}
.rye-c-coupon.-cosmetics .ecm-coupon-cover::before {
  background-image: radial-gradient(
      circle at left 55%,
      transparent 0,
      transparent 14px,
      #000 15px
    ),
    radial-gradient(
      circle at right 55%,
      transparent 0,
      transparent 14px,
      #000 15px
    );
}
.rye-c-coupon.-cosmetics .default .ecm-coupon-link::after,
.rye-c-coupon.-cosmetics .non-member .ecm-coupon-link::after {
  background-image: radial-gradient(
      circle at left 55%,
      transparent 0,
      transparent 14px,
      #000 15px
    ),
    radial-gradient(
      circle at right 55%,
      transparent 0,
      transparent 14px,
      #000 15px
    );
}
.default .ecm-coupon-body:hover,
.non-member .ecm-coupon-body:hover {
  opacity: 1 !important;
}
.default .ecm-coupon-link,
.non-member .ecm-coupon-link {
  pointer-events: none;
  z-index: 11;
}
.default .ecm-coupon-link::after,
.non-member .ecm-coupon-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-image: radial-gradient(
      circle at left 58%,
      transparent 0,
      transparent 14px,
      #000 15px
    ),
    radial-gradient(
      circle at right 58%,
      transparent 0,
      transparent 14px,
      #000 15px
    );
  background-size: 55% 100%, 55% 100%;
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 50%;
  border-radius: 20px;
}
.rye-c-search {
  width: 560px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50vh;
  border: 5px solid #333;
  overflow: hidden;
}
.rye-c-search .ecm-search-input {
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  background-color: #fff;
  font-size: 20px;
  text-indent: 24px;
}
.rye-c-search .ecm-search-submit {
  width: 80px;
  background: #2076d1;
}
.rye-c-search .ecm-search-submit .ecm-icon-search {
  font-size: 30px;
}
.rye-c-search-cosmetics .ecm-search-submit {
  background-color: #ff5151;
}
.rye-c-search-keyword {
  width: 620px;
  margin: 0 auto;
}
.rye-c-search-keyword .ecm-search-keyword-container {
  height: auto;
  flex-wrap: wrap;
  gap: 16px;
}
.rye-c-search-keyword .ecm-search-keyword {
  height: auto;
  border: none;
  margin: 0;
  padding: 14px 32px;
  background: #d6e9ff;
  font-size: 22px;
  color: #333 !important;
  line-height: 1;
}
.rye-c-search-keyword-cosmetics .ecm-search-keyword {
  background-color: #ffb2b2;
}
.anchorWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fec;
  border-radius: 20px;
  padding: 32px 0;
}
.anchorWrap__item {
  margin: 0 24px 0 0;
}
.anchorWrap__item:last-of-type {
  margin-right: 0;
}
.anchorWrap__link {
  display: inline-block;
}
.anchorWrap__link:hover {
  opacity: 0.8;
}
.recommendationList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recommendationList__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 88px) / 2);
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
}
.recommendationList__item:nth-of-type(2n) {
  margin-left: 24px;
}
.recommendationList__item:nth-of-type(n + 3) {
  margin-top: 24px;
}
.recommendationList__tagArea {
  flex: 1 1 auto;
  background: #fff;
  padding: 24px 24px 18px;
  border-radius: 0 0 10px 10px;
}
.recommendationList__tagWrap {
  display: flex;
  flex-wrap: wrap;
}
.recommendationList__tag {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 16px 20px;
  border: 2px solid #ccc;
  border-radius: 32px;
  background: #fff;
  color: #333 !important;
  line-height: 1;
}
.recommendationList__tag:hover {
  text-decoration: none;
}
.recommendationList__imageLink {
  position: relative;
  z-index: 0;
}
.recommendationList__imageLink::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/homelife/_cmn/img/20230320/homelife_item_button.png?v=202302150948);
}
.recommendationList__imageLink ::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fec;
  border-radius: 10px 10px 0 0;
  top: 6px;
  left: 6px;
  z-index: -1;
}
.recommendationList__imageLink:hover {
  opacity: 0.8;
}
.recommendationList__labelText {
  position: absolute;
  top: 16px;
  left: -24px;
}
.recommendationList__mainImage {
  width: 100%;
}
.recommendationWrap {
  padding: 38px 58px 40px 58px;
  background-color: #fec;
  border-radius: 20px;
}
.merit_list {
  display: flex;
  margin-top: 40px;
}
.merit_item {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}
.merit_item:nth-of-type(3n) {
  margin-right: 0;
}
.merit_textBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 176px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fec;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.merit_text {
  font-size: 20px;
}
.merit_link {
  position: relative;
  padding-left: 13px;
  margin-top: 12px;
  font-size: 20px;
  color: #bf0000 !important;
}
.merit_link::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/young/campaign/homelife/coupon/_pc/img/merit_search_icon.png?v=202209121126);
  background-size: cover;
  transform: translateY(-50%);
}
.merit_link:hover {
  text-decoration: underline;
}
.merit_imageBox img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.otoku {
  display: flex;
}
.otoku_imageBox {
  width: 468px;
}
.otoku_imageBox img {
  width: 100%;
}
.otoku_textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 468px);
  padding-left: 52px;
}
.otoku_text {
  font-size: 20px;
}
.rye-c-floatingNavi {
  background-color: #bf0000;
  transition: none;
}
.rye-c-floatingNavi__item {
  position: relative;
  background-color: #fff;
}
.rye-c-floatingNavi__item:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  border-left: 6px dotted #fec;
  z-index: 10;
  pointer-events: none;
}
.rye-c-floatingNavi .ecm-floating-navi {
  padding: 24px 0;
  border: none;
  height: auto;
  background-color: #bf0000;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 960px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.rye-c-floatingNavi .ecm-floating-navi-item {
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 280px;
  height: 80px;
  background-color: #fff;
  box-shadow: 6px 6px 0px #890000;
  margin: 0;
  box-sizing: border-box;
}
.rye-c-floatingNavi .ecm-floating-navi-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(191, 0, 0, 0.5)
    rgba(0, 0, 0, 0);
}
.rye-c-floating-rightBanner {
  top: auto !important;
  bottom: 100px;
  display: flex;
  transform: translateX(-507px);
  transition: transform 0.3s ease-out;
}
.rye-c-floating-rightBanner:has(.ecm-floating-trigger[aria-expanded="true"]) {
  transform: translateX(0);
}
.rye-c-floating-rightBanner .ecm-floating-toggle {
  width: 100%;
  height: 282px;
}
.rye-c-floating-rightBanner .ecm-floating-trigger {
  width: 68px;
  height: auto;
  padding: 0;
  background-color: #fff;
}
.rye-c-floating-rightBanner .ecm-floating-trigger .ecm-icon-chevron-right {
  font-size: 28px;
  font-weight: 700;
}
.rye-c-floating-rightBanner
  .ecm-floating-trigger[aria-expanded="true"]
  .ecm-icon-chevron-right {
  transform: rotate(180deg);
}
.rye-c-floating-rightBanner .ecm-floating-trigger:hover {
  opacity: 1 !important;
}
.rye-c-floating-rightBanner
  .ecm-floating-trigger:hover
  .rye-c-floating-rightBanner__title {
  opacity: 0.8;
}
.rye-c-floating-rightBanner .ecm-floating-content {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  background-color: #bf0000;
  padding: 24px 0 24px 24px;
}
.rye-c-floating-rightBanner__linkWrap {
  background-color: #fff;
}
.rye-c-floating-rightBanner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 234px;
  background-color: #fff;
  box-shadow: 6px 6px 0px #890000;
}
.rye-c-floating-rightBanner__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #bf0000;
  border-radius: 0;
  padding: 26px 0 0;
  transition: opacity 0.3s;
}
.goods {
  margin-top: 80px;
}
.goods__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
.goods__slide.-first {
  animation: flash01 10s infinite;
}
@keyframes flash01 {
  0% {
    opacity: 1;
    z-index: 1;
  }
  40% {
    opacity: 1;
    z-index: 1;
  }
  45% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
  95% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
}
.goods__slide.-second {
  animation: flash02 10s infinite;
  animation-delay: 4.5s;
}
@keyframes flash02 {
  0% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
  5% {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
  45% {
    opacity: 1;
    z-index: 1;
  }
  50% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.goods__list {
  position: relative;
  height: 210px;
  width: 100%;
  text-align: center;
}
.goods__list-item {
  margin-left: 40px;
  width: 210px;
  height: 210px;
}
.goods__list-item:first-of-type {
  margin-left: 0;
}
.goods__list-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8ecf0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.24);
}
.goods__list-item > a:hover {
  opacity: 0.75;
}
.goods__list-item > a > img {
  width: auto;
  max-width: 100%;
  height: 80%;
}
