/* layout */
[data-browse-mode="P"] .pane-contents .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  width: 100%;
  padding: 0;
  overflow: unset;
}

[data-browse-mode="P"] .free-26d5sp {
  padding-bottom: 130px;
}

.bg-wrap{
  position: relative;
  z-index: 0;
  overflow: clip;
}
.bg-wrap::before{
  content: "";
  position: sticky;
  top: 0;
  display: block;
  height: 100vh;
  margin-bottom: -100vh;
  z-index: 0;
  pointer-events: none;
}
[data-browse-mode="P"] .bg-wrap::before{
  background: url(/img/usr/freepage/26d5sp/mv-bg.jpg) center top / cover no-repeat;
}
.bg-wrap > *{
  position: relative;
  z-index: 1;
}
[data-browse-mode="P"] .bg-wrap-fixedbg {
  display: none;
}
[data-browse-mode="S"] .bg-wrap-fixedbg {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url(/img/usr/freepage/26d5sp/sp/mv-bg.jpg) center top / cover no-repeat;
  clip-path: inset(var(--clipTop, 100vh) 0 var(--clipBottom, 0) 0);
  opacity: 0;
  transition: opacity .1s linear;
}

[data-browse-mode="S"] .bg-wrap-fixedbg.is-active{
  opacity: 1;
}

/* mv */
[data-browse-mode="P"] .free-26d5sp .area-mv-frame {
  max-width: 1680px;
  width: 100%;
  aspect-ratio: 1680 / 829;
}
[data-browse-mode="S"] .free-26d5sp .area-mv-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 828 / 1372;
}
[data-browse-mode="P"] .area-mv-inner {
  position: relative;
  max-width: 1680px;
  width: 100%;
}
.area-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.decomv {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
}
.area-deco [class^="deco"]{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.area-deco [class^="deco"].is-active{
  opacity:1;
  pointer-events:auto;
  z-index:2;
}
[data-browse-mode="P"] .decomv {
  top: min(90 / 1680 * 100vw, 90px);
  right: min(287 / 1680 * 100vw, 287px);
  width: calc(730 / 1680 * 100%);
  aspect-ratio: 730 / 512;
  z-index: 100;
}
[data-browse-mode="P"] .area-deco [class^="deco"] {
  top: min(63 / 1680 * 100vw, 63px);
  left: min(105 / 1680 * 100vw, 105px);
  width: calc(600 / 1680 * 100%);
  aspect-ratio: 600 / 926;
}
[data-browse-mode="S"] .decomv {
  margin: 0;
  padding: 0;
  border: none;
  bottom: calc(21 / 828 * 100vw);
  left: 0;
  width: calc(790 / 828 * 100vw);
  aspect-ratio: 790 / 554;
  z-index: 100;
}
[data-browse-mode="S"] .area-deco [class^="deco"] {
  top: calc(30 / 828 * 100%);
  left: calc(-43 / 828 * 100%);
  width: calc(800 / 828 * 100%);
  aspect-ratio: 800 / 1235;
}


/* main */
[data-browse-mode="P"] .free-26d5sp-main .free-26d5sp-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.hdg-product {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}
[data-browse-mode="P"] .hdg-product {
  margin-bottom: 25px;
  font-size: 30px;
}
[data-browse-mode="S"] .hdg-product {
  margin: 0 auto calc(30 / 828 * 100vw);
  font-size: calc(38 / 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 0;
  width: calc(148 / 828 * 100vw);
}

/* pickup */
.section-pickup .free-26d5sp-inner {
  position: relative;
  z-index: 300;
}
[data-browse-mode="P"] .section-pickup .free-26d5sp-inner {
  width: 1200px;
  margin: min(-80 / 1680 * 100vw, -80px) auto 0;
  padding-bottom: 100px;
}
[data-browse-mode="S"] .section-pickup .free-26d5sp-inner {
  margin: 0 auto;
  padding-bottom: calc(50 / 414 * 100vw);
  width: calc(374 / 414 * 100vw);
}
[data-browse-mode="P"] .free-26d5sp-inner h2.hdglv2 {
  margin: 0 auto min(40 / 1680 * 100vw, 40px);
  text-align: center;
}
[data-browse-mode="S"] .free-26d5sp-inner h2.hdglv2 {
  margin: calc(10 / 414 * 100vw) auto calc(28 / 414 * 100vw);
  text-align: center;
}
[data-browse-mode="P"] .pickup-list {
  display: flex;
  gap: 13px;
}
.pickup-list li {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}
[data-browse-mode="P"] .pickup-list li {
  padding: 20px;
  width: calc((100% - 13px * 3) / 4);
}
[data-browse-mode="S"] .pickup-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: calc(20 / 414 * 100vw);
  width: 100%;
}
[data-browse-mode="S"] .pickup-list li:last-child {
  margin-bottom: 0;
}
[data-browse-mode="S"] .pickup-card__img {
  width: calc(140 / 414 * 100vw);
}
[data-browse-mode="P"] .pickup-card__body {
  margin-top: 15px;
}
[data-browse-mode="S"] .pickup-card__body {
  margin-left: auto;
  width: calc(170 / 414 * 100vw);
}
.pickup-card__name {
  font-weight: 600;
}
[data-browse-mode="P"] .pickup-card__name {
  margin: 0 auto 10px;
  font-size: 20px;
}
[data-browse-mode="S"] .pickup-card__name {
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  font-size: 20px;
}
[data-browse-mode="P"] .pickup-card__type {
  font-size: 14px;
}
[data-browse-mode="S"] .pickup-card__type {
  font-size: 14px;
}
.pickup-card__price-org {
  position: relative;
  display: inline-block;
}
.pickup-card__price-org::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(0, -50%);
}
[data-browse-mode="P"] .pickup-card__price-org {
  font-size: 22px;
}
[data-browse-mode="S"] .pickup-card__price-org {
  font-size: 22px;
}
[data-browse-mode="P"] .pickup-card__price-org .pickup-card__tax {
  font-size: 14px;
}
[data-browse-mode="S"] .pickup-card__price-org .pickup-card__tax {
  font-size: 14px;
}
.pickup-card__sale {
  color: #eb959d;
  font-weight: 600;
}
[data-browse-mode="P"] .pickup-card__sale {
  display: flex;
  align-items: center;
  font-size: 16px;
}
[data-browse-mode="S"] .pickup-card__sale {
  font-size: 16px;
}
[data-browse-mode="P"] .pickup-card__sale .pickup-card__price-sale {
  font-size: 22px;
}
[data-browse-mode="S"] .pickup-card__sale .pickup-card__price-sale {
  font-size: 22px;
}
[data-browse-mode="P"] .pickup-card__sale .pickup-card__price-sale .pickup-card__tax {
  font-size: 18px;
}
[data-browse-mode="S"] .pickup-card__sale .pickup-card__price-sale .pickup-card__tax {
  font-size: 18px;
}
.pickup-card__off {
  margin-left: 5px;
  padding: 5px 7px;
  color: #fff;
  background-color: #eb959d;
  border-radius: 3px;
}
[data-browse-mode="S"] .pickup-card__off {
  margin: 0;
  padding: 2px 5px;
}
.pickup-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 36px;
  background-color: #6786a8;
  border-color: #6786a8;
  width: 100%;
  margin: 15px auto 0;
  padding: 3px 17px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 18px;
}
[data-browse-mode="S"] .pickup-card__btn {
  margin: 5px auto 0;
  padding: 0;
  min-height: 30px;
}

/* category */

[data-browse-mode="P"] .section-category {
  margin: 100px auto 60px;
}
[data-browse-mode="S"] .section-category {
  margin: calc(50 / 828 * 100vw) auto;
}
.section-category .pageNav-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-browse-mode="S"] .section-category .pageNav-ttl {
  margin-bottom: calc(18 / 414 * 100vw);
}
[data-browse-mode="S"] .section-category .pageNav-ttl img {
  width: calc(688 / 828 * 100vw);
}

[data-browse-mode="P"] .section-category .pageNav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

[data-browse-mode="S"] .section-category .pageNav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(750 / 828 * 100vw);
  gap: calc(20 / 828 * 100vw);
}

[data-browse-mode="S"] .section-category .pageNav li {
  width: calc((100% - (20 / 828 * 100vw)) / 2);
}

.section-category .pageNav .pageNav-item .pageNav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border: 2px solid #6D86A5;
  color: #6D86A5;
  border-radius: 50vh;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}

[data-browse-mode="P"] .section-category .pageNav .pageNav-item .pageNav-link {
  width: 280px;
  height: 50px;
  font-size: 16px;
}

[data-browse-mode="S"] .section-category .pageNav .pageNav-item .pageNav-link {
  width: 100%;
  height: calc(110 / 828 * 100vw);
  font-size: calc(28 / 828 * 100vw);
}

[data-browse-mode="P"] .section-category .pageNav .pageNav-item .pageNav-link::after {
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: #6D86A5 2px solid;
  border-bottom: #6D86A5 2px solid;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  transition: .2s linear;
}

[data-browse-mode="S"] .section-category .pageNav .pageNav-item .pageNav-link::after {
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: #6D86A5 2px solid;
  border-bottom: #6D86A5 2px solid;
  display: block;
  position: absolute;
  top: 50%;
  right: calc(33 / 828 * 100vw);
  transform: rotate(45deg);
  transition: .2s linear;
}


[data-browse-mode="P"] .btn-product-link {
  padding: 0 50px;
  width: 400px;
  height: 50px;
  font-size: 16px;
}

/* ranking list */
[data-browse-mode="P"] .event-common .list {
  padding-top: 50px;
  padding-bottom: 80px;
}
[data-browse-mode="S"] .event-common .list {
  padding-top: calc(50 / 828 * 100vw);
}
[data-browse-mode="P"] .event-common .list::after {
  width: 100%;
  left: 0;
}
.main-point .products-item-wrap .point-rrf-icon {
  order: 21;
  border-radius: 3px;
  background-color: #e02145;
  color: #fff;
  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: calc(13 / 375 * 100vw);
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 5px;
}
.main-point .products-item-wrap .point-rrf-icon.is-empty {
  display: none;
}
[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;
}
[data-browse-mode="P"] .main-point .point-rrf-fm {
  margin-left: 2px;
  font-size: 15px;
  color: #ef929d;
}
[data-browse-mode="S"] .main-point .point-rrf-fm {
  font-size: calc(12 / 375 * 100vw);
  font-weight: 400;
  color: #ef929d;
}
[data-browse-mode="P"] .main-point .point-rrf-num {
  font-size: 18px;
  color: #ef929d;
}
[data-browse-mode="S"] .main-point .point-rrf-num {
  margin-left: 2px;
  font-size: calc(18 / 375 * 100vw);
  color: #ef929d;
}
[data-browse-mode="P"] .main-point .point-rrf-fs {
  margin-left: 2px;
  font-size: 15px;
  color: #ef929d;
}
[data-browse-mode="S"] .main-point .point-rrf-fs {
  margin-left: 2px;
  font-size: calc(12 / 375 * 100vw);
  color: #ef929d;
}
ul.block-ranking-r--items {
  width: 100%;
}
.page-event ul.block-ranking-r--items li .price-discount-icon {
  order: 21;
  border-radius: 3px;
  background-color: #e02145;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0 5px 1px;
}
[data-browse-mode="S"] .page-event ul.block-ranking-r--items li .price-discount-icon {
  padding: 0 5px;
}
.page-event ul.block-ranking-r--items li .price-discount-icon em {
  margin: 0 5px;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
.page-event ul.block-ranking-r--items li .price-before-discount {
  font-weight: 600;
  color: #eb959d;
  order: 51;
}
[data-browse-mode="P"] .page-event ul.block-ranking-r--items li .price-before-discount {
  font-size: 24px;
}
[data-browse-mode="S"] .page-event ul.block-ranking-r--items li .price-before-discount {
  font-size: 20px;
}
[data-browse-mode="P"] .page-event ul.block-ranking-r--items li .price-before-discount span {
  font-size: 14px;
}
[data-browse-mode="S"] .page-event ul.block-ranking-r--items li .price-before-discount span {
  font-size: 13px;
}
.page-event ul.block-ranking-r--items li .price-discount {
  margin-bottom: 10px;
  order: 52;
  font-weight: 600;
  color: #eb959d;
}
[data-browse-mode="P"] .page-event ul.block-ranking-r--items li .price-discount {
  font-size: 16px;
}
[data-browse-mode="S"] .page-event ul.block-ranking-r--items li .price-discount {
  font-size: 15px;
}

[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;
}

/* pickup */
.sec-product .block-pickup-list-p--item-body {
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-product .block-pickup-list-p--image {
  position: relative;
  width: 100%;
}
.sec-product .block-pickup-list-p--image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}
.sec-product .block-pickup-list-p--image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-product .block-pickup-list-p--item-description {
  margin-top: 15px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.sec-product .block-pickup-list-p--add-cart {
  margin-top: auto;
  order: 100;
  width: 100%;
}
.appendArea .block-list-add-cart-btn,
.appendArea .block-pickup-list-p--detail-btn {
  width: 100%;
  font-weight: bold;
  line-height: 2;
}

/* slider */
.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;
}
.block-ranking-r--items li .block-ranking-r--goods-image {
  box-sizing: border-box;
}
.block-ranking-r--items li .block-icon:not(.block-auto-icon) {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  gap: 6px 0;
}
ul.block-ranking-r--items li .block-thumbnail-t--goods-image {
  position: relative;
}
ul.block-ranking-r--items li .block-pickup-list-p--image .block-auto-icon {
  position: absolute;
  top: 10px;
  left: -10px;
}
ul.block-ranking-r--items li .block-thumbnail-t--goods-image .block-auto-icon {
  position: absolute;
  top: 6px;
  left: -6px;
}
.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 {
  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;
  text-decoration: none;
}
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 {
  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;
}
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;
}
.sec-product .block-pickup-list-p--comment,
.sec-product .block-thumbnail-t--comment {
  display: none;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  order: 50;
}
.sec-product .block-pickup-list-p--price {
  font-size: 16px;
  font-weight: 800;
}
.sec-product .block-pickup-list-p--price::after {
  font-size: 12px;
}
.sec-product .block-pickup-list-p--goods-name {
  font-weight: 800;
}
.sec-product .variation-name {
  display: none;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  margin-bottom: 5px;
  order: 20;
}
.sec-product .block-pickup-list-p--item-description .block-pickup-list-p--shop-name {
  margin: 0 0 10px;
  padding: 2px 8px 2px 32px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background: #fff url(/img/usr/common/ico_shop.png) center left 8px no-repeat;
  order: 36;
}
.appendArea .block-pickup-list-p--detail-btn {
  background-color: #6786a8;
  border-color: #6786a8;
}
[data-browse-mode="P"] .products-item-wrap ul.block-ranking-r--items.is-pickup li {
  width: calc((100% - (20px * 3)) / 4);
}
[data-browse-mode="S"] .appendArea .block-list-add-cart-btn {
  border: none;
}
.block-ranking-r--items li .block-thumbnail-t--shop-name {
  display: inline-block;
  margin: 0 0 6px;
  padding: 4px 8px 4px 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.27273;
  background: #fff url(/img/usr/common/ico_shop_sp.png) center left 10px / 16px auto no-repeat;
}
.block-event-page .appendArea .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 36px;
}
.block-ranking-r--items.slick-slider.is-pickup .slick-slide {
  gap: 20px;
}
.block-ranking-r--items.slick-slider.is-pickup .slick-prev,
.block-ranking-r--items.slick-slider.is-pickup .slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.page-event ul.block-ranking-r--items {
  gap: 20px;
}
.block-event-page .appendArea .btn-cart.block-thumbnail-t--detail-btn {
  background-color: #6786a8;
  border-color: #6786a8;
}
.pageNav-item .block-ranking-r--description {
  display: none;
}
.block-thumbnail-t--price-infos {
  margin-bottom: 10px;
}
.block-thumbnail-t--price-infos .block-thumbnail-t--price {
  font-weight: bold;
}

[data-browse-mode="P"] .free-25sugift-sec-inner.banner {
  margin: 100px auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}

[data-browse-mode="S"] .free-25sugift-sec-inner.banner {
  margin: calc(50 / 828 * 100vw) auto 0;
  width: calc(780 / 828 * 100vw);
}

.free-25sugift-sec-inner.banner a img {
  width: 100%;
}

[data-browse-mode="P"] .block-note {
  margin-bottom: 100px;
  padding: 0;
}

[data-browse-mode="S"] .block-note {
  margin-bottom: calc(100 / 828 * 100vw);
  padding: 0;
}

.block-note h2 {
  color: #333;
}
[data-browse-mode="S"] .block-note h2 {
  font-size: calc(35 / 828 * 100vw);
}

[data-browse-mode="P"] .block-note .note p {
  font-size: 15px;
  line-height: calc(32 / 15);
}

/* order */
[data-browse-mode="S"] .block-ranking-r--items li .block-icon {
  order: 10;
}
[data-browse-mode="S"] .appendArea:not([data-id="eeh2026rk"]) .block-thumbnail-t--goods-name {
  margin-bottom: 10px;
  order: 20;
}
.block-ranking-r--items li .block-thumbnail-t--shop-name {
  order: 30;
}
.block-thumbnail-t--price-infos {
  order: 40;
}