/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper{
  margin: 0 auto !important; /* bxSliderデフォの下余白対策 */
}

.p-main-slider .bx-wrapper .bx-viewport{
  border: 0;
  box-shadow: none;
  left: 0;
  overflow: hidden;
}

/* PCはそのまま（幅100%の通常表示） */
.p-main-slider .bx-wrapper img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ▼スマホだけ：左右を切って“さらに縦長に大きく”見せる（cover表示） */
@media screen and (max-width: 767px){

  /* スライダーだけ画面いっぱいに広げる（左右余白を消す） */
  .p-main-slider{
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  /* 表示枠（高さ）＝縦に長くする版（かなり大きめ） */
  .p-main-slider .bx-wrapper .bx-viewport{
    height: 100vw !important;     /* ★縦に長く（画面幅と同じ高さ） */
    min-height: 340px !important;
    max-height: 680px !important;
  }

  /* どんなDOM構造でも高さ100%を伝播（ul/liでもdivでもOK） */
  .p-main-slider .bx-wrapper .bx-viewport > *{
    height: 100% !important;
  }
  .p-main-slider .bx-wrapper .bx-viewport > * > *{
    height: 100% !important;
  }
  .p-main-slider .bx-wrapper .bx-viewport > * > * > *{
    height: 100% !important;
  }

  /* a / picture が挟まってもOK */
  .p-main-slider .bx-wrapper .bx-viewport a,
  .p-main-slider .bx-wrapper .bx-viewport picture{
    display: block !important;
    height: 100% !important;
  }

  /* img方式：確実に拡大＆トリミング */
  .p-main-slider .bx-wrapper .bx-viewport img{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  /* 背景画像方式（念のため）：background-imageにcoverを強制 */
  .p-main-slider .bx-wrapper .bx-viewport [style*="background-image"]{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

/* pager（既存踏襲） */
.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: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat;
  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: #fafafa;
  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://img08.shop-pro.jp/PA01205/740/etc_base64/MjAyNjAxMDgwMDE.jpg?cmsp_timestamp=20260108164534) 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: url(https://img08.shop-pro.jp/PA01205/740/etc_base64/MjAyNjAxMDgwMDQ.jpg?cmsp_timestamp=20260108170432) center center no-repeat;
  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: #fafafa;
}
@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: #000066;
}
.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: normal;
}
@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: url(https://img08.shop-pro.jp/PA01205/740/etc_base64/MjAyNjAxMDgwMDI.jpg?cmsp_timestamp=20260108164534) center center no-repeat;
  background-size: cover;
}

.p-ranking {
  padding-top: 30px;
}
@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-category-nav{
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width:1023px){
  .p-category-nav{ margin-top: 60px; margin-bottom: 60px; }
}
@media screen and (max-width:767px){
  .p-category-nav{ margin-top: 45px; margin-bottom: 45px; }
}

.p-category-nav__list{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}
@media screen and (max-width:1023px){
  .p-category-nav__list{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media screen and (max-width:767px){
  .p-category-nav__list{
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

.p-category-nav__item{
  border-bottom: 1px solid #dddddd;
}
.p-category-nav__item a{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}
.p-category-nav__item a:hover{
  text-decoration: none;
  opacity: .85;
}

.p-category-nav__icon{
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
  display: block;
}
.p-category-nav__icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; /* 切れてOKなら cover へ */
}

.p-category-nav__name{
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width:767px){
  .p-category-nav__name{ font-size: 14px; }
}

/* ============================== */
/* 価格別（カテゴリーの下）※アイコンなし */
/* ============================== */
.p-price-nav{
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width:1023px){
  .p-price-nav{ margin-top: 45px; margin-bottom: 60px; }
}
@media screen and (max-width:767px){
  .p-price-nav{ margin-top: 35px; margin-bottom: 45px; }
}

.p-price-nav__list{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}
@media screen and (max-width:1023px){
  .p-price-nav__list{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media screen and (max-width:767px){
  .p-price-nav__list{
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

.p-price-nav__item{
  border-bottom: 1px solid #dddddd;
}

.p-price-nav__item a{
  display: block;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}

.p-price-nav__item a:hover{
  text-decoration: none;
  opacity: .85;
}

.p-price-nav__name{
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width:767px){
  .p-price-nav__name{ font-size: 14px; }
}

/* ================================================== */
/* (A) 見出しにロゴ（先頭アイコン） */
/* ================================================== */
.c-ttl-main__inner{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.c-ttl-main__icon{
  width: 26px;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (max-width:767px){
  .c-ttl-main__icon{ width: 22px; }
}

/* c-ttl-bg（おすすめ商品／ランキング）側 */
.c-ttl-bg span{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.c-ttl-bg__icon{
  width: 26px;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (max-width:767px){
  .c-ttl-bg__icon{ width: 22px; }
}

/* ================================================== */
/* (B) 上に謎の空白が出る件の対策 */
/* ================================================== */
html, body{
  margin: 0 !important;
}

/* ヘッダーの重なり順だけ確保（positionは触らない） */
header, #header, .l-header, .site-header{
  z-index: 9999 !important;
}

/* ================================================== */
/* (C) トップバナー（カテゴリー上） */
/* ================================================== */
.p-top-banner{
  margin-top: 45px;
}
@media screen and (max-width:1023px){
  .p-top-banner{ margin-top: 35px; }
}
@media screen and (max-width:767px){
  .p-top-banner{ margin-top: 25px; }
}
.p-top-banner__link{
  display: block;
  text-align: center;
}
.p-top-banner__link img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ヘッダー分の押し下げが二重になってるので、スライダー側の追加分は無効化 */
.p-main-slider{
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/******************************/
/* bxSlider pager：スライド内に収めてティッカーと干渉させない */
/******************************/
.p-main-slider .bx-wrapper{
  position: relative;
}
.p-main-slider .bx-wrapper .bx-pager{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 12px !important;
  width: auto !important;
  padding: 6px 10px !important;
  background: rgba(255,255,255,.75);
  border-radius: 999px;
  z-index: 50;
}
@media screen and (max-width: 767px){
  .p-main-slider .bx-wrapper .bx-pager{
    bottom: 10px !important;
    padding: 5px 8px !important;
  }
}


/******************************/
/* スライド直下：横に流れる商品一覧（確実版） */
/******************************/
.p-cat-ticker{
  position: relative;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.p-cat-ticker__mask{
  position: relative;
  overflow: hidden;
}

.p-cat-ticker__track{
  --move: 0px;          /* JSで入る */
  --dur: 30s;           /* JSで入る */
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  will-change: transform;
  animation: ogCatTicker var(--dur) linear infinite;
  animation-play-state: running;
}

@keyframes ogCatTicker{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--move)),0,0); }
}

.p-cat-ticker__item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #eeeeee;
}
.p-cat-ticker__item:hover{ text-decoration:none; opacity:.9; }

.p-cat-ticker__icon{
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
  display: block;
}
.p-cat-ticker__icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit: contain;
}

.p-cat-ticker__name{
  font-size: 13px;
  line-height: 1.2;
}

/* 区切り（入ってても入ってなくてもOK） */
.p-cat-ticker__sep{
  width: 22px;
  flex: 0 0 22px;
}

/* ===== ティッカーをもっと大きく（上書き） ===== */

/* バー自体の上下余白を増やす */
.p-cat-ticker{
  padding: 18px 0;
}

/* 流れるアイテム間の余白 */
.p-cat-ticker__track{
  gap: 22px;
}

/* 1つの“丸ボタン”を大きく */
.p-cat-ticker__item{
  padding: 12px 18px;       /* ←大きく */
  border-radius: 999px;
}

/* アイコン大きく */
.p-cat-ticker__icon{
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

/* 文字大きく */
.p-cat-ticker__name{
  font-size: 16px;
  line-height: 1.2;
}

/* スマホはさらに調整（大きいけど詰まりすぎない） */
@media screen and (max-width: 767px){
  .p-cat-ticker{
    padding: 14px 0;
  }
  .p-cat-ticker__track{
    gap: 16px;
  }
  .p-cat-ticker__item{
    padding: 10px 14px;
  }
  .p-cat-ticker__icon{
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .p-cat-ticker__name{
    font-size: 14px;
  }
}


/* ▼商品を探す：スマホ横ズレ対策 */
#og-product-finder,
#og-product-finder *{
  box-sizing: border-box;
}

#og-product-finder{
  overflow-x: hidden; /* 万一のはみ出しも封じる */
}

#og-product-finder .og-formRow > *{
  min-width: 0; /* flex内で縮められずに溢れるのを防ぐ */
}

#og-product-finder .og-input{
  width: 100%;
  max-width: 100%;
}

/* スマホは縦積みにして確実に溢れないように */
@media (max-width: 767px){
  #og-product-finder .og-formRow{
    flex-direction: column;
    align-items: stretch;
  }
  #og-product-finder .og-btn{
    width: 100%;
    flex: 0 0 auto;
  }
}



