* {
  outline: 0px solid #add8e6;
}
/* Journalの表示設定 */
.p-blog {
  padding:20px 20px 100px 20px;
}

.p-blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-blog-list__item {
  width: calc(33.333% - 15px);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
}
.p-blog-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-blog-list__img {
  width: 100%;
  padding-top: 66.67%; /* 3:2のアスペクト比 */
  position: relative;
  overflow: hidden;
}
.p-blog-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog-list__txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-blog-list__date {
  font-size: 0.8em;
  margin-top: 10px;
}
.p-blog-list__ttl {
  font-size:0.9em;
  margin-top: auto;
}



@media screen and (max-width: 767px) {
  .p-blog-list {
    display: flex;
    overflow: visible;
  }

  .p-blog-list .slick-list {
    overflow: visible;
    margin: 0 -5px;
  }

  .p-blog-list .slick-track {
    display: flex;
    padding-bottom:15px;
  }

  .p-blog-list .slick-slide {
    height: auto;
    margin: 0 5px;
    background-color: #fff;
  }

  .p-blog-list__item {
    width: 80vw !important; /* 画面幅の80% */
    flex-shrink: 0;
  }

  .p-blog-list__img {
    width: 100%;
    padding-top: 66.67%; /* 3:2のアスペクト比を維持 */
    position: relative;
    overflow: hidden;
  }

  .p-blog-list__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-blog-list__txt {
    padding: 10px 5px;
    height: auto; /* 高さを自動に設定 */
    overflow: hidden;
  }

  .p-blog-list__date,
  .p-blog-list__ttl {
    font-size: 14px; /* フォントサイズを少し大きくする */
    white-space: normal; /* テキストを折り返す */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行まで表示 */
    -webkit-box-orient: vertical;
  }
/* ページネーションドットのスタイル */
.p-blog-list .slick-dots {
  bottom: -25px;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-blog-list .slick-dots li {
  margin: 0 5px;
}

.p-blog-list .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.p-blog-list .slick-dots li.slick-active button {
  background-color: #333;
}

/* スワイプインジケーターのスタイル */
.swipe-indicator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swipe-indicator.show {
  opacity: 1;
}

}

.category {
  display:inline-block;margin:5px 0;padding:0 4px;border:solid 1px #999;font-size:0.8em;border-radius: 5px;clear: left; 
  }
  .slideshow {
   display:inline-block;background-color:#8da0b6;color:#faf9f8;font-size:0.8em;clear:both;padding:0 8px;
  margin-right:10px;}
  .features {
   display:inline-block;background-color:#d2b48c;color:#faf9f8;font-size:0.8em;clear:both;padding:0 8px;
  margin-right:10px;}
  .select {
    display:inline-block;background-color:#8fbc8f;color:#faf9f8;font-size:0.8em;clear:both;padding:0 8px;
  margin-right:10px;}
  .original {
    display:inline-block;background-color:#2f4f4f;color:#faf9f8;font-size:0.8em;clear:both;padding:0 8px;
  margin-right:10px;}
  .life {
  margin-top:-20px;
  }
  
  /******************************/
  /* SLIDER */
  /******************************/
  
  .slider_2  {  
      width:850px;
      margin-left: auto;
      margin-right: auto;
      padding:0 -20px;
  }
  
   .slider_2  img {
     margin-top:10px;
  }
  
    .slider_2  img:hover{ 
  opacity: 1.0;
  }
  
  
  
  .p-brand-list__txt {
  box-sizing: border-box;
  padding: 10px;
  background: #faf9f8;
  }
  
  .original-karam {
  width:auto;
  margin-left:0px;
  margin-right:0px;
  }
  
  .original-karam li {
  padding:0;
  border:0px solid #f8f8f8;
  }
  
  .original-karam img {
  padding:0;
  }
  
  
  
  @media screen and (max-width: 767px) {
    .slider_2 {
        width:100%;  
            margin-left: auto;
      margin-right: auto;
  }
  
  .slider_2  img{ 
   margin-top:60px;
                margin-left: auto;
      margin-right: auto;
  }
  }
  
  
  @media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position:relative;
        width:100%;
                   margin-left: auto;
      margin-right: auto;
  }
  
  .sliderground {
  padding:0 -20px;
  }
  
  }
  #slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
      background-color:#f9f9f9;
  }
  #slider > div {
  display: none;
  }
  .bx-viewport #slider > div {
  display: block;
  }
  .bx-wrapper {
  z-index: 0;
  }
  .bx-wrapper img {
  padding:0;
  width: 100%;
  height: auto;
  }
  .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
  }
  .bx-wrapper .bx-pager {
  bottom: -27px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
  }
  
  
  
  /******************************/
  /* NEWS */
  /******************************/
  .p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  padding:30px;
  }
  @media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;

  }
  }
  .p-line-informaiton ul {
  flex: 1;
  font-size: 1em;
  }
  @media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 1em;
  }
  }
  .p-line-informaiton li {

  }

  
  
  @media screen and (max-width: 767px) {
  .top_category {
    margin-top:-50px;
    }
  }
  
  /******************************/
  /* FEATURES */
  /******************************/
  .p-features {
  padding-bottom: 30px;
  }
  .p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  }
  @media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
  }
  .p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 25%;
  }
  @media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }
  }
  .p-features-list__in {
  box-sizing: border-box;
  position: relative;
  }
  .p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  @media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  }
  .p-features-list__in:hover:before {
  content: "";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  .p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
  }
  .p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  }
  .p-features-list__img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  padding:0;
  border:solid 1px #faf9f8;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-features-list__txt {
  box-sizing: border-box;
  padding: 5px 15px;
  background: #faf9f8;
  }
  @media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 5px 20px;
    width: 250px;
  }
  }
  .p-features-list__ttl {
   color:#000;
  font-size:1.0em;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

  }
  .p-features-list__body {
  color: #666;
  font-size:0.8em;
  letter-spacing: 0.1em
  }
  @media screen and (max-width: 1030px) {
  .p-features-list__body {
    white-space: initial;
  }
  }
  /***** お知らせ *****/
  .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: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-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 CONCEPT */
  /******************************/
  .p-concept-list {
  margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
  }
  .p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
  }
  @media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 60px;
  }
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  }
  .p-concept-list__item:last-child {
  margin-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
  }
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
  }
  @media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
  }
  .p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
  }
  .p-concept-list__img:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
  }
  .p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
  }
  @media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
  }
  @media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  }
  .p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
  color:#000;
  }
  .p-concept-list__body {
  color: #666;
  }
  
/******************************/
/* TOP RANKING */
/******************************/

.rank {
  position: relative;
  padding: 0; 
}

.rank .slick-track {
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: #faf9f8;
}

.rank .slick-prev,
.rank .slick-next {
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  top:100px;
}

@media screen and (max-width: 767px) {
  .rank .slick-prev,
  .rank .slick-next {
    height: 45px;
  }
}

.rank .slick-prev:before,
.rank .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) {
  .rank .slick-prev:before,
  .rank .slick-next:before {
    top: 15px;
  }
}

.rank .slick-prev {
  left: -15px;
}

@media screen and (max-width: 767px) {
  .rank .slick-prev {
    left: -10px; /* スマートフォン表示時の左矢印位置 */
  }
}

.rank .slick-next {
  right: -15px; /* デスクトップ表示時の右矢印位置をさらに右に調整 */
}

@media screen and (max-width: 767px) {
  .rank .slick-next {
    right: 0px;
  }
}

.rank .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .rank .slick-prev:before {
    left: 17px;
  }
}

.rank .slick-next {
  
}

@media screen and (max-width: 767px) {
  .rank .slick-next {
    right: 0px;
  }
}

.rank .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .rank .slick-next:before {
    left: 13px;
  }
}

.rank__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .rank__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.rank__item p {
  font-size: 1.1em;
}

.rank__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rank__img {
    text-align: center;
  }
}

.rank__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rank__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rank__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;
}

.rank__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 40px;
  background-color: #9D9089;
  color: #faf9f8;
  text-align: center;
}

.rank__ttl {
  font-size: 0.8em;
}

.rank__ttl img {
  vertical-align: middle;
}

.rank__price {
  color: #666;
  margin-top: 5px;
  font-weight: 400;
}

.rank__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);
}

.rank__btn.is-added {
  color: #000000;
}

.rank__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


  /******************************/
  /* TOP STYLING */
  /******************************/
  .p-styling {
  margin-bottom: 90px;
  }
  @media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
  }
  .p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
  }
  @media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;

  }
  }
  .p-styling-list__item {
  box-sizing: border-box;
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  }
  .p-styling-list__item img {
  width: 100%;
  }
  /******************************/
  /* TOP INFORMATION */
  /******************************/
  .p-information {
  padding-bottom: 30px; 
  }
  
  
  
  @media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom:20px;
  }
  }
  .p-information__body {
  width:80%;
   padding:5px 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size:0.95em;
  }
  
  @media screen and (max-width: 767px) {
  .p-information__body {
  width:90%;
padding:20px 10px;
  }
  }
  
  
  /******************************/
  /* 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;
    margin-left: auto;
    margin-right: auto;
  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;
  text-align: center;
  color:#999;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:20px;
  width: 25%;
  }
  @media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 0px;
    padding-right: 0px;
  }
  }
  @media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
  }
  
  
  .rank__txt {
  margin-top:-20px;
  }
  
  .slick-slide img {
  padding:0;
  }

.js-recommended-slider,
.js-custom-slider {
  overflow: hidden; /* 縦スクロールを防ぐ */
}

@media screen and (max-width: 767px) {
  .js-recommended-slider .slick-slide,
  .js-custom-slider .slick-slide {
      width: 140px !important; /* スライドの幅を140pxに固定 */
      margin: 0 5px; /* スライド間の余白を調整 */
  }

  .js-recommended-slider .c-item-list__item,
  .js-custom-slider .c-item-list__item {
      width: 140px !important; /* 項目の幅を140pxに固定 */
      flex-shrink: 0;
  }

  .js-recommended-slider .c-item-list__img,
  .js-custom-slider .c-item-list__img {
      width: 140px;
      height: 140px;
      position: relative;
      overflow: hidden;
  }

  .js-recommended-slider .c-item-list__img img,
  .js-custom-slider .c-item-list__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* 画像がコンテナいっぱいに広がるようにする */
  }

  .js-recommended-slider .c-item-list__txt,
  .js-custom-slider .c-item-list__txt {
      padding: 10px 5px;
      height: 60px; /* テキスト部分の高さを固定 */
      overflow: hidden;
  }

  .js-recommended-slider .c-item-list__ttl,
  .js-custom-slider .c-item-list__ttl {
      font-size: 12px;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .js-recommended-slider .c-item-list__price,
  .js-custom-slider .c-item-list__price {
      font-size: 11px;
  }

  .js-recommended-slider .c-item-list__expl {
      display: none; /* 説明文を非表示にする */
  }

  .js-recommended-slider {
      touch-action: pan-y;
      user-select: none;
      -webkit-user-drag: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .js-recommended-slider .slick-list {
      overflow: visible;
  }

  .js-recommended-slider .slick-slide {
      transition: none; /* トランジションを削除 */
  }

  .js-recommended-slider .slick-track {
      display: flex;
      align-items: flex-start;
  }

  /* ホバー効果を削除 */
  .js-recommended-slider .slick-slide:hover,
  .js-recommended-slider .slick-slide:active {
      opacity: 1;
  }

  /* 既存のスタイル */
  /* スライダーの下マージンを削除 */
  .slick-dotted.slick-slider {
      margin-bottom: 0 !important;
  }

  /* もし必要であれば、ドットナビゲーションの位置も調整 */
  .slick-dots {
      bottom: -25px; /* この値は適宜調整してください */
  }
}

@media screen and (max-width: 767px) {
  .top-slide {
      background-color: #fff;
  }
}

/* デスクトップ表示用 */
.js-custom-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.js-custom-slider .c-item-list__item {
  width: calc(20% - 10px); /* 5列表示 */
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* スマホ表示用 */
@media screen and (max-width: 767px) {
  .js-custom-slider {
      display: flex;
      overflow: hidden; /* 縦スクロールを防ぐ */
  }

  .js-custom-slider .slick-list {
      display: flex;
      overflow: visible;
  }

  .js-custom-slider .slick-track {
      display: flex;
      align-items: flex-start;
  }

  .js-custom-slider .slick-slide {
      width: 140px !important; /* スライドの幅を140pxに固定 */
      margin: 0 5px; /* スライド間の余白を調整 */
      flex-shrink: 0;
  }

  .js-custom-slider .c-item-list__item {
      width: 140px !important; /* 項目の幅を140pxに固定 */
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .js-custom-slider .c-item-list__img {
      width: 140px;
      height: 140px;
      position: relative;
      overflow: hidden;
  }

  .js-custom-slider .c-item-list__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* 画像がコンテナいっぱいに広がるようにする */
  }

  .js-custom-slider .c-item-list__txt {
      padding: 10px 5px;
      height: 60px; /* テキスト部分の高さを固定 */
      overflow: hidden;
      text-align: center;
  }

  .js-custom-slider .c-item-list__ttl {
      font-size: 12px;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .js-custom-slider .c-item-list__price {
      font-size: 11px;
      text-align: right;
  }
}

/* カスタム商品セクションのスタイル */
.custom-product-section {
  margin-bottom: 40px;
}

.custom-product-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.custom-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-product-item {
  width: calc(20% - 16px);
  margin-bottom: 20px;
}

.custom-product-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.custom-product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-info {
  margin-top: 10px;
}

.custom-product-name {
  font-size: 14px;
  margin-bottom: 5px;
}

.custom-product-price {
  font-size: 12px;
  color: #666;
}

/* スマートフォン表示用のスタイル */
@media screen and (max-width: 767px) {
  .custom-product-list {
    display: block;
  }

  .custom-product-item {
    width: 140px;
    margin-right: 10px;
  }

  .custom-product-img {
    width: 140px;
    height: 140px;
  }

  .custom-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Slick Slider用のスタイル */
  .slick-list {
    overflow: visible;
  }

  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .js-custom-product-slider {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .js-custom-product-slider .slick-list {
    overflow: visible;
  }

  .js-custom-product-slider .slick-slide {
    transition: opacity 0.3s ease;
  }

  .js-custom-product-slider .slick-current {
    opacity: 1;
  }
}

.exp1 {
  margin-bottom:50px;
}

.top-items {
  margin:0;
      }

@media screen and (max-width: 767px) {
  .top-items {
margin-top:0px;
    }
}

.product-img {
  border-radius: 50%;
  width: 130px;
  height: 160px;
  object-fit: cover;
  border: 1px solid #f8f8f8;
}

.u-overflow-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.features-slider {
  width: 100%;
}

.p-features-list__item img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-pagination {
  text-align: center;
  padding: 10px 0;
}

.slider-pagination .slick-dots {
  position: static;
  bottom: auto;
}

.slider-pagination .slick-dots li button:before {
  font-size: 12px;
}


.slider-pagination {
  text-align: center;
  padding: 10px 0;
}

.slider-pagination .slick-dots {
  position: static;
  bottom: auto;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-pagination .slick-dots li {
  margin: 0 5px;
}

.custom-dot {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #bbb;
  transition: background-color 0.3s ease;
}

.slick-active .custom-dot {
  background-color: #333;
}

.features-slider .p-features-list__item a,
.features-slider .p-features-list__item img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

.features-slider .p-features-list__item a:hover,
.features-slider .p-features-list__item a:active,
.features-slider .p-features-list__item a:focus {
opacity: 1;
}

.features-slider .p-features-list__item img:hover,
.features-slider .p-features-list__item img:active,
.features-slider .p-features-list__item img:focus {
opacity: 1;
}
/* PCでは非表示 */
.sp-slider-container {
  display: none;
}

@media screen and (max-width: 767px) {
  /* 全体のコンテナ */
  .sp-main-container {
      width: 100%;
      margin-bottom: 30px;
  }

  /* スライダーコンテナ */
  .sp-slider-container {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-bottom: 10px;
  }

  /* メインスライダー */
  .sp-slider {
      width: 100%;
      margin-bottom: 30px; /* ドットナビゲーションのための余白 */
  }

  .sp-slider div {
      width: 100%;
  }

  .sp-slider a {
      display: block;
      width: 100%;
  }

  .sp-slider img {
      width: 100%;
      height: auto;
      display: block;
  }

  /* Slickスライダー設定 */
  .sp-slider .slick-list {
      overflow: visible;
  }

     /* ドットナビゲーション */
     .sp-slider.slick-slider {
      margin-bottom: 40px !important;
  }

  .sp-slider .slick-dots {
      position: absolute !important;
      bottom: -30px !important;
      left: 0 !important;
      right: 0 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin: 0 auto !important;
      padding: 0 !important;
      list-style: none !important;
      z-index: 10 !important;
      width: 90% !important;
  }

  .sp-slider .slick-dots li {
      flex: 1 !important;
      margin: 0 3px !important; /* マージンを3pxに設定 */
      height: 1px !important;
      display: inline-block !important;
      position: relative !important;
  }

  .sp-slider .slick-dots li button {
      width: 100% !important;
      height: 100% !important;
      padding: 0 !important;
      border: none !important;
      border-radius: 0 !important;
      background: rgba(0, 0, 0, 0.2) !important;
      font-size: 0 !important;
      line-height: 0 !important;
      display: block !important;
      cursor: pointer !important;
      position: relative !important;
      overflow: hidden !important;
  }

  /* アニメーション用の疑似要素 */
  .sp-slider .slick-dots li button::after {
      content: '' !important;
      position: absolute !important;
      left: 0 !important;
      top: 0 !important;
      width: 0 !important;
      height: 100% !important;
      background: #333 !important;
      transition: none !important;
  }

  /* アクティブなドットのアニメーション */
  .sp-slider .slick-dots li.slick-active button::after {
      transition: width 4s linear !important;
      width: 100% !important;
  }
}

/* モバイル端末（768px以下）でのホバー効果を無効化 */
@media screen and (max-width: 768px) {
  .u-img-scale a:hover img {
    opacity: 1 !important;
    transform: none !important;
  }
  
  .rank__img a:hover img {
    opacity: 1 !important;
    transform: none !important;
  }
}

.left-favorites {
  margin-top: 30px;
  padding: 0 15px;
}

.left-favorites h4 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.left-favorites-list {
  max-height: 1000px;
  overflow-y: auto;
}

.left-favorite-item {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
  margin-right:30px;
  border-bottom: 1px solid #ddd;
}

.left-favorite-img {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
}

.left-favorite-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.left-favorite-info {
  flex: 1;
}

.left-favorite-name {
  font-size: 12px;
  margin-bottom: 5px;
}

.left-favorite-name a {
  color: #333;
  text-decoration: none;
}

.left-favorite-price {
  font-size: 12px;
  color: #666;
}

.left-favorite-soldout {
  font-size: 12px;
  color: #dc143c;
}

.no-favorites {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 20px 0;
}

.is-discount {
  color: #dc143c;
}

/* ピックアップセクションのスタイル */
.pickup-section {
  margin: 5px -15px;
  overflow: hidden;
}

/* デスクトップ表示（2列グリッド） */
.pickup-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.pickup-item {
  width: 100%;
}

.pickup-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマートフォン表示 */
@media screen and (max-width: 767px) {
  .pickup-section {
    margin: 0px -15px;
  }

  .pickup-slider {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  /* Slickスライダーの基本設定 */
  .pickup-slider .slick-list {
    overflow: visible;
    margin: 0 -20px;
  }

  .pickup-slider .slick-track {
    display: flex;
    align-items: flex-start;
  }

  /* スライドアイテムの設定 */
  .pickup-item {
    width: 80vw; /* 1.2個表示用に調整 */
    margin: 0 5px;
  }

  .pickup-slider .slick-slide {
    width: 80vw; /* 1.2個表示用に調整 */
    opacity: 1;
  }

  .pickup-slider .slick-slide > div {
    width: 100%;
  }

  .pickup-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ドットナビゲーション */
  .pickup-slider .slick-dots {
    position: relative;
    bottom: -20px;
    display: flex !important;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .pickup-slider .slick-dots li {
    margin: 0 4px;
  }

  .pickup-slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ddd;
    text-indent: -9999px;
    cursor: pointer;
  }

  .pickup-slider .slick-dots li.slick-active button {
    background: #666;
  }

  /* スライダーの最後のアイテムのマージン調整 */
  .pickup-slider .slick-slide:last-child {
    margin-right: 20px;
  }
}
.category-slider {
  position: relative; /* 矢印の位置を調整するために必要 */
}

.category-item {
  flex: 0 0 25%; /* スライドの幅を調整 */
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  margin: 0 10px; /* スライド間のスペース */
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上下のスペースを均等に */
  height: 300px; /* 高さを固定 */
}

.category-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; /* 高さを均等にするために追加 */
}

.category-title-s {
  font-size: 0.9.em;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

.category-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
  max-height: 150px; /* 画像の最大高さを設定 */
}
@media screen and (max-width: 767px) {
  .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2px; /* 画像間のスペースを2pxに設定 */
    margin: 10px 0 30px 0;
    justify-content: space-between; /* 追加: 要素間のスペースを均等に */
  }

  .image-grid a {
    width: calc(33.333% - 2px); /* 3列にするための幅調整 */
    box-sizing: border-box;
    padding: 0;
  }

  .image-grid img {
    width: 100%; /* 画像がリンク内で100%の幅を取るように */
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .image-grid {
    display: none; /* スマホ以外では非表示 */
  }
}


.total_ranking {
 margin:0 50px;
}
@media (max-width: 768px) {
.total_ranking {
 margin: 0 10px;
}
}

.new-items-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.new-item {
  flex: 0 0 calc(20% - 10px); /* 5列表示のために20%の幅に設定 */
  box-sizing: border-box;
  margin: 20px 5px 10px 5px;
  text-align: center;
  background-color:#fff;
}

.new-items-slider ul {
  display: flex; /* ここをflexに設定 */
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.new-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.new-item img:hover {
  transform: scale(1.05);
}

.new-item-name {
  margin-top: 10px;
  padding-top: 10px;
  height: 40px;
  font-size:0.9em;
}

.new-item-price {
  margin-top: 5px;
  padding-bottom: 10px;
  color: #333;
}

.new-item .regular {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .new-item {
    flex: 0 0 80%;
  }
}

@media (max-width: 767px) {
  .new-items-slider {
    position: relative;
  }
  .arrow-icon {
    position: absolute;
    top: -65px;
    right: 0px;
    width: 56px;
    height: auto;
  }
}
  @media (min-width: 768px) {
    .arrow-icon {
      display: none; /* デスクトップで非表示 */
    }
  }