@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2C2A26;
  letter-spacing: 0.01em;
}

.u-container {
  width: 1200px;
}

.l-help-navi-box {
  display: none;
}

.slider {
  margin: 35px 0;
  position: relative;
}
.slider .information {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #E8E2D8;
  padding: 11px 0;
  margin-bottom: 0;
}
.slider .information p {
  margin-bottom: 0;
}
.slider > div {
  max-width: 100%;
}
.slider img {
  max-width: 100%;
}

.popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.popup__close {
  position: absolute;
  right: -7px;
  top: -12px;
  cursor: pointer;
}
.popup__img {
  width: 180px;
  display: block;
}
.popup__img img {
  width: 100%;
}

.l-header-cart a img {
  width: 22px;
}

.l-header-main__in {
  padding-top: 50px;
}

.l-main-navi {
  margin-top: 25px;
}

.l-main-navi-list__link {
  font-weight: 500;
}

.l-header-search__link {
  width: 40px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-header-search__link img {
  vertical-align: bottom;
}

.l-header-search__btn {
  width: 40px;
}

.l-header-cart a {
  width: 40px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header-cart a .p-global-header__cart-count {
  position: absolute;
  top: 5px;
  right: 2px;
}

.l-header-search__link {
  display: flex !important;
}

.l-header-search__linkBtn {
  display: block;
  padding: 13px 24px;
  font-size: 16px;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-weight: 400;
  margin-top: 8px;
  margin-right: 30px;
  color: #fff;
  background: #2C2A26;
}

.l-main-navi {
  z-index: 1001;
  position: relative;
}

.l-header-search {
  top: 40px;
}

.is-fixed .l-header-search {
  top: 0;
}

.l-main-navi-list__link:hover,
.l-main-navi-list__link.is-on,
.l-mega-menu,
.l-main-navi.is-open,
.l-header-search__btn.is-on,
.l-header-search__box {
  background: #F7F4F0;
}

.l-main-navi-list__link:before {
  border-color: #2C2A26;
}

.slider a:hover {
  opacity: 0.85;
}

.bx-wrapper .bx-pager {
  color: #838656;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #838656 !important;
}

.l-main-navi-list__link {
  padding-right: 30px;
}

.l-main-navi-list__link {
  padding-left: 20px;
}

.l-main-navi-list__item.link .l-main-navi-list__ttl {
  display: block;
  padding: 15px 10px;
}

.l-main-navi-list__item {
  margin-left: 16px;
  margin-right: 16px;
}

.p-line-informaiton {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 90px auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.p-line-informaiton__ttl {
  font-size: 24px;
  font-family: "Average", serif;
  font-weight: normal;
  line-height: 1;
}

.p-line-informaiton__ttl::before {
  display: none;
}

.p-line-informaiton li {
  margin-bottom: 0;
  font-size: 14px;
}

.p-line-informaiton li + .p-line-informaiton li {
  margin-top: 10px;
}

.newArrival {
  padding: 80px 40px 100px;
  background: #F7F4F0;
}
.newArrival .p-item__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.newArrival .p-item__listTitle {
  margin: 12px 0 15px;
  font-size: 16px;
}
.newArrival .p-item__listPrice {
  font-size: 16px;
}

.p-more a {
  width: 316px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #838656;
  transition: 0.3s ease;
  border: 2px solid #838656;
  margin: 60px auto 0;
  font-size: 20px;
  font-family: "Average", serif;
}
.p-more a:hover {
  text-decoration: none;
  opacity: 1;
  background: #fff;
  color: #838656;
}

.section__title {
  text-align: center;
  font-family: "Average", serif;
  font-weight: normal;
  margin: 0;
  font-size: 40px;
  position: relative;
}
.section__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: #909090;
  margin: 20px auto 0;
}
.section__title span {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #909090;
}

.ranking {
  padding: 80px 40px 100px;
}
.ranking .slider-dots {
  width: 80%;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ranking .slider-dots li {
  display: inline-block;
  width: calc(25% - 8px);
  /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  margin: 0;
}
.ranking .slider-dots button {
  position: relative;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #ccc;
  font-size: 0;
}
.ranking .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.ranking .slider-dots li.slick-active button {
  background-color: #838656;
}

.average-regular {
  font-family: "Average", serif;
  font-weight: 400;
  font-style: normal;
}

.p-ranking-list {
  margin-top: 60px;
  padding-bottom: 0 !important;
}

.p-ranking-list__num {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #2C2A26;
}

.p-ranking-list__num.is-1 {
  background: #BF9B24;
}

.p-ranking-list__num.is-2 {
  background: #909090;
}

.p-ranking-list__num.is-3 {
  background: #5E2727;
}

.p-ranking-list__img {
  margin-bottom: 20px;
}

.p-ranking-list__price {
  margin-top: 10px;
  color: #2C2A26;
}

.p-ranking-list .slick-prev {
  left: -45px;
}

.p-ranking-list .slick-next {
  right: -45px;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 95px;
}

.feature {
  padding: 100px 40px;
  background: #2C2A26;
}
.feature .section__title {
  color: #fff;
}
.feature .section__title span {
  color: #fff;
}
.feature .section__title::after {
  background: #fff;
}
.feature__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.feature__list--title {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.category {
  padding: 90px 40px 100px;
}
.category__tabs {
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.category__tab {
  width: 19.2%;
  border-bottom: 1px solid rgba(44, 42, 38, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  cursor: pointer;
  gap: 8px;
}
.category__tab .on {
  display: none;
}
.category__tab .off {
  display: block;
}
.category__tab--title {
  margin-bottom: 0;
  font-size: 18px;
}
.category__tab.is_active {
  border-bottom: 3px solid #838656;
  margin-top: -2px;
  padding-bottom: 11px;
}
.category__tab.is_active .on {
  display: block;
}
.category__tab.is_active .off {
  display: none;
}
.category__tab.is_active .category__tab--title {
  color: #838656;
}
.category__contents {
  display: none;
}
.category__contents.is_show {
  display: block;
}
.category__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category__list {
  padding: 32px 0;
  text-align: center;
  background: #F7F4F0;
  font-size: 16px;
}
.category__list:hover {
  opacity: 0.85;
  text-decoration: none;
}

.about {
  background: #F7F4F0;
  padding: 100px 40px;
}
.about__box {
  display: flex;
  justify-content: space-between;
}
.about__img {
  width: 55%;
}
.about__contents {
  width: 40%;
}
.about .section__title {
  text-align: left;
}
.about .section__title span {
  text-align: left;
}
.about .section__title::after {
  margin-left: 0;
}
.about__subTitle {
  margin: 30px 0 20px;
  font-size: 22px;
  font-weight: normal;
}
.about__text {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.about .p-more a {
  font-size: 16px;
  margin-left: 0;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.instagram {
  padding: 100px 40px;
}
.instagram__lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.instagram__list:hover {
  opacity: 0.85;
}

.p-checked {
  padding-top: 0 !important;
}
.p-checked .section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
}
.p-checked .section__title::after {
  display: none;
}
.p-checked .c-favorite-list__img {
  margin-bottom: 10px;
}
.p-checked .c-favorite-list__price {
  margin-top: 0 !important;
  font-size: 14px;
  color: #2C2A26;
}

.l-bottom {
  margin-top: 0;
}

.side_cal {
  gap: 80px;
}

.p-shopguide {
  background: #F7F4F0;
  padding: 90px 40px;
  margin-bottom: 0;
}
.p-shopguide .section__title {
  margin-bottom: 60px;
}

.p-shopguide-box,
.p-shopguide-head {
  border-top: none !important;
  border-bottom: none !important;
}

.p-shopguide-column + .p-shopguide-column {
  border-left: 1px solid rgba(44, 42, 38, 0.4);
}

.p-shopguide__ttl {
  font-size: 16px;
  color: #2C2A26;
  font-weight: bold;
}

.p-shopguide__body {
  color: #2C2A26;
}

.p-shopguide-head {
  padding-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

.l-footer {
  background: url(../img/footer-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2C2A26;
  padding: 110px 40px 90px;
}

.l-footer-shopinfo__logo img {
  max-width: 280px;
}

.l-footer-sns-list__item {
  margin-right: 30px;
}

.l-copyright {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.l-footer-navi-list__link {
  color: #fff;
}

.l-footer-navi-list__link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.l-header-search__linkBtn {
  border: 1px solid #2C2A26;
}
.l-header-search__linkBtn:hover {
  opacity: 1;
  text-decoration: none;
  background: #fff !important;
  color: #2C2A26 !important;
}

.l-header-search__linkBtnSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-container {
    width: 100%;
    padding: 0;
  }
  .l-header .u-container {
    padding: 0 20px;
    padding-right: 0;
  }
  .l-header-search__linkBtn {
    display: none;
  }
  .l-header-main__in {
    padding-top: 0;
  }
  .about__box {
    display: block;
  }
  .p-line-informaiton {
    display: block;
    margin: 90px auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-line-informaiton__ttl {
    font-size: 20px;
    font-family: "Average", serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
  }
  .p-line-informaiton__ttl::before {
    display: none;
  }
  .p-line-informaiton li {
    margin-bottom: 0;
    font-size: 14px;
  }
  .p-line-informaiton li + .p-line-informaiton li {
    margin-top: 10px;
  }
  .newArrival {
    padding: 80px 20px 100px;
    background: #F7F4F0;
  }
  .newArrival .p-item__lists {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
  .newArrival .p-item__listTitle {
    margin: 12px 0 15px;
    font-size: 14px;
  }
  .newArrival .p-item__listPrice {
    font-size: 14px;
  }
  .p-more a {
    max-width: 316px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #838656;
    transition: 0.3s ease;
    border: 2px solid #838656;
    margin: 60px auto 0;
    font-size: 18px;
    font-family: "Average", serif;
  }
  .p-more a:hover {
    text-decoration: none;
    opacity: 1;
    background: #fff;
    color: #838656;
  }
  .section__title {
    text-align: center;
    font-family: "Average", serif;
    font-weight: normal;
    margin: 0;
    font-size: 32px;
    position: relative;
  }
  .section__title:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: #909090;
    margin: 20px auto 0;
  }
  .section__title span {
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #909090;
  }
  .ranking {
    padding: 100px 20px;
  }
  .average-regular {
    font-family: "Average", serif;
    font-weight: 400;
    font-style: normal;
  }
  .p-ranking-list {
    margin-top: 40px !important;
  }
  .p-ranking-list__num {
    font-size: 16px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2C2A26;
  }
  .p-ranking-list__num.is-1 {
    background: #BF9B24;
  }
  .p-ranking-list__num.is-2 {
    background: #909090;
  }
  .p-ranking-list__num.is-3 {
    background: #5E2727;
  }
  .p-ranking-list__img {
    margin-bottom: 20px;
  }
  .p-ranking-list__price {
    margin-top: 10px;
    color: #2C2A26;
  }
  .p-ranking-list .slick-prev {
    left: -45px;
    display: none !important;
  }
  .p-ranking-list .slick-next {
    right: -45px;
    display: none !important;
  }
  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: 95px;
  }
  .feature {
    padding: 100px 40px;
    background: #2C2A26;
  }
  .feature .section__title {
    color: #fff;
  }
  .feature .section__title span {
    color: #fff;
  }
  .feature .section__title::after {
    background: #fff;
  }
  .feature__lists {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .feature__list--title {
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .feature {
    padding: 100px 20px;
    background: #2C2A26;
  }
  .feature .section__title {
    color: #fff;
  }
  .feature .section__title span {
    color: #fff;
  }
  .feature .section__title::after {
    background: #fff;
  }
  .feature__lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .feature__list--title {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .category {
    padding: 100px 0;
  }
  .category__tabsWrap {
    width: 100%;
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .category__tabs {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px 20px;
    width: -moz-max-content;
    width: max-content;
    -ms-overflow-style: none;
  }
  .category__tabs::-webkit-scrollbar {
    display: none;
  }
  .category__tab {
    width: auto;
    border-bottom: 1px solid rgba(44, 42, 38, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    cursor: pointer;
    gap: 8px;
  }
  .category__tab .on {
    display: none;
  }
  .category__tab .off {
    display: block;
  }
  .category__tab--title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .category__tab.is_active {
    border-bottom: 3px solid #838656;
    margin-top: -2px;
    padding-bottom: 11px;
  }
  .category__tab.is_active .on {
    display: block;
  }
  .category__tab.is_active .off {
    display: none;
  }
  .category__tab.is_active .category__tab--title {
    color: #838656;
  }
  .category__contents {
    display: none;
  }
  .category__contents.is_show {
    display: block;
  }
  .category__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 20px;
  }
  .category__list {
    padding: 16px 0;
    text-align: center;
    background: #F7F4F0;
    font-size: 16px;
  }
  .category__list:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .about {
    background: #F7F4F0;
    padding: 0;
  }
  .about__box {
    display: block;
    justify-content: space-between;
  }
  .about__img {
    width: 100%;
  }
  .about__contents {
    width: 100%;
    padding: 60px 20px 100px;
    box-sizing: border-box;
  }
  .about .section__title {
    text-align: left;
  }
  .about .section__title span {
    text-align: left;
  }
  .about .section__title::after {
    margin-left: 0;
  }
  .about__subTitle {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .about__text {
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .about .p-more {
    width: 100%;
  }
  .about .p-more a {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-left: 0;
    box-sizing: border-box;
    margin-top: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  .instagram {
    padding: 100px 20px;
  }
  .instagram__lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .instagram__list:hover {
    opacity: 0.85;
  }
  .instagram .p-more a {
    max-width: 100%;
    box-sizing: border-box;
  }
  .p-checked .u-overflow-slide {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-checked .section__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .p-checked .section__title::after {
    display: none;
  }
  .p-checked .c-favorite-list__img {
    margin-bottom: 10px;
  }
  .p-checked .c-favorite-list__price {
    margin-top: 0 !important;
    font-size: 14px;
    color: #2C2A26;
  }
  .l-footer {
    background: url(../img/footer-bg-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #2C2A26;
  }
  .l-footer-navi-list__link:before {
    display: none;
  }
  .l-footer-navi-list__link {
    text-align: center;
  }
  .l-footer-shopinfo {
    margin-bottom: 30px;
  }
  .l-footer-sns-list__item:last-child {
    margin-right: 0;
  }
  .l-copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
  }
  .l-main-navi-list__link,
  .l-mega-menu-list__link {
    background: #F7F4F0;
  }
  .l-main-navi-list__item {
    border: none;
  }
  .l-main-navi.is-open .l-main-navi-list__link {
    font-size: 18px;
  }
  .l-main-navi-list__item.link .l-main-navi-list__ttl {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .l-main-navi__in {
    padding-top: 30px;
  }
  .l-header-search__linkBtnSp {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
    height: -moz-max-content;
    height: max-content;
    line-height: 1;
    font-weight: 400;
    margin-top: 8px;
    margin-right: 30px;
    color: #fff;
    background: #2C2A26;
    width: 90%;
    margin: 30px auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2C2A26;
    text-decoration: none !important;
  }
  .l-header-search__linkBtnSp:hover {
    opacity: 1 !important;
    background: #fff;
    color: #2C2A26;
  }
  .l-help-navi-list.bottom {
    padding-top: 20px;
    position: relative;
  }
  .l-help-navi-list.bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #2C2A26;
  }
  .l-main-navi.is-open .l-help-navi-list {
    margin-bottom: 30px;
  }
  .l-header-search__link {
    display: none !important;
  }
  .tbl_calendar td {
    font-size: 16px;
    padding: 5px 10px;
  }
  .tbl_calendar {
    border-collapse: separate;
    border-spacing: 5px;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */