@media screen and (min-width: 1030px) {
  body {
  padding-top: 0;
}
}
/******************************/
/* 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;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding: 100px 20px 65px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding: 70px 20px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin: 0 auto;
  padding: 25px 8px;
  font-size: 14px;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 1px dashed #000;
}
.p-line-informaiton-list__date {
  width: 120px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 10px;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-concept {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    font-size: 13px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 50px;
  }
}
.p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}
.p-gallery__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: auto;
  }
}
.p-gallery__img img {
  width: 100%;
}
.p-gallery__img .slick-dots {
  bottom: -40px;
}
.p-gallery__img .slick-dots li {
  height: auto;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-gallery__img .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d2d2d;
}
.p-gallery__img .slick-dots li.slick-active button:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
}
.p-gallery__img .p-gallery-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__img .p-gallery-slider__item {
    min-height: 250px;
    height: 0;
  }
}
.p-gallery__img .p-gallery-slider__item01 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item02 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item03 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 90px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    padding: 35px 0px 0px 0px;
    width: auto;
  }
}
.p-gallery__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 14px;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding: 70px 20px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}
@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 {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}
.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;
  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: 8px;
    margin-left: 8px;
  }
}
.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__txt {
  text-align: center;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.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;
}
/******************************/
/* 商品カテゴリー */
/******************************/
.category_btn {
  padding: 100px 20px;
  background-color: #F8F1EF;
}
.category_btn__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.category_btn-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  column-gap: 50px;
  row-gap: 70px;
}
.category_btn-list__item {
  text-align: center;
}
.category_btn-list__ttl dt {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.3;
}
.category_btn-list__ttl dd {
  margin: 5px auto 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
}
.category_btn-list__limited {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin: 15px auto 0;
  padding: 1px 25px;
  font-size: 12px;
  font-weight: 400;
}
.category_btn-list__item a {
  text-decoration: none;
  transition: 0.5s;
}
.category_btn-list__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .category_btn-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .category_btn-list__ttl dt {
    font-size: 18px;
    letter-spacing: 0.3px;
  }
  .category_btn-list__ttl dd {
    font-size: 11px;
    margin: 3px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .category_btn {
    padding: 70px 20px;
  }
  .category_btn-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  .category_btn-list__ttl dt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .category_btn-list__limited {
    font-size: 10px;
    padding: 1px 10px;
    margin: 7px auto 0;
  }
}
/******************************/
/* トリュフ・オ・ショコラについて */
/******************************/
.about_tuffes_au_chocolat {
  padding: 100px 20px;
}
.about_tuffes_au_chocolat__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
}
.about_tuffes_au_chocolat_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
.about_tuffes_au_chocolat_inner .img {
  max-width: 870px;
  width: 70%;
  margin-top: 30px;
}
.about_tuffes_au_chocolat_inner .txt {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
}
.about_tuffes_au_chocolat_inner .txt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.5;
  margin: 0;
}
.about_tuffes_au_chocolat_inner.reverse {
  flex-direction: row-reverse;
}
.about_tuffes_au_chocolat_inner.reverse .txt {
  top: 0;
  right: auto;
  left: 0;
}
.about_tuffes_au_chocolat_inner.reverse .txt p {
  margin-left: 80px;
  filter: drop-shadow(1px 1px 1px rgba(225, 225, 225, 1));
}
@media screen and (max-width: 1400px) {
  .about_tuffes_au_chocolat_inner .txt {
    width: 45%;
  }
}
@media screen and (max-width: 1280px) {
  .about_tuffes_au_chocolat_inner .txt {
    width: 50%;
  }
  .about_tuffes_au_chocolat_inner.reverse .txt p {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .about_tuffes_au_chocolat_inner .txt p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .about_tuffes_au_chocolat_inner .img {
    max-width: 550px;
  }
}
@media screen and (max-width: 900px) {
  .about_tuffes_au_chocolat_inner .txt {
    width: 54%;
  }
}
@media screen and (max-width: 830px) {
  .about_tuffes_au_chocolat_inner .txt {
    width: 55%;
  }
  .about_tuffes_au_chocolat_inner.reverse .txt p {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_tuffes_au_chocolat {
    padding: 70px 20px;
  }
  .about_tuffes_au_chocolat_inner {
    display: block;
    margin-bottom: 70px;
  }
  .about_tuffes_au_chocolat_inner .img {
    width: 120%;
    max-width: 900px;
    margin: 0 0 0 -20%;
  }
  .about_tuffes_au_chocolat_inner.reverse .img {
    width: 100%;
    margin: 0 auto;
  }
  .about_tuffes_au_chocolat_inner .txt {
    position: static;
    width: 100%;
    text-align: center;
  }
  .about_tuffes_au_chocolat_inner.reverse .txt p {
    filter: none;
  }
}
@media screen and (max-width: 500px) {
  .about_tuffes_au_chocolat_inner .txt p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
/******************************/
/* エピナールについて */
/******************************/
.about_epinard {
  padding: 100px 20px;
  text-align: center;
}
.about_epinard__wrap {
  margin-left: auto;
  margin-right: auto;
}
.about_epinard .img {
  margin: 0 -20px;
}
.about_epinard .txt {
  margin: 55px auto 70px;
}
.about_epinard .txt p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 2.5;
  margin: 0 auto;
}
.about_epinard .link_btn a {
  display: inline-block;
  min-width: 400px;
  border: 1px solid #000;
  padding: 12px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.about_epinard .link_btn a:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1030px) {
  .about_epinard .txt p {
    text-align: justify;
    font-size: 15px;
  }
  .about_epinard .sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about_epinard {
    padding: 70px 20px;
  }
  .about_epinard .txt {
    margin: 50px auto 30px;
  }
  .about_epinard .txt p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .about_epinard .link_btn a {
    min-width: 270px;
  }
}
/******************************/
/* Instagram */
/******************************/
.top_instagram {
  padding: 100px 20px;
  background-color: #F8F1EF;
}
.top_instagram__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
} 

@media screen and (max-width: 767px) {
  .top_instagram {
    padding: 70px 20px;
  }
}
/******************************/
/* 店舗情報 */
/******************************/

.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@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__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #ffffff;
}

/* 以下検索窓 CSS */
.top-search {
  margin: 95px auto 0;
  max-width: 600px;
  width: 100%;
}
.top-search p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto 20px;
}
.top-search__btn img {
  width: 25px;
}
.top-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  border: 1px solid #000000;
  border-radius: 25px;
}
.top-search__form input::placeholder {
  color: #777777;
}
.top-search__form input:-ms-input-placeholder {
  color: #777777;
}
.top-search__form input::-ms-input-placeholder {
  color: #777777;
}
.top-search__input {
  flex: 1;
}
.top-search__input input {
  box-sizing: border-box;
  padding: 12px 50px 12px 15px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 25px;
  background: transparent;
}
.top-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 25px;
  background: none;
}
.top-search__submit img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .top-search {
    margin: 85px auto 0;
  }
  .top-search p {
    font-size: 16px;
    margin: 0 auto 15px;
  }
}




