/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
  height: 400px; /* スライダーの高さを少し高く調整 */
}

.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: auto; /* 高さを自動に設定 */
  max-height: 100%; /* 最大高さを100%に制限 */
  object-fit: cover; /* アスペクト比を保ちながらカバー */
}

/* ドットナビゲーションを中央寄せ */
.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 25px;
  bottom: 20px;
  text-align: center; /* 中央寄せに変更 */
  display: block;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background:  #858585;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #CC757A;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}

.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: center; /* ドットを中央に配置 */
}

.p-main-slider .bx-wrapper .bx-controls-direction {
  display: none; /* 矢印を非表示に */
}

.p-main-slider + .p-line-informaiton {
  margin-top: 0;
}



/******************************/
/* NEWS */
/******************************/
.p-line-information {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-line-information {
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-line-information + .p-concept {
  margin-top: 0;
}

.p-line-information__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-line-information__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px; /* 余白を調整 */
    padding-right: 20px; /* 余白を調整 */
  }
}

.p-line-information-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
  min-height: 40px; /* 最小高さを設定 */
}

@media screen and (max-width: 767px) {
  .p-line-information-list__item {
    overflow: visible;
    display: block !important;
    min-height: auto; /* モバイルでは自動に */
  }
}

.p-line-information-list__date {
  width: 160px;
}

@media screen and (max-width: 1023px) {
  .p-line-information-list__date {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-line-information-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}

.p-line-information-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .p-line-information-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}

.p-line-information-list .slick-prev, 
.p-line-information-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}

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

.p-line-information-list .slick-prev:before, 
.p-line-information-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}

.p-line-information-list .slick-prev:hover, 
.p-line-information-list .slick-next:hover {
  background: #f5f5f5;
}

.p-line-information-list .slick-prev {
  left: auto;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .p-line-information-list .slick-prev {
    right: auto;
    left: -50px;
  }
}

.p-line-information-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}

.p-line-information-list .slick-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-line-information-list .slick-next {
    right: -50px;
  }
}

.p-line-information-list .slick-next:before {
  margin-left: -3px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.js-news-slider {
  display: none;
}

.js-news-slider.slick-initialized {
  display: block;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 1px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-recommend-bg img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
.p-ranking-list__item.is-hidden {
  display: none;
}
.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 20px;
    left: 20px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 10px;
    left: 10px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}
.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #2d2d2d;
}
.p-free {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}
.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}


/* スマホ表示で商品名と価格を非表示にするスタイル */
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    align-items: center; /* 左揃え */
  }
  
  .p-ranking-list__txt {
    display: none !important; /* 商品名と価格を非表示にします */
  }
}


/* General styles for the shop manager area */
.p-manager {
  width: 100vw; /* ビューポート幅に合わせる */
  height: auto; /* 高さはコンテンツに応じて調整 */
  box-sizing: border-box; /* パディングとボーダーを含める */
  background-size: cover; /* 背景画像をカバー */
  background-position: center; /* 背景画像の位置を中央に設定 */
  position: relative; /* レイアウトを安定させるため */
  padding-top: 27%; /* 16:9のアスペクト比を維持 */
}

/* 背景画像のサイズを明示的に設定 */
.p-manager::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%; /* これで背景のサイズを固定 */
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('your-background-image.jpg'); /* 背景画像のパスを指定 */
  background-size: cover; /* 背景画像をカバー */
  background-position: center; /* 背景画像の位置を中央に設定 */
  z-index: -1; /* テキストよりも後ろに配置 */
}

.p-manager-in {
  position: absolute; /* 背景画像の上にテキストを配置 */
  top: 50%; /* 縦方向の中央に配置 */
  left: 0;
  right: 0;
  transform: translateY(-50%); /* 縦方向で中央揃え */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上に揃える */
  align-items: center; /* 横方向で中央揃え */
  text-align: center; /* テキストを中央揃え */
  padding: 20px; /* スペースを調整 */
}

.p-manager h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 60px; /* サイズをレスポンシブに */
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0; /* マージンを詰める */
}

.p-manager-in__memo {
  margin: 0; /* マージンを詰める */
  font-size: 14px;
}

.c-btn-view {
  border: 1px solid #3F3034;
  border-radius: 25px;
  color: #3F3034;
  padding: 10px 30px;
  font-size: 16px; /* ボタンのフォントサイズ調整 */
  text-decoration: none;
  display: inline-block; /* ボタンの表示を調整 */
  transition: background-color 0.3s, color 0.3s; /* スムーズな色変化 */
  margin-top: 20px; /* ボタンにマージン追加 */
}

.c-btn-view:hover {
  background: #3F3034; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字色 */
 text-decoration: none; /* ホバー時の下線を消す */
}

/* スマートフォン向けのスタイル調整 */
@media screen and (max-width: 767px) {
  .p-manager {
    padding-top: 65%; /* 高さを増やす */
  }

  .p-manager h2 {
    font-size: 35px; /* スマホ向けのサイズ調整 */
  }

  .p-manager-in__memo {
    font-size: 12px; /* スマホ向けのサイズ調整 */
    margin: 10px 0; /* マージンの調整 */
  }

  .c-btn-view {
    font-size: 14px; /* スマホ向けのサイズ調整 */
    padding: 8px 20px; /* スマホ向けのパディング調整 */
    margin-top: 10px; /* ボタンのマージン調整 */
  }
}

/* タブレットサイズの背景画像を高くする */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-manager {
    padding-top: 35%; /* タブレット専用の高さ調整 */
  }

  .p-manager h2 {
    font-size: 50px; /* タブレット向けのサイズ調整 */
  }

  .p-manager-in__memo {
    font-size: 13px; /* タブレット向けのサイズ調整 */
  }

  .c-btn-view {
    padding: 9px 25px; /* タブレット向けのパディング調整 */
  }
}

/* タブレット以上のサイズで調整 */
@media screen and (min-width: 768px) {
  .c-btn-view {
    font-size: 18px; /* タブレット以上でフォントサイズを調整 */
  }
}



