/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton {
      display: block;
      width: auto;
    }
  }
  .p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton ul {
      font-size: 12px;
    }
  }
  .p-line-informaiton li {
    margin-bottom: 15px;
  }
  .p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
      margin: 0;
    }
  }
  .p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
      content: none;
    }
  }
  /***** お知らせ *****/
  .p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-top-news {
      display: block;
      margin-bottom: 45px;
    }
  }
  .p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-top-news__ttl {
      margin-right: 0;
      margin-bottom: 10px;
      padding: 5px;
      width: 70px;
      border: 1px solid #b2b2b2;
      font-size: 12px;
    }
  }
  .p-top-news__body {
    flex: 1;
    margin-bottom: 0;
  }
  /******************************/
  /* TOP RECOMMEND */
  /******************************/
  .p-recommend.u-container {
    padding-bottom: 0;
  }
  /******************************/
  /* NEW　ARRIVAL */
  /******************************/
  .p-new-item.u-container {
    padding-bottom: 0;
  }
  /******************************/
  /* TOP RANKING */
  /******************************/
  .p-ranking-list .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
    background: rgba(255,255,255,0.4);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
      top: 110px;
      width: 45px;
      height: 45px;
    }
  }
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
      top: 15px;
    }
  }
  .p-ranking-list .slick-prev {
    left: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
      left: 0px;
    }
  }
  .p-ranking-list .slick-prev:before {
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before {
      left: 17px;
    }
  }
  .p-ranking-list .slick-next {
    right: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
      right: 0px;
    }
  }
  .p-ranking-list .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next:before {
      left: 13px;
    }
  }
  .p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    word-break: break-all;
  }
  @media screen and (max-width: 1030px) {
    .p-ranking-list__item {
      margin-right: 5px;
      margin-left: 5px;
    }
  }
  .p-ranking-list__img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__img {
      text-align: center;
    }
  }
  .p-ranking-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-ranking-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-ranking-list__img img {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
  }
  .p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .p-ranking-list__ttl img {
    vertical-align: middle;
  }
  .p-ranking-list__price {
    color: #909090;
    margin-top: 20px;
  }
  .p-ranking-list__btn {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-ranking-list__btn.is-added {
    color: #000000;
  }
  .p-ranking-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  /******************************/
  /* TOP INFORMATION */
  /******************************/
  .p-information {
    padding-bottom: 0;
  }
  @media screen and (max-width: 1030px) {
    .p-information {
      padding-bottom: 45px;
    }
  }
  .p-information__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
  }
  @media screen and (max-width: 1030px) {
    .p-information__body {
      margin-left: 0;
      margin-right: 0;
    }
  }
  /******************************/
  /* TOP FREE */
  /******************************/
  .p-free__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
  }
  @media screen and (max-width: 1030px) {
    .p-free__body {
      margin-left: 0;
      margin-right: 0;
    }
  }
  /******************************/
  /* TOP BANNER */
  /******************************/
  .p-bnr {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media screen and (max-width: 1030px) {
    .p-bnr {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .p-bnr-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .p-bnr-list {
      display: block;
    }
  }
  .p-bnr-list__item {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3333%;
  }
  @media screen and (max-width: 1030px) {
    .p-bnr-list__item {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-bnr-list__item {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px;
      width: auto;
      text-align: center;
    }
  }
  
      .marquee {
        --gap: 1rem;
        position: relative;
        display: flex;
        overflow: hidden;
        user-select: none;
        gap: var(--gap) 0;
      }
  
      .marquee__inner {
        flex-shrink: 0;
        display: flex;
        justify-content: space-around;
        gap: var(--gap) 0;
        min-width: 100%;
        animation: scroll 20s linear infinite;
      }
  
      @keyframes scroll {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(calc(-100% - var(--gap)));
        }
      }
  
  
  .top_main_slider {
    margin-top: 10px;
  }
  .top_main_slider .slick-slide {
    margin: 0 6px;
  }
  .top_main_slider .slick-dots li {
    width: 12px;
    height: 12px;
    
  }
  .top_main_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #B6B6B6;
  }
  .top_main_slider .slick-dots li.slick-active button {
    background: #1D5EE7;
  }
  .slick-slide img {
    width: 100%;
    border-radius: 60px;
  }
  @media screen and (max-width: 768px) {
    .slick-slide img {
      border-radius: 30px;
    }
    .top_main_slider .slick-slide {
      margin: 0 5px;
    }
  }
  
  .slick-dots li button:before {
    content: "" !important;
  }
  
  .slick-dots {
      text-align: center !important;
      left: 50%;
      transform: translateX(-50%);
      max-width: 1440px;
      padding-left: 0 !important;
  }
  @media screen and (max-width: 1024px) {
    .slick-dots {
      text-align: center !important;
      padding-left: 0 !important;
    }
  }

/*Slick 追加ここから*/
/* FOUC対策（Slick初期化までスライダーは不可視のまま） */
#slider { visibility: hidden; }
#slider.slick-initialized { visibility: visible; }

/* ★全画面ローダー */
#page-loader{
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: #1D5EE7;
  opacity: 0; pointer-events: none; transition: opacity .3s;
  z-index: 9999;
}
#page-loader.is-visible{ opacity: 1; pointer-events: auto; }

/* 画像のちらつき抑制 */
#slider img{ display:block; width:100%; height:auto; }
/*Slick 追加ここまで*/

  /* ランキングセクション修正用スタイル */
#js-splide-ranking .splide__slide {
  width: 296px !important;
  height: 440px !important;
  flex-shrink: 0;
  margin: 0 6px;
  position: relative;
}

/* ランキングカード */
.ranking-card {
  display: flex;
  width: 296px;
  height: 440px;
  align-items: flex-start;
  gap: 8px;
  padding: 34px 36px;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 1px solid;
  border-color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
}

.ranking-card:focus {
  outline: none;
  text-decoration: none;
}

.ranking-card:hover {
  text-decoration: none;
}

/* ランキングフレーム */
.ranking-frame {
  display: flex;
  flex-direction: column;
  width: 224px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-top: -0.13px;
  margin-bottom: -0.13px;
}

/* ランキング番号 */
.ranking-number {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Sen-Bold", Helvetica;
  font-weight: 700;
  color: #1d5de7;
  font-size: 24.5px;
  letter-spacing: 0;
  line-height: normal;
}

/* ランキングコンテンツ */
.ranking-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* ランキング画像 */
.ranking-image {
  position: relative;
  width: 223.5px;
  height: 167.63px;
  overflow: hidden;
  border-radius: 8px;
}

.ranking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ランキング情報 */
.ranking-info {
  display: flex;
  flex-direction: column;
  width: 223.5px;
  align-items: flex-start;
  gap: 18.63px;
  position: relative;
  flex: 0 0 auto;
}

/* ランキングタイトル */
.ranking-title {
  position: relative;
  align-self: stretch;
  margin-top: -1.16px;
  font-family: "Noto Sans CJK JP-Bold", Helvetica;
  font-weight: 700;
  color: #1d5de7;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
  .ranking-title {
    font-size: 18px;
  }
}

/* ランキング価格ラッパー */
.ranking-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9.31px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* ランキング価格 */
.ranking-price {
  position: relative;
  width: 127.64px;
  height: 16px;
  display: inline-flex;
  align-items: flex-end;
  gap: 5.82px;
}

.price-amount {
  position: relative;
  width: fit-content;
  margin-top: -1.16px;
  font-family: "Avenir-Heavy", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 23.3px;
  letter-spacing: 0;
  line-height: 32.6px;
  white-space: nowrap;
}

.price-unit {
  position: relative;
  width: fit-content;
  margin-top: -0.16px;
  font-family: "Noto Sans CJK JP-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 19.8px;
  letter-spacing: 0;
  line-height: 32.6px;
  white-space: nowrap;
}

.price-tax {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans CJK JP-Medium", Helvetica;
  font-weight: 500;
  color: #6b6b6b;
  font-size: 16.3px;
  letter-spacing: 0;
  line-height: 32.6px;
  white-space: nowrap;
}

/* 割引バッジ */
.discount-badge {
  background: #1D5EE7;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
}

/* 定価 */
.regular-price {
  font-family: "Avenir-Heavy", Helvetica;
  color: #6B6B6B;
  text-decoration: line-through;
  font-size: 14px;
  margin: 0;
}

/* 売り切れ */
.soldout {
  font-family: "Avenir-Heavy", Helvetica;
  font-weight: bold;
  color: #9CA3AF;
  font-size: 18px;
  margin: 0;
}

/* ランキングキャプションラッパー */
.ranking-caption-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* ランキングキャプション */
.ranking-caption {
  position: relative;
  width: 224px;
  margin-top: -1.00px;
  font-family: "Noto Sans CJK JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1279px) {
  #js-splide-ranking .splide__slide {
    width: 258px !important;
    height: 420px !important;
    margin: 0 6px;
  }
  
  .ranking-card {
    width: 258px;
    height: 390px;
    padding: 24px 28px;
  }
  
  .ranking-frame {
    width: 200px;
  }
  
  .ranking-image {
    width: 200px;
    height: 150px;
  }
  
  .ranking-info {
    width: 200px;
  }
  
  .ranking-title {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .price-amount {
    font-size: 20px;
    line-height: 28px;
  }
  
  .price-unit {
    font-size: 16px;
    line-height: 28px;
  }
  
  .price-tax {
    font-size: 14px;
    line-height: 28px;
  }
  
  .ranking-caption {
    width: 200px;
    font-size: 12px;
  }
}

/* カルーセル操作ボタンの修正 */
#js-splide-ranking .splide__arrows {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  pointer-events: auto;
}

#js-splide-ranking .splide__arrow {
  position: static !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px;
  background: #1D5EE7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box;
}

#js-splide-ranking .splide__arrow:hover {
  background: #1a4fd1;
  transform: scale(1.05) !important;
}

#js-splide-ranking .splide__arrow svg {
  width: 7px;
  height: 10px;
  fill: white;
}

#js-splide-ranking .splide__arrow--prev svg {
  transform: rotate(180deg);
}

/* 操作ボタンのSVGコンテナ */
#js-splide-ranking .splide__arrow .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* カルーセルトラックの修正 */
#js-splide-ranking .splide__track {
  overflow: hidden;
}

#js-splide-ranking .splide__list {
  display: flex;
  gap: 0;
  align-items: stretch;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1023px) {
  #js-splide-ranking .splide__track {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 横スクロール防止 */
#js-splide-ranking {
  overflow: hidden;
  width: 100%;
}

/* 注目ワードのgap修正 */
section.px-\[10px\].mb-9.lg\:\!flex.justify-end.lg\:items-center.mt-14.lg\:mt-6.gap-2.max-w-\[1440px\].lg\:px-8.mx-auto ul {
  gap: calc(var(--spacing) * 2) !important;
}

/* ページネーションと注目ワードの間の余白 */
section.px-\[10px\].mb-9.lg\:\!flex.justify-end.lg\:items-center.mt-14.lg\:mt-6.gap-2.max-w-\[1440px\].lg\:px-8.mx-auto {
  margin-bottom: 50px !important;
  margin-top: 60px;
}
  
  
  