@charset "UTF-8";

.bmz-sp {
  display: none !important;
}

/* =============================================*/
/* coupon  */
/* =============================================*/
.bmz-coupon {
  width: 972px;
  margin: 0 auto;
  position: relative;
}

.bmz-coupon__coupon {
  display: none;
  color: #ffffff;
  text-align: center;
  background-color: #ff0000;
  padding: 10px 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.bmz-coupon__code {
  font-size: 24px;
}

.bmz-coupon__comment {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  margin-left: 600px;
}

.bmz-coupon__wrapper {
  width: 972px;
  margin: 0 auto 10px;
  position: relative;
  box-sizing: border-box;
}

.coupon__wide {
  width: 500px !important;
  margin: 0 auto 10px;
  position: relative;
  box-sizing: border-box;
}

.bmz-coupon__inner {
  display: none;
  width: 972px;
  margin: 0 auto 10px;
  position: relative;
  box-sizing: border-box;
}

.bmz-coupon__image {
  width: 100%;
  vertical-align: bottom;
}

input[type="text"].bmz-coupon__code {
  position: absolute;
  right: 25px;
  top: 36px;
  width: 260px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: 0;
  outline: 0;
}

input[type="text"].bmz-coupon__code__w {
  position: absolute;
  right: 42px;
  top: 110px;
  width: 257px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border: 0;
  outline: 0;
}

/* safari限定 */
_::-webkit-full-page-media,
_:future,
:root input[type="text"].bmz-coupon__code__w {
  font-size: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  input[type="text"].bmz-coupon__code__w {
    font-size: 18px;
  }
}

.coupon_btn {
  position: relative;
  width: 100%;
  max-width: 972px;
  margin: 23px auto 14px;
  background: rgb(237, 33, 90);
  background: linear-gradient(90deg, rgba(237, 33, 90, 1) 8%, rgba(248, 111, 100, 1) 86%);
  border-radius: 13px;
  text-align: center;
  cursor: pointer;
}

.coupon_btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
}

.cp_t_kakaku {
  color: #f8f4c3;
}

.cp_t_kakaku span {
  font-size: 23px;
}

.coupon_arw {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
}

.bmz-coupon-fixed__test {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

/* =============================================*/
/* COUPON POPUP */
/* =============================================*/
#bmz-coupon-fixed {
  position: fixed;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: scroll;
}

.bmz-coupon-fixed__wrapper {
  position: fixed;
  bottom: 0;
  /* top: 50%; */
  left: calc(50% - 1040px / 2);
  /* transform: translateY(-50%); */
  z-index: 999;
  background: #FFFFFF;
  width: 1040px;
  padding: 30px 0 60px;
  position: relative;
  border: 6px solid #e0c76c;
  border-radius: 8px;
  box-sizing: border-box;
}

.bmz-coupon-fixed_close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.3);
  z-index: 99;
}

.bmz-coupon__btn {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 98;
}

.bmz-coupon-fixed_title {
  font-size: 40px;
  text-align: center;
  font-family: 'Century Gothic', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.bmz-coupon_jp {
  display: block;
  font-size: 16px;
}

.bmz-coupon-fixed_close-btn {
  text-align: center;
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 12px;
}

.bmz-coupon-fixed_open-btn {
  position: fixed;
  bottom: 120px;
  left: calc((50% - 978px / 2) - 60px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 10px 1px #cccccc;
  width: 80px;
  height: 80px;
  border: 1px solid #d74a53;
  z-index: 100;
  padding: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}

.bmz-coupon-fixed_open-btn img {
  width: 32px;
}

.bmz-coupon-btn-text {
  display: block;
  color: #d74a53;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 3px;
  font-weight: bold;
}

.bmz-coupon-fixed__test {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* =============================================*/
/* information */
/* =============================================*/
.bjre_cinfo__inner {
  max-width: 972px;
  margin: auto
}

.bjre_cinfo a {
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none
}

.bjre_cinfo__label {
  background: #62ac3b;
  color: #FFF;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 4px
}

.bjre_cinfo {
  margin: 8px 0
}

.bjre_cinfo a {
  font-size: 14px;
  letter-spacing: 1px
}

.bjre_cinfo a:hover .bjre_cinfo__text {
  text-decoration: underline
}

/* =============================================*/
/* kaiyu_banner*/
/* =============================================*/
.bjre_kaiyu_header {
  margin-top: 20px;
  border: 0;
}

/* .bjre_kaiyu {
  height: 122px!important;
} */

/* =============================================*/
/* search box*/
/* =============================================*/
.bmz-search {
  margin: auto;
  width: 972px;
  display: flex;
  justify-content: space-between;
}

.search__box__flex {
  display: flex;
}

.bmz-search__btn {
  background: #e5e5e5;
  padding: 3.5px 16px;
  box-sizing: content-box;
  width: 30px;
  border-radius: 0 2px 2px 0;
  margin-left: -5px;
}

.bmz-search__text {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

.bmz-search__btn:hover {
  opacity: 0.8;
}

.bmz-search__word {
  display: flex;
  justify-content: end;
  margin-left: 20px;
}

.word_title {
  display: flex;
  align-items: center;
  min-width: 97px;
  height: 37px;
  font-weight: bold;
}

.bmz-search__word-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 38px;
  margin-left: 10px
}

.bmz-search__word-list dt {
  font-weight: bold;
}

.bmz-search__word-list dd.orikaeshi {
  width: 100%;
}

.bmz-search__word-list dd a {
  margin: 0 2px;
  padding: 4px 8px;
  background: #F0f0f0;
  border-radius: 2px;
}

/* PCパンくずリスト対応 */
.navitopicpath_:nth-child(n+2) {
  display: none;
}

/* カテゴリリスト */
/* PCはヘッダ表示しない */
#bmz-icons__header {
  display: none;
}

.bmz-icons__list {
  margin: 30px auto;
  max-width: 972px;
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  width: 100%;
}

.bmz-icons__item {
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  width: calc(100% / 9);
}

.bmz-icons__item:nth-child(9n) {
  border-right: 0;
}

.bmz-icons__item a {
  display: block;
  text-align: center;
  width: 100%;
}

.bmz-icons__item a:hover {
  opacity: 0.7;
}

.bmz-icons__item img {
  width: 100%;
  height: auto;
}


/* =============================================*/
/* category_osusume */
/* =============================================*/
.category_osusume {
  width: 100%;
  margin-bottom: 30px;
  background: #f5faf4;
}

.category_osusume h2 {
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #6EB336;
  box-sizing: border-box;
}

.category_osusume .category_wrap {
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.category_osusume h3 {
  margin: 22px 0;
  color: #8AB361;
  font-size: 20px;
  font-weight: bold;
}

.category_osusume_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  gap: 20px 10px;
  list-style: none;
  text-align: center;
}

.category_osusume_list li {
  width: calc(100% / 3 - 7px);
  background: #fff;
}

.category_osusume_list li a {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: 0.4s;
}

.category_osusume_list li a img,
.category_osusume_list li a font {
  width: 100%;
  color: #333;
}

.category_osusume_list li a font {
  margin: 10px;
  font-size: 14px;
}

.category_osusume_list li a:hover {
  opacity: 0.7;
}

.category_osusume_list .buybtn {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #333;
  border-radius: 4px;
  margin: 0 10px 10px;
}

/* =============================================*/
/* iframe movie */
/* =============================================*/
.movieItem {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-top: 56.25%;
}

.movieItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================*/
/* ヘッダー追尾クーポンボタン */
/* =============================================*/
#header__c__btn {
  width: 100%;
  background: #F0393C;
  z-index: 3;
}

#header__c__btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/*　スライドショー用スタイル　*/
#shop_mainvisual_thumbnail_wrap {
  padding: 4px;
}

#shop_mainvisual ul.thumbnail_ {
  overflow: hidden;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

#shop_mainvisual ul.thumbnail_ li {
  width: calc((100% - 12px) / 4);
  margin: 0 0 0 0;
}
}

#shop_mainvisual ul.thumbnail_ li:nth-child(2n) {
  margin: 0;
}

#shop_mainvisual ul.thumbnail_ li a {
  padding: 0;
}

/*　スライドショー用スタイル　*/

/* カテゴリ用回遊 */
.bjre-links__banner {
  margin-bottom: 40px;
  width: 100%;
}

.bjre-links__banner img {
  width: 100%;
  vertical-align: bottom;
}

.bjre-links__list {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  max-width: 750px;
  margin: auto
}

.bjre-links__item {
  width: calc((100% - 30px) / 4);
  text-align: center
}

.bjre-links__item a {
  box-sizing: border-box;
  display: block;
  padding: 20px;
  color: #222;
  text-decoration: none
}

.bjre-links__item img {
  width: 80%
}

.bjre-links__name {
  margin: 0.2rem 0;
}

.bjre-links__name .sp {
  display: none;
}