@charset "UTF-8";
/* =========================== */
/* 冒頭バナー（SP） */
/* =========================== */
.p-top_spbanner {
  margin: 8px;
}
.p-top_spbanner .p-top_spbannerItem {
  margin: 0 auto 8px;
}
.p-top_spbanner .p-top_spbannerItem img {
  display: block;
  margin: 0 auto;
}
.p-top_spbanner .p-top_spbannerItem.falseOnly.my-true {
  display: none;
}
.p-top_spbanner .p-top_spbannerItem.trueOnly.my-false {
  display: none;
}
@media screen and (min-width: 980px) {
  .p-top_spbanner {
    display: none!important;
  }
}

/* =========================== */
/* MVスライダー */
/* =========================== */
.p-top_mvSlider .slick-dots li {
  width: 8px;
  height: 8px;
}
.p-top_mvSlider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #B2BBBA;
  border-radius: 50%;
}
.p-top_mvSlider .slick-dots li.slick-active button {
  background: #169FC3;
}
.p-top_mvSlider .slick-dots li button:before {
  display: none;
}

#new_slider .p-top_mvSliderMv.js-topSlider-main {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #new_slider .p-top_mvSlider {
    padding: 0;
  }
  #new_slider .p-top_mvSliderMv a {
    margin-bottom: 0;
  }
  #new_slider .slick-slide:has(.p-top_mvSliderMvImg) {
    padding: 0;
  }
}
@media (min-width: 980px) and (max-width: 1400px) {
  #new_slider .slick-slide:has(.p-top_mvSliderMvImg) {
    width: 100%!important;
  }
}
@media screen and (min-width: 1400px) {
  #new_slider .slick-slide:has(.p-top_mvSliderMvImg) {
    width: 100%!important;
  }
}

/* =========================== */
/* 人気の商品カテゴリ */
/* =========================== */
.l-top_feature:first-child {
  margin-top: 48px;
}
.l-top_feature:first-child .p-top_featureHeading {
  margin-top: 0;
}
.p-top_feature .p-top_categoryColumnGrid {
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
  max-width: none;
  margin: 20px 0 0;
}
.p-top_feature .p-categoryColumn_image {
  position: relative;
  margin-bottom: 4px;
}
.p-top_feature .p-categoryColumn_image:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #B2BBBA;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.p-top_feature .p-categoryColumn_title {
  margin-bottom: 8px;
}
.p-top_feature .p-categoryColumn_description {
  line-height: normal;
}
@media screen and (min-width: 980px) {
  .l-top_feature:first-child {
    margin-top: 0;
  }
  .p-top_feature .p-top_categoryColumnGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .p-top_feature .p-top_categoryColumnGrid {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-top_feature .p-categoryColumn_title {
    font-size: 15px;
  }
  .p-top_feature .p-categoryColumn_description {
    font-size: 14px;
    line-height: normal;
  }
}

/* =========================== */
/* ピックアップ動画 */
/* =========================== */
.p-top_video .p-top_videoList {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.p-top_video .p-top_videoListItem_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 8px;
}
.p-top_video .p-top_videoListItem_video iframe {
  width: 100%;
  height: 100%;
}
.p-top_video .p-top_videoListItem_title {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
.p-top_video .p-top_videoListItem_link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.p-top_video .p-top_videoListItem_link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 980px) {
  .p-top_video .p-top_videoList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1640px) {
  .p-top_video .p-top_videoList {
    grid-template-columns: repeat(auto-fill, 380px);
  }
}

/* =========================== */
/* クーポン一覧／セール商品 */
/* =========================== */
.p-top_bnrArea .p-top_bnrList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.p-top_bnrArea .p-top_bnrListItem {
  width: 240px;
}
.p-top_bnrArea .p-top_bnrListBtn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1400px) {
  .l-top_bnrArea {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-top_bnrArea .p-top_bnrList {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* =========================== */
/* コンテンツ幅 */
/* =========================== */
@media print, screen and (min-width: 980px) {
  .fs-l-main {
    max-width: none;
  }
}
@media print, screen and (min-width: 1400px) {
  .fs-l-main {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1920px;
  }
  .fs-l-pageMain {
    width: calc(100% - 400px - 60px);
  }
  section.fs-l-pageMain.p-top > * {
    max-width: calc(((100% + 400px + 60px) + 40px) * 0.6132);
    margin-right: auto;
    margin-left: auto;
  }
  section.fs-l-pageMain.p-top > *.c-top_sec--wide {
    max-width: none;
  }
}