/* ============================================
   光浦醸造オンラインショップ トップページスタイル
   ============================================ */

/* --------------------------------------------
   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%;
  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;
}

/* --------------------------------------------
   ラベル・タグ（ベージュテーマ）
   -------------------------------------------- */
.category {
  display: inline-block;
  margin: 5px 0;
  padding: 2px 8px;
  border: solid 1px var(--color-primary, #9D9089);
  color: var(--color-primary, #9D9089);
  font-size: 0.75em;
  border-radius: 3px;
  clear: left;
}

.slideshow {
  display: inline-block;
  background-color: var(--color-primary, #9D9089);
  color: var(--color-background, #faf9f8);
  font-size: 0.75em;
  clear: both;
  padding: 2px 10px;
  margin-right: 8px;
  border-radius: 3px;
}

.features {
  display: inline-block;
  background-color: #c4a77d;
  color: var(--color-background, #faf9f8);
  font-size: 0.75em;
  clear: both;
  padding: 2px 10px;
  margin-right: 8px;
  border-radius: 3px;
}

.select {
  display: inline-block;
  background-color: #a8b89d;
  color: var(--color-background, #faf9f8);
  font-size: 0.75em;
  clear: both;
  padding: 2px 10px;
  margin-right: 8px;
  border-radius: 3px;
}

.original {
  display: inline-block;
  background-color: #7a7a6e;
  color: var(--color-background, #faf9f8);
  font-size: 0.75em;
  clear: both;
  padding: 2px 10px;
  margin-right: 8px;
  border-radius: 3px;
}

.life {
  margin-top: -20px;
}

/* --------------------------------------------
   スライダー共通
   -------------------------------------------- */
.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;
}

.slick-slide img {
  padding: 0;
}

.p-brand-list__txt {
  box-sizing: border-box;
  padding: 10px;
  background: #faf9f8;
}

.original-karam {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.original-karam li {
  padding: 0;
  border: 0px solid #f8f8f8;
}

.original-karam img {
  padding: 0;
}

/* bxslider */
#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;
}

/* --------------------------------------------
   トップスライダー
   -------------------------------------------- */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.slick-slide {
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  opacity: 0.7;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-active,
.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.js-rs .slick-slide,
.new-items-slider .slick-slide {
  opacity: 1;
  transition: none;
}

.top-slider {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.top-slider .slick-list {
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.top-slider .slick-list.slick-initialized {
  opacity: 1;
}

.top-slider img {
  border: solid 0px #f2eeec;
}

.top-slider .slick-prev,
.top-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

.top-slider .slick-prev {
  left: -25px;
  background: url('https://mitsuura.jp/wp/wp-content/uploads/2024/12/prev.png') no-repeat center center;
  background-size: contain;
}

.top-slider .slick-next {
  right: -25px;
  background: url('https://mitsuura.jp/wp/wp-content/uploads/2024/12/next.png') no-repeat center center;
  background-size: contain;
}

.top-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}

.top-slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

/* --------------------------------------------
   NEWS（お知らせ）
   -------------------------------------------- */
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.p-line-informaiton ul {
  flex: 1;
  font-size: 1em;
}

.p-line-informaiton li {
}

/* --------------------------------------------
   FEATURES（特集）
   -------------------------------------------- */
.p-features {
  padding-bottom: 30px;
}

.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 25%;
}

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

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

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

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

/* お知らせボックス */
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

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

.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/* --------------------------------------------
   CONCEPT
   -------------------------------------------- */
.p-concept-list {
  margin-top: 60px;
}

.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}

.p-concept-list__item:last-child {
  margin-bottom: 60px;
}

.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
}

.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}

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

.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
}

.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

.p-concept-list__body {
  color: #666;
}

/* --------------------------------------------
   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;
}

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

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

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

.rank .slick-next {
  right: -15px;
}

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

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

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

.rank__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 45%;
  overflow: hidden;
}

.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;
  border-radius: 45% !important;
}

.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__txt {
  margin-top: -20px;
}

.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: 0;
  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;
}

.total_ranking {
  margin: 0;
  padding: 20px;
  background-color: var(--color-background-alt, #f2eeec);
  border-radius: 8px;
}

/* --------------------------------------------
   STYLING
   -------------------------------------------- */
.p-styling {
  margin-bottom: 90px;
}

.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0;
  margin-right: 0;
}

.p-styling-list__item {
  box-sizing: border-box;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.p-styling-list__item img {
  width: 100%;
}

/* --------------------------------------------
   INFORMATION
   -------------------------------------------- */
.p-information {
  padding-bottom: 30px;
}

.p-information__body {
  width: 80%;
  padding: 5px 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 0.95em;
}

.p-information__body > div {
  height: 255px !important;
}

.p-information__body > div > div {
  display: block !important;
  position: relative;
}

.p-information__body > div > div > span:first-child {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  vertical-align: top;
}

.p-information__body > div > div > span:nth-child(2) {
  display: inline-block;
  vertical-align: top;
}

.p-information__body > div > div > br {
  display: none;
}

.p-information__body > div > div > p {
  margin: 5px 0 0 120px;
  padding: 0;
}

/* --------------------------------------------
   FREE
   -------------------------------------------- */
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

/* --------------------------------------------
   BANNER
   -------------------------------------------- */
.p-bnr {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-bnr-list__item {
  box-sizing: border-box;
  text-align: center;
  color: #999;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 25%;
}

/* --------------------------------------------
   商品スライダー共通
   -------------------------------------------- */
.js-recommended-slider,
.js-custom-slider {
  overflow: hidden;
}

.js-custom-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

/* --------------------------------------------
   セクション共通
   -------------------------------------------- */
.exp1 {
  margin-bottom: 50px;
}

/* トップページ用統一セクション */
.top-section {
  margin: 0 auto 50px;
  padding: 0 15px;
  max-width: 1200px;
}

.top-section .c-ttl-main {
  padding-left: 0;
}

.top-section .c-ttl-sub {
  padding-left: 15px;
}

.section-content {
  margin: 0 -15px;
}

.section-content > .row {
  margin: 0;
}

.section-content > img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .top-section {
    padding: 0;
  }

  .top-section .c-ttl-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-section .c-ttl-sub {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 8px;
  }

  .section-content {
    margin: 0;
  }

  .section-content > img {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }

  /* スマホ表示でスライダーの左右マージンを統一 */
  .section-content .row {
    margin: 0;
  }

  .section-content .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .section-content .top-items.row {
    padding: 0 15px;
  }
}

.top-items {
  margin: 0;
}

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

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

/* --------------------------------------------
   FEATURESスライダー
   -------------------------------------------- */
.features-slider {
  width: 100%;
}

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

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

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

/* --------------------------------------------
   お気に入りサイドバー
   -------------------------------------------- */
.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;
}

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

/* --------------------------------------------
   カテゴリスライダー
   -------------------------------------------- */
.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.9em;
  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;
}

/* --------------------------------------------
   カテゴリボタン（フレックス）
   -------------------------------------------- */
.category-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 640px;
  margin: 24px 10px;
}

.category-button-link {
  flex: 1 0 calc(33.33% - 12px);
  max-width: calc(33.33% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid var(--color-primary, #9D9089);
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: var(--color-text, #333);
  background-color: var(--color-background, #faf9f8);
  font-size: 14px;
  transition: all 0.3s ease;
}

.category-button-link:hover {
  background-color: var(--color-primary, #9D9089);
  color: var(--color-background, #faf9f8);
}

.category-button-link.row-2col {
  flex: 1 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

/* --------------------------------------------
   新着アイテムスライダー
   -------------------------------------------- */
.new-items-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.new-items-slider ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.new-item {
  flex: 0 0 calc(20% - 10px);
  box-sizing: border-box;
  margin: 20px 5px 10px 5px;
  text-align: center;
  background-color: #fff;
}

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

/* --------------------------------------------
   カスタム商品セクション
   -------------------------------------------- */
.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;
}

/* ============================================
   レスポンシブ（1030px以下）
   ============================================ */
@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;
  }

  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }

  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }

  .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__txt {
    padding: 5px 20px;
    width: 250px;
  }

  .p-features-list__body {
    white-space: initial;
  }

  .p-concept-list__item {
    margin-bottom: 60px;
  }

  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }

  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }

  .rank__item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .p-information {
    padding-bottom: 20px;
  }

  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }

  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============================================
   レスポンシブ（767px以下）
   ============================================ */
@media screen and (max-width: 767px) {
  /* スライダー */
  .sliderArea {
    padding: 0;
  }

  .slider_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_2 img {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Journal */
  .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;
    flex-shrink: 0;
  }

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

  /* NEWS */
  .p-line-informaiton {
    display: block;
    width: auto;
  }

  .p-line-informaiton ul {
    font-size: 1em;
  }

  .top_category {
    margin-top: -50px;
  }

  /* お知らせ */
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }

  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }

  /* CONCEPT */
  .p-concept-list {
    margin-top: 30px;
  }

  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .p-concept-list__item:last-child {
    margin-bottom: 0;
  }

  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }

  .p-concept-list__img {
    width: auto;
    text-align: center;
  }

  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }

  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  /* RANKING */
  .rank .slick-prev,
  .rank .slick-next {
    height: 45px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .rank .slick-prev:before,
  .rank .slick-next:before {
    top: 15px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
  }

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

  .rank .slick-prev:before {
    left: 14px;
  }

  .rank .slick-next {
    right: 5px;
  }

  .rank .slick-next:before {
    left: 10px;
  }

  .total_ranking {
    margin: 0;
    padding: 15px 10px;
    background-color: var(--color-background-alt, #f2eeec);
    border-radius: 6px;
  }

  /* STYLING */
  .p-styling {
    margin-bottom: 0;
  }

  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
  }

  /* INFORMATION */
  .p-information__body {
    width: 90%;
    padding: 20px 10px;
  }

  .p-information__body > div > div {
    display: block !important;
  }

  .p-information__body > div > div > span:first-child {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .p-information__body > div > div > span:nth-child(2) {
    display: block;
    margin-bottom: 5px;
  }

  .p-information__body > div > div > p {
    margin-left: 0;
  }

  /* BANNER */
  .p-bnr-list {
    display: block;
  }

  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }

  /* 商品スライダー */
  .js-recommended-slider .slick-slide,
  .js-custom-slider .slick-slide {
    width: 140px !important;
    margin: 0 5px;
  }

  .js-recommended-slider .c-item-list__item,
  .js-custom-slider .c-item-list__item {
    width: 140px !important;
    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;
  }

  .top-slide {
    background-color: #fff;
  }

  /* カスタムスライダー */
  .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;
    margin: 0 5px;
    flex-shrink: 0;
  }

  .js-custom-slider .c-item-list__item {
    width: 140px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .js-custom-slider .c-item-list__txt {
    text-align: center;
  }

  .js-custom-slider .c-item-list__price {
    text-align: right;
  }

  /* セクション */
  .top-items {
    margin-top: 0;
  }

  /* カスタム商品 */
  .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-list {
    overflow: visible;
  }

  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto;
  }

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

  /* SPスライダー */
  .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;
  }

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

  /* ピックアップ */
  .pickup-section {
    margin: 0 -15px;
  }

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

  .pickup-slider .slick-list {
    overflow: visible;
    margin: 0 -20px;
  }

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

  .pickup-item {
    width: 80vw;
    margin: 0 5px;
  }

  .pickup-slider .slick-slide {
    width: 80vw;
    opacity: 1;
  }

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

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

  /* 画像グリッド */
  .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 10px 0 30px 0;
    justify-content: space-between;
  }

  .image-grid a {
    width: calc(33.333% - 2px);
    box-sizing: border-box;
    padding: 0;
  }

  .image-grid img {
    width: 100%;
    height: auto;
  }

  /* 新着アイテム */
  .new-item {
    flex: 0 0 80%;
  }

  .new-items-slider {
    position: relative;
  }

  .arrow-icon {
    position: absolute;
    top: -65px;
    right: 0;
    width: 56px;
    height: auto;
  }
}

/* ============================================
   レスポンシブ（768px以上）
   ============================================ */
@media screen and (min-width: 768px) {
  .sp-slider-container {
    display: none;
  }

  .image-grid {
    display: none;
  }

  .arrow-icon {
    display: none;
  }
}

/* ============================================
   ホバー効果無効化（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;
  }
}
