/**************************************************
 * 上原ミート コンセプトエリア（PC & SP 最終版）
 **************************************************/
/*********************************************
  コンセプト全体
*********************************************/
.concept-logo{
  width: 80px;
  text-align: center;
  margin: 0 auto;
}
.concept-lead{
  text-align:center;
}
.concept-main-title img{
  width: 350px;
  margin: 0 auto;
  text-align: center;
  display: block;

}
/* 背景（世界地図） */
.concept-bg {
  background-image: url(https://img07.shop-pro.jp/PA01389/501/etc_base64/YmttYXA.png?cmsp_timestamp=20251113132757);
  background-size: 1400px auto; /* ← 地図の大きさをここで調整 */
  background-repeat: no-repeat;
  background-position: center 0px; /* ← 縦位置を上に寄せる */
  background-color: #FAF8ED;
  opacity: 1;
  padding-top: 160px; /* タイトルとの距離を確保 */
  padding-bottom: 80px;
}

/* 画面が広い場合（PC） */
@media screen and (min-width: 1200px) {
  .concept-bg {
    background-size: 1600px auto;
    background-position: center 0px;
    padding-top: 200px;
  }
}

/* タブレット */
@media screen and (max-width: 991px) {
  .concept-bg {
    background-size: 1200px auto;
    background-position: center 0px;
    padding-top: 140px;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .concept-bg {
    background-size: 900px auto;
    background-position: center 0px; 
    padding-top: 120px;
  }
}
.concept-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a3a3a;
}

.concept-section img {
  width: 100%;
  height: auto;
  display: block;
  float: none !important; /* カラーミーのfloatを無効化 */
}

/*********************************************
  ブロック共通
*********************************************/
.concept-block {
  margin-bottom: 120px;
  clear: both !important;
}

.concept-title {
  font-size: 22px;
  line-height: 1.4;
  color: #5c2623; /* 赤茶 */
  margin-bottom: 20px;
  font-weight: 600;
}

/*********************************************
  SP デザイン（初期値）
*********************************************/
.concept-block {
  display: block;
  margin-bottom: 60px;
}

.concept-img {
  margin-bottom: 20px;
}

.concept-text-area {
  font-size: 13px;
  line-height: 1.4;
}

/*********************************************
  PCレイアウト
*********************************************/
@media screen and (min-width: 769px) {

  .concept-block {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px !important;
  }

  .concept-block.reverse {
    flex-direction: row-reverse;
  }

  .concept-img,
  .concept-text-area {
    width: 48% !important;
  }

  .concept-text-area {
    font-size: 16px;
  }

  .concept-title {
    font-size: 28px;
  }
}

/*********************************************
  フッターテキスト
*********************************************/
.concept-footer {
  text-align: center;
  font-size: 17px;
  color: #5c2623;
  margin-top: 40px;
}






/* 価格帯で探すセクション */
.p-price-range {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.p-price-range__ttl {
  margin-bottom: 40px;
  line-height: 1.6;
}

.p-price-range__ttl .jp {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.p-price-range__ttl .en {
  display: block;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.p-price-range__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.p-price-range__item {
  flex: 1 1 60px;
  max-width: 240px;
}

.p-price-range__item a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 0;
  font-size: 15px;
  transition: all 0.3s ease;
}

.p-price-range__item a:hover {
  background-color: #fff;
  color: #000;
}

/* ---------- スマホ用 ---------- */
@media screen and (max-width: 767px) {
  .p-price-range {
    padding: 40px 20px;
  }

  .p-price-range__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .p-price-range__item {
    width: 100%;
    max-width: 320px;
  }

  .p-price-range__item a {
    font-size: 14px;
    padding: 12px 0;
  }
}

/* PC用（1728×741） */
.p-main-slider .slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 1728 / 741;
  object-fit: cover;
}

/* SP用（402×515） */
@media screen and (max-width: 767px) {
  .p-main-slider .slider img {
    aspect-ratio: 402 / 515;
  }
}
/*お支払い方法画像*/
/* ===========================
   トップページ：単独バナー（PC中央／SP共通）
=========================== */
.p-banner-single {
  text-align: center;
  margin: 40px auto 60px;
}

.p-banner-single a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.p-banner-single a:hover {
  opacity: 0.85;
}

.p-banner-single img {
  width: 493px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .p-banner-single {
    margin: 30px auto 40px;
    padding: 0 10px;
  }

  .p-banner-single img {
    width: 100%;
    max-width: 493px; /* オリジナル比率維持 */
  }
}
/*トップページ3行×1*/
/* ===========================
   トップページ 3バナーエリア
=========================== */
.p-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.p-banner-grid__item a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.p-banner-grid__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-banner-grid__item a:hover {
  opacity: 0.8;
}

/* スマホでは1列に変更 */
@media screen and (max-width: 767px) {
  .p-banner-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 40px auto;
    padding: 0 10px;
  }
}
/* グリッド部分 */
.p-group-bnr-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;            /* バナー間の余白 */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各アイテム */
.p-group-bnr-grid__item {
  overflow: hidden;
}

/* 画像を正方形にフィットさせる */
.p-group-bnr-grid__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;  /* 高さ＝幅 */
  object-fit: cover;     /* 画像をはみ出さずに切り取り */
}

/* レスポンシブ例：モバイルでは２列に */
@media (max-width: 767px) {
  .p-group-bnr-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
span.jp-ttl {
    display: block;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-align: center;
    font-weight: 600;
}
/******************************/
/* SLIDER */
/******************************/

.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%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 60px 90px;
  background: none;
  color: #2d2d2d;
}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 25px;
  }
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fdfced;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background-color:#000 ;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fdfced;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 28vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background-color:#000;
  background-size: cover;
}

.p-ranking {
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}
/* ===========================
   p-pickup-list 画像調整
=========================== */

/* グリッド全体 */
.p-pickup-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 各アイテム */
.p-pickup-list .p-pickup-list__item {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

/* 画像ラッパー */
.p-pickup-list .p-pickup-list__img {
  position: relative;
  width: 100%;
  aspect-ratio: 636 / 486; /* 画像比率指定 */
  overflow: hidden;
}

/* 画像本体 */
.p-pickup-list .p-pickup-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 中央トリミングで美しく収まる */
  transition: transform 0.4s ease;
  display: block;
}

/* hover時に軽く拡大 */
.p-pickup-list .p-pickup-list__item:hover .p-pickup-list__img img {
  transform: scale(1.05);
}
/* ===========================
   ブランド紹介・ギフト・LINEブロック（背景白ver）
=========================== */
.p-brand-feature {
  background-color: #faf8ee;
  padding: 60px 0;
}

/* 各ブロック共通 */
.p-brand-feature__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 60px;
  gap: 40px;
  padding: 40px 60px; /* ← 左右均等余白 */
  background: #fff; /* 背景白に統一 */
  border-radius: 8px;
  box-sizing: border-box;
}

/* 最後のブロックだけmargin調整 */
.p-brand-feature__block:last-child {
  margin-bottom: 0;
}

.p-brand-feature__text {
  flex: 1;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}

.p-brand-feature__text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-brand-feature__img {
  flex: 1;
}

.p-brand-feature__img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* ギフト反転 */
.p-brand-feature__block--reverse {
  flex-direction: row-reverse;
}

/* LINEセクション（同じ白背景・調整不要） */
.p-brand-feature__block--line {
  background-color: #fff;
}

/* リスト */
.p-brand-feature__list {
  list-style: none;
  margin: 15px 0 25px;
  padding: 0;
}
.p-brand-feature__list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 1em;
}
.p-brand-feature__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #555;
}

/* ボタン */
.c-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.c-btn:hover {
  background: #444;
}
.c-btn--sub {
  background: #f5f5f5;
  color: #111;
  margin-left: 10px;
}

/* ===========================
   スマホ対応
=========================== */
@media screen and (max-width: 767px) {
  .p-brand-feature {
    padding: 40px 0;
  }

  .p-brand-feature__block {
    flex-direction: column;
    text-align: left;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px 10px; /* ← スマホ余白：上下左右10pxずつ確保 */
  }

  .p-brand-feature__text h3 {
    font-size: 18px;
  }

  .p-brand-feature__img {
    width: 100%;
  }

  .p-brand-feature__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* ボタンを左揃え */
  .p-brand-feature__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* 上下の余白調整 */
  .p-brand-feature__btns .c-btn + .c-btn {
    margin-top: 15px; /* ← 上のボタンとの間に15px */
    margin-left: 0;   /* ← 横並びマージンを消す */
  }
}