.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#slider-wrapper .bx-controls-direction a {
  z-index: 100;
}

#slider-wrapper .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#slider-wrapper .bx-wrapper img {
  margin: 0 auto;
}

#slider-wrapper .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#slider-wrapper .bx-caption span {
  padding: 1.5em;
}

#slider-wrapper .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#slider-wrapper .bx-pager a {
  background: #fff;
}

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #slider-wrapper .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
/*2024ÄÉ²Ã*/
.p-page-content  {
  max-width: 100%;
}
.slider_in {
  position: relative;
}
.p-main-slider .bx-wrapper img.pc {
  display: block;
}
.p-main-slider .bx-wrapper img.sp {
  display: none;
}


.slider_in .slider_body {
  position:absolute;
  top: 50%;
  left: 100px;
  font-size: 46px;
  color: #fff;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 45px;
  height: 2px;
}


.l-menu-btn span.menu_btn_top,
.l-menu-btn span.menu_btn_middle,
.l-menu-btn span.menu_btn_bottom
 {
  height: 1px;
  background-color: #fff;
}
.l-menu-btn span.menu_btn_middle {
  width: 15px;
}


@media screen and (max-width: 960px) {
  .p-main-slider .bx-wrapper img.pc {
    display: none;
  }
  .p-main-slider .bx-wrapper img.sp {
    display: block;
  }

  .slider_in .slider_body {
    font-size: 36px;
    position: absolute;
    top:50%;
    left:50%;
    margin: -40px -145px;
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    margin-left: 5px;
    margin-right: 5px;
  }
}








.c-product-list__item,
.c-product-list {
  border: none;
}

.c-product-list {
  margin: 150px 0 0;
  gap: 0 10px;
}
.c-product-list__price {
  text-align: left;
}
.c-product-list::before {
  background: none;
}
.c-product-list__image-wrap {
  border: none;
  background: none;
  height: 81%;
  position: relative;
}
.new_item {
  position: absolute;
  background-color: #fff;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  padding: 0 5px;
}


.c-product-list__image-wrap:hover {
  background: none;
}
.c-product-list__name {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.c-product-list__item {
  padding: 0;
  width: calc((100% - 20px) / 3);
}
.c-product-list__image-wrap {
  max-width: none;
}
.c-product-list__fav-item {
  bottom: 55px;
}


.c-image-wrap::after {
  padding-top: 140%;
}
.shop_img_wrap {
  background-color: #fef9f2;
  background-position: 20px top;
}

.shop_img_bottom {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.category_bnr {
  display: flex;
  justify-content: space-between;
  margin: 150px 0;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.category_bnr a {
  position: relative;
  overflow: hidden;
}
.category_bnr a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.category_bnr a:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: blur(2px);
}
.category_bnr_top {
  width: 60%;
  height: 650px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  text-decoration: none;
}
.category_bnr_top::after {
  background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* .category_bnr_top:hover,
.category_bnr_in:hover {
  opacity: 70%;
} */
.category_bnr_in:hover {}
.category_bnr_in {
  height: 49%;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.category_bnr_bottom {
  width: 39%;

}
.category_bnr_btm {
  margin: 0px 0 3%;
}
.category_bnr_btm::after {
  background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.category_bnr_outer::after {
  background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.category_bnr_txt {
  margin: 0 0 25px 20px;
  z-index: 1;
}
.category_bnr_ttl {
  font-size: 24px;
  color: #fff;
}
.category_bnr_body {
  color: #fff;
}
.category_bnr_link_in {
  color: #fff;
  text-decoration: none;
  margin: 0;
  position: relative;
}
.category_bnr_link_in::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 95px;
  bottom: 0;
  margin: auto;
  transition: all 0.16s 0s ease;
}
.category_bnr a:hover .category_bnr_link_in::after {
  left: 100px;
}


.c-image-box__image {
  /* margin: unset; */
  display: block;
  margin: auto;
}

.c-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_list_wrap .c-image-box__image {
      width: 100%;
}


@media screen and (max-width: 960px) {
  .c-product-list {
    margin: 100px 20px 0;
  }
  .c-product-list__button {
    margin-bottom: 100px;
  }
  .category_bnr {
    display: block;
    margin: 0 20px;
  }
  .category_bnr_top {
    width: 100%;
    background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg01_sp.jpg);
    height: 600px;
    margin: 0 0 5px;
  }

  .category_bnr_btm {
    background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg02_sp.jpg);
    height: 140px;
    margin: 0 0 5px;
  }
  .category_bnr_outer {
    background-image: url(https://file001.shop-pro.jp/PA01511/220/img/top/category_bg03_sp.jpg);
    height: 140px;
    margin: 0 0 100px;
  }
  .category_bnr_bottom {
    width: 100%;
  }
  .category_bnr_ttl {
    font-size: 20px;
  }
  .category_bnr_body {
    font-size: 13px;
  }
  .category_bnr_link a {
    margin: 0;
  }
  .category_bnr_txt {
    margin: 0 0 15px 10px;
  }
  .shop_img_bottom {
    display: block;
    margin: 0;
  }
  .shop_img_top {
    margin: 0 0 5px;
  }
  .shop_img_top img {
    width: 100%;
  }
  .shop_img_in img {
    width: 100%;
  }
  .shop_img_in {
    margin: 0 0 5px;
  }

  .c-product-list__image-wrap {
    height: auto;
  }
  /* .c-product-list__item:nth-child(2n + 1) {
    margin: 0 4% 0 0;
  } */
  .c-product-list__item {
    /* width: 48%; */
    width: calc((100% - 10px) / 2);
  }
  .c-image-wrap::after {
    padding-top: 143%;
  }
  .c-product-list__name {
    font-weight: 300;
  }
  .c-product-list__price {
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .c-product-list__fav-item {
    bottom: 25px;
  }



  .c-image-wrap {
    background: none;
  }

}
.header .category_list li a {
  color: #fff;
}


.common_footer_bg {
    position: relative;
    background-color: #F0E5D2;
    overflow: hidden;
}
.common_footer_bg::before {
    height: calc(100% + 400px);
    top: -1270px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    height: 300%;
    background-color: #F0E5D2;
    z-index: -1;
}

.c-product-list__fav-item {
    /* right: 40px; */
    right: 0;
}

.c-product-list__fav-item .is-added {
  color: #94272C;
  stroke: #94272C;
}

.c-product-list__fav-item .is-added path {
  fill: #94272C;
  stroke: #94272C;
}

.header .l-menu-btn span.menu_btn_top,
.header .l-menu-btn span.menu_btn_middle,
.header .l-menu-btn span.menu_btn_bottom {
    background-color: #fff;
}
.header.is-fixed .l-menu-btn span.menu_btn_top,
.header.is-fixed .l-menu-btn span.menu_btn_middle,
.header.is-fixed .l-menu-btn span.menu_btn_bottom {
    background-color: #000;
}
@media screen and (max-width: 960px) {
  .common_footer_bg::before {
      content: none;
  }
  .p-layout-container .c-product-list {
  margin: 100px 20px 0;
  }
}
.c-product-list {
    margin: 150px 0 0;
}

.p-page-content {
  padding-top: 0;
}