@charset "utf-8";
/* layout */
[data-browse-mode="P"] .sp-only {
  display: none;
}
.pane-left-menu {
  display: none;
}
[data-browse-mode="P"] .pane-contents .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  width: 100%;
  padding: 0;
}
.free-25xmas {
  overflow: hidden;
}
[data-browse-mode="P"] .free-25xmas {
  padding-bottom: 55px;
  background: url(/img/usr/freepage/25xmas/bg.png);
}
[data-browse-mode="S"] .free-25xmas {
  background-size: 50%;
  background: url(/img/usr/freepage/25xmas/sp/bg.png);
}
[data-browse-mode="P"] .btn-product {
  margin-top: 50px;
  text-align: center;
}
[data-browse-mode="S"] .btn-product {
  margin-top: 30px;
  text-align: center;
}
.btn-product-link {
  border: #6786a8 1px solid;
  font-weight: bold;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6786a8;
  transition: .2s linear;
  position: relative;
  border-radius: 25px;
}
[data-browse-mode="P"] .btn-product-link {
  padding: 0 50px;
  width: 400px;
  height: 50px;
  font-size: 16px;
}
[data-browse-mode="S"] .btn-product-link {
  padding: 0 calc(100 / 828 * 100vw);
  min-width: 200px;
  min-height: 40px;
  font-size: 13px;
}
[data-browse-mode="P"] .btn-product-link::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(-45deg);
  transition: .2s linear;
}
[data-browse-mode="S"] .btn-product-link::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: rotate(-45deg);
  transition: .2s linear;
}
.btn-product-link:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #6786a8;
}

/* mv */
[data-browse-mode="P"] .free-25xmas .area-mv-frame {
  max-width: 1680px;
  min-width: 100%;
  width: 100%;
  aspect-ratio: 1680 / 674;
}
[data-browse-mode="S"] .free-25xmas .area-mv-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 828 / 800;
}

.area-mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.area-deco [class^="deco"] {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
}
[data-browse-mode="P"] .deco01 {
  top: min(147 / 1680 * 100vw, 147px);
  left: min(400 / 1680 * 100vw, 400px);
  width: calc(76 / 1680 * 100%);
  aspect-ratio: 76 / 110;
  z-index: 4;
}
[data-browse-mode="P"] .deco02 {
  top: min(573 / 1680 * 100vw, 573px);
  left: min(62 / 1680 * 100vw, 62px);
  width: calc(92 / 1680 * 100%);
  aspect-ratio: 92 / 130;
  z-index: 4;
}
[data-browse-mode="P"] .deco03 {
  top: min(471 / 1680 * 100vw, 471px);
  left: min(476 / 1680 * 100vw, 476px);
  width: calc(45 / 1680 * 100%);
  aspect-ratio: 45 / 131;
  z-index: 4;
}
[data-browse-mode="P"] .deco04 {
  top: min(162 / 1680 * 100vw, 162px);
  right: min(350 / 1680 * 100vw, 62px);
  width: calc(80 / 1680 * 100%);
  aspect-ratio: 80 / 117;
  z-index: 4;
}
[data-browse-mode="P"] .deco05 {
  top: min(490 / 1680 * 100vw, 490px);
  right: min(451 / 1680 * 100vw, 451px);
  width: calc(108 / 1680 * 100%);
  aspect-ratio: 108 / 115;
  z-index: 4;
}
[data-browse-mode="P"] .deco06 {
  top: min(557 / 1680 * 100vw, 557px);
  right: min(38 / 1680 * 100vw, 38px);
  width: calc(72 / 1680 * 100%);
  aspect-ratio: 72 / 118;
  z-index: 4;
}
[data-browse-mode="P"] .deco07 {
  top: min(207 / 1680 * 100vw, 207px);
  left: min(62 / 1680 * 100vw, 62px);
  width: calc(392 / 1680 * 100%);
  aspect-ratio: 392 / 373;
  z-index: 2;
}
[data-browse-mode="P"] .deco08 {
  top: min(204 / 1680 * 100vw, 204px);
  right: min(46 / 1680 * 100vw, 46px);
  width: calc(410 / 1680 * 100%);
  aspect-ratio: 410 / 380;
  z-index: 2;
}
[data-browse-mode="P"] .deco09 {
  top: min(40 / 1680 * 100vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(681 / 1680 * 100%);
  aspect-ratio: 681 / 524;
  z-index: 2;
}
[data-browse-mode="P"] .deco10 {
  top: min(124 / 1680 * 100vw, 124px);
  right: min(474 / 1680 * 100vw, 474px);
  width: calc(137 / 1680 * 100%);
  aspect-ratio: 137 / 138;
  z-index: 3;
}
[data-browse-mode="P"] .deco11 {
  top: min(-83 / 1680 * 100vw, -83px);
  left: 0;
  width: 100%;
  z-index: 1;
}
[data-browse-mode="S"] .deco01 {
  top: calc(406 / 828 * 100vw);
  right: calc(16 / 828 * 100vw);
  width: calc(76 / 828 * 100vw);
  aspect-ratio: 76 / 110;
  z-index: 4;
}
[data-browse-mode="S"] .deco02 {
  top: calc(588 / 828 * 100vw);
  left: calc(22 / 828 * 100vw);
  width: calc(92 / 828 * 100vw);
  aspect-ratio: 92 / 130;
  z-index: 4;
}
[data-browse-mode="S"] .deco03 {
  top: calc(642 / 828 * 100vw);
  left: calc(143 / 828 * 100vw);
  width: calc(45 / 828 * 100vw);
  aspect-ratio: 45 / 131;
  z-index: 4;
}
[data-browse-mode="S"] .deco04 {
  top: calc(365 / 828 * 100vw);
  left: calc(22 / 828 * 100vw);
  width: calc(80 / 828 * 100vw);
  aspect-ratio: 80 / 109;
  z-index: 4;
}
[data-browse-mode="S"] .deco05 {
  top: calc(115 / 828 * 100vw);
  right: calc(24 / 828 * 100vw);
  width: calc(108 / 828 * 100vw);
  aspect-ratio: 108 / 115;
  z-index: 4;
}
[data-browse-mode="S"] .deco06 {
  top: calc(87 / 828 * 100vw);
  right: calc(201 / 828 * 100vw);
  width: calc(72 / 828 * 100vw);
  aspect-ratio: 72 / 118;
  z-index: 4;
}
[data-browse-mode="S"] .deco07 {
  top: calc(27 / 828 * 100vw);
  left: calc(-34 / 828 * 100vw);
  width: calc(317 / 828 * 100vw);
  aspect-ratio: 392 / 373;
  z-index: 2;
}
[data-browse-mode="S"] .deco08 {
  top: calc(550 / 828 * 100vw);
  right: calc(-43 / 828 * 100vw);
  width: calc(330 / 828 * 100vw);
  aspect-ratio: 447 / 673;
  z-index: 2;
}
[data-browse-mode="S"] .deco09 {
  top: calc(114 / 828 * 100vw);
  left: 50%;
  width: calc(589 / 828 * 100vw);
  aspect-ratio: 589 / 524;
  transform: translateX(-50%);
  z-index: 2;
}

[data-browse-mode="S"] .deco10 {
  top: calc(162 / 828 * 100vw);
  right: calc(92 / 828 * 100vw);
  width: calc(153 / 828 * 100vw);
  aspect-ratio: 153 / 154;
  z-index: 3;
}

[data-browse-mode="S"] .deco11 {
  top: calc(-92 / 828 * 100vw);
  left: 0;
  width: 100%;
  aspect-ratio: 828 / 210;
  z-index: 90;
}


/* animation */
.area-deco [class^="deco"] {
  opacity: 0;
  transition: all 0.5s ease;
}
.area-deco [class^="deco"].is-show {
  opacity: 1;
}
.area-deco .deco01,
.area-deco .deco02,
.area-deco .deco03,
.area-deco .deco04,
.area-deco .deco05,
.area-deco .deco06,
.area-deco .deco07 {
  transform: translate(0,-30px);
  transition: all 0.8s ease;
}
.area-deco .deco01.is-show,
.area-deco .deco02.is-show,
.area-deco .deco03.is-show,
.area-deco .deco04.is-show,
.area-deco .deco05.is-show,
.area-deco .deco06.is-show,
.area-deco .deco07.is-show {
  transform: translate(0,0);
}

.area-deco .deco01 {
  animation: 0.8s alternate linear infinite decoSwing;
}
.area-deco .deco04 {
  transform: rotate(10deg);
  animation: 0.7s alternate linear infinite decoSwing;
}
@keyframes decoSwing {
  0% {
      transform: rotate(-10deg);
  }
  50% {
      transform: rotate(-10deg);
  }
  51% {
      transform: rotate(10deg);
  }
  100% {
      transform: rotate(10deg);
  }
}
.area-deco .deco03 {
  animation: floating-y2 2s ease-in-out infinite alternate-reverse;
}
.area-deco .deco06 {
  animation: floating-y2 2s ease-in-out infinite alternate-reverse;
  animation-delay: -0.5s;
}
@keyframes floating-y2 {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.area-deco .deco02 {
  animation: yura2 6s linear 0s infinite;
}
.area-deco .deco05 {
  animation: yura2 6s linear 1.5s infinite;
}
@keyframes yura2 {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(5deg);
  }
  4% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  12% {
    transform: rotate(0deg);
  }
  14% {
    transform: rotate(-5deg);
  }
  16% {
    transform: rotate(0deg);
  }
}

/* main */
.free-25xmas-main {
  background: #FFF;
}
[data-browse-mode="P"] .free-25xmas-main {
  z-index: 1;
  position: relative;
  width: 1100px;
  padding: min(90 / 1100 * 100%, 72px) min(68 / 1100 * 100%, 68px);
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
[data-browse-mode="S"] .free-25xmas-main {
  padding: calc(70 / 828 * 100vw) 0 calc(170 / 828 * 100vw);
}
.free-25xmas-box {
  position: relative;
  text-align: center;
}
[data-browse-mode="P"] .free-25xmas-box {
  margin: 0;
  padding-bottom: 50px;
}
[data-browse-mode="P"] .free-25xmas-box::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/usr/freepage/25fd/dot_pc.png);
  background-repeat: repeat-x;
}
[data-browse-mode="S"] .free-25xmas-box::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/usr/freepage/25fd/dot_sp.png);
  background-repeat: repeat-x;
}
[data-browse-mode="S"] .free-25xmas-box {
  margin: 0;
  padding-bottom: calc(50 / 828 * 100vw);
}
[data-browse-mode="P"] .free-25xmas-box .box-img {
  margin-bottom: 10px;
  width: min(122 / 1100 * 100%, 122px);
}
[data-browse-mode="S"] .free-25xmas-box .box-img {
  width: calc(122 / 828 * 100vw);
}
h2.hdglv2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  color: #3A7024;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h2.hdglv2 .main {
  position: relative;
}
[data-browse-mode="P"] h2.hdglv2 {
  margin: 0 auto 20px;
  font-size: 32px;
}
[data-browse-mode="P"] h2.hdglv2 .main::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #3A7024;
  border-radius: 3px;
  transform: rotate(-20deg);
}
[data-browse-mode="P"] h2.hdglv2 .main::after {
  position: absolute;
  right: -20px;
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #3A7024;
  border-radius: 3px;
  transform: rotate(20deg);
}
[data-browse-mode="S"] h2.hdglv2 {
  margin: calc(30 / 828 * 100vw) auto;
  font-size: calc(34 / 828 * 100vw);
}
[data-browse-mode="S"] h2.hdglv2 .main::before {
  position: absolute;
  left: calc(-25 / 828 * 100vw);
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #3A7024;
  border-radius: 3px;
  transform: rotate(-20deg);
}
[data-browse-mode="S"] h2.hdglv2 .main::after {
  position: absolute;
  right: calc(-25 / 828 * 100vw);
  top: 0;
  content: "";
  width: 2px;
  height: 120%;
  background: #3A7024;
  border-radius: 3px;
  transform: rotate(20deg);
}
.campaign-desc {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
}
[data-browse-mode="P"] .campaign-desc {
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: calc(32 / 20);
}
[data-browse-mode="S"] .campaign-desc {
  margin: 0 auto calc(10 / 828 * 100vw);
  font-size: calc(28 / 828 * 100vw);
  line-height: calc(40 / 28);
}
.campaign-period {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  text-align: center;
  color: #EA1938;
}
[data-browse-mode="P"] .campaign-period {
  margin: 0 auto 10px;
  font-size: 24px;
}
[data-browse-mode="S"] .campaign-period {
  margin: 0 auto calc(15 / 828 * 100vw);
  font-size: calc(28 / 828 * 100vw);
}
.campaign-note {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
[data-browse-mode="P"] .campaign-note {
  font-size: 14px;
}
[data-browse-mode="S"] .campaign-note {
  font-size: calc(22 / 828 * 100vw);
}
.hdg-product {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #3B712C;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}
[data-browse-mode="P"] .hdg-product {
  margin-bottom: 25px;
  font-size: 36px;
}
[data-browse-mode="S"] .hdg-product {
  margin: 0 auto calc(30 / 828 * 100vw);
  font-size: calc(42 / 828 * 100vw);
}
.hdg-product .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
[data-browse-mode="P"] .hdg-product .main img {
  margin-bottom: 10px;
  height: 65px;
}
[data-browse-mode="S"] .hdg-product .main img {
  margin-bottom: calc(20 / 828 * 100vw);
  height: calc(100 / 828 * 100vw);
}
[data-browse-mode="P"] .hdg-product .sub {
  margin: 0 -99px 0 15px;
  width: 99px;
}
[data-browse-mode="S"] .hdg-product .sub {
  margin: 0 calc(-148 / 828 * 100vw) 0 calc(20 / 828 * 100vw);
  width: calc(148 / 828 * 100vw);
}

/* nav */
.pageNavInner {
  position: relative;
  border: 2px solid #3B712C;
  border-radius: 12px;
}
[data-browse-mode="P"] .pageNavInner {
  margin-top: 90px;
  padding: 70px 120px 50px;
}
[data-browse-mode="S"] .pageNavInner {
  margin: calc(150 / 828 * 100vw) auto 0;
  padding: calc(65 / 828 * 100vw) calc(40 / 828 * 100vw) calc(50 / 828 * 100vw);
  width: calc(788 / 828 * 100vw);
}
.pageNav-img01,
.pageNav-img02 {
  position: absolute;
}
[data-browse-mode="P"] .pageNav-img01 {
  top: -60px;
  right: 37px;
  width: 100px;
  aspect-ratio: 100 / 106;
}
[data-browse-mode="P"] .pageNav-img02 {
  bottom: -37px;
  left: 9px;
  width: 67px;
  aspect-ratio: 67 / 115;
}
[data-browse-mode="S"] .pageNav-img01 {
  top: calc(-60 / 828 * 100vw);
  right: calc(18 / 828 * 100vw);
  width: calc(100 / 828 * 100vw);
  aspect-ratio: 100 / 106;
}
[data-browse-mode="S"] .pageNav-img02 {
  bottom: calc(-80 / 828 * 100vw);
  left: calc(0 / 828 * 100vw);
  width: calc(67 / 828 * 100vw);
  aspect-ratio: 67 / 115;
}
.pageNav-ttl {
  position: absolute;
  left: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  transform: translateX(-50%);
}
[data-browse-mode="P"] .pageNav-ttl {
  top: -55px;
}
[data-browse-mode="S"] .pageNav-ttl {
  top: calc(-63 / 828 * 100vw);
}
[data-browse-mode="P"] .pageNav-ttl img {
  width: 347px
}
[data-browse-mode="S"] .pageNav-ttl img {
  width: calc(536 / 828 * 100vw);
}
.pageNav-ttl-child {
  text-align: center;
  color: #f43900;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}
[data-browse-mode="P"] .pageNav-ttl-child {
  margin: 0 auto 15px;
  font-size: 26px;
}
[data-browse-mode="S"] .pageNav-ttl-child {
  margin: 0 auto calc(25 / 828 * 100vw);
  padding: 0;
  font-size: calc(38 / 828 * 100vw);
}
.pageNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
[data-browse-mode="P"] .pageNav {
  margin-bottom: 45px;
  gap: 30px 38px;
}
[data-browse-mode="S"] .pageNav {
  margin-bottom: calc(70 / 828 * 100vw);
  gap: calc(20 / 828 * 100vw);
}
.pageNav:last-child {
  margin-bottom: 0;
}
.pageNav-item {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
[data-browse-mode="P"] .pageNav-item {
  width: calc((100% - 38px) / 2);
}
[data-browse-mode="S"] .pageNav-item {
  width: calc((100% - (20 / 828 * 100vw)) / 2);
}
.pageNav-item::after {
  content: '';
  position: absolute;
  bottom: 17px;
  right: 16px;
  background: url(/img/usr/freepage/25xmas/arrow.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
[data-browse-mode="S"] .pageNav-item::after {
  bottom: calc(10 / 828 * 100vw);
  right: calc(10 / 828 * 100vw);
  width: calc(24 / 828 * 100vw);
  height: calc(24 / 828 * 100vw);
  background-size: contain;
  transform: none;
}
.pageNav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}
.pageNav-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
[data-browse-mode="P"] .pageNav-item a {
  padding: 4px 4px 20px;
}
[data-browse-mode="S"] .pageNav-item a {
  padding: calc(5 / 828 * 100vw) calc(5 / 828 * 100vw) calc(10 / 828 * 100vw);
  text-align: left;
}
.pageNav-item p {
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1;
}
[data-browse-mode="P"] .pageNav-item p {
  padding-top: 15px;
  font-size: 18px;
}
[data-browse-mode="S"] .pageNav-item p {
  padding-top: calc(10 / 828 * 100vw);
  width: 100%;
  font-size: calc(28 / 828 * 100vw);
}
[data-browse-mode="P"] .pageNav-item picture {
  height: 70px;
  padding: 0 10px;
}
[data-browse-mode="S"] .pageNav-item picture {
  margin-bottom: calc(20 / 828 * 100vw);
  height: calc(100 / 828 * 100vw);
}
[data-browse-mode="P"] .pageNav-item picture img {
  object-fit: cover;
  height: 100%;
}
[data-browse-mode="S"] .pageNav-item picture img {
  height: 100%;
}


/* ranking list */
[data-browse-mode="P"] .event-common .list::after {
  left: 0;
  width: 100%;
}
[data-browse-mode="S"] .event-common .list {
  padding-top: calc(50 / 828 * 100vw);
}
[data-browse-mode="P"] .products-item-wrap {
  padding: 0;
}
.main-point .products-item-wrap .point-rrf-icon {
  order: 21;
  border-radius: 3px;
  background-color: #FFEFF0;
  color: #EA1938;
  text-align: center;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
[data-browse-mode="P"] .main-point .products-item-wrap .point-rrf-icon {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  padding: 0 5px 1px;
}
[data-browse-mode="S"] .main-point .products-item-wrap .point-rrf-icon {
  font-size: 14px;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 5px;
}
[data-browse-mode="P"] .main-point .products-item-wrap .point-rrf-icon em {
  margin: 0 5px;
  font-weight: 900;
  font-size: 20px;
}
[data-browse-mode="S"] .main-point .products-item-wrap .point-rrf-icon em {
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 20px;
}
[data-browse-mode="P"] .main-point .point-rrf {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: #FFF;
  position: relative;
}
[data-browse-mode="S"] .main-point .point-rrf {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: #fff;
  position: relative;
}

/* slider */
.block-ranking-r--items {
  flex: 1;
}
.block-ranking-r--items.slick-slider { 
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box;
  min-width: 0 !important;
}

.block-ranking-r--items.slick-slider .slick-track { display: flex !important; }
.block-ranking-r--items .slick-slide { float: left; height: auto; }

.block-ranking-r--items.slick-slider .slick-list { margin: 0 -10px; }
.block-ranking-r--items.slick-slider .slick-slide {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.block-ranking-r--items.slick-slider .slick-prev {
  position: absolute;
  top: 110px;
  left: -46px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50vh;
  font-size: 0;
  background: #f4f4f4;
}
.block-ranking-r--items.slick-slider .slick-next {
  position: absolute;
  top: 110px;
  right: -46px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50vh;
  font-size: 0;
  background: #f4f4f4;
}
.block-ranking-r--items.slick-slider .slick-prev::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-40deg) skewX(10deg);
  content: "";
}
.block-ranking-r--items.slick-slider .slick-next::before {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(40deg) skewX(-10deg);
  content: "";
}
[data-browse-mode="S"] .sec-product {
  padding-left: 10px;
  padding-right: 10px;
}
.block-ranking-r--items li .block-ranking-r--goods-image figure {
  margin-bottom: 0;
  aspect-ratio: 1;
}
.main-point .products-item-wrap .block-ranking-r--items li .block-ranking-r--goods-image figure {
  border-radius: 10px;
}
.block-ranking-r--items li .block-ranking-r--goods-image {
  box-sizing: border-box;
}
[data-browse-mode="S"] .block-ranking-r--items li .block-ranking-r--goods-image {
  margin-bottom: 0;
}
.block-ranking-r--items li .block-icon {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  gap: 6px 2px;
}
.block-ranking-r--items li .block-icon > span {
  margin-right: 0;
  min-height: unset;
}
ul.block-ranking-r--items li .block-ranking-r--goods-description .block-icon > span {
  margin: 0;
  min-height: unset;
}
[data-browse-mode="S"] .block-ranking-r--items li .block-icon > span img {
  height: 18px;
}
[data-browse-mode="S"] .block-ranking-r--description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-browse-mode="S"] .block-ranking-r--items .block-ranking-r--goods-name {
  order: 20;
}
[data-browse-mode="S"] .block-ranking-r--items .block-ranking-r--shop-name {
  order: 30;
}
[data-browse-mode="S"] .block-ranking-r--items li .block-icon {
  margin-bottom: 10px;
  order: 10;
}
[data-browse-mode="S"] .block-ranking-r--items .price-discount-icon {
  order: 21;
}
[data-browse-mode="S"] .block-ranking-r--items .block-ranking-r--price-infos {
  order: 40;
}
[data-browse-mode="S"] .block-ranking-r--items .price-before-discount {
  order: 51;
}
[data-browse-mode="S"] .block-ranking-r--items .price-discount {
  order: 52;
}
.block-ranking-r--items li {
  display: flex;
  flex-direction: column;
}
.block-ranking-r--items li a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
ul.block-ranking-r--items .block-ranking-r--add-cart {
  order: 60;
  display: block;
  margin-top: auto;
  width: 100%;
}
.appendArea .block-list-add-cart-btn {
  margin-top: 10px;
  width: 100%;
}
.page-event ul.block-ranking-r--items li .block-ranking-r--goods {
  display: flex;
  flex-direction: column;
  height: 100%;
}
ul.block-ranking-r--items li .block-ranking-r--goods-description {
  flex-grow: 1;
  margin-top: 10px;
}
ul.block-ranking-r--items li .block-ranking-r--goods-description .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .price {
  flex-wrap: wrap;
}
.block-ranking-r--items li .block-ranking-r--scomment + .block-ranking-r--price-items .price {
  flex-wrap: wrap;
}

[data-browse-mode="S"] .products-item-wrap ul.block-ranking-r--items {
  width: calc(100% + 25px);
  padding: 0 15px 0 0;
  margin: 0px 0 0 -5px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  overflow-x: auto;
}
[data-browse-mode="S"] .products-item-wrap ul.block-ranking-r--items li {
  margin-bottom: 20px;
  width: calc((100% - 15px) / 2.5);
  padding-top: 0;
  list-style: none;
  flex: 0 0 auto;
  position: relative;
}

/* note */
.block-note h2 {
  color: #EA1938;
}
[data-browse-mode="P"] .block-note h2:not(:first-child) {
  margin-top: 80px;
}
.block-note ul li {
  margin-bottom: 15px;
}
.block-note ul li::after {
  border: #EA1938 3px solid;
}
.block-note ul ul {
  margin-top: 10px;
}
.block-note ul ul li {
  margin-left: 1em;
  margin-bottom: 5px;
  padding-left: 0;
  text-indent: -1em;
  font-weight: normal;
}
.block-note ul ul li::after {
  display: none;
}