/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    padding: 10px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  width: 33.3333%;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    width: auto;
    text-align: center;
  }
}

/******************************/
/* 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%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}
@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: 10px;
  margin-right: 10px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
    /* 写真トリミング */
    .p-main-slider .bx-wrapper .bx-viewport a {
        display: block;
        padding-top: 47.2%;
        position: relative;
    }
    .p-main-slider .bx-wrapper .bx-viewport a > img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
/*         width: 100%;
        height: 100%;
        object-fit: cover; */
    }
    /* 位置調整 1枚目 */
    .p-main-slider .bx-wrapper .bx-viewport #slider > div:first-child a > img {
        bottom: -35%;
        top: auto;
    }
    /* 2枚目 */
    .p-main-slider .bx-wrapper .bx-viewport #slider > div:nth-child(2) a > img{
        top: -45%;
    }
    /* 3枚目 */
    .p-main-slider .bx-wrapper .bx-viewport #slider > div:nth-child(3) a > img{
        bottom: -30%;
        top: auto;
    }
    /* 4枚目 */
    .p-main-slider .bx-wrapper .bx-viewport #slider > div:nth-child(4) a > img{
        bottom: -38%;
        top: auto;
    }
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #fffaf0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding: 36px 18px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
@media only screen and (min-width: 1024px) {
    .p-line-informaiton__wrap {
        display: flex;
        justify-content: space-between;
    }
    .p-line-informaiton__wrap .p-title {
        margin: 0;
    }
}
@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
    .p-line-informaiton-list {
        margin-top: 1em;
    }
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
  .p-line-informaiton-list__item:nth-child(n+2) {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
  }

}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
.p-line-informaiton__wrap .p-title {
    text-align: left;
}

/******************************/
/* ITEMS */
/******************************/
.p-product {
  overflow: hidden;
  padding: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding: 36px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-product-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .p-product-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-product-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-product-item-list__item {
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-product-item-list__item.is-hidden {
  display: none;
}

/******************************/
/* TOP 店舗コンセプト */
/******************************/
.p-shop {
  background: #fbfbfb;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-shop {
      padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
        .p-shop-inner + .p-shop-inner {
        margin-top: 90px;
    }
}
@media screen and (min-width: 768px) {
    .p-shop-inner{
        display: flex;
    }
    .p-shop-inner:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
    .p-shop-inner.intro .p-shop__txt {
        justify-content: flex-start;
    }
    .p-shop-inner.intro .p-shop__txt h3 {
        margin-bottom: 72px;
    }
}
.p-shop__img {
  box-sizing: border-box;
  width: 50%;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
    .p-shop__img {
        display: block;
        width: 90%;
        min-height: initial;
    }
    .p-shop-inner:nth-of-type(2n) .p-shop__img {
        margin: 0 0 0 auto
    }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__txt h3 {
    margin: 0 0 36px 0;
}
.p-shop__expl {
    line-height: 2.3;
}

/******************************/
/* category */
/******************************/
.p-category {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #FFFAF0;
}
@media screen and (max-width: 767px) {
    .p-category {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/******************************/
/* titile */
/******************************/
.p-title {
  color: #A48A48;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
.p-title .en {
    color: #C7BCA0;;
    font-size: .62em;
}
.p-title .en::before {
    content: "　";
}
@media screen and (max-width: 767px) {
    .p-title {
        font-size: 21px;
        margin-bottom: 1em;
        text-align: left;
    }
    .p-title.sp-center {
        text-align: center;
    }
    .p-title.sp-center .en {
        display: block;
    }
    .p-title.sp-center .en::before {
        content: none;
    }
}

/******************************/
/* more button */
/******************************/
.p-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 50px 18px 0;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #000;
  text-align: left;
}
.p-btn::before, .p-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
.p-btn::after {
  transform: rotate(90deg);
}
.p-btn:hover {
  text-decoration: none;
}
.p-btn:hover::before {
  transform: rotate(90deg);
}
.p-btn:hover::after {
  transform: rotate(180deg);
}
.p-more {
  text-align: center;
}
@media screen and (max-width: 767px) {
    .p-btn {
        font-size: 14px;
        padding: 12px 32px 12px 0;
    }
    .p-btn::before, .p-btn::after {
        width: 22px;
    }
}
