.shoes_coupon {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #333;
  white-space: normal;
}

.shoes_coupon--pc {
  display: none;

  @media (min-width: 768px) {
    display: block;
  }
}

.shoes_coupon--sp {
  display: block;

  @media (min-width: 768px) {
    display: none;
  }
}

/* FV */
.shoes_coupon_banner {
  display: grid;
  border-radius: 0px 0px 80px 0px;
  background-color: #003399;
  justify-content: center;
  width: 100%;
      padding: 20px 0 45px;
  background-image: url(https://cdn.lumine.jp/contents/prcontents/2025/250715_tops_coupon/sp_kv.jpg);
  background-size: cover;
  vertical-align: sub;
  background-repeat: no-repeat;
  
  @media (min-width: 768px) {
    width: 100%;
    border-radius: 0px 0px 85px 0px;
    padding: 40px 0;
    background-image: url(https://cdn.lumine.jp/contents/prcontents/2025/250715_tops_coupon/pc_kv.jpg);
    /* background-size: contain; */
    vertical-align: sub;
    background-repeat: no-repeat;
  }
}

.shoes_coupon_bannerImg {
  aspect-ratio: 1/1;
  /* width: 84%;
    margin: auto; */

}

/* クーポン関連 */
.shoes_coupon_coupon {
  display: grid;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.shoes_coupon_couponContainer {
  display: grid;
  gap: 24px;
  padding: 24px 16px;

  @media (min-width: 768px) {
    gap: 32px;
    padding: 56px 10px 32px;
  }
}

.shoes_coupon_couponHeadline {
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;

  @media (min-width: 768px) {
    font-size: 24px;
    line-height: 36px;
  }
}

.shoes_coupon_couponImplementation {
  display: grid;
  gap: 8px;

  @media (min-width: 768px) {
    gap: 0px;
  }
}

.shoes_coupon_couponImplementationHeadline {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;

  @media (min-width: 768px) {
    grid-template-columns: 285px auto 285px;
    font-size: 18px;
    line-height: 27px;
  }
}

.shoes_coupon_couponImplementationLine {
  border-top: 1px dashed #707070;
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin: auto 0;
}

.shoes_coupon_couponImplementationOneLine {
  border-top: 1px dashed #707070;
  border-right: none;
  border-left: none;
  border-bottom: none;
  width: 100%;
  margin: 16px auto;
  max-width: 728px;

  @media (min-width: 768px) {
    margin: 12px auto 0px;
  }
}

.shoes_coupon_couponImplementationTitle {
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  padding: 4px 24px;
  width: fit-content;
}

.shoes_coupon_couponImplementationBody {
  padding: 8px 10px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;

  @media (min-width: 768px) {
    padding: 24px 10px;
    font-size: 18px;
    line-height: 27px;
  }
}

.shoes_coupon_couponImplementationBody_sp {
  @media (min-width: 450px) {
    display: none;
  }
}

.shoes_coupon_couponItemContainer {
  background-color: #ffffc8;
  border-radius: 8px;
  padding: 40px 0;
  margin: 0 16px 80px;

  @media (min-width: 768px) {
    padding: 48px 16px;
    margin: 0 auto 80px;
    width: 850px;
  }
}

.shoes_coupon_couponItemTickets {
  display: grid;
  justify-content: center;
  gap: 16px;

  @media (min-width: 768px) {
    grid-auto-flow: column;
    padding: 0 36px 24px;
  }
}

.shoes_coupon_couponItemTicket {
  width: 263px;
}

.shoes_coupon_couponItemTicketTop {
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  background-color: #003399;
  color: #fff;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  justify-content: center;
  padding: 16px;
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shoes_coupon_couponItemTicketTop::before {
  border-right: 4px solid #003399;
  right: 0;
}

.shoes_coupon_couponItemTicketTop::after {
  border-right: 4px solid #f7f7f7;
  right: -1px;
}

.shoes_coupon_couponItemTicketTop::after,
.shoes_coupon_couponItemTicketTop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 0;
  position: absolute;
  bottom: -4px;
  z-index: 1;
}

.shoes_coupon_couponItemTicketTopNumber {
  align-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #003399;
  display: grid;
  text-align: center;
  height: 24px;
  width: 24px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_couponItemTicketCenter {
  border-top: 1px dashed #003399;
  border-right: none;
  border-left: none;
  border-bottom: none;
  width: 100%;
}

.shoes_coupon_couponItemTicketBottom {
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #003399;
  border-top: none;
  position: relative;
  padding: 16px;
}

.shoes_coupon_couponItemTicketBottom::before {
  border-left: 4px solid #003399;
  left: 0;
}

.shoes_coupon_couponItemTicketBottom::after {
  border-left: 4px solid #f7f7f7;
  left: -1px;
}

.shoes_coupon_couponItemTicketBottom::after,
.shoes_coupon_couponItemTicketBottom::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0;
  position: absolute;
  top: -4px;
  z-index: 1;
}

.shoes_coupon_couponItemTicketBottomTerms {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
}

.shoes_coupon_couponItemTicketBottomTermsPrice {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.shoes_coupon_couponItemTicketBottomTermsText {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.shoes_coupon_couponItemTicketBottomTermsText span {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

.shoes_coupon_couponItemTicketBottomOff {
  color: #db214e;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.shoes_coupon_couponItemTicketBottomOff span {
  font-size: 16px;
  line-height: 24px;
}

.shoes_coupon_couponItemTicketsQuotation {
  display: grid;
  gap: 24px;
  padding: 16px 16px 24px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;

  @media (min-width: 768px) {
    padding: 0;
  }
}

.shoes_coupon_couponItemTicketsQuotationLink {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.shoes_coupon_couponItemTicketsQuotationLine {
  border-top: 1px dashed #707070;
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin: 0 16px;

  @media (min-width: 768px) {
    margin: 32px auto;
    max-width: 626px;
  }
}

.shoes_coupon_couponItemPrecautions {
  display: grid;
  gap: 24px;
  padding: 16px 16px 0;
  justify-items: center;

  @media (min-width: 768px) {
    gap: 32px;
  }
}

.shoes_coupon_couponItemPrecautionsList {
  display: grid;
  gap: 4px;
  text-align: start;
}

.shoes_coupon_couponItemPrecautionsText {
  list-style: disc;
  margin-left: 16px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media (min-width: 768px) {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

.shoes_coupon_couponItemPrecautionsText::marker {
  font-size: 10px;
  margin: 0 8px !important;
}

.shoes_coupon_couponItemAllView {
  border-radius: 4px;
  background-color: #003399;
  color: #fff;
  max-width: 339px;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;

  @media (min-width: 768px) {
    padding: 8px;
  }
}

/* 大項目 */
.shoes_coupon_column {
  display: grid;
  justify-content: center;
  width: 100%;
  padding: 80px 0;
}

.shoes_coupon_column--feature {
  justify-content: unset;
  
}

/* 背景が黄色で左上が丸みを帯びている場合 */
.shoes_coupon_column--yellow {
  border-radius: 85px 0px 0px 0px;
  background-color: #fffe23;
}

/* 背景色がグレー */
.shoes_coupon_column--gray {
  background-color: #fffe23;
}

.shop_coupon_column--shoesRanking {
  background-color: #ffffc8;
  border-radius: 0px 0px 85px 0px;
  padding-top: 60px;
}

.shoes_coupon_columnContainer {
  display: grid;
  gap: 40px;
  padding: 0 16px;

  @media (min-width: 768px) {
    margin: 0 auto;
  }
}

.shoes_coupon_columnTitleContainer {
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.shoes_coupon_columnTitleContainer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  border-bottom: 1px solid #333;
}

.shoes_coupon_columnTitle {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.shoes_coupon_columnCategory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 8px;

  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 170px);
    gap: 24px 16px;
  }
}

.shoes_coupon_columnCategoryLink {
  display: grid;
  gap: 8px;
  padding: 0 0 16px;
  text-decoration: none;
}

.shoes_coupon_columnCategoryImage {
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 100%;
}

.shoes_coupon_columnCategoryButton {
  display: grid;
  align-items: center;
  border-radius: 4px;
  background-color: #003399;
  color: #fff;
  height: 36px;
  min-height: 36px;
  text-align: center;
  padding: 4px 16px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

/* pickUp */
.shoes_coupon_pickUpColumn {
  display: grid;
  gap: 40px;
}

.shoes_coupon_pickUpHeadline {
  display: grid;
  gap: 16px;
  justify-content: center;
  justify-items: center;
  padding: 0 16px;
}

.shoes_coupon_pickUpHeadline--first {
  margin-top: 40px;
}

.shoes_coupon_pickUpHeadlineIcon {
  border-radius: 60px;
  border: 1px solid #003399;
  color: #003399;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  width: 44px;
  height: 40px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_pickUpHeadlineIconNumber {
  color: #003399;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;

  @media (min-width: 768px) {
    font-size: 24px;
    line-height: 27px;
  }
}

.shoes_coupon_pickUpHeadlineText {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.shoes_coupon_PickupLine {
  border-top: 1px dashed #707070;
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin: 48px 16px;
  max-width: 728px;

  @media (min-width: 768px) {
    margin: 64px 0px;
  }
}

/* feature */
.shoes_coupon_feature {
  display: grid;
  padding: 0 0 24px;
  max-width: 914px;
  margin: 0 auto;

  @media (min-width: 768px) {
    padding: 0 16px 24px;
  }
}

.shoes_coupon_featureContainer {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin-top: 40px;
  padding: 0 16px;

  @media (min-width: 768px) {
    column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 170px));
    padding: 0;
  }
}

.shoes_coupon_featureLi {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-bottom: 16px;
}

.shoes_coupon_featureLi:last-child {
  display: none;

  @media (min-width: 768px) {
    display: grid;
  }
}

.shoes_coupon_featureLink {
  display: grid !important;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-decoration: none;
}

.shoes_coupon_featureImage {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  width: 100% !important;
  @media (min-width: 768px) {
    min-width: 170px;
  }
}

.shoes_coupon_featureTextBox {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.shoes_coupon_featureText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: anywhere;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_featureDate {
  color: #707070;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_featureToList {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  gap: 8px;
  justify-content: flex-end;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  @media (min-width: 768px) {
    padding: 16px 0;
    margin: 0 auto;
    width: 728px;
  }

  @media (min-width: 946px) {
    margin: unset;
    width: unset;
  }
}

/* 共通スライダークラス */
.shoes_coupon_slider {
  display: grid;

  @media (min-width: 768px) {
    max-width: 728px;
  }
}

.shoes_coupon_columnContainer--slider {
  display: grid;
  gap: 40px;

  @media (min-width: 768px) {
    padding: 0 16px;
    margin: 0 auto;
  }
}

.shoes_coupon_sliderContainer {
  display: grid !important;
  grid-auto-flow: column;
  justify-content: start;
  width: 100%;
}

.shoes_coupon_sliderLi {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  max-width: 140px;

  @media (min-width: 768px) {
    max-width: 170px;
    padding-bottom: 24px;
  }
}

.shoes_coupon_sliderLi--brand {
  grid-template-rows: unset;
  grid-row: unset;
  padding-bottom: 16px;

  @media (min-width: 768px) {
    max-width: 170px;
  }
}

.shoes_coupon_sliderLi--pickup {
  padding-bottom: 16px;

  @media (min-width: 768px) {
    max-width: 170px;
    padding-bottom: 0px;
  }
}

.shoes_coupon_sliderLink {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  text-decoration: none;
  position: relative;

  @media (min-width: 768px) {
    padding-bottom: 8px;
  }
}

.shoes_coupon_sliderLink--brand {
  grid-template-rows: unset;
  grid-row: unset;

  @media (min-width: 768px) {
    padding-bottom: 16px;
  }
}

.shoes_coupon_sliderLink--pickup {
  @media (min-width: 768px) {
    padding-bottom: 0px;
  }
}

.shoes_coupon_sliderImage {
  aspect-ratio: 5/6;
  border-radius: 8px;
  min-width: 120px;
  width: 120px;

  @media (min-width: 768px) {
    min-width: 170px;
  }
}

.shoes_coupon_sliderImage--brand {
  aspect-ratio: 1/1;
  min-width: 80px;
  width: 80px;

  @media (min-width: 768px) {
    min-width: 170px;
  }
}

.shoes_coupon_sliderImage--pickup {
  min-width: 140px;
  width: 140px;

  @media (min-width: 768px) {
    min-width: 170px;
  }
}

.shoes_coupon_sliderLink[data-ranking-number]::before {
  display: grid;
  justify-items: center;
  align-items: center;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  content: attr(data-ranking-number);
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.shoes_coupon_sliderLink[data-ranking-number="1"]::before {
  background-color: #e7c95f;
}

.shoes_coupon_sliderLink[data-ranking-number="2"]::before {
  background-color: #bfbfbf;
}

.shoes_coupon_sliderLink[data-ranking-number="3"]::before {
  background-color: #a66900;
}

.shoes_coupon_sliderDescription {
  display: grid;
  padding: 8px 0;
  gap: 4px;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.shoes_coupon_sliderDescription--brand {
  grid-template-rows: unset;
  grid-row: unset;
}

.shoes_coupon_sliderDescriptionTitle {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_sliderDescriptionText {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  @media (min-width: 768px) {
    font-size: 13px;
    line-height: 150%;
  }
}

.shoes_coupon_sliderDescriptionPrice {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.shoes_coupon_sliderArrow.splide__arrow {
  background-color: #3338;
  top: 100px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.shoes_coupon_sliderArrow--brand.splide__arrow {
  top: 85px;
}

.shoes_coupon_sliderArrow.splide__arrow:disabled {
  display: none;
}

.shoes_coupon_sliderArrow.splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2024/template/shoes_coupon/icon_chevron_left.svg);
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.shoes_coupon_sliderArrow.splide__arrow--next {
  right: -20px;
}

.shoes_coupon_sliderArrow.splide__arrow--prev {
  left: -20px;
}

.shoes_coupon_sliderArrow.splide__arrow--next::before {
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2024/template/shoes_coupon/icon_chevron_right.svg);
}

.shoes_coupon_sliderSeeAll {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.shoes_coupon_sliderSeeAllLink {
  align-items: center;
  display: grid;
  border-radius: 4px;
  background-color: #003399;
  color: #fff;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 339px;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */

  @media (min-width: 768px) {
    margin: 24px 0 0;
  }
}

.shoes_coupon_sliderSeeAllLink--pickup {
  margin: 48px auto 0;

  @media (min-width: 768px) {
    margin: 40px 0 0;
  }
}
