/******************************/
/* 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;
}
/******************************/
/* 送料無料 案内バー */
/******************************/
.free_shipping {
  background-color: #973834;
  text-align: center;
  transition: 0.5s;
  pointer-events: none;
}
.free_shipping a {
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: 0.5s;
  pointer-events: auto;
}
.free_shipping a span {
  font-size: 14px;
  letter-spacing: 2.66px;
}
.free_shipping:hover {
  background-color: #9B4945;
}
@media screen and (max-width: 767px) {
  .free_shipping a {
    font-size: 12px;
    letter-spacing: 2.28px;
    padding: 5px;
  }
  .free_shipping a span {
    font-size: 10px;
    letter-spacing: 1.9px;
  }
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding: 100px 20px 45px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding: 70px 20px 40px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 35px;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 8px;
    font-size: 13px;
    color: #969696;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
.p-line-informaiton-list__ttl a {
  text-decoration: none;
  transition: 0.5s;
}
.p-line-informaiton-list__ttl a:hover {
  opacity: 0.5;
}
/******************************/
/* Googleカレンダー */
/******************************/
.google_calendar {
  max-width: 900px;
  min-width: 340px;
  margin: 0 auto;
  padding: 45px 20px 100px;
}
@media screen and (max-width: 767px) {
  .google_calendar {
   padding: 40px 20px 70px;
  }
}
.google_calendar__wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
} 
.google_calendar__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
} 
.google_calendar .bubble {
  width: 320px !important;
}
.google_calendar__wrap {
  padding-bottom: 75%;
}
@media only screen and (max-width: 767px) {
  .google_calendar__wrap {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .google_calendar__wrap {
    padding-bottom: 135%;
  }
}
/******************************/
/* カテゴリー：もちでんの商品 */
/******************************/
.category_menu_btn {
  padding: 100px 20px 165px 20px;
}
.category_menu_btn__wrap {
  margin: 0 auto;
  max-width: 1300px;
}
.category_menu_btn-list {
  display: grid;grid-template-columns: repeat(5, 1fr);
  padding: 0;
  list-style: none;
  column-gap: 38px;
  row-gap: 120px;
  padding-top: 70px;
}
.category_menu_btn-list__item {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.category_menu_btn-list__item a {
  transition: 0.5s;
}
.category_menu_btn-list__item a:hover {
  opacity: 0.5;
}
.category_menu_btn-list__ttl {
  max-width: 52px;
  width: 100%;
  position: absolute;
  top: -20%;
  right: 5%;
}
.category_menu_btn-list__ttl img {
  filter: drop-shadow(2px 2px 2px rgba(220, 220, 220, 0.8));
}
@media screen and (max-width: 1200px) {
  .category_menu_btn-list {
    column-gap: 25px;
    row-gap: 90px;
  }
  .category_menu_btn-list__ttl {
    max-width: 35px;
    top: -15%;
  }
}
@media screen and (max-width: 767px) {
  .category_menu_btn {
    padding: 70px 20px 75px 20px;
  }
  .category_menu_btn-list {
    display: grid;grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 70px;
    padding-top: 25px;
  }
  .category_menu_btn-list__ttl {
    max-width: 40px;
    top: -10%;
  }
}

/* 以下検索窓 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: 35px auto 0;
  }
  .top-search p {
    font-size: 16px;
    margin: 0 auto 15px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.u-container {
  padding: 0;
}
.p-recommend {
  overflow: hidden;
  padding: 165px 20px 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 75px 20px 100px 20px;
  }
}
@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: -25px;
  margin-right: -25px;
}
@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: 25px;
  padding-right: 25px;
  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: 120px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding: 100px 0 70px 0;
    background-color: transparent;
  }
}
.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;
}
/******************************/
/* グループ：セット商品 */
/******************************/
.mochiden_combo {
  padding: 200px 20px 250px;
}
.mochiden_combo__wrap {
  margin: 0 auto;
  max-width: 1300px;
}
.group_menu_btn-list {
  display: grid;grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
  column-gap: 50px;
  row-gap: 100px;
}
.group_menu_btn-list__item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.group_menu_btn-list__item a {
  transition: 0.5s;
}
.group_menu_btn-list__item a:hover {
  opacity: 0.7;
}
.group_menu_btn-list__ttl {
  background-color: #9D0003;
  padding: 5px 35px 5px 20px;
}
.group_menu_btn-list__ttl p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.group_menu_btn-list__ttl p::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .group_menu_btn-list__ttl {
    padding: 5px 25px 5px 10px;
  }
  .group_menu_btn-list__ttl p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .group_menu_btn-list__ttl p::after {
    border-width: 4px 0 4px 6px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .mochiden_combo {
    padding: 70px 20px 0;
  }
  .group_menu_btn-list {
    display: grid;grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 60px;
  }
  .group_menu_btn-list__ttl {
    padding: 2px 15px 2px 7px;
  }
  .group_menu_btn-list__ttl p {
    font-size: 12px;
  }
  .group_menu_btn-list__ttl p::after {
    right: -12px;
  }
}
/******************************/
/* もちでんについて */
/******************************/
.about_mochiden {
  padding: 140px 20px;
  background-color: #F7F7F7;
}
.about_mochiden__wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.about_01 {
  max-width: 385px;
  width: 100%;
  margin: 0 auto 115px;
}
.about_01 .txt {
  max-width: 293px;
  margin: 0 auto;
}
.about_02 .bg_img {
  height: 500px;
  background-image: url(https://img07.shop-pro.jp/PA01255/706/etc_base64/dG9wX2Fib3V0X2ltZw.jpg?cmsp_timestamp=20241028190557);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about_02 p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 3.5;
  writing-mode: vertical-rl;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 10%;
  height: 445px;
}
.about_02 .link_btn {
  margin: 45px auto 0;
  text-align: center;
}
.about_02 .link_btn a {
  background-color: #9D0003;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  min-width: 330px;
  line-height: 50px;
  text-decoration: none;
  transition: 0.5s;
}
.about_02 .link_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .about_mochiden {
    background-color: transparent;
    padding: 150px 20px 80px;
  }
  .about_01 {
    max-width: 215px;
    margin: 0 auto 80px;
  }
  .about_01 .txt {
    max-width: 190px;
  }
  .about_02 {
    margin: 0 -20px;
  }
  .about_02 .bg_img {
    height: 350px;
  }
  .about_02 p {
    font-size: 14px;
    height: 320px;
    line-height: 2.5;
    left: 7%;
  }
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.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;
}
