/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 25px;
  bottom: 45px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #000000;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}
.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: left;
}
.p-main-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
.p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
  }
}
.p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
  }
}
.p-main-slider .bx-wrapper .bx-prev:hover, .p-main-slider .bx-wrapper .bx-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.p-main-slider .bx-wrapper .bx-prev {
  left: 0;
}
.p-main-slider .bx-wrapper .bx-prev::before {
  transform: rotate(135deg);
}
.p-main-slider .bx-wrapper .bx-next {
  right: 0;
}
.p-main-slider .bx-wrapper .bx-next::before {
  transform: rotate(-45deg);
}
.p-main-slider + .p-line-informaiton {
  margin-top: 0;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-line-informaiton + .p-concept {
  margin-top: 0;
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-line-informaiton-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    overflow: visible;
    display: block !important;
  }
}
.p-line-informaiton-list__date {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton-list__date {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}
.p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
    height: 45px;
    width: 45px;
  }
}
.p-line-informaiton-list .slick-prev:before, .p-line-informaiton-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}
.p-line-informaiton-list .slick-prev:hover, .p-line-informaiton-list .slick-next:hover {
  background: #f5f5f5;
}
.p-line-informaiton-list .slick-prev {
  left: auto;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev {
    right: auto;
    left: -50px;
  }
}
.p-line-informaiton-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.p-line-informaiton-list .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-next {
    right: -50px;
  }
}
.p-line-informaiton-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 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  /* スマホ時は縦並び＋順序入れ替え（画像→文章） */
  .p-concept {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
  }
  .p-concept__img { order: 1; }
  .p-concept__txt { order: 2; }
}

.p-concept__img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-concept__img { width: 100%; }
}

.concept-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.concept-img-pc { display: block; }
.concept-img-sp { display: none; }

@media screen and (max-width: 767px) {
  .concept-img-pc { display: none; }
  .concept-img-sp { display: block; }
}

.p-concept__txt {
  width: 50%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho Pro', serif;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-concept__txt {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__txt {
    padding-left: 80px;
    padding-right: 40px;
  }
}

/******************************/
/* INTRO（国産穴子紹介） */
/******************************/

.p-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  /* スマホ時は縦並び＋順序入れ替え（画像→文章） */
  .p-intro {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
  }
  .p-intro__img { order: 1; }
  .p-intro__txt { order: 2; }
}

.p-intro__txt {
  width: 50%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho Pro', serif;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-intro__txt {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
}

.p-intro__img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-intro__img { width: 100%; }
}

.intro-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.intro-img-pc { display: block; }
.intro-img-sp { display: none; }

@media screen and (max-width: 767px) {
  .intro-img-pc { display: none; }
  .intro-img-sp { display: block; }
}

/******************************/
/* コンセプト＆国産穴子紹介 統一設定 */
/******************************/

/* 見出しデザイン共通 */
.p-concept__ttl,
.p-intro__ttl {
  font-weight: bold;
  color: #8B4513; /* 炭火・焼き色を連想させる赤茶 */
}

/* PC表示時 */
@media screen and (min-width: 768px) {
  .p-concept__ttl,
  .p-intro__ttl {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .p-concept__body,
  .p-intro__body {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* スマホ表示時 */
@media screen and (max-width: 767px) {
  .p-concept__ttl,
  .p-intro__ttl {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-concept__body,
  .p-intro__body {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}
@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: 20px;
    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: 120px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.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;
  }
}
/******************************/
/* コンセプト＆国産穴子紹介 余白設定 */
/******************************/
/* PC表示時のコンセプトと国産穴子紹介の上下余白を狭くする */
@media screen and (min-width: 768px) {
  .p-concept,
  .p-intro {
    margin: 10px 0; /* 元の60pxから40pxに縮小 */
  }
}
@media screen and (max-width: 767px) {
  /* <br>を非表示にして、段落で余白を作る */
  .p-concept__body br,
  .p-intro__body br {
    display: none;
  }
}

/* ←この下に追加！ */
.p-concept__body p {
  margin-bottom: 1em;
}
/* コンセプト文章の段落に余白を追加 */
.p-concept__body p {
  margin-bottom: 1em;
  word-break: break-word; /* 改行時の語尾崩れを防ぐ */
}

/* スマホ表示時は左揃えにする（中央揃えを解除） */
@media screen and (max-width: 767px) {
  .p-concept__body {
    text-align: left;
  }
}



  /* 段落ごとに余白と行間を調整 */
  .p-concept__body p,
  .p-intro__body p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__body p,
  .p-intro__body p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: center;
  }
}

/******************************/
/* ファーストビュー：テキストとボタン表示調整 */
/******************************/
.fv-text {
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  padding: 0 20px;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho Pro', serif;
  color: #3c2f1c;
  line-height: 1.8;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.fv-text h1 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1em;
}

.fv-text p {
  font-size: 1.2rem; /* 少し大きくして読みやすく */
  margin-bottom: 2em;
}


/******************************/
/* ボタン表示：横並び→スマホで縦並び＋幅統一 */
/******************************/
.cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cta-button {
  display: inline-block;
  width: 200px;
  padding: 0.8em 1.6em;
  background-color: #b48b5f;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho Pro', serif;
  letter-spacing: 0.05em;
}

.cta-button:hover {
  background-color: #a0784e;
  transform: scale(1.05);
}

.cta-secondary {
  background-color: #8c6b4a;
}

.cta-secondary:hover {
  background-color: #75583c;
}

/******************************/
/* スマホ表示時：縦並びに変更 */
/******************************/
@media screen and (max-width: 767px) {
  .cta-group {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    margin-bottom: 1em;
  }
}



