/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

/*ˇˇnew_items */
.new_item-items {
  margin-top: 3em;
}























/****************************/
/* slider */
/****************************/
.bx-wrapper .bx-controls .bx-pager {
  bottom: -30px;
}

.bx-pager-item {
  visibility: visible;
}

#container .bx-wrapper .bx-viewport {
  border: none !important;
}

#container .bx-wrapper img {
  width: 100%;
}

#container .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #F0F0F0;
}

#container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #CEA64E;
}

/****************************/
/* fv */
/****************************/
.l-shop__description {
  margin: 80px auto 60px;
}

.l-shop__description-text {
  font-size: 20px;
  color: #fff;
  height: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E0B656;
}

/****************************/
/* news */
/****************************/
.l-shop__news {
  width: 100%;
  position: relative;
}

.l-shop__news::before,
.l-shop__news::after {
  position: absolute;
  content: "";
}

/* .l-shop__news::before {
  width: 169px;
  height: 138px;
  left: -20px;
  bottom: -45px;
  background-image: url(https://img06.shop-pro.jp/PA01020/049/img/news-left.png);
}

.l-shop__news::after {
  width: 128px;
  height: 109px;
  top: -20px;
  right: -15px;
  background-image: url(https://img06.shop-pro.jp/PA01020/049/img/news-right.png);
} */

.l-shop__news-wrap {
  padding: 37px 80px 41px;
  position: relative;
  width: 100%;
  /*calc(100% - 340px)*/
  box-sizing: border-box;
}

.l-shop__news-wrap::before,
.l-shop__news-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(https://img06.shop-pro.jp/PA01020/049/etc_base64/bmV3cy1saW5l.png?cmsp_timestamp=20240125131539);
  background-repeat: repeat-x;
  background-size: contain;
  left: 0;
}

.l-shop__news-wrap::before {
  top: 0;
}

.l-shop__news-wrap::after {
  bottom: 0;
}

.l-shop__news-wrap .ttl-h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
}

.l-shop__news-block {
  font-size: 16px;
  max-height: calc(5em + 90px);
  overflow-y: auto;
}

.l-shop__news-date,
.l-shop__news-text {
  margin: 8px 0;
  display: inline-block;
}

.l-shop__news-date {
  width: 5em;
  vertical-align: top;
}

.l-shop__news-text {
  margin-left: 30px;
  width: calc(100% - 5em - 35px);
}

/****************************/
/* recommend */
/****************************/
.recommend-items {
  margin-top: 177px;
}

.unit-box {
  border: none;
  border-radius: 40px;
  box-shadow: 10px 15px 20px 5px rgba(189, 189, 189, 0.2);
}

.unit-box:hover {
  background-color: rgb(189, 189, 189);
  color: #fff;
  cursor: pointer;
}

.prd-lst-span {
  font-size: 16px;
}

.prd-lst-span a:hover {
  opacity: 1;
}

.unit-box:hover .prd-lst-span a {
  color: #fff;
}

.prd-lst-price {
  color: #B93820;
}

/****************************/
/* category */
/****************************/
.l-shop__category {
  position: relative;
  margin-top: 175px;
}

.l-shop__category::before,
.l-shop__category::after {
  position: absolute;
  content: "";
  background-image: url(https://img06.shop-pro.jp/PA01020/049/etc_base64/cmljZS1saW5l.png?cmsp_timestamp=20240125131539);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 26px;
  left: 0;
}

.l-shop__category::before {
  top: -130px;
}

.l-shop__category::after {
  bottom: -100px;
}

.l-shop__category .c-shop__display {
  flex-wrap: wrap;
}

.l-shop__category .c-shop__display-inner {
  display: block;
  width: calc(50% - 20px);
}

.l-shop__category .c-shop__display-inner a {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border: 3px dashed #E1BE6C;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-right: 10%;
}

.l-shop__category .c-shop__display-inner a,
.l-shop__category .c-shop__display-inner a:hover {
  color: #000;
  text-decoration: none;
}

.l-shop__category .c-shop__display-inner a:hover .c-shop__display-name {
  color: #E1BE6C;
}

.l-shop__category .c-shop__display-inner:nth-child(2n) {
  margin-left: 40px;
}

.l-shop__category .c-shop__display-inner:nth-child(n+3) {
  margin-top: 37px;
}

/****************************/
/* strengths */
/****************************/
.l-shop__strengths {
  margin-top: 250px;
}

.l-shop__strengths .c-shop__display-inner {
  flex-direction: column;
}

/****************************/
/* ahout */
/****************************/
.l-shop__ahout {
  margin-top: 255px;
}

.c-shop__about-text {
  width: 90%;
  max-width: 644px;
  margin: auto;
  font-size: 16px;
}

.c-shop__about-img {
  margin-top: 40px;
}

/****************************/
/* contact */
/****************************/
.l-shop__contact {
  margin-top: 100px;
  padding: 63px 0;
  background-color: #FCF7EF;
  border-radius: 200px;
}

.c-shop__contact-text,
.c-shop__display,
.c-shop__about-sales,
.c-shop__about-button a {
  text-align: center;
  margin: 43px auto 0;
}

.c-shop__contact-text {
  font-size: 20px;
}

.l-shop__contact .c-shop__display-inner {
  margin: auto;
}

.l-shop__contact .c-shop__display-img {
  margin-top: 6px;
  margin-right: 15px;
}

.c-shop__display-number a {
  font-size: 41px;
  font-weight: bold;
  color: #000;
  /* letter-spacing: 1.7px; */
}

.c-shop__display-number a:hover {
  opacity: 1;
  text-decoration: underline;
}

.c-shop__about-sales {
  margin-top: 0;
  font-size: 18px;
}

.c-shop__about-button a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 342px;
  height: 68px;
  background-color: #B93720;
  border: 1px solid #B93720;
  border-radius: 10px;
  box-sizing: border-box;
}

.c-shop__about-button a:hover {
  opacity: 1;
  background-color: #fff;
  color: #B93720;
  text-decoration: none;
}

@media screen and (max-width:899px) {

  /****************************/
  /* news */
  /****************************/
  .l-shop__news-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width:767px) {

  /****************************/
  /* fv */
  /****************************/
  .l-shop__description-text {
    height: 90px;
    padding: 10px 20px;
    font-size: 16px;
    width: 80%;
    margin: auto;
  }

  /****************************/
  /* news */
  /****************************/
  .l-shop__news::before {
    bottom: -130px;
  }

  .l-shop__news::after {
    top: -110px;
  }

  .l-shop__news-wrap {
    margin-top: 105px;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .l-shop__news-block {
    flex-direction: column;
  }

  .l-shop__news-block:nth-child(n+3) {
    margin: 30px 0 0;
  }

  .l-shop__news-date,
  .l-shop__news-text {
    width: 100%;
  }

  .l-shop__news-date {
    margin: 8px auto 0;
  }

  .l-shop__news-text {
    margin: 2px auto 0;
  }

  /****************************/
  /* category */
  /****************************/
  .l-shop__category .c-shop__display-inner {
    width: 100%;
  }

  .l-shop__category .c-shop__display-inner a {
    padding-right: 0;
    justify-content: flex-start;
    padding-left: 40px;
  }

  .l-shop__category .c-shop__display-inner:nth-child(2n) {
    margin-left: 0;
  }

  .l-shop__category .c-shop__display-inner:nth-child(n+2) {
    margin-top: 22px;
  }

  .l-shop__category .c-shop__display-img {
    width: 30%;
    margin-right: 20px;
  }

  /****************************/
  /* strengths */
  /****************************/
  .l-shop__strengths {
    margin-top: 190px;
  }

  .l-shop__strengths .c-shop__display-inner:nth-child(n+2) {
    margin-top: 37px;
  }

  /****************************/
  /* ahout */
  /****************************/
  .l-shop__ahout {
    margin-top: 125px;
  }

  /****************************/
  /* contact */
  /****************************/
  .l-shop__contact {
    margin-top: 50px;
    padding: 43px 20px;
    border-radius: 60px;
  }

  .c-shop__contact-text,
  .c-shop__display,
  .c-shop__about-sales,
  .c-shop__about-button a {
    margin: 27px auto 0;
  }

  .c-shop__contact-text {
    font-size: 16px;
  }

  .l-shop__contact .c-shop__display-inner {
    margin: auto;
  }

  .c-shop__display-number a {
    font-size: 34px;
  }

  .c-shop__about-sales {
    font-size: 14px;
  }

  .c-shop__about-button a {
    height: 58px;
  }
}

#l-shop__keyvisual {
  display: flex !important;
}