@charset "UTF-8";
/*
|---------------------------------------------------------------
| ライオンズセール 2025.03～
|---------------------------------------------------------------
*/
.plpage * {
  min-width: 0;
  box-sizing: border-box;
}
.plpage *[id] {
  scroll-margin-top: var(--sp-header-height, 80px);
}
@media screen and (min-width: 750.02px) {
  .plpage *[id] {
    scroll-margin-top: var(--pc-header-height, 150px);
  }
}

/* Device */
@media screen and (min-width: 750.02px) {
  .plpage .d-none--pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .plpage .d-none--sp {
    display: none !important;
  }
}

/* Container */
.pl-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.pl-container .pl-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .pl-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pl-container .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Main
------------------------------------------------*/
.plpage {
  display: block;
  width: 100%;
  color: #000000;
  background: #ffffff;
}
.plpage__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 750.02px) {
  .plpage__header {
    margin-bottom: 90px;
  }
}
.plpage__header__image {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}
@media screen and (min-width: 750.02px) {
  .plpage__header__image {
    margin-bottom: 40px;
  }
}
.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .plpage__header__image .pl-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.plpage__header__nav {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}
@media screen and (min-width: 750.02px) {
  .plpage__header__nav {
    margin-bottom: 40px;
  }
}
.plpage__header__lead {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1.73vw, 20px);
  line-height: 1.73;
  text-align: center;
  margin: 0 0 2em;
}
.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 80px;
}
@media screen and (min-width: 750.02px) {
  .plpage__body {
    padding-bottom: 120px;
  }
}
.plpage .js--hidden {
  display: none !important;
}

/*
 * Nav
------------------------------------------------*/
.pl-nav {
  display: block;
  width: 100%;
}
.pl-nav__list {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.pl-nav__list__item {
  display: block;
  width: 100%;
  margin: 0 0 6px;
}
@media screen and (min-width: 750.02px) {
  .pl-nav__list {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: -9px;
    margin-right: -9px;
  }
  .pl-nav__list__item {
    padding-left: 9px;
    padding-right: 9px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 10px;
  }
}

.pl-nav-link {
  display: block;
  width: 100%;
  box-shadow: none;
  outline: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.04em 1.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: #cc0000;
  position: relative;
  padding-left: 1em;
  padding-right: 2em;
}
@media screen and (min-width: 750.02px) {
  .pl-nav-link {
    font-size: min(20px, 1.75vw);
    line-height: 1.5;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.pl-nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.75em 0.47em 0 0.47em;
  border-color: CurrentColor transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  left: auto;
  right: 1em;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

/*
 * Section
------------------------------------------------*/
.pl-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pl-section + .pl-section {
  margin-top: clamp(40px, 5.33vw, 90px);
}
.pl-section__header {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  margin-bottom: clamp(15px, 2vw, 30px);
}
.pl-section__body {
  display: block;
  width: 100%;
}

.pl-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}
.pl-section-title::before, .pl-section-title::after {
  content: "";
  width: 1px;
  height: 10px;
  border-style: solid;
  border-width: 3px 0;
  border-color: CurrentColor;
  flex-grow: 1;
}
.pl-section-title::before {
  margin-right: 0.65em;
}
.pl-section-title::after {
  margin-left: 0.65em;
}
@media screen and (min-width: 750.02px) {
  .pl-section-title {
    font-size: min(40px, 3.51vw);
  }
}

/*
 * Lineup
------------------------------------------------*/
.pl-lineup {
  display: block;
  width: 100%;
}
.pl-lineup__list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px 15px;
}
.pl-lineup__list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750.02px) {
  .pl-lineup__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 30px 15px;
  }
}

.pl-goods {
  display: block;
  width: 100%;
  font-size: 14px;
  flex-grow: 1;
}
.pl-goods__layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pl-goods__layout__image {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.pl-goods__layout__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.pl-goods[href] {
  color: inherit !important;
  text-decoration: none !important;
}
.pl-goods__image {
  display: block;
  width: 100%;
}
.pl-goods__image img {
  display: block;
  width: 100%;
  height: auto;
}
.pl-goods__name {
  display: block;
  width: 100%;
  margin: 0 0 0.25em;
  font-size: 1em;
  line-height: 1.43;
}
.pl-goods__price {
  display: block;
  width: 100%;
  margin: auto 0 0.25em;
  padding: 0;
  font-size: 1em;
}
.pl-goods__nav {
  display: block;
  width: 100%;
}
.pl-goods__nav__btn {
  display: block;
  width: 100%;
  box-shadow: none;
  outline: 0 !important;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.92em 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: rgb(var(--theme-color-rgb, 43, 130, 249));
}
@media screen and (min-width: 750.02px) {
  .pl-goods__nav__btn {
    font-size: min(18px, 1.58vw);
    line-height: 1.5;
    padding-top: 0.36em;
    padding-bottom: 0.36em;
  }
}

/*
 * Sale Nav
------------------------------------------------*/
.plsale-nav {
  display: block;
  width: 100%;
}
.plsale-nav__list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 6px;
}
@media screen and (min-width: 750.02px) {
  .plsale-nav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 18px;
  }
}
.plsale-nav__list__item {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}

.plsale-nav-link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: left;
  line-height: 1.25;
  padding: 0.75em 0.5em;
  background: #fff;
  border: 2px solid rgb(var(--theme-color-rgb, 0, 0, 0));
  color: #000000 !important;
  background: #ffffff;
}
.plsale-nav-link__image {
  display: block;
  width: auto;
  max-width: 30px;
  height: 100%;
  margin: 0 5px 0 0;
  padding: 0;
  flex-shrink: 0;
}
.plsale-nav-link__image img {
  display: block;
  width: 100%;
  height: auto;
}
.plsale-nav-link__text {
  display: block;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  word-break: break-word;
}
@media screen and (min-width: 750.02px) {
  .plsale-nav-link {
    font-size: min(16px, 1.4vw);
    padding: 0 10px 0 0;
    border-width: 4px;
  }
  .plsale-nav-link__image {
    max-width: 29.85%;
    margin-right: 4px;
  }
}

/*
 * Category
------------------------------------------------*/
.plsale-category {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  margin-bottom: clamp(40px, 5.33vw, 80px);
}
.plsale-category__content {
  margin-top: calc(-1 * var(--sp-header-height, 80px));
  padding-top: var(--sp-header-height, 80px);
}
@media screen and (min-width: 750.02px) {
  .plsale-category__content {
    margin-top: calc(-1 * var(--pc-header-height, 150px));
    padding-top: var(--pc-header-height, 150px);
  }
}
.plsale-category .plsale-nav {
  max-width: 980px;
  margin: 0 auto 25px;
}
.plsale-category .plsale-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 6px;
}
@media screen and (min-width: 750.02px) {
  .plsale-category .plsale-nav__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 18px;
  }
}
.plsale-category .plsale-nav__list__item:not(.js--active) {
  display: none;
}
.plsale-category .plsale-nav-link {
  padding: 15px 5px;
  border-radius: 20px;
}
.plsale-category .plsale-nav-link__image {
  max-width: 40%;
  margin-right: 4px;
}
.plsale-category .plsale-nav-link__text {
  text-align: center;
}
@media screen and (min-width: 750.02px) {
  .plsale-category .plsale-nav-link {
    padding: 22px 5px 22px 15px;
    border-width: 3px;
    border-radius: 40px;
  }
  .plsale-category .plsale-nav-link__image {
    max-width: 50%;
  }
}

.plsale-categoryLineup {
  display: block;
  width: 100%;
  overflow: hidden;
}
.plsale-categoryLineup:not(.js--active) {
  display: none;
}
.plsale-categoryLineup__title {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: rgb(var(--theme-color-rgb, 43, 130, 249));
}
@media screen and (min-width: 750.02px) {
  .plsale-categoryLineup__title {
    font-size: min(26px, 2.28vw);
  }
}
.plsale-categoryLineup__content {
  display: block;
  width: 100%;
}
.plsale-categoryLineup__nav {
  display: block;
  width: 100%;
}
.plsale-categoryLineup__content + .plsale-categoryLineup__nav {
  margin-top: 20px;
}
@media screen and (min-width: 750.02px) {
  .plsale-categoryLineup__content + .plsale-categoryLineup__nav {
    margin-top: 80px;
  }
}

.plsale-categoryLineup-btn {
  display: block;
  width: 100%;
  max-width: 540px;
  box-shadow: none;
  outline: 0 !important;
  font-size: 12px;
  line-height: 1.5;
  padding: 1.33em 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  margin: 0 auto;
  color: #ffffff;
  background: #cc0000;
}
@media screen and (min-width: 750.02px) {
  .plsale-categoryLineup-btn {
    font-size: min(20px, 1.75vw);
    line-height: 1.5;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.plsale-categoryLineup .pl-goods__name {
  font-weight: bold;
}
.plsale-categoryLineup .pl-goods__price {
  font-weight: bold;
}
@media screen and (min-width: 750.02px) {
  .plsale-categoryLineup .pl-lineup {
    --border-color: #cccccc;
    display: flex;
  }
  .plsale-categoryLineup .pl-lineup__list {
    width: 100%;
    margin: 0;
    grid-gap: 0;
    display: flex;
    flex-wrap: wrap;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: var(--border-color);
  }
  .plsale-categoryLineup .pl-lineup__list__item {
    display: flex;
    margin: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--border-color);
    width: auto;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
  }
  .plsale-categoryLineup .pl-lineup__list__item:nth-child(-n+4) {
    border-top-width: 1px;
  }
  .plsale-categoryLineup .pl-goods__layout {
    position: relative;
  }
  .plsale-categoryLineup .pl-goods__layout__image {
    margin: 0;
  }
  .plsale-categoryLineup .pl-goods__layout__body {
    width: 100%;
    height: 100%;
    padding: 12px 19px 18px;
    overflow: hidden;
    color: #fff;
    background: rgba(var(--theme-color-rgb, 43, 130, 249), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s ease 0.4s;
  }
  .plsale-categoryLineup .pl-goods__name {
    font-size: min(18px, 1.58vw);
  }
  .plsale-categoryLineup .pl-goods__price {
    font-size: min(20px, 1.75vw);
    margin-top: 0;
  }
  .plsale-categoryLineup .pl-goods__nav {
    margin-top: auto;
  }
  .plsale-categoryLineup .pl-goods__nav__btn {
    transform: translateY(15%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .plsale-categoryLineup .pl-goods:hover .pl-goods__layout__body {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s;
  }
  .plsale-categoryLineup .pl-goods:hover .pl-goods__nav__btn {
    transform: translateY(0%);
  }
}

/*
 * Ranking
------------------------------------------------*/
.plsale-ranking {
  display: block;
  width: 100%;
  padding: 25px 15px;
  color: #cc0000;
  background: #faf7c3;
}
@media screen and (min-width: 750.02px) {
  .plsale-ranking {
    padding: 50px 40px 60px;
  }
}
.plsale-ranking__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  margin-bottom: clamp(15px, 2vw, 25px);
}
.plsale-ranking__body {
  display: block;
  width: 100%;
  color: #000000;
}

.plsale-ranking-title {
  display: block;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #cc0000;
  text-align: center;
  padding: 10px 1.5em;
  border-bottom: 2px solid CurrentColor;
  margin: 0 auto 15px;
}
@media screen and (min-width: 750.02px) {
  .plsale-ranking-title {
    font-size: min(40px, 3.51vw);
    border-bottom-width: 3px;
    margin-bottom: 1.25em;
  }
}

.plsale-ranking .pl-lineup__list__item:nth-child(n+6) {
  display: none;
}
.plsale-ranking .pl-lineup__list {
  counter-reset: ranking;
}
.plsale-ranking .pl-lineup__list__item {
  counter-increment: ranking;
}
.plsale-ranking .pl-lineup__list__item::before {
  content: counter(ranking);
  align-self: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 3px;
  width: 54px;
  height: 50px;
  margin: 0 0 10px;
  background-image: url(../images/icon_rank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.plsale-ranking .pl-goods__nav {
  display: none;
}

/*
 * セール価格から探す
------------------------------------------------*/
.plsale-saleprice__list {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}
.plsale-saleprice__list__item {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
@media screen and (min-width: 750.02px) {
  .plsale-saleprice__list {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: -7px;
    margin-right: -7px;
  }
  .plsale-saleprice__list__item {
    padding-left: 7px;
    padding-right: 7px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px;
  }
}

.plsale-saleprice-link {
  display: block;
  width: 100%;
  box-shadow: none;
  outline: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.04em 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: #cc0000;
}
@media screen and (min-width: 750.02px) {
  .plsale-saleprice-link {
    font-size: min(18px, 1.58vw);
    line-height: 1.5;
    padding-top: 0.92em;
    padding-bottom: 0.92em;
  }
}
