/* ========================================
   TOPページ「最新のお知らせ」見出し
   お知らせ枠の上部に一体化
======================================== */

.c-ttl-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 22px 20px 18px;

  border: 0;
  border-bottom: 0;
  background: #e6d7c7;

  line-height: 1.35;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-align: center;
  color: #111;
}

.c-ttl-info::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 10px;
  background: #9f1d20;
}

.c-ttl-info__en {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #6f513d;
}

@media screen and (max-width: 767px) {
  .c-ttl-info {
    padding: 17px 14px 15px;
    font-size: 23px;
    letter-spacing: 0.07em;
  }

  .c-ttl-info::after {
    width: 42px;
    height: 2px;
    margin-top: 8px;
  }

  .c-ttl-info__en {
    margin-top: 6px;
    font-size: 10px;
  }
}


/******************************/
/* MAIN SLIDER - Slick */
/******************************/

.p-main-slider {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 58px;
}

.p-main-slider__inner {
  position: relative;
}

/* 初期化前の縦並び・ちらつきを防止 */
.p-main-slider #slider {
  visibility: hidden;
  overflow: hidden;
}

.p-main-slider #slider.slick-initialized {
  visibility: visible;
  overflow: visible;
}

/* カラーミーが生成する各スライド */
.p-main-slider #slider > div,
.p-main-slider #slider .slick-slide {
  width: 100%;
  height: auto;
}

.p-main-slider #slider a {
  display: block;
}

.p-main-slider #slider img {
  display: block;
  width: 100%;
  height: auto;
}

/* Slickが作る余分な隙間を抑える */
.p-main-slider .slick-list,
.p-main-slider .slick-track {
  margin: 0;
}

/* 左右矢印 */
.p-main-slider .slick-prev,
.p-main-slider .slick-next {
  z-index: 20;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.p-main-slider .slick-prev:hover,
.p-main-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.98);
}

.p-main-slider .slick-prev {
  left: 18px;
}

.p-main-slider .slick-next {
  right: 18px;
}

.p-main-slider .slick-prev::before,
.p-main-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  opacity: 1;
}

.p-main-slider .slick-prev::before {
  left: 19px;
  transform: translateY(-50%) rotate(-135deg);
}

.p-main-slider .slick-next::before {
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
}

/* 下部インジケーター：丸 */
.p-main-slider .slick-dots {
  bottom: -34px;
}

.p-main-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.p-main-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.p-main-slider .slick-dots li button::before {
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7d7d7;
  opacity: 1;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.p-main-slider .slick-dots li.slick-active button::before {
  background: #9f1d20;
  transform: scale(1.15);
  opacity: 1;
}

@media screen and (max-width: 1030px) {
  .p-main-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-main-slider {
    margin-bottom: 48px;
  }

  .p-main-slider .slick-prev,
  .p-main-slider .slick-next {
    width: 38px;
    height: 38px;
  }

  .p-main-slider .slick-prev {
    left: 10px;
  }

  .p-main-slider .slick-next {
    right: 10px;
  }

  .p-main-slider .slick-prev::before,
  .p-main-slider .slick-next::before {
    width: 10px;
    height: 10px;
  }

  .p-main-slider .slick-prev::before {
    left: 16px;
  }

  .p-main-slider .slick-next::before {
    right: 16px;
  }

  .p-main-slider .slick-dots {
    bottom: -30px;
  }
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .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) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__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;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: #fcf9f5;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* 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;
  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;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/* ========================================
   TOPページ「最新のお知らせ」
   上部見出し一体型・中央揃え
======================================== */

.p-top-news-area {
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 75px auto 0;

  overflow: hidden;
  border: 1px solid #cdb79f;
  border-radius: 14px;
  background: #e6d7c7;
  box-shadow: 0 7px 16px rgba(70, 58, 46, 0.05), inset 0 0 0 1px rgba(255,255,255,0.35);
}

/* 一覧全体も枠と同系色で統一 */
.p-top-news-list {
  box-sizing: border-box;
  width: auto;
  margin: 10px 10px 10px;
  padding: 0 12px 18px;
  background: #fcf9f5;
  border-radius: 0 0 8px 8px;
}

/* 各お知らせ */
.p-top-news-item {
  box-sizing: border-box;
  padding: 18px 24px;
  border-bottom: 1px solid #e6ded5;
  background: transparent;
  text-align: center;
  transition: background 0.2s ease;
}

.p-top-news-item:first-child {
  padding-top: 22px;
}

.p-top-news-item:last-child {
  border-bottom: 0;
}

.p-top-news-item:hover {
  background: #f4ece3;
}

/* 日付：囲いなし */
.p-top-news-date {
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

/* 項目名を中央揃え */
.p-top-news-message {
  color: #111;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* リンク */
.p-top-news-link {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.p-top-news-link:hover {
  color: #9f1d20;
  border-bottom-color: #9f1d20;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-top-news-area {
    width: calc(100% - 24px);
    max-width: none;
    margin-top: 60px;
    border-radius: 11px;
  }

  .p-top-news-list {
    margin: 0 7px 7px;
    padding: 0 12px 12px;
    border-radius: 0 0 6px 6px;
  }

  .p-top-news-item {
    padding: 15px 10px;
  }

  .p-top-news-item:first-child {
    padding-top: 18px;
  }

  .p-top-news-date {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .p-top-news-message {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* 「もっと見る＋」と「商品グループ」の間隔 */
.l-bottom > .p-recommend + .l-side-navi {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .l-bottom > .p-recommend + .l-side-navi {
    margin-top: 50px;
  }
}

/* ========================================
   TOPページ LPリンクバナー
   「最新のお知らせ」の直下に2列表示
======================================== */

.p-top-lp-banners {
  box-sizing: border-box;
  margin-top: 55px;
  margin-bottom: 20px;
}

.p-top-lp-banners__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.p-top-lp-banners__item {
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  text-decoration: none;
}

.p-top-lp-banners__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-top-lp-banners__item:hover img {
  opacity: 0.9;
  transform: scale(1.02);
}

@media screen and (max-width: 767px) {
  .p-top-lp-banners {
    margin-top: 38px;
    margin-bottom: 10px;
  }

  .p-top-lp-banners__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ========================================
   TOPページ「スペシャルページ」見出し
======================================== */

.p-top-lp-banners__ttl {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* 最新のお知らせと同じ横幅 */
  width: 760px;
  max-width: 100%;

  margin: 0 auto 44px;
  padding: 0 20px 22px;

  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  color: #222;
}

.p-top-lp-banners__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 3px;
  background: #9f1d20;
  transform: translateX(-50%);
}

.p-top-lp-banners__ttl-en {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #777;
}

@media screen and (max-width: 767px) {
  .p-top-lp-banners__ttl {
    margin-bottom: 32px;
    padding-bottom: 18px;
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .p-top-lp-banners__ttl::after {
    width: 42px;
    height: 2px;
  }

  .p-top-lp-banners__ttl-en {
    margin-top: 6px;
    font-size: 10px;
  }
}

/* ========================================
TOPページ「おすすめ商品」
商品一覧ページ風カードデザイン
======================================== */

/* 商品をPCでは4列で表示（おすすめ商品だけ） */
.p-recommend .c-item-list {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 28px 22px !important;
margin: 0 !important;
padding: 0 !important;
}

/* 商品カード */
.p-recommend .c-item-list__item {
box-sizing: border-box !important;
display: flex !important;
flex-direction: column !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
padding: 0 0 24px !important;
overflow: hidden !important;

background: #fff !important;
border: 1px solid #eadfce !important;
border-radius: 12px !important;
box-shadow: 0 5px 16px rgba(65, 40, 20, 0.06) !important;

transition:
transform 0.25s ease,
box-shadow 0.25s ease !important;
}

.p-recommend .c-item-list__item:hover {
transform: translateY(-3px) !important;
box-shadow: 0 9px 22px rgba(65, 40, 20, 0.12) !important;
}

/* 商品画像 */
.p-recommend .c-item-list__img {
position: relative !important;
width: 100% !important;
margin: 0 !important;
overflow: hidden !important;
background: #f7f7f7 !important;
}

/* 正方形の画像枠 */
.p-recommend .c-item-list__img::before {
content: "" !important;
display: block !important;
padding-top: 100% !important;
}

.p-recommend .c-item-list__img a {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
height: 100% !important;
}

.p-recommend .c-item-list__img img {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
object-fit: cover !important;

transition: transform 0.35s ease !important;
}

.p-recommend .c-item-list__item:hover .c-item-list__img img {
transform: scale(1.035) !important;
}

/* 商品名・価格・説明欄 */
.p-recommend .c-item-list__txt {
box-sizing: border-box !important;
display: flex !important;
flex: 1 !important;
flex-direction: column !important;
padding: 20px 20px 0 !important;
text-align: left !important;
}

/* 商品名 */
.p-recommend .c-item-list__ttl {
margin: 0 0 12px !important;
font-size: 17px !important;
font-weight: 700 !important;
line-height: 1.6 !important;
}

.p-recommend .c-item-list__ttl a {
color: #3d211b !important;
text-decoration: none !important;
}

.p-recommend .c-item-list__ttl a:hover {
color: #9f1d20 !important;
text-decoration: none !important;
}

/* 価格 */
.p-recommend .c-item-list__price {
margin: 0 0 14px !important;
color: #c00000 !important;
font-size: 17px !important;
font-weight: 700 !important;
line-height: 1.5 !important;
}

/* 売り切れ */
.p-recommend .c-item-list__price.is-soldout {
display: inline-block !important;
align-self: flex-start !important;
padding: 5px 10px !important;
background: #999 !important;
border-radius: 3px !important;
color: #fff !important;
font-size: 12px !important;
letter-spacing: 0.08em !important;
}

/* 簡易説明 */
.p-recommend .c-item-list__expl {
margin-top: 0 !important;
color: #555 !important;
font-size: 14px !important;
line-height: 1.8 !important;
text-align: left !important;
}

/* タブレット */
@media screen and (max-width: 900px) {
.p-recommend .c-item-list {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 22px 18px !important;
}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
.p-recommend .c-item-list {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 16px 12px !important;
}

.p-recommend .c-item-list__item {
padding-bottom: 17px !important;
border-radius: 9px !important;
}

.p-recommend .c-item-list__txt {
padding: 13px 12px 0 !important;
}

.p-recommend .c-item-list__ttl {
margin-bottom: 8px !important;
font-size: 14px !important;
line-height: 1.55 !important;
}

.p-recommend .c-item-list__price {
margin-bottom: 9px !important;
font-size: 14px !important;
}

.p-recommend .c-item-list__expl {
font-size: 12px !important;
line-height: 1.7 !important;
}
}

/* 幅が非常に狭い端末では1列 */
@media screen and (max-width: 420px) {
.p-recommend .c-item-list {
grid-template-columns: 1fr !important;
gap: 18px !important;
}

.p-recommend .c-item-list__txt {
padding: 16px 16px 0 !important;
}

.p-recommend .c-item-list__ttl {
font-size: 16px !important;
}

.p-recommend .c-item-list__price {
font-size: 16px !important;
}

.p-recommend .c-item-list__expl {
font-size: 13px !important;
}
}

/* おすすめ商品一覧と「もっと見る＋」の間隔 */
.p-recommend .c-more {
margin-top: 42px !important;
}

@media screen and (max-width: 767px) {
.p-recommend .c-more {
margin-top: 30px !important;
}
}
