@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap);
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  color: #151532;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  body {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
ul {
  list-style: none;
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 520px) {
  .main {
    padding-top: 17.0666666667vw;
  }
}
*[class*=-prev]:hover {
  opacity: 0.7;
  cursor: pointer;
}

*[class*=-next]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.c-message {
  padding: 8px;
  background-color: #fed500;
  color: #151532;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-message {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.c-message__tel {
  display: none;
}

@media screen and (max-width: 520px) {
  .c-message__tel .c-cta-tel .number {
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-message__tel .c-cta-tel .number::before {
  width: 6.4vw;
  height: 6.4vw;
  display: block;
}

@media screen and (max-width: 520px) {
  .c-message__tel .c-cta-tel .time {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-message__tel {
    display: block;
  }
}
.sidebar__bnrItem:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar__review {
  background-color: #EEF6FF;
  border-radius: 8px;
  overflow: clip;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
}

/* お客様のレビュー */
.reviewTitle {
  color: #fff;
  background-color: #2c4677;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  padding: 12px 0;
  font-size: clamp(10px, 1.1904761905vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.starBlock {
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.reviewStar {
  color: #fed500;
}

.starNumber {
  color: black;
  padding-left: 15px;
}

/* reviewItem */
.reviewItemWrap {
  padding-right: min(1.5873015873vw, 24px);
  padding-left: min(1.5873015873vw, 24px);
}

.reviewItem {
  position: relative;
  padding: 12px min(0.5291005291vw, 8px);
  background-color: white;
  border: 1px solid #cedcf0;
  border-radius: 8px;
  font-size: clamp(10px, 0.7275132275vw, 11px);
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.reviewItem + .reviewItem {
  margin-top: 16px;
}

.saleIcon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DC3545;
  width: min(3.835978836vw, 58px);
  color: white;
  text-align: center;
  padding: 4px min(1.0582010582vw, 16px);
  min-width: 41px;
}

.reviewItemDetail {
  display: flex;
  align-items: center;
  gap: min(0.6613756614vw, 10px);
}

.reviewItemImg {
  width: 64px;
  flex-shrink: 0;
}

.reviewItemText {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(0.2645502646vw, 4px);
}

.reviewItemMaker {
  font-weight: 400;
}

.reviewItemMaker,
.reviewItemProduct,
.reviewItemReview {
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviewItemProduct {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.reviewItemReview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 400;
  line-height: 1.18;
}

.starBlock_s {
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.reviewStar_s {
  color: #fed500;
}

.starNumber_s {
  padding-left: 5px;
}

/* reviewListBtn */
.reviewListBtn {
  padding: 8px 0;
  max-width: 156px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fed500;
  border-radius: 4px;
  margin: 16px auto;
  text-align: center;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.reviewListBtn::after {
  content: "";
  display: block;
  width: min(1.0582010582vw, 16px);
  height: min(1.0582010582vw, 16px);
  background-image: url(/assets/shop/image/common/ico-triangle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: min(0.6613756614vw, 10px);
}

.starBlock_s .rating-stars {
  margin-top: 0;
}

/* メーカーで選ぶ
------------------------------------- */
.sidebar--right__ttl,
.sidebar-bnrListWrap__ttl {
  font-size: 18px;
  font-weight: 700;
  max-width: 190px;
  width: 100%;
  padding: clamp(12px, 1.5vw, 24px);
  border-bottom: 1px solid #151532;
  margin: 0 auto;
  text-align: center;
}

.sidebar__maker {
  margin-top: 16px;
  padding: clamp(12px, 1vw, 24px);
}

.sidebar__maker__list {
  margin-top: clamp(12px, 1.5vw, 24px);
  display: flex;
  flex-direction: column;
  row-gap: clamp(12px, 1.5vw, 24px);
}

.sidebar__maker__list__item {
  width: 100%;
}

.sidebar__maker__list__item__link {
  position: relative;
  width: 100%;
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  padding: 8px 0 8px 10px;
  background-image: repeating-linear-gradient(90deg, #151532, #151532 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.sidebar__maker__list__item__link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 8px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #151532;
}

.sidebar__maker__list__item__link__imgWrap {
  width: 52px;
}

/* ランキング
------------------------------------------- */
.sidebar__ranking,
.top-side-list-wrap {
  margin-top: 16px;
  padding: clamp(12px, 1vw, 24px);
}

.sidebar__ranking {
  background: #fffdee;
}

.sidebar__ranking__list {
  margin-top: clamp(12px, 1.5vw, 24px);
}

.sidebar__ranking__list__item {
  margin-top: 16px;
}

.sidebar__ranking__list__item__link__label {
  width: 95%;
  margin: 0 auto;
}

.sidebar__ranking__list__item__link__content {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.sidebar__ranking__list__item__link__content__imgWrap {
  max-width: 80px;
  width: 100%;
}

.sidebar__ranking__list__item__link__content__inner {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.sidebar__ranking__list__item__link__content__inner--name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sidebar__ranking__list__item__link__content__inner--ttl {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sidebar__ranking__list__item__link__content__inner--price {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #dc3545;
}

/* レスポンシブ */
/* お客様のレビュー */
/* メーカーで選ぶ
------------------------------------- */
.c-section-title {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #151532;
  font-size: clamp(10px, 1.5873015873vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-section-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-section-title.--size20 {
  font-size: clamp(10px, 1.3227513228vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-section-title.--size20 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-section-title--box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC3545;
  color: #fff;
  padding: 24px min(1.3227513228vw, 20px);
  font-size: clamp(10px, 1.5873015873vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 900;
}

@media screen and (max-width: 520px) {
  .c-section-title--box {
    font-size: 5.3333333333vw;
    line-height: 1.36;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-section-title--box {
    padding: 22px 5.3333333333vw;
  }
}
.c-section-title--box.--small {
  padding: 20px min(1.3227513228vw, 20px);
  font-size: clamp(10px, 1.5873015873vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-section-title--box.--small {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-section-title--box .before {
  margin-right: min(0.6613756614vw, 10px);
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
}

@media screen and (max-width: 520px) {
  .c-section-title--box .before {
    margin-right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-section-title--box .before img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-product-card .category {
  margin-top: 16px;
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .c-product-card .category {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .category {
    margin-top: 8px;
  }
}
.c-product-card .title {
  margin-top: 8px;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-product-card .title {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .title {
    margin-top: 5px;
  }
}
.c-product-card .priceRow {
  margin-top: 8.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 520px) {
  .c-product-card .priceRow {
    margin-top: 5px;
  }
}
.c-product-card .priceBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.c-product-card .off-label {
  color: #fff;
  background-color: #DC3545;
  width: 40px;
  width: min(2.6455026455vw, 40px);
  height: 40px;
  height: min(2.6455026455vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100vh;
  flex-shrink: 0;
  font-size: clamp(10px, 0.6613756614vw, 10px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-product-card .off-label {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .off-label {
    width: 9.2933333333vw;
    height: 9.2933333333vw;
  }
}
.c-product-card .price-old {
  text-decoration: line-through;
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .c-product-card .price-old {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-product-card .price {
  color: #DC3545;
  white-space: nowrap;
  font-size: clamp(10px, 1.0582010582vw, 16px);
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-product-card .price {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.l-bannerSlider--large {
  padding-left: min(1.3227513228vw, 20px);
  padding-right: min(1.3227513228vw, 20px);
}

@media screen and (max-width: 520px) {
  .l-bannerSlider--large {
    padding-left: 0;
    padding-right: 0;
  }
}
.bannerSlider--large-container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 520px) {
  .bannerSlider--large-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bannerSlider--large-list {
  background-color: #fff;
}

.bannerSlider--large-item {
  background-color: #fff;
}

.bannerSlider--large-pagination {
  display: none;
}

@media screen and (max-width: 520px) {
  .bannerSlider--large-pagination {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
.bannerSlider--large-pagination .swiper-pagination-bullet {
  margin: 0 2vw !important;
  width: 3.2vw;
  height: 3.2vw;
  background-color: #2C4677;
  opacity: 1;
}

.bannerSlider--large-pagination .swiper-pagination-bullet-active {
  background-color: #fed500;
}

.bannerSlider--large-prev,
.bannerSlider--large-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.bannerSlider--large-prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.bannerSlider--large-next {
  right: 0;
  transform: translate(0, -50%);
}

.bannerSlider--middle-container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.bannerSlider--middle-list {
  align-items: center;
}

@media screen and (max-width: 520px) {
  .bannerSlider--middle-list {
    display: grid;
    grid-template: "b" "a" "c"/1fr;
    row-gap: 16px;
  }
}
.bannerSlider--middle-item.swiper-slide {
  aspect-ratio: 443/113;
}

@media screen and (max-width: 520px) {
  .bannerSlider--middle-item.swiper-slide {
    width: 100% !important;
  }
}
@media screen and (max-width: 520px) {
  .bannerSlider--middle-item.swiper-slide:nth-child(1) {
    gird-area: a;
  }
}
@media screen and (max-width: 520px) {
  .bannerSlider--middle-item.swiper-slide:nth-child(2) {
    grid-area: b;
  }
}
@media screen and (max-width: 520px) {
  .bannerSlider--middle-item.swiper-slide:nth-child(3) {
    grid-area: c;
  }
}
.bannerSlider--middle-item.swiper-slide img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannerSlider--middle-item.swiper-slide-active {
  transform: scale(1.1);
}

.bannerSlider--middle-item:not(.swiper-slide-active) {
  transform: scale(0.8);
}

@media screen and (max-width: 520px) {
  .bannerSlider--middle-item:not(.swiper-slide-active) {
    transform: scale(1);
  }
}
.bannerSlider--middle-prev,
.bannerSlider--middle-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.bannerSlider--middle-prev {
  left: 0;
  transform: translate(50%, -50%) rotate(180deg);
}

.bannerSlider--middle-next {
  right: 0;
  transform: translate(-50%, -50%);
}

.logo-slider-section {
  margin-top: 16px;
  overflow: hidden;
}

.logo-slider-section .logo-slider-container {
  position: relative;
  /* Safari最適化: レイヤー合成を強制 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.logo-slider-section .js-logo-slider-list {
  display: flex;
  animation: marquee 60s linear infinite;
  animation-play-state: paused; /* 初期状態では一時停止 */
  align-items: center;
  margin-bottom: 0;
  /* Safari最適化: GPU加速を確実に有効化 */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Safari専用: レイヤー最適化 */
  perspective: 1000px;
  /* レンダリング最適化 */
  contain: layout style paint;
  /* アニメーション準備完了後に実行 */
}
.logo-slider-section .js-logo-slider-list.--initialized {
  animation-play-state: running;
}

.logo-slider-section .logo-slider-item {
  flex: 0 0 auto;
  margin-right: 16px;
  /* Safari最適化: 個別要素もGPU加速 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Safari対応: Webkit専用のキーフレーム */
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
}
.logo-slider-item img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 520px) {
  .logo-slider-item img {
    max-height: 80px;
  }
}

.navListWrap {
  margin-top: 16px;
}

.navList {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .navList {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .navList__item {
    width: 100%;
  }
}
.navList__item a {
  display: block;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 12px 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.7936507937vw, 12px);
  border: 2px solid #fff;
  font-size: clamp(10px, 1.1904761905vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .navList__item a {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .navList__item a {
    gap: 3.2vw;
  }
}
.navList__item a::after {
  content: "";
  display: block;
  width: min(0.7936507937vw, 12px);
  height: min(1.5873015873vw, 24px);
  background-image: url(/assets/shop/image/common/ico-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media screen and (max-width: 520px) {
  .navList__item a::after {
    width: 4.2666666667vw;
    height: 8.5333333333vw;
  }
}
.navList__item.--register .navList__link {
  background: linear-gradient(to right, #136ACD, #22C4BC);
}

.navList__item.--register .navList__link::before {
  content: "";
  display: block;
  width: min(1.7195767196vw, 26px);
  height: min(1.9841269841vw, 30px);
  background-image: url(/assets/shop/image/top/register-ico.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media screen and (max-width: 520px) {
  .navList__item.--register .navList__link::before {
    width: 8vw;
    height: 9.0666666667vw;
  }
}
.navList__item.--login .navList__link {
  color: #151532;
  background-color: #fff;
}

.navList__item.--login .navList__link::after {
  background-image: url(/assets/shop/image/common/ico-arrow-black.svg);
}

.slider-next,
.slider-prev {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .slider-next,
  .slider-prev {
    width: 8vw;
    height: 8vw;
  }
}
.slider-next {
  right: 0;
}

.slider-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.rating-stars {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: min(0.5291005291vw, 8px);
  width: min(6.6137566138vw, 100px);
  height: min(1.3227513228vw, 20px);
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .rating-stars {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .rating-stars {
    width: 22.9333333333vw;
    height: 4.5333333333vw;
  }
}
.rating-stars .stars {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.rating-stars .stars .active {
  position: absolute;
  z-index: 1;
  width: calc(var(--rate) / 5 * 100%);
  height: 100%;
  overflow: hidden;
}

.rating-stars .stars .active img {
  width: min(6.6137566138vw, 100px);
}

@media screen and (max-width: 520px) {
  .rating-stars .stars .active img {
    width: 22.9333333333vw;
  }
}
.rating-stars .stars .inactive {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sales-slider-next,
.sales-slider-prev {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .sales-slider-next,
  .sales-slider-prev {
    width: 8vw;
    height: 8vw;
  }
}
.sales-slider-next {
  right: 0;
}

.sales-slider-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.cat-ranking-slider-next,
.cat-ranking-slider-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
}

@media screen and (max-width: 520px) {
  .cat-ranking-slider-next,
  .cat-ranking-slider-prev {
    width: 8vw;
    height: 8vw;
  }
}
.cat-ranking-slider-next {
  right: 0;
}

.cat-ranking-slider-prev {
  left: 0;
  transform: rotate(180deg);
}

.c-cat-ranking-item {
  background-color: #fff;
  padding: 16px min(0.7936507937vw, 12px);
  border-radius: 8px;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item {
    padding: 16px 6.4vw;
  }
}
.c-cat-ranking-item .title {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #151532;
  margin-right: min(2.6785714286vw, 40.5px);
  margin-left: min(2.6785714286vw, 40.5px);
  margin-bottom: 16px;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .title {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-cat-ranking-item .item {
  display: grid;
  grid-template: "rank image maker maker maker" auto "rank image name name name" auto "rank image price price price" auto;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .item + .item {
    margin-top: 4.2666666667vw;
  }
}
.c-cat-ranking-item .rank {
  grid-area: rank;
  display: block;
  width: min(1.6534391534vw, 25px);
  height: min(1.6534391534vw, 25px);
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .rank {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-cat-ranking-item .image {
  grid-area: image;
  display: block;
  margin-left: min(0.2645502646vw, 4px);
  width: min(5.291005291vw, 80px);
  height: min(5.291005291vw, 80px);
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .image {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.c-cat-ranking-item .image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-cat-ranking-item .maker {
  grid-area: maker;
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .maker {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-cat-ranking-item .name {
  grid-area: name;
  font-size: clamp(10px, 0.9920634921vw, 15px);
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .name {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-cat-ranking-item .price {
  grid-area: price;
  color: #DC3545;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .price {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.history-slider-next,
.history-slider-prev {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .history-slider-next,
  .history-slider-prev {
    width: 8vw;
    height: 8vw;
  }
}
.history-slider-next {
  right: 0;
}

.history-slider-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.main__grid {
  display: grid;
  -moz-column-gap: 1.1%;
       column-gap: 1.1%;
  max-width: 1512px;
  margin: 0 auto;
  padding-left: 3.8%;
  padding-right: 3.8%;
  grid-template-columns: 18% 60% 19.5%;
  grid-template-areas: "banner-large banner-large banner-large" "logo-slider logo-slider logo-slider" "banner-middle banner-middle banner-middle" "left news right" "left register right" "left special right" "left ranking-review right" "left ranking-sales right" "left ad right" "left reason right" "left cat-ranking right" "left recommend right" "left voice right" "left blog right" "left history right" "left maker-cat right" "left purpose right" "left shopping-guide right" "left store-info right";
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .main__grid {
    grid-template-columns: 24% 76%;
    grid-template-areas: "banner-large banner-large" "logo-slider logo-slider" "banner-middle banner-middle" "left news" "left register" "left special" "left ranking-review" "left ranking-sales" "left ad" "left reason" "left cat-ranking" "left recommend" "left voice" "left blog" "left history" "left maker-cat" "left purpose" "left shopping-guide" "left store-info";
  }
}
@media screen and (max-width: 520px) {
  .main__grid {
    grid-template-columns: 100%;
    grid-template-areas: "banner-large" "logo-slider" "banner-middle" "news" "register" "purpose" "maker-cat" "special" "left" "ranking-review" "ranking-sales" "ad" "reason" "cat-ranking" "recommend" "voice" "blog" "history" "shopping-guide" "store-info" "right";
  }
}
.l-search-sp {
  display: none;
}

@media screen and (max-width: 520px) {
  .l-search-sp {
    display: block;
  }
}
.l-search-sp .c-header__search {
  flex: 1;
}

@media screen and (max-width: 520px) {
  .l-search-sp .c-header__search {
    display: flex;
  }
}
.l-search-sp .c-header__search form {
  width: 100%;
  height: 50px;
  padding: 12px 2.6666666667vw;
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.main__grid .l-bannerSlider--large {
  grid-area: banner-large;
}

.main__grid .l-logoSlider {
  grid-area: logo-slider;
}

@media screen and (max-width: 520px) {
  .top-catch .l-search {
    display: none;
  }
}
.main__grid .l-bannerSlider--middle {
  grid-area: banner-middle;
  margin-inline: calc((100vw - 100%) / 2 * -1);
  padding-left: min(2.6455026455vw, 40px);
  padding-right: min(2.6455026455vw, 40px);
  overflow-x: hidden;
}

@media screen and (max-width: 520px) {
  .main__grid .l-bannerSlider--middle {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.main__grid .l-sidebar--left {
  grid-area: left;
}

@media screen and (max-width: 520px) {
  .main__grid .l-sidebar--left {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.main__grid .l-sidebar--right {
  grid-area: right;
  min-width: 210px;
}

@media screen and (max-width: 768px) {
  .main__grid .l-sidebar--right {
    display: none;
  }
}
.main__grid .l-register {
  grid-area: register;
}

.main__grid .l-special {
  grid-area: special;
}

.main__grid .l-ranking--review {
  grid-area: ranking-review;
}

.main__grid .l-ranking--sales {
  grid-area: ranking-sales;
}

.main__grid .l-ad {
  grid-area: ad;
}

@media screen and (max-width: 520px) {
  .main__grid .l-ad {
    margin-inline: calc((100vw - 100%) / 2 * -1);
    overflow-x: hidden;
  }
}
.main__grid .l-reason {
  grid-area: reason;
}

.main__grid .l-cat-ranking {
  grid-area: cat-ranking;
}

.main__grid .l-recommend {
  grid-area: recommend;
}

.main__grid .l-voice {
  grid-area: voice;
}

.main__grid .l-blog {
  grid-area: blog;
}

.main__grid .l-history {
  grid-area: history;
}

.main__grid .l-maker-cat {
  grid-area: maker-cat;
}

.main__grid .l-purpose {
  grid-area: purpose;
}

.main__grid .l-news {
  grid-area: news;
}

.main__grid .l-shopping-guide {
  grid-area: shopping-guide;
}

@media screen and (max-width: 520px) {
  .main__grid .l-shopping-guide {
    margin-inline: calc((100vw - 100%) / 2 * -1);
    overflow-x: hidden;
  }
}
.main__grid .l-store-info {
  grid-area: store-info;
}

.news-section__header {
  background: #fed500;
}

.news-section__icon {
  width: 32px;
}

.news-section__nav-icon {
  width: 18px;
}

.news-section__container {
  border-radius: 8px;
  overflow: hidden;
}

.news-section__border-warning {
  border-color: #FED500 !important;
}

.bl_card__heading {
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: space-between;
}

.el_badge--square {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.25em;
  width: 100%;
}
.el_badge--square._black {
  background: #000;
  color: #fff;
}
.el_badge--square._orange {
  background: #FF8000;
  color: #fff;
}
.el_badge--square._center {
  text-align: center;
}
